/****************** FONTS *******************/

@font-face {
	font-family: 'ClearSans';
	font-weight: 100;
	font-style: normal;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-Thin.ttf);
}
@font-face {
	font-family: 'ClearSans';
	font-weight: 300;
	font-style: normal;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-Light.ttf);
}
@font-face {
	font-family: 'ClearSans';
	font-weight: 300;
	font-style: italic;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-LightItalic.ttf);
}

@font-face {
	font-family: 'ClearSans';
	font-weight: 400;
	font-style: normal;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-Regular.ttf);
}
@font-face {
	font-family: 'ClearSans';
	font-weight: 400;
	font-style: italic;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-RegularItalic.ttf);
}

@font-face {
	font-family: 'ClearSans';
	font-weight: 500;
	font-style: normal;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-Medium.ttf);
}
@font-face {
	font-family: 'ClearSans';
	font-weight: 500;
	font-style: italic;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-MediumItalic.ttf);
}

@font-face {
	font-family: 'ClearSans';
	font-weight: 700;
	font-style: normal;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-Bold.ttf);
}
@font-face {
	font-family: 'ClearSans';
	font-weight: 700;
	font-style: italic;
	src: local('ClearSans'), 
	url(fonts/ClearSans/ClearSans-BoldItalic.ttf);
}

/****************** FONTS - END *******************/

*{margin: 0;padding: 0;}
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;
border: 0;
vertical-align: top;
outline:none;
}
input, select, textarea, button {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
input:focus, select:focus, textarea:focus, button:focus {outline:none;}
/****************** GENERAL *******************/

html {}
body {font-family: 'ClearSans';font-size:20px;}
img {max-width:100%;}
.clear {clear:both;}
.float_left {float:left;}
.float_right {float:right;}
.float_none {float:none;}
.width_10 {width:25%;}
.width_25 {width:25%;}
.width_33 {width:33%;}
.width_50 {width:50%;}
.width_75 {width:75%;}
.width_100 {width:100%;}
.wrapper_block {
    width: 100%;
    min-width: 1130px;
    overflow: hidden;
}

.wrapper_block .wide_slider  {
   max-height: 900px; 
}

.block {width:1100px; margin:0px auto;}
.inline_block {display:inline-block;}
.display_block {display:block;}
.text_center {text-align:center;}
.text_left {text-align:left;}
.text_right {text-align:right;}
.text_justify {text-align:justify;}
.ease_hover {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.bottom_button_block {text-align:center;margin-top:35px;}

.btn {
	display: inline-block;
    padding: 12px 35px;
    border: none;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    border-radius: 100px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn.btn_green, a.btn.btn_green:link {color:#fff;background:#4DBA73;}
.btn.btn_green:hover, a.btn.btn_green:hover {background:#2C9952;}
.btn.btn_green:active, a.btn.btn_green:active {background:#67E292;}
.btn.btn_green:disabled, a.btn.btn_green.disabled {cursor:default;background:#8CFFB7;}

.btn.btn_yellow, a.btn.btn_yellow:link {color:#2D3147;background:#F7FE72;}
.btn.btn_yellow:hover, a.btn.btn_yellow:hover {background:#E2E95D;}
.btn.btn_yellow:active, a.btn.btn_yellow:active {background:#FFFF7D;}
.btn.btn_yellow:disabled, a.btn.btn_yellow.disabled {cursor:default;background:#FFFFAA;}


.input_wrapper {}
.input_wrapper+.input_wrapper {margin-top:25px;}
.input_text:focus {background:#F5F6F9;}
.input_text {
	border:none;
	padding:10px 25px;
	border-radius:10px;
	font-size:22px;
	background:#F5F6F9;
	font-family: 'ClearSans';
}
.input_wrapper .input_text {width:100%;}
textarea.input_text {}

.slick-slider .slick-arrow {
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.1);
	font-size: 0px;
	border:none;
	padding:0px;
	margin:0px;
	height:70px;
	width:70px;
	position:absolute;
	z-index: 1;
	cursor:pointer;
	border-radius:100px;
	background-color: #fff;
	background-repeat:no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slick-slider .slick-arrow:hover {box-shadow:1px 1px 10px 1px rgba(0,0,0,0.5);}

.slick-slider .slick-prev {
	background-image:url(../images/arrow_l.png);
	background-position:center left 25px;
}
.slick-slider .slick-next {
	background-image:url(../images/arrow_r.png);
	background-position:center right 25px;
}



/****************** GENERAL - END *******************/

/****************** MAIN_MENU *******************/

#main_menu_wrapper {background:#2D3147;position:relative;}
#main_menu_right {background:#ECECFF;position:absolute;right:0px;top:0px;width:50%;height:100%;}
#main_menu {position:relative;}
.menu {float:left;background:#ECECFF;margin-left:20px;padding-left:30px;}
.menu ul {}
.menu ul li {list-style:none;display:inline-block;}
.menu ul li a {
	color:#2D3142;
	font-size:22px;
	font-weight:bold;
	padding: 32px 20px;
	text-decoration:none;
	display:block;
	position: relative;
    z-index: 10000;
}
.menu ul li.current a {background:#fff;}
.menu ul li a:hover {background:#71F79F;}

.menu_mobile {display:none;}
.menu_mobile span {}


#logo_main {color:#fff;text-decoration:none;float:left;margin-bottom:10px;}
.logo_text {
	display:inline-block;
    vertical-align: middle;
	font-size:62px;
	font-weight:100;
}
.logo_info {
	display:inline-block;
    vertical-align: middle;
	font-size:20px;
	font-weight:100;
	line-height:110%;
	border-left: 1px solid #fff;
	margin-top:10px;
	margin-left:10px;
	padding-left:10px;
}


/****************** MAIN_MENU - END *******************/

/****************** CONTENT *******************/

#content_wrapper {background:;}
#content {}

#b1_wrapper {
	background:#2D3147;
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	overflow:visible;
}
#b1 {}

.b1_content {color:#ECECFF;position:relative;z-index:1;}
.b1_title {font-size:50px;text-transform:uppercase;font-weight:bold;line-height:115%;}
.b1_subtitle {font-size:50px;font-weight:300;line-height:115%;}
.b1_info_items {margin-top:50px;}
.b1_info_item {margin-top:20px;}
.b1_info_item_title {color:#A6CFD5;font-size:50px;text-transform:uppercase;font-weight:bold;}
.b1_info_item_text {font-size:25px;}

.b1_image {
	position: absolute;
    bottom: 0px;
    right: 0px;
	max-height: calc(100% + 50px);
	height: calc(100% + 50px);
	width:100%;
}
.b1_image img {max-height: 100%;position:absolute;bottom:0px;right:0px;}

.b1_image img {
animation-name: appear 2s cubic-bezier(0.4, 0, 1, 1);
-webkit-animation: appear 2s cubic-bezier(0.4, 0, 1, 1);


}

@keyframes appear {
    0%   {opacity: 0; bottom:-200px; }

   80%   {opacity: 0; }
    
   100%  {opacity: 1;}
}

#b2_wrapper {padding-top:50px;padding-bottom:50px;}
#b2 {}

.b2_image {float:left;width:45%;margin-right:5%;margin-bottom:20px;}
.b2_image img {border-radius:20px;width:100%;}

.b2_content {}
.b2_content_narrow {}
.hidden_text_wrapper {}
.b2_content_title {
	color:#2C2D35;font-size:50px;
	font-weight:bold;text-transform:uppercase;
	line-height: 100%;
    margin-bottom: 30px;
}
.b2_content .content_text {font-size: 18px;}

.blog_item_wrapper {margin-bottom:50px;margin-top:50px;}
.blog_item_block {}
.blog_item_image_wrapper {}
.blog_item_image_wrapper img {width:100%;}

.blog_top_image_block {position:relative;}
.blog_top_image_block>img {width:100%;}
.blog_top_title_block {
	position: absolute;
    left: 0px;bottom:0px;
    width: 100%;
	background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0);', endColorstr='rgba(0,0,0,0.5)',GradientType=0 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog_top_title_narrow {
	max-width:800px;
	position:relative;
    text-align: center;
    padding: 35px 20px 35px 20px;
	margin: 0px auto;
}
.blog_top_title {
	font-size: 25px;
	font-weight:bold;
	color:#fff;
    text-transform: uppercase;
	font-weight:900;
	text-shadow:1px 1px 2px rgba(0,0,0, 1);
}

.content_text_wrapper {max-width:900px;margin:40px auto;}
.content_text_narrow {max-width:900px;margin:0px auto;}
.content_text {}
.content_text {color:#2C2D35;}
.content_text p {}
.content_text ul {list-style:inside;padding-left:15px;}
.content_text a {color:#4DBA73;}
.content_text {}
.content_text>* {margin-bottom:15px;}
.content_text p {line-height:150%;text-align:justify;}
.content_text a {font-weight:bold;text-decoration:none;}
.content_text a:hover {text-decoration:underline;}
.content_text p img {}
.content_text h2, .content_text h3, .content_text h4, .content_text h5, .content_text h6 {
	text-align:center;
	color:#ADACBC;
	font-weight: 900;
}
.content_text h2 {font-size:36px;}
.content_text h3 {font-size:32px;}
.content_text h4 {font-size:28px;}
.content_text h5 {font-size:26px;}
.content_text h6 {font-size:24px;}
.content_text blockquote {
	position:relative;
	padding:50px 50px;
	background:#F6F6FF;
	font-style:italic;
	border-radius:10px;
}
.content_text blockquote:before {
	content: '«';
    position: absolute;
    top: 7px;
    left: 7px;
    height: 40px;
    color: #D8D8E6;
	font-size:70px;
	line-height:50%;
	font-weight:bold;
    text-align: center;
}
.content_text blockquote:after {
	content: '»';
    position: absolute;
    bottom: 7px;
    right: 7px;
    height: 40px;
    color: #D8D8E6;
	font-size:70px;
	line-height:50%;
	font-weight:bold;
    text-align: center;
}


.hidden_text_show {text-decoration:none;}
.hidden_text_show:hover {text-decoration:underline;}
.hidden_text {display:inline;display:none;margin-top:-15px;}

#b3_wrapper {padding-top:50px;padding-bottom:80px;}
#b3 {}
.title_big {
	font-size: 40px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:80px;
	margin-bottom:40px;
	position:relative;
	text-align:center;
}
.title_big:after {
	content:'';
	width:100%;
	height:80px;
	bottom:0px;left:0px;
	position:absolute;
	background:url(../images/title_image.png) center center no-repeat;
	background-size:contain;
}

.b3_block+.b3_block {margin-top:35px;}
.b3_block {}
.b3_block_title {font-size:30px;color:#2C2D35;font-weight:bold;}
.b3_block .content_text {font-size:20px;margin-left:30px;}

#b4_wrapper {}
#b4 {}

.wide_slider {}
.wide_slide {}
.wide_slide a {}
.wide_slide a img {width:100%;}

.wide_slider .slick-arrow {top:50%;margin-top:-35px;}
.wide_slider .slick-prev {left:30px;}
.wide_slider .slick-next {right:30px;}

#b5_wrapper {padding-top:80px;padding-bottom:80px;}
#b5 {}

.accordions_items {max-width:900px;margin:0px auto 50px auto;}
.accordions_item {}
.accordions_item+.accordions_item {margin-top:35px;}
.accordions_item_title_wrapper {cursor:pointer;}
.accordions_item_title_arrow_block {
	background: #fff;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);
	width:50px;min-height:50px;
	position:relative;
	float: left;
	border-radius:3px;
	background:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordions_item_title_arrow {
	width:18px;height:15px;
	position:absolute;
	top:50%;left:50%;
	margin-left:-9px;
	margin-top:-6px;
	display:block;
	background:url(../images/accordion_arrow.png) center center no-repeat transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordions_item.active .accordions_item_title_arrow_block,
.accordions_item.active .accordions_item_title {background-color:#F5F6F9;}
.accordions_item.active .accordions_item_title_arrow {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordions_item_title_block {margin-left:59px;}
.accordions_item_title {
	border-radius:3px;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);
	font-size: 22px;
	font-weight: bold;
	padding: 9px 30px;
	background: #fff;
	position:relative;
	color:#4DBA73;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordions_item_content {
	display: none;
    border-top: none;
	box-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);
    border-radius: 0px 0px 3px 3px;
    padding: 20px 30px;
    margin-left: 59px;
}
.accordions_item_content_narrow {}

.accordions_item_title_arrow_block, .accordions_item_title {box-shadow: 2px 3px 12px 2px rgba(0, 0, 0, 0.14)}
.accordions_item_title_arrow_block:hover, .accordions_item_title:hover {box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.14);}

#b6_wrapper {padding-bottom:80px;}
#b6 {}

.subtitle_small {font-size: 22px;text-align:center;position:relative;top:-40px;max-width:700px;margin:0px auto;margin-bottom:30px;}

.b6_items {font-size:0px;margin:0px -15px -50px -15px;text-align:center;}
.b6_item {width:33.3333%;display:inline-block;}
.b6_item_inner {padding:0px 15px 50px 15px;}
.b6_item_image {}
.b6_item_image img {
    max-width: 100px;
}
.b6_item_title {margin-top:30px;font-size: 16px;/* font-weight: bold; */}

#b8_wrapper {padding-top:80px;padding-bottom:40px;}
#b8 {}

.b8_items {text-align:center;}
.b8_item {margin-bottom:20px;}
.b8_item_num {font-size:75px;color:#8B8D9E;}
.b8_item_text {margin-top:15px;font-size: 20px;font-weight:bold;max-width:700px;margin:0px auto;}
.b8_item_link {margin-top:15px;}
.b8_item_link a {}

#b9_wrapper {padding-top:40px;padding-bottom:40px;}
#b9 {}

.partners_slider {}
.partners_slide {}
.partners_slide_inner {padding:0px 10px;}
.partners_slide_inner a {}
.partners_slide_inner a img {border-radius:5px;width:100%;}

.simple_slider .slick-arrow {top:50%;margin-top:-35px;}
.simple_slider .slick-prev {left:-80px;}
.simple_slider .slick-next {right:-80px;}

#b10_wrapper {padding-top:40px;padding-bottom:40px;}
#b10 {}

#b11_wrapper {padding-top:40px;padding-bottom:40px;}
#b11 {}

.reviews_slider {}
.reviews_slide {}
.reviews_slide_inner {display:table;width:100%;}
.reviews_slide_image {width:265px;height:265px;display:table-cell;}
.reviews_slide_image img {border-radius:300px;width:265px;height:265px;object-fit:cover;}
.reviews_slide_content {display:table-cell;padding-left:30px;}
.reviews_slide_content_inner {}
.reviews_slide_name {font-size:30px;}
.reviews_slide_name {color:#000; text-decoration:none;}
.reviews_slide_name a:hover {text-decoration:underline;}
.reviews_slide_position {font-size:22px;color:#8B8D9E;margin-bottom:5px;}
.reviews_slide_position a {font-size:22px;color:#4dba73;margin-bottom:5px;text-decoration:none;}
.reviews_slide_position a:hover{text-decoration:underline;}
.reviews_slide_text {background:#F5F6F9;padding:30px 30px;border-radius:5px;}

#b12_wrapper {}
#b12 {}

.blog_items {}
.blog_item_wide+.blog_items_wrapper {margin-top:50px;}
.blog_items_wrapper+.blog_item_wide {margin-top:50px;}
.blog_items_wrapper {margin:0px -15px;margin-bottom:-30px;}
.blog_items_wrapper .blog_item {width:50%;display:inline-block;margin-bottom:30px;}
.blog_items_wrapper .blog_item_narrow {margin:0px 15px;}
.blog_items_wrapper {margin:0px auto;max-width:1100px;font-size:0px;}
.blog_item_link {text-decoration:none;position: relative;display: block;}
.blog_items_wrapper .blog_item_link:hover {box-shadow: 4px 3px 15px 1px rgba(0,0,0,0.3);}
.blog_items_wrapper .blog_item_link {
	border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}
.blog_item_link span {display:block;}
.blog_item_narrow {}
.blog_items_wrapper .blog_item_img {
	display: block;
    height: 300px;
    overflow: hidden;
}
.blog_items_wrapper .blog_item_img img {
	object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}
.blog_items_wrapper .blog_item_title {
	display: block;
    background: #fff;
    padding: 15px;
    text-align: left;
	font-size:24px;
	font-weight:bold;
	color:#54575B;
	text-align:center;
}
.blog_item_img_wrapper {overflow:hidden;}
.blog_item_link:hover .blog_item_img_wrapper .blog_item_img {
	margin:-15px;padding:15px;
}
span.blog_item_img:hover, span.events_item_img:hover  {
    filter: saturate(1.1) brightness(110%);
    -webkit-filter: saturate(1.1) brightness(110%);
}
.blog_item_wide {display:block;width:100%;}
.blog_item_wide .blog_item_img img {width:100%;}
.blog_item_wide .blog_item_img {height: auto;width:100%;}
.blog_item_wide .blog_item_link {color:#fff;}
.blog_item_wide .blog_item_link:hover {color:#4DBA73;}
.blog_item_wide .blog_item_title {
	position:absolute;
	bottom:0px;left:0px;
	width:100%;
	text-align:center;
	font-size:40px;font-weight:bold;
	background: rgba(255,255,255,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0);', endColorstr='rgba(0,0,0,0.5)',GradientType=0 ); /* IE6-9 */
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.blog_item_wide .blog_item_title_inner {padding:30px 20px;}


/****************** CONTENT - END *******************/

/****************** FOOTER *******************/

#footer_wrapper {margin-top:40px;margin-bottom:80px;}
#footer {}

.footer_left {float:left;width:40%;}
.footer_left_inner {padding-right:15px;}
.footer_right {float:right;width:60%;}
.footer_right_inner {padding-left:15px;}

.header_phones_block {float:right;margin-top:10px;text-align:center;}
.header_phones {text-align:center;font-weight:bold;position:relative;z-index: 10;display:inline-block;}
.header_phones_main {
	color:#2D3142;
	font-size:35px;
	padding-bottom:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header_phones_main span {
	display:inline-block;margin-left:10px;
	vertical-align: middle;line-height:0px;margin-top:-5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header_phones:hover .header_phones_main {color:#4DBA73;}
.header_phones:hover .header_phones_main span {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_phones ul {
	display:none;width:100%;background: #fff;
	position:absolute;z-index: 1;border-radius:5px;overflow:hidden;
	box-shadow:0px 2px 5px 1px rgba(0,0,0, 0.1);
}
.header_phones:hover ul {display:block;}
.header_phones ul li {list-style:none;display:block;}
.header_phones ul li a {color:#2D3142;display:block;padding:10px 10px;font-size: 18px;text-decoration:none;}
.header_phones ul li a:hover {color:#4DBA73;}
.header_phones ul li a:active {background:transparent;}

.header_call_back {font-size:20px;font-weight:bold;color:#EE293D;text-decoration:none;border-bottom:1px dashed #EE293D;}


.footer_button {text-align:center;margin-top:10px;}
.contacts_items {}
.contacts_item {color:#000;font-size: 20px;}
.contacts_item a {color:#000;}
.contacts_item_link {display:table;width:100%;margin-top:25px;text-decoration:underline;}
a.contacts_item_link:hover {color:#4DBA73;}
.contacts_item_icon {display:table-cell;width:38px;padding-right:25px;text-align:center;vertical-align:middle;}
.contacts_item_icon img {}
.contacts_item_text {display:table-cell;vertical-align:middle;}
.contacts_item_text_location {}

.contacts_item_text_inner {position:relative;display:inline;}
.contacts_item_text_inner {
	max-width: 300px;
    position: relative;
    display: inline;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.contacts_item_text_inner span {position:relative;z-index:1;display:inline;}

/****************** FOOTER - END *******************/

/****************** COPYRIGHT *******************/

#copyright_wrapper {background: #F6F6FF;padding-top: 15px;padding-bottom: 15px;}
#copyright {color:#333;font-size:15px;}
#copyright a {color:#333;text-decoration: none;}
#copyright a:hover {color:#c90000;}
#copyright a:hover span {text-decoration: underline;}

.copyright_left {float:left;}
.copyright_right {float:right;}
.copyright_right a img {margin-top: -7px;}

/****************** COPYRIGHT - END *******************/

/****************** POP_UP_WINDOW - END *******************/


body.body_pop_up {overflow:hidden;}
.pop_up_window_wrapper{
	z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #2C2D35;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.pop_up_window_wrapper_1{display:table;height:100%;width:100%;}
.pop_up_window_wrapper_2{display:table-row;height:100%;width:100%;}
.pop_up_window_wrapper_3{display:table-cell;height:100%;width:100%;vertical-align: middle;text-align:center;}

.pop_up_window{
	display: inline-block;
    vertical-align: middle;
    padding: 15px 15px;
    margin: 20px 20px;
    z-index: 10;
    position: relative;
    text-align: justify;
    opacity: 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .5s, transform .5s;
}
body.body_pop_up .pop_up_window {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
.pop_up_window_close {
	position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 40px;
    height: 25px;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    font-weight: 100;
	z-index:10;
	font-family: Verdana;
}
.pop_up_window_shadow{
	z-index:1;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.pop_up_window_title {color:#fff;font-size:60px;font-weight:bold;padding-bottom:15px;text-align:center;}

.pop_up_window form {max-width:400px;margin:0px auto;}

.form_result {font-size:120%;font-weight:bold;text-align:center;}
.form_result>div{margin-top:15px;}
.result_success {color:#71F79F;}
.form_success {color:#71F79F;}
.result_error {color:#F06954;}
.form_error {color:#F06954;}

/****************** POP_UP_WINDOW - END *******************/

/****************** PAGINATION *******************/

.pagination {text-align:center;padding-top:40px;}
.pagination ul {}
.pagination ul li {display:inline-block;padding:5px;}
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
	display:block;
	width:55px;
	height:55px;
	line-height:55px;
	color:#76767B;
	border-radius:100px;
	text-decoration:none;
}
.pagination ul li a:hover {background:#F7FE72;}
.pagination ul li strong, .pagination ul li span {background:#F5F6F9;}

/****************** PAGINATION - END *******************/

@media screen and (max-width: 1300px){
	.partners_slider {margin-left:100px;margin-right:100px;}
	.reviews_slider {margin-left:100px;margin-right:100px;}
}
@media screen and (max-width: 1130px){
	.wrapper_block {width:auto;	min-width:0px;}
	.block {width:auto; margin:0px auto; padding-left:15px; padding-right:15px;}
	
	#main_menu_right {display:none;}
	#main_menu {padding-bottom:1px;}
	#main_menu .menu {
		display:none;
		float: none;
		clear: both;
		background: #ECECFF;
		margin-left: 0px;
		padding-left: 10px;
		margin-bottom:15px;
	}
	.menu ul li a {font-size: 20px;padding: 15px 20px;}
	
	#main_menu .menu ul li {display:block;}
	.mobile_main_menu_show #main_menu .menu ul li.show_mobile_submenu ul {display:block;}
	
	#main_menu .menu ul li
	
	li:hover .menu_children {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	li.show_mobile_submenu .menu_children {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	#main_menu_burger {float:right;}
	.menu_burger {
		float:right;height:40px;
		overflow:hidden;background: transparent;
		margin: 22px 0px 15px 15px;
		display: inline-block; padding: 1px 7px;
		border: none; border-radius: 4px;
		cursor: pointer; vertical-align: top;
	}
	.menu_burger span {
		background: #ECECFF; display: block; height: 4px; width: 35px; margin: 9px 0px;
		-webkit-transition: all 0.2s cubic-bezier(0, 1, 0, 1);
		-moz-transition: all 0.2s cubic-bezier(0, 1, 0, 1);
		-o-transition: all 0.2s cubic-bezier(0, 1, 0, 1);
		transition: all 0.2s cubic-bezier(0, 1, 0, 1);
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
	}
	.mobile_main_menu_show .menu_burger span:first-child {transform: translate3d(0,10px,0) rotate(45deg);}
	.mobile_main_menu_show .menu_burger span:last-child {transform: translate3d(0,-20px,0) rotate(135deg);margin-top: 13px;}
	.mobile_main_menu_show .menu_burger span:nth-child(2) {transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity: 0;}
	
	.footer_left {width: 50%;}
	.footer_right {width: 50%;}
}

@media screen and (max-width: 867px){
	.header_phones_main {font-size: 30px;}
	.copyright_left {padding-bottom: 15px;}
	.copyright_left, .copyright_right {float: none;text-align: center;}
}

@media screen and (max-width: 767px){
	body {font-size:16px;}
	
	#b1_wrapper {padding-top:50px;padding-bottom:50px;}
	
	.b1_image img {opacity: 0.3;max-height:calc(100% + 50px);}
	
	.b2_image {float: none;width: auto;margin:0px auto;margin-bottom:20px;max-width:500px;}
	
	.accordions_item_title {font-size: 18px;min-height:32px;line-height:32px;}
	.title_big {font-size: 50px;}
	.b6_item {width: 50%;}
	
	.blog_item_wide .blog_item_title {font-size: 20px;}
	.blog_items_wrapper .blog_item_title {font-size: 20px;}
	.blog_items_wrapper .blog_item {width: auto;display:block;margin-left:auto;margin-right:auto;max-width:500px;}
	
	.reviews_slide_image {display:block;margin:0px auto;margin-bottom:20px;}
	.reviews_slide_content {display:block;padding-left:0px;}
	.reviews_slide_name {text-align:center;}
	.reviews_slide_position {text-align:center;}
	
	.footer_left, .footer_right {width: auto;float:none;margin:0px auto;max-width:500px;}
	.footer_right_inner {padding-left:0px;padding-top:25px;}
	.footer_left_inner {padding-right:0px;}
	.header_phones {display:block;}
}
@media screen and (max-width: 640px){
	.title_big {font-size: 32px;}
	.pop_up_window_title {font-size: 32px;}
	.b6_item {width: auto;max-width:400px;margin-left:auto;margin-right:auto;display:block;}
	.header_phones_main {font-size: 25px;}
	.btn {padding: 10px 25px;font-size: 18px;}
	
	.partners_slider {margin-left: 0px; margin-right: 0px;}
	.partners_slider .slick-prev {left:0px;}
	.partners_slider .slick-next {right:0px;}
	.reviews_slider {margin-left: 0px; margin-right: 0px;}
	.reviews_slider .slick-prev {left:0px;top:100px;margin-top:0px;}
	.reviews_slider .slick-next {right:0px;top:100px;margin-top:0px;}
	
}
@media screen and (max-width: 400px){
	.b1_title, .b1_subtitle {font-size:35px;}
	.b1_info_item_title {font-size:35px;}
	.b2_content_title {font-size:35px;}
	.b1_info_item_text {font-size: 18px;}
	.b2_content .content_text {font-size: 18px;}
	.b3_block_title {font-size: 25px;}
	.b3_block .content_text {font-size: 18px;margin-left: 15px;}
	
	.logo_info {display:none;}
	.header_phones_main {font-size: 22px;}
	.contacts_item {font-size:16px;}
	.input_text {font-size: 18px;}
	
	.contacts_item_text_inner {max-width: 200px;}
}
@media screen and (max-width: 320px){
	.title_big {font-size: 30px;}
	.b2_content_title {font-size: 30px;}
}





