/* includes */

@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../../fonts/HelveticaNeueCyr-Light.woff') format('woff');
	font-weight:300;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family: 'HelveticaNeueCyr';
	font-display: fallback;
	src:
		url('../../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
	font-weight:700;
	font-style:normal
}

@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../../fonts/Geometria.woff') format('woff');
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../../fonts/Geometria-Medium.woff') format('woff');
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family: 'Geometria';
	font-display: fallback;
	src:
		url('../../fonts/Geometria-Bold.woff') format('woff');
	font-weight:700;
	font-style:normal
}


.s-feedback *, .root-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* links */

.link_st1{
	color: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.link_st1:hover{
	border-bottom-color: transparent !important;
}
.link_st1_theme1{
	color: #17BDE4;
	border-bottom: 1px solid #17BDE4;
	display: inline;
}
.link_st1_theme2 {
	color: #17BDE4;
	border-bottom: 1px solid #17BDE4;
}
.link_st1_light{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/* all styles */

svg:not([width]) {
	width: 1em;
	height: 1em;
}
svg{
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
}
.clearfix:before,
.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}

.overlay{
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	cursor: url(../../img/close.svg), auto;
	background: rgba(0, 0, 0, 0.2);
}

.root-wrapper {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1024px/*1240px;*/;
    margin: auto;
    overflow: hidden;
}
.root-footer{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/*
##HEADER##
*/
.root-header{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-family: 'HelveticaNeueCyr';
}
.root-header .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 33px 0;
	margin: 0 auto;
}
.root-header .l-logo{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 27px;
}
.root-header .logo{
	color: #fff;
}
.root-header .slogan{
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	max-width: 205px;
}
.root-header .l-aside{
	position: absolute;
	right: 25px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}
.root-header .l-contact{
	margin-right: 45px;
}
.root-header .l-contact-email{
	margin-top: 5px;
}
.root-header .link-phone{
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
}
.root-header .link-email{
	font-size: 15px;
	border-bottom-style: dashed;
}
.root-header .l-chat{
	display: none;
}
.root-header .l-search{
	margin-right: 10px;
}
.root-header .link-search,
.root-header .link-user{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.root-header .link-search-icon,
.root-header .link-user-icon{
	font-size: 19px;
	stroke: #000;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}
.root-header .link-search:hover .link-search-icon,
.root-header .link-user:hover .link-user-icon{
	stroke: #17BDE4;
}
.root-header.is-fixed{
	position: fixed;
	background: #fff;
	top: -100%;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.root-header.is-fixed.is-fixed-show{
	top: 0;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
	z-index: 999;
}
.root-header.is-fixed .container {
	padding: 19px 0;
	max-width: 1420px;
}
.root-header.is-fixed .logo {
	color: #000;
}
.root-header.is-fixed .logo-body {
	margin-left: 10px;
}
.root-header.is-fixed .slogan {
	font-size: 13px;
	color: #858585;
	max-width: 170px;
	font-weight: 300;
}
.root-header.is-fixed .l-aside {
	position: static;
	right: 0;
	margin-top: 0;
	margin-left: auto;
}
.root-header.is-fixed .l-contact {
	margin-right: 30px;
}
.root-header.is-fixed .l-chat{
	display: block;
	margin-right: 30px;
}

/*
##FOOTER##
*/
.root-footer{
	background: #262626;
	color: #fff;
	padding: 40px;
	font-family: 'HelveticaNeueCyr', sans-serif;
}

.root-footer .container {
	max-width: 1366px/* 1240px*/;
    width: 100%;
    /*margin-left: auto;*/
    margin-right: auto;
	/*padding: 0 25px;*/
}

.root-footer-r1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.root-footer-r1 .nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.root-footer-r1 .nav-item{
	margin-right: 15px;
}
.root-footer-r1 .nav-link {
	padding: 13px 18px;
	border: 1px solid #f8da19;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}
.root-footer-r1 .nav-link:hover{
	background: #f8da19;
	color: #000;
}
.root-footer-r1 .nav-link.active{
	background: #f8da19;
	color: #000;
}
.root-footer-r2{
	margin-top: 50px;
}
.root-footer-r2 .nav{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.root-footer-r2 .nav-item{
	margin-bottom: 10px;
}
.root-footer-r2 .nav-link{
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	border-bottom: 1px solid transparent;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.root-footer-r2 .nav-link:hover{
	border-color: #fff;
}
.root-footer-r3{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	padding-top: 45px;
}
.root-footer-r3:before{
	content: '';
	position: absolute;
	top: 0;
	left: -50vw;
	right: -50vw;
	height: 1px;
	background: rgba(255,255,255,.2);
}
.root-footer-r3-c1{
	max-width: 995px;
}
.root-footer-r3 .l-copyr{
	font-size: 15px;
	line-height: 1.6;
}
.root-footer-r3 .l-nav{
	margin-top: 10px;
}
.root-footer-r3 .nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.root-footer-r3 .nav-item{
	margin-right: 30px;
}
.root-footer-r3 .nav-link{
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.root-footer-r3 .nav-link:hover{
	border-color: transparent;
}
.root-footer-r4{
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.root-footer-r4 .l-cookie{
	max-width: 995px;
	font-size: 13px;
	line-height: 1.5;
	color: #808080;
}
.root-footer-r4 .l-to-up {
	margin-right: 105px;
}

/* dev block */

.bDev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
}
.bDev__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px;
}
.bDev__text {
	white-space:nowrap;
	font-size: 15px;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.bDev__text-link{
	border-bottom: 1px solid #fff;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.bDev:hover .bDev__text-link{
	border-color: transparent;
}

/* btns */

.btn-chat{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 214px;
	height: 50px;
	border: 1px solid #17BDE4;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.btn-chat:hover{
	background: #17BDE4;
}
.btn-chat-icon{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 24px;
	font-size: 18px;
	stroke: #17BDE4;
	-webkit-transition: stroke .2s;
	-o-transition: stroke .2s;
	transition: stroke .2s;
}
.btn-chat:hover .btn-chat-icon{
	stroke: #fff;
}
.btn-chat-text{
	font-size: 15px;
	color: #17BDE4;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.btn-chat:hover .btn-chat-text{
	color: #fff;
}

.btn-to-up{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	-webkit-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}
.btn-to-up:hover{
	color: #000;
	background: #ECBB24;
}

/* social */

.bSocial {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}
.bSocial__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-transition: border .2s, background .2s, color .2s;
	-o-transition: border .2s, background .2s, color .2s;
	transition: border .2s, background .2s, color .2s;
}
.bSocial__link:hover{
	border-color: #ECBB24;
	background: #ECBB24;
	color: #000;
}


.bSubscribe__grid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bSubscribe__input{
	padding-top: 0;
	padding-bottom: 0;
	height: 56px;
	border: none;
	width: 100%;
}
.bSubscribe__submit{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 !important;
	height: 56px;
	width: 162px;
	margin-left: 8px;
}

/* logo & scroll */

.custom-scroll{
	overflow: auto;
	scrollbar-width: thin;
}
.custom-scroll::-webkit-scrollbar-track {
	background: #EFEFEF;
}
.custom-scroll::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #EFEFEF;
}
.custom-scroll::-webkit-scrollbar-thumb {
	background: #17BDE4;
}

.logo {
	display: inline-flex;
	align-items: center;
}
.logo-img{
	flex-shrink: 0;
	max-width: 50px;
}
.logo-body{
	margin-left: 18px;
}
.logo-t1{
	font-family: Geometria, sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #000000;
}
.logo-t2{
	font-family: Geometria, sans-serif;
	font-weight: 700;
	margin-top: 5px;
	font-size: 14px;
	color: #c0c0c0;
	letter-spacing: -0.2px;
}

/* sidebar */
/*
.root-sidebar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 30;
	width: 360px;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.root-sidebar.visibility{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.root-sidebar-toggle{
	display:none;
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 150px;
	margin-top: -75px;
	background: #fff;
	border: 1px solid #F4F4F4;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	-webkit-transition: background .2s, border .2s;
	-o-transition: background .2s, border .2s;
	transition: background .2s, border .2s;
}
.root-sidebar-toggle:hover{
	background: #17BDE4;
	border-color: #17BDE4;
}
.root-sidebar-toggle-icon{
	font-size: 11px;
	stroke: #000;
	stroke-width: 1.5px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: stroke .2s, -webkit-transform .2s;
	transition: stroke .2s, -webkit-transform .2s;
	-o-transition: transform .2s, stroke .2s;
	transition: transform .2s, stroke .2s;
	transition: transform .2s, stroke .2s, -webkit-transform .2s;
}
.root-sidebar-toggle:hover .root-sidebar-toggle-icon{
	stroke: #fff;
}
.root-sidebar.visibility .root-sidebar-toggle-icon{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.root-sidebar-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	padding: 35px 50px 60px;
	background-color: #fff;
	overflow: auto;
}
.root-sidebar-head {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.root-sidebar-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 60px;
	margin-bottom: 60px;
}
.root-sidebar-nav .nav .nav {
	display: none;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: 20px;
}
.root-sidebar-nav .nav-item.open > .nav{
	display: block;
}
.root-sidebar-nav .nav-item + .nav-item {
	margin-top: 23px;
}
.root-sidebar-nav .nav-item{
	position: relative;
	font-family: Geometria, sans-serif;
}
.root-sidebar-nav > .nav > .nav-item > .nav-link{
	text-transform: uppercase;
}
.root-sidebar-nav .nav-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	color: #000000;
}
.root-sidebar-nav .nav-link:hover{
	color: #17BDE4;
}
.root-sidebar-nav .nav-link-text{
	white-space: nowrap;
	max-width: 260px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.root-sidebar-nav .nav-link-icon{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	stroke: #000;
	font-size: 9px;
}
.root-sidebar-nav .nav-link.active{
	color: #000 !important;
}
.root-sidebar-nav .nav-link.active:before{
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #f8da19;
	border-radius: 4px;
}
.root-sidebar-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: auto;
}
.root-sidebar-contact {
	margin-top: 18px;
}
.root-sidebar-contact-phone-t {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 15px;
}
.root-sidebar-contact-phone {
	margin-top: 5px;
}
.root-sidebar-contact-phone-link {
	font-family: Geometria, Tahoma,Verdana;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.root-sidebar-contact-email {
	margin-top: 8px;
}
.root-sidebar-contact-email-link {
	font-family: Geometria, sans-serif;
	font-size: 15px;
	border-bottom-style: dashed;
}
*/

/* feedback block */

.s-feedback {
	margin-top: 65px;
	overflow: hidden;
	font-family: 'HelveticaNeueCyr';
}
.s-feedback .container{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 760px;
}
.s-feedback-c1 {
	width: 340px;
	margin-top: 100px;
	margin-left: 50px;
	margin-left: 7%;
}
.s-feedback-contact {
	background: #fff;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 40px 50px;
	overflow: hidden;
}
.s-feedback-contact-r1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.s-feedback-contact-r1-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 22px;
	margin-right: 17px;
	stroke: #000;
}
.s-feedback-contact-r1-t1 {
	font-weight: 550;
	font-size: 20px;
}
.s-feedback-contact-address {
	margin-top: 15px;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.4;
}
.s-feedback-contact-map {
	margin-top: 15px;
}
.s-feedback-contact-map-link {
	font-size: 17px;
}
.s-feedback-contact-time {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.s-feedback-contact-time-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 22px;
	margin-right: 14px;
	stroke: #1CAF10;
}
.s-feedback-contact-time-icon.closed {
	stroke: #af1f10;
}
.s-feedback-contact-time-t1 {
	font-weight: 500;
	font-size: 17px;
	color: #1CAF10;
}
.s-feedback-contact-time-t1.closed {
	color: #af1f10;
}
.s-feedback-contact-sep-line {
	margin: 37px -50px 27px -50px;
	height: 1px;
	background: #DADADA;;
}
.s-feedback-contact-phone + .s-feedback-contact-phone {
	margin-top: 7px;
}
.s-feedback-contact-phone-link {
	font-weight: 700;
	font-size: 24px;
	font-family: Geometria,sans-serif;
	color: #000000;
}
.s-feedback-contact-email {
	margin-top: 15px;
}
.s-feedback-contact-email-link {
	font-size: 17px;
	border-bottom-style: dashed;
}
.s-feedback-contact-chat {
	margin-top: 30px;
}
.s-feedback-contact-chat .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	height: 50px;
	width: 100%;
}
.s-feedback-c2 {
	margin-top: 150px;
	margin-left: 70px;
}
.s-feedback-title {
	max-width: 530px;
	font-family: Geometria, sans-serif;
	font-weight: 700;
	font-size: 50px;
}
.s-feedback-sbu-title {
	max-width: 470px;
	margin-top: 25px;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.5;
}
.s-feedback-action {
	margin-top: 40px;
}
.s-feedback-c3{
	position: absolute;
	right: 0;
	bottom: -190px;
	z-index: -1;
}

/* btn gloss */

.gloss:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .5;
	position: absolute;
	top: -30px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 50px;
	z-index: 1;
	-webkit-animation: gloss 4s ease-out 0s infinite;
	animation: gloss 4s ease-out 0s infinite;
}
@-webkit-keyframes gloss {
	0% {
		left: -75px;
	}
	15%,100%{
		left: 120%;
	}
}
@keyframes gloss {
	0% {
		left: -75px;
	}
	15%,100%{
		left: 120%;
	}
}
.btn {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: transparent;
	outline: none;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.btn__bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.btn_st1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 320px;
	height: 85px;
	font-family: Geometria, sans-serif;
	position: relative;
	top: 0;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	-webkit-transition: background .2s, color .2s, top .2s;
	-o-transition: background .2s, color .2s, top .2s;
	transition: background .2s, color .2s, top .2s;
}
.btn_st1 .btn__icon,
.btn_st1 .btn__text{
	position: relative;
	text-shadow: 0 1px 1px rgb(255 255 255);
	z-index: 999;
}
.btn_st1.btn_sm{
	font-size: 13px;
	padding: 15px 25px 12px;
}
.btn_st1.btn_md{
	padding: 25px 45px;
}
.btn_st1.btn_lg{
	padding: 32px 45px;
}
.btn_st1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	-webkit-transition: background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	transition: background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s, background .2s, color .2s, top .2s;
	transition: box-shadow .2s, background .2s, color .2s, top .2s;
	transition: box-shadow .2s, background .2s, color .2s, top .2s, -webkit-box-shadow .2s;
	z-index: -1;
}
.btn_st1:hover{
	top: 2px;
}
.btn_st1:hover:before{
	top: 0;
}
.btn_st1_theme1:before{
	background: #CAAE25;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	z-index:99;
}
.btn_st1_theme1 .btn__bg {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE500), to(#FED200));
	background: -o-linear-gradient(top, #FFE500 0%, #FED200 100%);
	background: linear-gradient(180deg, #FFE500 0%, #FED200 100%);
	z-index: 999;
}

.btn_st2{
	padding: 18px 32px;
	font-size: 15px;
	border-radius: 50px;
	-webkit-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}
.btn_st2:hover{
	background: #eee;
}
.btn_st2_theme1{
	background: #fff;
	color: #000;
}
.btn_st2_theme1:hover{
	background: #17BDE4;
	color: #fff;
}
.btn_st2_theme2{
	background: #17BDE4;
	color: #fff;
}
.btn_st2_theme2:hover{
	background: #049dbf;
}

.btn_st3{
	padding: 18px 32px;
	font-size: 15px;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
	color: #1C1C1C;
	-webkit-transition: border .2s, background .2s, color .2s;
	-o-transition: border .2s, background .2s, color .2s;
	transition: border .2s, background .2s, color .2s;
	font-family: 'HelveticaNeueCyr';
}
.btn_st3:hover{
	border-color: #000;
}
.btn_st3_theme1{
	border-color: #17BDE4;
	color: #17BDE4 !important;
	box-shadow: none;
}
.btn_st3_theme1:hover {
	border-color: #17BDE4;
	background: #17BDE4;
	color: #fff !important;
}

@media only screen and (max-width: 1366px) {
	.root-wrapper {
		min-width: auto;	
	}
	
	.s-feedback-c3 {
		display: none;
	}
}

/** new styles for sidebar and header **/

.main-layout {
	overflow: hidden;
}
.content-container:before {
	display: none;
}
/*
.main-layout .root-sidebar {
	width: 340px;
	z-index: 1000;
	box-sizing: border-box;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	box-shadow: 10px 0 10px rgba(0, 0, 0, .05);
}
.main-layout .root-sidebar.visibility{
	box-shadow: 10px 0 10px rgba(0, 0, 0, .05);
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}
.main-layout .root-sidebar-container {
	padding: 35px 30px 60px;
	box-sizing: border-box;
}
.main-layout .root-sidebar-nav .nav-link {
	font-size: 14px;
}
	*/
.content-container .container{
	width: 100%;
}
.content-container .root-header {
	display: none !important;
	padding: 0 25px 0 7%;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.content-container .root-header .l-menu {
	margin-right: 20px;
}
.content-container .root-header a.link-menu {
	font-size: 24px;
}
.root-header .l-logo {
	margin-right: 20px;
}
.content-container .root-header .logo {
	color: #000;
}
.content-container .root-header .logo-body {
	margin-left: 10px;
}
.content-container .root-header .logo-t1 {
	font-size: 24px;
}
.content-container .root-header .logo-t2 {

	font-weight: 500;
	font-size: 12px;
}
.content-container .root-header .slogan {
	font-size: 13px;
	color: #858585;
	max-width: 120px;
	font-weight: 300;
}
.content-container .root-header .l-aside {
	position: static;
	right: 0;
	margin-top: 0;
	margin-left: auto;
}
.content-container .root-header .l-contact {
	margin-right: 20px;
}
.content-container .root-header .link-phone {
	font-size: 20px;
}
.content-container .root-header .l-chat {
	display: block;
	margin-right: 20px;
}
.content-container .btn-chat {
	width: 170px;
}
.content-container .btn-chat-icon {
	margin-right: 10px;
}
.content-container .root-footer {
	padding: 40px 60px 40px 7%;
}
.content-container .root-footer-r1 .nav-link {
	display: block;
}
@media only screen and (max-width: 1500px) {
	/*
	.main-layout .root-sidebar {
		width: 270px;
	}
	.main-layout .root-sidebar-nav .nav-link-text {
		max-width: 200px;
	}
		*/
	.content-container .root-footer-r1 {
		display: block;
	}
	.content-container .l-social {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1200px) {
	/*
	.main-layout .root-sidebar {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		box-shadow: none;
	}
	*/
	.content-container .root-header {
		display: block !important;
	}
}