/**
 * @category	Individ
 * @copyright	2014 Individ LTD
 * @link		http://individ.ru
 */

html {
  background: url("images/page-gradient.png") repeat-x center top;
  font: 300 15px / 20px "Proxima Nova";
  color: black;
  min-width: 1276px;
}
@media screen and (max-width: 1296px) {
  html {
	min-width: 1000px;
  }
}

body {
	background: url("images/page-shadow.png") no-repeat center top;
	background-size: contain;
}

b, strong {
  font-weight: 600;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.link {
  color: #2181ca;
  cursor: pointer;
}
.link:visited {
/*  color: #021f9b; */
}
.link:hover {
  color: #df7e00;
  text-decoration: underline;
}

.link__avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

.link__icon {
  display: inline-block;
  vertical-align: middle;
}
.link__icon .icon {
  top: 0;
}

.link__text {
  display: inline-block;
  vertical-align: middle;
}
.link:hover .link__text {
  text-decoration: underline;
}
.link__icon + .link__text {
  padding-left: 14px;
}
.link__avatar + .link__text {
  padding-left: 8px;
}

.link_dotted {
  border-bottom: 1px dotted;
}
.link_dotted:hover, .link_dotted {
  text-decoration: none;
}

.link_dashed {
  border-bottom: 1px dotted;
}
.link_dashed:hover, .link_dashed {
  text-decoration: none;
}

.link_large {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2181ca;
}
.link_large:visited {
  color: #2181ca;
}

.link_nowrap {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bracket-horizontal {
  position: relative;
  height: 12px;
}

.bracket-horizontal__line {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 5px;
  height: 1px;
  background: #ad2228;
  border-top: 1px solid #c3666a;
  border-bottom: 1px solid #e6d4d4;
}

.bracket-horizontal__arrow {
  width: 9px;
  height: 7px;
  background: url("images/nav-highlight.png") 0 -8px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin: 0 0 0 -4px;
}

.bracket-horizontal__left-angle {
  width: 7px;
  height: 8px;
  background: url("images/nav-highlight.png") 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.bracket-horizontal__right-angle {
  width: 7px;
  height: 8px;
  background: url("images/nav-highlight.png") -7px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}

.icon_facebook {
  width: 28px;
  height: 28px;
  background: url("images/icon_social.png") no-repeat 0 0;
}

a.icon_facebook:focus {
  outline: thin dotted;
}

.icon_live-journal {
  width: 28px;
  height: 28px;
  background: url("images/icon_social.png") no-repeat -28px 0;
}

a.icon_live-journal:focus {
  outline: thin dotted;
}

.icon_wordpres {
  width: 28px;
  height: 28px;
  background: url("images/wordpress_icon.png") no-repeat 0;
}

a.icon_wordpres:focus {
  outline: thin dotted;
}

.icon_twitter {
  width: 28px;
  height: 28px;
  background: url("images/icon_social.png") no-repeat -56px 0;
}

a.icon_twitter:focus {
  outline: thin dotted;
}

.icon_man-first {
  width: 100px;
  height: 90px;
  background: url("images/training1.png") no-repeat 0 0;
}

.icon_man-second {
  width: 100px;
  height: 90px;
  background: url("images/training2.png") no-repeat 0 0;
}

.icon_man-third {
  width: 100px;
  height: 90px;
  background: url("images/training3.png") no-repeat 0 0;
}

.icon_principle-first {
  width: 45px;
  height: 72px;
  background: url("images/principle1.png") no-repeat 0 0;
}

.icon_principle-second {
  width: 45px;
  height: 72px;
  background: url("images/principle2.png") no-repeat 0 0;
}

.icon_principle-third {
  width: 45px;
  height: 72px;
  background: url("images/principle3.png") no-repeat 0 0;
}

.icon_principle-fourth {
  width: 45px;
  height: 72px;
  background: url("images/principle4.png") no-repeat 0 0;
}

.icon_principle-fifth {
  width: 45px;
  height: 72px;
  background: url("images/principle5.png") no-repeat 0 0;
}

.icon_actions-read {
  width: 25px;
  height: 21px;
  background: url("images/icon_actions_read.png") no-repeat 0 0;
}

.icon_actions-watch {
  width: 30px;
  height: 20px;
  background: url("images/icon_actions_watch.png") no-repeat 0 0;
}

.icon_actions-listen {
  width: 31px;
  height: 23px;
  background: url("images/icon_actions_listen.png") no-repeat 0 0;
}

.icon_pdf {
	width: 31px;
	height: 40px;
	background: url("images/icon_pdf_v2.png") no-repeat 0 0;
}

.panel-button {
  width: 1150px;
  height: 132px;
  position: relative;
}
@media screen and (max-width: 1296px) {
  .panel-button {

  }
}

.panel-button__link {
  display: block;
  width: 942px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  position: absolute;
  left: 114px;
  top: 19px;
  z-index: 200;
}
.panel-button__link:hover, .panel-button__link:focus {
  line-height: 86px;
}
@media screen and (max-width: 1296px) {
  .panel-button__link {
	width: 788px;
	height: 80px;
	line-height: 80px;
	left: 95px;
  }
  .panel-button__link:hover, .panel-button__link:focus {
	line-height: 70px;
  }
}

.panel-button__link__label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 800;
	font-size: 33px;
	line-height: 33px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(14, 21, 159, 0.75);
}
.panel-button__link:hover .panel-button__link__label, .panel-button__link:focus .panel-button__link__label {
	top:5px;
	position:relative;
	/*left:2.5px;*/ /* сам в шоке - 2 пикселя - едет влево, 3 - едет вправо %)  */
}

.page__body_index .panel-button__link:hover .panel-button__link__label {
	left:0;
}
@media screen and (max-width: 1296px) {
  .panel-button__link__label {
	font-size: 33px;
	line-height: 33px;
  }
  .panel-button__link:hover .panel-button__link__label, .panel-button__link:focus .panel-button__link__label {
	font-size: 33px;
	line-height: 33px;
  }
}

.panel-button__link__pdf-icon {
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 41px;
	background: url("images/icon_files.png") 0 0;
	margin: 0 31px 0 0;
	position: relative;
	top: -3px;
}
.panel-button__link:hover .panel-button__link__pdf-icon, .panel-button__link:focus .panel-button__link__pdf-icon {
  /*width: 42px;
  
  
  margin-right: 15px;  */
  top: 2px;
/*  left:-2px;  */
}

.panel-button__link__clock-icon {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 39px;
  background: url("images/icon_clock.png") 0 0;
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
}
.panel-button__link:hover .panel-button__link__clock-icon, .panel-button__link:focus .panel-button__link__clock-icon {
	top: 4px;
}

.panel-button__background {
  width: 1150px;
  height: 132px;
  background: url("images/panel-button.png") no-repeat 0 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.panel-button__link:hover + .panel-button__background, .panel-button__link:focus + .panel-button__background {
  background-position: 0 -132px;
}

.button-big {
  margin: -22px;
  display: inline-block;
  vertical-align: middle;
  width: 546px;
  height: 136px;
  position: relative;
}

.button-big__link {
  display: block;
  position: absolute;
  z-index: 200;
  left: 22px;
  top: 22px;
  width: 502px;
  height: 92px;
  line-height: 92px;
  background: none;
  white-space: nowrap;
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(149, 9, 14, 0.75);
  text-transform: uppercase;
  text-align: center;
}

.button-big__background {
  width: 546px;
  height: 136px;
  background: url("images/button-big.png") no-repeat 0 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.button-big:hover .button-big__background {
	background-position: 0 -136px;
}
.button-big__link:hover + .button-big__background, .button-big__link:focus + .button-big__background {
  background-position: 0 -136px;
}

.form .btn {
	display: block;
	white-space: nowrap;
	font-weight: 800;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(149, 9, 14, 0.75);
	text-transform: uppercase;
	text-align: center;

	width: 546px;
	height: 136px;
	background: url("images/button-big.png") no-repeat 0 0;
}
.form .btn:hover {
	background-position: 0 -136px;
}

.button-medium {
  margin: -22px;
  display: inline-block;
  vertical-align: middle;
  width: 361px;
  height: 103px;
  position: relative;
}

.button-medium__link {
  display: block;
  position: absolute;
  z-index: 200;
  left: 22px;
  top: 22px;
  width: 317px;
  height: 59px;
  line-height: 57px;  background: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.button-medium__background {
  width: 361px;
  height: 103px;
  background: url("images/button-medium.png") no-repeat 0 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.button-medium__link:hover + .button-medium__background, .button-medium__link:focus + .button-medium__background {
  background-position: 0 -103px;
}

.button-larger {
  margin: -22px;
  display: inline-block;
  vertical-align: middle;
  width: 371px;
  height: 93px;
  position: relative;
}

.button-larger__link {
  display: block;
  position: absolute;
  z-index: 200;
  left: 22px;
  top: 22px;
  width: 327px;
  height: 49px;
  line-height: 47px;
  background: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.button-larger__background {
  width: 371px;
  height: 93px;
  background: url("images/button-larger.png") no-repeat 0 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.button-larger__link:hover + .button-larger__background, .button-larger__link:focus + .button-larger__background {
  background-position: 0 -93px;
}

.button-small {
  margin: -22px;
  display: inline-block;
  vertical-align: middle;
  width: 223px;
  height: 77px;
  position: relative;
}

.button-small__link,
.subscribe .btn {
  display: block;
  position: absolute;
  z-index: 200;
  left: 22px;
  top: 22px;
  width: 179px;
  height: 33px;
  line-height: 31px;
  background: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.subscribe .btn {
	background: url("images/button-small.png") no-repeat 0 0;
	position: relative;
	left: auto;
	top: auto;
	width: 223px;
	height: 77px;
	margin: -20px 0 0 -22px;
}
.subscribe .btn:hover {
	background-position: 0 -77px;
}
.subscribe .form__column {
	margin: 0 0 20px;
}
.subscribe .inputtext {
	width:300px;
}
.button-small__background {
  width: 223px;
  height: 77px;
  background: url("images/button-small.png") no-repeat 0 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.button-small__link:hover + .button-small__background, .button-small__link:focus + .button-small__background {
  background-position: 0 -77px;
}

.button-small__link {
	background: url("images/button-small.png") no-repeat scroll -22px -22px rgba(0, 0, 0, 0);
}
.button-small .button-small__link:hover {
	background-position: -22px -99px;
}

.button-details {
  margin: -22px;
  display: inline-block;
  vertical-align: middle;
  width: 248px;
  height: 82px;
  position: relative;
}

.button-details__link {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 33px;
	left: 21px;
	line-height: 31px;
	position: absolute;
	text-align: center;
	top: 22px;
	white-space: nowrap;
	width: 179px;
	z-index: 200;
}

.button-details__background {
  width: 248px;
  height: 82px;
  background: url("images/button-small.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.button-details__link:hover + .button-details__background, .button-details__link:focus + .button-details__background, .button-small__link:hover {
  background-position: 0 -77px;
}

.form_footer {
	margin: 0 0 20px;
}

@media screen and (max-width: 1296px) {
  .form {
	padding: 0 20px;
  }
}

.form__column {
	display: inline-block;
	vertical-align: top;
	width: 44%;
}
.form__column:first-child {
  margin-right: 10%;
}
@media screen and (max-width: 1296px) {
  .form__column {
	width: 48%;
  }
  .form__column:first-child {
	margin-right: 4%;
  }
}

.form__column__output,
.notetext,
.errortext {
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  color: #2181ca;
  text-transform: uppercase;
  /*text-align: right;*/
  margin: 20px 0;
}

.form__column__output_error,
.errortext {
  text-align: left;
  color: #d50f3e;
}

.form__column__row {
  margin: 45px 0 0;
}
.form__column__row:first-child,
.form__column__row.first {
  margin-top: 0;
}

.form__submit {
  margin: 56px 0 0;
  text-align: center;
}
@media screen and (max-width: 1296px) {
  .form__submit {
	text-align: left;
  }
}

.form__submit__button {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.form__submit__button__note {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 13px;
  line-height: 18px;
  color: #252122;
  text-align: center;
}

.form__submit__button__additional {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 6px 0 0 33px;
  text-align: left;
}

.list_service-description {
  list-style: disc;
  padding: inherit;
}

.list_service-description .list__item,
.list_service-description li
{
  position: relative;
  margin: .7em 0 0;
}
.list_service-description .list__item:first-child,
.list_service-description li:first-child {
  margin-top: 0;
}

.list_marged .list__item {
  margin-top: 15px;
}
.list_marged .list__item:first-child {
  margin-top: 0;
}

.list_rounded .list__item {
  position: relative;
  margin: 1em 0 0;
}
.list_rounded .list__item:first-child {
  margin-top: 0;
}

.list_marged-items .list__item {
  margin-top: 50px;
}
.list_marged-items .list__item:first-child {
  margin-top: 0;
}

.time {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #252122;
}

.time_marked {
  font-weight: 700;
  color: #ca1103;
}

.form label,
.field__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #252122;
}
.form .field {
	margin: 0 0 20px;
}
.form .field label {
	font-size: 15px;
	font-weight: normal;
	vertical-align: text-top;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 1296px) {
  .field__label {
	font-size: 20px;
  }
}

label.field__label[for] {
  cursor: pointer;
}
.call-request__form__row .starrequired {
	display: none;
}
.field__label__not-required {
  font-weight: 300;
}

.field__input,
.inputtext,
.inputtextarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 67px;
  width: 100%;
  padding: 0 16px;
  border: 2px solid #949494;
  border-radius: 7px;
  font-weight: normal;
  font-size: 30px;
  color: #000;
}
.field__input:focus,
.inputtext:focus,
.inputtextarea:focus {
  outline: none;
  border-color: #2181ca;
}
.lt-ie9 .field__input,
.lt-ie9 .inputtext {
  padding-top: 12px;
}

textarea.field__input,
textarea.inputtextarea {
  padding-top: 14px;
  padding-bottom: 14px;
  height: 377px;
  resize: vertical;
}

.field_small .field__label,
.subscribe label {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
}
.field_small .field__input,
.field_small .inputtext,
.subscribe .inputtext {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #949494;
	border-radius: 6px;
	font-size: 20px;
}
.field_small .inputtextarea {
  padding: 10px;
  border: 1px solid #949494;
  border-radius: 6px;
  font-size: 20px;
}
.title {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: black;
}

.title_page-pre-title {
  font-weight: 800;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}

.title_page-title {
  font-weight: 800;
  font-size: 71px;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: -1.6px;
}

.title_page-additional {
  font-weight: 400;
  font-size: 40px;
  line-height: 41px;
  text-transform: uppercase;
}

.title_secondary-title {
  font-weight: 800;
  font-size: 45px;
  line-height: 45px;
  color: #252122;
  text-transform: uppercase;
}

.title_secondary-additional {
  font-weight: 300;
  font-size: 29px;
  line-height: 29px;
  color: #252122;
  text-transform: uppercase;
}

.title_block-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #ad2228;
	text-transform: uppercase;
	margin: 0 0 27px;
}

.title_thin {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  color: #252122;
  text-transform: uppercase;
}

.title_preview {
  font-weight: 700;
  font-size: 26px;
  line-height: 22px;
}

.title_index-page {
  font-weight: 700;
  font-size: 91px;
  line-height: 83px;
  text-transform: uppercase;
}

.title_index-additional {
  font-weight: 300;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}

.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .wysiwyg hr, .wysiwyg blockquote {
  margin: 1em 0 0;
}
.wysiwyg p:first-child, .wysiwyg ul:first-child, .wysiwyg ol:first-child, .wysiwyg hr:first-child, .wysiwyg blockquote:first-child {
  margin-top: 0;
}
.training__details__content__item ul,
.training__details__content__item ol,
.wysiwyg ul, .wysiwyg ol {
  padding: 0 0 0 1.5em;
}
.wysiwyg ul:first-child, .wysiwyg ol:first-child {
  margin-top: 0;
}
.training__details__content__item ul,
.wysiwyg ul {
  list-style: disc;
}
.training__details__content__item ol,
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.wysiwyg img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  color: #2181ca;
  cursor: pointer;
}
.wysiwyg a:visited {
  color: #021f9b;
}
.wysiwyg a:hover, .wysiwyg a:focus {
  color: #df7e00;
  text-decoration: underline;
}
.wysiwyg hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
}
.wysiwyg h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.83em 0 0;
}
.wysiwyg h2:first-child,
.form__column h2:first-child,
.wysiwyg h2.nm{
	margin-top: 0;
}
.wysiwyg h3 {
  font-size: 1.17em;
  line-height: 1.1;
  margin: 1em 0 0;
}
.wysiwyg h3:first-child {
  margin-top: 0;
}
.wysiwyg h4 {
  font-size: 1em;
  line-height: 1.2;
  margin: 1.33em 0 0;
}
.wysiwyg h4:first-child {
  margin-top: 0;
}

.logo {
  display: block;
  position: relative;
  width: 266px;
  height: 49px;
  padding: 0 0 0 53px;
}
.logo:focus {
  outline: thin dotted;
}

.logo__title {
  width: 266px;
  height: 49px;
  background: url("images/logo.png") no-repeat -81px 0;
}

.logo__mans {
  width: 81px;
  height: 111px;
  background: url("images/logo.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: -69px;
}

.contact-preview {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.contact-preview__label {
  font-size: 15px;
  line-height: 18px;
}

.contact-preview__contact {
  margin: 10px 0 0;
}
@media screen and (max-width: 1296px) {
  .contact-preview__contact {
	font-size: 16px;
  }
}

.subscribe p {
	margin: 20px 0;
}
.subscribe__list {
  display: inline-block;
  vertical-align: middle;
}

.subscribe__list__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
}
.subscribe__list__item:first-child {
  margin-left: 0;
}

.subscribe__title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
  margin: 0 0 0 10px;
}

.copyright {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  color: #a3a3a3;
}

.copyright__item {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 10px;
}
.copyright__item a {
	color:#2181CA
}
.copyright__item:first-child {
  margin-left: 0;
}
.copyright__item a:hover {
	color:#df7e00;
	text-decoration: underline;
}

.person-small-preview {
  padding: 26px 0 0 107px;
  min-height: 76px;
  position: relative;
}

.person-small-preview__name {
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
}

.person-small-preview__details {
  margin: 6px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.person-small-preview__details__item {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 15px;
}
.person-small-preview__details__item:first-child {
  margin-left: 0;
}

.person-small-preview__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 87px;
}

.person-small-preview__image__file {
  vertical-align: top;
  width: 87px;
  height: 87px;
  border-radius: 50%;
}

.person-small-preview__image__shadow {
  width: 115px;
  height: 13px;
  background: url("images/small-shadow.png") no-repeat center center;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -58px;
}

.person-small-preview_right {
  padding-left: 0;
  padding-right: 107px;
}
.person-small-preview_right .person-small-preview__image {
  left: auto;
  right: 0;
}

.person-list__item {
  margin: 7px 0 0;
}
.person-list__item:first-child {
  margin-top: 0;
}

.schedule__item {
  margin: 16px 0 11px;
}
.schedule__item:first-child {
  margin-top: 0;
}
.schedule__item:last-child {
  margin-bottom: 0;
}

.schedule__separator {
  height: 1px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #ffffff), color-stop(50%, #e0e0e0), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(to right, #ffffff, #e0e0e0 50%, #ffffff);
  background: -moz-linear-gradient(to right, #ffffff, #e0e0e0 50%, #ffffff);
  background: -o-linear-gradient(to right, #ffffff, #e0e0e0 50%, #ffffff);
  background: linear-gradient(to right, #ffffff, #e0e0e0 50%, #ffffff);
}

.training-info {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1296px) {
  .training-info {
	width: 960px;
  }
}

.training-info__body__row__cell_date {
  width: 211px;
  padding: 4px 10px 4px 0;
}
@media screen and (max-width: 1296px) {
  .training-info__body__row__cell_date {
	width: 128px;
  }
}

.training-info__body__row__cell_title {
  width: 344px;
  padding: 4px 10px 4px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1296px) {
  .training-info__body__row__cell_title {
	width: 293px;
	font-size: 17px;
  }
}

.training-info__body__row__cell_trainers {
  width: 356px;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 1296px) {
  .training-info__body__row__cell_trainers {
	width: 329px;
  }
 
}

.training-info__body__row__cell_button {
  width: 180px;
}

.training-info_index .training-info__body__row__cell_title {
  width: auto;
}
.training-info_index .training-info__body__row__cell_trainers {
  width: 308px;
}
.training-info_index .training-info__body__row__cell_date {
  width: 184px;
}
.training-info_index .training-info__body__row__cell_button {
  width: 191px;
}

.bracketed-text {
  position: relative;
  padding: 0 118px;
  height: 200px;
  line-height: 194px;
}

.bracketed-text__inner {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 23px;
  line-height: 40px;
  color: #606060;
}

.bracketed-text__left-bracket {
  width: 50px;
  height: 200px;
  background: url("images/bracket-red-left.png") no-repeat center right;
  position: absolute;
  left: 21px;
  top: 0;
}

.bracketed-text__right-bracket {
  width: 50px;
  height: 200px;
  background: url("images/bracket-red-right.png") no-repeat center right;
  position: absolute;
  right: 21px;
  top: 0;
}

.call-us {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}

.call-us__phone {
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
}

.call-us__description {
  margin: 6px 0 0;
}

.index__description {
  padding: 8px 0 0;
  background: url("images/top-small-shadow.png") no-repeat center top;
}

.index__trainings {
  margin: 47px 0 0;
  padding: 58px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .index__trainings {
	background-image: url("images/top-shadow_small.png");
  }
   .bracketed-text__inner {
	font-size:18px;
  }
}

.index__trainings__title {
  text-align: center;
}

.index__trainings__body {
  margin: 59px 0 0;
}

.index__training-announcement {
  margin: 92px 0 0;
}

.index__training-announcement__title {
  text-align: center;
}

.index__training-announcement__body {
  margin: 39px 0 0;
}

.index__button {
  margin: 38px 0 0;
}

.index__topics {
  margin: 71px 0 0;
}

.index__topics__title {
  text-align: center;
}

.index__topics__filter {
	margin: 56px 0 0;
	font-size: 0;
}
.index__topics__filter .filter__item {
	font-size: 15px;
}

.index__trainers {
  margin: 66px 0 0;
  padding: 80px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .index__trainers {
	background-image: url("images/top-shadow_small.png");
  }
}

.index__trainers__title {
  text-align: center;
}

.index__trainers__list {
  margin: 42px -19px -29px;
  text-align: center;
}
@media screen and (max-width: 1296px) {
  .index__trainers__list {
	margin-left: -10px;
	margin-right: -10px;
  }
}

.index__trainers__list__item {
  display: inline-block;
  vertical-align: top;
  margin: 29px 19px;
  width: 525px;
  text-align: left;
}
@media screen and (max-width: 1296px) {
  .index__trainers__list__item {
	width: 435px;
	margin-left: 10px;
	margin-right: 10px;
  }
}

.index__feedback {
  margin: 123px 0 0;
  padding: 80px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .index__feedback {
	background-image: url("images/top-shadow_small.png");
  }
}

.index__feedback__title {
  text-align: center;
}

.index__feedback__body {
  margin: 29px 0 0;
}

.index__partners {
	margin: 2px 0 0;
	padding: 68px 1px 18px;
	background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .index__partners {
	background-image: url("images/top-shadow_small.png");
  }
}

.feedback {
	margin: -26px -1% 0;
	font-size: 0;
}

.feedback__item {
  display: inline-block;
  vertical-align: top;
  margin: 26px 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 52px;
  position: relative;
  font-size: 15px;
}

.feedback__item__left-bracket {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 30px;
}

.feedback__item__left-bracket__top {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 50%;
  margin-bottom: 11px;
  width: 18px;
  border-left: 4px solid #2181ca;
  border-top: 4px solid #2181ca;
  border-radius: 14px 0 0 0/ 16px 0 0 0;
}

.feedback__item__left-bracket__bottom {
  position: absolute;
  left: 8px;
  bottom: 0;
  top: 50%;
  margin-top: 11px;
  width: 18px;
  border-left: 4px solid #2181ca;
  border-bottom: 4px solid #2181ca;
  border-radius: 0 0 0 14px / 0 0 0 16px;
}

.feedback__item__left-bracket__center {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  background: url("images/bracket-blue-left.png") no-repeat center center;
}

.feedback__item__right-bracket {
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  width: 30px;
}

.feedback__item__right-bracket__top {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 50%;
  margin-bottom: 11px;
  width: 18px;
  border-right: 4px solid #2181ca;
  border-top: 4px solid #2181ca;
  border-radius: 0 14px 0 0/ 0 16px 0 0;
}

.feedback__item__right-bracket__bottom {
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 50%;
  margin-top: 11px;
  width: 18px;
  border-right: 4px solid #2181ca;
  border-bottom: 4px solid #2181ca;
  border-radius: 0 0 14px 0 / 0 0 16px 0;
}

.feedback__item__right-bracket__center {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 12px;
  height: 22px;
  background: url("images/bracket-blue-right.png") no-repeat center center;
}

.feedback__item__content {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 30px;
  color: #262626;
}

.feedback__item__content__info {
  padding: 0 4px 0 8px;
  margin: 0 0 0 -8px;
  font-weight: 600;
  display: inline-block;
  vertical-align: baseline;
  background: #2181ca;
  color: #fff;
}

.feedback__item__content__text {
  display: inline;
  vertical-align: baseline;
}

.feedback__item_size-middle {
  width: 52%;
}

.feedback__item_size-small {
  width: 40%;
}

.feedback__item_size-large {
  width: 78%;
}

.feedback__item_size-half {
  width: 48%;
}

.feedback_trainer .feedback__item__content__text {
  display: block;
}

.share__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

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

.training {
  background: url("images/top-shadow.png") no-repeat center top;
  padding: 90px 0 0;
}
@media screen and (max-width: 1296px) {
  .training,
  .service-description {
	background-image: url("images/top-shadow_small.png");
  }
}

.service-description {
  background: url("images/top-shadow.png") no-repeat center top;
  padding: 45px 0 0;
}

.training__details__sidebar {
  display: inline-block;
  vertical-align: top;
  width: 413px;
  margin: 0 102px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #454545;
}
@media screen and (max-width: 1296px) {
  .training__details__sidebar {
	margin-right: 40px;
  }
}

.training__details__sidebar__persons__title {
  padding: 0 0 0 0;
}

.training__details__sidebar__persons__list {
  margin: -10px 0 0;
  padding: 0 0 0 6px;
}

.training__details__sidebar__date {
  margin: 85px 0 0;
}

.training__details__sidebar__date__text {
  margin: 7px 0 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.training__details__sidebar__place {
  margin: 28px 0 0;
}

.training__details__sidebar__place__text {
  margin: 1px 0 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.training__details__sidebar__place__map {
	margin: 9px 0 0;
	width: 413px;
	height: 162px;
}

.training__details__sidebar__price {
  margin: 28px 0 0;
  padding: 0 0 0 4px;
}

.training__details__sidebar__price__cost {
  margin: 1px 0 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ad2228;
}

.training__details__content {
  display: inline-block;
  vertical-align: top;
  width: 635px;
}
@media screen and (max-width: 1296px) {
  .training__details__content {
	width: 507px;
  }
}
.training__details__content__item p {
	margin:10px 0;
}
.training__details__content__item {
  margin: 53px 0 0;
}
.training__details__content__item:first-child {
  margin-top: 0;
}

.training__details__content__item__body {
  margin: 27px 0 0;
}
.training__details__content__item ul {
	
} 
.training__details__content__item ul li {
	list-style:disc outside none;
}
.training__details__content__item ol {
	
}
.training__details__content__item ol li {
	
}


.training__button {
  margin: 47px 0 0;
}

.training__form {
  margin: 85px 0 0;
}

.training__form__titles {
  text-align: center;
}

.training__form__titles__additional {
  margin: 9px 0 0;
}

.training__form__body {
  margin: 42px 0 0;
}

.training__feedback {
  margin: 51px 0 0;
  padding: 58px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .training__feedback {
	background-image: url("images/top-shadow_small.png");
  }
}

.training__feedback__title {
  text-align: center;
}

.training__feedback__list {
	margin: 66px 0 0;
	font-size: 0;
}
.training__feedback__list .feedback__item {
	font-size: 15px;
}

.training__share {
  margin: 55px 0 0;
}

.training__share__line {
  height: 1px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #ffffff), color-stop(50%, #bdbdbd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(to right, #ffffff, #bdbdbd 50%, #ffffff);
  background: -moz-linear-gradient(to right, #ffffff, #bdbdbd 50%, #ffffff);
  background: -o-linear-gradient(to right, #ffffff, #bdbdbd 50%, #ffffff);
  background: linear-gradient(to right, #ffffff, #bdbdbd 50%, #ffffff);
}

.training__share__body {
  margin: 52px 0 0;
  text-align: center;
}

.header {
  height: 200px;
  position: relative;
}

.header__logo {
  position: absolute;
  left: 420px;
  top: 91px;
}
@media screen and (max-width: 1296px) {
  .header__logo {
	left: 325px;
  }
}

.header__logo__shadow {
  width: 241px;
  height: 25px;
  background: url("images/logo-shadow.png");
  position: absolute;
  left: 0;
  top: 100%;
  margin: 14px 0 0 58px;
}
.header__logo__shadow.hover {
	background: url(images/logo-shadow2.png) no-repeat;
}

.header__contact {
  position: absolute;
  top: 96px;
  left: 15px;
}

.header__contact__popup {
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 100%;
	margin: 2px 0 0;
	width: 312px;
	background: #fff;
	padding: 22px 25px 10px;
	display: none;
	
	box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
}

.header__contact__popup__close {
  width: 14px;
  height: 14px;
  background: url("images/cross.png") no-repeat center center;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.header__contact_right .header__contact__popup {
	left: auto;
	right: 0;
}

.header__contact_right {
  left: 917px;
}
@media screen and (max-width: 1296px) {
  .header__contact_right {
	left: 727px;
  }
}

.client {
  width: 100px;
  height: 63px;
  line-height: 63px;
}

.client__image {
  width: 100%;
  vertical-align: middle;
}

.titles {
  text-align: center;
}

.titles__main {
  margin: -5px 0 0;
}

.titles__additional_trainer-features {
  margin-top: 9px;
}

.trainers-list__title {
  display: inline-block;
  vertical-align: top;
  min-width: 74px;
  position: relative;
  top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #252122;
}

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

.trainers-list__list__item {
  margin: 4px 0 0;
}
.trainers-list__list__item:first-child {
  margin-top: 0;
}

.trainers-list_smaller .trainers-list__title {
  min-width: 64px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  top: 7px;
}
.trainers-list_smaller .trainers-list__list {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.social-list {
  padding: 3px 0 0;
}

.social-list__item {
  margin: 20px 0 0;
  position: relative;
}
.social-list__item:first-child {
  margin-top: 0;
}
.social-list__item:after {
  content: '';
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("images/fade-right.png") repeat-y right center;
}

.social-list__item__icon {
  display: inline-block;
  vertical-align: middle;
}

.social-list__item__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 13px;
  position: relative;
  top: -1px;
}

.full-size-photo {
  margin: 24px 0 0;
  background: #fff;
  text-align: center;
  position: relative;
}

.full-size-photo__file {
  vertical-align: top;
  max-width: 100%;
}

.full-size-photo__top-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 38px;
  background: url("images/trainer-top-shadow.png") repeat-x center top;
}@media screen and (max-width: 1296px) {
  .full-size-photo__top-shadow {
	background-image: url("images/top-shadow_small.png");
  }
}

.full-size-photo__bottom-shadow {
  height: 87px;
  background: url("images/trainer-bottom-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .full-size-photo__bottom-shadow {
	background-image: url("images/trainer-bottom-shadow_small.png");
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
  }
}

.features {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.features__item {
  margin: 4px 0 0;
}
.features__item:first-child {
  margin-top: 0;
}

.experience__hours {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 0 0;
}

.experience__hours__more {
  font-size: 43px;
  line-height: 43px;
  color: #606060;
}

.experience__hours__value {
  margin: -2px 0 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  color: #000;
}

.experience__hours__units {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 9px;
  position: relative;
  top: -5px;
  font-size: 16px;
  line-height: 21px;
  color: #606060;
}

.experience__days {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0 0;
}

.experience__days__value {
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  color: #000;
}

.experience__days__description {
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #606060;
}

.experience__text {
  margin: 15px 0 0;
}

.trainer__stats {
	margin: 15px 0 0;
	font-size: 0;
}

.trainer__stats__item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.trainer__stats__item__body {
  margin: 22px 0 0;
  color: #606060;
}

.trainer__stats__item_education {
  width: 333px;
}
@media screen and (max-width: 1296px) {
  .trainer__stats__item_education {
	width: 270px;
  }
}

.trainer__stats__item_experience {
  width: 492px;
  margin: 0 0 0 69px;
}
@media screen and (max-width: 1296px) {
  .trainer__stats__item_experience {
	width: 378px;
	margin-left: 49px;
  }
}

.trainer__stats__item_contacts {
  margin: 0 0 0 36px;
  width: 220px;
}
@media screen and (max-width: 1296px) {
  .trainer__stats__item_contacts {
	width: 207px;
  }
}

.trainer__clients {
  margin: 80px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
  background-image: url("images/top-shadow.png"), url("images/bottom-shadow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}
@media screen and (max-width: 1296px) {
  .trainer__clients {
	background-image: url("images/top-shadow_small.png");
	background-image: url("images/top-shadow_small.png"), url("images/bottom-shadow_small.png");
  }
}

.trainer__projects {
	margin: 98px 0 0;
	font-size: 0;
}
.trainer__projects__item {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.trainer__projects__item__body {
  margin: 17px 0 0;
}

.trainer__projects__item__footer {
  margin: 28px 0 0;
}

.trainer__projects__item_own {
  width: 373px;
}
@media screen and (max-width: 1296px) {
  .trainer__projects__item_own {
	width: 300px;
  }
}

.trainer__projects__item_web {
  width: 402px;
  margin-left: 31px;
}
@media screen and (max-width: 1296px) {
  .trainer__projects__item_web {
	width: 300px;
	margin-left: 30px;
  }
}

.trainer__projects__item_media {
  width: 313px;
  margin-left: 31px;
}
@media screen and (max-width: 1296px) {
  .trainer__projects__item_media {
	width: 300px;
	margin-left: 30px;
  }
}

.trainer__clients {
  padding: 54px 0 59px;
}

.trainer__clients__carousel {
  margin: 6px 0 0;
}

.trainer__feedback {
  margin: 79px 0 0;
  padding: 59px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .trainer__feedback {
	background-image: url("images/top-shadow_small.png");
  }
}

.trainer__feedback__title {
  text-align: center;
}

.trainer__feedback__list {
  margin: 76px 0 0;
}

.trainings__filter__title {
  text-align: center;
}

.trainings__filter__body {
	margin: 53px 0 0;
	font-size: 0;
}

.trainings__switcher {
  margin: 38px 0 0;
  padding: 38px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .trainings__switcher {
	background-image: url("images/top-shadow_small.png");
  }
}

.trainings__tabs {
  position: relative;
}

.trainings__tabs__item {
  display: none;
}

.control {
  cursor: pointer;
  white-space: nowrap;
}

.control__input {
  display: none;
}
.lt-ie9 .control__input {
  display: inline-block;
  vertical-align: middle;
}

.control__icon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
}
.lt-ie9 .control__icon {
  display: none;
}

.control__label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding: 0 0 0 19px;
  /*font-weight: 600;*/
  font-size: 20px;
  line-height: 20px;
  color: #2181ca;
  white-space: normal;
}
.control__label:hover {
	color:#df7e00;
}
@media screen and (max-width: 1296px) {
  .control__label {
	font-size: 18px;
	line-height: 18px;
  }
}

.control_checkbox .control__icon {
  background: url("images/checkbox.png") no-repeat 0 0;
}
.control_checkbox .control__input:checked + .control__icon {
  background: url("images/checkbox.png") no-repeat 0 -23px;
}

.control_checkbox-dark .control__icon {
  background: url("images/checkbox.png") no-repeat -23px 0;
}
.control_checkbox-dark .control__input:checked + .control__icon {
  background: url("images/checkbox.png") no-repeat -23px -23px;
}
.control_checkbox-dark .control__label {
  color: #000;
}
.control_checkbox-dark .control__label:hover {
	color:#df7e00;
}

.control_radio-dark .control__icon {
  width: 26px;
  height: 25px;
  background: url("images/radio.png") no-repeat 0 0;
}
.control_radio-dark .control__input:checked + .control__icon {
  background-position: 0 -25px;
}
.control_radio-dark .control__label {
  color: #000;
}

.filter {
  margin: -13px 0;
  padding: 0 1px;
}

.filter__item {
  width: 261px;
  margin: 13px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1296px) {
  .filter__item {
	width: 210px;
  }
}

.switcher {
  position: relative;
  margin: 0 0 63px;
}

.switcher__body {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switcher__body__item {
  display: inline-block;
  vertical-align: top;
  height: 89px;
  line-height: 89px;
  background: #efece9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f2ef), color-stop(100%, #eae7e5));
  background: -webkit-linear-gradient(#f6f2ef, #eae7e5);
  background: -moz-linear-gradient(#f6f2ef, #eae7e5);
  background: -o-linear-gradient(#f6f2ef, #eae7e5);
  background: linear-gradient(#f6f2ef, #eae7e5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 0 #fbf9f8, inset -1px 0 0 #f1f1f1;
  font-size: 45px;
  font-weight: 400;
  color: #252122;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}
.switcher__body__item:first-child {
  border-radius: 5px 0 0 5px !important;
}
.switcher__body__item:last-child {
  border-radius: 0 5px 5px 0 !important;
}
.switcher__body__item:hover {
	color:#df7e00;
}

.switcher__body__item_active {
  background: #3984ae url("images/blue-pattern.png") repeat-x center center;
  border: none;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(14, 21, 159, 0.75);
  cursor: default;
}
.switcher__body__item_active:hover {
	color:#ffffff;
}
.switcher__shadow {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  right: 0;
  height: 90px;
  background: url("images/filter-bottom-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .switcher__shadow {
	background-image: url("images/filter-bottom-shadow_small.png");
  }
}

.stats__body__row__cell {
  vertical-align: middle;
  padding: 6px 0;
}

.stats__body__row__cell_title {
  width: 50%;
  font-weight: 600;
  font-size: 15px;
  line-height: 14px;
}
.stats__body__row__cell_value {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.training-preview {
  background: #fff;
}

.training-preview__title {
  border-left: 5px solid #b6c5dc;
  padding: 0 14px 0 8px;
}
.training-preview__title .link,
.training-preview__title .link:visited {
  color: #000;
}
.training-preview__title .link:hover,
.training-preview__title .link:focus {
  color: #bf230f;
  text-decoration: none;
}

.training-preview__summary {
  margin: 25px 0 0;
  padding: 0 24px 0 17px;
}

.training-preview__summary__left {
  padding: 5px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

.training-preview__summary__left__trainer {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.training-preview__summary__left__trainer__item {
  margin: 16px 0 0;
}
.training-preview__summary__left__trainer__item:first-child {
  margin-top: 0;
}

.training-preview__summary__left__topics {
  margin: 23px 0 0;
}

.training-preview__summary__left__topics__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.training-preview__summary__left__topics__list {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #2181ca;
}

.training-preview__summary__right {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 0 0 14px;
}

.training-preview__summary__right__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.training-preview__details {
  margin: 32px 0 0;
}

.training-preview__details__title {
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #2181ca;
}

.training-preview__details__line {
  margin: 17px 0 0;
  height: 1px;
  background: -webkit-gradient(linear, to right, to left, color-stop(0%, #f2f2f2), color-stop(50%, #c3c3c3), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(to right, #f2f2f2, #c3c3c3 50%, #f2f2f2);
  background: -moz-linear-gradient(to right, #f2f2f2, #c3c3c3 50%, #f2f2f2);
  background: -o-linear-gradient(to right, #f2f2f2, #c3c3c3 50%, #f2f2f2);
  background: linear-gradient(to right, #f2f2f2, #c3c3c3 50%, #f2f2f2);
}

.training-preview__details__body {
  padding: 12px 14px 18px;
  background: #f2f2f2;
}

.training-preview__details__body__button {
  margin: 5px 0 0;
}

.training-preview__details__body__not-available {
  padding: 8px 0 1px;
  font-weight: 600;
  font-size: 17px;
  color: #8c8c8c;
  text-align: center;
}

.trainings-index {
	margin: 0 -32px;
	text-align: center;
	font-size: 0;
}
@media screen and (max-width: 1296px) {
  .trainings-index {
	margin-left: 0;
	margin-right: 0;
  }
}

.trainings-index__item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 240px;
	padding: 10px 0 0 100px;
	position: relative;
	margin: 0 32px;
	font-size: 15px;
}
@media screen and (max-width: 1296px) {
  .trainings-index__item {
	padding-left: 0;
  }
}

.trainings-index__item__icon {
  position: absolute;
  left: -4px;
  top: 0;
}
@media screen and (max-width: 1296px) {
  .trainings-index__item__icon {
	display: none;
  }
}

.trainings-index__item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #2181ca;
}

.trainings-index__item__trainer {
  margin: 4px 0 0;
}

.trainings-index__item__description {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #252122;
}

.trainings-index__item__time {
  margin: 16px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

.trainings-index__item__topics {
	position: relative;
	z-index: 150;
	margin: 10px -4px 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}

.trainings-index__item__topics__title {
  display: inline;
  margin: 0 4px;
}

.trainings-index__item__topics__list {
  display: inline;
  color: #2181ca;
  text-transform: lowercase;
}

.trainings-index__item__topics__list__item {
  display: inline;
  margin: 0 4px;
}

.trainings-index__item__button {
  margin: 7px 0 0;
}

.trainings-preview {
  width: 1150px;
}
@media screen and (max-width: 1296px) {
  .trainings-preview {
	width: 752px;
	margin: 0 auto;
  }
}

.trainings-preview__item {
  padding: 26px 0 0;
  width: 355px;
  margin: 0 0 61px;
  box-shadow: 0 4px 43px rgba(0, 0, 0, 0.28);
}
.trainings-preview__item:hover {
  box-shadow: 0 4px 43px rgba(0, 0, 0, 0.5);
}
.no-boxshadow .trainings-preview__item {
  border: 1px solid #ccc;
  width: 353px;
}

.trainings-preview__item__shadow {
  height: 35px;
  background: url("images/training-preview-shadow.png") no-repeat center top;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.trainer-preview {
  padding: 15px 0 0 172px;
  min-height: 180px;
  position: relative;
}

.trainer-preview__title {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2181ca;
}

.trainer-preview__description {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: #252122;
}

.trainer-preview__left {
  position: absolute;
  left: 0;
  top: 0;
}

.trainer-preview__left__avatar {
  width: 152px;
  height: 152px;
}

.trainer-preview__left__avatar__file {
	vertical-align: top;
	width: 100%;
	height: 100%;
	border-radius: 76px;
}
.trainer-preview .trainer-preview__left__avatar__file.hover,
.trainer-preview .trainer-preview__left__avatar__file:hover {
	box-shadow: 0px 0px 25px 0px rgba(30, 90, 150, 0.5);
}
.trainer-preview__title a.link.hover {
  color: #df7e00;
  text-decoration: underline;
}
.trainer-preview__left__links {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: center;
  margin: -16px 0 0;
}

.trainer-preview__left__links__item {
  display: inline;
  vertical-align: top;
  margin: 0 2px;
}

.trainer-preview__left__shadow {
  width: 149px;
  height: 24px;
  background: url("images/avatar-shadow.png") no-repeat center center;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -75px;
}
.trainer-preview__left__shadow.hover {
	background: url(images/avatar-shadow2.png) no-repeat center center;	
}
.index-comment {
  position: relative;
}

.index-comment__container {
  height: 363px;
  line-height: 363px;
  padding: 0 54px 0 332px;
}

.index-comment__container__body {
  display: inline-block;
  vertical-align: middle;
  border: 5px solid #2181ca;
  border-bottom-width: 4px;
  border-top-width: 4px;
  box-shadow: 0 -1px 0 #3f92d1, inset 0 1px 0 #5ca3d8, inset 0 -1px 0 #a6cdea, 0 1px 0 #89bce3, 0 0 0 1px #c7dff2, inset 0 0 0 1px #c7dff2;
  border-radius: 22px/28px;
  padding: 17px 53px 20px 45px;
  min-height: 80px;
  font-size: 15px;
  line-height: 27px;
  color: #252122;
  position: relative;
  margin: -55px 0 49px;
}
@media screen and (max-width: 1296px) {
  .index-comment__container__body {
	font-size: 14px;
	line-height: 19px;
  }
}

.index-comment__container__body__left-bracket {
  width: 25px;
  height: 79px;
  background: url("images/bracket-liquid-blue-left.png") no-repeat center right;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -40px -1px 0 0;
}

.index-comment__container__body__right-bracket {
  width: 25px;
  height: 79px;
  background: url("images/bracket-liquid-blue-right.png") no-repeat center left;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -40px 0 0 -1px;
}

.index-comment__container__body__shadow {
  position: absolute;
  left: 0;
  top: 100%;
  height: 49px;
  width: 100%;
  background: url("images/index-comment-shadow.png") no-repeat center top;
  background-size: 100% 100%;
  margin: 0;
}

@media screen and (max-width: 1296px) {
  .index-comment__container__body__shadow {
	width: 538px;
	height: 36px;
	margin-left: -269px;
	background-image: url("images/index-comment-shadow_small.png");
  }
}

.index-comment__details {
  position: absolute;
  left: 24px;
  bottom: 50%;
  margin: 0 0 -13px;
  width: 270px;
  color: #252122;
}

.index-comment__details__author {
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.index-comment__details__post {
  margin: 9px 0 0;
  font-size: 13px;
  line-height: 18px;
}

.index-comment__details__date {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}

.call-request__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.call-request form {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 14px;
}

.call-request__form__row {
  margin: 15px 0 0;
}
.call-request__form__row:first-child {
  margin-top: 0;
}
.call-request__form__row textarea {
	height: 120px;
}

.call-request__form__row_submit {
	text-align: center;
	background: #F2F2F2;
	margin: 10px -25px -10px;
	padding: 20px;
}

.plain-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 100%;
  padding: 0 4px;
  border: 1px solid #abadb3;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
.plain-field:focus {
  outline: none;
  border-color: #2181ca;
}

.plain-select,
.inputselect {
  font-size: 14px;
  line-height: normal;
  margin:0 5px;
}

.plain-button {
  padding: 2px 8px 3px;
  background: #f0f0f0;
  border: 1px solid #9c9c9c;
  border-right-width: 2px;
  border-bottom-width: 2px;  font-size: 15px;
  color: #000;
}
.plain-button:active {
  border-right-width: 1px;
  border-bottom-width: 1px;
  margin-bottom: 1px;
}

.page-not-found {
  width: 960px;
  margin: 0 auto;
}

.page-not-found__error {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}

.page-not-found__error__index {
  font-weight: 400;
  font-size: 190px;
  line-height: 190px;
  color: #6b6b6b;
  letter-spacing: -4px;
}

.page-not-found__error__button {
  text-align: right;
}

.page-not-found__causes {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 0 20px;
  line-height: 20px;
}

.page-not-found__causes__list {
  margin: 10px 0 0;
}

.page-not-found__additional {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 0 20px;
}

.page-not-found__additional__item {
  position: relative;
  padding: 4px 0 0 88px;
  min-height: 67px;
  margin: 19px 0 0;
}
.page-not-found__additional__item:first-child {
  margin-top: 0;
}

.page-not-found__additional__item__image {
  position: absolute;
  left: 0;
  top: 0;
}

.page-not-found__additional__item__link {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.media-file {
  padding: 0 24px 24px 17px;
}

.media-file__description {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.media-file__topics {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #2181ca;
}

.media-file__topics__title {
  display: inline;
  vertical-align: baseline;
  font-weight: 700;
  color: black;
}

.media-file__topics__list {
  display: inline;
  vertical-align: baseline;
}

.media-file__topics__list__item {
  display: inline;
  vertical-align: baseline;
}

.media-file__actions {
  margin: 10px -10px 0;
}

.media-file__actions__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}


.contacts__summary {
	border-radius: 4px;
	padding: 16px 20px;
	font-weight: 400;
	font-size: 0;
	line-height: 22px;
	text-align: center;
}

.contacts__summary__item {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  font-size: 25px;
  font-weight: 700;
}

.contacts__feedback {
  margin: 26px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.contacts__feedback__handler {
  text-align: center;
}

.contacts__feedback__form {
	margin: 34px 0 0;
	padding: 20px 30px 40px;
	/*background: #ddd;*/
	border-radius: 4px;
	position: relative;
	display: none;
}

.contacts__feedback__form__close {
  width: 14px;
  height: 14px;
  background: url("images/cross.png") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.contacts__location {
	padding: 43px 0 0;
	background: url("images/top-shadow.png") no-repeat center top;

	margin: 28px 0 38px;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	position: relative;
}

.contacts__location__address {
  text-align: center;
}
.contacts__location__address .link {
	margin-left: 30px;
	text-decoration: none;
}
.contacts__location__address .link .icon {
	margin-right: 6px;
}
.contacts__location__address .link .link__text {
	text-decoration: underline;
}

.contacts__location__path {
  position: absolute;
  right: 0;
  top: 22px;
}

.contacts__map {
  margin: 12px 0 0;
}

.dropdown {
  position: relative;
}

.dropdown__control {
  width: 288px;
  height: 43px;
  line-height: 43px;
  padding: 0 40px 0 15px;
  background: #fff;
  position: relative;
  border: 2px solid #2181ca;
  border-radius: 6px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1296px) {
  .dropdown__control {
	width: 220px;
  }
}

.dropdown__control__value {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown__control__triangle {
  position: absolute;
  right: 16px;
  top: 17px;
  border-top: 12px solid #2181ca;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.dropdown__body {
  padding: 20px 22px;
  position: absolute;
  width: 839px;
  z-index: 1000;
  left: 0;
  top: 100%;
  margin: 5px 0 0;
  background: #fff;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.28);
  display: none;
}
@media screen and (max-width: 1296px) {
  .dropdown__body {
	width: 780px;
  }}
.no-boxshadow .dropdown__body {
  border: 1px solid #ccc;
  margin-left: -1px;
}

.dropdown_right .dropdown__body {
  left: auto;
  right: 0;
}

.dropdown_opened .dropdown__control {
  cursor: default;
}

.choose-author {
  font-size: 15px;
  line-height: 20px;
  margin: -10px;
}

.choose-author__item {
  display: inline-block;
  vertical-align: top;
  width: 245px;
  margin: 10px;
}

.choose-author__item .control__label {
  padding-left: 9px;
  padding-right: 10px;
}
.choose-author__item .control__icon {
  position: relative;
  top: 2px;
}

.choose-topic {
  font-size: 15px;
  line-height: 20px;
  margin: -10px;
}

.choose-topic__group {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 10px;
}
.choose-topic__group .control__label {
  font-size: 16px;
  line-height: 18px;
  padding-left: 9px;
  padding-right: 10px;
}

.choose-topic__group__title {
	font-size: 19px;
	/*text-transform: uppercase;*/
}
.choose-topic__group__title .control__label {
	font-size: 19px;
	font-weight: 700;
}

.choose-topic__group__list {
  margin: 4px 0 0;
  padding: 0 0 0 15px;
}
.choose-topic__group__list .control__label {
  font-weight: normal;
  font-weight: 300;
  color:#2181CA;
}

.choose-topic__group__list__item {
  margin: 4px 0 0;
}
.choose-topic__group__list__item:first-child {
  margin-top: 0;
}

.inline-control {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer;
}

.inline-control__control {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -7px 0 0;
}

.trainer-small {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding: 10px 0;
  white-space: nowrap;
}

.trainer-small__avatar {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.trainer-small__name {
  display: inline-block;
  vertical-align: middle;
  width: 175px;
  white-space: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2181ca;
}
.trainer-small__name:hover {
	color:#df7e00;
}
.cancel-filter {
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 20px;
}

.cancel-filter__item {
  display: inline-block;
  vertical-align: middle;
  width: 33.333%;
  text-align: center;
}

.about__principles__title {
  text-align: center;
}

.about__principles__list {
  margin: 20px -32px -15px;
  text-align: center;
}
@media screen and (max-width: 1296px) {
  .about__principles__list {
	margin-left: 0;
	margin-right: 0;
  }
}

.about__principles__list__item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  padding: 0 0 0 60px;
  position: relative;
  margin: 15px 32px;
  text-align: left;
}

.about__principles__list__item__icon {
  position: absolute;
  left: -4px;
  top: 0;
}

.about__principles__list__item__text {
  font-size: 14px;
  line-height: 20px;
  color: #252122;
}

.about__details {
  margin: 100px 0 0;
  text-align: center;
}

.about__details__item {
  display: inline-block;
  vertical-align: top;
  width: 36%;
  margin: 0 7%;
}
@media screen and (max-width: 1296px) {
  .about__details__item {
	width: 44%;
	margin: 0 3%;
  }
}

.about__details__item__body {
  margin: 60px 0 0;
  padding: 0 20px;
  text-align: left;
}

.about__details__item_course {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  float:left;
}

.about__clients {
  margin: 100px 0 0;
}

.about__clients__title {
  text-align: center;
}

.about__clients__carousel {
  margin: 20px 0 0;
}

.about__client-details {
  margin: 75px 0 0;
}

@media screen and (max-width: 1296px) {
  .clients {
	width: 750px;
	margin: 0 auto;
  }
}

.clients__item {
  width: 350px;
  margin: 0 0 30px;
}

.clients__item__title__inner {
  display: inline-block;
  vertical-align: top;
  padding: 4px 8px 4px 4px;
  text-transform: uppercase;
  background: #0099cc;
  color: #fff;
  font-weight: 600;
}

.clients__item__body {
  margin: 10px 0 0;
}

.media__filter {
  height: 47px;
  padding: 25px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  position: relative;
}

.media__filter__item {
  position: absolute;
  top: 0;
}

.media__filter__item_topic {
  left: 182px;
}
@media screen and (max-width: 1296px) {
  .media__filter__item_topic {
	left: 117px;
  }
}

.media__filter__item_author {
  left: 718px;
}
@media screen and (max-width: 1296px) {
  .media__filter__item_author {
	left: 663px;
  }
}

.media__filter__item__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0 0;
  font-weight: 700;
  font-size: 25px;
  color: #252122;
  position: absolute;
  right: 100%;
  top: 13px;
}

.media__filter__item__dropdown {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.media__list {
  padding: 33px 0 0;
  background: url("images/top-shadow.png") no-repeat center top;
}
@media screen and (max-width: 1296px) {
  .media__list {
	background-image: url("images/top-shadow_small.png");
  }
}

.media__list__item {
  margin: 40px 0 0;
}
.media__list__item:first-child {
  margin-top: 0;
}

.media__list__item__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

.media__list__item__body {
  margin: 46px 0 0;
}

.media__list__item__details {
  text-align: center;
}

.media-preview {
  width: 1150px;
}
@media screen and (max-width: 1296px) {
  .media-preview {
	width: 752px;
	margin: 0 auto;
  }
}

.media-preview__item {
  padding: 26px 0 0;
  width: 355px;
  margin: 0 0 61px;
  box-shadow: 0 4px 43px rgba(0, 0, 0, 0.28);
  background: #fff;
}
.media-preview__item:hover {
  box-shadow: 0 4px 43px rgba(0, 0, 0, 0.5);	
}
.no-boxshadow .media-preview__item {
  width: 353px;
  border: 1px solid #ccc;
}

.media-preview__item__shadow {
  height: 35px;
  background: url("images/training-preview-shadow.png") no-repeat center top;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.partners {
  margin: -22px 0;
  text-align: center;
}

.partners__item {
	margin: 22px 15px;
	display: inline-block;
	vertical-align: middle;
}

.partners__item__link {
  display: block;
}
.partners__item__link__all {
	display: inline-block;
	width: 139px;
	height: 129px;
	background: url("images/250.png") no-repeat 0 0;
}
.partners__item__link__all:hover {
	background-position: 0 -129px;
}


.partners__item__link__image {
	vertical-align: top;
	position:relative;
}

.footer {
  height: 196px;
  position: relative;
  font-size: 17px;
  line-height: 30px;
}
@media screen and (max-width: 1296px) {
  .footer {
	font-size: 15px;
	line-height: 24px;
  }
}

.footer__contacts {
  font-weight: 400;
  color: #000;
  position: absolute;
  left: 0;
  top: 23px;
}

.footer__subscribe {
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 119px;
}

.footer__nav {
	position: absolute;
	left: 520px;
	top: 23px;
	width: 280px;
}
.footer .footer__fb {
	position: absolute;
	right: 0;
	display:block;
	top: 23px;
	width: 300px;
}

@media screen and (max-width: 1296px) {
  .footer__nav {
	left: 470px;
  }

}

.footer__nav__list__item {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 33px 0 0;
}
.footer__nav__list__item:first-child {
  margin-left: 0;
}

.footer__copyright {
	position: absolute;
	left: 0;
	right: 0;
	top: 230px;
	text-align: center;
}

.nav {
  text-align: justify;
  height: 40px;
  overflow: hidden;
  cursor: default;
  margin: 0 -5px;
  font-size: 14px;
  line-height: 22px;
  color: #252122;
  letter-spacing: .6px;
}
@media screen and (max-width: 1296px){
  .nav {
    margin: 0 -5px;
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.nav:after {
  content: "1";
  margin-left: 100%;
  height: 1px;
  overflow: hidden;
  display: inline-block;
}

.nav__item {
  display: inline-block;
}

.nav__item__link {
  display: block;
  position: relative;
  text-align: center;
  padding: 9px 5px;
}

@media screen and (max-width: 1296px){
  .nav__item__link {
    padding: 9px 2px;
  }
}

.nav__item__link__label {
  white-space: nowrap;
}
.nav__item__link:hover .nav__item__link__label, .nav__item__link:focus .nav__item__link__label, .nav__item__link_active .nav__item__link__label {
  color: #ad2228;
}

.nav__item__link__bracket {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.nav__item__link:hover .nav__item__link__bracket, .nav__item__link:focus .nav__item__link__bracket, .nav__item__link_active .nav__item__link__bracket {
  display: block;
}

.page {
  width: 1150px;
  padding: 0 63px;
  margin: 0 auto;
}
@media screen and (max-width: 1296px) {
  .page {
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
  }
}

.page__nav {
  padding: 9px 0 0;
}

.page__titles {
  margin: 13px 0 0;
}

.page__body {
  min-height: 300px;
  padding: 0 0 50px;
  background: url("images/page-body-shadow.png") no-repeat center bottom;
}
@media screen and (max-width: 1296px) {
  .page__body {
	background-image: url("images/page-body-shadow_small.png");
  }
}

.page__body_training,
.page__body_service-description {
  margin-top: 69px;
}

.page__body_service-description p {
  margin: 1em 0;
}

.page__body_trainer {
  margin-top: 26px;
}

.page__body_trainings {
  margin-top: 29px;
}

.page__body_index {
  margin-top: 64px;
}

.page__body_not-found {
  margin-top: 90px;
}

.page__body_contacts {
  margin-top: 76px;
}

.page__body_about {
  margin-top: 59px;
}

.page__body_media {
  margin-top: 66px;
}

.page__body_tech {
  margin: 43px 0 0;
}

.carousel {
  position: relative;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
}

.carousel__viewport__list {
  width: 20000em;
  position: relative;
}

.carousel__viewport__list__item {
  display: inline-block;
  vertical-align: middle;
  margin:0 20px;
}

.carousel_clients {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 1296px) {
  .carousel_clients {
	margin-left: 15px;
	margin-right: 15px;
  }
}
.carousel_clients .carousel__viewport__list__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.carousel_clients .carousel__arrow {
  width: 25px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin: -21px 0 0;
  cursor: pointer;
}
.carousel_clients .carousel__arrow_prev {
  left: 0;
  background: url("images/arrow-left.png");
}
.carousel_clients .carousel__arrow_next {
  right: 0;
  background: url("images/arrow-right.png");
}

.carousel_feedback {
  width: 1150px;
}
 a.pluso-more {
	 display:none !important;
 }
 
.left-row {
	width: 44%;
}

.right-row {
	width: 44%;
	float:right;
}

@media screen and (max-width: 1296px) {
  .carousel_feedback {
	width: 960px;
  }
}
.carousel_feedback .carousel__viewport {
  width: 1150px;
}
@media screen and (max-width: 1296px) {
  .carousel_feedback .carousel__viewport {
	width: 960px;
  }
}
.carousel_feedback .carousel__viewport__list__item {
  width: 1150px;
}
@media screen and (max-width: 1296px) {
  .carousel_feedback .carousel__viewport__list__item {
	width: 960px;
  }
}
.carousel_feedback .carousel__arrow {
  width: 25px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin: 34px 0 0;
  cursor: pointer;
}
.carousel_feedback .carousel__arrow_prev {
	left: 26px;
	background: url("images/arrows.png") -5px -5px;
}
.carousel_feedback .carousel__arrow_prev:hover {
	background-position: -5px -52px;
}

.carousel_feedback .carousel__arrow_next {
	left: 82px;
	background: url("images/arrows.png") -35px -5px;
}
.carousel_feedback .carousel__arrow_next:hover {
	background-position: -35px -52px;
}

.tech {
  background: url("images/top-shadow.png") no-repeat center top;
  padding: 20px 0 0;
}
@media screen and (max-width: 1296px) {
  .tech {
	background-image: url("images/top-shadow_small.png");
  }
}

.tech__item {
  margin: 40px 0 0;
}

.subnav {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.subnav .subnav {
  margin: 10px 0 0 20px;
}

.subnav__item {
  margin: 11px 0 0;
  padding: 0 0 0 10px;
  position: relative;
}
.subnav__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  margin: 0 7px 0 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
}
.subnav__item:first-child {
  margin-top: 0;
}

.pagination {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2181ca;
}

.pagination__list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.pagination__list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}

.pagination__list__item__link {
  display: block;
  padding: 11px 6px 9px;
  border: 2px solid transparent;
  border-radius: 4px;
}
.pagination__list__item__link:hover {
  color: #eb8807;
}

.pagination__list__item__link_active {
  color: #d71b48;
  border-color: #d71b48;
}
.pagination__list__item__link_active:hover, .pagination__list__item__link_active:focus {
  color: #d71b48;
  cursor: default;
}

.pagination__prev {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 32px;
  background: url("images/arrow-left_blue.png") no-repeat center center;
}

.pagination__next {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 32px;
  background: url("images/arrow-right_blue.png") no-repeat center center;
}

#popup-shadow {
	background:url(images/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:100;
	display:none;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
  }

  a,
  a:visited {
	text-decoration: underline;
  }

  /*a[href]:after {
	content: " (" attr(href) ")";
  }*/

  abbr[title]:after {
	content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
	content: "";
  }

  pre,
  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
  }

  thead {
	display: table-header-group;
	/* h5bp.com/t */
  }

  tr,
  img {
	page-break-inside: avoid;
  }

  img {
	max-width: 100% !important;
  }

  @page {
	margin: 0.5cm;
}

  p,
  h2,
  h3 {
	orphans: 3;
	widows: 3;
  }

  h2,
  h3 {
	page-break-after: avoid;
  }
  
  
  
	#bx-panel, #bx-panel-back,
	.page__nav,
	.media__filter
	{
		display: none !important;
	}
}
@media screen and (max-width: 1296px) {
	.panel-button__background {



	}
	.panel-button {
	  position:relative;
	  left:-104px;
	  
	}
	.panel-button__link__clock-icon {
	  
	}
	.panel-button__link {
	  top:29px;
	  left:185px;
	}

	.footer__nav {
	  left:414px;
	}
  
	.training-info__body__row__cell_date {
		width: 220px;
	}  
	.index-comment__container__body__shadow {
		width: 417px;
		margin-left:0;
	}  
  
	.partners__item {
		margin: 22px 12px;
	}
	.index__partners {
		background-image: none;
		} 
}