* {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
					box-sizing: inherit;
}


html {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	height: 100%;
	background: #fff;
	color: #4D4D4D;
	font: 18px/1.5 "Fira Sans", "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 200;
}

/*   body { margin-top: 91px; }   */


::-ms-clear { display: none; }


::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}


:-ms-input-placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}


::-ms-input-placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}


::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}


:-ms-input-placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}


::placeholder {
	color: #999;
	opacity: 1;
	text-indent: 0;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
}

	:focus::-webkit-input-placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}

	:focus:-ms-input-placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}

	:focus::-ms-input-placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}

	:focus::-webkit-input-placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}

	:focus:-ms-input-placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}

	:focus::placeholder {
		opacity: 0;
		text-indent: 100%;
		-webkit-transition:
			opacity .35s,
			text-indent .75s;
		transition:
			opacity .35s,
			text-indent .75s;
	}



:disabled,
.disabled {
	cursor: not-allowed !important;
	pointer-events: none;
}




.title {
	display: block;
	margin: 0;
	color: #333;
	line-height: 1;
}
.title span{
	display: block;
}


.title--s2 { color: #EF9521;}
.title--s3 { color: #76B84C;}
.title--s4 { color: #0087CA;}


/* Заголовок 1-го уровня
===============================*/
h1, .h1 {
	margin-bottom: 1em;
	font-size: 44px;
	font-weight: normal;
	font-weight: 200;
	text-transform: uppercase;
}



/* Заголовок 2-го уровня
===============================*/
h2, .h2  {
	margin-bottom: 1.1em;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.2;
}


/* Заголовок 3-го уровня
===============================*/
h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: 200;
	line-height: 1.5;
}

.h3 {
	margin-bottom: .875em;
	font-size: 24px;
	font-weight: 200;
}

/* Заголовок 4-го уровня
===============================*/
h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #000;
	margin: 30px 0 20px 0;
}



/* Параграф
===============================*/
p {
	margin: 0 0 20px;
	text-align: left;
	line-height: 1.6rem;
}

.smaller-text {
	font-size: 14px;
}


/* Ссылки
===============================*/
a {
	color: #0082CA;
	text-decoration: none;
	-webkit-transition: .25s;
	transition: .25s;
}

	a:hover {
		opacity: .8;
	}



img,
video,
object,
iframe {
  max-width: 100%;
}

svg,
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.download {
	display: table;
	color: inherit;
	font-size: 14px;
}

	.download__icon {
		display: table-cell;
		vertical-align: middle;
		padding-right: 8px;
	}

		.download__icon img {
			display: block;
			width:  32px;
			height: 32px;
		}

	.download__text {
		display: table-cell;
		vertical-align: middle;
	}

		.download__text b {
			font-weight: 600;
		}



.list {
	text-align: left;
	line-height: 1.5;
}

	.list > li {
		margin-bottom: 1em;
	}

	.list > li:last-child {
		margin-bottom: 0 !important;
	}

ol.list {
	padding-left: 25px;
	counter-reset: list;
}



.list--simple {
	margin: 0;
	padding: 0;
	list-style: none;
}


.list--sm {
	font-size: 13px;
	line-height: 1.2307;
}


.list--low {}

	.list--low  .list__item {
		margin-bottom: .7em;
	}



.list--check {
	list-style: none;
}

	.list--check > .list__item {
		position: relative;
		padding-left: 35px;
	}

		.list--check > .list__item:before {
			content: '';
			position: absolute;
			// top: -2px;  left: 12px;
			width:  7px;
			height: 18px;
			border: 2px solid #0082CA;
			border-top:  none;
			border-left: none;
			-webkit-transform: rotate(46deg);
			        transform: rotate(46deg);
		}



.list--dash {
	list-style: none;
}

	.list--dash > .list__item {
		position: relative;
		padding-left: 30px;
	}

		.list--dash > .list__item:before {
			content: '';
			position: absolute;
			top: .45em;
			left: 14px;
			width:  8px;
			height: 2px;
			background: #BF4A88;
		}



.list--column {
	-webkit-column-width: 25em;
	        column-width: 25em;
	-webkit-column-gap: 3em;
	        column-gap: 3em;
}

	.list--column > .list__item {
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}




/* Форма
=====================================================================*/
.form {}

	.form__notice {
		margin-top: 25px;
	}



.form-notice {
	font-size: 14px;
	line-height: 1.4;
	font-style: italic;
}

.form-notice--error {
	color: #DD2A2A;
}




/* Строка с полями
=====================================================================*/
.form-row {
	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;
	margin: 0 -10px;
	margin-top: -20px;
}

.form-row + .form-row {
	margin-top: 0;
}

	.form-row__part {
		min-width: 150px;
		margin: 0 10px;
		margin-top: 20px;
	}

		.form-row__annotation {
			font-size: 14px;
			line-height: 1.2857;
		}

		.form-row__part  .field {
			width: 100%;
		}

		.form-row__part > :first-child { margin-top: 0; }
		.form-row__part > :last-child  { margin-bottom: 0; }

	.form-row__part--grow {
		-ms-flex-negative: 1;
				flex-shrink: 1;
		-webkit-box-flex: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
	}

	.form-row__part--1-3 {
		width: 30%;
		-ms-flex-preferred-size: calc(33.333% - 20px);
				flex-basis: calc(33.333% - 20px);
	}


	.form-row__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.form-row__group > * {
		margin-right: 10px;
	}


	.form-row__group > :last-child {
		margin-right: 0;
	}


.form-row--oneline {
	-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
}


.form-row--middle {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}


.form-row--send {
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}


.form-row__part  .input {
	width: 100%;
}


.form-row--tight {
	margin: 0 -5px;
	margin-top: -10px;
}

	.form-row--tight  .form-row__part {
		margin: 0 5px;
		margin-top: 10px;
	}

	.form-row--tight  .form-row__part--1-3 {
		-ms-flex-preferred-size: calc(33.333% - 10px);
		    flex-basis: calc(33.333% - 10px);
	}



.input {
	display: inline-block;
	padding: 6px 12px;
	border: 2px solid #E6E6E6;
	outline: none;
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: border-color .25s;
	transition: border-color .25s;
}

.input:focus {
	border-color: #999;
}

textarea.input {
	min-height: 90px;
	max-height: 300px;
	resize: vertical;
}

.input--error {
	border-color: #DD2A2A;
}



.field {
	display: inline-block;
	vertical-align: top;
}

	.field__label {
		margin-bottom: 4px;
		color: #969696;
		font-size: 14px;
		line-height: 1.7142;
	}

	.field__body {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.wpcf7-form-control-wrap{
		width: 100%;
	}

		.field  .input {
			width: 0;
			-webkit-box-flex: 1;
					-ms-flex-positive: 1;
							flex-grow: 1;
		}



	.field__value {
		padding-top: 3px;
		font-size: 17px;
		line-height: 1.4;
	}

	.field__note {
		margin-top: 5px;
		font-size: 12px;
	}



.field--full {
	width: 100%;
}

.field--error .input {
	border-color: #DD2A2A;
}



 /* Стилизция контролов checkbox, radio button
=====================================================================*/
.f-control {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
}
	.f-control__input {
		position: absolute;
		z-index: 1;
		top: 0; left: 0;
		width:  100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;

		display: none;
	}

	.f-control__fake {
		position: relative;
		float: left;
		display: inline-block;
		vertical-align: middle;
		width:  22px;
		height: 22px;
		border: 2px solid #E6E6E6;
		background: #fff;
		color: #333;
		-webkit-transition: .25s;
		transition: .25s;
	}

		.f-control__fake:before {
			content: "";
			position: absolute;
			top:    6px;  bottom: 6px;
			left:   6px;  right:  6px;
			-webkit-box-sizing: content-box;
							box-sizing: content-box;
			border-radius: inherit;
			-webkit-transition: inherit;
			transition: inherit;
		}


	.f-control__label {
		display: block;
		vertical-align: middle;
		margin-top: .2em;
		padding-left: 10px;
		overflow: hidden;
		cursor: pointer;
	}

	.f-control__input:checked + .f-control__fake {
	}

	.f-control__input:checked + .f-control__fake:before {
		background-color: #fff;
	}

	.f-control__input:disabled + .f-control__fake {
		background-color: #F2F2F2;
		color: #999999;
	}

	.f-control__input:not(:disabled) +  .f-control__fake:hover {
		border-color: #999;
	}


	/* модифкаиция оформления для radio */
	.f-control--radio {}
		.f-control--radio  .f-control__fake {
			border-radius: 50%;
		}

		.f-control--radio  .f-control__input:checked + .f-control__fake {}

			.f-control--radio  .f-control__input:checked + .f-control__fake:before {
				background-color: currentColor;
			}


	/* модифкаиция оформления для checkbox */
	// .f-control--checkbox  input:checked + .f-control__fake {
	// 	border-color: transparent;
	// }

		.f-control--checkbox  input:not(checked) + .f-control__fake:before {
			content: '';
			position: absolute;
			top: -3px;  bottom: 0;
			left: 0;  right: 0;
			width: 12px;
			height: 4px;
			margin: auto;
			border: 2px solid;
			border-top:   none;
			border-right: none;
			/* color: #333; */
			opacity: 0;
			-webkit-transform: rotate(-50deg);
					transform: rotate(-50deg);
			-webkit-transition: .25s;
			transition: .25s;
		}

	.f-control--checkbox:hover  input:checked + .f-control__fake:before,
	.f-control--checkbox  input:checked + .f-control__fake:before {
		background-color: transparent;
		opacity: 1;
	}

	.f-control--checkbox:hover  input:not(checked) + .f-control__fake:before {}

	.f-control--checkbox  input:disabled:checked  + .f-control__fake,
	.f-control--checkbox  input[disabled]:checked + .f-control__fake,
	.f-control--checkbox:hover  input:disabled:checked  + .f-control__fake,
	.f-control--checkbox:hover  input[disabled]:checked + .f-control__fake {
		/* opacity: .75; */
	}






/* тулбар
===============================*/
.toolbar {}

	.toolbar__item {}
	.toolbar__item {}




/* Разделы
===============================*/

.section {
	display: block;
	width: 100%;
	border-top:    1px solid transparent;
	border-bottom: 1px solid transparent;
	text-align: center;
	line-height: 0;
}


	.target {
		display: block;
		height: 0;
		width: 0;
		position: absolute;
		margin-top: -70px;
	}

.section--text-left {
	text-align: left;
}

.section--s2 {
	background: #0082CB;
	color: #fff;
}

	.section--s2  a {
		color: rgba(255,255,255,.6);
	}
	.section--s2  a:hover {
		color: #fff;
		opacity: 1;
	}


.section--s3 {
	background: #8E4FB2;
	color: #fff;
}

	.section--s3  .title,
	.section--s3  .btn {
		color: inherit;
	}


.section--s4 {
	background: #F2F2F2;
}


.section--s2 .title,
.section--s3 .title {
	color: #fff;
}




/* Баннер
===============================*/
.slider__item {
	width: 100%;
	height: 500px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
}

	.slide:hover {
		opacity: 1;
	}

@media (max-width: 1450px) {
	/* .slider img{
		display: none !important;
	} */
	.tadviser, .cnews, .raex{
		margin: 10px !important;
	}
}
@media (max-width: 1300px) {
	 /* .slider img{
	 		display: none !important;
	 	}  */
	.top {
		display: inline-flex !important;

	}

}
@media (max-width: 600px) {
	.top {
		display: block !important;
	}
	.top div {
		    padding: 5px 0 !important;
		    margin: 5px 0 !important;
	}
	.slider__title{
		font-size: 24px !important;
	}
}



/* Сетка
===============================*/
.grid {
	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;
	margin: 0 -20px;
	margin-top: -30px;
	text-align: left;
	font-size: 0;
}

	.grid__item {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px;
		margin-top: 30px;
		font-size: 1rem;
		width: 100%;
	}

	@-moz-document url-prefix() { .grid__item_cor { width: 100%; } } 

	.grid__item > :last-child {
		margin-bottom: 0;
	}

	.grid__item--1-2 {
		width: calc(50% - 40px);
	}

	.grid__item--1-3 {
		width: calc(33.333% - 40px);
	}

	.grid__item--1-4 {
		width: calc(25% - 40px);
	}





/* Колонки
===============================*/
.col-wrap {
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 0;
}

	.col {
		display: table-cell;
		vertical-align: top;
		font-size: 1rem;
	}


.col-wrap--forsight {
	margin-top: 40px;
}

	.col-wrap--forsight  .col-4 {
		padding: 0 25px;
	}


.col-wrap--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

	.col-wrap--flex .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-flow: column nowrap;
						flex-flow: column nowrap;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-flex: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
	}

	.col-wrap--flex .btn {
		margin-top: auto;
	}



.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

	.row__part {
		-ms-flex-negative: 0;
				flex-shrink: 0;
		margin-right: 40px;
	}

		.row__part > :first-child { margin-top: 0; }
		.row__part > :last-child  { margin-bottom: 0; }

	.row__part:last-child {
		margin-right: 0;
	}


	.row__part--grow {
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
						flex-grow: 1;
		/*width: 0;*/
	}

	.row__part--shrink {
		-ms-flex-negative: 1;
				flex-shrink: 1;
	}



.row--middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.row--blog {
	text-align: left;
}




/* Хлебные крошки
===============================*/
.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #4D4D4D;
	font-size: 14px;
}

	.breadcrumbs__item {
		position: relative;
		display: inline-block;
		margin-right: 5px;
	}

		.breadcrumbs__item:before {
			content: '';
			position: relative;
			top: -2px;
			display: inline-block;
			width:  3px;
			height: 3px;
			margin-right: 8px;
			border: 1px solid;
			border-left:   none;
			border-bottom: none;
			opacity: .7;
			-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
		}

		.breadcrumbs__item:first-child:before {
			display: none;
		}


		.breadcrumbs__link {
			color: inherit;
		}





/* Слайдер
===============================*/
.slider {
	position: relative;
	line-height: 1.25;
	height: 500px;
}

.slider .slick-list{
	height: 100%;
}

	.slider__item {
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		position: relative;
		font-size: 16px;
		font-weight: 300;
	}


		.slider__item  .btn {
			margin-top: 0;
			padding-left: 1.225em;
			padding-right: 1.225em;
			font-size: 1rem;
		}

		.slider__title {
			margin: 0;
			text-transform: none;
		}

		.slider__title + .btn {
			margin-top: 2em;
		}

		.slider__title_budget:after {
		    content: "";
		    position: relative;
		    display: block;
		    width: 100px;
		    height: 1px;
		    margin: 0 auto;
		    margin-top: 26px;
		    background: #fff;
		}

	.slick-dots {
		position: absolute;
		z-index: 10;
		left: 0;  right: 0;
		margin: auto;
		text-align: center;
	}

		.slick-dots li {
			display: inline-block;
		}

			.slick-dots button {
				position: relative;
				width: 30px;
				height: 30px;
				border: none;
				outline: none;
				background: none;
				color: transparent;
			}

				.slick-dots button:before {
					content: '';
					position: absolute;
					top: 0;  bottom: 0;
					left: 0;  right: 0;
					width: 16px;
					height: 16px;
					margin: auto;
					border: 1px solid rgba(255,255,255,.4);
					border-radius: 50%;
					background: rgba(0,0,0,.2);
					color: transparent;
					cursor: pointer;
					-webkit-transition: background .5s;
					transition: background .5s;
				}


			.slick-dots .slick-active button {
				pointer-events: none;
			}

				.slick-dots .slick-active button:before {
					background: #3EA8F2;
				}



/* Слайд Форсайт - вендор PP
===============================*/
.slider__item--1 {
	background-color: #E8E8E6;
	color: rgba(0,0,0,.95);
}

	.slider__item--1  .slider__content {
		position: absolute;
		left: 48%;  right: 0;
		top: 50%;
		padding: 1.75em 0 2.375em;	/* 28px 0 38px */
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}

		.slider__item--1  .slider__content:before,
		.slider__item--1  .slider__content:after {
			content: '';
			position: absolute;
			left: 0;  right: 0;
			top: 0;
			width: 2.25em;	/* 36px */
			height: .25em;	/* 4px */
			margin: auto;
			background: #bbb;
		}

		.slider__item--1  .slider__content:after {
			top: auto;
			bottom: 0;
		}

		.slider__item--1  .slider__title {
			font-size: 2.625em;	/*42px*/
			font-weight: 300;
		}

		.slider__item--1  .btn {
			min-width: 10em;	/*160px*/
		}



/* Prognoz Platform Day
===============================*/
.slider__item--2 {
	color: rgba(255,255,255,.9);
	background-image: url(/wp-content/themes/forsait_v2/img/slider/banner3-bg.jpg);
}


	.slider__item--2  .slider__content {
		position: relative;
		width: 44em;	/* 688px */
		padding-left: 36%;
	}


		.slider__item--2  .slider__title {
			-webkit-box-sizing: border-box;
							box-sizing: border-box;
			width: 37.0625em;	/* 592px */
			height: 31.25em;	/* 500px */
			margin-bottom: -11.5em;	/* 168px */
			padding-right: 3em;	/* 48px */
			padding-top: 6.875em;	/* 110px */
			background: url(/wp-content/themes/forsait_v2/img/slider/banner3-triangle.png)  no-repeat;
			background-size: cover;
			letter-spacing: .125em;	/* 2px */
		}

			.slider__item--2  .slider__title-text {
				display: block;
				margin-bottom: .25em;	/* 4px */
				font-size: 1.5em;	/* 24px */
				line-height: 1.35;
				text-transform: uppercase;
			}

			.slider__item--2  .slider__title-accent {
				font-size: 3.625em;	/* 58px */
				line-height: 1.08;
				font-weight: normal;
			}


		.slider__item--2  .slider__location {
			text-align: right;
		}

			.slider__item--2  .slider__location-content {
				margin-bottom: .9em;
				padding-right: 1.45em;	/* 24px */
				line-height: 1.4;
				letter-spacing: 1px;	/* 1px */
			}

				.slider__item--2  .slider__location-text {
					font-size: 1.25em;	/* 20px */
				}

				.slider__item--2  .slider__location-accent {
					font-size: 2em;	/* 32px */
					line-height: 1;
					font-weight: normal;
				}


			.slider__item--2  .btn {
				padding-left: 1em;
				padding-right: 1em;
				border: none;
				background: #01A0E2;
				font-size: 1.5em;	/* 24px */
				color: rgba(255,255,255,.95);
				text-transform: uppercase;
			}




/* Баннер Блога
===============================*/
.slider__item--blog {
	text-align: left;
}

	.slider__item--blog  .slider__content {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

		.slider__item--blog  .wrap {
			width: 100%;
			margin-top: 0;
			margin-bottom: 0;
		}

		.slider__item--blog  .slider__title {
			margin-bottom: .15em;
			font-size: 3.75em;
			line-height: 1.2;
		}

		.slider__item--blog  .slider__desc {
			margin-bottom: 1.2em;
			font-size: 1.5em;
		}




/* Баннер вебинара
===============================*/
.slider__item--3 {
	color: #fff;
}

	.slider__item--3  .slider__content {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.slider__item--3  .slider__label {
			margin-bottom: .35em;
			font-size: 1rem;
		}

		.slider__item--3  .slider__title {
			margin-bottom: .7em;
			font-size: 2.625rem;
			line-height: 1.1428;
		}

		.slider__item--3  .btn {
			margin-top: 20px;
		}






/* О компании
===============================*/
.aboutepic {
	width: 501px;
	margin-left: 40px;
}

#company .col {
	vertical-align: middle;
	text-align: left;
}



/* Платформа
===============================*/
#platform {
	background-color: #0082CA;
}

#platform .title,
#platform p {
	color: #fff;
}

#platform h3 {
	margin: 20px;
}


.advantage {
	max-width: 300px;
	margin: auto;
	text-align: center;
}

.advantage_pp{
	display: inline-flex;
}

.advantage_pp img {
    display: inline-block;
    width: 85px;
    margin: auto;
    margin-bottom: 15px;
}

/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.advantage_pp img { height: 70px; width: 130px; }
} */

.advantage_pp p {
    text-align: inherit;
        padding-left: 30px;
    width: 333px;
        margin: 0;
}

.advantages_marg{
	    margin: 30px 0;
}

	.advantage  img {
		display: block;
		width: 100px;
		margin: auto;
		margin-bottom: 15px;
	}

	.advantage  p {
		text-align: inherit;
	}


.annotation {}

.annotation_home {text-align: center;}


.annotation--separator {
	margin-bottom: 1.5em;
}

	.annotation--separator:after {
		content: "";
		position: relative;
		display: block;
		width: 50px;
		height: 4px;
		margin: 0 auto;
		margin-top: 26px;
		opacity: .15;
		background: #000;
	}



.annotation--separator-blue {
	margin-bottom: 1.5em;
}

	.annotation--separator-blue:after {
		content: "";
		position: relative;
		display: block;
		width: 50px;
		height: 4px;
		margin: 0 auto;
		margin-top: 26px;
		background: #0082CB;
	}


#platform .annotation:after,
#contact .annotation:after {
	background-color: #fff;
	opacity: .3;
}

.col-4 {
	padding: 0 20px;
	width: 25%;
}

	.col-4 p {
		text-align: center;
	}

	.col-4 img {
		width: 100px;
	}





/* Продукты и решения
===============================*/
.col-2 {
	width: 50%;
	text-align: left;
}

.product {
	background-image: url(/wp-content/themes/forsait_v2/img/pic2.jpg);
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}


.products {}

	.products__desc {
		max-width: 550px;
		margin: auto;
		margin-bottom: 30px;
		text-align: center;
	}


.product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	margin: 0 -20px;
	margin-top: -30px;
}

	.product-list__item {
		width: calc(50% - 40px);
		margin: 0 20px;
		margin-top: 30px;
	}


	.product-card {
		position: relative;
		min-width: 220px;
		max-width: 320px;
		height: 100%;
		margin: auto;
	}

		.product-card__head {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
					-ms-flex-align: center;
							align-items: center;
			margin: auto;
			text-align: left;
		}

			.product-card__icon {
				-ms-flex-negative: 0;
						flex-shrink: 0;
				display: block;
				width:  64px;
				height: 64px;
				margin-right: 16px;
			}

				.product-card__icon  img {
					display: block;
					max-width: 100%;
				}


			.product-card__label {
				-ms-flex-negative: 1;
						flex-shrink: 1;
				margin: 0;
				color: inherit;
				line-height: 1.166;
			}


		.product-card__body {
			padding: 15px 0;
			padding-bottom: 20px;
			color: #1A1A1A;
			line-height: 1.5;
		}

			.product-card__body > :last-child {
				margin-bottom: 0;
			}

			.product-card__body  p {
				line-height: inherit;
			}

button {
    font: 18px/1.5 "Fira Sans", "Open Sans", Arial, Helvetica, sans-serif;
}

.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 20px;
	padding: .625em 1.75em;
	border: .125em solid;	/* 2px */
	background: transparent;
	color: #0082CA;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=submit] {
    font-size: 18px;
    margin: 0;
}

	.btn:hover {
		opacity: .6;
	}

	.btn:disabled,
	.btn.disabled {
		border-color: #E6E6E6;
		color: #999;
	}


.btn--light {
	color: #fff;
}


.btn--fill {
	border-color: transparent;
	background: #0071BC;
	color: #fff;
}

.product_icon {
    display: table-cell !important;
    vertical-align: middle;
}

.product-card__label {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    color: inherit;
    line-height: 1.166;
}

.product_header {
    display: table-cell !important;
    vertical-align: middle;
    border-right: 2px solid #0082cb !important;
    color: #0082cb !important;
    padding: 0 30px;
    width: 300px;
}

.product-card__label {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0;
    color: inherit;
    line-height: 1.166;
}

.product_body {
    display: table-cell;
    vertical-align: inherit !important;
    margin: 0 20px !important;
    padding: 15px 30px !important;
}


@media (max-width: 870px) {

.product_icon {
	    margin: auto !important;
    display: block !important;
}
.product_header {
    border-right: none !important;
    text-align: center !important;
    display: block !important;
        width: 100% !important;
            padding: 15px 0 0 0 !important;
}
.product_body {
    display: block;
}
.grid__item_cor{
	width: 100%;
}
.product_body p {
	text-align: center;
}


}



/* Группа кнопок
===============================*/
.group-btn {}

	.group-btn  .btn {
		margin-left:  8px;
		margin-right: 8px;
	}

	.group-btn  .btn:first-child { margin-left: 0; }
	.group-btn  .btn:last-child { margin-right: 0; }




/* Партнерская программа
===============================*/
.partner {
	text-align: left;
}

	.partner__title {
		text-align: center;
	}

	.partner__title-h2 {
		margin-bottom: .5em;
	}

	.partner .annotation:after { background-color: #fff; }

	.partner__btns {
		margin-top: 20px;
		text-align: center;
	}




/* Услуги и поддержка
===============================*/
#support {
	background-color: #fff;
}

	.support-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column nowrap;
		        flex-flow: column nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.support-card p{
		max-width: 100%;
	}

		.support-card img {
			margin-bottom: 15px;
		}

		.support-card__title {
			margin-bottom: 18px;
		}

		.support-card .btn {
			margin-top: auto;
		}



/* Пресс-центр
===============================*/
#news {}

.entry-news {
	color: inherit;
}

	.entry-news__title {
		display: block;
		margin-bottom: 1em;
		font-weight: normal;
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.entry-news__title:hover {
		opacity: .8;
	}

	.entry-news__more {
		display: block;
		opacity: .6;
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.entry-news__more:hover {
		opacity: 1;
	}

.entry-news:hover {
	opacity: 1;
}

.entry-news:focus {
	opacity: .8;
}


.entry-news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

	.entry-news-list  .entry-news {
		width: calc(33.33% - 20px);
		text-align: left;
	}






/* Карьера
===============================*/

.vocation {
	background-image: url(/wp-content/themes/forsait_v2/img/pic3.jpg) !important;
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

	#vocation .wrap {
		text-align: left;
	}

	#vocation p {
		max-width: 700px;
	}

.vocation .blueButton {}

.vocation-link {
	color: #0082CA;
	border-bottom: 1px dashed #0082CA;
	cursor: pointer;
}

.vocation-link:hover {
	opacity: 0.6;
}

.dwn-bold-line {
	position: relative;
}

.dwn-bold-line:after {
	content: ' ';
	position: relative;
	display: block;
	width: 31px;
	height: 4px;
	background-color: #A867B7;
	margin-top: 20px;
}

.vocation-requirements {
	font-size: 13px;
	margin-top: 15px;
}

.vocation-requirements a {
	font-size: 16px;
	line-height: 1rem;
	font-weight: normal;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.in .vocation-link {
	color: #1A1A1A;
	border-bottom: 1px dashed #1A1A1A;
}





/* Контакты
===============================*/
.contacts {
	background-color: #0082CA;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

	.contacts  .wrap:before {
		content: '';
		display: table;
	}

	.contacts__title {
		display: block;
		margin-bottom: .5em;
		font-size: 24px;
		line-height: 1;
		font-weight: normal;
	}

	.contacts__subscribe {
		margin-bottom: 18px;
		font-size: 14px;
	}

	.contacts__info {
		margin-top: 15px;
		margin-bottom: 45px;
		font-size: 14px;
		text-align: center;
	}

	.contacts__info i, 
	.contacts__info a{
		font-size: 14px;
	}

	.contacts__phone {
		font-size: 35px;
	}

		.contacts__phone span {
			font-weight: 300;
		}

	.adress {}

		.address__zip {}

		.address  span {
			display: block;
		}


	.copyright {
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-align: center;
		opacity: .6;
	}

	a.link-mail {
		color: #fff;
		font-size: 24px;
		line-height: 1;
		white-space: nowrap;
	}

		/*.link-mail:before {
			content: '';
			position: relative;
			top: -2px;
			display: inline-block;
			vertical-align: middle;
			width: 30px;
			height: 20px;
			margin-right: 10px;
			background: url(/wp-content/themes/forsait_v2/img/icon-envelope.svg)  no-repeat center;
		}*/

	a.link-mail:hover {
		color: rgba(255,255,255,.6);
	}


	.contacts--press .link-mail,
	.contacts--press .contacts__phone {
		font-size: 35px;
	}

	.contacts--press .link-mail {
		display: block;
		margin-bottom: 16px;
		font-size: 35px;
		font-weight: 300;
	}

	.contacts--press .contacts__phone {
		margin-bottom: 40px;
		line-height: 1.25;
	}



.social {
	display: table;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}

	.social:before,
	.social:after {
		content: '';
		position: absolute;
		top: 0;  bottom: 0;
		height: 2px;
		width: 50vw;
		opacity: .6;
		margin: auto;
		margin-right: 0;
		margin-left: 40px;
		background: currentColor;
	}

	.social:before {
		margin-left: -40px;
		-webkit-transform: translateX(-100%);
						transform: translateX(-100%);
	}

	.social__item {
		display: inline-block;
		padding: 10px 20px;
	}

		.social__item:first-child {
			padding-left: 0 !important;
		}

		.social__item:last-child {
			padding-right: 0 !important;
		}

		.social__link {
			display: block;
			width: 25px;
			height: 25px;
			background: no-repeat center;
			-webkit-transition: opacity .25s;
			transition: opacity .25s;
		}

		.social__link:hover {
			opacity: .8;
		}




.social--sm {}

	.social--sm:before,
	.social--sm:after {
		display: none;
	}

	.social--sm  .social__link {
		width: 23px;
		height: 23px;
	}

	.social--sm  .social__item {
		padding: 5px 12px;
	}



.social--dark {}

	.social--dark .social__link {
		opacity: .4;
	}

	.social--dark .social__link:hover {
		opacity: .8;
	}

	.social--dark .social__link--vk { background-image: url(/wp-content/themes/forsait_v2/img/icon-vk--dark.png); }
	.social--dark .social__link--fb { background-image: url(/wp-content/themes/forsait_v2/img/icon-fb--dark.png); }
	.social--dark .social__link--tw { background-image: url(/wp-content/themes/forsait_v2/img/icon-twitter--dark.png); }
	.social--dark .social__link--insta { background-image: url(/wp-content/themes/forsait_v2/img/icon-insta--dark.png); }
	.social--dark .social__link--youtube { background-image: url(/wp-content/themes/forsait_v2/img/icon-youtube--dark.png); }






/* Страница "Поддержка"
===============================*/

.section-breadcrumbs {
}

.support_title{
	max-width: 900px;
	margin: 0 auto;
}
.support_title p{
	text-align: center;
}

	.section-breadcrumbs .wrap {
		margin-top: 30px;
		margin-bottom: 0;
	}



.support {}

.support__section {
	padding-bottom: 40px;
}

	.support__section + .support__section {
		padding-top: 35px;
		border-top: 1px solid #E6E6E6;
	}

	.support__section:last-child {
		padding-bottom: 0;
	}

.card {
	display: table;
	width: 100%;
	table-layout: fixed;
}

	.card > * {
		display: table-cell;
		vertical-align: middle;
	}

	.card__aside {
		-webkit-box-sizing: content-box;
						box-sizing: content-box;
		vertical-align: top;
		width: 80px;
		padding-right: 40px;
	}

		.card__pic {
			-webkit-user-select: none;
				 -moz-user-select: none;
					-ms-user-select: none;
							user-select: none;
		}

	.card__body {}

		.card__body > :last-child {
			margin-bottom: 0;
		}

		.card__title {
			margin-bottom: .11em;
			font-size: 24px;
			line-height: 1.333;
			font-weight: 300;
		}


		.card__annex {
			margin-top: 26px;
		}



.card-list {}

	.card-list  .card > * {
		padding-top:    30px;
		padding-bottom: 30px;
	}

	.card-list  .card__body {
		border-bottom: 1px solid #E6E6E6;
	}

	.card-list > :first-child > * {
		padding-top: 0;
	}
	.card-list > :last-child > * {
		border-bottom: none;
	}




	.product-page {
		margin-top: 0;
	}


	/* Product header
	=====================================================================*/
	.product-banner__product-name {
		display: none;
		margin-top: 0;
		font-weight: normal;
	}

	.header {
		position: absolute;
		z-index: 10;
		top: 0;  left: 0;  right: 0;
		background: rgba(0,0,0,.6);
		color: #E6E6E6;
	}

		.header__in {
			padding-top:    28px;
			padding-bottom: 28px;
		}

			.header__logo {
				position: relative;
				display: inline-block;
				vertical-align: middle;
			}

				.header__logo  img {}

			.header__product-title {
				display: inline-block;
				vertical-align: middle;
				font-size: 20px;
				text-transform: uppercase;
				line-height: 1;
			}


.header--product {}

	.header__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 80px;
		padding-top: 0;
		padding-bottom: 0;
	}

		.header--product  .header__logo {
			padding-right: 40px;
			margin-right:  40px;
		}

			.header--product  .header__logo:after {
				content: '';
				position: absolute;
				top: -2px;  bottom: -2px;
				right: 0;
				width: 1px;
				background: #000;
				opacity: .15;
			}




	/* product banner
	===============================*/
	.product-banner {
		position: relative;
		height: 583px;
		border: none;
		background: #F5F5F6  no-repeat  top right;
		text-align: left;
		overflow: hidden;
	}

		.product-banner:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;  bottom: 0;
			width: 48%;
			-webkit-box-shadow: 0 0 50px 30px #F1F1F3;
			        box-shadow: 0 0 50px 30px #F1F1F3;
			background: #F1F1F3;
		}


		.product-banner__in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			height: 100%;
			margin: 0 auto;
			padding-top: 50px;
		}

			.product-banner__body {
				position: relative;
				max-width: 460px;
			}

			.product-banner__title {
				margin-bottom: .3em;
				text-transform: none;
			}




/* Архитектура продукта
=====================================================================*/
.structure {}

	.structure__section {
		padding: 20px 0;
	}

	.structure__section-title {
		position: relative;
		margin-bottom: 15px;
		padding: 7px 20px 9px;
		border-radius: 4px;
		font-size: 24px;
		line-height: 1;
		font-weight: 300;
		background: currentColor;
	}

	.structure__section-title:before,
	.structure__section-title:after {
		content: '';
		position: absolute;
		left: 0;  right: 0;
		bottom: 100%;
		margin: auto;
	}

	.structure__section-title:before {
		width: 0;  height: 0;
		margin-bottom: 6px;
		border: 14px solid transparent;
		border-bottom: 14px solid currentColor;
	}

	.structure__section-title:after {
		width: 18px;
		height: 10px;
		margin-bottom: -1px;
		background: inherit;
	}

	.structure__section:first-child  .structure__section-title:before,
	.structure__section:first-child  .structure__section-title:after {
		display: none;
	}

	.structure__section-title  span {
		color: #fff;
	}



.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
	list-style: none;
	overflow: hidden;
}

	.steps__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		   -ms-flex-align: center;
		      align-items: center;
		position: relative;
		width: calc(25% - 20px);
		padding: 16px 32px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 1.1428;
		font-weight: 600;
		text-align: left;
	}

		.steps__item:before,
		.steps__item:after {
			content: '';
			position: absolute;
			z-index: -1;
			top: 0;  bottom: 50%;
			left: 0;  right: 0;
			background: #D9EEF6;
			-webkit-transform: skewX(25deg);
			        transform: skewX(25deg);
			-webkit-transform-origin: 0 0;
			        transform-origin: 0 0;
		}

		.steps__item:after {
			content: '';
			top: 50%;  bottom: 0;
			-webkit-transform: skewX(-25deg);
			        transform: skewX(-25deg);
			-webkit-transform-origin: 0 100%;
			        transform-origin: 0 100%;
		}

		.steps__item:first-child {
			padding-left: 14px;
			background: #D9EEF6;
		}

		.steps__item  span {
			display: block;
			max-width: 100%;
		}





.instruments {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.instruments__item {
		display: table-cell;
		vertical-align: middle;
		position: relative;
		padding: 10px;
		border-right: 1px solid #E6E6E6;
		font-size: 13px;
		line-height: 1.2307;
	}

	.instruments__item:last-child {
		border: none;
	}


	.instruments__item  span {
		display: block;
		max-width: 100%;
	}





/* Функциональные возможности
=====================================================================*/
.info {}

	.info__head {
		overflow: hidden;
	}

	.info__body {}


.info-tab {
	position: relative;
	padding-bottom: 30px;
}

	.info-tab:after {
		content: '';
		position: absolute;
		left: 0;  right: 0;
		bottom: 0;
		border-bottom: 2px solid #CECECE;
	}

	.info-tab__item {
		position: relative;
		margin-right: 40px;
		border: none;
		outline: none !important;
		background: none;
		color: #0087CA;
		font-size: 18px;
		line-height: 1.38;
		cursor: pointer;
	    font-family: "Fira Sans", "Open Sans", Arial, Helvetica, sans-serif;
	}

		.info-tab__item:after {
			content: '';
			position: absolute;
			z-index: 10;
			left: 0;  right: 0;
			top: 100%;
			width: 20px;
			height: 20px;
			margin: auto;
			margin-top: 40px;
			border-top:  2px solid #CECECE;
			border-left: 2px solid #CECECE;
			background: #F2F2F2;
			-webkit-transform: rotate(45deg);
			        transform: rotate(45deg);
		}

	.info-tab__item:hover {
		opacity: .8;
	}

	.info-tab__item:last-child {
		margin-right: 0;
	}

	.info-tab__item--active {
		color: inherit;
		opacity: 1 !important;
		cursor: default;
	}

		.info-tab__item--active:after {
			margin-top: 20px;
			-webkit-transition: margin-top .5s;
			transition: margin-top .5s;
		}


.features {}
	.features__title {
		margin-bottom: 15px;
		text-align: center;
	}

	/* .features__sections-container {
		margin: 0 -15px;
		padding-bottom: 50px;
	} */

		.features__section {
			padding: 0 15px;
		}


.feature {
	padding-top: 20px;
	outline: none;
}

	.feature__title {
		margin-bottom: 25px;
	}

	.feature__list {
		line-height: 1.5;
		-webkit-column-width: 25em;
		        column-width: 25em;
		-webkit-column-gap: 3em;
		        column-gap: 3em;
        margin-top: 40px;
	}

		.feature__list  .list__item {
			margin-bottom: 20px;
			-webkit-column-break-inside: avoid;
			break-inside: avoid;
		}


	.feature__screenshot {}

		.feature__screenshot-pic {
			max-width: 100%;
			max-width: 550px;
			height: auto;
			margin: 20px auto;
		}




/* Преимущества продукта
=====================================================================*/
.feature-list {
	list-style: none;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	-webkit-column-width: 25em;
	   column-width: 25em;
	-webkit-column-gap: 3vw;
	        column-gap: 3vw;
	        font-weight: 200;
}

	.feature-list__item {
		clear: both;
		margin-bottom: 40px;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}

		.feature-list__side {
			float: left;
			/* width: 80px; */
		}

		.feature-list__side 

		.feature-list__icon {
			display: block;
			margin: auto;
		    margin-right: 20px;
		    /*width: 60px;*/
		}

		.feature-list__text {
			display: block;
			overflow: hidden;
		}





/* Реализованные проекты
=====================================================================*/
.projects-slider {
	margin-bottom: 30px;
	padding-left:  40px;
	padding-right: 40px;
	padding: 0;
}
	.projects-slider__list {
		margin:  0;
		padding: 0;
		list-style: none;
	}
		.projects-slider__item {
			text-align: center;
		}

			.projects-slider__link {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				width: 200px;
				height: 98px;
				margin: auto;
				padding: 10px;
				border: 2px solid transparent;
				border-radius: 4px;
				outline: none;
				text-decoration: none !important;
				opacity: .5;
				-webkit-filter: grayscale(100%);
				        filter: grayscale(100%);
			}
				.projects-slider__link:after {
					content: '';
					display: inline-block;
					vertical-align: middle;
					height: 100%;
				}

			.projects-slider__link--active {
				border-color: #0082CB;
				outline: none;
				opacity: 1;
				-webkit-filter: none;
				        filter: none;
			}


				.projects-slider__logo {
					max-width:  100%;
					max-height: 100%;
					display: inline-block !important;
					vertical-align: middle;
				}



.projects-slider  .slick-list {
	padding: 0 40px;
}

.projects-slider  .slick-prev,
.projects-slider  .slick-next {
	position: absolute;
	left: -20px;
	top: 0;  bottom: 0;
	width: 60px;
	height: auto;
	margin: auto;
	outline: none;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(30%, #fff));
	background: linear-gradient(-90deg, transparent, #fff 30%);
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

	.projects-slider  .slick-prev:before,
	.projects-slider  .slick-next:before {
		content: '';
		position: absolute;
		left: 0;  right: 0;
		top: 0;  bottom: 0;
		width:  18px;
		height: 18px;
		margin: auto;
		border: 2px solid #aaa;
		border-top:  none;
		border-left: none;
		opacity: .7;
		-webkit-transform: rotate(135deg);
		        transform: rotate(135deg);

	}

	.projects-slider  .slick-prev:hover:before,
	.projects-slider  .slick-next:hover:before {
		opacity: .9;
	}



.projects-slider  .slick-next {
	left: auto;
	right: 0;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #fff));
	background: linear-gradient(90deg, transparent, #fff 30%);
}

	.projects-slider  .slick-next:before {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}



.about-project {
	display: none;
	width: 100%;
}

	.about-project__side {
		position: relative;
		display: table-cell;
		vertical-align: top;
		width: 50%;
		padding: 20px 0;
		padding-right: 60px;
	}

		.about-project__side:before {
			content: '';
			position: absolute;
			top: 0;  right: 0;
			width: 2px;
			height: 100%;
			background: #D9D9D9;
		}

		.about-project__side:after {
			content: '';
			position: absolute;
			top: 0;  bottom: 0;
			right: -14px;
			width:  30px;
			height: 30px;
			margin: auto;
			border: 2px solid #D9D9D9;
			border-left-color: transparent;
			border-bottom-color: transparent;
			border-radius: 2px;
			background: #fff;
			-webkit-transform: scaleX(.8) rotate(45deg);
			        transform: scaleX(.8) rotate(45deg);
		}

		.about-project__side  img {
			display: block;
		}


	.about-project__body {
		display: table-cell;
		padding: 20px 0;
		padding-left: 60px;
		text-align: left;
	}

		.about-project__body > :last-child {
			margin-bottom: 0;
		}

		.about-project__body  p {
			line-height: 1.1875;
		}

		.about-project__body  h3 {
			margin-bottom: .7em;
		}


.about-project--active {
	display: table;
	table-layout: fixed;
}





/* Временная шкала
=====================================================================*/
.timeline {
	position: relative;
	margin: 0;
	padding: 20px 0;
	list-style: none;
}


.timeline:after {
	content: '';
	position: absolute;
	left: 0;  right: 0;
	top: 0;  bottom: 0;
	width: 4px;
	margin: auto;
	border-radius: 5px;
	background: #fff;
}

	.timeline__item {
		position: relative;
		width: calc(50% - 40px);
		margin-bottom: 30px;
		text-align: right;
		line-height: 1.5;
	}

	.timeline__item:before {
		content: '';
		position: absolute;
		left: 100%;
		top: 12px;
		height: 2px;
		width: 15px;
		margin-left: 24px;
		background: #fff;
	}

	.timeline__item:after {
		content: '';
		position: absolute;
		left: 100%;
		top: 7px;
		height: 12px;
		width:  12px;
		border: 2px solid #fff;
		border-radius: 50px;
		margin-left: 13px;
	}

	.timeline__item:nth-child(even) {
		float: right;
		text-align: left;
		-webkit-transform: translateY(-80%);
		        transform: translateY(-80%);
	}

	.timeline__item:nth-child(even):before {
		left: auto;  right: 100%;
		margin-left: 0;
		margin-right: 25px;
	}

	.timeline__item:nth-child(even):after {
		left: auto;  right: 100%;
		margin-left: 0;
		margin-right: 13px;
	}

	.timeline__item:last-child {
		margin-bottom: -1em;
	}


		.timeline__container {}







/* Техподдержка
=====================================================================*/
.support-block {
	display: table;
	width: 100%;
}

	.support-block__side {
		display: table-cell;
		vertical-align: top;
		padding: 5px 0;
		padding-right: 18px;
		border-right: 4px solid rgba(255,255,255,.2);
	}

		.support-block__icon {
			width: 72px;
			height: 75px;
			opacity: .5;
		}

	.support-block__body {
		display: table-cell;
		vertical-align: top;
		padding: 5px 0;
		padding-left: 18px;
	}

	.support-block__body > :last-child {
		margin-bottom: 0;
	}




/* Модальные окна
=====================================================================*/
.modal-container {
	position: fixed;
	z-index: 1000;
	top: 0;  bottom: 0;
	left: 0;  right: 0;
	padding: 30px;
	background-color: rgba(47, 64, 76, .4);
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	-webkit-transition: .25s;
	transition: .25s;


}

	.modal-container:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}

	.modal-container--show {
		opacity: 1;
		visibility: visible;
	}


.modal {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	position: relative;
	display: none;
	width: 100%;
	max-width: 100%;
	padding: 35px 40px;
	background: #fff;
	font-size: 1rem;
	text-align: left;
	white-space: normal;
}

	.modal--show {
		display: inline-block;
		vertical-align: middle;
	}

	.modal__head {
		position: relative;
	}

		.modal__title {
			display: block;
			margin-bottom: .35em;
			font-size: 24px;
			line-height: 1.166;
			font-weight: 300;
		}


	.modal__head--separate {
		padding-bottom: 1px;
	}

		.modal__head--separate:after {
			content: '';
			position: absolute;
			top: 100%;  left: 0;
			width: 0;
			height: 2px;
			background: #0087CA;
		}



	.modal__body {
		padding: 30px 0;
	}
		.modal__body:last-child { padding-bottom: 0; }


	.modal__foot {}

		.modal__foot > :first-child { margin-top: 0; }
		.modal__foot > :last-child  { margin-bottom: 0; }


		.modal__line {
			margin-bottom: 15px;
		}
			.modal__line:last-child { margin-bottom: 0; }

			.modal__line-title {
				display: block;
				margin-bottom: 8px;
				font-weight: normal;
			}


		.modal__section {
			padding: 15px 0;
		}

			.modal__section--separated {
				border-bottom: 2px solid #F5F4EA;
			}
			.modal__section:not(.modal__section--separated):last-child { padding-bottom: 0; }


		.modal__scroll {
			max-height: 350px;
			overflow: auto;
		}

		.modal__note {
			font-size: 14px;
			line-height: 1.57;
			font-style: italic;
		}


		.modal__close {
			position: absolute;
			top: 0; right: 0;
			width:  20px;
			height: 20px;
			opacity: .5;
			-webkit-transition: .25s;
			transition: .25s;
			cursor: pointer;
		}

			.modal__close:before,
			.modal__close:after {
				content: '';
				position: absolute;
				top: 0;  bottom: 0;
				left: 0;  right: 0;
				width: 24px;
				height: 2px;
				margin: auto;
				background: currentColor;
				-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
			}

			.modal__close:after {
				-webkit-transform: rotate(-45deg);
						transform: rotate(-45deg);
			}

		.modal__close:hover {
			opacity: 1;
		}

		.modal__btn {
			min-width: 110px;
		}


/* Форма обратной связи */
.modal--callback {}






/* Страница НОВОСТИ
===============================*/
.news-page {}


	.news-page__main {
		text-align: left;
	}

		.news-page__in {
			margin-bottom: 50px;
		}

		.news-page__title {
			margin-bottom: 40px;
			text-align: center;
		}

		.news-page__more {
			display: table;
			margin: auto;
			margin-top: 2rem;
			font-size: 18px;
		}



.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.news-list__item {
		position: relative;
		margin-bottom: 50px;
	}

		.news-list__item:after {
			content: '';
			position: absolute;
			left: 0;  right: 0;
			top: 100%;
			width: 50px;
			height: 4px;
			margin: auto;
			margin-top: 28px;
			background: #0082CB;
		}


	.news-list__item:last-child:after {
		display: none;
	}



.news-item {}

	.news-item__title {
		font-size: 32px;
		margin-bottom: .25em;
		line-height: 1.25;
		text-transform: none;
	}

		.news-item__title a {
			color: inherit;
		}

		.news-item__title a:hover,
		.news-item__title a:focus {
			outline: none;
			color: #0081C9;
		}

	.news-item h3 {
		margin: 1.4em 0 .7em;
	}

	.news-item p {
		margin: .6em 0;
	}

	.news-item img {
		display: table;
		max-height: 750px;
		margin: 1.5rem auto;
	}

	.news-item img:first-child {
		margin-top: 0;
	}

	.news-item__date {
		display: block;
		margin-top: 13px;
		font-size: 14px;
		opacity: .5;
	}

.news-item--full {
	padding-bottom: 10px;
}

	.news-item--full ul {
	    list-style: none;
	}

	.news-item--full ul li {
	    margin-bottom: 5px;
	    line-height: 1.6rem;
	    padding-left: 25px;
	    position: relative;
	}

	.news-item--full ul li:before{
		content: "—";
		    position: absolute;
		    left: 0;
	}

	.news-item--full .news-item__title {
		margin-top: 1em;
		margin-bottom: 1.2em;
	}

/*----------------  страница product2partners*/ 

.news-item__imgBlock{
	display: table;
}
.news-item__imgBlock img{
	    /* width: calc(50% - 40px); */
    margin: 0 10px;
    display: inline-table;
    vertical-align: top;
        max-width: 470px;
            max-height: 235px;
}
	.news-item__href {
	    margin: .6em 0;
	    display: block;
	        word-break: break-word;
	}
	.news-item__logo{
    margin: 2em 0 -1em 0 !important;
	}

.news-item__block-logo{
	margin-top: 40px;
}

.news-item__block-logo_logo{
    width: 80px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 20px !important;
}

.news-item__block-logo_title{
	display: inline-block; 
	vertical-align: super;
}
/*---------------- страница product2partners*/ 	


.all-news {
	display: table;
	margin-bottom: 1em;
	color: inherit;
	font-size: 14px;
	text-decoration: underline;
}

		.social__link_pr {
			display: block;
			width: 40px;
			height: 40px;
			background: no-repeat center;
			-webkit-transition: opacity .25s;
			transition: opacity .25s;
		}





/* Страница авторизации
===============================*/

.simple-page {
	margin: 0;
}

.simple-page__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


	.simple-page__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-flow: column nowrap;
						flex-flow: column nowrap;
		width: 100%;
		min-height: 100vh;
		margin: 0 auto;
		padding-top:    50px;
		padding-bottom: 50px;
		text-align: left;
	}


		.simple-page__body {
			-webkit-box-flex: 1;
					-ms-flex-positive: 1;
							flex-grow: 1;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
					-ms-flex-flow: column nowrap;
							flex-flow: column nowrap;
			-webkit-box-pack: center;
					-ms-flex-pack: center;
							justify-content: center;
			padding-bottom: 20px;
		}

			.simple-page__logo {
				margin-bottom: 90px;
			}


		.simple-page__foot {
			-ms-flex-negative: 0;
					flex-shrink: 0;
		}

		.simple-page__lang {
			margin-bottom: 30px;
		}

			.simple-page__copyright {
				text-align: left;
				opacity: 1;
			}





/* Авторизация
=====================================================================*/
.autorization {}

	.autorization__section {
		position: relative;
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.autorization__section:first-child {
		padding-top: 0;
	}

	.autorization__section + .autorization__section:after {
		content: '';
		position: absolute;
		left: 0;  top: 0;
		width: 100%;
		max-width: 520px;
		height: 1px;
		background: #E6E6E6;
	}

		.autorization__head {}

			.autorization__title {
				color: #0087CA;
				cursor: pointer;
				margin-bottom: 0;
			}


		.autorization__body {
			display: none;
		}


	.autorization__section--active {}

	.autorization__section--active  .autorization__title {
		margin-bottom: 30px;
		color: inherit;
		cursor: default;
		pointer-events: none;
	}

	.autorization__section--active  .autorization__body {
		display: block;
	}





/* Выбор языка
=====================================================================*/
.change-lang {
	font-weight: 300;
}

	.change-lang__item {
		display: inline-block;
		margin-right: 20px;
		cursor: pointer;
	}

	.change-lang__item:last-child {
		margin-right: 0;
	}


	.change-lang__item--select {
		color: #1A1A1A;
		pointer-events: none;
	}





.no-scroll {
	overflow: hidden;
}




/* Страница в разработке
=====================================================================*/
.page-soon {
	position: relative;
	padding-top: 110px;
	padding-bottom: 130px;
}

	.page-soon:before {
		content: '';
		display: block;
		width: 402px;
		height: 252px;
		margin: auto;
		margin-bottom: 70px;
		background: url(/wp-content/themes/forsait_v2/img/page-soon.svg) no-repeat;
		background-size: contain;
	}

	.page-soon__in {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.page-soon  p {
		text-align: center;
	}

	.page-soon__title {}

	.page-soon__desc {
		margin-bottom: 30px;
	}




/* Блог в разработке
=====================================================================*/
.blog-soon-page {}

.blog-soon {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
	padding-bottom: 390px;
	border-bottom: none;
	background: url(/wp-content/themes/forsait_v2/img/dog-bg.png)  no-repeat  bottom;
	background-size: contain;
}

	.blog-soon__in {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

		.blog-soon p {
			text-align: center;
		}

		.blog-soon__title {
			max-width: 560px;
			margin-left: auto;
			margin-right: auto;
		}

		.blog-soon__text-1 {
			max-width: 560px;
			margin-left: auto;
			margin-right: auto;
		}

		.blog-soon__text-2 {
			max-width: 700px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 40px;
		}

			.blog-soon__text-2:after {
				content: '';
				position: relative;
				top: 1px;
				display: inline-block;
				width: 18px;
				height: 16px;
				margin-left: 3px;
				background: url(/wp-content/themes/forsait_v2/img/smile.png)  no-repeat;
			}


/* Форма подписки
=====================================================================*/
.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

	.subscribe__input {
		width: 0;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		vertical-align: top;
		margin-right: 4px;
	}

	.subscribe__btn {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		vertical-align: top;
		margin: 0;
	}

.subscribe--light {}

	.subscribe--light  .subscribe__input {
		border-color: transparent;
	}


	.search {
		position: relative;
		z-index: 10;
	}

		.search  input {
			padding: 5px 0;
			padding-left: 20px;
			border: none;
			background: #fff url(/wp-content/themes/forsait_v2/img/icon-magnific.svg) left no-repeat;
			font-size: 14px;
			-webkit-transition: width .25s;
			transition: width .25s;
		}


	.search--blog {
		height: 2em;
		width: 200px;
		padding-left: 16px;
		border-left: 1px solid #E6E6E6;
	}

		.search--blog input {
			position: absolute;
			top: 0;  bottom: 0;
			right: 0;
			margin: auto;
			width: calc(100% - 16px);
			height: 36px;
			border: none;
		}

		.search--blog input:focus {
			width: 300px;
			outline: none;
		}







/* БЛОГ
=====================================================================*/
.blog-page {}


.blog__filter {
	border-bottom: 1px solid #F2F2F2;
}

	.blog__filter  .wrap {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.blog__filter + .wrap {
		margin-top: 32px;
	}


.blog-list {
	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;
	margin: 0 -10px;
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 0;
	text-align: left;
}

.blog-card {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-height: 50px;
	background: #F7F7F7;
	color: inherit;
	-webkit-transition: -webkit-box-shadow .5s;
	transition: -webkit-box-shadow .5s;
	transition: box-shadow .5s;
	transition: box-shadow .5s, -webkit-box-shadow .5s;
	overflow: hidden;
}

.blog-card:hover,
.blog-card:focus {
	outline: none;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	        box-shadow: 0 5px 20px rgba(0,0,0,.1);
	opacity: 1;
}

.blog-card:hover  .blog-card__preview,
.blog-card:focus  .blog-card__preview {
	background-size: auto 110%;
}

	.blog-list  .blog-card {
		display: inline-block;
		vertical-align: top;
		width: calc(33.333% - 20px);
		margin: 0 10px;
		margin-top: 20px;
		font-size: 1rem;
	}

	.blog-list  .blog-card:nth-child(10n + 5),
	.blog-list  .blog-card:nth-child(10n + 9) {
		width: calc(66.666% - 20px);
	}

		.blog-list  .blog-card:nth-child(10n + 5)  .blog-card__preview,
		.blog-list  .blog-card:nth-child(10n + 9)  .blog-card__preview {
			padding-bottom: 48.485%;
		}

		.blog-list  .blog-card:nth-child(10n + 5)  .blog-card__title,
		.blog-list  .blog-card:nth-child(10n + 9)  .blog-card__title {
			margin-top: .6em;
			font-size: 22px;
			line-height: 1.2727;
		}

	.blog-card__preview {
		max-height: 320px;
		padding-bottom: 100%;
		background: #aaa center no-repeat;
		background-size: auto 100%;
		-webkit-transition: background .5s;
		transition: background .5s;
	}

	.blog-card__body {
		padding: .9em 20px 0;
		margin-bottom: 1.9em;
	}

		.blog-card__category {
			color: #808080;
			font-size: 12px;
		}

		.blog-card__title {
			position: relative;
			margin: .8em 0 0;
			padding-bottom: 2em;
			font-size: 16px;
			line-height: 1.5;
			font-weight: normal;
			overflow: hidden;
		}

			/* .blog-card__title:after {
				content: '';
				position: absolute;
				left: 0;  right: 0;
				bottom: 0;
				height: 2em;
				background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #F7F7F7));
				background: linear-gradient(transparent, #F7F7F7 60%);
			} */

		.blog-card__author {
			position: absolute;
			top: calc(100% - 40px);
			left: 20px;  right: 20px;
			color: #808080;
			font-size: 12px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}


.blog-card--light {
	background: #fff;
}


.blog-list--simple {}

	.blog-list--simple  .blog-card {
		width: calc(25% - 20px);
	}


	.blog__more {
		min-width: 200px;
	}






/* Фильтр блога
=====================================================================*/
.filter-blog {
	display: inline-block;
	font-size: 20px;
	text-align: left;
}

	.filter-blog__label {
		font-weight: 600;
	}

	.filter-blog__select {
		display: inline-block;
		position: relative;
	}

		.filter-blog__head {
			position: relative;
			color: #0082CB;
			font-weight: 600;
			white-space: nowrap;
			cursor: pointer;
		}

			.filter-blog__head:after {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 0;
				height: 0;
				margin-left: 5px;
				border: 3px solid transparent;
				border-top: 5px solid;
				border-bottom: none;
			}

		.filter-blog__body {
			position: absolute;
			z-index: 10;
			top: 100%;
			min-width: 240px;
			margin-top: 16px;
			margin-left: -25px;
			border: 1px solid rgba(0,0,0,.1);
			background: #fff;
			visibility: hidden;
			opacity: 0;
			-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
			        box-shadow: 0 5px 20px rgba(0,0,0,.15);
		}

			.filter-blog__list {
				margin: 0;
				padding: .8em 0;
				list-style: none;
			}

				.filter-blog__item {}

					.filter-blog__link {
						display: block;
						padding: 0.5em 1.5em;
						font-size: 18px;
						color: inherit;
					}

					.filter-blog__link--active {
						color: #0082CB;
					}



		.filter-blog__select--active {}

			.filter-blog__select--active  .filter-blog__head:after {
				-webkit-transform: scaleY(-1);
				        transform: scaleY(-1);
			}

			.filter-blog__select--active  .filter-blog__body {
				opacity: 1;
				visibility: visible;
			}





/* Статья блога
=====================================================================*/
.tags {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.2857;
	font-weight: 300;
	color: #808080;
}

	.tags li {
		display: inline-block;
	}

		.tags__item {
			color: inherit;
		}

	.tags li:after {
		content: ', ';
	}

	.tags li:last-child:after {
		display: none;
	}



.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 12px;
}

	.article-info__avatar {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

		.article-info__avatar img {
			display: block;
			max-width: 100%;
			max-height: 100%;
			background: #DFE1E0;
		}


	.article-info__body {
		padding-left: 10px;
	}

		.article-info__author {
			display: block;
			margin-bottom: .4em;
			font-size: 14px;
		}

		.article-info ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			.article-info li {
				display: inline-block;
				margin-right: 12px;
			}

			.article-info li:last-child {
				margin-right: 0;
			}

				.article-info date {}

				.article-info__views {}

				.article-info__comments {
					color: inherit;
					opacity: .6;
				}

				.article-info__comments:hover {
					opacity: 1;
				}



.article {
	text-align: left;
}

	.article__details {}

	.article__details--bottom {}



	.article__categories {
		position: relative;
		margin: 40px 0 30px;
	}

		.article__categories:before {
				content: '';
				position: absolute;
				top: -20px;
				display: block;
				width: 80px;
				height: 1px;
				background: #E6E6E6;
			}

	.article__title {
		color: #0087CA;
		font-size: 60px;
		line-height: 1.2;
		font-weight: 300;
		text-transform: none;
	}

	.article__teaser {
		height: 400px;
		background: no-repeat  center;
		background-size: cover;
	}

	.article__desc {
		font-size: 20px;
		line-height: 1.5;
		font-weight: 300;
	}

	.article__content {
		margin-bottom: 65px;
		line-height: 1.5;
	}

		.article__content h2 {
			position: relative;
			margin: 1.8em 0 .7em;
		}

			.article__content h2:before {
				content: '';
				position: absolute;
				top: -20px;
				display: block;
				width: 80px;
				height: 1px;
				background: #E6E6E6;
			}

		.article__content p {
			margin: .95em 0;
		}

		.article__content hr {}

		.article__content img {
			display: block;
			margin: 1.6em 0;
		}

		.article__content ul {
			list-style: none;
		}

			.article__content li {
				margin-bottom: 1em;
			}

				.article__content li:before {
					content: '– ';
				}

			.article__content li:last-child {
				margin-bottom: 0;
			}


.article-nav {
	font-size: 14px;
}

	.article-nav  a {
		color: inherit;
		opacity: .6;
	}

	.article-nav  a:hover {
		opacity: 1;
	}

	.article-nav__link {}

	.article-nav__link--prev {}

		.article-nav__link--prev:before {
			content: '';
			display: inline-block;
			width: 9px;
			height: 9px;
			margin-right: 8px;
			background: url(/wp-content/themes/forsait_v2/img/icon-arrow-2.svg) no-repeat center;
			-webkit-transform: rotate(180deg);
			        transform: rotate(180deg);
			opacity: .6;
		}

	.article-nav__link--next {}

		.article-nav__link--next:after {
			content: '';
			display: inline-block;
			width: 9px;
			height: 9px;
			margin-left: 8px;
			background: url(/wp-content/themes/forsait_v2/img/icon-arrow-2.svg) no-repeat center;
			opacity: .6;
		}

	.article-nav__link + .article-nav__link {
		margin-left: 10px;
	}





/* Читайте также
=====================================================================*/
.read-more {
	text-align: left;
}

	.read-more__list {}




/* Комментарии
=====================================================================*/
.comments {
	text-align: left;
}

	.comments__list {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #E6E6E6;
	}

		.comments__item {
			border-top: 1px solid #E6E6E6;
		}

		.comments__item:first-child {
			border-top: none;
		}

		.comments__item:last-child > .comment > .comment__content {
		}


.comments__list--children {
	padding-left: 40px;
	border-bottom: none;
}

	.comments__list--children  .comments__item {}

	.comments__list--children  .comments__item:first-child  .comment {
		border-top: 1px solid #E6E6E6;
	}



.comment {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	border-top: 1px solid #E6E6E6;
}

	.comment:first-child {
		border-top: none;
	}

	.comment__head {
		margin: .25em;
		font-size: 12px;
		font-weight: 600;
	}

		.comment__time {
			font-size: 14px;
		}

		.comment__author{
			font-size: 14px;
		}


	.comment__body {
		margin-bottom: .6em;
	}

		.comment__content {
			margin-top: 15px;
			margin-bottom: 15px;
		}

			.comment__body p {
				margin: 0;
				line-height: 1.6;
			}

			.comment__body > :first-child {
				margin-top: 0;
			}

			.comment__body > :last-child {
				margin-bottom: 0;
			}

	.comment__foot {}

		.comment__reply {
			font: inherit;
			border: none;
			background: none;
			opacity: .4;
			cursor: pointer;
			-webkit-transition: opacity .25s;
			transition: opacity .25s;
		}

		.comment__reply:hover {
			opacity: .8;
		}



	.comments__form {
		margin-top: 20px;
	}


	.form-label {
		font-size: 12px;
	}





/* Вспомогательные классы
=====================================================================*/
.visually-hidden {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   border: none;
   clip: rect(0 0 0 0);
   overflow: hidden;
}

.platform__img{
    margin: 10px 0 -10px 0;
}




/* ADAPTIVE
===============================*/
@media (max-width: 1100px) {

	#menu {
		overflow: visible;
	}

	.menu {
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 15px 0;
	}

		.menu-toggle {
			z-index: 200;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}

		.menu-block {
			opacity: 0;
			visibility: hidden;
			position: absolute;
			z-index: 100;
			left: 0;  right: 0;
			top: 0;
			height: calc(100vh - 80px);
			padding: 0 45px;
			margin: 0;
			margin-top: 80px;
			background: #fff;
			font-size: 20px;
			-webkit-transition: .25s;
			transition: .25s;
		}


			.menu-block a {
				display: table;
				padding: 1rem 0;
				border: none;
			}

				.menu-block a br {
					display: none;
				}

				a.menu-block__login {
					display: none;
				}


		.menu-block--show {
			opacity: 1;
			visibility: visible;
		}	

	.slider__item {
		/* height: 300px; */
		background-size: auto 300px;
		font-size: 10px;
	}

	.slider  .slick-dots {
		display: none !important;
	}

		.slider__item--2 {
			font-size: 9.5px;
		}

			.slider__item--2  .slider__content {
				padding-left: 34%;
				width: 48em;
			}

				.slider__item--2  .slider__title {
					margin-bottom: -13em;
					padding-top: 7.275em;
				}

					.slider__item--2  .slider__title-accent {
						font-size: 3.4em;
					}

				.slider__item--2  .slider__location {
					font-size: 1.2em;
				}



		.slider__item--3 {}

				.slider__item--3  .slider__label {}

				.slider__item--3  .slider__title {
					font-size: 30px;
				}


	.slider__item--blog {
		font-size: 14px;
	}


	#company .col {
		display: block;
		text-align: center;
	}


	#product, #vocation {
		background-position: 300px 0;
	}

	.aboutepic { display:none; }


	.product-banner {
		height: 55vw;
		background-size: auto 100% ;
	}

		.product-banner:before {
			width: 55%;
		}


	.article__teaser {
		height: auto;
		padding-bottom: 37%;
	}

}	/* max-width: 1100px */



@media (max-width: 1000px) {

	/* body {
		margin-top: 80px;
	} */



		.simple-page__logo {
			margin-bottom: 90px;
		}

	#product,
	#vocation {
		background-position: 300px 0;
	}


	.instruments {
		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;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		min-height: 160px;
	}

		.instruments__item {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			width: 25%;
			margin: 0;
			margin-bottom: 20px;
		}

		.instruments__item:nth-child(4n) {
			border: none;
		}

		.instruments__item:nth-child(n + 5):before {
			content: '';
			position: absolute;
			left: 10px;  right: 10px;
			bottom: 100%;
			margin-bottom: 10px;
			height: 1px;
			background: #E6E6E6;
		}

		.grid__item--1-2_homePage {
		    width: 100%;
		}

		.grid__item {
		    display: block;
		}

		.advantage_pp img {
		    display: block;
		    /* width: 85px; */
		    margin: auto;
		    margin-bottom: 15px;
		}

		.advantage_pp p {
		    text-align: center;
		    padding-left: 0;
		    width: auto; 
		    margin: 0;
		}

		.advantage_pp {
		    display: block;
		}

} /* max-width: 1000px */




@media (max-width: 1040px) {

	.contacts__zip {
		display: block;
	}

} /* max-width: 1040 */




@media (max-width: 960px) {

	.header__product-title {
		font-size: 18px;
	}

	.col-4 {
		display: inline-block;
		width: 50%;
		// padding-top: 30px;
	}


	.steps {
		display: block;
	}

		.steps__item {
			width: auto;
			margin-bottom: 20px;
			padding-left:  15px;
			padding-right: 15px;
			border-radius: 4px;
			background: #D9EEF6;
		}

		.steps__item:before {
			top: 100%;  bottom: auto;
			left: 0;  right: 0;
			width: 0;  height: 0;
			margin: auto;
			margin-top: -1px;
			border: 10px solid transparent;
			border-top: 10px solid #D9EEF6;
			border-bottom: none;
			background: none;
			-webkit-transform: none;
			        transform: none;
		}

		.steps__item:after {
			display: none;
		}

		.steps__item:last-child {
			margin-bottom: 0;
		}


	.product-banner {
		height: 45vw;
		background-size: auto 100% ;
		background: #F1F1F3 !important;
	}

		.product-banner:before {
			width: 55%;
		}

		.product-banner__in {
			padding-top: 70px;
		}

			.product-banner__body {
				max-width: none;
			}


		.grid__item--1-4 {
			width: calc(50% - 40px);
		}



	.blog-list--simple  .blog-card:nth-child(n) {
		width: calc(50% - 20px);
	}

}	/* max-width: 960px */




@media (max-width: 800px) {
	.modal-container {
		padding: 0;
	}

	.modal {
		vertical-align: top;
	}


	.page-soon {
		padding-top: 14vw;
		padding-bottom: 16vw;
	}


	.blog-soon {
		padding-top: 11vw;
		padding-bottom: 49vw;
	}

	.entry-news-list {
		display: block;
	}

	.entry-news-list .entry-news {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

		.entry-news-list .entry-news__title {
			margin-bottom: .5em;
		}

	.entry-news-list .entry-news:last-child {
		margin-bottom: 0;
	}

	.support__card {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		max-width: 500px;
		padding: 0 20px;
	}

	.support__card  p {
		text-align: inherit;
	}

		.support__card + .support__card {
			margin-top: 50px;
		}


	.grid {}

		.grid__item {
			display: block;
			width: 100%;
			text-align: center;
		}

	.grid--advantages  .grid__item {
		width: calc(50% - 40px);
	}

	.grid__item--1-2_homePage{
		width: 100% !important;
	}


	.grid--contacts {
		display: block;
	}

		.grid--contacts  .grid__item {
			width: auto;
			text-align: center;
		}

		.grid--contacts  p {
			text-align: inherit;
		}

	.adress {}

		.address  span {
			display: inline-block;
		}

		span.address__zip {
			display: block;
		}

		.address  span:last-child {
			display: block;
		}

	.entry-news-left{
		width: 100% !important;
	}

	.entry-news-right{
		width: 100% !important;
	}
	.padd20-800:after {
		content: "";
		position: relative;
		display: block;
		width: 25px;
		height: 3px;
		margin: 10px 10px;
		margin-top: 20px;
		opacity: .15;
		background: #000;
	}
	.grid--contacts{
		padding: 10px 0 0 0;
	}
	.copyright_new{
		float: none !important;
		text-align: center;
	}
	.social_new{
		float: none !important;
		text-align: center;
		padding-top: 10px;
	}
	.grid--contacts{
		margin-bottom: 45px !important;
	}
	.last_line{
		margin: 0 0 -20px 0;
	}


}	/* max-width: 800px */




@media (max-width: 768px) {
	body {
		font-size: 15px;
	}

	.breadcrumbs {
		font-size: 12px;
	}

	.slider__item {
		/* height: 200px; */
		background-size: auto 200px;
		font-size: 6px;
	}

		.slider__item--2 {
			font-size: 6.5px;
		}

			.slider__item--2 .slider__content {
				width: 50em;
			}


	.slider__item--3 {}

			.slider__item--3  .slider__label {
				font-size: 12px;
			}

			.slider__item--3  .slider__title {
				font-size: 25px;
				margin-bottom: .25em;
			}

			.slider__item--3  .btn {
				font-size: 14px;
			}

	.slider__title_h1{
		font-size: 25px !important;
	}	

	.slider__content{
		left: 0 !important;
	}	


	.slider__item--blog {
		font-size: 13px;
		background-position: left;
	}

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2,
	.news-item__title {
		font-size: 26px;
	}

	.h3 {
		font-size: 20px;
	}

	.aboutepic {
		width: 80%;
		margin-left: 0;
	}

	.col {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		padding-bottom: 10px;
	}

	.col:last-child {
		padding-bottom: 0!important;
	}

	#product {
		background-image: none;
	}

	#product h1,
	#product .h1,
	#product .wrap {
		text-align: center;
	}

	#product p {
		max-width: 100%;
	}

	#vocation .wrap {
		text-align: center;
	}

	#vocation p {
		max-width: 100%;
		text-align: center;
	}

	.news-date,
	.news-block {
		display: block;
		text-align: left;
		width: 100%;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
	}

	.news-date {
		padding-bottom: 5px;
	}

		.news-date br {
			display: none;
		}

	#product {
		background-image: none;
	}

	.vocation {
		background-image: none !important;
	}

	#contact h2 {
		font-size: 1.8rem;
	}

	.dwn-bold-line:after {
		content: ' ';
		position: relative;
		display: block;
		width: 31px;
		height: 4px;
		background-color: #A867B7;
		margin: 0 auto;
		margin-top: 20px;
	}


	.form-row__part--1-3 {
		-ms-flex-preferred-size: calc(50% - 20px);
				flex-basis: calc(50% - 20px);
	}


	.card__title {
		font-size: 22px;
	}


	.instruments {
		min-height: 160px;
	}

		.instruments__item {
			width: 50%;
		}

		.instruments__item:nth-child(2n) {
			border: none;
		}

		.instruments__item:nth-child(n + 3):before {
			content: '';
			position: absolute;
			left: 10px;  right: 10px;
			bottom: 100%;
			margin-bottom: 10px;
			height: 1px;
			background: #E6E6E6;
		}



	.about-project {}

		.about-project__side {
			display: block;
			width: auto;
			padding: 0;
			margin-bottom: 20px;
		}

			.about-project__side:before,
			.about-project__side:after {
				display: none;
			}

			.about-project__side  img {
				max-width: 100%;
			}

		.about-project__body {
			display: block;
			width: auto;
			padding: 0;
		}


	.about-project--active {
		display: block;
		width: auto;
	}



	.info-tab {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

		.info-tab__item {
			margin: 0;
			margin-right: 30px;
			font-size: 14px;
		}

	.contacts--press .link-mail,
	.contacts--press .contacts__phone {
		font-size: 28px;
	}


	.filter-blog__label {
		display: none;
	}


	.blog-list  .blog-card:nth-child(n) {
		width: calc(50% - 20px);
	}

		.blog-list  .blog-card:nth-child(n)  .blog-card__preview {
			padding-bottom: 100%;
		}

	.blog-list  .blog-card:nth-child(3n + 3) {
		width: calc(100% - 20px);
	}

		.blog-list  .blog-card:nth-child(3n + 3)  .blog-card__preview {
			padding-bottom: 48.475%;
		}

	.blog-list  .blog-card:nth-child(10n + 5)  .blog-card__title,
	.blog-list  .blog-card:nth-child(10n + 9)  .blog-card__title {
		margin-top: .8em;
		font-size: 16px;
		line-height: 1.5;
	}


	.blog-list--simple  .blog-card:nth-child(n) {
		width: calc(50% - 20px);
	}


	.blog-list--simple  .blog-card:nth-child(n) {
		width: calc(50% - 20px);
	}

		.blog-list--simple  .blog-card:nth-child(n) .blog-card__preview {
			padding-bottom: 100%;
		}


	.article__desc {
		font-size: 18px;
	}

.slider_adaptiv_text{
	font-size: 25px !important;
	line-height: 35px !important;
}

.slider_adaptiv_text span{
	font-size: 25px !important;
	line-height: 35px !important;
}


}	/* max-width: 768px */





@media (max-width: 600px) {

	.header--product  .header__logo {
		margin-right: 0;
		padding-right: 0;
	}

		.header--product  .header__logo:after {
			display: none;
		}

	.header__product-title {
		display: none;
	}

	.product-banner__product-name {
		display: block;
		margin-bottom: .5em;
		font-size: 30px;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.product-banner {
		height: 65vw;
		min-height: 390px;
	}


	.form-row__part--1-3 {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}


	.card__aside {
		display: none;
	}


	.feature-list__item {
		margin-bottom: 30px;
	}


	.timeline {}

		.timeline:after {
			display: none;
		}


		.timeline__item {
			width: auto;
			margin-left: 30px;
			margin-bottom: 30px;
			text-align: left;
		}

		.timeline__item:before {
			display: none;
		}

		.timeline__item:after {
			left: auto;
			right: 100%;
			margin-left: 0;
			margin-right: 15px !important;
		}

		.timeline__item:nth-child(even) {
			float: none;
			-webkit-transform: none;
			        transform: none;
		}

		.timeline__item:last-child {
			margin-bottom: 0;
		}


		.grid--advantages  .grid__item {
			width: 100%;
		}


		.info-tab__item {
			font-size: 12px;
		}


		.page-soon:before {
			width: 68vw;
			height: 42vw;
			margin-bottom: 12vw;
		}


	.article__title {
		font-size: 36px !important;
	}

	.article-nav__link {
		font-size: 0;
	}

	.article-nav__link--prev {}

		.article-nav__link--prev:before {
			width: 14px;
			height: 14px;
		}

	.article-nav__link--next {}

		.article-nav__link--next:after {
			width: 14px;
			height: 14px;
		}


		.row--article-details {
			display: block;
		}

		.row--article-details  .row__part--grow {
			width: auto;
		}

			.row--article-details  .row__part:last-child {
				padding-top: 25px;
			}


	.search--blog {
		width: 36px;
	}

		.search--blog  input:focus {
			width: calc(100vw - 95px);
		}

}	/* max-width: 600px */




@media (max-width: 560px) {

	.form-row--oneline {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.form-row--send  .form-row__annotation {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.blog-list  .blog-card:nth-child(n) {
		width: calc(100% - 20px);
	}

	.blog-list  .blog-card:nth-child(n)  .blog-card__preview {
		padding-bottom: 48%;
	}

	.blog-list--simple  .blog-card:nth-child(n)  .blog-card__preview {
		padding-bottom: 100%;
	}

	.blog-list--simple  .blog-card:nth-child(n) {
		width: calc(50% - 20px);
	}

}




@media (max-width: 500px) {

	/* body {
		margin-top: 90px;
	} */

	.menu-block {
		padding: 0 30px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

		.slider__item--2 {
			font-size: 4.8px;
		}

			.slider__item--2  .slider__location-content {
				padding-right: .75em;
			}

	.slider__item--blog {
		font-size: 8px;
		background-position: center left 20%;
	}


	.contact__phone {
		font-size: 2.2rem;
	}


	.social__item {
		padding: 10px 16px;
	}


	.simple-page__main {
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}


	.row--question {
		display: block;
	}

	.row--question  .row__part + .row__part {
		margin-top: 1.5rem;
	}


	.simple-page__logo {
		margin-bottom: 18vw;
	}

		.simple-page__logo img {
			max-width: 90%;
			height: auto;
		}


	.blog-soon {
		padding-top: 7vw;
	}

	.subscribe {
		display: block;
	}

		.subscribe__input {
			width: 100%;
			margin-bottom: 20px;
		}

		.subscribe__btn {}

}




@media (max-width: 480px) {

	.h1 {
		font-size: 26px;
	}

	.h2 {
		font-size: 22px;
	}


	.product-banner {
		height: auto;
		min-height: 300px;
		padding-top: 80px;
	}

	.product-banner__title {
		margin-bottom: 1em;
	}

	.product-banner  .group-btn  .btn {
		display: table;
		min-width: 200px;
		margin: 0;
		text-align: center;
	}

	.product-banner  .group-btn  .btn + .btn {
		margin-top: 10px;
	}


	.news-block {
		padding-bottom: 30px;
	}


	.feature-list__item {
		font-size: 13px;
	}


	.support-block__side {
		display: none;
	}

	.feature__title {
		font-size: 22px;
		margin-bottom: .5em;
	}

	.feature__list {
		font-size: 13px;
	}


	.structure__section-title {
		font-size: 20px;
	}


	.timeline {
		font-size: 13px;
	}

		.timeline__item:after {
			top: 4px;
		}


	.projects-slider {
		padding: 0;
	}

	.projects-slider__link {
		width: 100px;
		height: 50px;
	}

	.projects-slider .slick-prev, .projects-slider .slick-next{
		width: 30px;
	}

	.projects-slider  .slick-prev {
		left: -10px;
	}

	.projects-slider  .slick-next {
		right: -10px;
	}


	.page-soon {
		padding-top: 8vw;
	}

		.page-soon__title {
			font-size: 7vw;
		}


	.news-page__in {
		margin-top: 5vw;
		margin-bottom: 6vw;
	}

	.news-item__title {
		font-size: 24px;
	}

	.news-item  img {
		max-width: 100vw;
		margin-left: -20px;
		margin-right: -20px;
	}

	.social:before,
	.social:after {
		display: none;
	}

	.article-info li {
		display: none;
	}

	.article-info li:first-child {
		display: block;
	}

	.blog-list--simple  .blog-card:nth-child(n) {
		width: calc(100% - 20px);
	}

		.blog-list--simple  .blog-card:nth-child(n)  .blog-card__preview {
			padding-bottom: 48%;
		}

}




@media (max-width: 400px) {

	.menu__item--login {
		display: none;
	}

	a.menu-block__login {
		display: block;
		border-top: 1px solid rgba(0,0,0,.25);
	}




	.product-banner__product-name {
		font-size: 6.8vw;
	}

	.product-banner__title {
		font-size: 5.4vw;
	}


	.product-card__icon {
		width:  56px;
		height: 56px;
	}



}




@media (max-width: 360px) {

	html {
		font-size: 14px;
	}

	h2, .h2,
	.news-item__title {
		font-size: 22px;
	}

	.h3 {
		font-size: 17px;
	}

	.logo img {
		width: 150px;
	}

	.simple-page__logo img {
		width: 90%;
	}


	.menu-block a {
		padding: 0.8em 0;
		font-size: 5.5vw;
	}


	.social__item {
		padding: 10px;
	}

}



/* @media (min-width:1940px) {
	.slider__item {
		height: 700px;
		background-size: auto 700px;
	}
} */



















  .contacts__title {
	text-align: center;
  }
  .address {
	  text-align: center;
  }
  .copyright_new{
	  font-size: 15px;
	  float: left;
  }
.grid--contacts {
	margin-bottom: 60px;
}
.social__item_new{
	display: inline-block;
	padding: 0 0 0 15px;
}
.social_new{
	float: right;
}
.last_line{
	width: 100%;
	padding: 0 0 1px 0;
}

.social__link--vk { background-image: url(/wp-content/themes/forsait_v2/img/icon-vk.png); background-size: 100%;}
.social__link--fb { background-image: url(/wp-content/themes/forsait_v2/img/icon-fb.png); background-size: 100%;}
.social__link--tw { background-image: url(/wp-content/themes/forsait_v2/img/icon-twitter.png); background-size: 100%;}
.social__link--insta { background-image: url(/wp-content/themes/forsait_v2/img/icon-insta.png); background-size: 100%;}
.social__link--youtube { background-image: url(/wp-content/themes/forsait_v2/img/icon-youtube.png); background-size: 100%;}

.social__link--blog{
	background-color: white;
	background-size: 100%;

	color: #0082CA !important;
	background-color: white !important;
	background-size: 100%;
	display: block;
	padding: 8px 10px 0px 5px;
	border-radius: 3px;
	background: no-repeat center;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}
.blog_sec{
	color: #0082CA !important;
	vertical-align: 5px;
}
.tab_link{
	padding: 0 0 0 20px;
}
.entry-news-left{
	width: calc(50% - 20px);
	text-align: left;
}
.entry-news-right{
	width: calc(50% - 20px);
	text-align: left;
}
.entry-news__title{
	margin-bottom: 5px;
}
.padd20:after {
	content: "";
	position: relative;
	display: block;
	width: 25px;
	height: 3px;
	margin: 10px 10px;
	margin-top: 20px;
	opacity: .15;
	background: #000;
}
.img_news{
	padding-bottom: 10px;
}
.dash_set{
    vertical-align: unset;
    padding: 0 25px 0 0;
}










/* Wordpress доработки */

.field  .input {
	width: 100%;
}


.textArea {
	width: 100%;
}

.login-link-out {
    display: block;
    width: 20px;
    height: 24px;
    background: url(/wp-content/themes/forsait_v2/img/logout_v2.svg) center no-repeat;
    background-size: 24px 24px;
}

.children {
	    padding: 0 0 0 40px;
}

.comment-body{
	padding: 10px 0 0 0;
}

.comment-reply-link {
	font: inherit;
    border: none;
    background: none;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    color: #474d52;
}

.comment__content{
	border-bottom: 1px solid #E6E6E6;
	 padding: 5px 0 15px 0;
}

/* .slick-list {
	height: 500px;
} */

.slick-track {
	height: 100%;
}


.padding10{
	padding: 0 0 10px 0;
}

.img_blog_ico{
    height: 15px;
    padding: 0 5px 0 3px;
    vertical-align: text-top;

}

.social_forum_af{ /* Поправка на форум */
		display: table;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}






/* доработки по слайдеру rio*/
.slider__content_img{
	display: none !important;
}

@media (max-width: 1750px) {

	.slider__item_slide_text{
		background-image: url(/wp-content/themes/forsait_v2/img/slider/banner-koplaens.jpg) !important;
	}

	.slider__content_img{
		display: flex !important;
		padding: 10% 0;
	}


}


.slider__title_budget:after {
    content: "";
    position: relative;
    display: block;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    margin-top: 26px;
    /* opacity: .15; */
    background: #fff;
}
/* доработки по слайдеру rio*/

xmp {
    background: #f2f2f2;
    border: 1px solid #3c3c3c2e;
    font-size: 90%;
    line-height: 100%;
    overflow: auto;
    padding: 10px;
    color: #000000;
}


.addFile_in{
	    margin: 10px 0 30px;
	        font-size: 16px;
}

figcaption {
	font-size: 14px;
    font-weight: 600;
    font-style: italic;
    margin: -20px 0 20px;
}




/* баннер "ФОРСАЙТ В РЕЙТИНГАХ"*/

@media (max-width: 850px) {

	.cnews, .raex{
		padding: 10px 0 !important;
	}

	.cnews img {
		display: none !important;	
	}

	.raex img {
		display: none !important;
	}
	.tadviser img {
		display: none !important;
	}


}

/* баннер "ФОРСАЙТ В РЕЙТИНГАХ"*/
















p, a{
	font-size: 18px;
	font-weight: 200;
}
.f-h2{
	margin-bottom: .7em;
    font-size: 48px;
    font-weight: normal;
    font-weight: 200;
    text-transform: uppercase;
}
.f-h3 {
    margin-bottom: .75em;
    display: block;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
.f-h4{
	margin-bottom: .75em;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    text-transform: uppercase;
}
.f-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 50px auto;
     padding: 0 20px; 
    /* padding: 0; */
    line-height: 1rem;
}


.f-grid {
    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;
    text-align: left;
    font-size: 0;
}
.f-grid__item--1-2 {
    width: 50%;
}
.f-grid__item--1-3 {
    width: 33.333%;
}
.f-grid__item--1-4 {
	    width: 25%;
}
.f-grid__item {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    font-size: 1rem;
}





/* header */
.f-menu{
	display: block;
}
.f-wrap_m {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
    line-height: 1rem;
    padding: 0 20px;
}
.f-menu_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 0 5px;
}
.f-menu_bs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 0;
}
.f-menu_b:last-child {
	padding: 20px 0;
}
.f-menu_links{
/* 	margin-left: auto; */
    margin-right: 16px;
    white-space: nowrap;
}
.f-menu_b_link {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 16px;
    border-right: 1px solid #efefef;
    color: #333;
    line-height: 1.2;
    cursor: pointer;
    font-size: 16px;
}
.f-menu_bs_link {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 0 16px;
    color: #333;
    line-height: 1.2;
    cursor: pointer;
    font-size: 16px;
}
/* .f-menu_b_ico img{
	margin-left: 10px;
} */
.f-menu_b_link img{
	vertical-align: middle;
}
.f-menu_b_link_d{
	background-color: #0071BC;
	padding: 10px 25px;
	font-weight: 400;
	color: #fff;
	border-radius: 18px;
	font-size: 16px;
}
.f-menu_b_link_c{
	padding: 10px 25px;
	font-weight: 400;
	color: #333;
	border-radius: 18px;
	font-size: 16px;
	border: 2px solid #d0d0d0;
}
.f-menu_b_b{
	display: table-cell;
	padding-left: 16px;
}
.f-menu_pages{
	display: -webkit-box;  
	display: flex;
	list-style: none;
    width: 100%;
    justify-content: space-between;
}
.f-menu_b_page{
    display: table-cell;
    text-align: center;
    border-right: 1px solid #efefef;
    color: #333;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
	height: 38px;
	vertical-align: middle;
	font-size: 16px;
}
.f-menu_b_page--span{
  cursor: default;
  position: relative;
}
.f-menu_b_page--span:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-top: 5px solid;
    margin: 0 5px;
    top: 15px;
}
.f-menu_pages_i{
	width: 12.5%;
	display: table;
}
.f-menu_pages_i_s, .f-menu_pages_i_sC{
	position: relative;
}

.f-menu_pages_i_s_list{
	display: none;
    list-style: none;
    position: absolute;
     background-color: #fff; 
    top: 38px;
    left: 0;
    z-index: 10;
    width: 400px;
        padding-left: 20px;
}
.f-menu_pages_i_s:hover .f-menu_pages_i_s_list{
	display: block;
}
.f-menu_b_page_s:hover{
	transition: 0.5s;
    color: #0071BC;
}
.f-menu_pages_i_s_item:first-child{
	margin-top: 30px;
}
.f-menu_pages_i_s_item{
	font-size: 16px;
	text-transform: uppercase;
	    font-weight: 400;
	        margin-bottom: 25px;
	            line-height: 1.2;
}
.f-menu_pages_i_s_item a{
	color: #333;
	font-weight: 200;
	font-size: 16px;
}
/* .f-menu_pages_i_s:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-top: 5px solid;
    right: 15%;
    top: 15px;
} */
.f-menu_pages_i_sC:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-top: 5px solid;
    right: 15px;
    top: 15px;
}
.f-menu_b_page:hover, .f-menu_pages_i_s:hover:after, .f-menu_pages_i_sC:hover:after {
	transition: 0.5s;
	color: #0071BC;
}
.f-menu_b_page_ah{
  position: relative;
}
.f-menu_b_page_ah:after {
    content: '';
    position: absolute;
    border: 3px solid transparent;
    border-top: 5px solid;
	margin: 0 5px;
    top: 15px;
} 
.f-menu_b_page_nb{
	border-right: none;
}
.f-menu_pages_i--hover{
	display: none;
}
/* header */


/* slider */
.f-btn{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    border: .125em solid;
    background: transparent;
    color: #0082CA;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
    outline: none;
}
.f-btn_white{
	color: #fff;
}
/* slider */


/* f-descr */
.f-descr_t{
	text-align: center;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    margin: 0;
        font-weight: 200;
}
.f-descr{
	border-bottom: 1px solid #E6E6E6;
}
/* f-descr */


/* f-product-company */
.f-product-company_b{
    text-align: center;
}
.f-product-company_t{
	text-align: center;
}


.f-product-company_bb {
    background: #0087CA;
    color: rgba(255,255,255,.95);
        display: table;
    width: 100%;
    padding: 0;
}
.f-product-company_bb_col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: center no-repeat;
    background-size: cover;
}
.f-product-company_bb_b {
	max-width: 700px;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding: 60px 25px 60px 0;
	font-size: 26px;
}
/* .f-product-company_bb_title {
    margin-bottom: .75em;
    text-align: left;
    display: block;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
} */
.for-anyone__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.for-anyone__item {
    margin-bottom: 1.35em;
    line-height: 1.3;
    font-weight: 300;
}

.f-product-company_bp_img {
    display: inline-block;
	height: 100%;
    padding: 15px 40px 0;
    /* margin: auto;
    margin-bottom: 15px; */
}
.f-product-company_bp_b {
	display: -webkit-box;
    display: flex;
    /* height: 208px; */
}
.f-product-company_bp_title{
	color: #0071BC;
	margin-top: 10px;
    margin-bottom: 15px;
}
.f-product-company_title{
	color: #333;
}
.f-product-company_bp_sb{
    margin: 0 10px;
    width: 432px;
}

.f-product-company_bmp{
	background-image: url(/wp-content/themes/forsait_v2/img/page-newHome/pink.jpg);
	display: table;
    width: 100%;
    padding: 0;
}
.f-product-company_bmp_col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background: center no-repeat;
    background-size: cover;
}
.f-product-company_bmp_b {
    max-width: 700px;
    margin-right: auto;
    text-align: left;
    position: relative;
    padding: 60px 25px 60px 0;
    font-size: 26px;
    color: #fff;
}
.f-product-company_bmp_img{
	position: relative;
}
.f-product-company_bmp_img:before{
    content: '';
    position: absolute;
    top: 10px;
    right: 67px;
    width: 633px;
    height: 523px;
    background: url(/wp-content/themes/forsait_v2/img/page-newHome/display.png) no-repeat;
}
.f-wrap_trustUs{
    margin: 150px auto 100px;
    text-align: center;
}
/* f-product-company */


/* Slider */
/* .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
} */

/* .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
} */
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

/* .slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
} */

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

/* .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
} */
[dir='rtl'] .slick-slide {
    float: right;
}
/* .slick-slide img {
    display: block;
} */
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
/* .slick-initialized .slick-slide {
    display: block;
} */
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}



.slick-prev,
.slick-next {
    position: absolute;
    left: 0;
    top: 0;  bottom: 0;
    width: 60px;
    height: auto;
    margin: auto;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font: 0/0 a;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(30%, #fff));
    background: linear-gradient(-90deg, transparent, #fff 0);
}
    .slick-prev:before,
    .slick-next:before {
        content: '';
        position: absolute;
        left: 0;  right: 0;
        top: 0;  bottom: 0;
        width:  18px;
        height: 18px;
        margin: auto;
        border: 2px solid #555;
        border-top:  none;
        border-left: none;
        opacity: .5;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg);
        transition: opacity .5s;
        z-index: 10;

    }

    .slick-prev:hover:before,
    .slick-next:hover:before {
        opacity: .9;
    }



.slick-next {
    left: auto;
    right: 0;
}

    .slick-next:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);

    }


.slick-dots {
    padding: 14px 0;
    text-align: center;
}
    .slick-dots  li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        background: #E5E5E5;
        cursor: pointer;
        border-radius: 50%
    }
        .slick-dots  li:last-child {
            margin-right: 0;
        }
        .slick-dots  button {
            display: none;
        }

    .slick-dots  .slick-active {
        background: #49ADEA;
    }


    .clients-slider__link {
    display: block;
    /* width: 140px; */
    height: 140px;
    margin: auto;
    padding: 10px;
    text-decoration: none !important;
    opacity: .35;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.clients-slider__logo {
    max-width: 100%;
    max-height: 100%;
    display: inline-block !important;
    vertical-align: middle;
}



 .f-trust-us_slider{
	list-style: none;
} 
.f-trust-us_slider_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 98px;
    margin: auto;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 4px;
    outline: none;
    text-decoration: none !important;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.f-trust-us_slider_logo:hover {
    -webkit-filter: none;
    filter: none;
}

.f-trust-us_slider_logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.8s;
}
/* Slider */


/* partners */
.f-partners{
    background-color: #f2f2f2;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/forsait_v2/img/page-newHome/partners.jpg);
    background-size: contain;
	overflow: hidden;
}
.f-partners_b{
	max-width: 50%;
}
.f-partners_bb{
	color: #0071BC;
	cursor: pointer;
}
.f-partners_bt p {
	display: none;
}
.f-partners_b_separate{
	position: relative;
}
.f-partners_b_separate:after{
    content: "";
    position: relative;
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 26px;
    background: #0071BC;
    margin-bottom: 30px;
}
/* partners */


/* events */
.f-events{
	border-bottom: 1px solid #E6E6E6;
}
.f-events_item{
	margin: 0 15px;
}
.f-events_center{
	text-align: center;
}
/* .f-events_item_img{
	width: 100%;
} */
.f-events_item_b{

}
.f-events_item_b_date{
	color: #b1b3ae;
	margin: 25px 0 15px;
}
.f-event_bb{
	color: #0071BC;
}
.f-events_btn{
	text-align: center;
	margin-top: 50px;
}
/* events */


/* news  */
.f-news_center{
	text-align: center;
}
.f-news_b {
    display: table;
    width: 100%;
    color: #4D4D4D;
}
.f-news_b_col {
    display: table-cell;
    /* vertical-align: top; */
    width: 50%;
        max-width: 700px;
}
.f-news_b_col_r {
    max-width: 700px;
    margin-right: auto;
    text-align: left;
    position: relative;
}
.f-news_b_col_l{
	padding-right: 30px;
}
.f-news_b_col_l p{
	margin-top: 30px;
}
.f-news_b_col_r_list{
	list-style: none;
}
.f-news_b_col_r_item{
	margin-bottom: 30px;
	    border-left: 2px solid #d6d6d6;
    padding-left: 20px;
    text-align: left;
}

/* news  */

/* footer */
.f-footer{
	background-color: #0082CA;
    overflow: hidden;
}
.f-footer_grid{
	display: -webkit-box;
	display: flex;
	margin: 60px 0;
	color: #fff;
}
.f-footer_title{
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}
.f-footer_title a{
	color: #fff;
	line-height: 1.2;
	font-size: 16px;
}
.f-footer_item a{
	color: #fff;
	line-height: 1.2;
	font-size: 16px;
}
.f-footer_list{
	list-style: none;
	    margin: 20px 0;
}
.f-footer_item{
	margin-bottom: 15px;
    font-size: 16px;
}

.f-footer_social{
    list-style: none;
    margin: 40px 0 20px;
}
.f-footer_social_item {
    display: inline-block;
    margin-right: 20px;
}
.f-footer_social_ico {
    display: block;
    width: 30px;
    height: 30px;
    background: no-repeat center;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.f-footer_social_ico--vk { background-image: url(/wp-content/themes/forsait_v2/img/icon-vk.png); background-size: 100%;}
.f-footer_social_ico--fb { background-image: url(/wp-content/themes/forsait_v2/img/icon-fb.png); background-size: 100%;}
.f-footer_social_ico--tw { background-image: url(/wp-content/themes/forsait_v2/img/icon-twitter.png); background-size: 100%;}
.f-footer_social_ico--insta { background-image: url(/wp-content/themes/forsait_v2/img/icon-insta.png); background-size: 100%;}
.f-footer_social_ico--youtube { background-image: url(/wp-content/themes/forsait_v2/img/icon-youtube.png); background-size: 100%;}
.f-footer_copyright{
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.f-footer_col1{
	width: 340px;
	margin-right: 75px;
}
.f-footer_col2_b_t{
	margin: 0;
}
.f-footer_col2_b_a{
	color: #fff;
	opacity: 0.6;
	line-height: 3;
}
.f-footer_col2_b{
	margin-bottom: 40px; 
	position: relative;
	    margin: auto 0;
}
.f-footer_col2_b:first-child{
	margin-top: 0;
}

.f-footer_col2_b:after{
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    opacity: .15;
    background: #FFF;
}
.f-footer_col2_b:last-child:after{
	content: none;
}
.f-footer_col2{
    width: 340px;
    margin-right: 75px;
    display: flex;
    flex-direction: column;
}
.f-footer_col3{
    border: 10px solid #0071BC;
    width: 570px;
    height: 570px;
}
.f-footer_col3_city{
	width: 100%;
	height: 100%;
}
.f-footer_col3_perm, .f-footer_col3_piter{
	display: none;
}
.f-footer_col2_city{
	cursor: pointer;
}


.f-footer__city {
	color: #fff;
	margin-bottom: 20px;
}

.f-footer__title {
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 10px;
}

.f-footer__desc {
	margin: 0;
	font-size: 16px;
}

.f-footer__city:after {
    content: "";
    position: relative;
    display: block;
    height: 2px;
    margin-top: 6px;
    opacity: .15;
    background: #FFF;
    max-width: 220px;
}

.f-footer__city:last-child:after {
	display: none;
}

.f-footer_social {
    list-style: none;
	margin: 0;
	    /*margin-top: -56px;*/
    display: flex;
}

footer .f-grid__item:nth-child(2) {
	padding: 0 69px;
}

footer .f-grid__item:nth-child(3) {
	padding: 0 50px;
}

.f-footer_copyright {
	margin-top: 20px;
}

.f-footer__politic {
	display: block;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	margin-top: 16px;
}

.f-grid__footer .f-grid__item {
    margin-top: -58px;
}

@media (max-width: 1000px) {
	.f-grid__item--hide {
		display: none;
	}

	.f-footer__city {
		text-align: center;
	}

	.f-footer__city:after {
		margin: 6px auto;
	}

	.f-grid__footer .f-grid__item {
	    margin-top: 20px;
	}

	.f-grid__item--1-4 {
		width: 100%;
	}

	.f-footer_social {
		justify-content: center;
	}

	.f-footer_copyright {
		text-align: center;
	}

	.f-footer__desc {
		text-align: center;
	}
}
/* footer */


/* fixed-menu */
.f-fixed-menu{
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.f-menu_logo{
	cursor: pointer;
}
.f-menu_logo img{
	height: 20px;
}
/* fixed-menu */



/* adaptive */
@media(max-width: 1420px){
	.f-product-company_bb_b{
		padding: 60px 25px 60px 20px;
	}
}

@media(max-width: 1350px){
	.f-partners{
		    background-size: cover;
		    background-position: 15em;
	}
}

@media (max-width: 1200px) {
	.f-footer_col {
	    width: calc( 50% - 40px );
	    margin: 0 auto;
	}
	.f-footer_col3{
		display: none;
	}
	.f-wrap_trustUs{
		margin: 50px auto;
	}
}

@media (max-width: 1100px) {
	.f-menu_pages{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		z-index: 100;
		left: 0;  right: 0;
		top: 0;
		height: calc(100vh - 80px);
		padding: 0 20px;
		margin: 0;
		margin-top: 80px;
		background: #f5f5f5;
		font-size: 20px;
		-webkit-transition: .25s;
		transition: .25s;
		display: table;
	}
	.f-menu_b_page {
	    display: table;
	    padding: 10px 0;
	    border: none;
	}
	.f-menu_pages--show {
	    opacity: 1;
	    visibility: visible;
	}
	.f-menu_pages_i{
		width: 100%;
	}
	.f-menu_pages_i_s:after, .f-menu_pages_i_sC:after{
		content: none;
	}
	.f-menu_pages_i_s_list{
		display: block;
		position: initial;
		width: auto;
		/* border-bottom: 1px solid #E6E6E6; */
		margin: 10px 0;
		background-color: #f5f5f5;
	}
	.f-menu_pages_i_s_item:first-child {
	    margin-top: 0;
	}
	.f-menu_pages_i_s_item:last-child{
		margin-bottom: 10px;
	}

	.f-menu_pages_i--hover{
		display: table;
	}
	.f-menu_pages_i--border{
		border-top: 1px solid #E6E6E6;
	    margin-top: 10px;
	    padding-top: 10px;
	}
	.f-menu_logo {
	    margin: auto;
	    padding: 0;
	}
	.f-menu_links{
		margin-right: 0;
	}
	.f-menu_b:last-child{
		padding: 0;
	}
	.f-menu_b{
		padding: 20px 0;
	}
	.f-grid__item--1-2 {
	    width: 100%;
	}
	.f-product-company_bp_sb {
	    width: auto;
	}
	.f-menu_pages_i--hideMobileMenu{
		display: none;
	}

}

@media (max-width: 800px) {
	.f-product-company_bmp{
		background-position: right;
	}
	.f-product-company_bb_col, .f-product-company_bmp_col{
		width: 100%;
		display: block;
	}
	.f-product-company_bb_b, .f-product-company_bmp_b{
		max-width: none;
		padding: 60px 20px;
	}
	.f-product-company_bmp_img:before{
		content: none;
	}
	.f-partners{
		background-image: none;
	}
	.f-partners_b{
		max-width: 100%;
	}
	.f-menu_b--hover{
		display: none;
	}
	.f-grid__item--1-3 {
	    width: 100%;
	}
	.f-events_item{
		text-align: center;
	}
	.f-events_item_b p{
		text-align: center;
	}
	.f-grid__item{
		margin-top: 0;
		    /*margin-bottom: 50px;*/
	}
	.f-events_btn {
	    margin-top: 20px;
	}
	.f-news_b_col{
		display: block;
		width: 100%;
	}
	.f-news_b_col_l {
	    padding-right: 0;
	    margin-bottom: 30px;
	}
	.f-menu_b_link{
		border-right: none;
	}
}

@media (max-width: 700px) {
	.f-product-company_bp_img{
		padding: 0 40px;
	}
	.f-footer_col {
	    width: 100%;
	    margin: 0 auto;
	}
	.f-footer_title_h{
		display: none;
	}
	.f-footer_col2_b {
	    position: relative;
	    margin: 0;
	    margin-bottom: 40px;
	}
	.f-footer_col2_b:last-child{
		margin-bottom: 0;
	}
	.f-footer_grid{
		display: flex;
	    flex-direction: column-reverse;
	}
	.f-footer_social, .f-footer_copyright, .f-footer_col2_b, .f-footer_col2_b p {
	    text-align: center;
	}
	.f-product-company_bp_b {
	    display: block;
	    text-align: center;
	}
	.f-product-company_bp_sb {
	    margin: 0;
	}
	.f-product-company_bp_sb p, .f-product-company_title{
		text-align: center;
	}
	.f-product-company_title{
		margin-bottom: 50px;
	}
	.f-grid__item:last-child{
		margin: 0;
	}
	
	p, .f-descr_t{
		font-size: 16px;
	}
	.f-h2{
	    font-size: 36px;
	}
	.f-h3 {
	    font-size: 28px;
	}
	.f-h4{
		margin-bottom: .75em;
	    font-size: 24px;
	    font-weight: 400;
	    line-height: 1.2;
	    text-transform: uppercase;
	}

	.f-menu_b--hide{
		display: none;
	}
	.banner__title{
		    font-size: 32px !important;
	}
}
@media (max-width: 400px) {
	.f-wrap_m{
		padding: 0 5px;
	}
	.f-menu_b_link{
		padding: 10px;
	}
	.f-menu_b_link_c{
		padding: 10px;
		font-size: 14px;
	}
	.social_new{
		margin: 0 -20px;
	}
	.social__item_new {
	    padding: 0 5px;
	}
	.banner__title {
	    font-size: 26px !important;
	}
}
/* adaptive */



/* search */
#searchform .search-field:focus{
	box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.65);
	position: relative;
	z-index: 1051;
}
#searchform .search-field:focus ~ #searchsubmit{
	position: relative; 
	z-index: 1100;
}
.codyshop-ajax-search li{
	overflow: hidden; 
	line-height: 17px;
	width: 100%; 
	/* min-height: 100px; 
	max-height: 100px;  */
	display: inline-block; 
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	list-style:none;
}
.codyshop-ajax-search{
	position: relative; 
	box-sizing: border-box; 
	background: #fff; 
	z-index: 1111; 
	border-radius: 3px; 
	border-top:none; 
	padding: 20px 0; 
	display: none; 
	max-height: 600px; 
	overflow-y: auto;
}
.codyshop-ajax-search li:first-child{
	padding: 0 0 15px 0;
}
.codyshop-ajax-search li:last-child {
	padding: 15px 0 0 0; 
	border-bottom: none;
}
/* .codyshop-ajax-search li a{
	color: #7c83a0;
} */
.codyshop-ajax-search span {
	height: 100%; 
	float: left; 
	min-height: 100px;
}
.codyshop-ajax-search li p, .codyshop-latest-post li p{
	line-height: 1.2;
    font-size: 16px;
    margin: 10px 0 0;
}
.codyshop-ajax-search li img, .codyshop-latest-post li img{
	width: 60px; 
	float: left; 
	border: 2px solid #eeeeee; 
	background-color: #eeeeee; 
	border-radius: 50%; 
	margin-right: 10px;
}
#searchForm{
	width: 1000px;
    vertical-align: top;
    margin-top: 50px;
}
.search-value{
	width: 100%;
    font-size: 24px;
    border-radius: 26px;
    border: 2px solid #0071BC;
    outline: none;
    padding: 10px 30px;
    display: block;
    margin-right: 50px;
    margin-bottom: 20px;
}
#searchform{
	display: flex;
    flex-direction: row;
}
.modal__search-close{
	position: relative;
    right: 30px;
    width: 50px;
    height: 50px;
    opacity: .5;
    -webkit-transition: .25s;
    transition: .25s;
    cursor: pointer;
}
.modal__search-close:before, .modal__search-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: auto;
    background: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal__search-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* search */


/* Политика в области качества */
.social__item_policy a{
	font-size: 16px;
	vertical-align: text-top;
}

@media (max-width: 800px) {
	.social__item_policy{
	    display: block;
	    margin: 0 0 20px;
	}
}
/* Политика в области качества */


/* Баннер конференции */
.slider__item_conference{
	background-image: url(/wp-content/themes/forsait_v2/img/slider/conference3.jpg);
	outline: none;
}
.c-address{
	position: relative;
	color: #4D4D4D; margin: 0 0 0 40px; display: inline-block;
}
.c-address:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 37px;
    background: url(/wp-content/themes/forsait_v2/img/slider/conference-seprape.svg) no-repeat;
    margin: 0 0 0 -40px;
}
.c-alig{
	width: 50%; margin-left: auto;
}
.c-title{
	color:#4D4D4D; margin: 110px 0 0;
}
.c-b{
	margin-top: 100px;
}
.c-adress_date{
	font-size: 26px; font-weight: 300; line-height: .7em; text-transform: uppercase; margin: 0;
}
.c-adress_descr{
	font-size: 15px
}
.c-title_title{
	font-size: 90px; font-weight: 200; margin: 0 0 0.5em -5px;
}
.c-title_descr{
	font-size: 39px; line-height: 1.1; text-transform: uppercase;
}
.c-b_link{
	display: inline-block; margin: 0 50px;
}
.c-link{
	background-color: #0071BC; padding: 10px 40px; font-weight: 400; color: #624EA3; border-radius: 18px; font-size: 16px; display: table-cell; color: #fff; outline: none;
}
@media (max-width: 1400px) {
	.slider__item_conference{
		background-image: url(/wp-content/themes/forsait_v2/img/slider/conference-city.jpg);
	}
	.c-alig {
	    width: 100%;
	    margin-left: 0;
	    text-align: center;
	}
	.c-title_descr{
		text-align: center;
	}
	.c-address:before{
		margin: 0 0 0 -150px;
	}
}
@media (max-width: 800px) {
	.c-title_title {
	    font-size: 60px;
	}
	.c-title_descr{
		    font-size: 29px;
	}
}
@media (max-width: 600px) {
	.c-title_title{
		font-size: 50px;
	}
}
@media (max-width: 400px) {
	.c-title_title {
	    font-size: 7em;
	}
	.c-title_descr {
	    font-size: 3em;
	}
	.c-mob_header{
		background-image: url(/wp-content/themes/forsait_v2/img/slider/mob_logo1.png);
		background-repeat: no-repeat;
		background-position: center;
		height: 180px;
		margin-bottom: 0;
		background-size: cover;
		position: relative;
	}
	.c-title{
		margin: 0;
	}
	.c-b {
	    margin-top: 40px;
	}
	.c-mob_header:after {
	    content: '';
	    position: absolute;
	    right: 0;
	    width: 200px;
	    height: 161px;
	    background: url(/wp-content/themes/forsait_v2/img/slider/mob_logo.svg) no-repeat;
	    z-index: 1;
	}
	.slider__item_conference{
		background-image: none;
	}
}
/* Баннер конференции */


/* new year 2020 */
.slider__item-new-year{
	background-size: cover; 
	background-image: url(/wp-content/themes/forsait_v2/img/slider/new-year-2020.jpg); 
	background-position: center;
}

@media (max-width: 800px) {
	.slider__item-new-year{
		background-image: url(/wp-content/themes/forsait_v2/img/slider/new-year-2020-mobile.jpg);
	}
}
/* new year 2020 */



.grecaptcha-badge{
  display: none;
}

.wpcf7-mail-sent-ok{
	display: none !important;
} 

#messageSent, #messageSent p{
	text-align: center;
}
#messageSent p{
	font-size: 32px;
}


/* Баннер мобильная платформа */
.slider__content_1400{
	max-width: 1260px; 
	margin: auto; 
	align-items: baseline; 
	padding: 0 20px;
}

.banner-text__aligment {
  max-width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin-right: auto;
}

.banner_text_accountability2 {
  text-align: left;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 200;
  color: #fff;
} 

@media (max-width: 800px) {
	.banner_text_accountability2 {
		font-size: 20px;
	} 
}
/* Баннер мобильная платформа */

/* Баннер Форсайт в рейтингах */
.banner_text_title {
  text-align: left;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.banner_raiting {
  display: flex; 
  flex-direction: row;
  color: #fff;
}
.banner_raiting__item {
  max-width: 250px;
  margin-right: 40px;
}
.banner_raiting__position {
  font-size: 80px;
  margin-bottom: 0.4em;
}
.banner_raiting__desc {
  line-height: 1.2;
  text-transform: uppercase;
}
.banner_text_desc {
  color: #fff;
  margin-top: 2em;
  font-size: 16px;
}

@media (max-width: 600px) {
  .banner_text_title {
    font-size: 32px;
  }
  .banner_raiting {
    flex-direction: column;
    width: 100%;
  }
  .banner_raiting__item{
    display: flex;
    max-width: 100%;
    margin-right: 0;
  }
  .banner_raiting__position {
    font-size: 16px;
    line-height: 1.2;
    margin-right: 10px;
  }
  .banner_text_desc {
    font-size: 14px;
  }
}
/* Баннер Форсайт в рейтингах */


/* Баннер вебинар */
.slider__item--webinar {
	position: relative;
}

.slider__item--webinar:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    top: 10%;
    bottom: 10%;
    background-color: rgb(0 0 0 / 0.3);
}

.banner-text__vebinar {
	position: relative;
    max-width: 775px;
}

.banner-text__vebinar .banner_text_title {
	font-size: 24px;
	margin-bottom: 1.5em;
    text-transform: none;
}

.banner-text__vebinar .banner_text_title span {
	color: #db3a64;
	font-weight: 400;
}

.banner-text__vebinar .banner_raiting__position {
	font-size: 24px;
}

.banner-text__vebinar .banner_raiting__desc {
	font-size: 36px;
}

.banner-text__vebinar .f-btn {
    border: none;
    color: #fff;
    background-color: #db3a64;
    padding: 15px 30px;
}

@media (max-width: 600px) {
	.banner-text__vebinar .banner_text_title {
		font-size: 18px;
	}

	.banner-text__vebinar .banner_raiting__position {
		font-size: 18px;
	}

	.banner-text__vebinar .banner_raiting__desc {
		font-size: 24px;
	}
}
/* Баннер вебинар */