.flex-between {
  justify-content: space-between;
  display: flex;
}
.flex-around {
  justify-content: space-around;
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
@font-face {
  font-family: 'ALSSyysScript';
  src: url('../fonts/als/ALSSyysScript.eot');
  src: url('../fonts/als/ALSSyysScript.eot?#iefix') format('embedded-opentype'), url('../fonts/als/ALS_SyysScript.otf'), url('../fonts/als/ALSSyysScript.woff2') format('woff2'), url('../fonts/als/ALSSyysScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "PT Sans";
  src: url('../fonts/material/pt_sans-web-regular.ttf');
  font-style: normal; 
font-weight: normal; 
}

@font-face {
  font-family: "Material Icons";
  src: url('../fonts/material/MATERIALICONS-REGULAR_0.TTF'), url('../fonts/material/materialicons-regular_0-webfont.eot'), url('../fonts/material/materialicons-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/material/materialicons-regular_0-webfont.woff2') format('woff2'), url('../fonts/material/materialicons-regular_0-webfont.woff') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/awesome/FontAwesome.ttf'), url('../fonts/awesome/FontAwesome.eot'), url('../fonts/awesome/FontAwesome.woff2') format('woff2'), url('../fonts/awesome/FontAwesome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphter';
  src: url('../fonts/glyp/Glyphter.eot');
  src: url('../fonts/glyp/Glyphter.eot?#iefix') format('embedded-opentype'), url('../fonts/glyp/Glyphter.woff') format('woff'), url('../fonts/glyp/Glyphter.ttf') format('truetype'), url('../fonts/glyp/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-people:before {
  content: '\0042';
}
.icon-plase:before {
  content: '\0043';
}
.icon-purse:before {
  content: '\0044';
}
.icon-school:before {
  content: '\0047';
}
.icon-search:before {
  content: '\0048';
}
.icon-structure:before {
  content: '\0049';
}
.icon-view:before {
  content: '\004b';
}
.icon-Balloon:before {
  content: '\004e';
}
.icon-book:before {
  content: '\004f';
}
.icon-brain:before {
  content: '\0050';
}
.icon-Bulb:before {
  content: '\0051';
}
.icon-call:before {
  content: '\0052';
}
.icon-close:before {
  content: '\0053';
}
.icon-construction:before {
  content: '\0054';
}
.icon-cursor:before {
  content: '\0055';
}
.icon-dialog:before {
  content: '\0057';
}
.icon-dialogs:before {
  content: '\0058';
}
.icon-document:before {
  content: '\0059';
}
.icon-download:before {
  content: '\005a';
}
.icon-envelope:before {
  content: '\0061';
}
.icon-exam:before {
  content: '\0062';
}
.icon-handshake:before {
  content: '\0064';
}
.icon-headphones:before {
  content: '\0065';
}
.icon-home:before {
  content: '\0066';
}
.icon-info:before {
  content: '\0067';
}
.icon-Kindergarten:before {
  content: '\0068';
}
.icon-menu:before {
  content: '\0069';
}
.icon-noun_1153022_cc:before {
  content: '\006a';
}
.icon-okey:before {
  content: '\0071';
}
*,
a {
  outline: none;
}
body {
 /* font-family: Roboto, Tahoma, sans-serif;*/
  font-family: "PT Sans";
  min-width: 320px;
  font-size: 14px;
  font-weight: 400;
  color: #37393a;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.b-content {
  padding-top: 44px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a {
  color: inherit;
  text-decoration: none;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h1 > a--active,
h2 > a--active,
h3 > a--active,
h4 > a--active,
h5 > a--active {
  color: inherit;
  text-decoration: none;
}
ol {
  padding-top: 15px;
  padding-left: 18px;
}
ul {
  /*padding-top: 15px;*/
  padding-left: 18px;
}
ol > li {
  line-height: 28px;
}
ul > li {
  list-style-image: url(../images/list-type.svg);
  padding-left: 8px;
  margin-bottom: 10px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
a--active {
  color: inherit;
  text-decoration: none;
}
.b-header {
  margin: auto;
  justify-content: space-between;
  display: flex;
  padding: 25px 0;
  align-items: stretch;
}
.b-header__wrapper {
  width: 100%;
}
h1 {
  color: #243741;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 39px;
}
.btn {
  border-radius: 3px;
  background-color: #e53935;
  transition: .3s;
  padding: 8px 21px;
  color: #fff;
  text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #b71c1c;
  color: #fff;
}
.b-header-logo {
  padding-bottom: 15px;
  min-width: 50%;
  position: relative;
}
.b-header-logo__img {
  width: 100%;
}
.b-header-logo__pix {
  width: 100%;
  max-width: 155px;
}
.b-header-city__select {
  border: 0px;
  padding: 0px 30px 0 5px;
  line-height: initial;
  height: auto;
}
.b-header-city .nice-select {
  line-height: 15px;
  top: 2px;
}
.b-header-city__select .nice-select .option:hover,
.b-header-city .nice-select .option.focus,
.b-header-city .nice-select .option.selected.focus {
  background-color: #fff;
  color: #37393a;
}
.b-header-city__select .current {
  color: #37393a;
}
.b-header-city__select .list {
  margin-left: -44px;
  border-radius: 0px;
  min-width:200px;
}
.b-header-city__select .option:hover {
  background-color: #e53935 !important;
  color: #fff;
}
.b-header-city__select:after {
  width: 7px;
  height: 7px;
  margin-top: -7px;
  border-color: #37393a;
}
.b-header-city__select.open:after {
  border-color: #e53935;
}
.b-header-topbar {
  justify-content: space-around;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.b-header-topbar__svg {
  width: 18px;
  max-height: 25px;
  fill: #37393a;
  transition: .3s;
}
.b-header-topbar__element:hover .b-header-topbar__svg {
  fill: #b71c1c;
}

.b-header-topbar__element:hover .b-header-topbar__link {
  color: #b71c1c!important;
}



.b-header-topbar__element:hover .b-header-topbar__svg--visimp {
  fill: #fff;
  stroke: #b71c1c;
}
.b-header-topbar__element:hover .b-header-topbar__svg--visimp .st0 {
  fill: #fff;
  stroke: #b71c1c;
}
.b-header-topbar__element:hover .b-header-topbar__svg--visimp .st1 {
  fill: #b71c1c;
  stroke: #b71c1c;
}
.b-header-topbar__element:hover .b-header-topbar__svg--cab {
  fill: #fff;
  stroke: #b71c1c;
}
.b-header-topbar__svg--phone {
  width: 18px;
  stroke: #37393a;
  stroke-width: 3px;
  height: 18px;
  margin-right: 5px;
}
.b-header-topbar__element:hover .b-header-topbar__svg--phone {
  stroke-width: 1px;
  stroke: #b71c1c;
}
.b-header-topbar__svg--callback {
  width: 18px;
  height: 23px;
  margin-right: 5px;
  display: block;
}
.b-header-topbar__svg--about {
  width: 14px;
  margin-right: 10px;
  height: 17px;
}
.b-header-topbar__svg--visimp {
  width: 26px;
  fill: #fff;
  height: 18px;
  margin-left: -6px;
  stroke: #37393a;
  margin-right: 5px;
}
.b-header-topbar__svg--visimp .st0 {
  stroke: #37393a;
}
.b-header-topbar__svg--visimp .st1 {
  fill: #37393a;
}
.b-header-topbar__svg--payment {
  width: 19px;
  margin-right: 5px;
  height: 17px;
}
.b-header-topbar__svg--cab {
  width: 15px;
  height: 17px;
  margin-right: 8px;
  fill: #fff;
  stroke-width: 3px;
  stroke: #37393a;
}
.b-header-topbar__element--skype:before {
  width: 16px;
  height: 17px;
  line-height: 17px;
  color: #37393a;
  font-family: "Font Awesome";
  font-size: 18px;
  font-weight: 400;
  margin-right: 6px;
  content: '';
  display: block;
}
.b-header-topbar__element--skype:hover:before {
  color: #b71c1c;
}
.b-header-topbar__element {
  display: flex;
  align-items: center;
  color: #37393a;
  text-decoration: none;
  font-size: 13px;
}
.b-header-topbar__link,
.b-header-topbar__link:hover,
.b-header-topbar__link:active,
.b-header-topbar__link:focus {
  color: #37393a;
  text-decoration: none;
}
.b-header-topbar__element:first-child {
  margin-bottom: 8px;
}
.b-header-topbar__element--callback .b-header-topbar__link {
  border-bottom: 1px dashed;
}
.b-header-social__block {
  display: flex;
}
.b-header-social__list {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
.b-header-social__item {
  width: 20px;
  min-width: 20px;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 2px;
  transition: .3s;
  background-color: #e53935;
  color: #ffffff;
  font-family: "Font Awesome";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.b-header-social__item:hover,
.b-header-social__sight:active,
.b-header-social__sight:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b71c1c;
}
.b-header-social__sight--inst {
  line-height: 24px;
}
.b-navbar {
  justify-content: space-between;
  display: flex;
  padding: 0px;
  align-items: center;
  margin: auto;
}
.b-navbar__wrapper {
  width: 100%;
  background: #e53935;
  position: relative;
}
.b-navbar__list, .b-navbar__list div[id^=bx_incl] {
  display: flex;
}
.b-navbar__link {
  padding: 18px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fefefe;
  display: block;
  transition: background .3s;
  font-weight: 400;
}
.b-navbar__link:hover,
.b-navbar__link:active,
.b-navbar__link:focus {
  text-decoration: none;
  color: #fefefe;
  background: #b71c1c;
}
.b-navbar__link--active {
  text-decoration: none;
  color: #fefefe;
  background: #b71c1c;
}
.b-navbar__element:hover .b-secondMenu__wrapper {
  display: block;
}
.b-navbar-pictograms {
  display: flex;
  padding-right: 15px;
  align-items: center;
}
.b-navbar-pictograms__element {
  margin-left: 20px;
}
.b-navbar-pictograms__home {
  width: 20px;
  height: 20px;
  display: block;
  background: url('../images/nav-home.png') no-repeat 50%;
}
.b-navbar-pictograms__sitemap {
  width: 28px;
  height: 20px;
  display: block;
  background: url('../images/nav-sitemap.png') no-repeat 50%;
}
.b-navbar-search__link {
  width: 20px;
  height: 20px;
  background: url('../images/nav-search.png') no-repeat 50%;
  display: block;
}
.b-navbar-search__link--close {
  background: url('../images/navbar-close-w.png') no-repeat 50%;
}
.b-topslider__wrapper {
  position: relative;
}
.b-topslider__wrapper--nomargin {
  margin-bottom: 0px!important;
}
.b-topslider-form {
  justify-content: space-between;
  display: flex;
  align-items: center;
  /*padding: 0px 0px 46px;*/
  flex-wrap: wrap;
}
.b-topslider-form__wrapper {
  z-index: 10;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.b-topslider-form__wrapper .container {
  /*margin-left: 0px;
  margin-right: 0px;*/
}
.b-topslider-form__form {
  position: relative;
  top: 7px;
  padding: 20px 23px 10px;
  background-color: rgba(42, 62, 71, 0.46);
  width: 100%;
  pointer-events: all;
  transform: scale(1);
  transition-duration: .2s;
}

.b-topslider-form__title {
  color: #243741;
  font-size: 28px;
  margin-bottom: 70px;
  margin-top: 50px;
  font-weight: 500;
  line-height: 35px;
  text-shadow: 2px 2px 1px #FFF, -2px -2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF;
}
.b-topslider-form__subtitle {
  color: #ffffff;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin-bottom: 20px;
}
.b-topslider-form__line {
  width: 100%;
  margin-bottom: 13px;
}
.b-topslider-form__input {
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #fff;
  width: 100%;
  padding: 0 15px;
  outline: none;
}
.b-topslider-form__submit {
  border-radius: 3px;
  padding: 10px 17px 8px;
  text-transform: uppercase;
  transition: .3s;
  color: #fefefe;
  background-color: #e53935;
  border: 1px solid #e53935;
  font-size: 12px;
  font-weight: 400;
}
.b-topslider-form__submit:hover,
.b-topslider-form__submit:active,
.b-topslider-form__submit:focus {
  background-color: #b71c1c;
}
.b-topslider-form__line:after {
  display: block;
  clear: both;
  content: '';
}
.b-topslider-form__select {
  width: 100%;
  border-radius: 0px;
  height: 30px;
  line-height: 30px;
}
.b-topslider-form__select .list {
  width: 100%;
  border-radius: 0px;
}
.b-topslider-form__select .option:hover {
  background-color: #e53935 !important;
  color: #fff;
}
.b-topslider-form__select:after {
  width: 7px;
  height: 7px;
  margin-top: -5px;
}
.b-topslider-form__select.open:after {
  border-color: #e53935;
}
.b-topslider-form__form .afbf_error_text,
.b-topslider-form__form .afbf_item_pole.error_pole .afbf_error_text{
  white-space: nowrap;
  color: #FFFFFF;
  text-shadow: 0 0 1px red;
}
.b-topslider-form__form .afbf_error_block .afbf_error_text{
  height: 15px;
  line-height: 15px;
  /*margin: -15px 0;*/
  margin: -8px -15px -15px;
}
.fotorama__nav-wrap {
  position: absolute;
  margin: auto;
  bottom: 25px;
  z-index: 20;
  width: 100%;
}
.fotorama__nav--dots {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
.fotorama__nav {
  text-align: right;
  display: none;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 10px;
  margin: 0 2px;
  height: 9px;
  transition: background-color 0.3s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.fotorama__nav--dots .fotorama__active {
  background-color: #e53935;
}
.b-checkbox {
  display: flex;
  align-items: flex-start;
}
.b-checkbox__input {
  display: none;
}
.b-checkbox__label {
  display: block;
  margin-right: 7px;
  margin-top: 3px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
}
.b-checkbox__input:checked + .b-checkbox__label {
  background-color: red;
}
.b-checkbox__name {
  color: #ffffff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
}
.b-checkbox__link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.b-mNavbar__burgerWrap {
  display: flex;
}
.b-mNavbar__about {
  display: flex;
  align-items: center;
  margin-left: 75px;
}
.b-mNavbar__about:before {
  width: 19px;
  height: 23px;
  background: url('../images/nav-about-w.png') no-repeat 50%;
  margin-right: 13px;
  display: block;
  content: '';
}
.b-mNavbar__aboutLink {
  color: #ffffff;
  font-weight: 400;
  line-height: 14px;
}
.b-mNavbar__aboutLink:hover,
.b-mNavbar__aboutlink:active,
.b-mNavbar__aboutlink:focus {
  color: #fff;
  text-decoration: none;
}
.b-mNavbar__container {
  display: flex;
  width: 100%;
  position: relative;
  height: 52px;
  justify-content: space-between;
  padding-left: 50px;
}
.b-mNavbar__city {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.b-mNavbar__citysapn {
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}
.b-mNavbar__citySelect {
  border: 0px;
  z-index: 99;
  padding: 0px 30px 0 5px;
  background-color: transparent;
  height: auto;
  color: #fff;
  line-height: initial;
}
.b-mNavbar__citySelect.nice-select {
  color: #fff;
}
.b-mNavbar .nice-select .option:hover,
.b-mNavbar .nice-select .option.focus,
.b-mNavbar .nice-select .option.selected.focus {
  background-color: #fff;
}
.b-mNavbar__citySelect .list {
  color: #37393a;
  margin-left: -44px;
  margin-top: 15px;
  border-radius: 0px;
}
.b-mNavbar__citySelect .option:hover {
  background-color: #e53935 !important;
  color: #fff;
}
.b-mNavbar__citySelect:after {
  width: 7px;
  height: 7px;
  margin-top: -5px;
}
.b-mNavbar__citySelect.open:after {
  border-color: #fff;
}
.b-mNavbar__citySelect:after {
  border-color: #fff;
}
.sidebar-nav ul li {
  list-style: none;
}
.b-burger {
  padding: 15px 0;
}
.b-burger__link {
  width: 33px;
  cursor: pointer;
  height: 22px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
}
.b-burger__link:before {
  width: 33px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0px;
  content: '';
  display: block;
  background-color: #fff;
}
.b-mMenu {
  padding: 20px 15px;
}
.b-mMenu__wrapper {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 990;
  margin-top: 10px;
  display: none;
}
.b-mMenu__element {
  margin-bottom: 15px;
}
.b-mMenu__link {
  color: #37393a;
  text-transform: uppercase;
  font-weight: 400;
  justify-content: space-between;
  display: flex;
  line-height: 24px;
}
.b-mMenu__link:hover,
.b-mMenu__link:active,
.b-mMenu__link:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-mMenu__link--active:after {
  font-family: "Material Icons";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  content: 'keyboard_arrow_right';
  display: block;
  text-transform: none;
}
.b-mMenu__first {
  position: relative;
}
.b-mMenu__listWrap {
  width: 100%;
  overflow-x: hidden;
  min-height: 310px;
}
.b-mMenu__list {
  transition: .3s;
}
.b-mMenu__list--1 {
  transform: translateX(-100%);
}
.b-mMenu__list--2 {
  transform: translateX(-200%);
}
.b-mMenu__second {
  left: 100%;
  position: absolute;
  z-index: 11;
  width: 100%;
  top: 0px;
  display: none;
}
.b-mMenu__last {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0px;
  display: none;
}
.b-mMenu__back {
  color: #37393a;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  line-height: 24px;
}
.b-mMenu__back:hover,
.b-mMenu__back:active,
.b-mMenu__back:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-mMenu__back:before {
  color: #3d3f40;
  font-family: "Material Icons";
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  left: -5px;
  font-weight: 400;
  content: 'keyboard_arrow_left';
}
.b-mMenu-topbar {
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.b-mMenu-topbar__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.b-mMenu-topbar__link {
  color: #3d3f40;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 24px;
}
.b-mMenu-topbar__svg--visimp {
  width: 26px;
  height: 20px;
  fill: #fff;
  stroke: #e53935;
  margin-right: 5px;
}
.b-mMenu-topbar__svg--payment {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  fill: #e53935;
}
.b-mMenu-topbar__item:hover,
.b-mMenu-topbar__item:active,
.b-mMenu-topbar__item:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-mMenu-topbar__link--skype:before {
  width: 16px;
  height: 17px;
  line-height: 17px;
  color: #b71c1c;
  font-family: "Font Awesome";
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
  content: '';
  display: block;
}
.b-mMenu-topbar__link--skype:hover:before {
  color: #b71c1c;
  text-decoration: none;
}
.b-mMenu-topbar__svg {
  stroke: #e53935;
}
.b-mMenu-topbar__svg--callback {
  fill: #e53935;
  margin-right: 14px;
}
.b-mMenu-topbar__svg--about {
  fill: #e53935;
  margin-right: 17px;
}
.b-block {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 0;
}
.b-block__item {
  height: 380px;
  position: relative;
  margin-bottom: 15px;
 /* padding: 30px 15px 30px 30px;*/
  padding: 30px 15px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.b-block__title {
  position: relative; 
  padding:0px 5px;
  z-index: 2;
  color: #243741;
  margin-top: 0px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  transition: .3s;
  text-transform: uppercase;
}

.parent_block_title .b-block__title{
  font-family: "PT Sans";
  font-weight: 700;
  text-transform: unset;
}

.b-block__item:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  transition: .3s;
  content: '';
 /* background-color: rgba(236, 239, 241, 0.6);*/
 /* background: linear-gradient(180deg, rgba(255,255,255,0.2) 60%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.99) 95% , rgba(255,255,255,0.8) 100%); */
}

@media (max-width: 762px){
  .b-block__item:after {
   /* background: linear-gradient(180deg, rgba(255,255,255,0) 5%,  rgba(255,255,255,0.99) 100%);*/
  }
}


.b-block__item:hover:after {
 /* background-color: rgba(55, 71, 79, 0.6);*/
}
.b-block__item:hover .b-block__title {
  /*color: #fff;*/
  color: #e53935;
}
.b-block__item--1:before {
  background: url('../images/block-1.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__item--2:before {
  background: url('../images/block-2.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__item--3:before {
  background: url('../images/block-3.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__item--4:before {
  background: url('../images/block-4.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__item--5:before {
  background: url('../images/block-5.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__item--6:before {
  background: url('../images/block-6.png') no-repeat 50% / cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100%;
  content: '';
  z-index: -1;
  padding: 0 15px;
}
.b-block__list {
 /* margin-top: 30px;*/
  display:flex;
  flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

@media (max-width: 762px){
  .b-block__list {
    flex-direction: column;
  }
}


.b-block__element {
  border-radius: 3px;
  display: block;
  margin-bottom: 21px;
  background-color: #e53935;
  width: 166px;
  position: relative;
  z-index: 2;
  height: 35px;
  text-align: center;
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  transition: .3s;
  text-transform: uppercase;
  margin-left:5px;
}
.b-block__element:hover,
.b-block__element:active,
.b-block__element:focus {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
}
.b-block__more {
  border-radius: 3px;
  display: block;
  /*left: 100%;
  margin-left: -180px;
  margin-top: -70px;
  top: 100%;*/
  background-color: #e53935;
  transition: .3s;
  width: 166px;
  /*position: absolute;*/
  position: relative;
  z-index: 2;
  height: 35px;
  text-align: center;
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom:10px;
  margin-left:5px;
}
.b-block__more:hover,
.b-block__more:active,
.b-block__more:focus {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
}
.b-infoblock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-infoblock-header__element {
  display: block;
  background-color: transparent;
  transition: .3s;
  padding: 13px 18px;
  margin-right: 15px;
  margin-bottom: 15px;
  outline: none;
  text-transform: uppercase;
  color: #37393a;
  font-weight: 400;
  white-space: nowrap;
}
.b-infoblock-header__element:focus,
.b-infoblock-header__element:hover,
.b-infoblock-header__element:active,
.b-infoblock-header__element--active {
  color: #fff!important;
  outline: none;
  text-decoration: none;
  background-color: #e53935;
}
.b-infoblock-header__mobile {
  display: flex;
  justify-content: flex-end;
}
.b-infoblock-header__nav {
  display: flex;
  flex-wrap: wrap;
}
.b-infoblock-header__link {
  color: #e53935;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
}
.b-infoblock-header__link:hover,
.b-infoblock-header__link:active,
.b-infoblock-header__link:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-infoblock-header__link:after {
  font-family: "Material Icons";
  font-size: 16px;
  font-weight: 400;
  content: 'keyboard_arrow_right';
}
.b-infoblock-header__name {
  padding-left: 5px;
}
.b-infoblock {
  padding-bottom: 50px;
}
.b-infoblock-content {
  margin-bottom: 10px;
}
.b-infoblock-content__container {
  display: none;
}
.b-succsess {
  padding: 40px 40px;
}
.b-succsess:after {
  display: block;
  content: '';
  clear: both;
}
.b-succsess__itemWrap {
  outline: none;
  padding: 10px 10px;
  /* padding-left: 55px;
    margin-right: -30px;
    padding-right: 0px;*/
}
.b-succsess__item {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
  /*height: 540px;*/
}
.b-succsess__img {
  width: 125px;
  border-radius: 50%;
  overflow: hidden;
  height: 125px;
  background-color: #e53935;
  margin: auto;
}
.b-succsess__pix {
  max-width: 100%;
  margin: auto;
  width: 100%;
  max-height: 100%;
}
.b-succsess__line {
  margin-bottom: 21px;
}
.b-succsess__name {
  color: #858484;
  font-size: 12px;
  font-weight: 400;
  max-height: 105px;
  overflow: hidden;
  line-height: 21px;
}
.b-succsess__name.b-jot__text{
  overflow: visible;
}
.b-succsess__value {
  color: #395a6b;
  font-weight: 500;
  line-height: 21px;
}
.b-succsess__arrow {
  cursor: pointer;
  transition: .3s;
  color: #a9bcc7;
  font-family: "Font Awesome";
  font-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  font-weight: 400;
  line-height: 28px;
}
.b-succsess__arrow:hover {
  color: #b71c1c;
}
.b-succsess__arrow--next {
  right: 0px;
}
.b-succsess__arrow--prev {
  left: 15px;
}
.b-succsess .slick-track,.b-succsess .slick-list{
  min-height: 560px;
}
.b-jot__element {
  text-align: center;
  outline: none;
  padding: 10px 0px;
}
.b-jot__element--detail .b-jot__image{
  width: 100%; max-width: 330px;
  height: 330px;
  border-radius: 0;
  margin-bottom: 1em;
}

.b-jot__text {
  font-size: 16px;
  line-height: 24px;
}
.b-jot__text p, .container .b-jot__text p{
  font-size: 16px;
  line-height: 24px;
margin-bottom: 0px;
}
.b-jot__list {
  padding: 30px 30px 20px;
}
.b-jot__image {
  width: 187px;
  height: 187px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 45px;
}
.b-jot__name {
  color: #395a6b;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.b-jot__course {
  color: #70a0b6;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.b-jot__text {
  color: #858484;
  padding: 0px;
  max-height: 95px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.fancybox-slide .b-jot__text{
  max-height: none;
}
.fancybox-slide .b-jot__text.ddd-truncated:after{
  display: none;
}
.row .b-jot__text {
  max-height: initial;
}
.b-jot__text.ddd-truncated:after {
  content: 'Развернуть';
  display: block; text-align: center;
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #a9bcc7;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.b-jot__text.b-notCrop:after {
  content: 'Свернуть';
  display: block;
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #a9bcc7;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.b-jot__text:hover:after {
  color: #e53935;
  cursor: pointer;
}
.b-news {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.b-news__item {
  margin-bottom: 45px;
}
.b-news__name {
  color: #395a6b;
  margin-bottom: 18px;
  display: block;
  font-size: 18px;
  transition: .3s;
  font-weight: 500;
  line-height: 24px;
  max-height: 50px;
}
.b-news__name:hover,
.b-news__name:active,
.b-news__name:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-news__date {
  color: #858484;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 21px;
}
.b-news__date:before {
  color: #858484;
  margin-right: 5px;
  font-family: "Font Awesome";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  content: '';
}
.b-news__img {
  margin-bottom: 25px;
  position: relative;
  display: block;
}
.b-news__img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-color: rgba(236, 239, 241, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.b-news__img:hover:before {
  opacity: 1;
}
.b-news__pix {
  max-width: 100%;
  margin: auto;
  width: 100%;
  max-height: 100%;
}
.b-discont {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
.b-discont__item {
  margin-bottom: 45px;
}
.b-discont__name {
  color: #395a6b;
  margin-bottom: 18px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  max-height: 50px;
  transition: .3s;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.b-discont__time {
  padding-left: 5px;
  white-space: nowrap;
}
.b-discont__name:hover,
.b-discont__name:active,
.b-discont__name:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-discont__text {
  color: #858484;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 21px;
}
.b-discont__timebar {
  margin-bottom: 25px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  background-color: #e53935;
  line-height: 21px;
}
.b-discont__img {
  position: relative;
  display: block;
}
.b-discont__img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-color: rgba(236, 239, 241, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.b-discont__img:hover:before {
  opacity: 1;
}
.b-discont__pix {
  max-width: 100%;
  margin: auto;
  width: 100%;
  max-height: 100%;
}
.b-usefull {
  padding: 40px 0;
}
.b-usefull__element {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.b-usefull__pix {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  max-height: 100%;
}
.b-usefull__title {
  color: #395a6b;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}
.b-usefull__textblock {
  position: relative;
}
.b-usefull__text {
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 20px;
  color: #858484;
}
.b-usefull__link {
  color: #e53935;
  display: block;
  text-decoration: underline;
}
.b-usefull__link:hover,
.b-usefull__link:focus,
.b-usefull__link:active {
  color: #b71c1c;
  text-decoration: underline;
}
.b-usefull__date {
  color: #858484;
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 21px;
}
.b-usefull__date:before {
  color: #858484;
  margin-right: 5px;
  font-family: "Font Awesome";
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  content: '';
}
.b-footer-copthyright {
  display: flex;
}
.b-footer-copthyright__text {
  color: #ffffff;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 300;
}
.b-footer {
  position: relative;
  z-index: 1;
  margin: auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.b-footer__wrapperContainer {
  padding: 0px;
}
.b-footer__wrapper {
  width: 100%;
  padding: 35px 0;
  background: url(../images/footer-bg.png) no-repeat 50% / cover;
  position: relative;

}
.b-footer__wrapper:before {
  background-color: rgba(229, 57, 53, 0.95);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: '';
  z-index: 0;
}
.b-footer__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.b-footer__line {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.b-footer-phone {
  display: flex;
}
.b-footer-phone__Svg {
  width: 22px;
  fill: #fff;
  stroke: #fff;
  margin-right: 10px;
  height: 25px;
}
.b-footer-phone__Svg .st0 {
  fill: #fff;
  stroke: #fff;
}
.b-footer-phone__link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}
.b-footer-phone__link:hover,
.b-footer-phone__link:active,
.b-footer-phone__link:focus {
  color: #fff;
  text-decoration: none;
}
.b-footer-nav {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.b-footer-nav__element {
  color: #fefefe;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.b-footer-nav__element:hover,
.b-footer-nav__element:active,
.b-footer-nav__element:focus {
  text-decoration: none;
  color: #fff;
}
.b-footer-visimp {
  display: flex;
  align-items: center;
}
.b-footer-visimp__link {
  color: #fefefe;
  font-weight: 400;
  text-transform: uppercase;
}
.b-footer-visimp__link:hover,
.b-footer-visimp__link:active,
.b-footer-visimp__link:focus {
  color: #fff;
  text-decoration: none;
}
.b-footer-visimp__svg {
  width: 35px;
  stroke: #fff;
  top: -2px;
  fill: transparent;
  margin-right: 10px;
  position: relative;
}
.b-footer-form__title {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.b-footer-callback__line {
  display: flex;
  margin-bottom: 30px;
}
.b-footer-callback__title {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 20px;
}
.b-footer-callback__input {
  height: 35px;
  width: 57%;
  padding: 0 15px;
  border: 1px solid #fff;
  margin-right: 15px;
  background-color: #ffffff;
}
.b-footer-callback__submit {
  border-radius: 3px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  transition: .3s;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 15px;
  background-color: #395a6b;
  border: 1px solid #395a6b;
  height: 35px;
}
.b-footer-callback__submit:hover,
.b-footer-callback__submit:active,
.b-footer-callback__submit:focus {
  background-color: #37474f;
}
.b-footer-social__block {
  display: flex;
}
.b-footer-social__list {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
.b-footer-social__item {
  width: 20px;
  min-width: 20px;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 2px;
  transition: .3s;
  background-color: #fff;
  color: #e53935;
  font-family: "Font Awesome";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.b-footer-social__item:hover,
.b-footer-social__sight:active,
.b-footer-social__sight:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b71c1c;
}
.b-footer-social__sight--inst {
  line-height: 24px;
}
.b-utp {
  padding: 0xp 0xp 30px 0;
  margin-bottom: 30px;
}
.b-utp__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.b-utp__header {
  color: #395a6b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  line-height: 33px;
}
.b-utp__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-items: stretch;
  font-size: 12px;
  padding: 0 5%;
}
.b-utp__icon {
  width: 97px;
  margin: auto;
  background-color: #fff;
  transition: .3s;
  margin-top: 0px;
  height: 97px;
  border: 1px solid #e53935;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.b-utp__icon:hover {
  background-color: #b71c1c;
}
.b-utp__icon:hover .b-utp__svg {
  fill: #fff;
  stroke: #fff;
}
.b-utp__icon:hover .b-utp__svg--place .st0 {
  fill: #b71c1c;
  stroke: #fff;
}
.b-utp__icon:hover .b-utp__svg--book .st0 {
  fill: #b71c1c;
  stroke: #fff;
}
.b-utp__icon:hover .b-utp__svg--dialog .st0 {
  fill: #b71c1c;
  stroke: #fff;
}
.b-utp__icon:hover .b-utp__svg--exam .st0 {
  fill: #b71c1c;
  stroke: #fff;
}
.b-utp__svg {
  fill: #e53935;
  stroke: #e53935;
  transition: 0.3s;
}
.b-utp__svg--sert {
  width: 50px;
  position: relative;
}
.b-utp__svg--people {
  width: 50px;
  stroke: #e53935;
  fill: #fff;
  stroke-width: 2px;
}
.b-utp__svg--dialog-2 {
  width: 60px;
  fill: #fff;
  stroke: #e53935;
  stroke-width: 2px;
}
.b-utp__svg--palete {
  width: 47px;
  stroke: #e53935;
  stroke-width: 1px;
  fill: #e53935;
}
.b-utp__icon:hover .b-utp__svg--palete {
  stroke: #fff;
  fill: #fff;
}
.b-utp__icon:hover .b-utp__svg--dialog-2 {
  stroke: #fff;
  fill: #b71c1c;
}
.b-utp__icon:hover .b-utp__svg--people {
  stroke: #fff;
  fill: #b71c1c;
}
.b-utp__svg--place {
  width: 70px;
}
.b-utp__svg--place .st0 {
  fill: #fff;
  stroke-width: 2px;
}
.b-utp__svg--book {
  width: 57px;
  fill: #fff;
}
.b-utp__svg--book .st0 {
  fill: #fff;
  stroke-width: 2px;
}
.b-utp__svg--dialog {
  width: 53px;
}
.b-utp__svg--exam {
  width: 36px;
  stroke-width: 3px;
}
.b-utp__svg--exam .st0 {
  fill: #fff;
  stroke-width: 2px;
}
.b-utp__svg--hat {
  width: 53px;
}
.b-utp__item {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.fotorama__caption {
  display: none;
}
.b-secondMenu__wrapper {
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  width: 100%;
  z-index: 90;
  left: 0px;
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
}
.b-secondMenu__menu {
  padding: 35px 15px 24px;
}
.b-secondMenu__caption {
  color: #3d3f40;
  font-weight: 400;
  line-height: 24px;
  padding: 22px 0;
}
.b-secondMenu-first {
  position: static;
}
.b-secondMenu-first__element {
  margin-bottom: 8px;
}
.b-secondMenu-first__element:hover .b-secondMenu-second {
  display: block;
}
.b-secondMenu-first__link {
  color: #37393a;
  font-weight: 600;
  transition: .3s;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: 34px;
}
.b-secondMenu-first__link:hover,
.b-secondMenu-first__link:active,
.b-secondMenu-first__link:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-secondMenu-first__link--active:after {
  font-family: "Material Icons";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  content: 'keyboard_arrow_right';
}
.b-secondMenu-second {
  display: none;
  position: absolute;
  top: 35px;
  left: 30%;
  padding-left: 35px;
  padding-right: 0px;
  min-height:100%;
}
.b-secondMenu-second__element {
  margin-bottom: 8px;
}
.b-secondMenu-second__link {
  color: #37393a;
  font-weight: 400;
  transition: .3s;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: 24px;
}
.b-secondMenu-second__link:hover,
.b-secondMenu-second__link:active,
.b-secondMenu-second__link:focus {
  color: #b71c1c;
  text-decoration: none;
}
.b-season {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: visible;
}
.b-season__textblock {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
}
.b-season__textblock {
  position: relative;
  z-index: 3;
}
.b-season__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /*background: url(../images/canvas-bg-1.png);*/
  z-index: 1;
}
.b-season__desk {
  width: 100%;
  margin: auto;
  background: url(../images/desk-bg-xs.png) no-repeat 50%;
  background: url(../images/canvas-t-bg.png) no-repeat 50%;
  background-size: 85% 90%;
  position: absolute;
  top: 75px;
  height: 100%;
  z-index: 2;
  left: 0px;
}
.b-season__checkbox--label {
  border-color: #7d878b;
}
.b-season__checkbox--name {
  color: #7d878b;
}
.b-season__title {
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 38.82px;
}
.b-season__text {
  color: #ffffff;
  font-weight: 300;
  line-height: 22px;
}
.b-season__container {
  position: relative;
}
.b-season-text {
  padding-top: 10px;
}
.b-season-test {
  min-width: 30%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-season-test__quest {
  color: #ffffff;
/*  font-family: "ALSSyysScript";*/
  font-size: 36px;
  font-weight: 400;
  display: flex;
  line-height: 33px;
}
.b-season-test__word {
  min-width: 50px;
  margin-right: 10px;
  border-bottom: 1px solid #fff;
}
.b-season-test__variants {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: center;
  padding-left: 12%;
}
.b-season-test__variant {
  width: 50%;
  color: #ffffff;
/*  font-family: "ALSSyysScript";*/
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 36px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.b-season-test__variant:before {
  width: 11px;
  height: 11px;
  content: '';
  display: block;
  margin-right: 15px;
  transition: .4s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.b-season-test__variant--wrong:before {
  border: 1px solid #e53935;
}
.b-season-test__variant--true:before {
  border-radius: 0px;
  height: 7px;
  width: 15px;
  border: 2px solid;
  border-top: 0px;
  border-right: 0px;
  transform: rotate(-30deg);
  margin-top: -3px;
}
.b-season-test__submit {
  border-radius: 3px;
  padding: 4px 17px 4px;
  text-transform: uppercase;
  transition: .3s;
  color: #fefefe;
  margin-right: 12%;
  background-color: #e53935;
  border: 1px solid #e53935;
  font-size: 12px;
  font-weight: 400;
}
.b-season-test__submit:hover,
.b-season-test__submit:active,
.b-season-test__submit:focus {
  background-color: #b71c1c;
  color: #fefefe;
}
.b-season-test__submitCont {
 /* text-align: right;*/
 /* padding-bottom: 20px;
  width: 100%;
  padding-left: 45px;*/
}
.b-season-test__w {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.b-season-test__h {
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
.b-season-test__a {
  opacity: 0;
  pointer-events: none;
  transition: 0.9s;
}
.b-season-test__t {
  opacity: 0;
  pointer-events: none;
  transition: 1.2s;
}
.b-season-test__word--active .b-season-test__art {
  opacity: 1;
}
.b-season-test__variant--true {
  color: #44aa61;
}
.b-season-form {
  background: url(../images/season-form-bg.png) no-repeat 50%;
  padding: 26px 20px;
  width: 279px;
  background-size: 100% calc(100% - 50px);
  min-width: 289px;
}
.b-season-form__title {
  color: #37474f;
 /* font-family: "ALSSyysScript";*/
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.b-season-form__input {
  height: 30px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  color: #78909c;
  width: 100%;
  padding: 0 10px;
}
.b-season-form__input::placeholder {
  color: #78909c;
}
.b-season-form__line {
  margin-bottom: 10px;
}
.b-season-form__submit {
  border-radius: 3px;
  padding: 5px 17px 4px;
  text-transform: uppercase;
  transition: .3s;
  color: #fefefe;
  background-color: #e53935;
  border: 1px solid #e53935;
  font-size: 12px;
  font-weight: 400;
}
.b-season-form__submit:hover,
.b-season-form__submit:active,
.b-season-form__submit:focus {
  background-color: #b71c1c;
}
.b-season-form__line:after {
  display: block;
  clear: both;
  content: '';
}
.b-season-form__select {
  width: 100%;
  border-radius: 0px;
  color: #78909c;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.b-season-form__select .list {
  width: 100%;
  border-radius: 0px;
}
.b-season-form__select .option:hover {
  background-color: #e53935 !important;
  color: #fff;
}
.b-season-form__select:after {
  width: 7px;
  height: 7px;
  margin-top: -5px;
}
.b-season-form__select.open:after {
  border-color: #e53935;
}
.b-firstSlide__slide {
  height: 444px;
  width: 100%;
}
.b-breadcrumbs {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #90989c;
  margin: 57px 0 53px;
}
.b-breadcrumbs__seporator {
  margin: 0 5px;
}
.b-breadcrumbs__link {
  text-decoration: underline;
}
.b-breadcrumbs__link:last-child {
  color: #37474f;
  text-decoration: none;
}
.b-cabinet {
  margin-bottom: 30px;
}
.b-cabinet-leftblock {
  margin-bottom: 55px;
}
.b-cabinet-leftblock__link {
  display: block;
  padding: 10px 0px;
  padding-left: 0px;
  text-transform: uppercase;
  transition: .3s;
}
.b-cabinet-leftblock__link:hover,
.b-cabinet-leftblock__link:focus,
.b-cabinet-leftblock__link:active {
  color: #fff;
  background-color: #e53935;
  padding-left: 20px;
}
.b-cabinet-leftblock__link--active {
  color: #fff;
  background-color: #e53935;
  padding-left: 23px;
}
.b-cabinet-leftblock__element {
  margin-bottom: 13px;
}
.b-cabinet-leftblock__element--exit {
  margin-top: 45px;
}
.b-cabinet-data {
  color: #414344;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.b-cabinet-data__title {
  margin-top: 0px;
  padding-top: 0px;
  color: #243741;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.b-cabinet-data__line {
  margin-bottom: 25px;
}
.b-cabinet-data__pay {
  margin-top: 23px;
}
.b-cabinet-data__value {
  display: flex;
}
.b-cabinet-data__groups {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
}
.b-cabinet-data__group {
  margin-bottom: 18px;
}
.b-cabinet-data__link {
  color: #414344;
  line-height: 21px;
  text-decoration: underline;
  text-decoration-style: dashed;
  padding-top: 10px;
  transition: .3s;
  display: block;
  margin-bottom: 25px;
}
.b-cabinet-data__link:hover,
.b-cabinet-data__link:focus,
.b-cabinet-data__link:active {
  color: #e53935;
  text-decoration: underline;
  text-decoration-style: dashed;
}
.b-cabinet-data__input {
  height: 33px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  max-width: 296px;
  padding: 0 15px;
  width: 100%;
}
.b-spoiler__list {
  visibility: hidden;
  height: 0px;
}
.b-spoiler__list--active {
  visibility: visible;
  height: auto;
}
.b-cabinet-homework__title {
  color: #70a0b6;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.b-cabinet-homework__text {
  margin-bottom: 35px;
}
.b-cabinet-homework__item {
  margin-bottom: 57px;
}
.b-cabinet-sedule {
  padding-bottom: 50px;
}
.b-cabinet-sedule__header {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-bottom: 32px;
}
.b-cabinet-sedule__arrow {
  color: #a9bcc7;
  font-size: 10px;
  transition: .3s;
  font-weight: 500;
  line-height: 24px;
}
.b-cabinet-sedule__arrow:hover,
.b-cabinet-sedule__arrow:focus,
.b-cabinet-sedule__arrow--active {
  color: #e53935;
  text-decoration: none;
}
.b-cabinet-sedule__prev:before {
  font-family: "Font Awesome";
  font-size: 14px;
  content: '';
  margin-right: 10px;
  font-weight: 400;
}
.b-cabinet-sedule__next:after {
  font-family: "Font Awesome";
  font-size: 14px;
  content: '';
  margin-left: 10px;
  font-weight: 400;
}
.b-cabinet-sedule__current {
  color: #395a6b;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.b-cabinet-sedule__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.b-cabinet-sedule__item {
  width: 14.28571429%;
  border: 1px solid #e8e8e8;
  position: relative;
  padding: 0 12px;
  line-height: 36px;
  font-size: 11px;
}
.b-cabinet-sedule__activeMark {
  line-height: 14px;
  transition: 0.3s;
}
.b-cabinet-sedule__item--open::before {
  z-index: 99;
  width: 100%;
  height: 3px;
  background: #fff;
  top: 100%;
  left: 0px;
  position: absolute;
  content: "";
}
.b-cabinet-sedule__item--open .b-cabinet-sedule__activeMark {
  color: #e53935;
}
.b-cabinet-sedule__item--active {
  cursor: pointer;
}
.b-cabinet-sedule__item--active:after {
  transition: .3s;
  width: 1px;
  height: 1px;
  border: 15px solid rgba(255, 255, 255, 0);
  border-left: 15px solid #e8e8e8;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(-45deg) translate3d(0, 0, 1px);
  margin-top: -13px;
  margin-right: -13px;
}
.b-cabinet-sedule__item--open:after {
  border-left: 15px solid #e53935;
}
.b-cabinet-sedule__headitem {
  width: 14.28571429%;
  height: 27px;
  color: #414344;
  font-size: 11px;
  background-color: #e8e8e8;
  padding: 0 14px;
  line-height: 27px;
  border: 1px solid #fdfdfd;
}
.b-cabinet-sedule__ansever {
  flex-grow: 7;
}
.b-cabinet-sedule__homework {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.b-cabinet-sedule__title {
  color: #e53935;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 18px;
}
.nice-select {
  color: #78909c;
}
/*.nice-select .list{
  z-index: 1039;
}
.b-content{
  padding-bottom: 256px;
}*/
.b-select__select {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  line-height: 32px;
  color: #78909c;
  border-radius: 0px;
  width: 100%;
  padding: 5px 30px 0 15px;
  line-height: initial;
  height: 32px;
}
.b-select__city {
  border: 0px;
  line-height: 40px;
}
.b-select__city .current {
  display: inline-block;
  border-bottom: 1px dashed;
  line-height: 22px;
}
.b-select .nice-select .option:hover,
.b-select .nice-select .option.focus,
.b-select .nice-select .option.selected.focus {
  background-color: #fff;
}
.b-select__city .list {
  border-radius: 0px;
}
.b-select__city .option:hover {
  background-color: rgba(229, 56, 53, 0.8) !important;
  color: #fff;
}
.b-select__city:after {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-color: #78909c;
}
.b-select__city.open:after {
  border-color: #e53935;
}
.b-select__select .list {
  width: 100%;
  border-radius: 0px;
}
.b-select__select .option:hover {
  background-color: rgba(229, 56, 53, 0.8) !important;
  color: #fff;
}
.b-select__select:after {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-color: #78909c;
}
.b-select__select.open:after {
  border-color: #e53935;
}
.b-homework-teacher__selectline:after {
  content: '';
  clear: both;
  display: block;
}
.b-homework-teacher__selectline {
  padding-bottom: 32px;
}
.b-homework-teacher__list {
  color: #3c4043;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 12px;
  margin-bottom: 70px;
  line-height: 24px;
}
.b-homework-teacher__line {
  border-top: 1px solid #81a6bb;
  display: flex;
  align-items: stretch;
}
.b-homework-teacher__line:last-child {
  border-bottom: 1px solid #81a6bb;
}
.b-homework-teacher__line:after {
  clear: both;
  display: block;
  content: '';
}
.b-homework-teacher__name {
  padding: 23px 15px;
  padding-left: 0px;
  white-space: nowrap;
  height: 100%;
}
.b-homework-teacher__value {
  padding: 23px 15px;
  padding-right: 0px;
  border-left: 1px solid #81a6bb;
}
.b-homework-teacher__link {
  color: #858484;
  font-weight: 400;
  text-decoration: underline;
}
.b-homework-teacher__link:hover,
.b-homework-teacher__link:focus,
.b-homework-teacher__link--active {
  color: #e53935;
  text-decoration: underline;
}
.b-homework-teacher__input {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  line-height: 32px;
  color: #78909c;
  border-radius: 0px;
  padding: 0 15px;
  width: 100%;
}
.b-homework-teacher__formline {
  margin-bottom: 22px;
}
.b-homework-teacher__formname {
  color: #78909c;
  margin-bottom: 13px;
}
.b-homework-teacher__formline:after {
  clear: both;
  content: '';
  display: block;
}
.b-homework-teacher__textarea {
  border: 1px solid #dddddd;
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
  height: 86px;
  resize: none;
}
.b-homework-teacher__submit {
  float: right;
}
.b-catalog-header {
  margin-top: 45px;
  margin-bottom: 20px;
}
.b-catalog-header__item {
  margin-bottom: 21px;
}
.b-catalog-header:after {
  display: block;
  content: '';
}
.b-catalog__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.b-catalog__text {
  color: #858484;
  font-size: 16px;
  line-height: 24px;
}
.b-catalog-item {
  margin-bottom: 30px;
  position: static;
}
.b-catalog-item__pix {
  display: block;
  width: 100%;
  height: 256px;
  margin-bottom: 12px;
  position: relative;
}
.b-catalog-item__text {
  color: #858484;
  margin: 15px 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.b-catalog-item__pix:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background-color: rgba(236, 239, 241, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.b-catalog-item__pix:hover:before {
  opacity: 1;
}
.b-catalog-item__lang {
  color: #272626;
  font-size: 14px;
  line-height: 15px;
}
.b-catalog-item__name {
  color: #78909c;
  font-size: 18px;
  transition: .3s;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 24px;
}
.b-catalog-item__name a {
  transition: .3s;
}
.b-catalog-item__name:hover a {
  color: #243741;
}
.b-catalog-item__age {
  color: #78909c;
  font-size: 13px;
  line-height: 17.65px;
}
.b-catalog-item__char {
  margin-top: 20px;
  color: #858484;
  font-size: 12px;
  line-height: 21px;
}
.b-catalog-item__charline {
  margin-bottom: 5px;
}
.b-catalog-item__char p.b-catalog-item__charline{
  color: #272626;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}
.b-catalog-item__callbackForm {
  position: absolute;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  width: 100%;
  left: 0px;
  z-index: 90;
  max-width: 1200px;
  display: none;
}
.b-catalog-item__callbackForm--active {
  display: block;
}
.b-catalog-item__submit-link {
  color: #395a6b;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 21px;
}
.b-catalog-item__submit-link:hover,
.b-catalog-item__submit-link:focus,
.b-catalog-item__submit-link--active {
  color: #b71c1c;
  text-decoration: none;
}
.b-catalog-item__icon {
  width: 13px;
  height: 12px;
  margin-right: 5px;
}
.b-catalog-item__submit-link:hover .b-catalog-item__icon {
  stroke: #b71c1c;
}
.b-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-pagination__list {
  display: flex;
}
.b-pagination__element {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s;
  margin: 0 5px;
}
.b-pagination__element:hover, .b-pagination__element--active {
 /* background-color: #b71c1c;*/
 background-color:#E53935;
  color: #fff;
}
.b-pagination__arrow {
  /*color: #858484;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  */
  color: #ffffff;
    font-size: 16px;
    line-height: 20.07px;
    text-decoration: underline;
    background-color: #E53935;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    height: 37px;
  text-decoration: none;
  border-radius: 4px;
  width: 107px;
}

.b-pagination__arrow:hover {
  color: #ffffff;
}

.no_next_no_prev{
  background-color: #ffffff;
}

.b-gallery {
  position: relative;
  margin: 50px 0px;
}
.b-gallery__list {
  padding: 0 30px;
}
.b-gallery__pix{
  /*width: 100%;*/
  /*max-height: 172px;*/
  padding: 0 15px;
  margin: 0 auto;
}
.b-gallery__pixwrap {
  position: relative;
  cursor: pointer;
  outline: none;
}
.b-gallery__pixwrap:hover:before {
  opacity: 1;
}
.b-gallery__pixwrap:before {
  transition: .3s;
  pointer-events: none;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0px;
  background: url(../images/news-eye.png) no-repeat 50%;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(236, 239, 241, 0.6);
  opacity: 0;
}
.b-gallery__footer {
  justify-content: space-between;
  display: flex;
  padding: 20px 0px;
}
.b-gallery__arrow {
  color: #a9bcc7;
  display: flex!important;
  align-items: center;
  position: absolute;
  top: 48%;
  margin-top: -18px;
  transition: .3s;
  cursor: pointer;
  z-index: 10;
  line-height: 24px;
}
.b-gallery__arrow:hover,
.b-gallery__arrow:focus,
.b-gallery__arrow--active {
  color: #e53935;
  text-decoration: none;
}
.b-gallery__text {
  text-decoration: underline;
}
.b-gallery__arrow--next {
  text-align: right;
  right: 0px;
}
.b-gallery__arrow--next:after {
  text-decoration: none;
  font-family: "Font Awesome";
  font-size: 36px;
  font-weight: 400;
  line-height: 13px;
  content: '';
  display: block;
  margin-left: 5px;
}
.b-gallery__arrow--prev:before {
  text-decoration: none;
  font-family: "Font Awesome";
  font-size: 36px;
  font-weight: 400;
  line-height: 13px;
  content: '';
  display: block;
  margin-right: 5px;
}
.b-pageBlock {
  margin-bottom: 70px;
  color: #243741;
  font-size: 16px;
  line-height: 24px;
}
.b-pageBlock__item {
  /*margin-bottom: 40px;*/
  margin-bottom: 2em;
}
.b-pageBlock__item--testAnswer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.b-pageBlock__item--testAnswer:after {
  clear: both;
  display: block;
  content: '';
}
.b-pageBlock__title, .b-pageBlock__item h2 {
  color: #243741;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.b-pageBlock__toptitle {
  color: #243741;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 39px;
}
.b-pageBlock__text {
  color: #243741;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.b-pageBlock__subtitle {
  color: #858484;
  font-style: italic;
  font-size: 12px;
  margin-top: 10px;
  display: block;
  line-height: 18px;
}
.b-pageBlock-top {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.b-pageBlock-top__pixwrap {
  position: relative;
  margin-bottom: 40px;
}
.b-pageBlock-top__pixwrap--bottom {
  padding-bottom: 60px;
}
.b-pageBlock-top__pix {
  object-fit: cover;
  min-height: 265px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.b-pageBlock-top__newspix {
  object-fit: cover;
  min-height: 265px;
  /*width: 100%;
  height: 100%;*/
  top: 0px;
  left: 0px;
  margin: 0 1em 2em 0;
}
.b-pageBlock-top__title {
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: 0px;
}
.b-pageBlock-top__subtitle {
  color: #395a6b;
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
  line-height: 21px;
}
.b-pageBlock-top__secsubtitle {
  color: #395a6b;
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 24px;
}
.b-pageBlock-top__sectitle {
  color: #78909c;
  font-size: 23px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 24px;
}
.b-pageBlock-top__price {
  color: #243741;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.b-pageBlock-top__subprice {
  color: #49565d;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin-bottom: 40px;
}
.b-pageBlock-twoCol {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.b-pageBlock-twoCol--revers {
  flex-direction: column-reverse;
  margin-bottom: 0px;
}
.b-pageBlock-twoCol__col {
  margin-bottom: 40px;
}
.b-pageBlock-twoCol__col:last-child {
  margin-bottom: 0px;
}
.b-pageBlock-twoCol--revers .b-pageBlock-twoCol__col:last-child {
  margin-bottom: 40px;
}
.b-pageBlock-twoCol--revers .b-pageBlock-twoCol__col:first-child {
  margin-bottom: 0px;
}
.b-callbackForm {
  font-size: 14px;
}
.b-callbackForm__line {
  margin-bottom: 26px;
}
.b-callbackForm__line:after {
  clear: both;
  display: block;
  content: '';
}
.b-callbackForm__input {
  height: 33px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  width: 100%;
  background-color: #ffffff;
}
.b-callbackForm__input::placeholder {
  color: #78909c;
}
.b-callbackForm__textarea {
  width: 100%;
  height: 150px;
  resize: none;
  border: 1px solid #dddddd;
  padding: 10px 15px;
}
.b-callbackForm__line--between {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-callbackForm__line--between:after {
  display: none;
}
.b-callbackForm__submit {
  margin-top: 20px;
}
.b-persondata {
  display: flex;
}
.b-persondata__burger{
  display: inline-block;
}
.b-persondata__input {
  display: none;
}
input[type="checkbox"].b-persondata__input{
  display: inline-block;
  width:13px;height:13px;
  margin: 3px 5px 0 0;
 /* opacity: 0;*/
}
.b-persondata__label {
  display: none;
  /*width: 13px;
  position: relative;
  top: 2px;
  transition: .3s;
  height: 13px;
  flex-basis: 13px;
  min-width: 13px;
  margin-right: 5px;
  border: 1px solid  #E53935;
  
  display: block;*/
}
.b-persondata__input:checked + .b-persondata__label {
  /*background-color: #e53935;*/
}

 

.b-persondata__name {
  font-weight: normal;
  color: rgba(43, 48, 51, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}
.b-persondata + .b-persondata__name a,
.b-persondata + .b-checkbox__name a{
  margin: -7px 0 0 19px;
}
.b-persondata__link{
  display: block;
  text-decoration: underline;
}
.b-file__input {
  display: none!important;
}
.b-file__label {
  display: inline-block;
  color: #fefefe;
  font-size: 12px;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: 400;
  height: 38px;
  border-radius: 3px;
  background-color: #395a6b;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  line-height: 38px;
}
.b-file__label:hover {
  background-color: #37474f;
}
.b-file__name {
  margin-left: 10px;
}
.b-teacher__title {
  color: #243741;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.b-teacher-education {
  margin-bottom: 30px;
}
.b-teacher-education:last-child {
  margin-bottom: 0px;
}
.b-teacher-education__title {
  color: #78909c;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.b-tooltip:hover:after {
  color: #e53935;
  border-color: #e53935;
}
.b-tooltip:after {
  width: 17px;
  cursor: pointer;
  transition: .3s;
  color: #78909c;
  height: 17px;
  margin-left: 5px;
  content: "?";
  text-align: center;
  line-height: 15px;
  min-width: 17px;
  display: inline-block;
  border: 1px solid #78909c;
  border-radius: 50%;
}
.tooltipster-sidetip .tooltipster-arrow {
  opacity: 0;
}
.tooltipster-sidetip .tooltipster-box {
  width: 283px;
  border: 0px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.tooltipster-sidetip .tooltipster-content {
  color: #858484;
  font-size: 12px;
  line-height: 19px;
}
.b-special {
  margin-bottom: 0px;
}
.b-special-top {
  display: flex;
  flex-wrap: wrap;
}
.b-pageBlock-fluid {
  position: relative;
  margin-bottom: 60px;
}
.b-pageBlock-fluid--special:before {
  background-color: #2a2c2b;
  z-index: 1;
  opacity: 0.4;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.b-special-callback {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
  padding: 40px 0;
  flex-wrap: wrap;
}
.b-special-callback__title {
  color: #ffffff;
  font-size: 32px;
  margin-top: 0px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 40px;
}
.b-special-callback__subtitle {
  color: #ffffff;
  display: block;
  line-height: 18px;
  margin-bottom: 44px;
}
.b-special-callback__h3 {
  margin-top: 0px;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
}
.b-longFitch {
  margin-bottom: 60px;
}
.b-longFitch--nomargin {
  margin-bottom: 0px;
}
.b-longFitch__franchText {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  max-width: 100%;
  font-weight: 400;
  line-height: 25px;
}
.b-longFitch__aboutText {
  color: #ffffff;
  text-align: center;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.73px;
}
.b-longFitch__aboutTitle {
  color: #ffffff;
  font-size: 35px;
  display: block;
  max-width: 100%;
  font-weight: 500;
  line-height: 45px;
}
.b-longFitch__franchTitle {
  font-size: 24px;
  max-width: 100%;
  display: block;
}
.b-longFitch-exam {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.b-longFitch-exam__wrapper {
  background: url(../images/exam-pix-2.png) no-repeat 50% / cover;
  padding: 30px 0px;
  position: relative;
}
.b-longFitch-exam__wrapper:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: 1;
  content: '';
}
.b-longFitch-exam__circle {
  width: 293px;
  height: 293px;
  border-radius: 100%;
  background-color: #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 50px;
}
.b-longFitch-exam__circle--franch {
  max-width: 280px;
  max-height: 280px;
  margin-bottom: 0px!important;
}
.b-longFitch-exam__title {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 500;
  max-width: 100%;
  line-height: 30px;
}
.b-longFitch-exam__text {
  color: #ffffff;
  font-size: 12px;
  max-width: 100%;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.b-longFitch-exam__linkwrap {
  color: #ffffff;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}
.b-longFitch-exam__link {
  text-decoration: underline;
}
.b-longFitch-exam__link:hover,
.b-longFitch-exam__link:focus,
.b-longFitch-exam__link--active {
  color: #fff;
  text-decoration: underline;
}
.b-longFitch-exam__subtitle {
  color: #243741;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.b-longFitch-exam__applist {
  display: flex;
  justify-content: center;
}
.b-longFitch-exam__app {
  margin: 0 5px;
}
.b-exam-shedule {
  margin-bottom: 60px;
}
.b-exam-shedule__tab {
  width: 100%;
  min-width: 720px;
  font-size: 12px;
}
.b-exam-shedule__tab td {
  border: 1px solid #81a6bb;
  padding: 0 12px;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
}
.b-exam-shedule__tab td:first-child {
  border-left: 0px;
  text-align: left;
}
.b-exam-shedule__tab tr:nth-child(2) td:first-child {
  text-align: center;
}
.b-exam-shedule__tab td:last-child {
  border-right: 0px;
}
.b-exam-shedule__tab tr {
  color: #858484;
  font-weight: 400;
}
.b-exam-shedule__tab tr:nth-child(2) {
  color: #243741;
  font-weight: 400;
  line-height: 18px;
}
.b-exam-shedule__tab tr:first-child {
  color: #243741;
  font-weight: 400;
  line-height: 18px;
}
.b-exam-shedule__tab td span {
  display: block;
}
.b-exam-shedule__tabwrap {
  overflow-y: auto;
}
.b-exam-utp__item {
  margin-bottom: 40px;
}
.b-exam-utp__title {
  color: #78909c;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.b-exam-utp__text {
  color: #858484;
}
.b-exam-sertic {
  /*height: 340px;*/
}
.b-exam-sertic__item {
  width: 215px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  background-color: #e8e8e8;
  text-align: center;
}
.b-content {
  margin-bottom: 50px;
}
.b-contact-select {
  display: flex;
  font-size: 16px!important;
  align-items: center;
  margin-bottom: 40px;
}
.b-contact-select .nice-select {
  font-size: 16px!important;
}
.b-contact-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.b-contact-list__title {
  color: #243741;
  transition: .3s;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}
.b-contact-list__phone {
  color: #858484;
  line-height: 24px;
  display: block;
}
.b-contact-list__item {
  margin-bottom: 30px;
  display: flex;
}
.b-contact-list__label {
  margin-right: 10px;
  position: relative;
}
.b-contact-list__placeActive {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: .3s;
}
.b-contact-list__item:hover .b-contact-list__place {
  opacity: 0;
}
.b-contact-list__item:hover .b-contact-list__placeActive {
  opacity: 1;
}
.b-contact-list__item:hover .b-contact-list__title {
  color: #b71c1c;
}
.b-map {
  width: 100%;-
  height: 600px;
  margin-bottom: 60px;
}
.b-vacancy-spoiler {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.b-vacancy-spoiler__item {
  margin-bottom: 40px;
}
.b-vacancy-spoiler__list {
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.b-vacancy-spoiler h3 {
  color: #395a6b;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 0px;
}
.b-vacancy-spoiler ul,
.b-vacancy-spoiler ol {
  margin-bottom: 20px;
}
.b-vacancy-spoiler__salary {
  color: #395a6b;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.b-vacancy-spoiler__linkwrap {
  color: #858484;
  transition: .3s;
  display: flex;
  align-items: center;
}
.b-vacancy-spoiler__linkwrap:hover,
.b-vacancy-spoiler__linkwrap:focus,
.b-vacancy-spoiler__linkwrap--active {
  color: #b71c1c;
}
.b-vacancy-spoiler__linkwrap--active:after {
  transform: rotate(180deg);
  transform-origin: center;
}
.b-vacancy-spoiler__link {
  color: #858484;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: .3s;
  text-decoration-style: dashed;
  line-height: 34px;
}
.b-vacancy-spoiler__link:hover,
.b-vacancy-spoiler__link:focus,
.b-vacancy-spoiler__link--active {
  color: #b71c1c;
}
.b-vacancy-spoiler__linkwrap:after {
  content: 'keyboard_arrow_down';
  font-family: "Material Icons";
  font-size: 21px;
  margin-left: 10px;
  transition: .3s;
  margin-top: 5px;
  font-weight: 400;
}
.b-vacancy-form__line {
  margin-bottom: 27px;
}
.b-vacancy-form__line .afbf_item_pole.error_pole input + .afbf_error_text{
  margin: -17px 0 8px;
}
.b-vacancy-form__line .afbf_item_pole.error_pole .nice-select + .afbf_error_text{
  display: inline-block;
  width: 100%;
}
.b-vacancy-form__line .afbf_item_pole.error_pole .nice-select + .afbf_error_text:before{
  display: inline-block;
  width:100%;
  content: "";
  clear: both;
}
.b-vacancy-form__line--smallMarg {
  margin-bottom: 13px;
}
.b-vacancy-form__subtitle {
  color: #243741;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
  line-height: 20px;
}
.b-vacancy-form__input {
  width: 100%;
  margin-bottom: 27px;
  height: 33px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.b-vacancy-form__input::placeholder {
  color: #78909c;
}
.b-vacancy-form__submit {
  margin-bottom: 60px;
}
.b-vacancy-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
.b-vacancy-form__subtitle--red {
  color: #b71c1c;
}
.b-vacancy-form__label {
  color: #78909c;
  font-weight: normal;
  margin-bottom: 13px;
}
.b-vacancy-form__mail {
  max-width: 400px;
}
.b-vacancy-form__maillink {
  color: #b71c1c;
}
.b-vacancy-form__textarea {
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  resize: none;
  height: 87px;
  padding: 15px;
}
.b-franch-slider__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
}
.b-franch-slider h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.b-franch-numbers {
  color: #243741;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.b-franch-numbers__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.b-franch-numbers__number {
  color: #243741;
  font-size: 60px;
  display: block;
  margin: 15px 0px 20px;
  font-weight: 500;
  line-height: 38px;
}
.b-franch-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.b-franch-list__icon {
  margin-bottom: 15px;
}
.b-franch-list__list {
  padding: 0px 30px;
}
.b-franch-list__pix {
  margin: auto;
  display: block;
  border-radius: 50%;
  max-width: 100%;
}
.b-franch-list__item {
  margin-bottom: 40px;
}
.b-franch-list li {
  color: #858484;
  display: inline-block;
}
.b-franch-list li:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 5px;
  top: -2px;
  position: relative;
  background-color: #78909c;
  border-radius: 50%;
}
.b-franch-form {
  padding: 0 15px;
}
.b-franch-form__line {
  margin-bottom: 21px;
  width: 100%;
}
.b-franch-form__input {
  height: 32px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
}
.b-franch-form__submit {
  width: 100%;
  max-width: 130px;
  color: #fefefe;
  padding: 0px;
  height: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.b-franch-form__list {
  margin-bottom: 30px;
}
.b-timeline {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
  text-align: center;
  position: relative;
  max-width: 1040px;
  margin: auto;
}
.b-timeline:after {
  width: 100%;
  height: 2px;
  background-color: #e53935;
  content: '';
  z-index: 0;
  position: absolute;
  bottom: 25px;
  padding: 0 15px;
  left: 10px;
}
.b-timeline__title {
  color: #243741;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 15px;
}
.b-timeline__item{
  width: calc(100% / 6);
}
.b-timeline__item:hover .b-timeline__year {
  color: #b71c1c;
}
.b-timeline__text {
  color: #858484;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.b-timeline__circle {
  margin: auto;
  position: relative;
  z-index: 10;
  background-color: #fff;
  width: 54px;
  height: 54px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 2px #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-timeline__circle:before {
  width: 24px;
  height: 24px;
  background-color: #e53935;
  border-radius: 50%;
  transition: .3s;
  transform: scale(0);
  content: '';
  display: block;
  cursor: pointer;
}
.b-timeline__circle:hover:before {
  transform: scale(1);
}
.b-test-item {
  margin-bottom: 60px;
}
.b-test-item__title {
  color: #858484;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 24px;
}
.b-test-item__line {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.b-test-item__name {
  color: #858484;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
  cursor: pointer;
}
.b-test-item__input {
  display: none;
}
.b-test-item__label {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-test-item__label--checkbox {
  border-radius: 0px;
}
.b-test-item__label:before {
  background-color: #656565;
  opacity: 0;
  transition: .3s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: '';
  display: block;
}
.b-test-item__label--checkbox:before {
  border-radius: 0px;
  width: 6px;
  height: 6px;
}
.b-test-item__input:checked + .b-test-item__label:before {
  opacity: 1;
}
.fancybox-close-small {
  width: 17px;
  height: 17px;
  top: 15px;
  right: 15px;
  background: url(../images/close.svg) no-repeat 0.5%;
}
.fancybox-close-small:after {
  content: '';
  background: transparent!important;
  width: 0px;
  height: 0px;
}
.b-popup {
  display: none;
  padding: 30px;
  width: 100%;
  background-color: #fff;
}
.b-popup--callback {
  max-width: 430px;
}
.b-popup--cabinet {
  width: 280px;
}
.b-popup--error .b-popup__line--error {
  display: block;
}
.b-popup--error .b-popup__input::placeholder {
  color: #e53935;
}
.b-popup--error .b-popup__input {
  border-color: #e53935;
}
.b-popup__line--error {
  display: none;
  text-align: center;
}
.b-popup__error {
  color: #e53935;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.b-popup__span {
  color: #78909c;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.b-popup__title {
  text-align: center;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 24px;
}
.b-popup__input {
  height: 33px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  width: 100%;
  padding: 0 15px;
}
.b-popup__line {
  margin-bottom: 17px;
}
.b-popup__link {
  color: #78909c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: .3s;
  text-decoration: underline;
}
.b-popup__link:hover,
.b-popup__link:focus,
.b-popup__link--active {
  color: #b71c1c;
  text-decoration: underline;
}
.b-popup__line--center {
  text-align: center;
}
.b-popup__submit {
  font-size: 12px;
}
.b-parts-circle__text {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.b-parts-circle__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}
.b-download--parts {
  color: #e53935;
}
.b-download:before {
  margin-right: 10px;
}
.b-download:hover {
  color: #b71c1c;
}
.b-calculator__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.b-calculator__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b-calculator__element {
  margin-bottom: 30px;
  width: 100%;
}
.b-calculator__form .b-season-form {
  margin: auto;
  width: 280px;
}
.b-calculator__form .b-season-form__title {
  padding-top: 30px;
}
.b-calculator__title {
  color: #78909c;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 22px;
  font-weight: 500;
  line-height: 24px;
}
.b-calculator__total {
  color: #243741;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}
.b-calculator__smallTotal {
  font-size: 18px;
}
.b-calculator__subtotal {
  color: #7d878b;
  font-size: 12px;
  line-height: 18px;
}
.b-calculator-btn__label {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  color: #49565d;
  margin: 0 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: .3s;
  padding: 8px 25px;
}
.b-calculator-btn__input {
  display: none;
}
.b-calculator-btn__input:checked + .b-calculator-btn__label {
  background: #e53935;
  color: #fff;
}
.b-calculator-checkbox {
  display: flex;
  align-items: center;
}
.b-calculator-checkbox__input {
  display: none;
}
.b-calculator-checkbox__label {
  width: 18px;
  transition: .3s;
  height: 18px;
  display: block;
  margin-bottom: 0px;
  margin-right: 10px;
  border: 1px solid #3b4657;
}
.b-calculator-checkbox__input:checked + .b-calculator-checkbox__label {
  background: #b71c1c;
}
.b-calculator-checkbox__name {
  color: #3b4657;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.b-part-season {
  justify-content: center;
  padding: 0px 30px;
  max-width: 340px;
  margin: auto;
  margin-top: 00px;
}
.b-part-season__wrapper .b-season-text {
  padding-top: 40px;
}
.b-part-season__desk {
  background: url(../images/parts-destk.png) no-repeat 50%;
  background-size: cover;
  top: 0px;
}
.b-part-season .b-season-test {
  min-width: 39%;
}
.b-part-season__test .b-season-test__quest {
  font-size: 30px;
}
.b-part-season__title {
  font-size: 48px;
}
.b-part-season__test .b-season-test__variant {
  font-size: 30px;
  line-height: 54px;
}
.b-part-season__test .b-season-test__variant--true {
  color: #44aa61;
}
.b-part-season__test .b-season-test__submitCont {
  margin-top: 00px;
}
.b-part-season__text {
  font-size: 14px;
}
.b-part-season__wrapper {
  height: 759px;
}
.b-franch-advantage__wrapper {
  background: #e53935;
  padding: 26px 0px;
}
.b-franch-advantage__wrapper--white {
  background: #fff;
}
.b-franch-advantage__list {
  display: flex;
  flex-wrap: wrap;
}
.b-franch-advantage__gtitle {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 30px;
}
.b-franch-advantage__gtitle--white {
  color: #243741;
}
.b-franch-advantage__icon {
  width: 99px;
  margin: 0px 0px 28px;
  height: 99px;
  transition: .3s;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
}
.b-franch-advantage__icon--white {
  border-color: #e53935;
}
.b-franch-advantage__rpix {
  display: none;
}
.b-franch-advantage__title {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  width: 100%;
  line-height: 18px;
}
.b-franch-advantage__title--white {
  color: #243741;
}
.b-franch-advantage__item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.b-franch-advantage__icon:hover {
  background: #fff;
}
.b-franch-advantage__icon--white:hover {
  background: #e53935;
}
.b-franch-advantage__icon:hover .b-franch-advantage__rpix {
  display: block;
}
.b-franch-advantage__icon:hover .b-franch-advantage__wpix {
  display: none;
}
.b-franch-reason__line:before {
  width: 23px;
  min-width: 23px;
  height: 16px;
  content: '';
  display: inline-block;
  background: url(../images/galka.png) no-repeat 50%;
  margin-right: 10px;
}
.b-franch-reason__title {
  color: #243741;
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 32px;
}
.b-franch-reason__line {
  color: #3d3f40;
  margin-bottom: 35px;
  display: flex;
  align-items: baseline;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}
.b-franch-quest {
  text-align: center;
}
.b-franch-quest__text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 25px;
}
.b-franch-quest__title {
  color: #ffffff;
  font-weight: 500;
  line-height: 25px;
  font-size: 24px;
}
.b-franch-quest__submit {
  font-size: 12px;
}
.b-franch-download {
  text-align: center;
  padding-bottom: 50px;
}
.b-franch-download__link:hover,
.b-franch-download__link:focus,
.b-franch-download__link--active {
  color: #fff;
}
.b-franch-download__title {
  margin-bottom: 45px;
}
.b-franch-story {
  display: flex;
  flex-wrap: wrap;
}
.b-franch-story__pix {
  margin: auto;
  display: block;
}
.b-franch-story__icon {
  margin-bottom: 20px;
}
.b-franch-story__item {
  width: 50%;
  padding-right: 40px;
  position: relative;
  margin-bottom: 42px;
}
.b-franch-story__title {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  max-width: 145px;
  margin: auto;
  line-height: 21px;
}
.b-franch-story__seporator {
  position: absolute;
  margin: 0 10px;
  right: 0px;
  top: 50%;
  margin-top: -14px;
  display: block;
  font-family: "Font Awesome";
  font-size: 36px;
  font-weight: 400;
  line-height: 28.48px;
  color: #ffffff;
}
.b-franch-site {
  text-align: center;
  padding: 35px 0;
}
.b-franch-site__title {
  text-align: center;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.b-filial-select {
  flex-wrap: wrap;
  display: flex;
  color: #3d3f40;
  white-space: nowrap;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.b-filial-select .list {
  width: 100%;
}
.b-filial-select .nice-select .option {
  line-height: 20px;
  white-space: initial;
  margin: 10px auto;
  padding: 10px;
}
.b-franch-franch__item {
  padding: 25px 20px;
  transition: .3s;
  background-color: #e53935;
  text-align: center;
  margin-bottom: 25px;
}
.b-franch-franch__line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-franch-franch__line:last-child {
  border-bottom: 0px;
  height: 80px;
}
.b-franch-franch__text {
  color: #ffffff;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.b-franch-franch__name {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
}
.b-franch-franch__item:hover {
  background-color: #b71c1c;
}
.b-franch-franch__title {
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}
.b-franch-franch__rub {
  font-size: 24px;
}
.b-franch-franch__submit {
  background-color: #395a6b;
}
.b-franch-franch__submit:hover,
.b-franch-franch__submit:active,
.b-franch-franch__submit:focus {
  background-color: #37474f;
}
.b-franch-franch__sert {
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  display: block;
  margin: auto;
  margin-bottom: 38px;
}
.b-franch-franch__subtitle {
  color: #3f3f3f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}
.b-searchline {
  position: absolute;
  top: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 17px 0px;
  z-index: 999;
  right: -15px;
  width: calc(100% + 65px);
}
.b-searchline--hide {
  display: none;
}
.b-searchline__list {
  padding: 44px 0px 20px;
}
.b-searchline__element {
  display: block;
  padding: 8px 30px;
  transition: .3s;
}
.b-searchline__element:hover {
  background-color: #e53935;
  color: #fff;
}
.b-searchline-bar {
  display: flex;
  align-items: center;
  padding: 0 17px 0 24px;
}
.b-searchline-bar__input {
  border: 0px;
  border-bottom: 1px solid rgba(36, 43, 46, 0.4);
  width: 100%;
}
.b-searchline-bar__submit {
  width: 20px ;
  min-width: 20px;
  height: 20px;
  border: 0px;
  background: url(../images/search-bar-icon.png) no-repeat 50%;
  margin: 0 10px;
}
.b-searchline-bar__exit {
  width: 20px ;
  min-width: 20px;
  height: 20px;
  border: 0px;
  background: url(../images/search-close.png) no-repeat 50%;
  display: inline-block;
}
.b-text {
  color: #858484;
  font-family: Roboto, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.b-text h2 {
  color: #243741;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.b-text h3 {
  color: #243741;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.b-text ul {
  margin-bottom: 67px;
}
.b-text ol {
  margin-bottom: 67px;
}
.b-text p {
  margin-bottom: 67px;
}
.b-text .b-download {
  margin-bottom: 12px;
}
.b-text figure img {
  width: 100%;
}
.b-text figcaption {
  color: #858484;
  padding: 20px 0 30px;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.b-text p a {
  color: #e53935;
  text-decoration: underline;
}
.b-text table {
  column-width: auto;
  text-align: center;
  display: block;
  overflow-y: auto;
}
.b-text table tbody {
  min-width: 720px;
  width: 100%;
}
.b-text table tr:first-child {
  color: #243741;
}
.b-text table td {
  padding: 10px 25px;
  border: 1px solid  #81a6bb;
}
.b-text table td:first-child {
  border-left: 0px;
  text-align: left;
}
.b-text table td:last-child {
  border-right: 0px;
}
.b-quote {
  padding: 20px;
}
.b-quote:before {
  color: #858484;
  font-family: "Roboto";
  font-size: 81px;
  line-height: 20px;
  top: 20px;
  position: relative;
  right: 40px;
  display: block;
  font-style: italic;
  content: '“';
  font-weight: 400;
}
.b-quote__name {
  color: #858484;
  display: block;
  position: relative;
  bottom: -30px;
  text-align: right;
  margin-right: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.b-quote:after {
  color: #858484;
  display: block;
  text-align: right;
  line-height: 81px;
  font-family: "Roboto";
  font-size: 81px;
  font-style: italic;
  content: '”';
  font-weight: 400;
}
.b-notCrop {
  height: auto;
  max-height: initial;
  /*position: absolute;*/
  background: #FFF;
}
.nice-select>.current{
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.nice-select .option{
  white-space: normal;
}
.container p{
  /*color: #243741;*/
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.b-menu-internal{
  float: right;
  /*z-index: -1;*/
}
.b-menu-internal a{
  margin: 2px 1ex;
}

iframe{max-width: 100%;}
.col-xs-12 iframe{width: 100%;}

.b-navbar .nice-select>.current{
  overflow: visible;
}

::-webkit-input-placeholder {color:#acacac;}
::-moz-placeholder          {color:#acacac;}/* Firefox 19+ */
:-moz-placeholder           {color:#acacac;}/* Firefox 18- */
:-ms-input-placeholder      {color:#acacac;}

/*
some hacks for mac safari
*/

.bx-mac .b-pageBlock-top,.bx-mac .b-special-top, .bx-mac .b-pageBlock-twoCol{
  display: block;
}

.slick-slide{
    height: unset;
}

.slick-initialized .b-topslider__slide{
    flex-direction: column;
}

.b-content .b-topslider__wrapper{
    margin-bottom: 50px;
}

.b-teacher__review .afbf_item_pole{
    display: block;
}

.container .b-season-form__submit{
    width: 130px;
    height: 36px;
}

.container .b-callbackForm__submit{
    width: 130px;
    height: 36px;
}

.b-teacher__review .b-callbackForm__line .b-callbackForm__input {
    width: 250px;
    height: 30px;
}

.b-test .b-test__form select[name="city_sel"]{
	width: 100%;
    height: 35px;
    line-height: 34px;
    border: 1px solid #e8e8e8;
    color: #78909c;
    padding: 0px 12px;
    font-size: 14px;
}

.b-test .b-test__form .nice-select{
	width: 100%;
    height: 35px;
    line-height: 34px;
    border-radius: unset;
}

.b-test .b-test__form .nice-select .list{
    width: 100%;
    border-radius: unset;
    margin-top: 1px;
}

@media (max-width: 480px){
  .b-content{
    padding-top: unset;
    margin-bottom: -30px;
  }
  .b-season-text{
    padding: 10px 30px 0;
  }
  .b-content .b-topslider__wrapper {
    margin-bottom: unset;
  }
  .b-block {
    margin-top: unset;
  }
  .b-succsess {
    padding: 0;
  }
  .b-succsess__item{
    /*height: 560px;*/
  }
  .b-succsess .slick-track,.b-succsess .slick-list{
    min-height: 580px;
  }
  .b-succsess__arrow--prev{
    z-index: 10;
    left: 0;
  }
  .b-topslider__dots ul[role="tablist"]{
    position: unset;
    text-align: center;
    padding: unset;
    margin-bottom: 5px;
  }
  .b-topslider__dots ul[role="tablist"] li{
    margin-top: 15px;
  }
  .b-news__item:nth-child(3n) {
    display: none;
  }
  .b-news {
    padding: unset;
  }
}
@media (min-width: 480px) {
  .b-header-logo {
    min-width: auto;
  }
  .b-header-logo__pix {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .b-footer-callback__input {
    width: 70%;
  }
  .b-searchline {
    right: 15px;
    width: 383px;
  }
  .b-searchline-bar {
    padding: 0 17px 0 24px;
  }
  .b-contact-select {
    margin-bottom: 50px;
  }
  .b-pageBlock__item {
    /*margin-bottom: 70px;*/
    margin-bottom: 2em;
  }
  .b-franch-story__item {
    width: 20%;
    margin-bottom: 0px;
  }
  .b-franch-story__item:last-child {
    padding-right: 0px;
  }
  .b-franch-reason {
    padding: 30px 0px;
  }
  .b-franch-reason__line {
    font-size: 14px;
  }
  .b-franch-advantage {
    padding: 40px 15px;
  }
  .b-franch-slider__title {
    font-size: 38px;
    line-height: 50px;
  }
  .b-franch-slider h3 {
    font-size: 21px;
    line-height: 32px;
  }
  .b-longFitch__aboutText {
    font-size: 16px;
  }
  .b-franch-list__icon {
    margin-bottom: 45px;
  }
  .b-pagination {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  .b-vacancy-form__footer {
    margin-bottom: 37px;
    flex-direction: row;
  }
  .b-vacancy-form__submit {
    margin-bottom: 0px;
  }
  .b-exam-sertic {
    height: 600px;
  }
  .b-exam-sertic__item {
    width: 378px;
  }
  .b-longFitch-exam__circle {
    width: 376px;
    height: 376px;
    margin-bottom: 24px;
  }
  .b-longFitch-exam__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .b-longFitch-exam__text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 24px;
  }
  .b-longFitch-exam__linkwrap {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .b-callbackForm__line--between {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .b-callbackForm__submit {
    margin-top: 0px;
  }
  .b-pageBlock-top__text {
    padding-left: 0px;
  }
  .b-pageBlock-top__title {
    font-size: 32px;
  }
  .b-pageBlock-top__sectitle {
    font-size: 24px;
  }
  .b-pageBlock-top__pixwrap {
    margin-bottom: 0px;
    padding-right: 15px;
  }
  .b-gallery__pix {
    /*max-height: 131px;*/
  }
  .b-homework-teacher__value {
    display: flex;
    justify-content: space-between;
  }
  .b-homework-teacher__value--long {
    display: block;
  }
  .b-homework-teacher__input {
    max-width: 265px;
  }
  .b-select__select {
    max-width: 265px;
  }
  .b-select__select--catalog {
    max-width: inherit;
  }
  .b-select__select--form {
    max-width: 100%;
  }
  .b-season__text{
    /*width: 185px;*/
  }
  .b-cabinet-sedule__item--active:after {
    display: none;
  }
  .b-cabinet-sedule__arrow {
    font-size: 16px;
  }
  .b-cabinet-sedule__arrow:after,
  .b-cabinet-sedule__arrow:before {
    font-size: 19px;
  }
  .b-cabinet-sedule__current {
    font-size: 18px;
  }
  h1 {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .b-cabinet-leftblock__link {
    font-size: 12px;
    max-width: 200px;
  }
  .b-cabinet-leftblock__exit {
    font-size: 12px;
    line-height: 22px;
  }
  .b-header-logo__pix {
    width: 222px;
    max-width: inherit;
  }
  .bx-ie11 .b-header-logo__pix{
    height: 57px;
  }
  .b-mMenu {
    padding: 34px 15px;
  }
  .b-mMenu__first > .b-mMenu__element {
    width: 40%;
  }
  .b-mMenu__second {
    width: 40%;
  }
  .b-mMenu__last {
    display: none;
  }
  .b-mMenu__list--2 {
    transform: translateX(-100%);
  }
  .b-mMenu__back--last {
    visibility: hidden;
  }
  .b-mMenu-topbar {
    margin-bottom: 40px;
  }
  .b-season {
    margin-bottom: 100px;
  }
  .b-season__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .b-season__textblock {
    flex-direction: row;
    align-items: flex-start;
  }
  .b-season__desk {
    background: url('../images/canvas-desk.png') no-repeat 50% 40%;
    background-size: 100% 90%;
    top: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
  }
  .b-season-text {
    padding: 10px 15px;
    padding-top: 50px;
  }
  .b-season-test {
    padding-top: 50px;
  }
  .b-season-test__quest {
    font-size: 27px;
    font-weight: 400;
    line-height: 26px;
  }
  .b-season-test__word {
    min-width: 50px;
  }
  .b-season-test__variant {
    font-size: 27px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .b-jot__element {
    padding: 10px 15px;
  }
  .news-list .b-jot__element{
    /*max-height: 420px;*/
  }
  .b-jot__list {
    padding: 30px 50px 20px;
  }
  .b-jot__text {
    padding: 0 15px;
  }
  .b-season-form {
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 50px 22px;
    background-size: 100% calc(100% - 100px);
    width: 326px;
  }
  .b-season-form .afbf_mess_ok{
    height:230px;
  }

  .b-footer__container--three {
    flex-direction: row;
  }
  .b-footer__line {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0px;
  }
  .b-footer__container--center {
    padding: 0 30px;
  }
  .b-footer-callback__line {
    margin-bottom: 0px;
  }
  .b-mNavbar__container {
    justify-content: flex-start;
    width: auto;
    padding-left: 0px;
  }
  .b-topslider__wrapper {
    margin-bottom: 50px;
  }
  .b-topslider-form {
    /*padding: 22px 0px 58px;*/
  }
  .b-topslider-form__container--special {
    color: #fff;
  }
  .b-topslider-form__form {
    color: #78909c;
    width: 277px;
    min-width: 227px;
  }
  .b-topslider-form__form label{
    color:#FFFFFF;
  }
  .b-topslider-form__input::placeholder {
    color: #78909c;
  }
  .b-topslider-form__title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 0px;
  }
  .b-topslider-form__smalltitle {
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
  }
  .b-utp__header {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .b-utp__item {
    margin-bottom: 60px;
  }
  .b-utp__title {
    font-size: 14px;
  }
  .b-calculator__form {
    float: right;
    margin-left: 45px;
  }
  .b-calculator__form .b-season-form {
    margin-bottom: 0px;
  }
  .b-calculator__element {
    width: auto;
  }
  .b-calculator__item {
    flex-wrap: nowrap;
  }
  .b-part-season {
    justify-content: center;
    padding: 0px 30px;
    max-width: inherit;
    margin-top: 00px;
  }
  .b-part-season__wrapper .b-season-text {
    padding-top: 40px;
  }
  .b-part-season__desk {
    background: url(../images/parts-destk.png) no-repeat 50%;
    background-size: 100%;
  }
  .b-part-season .b-season-test {
    min-width: 39%;
  }
  .b-part-season__test .b-season-test__quest {
    font-size: 30px;
  }
  .b-part-season__title {
    font-size: 50px;
  }
  .b-part-season__test .b-season-test__variant {
    font-size: 30px;
    line-height: 54px;
  }
  .b-part-season__test .b-season-test__submitCont {
    margin-top: -20px;
  }
  .b-part-season__text {
    font-size: 12px;
  }
  .b-part-season__wrapper {
    height: 350px;
  }
  .b-franch-form__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .b-franch-form__input {
    min-width: 182px;
  }
  .b-franch-form__line {
    width: auto;
    margin: 0 7px;
  }
  .b-topslider .fotorama__nav {
    max-width: 735px;
  }
  .b-navbar-search__link--close {
    background: url('../images/nav-search.png') no-repeat 50%;
  }
  .b-filial-select .list {
    width: inherit;
  }
  .col-sm-6{
    /*margin: 0 -1px;*/
  }
}
@media (min-width: 992px) {
  .b-text figure {
    padding-right: 40px;
  }
  .b-topslider .fotorama__nav {
    max-width: 945px;
  }
  .b-franch-reason {
    padding: 50px 0px;
  }
  .b-franch-reason__title {
    margin-bottom: 70px;
  }
  .b-franch-reason__line {
    font-size: 18px;
  }
  .b-franch-advantage__title {
    font-size: 14px;
  }
  .b-franch-list {
    margin: 70px -15px;
  }
  .b-franch-form__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .b-franch-form__input {
    min-width: 230px;
  }
  .b-franch-form__line {
    width: auto;
    margin: 0 15px;
  }
  .b-exam-sertic {
    height: 670px;
  }
  .b-exam-sertic__item {
    width: 422px;
  }
  .b-exam-shedule__tab {
    font-size: 14px;
  }
  .b-content {
    padding-top: 0px;
  }
  .b-content .table{
    width: auto;
    margin: 0 auto;
  }
  .b-pageBlock-twoCol--revers {
    flex-direction: row;
  }
  .b-pageBlock-top__title {
    font-size: 35px;
  }
  .b-pageBlock-top__pixwrap {
    padding-right: 0px;
  }
  .b-gallery__pix {
    /*max-height: 123px;*/
  }
  .b-catalog-item {
    margin-bottom: 63px;
  }
  .b-homework-teacher__list {
    font-size: 14px;
  }
  .b-homework-teacher__name {
    padding-left: 15px;
  }
  .b-cabinet-sedule__item {
    font-size: 12px;
  }
  .b-cabinet-leftblock__link {
    font-size: 14px;
  }
  .b-cabinet-leftblock__exit {
    font-size: 12px;
  }
  .b-header-logo__pix {
    width: 180px;
  }
  .bx-ie11 .b-header-logo__pix{
    height: 46px;
  }
  .b-season {
    padding: 50px 0;
  }
 /* .b-season__title {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
  }*/
  .b-season__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
  }
  .b-season__desk {
    background: url(../images/canvas-desk.png) no-repeat 50% 50%;
    background-size: 100%;
  }
  .b-season-form {
    margin-left: 0px;
  }
  .b-season-text {
    margin-left: 5%;
  }
  .b-season-test__quest {
    font-size: 34px;
    font-weight: 400;
    line-height: 33px;
  }
  .b-season-test__variant {
    font-size: 34px;
    font-weight: 400;
    line-height: 33px;
  }
  .b-season-test__submitCont {
    margin-top: 83px;
  }
  .b-footer__container--three {
    flex-direction: column;
  }
  .b-footer__line {
    flex-direction: row;
    align-items: center;
  }
  .fotorama__nav {
    display: block;
  }
  .b-header-social__item:last-child {
    margin-top: 6px;
  }
  .b-header-social__block {
    display: block;
  }
  .b-part-season {
    justify-content: center;
    padding: 0px 30px;
    margin-top: 00px;
  }
  .b-part-season__desk {
    background: url(../images/parts-destk.png) no-repeat 50%;
    background-size: 100%;
  }
  .b-part-season__test .b-season-test__quest {
    font-size: 40px;
  }
  .b-part-season__title {
    font-size: 55px;
  }
  .b-part-season__test .b-season-test__variant {
    font-size: 40px;
    line-height: 54px;
  }
  .b-part-season__test .b-season-test__submitCont {
    margin-top: 30px;
  }
  .b-part-season__text {
    font-size: 14px;
  }
  .b-part-season__wrapper {
    height: 460px;
  }
  .b-franch-slider__title {
    font-size: 40px;
    line-height: 50px;
  }
  .b-timeline__text {
    font-size: 14px;
  }
  .b-calculator__element:nth-child(2) {
    /*margin-left: 50px;*/
  }

  .b-menu-internal{
    margin: -83px 0 0;
    text-align: right;
  }

  /*.col-md-4{
    width: 33%;
  }*/

  .b-topslider,.b-topslider__wrapper, .b-topslider .slick-list, .b-topslider .slick-track,.b-topslider__slide{
    min-height: 400px;
  }
  .slick-initialized .b-topslider__slide{
    /*object-fit: contain;*/
    /*display: flex;*/
    /*flex-direction: column; */
    justify-content: center;
  }
  .b-topslider__dots ul[role="tablist"]{
    right: 50%;
    transform: translateX(50%);
  }


}
@media (min-width: 1200px) {
  .b-franch-slider__title {
    font-size: 43px;
    line-height: 53px;
  }
  .b-franch-slider h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .b-franch-form__input {
    min-width: 260px;
  }
  .b-franch-form__line {
    width: auto;
    margin: 0 15px;
  }
  .b-callbackForm__container:first-child {
    padding-right: 0px;
  }
  .b-callbackForm__container:last-child {
    padding-left: 0px;
  }
  .b-cabinet-data__input {
    max-width: 265px;
  }
  .b-header-logo__pix {
    width: 204px;
  }
  .bx-ie11 .b-header-logo__pix{
    height: 52px;
  }
  .b-season {
   /* height: 415px;*/
    height: 500px;
    padding: 0px;
  }
  .b-season__textblock {
    padding-top: 0px;
  }
  .b-season__title {
    font-size: 60px;
    font-weight: 400;
    line-height: 67px;
  }
  .b-season__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
  }
  .b-season__desk {
    background: url(../images/canvas-desk-desktop.png) no-repeat 50% 100%;
    background-size: auto;
    background-size: cover;
  }
  .b-season-text {
    margin-left: 0px;
  }
  .b-season-form__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .b-season-test__quest {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 33px;
  }
  .b-season-test__word {
    min-width: 76px;
  }
  .b-season-test__variant {
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
  }
  .b-part-season__title {
    font-size: 66px;
  }
  .b-navbar__link {
    padding: 18px 20px;
  }
  .b-header-social__item:last-child {
    margin-top: 0px;
  }
  .b-header-social__block {
    display: flex;
  }
  .b-part-season {
    justify-content: center;
    padding: 5px 50px;
    margin-top: 30px;
  }
  .b-part-season .b-season-test {
    padding-top: 30px;
  }
  .b-part-season__desk {
    background: url(../images/parts-destk.png) no-repeat 50%;
    background-size: auto;
  }
  .b-part-season__title {
    font-size: 66px;
    margin-bottom: 20px;
  }
  .b-part-season__test .b-season-test__variant {
    font-size: 48px;
  }
  .b-part-season__test .b-season-test__quest {
    font-size: 48px;
  }
  .b-part-season__wrapper {
    height: 460px;
  }
}


@media (max-width: 1888px){
  .b-topslider-form__subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 1750px){
  .b-topslider-form__form {
    width: 320px;
    position: relative;
    top: 60px;
  }
}

.b-season-form__line {
    width: 100%;
}

.fotorama__stage{
  max-height: 220px!important;
}

@media (min-width: 1200px){
.obmax {
    width: 73%!important;
 }
}

.parent_block_title {
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.9) 80%);
  margin-bottom: 0px;
  padding: 5px;
  margin-right: -15px;
  margin-left:-15px;
  padding-top: 50px;
}
 
#jotAddForm{
  margin-top:100px;
}

.news-item-text{
  font-size:16px;
}

.button_price_zapis {
  border-radius: 3px;
  padding: 4px 17px 4px;
  text-transform: uppercase;
  transition: .3s;
  color: #ffffff;
  margin-right: 12%;
  background-color: #e53935;
  border: 1px solid #e53935;
  font-size: 12px;
  font-weight: 400;
  font-size:16px; line-height: 20.07px;
}


.b-secondMenu{
 padding-bottom: 26px;
 margin-top: 23px;
}

.curs_detail_text{
  clear: both;
}

.b-pageBlock-top__title{
  color:#124A66;
  font-family: "PT Sans"!important;
  font-size: 40px;
  font-weight:700;
}

.b-pageBlock-top__sectitle{
  color:#124A66;
  font-family: "PT Sans"!important;
  font-size: 16px;
  font-weight:700;
}

.b-exam-shedule__tab p{
  margin-bottom: 10px;
  color:#124A66;
}

@media (min-width: 1200px){
  .b-pageBlock-top__title {
      margin-top:50px;
   }
  }

  .b-season-form__input {
    border: 0px solid!important;
    border-bottom: 1px solid #37393A!important;
  }

  .b-season-form__line .nice-select {
    border: solid 0px!important;
    border-bottom: 1px solid #37393A!important;
    height: 38px!important;
    width: 288px;
  }

  .container .b-season-form__submit {
    width: 280px!important;
    height: 36px;
    font-size:16px;
}

.b-season-form__title {
  font-size: 30px!important;
  font-weight: 700!important;
  line-height: 36px!important;
  }

  @media (max-width: 1200px){
    .b-season-form__title {
      font-family: 'PT Sans'!important;
      font-style: normal!important;
      font-weight: 700!important;
      font-size: 22px!important;
      line-height: 28px!important;
      }
      .b-season-form__line {
        margin-bottom: 30px;
    }
/*
    .alx_feed_back input{
      width: 100% !important;
    }*/

    #alx_feed_back_FID3 .b-season-form__title {
      margin-bottom: 30px;
      margin-top: 30px;
    }
  }

  #name_FID31, #phone_FID31{
    width: 288px;
    height: 38px!important;
  }

  #captcha_word_FID1{
    height:40px!important;
    width:180px!important;
        }

  .b-season-form {
     position: relative!important;
     top: unset!important;
     padding:41px 0px 0px 40px!important;
     background: unset!important;
   }  

   .b-season-form__submit{
    display: block;
      margin: 0px;
      width:100%;
   }
   
 .b-persondata__name, .b-persondata__link{
  color:#000000;
 }

 /*
 .news-item-text{
  display:flex;
  flex-wrap: wrap;
 }

 .news-item-image{
  width:50%;
 }

 .news-item-image img{
  width:100%;
 }

 .news-item-name-and-detail{
  clear:both;
  width: 50%;
 }

 @media (max-width: 768px){
  .news-item-name-and-detail{
    width: unset;
   }
   .news-item-image{
    width:100%;
   }

 }*/