@font-face{
    font-family:montserrat; 
    font-display: swap;
    src: local('montserrat'),
    url("/themes/fonts/Montserrat-Regular.woff") format('woff');
}

@font-face{
    font-family:montserratlight;
    font-display: swap;
    src:local('Montserrat-Light'),
    url("/themes/fonts/Montserrat-Light.woff") format('woff');
}

@font-face{
    font-family:montserratbold;
    font-display: swap;
    src: local('Montserrat-Bold'),
    url("/themes/fonts/Montserrat-Bold.woff") format('woff');
}

@font-face{
    font-family:montserratextrabold;
    font-display: swap;
    src: local('Montserrat-ExtraBold'),
    url("/themes/fonts/Montserrat-ExtraBold.woff") format('woff');
}

@font-face{
    font-family:montserratmedium;
    font-display: swap;
    src: local('Montserrat-Medium'),
    url("/themes/fonts/Montserrat-Medium.woff") format('woff');
}

@font-face{
    font-family:montserratsemibold;
    font-display: swap;
    src: local('Montserrat-SemiBold'),
    url("/themes/fonts/Montserrat-SemiBold.woff") format('woff');
}

:root{
    --regular-font-family: montserrat, calibri, arial;
    --bold-font-family: montserratbold, calibri, arial;
    --medium-font-family: montserratmedium, calibri, arial;
    --extrabold-font-family: montserratextrabold, calibri, arial;
    --semibold-font-family: montserratsemibold, calibri, arial;
    --inherit-color: #fff;
    --border-color:#E9E9E9;
    --fail-color: #FF1820;
    --body-font-size: 18px;
    --input-font-size: 18px;
    --hover-background: ;
    --inherit-background: #101C43;
}


html,body {
	height:100%;
}

body {
    margin: 0;
    font-family: var(--semibold-font-family),arial,sans-serif;
    font-size: 18px;
    color: var(--inherit-color);
	background: #101C43 center center;
	transition: all 0.5s ease;
	overflow:hidden;
}

body.fp-viewing-block5{
	background: #101C43 url(/themes/img/bg-numbers.jpg) center center;
}

body.active{
	overflow:scroll;
}



header{
	position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.bg-body-preloader{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #101C43;
    display: flex;
    align-items: center;
	justify-content: center;
	z-index: 1001;
}

.center-content{
    max-width: 26.04%;
}

.center-content img{
	max-width:100%;
}


.center-content .img-block{
    line-height: 0;
    position: relative;
    right: 40px;
}

.center-content p{
    text-align: center;
    margin: 20px 0 0 0;
}

.download-line{
	position: fixed;
    bottom: 14%;
    width: 275px;
    background: #fff;
    height: 2px;
}

.download-line:before{
	content:'';
	background: #C18A83;
	height:4px;
	left:0;
	position:absolute;
	top:-1px;
    width: 20%;
}


div.download-line:before{
	width: 20%;
	-webkit-animation-name:preloader;
	-webkit-animation-duration:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:preloader;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:preloader;
	-ms-animation-duration:3s;
	-ms-animation-iteration-count:infinite;
	animation-name:preloader;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-play-state:running;
	-o-animation-play-state:running;
	animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
}

@-ms-keyframes preloader{
	0%{left:0; right:80%;}
	50%{left:80%; right: 0%;}
	100%{left:0; right:80%;}
}
@-moz-keyframes preloader{
	0%{left:0; right:80%;}
	50%{left:80%; right: 0%;}
	100%{left:0; right:80%;}
}
@-webkit-keyframes preloader{
	0%{left:0; right:80%;}
	50%{left:80%; right: 0%;}
	100%{left:0; right:80%;}
}
@keyframes preloader{
	0%{left:0; right:80%;}
	50%{left:80%; right: 0%;}
	100%{left:0; right:80%;}
}

header .center-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: calc(100% - 120px);
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

.center-block{
    max-width: calc(100% - 434px);
    margin: 184px auto 100px;
    width: 100%;
}

.header--centerhead--inner__logo{
    padding: 0;
    text-align: center;
}

p.descriptor {
    margin: 4px 0 0 0;
    font-size: 0.77em;
}

.fp-tableCell,
.fp-scrollable{
    display: flex;
    align-items: center;
    width: 100%;
}

/*first-block*/

.first-block{
    height: 100vh;
    background: url(/themes/img/bg-first-screen.jpg) no-repeat center top;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content:center;
    position:relative;
}

.section:before,
.h-menu:after{
	content:'';
	background: url(/themes/img/bg-dots.svg) repeat;
	position:absolute;
	bottom:99px;
	right:0;
	width: 314px;
	height:34px;
	margin:auto;
}

.section{
	opacity:0;
	transition: all 0.3s ease 0.1s;
}

.section.active{
	opacity:1;

}

.first-block h1{
    font-size: 4em;
    font-family: var(--extrabold-font-family), calibri, arial;
    margin: 0;
    position:relative;
}

.zagl-block{
	position:relative;
}

.first-block h1:before,
.zagl-block:before,
.center-block h2:before,
.center-block h3:before,
.member-title:before{
	content:'';
	background: url(/themes/img/bg-dots.svg) repeat;
	position:absolute;
	top: -1px;
	left: -70px;
	width: 132px;
	height:34px;
}

.first-block p.after-h{
	 font-size:1em;
	 padding: 8px 0 8px 20px;
	 border-left: 4px solid #C18A83;
	 font-family: var(--medium-font-family);
	 position:relative;
	 display:inline-block;
	 margin-bottom: 0;
}

.first-block p.after-h:before{
	content:'';
	background: url(/themes/img/bg-dots.svg) repeat;
	position:absolute;
	top: 0;
	bottom:0;
	left: calc( 100% + 20px);
	width: 314px;
	height:34px;
	margin:auto;
}

.phones{
	margin-right: 160px;
	display: flex;
	opacity:1;
	transition: all 0.5s ease;
}

.fp-viewing-block7.active .phones{
	opacity:0;
}

.phones.active{
	opacity:1;
}

.phones > a,
.phones > a:hover{

color: #fff;

font-size: 1.33em;

margin-right: 40px;
text-decoration:none;
}

ul#menu{
    position: fixed;
    bottom: 60px;
    right: 124px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu a{
	display:block;
	border-bottom: 4px solid #fff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
	margin-right: 8px;
	transform: scale(1);
	transition:all 0.5s linear;
}

ul#menu li.active a{
    transform: scale(2);
}

.block-number{
    right: 60px;
    bottom: 54px;
    position: fixed;
    color: #fff;
    font-size: 1.33em;
    display: flex;
}

.block-number ul:first-child{
    color: #c18a83;
    border-right: 3px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
}

#d1{
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/*first-block--end--*/

/*second-block*/

.second-block{
	position: relative;
}

.second-block .fnc--feedback--main{
	position:relative;
}

.zagl-block:after {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: relative;
    width: 90px;
    height: 34px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.second-block .fnc--feedback--main:before{
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    bottom: calc(100% + 57px);
	left: 0;
	right:0;
    height: 34px;
}


/*--end--second-block*/

/*third-block*/

.third-block{
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition:all 0.5s ease;
}

.cat1{
	background-image: url(/themes/img/bg-service-1.jpg);
}

.cat2{
	background-image: url(/themes/img/bg-service-2.jpg);
}

.cat3{
	background-image: url(/themes/img/bg-service-3.jpg);
}

.cat4{
	background-image: url(/themes/img/bg-service-4.jpg);
}

.cat5{
	background-image: url(/themes/img/bg-service-5.jpg);
}

.cat6{
	background-image: url(/themes/img/bg-service-6.jpg);
}

.cat7{
	background-image: url(/themes/img/bg-service-7.jpg);
}

.cat8{
	background-image: url(/themes/img/bg-service-8.jpg);
}

.cat9{
	background-image: url(/themes/img/bg-service-9.jpg);
}

.cat10{
	background-image: url(/themes/img/bg-service-10.jpg);
}

.cat11{
	background-image: url(/themes/img/bg-service-11.jpg);
}

.cat12{
	background-image: url(/themes/img/bg-service-12.jpg);
}

div.flex-block{
	display: flex;
}

.third-block .flex-block{
	flex-wrap: wrap;
}


.center-block h2,
.center-block h3{
    font-size: 2.67em;
    padding: 10px 0;
    font-family: var(--extrabold-font-family);
    margin-top: 0;
    margin-bottom: 60px;
    position:relative;
    padding: 0;
}

.third-block h2:after{
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: relative;
    width: 42%;
    height: 34px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}



/*third-block--end--*/

/*forth-block*/

.forth-block .flex-block{
	flex-wrap: wrap;
}

.st-ab-loyer{
    margin-bottom: 72px;
    width: 50%;
}

.st-ab-loyer:nth-child(2) ~ .st-ab-loyer{
	margin-bottom:0;
}

.forth-block .title{
	position: relative;
	color: #C18A83;
	font-size: 1.33em;
	margin-bottom: 28px;
	text-transform:uppercase;
}

.forth-block .title span{
	color: #fff;	
}

.forth-block  .title:before{
	position: absolute;
	bottom:0;
	right:calc(100% + 16px);

}


.forth-block .st-ab-loyer:first-child .title:before{
	content: url(/themes/img/01.svg);
}

.forth-block .st-ab-loyer:nth-child(2) .title:before{
	content: url(/themes/img/02.svg);
}

.forth-block .st-ab-loyer:nth-child(3) .title:before{
	content: url(/themes/img/03.svg);
}

.forth-block .st-ab-loyer:last-child .title:before{
	content: url(/themes/img/04.svg);
}

.forth-block {
	color:#fff;
	position: relative;
}

.forth-block .title span:before{
    content: '';
    top: -5px;
    left: 18px;
    position: absolute;
    transform: matrix(0.87, 0.5, -0.5, 0.87, 0, 0);
    width: 1px;
    height: 39.88px;
    background: #fff;
    box-shadow: 0 0 0 4px #101c43;
}

.forth-block .title ~ p{
    position: relative;
    padding: 15px 0 0 20px;
	line-height: 1.5;
	margin:0;
}

.forth-block .title ~ p:before{
	content:'';
	position:absolute;
	left: -4px;
	top:0;
	width:4px;
	height:60px;
	background:#C18A83;
	color:#fff;
}

/*forth-block--end--*/

/*fifth-block*/

.fifth-block h3{
	margin-bottom:160px;
}

.fifth-block h3:before{

}

.fifth-block .flex-block{
	position:relative;
}

.fifth-block .flex-block:before {
	content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    bottom: calc(100% + 65px);
    left: 0;
    right: 0;
    height: 34px;
}


.fifth-block h3:after {
	content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    width: 38%;
    height: 34px;
    margin-left: 0;
    vertical-align: middle;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}


.num-loyer{

}

.num-loyer .numbers{
    color: #C18A83;
    font-size: 4em;
    font-family: var(--extrabold-font-family);
    line-height: 1em;
    margin-bottom: 10px;
}

.num-loyer .numbers span{

}

.num-loyer .numbers ~ p{
	line-height: 1.5;
	position:relative;
	padding: 5px 0 0 20px;
	margin:0;
}

.num-loyer .numbers ~ p:before{
	content:'';
	position:absolute;
	left: -4px;
	top:0;
	width:4px;
	height:60px;
	background:#C18A83;
	color:#fff;
}

.num-loyer{
	width: 33.3333%;
}

body.fifth-block{
	background-image: url(/themes/img/bg-numbers.jpg);
}

.fifth-block .but-block {
    margin-top: 60px;
    margin-left: 33%;
}

/*fifth-block--end--*/

/*sixth-block*/

.sixth-block h3 {
    margin-bottom: 20px;
}

.sixth-block .after-h{
    font-size: 1.33em;
    margin: 0;
    color: #C18A83;
    margin-bottom: 70px;
}

.sixth-block h3:after {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    width: 82%;
    height: 34px;
    margin-left: 0;
    vertical-align: middle;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}

.sixth-block .flex-block {
	position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.sixth-block .flex-block:before {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x;
    position: absolute;
    bottom: calc(100% + 65px);
    left: 0;
    right: 0;
    height: 34px;
    z-index: -1;
}

.hidden-after-h{
	display:none;
}

.cat4.second-block.modal-form .fnc--feedback__title + p,
.cat8.second-block.modal-form .fnc--feedback__title + p,
.cat12.second-block.modal-form .fnc--feedback__title + p{
	display:none;
}

.cat4.second-block.modal-form p.hidden-after-h,
.cat8.second-block.modal-form p.hidden-after-h,
.cat12.second-block.modal-form p.hidden-after-h{
	display:block;
}

.text-about-us{
    max-width: 680px;
    max-width: 100%;
    line-height: 1.5;
    height: 331px;
    overflow-y: scroll;
    padding-right: 10px;
    position: relative;
    box-sizing:  border-box;
}

.text-about-us p{
	padding-right:20px;
}

.text-about-us:before{
	content:'';
	position: absolute;
	top:0;
	bottom:0;
	/* right: -3px; */
	width:2px;
	/* background:#fff; */
	z-index: -1;
}

.text-about-us::-webkit-scrollbar,
.answers-block:: {
	width: 5px;
	height: 3px;
	}

 .text-about-us::-webkit-scrollbar-button,
 .answers-block::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
 }
 .text-about-us::-webkit-scrollbar-track,
 .answers-block::-webkit-scrollbar-track {
	 background-color: #fff;
	 width: 5px;
	}
 .text-about-us::-webkit-scrollbar-track-piece,
 .answers-block::-webkit-scrollbar-track-piece{
	background-color: #fff;
	}
 .text-about-us::-webkit-scrollbar-thumb,
 .answers-block::-webkit-scrollbar-thumb{
	height: 50px;
	background-color: #c18a83;
	}
 .text-about-us::-webkit-scrollbar-corner,
 .answers-block::-webkit-scrollbar-corner{
	 background-color: #fff;
 }
 .text-about-us::-webkit-resizer,
 .answers-block::-webkit-resizer{
	 background-color: #666;
 }

.member-name{
	display: none;
    align-items: center;
    border-left: 4px solid #C18A83;
    padding-left: 20px;
	height: 60px;
	margin:0;
}

.member-block{
	width: 50%;
	margin-bottom: 40px;
}

.team-names{
	display: flex;
    max-width: 737px;
    flex-wrap: wrap;
    width: 100%;
}



/*sixth-block--end--*/

/*seventh-block*/

.seventh-block{
	overflow:hidden;
}

.seventh-block .slick-dots,
.seventh-block .slick-next,
.seventh-block .slick-prev{
	display:none !important;
}

.slider-team-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.slider-team-block .slick-list,
.slider-team-block .slick-track{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
}


.slider-team-block .team-memder{
    display: flex !important;
    justify-content: space-between;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
}

.but-block{
	text-align:left;
}

.member-info{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 11.09%;
}

.member-photo{
	position: relative;
    bottom: 0;
    right: 18.125%;
    max-height: 100%;
    display: flex;
    align-items: flex-end;
}

.member-photo:before{
    content: '';
    position: absolute;
    top: -20%;
    right: 56%;
    bottom: -20%;
    width: 4px;
    background: #C18A83;
    transform: rotate(30deg);
    z-index: -1;
}

.member-title{
	font-size: 2.67em;
    padding: 10px 0;
    font-family: var(--extrabold-font-family);
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
}

/*seventh-block--end--*/

/*eighth-block*/

.eighth-block .fnc--feedback__title {
	line-height: 1.5;
    margin-bottom: 154px;
    padding: 0;
}

.eighth-block .zagl-block:after {
	width: 286px;
}
p.after-form-title{
	line-height: 1.5;
	color: #C18A83;
	margin: 0;
	position:relative;
}

p.after-form-title span{
    line-height: 1.5;
    color: #C18A83;

}

.eighth-block .fnc--feedback--main {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    max-width: 920px;
}

.eighth-block .fnc--feedback--main__line{
	margin-bottom:47px;
}

.eighth-block .fnc--feedback--main__button {
    padding: 0;
    text-align: left;
}

.eighth-block p.after-form-title:before {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x;
    position: absolute;
    bottom: calc(100% + 65px);
    left: 0;
    right: 28%;
    height: 34px;
}

/*eighth-block--end--*/

/*ninth-block*/

.ninth-block h3{
	margin-bottom: 154px;
}

.ninth-block .client:first-child{
	margin-bottom: 60px;
}

.ninth-block .client{
	max-width: 366px;
}


.ninth-block .client img {
    max-width: 90%;
    margin: 0;
}

.slider-client-block{
	/* position:relative; */
}

.ninth-block h3 span:before{
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x;
    position: absolute;
    top: calc(100% + 65px);
    left: 0;
    right: 0;
    height: 34px;
}

.ninth-block h3:after {
	content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    width: 42%;
    height: 34px;
    margin-left: 0;
    vertical-align: middle;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}

.ninth-block{
	overflow:hidden;
}

.ninth-block .flex-block{
	margin-top:  ;
}

.answers-block{
	border: 4px solid #404969;
	max-width: 584px;
	width: 100%;
	padding: 20px;
	height: 383px;
	position: relative;
	margin-top: -88px;
}

/*ninth-block--end--*/


/*tenth-block*/


.tenth-block h3{
	margin-bottom: 154px;
}

.tenth-block h3:after{
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    width: 67%;
    height: 34px;
    margin-left: 0;
    vertical-align: middle;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}

.tenth-block .after-h{
	position: relative;
}

.tenth-block .after-h:before {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x;
    position: absolute;
    bottom: calc(100% + 65px);
    left: 0;
    right: 0;
    height: 34px;
}

.tenth-block .slider-client-block{
	max-width: 827px;
	width: 100%;
}

.tenth-block .after-h{
    font-size: 1.33em;
    margin: 0;
    color: #C18A83;
    margin-bottom: 60px;
}

.tenth-block .question p{
	margin:0;
}

.tenth-block .question span{
	position:relative;
	display: inline-flex;
	border-left: 4px solid #C18A83;
	height:60px;
	align-items: center;
	justify-content: center;
	color:#c18a83;
	padding-left: 20px;
	padding-right:5px;
	transition: all 0.5s ease;
}

.tenth-block .question:hover span,
.tenth-block .question.active span{
	color:#000;
	margin-right: 20px;
	padding-right: 20px;
}

.tenth-block .question span:before {
    content: '';
    background: #c18a83 linear-gradient(99.46deg, #C18A83 0%, #EBBE9D 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
	transition: all 0.5s ease;
	z-index:-1;
}

.tenth-block .question:hover span:before,
.tenth-block .question.active span:before{
	   width: 100%;
}


.question:last-child{
	margin-bottom:0;
}

div.slider-q-block.slick-slider {
    max-width: 805px;
    width: 100%;
    margin: 0;
}

.question {
    margin-bottom: 60px;
    font-size: 1.33em;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
}


.tenth-block .flex-block{
	justify-content: space-between;
	align-items: flex-start;
}

.answers-block > div{
    display: none;
    height: 335px;
    margin-right: -60px;
}

.answers-block > div p{
	padding-right: 45px;
}

.answers-block > div.active{
	display:block;
}

/*tenth-block--end--*/

/*eleventh-block*/

.eleventh-block {
	background-size: cover;
}

.eleventh-block .but-block{
    position: absolute;
    bottom: 60px;
    left: 60px;
    width: 300px;
}

.eleventh-block .but-block.active{
    z-index: 105;
    right: 60px;
    left: auto;
    top: 60px;
    bottom: auto;
    margin: 0;
    width: 50px;
    height: 50px;
}

.eleventh-block a.active,
.eleventh-block a.active:hover{
	background: none;
    border: none;
    position: relative;
    color: transparent;
    width: 50px;
	height: 50px;
	box-shadow: none;
	font-size:0;
}

.eleventh-block a.active:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	transform: rotate(45deg);
	background: #000;
	height: 4px;
	width:50px;
}

.eleventh-block a.active:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	transform: rotate(-45deg);
	background: #000;
	height: 4px;
	width:50px;
}

.eleventh-block a.active:hover:before,
.eleventh-block a.active:hover:after{
	background: #C18A83;
}

.but-block a{
	cursor: pointer;
}

.eleventh-block .after-h{
	color: #C18A83;
    font-size: 1.5em;
	margin: 0;
	position: relative;
}

.eleventh-block .center-block h3 {
    margin-bottom: 154px;
}

.eleventh-block .after-h:before {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x;
    position: absolute;
    bottom: calc(100% + 65px);
    left: 0;
    right: 0;
    height: 34px;
}

.eleventh-block h3:after {
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat;
    position: absolute;
    width: 50%;
    height: 34px;
    margin-left: 0;
    vertical-align: middle;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
}

.eleventh-block .fnc--feedback--main {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.eleventh-block  .fnc--feedback--main__button {
    padding: 14px 0 0;
    text-align: left;
    margin: 0;
    align-self: flex-end;
}

.eleventh-block .fnc--feedback--main__line {
    margin-bottom: 20px;
}

.adress-block{
	margin-left: 100px;
}

.adress-block h4{
	color: #C18A83;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
}

.adress{
	line-height: 27px;
}

.adress-block h4 + div a{
	color:#fff;
}

.always-no-phone{
	border-left: 4px solid #C18A83;
	padding-left: 20px;
	color: #C18A83;
	font-size: 1em;
	margin-bottom: 40px;
}

#fullpage.active-bl{
	z-index:103;
}

.eleventh-block iframe{
	border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
}

.eleventh-block iframe.active-bl{
	opacity:1;
	z-index:102;
}

/*eleventh-block--end--*/

button {
	cursor:pointer;
	cursor:hand;
}


div, section, input, textarea, select, button, a {
	box-sizing:border-box;
	transition:all 0.5s linear;
}

a { 
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#543535;
	text-decoration:underline;
}

.next-block{
	position: absolute;
    bottom: 60px;
    left: 60px;
    width: 26px;
    height: 80px;
    background: url(/themes/img/arrow-down.svg);
}

.star {
	color:red;
}

.text--fail {
	color:red;
	font-size:12px;
}

.no--info--find {
	color:red;
	font-size:12px;
}

input, button {
	outline:none;
}

.but-block{
    margin-top: 60px;
}


button,
.but-block a {
	padding: 8px 15px;
	font-family: var(--semibold-font-family);
	font-size: 1em;
	border: 0;
	text-decoration: none;
	padding: 12px 20px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	text-align: center;
	border: none;
	box-shadow: 0 0 0 2px #fff;
	color:#fff;
	
}

button:hover,
.but-block a:hover {
	background:transparent;
	border: none;
	color: #fff;
	color: #101C43;
	background: #c18a83 linear-gradient(99.46deg, #C18A83 0%, #EBBE9D 100%) center center;
	box-shadow: 0 0 0 2px transparent;
}

input[type="text"],
input[type="tel"],
textarea,
select {
	padding: 16px 0;
	font-family:var(--regular-font-family);
	font-size: 1em;
	border: none;
	background: transparent;
	border-bottom: 4px solid #fff;
	width: 100%;
	max-width: 427px;
	color: #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border-bottom: 4px solid #c18a83;
}

input[type="text"]::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color:#f9f9f9;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:#f9f9f9;
}/* Firefox 19+ */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder{
    color:#f9f9f9;
}/* Firefox 18- */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color:#f9f9f9;
}

input[type="datetime-local"] {
	padding:8px 15px;
	font-family:var(--regular-font-family);
	font-size:13px;
	border:1px solid #aa8787;
	width: 100%;
}

input[type="datetime-local"]:focus {
	border:1px solid #543535;
	box-shadow: 0 0 2px #aa8787;
}

input[type="password"] {
	padding:8px 15px;
	font-family:var(--regular-font-family);
	font-size:13px;
	border:1px solid #aa8787;
	width: 100%;
}

input[type="password"]:focus {
	border:1px solid #543535;
	box-shadow: 0 0 2px #aa8787;
}


input.fail--input,
textarea.fail--input {
	border-bottom: 4px solid red;
}

.js__body--background {
	display: none;
    background: #000;
    width: 100%;
	height: 120%;
    position: fixed;
    top: -20px;
    z-index: 400;
    opacity: 0;
}


.js__body--popup {
    position: fixed;
    background: #fff;
	border:2px solid #543535;
    padding: 20px;
    display: none;
    z-index: 500;
    width: 500px;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
    max-width: 90%;
	opacity: 0;
}

.pointerhand {
	cursor:pointer;
	cursor:hand;
}

.body section.home {
	max-width:100% !important;
}

.section{
	position:relative;
}

/*ÃƒÂÃ‚Â¨ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°*/

.header {
	
}

.header--overhead {
	
}

.header--overhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}

@media all and (max-width: 700px) {
   
	.header--overhead__inner {
		flex-wrap: wrap;
    }
	
}

.header--overhead--inner__left {
	padding:10px;
}

.header--overhead--inner__right {
	padding:10px;
}

.header--centerhead {
	
}

.header--centerhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}

@media all and (max-width: 700px) {
   
	.header--centerhead__inner {
		flex-wrap: wrap;
    }
	
}

.header--centerhead--inner__logo {
    padding: 0;
}

.header--centerhead--inner__logo a{
	line-height: 0;
    display: block;
}

.header--centerhead--inner__logo img{
	max-height:120px;
}

.header--centerhead--inner__column1 {
	padding:10px;
}

.header--centerhead--inner__column2 {
	
}

.header--centerhead--inner--column2__in1 {
	padding:10px;
}

.header--centerhead--inner--column2__in2 {
	padding:10px;
}

.header--centerhead--inner__column3 {
	
}

.header--centerhead--inner--column3__in1 {
	padding:10px;
}

.header--centerhead--inner--column3__in2 {
	padding:10px;
}

.header--underhead {
	border-bottom:1px solid #aa8787;
}

.header--underhead__inner {
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	display:flex;
	justify-content: space-between;
}

@media all and (max-width: 700px) {
   
	.header--underhead__inner {
		flex-wrap: wrap;
    }
	
}

.header--underhead--inner__left {
	
}

.header--underhead--inner__right {
	
}

/*ÃƒÂÃ‚Â¡ÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬*/

.under--header--slider {
	display:none;	
}

.under--header--slider__left {
	
}

.under--header--slider__center {
	
}

.under--header--slider__right {
	
}

/*ÃƒÂÃ¢â‚¬ËœÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°*/

.content--center--main {
	width:100%;
	margin:0 auto;
	max-width:1200px;
}

.content--center--inner {
	display:flex;
}

.content--center--inner__left {
	flex-basis:260px;
	max-width:260px;
}

@media all and (max-width: 800px) {
	
	.content--center--inner__left {
		display:none;
	}
	
}

.content--center--inner--left__column {
	
}

.content--center--inner__center {
	flex-grow:1;
}

.content--center--inner--center__column {
	
}

.content--center--inner__right {
	flex-basis:260px;
	max-width:260px;
}

@media all and (max-width: 800px) {
	
	.content--center--inner__right {
		display:none;
	}
	
}

.content--center--inner--right__column {
	
}

.content--center--page {
	display:flex;
	flex-direction:column;
}

.content--center--page__text {
	
}

.content--center--page__main {
	
}

/*ÃƒÂÃ‚Â ÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸*/

.content--center__separator {
	
}

.content--left__deliver {
	
}

.content--center__deliver {
	
	
}

.content--right__deliver {
	
	
}

.content--footer__deliver {
	
	
}

/*ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»*/

.content--footer {
	background:#aa8787;
	width:100%;
}

.content--footer__inner {
	border-top:1px solid #543535;
}

.fnc--footer--flex {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	color:#fff;
}

.fnc--footer--flex a {
	color:#fff;
}

.fnc--footer--flex__column1 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column2 {
	flex-basis:33%;
	padding:10px;
}

.fnc--footer--flex__column3 {
	flex-grow:1;
	padding:10px;
	text-align:right;
}

@media all and (max-width: 500px) {
   
	.fnc--footer--flex {
		flex-wrap:wrap;
	}
	
	.fnc--footer--flex__column1 {
		flex-basis:auto;
		padding:10px;
	}

	.fnc--footer--flex__column2 {
		flex-basis:auto;
		padding:10px;
	}
	
}

/*ÃƒÂÃ‚Â¥ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â±ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸*/

.breads {
	
}

.breads__conteiner {
	padding:10px 0;
}

.breads__inner {
	display:flex;
}

.breads--inner__separator {
	padding:0 5px;
}

.breads--inner__item {
	padding:0 5px;
}

.breads--inner__item__active {
	
}

/*ÃƒÂÃ…â€œÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸*/

/*ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Âº*/

.fnc--search {
	
}

.fnc--search__container {
	display:flex;
	justify-content: space-between;
}

.fnc--search__inner {
	padding:0 5px;
}

.fnc--search__field {

}

.fnc--search__button {

}

.search--list--item {
	padding:5px;
}

.search--list--item__name {

}

.search--list--item__info {

}

/*ÃƒÂÃ‚ÂÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¸*/

.fnc--login--buttons__container {
	display:flex;
	justify-content: space-between;
}

.fnc--login--buttons__inner {
	padding:0 5px;
}

/*ÃƒÂÃ‚Â ÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½*/

.menu--chapters {
	display:flex;
}

.menu--chapters__item {
	padding:10px 25px;
	position:relative;
}

.menu--chapters__submenu {
	display:none;
	position:absolute;
	top: 36px;
	left:0px;
	background:#aa8787;
	padding:10px 15px;
	z-index:1;
}

.menu--chapters__submenu a{
	color:#ffffff;
	font-size:13px !important;
}

.menu--chapters--submenu__item {
	min-width:200px;
	padding:5px 0;
}

.menu--chapters__item:hover .menu--chapters__submenu {
	display:block;
}

.menu--chapters__item:hover, .menu--chapters--item__active {
	background:#aa8787;
}

.menu--chapters__item a{
	font-size:15px;
}

.menu--chapters__item:hover a, .menu--chapters--item__active a{
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
}

/*ÃƒÂÃ‚Â ÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°*/

.fnc--column--chapters {
	margin-bottom:15px;
}

.fnc--column--chapters__title {
	padding:10px;
	font-weight:bolder;
}

.fnc--column--chapters__container {
	padding:10px;
}

.fnc--column--chapter0 {
	padding:5px;
}

.fnc--column--chapter__active0 {
	padding:5px;
}

.fnc--column--chapter1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter__active1 {
	padding:5px;
	padding-left:20px;
}

.fnc--column--chapter2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter__active2 {
	padding:5px;
	padding-left:40px;
}

.fnc--column--chapter3 {
	padding:5px;
	padding-left:60px;
}

.fnc--column--chapter__active3 {
	padding:5px;
	padding-left:60px;
}

/*ÃƒÂÃ‚Â ÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬*/

.fnc--center--chapters {
	padding:50px 0;
}

.fnc--center--chapters__container {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-around;
}

.fnc--center--chapters__list--item  {
	flex-basis: 33%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media all and (max-width: 700px) {
   
	.fnc--center--chapters__container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--center--chapters__list--item  {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--center--chapters__list--item  {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--center--chapters__list--item:hover  {
	
}

.fnc--center--chapters--item__main  {
	
}

.fnc--center--chapters--item__name {
    padding: 0;
    margin-bottom: 60px;
}

.fnc--center--chapters__list--item:nth-child(9) ~ .fnc--center--chapters__list--item .fnc--center--chapters--item__name{
    margin-bottom: 0;
}

.fnc--center--chapters--item__name{
    position: relative;
    max-width: 305px;
}

.fnc--center--chapters--item__name:before{
	content:'';
	background: #c18a83 linear-gradient(99.46deg, #C18A83 0%, #EBBE9D 100%);
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	transition: all 0.5s ease;
}

.fnc--center--chapters--item__name:hover:before{
	width:100%;
}

.fnc--center--chapters--item__name a {
	font-size: 1em;
	color: #fff;
	text-align: left;
	border-left: 4px solid #C18A83;
	padding-left: 20px;
	height: 60px;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	cursor:pointer;
}

.fnc--center--chapters--item__name a:hover{
	color: #101C43;
}

.fnc--center--chapters--item__image {
	padding:10px 0;
}

.fnc--center--chapters--item__image img{
	max-width:100%;
}

.fnc--center--chapters--item__additional  {
	
}

.fnc--center--chapters--item__info  {
	
}

.fnc--center--chapters--item__button {
	padding:10px 0;
}

.fnc--center--chapters--item__button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--center--chapters--item__button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*ÃƒÂÃ…â€œÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âµ*/

.menu--chapters--mobile {
	display:none;
}

@media all and (max-width: 700px) {
    
	.menu--chapters {
        display: none;
    }
    
	.menu--chapters--mobile {
        position: relative;
        display: block;
        width: 32px;
        height: 32px;
        margin-left: 0px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
	
}

.js__mobile--menu--container {
	display: none;
    position: fixed;
    height: 100%;
    width: 0px;
    top: 0px;
    left: 0;
    z-index: 4292929;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #371111;
	opacity:0;
}

.js__show--mobile--menu {
	font-size:0;
	cursor:pointer;
	cursor:hand;
	width:32px;
	height:32px;
	background:url('/themes/main/menu.png');
}

.fnc--mobile--chapters__logo {
	padding:5px;
}

.fnc--mobile--chapters__item {
	padding:5px;
}

/*ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â°*/

.content--center--article {
	padding:10px;
}

.page--article--back {
	padding:10px 0;
}

.page--article--back a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.page--article--back a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

.page--article--name {
	padding:10px 0;
}

.page--article--text {
	padding:10px 0;
}

.page--article--text img {
	max-width:100%;
}

.page--article--date {
	padding:10px 0;
}

/*ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â°*/

.fnc--articles--list {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.fnc--articles--listitem {
	flex-basis:30%;
}

@media all and (max-width: 600px) {
   
	.fnc--articles--listitem {
		flex-basis:46%;
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--articles--listitem {
		flex-basis:96%;
	}
	
}

.fnc--articles--listitem__main {
	padding:5px;
}

.fnc--articles--listitem__name {
	padding:5px;
}

.fnc--articles--listitem__image img {
	max-width:100%;
}

.fnc--articles--listitem__info {
	
}

.fnc--articles--listitem__date {
	padding:5px;
}

/*ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² ÃƒÂÃ‚Â² ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ*/

.fnc--column--articles {
	
}

.fnc--column--articles__title {
	
}

.fnc--column--articles__container {
	
}

.fnc--column--article_listitem {
	
}

.fnc--column--article--listitem__img {
	
}

.fnc--column--article--listitem__img  img{
	max-width:100%;
}

.fnc--column--article--listitem__info {
	
}

.fnc--column--article--listitem__name {
	
}

.fnc--column--article--listitem__date {
	
}

.fnc--column--articles__button {
	
}

/*ÃƒÂÃ¢â‚¬ÂºÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â² ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™*/

.fnc--center--articles {
	padding:50px 0;
}

.fnc--center--articles__title {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	font-size:22px;
	text-align:center;
}

.fnc--center--articles__container {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.fnc--center--articles__listitem {
	flex-basis:calc(33% - 40px);
	margin:15px;
	padding:10px;
	display:flex;
	flex-direction:column;
	text-align:center;
}

@media all and (max-width: 700px) {
   
	.fnc--center--articles__container {
		flex-wrap: wrap;
    }
	
}

@media all and (max-width: 600px) {
   
	.fnc--center--articles__listitem {
		flex-basis:calc(50% - 40px);
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--center--articles__listitem {
		flex-basis:calc(100% - 40px);
	}
	
}

.fnc--center--article--listitem__main {
	
}

.fnc--center--articles--listitem__image {
	
}

.fnc--center--articles--listitem__image img {
	max-width:100%;
}

.fnc--center--article--listitem__info {
	
}

.fnc--center--articles--listitem__name {
	font-size: 16px;
	padding:10px 0;
}

.fnc--center--article--listitem__date {
	
}

.fnc--center--articles__button {
	padding:10px 0;
	text-align:center;
}

.fnc--center--articles__button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--center--articles__button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*ÃƒÂÃ‚Â¡ÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬*/

.fnc--slider--container {
	transition:none;
}

.fnc--slider--inner {
	transition:none;
}

.fnc--slider--inner__images {
	
}

.js__adv--banner__absolute {
	position:absolute;
	transition:none;
	transition:none;
}


.js__fnc--slider--inner__relative {
	position:relative;
	display: flex;
    justify-content: center;
	transition:none;
}

.js__fnc--slider--inner__absolute {
	position:absolute;
	opacity:0;
	transition:none;
}

.fnc--slider--inner__text {
	position:absolute;
}

.fnc--slider--inner--arrows__left {
	position:absolute;
	top:50%;
	left:1%;
}

.fnc--slider--inner--arrows__right {
	position:absolute;
	top:50%;
	right:1%;
}

.fnc--slider--inner--arrow__left {
	
}

.fnc--slider--inner--arrow__right {
	
}

.fnc--slider--inner__buttons {
	position:absolute;
	top:90%;
	width:100%;
}

.fnc--slider--inner--buttons__inner {
	display: flex;
    justify-content: center;
}

.fnc--slider--inner--button {
	padding: 5px 10px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

.fnc--slider--inner--button:hover {
	padding: 5px 10px;
	background: #aa8787;
	color:#fff;
	border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

.fnc--slider--inner--button__active {
	padding: 5px 10px;
	background: #aa8787;
	color:#fff;
	border-radius: 100%;
    border: 1px solid #efefef;
	margin:0 5px;
}

/*ÃƒÂÃ…Â¸ÃƒÂÃ‚Â°ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â*/

.fnc--pagination {
	display:flex;
	justify-content: center;
}

.fnc--paging--button {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
	color:#fff;
	background:#aa8787;
}

.fnc--paging--button:hover {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
	color:#aa8787;
	background:#fff;
}

.fnc--paging--button__now {
	margin:5px;
	padding:5px;
	border:1px solid #aa8787;
}

/*ÃƒÂÃ¢â‚¬Å“ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬*/

.fnc--slider--gallery {
	padding:50px 10px;
}

.fnc--slider--gallery__title {
	font-size:18px;
	text-align:center;
}

.fnc--slider--gallery__container {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.fnc--slider--gallery--container__center {
	margin:0 auto;
}

.fnc--slider--gallery--container--center__main {
	display: flex;
    flex-direction: row;
}

.fnc--slider--gallery--container--center__listitem {
	display:flex;
}

.fnc--slider--gallery--container--center__item {
	width:286px;
	margin:5px;
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
}

.fnc--slider--gallery--container--center__image img {
	max-width:100%;
}

.fnc--slider--gallery--button {
	padding:10px 0;
	text-align:center;
}

.fnc--slider--gallery--button a{
	border-bottom:1px #aa8787 solid;
	font-size:15px;
	color:#aa8787;
}

.fnc--slider--gallery--button a:hover{
	border-bottom:1px #543535 solid;
	font-size:15px;
	color:#543535;
	text-decoration:none;
}

/*ÃƒÂÃ¢â‚¬Å“ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Â */

.fnc--column--gallery {
	
}

.fnc--column--gallery__title {
	
}

.fnc--column--gallery__container {
	
}

.fnc--column--gallery__listitem {
	
}

.fnc--column--gallery--listitem__name {
	
}

.fnc--column--gallery--listitem__image {
	
}

.fnc--column--gallery__button {
	
}

/*ÃƒÂÃ¢â‚¬Å“ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã‚Â Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â°*/

.fnc--gallery--list {
	max-width:1200px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:5px;
}

.fnc--gallery--listitem {
	flex-basis:22%;
	margin-bottom:10px;
}

@media all and (max-width: 600px) {
   
	.fnc--gallery--listitem {
		flex-basis:30%;
	}
	
}

@media all and (max-width: 400px) {
   
	.fnc--gallery--listitem {
		flex-basis:90%;
	}
	
}

.fnc--gallery--listitem__image img {
	max-width:100%;
}

.fnc--gallery--listitem__text {
	
}

/*ÃƒÂÃ¢â‚¬â„¢ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚Â-ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡*/

.fnc--addfaq--container {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.fnc--addfaq--title {
	font-size:17px;
	text-align:center;
}

.fnc--addfaq--item {
	padding:3px;
}


/*ÃƒÂÃ…Â¾ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Â¹*/

.fnc--polls--main__inner {
    display: flex;
    position: relative;
	padding:10px 0;
	padding-right: 20px;
}

.fnc--polls--main--inner__votes {
	position:absolute;
	right:0;
}

input.js__poll--check {
	display:none;
}

input.js__poll--check + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid #aa8787;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

input.js__poll--check:checked + label:before {
	content: "\2713";
    font-size: 13px;
    color: #aa8787;
    text-align: center;
	font-weight:bolder;
    border:2px solid #aa8787;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
}

input.js__poll--check:disabled + label:before {
	content: "\2713";
    font-size: 13px;
    color: transparent;
    text-align: center;
	font-weight:bolder;
    border:2px solid #eeeeee;
	background:white;
	cursor:pointer;
	cursor:hand;
	padding:0 3px 0 4px;
	transition: all 0.3s ease;
}

.fnc--polls--main__linein {
	height:20px;
	background:#eee;
}

/*ÃƒÂÃ‚Â¤ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¼Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â·ÃƒÂÃ‚Â¸*/

.fnc--feedback {
	padding: 0;
	background: transparent;
	color:#fff;
}

.fnc--feedback--container {
	width:100%;
	margin:0 auto;
}

.fnc--feedback__title {
	font-size: 2.67em;
	padding:10px 0;
	font-family: var(--extrabold-font-family);
}

.fnc--feedback__second--title {
	font-size: 16px;
	padding:10px 0;
}

.fnc--feedback--main {
	
display: flex;
	
margin-top: 151px;
}

.fnc--feedback--main__line {
	
margin-right: 30px;
	
max-width: 427px;
	
width: 100%;
}

.fnc--feedback--main__name {
	padding:5px 0;
}

.fnc--feedback--main__param {
	padding:5px 0;
}

.fnc--feedback--main__button  {
	padding:10px 0;
	text-align:center;
}

.fnc--feedback--main__button button  {
	color: #fff;
    background: transparent;
    border: none;
    padding: 14px 10px;
    max-width: 300px;
    background: url(/themes/img/bg-dots.svg) repeat-x 5px center;
}

.fnc--feedback--main__button button:hover  {
	background: #c18a83 none no-repeat center center;
	border-color: #c18a83;
	color: #fff;
}

/*ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â² ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒÂÃ‚Âµ*/

.fnc--column--comments {
	
}

.fnc--column--comments__title {
	
}

.fnc--center--comments--container {
	
}

.fnc--center--comments--listitem__main {
	
}

.fnc--center--comments--listitem__name {
	
}

.fnc--center--comments--listitem__text {
	
}

.fnc--center--comments--listitem__date {
	
}

/*ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ ÃƒÂÃ‚Â² Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Âµ*/

.fnc--slider--comments {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}

.fnc--slider--comments__title {
	font-size:17px;
	text-align:center;
}

.fnc--slider--comments--container {
	display:flex;
	align-items: center;
    justify-content: center;
	padding:10px;
}

.fnc--slider--comments__main {
	padding:0 40px;
	max-width:500px;
	width:100%;
}

.fnc--slider--comments__name {
	padding:5px 0;
}

.fnc--slider--comments__text {
	padding:5px 0;
}

.fnc--slider--comments__date {
	padding:5px 0;
}

/*ÃƒÂÃ…Â¾Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â·Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â°*/

.fnc--comments--list {
	padding:10px;
	max-width:1200px;
}

.fnc--addcomment--container {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.fnc--addcomment--title {
	text-align:center;
	font-size:17px;
}

.fnc--addcomment--item {
	padding:3px;
}


.fnc--addcomment--vote {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--addcomment--vote__name {
	padding-right:10px;
}

.itempage--vote--rate {
	margin-right:3px;
}

.fnc--addcomment--vote__rate {
	margin-right:3px;
	cursor:pointer;
	cursor:hand;
}

.item--vote {
	background-image:url('/themes/main/star.svg');
	width: 20px;
    height: 20px;
}

.item--vote--act {
	background-image:url('/themes/main/star_act.svg');
	width: 20px;
    height: 20px;
}

.fnc--comments--list__votes {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:5px 0;
}

.fnc--comments--list__vote {
	margin-right:3px;
}

/*ÃƒÂÃ¢â‚¬â€ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº*/

.fnc--order--call {
	
}

/*ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿*/

.js__body--popup {
	
}

.popup--callme--container {
	
}

.popup--container__main {
	
}

.popup--container__close {
	text-align:right;
}

.popup--container__title {
	
}

.popup--container__line {
	padding:5px 0;
}

.popup--container__button {
	
}

/*ÃƒÂÃ‚ÂÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â*/

.fnc--login--fields {
	
}

.fnc--login--fields--container {
	
}

.fnc--login--fields__main {
	
}

.fnc--login--fields__field {
	padding:5px 0;
}

.fnc--login--fields__buttons {
	display:flex;
	justify-content:space-between;
}

.fnc--login--fields__social {
	text-align:center;
	padding:5px 0;
}

.fnc--login--fields--social__buttons {
	display:flex;
	justify-content: space-evenly;
}

.fnc--login--fields__forgot {
	padding:5px 0; 
	text-align:right;
}

.js__forgot--button {
	cursor:pointer;
	cursor:hand;
}

/*ÃƒÂÃ‚Â ÃƒÂÃ‚ÂµÃƒÂÃ‚Â³ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â*/

.registration--center--page {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}

.registration--main {
	
}

.registration--main__title {
	font-size: 22px;
	padding:3px 0;
}

.registration--main__inner {
	
}

.registration--main__line {
	padding:3px 0;
}

.registration--main__name {
	padding:3px 0;
}

.registration--main__param {
	padding:3px 0;
}

.registration--main__button {
	padding:3px 0;
}

.js__registration--page--info {
	color:red;
}

/*ÃƒÂÃ‚ÂÃƒÂÃ‚ÂºÃƒÂÃ‚ÂºÃƒÂÃ‚Â°Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡*/

.account--center--page {
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:30px 10px;
}

.account--info--row {
	font-size: 22px;
	padding:3px 0;
}

.account--info--row__welcome {
	
}

.account--tabs {
	display:flex;
	align-items: flex-end;
	margin:20px 0;
	border-bottom:1px solid #aa8787;
	height:42px;
}

.account--tabs__position {
	margin-right:1px;
}

.account--tab {
	border:1px solid #aa8787;
	padding:5px 30px;
	cursor:pointer;
	cursor:hand;
	height:30px;
}

.account--tab__active {
	border:1px solid #aa8787;
	background:#aa8787;
	color:#fff;
	padding:5px 30px;
	cursor:pointer;
	cursor:hand;
	height:42px;
}

.account--tabs__columns {
	display:flex;
	justify-content: space-between;
}

.account--tabs---column__left {
	flex-basis:48%;
}

.account--tabs---column__right {
	flex-basis:48%;
}

.account--tabs--column__title {
	font-size:18px;
	padding:3px;
}

.account--main__line {
	padding:3px;
}	

.account--main__name {
	padding:3px;
}

.account--main__param {
	padding:3px;
}

.account--main__button {
	padding:3px;
}

.js__user--data--info, .js__user--main--info {
	color:red;
	padding:3px;
	font-size:12px;
}

.js__user--avatar--container img{
	max-width:150px;
	max-height:150px;
}




/*mobile-menu*/


.social{
	position: absolute;
    bottom: 60px;
    left: 60px;
}

.social a{
	color: #fff;
	text-decoration:none;
	opacity:1;
	transition: all 0.5s ease;
}

.social a:hover{
	opacity: 0.5;
}

.social a:first-child{
	margin-right: 30px;
}

.h-menu{
    right: 0;
    left: 0;
    width: 100%;
    position: fixed;
    top: calc(-100% - 20px);
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #101c43;
    z-index: 100;
	transition: all 0.8s ease;
	opacity: 0;
}

.h-menu:before{
    content: '';
    position: absolute;
    top: -20%;
    right: 49%;
    bottom: -20%;
    width: 4px;
    background: #C18A83;
    transform: rotate(30deg);
    z-index: -1;
}

.h-menu .mfp-close{
    color: #000;
    font-size: 3em;
}

.mobile-nav{
	padding: 184px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto 11.093%;
}

.h-menu.active{
	top: 0;
	opacity: 1;
}

.mobile-nav nav{
	display: flex;
    flex-direction: column;
}

.mobile-nav nav a{
    color: #fff;
    font-size: 2.67em;
    margin-bottom: 55px;
	display: flex;
	transition: all 0.5s ease;
	text-decoration:none;
}

.mobile-nav nav a:hover{
	color:#C18A83;
}

.mobile-nav nav a:last-child{
	margin-bottom: 0;
}


nav a:first-child:before{
	background: url(/themes/img/menu-libra.svg) no-repeat center center;
}

nav a:nth-child(2):before{
	background: url(/themes/img/menu-team.svg) no-repeat center center;
}

nav a:nth-child(3):before{
	background: url(/themes/img/menu-questions.svg) no-repeat center center;
}

nav a:nth-child(4):before{
	background: url(/themes/img/menu-contacts.png) no-repeat center center;
}

nav a:before{
    content: '';
    position: absolute;
    left: 150%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 51.66%;
    width: 39.81%;
    background-size: contain;
    opacity: 0;
    transition: all 0.5s ease;
}



nav a:hover:before{
	opacity:1;
	left:calc(100% - 39.81%);
}

nav a:after{
    content: '';
    background: url(/themes/img/bg-dots.svg) repeat-x center center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 34px;
    vertical-align: middle;
    margin: auto 0;
    margin-left: 20px;
    width: 60%;
}

nav a:first-child:after{
	width:50%;
}

nav a:nth-child(2):after{
	width:50%;
}

nav a:nth-child(3):after{
	display:none;
}

nav a:nth-child(4):after{
	width:50%;
}

.open-hamburger-menu{
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    z-index: 110;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    cursor: pointer;
    cursor: hand;
    transition: all 0.2s ease;
    margin: auto;
}

/*.open-hamburger-menu:before{
    content: 'Menu';
    color: #fff;
}*/

.open-hamburger-menu.active:before{
    opacity:0;
}

header.active ~ .open-hamburger-menu{

}

.open-hamburger-menu.active{
}

.open-hamburger-menu span{
    height: 5px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    transition:all 0.2s ease;
	position:relative;
}

.open-hamburger-menu span:nth-child(2){
    max-width: 100%;
    transform: rotate(-55deg);
    background: #101c43;
    height: 7px;
    z-index: 1;
}

.open-hamburger-menu.active span:nth-child(1){
	transform:rotate(35deg);
	top: 10px;
}


.open-hamburger-menu.active span:nth-child(3){
	transform:rotate(-35deg);
	bottom:12px;
}

.open-hamburger-menu.active span:nth-child(2){
    opacity:0;
}

.open-hamburger-menu span:last-child{
    margin:0;
}

.mobile-nav > a {
    background: #fff;
    display: block;
    padding: 10px 20px;
    border-bottom: 4px solid #e9e9e9;
    font-size: 1.2em;
    font-family: var(--semibold-font-family);
    text-decoration: none;
    text-align: center;

}

.mobile-nav > a:nth-child(2) {
    border-top: 4px solid #e9e9e9;
}

.mobile-nav a.close-but-mobile-menu{
    background: #ffb600 url(/themes/house-for-dolls/next-hover.svg) no-repeat calc(100% - 15px) center;
    color: #fff;
    border: none;
}


.mobile-nav  .headcolumnlogo{
    margin: 0 auto;
    padding: 20px 0;
}

.mobile-nav .phones a{
    color: #272b34;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.8;
}

.mobile-nav .phones{
    padding: 20px 0;
}


.h-menu .content-block  a{
    color: #2F2F2F;
    margin-right: 0;
    justify-content: flex-start;
    margin: 0 25px;
    font-size: 19px;
}

.h-menu .content-block  div.topchapters_separator{
        display: block;
    height: 1px;
    background: #eee;
    margin: 15px 0;
}

.h-menu .languages{
        height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h-menu  div.languageact a,
.h-menu  div.language:hover a {
    font-size: 25px;
    color: #fff;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid #ed1c28;
    background:#ed1c28;
    padding:5px;
}

.h-menu  div.language a {
    font-size: 25px;
    color: #2f2f2f;
    font-family: roboto-bold, calibri,arial;
    border-bottom: 2px solid transparent;
        padding:5px;
}

.h-menu  .content-block{
    margin-top: 50px;
}

.h-menu div.languages > div:first-child:before{
    content: '';
    height: 36px;
    background: #eee;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width:1000px){
    .open-hamburger-menu{
    }
}
    

@media screen and (max-width:1000px){
    
.open-hamburger-menu{
    display:flex;
}
}





.h-menu .content-block a {
    color: #2F2F2F;
    margin-right: 0;
    justify-content: flex-start;
    margin: 0 25px;
    font-size: 16px;
}
}



@media screen and (max-width:400px){


.h-menu {
    right: -100%;
    width: 100%;
}
}


/*slick-slider*/

/*slider*/



.slider {
	width: 50%;
	margin: 100px auto;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {

}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-active {
}

.slick-current {
  opacity: 1;
}


/* Slider */
.slick-slider
{display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}

.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	 -o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}

.slick-slide:focus{
	outline: none;
}


[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 95%;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


/* Arrows */
.slick-prev,
.slick-next{font-size: 0;line-height: 0;position: absolute;bottom: 60px;display: block;width: 80px;height: 26px;padding: 0;outline: none;border: none;cursor: pointer;transition: all 0.5s ease;margin: auto;border: none;box-shadow: none;z-index: 1;}

.slick-next{transform: rotate(180deg);background: url(/themes/img/arrow-slider.svg) no-repeat right center;}

.slick-prev:hover,
.slick-next:hover{
    background: url(/themes/img/arrow-slider-h.svg) no-repeat right center;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{

opacity: .1;
}

.slick-prev:before,
.slick-next:before
{

}

.slick-prev:before{

}

.slick-prev:hover:before,
.slick-next:hover:before{

}



.slick-prev
{z-index:1;background: url(/themes/img/arrow-slider.svg) no-repeat left center;left: 60px;}
[dir='rtl'] .slick-prev
{
}
.slick-prev:before
{

}
[dir='rtl'] .slick-prev:before
{

}

.slick-next
{left: calc(60px + 80px + 104px);}
[dir='rtl'] .slick-next
{


}
.slick-next:before
{

}
[dir='rtl'] .slick-next:before
{

}

/* Dots */
.slick-dotted.slick-slider{
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
text-align: center;
}

.slick-dots
{
	position: absolute;
    left: calc(60px + 80px);
    bottom: 60px;
    display: block;
    width: 106px;
    height: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;	
}.slick-dots li
{position: relative;display: inline-block;display: none;}
.slick-dots li.slick-active{
	display:block;
}
.slick-dots li button
{font-size: 0;line-height: 0;display: block;padding: 0;cursor: pointer;color: #C18A83;border: 0;outline: none;background: transparent;font-size: 1.33em;box-shadow: none;}

.slick-dots span{
	color: #fff;
	font-size: 1.33em;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 3px solid #fff;
}


li.slick-active button{background: transparent;font-size: 1.33em;width: auto;height: auto;box-shadow: none;border: none;color: #C18A83;padding: 0;}

.slick-dots li button:hover,
.slick-dots li button:focus{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
opacity: 1;
}
.slick-dots li button:before
{

}
.slick-dots li.slick-active button:before{

}




/*slider--end--*/


ul.status-block{
	margin:0;
	padding:0;
	list-style: none;
}

ul.status-block li{
	display:none;
}

ul.status-block li.active{
	display:block;
}

/*scroll-bar*/

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR RAIL ***************/
 
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-rail > .scroll-element {
    background-color: transparent;
}
 
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: #fff;
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: #fff;
}
 
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
 
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
 
.scrollbar-rail > .scroll-element .scroll-bar {
	background-color: #c18a83;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
 
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
 
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
 
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

.modal-form{
    position: fixed;
    bottom: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: -100%;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 100;
    background-color: #101c43;
    display: flex;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-form.active{
	opacity:1;
	top:0;
	bottom:0;
}

@media screen and (min-width: 768px){

	.but-block a.desktop-hidden{
		display:none;
	}

}

@media screen and (max-width: 768px){

	.but-block a.mobile-hidden{
		display:none;
	}

}