/*============================================================================*/
/*--------------------100% height--------------------*/
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  overflow: auto;
}
.ie9 body {
  overflow: visible;
}
.display-flex {
  /* old syntax */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  box-align: stretch;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -ms-flex-pack: justify;
  box-pack: start;
  /* new syntax */
  /*display: -webkit-flex;*/
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column no-wrap;
  -moz-flex-flow: column no-wrap;
  -ms-flex-flow: column no-wrap;
  -o-flex-flow: column no-wrap;
  flex-flow: column no-wrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: none;
  flex-direction: column;
  /* row, column, row-reverse или column-reverse */
  flex-wrap: no-wrap;
  /* wrap, no-wrap и wrap-reverse */
  align-items: stretch;
  /* flex-start/baseline, flex-end, center, stretch */
  justify-content: space-between;
  /* flex-start, flex-end, center, space-around, space-between */
}
.template {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  -ms-flex-positive: 1;
  flex: 1 0 auto;
}
.template-top {
  position: relative;
}
.template-middle {
  position: relative;
  -moz-column-count: auto;
  -moz-column-width: 10000px;
  column: auto;
  display: block;
  display: flex;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -ms-flex-positive: 1;
  -ms-flex-negative: 0;
  -ms-flex-preferred-size: auto;
  box-flex: 1;
  flex: 1 1 auto;
}
.template-middle-cell {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.template-middle-cell:before,
.template-middle-cell:after {
  content: "";
  width: 100%;
  height: 0;
  display: table;
  clear: both;
}
.template-bottom {
  position: relative;

}
.ie8 .template,
.ie9 .template {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.ie8 .template-top,
.ie9 .template-top,
.ie8 .template-middle,
.ie9 .template-middle,
.ie8 .template-bottom,
.ie9 .template-bottom {
  display: table-row;
}
.ie8 .template-cell,
.ie9 .template-cell {
  width: 100%;
  display: table-cell;
}
.ie8 .template-middle,
.ie9 .template-middle {
  height: 100%;
}
.ie8 .template-middle-cell,
.ie9 .template-middle-cell {
  position: relative;
  height: auto;
  min-height: 0;
}
/*---------------------------------------------------*/
body {
  font: 13px/1.538 sans-serif;
}
/*------------------- Базовые стили (самый минимум) --------------------------*/
body,
select,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  /*Включаем сглаживание шрифтов*/
  -webkit-font-smoothing: subpixel-antialiased !important;
  /*-webkit-backface-visibility: hidden;*/
  /*Для некоторых элементов принудительно прописать*/
  /*-webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0);
	box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0);*/
}
h3,
.h3 {
  /*font-family: 'PT Sans Narrow', sans-serif;*/
}
p img.float-left,
p img[align="left"] {
  margin: 3px 20px 15px 0;
}
p img.float-right,
p img[align="right"] {
  margin: 3px 0 15px 20px;
}
a {
  text-decoration: underline;
}
a,
a:active,
a:focus {
  outline: none;
  color: #d23737;
}
a:visited:hover,
a:hover {
  /*color: @link-hover-color;*/
}
a:hover {
  text-decoration: none;
}
.link {
  text-decoration: underline;
  outline: none;
  color: #d23737;
}
.link:hover {
  text-decoration: none;
}
.link-black {
  color: #000000;
}
.link-black:hover {
  color: #d23737;
}
body .pseudo_link {
  position: relative;
  top: -0.154em;
  border-bottom: 1px dotted;
  text-decoration: none;
}
body .pseudo_link .link_text {
  position: relative;
  top: 0.154em;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
ul.ul-list {
  padding: 0;
  margin: 0.55em 0 1.1em 0;
}
ul.ul-list > li {
  position: relative;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
ul.ul-list > li:before {
  position: absolute;
  content: '•';
  font-size: 12px;
  top: 0;
  margin: 0 0 0 -15px;
  color: #d0155a;
}
ol.ol-list {
  padding: 0;
  margin: 0.55em 0 1.1em 0;
  counter-reset: list;
}
ol.ol-list > li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
ol.ol-list > li:before {
  position: absolute;
  counter-increment: list;
  content: counter(list) ". ";
  margin: 0 0 0 -20px;
  text-align: right;
  color: #d0155a;
}
.table {
  width: 100%;
  max-width: 100%;
  margin: 0.55em 0 1.1em 0;
  border-collapse: collapse;
}
.table td {
  padding: 19px 10px;
  border: none;
}
.table tr + tr td {
  border-top: 1px solid #e9e9e9;
}
.table .thead td,
.table thead td {
  border: none;
  border-bottom: 1px solid #d3d3d4;
  color: #808084;
}
.table .thead + tr td,
.table thead + tbody tr td {
  border-top-color: #d3d3d4;
}
.ptsans {
  font-family: 'PT Sans', sans-serif;
}
.ptsans-narrow {
  font-family: 'PT Sans Narrow', sans-serif;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
p:first-child,
blockquote:first-child,
.blockquote:first-child,
.ul-list:first-child,
.ol-list:first-child,
.table:first-child {
  margin-top: 0;
}
/*----------------------------------------------------------------------------*/
.wrapper {
  min-width: 480px;
  margin: 0 auto;
}
/*----------- Не-семантические классы-хелперы --------------------------------*/
/* для замены картинки */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Прячем как от скринридеров, так и от браузеров */
.hidden {
  display: none;
  visibility: hidden;
}
/* Прячем визуально, но не от скринридеров */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Прячем визуально и от скринридеров, оставляя при этом разметку */
.invisible {
  visibility: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.block-elem {
  display: block;
}
/*----------------------------------------------------------------------------*/
/*-----form_grid--------------------------------*/
body .form_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.form_grid .register_hr {
  width: 100%;
  height: 1px;
  margin: 25px 0px;
  background-color: #eeeeee;
  list-style-type: none;
}
.form_grid .form_row {
  padding: 0;
  margin: 0;
}
.form_grid .form_row + .form_row {
  margin-top: 18px;
}
.form_grid .form_row:before {
  display: none;
}
.form_grid .form_row.warning-row {
  margin-top: 22px;
  margin-bottom: 16px;
}
.form_grid .form_cell {
  vertical-align: baseline;
  white-space: normal;
}
.form_grid .form_cell + .form_cell {
  margin-top: 15px;
}
.form_grid .title_cell {
  margin: 0 0 9px 0;
  padding-left: 4px;
  vertical-align: middle;
}
.form_grid .title_cell + .form_cell {
  margin-top: 0;
}
.form_grid .title_cell .subtitle {
  font-size: 13px;
  color: #999;
}
.required {
  color: #d23737;
}
.check_list {
  font-size: 0;
  line-height: 0;
  width: 100%;
  display: table;
}
.check_list-wrap {
  margin: 0 -10px -10px 0;
}
.check_list .check_item {
  font-size: 11px;
  line-height: 1.846;
  text-transform: uppercase;
}
.check_list .check_item + .check_item {
  margin-top: 5px;
}
.check_list.color-list .check_item {
  margin: 0 8px 10px 0;
  display: inline-block;
}
.cell_wrap {
  display: table;
}
.cell_wrap > .cell_row {
  display: table-row;
}
.cell_wrap > .cell_row + .cell_row > .cell_item {
  padding-top: 20px;
}
.cell_wrap .cell_item {
  display: table-cell;
  float: none;
}
.cell_wrap .cell_item + .cell_item {
  padding-left: 20px;
}
.cell_wrap .cell_item[class*="col-xs-"],
.cell_wrap .cell_item[class*="col-sm-"],
.cell_wrap .cell_item[class*="col-md-"],
.cell_wrap .cell_item[class*="col-lg-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cell_wrap[align="left"] {
  margin-right: auto;
}
.cell_wrap[align="right"] {
  margin-left: auto;
}
.cell_wrap[align="center"] {
  margin-left: auto;
  margin-right: auto;
}
.msg-warning {
  color: #808084;
}
.msg-success {
  color: #d0155a;
}
.required {
  color: #d0155a;
}
.fieldset_style {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}
.fieldset_style.has_legend {
  padding-top: 10px;
  border-top: 1px solid #ededed;
}
.fieldset_style legend {
  margin: 0;
  padding-right: 10px;
}
.fieldset_style legend[align="left"] {
  margin-right: auto;
  margin-left: 0;
  padding-right: 10px;
}
.fieldset_style legend[align="center"] {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.fieldset_style legend[align="right"] {
  margin-right: 0;
  margin-left: auto;
  padding-left: 10px;
}
.fieldset_style.type-1 {
  position: relative;
  padding: 15px 20px 15px 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f5f5f5;
}
.fieldset_style.type-1 .fieldset-title {
  margin-bottom: 30px;
}
.form_head .fieldset-title {
  margin: 0;
}
.width-full {
  width: 100%;
}
/*-----input_style------------------------------*/
.input_style {
  position: relative;
  font-size: 15px;
  height: 28px;
  padding: 0px 9px 0px 9px;
  border: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff no-repeat right -3px;
  display: inline-block;
  outline: none;
  color: #000000;
}
.input_style::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.input_style:-ms-input-placeholder {
  color: #8a8a8a;
}
.input_style::-webkit-input-placeholder {
  color: #8a8a8a;
}
.input_style::-ms-clear {
  display: none;
}
.input_style:hover,
.input_style.hover {
  border-color: #dddddd;
}
.input_style:focus,
.input_style.focus {
  border-color: #dddddd;
}
.input_style.error {
  border-color: #d23737;
  background-image: url("/images/adaptive/input_error_icon.png");
}
textarea.input_style {
  height: auto;
  line-height: 1.6;
  padding-top: 6px;
  padding-bottom: 6px;
  resize: both;
  overflow: auto;
}
textarea.input_style.no-resize {
  resize: none;
}
textarea.input_style.resize-v {
  resize: vertical;
}
textarea.input_style.resize-h {
  resize: horizontal;
}
label.input_style {
  vertical-align: top;
}
.ie7 .input_style,
.ie8 .input_style,
div.input_style {
  line-height: 26px;
}
.ie7 textarea.input_style,
.ie8 textarea.input_style {
  line-height: 1.333;
}
.input_style[type="password"] {
  font-family: sans-serif;
}
.input_style .input_style {
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input_style .placeholder_wrap {
  height: 100%;
  vertical-align: top;
}
.input_validate,
.input_wrap {
  position: relative;
  padding: 0;
  display: inline-block;
}
.input_validate .input_tooltip,
.input_wrap .input_tooltip {
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.412;
  top: 7px;
  left: 100%;
  min-width: 200px;
  margin: 0 0 0 80px;
  display: none;
  text-align: left;
}
.input_validate .input_tooltip:before,
.input_wrap .input_tooltip:before {
  position: absolute;
  content: "";
  top: 12px;
  right: 100%;
  width: 30px;
  margin: 0 25px 0 0;
  border-bottom: 1px solid #ccc;
}
.input_validate .input_style:focus ~ .input_tooltip,
.input_wrap .input_style:focus ~ .input_tooltip {
  display: block;
}
.input_validate .input_style.focus ~ .input_tooltip,
.input_wrap .input_style.focus ~ .input_tooltip {
  display: block;
}
.input_validate .validate-error,
.input_wrap .validate-error {
  display: block;
}
.input_validate .error-marker,
.input_wrap .error-marker {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #ffffff url("/images/adaptive/input_error_marker.png") 0 0 no-repeat;
  display: none;
  cursor: pointer;
  z-index: 510;
}
.input_validate .error-marker .marker-tooltip,
.input_wrap .error-marker .marker-tooltip,
.input_validate .error-marker[data-title]:before,
.input_wrap .error-marker[data-title]:before {
  position: absolute;
  font-size: 13px;
  line-height: 30px;
  bottom: 100%;
  right: 50%;
  margin: 0 0 8px 0;
  text-align: center;
  white-space: nowrap;
  display: none;
  color: #fff;
}
.input_validate .error-marker .validate-error,
.input_wrap .error-marker .validate-error,
.input_validate .error-marker[data-title]:before,
.input_wrap .error-marker[data-title]:before {
  padding: 0 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #303030;
}
.input_validate .error-marker .validate-error,
.input_wrap .error-marker .validate-error {
  position: relative;
  left: 50%;
  display: block;
}
.input_validate .error-marker[data-title]:before,
.input_wrap .error-marker[data-title]:before {
  content: attr(data-title);
  min-width: 130px;
  margin: 0 -75px 10px 0;
}
.input_validate .error-marker .validate-error:after,
.input_wrap .error-marker .validate-error:after,
.input_validate .error-marker[data-title]:after,
.input_wrap .error-marker[data-title]:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  margin: 0 0 4px -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #303030;
  display: none;
}
.input_validate .error-marker .validate-error:after,
.input_wrap .error-marker .validate-error:after {
  top: 100%;
  bottom: auto;
  margin-bottom: 0;
  display: block;
}
.input_validate .error-marker[data-title] .marker-tooltip,
.input_wrap .error-marker[data-title] .marker-tooltip {
  display: none !important;
}
.input_validate .error-marker[data-title]:hover:before,
.input_wrap .error-marker[data-title]:hover:before,
.input_validate .error-marker[data-title]:hover:after,
.input_wrap .error-marker[data-title]:hover:after,
.input_validate .error-marker:hover .marker-tooltip,
.input_wrap .error-marker:hover .marker-tooltip {
  display: block;
}
.input_validate.error .error-marker,
.input_wrap.error .error-marker {
  display: block;
}
.input_validate .input_style.error ~ .error-marker,
.input_wrap .input_style.error ~ .error-marker {
  display: block;
}
.input_validate .required,
.input_wrap .required {
  position: absolute;
  line-height: 0;
  bottom: 100%;
  left: 100%;
}
/*-----------------------------------*/
.placeholder_wrap {
  position: relative;
  vertical-align: middle;
}
.placeholder_wrap .input_style {
  z-index: 5;
}
.placeholder_wrap .error-marker {
  z-index: 15;
}
.placeholder_wrap .placeholder_cont {
  position: absolute;
  font-size: 13px;
  line-height: 28px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #8a8a8a;
  cursor: text;
  z-index: 10;
}
.placeholder_wrap textarea ~ .placeholder_cont {
  white-space: normal;
}
.placeholder_wrap .placeholder_text {
  padding: 0px 9px 0px 9px;
  display: block;
}
.placeholder_wrap .input_style:focus ~ .placeholder_cont {
  display: none;
}
.placeholder_wrap.focus .placeholder_cont,
.placeholder_wrap.no-empty .placeholder_cont {
  display: none;
}
/*-----------------------------------*/
.select_style {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 28px;
  line-height: 20px;
  padding: 3px 4px 3px 5px;
  border: 1px solid #dddddd;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  color: #000000;
  zoom: 1;
}
.select_style[multiple] {
  height: auto;
}
.select_style::-ms-value {
  padding: 0 3px 0 3px;
  margin: 0;
}
.select_style option {
  padding: 4px 9px 3px 9px;
}
.select_style option:hover,
.select_style option:checked {
  background: #d0155a !important;
  color: #fff !important;
}
.select_style:hover {
  border-color: #dddddd;
}
.select_style:focus,
.select_style.focus {
  border-color: #dddddd;
  -webkit-box-shadow: 0 1px 4px 0 rgba(30, 35, 33, 0.31) inset, 0 0 5px 0 #814597;
  box-shadow: 0 1px 4px 0 rgba(30, 35, 33, 0.31) inset, 0 0 5px 0 #814597;
}
.select_style.error {
  border-color: #d23737;
}
/*-----------------------------------*/
/*---button_style---*/
.button {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.538;
  height: auto;
  padding: 0px;
  border: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}
.button,
.button:active,
.button:visited {
  color: #000000;
}
.button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
}
.button-search.button:before {
    background: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.search2 .button.button-search3:before{
    background: unset;
}
.search2 .button:before{

}
.button__cont {
  position: relative;
  padding: 0px 15px 0 15px;
  display: block;
  pointer-events: none;
  cursor: pointer;
  z-index: 1;
}
.button__text {
  position: relative;
  line-height: 1.538;
  pointer-events: none;
  cursor: pointer;
}
.button:disabled,
.button.disabled,
.button:disabled:hover:active,
.button.disabled:hover:active {
  cursor: default;
  color: #ffffff;
}
.button-default {
    height: 28px;
    line-height: 27px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #d23737;
    border-radius: 3px;
    width: auto;
}
.search2 .button-default {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61px;
}
.button-default,
.button-default:active,
.button-default:visited {
  color: #ffffff;
}
.button-default:hover {
  text-decoration: none;
  color: #ffffff;
}
.button-grey {
  height: 28px;
  line-height: 27px;
  border: 1px solid #d8d8d8;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #bebebe;
}
.button-grey,
.button-grey:active,
.button-grey:visited {
  color: #ffffff;
}
.button-grey:hover {
  text-decoration: none;
  color: #ffffff;
}
.button-search {
  height: 28px;
  width: 33px;
  padding: 0;
  border: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  vertical-align: top;
}
.button-search-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 28px;
  overflow: hidden;
}
.button-search__cont {
  height: inherit;
  padding: 0;
display: none;
}
.button-search__text {
  position: absolute;
  top: 14px;
  right: 9px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/images/adaptive/icons.png") 100% 100% no-repeat;
  background-position: 0 -28px;
}
.button-search2-wrap {
position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}
/*---upload_button---*/
.upload_button .upload_input {
  position: absolute;
  font-size: 500px;
  top: -150px;
  right: -2px;
  height: 300px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 10;
}
.upload_button .upload_input-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*---------upload_container-----------*/
.upload_container {
  position: relative;
}
.upload_container .upload_head {
  position: relative;
}
.upload_container .image_block {
  width: 250px;
  min-height: 250px;
  border: 2px dashed blue;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.upload_container .image_block .image_block .image_item {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.upload_container .file_input {
  display: block;
}
.upload_container .file_input_tooltip {
  color: #808084;
}
.upload_container .default_text {
  color: #979797;
}
.upload_container .uploaded-hide.hidden {
  display: none;
}
.upload_container .uploaded-show.hidden {
  display: none;
}
.dynamic_form-item + .dynamic_form-item {
  margin-top: 20px;
}
/*---------check_radio-----------*/
.check_radio {
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  /*------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------*/
}
.check_radio:hover {
  text-decoration: none;
}
.check_radio:after {
  position: relative;
  content: "\00A0";
  width: 0;
  display: inline-block;
}
.check_radio .check_style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 10;
}
.check_radio .check_style:disabled,
.check_radio .check_style[disabled] {
  cursor: default;
}
.check_radio.disabled {
  cursor: default;
}
.check_radio.disabled .check_style {
  cursor: default;
}
.check_radio .check_radio_text {
  display: inline-block;
  cursor: inherit;
}
.check_radio .check_radio_icon {
  position: absolute;
  left: auto;
  top: auto;
  margin: -1px 0 0 -20px;
  display: inline-block;
  float: left;
}
.check_radio .check_radio_icon:before {
  display: inline-block;
  content: "\00A0";
  width: 20px;
}
.check_radio .check_radio_icon ~ .check_radio_text {
  padding-left: 5px;
}
.check_radio .radio_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 19px;
  margin-top: -10px;
  background: url("/images/radio_icon.png") 0 0 no-repeat;
}
.check_radio.checked .radio_icon,
.ui-tabs-active .check_radio .radio_icon {
  background-position: -21px 0;
}
.check_radio .check_style:checked ~ .check_radio_icon .radio_icon {
  background-position: -21px 0;
}
.check_radio .check_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 20px;
  margin-top: -10px;
  background: #ffffff url("/images/checkbox-icon.png") 0 0 no-repeat;
}
.check_radio:hover .check_icon {
  background-position: 0 -21px;
}
.check_radio.checked .check_icon {
  background-position: 0 -42px;
}
.check_radio .check_style:checked ~ .check_radio_icon .check_icon {
  background-position: 0 -42px;
}
.check_radio.error .check_icon {
  background-position: 0 -63px;
}
.check_radio .check_style.error ~ .check_radio_icon .check_icon {
  background-position: 0 -63px;
}
.check_radio.disabled .check_icon {
  background-position: 0 -84px;
}
.check_radio .check_style:disabled ~ .check_radio_icon .check_icon {
  background-position: 0 -84px;
}
/*----------popup_container----------*/
.popup_container {
  position: relative;
  display: inline-block;
}
table.popup_container {
  display: table;
}
tbody.popup_container {
  display: table-row-group;
}
td.popup_container,
th.popup_container {
  display: table-cell;
}
.popup_container .popup_cont {
  position: absolute;
  background: url("/images/blank.gif");
  display: none;
  z-index: 500;
}
.popup_container tr.popup_cont {
  position: static;
}
.popup_container.hover_popup .popup_title:hover ~ .popup_cont,
.popup_container.hover_popup .popup_cont:hover {
  display: block;
}
.popup_container.hover_popup .popup_title:hover ~ tr.popup_cont,
.popup_container.hover_popup tr.popup_cont:hover {
  display: table-row;
}
.popup_container.open_popup .popup_cont {
  display: block;
}
.popup_container.open_popup tr.popup_cont {
  display: table-row;
}
/*----------social------------------*/
.social {
  position: relative;
  display: inline-block;
}
.social .b-share {
  position: relative;
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.social .b-share__handle {
  width: 27px;
  height: 27px;
  margin: 0 0 0 0;
  padding: 0 !important;
  float: left;
}
.social .b-share__handle + .b-share__handle {
  margin: 0 0 0 10px;
}
.social .b-share-icon {
  width: 27px;
  height: 27px;
  float: left;
}
.social .b-share-icon_twitter {
  background: url('/images/twiter.png') no-repeat;
}
.social .b-share-icon_facebook {
  background: url('/images/facebook.png') no-repeat;
}
.social .b-share-icon_youtube {
  background: url('/images/youtube.png') no-repeat;
}
.social .b-share-icon_gplus {
  background: url('/images/google.png') no-repeat;
}

.social .b-share-icon_twitter:hover {
  background: url('/images/twiter_hover.png') no-repeat;
}
.social .b-share-icon_facebook:hover {
  background: url('/images/facebook_hover.png') no-repeat;
}
.social .b-share-icon_youtube:hover {
  background: url('/images/youtube_hover.png') no-repeat;
}
.social .b-share-icon_gplus:hover {
  background: url('/images/google_hover.png') no-repeat;
}
/*--------------------*/
body .default_list {
  padding: 0;
  margin: 0;
}
body .default_list.menu-list_main{
padding: 20px 0;
position: relative;
    margin: 0 auto;
}
body .default_list > li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
body .default_list > li:before {
  position: inherit;
  content: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  border: none;
  display: none;
  background: none;
}
.justify_list {
  text-align: justify;
  text-justify: newspaper;
  text-align-last: justify;
}
.justify_list:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.justify_list > li {
  text-align: left;
  text-justify: auto;
  text-align-last: left;
}
.ui-resize-block {
  position: relative;
}
.ui-resize-block .resize-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.ui-resize-block .resize-frame body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.animation {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/*-----------------------------column_wrapper---------------------------------*/
.column_wrapper {
    position: relative;
    min-height: 1px;
    clear: both;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.column_wrapper:before,
.column_wrapper:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}
.column_wrapper > .left_column,
.column_wrapper > .center_column,
.column_wrapper > .right_column {
  float: left;
}
.column_wrapper > .left_column > .left_cont,
.column_wrapper > .center_column > .center_cont,
.column_wrapper > .right_column > .right_cont {
  min-height: 1px;
  position: relative;
}
.column_wrapper > .right_column {
  float: right;
}
.column_wrapper > .center_column {
  width: 100%;
}
.column_wrapper.two_column > .left_column {
  width: 50%;
}
.column_wrapper.two_column > .left_column > .left_cont {
  padding: 0 10px 0 0;
}
.column_wrapper.two_column > .right_column {
  width: 50%;
}
.column_wrapper.two_column > .right_column > .right_cont {
  padding: 0 0 0 10px;
}
/*=============================Header=========================================*/
.header {
  position: relative;
  padding: 16px 0 0 0;
}
.header__bottom {
  margin-top: 25px;
}
.header__separator1 {
  height: 20px;
}
.logo-block {
  padding: 5px 0 0 0;
}
.logo-block__link {
  position: relative;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.logo-block__image {
  display: block;
}
/*-----------------------------main_menu--------------------------------------*/
.main-menu {
    background: #423E3E;
}
.menu-list_main {
  font-size: 0;
  line-height: 0;
    display: flex;
    width: min-content;
}
.menu-list__item {
  font-size: 13px;
  line-height: 1.538;
  vertical-align: top;
}
.menu-list__item_main {
  font-family: 'PT Sans', sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1;
  display: inline-block;
}

.menu-list__item_main.current,
.menu-list__item_main.current + .menu-list__item_main {
  border-left-color: transparent;
}

@media (max-width: 991px) {
  .menu-list__item_main {
    font-size: 17px;
    border: none;
    display: block;
  }
  .menu-list__item_main + .menu-list__item_main {
    border: none;
    border-top: 1px solid #c62630;
  }
}
@media (max-width: 767px) {
  .menu-list__item_main {
    border: none;
    display: block;
  }
  .menu-list__item_main + .menu-list__item_main {
    border: none;
    border-top: 1px solid #c62630;
  }
}
.menu-list__link_main {
  display: block;
  color: #fff;
}
.menu-list__link_main:visited {
  color: #fff;
}
.menu-list__link_main:hover,
.menu-list__link_main:visited:hover {
  background: #D23737;
  color: #fff;
}
.menu-list__link_main.current {
  background: #f8f8f8;
  text-decoration: none;
  color: #d23737;
}

@media (max-width: 991px) {
  .menu-list__link_main {

  }
}
/*-----------------------------office-panel-----------------------------------*/
.office-panel {
    padding: 1px 0 0 0;
    display: flex;
    color: #d23737;
    align-items: center;
}
.office-panel__item {
font-size: 15px;
    display: flex;
    font-weight: 700;
}
.office-panel__item + .office-panel__item {
  padding: 0 0 0 8px;
}
.office-panel__item + .office-panel__item:before {
  position: relative;
  margin: 0 8px 0 0;
}
.office-panel__small-name {
    position: absolute;
    top: 4px;
    right: 100%;
    white-space: nowrap;
}

@media (max-width: 767px) {
  .office-panel {
    margin-left: auto;
  }
}

.office-panel__link-button {
    display: inline-block;
    padding: 0 10px;

    text-decoration: none;
}
/*-----------------------------search-----------------------------------------*/
.search {
  margin-top: 20px;
}
.search__input {
  width: 100%;
  padding: 0 33px 0 15px;
  vertical-align: top;
}
.search__input-wrap {
  height: 30px;
  padding: 0;
  border-color: #ccc;
  display: block;
}
.search__input-wrap .placeholder_wrap {
  height: 100%;
  display: block;
}
.search__input-wrap .placeholder_cont {
  z-index: 5;
}
/*-----------------------------search-----------------------------------------*/
.search2 {
  margin-bottom: 26px;
}
.search2__logo {
  margin-bottom: 13px;
}
.search2__input {
  width: 100%;
  padding: 0 80px 0 15px;
  vertical-align: top;
}
.search2__input-wrap {
    height: 30px;
    padding: 0;
    display: block;
    margin-top: 22px;
    border: 1px solid #CCCCCB;
    border-radius: 3px;
}
.search2__input-wrap .placeholder_wrap {
  height: 100%;
  display: block;
}
.search2__input-wrap .placeholder_cont {
  z-index: 5;
}
/*-----------------------------modal_style------------------------------------*/
.modal_style {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  margin: -15px;
  padding: 11px 15px 16px 15px;
  background: #f8f8f8;
  color: #000;
}
.modal_style .modal_head {
  margin: 0 0 13px 0;
}
.modal_style .modal_title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 2.308em /*30px*/;
  font-weight: bold;
  line-height: 1;
  margin: -6px 0 18px 0;
  padding: 0;
  text-align: left;
  color: #000;
}
.modal_style .modal_form .form_title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 25px;
  line-height: 1;
  margin: 0 0 25px 0;
}
.modal_style .modal_form .button_block {
  font-size: 12px;
  margin-top: 20px;
}
.modal_style .modal_form .button_block .right_column {
  text-align: right;
}
.modal_style .modal_form .button_block .button {
  min-width: 105px;
}
.modal_style .modal_form .button_block .button.enter_auth {
  min-width: 80px;
}
.modal_style .modal_form .button_block .button-grey {
  min-width: 120px;
  margin: 0 0 0 10px;
}
.modal_style .modal_form .button_block .input_style {
  min-width: 150px;
}
.invite_auth {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 31px;
}
.auth_error {
  font-size: 12px;
  padding-left: 17px;
  padding-top: 1px;
  background: url('/images/events/error.png') 0 0 no-repeat;
  color: #d23737;
}
/*-----------------------------modal_speaking---------------------------------*/
.modal_speaking {
  width: 520px;
  background: #fff;
}
/*-----------------------------support_form-----------------------------------*/
.support_form {
  padding: 20px;
  background: #fdf7e1;
}
.fancybox-skin .support_form {
  width: 422px;
  padding: 0;
}
/*-----------------------------forgotpass_auth--------------------------------*/
.forgotpass_auth {
  width: 386px;
  color: #000;
}
.forgotpass_auth .input_style {
  width: 355px;
}
.forgotpass_auth .under-text {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 31px;
  margin-bottom: 25px;
}
a.forgot_auth {
  font-size: 13px;
  text-decoration: underline;
  margin-left: 25px;
  color: #d23737;
}
/*-----------------------------register_auth----------------------------------*/
.register_auth {
  width: 386px;
}
.register_auth h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
}
.register_auth select.input_style {
  width: 100%;
}
body .register_type {
  margin: 24px 0 20px 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.register_type li {
  font-size: 14px;
  font-weight: bold;
  padding: 0 28px 0 2px;
  display: inline-block;
  cursor: pointer;
}
.register_type li span {
  border-bottom: 1px dashed black;
}
.register_type li.selected span {
  border-bottom: 1px solid #d23737;
  color: #d23737;
}
/*-----------------------------authorize_events-------------------------------*/
.authorize_events {
  width: 777px;
}
.authorize_events .two_column > .separate_column {
  width: 1px;
}
.authorize_events .two_column .right_column {
    width: 50%;
}
.authorize_events .two_column .right_column > .right_cont {
  padding: 0 0 0 21px;
}
.authorize_events .two_column > .left_column {
    width: 50%;
    border-right: 1px solid #ececec;
    display: flex;
}
.authorize_events .form_grid {
  margin-top: 31px;
}
.authorize_events .input_style {
  width: 100%;
}
/*=============================Content========================================*/
#content {
  position: relative;
  margin: 40px 0 40px 0;
}
.page-title {
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 0 0 30px 0;
}
.page-header {
  margin: 0 0 30px 0;
  padding: 0;
  border: none;
}
.page-header__title {
  margin: 0;
}
.video-container {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.video-container__inner {
  position: relative;
  /*padding-top: 30px;*/
}
.video-container__inner:before {
  position: relative;
  content: "";
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}
.video-container__inner iframe,
.video-container__inner object,
.video-container__inner embed,
.video-container__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-container[data-ratio="16by9"] .video-container__inner:before {
  padding-bottom: 56.25%;
}
.video-container[data-ratio="4by3"] .video-container__inner:before {
  padding-bottom: 75%;
}
.map_container {
  position: relative;
}
.map_container .map_cont {
  position: relative;
}
.map_container .map_cont > img {
  display: block;
}
.map_container .map_cont > iframe,
.map_container .map_cont > ymaps {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}
.map_container .map_cont.width-full > img,
.map_container .map_cont.width-full > iframe,
.map_container .map_cont.width-full > ymaps {
  width: 100% !important;
}
.auto-hyphens {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-baseline {
  vertical-align: baseline;
}
.vertical-bottom {
  vertical-align: bottom;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-fixed {
  table-layout: fixed;
}
.serapator {
  height: 20px;
}
.panel {
  position: relative;
  padding: 16px 18px;
  margin-top: 18px;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
}
.panel--red {
  min-height: 28px;
  border-color: #d23737;
  background: #d23737;
  color: #fff;
}
.panel__already {
  padding-top: 6px;
  display: inline-block;
}
.person_submitted {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  font-weight: normal;
  min-height: 26px;
  padding: 3px 0px 0px 35px;
  margin-top: 5px;
  background: url('/images/events/people_white.png') 0 0 no-repeat;
  display: inline-block;
  float: right;
  color: #fff;
}
/*-----------------------------image-block------------------------------------*/
.image-block {
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.image-block:before {
  z-index: 5;
}
.image-block:after {
  z-index: 6;
}
.image-block.text-left {
  text-align: left;
}
.image-block.text-right {
  text-align: right;
}
.image-block-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  background: -10000px -10000px no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  color: #ffffff;
}
.image-block-inner:after {
  content: '';
  width: 0;
  height: 100%;
  min-height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.image-block.valign-top .image-block-inner:after {
  vertical-align: top;
}
.image-block.valign-bottom .image-block-inner:after {
  vertical-align: bottom;
}
.image-block__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;

    max-width: 100%;
}
.image-block.fixed-size .image-block__item {
  max-width: 100%;
  max-height: 100%;
}
.image-block__item--hover,
.image-block:hover .image-block__item--hover + .image-block__item {
  display: none;
}
.image-block:hover .image-block__item--hover {
  display: inline-block;
}
.image-block--rounded {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.image-block--rounded__item {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
a.image-block .image-block-inner,
a.image-block .image-block__item {
  cursor: pointer;
}
.ie8 .image-block {
  z-index: 5;
}
.ie8 .image-block__item {
  z-index: -1;
}
/*-----------------------------autocomplete-----------------------------------*/
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 176px;
  padding: 0 0 0 0;
  margin: -1px 0 0 -1px;
  border: 1px solid #acacb1;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(48, 48, 48, 0.3);
  box-shadow: 0 4px 18px 0 rgba(48, 48, 48, 0.3);
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 5000;
}
.ui-autocomplete .ui-menu-item {
  font-size: 13px;
  line-height: 1.538;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item a {
  position: relative;
  padding: 5px 10px 5px 10px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.ui-autocomplete .ui-menu-item a:hover {
  background: #d0155a;
  color: #fff;
}
.ui-autocomplete .ui-menu-item a .item-text-sel {
  /*color: @gray-light;*/
}
/*-----------------------------breadcrumb-------------------------------------*/
.breadcrumb {
    position: relative;
    margin-bottom: 40px;
    margin-top: 60px;
}
.breadcrumb .menu_list {
  overflow: hidden;
}
.breadcrumb .menu_list .menu_item {
  position: relative;
  font-size: 13px;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}
.breadcrumb .menu_list .menu_item:before {
  position: relative;
  font-family: Arial, sans-serif;
  content: "\2192";
  margin: 0 10px 0 0;
  display: inline-block;
}
.breadcrumb .menu_list .menu_item:first-child:before {
  content: none;
  display: none;
}
.breadcrumb .menu_list .menu_item:first-child:after {
  position: relative;
  font-family: Arial, sans-serif;
  content: "\2192";
  margin: 0 0 0 10px;
  display: inline-block;
}
.breadcrumb .menu_list .menu_item:first-child + .menu_item:before {
  content: none;
  display: none;
}
.breadcrumb .menu_list .menu_item .menu_link {
  color: #bcbec0;
}
.breadcrumb .menu_list .menu_item .menu_link:hover {
  color: #d23737;
}
.breadcrumb .back_link {
  position: relative;
  font-size: 11px;
  display: inline-block;
  color: #808084;
}
.breadcrumb .back_link:before {
  position: absolute;
  font-family: Arial, sans-serif;
  content: "\2190";
  top: 0;
  right: 100%;
  margin: 0 10px 0 0;
  pointer-events: none;
}
.breadcrumb .back_link:hover {
  color: #d23737;
}
/*-----------------------------pagination-------------------------------------*/
.pagination {
  position: relative;
}
.pagination .menu_list {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  display: table;
}
.pagination .menu_item {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 15px;
  line-height: 1.538;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
}
.pagination .menu_item + .menu_item {
  margin-left: 4px;
}
.pagination .menu_link {
  position: relative;
  line-height: 27px;
  min-width: 24px;
  padding: 0 4px;
  display: block;
}
.pagination .menu_item.page-prev,
.pagination .menu_item.page-next {
  font-size: 13px;
}
.pagination .menu_item.page-prev .menu_link,
.pagination .menu_item.page-next .menu_link {
  line-height: 1;
  min-width: 0;
  padding: 0;
  text-decoration: none;
}
.pagination .menu_item.page-prev .menu_link .link_text,
.pagination .menu_item.page-next .menu_link .link_text {
  text-decoration: underline;
}
.pagination .menu_item.page-prev .menu_link:hover .link_text,
.pagination .menu_item.page-next .menu_link:hover .link_text {
  text-decoration: none;
}
.pagination .menu_item.page-prev + .menu_item {
  margin-left: 16px;
}
.pagination .menu_item.page-prev .menu_link:before {
  content: "\2190";
  margin-right: 3px;
  display: inline-block;
}
.pagination .menu_item.page-next {
  margin-left: 12px;
}
.pagination .menu_item.page-next .menu_link:after {
  content: "\2192";
  margin-left: 3px;
  display: inline-block;
}
.pagination .menu_item.current {
  background: #d23737;
}
.pagination .menu_item.current .menu_link {
  text-decoration: none;
  color: #fff;
}
/*-----------------------------rating_block-----------------------------------*/
.rating_block {
  display: block;
  cursor: default;
}
.rating_block .rating_list {
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  direction: rtl;
}
.rating_block .rating_list .rating_item {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  padding: 0;
  background: url("/images/adaptive/rating_star.png") 0 0 no-repeat;
  display: inline-block;
  vertical-align: top;
}
.rating_block .rating_list .rating_item.checked,
.rating_block .rating_list .rating_item.current {
  background-position: 0 bottom;
}
.rating_block .rating_list .rating_item.checked ~ .rating_item,
.rating_block .rating_list .rating_item.current ~ .rating_item {
  background-position: 0 bottom;
}
.rating_block .rating_list .rating_item.checked + .rating_item,
.rating_block .rating_list .rating_item.current + .rating_item {
  background-position: 0 bottom;
}
.rating_block .rating_list .chack_radio {
  cursor: pointer;
}
.rating_block.pull-right .rating_list .rating_item {
  margin: 0 0 0 5px;
}
/*-----------------------------toggle_container-------------------------------*/
.toggle_container .toggle_head .toggle_link {
  cursor: pointer;
}
.toggle_container.text_toggle .toggle_head {
  display: none;
}
.toggle_container .open_toggle .is_open_hide,
.toggle_container .is_open_show {
  display: none !important;
}
.toggle_container .open_toggle .is_open_show {
  display: inherit !important;
}
.toggle_container .toggle_group + .toggle_group {
  margin: 22px 0 0 0;
}
.toggle_container.text_toggle .toggle_wrap {
  position: relative;
  overflow: hidden;
}
.toggle_container.text_toggle .toggle_wrap .toggle_cont {
  line-height: 1.538;
}
/*-----------------------------tabs_container---------------------------------*/
.tabs_container {
  margin: 0px 0 0 0;
}
.tabs_container .tabs_menu {
  position: relative;
}
.tabs_container .tabs_menu .float-right {
  float: right;
}
.tabs_container .tabs_menu .menu_list {
  padding: 0;
  margin: 0;
  display: table;
}
.tabs_container .tabs_menu .menu_item {
  position: relative;
  font-size: 13px;
  line-height: 1.538;
  padding: 0;
  margin: 0px 5px 0 0;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  text-align: center;
}
.tabs_container .tabs_menu .menu_item_wrap {
  position: relative;
}
.tabs_container .tabs_menu .menu_link {
  position: relative;
  background: url("/images/blank.gif");
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  display: block;
  z-index: 5;
}
.tabs_container .tabs_menu .type-radio .menu_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.js .tabs_container .tabs_item {
  display: none;
}
.tabs_container .tabs_cont .tabs_item.current {
  display: block;
}
.tabs_container.tabs_type-1 > .tabs_menu {
  margin: 0 0 -1px 0;
}
.tabs_container.tabs_type-1 > .tabs_menu .menu_item {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px 0 30px;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  white-space: nowrap;
  color: #000;
}
.tabs_container.tabs_type-1 > .tabs_menu .menu_item .menu_link {
  text-decoration: underline;
  color: inherit;
}
.tabs_container.tabs_type-1 > .tabs_menu .menu_item .menu_link:hover {
  text-decoration: none;
}
.tabs_container.tabs_type-1 > .tabs_menu .menu_item.current,
.tabs_container.tabs_type-1 > .tabs_menu .menu_item.ui-tabs-active {
  border-color: #ececec;
  background: #f8f8f8;
  color: #d23737;
  z-index: 20;
}
.tabs_container.tabs_type-1 > .tabs_menu .menu_item.current .menu_link,
.tabs_container.tabs_type-1 > .tabs_menu .menu_item.ui-tabs-active .menu_link {
  text-decoration: none;
}
.tabs_container.tabs_type-1 > .tabs_cont {
  position: relative;
}
.tabs_container.tabs_type-1 > .tabs_cont .tabs_item {
  position: relative;
  padding: 23px 25px 10px 25px;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
}
.tabs_container.tabs_type-1 > .tabs_cont .tabs_item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tabs_container.tabs_style > .tabs_menu {
  margin: 0 0 -1px 0;
}
.tabs_container.tabs_style > .tabs_menu .menu_link {
  height: 23px;
  line-height: 22px;
  padding: 0 12px 0 12px;
  margin: 5px 0 0 0;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #e9e9e9;
  background-image: -webkit-linear-gradient(top, #e9e9e9 50%, #dedede 100%);
  background-image: -o-linear-gradient(top, #e9e9e9 50%, #dedede 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 50%, #dedede 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffdedede', GradientType=0);
  overflow: hidden;
  color: #899096;
  z-index: 5;
}
.tabs_container.tabs_style > .tabs_menu .menu_link:hover {
  border: 1px solid #e2e2e2;
  border-bottom: none;
  background: #fefefe;
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe5e5e5', GradientType=0);
}
.tabs_container.tabs_style > .tabs_menu .menu_item {
  color: #899096;
}
.tabs_container.tabs_style > .tabs_menu .menu_item.current,
.tabs_container.tabs_style > .tabs_menu .menu_item.ui-tabs-active {
  color: #4d6069;
}
.tabs_container.tabs_style > .tabs_menu .menu_item.current .menu_link,
.tabs_container.tabs_style > .tabs_menu .menu_item.ui-tabs-active .menu_link {
  height: 28px;
  line-height: 32px;
  padding: 0 17px 0 17px;
  margin: 0;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #dee3e7 0, #f5f5f5 60%);
  background-image: -o-linear-gradient(top, #dee3e7 0, #f5f5f5 60%);
  background-image: linear-gradient(to bottom, #dee3e7 0, #f5f5f5 60%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdee3e7', endColorstr='#fff5f5f5', GradientType=0);
  color: #333;
}
.tabs_container.tabs_style > .tabs_cont {
  padding: 9px 16px 16px 16px;
  border: 1px solid #e3e3e3;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #f5f5f5;
}
/*-----------------------------scroll_conteiner-------------------------------*/
.scroll_conteiner {
  position: relative;
}
/*-----------------------------slider_container-------------------------------*/
.index_slider .detail_slider .slider_list {
  width: 100% !important;
  table-layout: fixed;
}
.index_slider .detail_slider .slider_item {
  width: 100%;
}
.index_slider .detail_slider .image_block {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.index_slider .detail_slider .image_block .image_item {
  width: 100%;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
/*-----------------------------slider-block-----------------------------------*/
.slider-block * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-block__head {
  margin: 0 0 20px 0;
}
.slider-block__title {
  margin: 0;
}
.slider-block__crop {
  overflow: hidden;
}
.no-js .slider-block__crop--scroll {
  overflow-x: auto;
}
.slider-block__list {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: table;
  overflow: visible !important;
}
.slider-block__list.width-full {
  width: 100% !important;
  table-layout: fixed;
}
.slider-block__list.js-slider {
  white-space: nowrap;
    height: auto !important;
}
.slider-block__item {
  font-size: 13px;
  line-height: 1.538;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  float: none !important;
}
.slider-block__item:before {
  content: none;
  display: none;
}
.slider-block__item.width-full {
  width: 100%;
}
.slider-block__arrow {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13px;
  background: url("../images/slider_arrow-1.png") 0 0 no-repeat;
  display: none;
  z-index: 10;
}
.slider-block__arrow--prev {
  left: 0;
  background-position: 0 0;
}
.slider-block__arrow--next {
  right: 0;
  background-position: -28px 0;
}
.slider-block__pagination {
  position: relative;
  font-size: 0;
  line-height: 0;
  left: 0;
  width: 100%;
  margin: 16px 0 0 0;
  text-align: center;
  z-index: 10;
}
.slider-block__pagination-link {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #ececec;
  display: inline-block;
}
.slider-block__pagination-link:hover {
  background: #e73d3d;
}
.slider-block__pagination-link.current {
  background: #e73d3d;
}
.slider-block__group,
.slider-block__detail,
.slider-block__preview {
  position: relative;
}
.slider-index .slider-block__item {
  background: #fff;
}
.slider-catalog .slider-block__arrow {
  top: 175px;
}
/*-----------------------------component_container----------------------------*/
.component_container {
  font-size: 15px;
  line-height: 1.333;
  margin: 0 0 0px 0;
  clear: both;
}
.component_container + .component_container {
  margin-top: 20px;
}
.component_container + .component {
  margin-top: 20px;
}
.component_container p {
  font-size: inherit;
  line-height: inherit;
  margin: 10px 0;
}
.component_container .component_title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #000;
}
.component_container .component_list {
  padding: 0;
  margin: 0;
}
.component_container .component_item {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.component_container .component_item:before {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  display: none;
}
.component_container .item_link {
  background: url('/images/blank.gif');
}
.component_container .item_cont {
  position: relative;
}
.component_container .item_title {
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  line-height: 1;
  margin: 0;
  color: #000;
}
.component_container .image_block {
  position: relative;
}
.component_container .component_foot {
  clear: both;
}
/*-----------------------------component------------------------------------*/
.component + .component {
  margin-top: 20px;
}
.component + .component_container {
  margin-top: 20px;
}
.component__head--detail {
  margin-bottom: 34px;
}
.component__head--announce {
  margin-bottom: 26px;
}
.component-head__title {
  margin: 0;
}
.component-head__subtitle {
  margin: 0;
}
.component-head--detail__title {
  margin-bottom: 15px;
}
.component-head--detail__subtitle {
  margin-bottom: 14px;
}
.component-datetime__item {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
.component-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.component-list__outer {
  position: relative;
}
.component-list__item {
  position: relative;
  font-size: 13px;
  line-height: 1.538;
  list-style: none;
  vertical-align: top;
}
.component-list__item--inline {
  display: inline-block;
}
.component-list--table {
  font-size: 0;
  line-height: 0;
  display: table;
}
.component-list--announce__item + .component-list--announce__item {
  margin-top: 20px;
}
.component-item {
  position: relative;
}
.component-item__inner {
  position: relative;
}
.component-item__link-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 20;
}
.component-item__image {
  position: relative;
}
.component-item__image .item-status {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
}
.component-item__head-title {
  margin: 0;
}
.component-item__head-subtitle {
  margin: 0;
}
.component-item__head-datetime {
  margin-top: 14px;
}
.component-item__datetime {
  width: 70px;
}
.component-item--announce__image {
  width: 140px;
}
.component-item--announce__cont {
  margin-top: 12px;
}
.link--decr-none {
  text-decoration: none;
}
body .link--black {
  color: #000000;
}
body .link--black:hover {
  color: #d23737;
}
body .link--pseudo {
  position: relative;
  top: -0.154em;
  border-bottom: 1px dotted;
  text-decoration: none;
}
body .link--pseudo .link_text {
  position: relative;
  top: 0.154em;
  text-decoration: none;
}
.icon {
  position: relative;
}
.icon:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/adaptive/icons.png") 100% 100% no-repeat;
  display: inline-block;
}
.icon-date {
  padding-left: 35px;
}
.icon-date:before {
  content: "";
  top: 0.769em;
  width: 25px;
  height: 28px;
  margin-top: -16px;
  background-position: 0 0;
}
.icon-time {
  padding-left: 35px;
}
.icon-time:before {
  content: "";
  top: 0.769em;
  width: 27px;
  height: 27px;
  margin-top: -16px;
  background-position: -25px 0;
}
/*-----------------------------sidebar----------------------------------------*/
.sidebar {
  margin-bottom: 20px;
}
.sidebar-menu .menu_list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.sidebar-menu .menu_item {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #eaeaea;
  list-style: none;
  list-style-image: none;
}
.sidebar-menu .menu_item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #e53939;
}
.sidebar-menu .menu_link {
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  display: block;
  color: #000000;
}
.sidebar-menu .menu_link:hover {
  color: #d23737;
}
.sidebar-menu .menu_item.current:before {
  content: "";
}
.sidebar-menu .menu_item.current .menu_link {
  font-weight: bold;
  color: #d23737;
}
/*-----------------------------webinar_announce-------------------------------*/
.component + .component--webinar-announce {
  margin-top: 68px;
}
/*-----------------------------announce-article-------------------------------*/
.component + .component--announce-article {
  margin-top: 49px;
}
.component-list--announce-article__outer {
  padding: 20px 17px 25px 17px;
  border: 1px solid #ececec;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f8f8f8;
}
.component-list--announce-article__item + .component-list--announce-article__item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.component-item--announce-article__image {
  width: 120px;
}
.component-item--announce-article__cont {
  margin-top: 12px;
}
/*-----------------------------announce-method---------------------------------*/
.component-list--announce-method {
  font-size: 0;
  line-height: 0;
  width: 100%;
  display: table;
}
.component-list--announce-method__outer {
  /*margin: 0 -20px -20px 0;*/
  margin-bottom: -20px;
}
.component-list--announce-method__item {
  /*padding: 0 20px 20px 0;*/
  padding-bottom: 20px;
  display: inline-block;
}
.component-item--announce-method {
  text-align: center;
}
.component-item--announce-method__inner {
  min-height: 222px;
  padding: 20px 15px 25px 15px;
  border: 1px solid #ececec;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f8f8f8;
}
.component-item--announce-method__image .image-block {
  height: 200px;
}
.component-item--announce-method__head-title {
  line-height: 20px;
min-height: 85px;
}
.component-item--announce-method__link-block:hover + .component-item--announce-method__inner {
  -webkit-box-shadow: 0 3px 4px 0 rgba(150, 1, 10, 0.15);
  box-shadow: 0 3px 4px 0 rgba(150, 1, 10, 0.15);
  background: #e73d3d;
  color: #fff;
}
.component-item--announce-method__link-block:hover + .component-item--announce-method__inner .component-item--announce-method__image .image-block .image-block__item--hover {
  display: inline-block;
}
.component-item--announce-method__link-block:hover + .component-item--announce-method__inner .component-item--announce-method__image .image-block .image-block__item--hover + .image-block__item {
  display: none;
}
.component-item--announce-method__link-block:hover + .component-item--announce-method__inner .component-item--announce-method__head-link {
  text-decoration: none;
  color: inherit;
}
/*-----------------------------item_status------------------------------------*/
.item-status {
  position: relative;
  display: inline-block;
}
.item-status--new {
  width: 87px;
  height: 87px;
  background: url("../images/new.png") no-repeat;
}
.item-status--offer {
  width: 87px;
  height: 87px;
  background: url("../images/special_offer.png") no-repeat;
}
.box_shadow {
  width: 100%;
  height: 214px;
  box-shadow: 1px 1px 2px rgba(206, 218, 227, 0.75);
  -webkit-box-shadow: 1px 1px 2px rgba(206, 218, 227, 0.75);
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#cedae3, strength=1);
    position: relative;
}
.book-preview-text{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 10px;
display:none;
}
.books-list-items-table .book-image .book-preview-text .book-preview-img{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
}
.box_shadow:hover .book-preview-text{
	display:block;
}


/*
.box_shadow:hover {
  box-shadow: 3px 3px 6px rgba(119, 136, 153, 0.75);
  -webkit-box-shadow: 3px 3px 6px rgba(119, 136, 153, 0.75);
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#778899, strength=3);
}
*/
/*-----------------------------books-catalog----------------------------------*/
.books-catalog__head-item {
  margin-top: 20px;
}
.books-catalog__head-item:first-child {
  margin-top: 0;
}
.books-catalog__head-descr {
  margin-top: 15px;
}
.books-catalog .component-list {
  margin: 0 0 -30px 0;
}
.books-catalog .component-list__item {
  width: 195px;
  margin: 0 15px 30px 0;
}
.books-catalog .component-list__outer {
  margin: 0 -15px 0 0;
}
.books-catalog .component-item--book .component-item__head {
  margin-bottom: 17px;
}
.books-catalog .component-item--book .component-item__head-title {
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1;
}
.books-catalog .component-item--book .component-item__head-link {
  text-decoration: none;
}
.books-catalog .component-item--book .component-item__image .image-block--shadow {
  box-shadow: 1px 1px 2px rgba(206, 218, 227, 0.75);
  -webkit-box-shadow: 1px 1px 2px rgba(206, 218, 227, 0.75);
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#cedae3, strength=1);
  display: inline-block;
}
.books-catalog .component-item--book .component-item__cont {
  font-family: 'PT Sans', sans-serif;
  margin-top: 3px;
}
.books-catalog .component-item--book:hover .component-item__head-link {
  color: #d23737;
}
.books-catalog .component-item--book:hover .component-item__image .image-block--shadow {
  box-shadow: 3px 3px 6px rgba(119, 136, 153, 0.75);
  -webkit-box-shadow: 3px 3px 6px rgba(119, 136, 153, 0.75);
  filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#778899, strength=3);
}
.books-catalog .component__foot {
  margin-top: 20px;
}
/*------------------------------status_style----------------------------------*/
.status_style {
  position: relative;
  font-size: 11px;
  display: inline-block;
}
.status_style.type-1,
.status_style.type-2 {
  line-height: 16px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #6ea331;
  color: #fff;
}
.status_style.type-2 {
  background: #d23737;
}
/*------------------------------hr-style--------------------------------------*/
.hr-style {
  position: relative;
  height: 1px;
  background: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #e4e4e4 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4e4e4', endColorstr='#fff8f8f8', GradientType=0);
}
/*------------------------------table_style-1---------------------------------*/
.table_wrap {
  position: relative;
}
.table_style-1 {
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table_style-1 td {
  font-size: 13px;
  line-height: 1.538;
  padding: 4px 15px 4px 15px;
  border: none;
  vertical-align: baseline;
  color: #000;
}
.table_style-1 td:first-child {
  padding-left: 25px;
}
.table_style-1 thead td {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #ececec;
}
.table_style-1 tbody :first-child td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.table_style-1 tbody + tbody :first-child td {
  border-top: 1px solid #e4e4e4;
}
.table_style-1 .test_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.table_style-1 .test_link.play_icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 19px;
  height: 19px;
  margin: 0 0 0 12px;
  background: url("/images/play_icon.png") 0 0 no-repeat;
}
.table_style-1 .test_link .link_text {
  text-decoration: underline;
}
.table_style-1 .test_link:hover .link_text {
  text-decoration: none;
}
.table_style-1 .column_course {
  width: 190px;
}
.table_style-1 .column_test {
  width: 240px;
}
.table_style-1 .column_point {
  width: 90px;
}
.table_style-1 .column_status {
  width: 110px;
  white-space: nowrap;
}
.table_style-1 .status-1 {
  color: #d23737;
}
.table_style-1 .status-2 {
  color: #6ea331;
}
.table_style-1 .status-3 {
  color: #000;
}
.table_style-1 .column_attempt {
  width: 55px;
}
.table_style-1 .row_type-1 .column_test,
.table_style-1 .row_type-1 .column_point,
.table_style-1 .row_type-1 .column_status {
  background: #ececec;
}
.table_style-1 .row_type-2 .column_test,
.table_style-1 .row_type-2 .column_point,
.table_style-1 .row_type-2 .column_status {
  border-top: 2px dashed #d23737;
  border-bottom: 2px dashed #d23737;
}
.table_style-1 .row_type-2 .column_test {
  border-left: 2px dashed #d23737;
}
.table_style-1 .row_type-2 .column_status {
  border-right: 2px dashed #d23737;
}
.table_wrap .table_style-1 {
  width: 100%;
}
.table_wrap .table_style-1 tbody + tbody :first-child td:first-child:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  margin: -17px 0 0 0;
  background: #f8f8f8;
  background-image: -webkit-linear-gradient(#f8f8f8, #e4e4e4 50%, #f8f8f8);
  background-image: -o-linear-gradient(#f8f8f8, #e4e4e4 50%, #f8f8f8);
  background-image: linear-gradient(#f8f8f8, #e4e4e4 50%, #f8f8f8);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff8f8f8', GradientType=0);
}
/*------------------------------speaking_container----------------------------*/
.speaking_container {
  /*margin: 0 45px 40px 45px;*/
  clear: both;
}
.speaking_container .component_head {
  margin: 0 0 26px 0;
}
.speaking_container .component_title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.speaking_container .component_list .component_item {
  font-size: 15px;
  line-height: 1.333;
}
.speaking_container .component_item + .component_item {
  margin: 27px 0 0 0;
}
.speaking_container .component_item_wrap {
  position: relative;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
  color: #000;
}
.speaking_container .component_item .item_wrap {
  position: relative;
  padding: 20px 25px 25px 25px;
}
.speaking_container .component_item .item_head {
  position: relative;
  margin: 0 0 25px 0;
  z-index: 10;
}
.speaking_container .component_item .item_title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #000;
}
.speaking_container .component_item .item_cont {
  position: static;
}
.speaking_container .component_item .item_table {
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
  /*table-layout: fixed;*/
}
.speaking_container .component_item .item_table td {
  padding: 0 25px 0 0;
  border: none;
  vertical-align: top;
}
.speaking_container .component_item .item_table td + td {
  padding-left: 25px;
}
.speaking_container .component_item .item_table thead td {
  font-size: 13px;
  padding-bottom: 4px;
}
.speaking_container .component_item .item_table thead td + td:before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  margin: 0 0 0 -26px;
  background: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe4e4e4', GradientType=0);
}
.speaking_container .component_item .item_table .column_count {
  width: 125px;
}
.speaking_container .component_item .item_table .column_time {
  width: 135px;
}
.speaking_container .component_item .item_table .column_action {
  width: 115px;
  vertical-align: bottom;
}
.speaking_container .component_item .item_table .column_action .button_style {
  width: 100%;
}
.speaking_container .component_item .item_table tbody .column_count {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 4px;
  color: #d13636;
}
.speaking_container .component_item .item_table tbody .column_time {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 4px;
  color: #d13636;
}
.speaking_container .component_item .item_table tbody .column_cont {
  padding-top: 17px;
  padding-bottom: 4px;
}
/*------------------------------office_container------------------------------*/
.office_container {
  font-size: 13px;
  line-height: 1.333;
  padding: 0 20px 0 20px;
  margin: 0 0 40px 0;
}
.office_container .component_head {
  padding: 0 25px 0 25px;
  margin: 0 0 32px 0;
}
.office_container .component_head .subtitle {
  font-size: 11px;
  color: #000;
}
.office_container .component_title {
  margin: 0 0 11px 0;
}
.office_container .fieldset_style + .fieldset_style {
  margin: 30px 0 0 0;
}
.office_container .fieldset_style .fieldset_title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #d23737;
}
.office_container .fieldset_style .fieldset_title .form_tooltip {
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 17px;
  margin: 0 0 0 9px;
  display: inline-block;
  color: #6ea331;
}
.office_container .fieldset_style .fieldset_title .form_tooltip:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 13px;
  height: 12px;
  background: url("/images/tooltip_icon.png") no-repeat;
}
.office_container .fieldset_style .fieldset_title .subtitle {
  font-family: Arial, sans-serif;
  font-size: 11px;
  /*font-weight: normal;*/
  color: #000;
}
.office_container .fieldset_style .hr-style {
  margin: 28px 0 0 0;
}
.office_container .fieldset_style .table_wrap {
  margin: 0 -25px;
}
.office_container .form_text {
  font-size: 13px;
}
.office_container .form_grid .input_style.float-left {
  margin: 0 20px 0 0;
}
.office_container .form_grid .width-1 {
  width: 335px;
}
.office_container .form_grid .teacher_name {
  font-size: 19px;
  margin: 0 20px 0 0;
}
.office_container .form_grid .button_block {
  line-height: 29px;
  height: 27px;
}
.office_container .form_grid .status-1 {
  color: #d23737;
}
.office_container .form_grid .status-2 {
  color: #989898;
}
.office_container .check_list .check_item + .check_item {
  margin: 14px 0 0 0;
}
.office_container .profile_form {
  padding: 0 60px 27px 0;
}
.office_container .profile_form .button_block {
  margin: 42px 0 0 0;
}
.office_container .regdata_form {
  padding: 0 0 27px 0;
}
.office_container .regdata_form .reg_type:before {
  content: "\2022";
  margin: 0 3px 0 0;
  color: #d23737;
}
.office_container .regdata_form .two_column {
  padding: 0 60px 0 0;
}
.office_container .regdata_form .button_block {
  margin: 42px 0 0 0;
}
.office_container .subscribe_form {
  padding: 0 0 27px 0;
}
.office_container .subscribe_form .button_block {
  margin: 42px 0 0 0;
}
.office_container .teacher_result_form {
  padding: 0 0 24px 0;
}
.office_container .teacher_result_form .student_table {
  margin: 0;
  border: none;
  border-collapse: collapse;
}
.office_container .teacher_result_form .student_table td {
  padding: 0;
  border: none;
}
.office_container .teacher_result_form .student_table td + td {
  padding-left: 20px;
}
.office_container .teacher_result_form .student_table tr + tr td {
  padding-top: 15px;
}
.office_container .teacher_result_form .student_table .column_action + .column_action {
  padding-left: 8px;
}
.office_container .teacher_result_form .field_sort {
  margin: 0 0 20px 0;
}
.office_container .teacher_result_form .field_sort .sort_link {
  position: relative;
  padding: 0 10px 0 0;
  display: inline-block;
  text-decoration: none;
  color: #a5a5a5;
}
.office_container .teacher_result_form .field_sort .sort_link:before {
  position: absolute;
  top: 3px;
  right: 0;
  width: 5px;
  height: 10px;
  background: url("/images/sort_arrow.png") 0 0 no-repeat;
}
.office_container .teacher_result_form .field_sort .sort_link.sort_up:before {
  content: "";
  background-position: 0 0;
}
.office_container .teacher_result_form .field_sort .sort_link.sort_down:before {
  content: "";
  background-position: -6px 0;
}
.office_container .teacher_result_form .toggle_container {
  margin: 0 -25px;
}
.office_container .teacher_result_form .toggle_container .toggle_group + .toggle_group {
  margin: 19px 0 0 0;
}
.office_container .teacher_result_form .toggle_container .toggle_head {
  font-size: 15px;
  padding: 0 25px;
}
.office_container .teacher_result_form .toggle_container .toggle_head .toggle_link {
  margin: 0 15px 0 0;
  float: left;
  color: #000;
}
.office_container .teacher_result_form .toggle_container .toggle_head .status_style {
  margin: 2px 20px 0 0;
  float: left;
}
.office_container .teacher_result_form .toggle_container .toggle_head .education {
  font-size: 13px;
  padding: 2px 0 0 0;
  display: block;
  overflow: hidden;
  color: #a5a5a5;
}
.office_container .teacher_result_form .toggle_container .open_toggle .toggle_head .toggle_link {
  color: #d23737;
}
.office_container .teacher_result_form .toggle_container .toggle_cont {
  padding: 12px 25px 0 25px;
}
.office_container .teacher_result_form .office_container .teacher_result_form .table_style-1 .column_course {
  width: 150px;
}
.office_container .teacher_result_form .office_container .teacher_result_form .table_style-1 .column_attempt {
  width: 190px;
  padding-left: 30px;
  padding-right: 30px;
}
/*------------------------------speaking_detail-------------------------------*/
.speaking_detail {
  font-size: 15px;
  line-height: 1.333;
  padding: 0 45px;
  margin: 0 0 30px 0;
}
.speaking_detail .component_head {
  margin: 0 0 30px 0;
}
.speaking_detail .component_head .subtitle {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
.speaking_detail .component_title {
  margin: 0 0 13px 0;
}
.speaking_detail .speaking_bar {
  position: relative;
  margin: 0 0 40px 0;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
}
.speaking_detail .speaking_bar .bar_wrap {
  position: relative;
  padding: 20px 25px 20px 25px;
}
.speaking_detail .speaking_bar .left_column {
  width: 390px;
  padding: 0 25px 0 0;
  float: left;
}
.speaking_detail .speaking_bar .right_column {
  width: 400px;
  padding: 0 0 0 40px;
  float: right;
}
.speaking_detail .speaking_bar .right_column:before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  margin: 0 0 0 -40px;
  background: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe4e4e4', GradientType=0);
}
.speaking_detail .speaking_bar .speaking_timer {
  width: 100%;
  display: table;
}
.speaking_detail .speaking_bar .speaking_timer .timer_container {
  display: table-cell;
  vertical-align: middle;
}
.speaking_detail .speaking_bar .title {
  font-size: 13px;
  line-height: 1;
  width: 120px;
  height: 41px;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #000;
}
.speaking_detail .speaking_bar .speaking_attempt {
  width: 100%;
  display: table;
}
.speaking_detail .speaking_bar .speaking_attempt .attempt_count {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  color: #d13636;
}
.speaking_detail .speaking_message {
  position: relative;
  font-size: 0;
  line-height: 99px;
  min-height: 99px;
  padding: 9px 25px 9px 135px;
  margin: 0 0 40px 0;
  border: 2px dashed #fddddf;
}
.speaking_detail .speaking_message .image-block {
  position: absolute;
  top: 9px;
  left: 25px;
  height: 99px;
}
.speaking_detail .speaking_message .message_wrap {
  font-size: 15px;
  line-height: 1.333;
  display: inline-block;
  vertical-align: middle;
}
.speaking_detail .speaking_message .message_title {
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 18px 0;
  color: #d13636;
}
.speaking_detail .speaking_message .message_cont {
  position: relative;
}
.speaking_detail p {
  font-size: inherit;
  line-height: inherit;
}
.speaking_detail .button_block {
  position: relative;
  padding: 15px 25px;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
}
/*-------------------------------Events---------------------------------------*/
.component_filter .input_style.date_input {
  font-size: 13px;
  padding-top: 3px;
  color: #7b7b7b;
}
.component_filter .input_style.date_input + .icon {
  position: absolute;
  top: 28px;
  left: 86px;
  width: 16px;
  height: 18px;
  background: url("/images/datepicker/date_input.png") 0 0 no-repeat;
  cursor: pointer;
  z-index: 10;
}
.component_filter .date_column {
  width: 134px;
}
.component_filter .w334 {
  width: 334px;
}
.event_container .component_filter {
  position: relative;
  padding: 2px 25px 8px 20px;
  margin-top: 17px;
  border: 1px solid #ececec;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f8f8f8;
}
.event_container .component_filter .title_cell {
  padding-left: 10px;
  margin: 0 0 5px 0;
}
.event_container .component_filter .width113 {
  width: 113px;
}
.inner_event_list {
  margin-top: 35px;
  margin-bottom: 35px;
}
.inner_event_list h2 {
  font-size: 19px;
  font-weight: bold;
  margin-left: -1px;
  color: #e73334;
}
.inner_event_list .component_filter {
  padding-top: 4px;
  margin-top: 19px;
}
.inner_event_list .date-of-event2 {
  margin-top: 8px;
  display: block;
  color: #d13636;
}
.inner_event_list .event-separate {
  height: 4px;
}
.inner_event_list .type-of-event2 {
  font-size: 15px;
  line-height: 15px;
  font-family: 'PT Sans', sans-serif !important;
  color: black;
  margin-top: 13px;
  display: block;
}
.inner_event_list .definition-of-event {
  margin-top: 12px;
}
.inner_event_list .definition-of-event2 {
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}
.inner_event_list .definition-event-case {
  width: calc(100% - 134px);
}
.inner_event_list .definition-event-case div {
  margin-top: 8px;
}
.inner_event_list .btw-event-def {
  margin-top: 42px;
}
/*-----------------------------books list-------------------------------------*/
.text-menu-and-menu-large-text {
  width: 938px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}
.text-menu-large-text {
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: left;
  margin-bottom: 15px;
}
.books-list-description-left {
  width: 460px;
}
.books-list-description-left-and-right-sides {
  width: 100%;
  clear: both;
}
.books-list-lines-left {
  width: 100%;
  height: 79px;
  margin-top: 10px;
  margin-left: -30px;
  background: url('/images/img-catalog/books-list-lines-left.gif') no-repeat;
  float: left;
  display: block;
  clear: both;
}
.books-list-red-header {
    position: relative;
    margin: 90px 0 0 0;
    font-weight: 700;
    font-size: 27px;
    line-height: 149.99%;
}
.books-list-text {
  margin: 15px 0 20px 0px;
}
.books-list-sub-header {
  margin: 0 0 0 0;
  color: black;
}
.books-list-description-right {
  width: 480px;
  margin-right: 30px;
  float: right;
}
.books-list-img {
  margin-top: 50px;
  margin-right: 10px;
  float: left;
}
.books-list-lines-right {
  background: url('/images/img-catalog/books-list-lines-right.gif') no-repeat;
  width: 315px;
  height: 62px;
  float: right;
  margin-top: 50px;
}
.books-list-text-right {
  width: 340px;
  margin: 10px 0 10px 0px;
  padding: 0px;
  float: right;
}
.books-list-table {
  position: relative;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
  clear: both;
    margin-top: 60px;
}
.books-list-table-item {
  width: 255px;
  height: 65px;
  border: 1px solid #CCCCCC;
  margin-right: 5px;
  margin-top: 8px;
  padding-left: 5px;
  padding-top: 10px;
  /*	overflow: auto;
			height: 100%;*/
}
.books-list-table-item-img img {
  width: 50px;
  height: 64px;
  /*margin: 0px 10px 10px 0;*/
  margin-top: -20px;
  margin-right: 20px;
  float: right;
}
.books-list-table-item-img-description {
  float: left;
  width: 150px;
}
.books-list-table-item-img-description-article {
  font-weight: bold;
}
a.books-list-table-item-red-link:link,
a.books-list-table-item-red-link:visited,
a.books-list-table-item-red-link:hover,
a.books-list-table-item-red-link:active {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #EC1F27;
}
.books-list-table-buttons-1 {
  float: left;
}
.books-list-table-buttons-2 {
  float: right;
  padding-top: 5px;
}
a.books-list-table-buttons-links:link,
a.books-list-table-buttons-links:visited,
a.books-list-table-buttons-links:hover,
a.books-list-table-buttons-links:active {
  font-size: 12px;
  font-weight: bold;
  width: 110px;
  height: 21px;
  margin: 2px 2px 2px 2px;
  padding-top: 3px;
  background: url('/images/img-catalog/button-110px.gif') no-repeat;
  display: block;
  float: left;
  clear: none;
  text-align: center;
  color: #FFF;
}
.books-list-order-buttons {
  margin: 0 1px 0 1px;
}
.books-list-items-table {
    float: unset;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.books-list-items-table .book-item{
    width: calc(20% - 31px);
    margin-bottom: 40px;
}
.books-list-items-table-style {
  border: 15px solid #cccccc;
}
.books-list-corner-item {
  width: 270px;
  margin-bottom: 10px;
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 15px;
  padding-bottom: 8px;
  background: url('/images/img-catalog/bot-corner.gif') no-repeat bottom right;
}
/*-----------------------------details of goods-------------------------------*/
.main {
  padding: 0 20px 0 0;
}
.detail-of-goods-borders {
  /*margin:0 0 30px 30px;*/
}
.detail-of-goods-block {

  width: 100%;
}
.detail-of-goods-img {
  float: left;
  border: 1px solid black;
}
.detail-of-goods-header {
  /*margin-left: 130px;*/
}
.detail_block_right .detail-of-goods-txt-description {
  font-size: 14px;
  line-height: 16px;
}
.detail_block_right .detail-of-goods-totally-description {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
}
.detail_block_right .detail-of-goods-totally-description b{
    font-size: 20px;
}
.detail_block_right .detail-of-goods-totally-description iframe{
    margin-bottom: 20px;
}
.detail-of-goods-shop-link img {
  vertical-align: top;
}
a.detail-of-goods-shop-link:link,
a.detail-of-goods-shop-link:visited,
a.detail-of-goods-shop-link:hover,
a.detail-of-goods-shop-link:active {
  font-size: 11px;
  line-height: 18px;
  text-decoration: underline;
  color: blue;
}
a.detail-of-goods-other-shops:link,
a.detail-of-goods-other-shops:visited,
a.detail-of-goods-other-shops:hover,
a.detail-of-goods-other-shops:active {
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  color: blue;
}
.detail-of-goods-side-bar {
  vertical-align: top;
}
.detail-of-goods-internet-course {
  margin-left: 15px;
  margin-top: 20px;
  background: url('/images/img-catalog/corner.gif') top right no-repeat;
  width: 285px;
  color: #666666;
  font-size: 18px;
}
.detail-of-goods-bold-gr-head {
  font-size: 18px;
  color: #707070;
}
.detail-of-goods-bold-black-head {
  font-size: 18px;
  color: black;
}
.detail-of-goods-list-type {
  list-style: none;
  font-size: 11px;
  color: black;
}
.detail-of-goods-review-and-comments {
  margin-left: 15px;
  margin-top: 30px;
  background: url('/images/img-catalog/corner.gif') top right no-repeat;
  width: 285px;
  color: #666666;
  font-size: 18px;
}
.detail-of-goods-paragraph {
  font-size: 11px;
  color: black;
}
.detail-of-goods-review-table {
  margin: 4px 0 0 0;
  border: 1px solid #cfcfcf;
  width: 268px;
  padding: 10px;
}
.detail-of-goods-first-span-letter {
  font-weight: bold;
}
.detail-of-goods-separate-line-1,
.detail-of-goods-separate-line-2 {
  border-top: 1px solid #e4e4e4;
  position: absolute;
  width: 222px;
}
.detail-of-goods-separate-line-1 {
  margin-top: 80px;
}
.detail-of-goods-separate-line-2 {
  margin-top: 160px;
}
/*-----------------------------header-of-good---------------------------------*/
.header-of-good {
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0px;
  color: black;
}
.author {
  font-size: 14px;
}
.red-txt-buy {
  font-size: 11px;
  line-height: 16px;
  color: #d83333;
  font-weight: bold;
}
/*-----------------------------Catalog----------------------------------------*/
.catalog-borders {
  margin: 0 0 0 30px;
}
.catalog-main {
  padding: 0;
  margin: 0;
  vertical-align: top;
  width: 657px;
  padding: 0 20px 0 20px;
}
.catalog-content {
    padding-bottom: 115px;
    clear: both;
    display: block;
    border-bottom: 2px solid #CCCCCB;
}
.catalog-header {
  font-size: 16px;
  color: #000;
}
.catalog-unders-text {
  color: #000;
  font-size: 11px;
}
.catalog-unders-text-list {
  list-style-type: none;
}
.catalog-red-header {
  font-size: 16px;
  color: #d83333;
  padding-bottom: 10px;
}
.catalog-side-bar {
  vertical-align: top;
  padding-top: 10px;
}
.catalog-side-bar-div {
  float: left;
}
/*----------------------------------------------------------------------------*/
#tabs ul {
  height: auto;
  display: table;
}
#tabs ul li {
  height: auto;
  background-position: right 3px;
}
#tabs ul li.ui-tabs-active {
  background-position: right -30px;
}
a.catalog-section-link {
  line-height: 17px;
  width: 450px;
  height: 35px;
  text-decoration: none;
}
a.catalog-section-link,
a.catalog-section-link:hover,
a.catalog-section-link:visited {
  color: #fff;
}
.left-col.level-items {
  width: 100%;
}
.detail-of-goods-main .books-list-table {
  padding-left: 6px;
}
/*-----------------------------events-block-----------------------------------*/
.events-block {
  font-family: 'PT Sans', sans-serif;
}
.events-block__header {
  margin-bottom: 34px;
}
.events-block__title {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}
.events-block__title a{
    color: #000;
    text-decoration: unset;
    font-size: 27px;
}
.events-block__list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.events-block__item {
  margin: 0 0 20px 0;
  padding: 0;
}
.events-block__footer {
  margin-top: 30px;
}
.events-item {
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    border: 1px solid #CCCCCB;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #f8f8f8;
}
.events-item__wrap {
    width: 100%;
    display: flex;
    padding: 15px 0;
}
.events-item__info {
    width: 103px;
    padding: 0;
}
.events-item__info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 103px;
  width: 1px;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffe4e4e4', GradientType=0);
}
.events-item__image {
  max-width: 100%;
  border: 1px solid #ececec;
  display: inline-block;
  vertical-align: top;
}
.events-item__date {
    line-height: 20px;
    padding-top: 2px;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    color: #D23737;
}
.events-item__type{
    font-size: 13px;
    padding-left: 20px;
    padding-top: 10px;
}
.events-item__link{
    font-size: 17px;
}
.events-item__inner {
  padding-left: 20px;
}
.events-item__inner:first-child {
  padding-left: 0;
}
.events-item__city {
  font-size: 15px;
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 7px;
  color: #7b7b7b;
}
.events-item__title {
    margin: 0 0 10px 0;
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #D23737;
}
.events-item__cont{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #787878;
}
.events-item__link {
  color: inherit;
}
.events-item__link.events-item__link_new {
  color: #000;
}
.events-item__title.events-item__title_new:hover {
    text-decoration-line: unset;
}
.events-item__title.events-item__title_new:hover a{
  color: #d23737;
}
/*-----------------------------exams-index------------------------------------*/
.exams-index {
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 23px;
}
.exams-index__inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.exams-index__image {
  width: 105px;
  padding-right: 25px;
  padding-top: 4px;
  display: table-cell;
  vertical-align: top;
}
.exams-index__title {
  font-size: 19px;
  line-height: 20px;
}
.exams-index__title--training {
  margin-bottom: 3px;
}
.exams-index__title--vocally {
  margin-bottom: 9px;
}
.exams-index__link {
  color: inherit;
}
/*-----------------------------sidebar-menu-----------------------------------*/
.sidebar-menu {
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 30px;
}
.sidebar-menu__list {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu__item {
  margin: 0 0 10px 0;
  padding: 0;
}
.sidebar-menu__link {
    position: relative;
    font-size: 0;
    font-weight: bold;
    line-height: 76px;
    width: 100%;
    height: 76px;
    padding-left: 60px;
    padding-right: 20px;
    display: block;
    background: #F8F8F8;
    border: 1px solid #CCCCCB;
    border-radius: 4px;
    color: #000;
}

.sidebar-menu__link-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 45px;
  height: 50px;
  margin-top: -25px;
  padding-right: 10px;
  background: 0 0 no-repeat;
    background-size: 33px;
    background-position: center;
}

.sidebar-menu__link-icon--form {
  background-image: url("/images/icon-form.png");
}
.sidebar-menu__link-icon--dopobr {
  background-image: url("/images/icon-dop-obr.png");
}
.sidebar-menu__link-icon--partners {
  background-image: url("/images/icon-partners.png");
}
.sidebar-menu__link-icon--level {
  background-image: url("/images/icon-level-test.png");
}
.sidebar-menu__link-icon--webinar {
  background-image: url("/images/icon-form.png");
}
.sidebar-menu__link-icon--practice {
  background-image: url("/images/icon-practice.png");
}
.sidebar-menu__link-teach {
    padding-left: 102px;
}
.sidebar-menu__link-icon--teach {
  background-image: url("/images/icon-teach.png");
  width: 92px;
    background-size: 72px;
}
.sidebar-menu__link-text {
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
}
/*-----------------------------subscribe-button-------------------------------*/
.subscribe-button {
  font-family: 'PT Sans Narrow', sans-serif;
}
.subscribe-button__link {
  position: relative;
  font-size: 0;
  line-height: 90px;
  padding: 0 20px 0 60px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #e73d3d;
  display: block;
}
.subscribe-button__link,
.subscribe-button__link:hover,
.subscribe-button__link:visited,
.subscribe-button__link:active {
  color: #fff;
}
.subscribe-button__link:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 30px;
  height: 55px;
  margin-top: -27px;
  background: url("../images/icon-subscribe.png") right top no-repeat;
}
.subscribe-button__link-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: inherit;
}
/*-----------------------------catalog-block----------------------------------*/
.catalog-block {
  margin-bottom: 52px;
}
.catalog-block__header {
  position: relative;
  margin-bottom: 10px;
  z-index: 15;
}
.catalog-block__list {
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: table;
}
.catalog-block__list-outer {
  margin: -15px;
}
.catalog-block__item {
  font-size: 13px;
  line-height: 1.538;
  padding: 15px 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.catalog-item {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  width: 190px;
  cursor: default;
}
.catalog-item__inner {
  padding: 25px 15px;
  -webkit-box-shadow: 0 0 0px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0px -5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.catalog-item__title {
  line-height: 1;
  margin: 0 0 18px 0;
}
.catalog-item__title.closed {
  max-height: 30px;
}
.catalog-item__link,
.catalog-item__link:visited,
.catalog-item__link:hover,
.catalog-item__link:active {
color:#000;
text-decoration:unset;
}
.catalog-item__image {
  margin-bottom: 20px;
}
.catalog-item__cont {
  color: #797979;
}
.catalog-item__cont.closed {
  max-height: 72px;
}
.catalog-item:hover {
  color: #fff;
}
.catalog-item:hover .catalog-item__link {
color:#000;
}
.catalog-item:hover .catalog-item__cont {
  color: inherit;
}
/*-----------------------------webresource-block------------------------------*/
.webresource-block {
  margin-bottom: 30px;
}
.webresource-block__header {
  position: relative;
  margin-bottom: 20px;
  z-index: 15;
}
.webresource-block__list {
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
}
.webresource-block__list-outer {
  margin: 0 -25px;
}
.webresource-block__item {
  font-size: 13px;
  line-height: 1.538;
  padding: 0 25px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.webresource-item__image {
  min-height: 132px;
  border: 1px solid #d6d6d6;
  background: #d6d6d6;
}
/*-----------------------------mini_container---------------------------------*/
/*-----------------------------subscribe--------------------------------------*/
/*-----------------------------mini_container---------------------------------*/
/*=============================Footer=========================================*/
#footer {
  position: relative;
}
#footer .wrapper {
  position: relative;
}
.footer {
  padding-top: 25px;
  padding-bottom: 37px;
  border-top: 4px solid #d6d6d6;
}
.footer__separator {
  height: 20px;
}
.footer__logo-separator1 {
  margin-top: -10px;
}
.footer__logo-separator2 {
  margin-top: 20px;
}
.footer__logo2 {
  margin-bottom: 20px;
}
.footer-block__title {
  margin-bottom: 12px;
}
.copyright {
  font-size: 11px;
}
/*---------------------------------------------------*/
.one-event h3 {
  color: #d23737;
  margin: 17px 0px 17px 0px;
  font-size: 22px;
}
.error_speak_code {
  padding-top: 6px;
  color: #d23737;
}
.not_restricted {
  font-size: 20px !important;
}
.speaking_container .gr-block-2,
.speaking_container .gr-block-1 {
  min-height: 198px;
  border: 3px solid #cccccc;
}
.speaking_container .log-in-main2 {
  font: 13px/16px 'PT Sans', sans-serif;
}
/*==============================Hack==========================================*/
/*---Opera---*/
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .template {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
  }
  .template-top,
  .template-middle,
  .template-bottom {
    display: table-row;
  }
  .template-cell {
    width: 100%;
    display: table-cell;
  }
  .template-middle-cell {
    position: relative;
    height: 100%;
  }
  .justify_list {
    display: inline-block;
    word-spacing: 1px;
  }
  select.select_style {
    line-height: normal;
    height: 22px;
  }
  .image_block .image_wrap.opera_fix {
    background-position: 50% 50%;
  }
  .image_block .image_wrap.opera_fix .image_item {
    visibility: hidden;
  }
}
/* стиль только для Opera 12.00+ */
@media (min-resolution: 0.001dpcm) {
  body:-o-prefocus .template {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
  }
  body:-o-prefocus .template-top,
  body:-o-prefocus .template-middle,
  body:-o-prefocus .template-bottom {
    display: table-row;
  }
  body:-o-prefocus .template-cell {
    width: 100%;
    display: table-cell;
  }
  body:-o-prefocus .template-middle-cell {
    position: relative;
    height: 100%;
    min-height: 0;
  }
  body:-o-prefocus .justify_list {
    display: inline-block;
    word-spacing: 1px;
  }
}
/*Safari and Chrome*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body:first-of-type .select_style {
    text-indent: 9px;
    padding-left: 0;
  }
  /*Safari*/
}
.menu-list__link_main {
text-decoration: none;
    font-size: 15px;
    height: 54px;
    display: flex;
    align-items: center;
    border: 2px solid #423E3E;
    padding: 0 12px;
    line-height: 130%;
    background: #6E5B5B;
    border-radius: 3px;
}

@media (min-width: 992px){
.col-md-14.auth_css {
    width: 440px;
}
.auth_css .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.auth_css .row .col-sm-12 {
    width: fit-content;
}
}
