html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #5C5C57;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600
}
ul, li {
	padding: 0;
	margin: 0;
}
.mb-md {
	margin-bottom: 35px;
}
.mb-sm {
	margin-bottom: 30px;
}
.mb-xs {
	margin-bottom: 25px;
}
.mt-lg {
	margin-top: 50px;
}
.mt-md {
	margin-top: 35px;
}
.mt-sm {
	margin-top: 30px;
}
.mt-xs {
	margin-top: 25px;
}

body:not(.home) {
	padding-top: 100px;
	background-image:url(/assets/images/elements/bg-content.svg);
	background-repeat:no-repeat;
	background-attachment:fixed;
    background-size: auto 100%;
}
h1{
	font-size:28px;
	color:#5c5c57;
}
h2{
	font-size:20px;
	color:#373331;
}
h3{
	font-size:17px;
	color:#373331;
}

/*header*/
.header {
	position: fixed;
	z-index: 9;
	width: 100%;
	_background: #fff;
	padding-bottom: 12px;
	top: 0;
	left: 0;
	transition: background 0.15s, box-shadow 0.15s;
}

.header.is_scroll, body:not(.home) .header {
	background: #fff;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgb(196 196 196 / 25%);
}
.nav .wrapper-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #373331;
	padding-top: 24px;
}

.nav .logo {
	display: block;
	cursor: pointer;
}
.img-logo {
	width: 100%;
}
.nav .menu {
	display: flex;
	align-items: center;
}
.nav .menu-block {
	display: flex;
	list-style: none;
}
.nav .menu-item {
	margin-right: 25px;
	position: relative;
}

.nav .menu-item:first-child {
	margin-left: 25px;
}

.nav .link-item {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	transition: color 0.3s;
}
.nav .link-item.parent {
	position: relative;
}
.nav .link-item.parent:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: url(/assets/images/elements/polygon.png) center center no-repeat;
}

.menu-block > li > span.visible > a, .menu-block li a.active {
	color: #FF5B35;
}
/*burger-menu*/

.burger-menu {
    display: none;
    position: absolute;
    width: 50px;
    height: 40px;
    bottom: -4px;
    right: 10px;
    cursor: pointer;
    z-index: 70;
    text-align: center;
}
.burger-menu .btn-mob {
	position: absolute;
	width: 30px;
	height: 3px;
	top: 50%;
	left: 11px;
	background-color: black;
	transition: background .3s;
}
.burger-menu .btn-mob:after, .burger-menu .btn-mob:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background-color: black;
	transition: transform, top 0.3s;
}
.burger-menu .btn-mob:before {
	top: -7px;
}
.burger-menu .btn-mob:after {
	top: 7px;
}

.btn-mob.active {
	background: transparent;
}
.btn-mob.active:before {
	top: 0px;
	transform: rotate(45deg);
	background-color: #fff;
}
.btn-mob.active:after {
	top: 0px;
	transform: rotate(-45deg);
	background-color: #fff;
}

.page-cover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 64;
}
.page-cover.active {
	display: block;
}
/*burger menu*/
.wrapper-lang {
	position: relative;
}
.wrapper-lang a{
	transition:color 0.15s;
}
.wrapper-lang a:hover{
	color: #FF5B35;
}
.wrapper-lang:hover .language-hide {
	top: 40px;
	opacity: 1;
	visibility: visible;
}

.language-hide {
	position: absolute;
	top: 38px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background: #ffffffb3;
	box-shadow: 1px 2px 4px #c4c4c4;
	border-radius: 5px;
	transition: top .3s, opacity .3s, visibility .3s;
}
.language-hide .language {
	display: block;
	cursor: pointer;
}

/*search*/
#search-form {
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
}
#search-form.active {
	position: relative;
	z-index: 3;
}
#search-form input {
	cursor: pointer;
	width: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	height: 100%;
	padding: 0;
	border: none;
	outline: none;
	margin: 0;
	padding-left: 40px;
	height: 40px;
	transition: all 0.2s;
	background-repeat: no-repeat;
	background-position: center;
}
#search-form.active input {
	margin: 0;
	border: 1px solid #d2d2d2;
	padding-right: 20px;
	border-radius: 3px;
	cursor: auto;
	background-image: none !important;
}
#search-form:not(.active)
input {
	background-color: transparent;
}
#search-form button {
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	z-index: 4;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 100%;
}
#search-form:not(.active)
button {
	pointer-events: none;
}
#search-form button:before, #search-form button:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#search-form button:before {
	background: url(/assets/images/elements/ico-search.svg) center center no-repeat;
	opacity: 1;
}
#search-form button:after {
	background: url(/assets/images/elements/ico-search.svg) center center no-repeat;
	opacity: 0;
}

#search-form.active button:before, #search-form-mob.active button:before {
	opacity: 0;
}
#search-form.active button:after, #search-form-mob.active button:after {
	opacity: 1;
}

/*button*/
.text-slide {
	position: absolute;
	top: 0;
	max-width: 1199px;
	width:calc(100% - 30px);
	left: calc(50% - 600px);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
}

.text-slide h1, .text-slide h2 {
	font-weight: 600;
	font-size: 45px;
	line-height: 61px;
	color: #373331;
}
.text-slide p {
	font-size: 20px;
	line-height: 29px;
	color: #373331;
}
.text-slide .slide-btn {
	font-size: 18px;
	line-height: 60px;
	color: #FF5B35;
	display: block;
	width: 285px;
	text-align: center;
	height: 60px;
	border: 1px solid #FF5B35;
	border-radius: 5px;
	transition: background 0.15s, color 0.15s;
	margin-top: 40px;
}
.text-slide .slide-btn:after {
	content: '';
	display: inline-block;
	width: 30px;
	background: url(/assets/images/elements/arrow-link.svg) center center no-repeat;
	height: 60px;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 10px;
	position:relative;
	transition:left .15s;
	left:0;
}
.text-slide .slide-btn:hover {
	color: #fff;
	background: #FF5B35;
}
.text-slide .slide-btn:hover:after {
	background: url(/assets/images/elements/arrow-link-white.svg) center center no-repeat;
	left:5px;
}
.slick-arrow {
	position: absolute;
	z-index: 4;
	top: calc(100% - 100px);
	left: 50%;
	margin-left: 750px;
	cursor: pointer;
	height: 100px;
	width: 165px;
	border: none;
	font-size: 0;
    z-index: 8;
}
.slick-prev.slick-arrow {
	background: url(/assets/images/elements/prev-slide.svg) left center no-repeat;
}
.slick-next.slick-arrow {
	background: url(/assets/images/elements/next-slide.svg) left center no-repeat;
	left: calc(50% - 100px);
	top: calc(100% - 45px)
}

.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover {
	z-index: 6;
	opacity: 0.8;
}
.slick-dots {
	position: absolute;
	width: 20px;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: 860px;
}
.slick-dots button {
	display: none;
}
.slick-dots li {
	display: block;
	height: 22px;
	width: 22px;
	border: 1px solid transparent;
	cursur: pointer;
	border-radius: 50%;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.slick-dots li.slick-active {
	border: 1px solid #fff;
}
.slick-dots li:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}
.slick-slide img {
	width: 100%;
}
.place-slider {
	position: relative;
}
.place-slider .item-slide:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: url(/assets/images/elements/sloder-overflow.svg) left top no-repeat;
	position: absolute;
	z-index: 2;
	background-size: contain;
}
@supports not ((-ms-ime-align: auto) and (object-fit: cover)) {
   .item-slide video {
        top:0px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0!important;
		position:absolute;
    }
}
.item-slide.slide-video{
	padding-bottom:52%;
}

.section-1 {
	padding: 150px 0 75px;
}
.section-1 .inset-text {
	font-size: 16px;
	line-height: 25px;
	color: #5C5C57;
}
.section-1 h1, .section-1 h2, .section-1 h3, .section-1 h4 {
	color: #5C5C57;
	font-weight: 600;
}
.img-n-border img {
	width: 100%;
	border-radius: 4px;
}
.img-n-border {
	position: relative;
}
.img-n-border:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #FF5B35;
	margin-top: 10px;
	margin-left: -10px;
}

.section-2 {
	padding-top: 75px;
	padding-bottom: 140px;
}
.section-2 .desc-text,.section-5 .desc-text{
	display: block;
	margin-top: 7px;
}

.section-2 .box-wrapper .img-sect:before,
.projects .box-wrapper .img-sect:before,
.section-5 .box-wrapper .img-sect:before{
	transition: opacity 0.15s;
	opacity: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(92, 92, 87, 0.8) 0%, rgba(92, 92, 87, 0.5) 100%);
	z-index: 2;
}
.section-2 .box-wrapper:hover .img-sect:before,
.projects .box-wrapper:hover .img-sect:before,
.section-5 .box-wrapper:hover .img-sect:before {
	opacity: 1;
}

.section-2 .box-wrapper .desc-text {
	font-size: 16px;
	line-height: 23px;
	transition: color 0.15s;
}
.section-2 .box-wrapper:hover .desc-text,
.projects .box-wrapper:hover .desc-text,
.section-5 .box-wrapper:hover .desc-text {
	color: #99998F;
}
.section-2 .box-wrapper .img-sect,
.section-5 .box-wrapper .img-sect,
.projects .box-wrapper .img-sect {
	position: relative;
	display: block;
}

.title-block {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #5C5C57;
	display: table;
	margin-bottom: 30px
}

.title-block:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #FF5B35;
	margin-top: 4px;
}
.section-3 .box-wrapper .img-sect {
	display: block;
}
.section-3 .box-wrapper .img-sect img {
	width: 100%;
}
.section-3 .box-wrapper {
	margin-bottom: 35px;
}
.section-3 .box-wrapper .desc-text {
	font-size: 16px;
	line-height: 23px;
	color: #373331;
	margin-top: 10px;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.link-more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 20px;
	color: #5C5C57;
	background: url(/assets/images/elements/arrow.svg) calc(100% - 8px) center no-repeat;
	padding: 10px 38px 10px 0;
	margin-right: -10px;
	transition: all 0.25s ease;
}
.link-more:hover {
	opacity: 0.8;
	background-position: calc(100%) center;
}

.section-3 {
	background: #F9F9F9;
	padding: 105px 0;
}
.btn-msg {
	font-size: 18px;
	line-height: 60px;
	color: #FF5B35;
	border: 1px solid #FF5B35;
	box-sizing: border-box;
	border-radius: 5px;
	width: 285px;
	height: 60px;
	text-align: center;
	float: right;
	margin-top: 50px;
	cursor: pointer;
	transition: background 0.15s, color .15s;
}
.btn-msg:hover {
	background: #FF5B35;
	color: #fff;
}

.section-4 .box-wrapper {
	width: 285px;
	height: 269px;
	background: #FFFFFF;
	border: 1px solid #99998F;
	box-sizing: border-box;
	box-shadow: 0px 7px 15px -4px rgba(0, 0, 0, 0.15);
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}
.section-4 .count-info {
	font-weight: 600;
	font-size: 40px;
	line-height: 54px;
	color: #FF5B35;
}
.section-4 .text-info {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #373331;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}
.section-4 {
	padding-top: 70px;
	padding-bottom: 50px;
}

.section-5 {
	padding-bottom: 60px;
	padding-top: 50px;
}
.section-5 .title-block-name {
	font-size: 24px;
	line-height: 25px;
	color: #5C5C57;
	margin-bottom: 18px;
}
.section-5 .desc-text {
	font-size: 18px;
	line-height: 25px;
	color: #373331;
	margin-top: 14px;
}
.section-5 .box-wrapper {
	margin-bottom: 24px;
}
.section-5 .img-sect img {
	width: 100%;
}

.section-6 .mod-text {
	font-size: 16px;
	line-height: 25px;
	color: #5C5C57;
}
.section-6 {
	padding: 60px 0;
	background: #F9F9F9;
}
.section-5 a {
	display: block;
}

/*social btns*/
.ikonki-sot {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.ikonki-sot a {
	display: inline-block;
	height: 52px;
	width: 52px;
	transition: .25s;
	background-size: contain !important;
	margin-right: 17px;
	position: relative;
}

.ikonki-sot a:before, .ikonki-sot a:after {
	content: '';
	padding-bottom: 100%;
	display: block;
	width: 100%;
	opacity: 1;
	top: 0;
	left: 0;
	transition: opacity .3s;
	background-size: contain !important;
	position: absolute
}

.ikonki-sot a:hover:before, .ikonki-sot a:after {
	opacity: 0 !important
}
.ikonki-sot a:hover:after {
	opacity: 1 !important
}
.ikonki-sot a.icfb:before {
	background: url(/assets/images/elements/fb.svg) center center no-repeat
}
.ikonki-sot a.icfb:after {
	background: url(/assets/images/elements/fb_act.svg) center center no-repeat
}
.ikonki-sot a.icig:before {
	background: url(/assets/images/elements/ig.svg) center center no-repeat
}
.ikonki-sot a.icig:after {
	background: url(/assets/images/elements/inst_act.svg) center center no-repeat
}
.ikonki-sot a.icyt:before {
	background: url(/assets/images/elements/yt.svg) center center no-repeat
}
.ikonki-sot a.icyt:after {
	background: url(/assets/images/elements/yt_act.svg) center center no-repeat
}
.ikonki-sot a.icvk:before {
	background: url(/assets/images/elements/vk.svg) center center no-repeat
}
.ikonki-sot a.icvk:after {
	background: url(/assets/images/elements/vk_act.svg) center center no-repeat
}
.footer {
	background: #99998F;
	padding-top: 60px;
	background-image: url(/assets/images/elements/footer-bg.svg) !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	position: relative;
}
.footer .container:before {
	content: '';
	display: block;
	height: 144px;
	width: 162px;
	background: url(/assets/images/elements/cubs.svg) center center no-repeat;
	position: absolute;
	top: -100px;
	right: calc(100% + 135px);
}
.footer .name-col {
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.footer .info-decor {
	font-size: 15px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.footer .tel {
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	display: table;
}
.footer a.tel:hover, .footer-link:hover,.footer-link.active {
    color: #CBB796!important;
}

.footer .mg-tp {
	margin-top: 15px;
}
.footer-link {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	display: table;
	margin-bottom: 8px;
}
.footer .info-text {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 8px;
	display:table;
}
.footer .btn-subsc {
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 5px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
}
.footer .btn-subsc:hover {
	color: #000;
	background: #fff;
}

.copyright {
	font-size: 12px;
	line-height: 16px;
	color: #E5E5E5;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 10px;
}
.copyright a:hover {
	color: #fff;
}

/**/
.title-page {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #5C5C57;
	margin-top: 55px;
}
.title-page:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #FF5B35;
	margin-top: 7px;
}
.flex-bewteen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.line-breadcrumbs {
	font-size: 15px;
	line-height: 17px;
	color: #99998F;
}
.line-breadcrumbs a {
	position: relative;
    margin-left: 18px;
}
.line-breadcrumbs a:not(:last-child):hover {
	color: #ff5b35;
}
.line-breadcrumbs a:first-child {
	margin-left: 0
}
.line-breadcrumbs a:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(100% + 7px);
	width: 4px;
	height: 4px;
	background: #FF5B35;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%)
}
.line-breadcrumbs a:last-child:after {
	display: none;
}

select {
	-webkit-appearance: none;
	background-image: url(/assets/images/elements/select-trangle.svg) !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 15px) center !important;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	background: #fff;
	color: #333;
	padding: 0 20px 0 10px;
	cursor: pointer;
	border: 1px solid #D2D6DB;
	box-sizing: border-box;
	border-radius: 5px;
	height: 47px;
	padding-right: 40px;
	padding-left: 22px;
}
.list-info .box-wrapper {
	margin-bottom: 40px;
}
.list-info .desc-text {
	font-size: 16px;
	line-height: 23px;
	color: #373331;
	margin-top: 13px;
	display: table;
}
.img-sect img {
	width: 100%;
}
.list-info .img-sect {
	display: block;
	position: relative;
}
span.finished {
	background: #FF5B35;
	border-radius: 5px;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
	position: absolute;
	display: table;
	position: absolute;
	top: calc(100% - 18px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	height: 28px;
	line-height: 28px;
	width: 120px;
	text-align: center;
}

.info-page {
	margin-top: 50px;
	font-size: 16px;
	line-height: 25px;
	color: #373331;
}

body:not(.home) #page {
	margin-bottom: 120px;
}

/*pagination*/
.paginatorextendwrapper {
	text-align: center;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	margin-top: 40px;
}
.paginatorextendwrapper a {
	margin: 0;
	-webkit-transition: color 0.15s;
	-moz-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	color: #665451;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #D2D6DB;
	box-sizing: border-box;
	margin-left: 5px;
	color: #99998F;
	font-size: 16px;
}
.paginatorextendwrapper .activepage, .paginatorextendwrapper a:hover {
	background: #D2D6DB;
	border-radius: 50%;
	color: #ffffff;
}

.paginatorextendwrapper .prevlink, .paginatorextendwrapper .nextlink {
	font-weight: 900;
	color: #C4C4C4;
	display: inline-block;
	position: relative;
}
.paginatorextendwrapper .nextlink {
	background: url(/assets/images/elements/next.svg) center center no-repeat;
}
.paginatorextendwrapper .nextlink:hover {
	background: #D2D6DB url(/assets/images/elements/next-hover.svg) center center no-repeat;
}

.paginatorextendwrapper .prevlink {
	background: url(/assets/images/elements/prev.svg) center center no-repeat;
}
.paginatorextendwrapper .prevlink:hover {
	background: #D2D6DB url(/assets/images/elements/prev-hover.svg) center center no-repeat;
}

/*social-share*/
.share-social, .social-icons {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.share-social {
	border-top: 2px solid rgba(255,255,255,.15);
	border-bottom: 2px solid rgba(255,255,255,.15);
	padding: 20px 0;
	border-top: 1px solid #D2D6DB;
	margin-top: 50px;
}
.text-share {
	margin-right: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #5C5C57;
	font-style: italic;
}

.share-social a, .share-with-lines .social-icons a {
	display: block;
	border-radius: 50%;
	margin: 0 5px 0 0;
}

.share-social a i, .share-with-lines .social-icons a i {
	height: 30px;
	width: 30px;
	display: block;
	border-radius: 50%;
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #616161;
	transition: background .15s, border-color .15s
}

.share-social a i {
	height: 40px;
	width: 40px;
	transform: scale(1);
	transition: transform .15s
}

.share-social a:hover i {
	transform: scale(1.05)
}

.share-social .s-fk i, .share-with-lines .s-fk:hover i {
	background-color: #365493;
	border-color: #365493
}

.share-social .s-tw i, .share-with-lines .s-tw:hover i {
	background-color: #3cf;
	border-color: #3cf
}

.share-social .s-whp i, .share-with-lines .s-whp:hover i {
	background-color: #1ebea5;
	border-color: #1ebea5
}

.share-social .s-tg i, .share-with-lines .s-tg:hover i {
	background-color: #37aee2;
	border-color: #37aee2
}

.fa-facebook {
	background: url(/assets/images/elements/fbook.svg)
}

.fa-twitter {
	background: url(/assets/images/elements/twitter.svg)
}

.fa-whatsapp {
	background: url(/assets/images/elements/whatsapp.svg)
}

.fa-telegram {
	background: url(/assets/images/elements/telegram.svg)
}

.section-8 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-8 .desc-text {
	font-size: 16px;
	line-height: 23px;
	color: #373331;
	display: block;
	margin-top: 10px;
}
.section-8 .img-sect {
	display: block;
}

.section-doc {
	padding: 30px 0;
}
.load-document .format {
	display: inline-block;
	height: 32px;
	width: 28px;
	background: #F5F6F7;
	border: 1px solid #D2D6DB;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
	margin-left: 6px;
}
.load-document .format i {
	font-style: normal;
	font-weight: 600;
	font-size: 8.8px;
	line-height: 10px;
	color: #FFFFFF;
	background: #3B5998;
	border-radius: 3.66667px;
	padding: 2px 5px;
	margin-left: -6px;
	margin-top: 13px;
	display: table;
}
.load-document span.xls i {
	background: #3BAF1D;
}
.load-document span.pdf i {
	background: #FF0000
}
.load-document span.img i {
	background: #7B519D
}
.load-document {
	display: flex;
	margin-bottom: 8px;
}

.load-document:hover {
	color: #99998F;
}
.load-document .text-info {
	width: calc(100% - 50px);
	display: block;
	margin-left: 8px;
	padding-top: 5px;
}

.slbCloseBtn:before, .slbCloseBtn:after {
	content: '';
	display: block;
	height: 30px;
	width: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: rotate(45deg);
	opacity: .8
}

.slbCloseBtn:after {
	transform: rotate(-45deg)
}

.slbCloseBtn {
	font-size: 0 !important;
	height: 30px !important;
	width: 30px !important;
	display: block;
	top: 25px !important
}

.gallery .img-sect {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.gallery .img-sect:before {
	content: '';
	height: 100%;
	width: 100%;
	background: ;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3) url(/assets/images/elements/ico-gall.svg) center center no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}
.gallery .img-sect:hover:before {
	opacity: 1;
}

.iframe-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 74%;
}
.iframe-responsive iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}

/*contacts*/
.page-contacts {
	padding-top: 50px;
}
.page-contacts .title-box {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #373331;
	margin-bottom: 15px;
}
.page-contacts .t-row-l {
	font-size: 17px;
	line-height: 23px;
	text-decoration-line: underline;
	color: #373331;
	margin-bottom: 6px;
}
.page-contacts .t-row-r, .page-contacts .t-row-s {
	font-size: 16px;
	line-height: 25px;
	color: #5C5C57;
}
.location p{
	margin:0;
	margin-bottom:5px;
}
.page-contacts .location a{
	color:#5C5C57;
}
#googlemap {
	margin-top: 50px;
}
.c-content{
	padding-left:55px!important;
}

.control_row .label {
	font-size: 17px;
	line-height: 23px;
	color: #373331;
	display: block;
	margin-bottom: 2px;
}

.control_row .label i {
	color: red;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
input.input_empty {
	border: 1px solid #D2D6DB;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	height: 47px;
	margin-bottom: 8px;
}
textarea.input_empty {
	border: 1px solid #D2D6DB;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100% !important;
	min-height: 60px;
	max-height:245px;
}
.accented .input_empty {
	background: rgba(255, 91, 53, .2);
	border-color: rgba(255, 91, 53, .2);
}
.contact-send input, .contact-send textarea,
.form_box input, .form_box  textarea{
	padding: 0 10px;
	font-size: 15px;
	color: #5C5C57;
}
.contact-send{
	padding-bottom:30px;
}
.btn-etu {
	border: 1px solid #FF5B35;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #FF5B35;
	text-align: center;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.btn-etu:hover {
	color: #fff;
	background: #FF5B35;
}

.page-text a{
    color: #99998f;
}
.page-text a:hover{
	text-decoration:underline;
}


/*table*/
.page-text.accission {
	padding-top: 50px;
}

.accission table {
	width: 100%;
	background: #fff;
}
.accission table td {
	height: 70px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #D2D6DB;
}
.accission table tr:nth-child(odd) {
	background: #F9F9F9;
}
.accission table td:nth-child(2) {
	width: 45%;
	text-align: left;
}
.accission table th, .accission table tr:first-child td {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #5C5C57;
	border: 1px solid #D2D6DB;
	height: 50px;
	background: #F4F4F4;
}

/*popup*/
.mod-popup {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.wrapper-popup {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
.overlow {
	background: rgba(0,0,0,0.3);
	display: block;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}
.box-popup {
	position: relative;
	z-index: 5;
	background: #fff;
	max-width: 590px;
	width: 94%;
	border-radius: 30px;
}
.close_box {
	font-size: 13px;
	line-height: 18px;
	color: #444;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(/assets/images/elements/close-ico.svg) center center no-repeat;
	padding: 5px 10px;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	transition: background .15s;
	font-size: 0;
	height: 35px;
	width: 35px;
}
.box-popup h3 {
	font-size: 35px;
	line-height: 48px;
	color: #222;
	margin: 70px auto 20px;
	padding: 0;
	font-size: 28px;
	line-height: 38px;
	color: #5C5C57;
	max-width: 422px;
	display:block;
}
.text-form-box {
	margin: 0px auto;
	max-width: 420px;
	font-size: 15px;
	line-height: 22px;
	color: #5C5C57;
}
.box-popup .btn-etu {
	margin-top: 16px;
}
.form_box {
	max-width: 420px;
	margin: 24px auto 0;
	padding-bottom: 120px;
	width: 90%;
}
.box-popup .label {
	font-size: 15px;
	line-height: 20px;
	color: #5E5E5E;
	display: block;
	color: #5E5E5E;
	padding-bottom: 5px;
}
.control_row .label i {
	color: red;
	font-style: normal;
	position: Relative;
	top: -2px;
}
.page-text{
	padding-top:30px;
}
.map{
	margin-top: 35px;	
}
.map iframe{
	width: 100%;
	height: 300px;
}

/*scrllup*/

#scroll_up.active {
	bottom: 70px
}
#scroll_up {
	background: url(/assets/images/elements/scroll.svg) no-repeat;
	background-size: 100% 100%;
	bottom: -70px;
	cursor: pointer;
	height: 70px;
	width: 70px;
	_opacity: .6;
	position: fixed;
	right: 40px;
	-webkit-background-size: 100% 100%;
	z-index: 10;
	transition: bottom .3s;
	box-shadow: 0 0 4px 0 rgba(255,255,255,.5);
	border-radius: 50%
}


/*search page*/
.search-list {
  padding-left: 22px;
}
.search-result{
	margin-top:45px;
}
.search-list li {
  margin-bottom: 15px;
  float: none !important;
  line-height: 18px;
  padding-left: 5px;
  font-weight: 700;
  _border-bottom: 1px dashed #f3f3f3;
  padding-bottom: 5px;
  font-family: Open Sans;
}

.search-list li:last-child {
  border-bottom: none;
}

.search-list .text-title {
  font-size: 15px;
  font-weight: 500;
  color: #656461;
}
.search-list li a:hover{
	text-decoration:underline;
}


.place-slider:after{
	content:'';
	display:block;
	background:url(/assets/images/elements/image-before.svg) right top no-repeat;
	padding-bottom:70.8%;
	position:absolute;
	top:100%;
	right:0;
	z-index:3;
	width:100%;
	background-size:auto 100%;
}

.section-1,
.section-2,
.section-3 .container,
.section-4,
.section-5{
    position: relative;
    z-index: 4;
}

.page-text iframe{
	width:100%!important;
}
.location{
	margin-bottom:30px;
}

@media (max-width: 1820px) {
	.slick-dots{
		margin-left: 570px;
	}
	.slick-arrow{
		margin-left:430px;
	}
	.link-more{
		margin-right:0;
	}
}

@media (min-width: 1200px) {
	.page-cover {
		display: none !important;
	}
	.main-menu .sub-menu-2 {
		position: absolute;
		background: #fff;
		padding: 10px;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
		transition: visibility 0.15s, opacity 0.15s;
		width: 260px;
	    border-top: 3px solid #FF5B35;
	    border-radius: 0 0 12px 12px;
	}
	/*.sub-menu-2 li span:before {
		content: '\BB';
		position: absolute;
		top: 7px;
		left: 5px;
	}*/
	.main-menu .sub-menu-2 a {
		text-transform: none;
	    font-weight: 400;
	    line-height: 19px;
	    padding: 10px 0 10px 6px;
	    color: #373331;
	    display: block;
    	font-size: 15px;
	}
	.main-menu .menu-item:hover .sub-menu-2 {
		opacity: 1;
		visibility: visible;
	}
	.main-menu .menu-item li {
		display: block;
	}
	.nav .link-item:hover,
	.nav .link-item.active{
		color: #FF5B35;
	}
	.main-menu .sub-menu-2 span:hover a, .sub-menu-2 li span:hover:before {
		_background: #99998F;
		color: #FF5B35;
	}
	.main-menu .menu-item li span {
		display: block;
		position: relative;
	}
	.main-menu .sub-menu-2 {
		top: calc(100% + 15px);
		display: block !important;
		left:50%;
		transform:translateX(-50%);
	}
	.menu-item.parent:hover:before {
		content: '';
		display: block;
		height: 20px;
		top: calc(100% - 3px);
		position: absolute;
		left: 0;
		width: 100%;
	}
	.nav .parent > span > a{
		padding-right:19px;
		background:url(/assets/images/elements/select-trangle.svg) center right no-repeat;
	}
	.nav .parent:hover > span > a{
		background:url(/assets/images/elements/select-trangle-2.svg) center right no-repeat;
	}
	.container{
		padding-left:15px;
		padding-right:15px;
	}
}


@media (max-width:1560px){
	.footer .container:before{
		top: -78px;
	    right: 5%;
	    background-size: contain;
        height: 65px;
   		width: 78px;
	}
}
@media (max-width: 1199px) {
	.menu {
		position: absolute;
		width: 300px;
		height: 100vh;
		top: 0;
		left: -320px;
		padding: 50px 20px;
		background-color: #fff;
		transform: translate3d(-360px,0,0);
		transition-delay: .1s;
		z-index: 65;
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		transition: .3s;
	}

	.menu.active {
		opacity: 1;
		visibility: visible;
		left: 0;
		transform: translate3d(0,0,0);
		display: flex;
		align-items: flex-start;
	}
	.menu:before {
		content: '';
		position: absolute;
		width: 120px;
		height: 100%;
		top: 0;
		right: -60px;
		background-color: #fff;
		border-radius: 50%;
		transition: .3s;
		transition-delay: .3s;
	}
	.menu.active:before {
		right: 0;
		width: 0;
	}
	.burger-menu {
		display: block;
	}
	.nav .menu-block {
		flex-direction: column;
	}
	.link-item {

		padding-left: 0px;
	}
	.nav .menu-item:first-child {
		margin-left: 0px;
	}
	.nav .link-item {
		padding: 14px 10px 14px 10px;
	}
	.search, #search-form, #search-form input {
		width: 100% !important;
	}
	#search-form button {
		left: 0px !important;
		width: 40px;
	}

	.menu {
		padding: 10px 0;
	}
	.wrapper-lang {
		display: block;
		width: 100%;
		text-align: right;
		padding: 0 15px;
	}
	#search-form {
		background: #f6f6f6;
		border-radius: 0;
		margin-top: 10px;
	}
	#search-form input {
		padding-right: 10px;
	}
	.nav .menu-block {
		width: 100%;
	}
	.nav .menu-item {
		margin-right: 0;
	}
	.nav .link-item.parent:before {
		right: 10px;
	}
	.menu-block li span {
		display: flex;
		width: 100%;
		font-size: 15px;
		border-bottom: 1px solid #e4e4e4;
	}
	.menu-block li span a {
		display: block;
	    min-height: 45px;
	    line-height: 18px;
	    flex-grow: 1;
	    padding: 14px 0 14px 15px;
	}
	.menu-block li.parent > span > i, .menu-block li.item-link > span > i {
		display: block;
		position: Relative;
		height: 46px;
		width: 46px;
	}
	.menu-block li.item-link > span > i:after, .menu-block li.parent > span > i:after {
		content: '';
		display: block;
		height: 7px;
		width: 7px;
		transform: rotate(45deg);
		border: 1px solid #000;
		top: 18px;
		right: 21px;
		position: absolute;
		border-left: none;
		border-bottom: none;
		transition: transform .2s;
	}
	.menu-block li span.visible i:after {
		transform: rotate(135deg);
	}
	.menu-block > li > ul > li > span {
		border-color: #d1d1d1;
		border-bottom-style: solid;
		background: #fff8f7;
	}
	.menu-block > li > ul > li > span a {
		color: #2a2a2a;
		padding-left: 25px;
	    text-transform: none;
	    padding-right: 15px;
	}
	.sub-menu-2 {
		display: none;
	}
	.nav .wrapper-nav{
    	padding-top: 10px;
	}
	.img-logo{
    	height: 32px;
    	width:auto;
	}
	.header{
		background:#fff;
		box-shadow: 0px 2px 10px rgb(196 196 196 / 25%);
	}
	
	.slick-arrow{
		background-size:contain!important;
		height: 40px;
		width: 85px;
	}
	.slick-next.slick-arrow{
	    left: auto;
	    top: calc(100% - 12px);
	    right: 50px;
	}
	.slick-prev.slick-arrow{
	    left: auto;
	    top: calc(100% - 17px);
	    right: 0px;
	}
	.slick-dots{
	    margin: 0;
	    right: 15px;
	    left: auto;
	}
	.text-slide {
		left:0;
	}
	.text-slide .container{
		width:100%;
	}
	.text-slide h1,
	.text-slide h2{
	    font-size: 34px;
	    line-height: 51px;
	    margin-top: 0;
	}
	.text-slide p {
	    font-size: 16px;
	    line-height: 23px;
	}
	.text-slide .slide-btn{
		font-size: 16px;
	    line-height: 50px;
	    width: 220px;
	    height: 50px;
	    margin-top: 30px;
	}
	.text-slide .slide-btn:after{
		height: 50px;
	}
	body{
		padding-top: 54px;
	}
	.text-slide .slide-btn {
	    color: #fff;
	    background: #FF5B35;
	}
	.text-slide .slide-btn:after {
	    background: url(/assets/images/elements/arrow-link-white.svg) center center no-repeat;
	}
	.btn-msg {
	    background: #FF5B35;
	    color: #fff;
	}
	body:not(.home) {
	    padding-top: 20px;
	}
	body:not(.home) #page {
	    margin-bottom: 60px;
	}
	.title-page{
		font-size: 24px;
    	line-height: 32px;
	}
	.section-8 .box-wrapper{
		margin-bottom: 36px;
	}
	.section-8{
		padding-bottom:0;
	}
	.wrapper-nav > .wrapper-lang{
	    position: absolute;
	    z-index: 2;
	    top: 17px;
	    right: 55px;
	}
	.btn-etu{
		color: #fff;
    	background: #FF5B35;
	}
	body:not(.home){
		background-image:none;
	}
}

@media (max-width: 959px) {
	.footer .container:before{
		top: -58px;
	}
	.btn-msg {
	    float: none;
	    margin: 15px auto 0;
	}
	.nav .logo {
		width: 190px;
	}
	
	.text-slide h1, .text-slide h2 {
	    font-size: 24px;
	    line-height: 32px;
	}
	.place-slider .item-slide:before{
		background:rgba(255,255,255,.7);
	}
	.place-slider:after{
		display:none;
	}
	.text-slide .slide-btn {
	    line-height: 40px;
	    height: 40px;
	    margin-top: 18px;
	}
	.text-slide .slide-btn:after{
		height: 40px;
	}
	.section-1 {
	    padding: 100px 0 45px;
	}
	.section-1 h2,.section-1 h3{
		margin-top:0;
	}
	.section-2 .box-wrapper{
		margin-bottom:40px;
	}
	.section-2 {
	    padding-top: 45px;
	    padding-bottom: 66px;
	}
	.section-3 .inset-text{
		text-align:center;
	}
	.section-3{
	    padding: 50px 0;
	}
	.title-block{
	    font-size: 23px;
    	line-height: 33px;
	}
	.flex-between{
    	justify-content: center;
	}
	.section-4 .box-wrapper{
	    margin: 15px;
	}
	.section-4 {
    	padding-top: 40px;
	}
	.section-6 {
    	padding: 34px 0;
	}
	.footer{
		padding-top: 40px;
	}
	.footer .space-row-20>[class^="col-"]{
		margin-bottom:35px;
	}
	.copyright{
		margin-top:15px;
	}
	.points-box .info-decor:before{
		content:'';
		display:block;
		height:30px;
		width:30px;
		position:absolute;
		left:-32px;
		top:0;
		background:url(/assets/images/elements/point.svg) center left no-repeat;
	}
	.points-box .info-decor,
	.points-box a{
		margin-left:35px!important;
		position:relative;
	}
	select{
		padding-right: 33px;
	    padding-left: 14px;
	    font-size: 15px;
	    height: 35px;
	}
	.section-8 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.accission table td{
	    line-height: 15px;
    	font-size: 15px;
	}
	.accission table th, .accission table tr:first-child td {
	    font-size: 15px;
	}
	.page-text.accission {
	    padding-top: 30px;
	}
	.c-content{
		padding-left:10px!important;
	}
}

@media (max-width: 599px) {
	.img-n-border{
	    margin-top: 25px;
	}
	.section-1 {
	    padding: 67px 0 45px;
	}
	.link-more{
    	top: calc(100% - 10px);
	}
	.title-block{
		font-size: 20px;
    	line-height: 28px;
	}
	.title-page {
	    font-size: 20px;
	    line-height: 23px;
	}
	.line-breadcrumbs {
    	font-size: 13px;
    	line-height: 13px;
	}
	.page-text {
	    padding-top: 15px;
	}
	.flex-bewteen{
	    flex-direction: column;
	    align-items: flex-start;
    	margin-bottom: 30px;
	}
	.flex-bewteen select{
    	margin-top: 15px;
	}
	body:not(.home) #page {
	    margin-bottom: 30px;
	}
	.accission table td{
		height:auto;
	    line-height: 14px;
	    font-size: 11px;
	    padding: 3px 2px;
	}
	.accission table th, .accission table tr:first-child td {
	    font-size: 11px;
	}
	.title-form-back{
		margin-top:50px;
	}
	.box-popup h3,
	.text-form-box{
		width:90%;
	}
	.box-popup h3{
	    margin: 50px auto 10px;
	    font-size: 19px;
	    line-height: 22px;
	}
	.form_box{
		padding-bottom:50px;
	}
	
	#scroll_up {
		height:45px;
		width:45px;	
	}
	.mod-popup{
	    overflow: auto;
	    padding: 15px 0;
	}
	.wrapper-popup{
		height:auto;
    	padding: 15px 0;
	}
}

@media (max-width: 360px) {
	.menu{
		width:266px;
	}
	
}
