/* inline-block extra space hack font */
@font-face {
	font-family: 'zerospaceregular';
	src: url('../_lib/zerofont/zerospace-regular-webfont.woff') format('woff'),
	url('../_lib/zerofont/zerospace-regular-webfont.ttf') format('truetype'),
	url('../_lib/zerofont/zerospace-regular-webfont.svg#zerospaceregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*********************************************/
/***** Default styles reset BEGIN *****/
/*********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

img,
fieldset,
hr,
legend
{
	border: 0;
}

object,
video,
embed,
img{
	max-width:100%;
	height:auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

audio, canvas, video, figure{
	display: inline-block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr{
	page-break-inside: avoid
}

blockquote{
	quotes: none;
}
blockquote:before,
blockquote:after{
	content: '';
	content: none;
}

[hidden] {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}


/* Form normalize BEGIN */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;    
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* END Form normalize */
/*********************************************/
/***** END Default styles reset *****/
/*********************************************/





/*********************************************/
/***** FancyBox reset BEGIN *****/
/*********************************************/
.fancybox-nav,
#fancybox-loading,
.fancybox-close{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.fancybox-nav,
.fancybox-close{
	text-decoration: none;
	color: #000;
}

.fancybox-skin{
	position: relative;
	background: #fff; /*color of padding box*/
}

.fancybox-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-opened{
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner{
	position: relative;
}

.fancybox-inner{
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;	
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
}
.fancybox-nav span{
	position: absolute;
	top: 50%;	
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	z-index: 8050;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/




/*********************************************/
/***** Slik carusel reset BEGIN *****/
/*********************************************/
.slick-slider{
	position: relative;
	display: block;

	-moz-box-sizing: border-box;
		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;
}

.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;
}
.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;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.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;
}
/*********************************************/
/***** END Slik carusel reset *****/
/*********************************************/





/*********************************************/
/* Social buttons reset BEGIN */
/*********************************************/
span.b-share{
	font:  inherit !important;
	padding: 0px 0px 0px 0px !important;
}
a.b-share__handle{
	padding: 0px 0px 0px 0px !important;
}
span.b-share__text{
	margin: 0;
}
span.b-share-btn__wrap{
	margin: 0 !important;
}
/*********************************************/
/* END Social buttons reset */
/*********************************************/
/*********************************************/
/***** Body and Grid BEGIN *****/
/*********************************************/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #000;
}

/* Box model is inherited from <html> */
*,
*:before,
*:after{
	box-sizing: inherit;
}

body{
	height: 100%;
	line-height: 1.5;
}
  


.g-row{
	/* inline-block extra space hack */
	font-size: 0;
	font-family: 'zerospaceregular';
}
/* New styles */

.pull_page--color,
.pull_page--color2,
.pull_page--mix_color{
	width: 80px;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	font-size: 9px;
}

.color_text {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	padding: 3px 0px;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	color: #fff;
}
.phone {
	color: #a6a6a6;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.phone:hover {
	color: #717171;
	text-decoration: none;
}

#colorTab li {
	margin-right: 14px;
	margin-bottom: 14px;
	display: inline-block;
}
.nav-tabs .nav-link .navbar-brand{
	color: #495057;
}
.nav-tabs .nav-link.active .navbar-brand{
	color: #000;
}
hr.iw {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #3A3A3A;
	width: 100%;
}
.pull_page--color.color1{
	background-image: url('../images/items/white.jpg');
}

.pull_page--color.color2{
	background-image: url('../images/items/cherry.jpg');
}
.pull_page--color.color3{
	background-image: url('../images/items/blue.jpg');
}

.pull_page--color.color4{
	background-image: url('../images/items/graphite.jpg');
}
.pull_page--color.color5{
	background-image: url('../images/items/yellow.jpg');
}

.pull_page--color.color6{
	background-image: url('../images/items/green.jpg');
}
.pull_page--color.color7{
	background-image: url('../images/items/red.jpg');
}

.pull_page--color.color8{
	background-image: url('../images/items/orang.jpg');
}
.pull_page--color.color9{
	background-image: url('../images/items/grey.jpg');
}

.pull_page--color.color10{
	background-image: url('../images/items/brown.jpg');
}
.pull_page--color.color11{
	background-image: url('../images/items/olive.jpg');
}

.pull_page--color.color12{
	background-image: url('../images/items/light-brown.jpg');
}

.pull_page--color2.color1 {
	background-image: url('/uploads/product_pictures/background-items/arctic.jpg');
}
.pull_page--color2.color2 {
	background-image: url('/uploads/product_pictures/background-items/orang.jpg');
}
.pull_page--color2.color3 {
	background-image: url('/uploads/product_pictures/background-items/perl.jpg');
}
.pull_page--color2.color4 {
	background-image: url('/uploads/product_pictures/background-items/rubin.png');
}
.pull_page--color2.color5 {
	background-image: url('/uploads/product_pictures/background-items/sahara.png');
}
.pull_page--color2.color6 {
	background-image: url('/uploads/product_pictures/background-items/tayga.png');
}
.pull_page--color2.color7 {
	background-image: url('/uploads/product_pictures/background-items/vishnya.png');
}
.pull_page--color2.color8 {
	background-image: url('/uploads/product_pictures/background-items/grafit.jpg');
}
.pull_page--color2.color9 {
	background-image: url('/uploads/product_pictures/background-items/olivka.png');
}
.pull_page--color2.color10 {
	background-image: url('/uploads/product_pictures/background-items/seriy.png');
}
.pull_page--color2.color11 {
	background-image: url('/uploads/product_pictures/background-items/tabak.png');
}
.pull_page--color2.color12 {
	background-image: url('/uploads/product_pictures/background-items/shokolad.png');
}
/* 5color */
.pull_page--color2.five_color {
    background-image: url('/uploads/product_pictures/5color/color1.jpg');
}

.pull_page--color2.five_color1 {
    background-image: url('/uploads/product_pictures/5color/color2.jpg');
}

.pull_page--color2.five_color2 {
    background-image: url('/uploads/product_pictures/5color/color3.jpg');
}
.pull_page--color2.five_color3 {
    background-image: url('/uploads/product_pictures/5color/color4.jpg');
}

.pull_page--color2.five_color4 {
    background-image: url('/uploads/product_pictures/5color/color5.jpg');
}

/*6colors*/

.pull_page--color2.six_color1 {
	background-image: url('/uploads/product_pictures/6color/color1.jpg');
}
.pull_page--color2.six_color2 {
	background-image: url('/uploads/product_pictures/6color/color2.jpg');
}
.pull_page--color2.six_color3 {
	background-image: url('/uploads/product_pictures/6color/color3.jpg');
}
.pull_page--color2.six_color4 {
	background-image: url('/uploads/product_pictures/6color/color4.jpg');
}
.pull_page--color2.six_color5 {
	background-image: url('/uploads/product_pictures/6color/color5.jpg');
}
.pull_page--color2.six_color6 {
	background-image: url('/uploads/product_pictures/6color/color6.jpg');
}

.pull_page--mix_color{
	background-size: 506%;
	background-position: -106px -40px;
}
.pull_page--mix_color.color_porto{
	background-image: url('/uploads/product_pictures/color_mix/porto.jpg');
}
.pull_page--mix_color.color_terra{
	background-image: url('/uploads/product_pictures/color_mix/terra.jpg');
}
.pull_page--mix_color.color_arabika{
	background-image: url('/uploads/product_pictures/color_mix/arabika.jpg');
}
.pull_page--mix_color.color_nyar{
	background-image: url('/uploads/product_pictures/color_mix/nyar.jpg');
}
.pull_page--mix_color.color_platina{
	background-image: url('/uploads/product_pictures/color_mix/platina.jpg');
}
.pull_page--mix_color.color_espresso{
	background-image: url('/uploads/product_pictures/color_mix/espresso.jpg');
}
/* New styles */


html,
*[class*="g-col-"]{
	/* inline-block extra space hack cancel */
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size:14px;
}

*[class*="g-col-"]{
	display: inline-block;
	vertical-align: top;
}


.g-row_valign-mid [class*="g-col-"]{
	vertical-align: middle;
}
.g-row_valign-bot [class*="g-col-"]{
	vertical-align: bottom;
}
.g-col_align-center{
	text-align: center;
}
.g-col_align-right{
	text-align: right;
}


.g-row_indent-5{
	margin-left: -5px;
}
.g-row_indent-5 > [class*="g-col-"]{
	padding-left: 5px;
}

.g-row_indent-10{
	margin-left: -10px;
}
.g-row_indent-10 > [class*="g-col-"]{
	padding-left: 10px;
}

.g-row_indent-15{
	margin-left: -15px;
}
.g-row_indent-15 > [class*="g-col-"]{
	padding-left: 15px;
}

.g-row_indent-20{
	margin-left: -20px;
}
.g-row_indent-20 > [class*="g-col-"]{
	padding-left: 20px;
}

.g-row_indent-30{
	margin-left: -30px;
}
.g-row_indent-30 > [class*="g-col-"]{
	padding-left: 30px;
}

.g-container{
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
.g-clearfix:after,
.g-container:after,
.g-text:after,
.g-row:after{
	content: "";
	display: table;
	clear: both;
}
.g-left{
	float: left;
}
.g-right{
	float: right;
}
.g-btn_l{
	display: inline-block;
	padding: 10px 30px;
	border-radius: 2px;
	font-size: 14px;
	border: 0;
	color: #fff;
	background-color: #3d8c68;
	text-decoration: none;	
}
.g-btn_l:hover{
	background-color: #378ac1;
}

.g-link{
	color: #333;
	text-decoration: none;
}
.g-link:hover{
	color: #1779b9;
}

.g-link_footer{
	color: #ffffff;
	text-decoration: underline;
}
.g-link_footer:hover{
	color: #fff;
}


.g-arrow-l,
.fancybox-nav span,
.fancybox-close:before{
	width: 45px;
	padding: 8px 0;
	text-align: center;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	background-color: rgb(0, 0, 0);
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0.6;	
	color: #fff;
}

.g-arrow-m{
	padding: 6px 10px;	
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #a6a6a6;		
	background-color: white;
	cursor: pointer;
}
/*********************************************/
/***** Body and Grid END *****/
/*********************************************/





/*********************************************/
/***** Section Layout BEGIN *****/
/*********************************************/
.g-section-l{
	padding-top: 80px;
}
.g-section-l__items{
	padding-bottom: 30px;
}
.g-section-l__item{
	padding-bottom: 80px;
}
.g-section-l__title{
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
	text-align: center;
	color: #000
}
.g-section-l__title:after{
	content: "";
	border-bottom: 1px solid #a6a6a6;
	width: 40px;
	height: 1px;
	display: block;
	margin: auto;
	margin-top: 0.5em;
}
.g-section-l__title-url{
	color: #000;
	text-decoration: none;
}

.g-section-l_bg{
	background-color: #f7f7f7;
}
.g-section-l_shrink{
	width: 70%;
	margin-left: auto;
	margin-right: auto;	
}


/****** g-section-m BEGIN ******/
.g-section-m{
	padding: 2.5em 0 2em;
}
.g-section-m__title{
	margin-bottom: 0.9em;
	font-size: 1.8em;
	font-weight: bold;
}
/****** END g-section-m ******/



/****** g-section-s BEGIN ******/
.g-section-s{

}
.g-section-s__title{
	margin-bottom: 0.9em;
	font-size: 1.1em;
	font-weight: bold;
}
/****** END g-section-s ******/
/*********************************************/
/***** END Sections Layout *****/
/*********************************************/





/*********************************************/
/***** Forms BEGIN *****/
/*********************************************/
.g-form-m{

}
.g-form-m__field{
	display: block;
	margin-top: 1.5em;
}
.g-form-m__field:first-child{
	margin-top: 0;
}
.g-form-m__field-title{
	margin-bottom: 0.5em;
	color: #000;
	font-weight: bold;
}
.g-form-m__field-title_req:after{
	content: '*';
	margin-left: 2px;
	font-weight: normal;
	color: #ff1f37;
	font-size: 12px;
}
.g-form-m__field-section{	
	display: block;
	position: relative;
}
.g-form-m__field-input,
.g-form-m__field-area{
	display: block;	
	border: 1px solid #e4e4e4;
	font-size: 0.9em;
	color: #333;
}
.g-form-m__field-input{
	width: 100%;
	height: 2.5em;
	line-height: 2.4em;
	padding: 0 0.9em;
}
.g-form-m__field-captcha{
	position: relative;
	padding-right: 160px;
}
/* S */
@media(max-width:768px){
	.g-form-m__field-captcha{
		padding-right: 0;
	}
}
.g-form-m__field-captcha-image{
	position: absolute;
	right: 0;
	top: 0;
}
/* S */
@media(max-width:768px){
	.g-form-m__field-captcha-image{
		position: static;
		margin-top: 0.5em;
	}
}


.g-form-m__field-area{
	max-width: 100%;
	min-width: 100%;
	padding: 0.65em 0.9em;
	resize: vertical;
}
.g-form-m__field-icon{
	position: absolute;
	top: 8px;
	color: #999;
}
.g-form-m__field-error{
	color: red;
	font-size: 0.9em;
}
.g-form-m__field-desc{
	display: block;
	color: #666;
	font-size: 0.9em;
	vertical-align: top;
}
.g-form-m__buttons{
	margin-top: 2em;
}
.g-form-m__button-submit{
	margin-right: 1em;
}
.g-form-m__add-links{
	margin-top: 1em;
}
.g-form-m__add-link{
	display: inline-block;
	margin: 0 0.5em 0 0;
}

.g-form-m__message{	
	margin-bottom: 2em;
	padding: 5px 10px;
	font-size: 0.9em;
}
.g-form-m__message_success{
	background-color: #f9f6e7;
	border: 1px solid #e4cb59;
}
.g-form-m__message_error{
	background-color: #ffefe8;
	border: 1px solid #e89b88;
}
.g-form-m__message-item{
	margin: 5px 0;
}

.g-form-m__field_icon-left .g-form-m__field-input{
	padding-left: 25px;
}
.g-form-m__field_icon-left .g-form-m__field-icon{
	left: 8px;
}
.g-form-m__field_icon-right .g-form-m__field-input{
	padding-right: 25px;
}
.g-form-m__field_icon-right .g-form-m__field-icon{
	right: 8px;
}



.g-form-m__field_title-left .g-form-m__field-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 0;
}
.g-form-m__field_title-left .g-form-m__field-section{
	display: inline-block;
	vertical-align: middle;
}
.g-form-m_main{
	padding: 2em 3em;
	background-color: #f4f4f4;
}



/** Small forms using in footer, small modal windows and other aside blocks **/
.g-form-s__section{
	display: block;
	position: relative;
	border: 1px solid #4e4e4e;
}
.g-form-s__icon{
	position: absolute;
	top: 9px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	padding: 1px;
}

.g-form-s_icon-left .g-form-s__icon{
	left: 10px;
}
.g-form-s_icon-left .g-form-s__input{
	padding-left: 30px;
}
.g-form-s_icon-right .g-form-s__icon{
	right: 10px;
}
.g-form-s_icon-right .g-form-s__input{
	padding-right: 30px;
}
.color-content {
	height: 100%;
}
.b-content__section table td,
.b-content__section table tr {
	vertical-align: top;
}
.inst {
	background-image: url('../images/icon/inst.png') !important;
	background-size: cover !important;
	background-color: inherit !important;
}
.color-content.tab-content > .active {
	display: grid;
	vertical-align: middle;
	height: 100%;
	align-items: center;
	max-height: 100%;
}
.color-content.tab-content > .active img {
	margin: auto;
}
.g-form-s__input{
	width: 100%;
	background-color: transparent;
	border: 0;
	color: #fff;
	padding: 8px 5px;
}
.g-form-s__input:focus{
	background-color: #fff;
	color: #333;
}
.g-form-s__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.g-form-s__input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.g-form-s__input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.g-form-s__input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.g-form-s__section.g-form-s_icon-left:focus  .g-form-s__icon {
	color: #333;
}
.g-form-s__submit{
	width: 100%;
	height: 40px;
	margin-top: 1em;
	border: 0;
	border-radius: 2px;
	color: #fff;
	background-color: rgb(65, 65, 65);
	background-color: rgba(65, 65, 65, 0.5);
}
.g-form-s__submit:hover{
	background-color: rgba(89, 89, 89, 0.5);
}
/*********************************************/
/***** END Forms *****/
/*********************************************/





/*********************************************/
/***** Text normalize BEGIN *****/
/*********************************************/
.g-text{
	color: #333;
}
.g-text_sub{
	color: #666;
}

.g-text a{
	color: #1779b9;
}

.g-text ul,
.g-text ol,
.g-text p,
.g-text dl,
.g-text table,
.g-text figure,
.g-text form,
.g-text form fieldset
{
    margin: 0 0 0.8em 0; 
}

.g-text figcaption{
    font-size: 0.8em;
    line-height: 1;
    text-align: center;
}

.g-text blockquote{
	position: relative;
	min-height: 45px;
	padding: 0 0 0.8em 3.7em;
	color: #999;
}
.g-text blockquote:after{
	content: "";
	display: table;
	clear: both;
}
.g-text blockquote:before{	
	content: '\f10d';
	position: absolute;
	top: 0;
	left: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 3em;	
}

/** Headers BEGIN **/
.g-text h1,
.g-text h2,
.g-text h3,
.g-text h4,
.g-text h5,
.g-text h6{
	margin: 1.1em 0 0.4em;
}
.g-text h1{
	font-size: 2em;
}
.g-text h2{
	font-size: 1.6em;
}
.g-text h3{
	font-size: 1.4em;
}
.g-text h4{
	font-size: 1.3em;
}
.g-text h5{
	font-size: 1.2em;
}
.g-text h6{
	font-size: 1.1em;
}
/** END Headers **/



/** List BEGIN **/
.g-text ul{
    margin-left: 1.1em;
    list-style: disc;
}
.g-text ul ul{
    margin: 0 0 0 2em;
    list-style: circle;
}
.g-text ul ul ul{
    list-style: square;
}

.g-text ol{
    list-style: none;
    counter-reset: num;
}
.g-text ol ol{
    margin: 0 0 0 2em;
}
.g-text ol li:before{
    content: counters(num,'.') ' ';
    counter-increment: num;
}

.g-text dt{
    font-weight: bold;
}
.g-text dd{
    margin: 0 0 0.4em 1.1em;
}
/** END List **/



/** Table BEGIN **/
.g-text table{
    border-color: black;
}
.g-text table caption{
    font-size: 1.3em;
}
.g-text table thead{
    font-weight: bold;
}
.g-text table tfoot{
    font-weight: bold;
}
.g-text table tbody{
}
.g-text table tr{
}
.g-text table td{
    padding: 0.2em 0.5em 0.2em 0.5em ;
}
/** END Table **/



/** Form BEGIN **/
.g-text form fieldset legend{
    font-size: 1.3em;
    margin: 1.1em 0 0.4em 0;
}
/** END Form **/



/** Inline BEGIN **/
.g-text strong,
.g-text b{
    font-weight: bold;
}

b, strong {
	font-weight: bolder;
}

.g-text em,
.g-text cite,
.g-text dfn,
.g-text i,
.g-text var
{
    font-style: italic;
}
.g-text i.fa{
	/* Font Awesome default reset */
	font-style: normal !important;
}

.g-text code,
.g-text kbd,
.g-text pre,
.g-text samp {
    font-family: monospace, serif;
    font-size: 1em;
}

.g-text ins{
	text-decoration: underline;
}

.g-text del,
.g-text s,
.g-text strike{
	text-decoration: line-through;
}

.g-text mark{
    background: #ff0;
    color: #000;
}

.g-text small {
    font-size: 80%;
}

.g-text sub,
.g-text sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.g-text sup{
    top: -0.5em;
}

.g-text sub{
    bottom: -0.25em;
}

.g-text abbr[title] {
    border-bottom: 1px dotted;
}

.g-text audio:not([controls]) {
    display: none;
    height: 0;
}
.g-text > :last-child{
    margin-bottom: 0;
}
/*********************************************/
/***** END Text normalize *****/
/*********************************************/





/*********************************************/
/***** Mediaqueries BEGIN *****/
/*********************************************/
.g-col-12{width: 100%;}
.g-col-11{width: 91.5%}
.g-col-10{width: 83.2%}
.g-col-9{width: 75%}
.g-col-8{width: 66.6%}
.g-col-7{width: 58.3%}
.g-col-6{width: 50%}
.g-col-5{width: 41.7%}
.g-col-4{width: 33.3%}
.g-col-3{width: 25%}
.g-col-2{width: 16.6%}
.g-col-1{width: 8.3%}

/* XL */
@media(max-width:1400px){
	.g-col-12{width: 100%;}
	.g-col-11{width: 83.2%}
	.g-col-10{width: 83.2%}
	.g-col-9{width: 75%}
	.g-col-8{width: 66.6%}
	.g-col-7{width: 58.3%}
	.g-col-6{width: 50%}
	.g-col-5{width: 41.7%}
	.g-col-4{width: 33.3%}
	.g-col-3{width: 25%}
	.g-col-2,
	.g-col-1{width: 16.6%}

	.g-col-12_from-xl{width: 100%;}
	.g-col-11_from-xl{width: 91.5%;}
	.g-col-10_from-xl{width: 83.2%;}
	.g-col-9_from-xl{width: 75%;}
	.g-col-8_from-xl{width: 66.6%;}
	.g-col-7_from-xl{width: 58.3%}
	.g-col-6_from-xl{width: 50%}
	.g-col-5_from-xl{width: 41.7%;}
	.g-col-4_from-xl{width: 33.3%;}
	.g-col-3_from-xl{width: 25%;}
	.g-col-2_from-xl{width: 16.6%;}
	.g-col-1_from-xl{width: 8.3%;}

	.g-col-12_xl{width: 100%;}
	.g-col-11_xl{width: 91.5%;}
	.g-col-10_xl{width: 83.2%;}
	.g-col-9_xl{width: 75%;}
	.g-col-8_xl{width: 66.6%;}
	.g-col-7_xl{width: 58.3%}
	.g-col-6_xl{width: 50%}
	.g-col-5_xl{width: 41.7%;}
	.g-col-4_xl{width: 33.3%;}
	.g-col-3_xl{width: 25%;}
	.g-col-2_xl{width: 16.6%;}
	.g-col-1_xl{width: 8.3%;}
}

/* L */
@media(max-width:1200px){

	/* 4 cols - auto */
	.g-col-12{width: 100%}
	.g-col-11{width: 75%}
	.g-col-10{width: 75%}
	.g-col-9{width: 75%}
	.g-col-8{width: 66.6%}
	.g-col-7{width: 58.3%}
	.g-col-6{width: 50%}
	.g-col-5{width: 41.7%}
	.g-col-4{width: 33.3%}
	.g-col-3,
	.g-col-2,
	.g-col-1{width: 25%}

	.g-col-12_from-xl{width: 100%;}
	.g-col-11_from-xl{width: 91.5%;}
	.g-col-10_from-xl{width: 83.2%;}
	.g-col-9_from-xl{width: 75%;}
	.g-col-8_from-xl{width: 66.6%;}
	.g-col-7_from-xl{width: 58.3%}
	.g-col-6_from-xl{width: 50%}
	.g-col-5_from-xl{width: 41.7%;}
	.g-col-4_from-xl{width: 33.3%;}
	.g-col-3_from-xl{width: 25%;}
	.g-col-2_from-xl{width: 16.6%;}
	.g-col-1_from-xl{width: 8.3%;}
	
	.g-col-12_from-l{width: 100%;}
	.g-col-11_from-l{width: 91.5%;}
	.g-col-10_from-l{width: 83.2%;}
	.g-col-9_from-l{width: 75%;}
	.g-col-8_from-l{width: 66.6%;}
	.g-col-7_from-l{width: 58.3%}
	.g-col-6_from-l{width: 50%}
	.g-col-5_from-l{width: 41.7%;}
	.g-col-4_from-l{width: 33.3%;}
	.g-col-3_from-l{width: 25%;}
	.g-col-2_from-l{width: 16.6%;}
	.g-col-1_from-l{width: 8.3%;}
	
	.g-col-12_l{width: 100%;}
	.g-col-11_l{width: 91.5%;}
	.g-col-10_l{width: 83.2%;}
	.g-col-9_l{width: 75%;}
	.g-col-8_l{width: 66.6%;}
	.g-col-7_l{width: 58.3%}
	.g-col-6_l{width: 50%}
	.g-col-5_l{width: 41.7%;}
	.g-col-4_l{width: 33.3%;}
	.g-col-3_l{width: 25%;}
	.g-col-2_l{width: 16.6%;}
	.g-col-1_l{width: 8.3%;}

}

/* M */
@media(max-width:960px){
	
	/* 3 cols - auto */
	.g-col-12{width: 100%}
	.g-col-11{width: 66.6%}
	.g-col-10{width: 66.6%}
	.g-col-9{width: 66.6%}
	.g-col-8{width: 66.6%}
	.g-col-7{width: 58.3%}
	.g-col-6{width: 50%}
	.g-col-5{width: 41.7%}
	.g-col-4,
	.g-col-3,
	.g-col-2,
	.g-col-1{width: 33.3%}	

	.g-col-12_from-xl{width: 100%;}
	.g-col-11_from-xl{width: 91.5%;}
	.g-col-10_from-xl{width: 83.2%;}
	.g-col-9_from-xl{width: 75%;}
	.g-col-8_from-xl{width: 66.6%;}
	.g-col-7_from-xl{width: 58.3%}
	.g-col-6_from-xl{width: 50%}
	.g-col-5_from-xl{width: 41.7%;}
	.g-col-4_from-xl{width: 33.3%;}
	.g-col-3_from-xl{width: 25%;}
	.g-col-2_from-xl{width: 16.6%;}
	.g-col-1_from-xl{width: 8.3%;}
	
	.g-col-12_from-l{width: 100%;}
	.g-col-11_from-l{width: 91.5%;}
	.g-col-10_from-l{width: 83.2%;}
	.g-col-9_from-l{width: 75%;}
	.g-col-8_from-l{width: 66.6%;}
	.g-col-7_from-l{width: 58.3%}
	.g-col-6_from-l{width: 50%}
	.g-col-5_from-l{width: 41.7%;}
	.g-col-4_from-l{width: 33.3%;}
	.g-col-3_from-l{width: 25%;}
	.g-col-2_from-l{width: 16.6%;}
	.g-col-1_from-l{width: 8.3%;}

	.g-col-12_from-m{width: 100%;}
	.g-col-11_from-m{width: 91.5%;}
	.g-col-10_from-m{width: 83.2%;}
	.g-col-9_from-m{width: 75%;}
	.g-col-8_from-m{width: 66.6%;}
	.g-col-7_from-m{width: 58.3%}
	.g-col-6_from-m{width: 50%}
	.g-col-5_from-m{width: 41.7%;}
	.g-col-4_from-m{width: 33.3%;}
	.g-col-3_from-m{width: 25%;}
	.g-col-2_from-m{width: 16.6%;}
	.g-col-1_from-m{width: 8.3%;}

	.g-col-12_m{width: 100%;}
	.g-col-11_m{width: 91.5%;}
	.g-col-10_m{width: 83.2%;}
	.g-col-9_m{width: 75%;}
	.g-col-8_m{width: 66.6%;}
	.g-col-7_m{width: 58.3%}
	.g-col-6_m{width: 50%}
	.g-col-5_m{width: 41.7%;}
	.g-col-4_m{width: 33.3%;}
	.g-col-3_m{width: 25%;}
	.g-col-2_m{width: 16.6%;}
	.g-col-1_m{width: 8.3%;}
}

/* S */
@media(max-width:768px){
	
	/* 2 cols - auto */
	.g-col-12{width: 100%}
	.g-col-11,
	.g-col-10,
	.g-col-9,
	.g-col-8,
	.g-col-7,
	.g-col-6,
	.g-col-5,
	.g-col-4,
	.g-col-3,
	.g-col-2,
	.g-col-1{width: 50%}

	.g-col-12_from-xl{width: 100%;}
	.g-col-11_from-xl{width: 91.5%;}
	.g-col-10_from-xl{width: 83.2%;}
	.g-col-9_from-xl{width: 75%;}
	.g-col-8_from-xl{width: 66.6%;}
	.g-col-7_from-xl{width: 58.3%}
	.g-col-6_from-xl{width: 50%}
	.g-col-5_from-xl{width: 41.7%;}
	.g-col-4_from-xl{width: 33.3%;}
	.g-col-3_from-xl{width: 25%;}
	.g-col-2_from-xl{width: 16.6%;}
	.g-col-1_from-xl{width: 8.3%;}
	
	.g-col-12_from-l{width: 100%;}
	.g-col-11_from-l{width: 91.5%;}
	.g-col-10_from-l{width: 83.2%;}
	.g-col-9_from-l{width: 75%;}
	.g-col-8_from-l{width: 66.6%;}
	.g-col-7_from-l{width: 58.3%}
	.g-col-6_from-l{width: 50%}
	.g-col-5_from-l{width: 41.7%;}
	.g-col-4_from-l{width: 33.3%;}
	.g-col-3_from-l{width: 25%;}
	.g-col-2_from-l{width: 16.6%;}
	.g-col-1_from-l{width: 8.3%;}

	.g-col-12_from-m{width: 100%;}
	.g-col-11_from-m{width: 91.5%;}
	.g-col-10_from-m{width: 83.2%;}
	.g-col-9_from-m{width: 75%;}
	.g-col-8_from-m{width: 66.6%;}
	.g-col-7_from-m{width: 58.3%}
	.g-col-6_from-m{width: 50%}
	.g-col-5_from-m{width: 41.7%;}
	.g-col-4_from-m{width: 33.3%;}
	.g-col-3_from-m{width: 25%;}
	.g-col-2_from-m{width: 16.6%;}
	.g-col-1_from-m{width: 8.3%;}
	
	.g-col-12_from-s{width: 100%;}
	.g-col-11_from-s{width: 91.5%;}
	.g-col-10_from-s{width: 83.2%;}
	.g-col-9_from-s{width: 75%;}
	.g-col-8_from-s{width: 66.6%;}
	.g-col-7_from-s{width: 58.3%}
	.g-col-6_from-s{width: 50%}
	.g-col-5_from-s{width: 41.7%;}
	.g-col-4_from-s{width: 33.3%;}
	.g-col-3_from-s{width: 25%;}
	.g-col-2_from-s{width: 16.6%;}
	.g-col-1_from-s{width: 8.3%;}

	.g-col-12_s{width: 100%;}
	.g-col-11_s{width: 91.5%;}
	.g-col-10_s{width: 83.2%;}
	.g-col-9_s{width: 75%;}
	.g-col-8_s{width: 66.6%;}
	.g-col-7_s{width: 58.3%}
	.g-col-6_s{width: 50%}
	.g-col-5_s{width: 41.7%;}
	.g-col-4_s{width: 33.3%;}
	.g-col-3_s{width: 25%;}
	.g-col-2_s{width: 16.6%;}
	.g-col-1_s{width: 8.3%;}
}

/* XS */
@media(max-width:480px){

	/* 1 col - auto*/
	.g-col-12,
	.g-col-11,
	.g-col-10,
	.g-col-9,
	.g-col-8,
	.g-col-7,
	.g-col-6,
	.g-col-5,
	.g-col-4,
	.g-col-3,
	.g-col-2,
	.g-col-1{width: 100%}

	.g-col-12_from-xl{width: 100%;}
	.g-col-11_from-xl{width: 91.5%;}
	.g-col-10_from-xl{width: 83.2%;}
	.g-col-9_from-xl{width: 75%;}
	.g-col-8_from-xl{width: 66.6%;}
	.g-col-7_from-xl{width: 58.3%}
	.g-col-6_from-xl{width: 50%}
	.g-col-5_from-xl{width: 41.7%;}
	.g-col-4_from-xl{width: 33.3%;}
	.g-col-3_from-xl{width: 25%;}
	.g-col-2_from-xl{width: 16.6%;}
	.g-col-1_from-xl{width: 8.3%;}
	
	.g-col-12_from-l{width: 100%;}
	.g-col-11_from-l{width: 91.5%;}
	.g-col-10_from-l{width: 83.2%;}
	.g-col-9_from-l{width: 75%;}
	.g-col-8_from-l{width: 66.6%;}
	.g-col-7_from-l{width: 58.3%}
	.g-col-6_from-l{width: 50%}
	.g-col-5_from-l{width: 41.7%;}
	.g-col-4_from-l{width: 33.3%;}
	.g-col-3_from-l{width: 25%;}
	.g-col-2_from-l{width: 16.6%;}
	.g-col-1_from-l{width: 8.3%;}

	.g-col-12_from-m{width: 100%;}
	.g-col-11_from-m{width: 91.5%;}
	.g-col-10_from-m{width: 83.2%;}
	.g-col-9_from-m{width: 75%;}
	.g-col-8_from-m{width: 66.6%;}
	.g-col-7_from-m{width: 58.3%}
	.g-col-6_from-m{width: 50%}
	.g-col-5_from-m{width: 41.7%;}
	.g-col-4_from-m{width: 33.3%;}
	.g-col-3_from-m{width: 25%;}
	.g-col-2_from-m{width: 16.6%;}
	.g-col-1_from-m{width: 8.3%;}
	
	.g-col-12_from-s{width: 100%;}
	.g-col-11_from-s{width: 91.5%;}
	.g-col-10_from-s{width: 83.2%;}
	.g-col-9_from-s{width: 75%;}
	.g-col-8_from-s{width: 66.6%;}
	.g-col-7_from-s{width: 58.3%}
	.g-col-6_from-s{width: 50%}
	.g-col-5_from-s{width: 41.7%;}
	.g-col-4_from-s{width: 33.3%;}
	.g-col-3_from-s{width: 25%;}
	.g-col-2_from-s{width: 16.6%;}
	.g-col-1_from-s{width: 8.3%;}
	
	.g-col-12_xs{width: 100%;}
	.g-col-11_xs{width: 91.5%;}
	.g-col-10_xs{width: 83.2%;}
	.g-col-9_xs{width: 75%;}
	.g-col-8_xs{width: 66.6%;}
	.g-col-7_xs{width: 58.3%}
	.g-col-6_xs{width: 50%}
	.g-col-5_xs{width: 41.7%;}
	.g-col-4_xs{width: 33.3%;}
	.g-col-3_xs{width: 25%;}
	.g-col-2_xs{width: 16.6%;}
	.g-col-1_xs{width: 8.3%;}
}
/*********************************************/
/***** Mediaqueries END *****/
/*********************************************/
.b-main{
	padding-bottom: 60px;
}




/*********************************************/
/***** Header BEGIN *****/
/*********************************************/
.b-header__line{
	background-color: #3d8c68;
	color: #ffffff;
}
.b-header__main{
	padding: 15px 0;
}

.desctop-phone{
	display: inline-block;
}
.phone-mobile {
	display: none;
}
/****** b-langs BEGIN ******/
.b-langs{
	font-size: 13px;
}
.b-langs__item{
	padding: 10px;
	border-right: 1px solid #606060;
}
.b-langs__item:first-child{
	border-left: 1px solid #606060;
}
.b-langs__link{
	color: #fff;
	text-decoration: none;
}
.b-langs__link:hover{
	color: #fff;
	text-decoration: underline;
}
/****** END b-langs ******/



/****** b-siteinfo BEGIN ******/
.b-siteinfo{
	font-size: 0;
}
.b-siteinfo__item {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	font-size: 13px;
	vertical-align: middle;
}
.b-siteinfo__item:first-child{
	margin-left: 0;
}
@media(max-width:1050px){
	.b-siteinfo__item.text-left > span{
		display: block;
	}
	.b-siteinfo__item {
		display: table;
		margin: auto !important;
	}
	.row > .b-siteinfo__item span.phone-mobile {
		display: none;
	}
}
@media(max-width:960px){
	.b-siteinfo__item_schedule,
	.row > .b-siteinfo__item span.desctop-phone{
		display: none;
	}
	.row > .b-siteinfo__item span.phone-mobile {
		display: block;
	}

}
@media(max-width:768px){
	.b-siteinfo__item_address{
		display: none;
	}
	.b-siteinfo__item {
		text-align: center !important
	}
	.row > .b-siteinfo__item span.phone-mobile,
	.b-siteinfo__item.text-left > span{
		display: inline-block;
	}
    
    .share{
    	display: fixed;
        top: 30px;
    }
}
.b-siteinfo__ico {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.b-siteinfo__text {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.b-siteinfo__text_phone {
	white-space: nowrap;
	color: #fff;
}
/****** END b-siteinfo ******/



/****** b-logo BEGIN ******/
.b-logo {
	font-size: 0;
}
/* L */
@media(max-width:1200px){
	.b-logo{
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-logo{
		text-align: left;
	}
}
/****** END b-logo ******/



/****** toggle-menu BEGIN ******/
.b-toggle-menu{
	display: none;
	cursor: pointer;
}
@media(max-width:768px){
	.b-toggle-menu{
		display: inline-block;
		text-align: right;
	}
}
/****** END toggle-menu ******/

/*********************************************/
/***** END Header *****/
/*********************************************/





/*********************************************/
/***** Menu BEGIN *****/
/*********************************************/
.b-menu{
	font-size: 0;
	text-align: right;
}
/* L */
@media(max-width:1200px){
	.b-menu{
		margin-top: 12px;
		text-align: center;
	}
}
/* S */
@media(max-width:768px){
	.b-menu.js-toggle{
		margin-top: 0;
		height: 0;
		overflow: hidden;
	}
}

.b-menu__item{
	position: relative;
	display: inline-block;
	margin: 8px 0 8px 30px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
.b-menu__item:first-child{
	margin-left: 0;
}
.b-menu__item:hover .b-menu__submenu{
	display: block;
}
.b-menu__item_rtl .b-menu__submenu{
	right: 0;
	left: auto;
}
.b-menu__item_rtl .b-submenu__submenu{
	right: 100%;
	left: auto;
}
/* L */
@media(max-width:1200px){
	.b-menu__item{
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* S */
@media(max-width:768px){
	.b-menu__item{
		display: block;
		margin: 0;
		border-top: 1px solid #e4e4e4;
	}
	.b-menu__item_arrow:after{
		content: '\f105';
		position: absolute;
		right: 5px;
		top: 15px;
		font: normal normal normal 14px/1 FontAwesome;
		line-height: 1;
		color: #999;
	}
	.b-menu__item_arrow:hover:after{
		content: '\f107';
	}
}

.b-menu__link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.b-menu__link:hover{
	color: #3d8c68;
}
.b-menu__item_active .b-menu__link:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background: #5cabd6;
}
/* S */
@media(max-width:768px){
	.b-menu__link{
		display: block;
		padding: 15px 0;
	}
	.b-menu__item_active .b-menu__link:after{
		display: none;
	}
}


.b-menu__submenu{
	display: none;
	position: absolute;
	z-index: 10;
	top: 13px;
	left: 0;
	padding-top: 7px;
}
/* S */
@media(max-width:768px){
	.b-menu__submenu{
		position: static;
		padding: 0;
	}
}



/***** Submenu BEGIN *****/
.b-submenu{
	border: 1px solid #e4e4e4;
	background: #fff;
}
/* S */
@media(max-width:768px){
	.b-submenu{
		border: 0;
	}
}


.b-submenu__item{
	position: relative;
}
.b-submenu__item:hover > .b-submenu__submenu{
	display: block;
}
.b-submenu__item_arrow:after{
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 8px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 1;
	color: #999;
}
/* S */
@media(max-width:768px){
	.b-submenu__item{
		padding-left: 30px;
	}
	.b-submenu__item_arrow:hover:after{
		content: '\f107';
	}
}


.b-submenu__link{
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.b-submenu__link:hover{
	background-color: #f4f4f4;
	color: #3d8c68;
}
@media(max-width:768px){
	.b-submenu__link{
		padding: 10px 0;
		white-space: normal;
	}
	.b-submenu__link:hover{
		background: none;
	}
}


.b-submenu__submenu{
	display: none;
	position: absolute;
	top: -1px;
	left: 100%;
}
@media(max-width:768px){
	.b-submenu__submenu{
		position: static;
	}
}
/*********************************************/
/***** END Menu *****/
/*********************************************/





/*********************************************/
/***** Banner BEGIN *****/
/*********************************************/
.b-banner-main{
	margin: auto;
}

.b-banner-main__item{
	position: relative;
}
/* Only one banner is visible while js is loading */
.b-banner-main.no-js .b-banner-main__item:not(:first-child){
	display: none;
}

.b-banner-main__image{
	margin: 0 auto;
}

.b-banner-main__info{
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
}
.b-banner-main__info-helper{
	display: table;
	height: 100%;
	width: 65%;
	margin: auto;
}
.b-banner-main__info-helper-2{
	display:table-cell;
	vertical-align: middle
}

.b-banner-main__title{
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}
/* S */
@media(max-width:768px){
	.b-banner-main__title{
		font-size: 35px;
	}
}
/* XS */
@media(max-width:480px){
	.b-banner-main__title{
		font-size: 20px;
	}
}



.b-banner-main__text{
	margin-bottom: 25px;
	color: #fff;
}
/* M */
@media(max-width:960px){
	.b-banner-main__text{
		display: none;
	}
}


.b-banner-main__button{
	padding: 15px 30px;
}
/* L */
@media(max-width:768px){
	.b-banner-main__button{
		/* Link on whole image instead a single button */
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 0;
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
	.b-banner-main__button:hover{
		background-color: transparent;
		background-color: rgba(0,0,0,0);
	}
}

.b-banner-main__prev,
.b-banner-main__next{
	position: absolute;
	top: 45%;
	display: block;
}
.b-banner-main__prev{
	left: 5%;
}
.b-banner-main__next{
	right: 5%;
}


.b-banner-main .slick-dots{
	position: absolute;
	bottom: 5%;
	display: block;
	width: 100%;
	text-align: center;
}
.b-banner-main .slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.b-banner-main .slick-dots button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}
.b-banner-main .slick-dots .slick-active button{
	background-color: #fff;
}

/*********************************************/
/***** END Banner *****/
/*********************************************/





/*********************************************/
/***** Dashboard BEGIN *****/
/*********************************************/
.b-dashboard{

}
.b-dashboard__item{
	margin-bottom: 50px;
}
.b-dashboard__item:after{
	content: "";
	display: table;
	clear: both;
}
.b-dashboard__ico{
	float: left;
	margin-right: 20px;
}
.b-dashboard__info{
	overflow: hidden;
}
.b-dashboard__title{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #000
}
.b-dashboard__link{
	color: #000;
	text-decoration: underline;
}
.b-dashboard_ico-color:nth-child(3n-2) .b-dashboard__ico{
	color: #3e9bd8;
}
.b-dashboard_ico-color:nth-child(3n-1) .b-dashboard__ico{
	color: #6ab521;
}
.b-dashboard_ico-color:nth-child(3n) .b-dashboard__ico{
	color: #f27a21;
}
/*********************************************/
/***** END Dashboard *****/
/*********************************************/





/*********************************************/
/***** Hometext BEGIN *****/
/*********************************************/
.b-hometext{

}
.b-hometext__title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.b-hometext__btn{
	margin-top: 25px;
}
/* S */
@media(max-width:768px){
	.b-hometext__image{
		display: none;
	}
}
/*********************************************/
/***** END Hometext *****/
/*********************************************/





/*********************************************/
/***** Gallery widget BEGIN *****/
/*********************************************/
.b-gallery-w{

}
.b-gallery-w:after{
	content: "";
	display: table;
	clear: both;
}
.b-gallery-w__item{
	position: relative;
	/* Styles while js loading */
	float: left;
	width: 20%;
}
/* XS */
@media(max-width:480px){
	.b-gallery-w__item:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
	.b-header__line {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 48px;
		width: 100%;
		z-index: 101;
		border-bottom: 1px solid #fff;
	}
	.b-header__main {
		margin-top: 48px;
	}

}
.b-gallery-w__item:hover .b-gallery-w__zoom{
	display: block;
}
.b-gallery-w__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery-w__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery-w__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.b-gallery-w__image{
	display: block;
}
/*********************************************/
/***** END Gallery widget *****/
/*********************************************/





/*********************************************/
/***** Review widget BEGIN *****/
/*********************************************/
.b-review-w {
	text-align: center;
}

.b-review-w__photo{
	margin-bottom: 10px;
}
.b-review-w__img{
	/* cancel slick-carusel default img display block */
	display: inline !important;
	border-radius: 50%;
}
.b-review-w__desc{
	font-size: 16px;
	margin-bottom: 15px;
}
.b-review-w__name{
	font-weight: bold;
	color: #000;
}
.b-review-w__url{
	color: #1779b9;
	margin-left: 5px;
}

.b-review-w__prev,
.b-review-w__next
{
	margin: 35px 5px 0;
	display: inline-block;
}
/*********************************************/
/***** END Review widget *****/
/*********************************************/





/*********************************************/
/***** Blog widget BEGIN *****/
/*********************************************/
.b-blog-w {

}

.b-blog-w__item{
	margin-bottom: 50px;
}
.b-blog-w__image{
	margin-bottom: 15px;
}
.b-blog-w__date{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
.b-blog-w__title{
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.3;
}
/*********************************************/
/***** END Blog widget *****/
/*********************************************/





/*********************************************/
/***** Partner widget BEGIN *****/
/*********************************************/
.b-partner-w {
	padding: 0 35px;
	text-align: center;
}

.b-partner-w__item{
	margin: 0 20px 0 20px;
}

.b-partner-w__prev,
.b-partner-w__next{
	position: absolute;
	top: 0;
	display: inline-block;
	margin: 5px 0;
}
.b-partner-w__prev{
	left: 0;
}
.b-partner-w__next{
	right: 0;
}
/*********************************************/
/***** END Partner widget *****/
/*********************************************/





/*********************************************/
/***** Footer BEGIN *****/
/*********************************************/

.b-footer-bottom-helper{
	min-height: 100%;
	overflow: hidden;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper{
		min-height: auto;
		overflow: auto;
	}
}
.b-footer-bottom-helper-2{
	padding-bottom: 300px;
}
/* M */
@media(max-width:960px){
	.b-footer-bottom-helper-2{
		padding-bottom: 0;
	}
}



.b-footer{
	height: 300px;
	margin-top: -300px;
	background-color: #3d8c68;
	color: #ffffff;
}
/* M */
@media(max-width:960px){
	.b-footer{
		height: auto;
		margin-top: 0;
	}
}
.b-footer__inner{
	height: 250px;
	padding-bottom:2em;
}
/* M */
@media(max-width:960px){
	.b-footer__inner{
		height: auto;
	}
}

.b-footer__section{
	padding-top: 3em;
	font-size: 0.9em;
}

.b-footer__title{
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #fff;
}
.b-footer__item{
	margin-top: 1em;
}


/****** b-socgroups BEGIN ******/
.b-socgroups{
	margin-left: -10px;
}
.b-socgroups:after{
	content: "";
	display: table;
	clear: both;
}
.b-socgroups__item{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.b-socgroups__item_vk{
	background-color: #4c89b8;
}
.b-socgroups__item_fb{
	background-color: #3b5998;
}
.b-socgroups__item_gp{
	background-color: #dd4b39;
}
.b-socgroups__item_yt{
	background: #CC181E;
}
/****** END b-socgroups ******/



/****** b-menu-footer BEGIN ******/
.b-menu-footer__item{
	margin-bottom: 0.5em;
}
/****** END b-menu-footer ******/


.b-footer__line{
	border-top: 1px solid #494949;
	padding: 14px 0 10px;
}
.b-footer__line-right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-footer__line-left{
		text-align: center;
		margin-top: 20px;
	}
	.b-footer__line-right{
		float: none;
		text-align: center;
		margin: 20px 0 10px;
	}
}


/****** b-userbar BEGIN ******/
.b-userbar{
	font-size: 0;
}
.b-userbar__item{
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 20px;
	border-left: 1px solid #494949;
	vertical-align: middle;
	max-width: 200px;
}
.b-userbar__item:first-child{
	border-left: 0;
	padding-left: 0;
}
.b-userbar__item:last-child{
	padding-right: 0;
}
.b-userbar__icon{
	display: inline-block;
	vertical-align: middle;
}
.b-userbar__link{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
/****** END b-userbar BEGIN ******/


/****** b-engine BEGIN ******/
.b-engine{
	font-size: 0.9rem;
}
/****** END b-engine ******/
/*********************************************/
/***** END Footer *****/
/*********************************************/





/*********************************************/
/***** Breadcrumbs BEGIN *****/
/*********************************************/
.b-breadcrumbs{
	border-top: 2px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	font-size: 0.9em;
	color: #999;
}
.b-breadcrumbs__item{
	float: left;
}
.b-breadcrumbs__item:not(:last-child):after{
	content: '/';
	margin: 0 0.5em 0 0.5em;
}
/* S */
@media(max-width:768px){
	.b-breadcrumbs__item:last-child{
		display: none;
	}
}
/*********************************************/
/***** END Breadcrumbs *****/
/*********************************************/





/*********************************************/
/***** Content BEGIN *****/
/*********************************************/
.b-content{
	padding-top: 2.6em;
}
.b-content__title{
	font-size: 2.1em;
	color: #000;
	line-height: 1;
	margin-bottom: 1em;
	font-size: 2em;
}
.b-content__description{
	margin-bottom: 2em;
}
.b-content__item{
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #e4e4e4;
}
.b-content__item:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-content__item-image{
	float: left;
	margin: 0.5em 2.5% 0 0;
	max-width: 30%;
}
.b-content__item-title{
	font-size: 1.7em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

.b-content__item-title-link{
	color: #105787;
}
.b-content__item-title-link:hover{
	color: #1779b9;
}
/* S */
@media(max-width:768px){
	.b-content__item-text{
		display: none;
	}
}

.b-content__item-category{
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}
.b-content__item-category-title{
	margin-right: 5px;
}
.b-content__item-category-link{
	color: #999;
}
.b-content__noitems{

}
.b-content__pagination{
	margin-top: 2em;
}

.b-content__section{

}

.b-content__addinfo{
	margin-top: 0.8em;
}



.b-content__bloginfo{
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 1.3em 0 1.3em 0;
	margin-top: 2em;
}
.b-content__bloginfo-section{
	font-size: 0;
	white-space: nowrap;
}
.b-content__bloginfo_right{
	float: right;
}
/* S */
@media(max-width:768px){
	.b-content__bloginfo_left{
		margin-bottom: 20px;
	}
	.b-content__bloginfo_right{
		float: none;
	}
}
.b-content__bloginfo-title{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 1rem;
}
.b-content__bloginfo-list{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 1rem;
}



/* Tags */
.b-tags{
	margin:-5px 0 0 -5px;
}
.b-tags:after{
	content: "";
	display: table;
	clear: both;
}
.b-tags__item{
	float: left;
	margin:5px 0 0 5px;
	padding: 0.4em 0.8em;
	background: #f7f7f7;
	border-radius: 5px;
	font-size: 0.9em;
}

.b-share{
	margin-left: -5px;
}
.b-share__handle{
	margin-left: 5px;
}

/* Content Addinfo */
.b-addinfo{
	color: #999;
	font-size: 0.9em;
}
.b-addinfo__item{
	float: left;
	margin-right: 1em;
}
.b-addinfo__list .b-addinfo__item:last-child{
	margin-right: 0;
}
.b-addinfo__item-icon{
	color: #d0d0d0;
}



/* Sub categories Menu */
.b-subcats{

}
.b-subcats__item:not(:last-child){
	margin-bottom: 0.5em;
}



/* Popular Items, sorted by amount of views */
.b-blog-popular-w{

}
.b-blog-popular-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}
.b-blog-popular-w__item-title{
	margin-bottom: 0.4em;
}



/* Latest comments to all articles */
.b-comment-w{

}
.b-comment-w__item-text{
	margin-bottom: 0.4em;
	font-size: 0.9em;
}
.b-comment-w__item-addinfo:not(:last-child){
	margin-bottom: 1.5em;
}

/*********************************************/
/***** END Content *****/
/*********************************************/





/*********************************************/
/***** Pagination BEGIN *****/
/*********************************************/
.b-pagination{

}
.b-pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.b-pagination__item:first-child{
	margin-left: 0;
}
.b-pagination__item a,
.b-pagination_page-active{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
}
.b-pagination_page a,
.b-pagination_page-active
{
	width: 35px;
	text-align: center;
}
.b-pagination_page-active{
	background-color: #f4f4f4;
}
.b-pagination__arrow{
	color: #999;
	position: relative;
	top: 3px;
}
.b-pagination_first{
	margin-right: 20px;
}
.b-pagination_last{
	margin-left: 20px;
}
/*********************************************/
/***** END Pagination *****/
/*********************************************/



/*********************************************/
/***** Comments BEGIN *****/
/*********************************************/
.b-comments{

}
.b-comments__message_info{
	margin-bottom: 1.5em;
}
.b-comments__form{
	margin-bottom: 2em;
}
#b-comments__form-anchor{
	position: absolute;
	margin-top: -250px;
}
/* S */
@media(max-width:768px){
	#b-comments__form-anchor{
		margin-top: -50px;
	}
}

.b-comments__list{
	margin-bottom: 2em;
}

.b-comments__post{
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #e4e4e4;
}
.b-comments__post:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.b-comments__post-header{
	padding-bottom: 5px;
	font-size: 0;
}
.b-comments__post-author{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.b-comments__post-date{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
}
.b-comments__post-rate{
	display: inline-block;
	margin-top: 4px;
	vertical-align: top;
	font-size: 1rem;
}
.b-comments__post-text{
	margin-bottom: 10px;
}
.b-comments__post-vote{
	font-size: 0;
	color: #999;
}
.b-comments__post-vote-item{
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	font-size: 1rem;
	color: #999;
	text-decoration: none;
}

.b-star-number{

}
.b-star-number__ico{
	float: left;
	margin-left: 1px;
	color: #FFB300;
}
.b-star-number__ico:first-child{
	margin-left: 0;
}


.b-star-rating{
	font-size: 0;
}
.b-star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.b-star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.b-star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.b-star-rating__ico:last-child{
	padding-left: 0;
}
.b-star-rating__input{
	display: none;
}
.b-star-rating__ico:hover:before,
.b-star-rating__ico:hover ~ .b-star-rating__ico:before,
.b-star-rating__input:checked ~ .b-star-rating__ico:before
{
	content: "\f005";
}
/*********************************************/
/***** END Comments *****/
/*********************************************/





/*********************************************/
/***** Gallery BEGIN *****/
/*********************************************/
.b-gallery{

}

.b-gallery__menu{
	margin-bottom: 1em;
	font-size: 0.9em;
	text-align: right;
	text-transform: uppercase;
}
/* M */
@media(max-width:960px){
	.b-gallery__menu{
		text-align: left;
	}
}


.b-gallery__menu-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.5em 1em;
}
.b-gallery__menu-item:first-child{
	margin-left: 0;
}
.b-gallery__menu-link.mod-active{
	border-bottom: 2px solid #5cabd6;
}

.b-gallery__description{
	margin-bottom: 2em;
}

.b-gallery__category-album{
	text-align: center;
	margin-bottom: 4em;
}
.b-gallery__category-album-image{
	display: block;
	position: relative;
	margin-bottom: 1.5em;
}

.b-gallery__category-album-img,
.b-gallery__category-album-image-link{
	display: block;
}

.b-gallery__category-album-title{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.b-gallery__category-album-text{
	font-size: 0.9em;
}

.b-gallery__photo{
	position: relative;
	margin-bottom: 4em;
}
/* XS */
@media(max-width:480px){
	.b-gallery__photo:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: transparent;
	}
}

.b-gallery__photo-link,
.b-gallery__photo-img{
	display: block;
}
.b-gallery__photo-text{
	margin-bottom: 0.5em;
	font-size: 0.9em;
}

.b-gallery__photo-link{
	position: relative;
}
.b-gallery__photo-link:hover .b-gallery__zoom{
	display: block;
}

.b-gallery__zoom{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 39, 47);
	background-color: rgba(30, 39, 47, 0.8);
	color: #fff;
}
.b-gallery__zoom-wrap-outer{
	display: table;
	height: 100%;
	width: 100%;
}
.b-gallery__zoom-wrap-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/*********************************************/
/***** END Gallery *****/
/*********************************************/





/*********************************************/
/***** Sidebar BEGIN *****/
/*********************************************/
.b-sidebar{
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}
/* M */
@media(max-width:960px){
	.b-sidebar{
		display: none;
	}
}
.b-sidebar__section{
	margin-bottom: 3.5em;
}
.b-sidebar__section_search-w{
	margin-bottom: 2em;
}

/* Search Form */
.b-search-w_blog{

}
.b-search__info{
	margin-bottom: 2em;
}
.b-search-w_blog__submit{
	border: 0;
	background-color: transparent;
}
/*********************************************/
/***** END Sidebar *****/
/*********************************************/





/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\f104"
}
.fancybox-nav.fancybox-next span:before{
	content: "\f105";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\f110";
	font-size: 3em;
	color: #fff;
	-webkit-animation: fa-spin 1.5s infinite linear;
  	animation: fa-spin 1.5s infinite linear;
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\f00d";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 35px;
	right: 25px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/
