@import url('partials/buttons.css?v=140919');
@import url('partials/lander-widget-bottom-buttons.css?v=1906');

body {
	min-width: 320px;
}

.hidden,
[hidden] {
	display: none !important;
}

.lazy {
	background-image: none !important;
	opacity: 0;
}
.lazy:before,
.lazy:after {
	content: none !important;
}

.lazy-loaded {
	opacity: 1;
	transition: 0.1s;
}



.col-md-2_4{
	width: 20%;
	float: left;
	padding: 0 16px;
}
.no-gutters{
	margin: 0 !important;
	padding: 0 !important;
}
.row_half-gutters{
	margin: 0 -8px;
}
.row_eq-height{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.row_eq-height:before {
	display: none;
}
@media( max-width: 1199px) {
	.row_eq-height>[class^=col-lg] {
		max-width: 100%;
	}
}
@media( max-width: 991px) {
	.row_eq-height>[class^=col-md] {
		max-width: 100%;
	}
}
@media( max-width: 767px) {
	.row_eq-height>[class^=col-sm] {
		max-width: 100%;
	}
}
@media( max-width: 575px) {
	.row_eq-height>[class^=col-xs] {
		max-width: 100%;
	}
}

.half-gutters{
	margin: 0 !important;
	padding: 8px !important;
}
.position-static{
	position: static;
}
.owl-carousel .owl-item {
	/* margin-left: -1px;
	margin-right: -1px; */
}
.owl-carousel .owl-item img{
	width: auto;
	display: inline-block;
}
.js-font-size{
	display: inline;
}


.scrolled-wrapper {
  position: relative;
  margin: 36px auto;
	overflow: hidden;
	background: rgba(236, 239, 247, .3);
}
.scrolled-wrapper.scrolled-wrapper_scrolled {
	outline: 2px solid #eceff7;
}
.scrolled_h {
	max-width: 100%;
	overflow-x: auto;
	cursor: move;
	font-size: 70%;
}

.scrolled_h > table {
	max-width: 9999em;
	margin-top: 20px;
}
.scrolled_h__top-scroll {
  position: absolute;
  width: 100%;
  height: 20px;
  overflow-x: auto;
}
.fake-scroll {
	height: 1px;
}


.toggle-table_open {
  padding-top: 20px;
}
.toggle-table__caption {
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 1.25rem 1.75rem;
  padding-right: 30px;
  background: #eceff7 url('/assets/template/v4/img/icons/zoom-in.svg') no-repeat 99.25% center;
  background-size: 20px 20px;
  font-size: 18px;
  color: #242338;
}
.toggle-table__caption:hover {
  color: #2774ea;
}

.toggle-table_open .toggle-table__caption {
	position: static;
  background: none;
  text-align: center;
	height: 30px;
}

.toggle-table_open .toggle-table__caption-title{
  display: none;
}

.toggle-table__caption-close {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 30px;
  padding: 5px;
	background: #eceff7;
	display: none;
}
.toggle-table_open .toggle-table__caption-close {
  display: block;
}
.toggle-table_open .toggle-table__caption-close:after {
  content: url('/assets/template/v4/img/icons/close-menu.svg');
  vertical-align: top;
  display: inline-block;
  margin-left: 1rem;
}

.toggle-table table {
	table-layout: fixed;
}


.scrolled-wrapper_toggle-table_open .scrolled_h__top-scroll {
	height: 50px;
}



.text-underline {
	text-decoration: underline;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-spacing {
	letter-spacing: 0.4em
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
@media (min-width: 768px) {
	.text-md-right {
		text-align: right;
	}
}
@media (min-width: 992px) {
	.text-lg-right {
		text-align: right;
	}
}
.text-center {
	text-align: center;
}
.text-monospace {
	font-size: 12px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: 700;
}
a.text-monospace:hover {
	text-decoration: none;
}


.ps-scrollbar-y-rail{
	width: 4px !important;
	background: transparent !important;
	right: 5px !important;
	opacity: 1 !important;
}
.ps-scrollbar-y{
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent !important;
	opacity: 1 !important;
}
.ps-scrollbar-y:after{
	content: '';
	display: block;
	top: 15px;
	bottom: 15px;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s ease;
	opacity: 0.3;
}
.ps-scrollbar-y:hover:after{
	opacity: 1;
}

iframe[height="1px"]{
	display: none;
}

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'ProximaNova', sans-serif;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 400;
	color: #181940;
}
.page-wrapper{
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0 0;
	box-shadow: 0 0 21px rgba(157,163,183,0.75);
}

a[href^="tel:"]{
	white-space: nowrap;
}

.link{
	transition: all 0.25s ease;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	display: inline-block;
}
.link_underline{
	text-decoration: underline;
}
.link_hover-underline:hover{
	text-decoration: underline;
}
.link:hover{
	opacity: 0.75;
}
.link_inner-button:hover{
	opacity: 1;
}
.link:hover,
.link:visited,
.link:active,
.link:focus{
	outline: none;
}
.link_vacancy {

	font-weight: 700;
	font-size: 11px;
	display: inline-block;
	margin: 0 auto 0 0;
	width: auto;
	max-width: 500px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	float: left;
	text-transform: uppercase;
	color: #fff;
	background-color: #f85969;
	box-shadow: 0 3px 3px rgba(244,67,87,.4);
	border-radius: 3px;
	display: none;
}
.no-privacy .widget-form-privacy__content{
	display: none;
}

.input-text{
	width: 100%;
	height: 58px;
	border: 1px solid #4e4d5b;
	background-color: transparent;
	outline: none;
	padding: 0 35px;
	display: inline-block;
}

.header-1{
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #4571fd;
	text-transform: uppercase;
	position: relative;
}
.header-2{
	margin-bottom: 0;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.25em;
	text-transform: uppercase;
	text-align: left;
	color: #363b42;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.header-2_size-min{
	font-size: 30px;
}
.header-2 br{
	display: none;
}

.block-pagination{
	margin: 36px auto;
	text-align: center;
	display: block;
}
.block-pagination__link{
	color: #9da3b7;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.4em;
	margin: 0 .25em;
	padding: .5em;
}
a.block-pagination__link{
	color: #1e2faa;
}
a.block-pagination__link:hover{
	color: #1c6ae1;
}
.block-pagination__link_disable{
	display: none;
}
.block-pagination__link-border{
	border-bottom: 1px solid #9da3b7;
	padding-bottom: 4px;
	padding-left: 0.4em;
}
.block-pagination__round{
	width: 47px;
	height: 47px;
	border-radius: 50%;
	color: #eceff7;
	background-color: #9da3b7;
	font-size: 55px;
	line-height: 50px;
	margin: 0px 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-weight: 400;
}

.more-min{
	font-size: 12px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	position: absolute;
	right: -0.35em;
	top: 15px;
	height: 1em;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: #184df7;
	max-width: 250px;
	text-align: right;
	text-decoration: none;
	border-bottom: 1px solid #8d90a3;
	transition: all 0.25s ease;
	padding-bottom: 3px;
}
.more-min:hover{
	text-decoration: none;
	border-bottom: 1px solid #4099ff;
	color: #4099ff;
}
.more-min-static{
	font-size: 12px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: 700;
	color: #8d90a3;
	max-width: 200px;
	border-bottom: 1px solid #8d90a3;
	padding-left: 0.4em;
	transition: all 0.25s ease;
}
.more-min-static:hover{
	color: #4099ff;
	border-bottom: 1px solid #4099ff;
}

.line-hack-middle{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.line-hack-between{
	display: inline-block;
	width: 100%;
}

.block-page{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	position: relative;
	z-index: 1;
	display: block;
}
.block-page_bg-gray {
	background-color: #eceff7;
}
.block-page_bg-dark-blue {
	background-color: #17183e;
}
.block-page_shadow{
	box-shadow: 0 3px 16px rgba(0,0,0,0.2);
    z-index: 10;
}

.filter-list{
	width: 290px;
	position: relative;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 3px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
}
.filter-list__item{
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4em;
	text-transform: uppercase;
}

.top-triggers{
	min-height: 476px;
	color: #fff;
	padding-top: 250px;
}
.top-triggers__inner{
	position: relative;
}
.top-triggers__mask{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 50%);
}
.top-triggers__header-1{
	font-weight: 800;
	text-align: center;
	font-size: 90px;
	line-height: 0.6em;
}
.top-triggers__header-1_min{
	font-size: 20px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.top-triggers__triggers{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 37px;
}
.top-triggers__trigger{
	display: flex;
	align-items: center;
}
.top-triggers__trigger-img{
	display: block;
	margin-right: 5px;
}
.top-triggers__trigger-num{
	font-weight: 300;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 0.9em;
}
.top-triggers__trigger-text{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.top-triggers__trigger-text-big{
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 0.85em;
}
.block-header__logo {
    max-width: 300px;
    margin-top: 7px;
}
.block-header__logo_30 {
	max-width: 289px;
	margin-top: 20px;
}
.block-header__logo-link-spo {
	margin-top: -10px;
	display: block;
}
.block-header__logo-link-spo img{
	max-width: 100%;
}
@media (max-width: 1500px){
	.block-header__logo_30 {
		max-width: 300px;
	}
}
@media (max-width: 1199px){
	.block-header__logo-link-spo {
		max-width: 63px;
		margin: 0 auto;
	}
}
@media (max-width: 767px){
	.block-header__logo-link {
		max-width: 300px;
		margin-right: 15px;
	}
	.block-header__logo_30 {
		max-width: 100%;
	}
	.block-header__logo-link-spo {
		margin-top: -10px;
	}
}


@media (max-width: 991px){

	.col-md-2_4{
		width: 100%;
	}
	.col-md-2_4.col-sm-6{
		width: 50%;
	}
	.col-lg-2_6{
		width: 100%;
	}
	.more-min{
		letter-spacing: 0;
		right: 0;
	}
	.header-2{
		font-size: 30px;
	}
	.top-triggers__triggers{
		flex-wrap: wrap;
	}
	.top-triggers__trigger{
		width: 50%;
		margin-bottom: 30px;
	}

}
@media (max-width: 767px){
	.desktop-only {
		display: none !important;
	}
	.column-reversed_mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.more-min{
		display: none;
	}
	.header-2{
		font-size: 34px;
		line-height: 1;
	}
	.top-triggers{
		padding-top: 30px;
	}
	.top-triggers__triggers {
		max-width: 320px;
    	margin: 37px auto 0;
	}
	.top-triggers__trigger{
		display: block;
		width: 100%;
		position: relative;
	}
	.top-triggers__trigger-img{
		max-width: 43px;
	}
	.top-triggers__trigger-info {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		padding-left: 55px;
	}
	.top-triggers__trigger-num {
		font-size: 28px;
		line-height: 1;
	}
	.top-triggers__trigger-text, .top-triggers__trigger-text-big {
		font-size: 12px;
		line-height: 1;
		font-weight: bold;
	}
	.top-triggers__header-1{
		text-align: left;
		font-size: 15vmin;
		line-height: 1;
	}
	.top-triggers__header-1_min{
		text-align: left;
		font-size: 6.25vmin;
		line-height: 1;
		margin-top: 10px;
	}
	.col-md-2_4.col-sm-6{
		width: 100%;
	}


	a.block-pagination__link, .block-pagination__link {
		color: #498AED;
	}
	.block-pagination__link-border {
		border-bottom: none;
	}
	.block-pagination__round {
		width: 32px;
    	height: 32px;
    	background: #498AED;
    	font-size: 42px;
    	line-height: 32px;
	}
	.page-faculties .top-triggers {
    	background-position-x: 66%;
	}
	.top-triggers__mask {
    background: linear-gradient(180deg, rgba(14, 62, 232, .9) 0%, rgba(58, 0, 224, 0.5) 100%);
	}
	body .block-top {
    	padding: 27px 0;
	}
	body .block-top__text {
		font-size: 28px;
		line-height: 1.178;
	}
	body .block-top__text-min {
		font-size: 20px;
		line-height: 1.45;
	}
	body .block-top__menu-list {
		padding-top: 15px;
		border-color: #E8E8E8;
	}
	body .block-top__menu-item {
		border-bottom: none;
	}
	.block-page .block-right {
		width: auto;
	}
	.button_bg-red {
		background: #F85969;
	}

}
@media (max-width: 480px){

	.block-pagination__link{
		letter-spacing: 0;
	}
	.block-pagination__link-border{
		padding-left: 0;
	}

}


@media (min-width: 1200px){

	.col-lg-2_6{
		width: 22.2%;
		float: left;
		padding: 0 16px;
	}

}
@media (min-width: 1800px){

	.col-fhd-4{
		width: 33.333333%;
		float: left;
		padding: 0 15px;
	}
	.col-fhd-8{
		width: 66.666666%;
		float: left;
		padding: 0 15px;
	}

}


.dev-grid {
	position: relative;
}
.dev-grid:after {
	content: "";
	opacity: .25;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASBAMAAADbMYGVAAAAD1BMVEX+SBn+SBn/q5X/cU3////7dpXTAAAABXRSTlNGWUZKJg9ROHAAAAAZSURBVHgBY2QAAUEQ8R5EKIGIISOoNIQFAYpaFan+ujdTAAAAAElFTkSuQmCC');
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	display: block;
}



/*h1,
h2 {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
}*/


#call-button{
	display: none!important;
}
/* block top
---------------------------------------*/
.block-top {
	padding: 74px 0 60px;
}
.block-top__header {
  margin-bottom: 40px;
	font-size: 75px;
  font-weight: 800;
	line-height: 1.2;
	text-transform: none;
  color: #2D55D2;
}

.pull-right[class*="col-"]> .block-top__content {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	padding-left: 20px;
	margin-left: -1px;
	border-left: 1px solid #cacaca;
}
@media (max-width: 992px) {
	.block-top__content {
		border-right: none;
		margin-bottom: 60px;
	}
	.link_vacancy {
		margin-left: 0;
	}
}
.block-top__text {
  font-size: 32px;
	font-weight: bold;
  line-height: 1.25;
  color: #2D55D2;
}
.block-top__text-min{
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.35;
}


.block-right{
  position: relative;
  z-index: 1;
	float: right;
	width: 285px;
	margin-left: 30px;
	margin-bottom: 60px;
	padding-left: 50px;
	border-left: 1px solid #cacaca;
}
[class*="col-"] > .block-right {
	float: none;
	width: auto;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.pull-left [class*="col-"] > .block-right {
	padding-left: 0;
	padding-right: 50px;
	border-right: 1px solid #cacaca;
	border-left: 0;
	margin-right: 30px;
}
@media (max-width: 991px) {
	.block-right{
		float: none;
		padding: 0;
		border-left: none;
	}
}


.block-right .capture-form_vertical {
  margin-top: 2.5rem;
}
.block-right .capture-form_vertical__title {
  margin-bottom: 1.5rem;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.block-right_toggle {
	position: relative;
}
.block-right_toggle-off {
	height: 150px;
	padding-bottom: 50px;
	overflow-y: hidden;
}
.block-right__toggle {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 0;
  z-index: 15;
	height: 50px;
	padding-top: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 15px rgba(255,255,255,1);
	text-align: center;
	color: #a3a6b6;
	cursor: pointer;
	transition: .2s;
}
.block-right_toggle-on .block-right__toggle {
	top: 100%;
	bottom: auto;
}
.block-right__toggle:before {
	content: 'Раскрыть меню';
	letter-spacing: 0.4em;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.block-right_toggle-on .block-right__toggle:before {
	content: 'Скрыть меню';
}
.block-right__toggle:after {
	position: absolute;
  left: 50%;
  bottom: .5em;
	display: block;
	width: 0;
  height: 0;
	margin-left: -1em;
	border: 1em solid;
	border-left-color: transparent;
	border-right-color: transparent;
  font-size: 15px;
  color: #a3a6b6;
	content: '';
	transition: .2s;
}
.block-right_toggle-off .block-right__toggle:after {
	border-bottom: 0;
}
.block-right_toggle-on .block-right__toggle:after {
	border-top: 0;
}
.block-right__toggle:hover {
	background: rgba(255, 255, 255, 1);
  color: #9496b0;
}
.block-right__toggle:hover:after {
  bottom: .25em;
}
.block-right_toggle-on .block-right__toggle:hover:after {
	bottom: .75em;
}

@media (max-width: 991px) {
	.block-right__toggle {
		left: 0;
	}
}


@media (min-width: 1200px){
  .sidebar_right {
    padding: 0 60px;
  }
}
.sidebar_right a:hover {
 color: #1e2faa;
}

.sidebar__form {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.sidebar__form:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem;
}
.sidebar__form .capture-form_vertical__title {
  margin-bottom: 1.5rem;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.sidebar__form .capture-form_vertical__input {
  padding: 12px;
  border-radius: 5px;
}
.sidebar__form .capture-form_vertical .widget-form-privacy {
  display: block;
}




.block-top__menu{
  margin-top: 6px;
	position: relative;
	z-index: 10;
	width: 100%;
}
@media (max-width: 991px) {
	.block-top__menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		float: none;
	}
}
.block-top__menu-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.block-top__menu-item{
	padding: 0;
	margin: 0;
	border-top: 1px solid #C4CDD8;
}
.block-top__menu-item:first-child{
	border-top: none;
}
.block-top__menu-item:before {
	content: none;
}
.block-top__menu-link{
	display: block;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: none;
	color: #181940;
}
@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}



.block-menu__showmore-label {
	position: relative;
	display: none;
	width: 100%;
	min-height: 50px;
	margin-top: 12px;
	padding: 12px 20px;
	border: 1px solid #C4CDD8;
  background: #fff;
	font-size: 18px;
  line-height: 1.25;
  text-align: center;
	color: #2D55D2;
	cursor: pointer;
	transition: .2s;
}
#block-menu__showmore {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.block-menu__showmore-label:hover {
	background: #ececec;
}
.block-menu__showmore-label:focus {
	outline: none;
}
.block-menu__showmore-label:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  content: 'еще категории +';
}
#block-menu__showmore:checked ~ .block-menu__showmore-label:before {
	content: 'Скрыть';
}

@media (max-width: 991px) {
	.block-menu__showmore-label {
		display: block;
	}

	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: .2s;
	}
	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item:nth-child(1),
	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item:nth-child(2),
	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item:nth-child(3),
	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item:nth-child(4),
	#block-menu__showmore ~ .block-top__menu-list .block-top__menu-item:nth-child(5),
	#block-menu__showmore:checked ~ .block-top__menu-list .block-top__menu-item {
		max-height: 10em;
		opacity: 1;
	}
}


/* Widget Right
---------------------------------------*/
.block-right__widget-name {
	margin: 0 0 15px;
	font-size: 20px;
  font-weight: 400;
  color: #5a5a5a;
}


/* Breadcrumb
---------------------------------------*/
.breadcrumb {
	padding: 1rem 0rem;
	margin-bottom: 2rem;
	/*border-top: 1px solid #c7c9d2;
	border-bottom: 1px solid #c7c9d2;*/
	list-style: none;
}
.breadcrumb:after {
	display: block;
	content: '';
	clear: both;
}
.breadcrumb__item {
	max-width: 250px;
	margin-right: 1.5rem;
	float: left;
	color: #a3a6b6;
	font-size: 14px;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadcrumb__item:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	border-left: 6px solid #a3a6b6;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.breadcrumb__item:first-child:before {
	content: none;
}

.breadcrumb__item a {
	text-decoration: none;
	color: #a3a6b6;
}
.breadcrumb__item a:hover,
.breadcrumb__item a:active,
.breadcrumb__item a:focus,
.breadcrumb__item a:active:focus {
	color: #1c6ae1;
}



/* main
-------------------------------------------------*/
main {
	position: relative;
	padding-bottom: 60px;
}

main a {
	color: #1e2faa;
	text-decoration: underline;
}
main a:hover {
	color: #1c6ae1;
}
main a:visited {
	color: #701eaa;
}

main p {
	margin: 1em auto;
}

main ul {
	list-style: none;
	padding-left: 25px;
	color: inherit;
}
main ul li {
	position: relative;
	padding: 1.25em 0 0 1.5em;
}
main ul li:before {
	position: absolute;
	top: 1.6em;
	left: 0em;
	width: .4em;
	height: .4em;
	border-radius: 50%;
	background-color: #242338;
	content: '';
	/*transform: rotate(45deg);*/
}

main ol {
	padding-left: 25px;
	color: inherit;
	counter-reset: counter;
}
main ol > li {
	position: relative;
	margin: 1.25em 0;
	list-style: none;
}
main ol > li:before {
	margin-right: 1em;
	counter-increment: counter;
	content:counter(counter)'.';
}
main img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px){
	main iframe {
		width: auto;
		min-width: 320px;
		max-width: 100%;
		height: auto;
	}
}

main .capture-form__container {
	padding: 30px;
	background-color: #eceff7;
}


/* Blockquote
--------------------------------------- */
blockquote {
	position: relative;
	padding: 70px 90px;
	border: 1px solid #c7c9d2;
	color: #242338;
	font-size: 24px;
	line-height: 1.45em;
	font-weight: 300;
	text-align: center;
}
blockquote:before,
blockquote:after {
	position: absolute;
	display: inline-block;
	height: 38px;
	color: #eceff7;
	font-size: 100px;
	font-weight: bold;
	line-height: 20px;
}
blockquote:before {
	left: 0;
	top: 70px;
	margin-left: 20px;
	content: '«';
}
blockquote:after {
	left: auto;
	right: 0;
	bottom: 60px;
	margin-right: 20px;
	content: '»';
}
blockquote p {
	margin: 0;
}

/* Tables
---------------------------------------*/
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
	background-color: transparent;
	text-align: left;
}
.table caption{
	padding: 1.25rem 1.75rem;
	background: #9496b0;
	color: #fff;
	font-size: 24px;
	text-align: left;
}
.table td,
.table th {
	padding: 2rem;
}
.table th {
	background: #eceff7;
	font-weight: 400;
	text-transform: uppercase;
}
.thead-default th {
	background: #9496b0;
	color: #fff;
}
.table td {
	border-bottom: 1px solid #c7c9d2;
}
.table .td-blue {
	background: #4587ec;
	border-bottom-color: #366ac2;
	color: #fff;
}
.table th.td-blue {
	background: #284fa3;
}

.table a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
.table a:hover,
.table a:active,
.table a:focus {
	color: #1C6AE1;
}


/* .tabs__content-background
---------------------------------------*/

.tabs__content-background .js-tabs {
	width: 100%;
}
.tabs__content-background_inline .js-tabs {
	width: auto;
}

.tabs__content-background [href*="#"] {
	display: block;
	height: 60px;
	background: #9496b0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	transition: all 0.3s ease;
}
.tabs__content-background [href*="#"]:first-child {
	border-left: none;
}

.tabs__content-background [href*="#"].active,
.tabs__content-background + * > [style*="block"] {
	background: #eceff7;
}
.tabs__content-background [href*="#"].active {
	position: relative;
	color: #1e2faa;
	cursor: default;
	text-decoration: none;
}
.tabs__content-background [href*="#"].active:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 45px;
	right: 45px;
	border-bottom: 4px solid #1e2faa;
	content: '';
}
.tabs__content-background + * > [style*="block"]  {
	padding: 20px;
	color: inherit;
}

@media (max-width: 575px){
	.tabs__content-background [href*="#"] {
		height: auto;
		padding: 20px;
		border-bottom: 1px solid #eceff7;
	}
	.tabs__content-background [href*="#"].active:after {
		content: none;
	}
}

@media (min-width: 576px){
	.tabs__content-background .js-tabs {
		display: table;
		table-layout: fixed;
	}
	.tabs__content-background [href*="#"] {
		display: table-cell;
		border-left: 4px solid #eceff7;
	}
}

@media (min-width: 768px){
	.tabs__content-background [href*="#"] {
		padding: 0 20px;
		font-size: 18px;
	}
}


/* .tabs__border-bottom
---------------------------------------*/

.tabs__border-bottom {
	text-align: justify;
}
.tabs__border-bottom [href*="#"] {
	display: inline-block;
	border-bottom: 4px solid rgba(30,47,170,0);
	position: relative;
	z-index: 2;
	color: inherit;
	font-size: 18px;
	line-height: 50px;
	transition: all 0.3s ease;
}
.tabs__border-bottom [href*="#"].active {
	color: #1e2faa;
	border-bottom: 3px solid #1e2faa;
}
.tabs__border-bottom__hack {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #c7c9d2;
	position: relative;
	top: -1em;
}


/* .tabs__btns
---------------------------------------*/

.tabs__btns {
	width: 100%;
}

.tabs__btns [href*="#"] {
	display: inline-block;
	height: 64px;
	color: #1e2faa;
	text-align: center;
	vertical-align: middle;
}
.tabs__btns [href*="#"] > * {
	display: flex;
	height: 100%;
	margin-left: 3px;
	background: #fff;
	border: 1px solid #eae9eb;
	box-shadow: 0 0 5px #f1f1f3;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: .3s;
}
.tabs__btns [href*="#"]:first-child > * {
	margin-left: 0;
}
.tabs__btns [href*="#"] > *:hover {
	box-shadow: none;
}
.tabs__btns [href*="#"].active > * {
	background: #1e2faa;
	box-shadow: none;
	color: #fff;
}

.tabs__btns + * > [style*="block"] {
	padding: 20px;
}

@media (max-width: 575px){
	.tabs__btns [href*="#"] {
		display: block;
	}
	.tabs__btns [href*="#"] > * {
		margin: 0;
	}
}

@media (min-width: 576px){
	.tabs__btns {
		display: table;
		table-layout: fixed;
	}
	.tabs__btns [href*="#"] {
		display: table-cell;
	}
}

@media (min-width: 768px){
	.tabs__btns [href*="#"] {
		font-size: 18px;
	}
}



/* .js-tabs-btns
---------------------------------------*/

	/* desktop */
		.js-tabs_btns {
			display: inline-flex;
			margin-bottom: 16px;
			border: 2px solid #498AED;
			border-radius: 5px;
			background: #498AED;
			overflow: hidden;
		}
		.js-tabs__toggle {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			z-index: 5;
			width: 100%;
			height: 100%;
			border: none;
			background: none;
			opacity: 0;
			cursor: pointer;
			transition: .2s;
		}
		.js-tabs__toggle:focus {
			left: -99999em;
		}


		.js-tabs__btn {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 60px;
			margin-right: 2px;
			padding: 0 30px;
			border: none;
			background: #fff;
			font-size: 26px;
			font-weight: bold;
			line-height: .875;
			color: #498AED;
			transition: .2s ease-out;
			cursor: pointer;
		}
		.js-tabs__btn:last-of-type {
			margin-right: 0;
		}
		.js-tabs__btn:hover,
		.js-tabs__btn_active {
			background: #498AED;
			color: #fff;
			outline: none;
		}
		.js-tabs__btn_active {
			cursor: default;
		}


		.js-tabs__pane {
			display: none;
		}
		.js-tabs__pane_visible {
	    display: block;
		}


	/* tablet */
		@media(max-width: 992px) {
			.js-tabs_btns_select {
				position: relative;
				display: flex;
				flex-direction: column;
			}

			.js-tabs_btns_select .js-tabs__toggle {
				display: block;
			}
			.js-tabs_btns_select .js-tabs__btn {
				width: 100%;
				max-height: 0;
				margin: 0;
				overflow: hidden;
			}
			.js-tabs_btns_select .js-tabs__toggle:focus ~ .block-persons__tabs-btn,
			.js-tabs_btns_select .js-tabs__btn_active {
				max-height: 99em;
				margin: 0 0 2px;
			}
			.js-tabs_btns_select .js-tabs__toggle:focus ~ .block-persons__tabs-btn:last-of-type,
			.js-tabs_btns_select .js-tabs__btn_active:last-of-type {
				margin-bottom: 0;
			}

			.js-tabs__btn_active {
				position: relative;
			}
			.js-tabs_btns_select .js-tabs__btn_active:after {
				position: absolute;
				right: 22px;
				top: 50%;
				bottom: 0;
				margin-top: -8px;
				display: block;
				width: 13px;
				height: 13px;
				border-left: 2px solid #fff;
				border-bottom: 2px solid #fff;
				transform: rotate(-45deg);
				content: '';
				transition: .2s .2s;
			}
			.js-tabs_btns_select .js-tabs__toggle:focus ~ .js-tabs__btn_active:after {
				opacity: 0;
				transition: .1s;
			}
		}



	/* mobile */
		@media(max-width: 767px) {
			.js-tabs__btn {
				font-size: 18px;
				line-height: 1;
			}
			.js-tabs__btn{
				height: 48px;
				padding: 0 18px;
			}
		}

/*****************/





/* panel
---------------------------------------*/
.panel{
	position: relative;
	background-color: #fff;
	border-top: 1px solid #c7c9d2;
	border-bottom: 1px solid #c7c9d2;
}
.panel-body{
	padding: .5rem 15rem 2.3rem 12.75rem;
	font-size: 1.8rem;
	line-height: 1.6;
	overflow: hidden;
}
.panel-heading{
	position: relative;
	display: block;
	padding: 1.85rem 7.5rem 1.85rem 12.75rem;
	background-color: transparent;
	color: inherit;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
}
.panel-heading:active,
.panel-heading:visited{
	color: inherit;
}
.panel-heading:hover{
	background-color: #eceff7;
	color: #1c6ae1;
}
.panel-group{
	margin: 0rem 0 5.75rem;
	counter-reset: counter;
}
.panel-group .panel + .panel{
	margin-top: -1px;
}

.panel-title{
	display:inline;
	position:relative;
	border-bottom: 1px dotted;
	transition: .3s;
}

.panel-heading:before {
	position: absolute;
	top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -.45rem;
	display: inline-block;
	width: 12rem;
	height: auto;
	line-height: 1;
	color: #a3a6b6;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	counter-increment: counter;
	content:counter(counter);
}
.panel-heading:after{
	content: '+';
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 2rem;
	margin-top: -1.45rem;
	padding: 0;
	height: 2.9rem;
	width: 2.9rem;
	border-radius: 2.9rem;
  background-color: #1c6ae1;
	line-height: 3rem;
	font-size: 2.9rem;
	font-weight: 100;
	color: #fff;
	text-align: center;
	text-indent: 1px;
	vertical-align: middle;
	transition: .3s;
}
.panel.active .panel-heading:after{
	transform: rotate(45deg);
}
.collapse {
	display: none;
}
.collapse.in {
	display:block;
}
@media(max-width:768px){
	.panel-heading:before{
		width: 4rem;
	}
	.panel-heading{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.panel-body {
		padding: 0 0 2rem 2rem;
	}
	.panel-heading:after,
	.panel-heading:before{
		right: .1rem;
	}
}


/* Tables
---------------------------------------*/
table {
	max-width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
	background-color: transparent;
	text-align: left;
}
table caption {
	padding: 1.25rem 1.75rem;
	background: #9496b0;
	color: #fff;
	font-size: 24px;
	text-align: left;
}
table td,
table th {
	padding: 2rem;
}
table th {
	background: #eceff7;
	font-weight: 400;
	text-transform: uppercase;
}
.thead-default th {
	background: #9496b0;
	color: #fff;
}
table td {
	border-bottom: 1px solid #c7c9d2;
}
table .td-blue {
	background: #4587ec;
	border-bottom-color: #366ac2;
	color: #fff;
}
table th.td-blue {
	background: #284fa3;
}

table a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
table a:hover,
table a:active,
table a:focus {
	color: #1C6AE1;
}


/* fix content
-------------------------------------------------*/
ul > br,
ol > br {
	display: none;
}


/* Attention
---------------------------------------*/
.attention {
	position: relative;
	border: 1px solid #f73c4f;
	padding: 7% 8% 7% /*75px 90px 110px*/;
}
.attention__close {
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background: none;
	color: #f73c4f;
	font-size: 45px;
	font-weight: 100;
	line-height: .75em;
	text-align: center;
	text-indent: 1px;
	transition: .3s;
}
.attention__close:hover {
	background: #fee3e6;
	outline: none;
}
.attention__close:focus,
.attention__close:hover:focus {
	background: none;
	box-shadow: inset 0 0 3px #f73c4f;
	outline: none;
}
.attention__caption {
	margin-bottom: 1em;
	color: #f73c4f;
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
	text-align: left;
	text-transform: uppercase;
}
.attention__text {
	color: #242338;
	font-size: 18px;
	line-height: 1.6em;
}


/* Progressbar
---------------------------------------*/
.progress {
	margin-bottom: 2rem;
	text-align: center;
}
.progress__label {
	display: block;
	color: #9496b0;
	font-size: 14px;
	font-weight: bold;
}
.progress__bar {
	position: relative;
	height: 6px;
	border-radius: 5px;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	background: #eceff7;
	overflow: hidden;
}
.progress__val {
	position: absolute;
	top: -1px;
	left: 0;
	bottom: -1px;
	display: block;
	border: 1px solid #38b185;
	border-right: 0;
	background: #3dc18e;
}



/* Fancybox
---------------------------------------*/
.fancybox-skin {
	padding: 0;
}

.fancybox-opened .fancybox-close {
	position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(/assets/template/v4/img/icons/close_popup.svg);
  background-size: 100%;
  top: 20px;
  right: 20px;
}
.fancybox-type-iframe .fancybox-close {
	top: 0px;
  right: -42px;
}

.fancybox-privacy .fancybox-outer + .fancybox-close,
.fancybox-wrap_def .fancybox-close,
.fancybox-wrap_Payment-procedures-and-Refund-Policy .fancybox-close {
		width: 35px;
		height: 35px;
		top: 30px;
		right: 30px;
		background: url('//synergy.ru/assets/template/svg/icon-close-thin.svg') no-repeat;
	}
	.fancybox-privacy .fancybox-close:before,
	.fancybox-privacy .fancybox-close:after {
		display: none;
		content: initial;
	}
	.fancybox-privacy__content {
		color: #182641 !important;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.25;
		background: #FFF;
		padding: 40px 50px 50px;
	}
	.fancybox-privacy__content:hover *,
	.fancybox-privacy__content a {
		color: inherit;
	}
	.fancybox-privacy__title {
		color: #458AF3 !important;
		font-size: 36px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0 0 30px;
	}
	.fancybox-privacy__subtitle {
		font-size: 24px;
		font-weight: 600;
	}
	.fancybox-privacy__text {
		padding: 0;
		margin: 0 0 15px;
	}

	.fancybox-privacy__footer {
		text-align: right;
		margin: 40px 0 0;
	}
	.fancybox-privacy__footer-text {
		max-width: 415px;
		display: inline-block;
		vertical-align: top;
		color: #666666 !important;
		font-size: 14px;
		padding: 3px 0 10px;
	}
	.fancybox-privacy__footer-button {
		width: 100%;
		max-width: 215px;
		display: inline-block;
		height: 60px;
		text-align: center;
		color: #FFF !important;
		font-size: 18px;
		font-weight: normal;
		line-height: 60px;
		background: #458af3;
		box-shadow: 3px 3px 3px #0000004d;
		border-radius: 3px;
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.1s ease-in-out;
		margin-left: 10px;
	}
	.fancybox-privacy__footer-button:hover {
		opacity: 0.9
	}

	.fancybox-type-image .fancybox-close {
	  right: -35px;
    top: 0;
	  width: 30px;
	  height: 30px;
    background-image: url('/assets/template/svg/icon-close.svg');
	}

	@media (max-width:640px) {
		.fancybox-privacy__title,
		.fancybox-privacy__subtitle {
			font-size: 100%;
		}
		.fancybox-type-image .fancybox-close {
  	  top: 30px;
  		right: 30px;
  		background: url('//synergy.ru/assets/template/svg/icon-close-thin.svg') no-repeat;
  	}
	}
	@media (max-width:480px) {
		.fancybox-privacy__content {
			color: #182641;
			padding: 40px 20px 50px;
		}
	}

.fancybox-type-iframe .fancybox-next {
	right: 30px;
}


/* Выпадающее меню
---------------------------------------*/
.stilized-list__wrapper {
	position: relative;
	display: inline-block;
	float: left;
	min-width: 230px;
	height: 40px;
	margin-bottom: 30px;
	padding: 0 35px 0 17px;
	background-color: transparent;
	border: 1px solid #c7c9d2;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	transition: .25s;
	outline: none;
}
.stilized-list__wrapper:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.stilized-list {
	color: #c7c9d2;
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
}
.stilized-list:after {
	content: url(/assets/template/v4/img/arrow-to-bottom__grey.svg);
	display: block;
	width: 10px;
	height: 5px;
	position: absolute;
	top: -2px;
	right: 18px;
}
.stilized-list__opener {
	position: absolute;
	top: 40px;
	left: -1px;
	right: -1px;
	max-height: 0;
	padding: 0 17px 0 17px;
	background-color: #fff;
	border-left: 1px solid #c7c9d2;
	border-right: 1px solid #c7c9d2;
	overflow-y: hidden;
	transition: all 0.5s ease;
}
.stilized-list__opener_opened {
	top: 38px;
	max-height: 200px;
	height: 200px;
	padding: 2px 17px 0 17px;
	border-bottom: inherit;
	overflow-y: auto;
}
.stilized-list__item {
	border-top: 1px solid #c7c9d2;
	list-style: none;
}
.stilized-list__link {
	display: block;
	padding: 8px 0;
	color: #242338;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: uppercase;
	transition: all .25s;
}
.stilized-list__link:hover {
	color: #4099ff;
}

.stilized-list__opener .ps-scrollbar-y:after {
	background-color: #898fa5;
	opacity: .3;
}
.stilized-list__opener .ps-scrollbar-y:hover:after {
	opacity: 1;
}



.footer-banner {
	display: block !important;
}

.footer-banner__title-business-test-1 {
  padding-top: 53px;
  font-family: ProximaNova;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
}

.footer-banner__text-business-test-1 {
  font-family: ProximaNova;
  font-size: 24px;
  line-height: 23px;
  text-align: center;
  padding-top: 25px;
}

.footer-banner__button-business-test {
  color: #fff;
  width: 187px;
  margin: auto;
  margin-bottom: 43px;
  padding: 17px 10px;
  font-family: ProximaNova;
  font-size: 20px;
  line-height: 97.44%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 41px;
  background: #F85969;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(244, 67, 87, 0.4);
}

@media screen and (max-width: 767px) {
  .footer-banner__title-business-test-1 {
    font-size: 30px;
  }
}

.block-top__header_mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .block-top__header_desctop {
    display: none;
  }

  .block-top__header_mobile {
    display: block;
  }
  .block-top__header_mobile .block-top__header {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .block-top__menu {
    margin-top: 0 !important;
  }
}



.grecaptcha-badge {
	visibility: hidden;
}