/****************** FONTS *******************/

@font-face {
    font-family: 'PT Sans Caption';
    src: url('fonts/woff/subset-PTSans-Caption.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-Caption.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('fonts/woff/subset-PTSans-CaptionBold.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-CaptionBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/woff/subset-PTSans-Regular.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/woff/subset-PTSans-Italic.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/woff/subset-PTSans-BoldItalic.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/woff/subset-PTSans-Bold.woff2') format('woff2'),
        url('fonts/woff/subset-PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/****************** 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 {
	font-family: 'PT Sans', Trebuchet MS, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:focus, select:focus, textarea:focus, button:focus {outline:none;}

/*scrollbar*/
::-webkit-scrollbar {width: 6px; height:20px;}
::-webkit-scrollbar-track {background: #bec2ff;  -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.3s ease-in-out;   transition: all 0.5s ease-in-out;}
::-webkit-scrollbar-thumb {border-radius: 20px;background: #7178F2; -webkit-transition: all 0.5s ease-in-out;  -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.3s ease-in-out;   transition: all 0.5s ease-in-out;}
::-webkit-scrollbar-thumb:hover {background: #7178F2; border-radius: 20px; -webkit-border-radius: 20px; }

/****************** GENERAL *******************/

html {}
body {
	font-family: 'PT Sans', Trebuchet MS, sans-serif;
	font-size:16px;
	color:#181A1B;
}
img {max-width:100%;height: auto;}
a, input, select, textarea, button {
	-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;
}
.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 {padding-left:15px;padding-right:15px;}
.block {max-width:1200px; 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;
}

.form_result {text-align:center;}
.form_result>*{margin-top: 20px;font-size:18px;font-weight:bold;}

.result_success,	.form_success	{color:#0F4672;}
.result_error,		.form_error		{color:#c90000;}

.btn, a.btn {
	cursor:pointer;
	text-decoration: none;
    padding: 10px 30px 13px 30px;
    border-radius: 50px;
    border:none;
    font-size: 20px;
    display: inline-block;
	font-weight: bold;
	border:none;
	position: relative;
  	border-radius: 5px;
 	background-color: rgb(113, 120, 242);
 	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.23);
  	color:#fff;
}
.btn:hover {text-decoration:none;}

a.btn.btn-blue:link,		.btn.btn-blue,
a.btn.btn-blue:visited,		.btn.btn-blue:visited	{color:#fff;background:#7178F2;}
a.btn.btn-blue:hover,		.btn.btn-blue:hover		{color:#fff;background:#525AED;}
a.btn.btn-blue:active,		.btn.btn-blue:active	{color:#fff;background:#353EE1;}
a.btn.btn-blue.disabled,	.btn.btn-blue:disabled	{color:#DCDDFC;background:#B8BBF8;cursor:default;}


a.btn.btn-simple:link,		.btn.btn-simple,
a.btn.btn-simple:visited,	.btn.btn-simple:visited		{border-color: #0F4672;color:#0F4672;background:transparent;}
a.btn.btn-simple:hover,		.btn.btn-simple:hover		{border-color: #0F4672;color:#fff;background: #0F4672;}
a.btn.btn-simple:active,	.btn.btn-simple:active		{border-color: #3F6B8E;color:#fff;background: #3F6B8E;}
a.btn.btn-simple.disabled,	.btn.btn-simple:disabled	{border-color: #0F4672;color:#0F4672;background:transparent;cursor:default;opacity: 0.5;}

.input_wrapper {margin-bottom: 20px;}
.input_wrapper .input_text {width:100%;}
.input_text {
	border:1px solid #fff;
	padding:10px 15px;
	border-radius:3px;
	color: #05181b;
	font-size:20px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}
.input_text.input_text_error {background-color:#FFEAEA;}
.input_text:hover {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.2);
}
.input_text:focus {
	background-color:#FFFDEE;
  	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.2);
}
.input_text:disabled {border-color:#0F4672;color:#767676;}

.input_text:required {border-color:#3641AB;}

.form_result {}
.form_result>*{margin-top: 15px;font-size:16px;}

.result_success,	.form_success	{color:#7178F2;}
.result_error,		.form_error		{color:#c90000;}

.page_content_title_button {text-align:center;}

/****************** GENERAL - END *******************/

/****************** MAIN_MENU *******************/

#main_menu_wrapper {background:#fff;}
#main_menu_wrapper.main_menu_sticky {
	background:rgba(255,255,255, 0.8);
	position: absolute;
	top:0px;left:0px;
	width: 100%;z-index: 50;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#main_menu {font-size:0px;position:relative;padding-right:70px;}

#logo_main {float:left;padding:10px 0px;}

.langs_menu {
	margin-left: 15px;
	position:absolute;
	right:0px;top:0px;
	display: flex;
	height:100%;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	justify-items: center;
	align-items: center;
}
.langs_menu ul {}
.langs_menu ul li {list-style:none;}
.langs_menu ul li a {
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
.langs_menu ul li a:hover {color:#7178F2;}
.langs_menu ul li.current a {color:#555555;cursor:default;}

.header_phones_block {float:right;margin-top:5px;text-align:center;}
.header_phones {text-align:center;font-weight:bold;position:relative;z-index: 1;}
.header_phones_main {
	color:#000;
	font-size:27px;
	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 {
	width:14px;height:10px;display:inline-block;margin-left:10px;
	vertical-align: middle;margin-top: -4px;
	background-image:url(../images/menu_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: 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;
}
.header_phones:hover .header_phones_main {color:#7178F1;}
.header_phones:hover .header_phones_main span {
	background-image:url(../images/menu_arrow_hover.png);
	-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%;
	position:absolute;
	z-index: 1;
	border-radius:0px 0px 5px 5px;
	overflow:hidden;
	background: #fff;
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.2);
}
.header_phones:hover ul {display:block;}
.header_phones ul li {list-style:none;display:block;}
.header_phones ul li a {color:#000000;display:block;padding:10px 10px;font-size: 22px;text-decoration:none;}
.header_phones ul li a:hover {color:#7178f2;background:#E8E9FF;}
.header_phones ul li a:active {background:transparent;}

.menu {
	margin-left: 110px;
    margin-right: 240px;
}
.menu>ul {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	justify-items: center;
	align-items: center;
}
.menu ul li {list-style:none;flex-grow:1;position:relative;}
.menu>ul>li>a {white-space: nowrap;}
.menu ul li a {
	display: block;
	text-decoration:none;
	padding:35px 10px;
  	font-size: 22px;
  	line-height:140%;
 	color: #000;
  	font-weight: bold;
  	text-align:center;
}
.menu>ul>li>ul {
	display: none;
    min-width: 400px;
    max-width: 500px;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0, 0.1);
    background:#fff;
    z-index: 1;
    overflow: auto;
    max-height: calc(100vh - 100px);
}
.menu>ul>li>ul li div {
	padding:5px 20px;
	font-size:20px;
	border-bottom:2px solid #D8D8D8;
	color:#555555;
}
.menu>ul>li>ul li a {
	text-align:left;
	padding:5px 20px;
	font-size:20px;
}
.menu>ul>li>ul li ul a {padding-left: 35px;}

.menu_children {
	width:14px;height:10px;display:inline-block;margin-left:10px;
	vertical-align: middle;margin-top: -2px;
	background:url(../images/menu_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;
}

.menu_mobile {display:none;}
.menu_mobile span {}


@media screen and (min-width: 1101px){
	
	.menu>ul>li:hover>a, .menu ul li a:hover, .menu ul li.current a {
		background:#E8E9FF;
		background: rgba(232, 233, 255, 0.5);
		color:#7178F2;
	}
	.menu>ul>li:hover>ul {display:block;}
	li:hover .menu_children {
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
		background:url(../images/menu_arrow_hover.png) center center no-repeat transparent;
	}
}

/****************** MAIN_MENU - END *******************/

/****************** CONTENT *******************/

#b1_wrapper {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	background-image:url('../images/temp/home_main_bg.jpg'); 
}
#b1_block {
	min-height:100vh;
}
.b1_block_content {
	min-height:100vh;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
	justify-items: center;
	align-items: center;
}
.b1_block_inner {padding: 100px 0px 200px 0px;}

.b1_titles_wrapper {text-align:center;}
.b1_titles_wrapper img {max-width: 80%;}
.b1_titles {
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	font-family: 'PT Sans Caption';
	display: inline-block;
	padding:30px 50px;
}
.b1_title {
	font-weight:bold;
	font-size:70px;
	text-transform:uppercase;
	letter-spacing: 2px;
}
.b1_subtitle {font-size:40px;}
.b1_title+.b1_subtitle {margin-top:10px;}

.b1_button {text-align:center;}
.b1_titles_wrapper+.b1_button {margin-top:40px;}

#b2_wrapper_top {
	height:75px;
	margin-top: -75px;
	background-image:url(../images/wawe_line.png);
	background-repeat:repeat-x;
	background-position: top center;
}
#b2_wrapper {background-color:#F0F2F5;}
#b2_block {}

.b2_items {top: -140px;position:relative;margin-bottom: -120px;font-size:0px;text-align:center;}
.b2_item {display:inline-block;width:33.3333%;}
.b2_item_inner {margin:0px 25px 30px 25px;}
.b2_item_image {}
.b2_item_image img {
    height: auto;
}

.b2_item_title {margin-top:5px;font-size:28px;font-weight:bold;text-transform:uppercase;}
.b2_item_text {margin-top:15px;font-size:18px;}

.title_middle {
	color:rgba(7,14,67,0.35);
	font-size:45px;
	font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:30px;
}
.title_middle {}

.block_items {
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
	justify-items: center;
	align-items: flex-start;
	flex-wrap:wrap;
	margin:0px -15px -30px -15px;
}
.block_item {
	width:33.3333%;
	display:block;
	list-style:none;
	flex-grow:1;
}
.block_item_inner {margin:0px 15px 30px 15px;}
.block_item_link:hover {
	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.2);
}
.block_item_link {
	display:block;
	border-radius:5px;
	overflow:hidden;
	box-shadow:2px 2px 10px 1px rgba(0,0,0, 0.1);
	background:#fff;
	text-decoration:none;
}
.block_item_image {height:265px;position:relative;border-radius:5px;overflow:hidden;}
.block_item_image_inner {
	height:100%;width:100%;

	-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;
}
.block_item_image_inner img {height:100%;width:100%;object-fit:cover;}
.block_item_title {
	color:#000;
	font-size:22px;
	font-weight:bold;
	padding:15px 15px;
	text-align:center;
}
.block_item_link:hover .block_item_image_inner {margin: -10px;height:calc(100% + 20px);width:calc(100% + 20px);}

.shadow_wrapper {background:url(../images/b3_bg.jpg) top center repeat-x #F0F2F5;}

#b3_wrapper {padding-top: 50px;padding-bottom: 50px;}
#b3_block {}

#b4_wrapper {background:#2FD17B;padding-top: 50px;padding-bottom: 50px;}
#b4_block {}

#b5_wrapper {background:#F7A84B;padding-top: 50px;padding-bottom: 50px;}
#b5_block {}

#b6_wrapper {
	background-image:url(../images/temp/portfolio_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
#b6_block {
	padding-top: 300px;
	padding-bottom: 300px;
}
#b6_block_inner {}
.b6_title {
	text-align:center;
	text-transform: uppercase;
	font-family: 'PT Sans Caption';
	font-size: 45px;
	font-weight: bold;
	color:#fff;
  	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.67);
}
.b6_title+.b6_button {margin-top:30px;}
.b6_button {text-align:center;margin-top:30px;}

#b7_wrapper {padding-top: 50px;padding-bottom: 50px;}
#b7_block {}

.videos_items {font-size:0px;margin:0px -15px 0px -15px;text-align:center;}
.videos_item {width:33.3333%;display:inline-block;list-style:none;}
.videos_item_inner {margin:0px 15px 30px 15px;}
.videos_item_link {
	position:relative;
	display:block;
	overflow:hidden;
}
.videos_item_play {
	position:absolute;
	top:50%;left:50%;
	margin-left:-47px;
	margin-top:-47px;
	width:93px;height:93px;
	background-image:url(../images/play_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.videos_item_image {
	    height: 200px;
	    position: relative;
	    border-radius: 5px;
	    overflow: hidden;
	    -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;
}
.videos_item_image_inner {
	height: 100%;
    width: 100%;
    -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;
}
.videos_item_image_inner img {
	width:100%;height:100%;
	object-fit:cover;
}
.videos_item_link:hover .videos_item_image_inner {
    margin: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}

#page_image_wrapper {min-height: 100px;text-align:center;}
#page_image_wrapper img {width:100%;height:auto;margin:0px auto;}

#content_wrapper {background: url(../images/b3_bg.jpg) top center repeat-x #F0F2F5;}
#content_block {padding-top: 20px;padding-bottom: 65px;}
#content_inner {}
#content_wrapper.solutions_content_wrapper {background: #2FD17B;}
#content_wrapper.projects_content_wrapper {background: #F7A84B;}

.content_item_block {margin-top: 55px;}
.content_inner_text {
	padding: 50px 20px;
  	border-radius: 50px;
  	background-color: rgb(255, 255, 255);
 	box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1);
}

.content_text_transparent {}
.content_text_transparent .content_text {font-size:20px;}
.content_text_narrow {max-width:960px;margin-left:auto;margin-right:auto;}
.content_text {line-height:130%;font-size:18px;color:#111;}
.content_text strong {color:#05171b;}
.content_text * {}
.content_text *+* {margin-top: 15px;}
.content_text * + table {margin-top:15px;}
.content_text img {height:auto !important; max-width:100%; margin: 20px;}

.content_text td img {min-width:100px;}
.content_text h1, .content_text h2, .content_text h3, .content_text h4, .content_text h5, .content_text h6 {
	text-transform:uppercase;
	font-weight:bold;
	color: #05171b;
	line-height:130%;
	margin-bottom:15px;
}

.content_text h1 {font-size:32px;}
.content_text h2 {font-size:30px;}
.content_text h3 {font-size:28px;}
.content_text h4 {font-size:24px;}
.content_text h5 {font-size:22px;}
.content_text h6 {font-size:20px;}
.content_text p {text-align:justify;}

.content_text a:link {color:#111111;text-decoration:underline;}
.content_text a:hover {color:#7178f2;text-decoration:underline;}
.content_text a:active {color:#7178f2;text-decoration:underline;}
.content_text a:visited {color:#111111;text-decoration:underline;}

.content_text ul p {text-align: left; padding-bottom: 0px;}

.content_text ul:not([class]),
.content_text ul:not([class]),
.content_text ul:not([class]),
.content_text ol:not([class]) {padding-left: 1.5em;}

.content_text blockquote {
	padding-top:150px;
	padding-bottom:30px;
	font-size: 25px;
	line-height: 150%;
	text-align: center;
	font-family: 'PT Sans Caption';
	background-image: url(../images/title_img.png);
	background-position: top 20px center;
	background-repeat: no-repeat;
}

.content_text table {border-spacing:0px;border-collapse:collapse;}
.content_text table tr {border-spacing:0px;border-collapse:collapse;}
.content_text table tr th,
.content_text table tr td {
	border:2px solid #111;
	border-spacing:0px;
	border-collapse:collapse;
	padding:10px;
}

.content_text table[align="center"]  {
    margin: 0 auto;
}

.table-responsive {
	width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;
}
.table-responsive table {min-width:500px;width:100%;border-spacing:0px;border-collapse:collapse;}
.table-responsive table tr {}
.table-responsive table tr td {
	border-spacing:0px;border-collapse:collapse;
	vertical-align:middle;
	padding:10px 10px;
}

.content_text_title {
	text-align:center;
	color:rgba(0,0,0, 0.5);
	text-transform:uppercase;
	font-weight:bold;
	font-size: 60px;
	margin-bottom: 40px;
}

.breadcrumbs {padding-bottom:10px;}
.breadcrumbs ul {text-align:center;font-size: 17px;}
.breadcrumbs ul li {display:inline;color:rgba(17,17,17,0.5);}
.breadcrumbs ul li a {color:rgba(17,17,17,0.5);text-decoration: none;font-weight:bold;}
.breadcrumbs ul li a:hover {text-decoration:underline;}
.breadcrumbs ul li:last-child a {font-weight:normal;cursor:default;}
.breadcrumbs ul li:last-child a:hover {cursor:default;text-decoration:none;}
.breadcrumbs ul li span {display:inline-block;margin:0px 3px;}

@media screen and (max-width: 767px) {
	.content_item_block {margin-top: 50px;}
	.content_text_title {font-size:40px;margin-bottom: 30px;}
	.content_inner_text {padding: 30px 20px;margin-left:-15px;margin-right: -15px;border-radius:0px;}
	.content_text img{margin-left:0px; margin-right:0px;}
}

@media screen and (max-width: 480px) {
	.content_item_block {margin-top: 40px;}
	.content_text_title {font-size:35px;margin-bottom: 25px;}
}

.sertificates_slider_wrapper {margin:0px -15px;}
.sertificates_slide_inner {margin:0px 15px;}
.sertificates_slide img {width:100%;}
.sertificates_slider .slick-arrow {
	font-size: 0px;
	cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 60px;
    height: 100%;
    border: none;
    background-color: rgba(243,243,243,0.5);
    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;
}
.sertificates_slider .slick-arrow:hover {background-color: rgba(243,243,243,0.8);}

.sertificates_slider .slick-prev {background-image: url(../images/slider_arrow_l.png);left:0px;}
.sertificates_slider .slick-next {background-image: url(../images/slider_arrow_r.png);right:0px;}

.sertificates_slider .slick-prev:hover {background-image: url(../images/slider_arrow_hover_l.png);left:0px;}
.sertificates_slider .slick-next:hover {background-image: url(../images/slider_arrow_hover_r.png);right:0px;}

.info_form_block {}
.info_form_block_left {float:left;width:60%;}
.info_form_block_left_inner {}
.info_form_block_text>div+div {margin-top: 7px;}
.info_form_block_text {font-size:20px;line-height: 135%;}
.info_form_block_text a {color:inherit;}

.info_form_block_right {float:right;width:40%;}
.info_form_block_right_inner {margin-left: 30px;}


@media screen and (max-width: 767px) {
	.info_form_block_left {float:none;width:auto;}
	.info_form_block_right {float:none;width:auto;max-width:440px;margin: 30px auto 0px auto;}
	.info_form_block_right_inner {margin-left: 0px;}
}

/****************** CONTENT - END *******************/

/****************** FOOTER *******************/


#footer_form_wrapper {
	padding-top:50px;
	padding-bottom:50px;
	background:#7178F2;
}
#footer_form {}

.footer_form_block {
	background:#F0F2F5;
	padding:70px 150px;
	max-width:540px;
	margin:0px auto;
	border-radius:20px;
	position:relative;
	z-index:30;
}
.footer_form_title {
	font-size:45px;
	font-weight:bold;
	font-family:'PT Sans Caption';
	text-align:center;
	padding-bottom: 10px;
}
.footer_form_subtitle {
	font-size:25px;
	line-height:150%;
	text-align:center;
	padding-bottom: 20px;
}

.footer_form_button {
	text-align: center;
	padding-top:50px;
	position: relative;
}
.footer_form_button button {}
.footer_form_button_arrow_left {
	position:absolute;top:20px;left:20px;
	background:url(../images/form_arrow_left.png) center center no-repeat transparent;
	width:72px;height:66px;
}
.footer_form_button_arrow_right {
	position:absolute;top:20px;right:20px;
	background:url(../images/form_arrow_right.png) center center no-repeat transparent;
	width:72px;height:66px;
}

/****************** FOOTER - END *******************/

/****************** COPYRIGHT *******************/

#copyright_wrapper {background:#FFFFFF;padding-top:10px;padding-bottom:10px;}
#copyright {font-size: 18px;color:#333333;}
#copyright a {color:#333333;text-decoration:none;}
#copyright a img {margin-top:-7px;margin-bottom: -5px;}
#copyright a:hover {color:#c90000;}
.copyright_left {float:left;}
.copyright_right {float:right;}


@media screen and (max-width: 767px) {
	.copyright_left, .copyright_right {float:none;text-align:center;}
	.copyright_right {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:#7178F2;
	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;
	margin:50px 15px;
	z-index:30;
	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_block {
	display:block;
	position:static;
	z-index:0;
	margin:50px 15px;
	text-align:justify;
}

.pop_up_window_block_inner {
	position:relative;
	opacity: 0;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .5s, transform .5s;
}
body.body_pop_up .pop_up_window_block_inner{
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.pop_up_window_close {
	position:absolute;
	display:block;
	top:7px;
	right:7px;
	background:url(../images/pop_up_close.png) center center no-repeat transparent;
	background-size:contain;
	height:40px;
	width:40px;
	cursor:pointer;
	z-index: 100;
}
.pop_up_window_shadow{
	z-index:25;
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

/****************** POP_UP_WINDOW - END *******************/

/****************** PAGINATION *******************/

.pagination {text-align:center;margin-top:50px;}
.pagination ul {font-size:0px;}
.pagination ul li {display:inline-block;padding:5px;}
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
	font-size:25px;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	color:#3641AB;
}
.pagination ul li a:hover {
	color:#fff;
	background: #7178F2;
	box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.23);
}
.pagination ul li strong, .pagination ul li span, .pagination ul li a.active {
	color:#fff;cursor:default;background:#B6B8C3;
}

@media screen and (max-width: 867px){
	.pagination ul li {padding:3px;}
	.pagination ul li a, .pagination ul li strong, .pagination ul li span {
		width:45px;
		height:45px;
		line-height:45px;
	}
}
@media screen and (max-width: 640px){
	.pagination ul li {padding:2px;}
	.pagination ul li a, .pagination ul li strong, .pagination ul li span {
		width:40px;
		height:40px;
		line-height:40px;
	}
}

/****************** PAGINATION - END *******************/

@media screen and (max-width: 1100px){
	#main_menu {padding-right: 140px;}
	.langs_menu {right:70px;}
	.menu {
		margin:0px;
	}
	.menu>ul {
		display:block;
	    max-width: 400px;
	    margin: 0px auto;
	}
	.menu .submenu_parent .submenu {
		position: relative;
		z-index: 10;
	    margin-top: 0px;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    visibility: visible;
	}
	.menu.mobile_menu_show ul {display:block;}
	.menu.mobile_menu_show ul li {display: block;}
	
	.menu ul li a {text-align:left;padding: 10px 20px;}
	.menu ul li ul {display:none;}
	.menu ul li ul li {width:auto !important;}
	.menu ul li ul li a {width:auto !important;padding-left:30px;}

	.menu>ul>li>ul {position:relative;top:0px;box-shadow:none;display: block;min-width: 0px;max-width: none;}
	
	
	
	.menu ul li ul {display:none;}
	.menu ul li.show_mobile_submenu ul {display:block;}
	
	.menu ul li:hover>.main_menu_link {}
	.menu ul li.show_mobile_submenu>.main_menu_link {}
	
	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);
		background:url(../images/menu_arrow_hover.png) center center no-repeat transparent;
	}
	.menu>ul>li>ul>li:hover>a, .menu>ul>li.show_mobile_submenu>a, .menu ul li.current>a {
		background:#E8E9FF;
		background: rgba(232, 233, 255, 0.5);
		color:#7178F2;
	}
	
	
	
	.menu_burger {
		position: absolute;
		top:30px;right:0px;
		height:40px;
		overflow:hidden;background: transparent;
		display: inline-block;
		padding: 1px 7px;
		border: none; border-radius: 4px;
		cursor: pointer;
		vertical-align: top;
	}
	.menu_burger span {
		background: #000; display: block; height: 4px; width: 31px; margin: 7px 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: 15px;}
	.mobile_main_menu_show .menu_burger span:nth-child(2) {transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity: 0;}

	.menu_wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		width:100%;height:100%;
		bottom: 0px;
		z-index: 100;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		max-height: 100%;
		border: none;
	}
	.menu_wrapper.active {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.menu_mobile_inner_top {position:absolute;background:inherit;top:0px;left:0px;width:100%;height:70px;z-index:10;}
	.menu_narrow {
		background:#FFFFFF;
		position: fixed;
		z-index: 10;
		top: 0px;
		left: 0px;
		width:280px;
		height:100%;
	}
	.menu_inner {
		height:100%;width:100%;
		background:#fff;
		overflow:auto;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	.left_menu_inner_content {
		padding: 25px 20px;
	}
	.left_menu_inner_content+.left_menu_inner_content {
		border-top:1px solid #D1D5E2;
	}
	.main_menu_shadowed {
	    display: none;
	    position: fixed;
	    z-index: 90;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.8);
	    opacity: 0;
	    -ms-transform: scale(0.1);
	    transform: scale(0.1);
	    transition: opacity .5s, transform .5s;
	}

	.main_menu_show .main_menu_shadowed {
	    opacity: 1;
	    -ms-transform: scale(1);
	    transform: scale(1);
	    display: block;
	}

	.menu_wrapper.active .main_menu_shadow {display:block;}
	.menu_wrapper .main_menu_shadow {
		display:none;
		position: fixed;z-index:1;
		top: 0px;left: 0px;
		width: 100%;height: 100%;
		background:transparent;
	}

	body.main_menu_show {overflow:hidden;}
}

@media screen and (max-width: 920px){
	.block_item, .b2_item, .videos_item {width: 50%;}
}

@media screen and (max-width: 867px){
	#b6_block {padding-top: 200px;padding-bottom: 200px;}
	.footer_form_block {padding: 70px 100px;}
}
@media screen and (max-width: 767px){
	.b1_title {font-size:50px;} 
	.b1_subtitle {font-size:30px;}
	.title_middle {font-size:40px;}

	.footer_form_block {padding: 50px 50px;}

	.footer_form_title {font-size:35px;}
	.footer_form_subtitle {font-size:20px;}
}

@media screen and (min-width: 640px){
	.block_item_title {min-height: 56px;}	
}

@media screen and (max-width: 640px){
	.title_middle {font-size:35px;}
	.b6_title {font-size: 30px;}
	.block_item, .b2_item, .videos_item {width: auto;display: block;max-width: 350px;margin-left: auto;margin-right: auto;}

	.videos_item_image {height: 180px;}
	.block_item_image {height: 200px;}
	.block_item_title {font-size: 18px;}

	.footer_form_button_arrow_left {left:0px;}
	.footer_form_button_arrow_right {right:0px;}
	#b6_block {padding-top: 150px;padding-bottom: 150px;}
}

@media screen and (min-width: 541px){
	.header_phones_mobile {display:none;}
	.langs_menu_mobile {display:none;}
}
@media screen and (max-width: 540px){
	#main_menu_wrapper.main_menu_sticky {position: fixed;}
	#logo_main img {max-height:50px;width: auto;}
	.menu_burger {top:15px;}
	.header_phones_desktop {display:none;}
	.langs_menu_desktop {display:none;}

	.header_phones_block {float:none;margin-top:10px;margin-bottom:10px;}
	.langs_menu_mobile {position:relative;top:0px;right:auto;display:block;height: auto;margin-top:15px;text-align:center;}
	.langs_menu ul li {display:inline-block;margin:5px 10px;}

	.title_middle {font-size:30px;}
	.footer_form_button_arrow_left, .footer_form_button_arrow_right {display:none;}
	.footer_form_button {padding-top: 20px;}
}

@media screen and (max-width: 480px){
	.b1_title {font-size: 30px;}
	.b1_subtitle {font-size: 20px;}
	.title_middle {font-size:25px;}

	.footer_form_block {padding: 30px 20px;}
	.footer_form_title {font-size:30px;}
	.footer_form_subtitle {font-size:18px;}
}







/*Effects*/
@media screen and (min-width: 920px){
	
div#b1_wrapper.main_page {
 
  background-position: 0px 0px;
  background-repeat: repeat-x;
  animation: animatedBackground 12s ease-in-out infinite alternate-reverse both;
}
 
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 70%;
  }
}  



.b2_item:hover {margin-top:-25px;}
.b2_item { 
     
 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}

.b2_item_image img  {
	
	-webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both;
}


@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

}

/*Effects End */
