@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}



.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}


.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}


.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}


.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.navbar {
  
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
  margin-right: 3.8em;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .navbar {
    margin-right: 3.4em;
  }
}

@media (max-width: 641px) {
  .navbar {
    margin-right: 0;
  }
}

.navbar-brand {
  display: flex;
  align-items: center;
  color: #2C2F88;
  font-size: 11px;
  height: 7px;
  text-transform: uppercase;
}

.navbar-toggler {
  
  position: relative;
  z-index: 200;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  outline: none;
  padding: 0;
  width: 34px;
  height: 17px;
}

.navbar-toggler-line {
  background: #2C2F88;
  width: 34px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s;
  z-index: -1;
  font-size: 0 !important;
  line-height: 0 !important;
}

.navbar-toggler-line:nth-child(1) {
  width: 27px;
}

.navbar-toggler-line:nth-child(2) {
  top: 7px;
  width: 20px;
}

.navbar-toggler-line:nth-child(3) {
  top: 14px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(1) {
  width: 34px;
  
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(2) {
  width: 34px;
  
  top: 9px;
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-line:nth-of-type(3) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar__logo {
  margin-left: 9em;
}

.navbar-collapse {
  position: absolute;
  left: 0;
  top: -1.9em;
  right: 0;
  display: block;
  background: #fff;
  width: 100%;
}

@media (max-width: 641px) {
  .navbar-collapse {
    top: -3em;
  }
}

.navbar-collapse .navbar-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-collapse .navbar-nav ul {
  list-style: none;
}

.navbar-collapse .navbar-nav > ul {
  margin: 0 0 0.7em 0;
  padding: 0;
  flex: 1 50%;
}

@media (max-width: 992px) {
  .navbar-collapse .navbar-nav > ul {
    display: block;
  }
}

@media (max-width: 430px) {
  .navbar-collapse .navbar-nav > ul {
    flex: 0 1 auto;
    width: 100%;
  }
}

@media (max-width: 641px) {
  .navbar-collapse .navbar-nav > ul:first-child {
    padding-right: 2em;
  }
}

.navbar-collapse .navbar-nav > ul:nth-child(2) {
  
  min-width: 160px;
}

.navbar-collapse .navbar-nav > ul:nth-child(3) {
  position: relative;
  /*top: -5em;*/
  top: -3em;
  order: 4;
  
  margin-top: 1em;
  min-width: 160px;
}

@media (max-width: 480px) {
  .navbar-collapse .navbar-nav > ul:nth-child(3) {
    top: -4em;
  }
}



@media (max-width: 430px) {
  .navbar-collapse .navbar-nav > ul:nth-child(3) {
    top: auto;
    order: 3;
    flex: 0 1 auto;
    margin-top: 0;
  }
}

.navbar-collapse .navbar-nav > ul:nth-child(4) {
  order: 3;
  margin-top: 1em;
}

@media (max-width: 430px) {
  .navbar-collapse .navbar-nav > ul:nth-child(4) {
    order: 4;
    margin-top: 0;
  }
}

.navbar-collapse .navbar-nav > ul > li li {
  padding: 0.5em 0;
}

.navbar-collapse .navbar-nav > ul > li li a {
  color: #010100;
}

.navbar-collapse .navbar-nav > ul > li li a:hover {
  color: #2C2F88;
}

.navbar-collapse .navbar-nav > ul > li li.current a {
  color: #2C2F88;
}

.navbar__contacts {
  
  margin: 4em 2.6em 0 0;
  padding-bottom: 1em;
}

.navbar__contacts-email {
  display: flex;
  margin-bottom: 1.2em;
}

.navbar__contacts-email svg {
  fill: #2C2F88;
  width: 26px;
  height: 22px;
  margin-right: 10px;
}

.navbar__contacts-email:hover {
  text-decoration: underline;
}

.navbar__contacts-address {
  display: flex;
  line-height: 30px;
  margin-bottom: 1.35em;
}

.navbar__contacts-address svg {
  position: relative;
  top: 5px;
  fill: #2C2F88;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.navbar__contacts-address br {
  display: none;
}

.navbar__social {
  margin: 1.3em 0 2em;
}

.navbar__social ul {
  align-items: center;
}

.navbar__social ul li a {
  position: relative;
  display: inline-flex;
}

.navbar__social ul li a svg,
.navbar__social ul li a img {
  fill: #A1A7AF;
  transition: fill 0.3s;
}

.navbar__social ul li a svg.instagram,
.navbar__social ul li a img.instagram {
  transition: opacity 0.3s;
}

.navbar__social ul li a svg.instagram.gradient,
.navbar__social ul li a img.instagram.gradient {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.navbar__social ul li a:hover svg.telegram {
  fill: #0088cc;
}

.navbar__social ul li a:hover svg.youtube {
  fill: #ff0000;
}

.navbar__social ul li a:hover svg.instagram,
.navbar__social ul li a:hover img.instagram {
  opacity: 1;
  z-index: 2;
  width: 27px;
  height: 27px;
}

.navbar__social ul li a:hover svg.instagram:not(.gradient),
.navbar__social ul li a:hover img.instagram:not(.gradient) {
  opacity: 0;
  z-index: 1;
}

.navbar__social ul li a:hover svg.vk {
  fill: #5181b8;
}

.navbar__social ul li a:hover svg.facebook {
  fill: #1778f2;
}

.navbar:hover .navbar-toggler-line:nth-of-type(1), .navbar:hover .navbar-toggler-line:nth-of-type(2) {
  width: 34px;
  transition: width 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.select2 {
  width: 100%;
}

.select2-dropdown {
  top: -2px;
  border: none;
}

.select2-selection--single {
  border: none !important;
}

.select2-selection__rendered {
  padding: 0 3em 0 1.3em !important;
}

.select2-selection__arrow {
  height: 100% !important;
}

.select2-selection__arrow b {
  border: none !important;
}

.select2-selection__arrow b:after {
  position: absolute;
  content: '';
  right: 7px;
  top: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 987 551.6"><path fill="rgb(0,0,0)" d="M58.2,0c145.1,145.2,290.3,290.3,435.5,435.5C638.8,290.4,783.9,145.3,929,0.2c19.4,19.2,38.7,38.7,58,57.9 c-164.5,164.5-329,329-493.5,493.5C329,387.2,164.6,222.6,0,58.2C19.4,38.8,38.8,19.4,58.2,0z"/></svg>') no-repeat;
  width: 12px;
  height: 12px;
  
}

.select2-container--open .select2-selection__arrow b:after {
  top: -5px;
  transform: rotate(180deg) scaleX(-1);
}

.select2-results__options {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-height: none !important;
  padding: 10px 0 18px;
}

.select2-results__option {
  position: relative;
  background: none !important;
  color: #A1A7AF !important;
  padding: 3px 1.3em;
  transition: all 0.3s;
}

.select2-results__option--selected, .select2-results__option--highlighted {
  color: #2C2F88 !important;
}

.select2-results__option--selected:before, .select2-results__option--highlighted:before {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #2C2F88;
  content: '';
}

form label {
  color: #A1A7AF;
}

form .form-group {
  position: relative;
  width: 100%;
  margin: 0.7em 0 0.05em;
}

form .form-group input:not([type=submit]):not([type=checkbox]),
form .form-group select,
form .form-group textarea,
form .form-group .select2 {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  border-bottom: 1px solid #A1A7AF;
  width: 100%;
  height: 60px;
  
  padding: 24px 1.1em 0 1.1em;
  resize: vertical;
  
  
}

form .form-group input:not([type=submit]):not([type=checkbox]) ~ label,
form .form-group select ~ label,
form .form-group textarea ~ label,
form .form-group .select2 ~ label {
  position: absolute;
  left: 1.1em;
  
  top: 1.8em;
  z-index: 3;
  transition: 0.3s;
  width: 100%;
  
}

form .form-group input:not([type=submit]):not([type=checkbox]):focus ~ label,
form .form-group input:not([type=submit]):not([type=checkbox]).has-content ~ label,
form .form-group select:focus ~ label,
form .form-group select.has-content ~ label,
form .form-group textarea:focus ~ label,
form .form-group textarea.has-content ~ label,
form .form-group .select2:focus ~ label,
form .form-group .select2.has-content ~ label {
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}

form .form-group input:not([type=submit]):not([type=checkbox]) + label + i,
form .form-group select + label + i,
form .form-group textarea + label + i,
form .form-group .select2 + label + i {
  bottom: auto;
  top: 1em;
  right: 0;
}

form .form-group input:not([type=submit]):not([type=checkbox]).validated,
form .form-group select.validated,
form .form-group textarea.validated,
form .form-group .select2.validated {
  background-image: url("img/validated.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
}

form .form-group input:not([type=submit]):not([type=checkbox]).not-validated,
form .form-group select.not-validated,
form .form-group textarea.not-validated,
form .form-group .select2.not-validated {
  background-image: url("img/not-validated.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  color: #DE5151;
}

form .form-group input:not([type=submit]):not([type=checkbox])[type="password"] + label + i,
form .form-group select[type="password"] + label + i,
form .form-group textarea[type="password"] + label + i,
form .form-group .select2[type="password"] + label + i {
  position: absolute;
  right: 0.8em;
  bottom: 18px;
  z-index: 3;
  display: block;
  background: url("img/password-opened.svg") no-repeat;
  background: url("img/password.svg") no-repeat;
  cursor: pointer;
  width: 26px;
  height: 23px;
}

form .form-group textarea {
  border: none;
  border-bottom: 1px solid #A1A7AF;
  width: 100%;
  min-height: 60px;
  height: auto;
  line-height: 1;
}

@media (max-width: 1280px) {
  form .form-group textarea {
    min-height: auto;
    height: 50px;
  }
}

form .form-group .select2 {
  padding: 0;
}

form .form-group .select2-selection--single, form .form-group .select2-selection__rendered {
  height: 60px;
  line-height: 60px !important;
}

@media (max-width: 1280px) {
  form .form-group .select2-selection--single, form .form-group .select2-selection__rendered {
    height: 50px;
    line-height: 50px !important;
  }
}

form .form-group .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #A1A7AF;
}

form .form-group .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  color: #010100;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  user-select: none;
}

form .form-group .checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

form .form-group .checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #2C2F88;
  border-color: #2C2F88;
}

form .form-group .checkbox input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

form .form-group .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid #A1A7AF;
  border-radius: 4px;
}

form .form-group .checkbox .checkmark:after {
  position: absolute;
  display: none;
  content: '';
  left: 2px;
  top: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1201.8 856.2"><path fill="rgb(255,255,255)" d="M1058.1,17.5c23.1-17.3,54.8-22.2,82.1-12.9c19.5,6.5,36.6,19.8,47.5,37.2c12.3,19.1,16.8,43,12.5,65.4 c-3.4,18.3-12.8,35.4-26.2,48.3C940.4,389.1,706.9,622.7,473.3,856.2c-149.4-149.3-298.7-298.7-448-448 C11.6,394.1,2.8,375.5,0.6,356C-2,334,3.8,311,16.8,293.1c11.3-16,28-28.1,46.8-33.8c22.4-7,47.5-4.8,68.3,6.2 c9.4,4.8,17.7,11.5,25,19C262.4,390,367.8,495.4,473.3,600.9c187.5-187.5,375-375,562.5-562.5C1043.1,31.3,1049.8,23.5,1058.1,17.5z"/></svg>') no-repeat;
  width: 14px;
  height: 14px;
  
}

form .form-group .checkbox:hover input ~ .checkmark {
  background-color: #F3F6F9;
}

form .form-group .checkbox-text a {
  display: inline;
  float: none;
  color: #2C2F88;
  text-decoration: underline;
}

form .form-group .checkbox-text a:hover {
  text-decoration: none;
}

form .form-group .field-error {
  color: red;
  font-size: 14px;
  padding: 0.3em 0 0 1.4em;
}

form .form-group a {
  float: right;
  color: #A1A7AF;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0 0;
}

form .form-group.password input[type="text"] + label + i {
  position: absolute;
  right: 0.8em;
  bottom: 18px;
  z-index: 3;
  display: block;
  background: url("img/password-opened.svg") no-repeat !important;
  cursor: pointer;
  width: 26px;
  height: 23px;
}

@media (max-width: 1280px) {
  form .form-group {
    font-size: 16px;
  }
}

form .form-text {
  font-size: 14px;
  line-height: 20px;
}

form .form-text .prev {
  display: inline-flex;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
}

form .form-text .prev svg {
  width: 60px;
  height: 20px;
  line-height: 20px;
  fill: #2C2F88;
  margin-right: 22px;
  vertical-align: top;
}

form .ajax-answer {
  color: #2C2F88;
  font-weight: 500;
  padding: 0.5em 2em 0;
}

form .btn {
  margin-bottom: 1em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

input:autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 50px white inset;
  box-shadow: 0 0 0 50px white inset;
  -webkit-filter: none;
  filter: none;
}

input:-internal-autofill-selected {
  
  
}

input:-webkit-autofill {
  
  -webkit-box-shadow: 0 0 0 50px white inset;
}

input.validated:-webkit-autofill {
  -webkit-animation: autofillValidated forwards;
  animation: autofillValidated forwards;
  
}

input.not-validated:-webkit-autofill {
  -webkit-animation: autofillNotValidated forwards;
  animation: autofillNotValidated forwards;
  
}

@-webkit-keyframes autofillValidated {
  to {
    -webkit-box-shadow: 0 0 0 50px white inset;
    box-shadow: 0 0 0 50px white inset;
    background-image: url("img/validated.svg") !important;
    
    background: #fff url("img/validated.svg") no-repeat right 1em center !important;
  }
}

@keyframes autofillValidated {
  to {
    -webkit-box-shadow: 0 0 0 50px white inset;
    box-shadow: 0 0 0 50px white inset;
    background-image: url("img/validated.svg") !important;
    
    background: #fff url("img/validated.svg") no-repeat right 1em center !important;
  }
}

@-webkit-keyframes autofillNotValidated {
  to {
    background-image: url("img/not-validated.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 1em center !important;
  }
}

@keyframes autofillNotValidated {
  to {
    background-image: url("img/not-validated.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 1em center !important;
  }
}

.container {
  max-width: 1760px;
  margin: 0 auto;
  width: 100%;
  
}

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

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

ul, ol {
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #2C2F88;
  text-decoration: none;
}

ul, ol {
  list-style-position: inside;
  font-size: inherit;
}

p {
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h4, h5, h6 {
  color: #010100;
  margin: 0 0 0.5em 0;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
}

h1, h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.2px;
}

@media (max-width: 1367px) {
  h1, h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 769px) {
  h1, h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

@media (max-width: 641px) {
  h3 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

body {
  background: #fff;
  color: #010100;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
  overflow-x: hidden;
  padding-top: 8.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  
}

body.ovh {
  overflow: hidden;
}

body.navbar-expanded, body.form-expanded {
  overflow: hidden;
}

body.navbar-expanded:before, body.form-expanded:before {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  width: 100%;
  height: 100%;
}

@media (max-width: 769px) {
  body.navbar-expanded:before, body.form-expanded:before {
    display: none;
  }
}

body.navbar-expanded .header:before, body.form-expanded .header:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  content: '';
  width: 100%;
  height: 100%;
}

@media (max-width: 769px) {
  body.navbar-expanded .header:before, body.form-expanded .header:before {
    display: none;
  }
}

body.form-expanded .header .navbar, body.form-expanded .header__logo {
  z-index: 1;
}

@media (max-width: 769px) {
  body.form-expanded .header {
    padding: 0;
  }
}

@media (max-width: 769px) {
  body.form-expanded {
    overflow: hidden;
  }
}

@media (max-width: 1367px) {
  body {
    font-size: 16px;
    padding-top: 8.7em;
  }
}

@media (max-width: 641px) {
  body {
    padding-top: 7.8em;
  }
}

.btn,
a.btn {
  position: relative;
  display: inline-block;
  background: #2C2F88;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding: 19px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s ease-out, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s ease-out, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s ease-out, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  
}

.btn:hover,
a.btn:hover {
  background: #3F429E;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
}

.btn:hover:active,
a.btn:hover:active {
  background: #2C2F88;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-hidden,
a.btn.btn-hidden {
  display: none;
}

@media (max-width: 1280px) {
  .btn,
  a.btn {
    font-size: 16px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 1.9em 0 1.3em;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 641px) {
  .header {
    
    padding: 47px 0 0;
  }
}

.header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 1760px;
}

@media (max-width: 1800px) {
  .header .container {
    padding: 0 80px;
  }
}

@media (max-width: 1025px) {
  .header .container {
    padding: 0 20px;
  }
}

.header__main {
  
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}

@media (max-width: 868px) {
  .header__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 66%;
  }
}

@media (max-width: 641px) {
  .header__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 72%;
  }
}

@media (max-width: 375px) {
  .header__main {
    width: 65%;
  }
}

.header__logo {
  position: relative;
  z-index: 200;
  
}

.header__logo img, .header__logo svg {
  width: 260px;
  height: 88px;
  
}

@media (max-width: 1280px) {
  .header__logo img, .header__logo svg {
    width: 220px;
    height: 74px;
  }
}

@media (max-width: 480px) {
  .header__logo img, .header__logo svg {
    width: 130px;
    height: 44px;
  }
}

.header__logo img.circle, .header__logo svg.circle {
  display: none;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1700px) {
  .header__menu {
    display: none;
  }
}

.header__menu ul {
  position: relative;
}

.header__menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  line-height: 0.5em;
}

.header__menu ul li a,
.header__menu ul li span {
  color: #010100;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 2em 1.9em 2em;
  white-space: nowrap;
}

.header__menu ul li a:hover,
.header__menu ul li span:hover {
  color: #2C2F88;
}

@media (max-width: 641px) {
  .header__menu ul li a,
  .header__menu ul li span {
    white-space: nowrap;
  }
}

.header__menu ul li > a:not(:only-child),
.header__menu ul li > span:not(:only-child) {
  position: relative;
  
}

.header__menu ul li > a:not(:only-child):after,
.header__menu ul li > span:not(:only-child):after {
  position: absolute;
  right: 16px;
  top: 2.45em;
  display: block;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 987 551.6"><path fill="rgb(0,0,0)" d="M58.2,0c145.1,145.2,290.3,290.3,435.5,435.5C638.8,290.4,783.9,145.3,929,0.2c19.4,19.2,38.7,38.7,58,57.9 c-164.5,164.5-329,329-493.5,493.5C329,387.2,164.6,222.6,0,58.2C19.4,38.8,38.8,19.4,58.2,0z"/></svg>') no-repeat;
  content: '';
}

.header__menu ul li li {
  width: 100%;
}

.header__menu ul li li a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: normal;
  line-height: 40px;
  padding: 0;
}

.header__menu ul li:hover {
  
}

.header__menu ul li.active > a:not(:only-child),
.header__menu ul li.active > span:not(:only-child) {
  
  -webkit-box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 12px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.header__menu ul li.active > a:not(:only-child):after,
.header__menu ul li.active > span:not(:only-child):after {
  top: 2.15em;
  right: 16px;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 987 551.6"><path fill="rgb(44,47,136)" d="M58.2,0c145.1,145.2,290.3,290.3,435.5,435.5C638.8,290.4,783.9,145.3,929,0.2c19.4,19.2,38.7,38.7,58,57.9 c-164.5,164.5-329,329-493.5,493.5C329,387.2,164.6,222.6,0,58.2C19.4,38.8,38.8,19.4,58.2,0z"/></svg>') no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '';
}

.header__menu ul li.active > a,
.header__menu ul li.active > span {
  color: #2C2F88;
}

.header__menu ul li.active ul {
  display: grid;
}

.header__menu ul li.current > a,
.header__menu ul li.current > span {
  color: #2C2F88;
}

.header__menu ul ul {
  position: absolute;
  left: auto;
  top: 94%;
  display: grid;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content);
  grid-auto-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 700px;
  display: none;
  z-index: 3;
  
  background: #fff;
  -webkit-box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  margin-top: -5px;
  padding: 2.2em 5.4em 2.2em 2em;
  width: 100%;
}

.header__menu ul ul:before {
  position: absolute;
  left: -500%;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 0;
  margin-left: 25px;
  display: block;
  width: 500%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  content: '';
}

.header__menu ul ul:after {
  position: absolute;
  left: auto;
  top: 0;
  right: -500%;
  bottom: 0;
  z-index: 0;
  margin-right: 25px;
  display: block;
  width: 500%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 12px -11px rgba(0, 0, 0, 0.15);
  content: '';
}

.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__info {
  
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F6F9;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  margin-right: 2.85em;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

@media (max-width: 1441px) {
  .header__search {
    margin-right: 1.55em;
  }
}

@media (max-width: 1280px) {
  .header__search {
    margin-right: 1.55em;
  }
}

@media (max-width: 1025px) {
  .header__search {
    display: none !important;
  }
}

.header__search:hover {
  border: 1px solid #2C2F88;
}

.header__search:hover svg {
  fill: #2C2F88;
}

.header__search-bar {
  position: relative;
  margin: 0 auto;
  width: 900px;
}

@media (max-width: 1800px) {
  .header__search-bar {
    width: 800px;
  }
}

@media (max-width: 1720px) {
  .header__search-bar {
    width: 750px;
  }
}

@media (max-width: 1680px) {
  .header__search-bar {
    width: 700px;
  }
}

@media (max-width: 1630px) {
  .header__search-bar {
    width: 650px;
  }
}

@media (max-width: 1580px) {
  .header__search-bar {
    width: 600px;
  }
}

@media (max-width: 1480px) {
  .header__search-bar {
    width: 550px;
  }
}

@media (max-width: 1366px) {
  .header__search-bar {
    width: 500px;
  }
}

@media (max-width: 1320px) {
  .header__search-bar {
    width: 450px;
  }
}

@media (max-width: 1240px) {
  .header__search-bar {
    width: 400px;
  }
}

@media (max-width: 1180px) {
  .header__search-bar {
    width: 350px;
  }
}

@media (max-width: 1140px) {
  .header__search-bar {
    width: 300px;
  }
}

@media (max-width: 1080px) {
  .header__search-bar {
    width: 250px;
  }
}

@media (max-width: 1040px) {
  .header__search-bar {
    width: 240px;
  }
}

.header__search-bar form {
  margin: 0 !important;
}

.header__search-bar input[type="text"] {
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 20px 50px 20px 20px;
  width: 15px;
  -webkit-transition: width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0.3s;
  transition: width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0.3s;
  text-indent: 30px;
}

.header__search-bar input[type="checkbox"] {
  display: none;
}

.header__search-bar input[type="checkbox"]:checked + label + input {
  background: #F5F6F9;
  
  width: 900px;
  text-indent: 0;
  z-index: 100;
}

@media (max-width: 1800px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 800px;
  }
}

@media (max-width: 1720px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 750px;
  }
}

@media (max-width: 1680px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 700px;
  }
}

@media (max-width: 1630px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 650px;
  }
}

@media (max-width: 1580px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 600px;
  }
}

@media (max-width: 1530px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 550px;
  }
}

@media (max-width: 1480px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 500px;
  }
}

@media (max-width: 1320px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 450px;
  }
}

@media (max-width: 1240px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 400px;
  }
}

@media (max-width: 1180px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 350px;
  }
}

@media (max-width: 1140px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 300px;
  }
}

@media (max-width: 1080px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 250px;
  }
}

@media (max-width: 1040px) {
  .header__search-bar input[type="checkbox"]:checked + label + input {
    width: 240px;
  }
}

.header__search-bar input[type="checkbox"]:checked + label svg {
  opacity: 0;
  right: 0;
  color: #448996;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
  transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
}

.header__search-bar input[type="checkbox"]:checked + label .close {
  -webkit-animation: showCross 1s;
  animation: showCross 1s;
  
  opacity: 1;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
  transform: translateY(-50%) rotate(360deg) scale(1);
}

.header__search-bar .close {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(0);
  transform: translateY(-50%) rotate(0deg) scale(0);
}

.header__search-bar svg {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
  transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
  background: transparent;
  border-radius: 4px;
  fill: #2C2F88;
  cursor: pointer;
  font-size: 30px;
  line-height: 60px;
  margin: auto;
  width: 56px;
  height: 54px;
  -webkit-transition: right .3s .3s, fill .3s, -webkit-transform .3s .3s;
  transition: right .3s .3s, fill .3s, -webkit-transform .3s .3s;
  transition: right .3s .3s, transform .3s .3s, fill .3s;
  transition: right .3s .3s, transform .3s .3s, fill .3s, -webkit-transform .3s .3s;
}

.header__search-bar.show {
  left: -850%;
}

@media (max-width: 1800px) {
  .header__search-bar.show {
    left: -750%;
  }
}

@media (max-width: 1720px) {
  .header__search-bar.show {
    left: -700%;
  }
}

@media (max-width: 1680px) {
  .header__search-bar.show {
    left: -650%;
  }
}

@media (max-width: 1630px) {
  .header__search-bar.show {
    left: -600%;
  }
}

@media (max-width: 1580px) {
  .header__search-bar.show {
    left: -550%;
  }
}

@media (max-width: 1530px) {
  .header__search-bar.show {
    left: -500%;
  }
}

@media (max-width: 1480px) {
  .header__search-bar.show {
    left: -450%;
  }
}

@media (max-width: 1320px) {
  .header__search-bar.show {
    left: -400%;
  }
}

@media (max-width: 1240px) {
  .header__search-bar.show {
    left: -350%;
  }
}

@media (max-width: 1180px) {
  .header__search-bar.show {
    left: -300%;
  }
}

@media (max-width: 1140px) {
  .header__search-bar.show {
    left: -250%;
  }
}

@media (max-width: 1080px) {
  .header__search-bar.show {
    left: -200%;
  }
}

@media (max-width: 1040px) {
  .header__search-bar.show {
    left: -180%;
  }
}

@media (max-width: 992px) {
  .header__search-bar.show {
    left: -340%;
  }
}

.header__search svg {
  width: 50px;
  height: 50px;
  padding: 15px;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3em;
  white-space: nowrap;
}

@media (max-width: 1441px) {
  .header__contacts {
    margin-right: 1em;
  }
}

@media (max-width: 868px) {
  .header__contacts {
    display: none;
  }
}

.header__contacts svg {
  fill: #2C2F88;
  width: 26px;
  height: 22px;
  margin-right: 7px;
}

.header__contacts a {
  position: relative;
  letter-spacing: 0.2px;
}

.header__contacts a:hover:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2C2F88;
  content: '';
}

.header__langs-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 641px) {
  .header__langs-auth {
    display: block;
  }
}

.header__langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2C2F88;
  letter-spacing: 0.2px;
}

.header__langs div[id^=bx_] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 641px) {
  .header__langs {
    margin-left: 1em;
  }
}

@media (max-width: 400px) {
  .header__langs {
    margin-left: 0.5em;
  }
}

@media (max-width: 340px) {
  .header__langs {
    font-size: 14px;
  }
}

.header__langs a {
  color: #A1A7AF;
}

.header__langs a:hover {
  text-decoration: underline;
}

.header__langs-delimiter {
  color: #010100;
  padding: 0 4px;
}

.header__auth {
  margin-left: 1.9em;
  white-space: nowrap;
  
}

@media (max-width: 1280px) {
  .header__auth {
    font-size: 16px;
    margin-left: 1.7em;
  }
}

@media (max-width: 641px) {
  .header__auth {
    margin-left: 1em;
  }
}

@media (max-width: 400px) {
  .header__auth {
    margin-left: 0.5em;
  }
}

@media (max-width: 340px) {
  .header__auth {
    font-size: 14px;
  }
}

.header__auth a:hover {
  text-decoration: underline;
}

.header__auth a.active {
  position: relative;
}

.header__auth a.active:after {
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  background: #2C2F88;
  border-radius: 50%;
  content: '';
  width: 8px;
  height: 8px;
}

.header__form {
  position: fixed;
  left: auto;
  
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: #F3F6F9;
  
  
  
  padding: 8.3em 9em 4em 9em;
  
}

@media (max-width: 992px) {
  .header__form {
    padding: 6.3em 3.6em 4em 4em;
  }
}

@media (max-width: 769px) {
  .header__form {
    padding: 6.3em 20px 2em;
    width: 100%;
  }
}

@media (max-width: 641px) {
  .header__form {
    padding-top: 4em;
  }
}

.header__form h3 {
  
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 769px) {
  .header__form h3 {
    margin-bottom: 0.9em;
  }
}

.header__form-top {
  
  display: none;
}

@media (max-width: 992px) {
  .header__form-top {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4em;
  }
}

.header__form-close {
  position: absolute;
  left: 5em;
  top: 3.8em;
}

@media (max-width: 769px) {
  .header__form-close {
    top: 2em;
    left: 20px;
  }
}

@media (max-width: 641px) {
  .header__form-close {
    top: 4em;
  }
}

.header__form-close svg {
  fill: #2C2F88;
  width: 16px;
  height: 16px;
}

.header__form-logo {
  display: none;
}

@media (max-width: 641px) {
  .header__form-logo {
    display: block;
  }
}

.header__form-logo img, .header__form-logo svg {
  width: 260px;
  height: 88px;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}

@media (max-width: 1280px) {
  .header__form-logo img, .header__form-logo svg {
    width: 220px;
    height: 74px;
  }
}

@media (max-width: 480px) {
  .header__form-logo img, .header__form-logo svg {
    width: 130px;
    height: 44px;
  }
}

.header__form input:autofill {
  background-color: #F3F6F9 !important;
  -webkit-box-shadow: 0 0 0 50px #F3F6F9 inset;
  box-shadow: 0 0 0 50px #F3F6F9 inset;
  -webkit-filter: none;
  filter: none;
}

.header__form > form,
.header__form > div {
  display: none;
}

.header__form form .form-group {
  
}

.header__form form .form-group input:not([type="submit"]):not([type="checkbox"]),
.header__form form .form-group select,
.header__form form .form-group textarea {
  border-bottom: 1px solid #A1A7AF;
  
  
  
}

.header__form form .form-group input:not([type="submit"]):not([type="checkbox"]) ~ label,
.header__form form .form-group select ~ label,
.header__form form .form-group textarea ~ label {
  
  color: #A1A7AF !important;
}

.header__form form .form-group .form-group {
  margin: 0;
}

.header__form form > img {
  display: block;
  margin-top: auto;
}

.header__form > *.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  
}

.header__form .btn {
  margin-top: 1.5em;
  width: 100%;
}

.header__form-request {
  width: 386px;
}

@media (max-width: 769px) {
  .header__form-request {
    width: 100%;
  }
}

.header__form-login {
  width: 385px;
}

@media (max-width: 769px) {
  .header__form-login {
    width: 100%;
  }
}

.header__form-login .btn {
  margin: 2.5em 0 1.35em;
}

.header__form-login .form-text {
  margin-bottom: 3em;
  text-align: center;
}

.header__form-restore {
  width: 385px;
}

@media (max-width: 769px) {
  .header__form-restore {
    width: 100%;
  }
}

.header__form-restore .form-text {
  text-align: center;
}

.header__form-restore .form-text a {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.header__form-restore .btn {
  margin: 3.4em 0 1.45em;
}

.header__form-sent {
  text-align: center;
}

.header.menu-opened {
  
}

.header.menu-opened:after {
  display: none;
}

.header.menu-opened .navbar {
  cursor: default;
}

.header.menu-opened .navbar-toggler {
  left: -4px;
}

.header.menu-opened .navbar-collapse {
  z-index: 150;
  
  min-width: 650px;
  width: 50%;
  min-height: 100%;
  height: 100vh;
}

@media (max-height: 960px) {
  .header.menu-opened .navbar-collapse {
    overflow-y: auto;
    
  }
}

@media (max-width: 992px) {
  .header.menu-opened .navbar-collapse {
    width: 100vw;
  }
}

@media (max-width: 650px) {
  .header.menu-opened .navbar-collapse {
    min-width: auto;
  }
}

.header.menu-opened .navbar-collapse:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  content: '';
  width: 500%;
  height: 105vh;
}

.header.menu-opened .navbar-collapse .navbar__logo {
  margin-left: 10em;
}

.header.menu-opened .navbar-collapse .navbar__logo svg {
  width: 260px;
}

.header.menu-opened .navbar-collapse .navbar__content {
  position: relative;
  height: calc(100% - 12.2em);
  margin: 12.2em 0 0;
  
}

.header.menu-opened .navbar-collapse .navbar__content:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  content: '';
  min-width: 650px;
  width: 50%;
  
  height: 7em;
}

@media (max-width: 992px) {
  .header.menu-opened .navbar-collapse .navbar__content:before {
    width: 100%;
  }
}

.header.menu-opened .navbar-collapse .navbar__content:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  content: '';
  min-width: 650px;
  width: 37%;
  
  height: 100%;
}

@media (max-width: 1780px) {
  .header.menu-opened .navbar-collapse .navbar__content {
    padding-left: 80px;
  }
}

@media (max-width: 1025px) {
  .header.menu-opened .navbar-collapse .navbar__content {
    margin-top: 8.2em;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .header.menu-opened .navbar-collapse .navbar__content {
    margin-top: 7em;
  }
}

.header.menu-opened .navbar-collapse .navbar__search {
  position: relative;
  z-index: 2;
  background: #F5F6F9;
  border-radius: 4px;
  border: none;
  margin-right: 3.7em;
  margin-bottom: 1em;
  padding: 5px 10px 5px 20px;
  width: calc(100% - 3.7em);
  text-indent: 0;
}

@media (min-width: 1025px) {
  .header.menu-opened .navbar-collapse .navbar__search {
    display: none;
  }
}

.header.menu-opened .navbar-collapse .navbar__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}

.header.menu-opened .navbar-collapse .navbar__search form input {
  background: none;
  border: none;
  width: calc(100% - 50px);
  height: 50px;
  line-height: 50px;
}

.header.menu-opened .navbar-collapse .navbar__search form button {
  background: none;
  border: none;
  cursor: pointer;
  height: 50px;
  margin: 0;
  padding: 0;
}

.header.menu-opened .navbar-collapse .navbar__search svg {
  fill: #2C2F88;
  width: 50px;
  height: 50px;
  padding: 15px;
}

.header.menu-opened .navbar-collapse .navbar-nav {
  z-index: 2;
  
  margin-right: 3.7em;
}

@media (max-width: 1025px) {
  .header.menu-opened .navbar-collapse .navbar-nav {
    margin-right: 30px;
  }
}

.header.menu-opened .navbar-collapse .navbar-nav ul {
  
}

.header.menu-opened .navbar-collapse .navbar-nav > ul > li > a {
  display: block;
  color: #000;
  line-height: 40px;
  min-height: 40px;
}

.header.menu-opened .navbar-collapse .navbar-nav > ul > li > a:hover {
  color: #2C2F88;
}

.header.menu-opened .navbar-collapse .navbar-nav > ul > li:nth-child(1) > a, .header.menu-opened .navbar-collapse .navbar-nav > ul > li:nth-child(2) > a {
  color: #000 !important;
  
}

.header.menu-opened .navbar-collapse .navbar__contacts {
  position: relative;
  /*top: -5em;*/
  top: 0;
  z-index: 2;
}

@media (max-width: 420px) {
  .header.menu-opened .navbar-collapse .navbar__contacts {
    top: auto;
  }
}

.header.menu-opened .header__info {
  z-index: 1;
}

.header.menu-opened .header__menu {
  z-index: -1;
}

.header.menu-opened .header__menu ul li:hover {
  pointer-events: none;
}

.header.menu-opened .header__menu ul li:hover > a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header.menu-opened .header__menu ul li:hover > a:after {
  content: '' !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.header.menu-opened .header__menu ul li:hover ul {
  display: none !important;
}

.header.form-opened {
  
}

.header.form-opened .header__contacts, .header.form-opened .header__langs-auth {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 641px) {
  .header.form-opened .header__contacts, .header.form-opened .header__langs-auth {
    position: relative;
    z-index: 200;
  }
}

.header.form-opened .header__form {
  z-index: 150;
  overflow-y: auto;
  min-height: 100%;
  
  height: 100vh;
  
}

@media (min-width: 2280px) {
  .header.form-opened .header__form {
    width: 33%;
  }
}

.header.form-opened .header__form:after {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  margin-left: -680px;
  background: #F3F6F9;
  content: '';
  width: 100%;
  
  height: 100vh;
}

@media (max-width: 1025px) {
  .header.form-opened .header__form:after {
    margin-left: 500px;
  }
}

@media (max-width: 769px) {
  .header.form-opened .header__form:after {
    display: none;
    right: auto;
    left: 0;
  }
}

.header.form-opened .header__form.scrolls {
  z-index: 200;
}

.header.shrink:not(.menu-opened) {
  
  height: 75px;
  padding: 0;
}

.header.shrink:not(.menu-opened):after {
  display: none;
}

.header.shrink:not(.menu-opened) .header__main {
  
  height: 44px;
}

@media (max-width: 868px) {
  .header.shrink:not(.menu-opened) .header__main {
    width: auto;
  }
}

@media (max-width: 641px) {
  .header.shrink:not(.menu-opened) .header__main {
    width: 56%;
  }
}

@media (max-width: 400px) {
  .header.shrink:not(.menu-opened) .header__main {
    width: 65%;
  }
}

@media (max-width: 320px) {
  .header.shrink:not(.menu-opened) .header__main {
    width: 75%;
  }
}

.header.shrink:not(.menu-opened) .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.header.shrink:not(.menu-opened) .header__logo img, .header.shrink:not(.menu-opened) .header__logo svg {
  width: 130px;
  height: 44px;
  
}

.header.shrink:not(.menu-opened) .header__menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 1em;
}

@media (max-width: 1300px) {
  .header.shrink:not(.menu-opened) .header__menu {
    margin-right: 0.5em;
  }
}

@media (max-width: 1480px) {
  .header.shrink:not(.menu-opened) .header__menu ul li a, .header.shrink:not(.menu-opened) .header__menu ul li span {
    padding-left: 1em;
  }
}

@media (max-width: 1259px) {
  .header.shrink:not(.menu-opened) .header__menu {
    display: none !important;
  }
}

@media (max-width: 1480px) {
  .header.shrink:not(.menu-opened) .header__search {
    margin-right: 0.5em;
  }
}

@media (max-width: 1480px) {
  .header.shrink:not(.menu-opened) .header__contacts {
    margin-right: 1em;
  }
}

@media (max-width: 1480px) {
  .header.shrink:not(.menu-opened) .header__auth {
    margin-left: 1em;
  }
}

@media (max-width: 868px) {
  .header.shrink:not(.menu-opened) .header__contacts {
    display: block;
  }
}

@media (max-width: 868px) and (max-width: 641px) {
  .header.shrink:not(.menu-opened) .header__contacts {
    display: none;
  }
}

@media (max-width: 868px) {
  .header.shrink:not(.menu-opened) .header__search, .header.shrink:not(.menu-opened) .header__langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 868px) and (max-width: 641px) {
  .header.shrink:not(.menu-opened) .header__search, .header.shrink:not(.menu-opened) .header__langs {
    display: none;
  }
}

.header.shrink:not(.menu-opened) .navbar {
  position: relative;
  
}

@-webkit-keyframes showCross {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showCross {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.collapse:not(.display) {
  display: none;
}

.footer {
  position: relative;
  z-index: 2;
  background: #2C2F88;
  color: #fff;
  letter-spacing: 0.2px;
  margin-top: auto;
}

.footer .container {
  max-width: 1346px;
}

@media (max-width: 1441px) {
  .footer .container {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 1025px) {
  .footer .container {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .footer .container {
    padding: 0 10px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.5em 0 1.9em;
}

@media (max-width: 1025px) {
  .footer__top {
    padding-top: 4em;
  }
}

@media (max-width: 769px) {
  .footer__top {
    display: block;
    padding-top: 2em;
    padding-bottom: 0;
  }
}

@media (max-width: 769px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu ul li {
  line-height: 30px;
}

.footer__menu ul li ul li a:hover {
  text-decoration: underline;
}

.footer__menu ul li ul li.current a {
  text-decoration: underline;
}

.footer__menu > ul {
  margin-bottom: 1.7em;
}

.footer__menu > ul > li > a {
  display: block;
  cursor: default;
  font-weight: bold;
  margin-bottom: 0.5em;
  pointer-events: none;
}

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

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 769px) {
  .footer__contacts {
    text-align: center;
  }
}

.footer__contacts-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
}

@media (max-width: 769px) {
  .footer__contacts-email {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.4em;
  }
}

.footer__contacts-email svg {
  fill: #fff;
  width: 26px;
  height: 22px;
  margin-right: 10px;
}

.footer__contacts-email:hover {
  text-decoration: underline;
}

.footer__contacts-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
  margin-bottom: 0.95em;
}

@media (max-width: 769px) {
  .footer__contacts-address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
  }
}

.footer__contacts-address svg {
  position: relative;
  top: 5px;
  fill: #fff;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.footer a {
  color: #fff;
}

.footer ul {
  list-style: none;
}

.footer__social {
  
  margin-bottom: 2.5em;
}

@media (max-width: 769px) {
  .footer__social {
    margin-bottom: 1em;
  }
}

.footer__social ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /** region fix for 2 elements*/
  /*justify-content: space-between;*/
  justify-content: center;
  /** endregion fix for 2 elements*/
  
}

@media (max-width: 769px) {
  .footer__social ul {
    -ms-flex-pack: distribute;
    /** region fix for 2 elements*/
    /*justify-content: space-around;*/
    justify-content: center;
    /** endregion fix for 2 elements*/
  }
}

.footer__social ul li {
  padding: 0 !important;
  
}

.footer__social ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 769px) {
  .footer__social ul li a {
    width: 42px;
    height: 42px;
  }
}

.footer__social ul li a svg,
.footer__social ul li a img {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.footer__social ul li a svg.instagram,
.footer__social ul li a img.instagram {
  width: 27px;
  height: 27px;
}

.footer__social ul li a svg.instagram.gradient,
.footer__social ul li a img.instagram.gradient {
  position: absolute;
  left: auto;
  top: auto;
  
  
  opacity: 0;
}

.footer__social ul li a:hover {
  background: white;
  
}

.footer__social ul li a:hover svg,
.footer__social ul li a:hover img {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}

.footer__social ul li a:hover svg.youtube,
.footer__social ul li a:hover img.youtube {
  fill: #ff0000;
}

.footer__social ul li a:hover svg.telegram,
.footer__social ul li a:hover img.telegram {
  fill: #0088cc;
}

.footer__social ul li a:hover svg.instagram,
.footer__social ul li a:hover img.instagram {
  opacity: 1;
  z-index: 2;
}

.footer__social ul li a:hover svg.instagram:not(.gradient),
.footer__social ul li a:hover img.instagram:not(.gradient) {
  opacity: 0;
  z-index: 1;
}

.footer__social ul li a:hover svg.facebook,
.footer__social ul li a:hover img.facebook {
  fill: #1778f2;
}

.footer__social ul li a:hover svg.vk,
.footer__social ul li a:hover img.vk {
  fill: #5181b8;
}

.footer__madeby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  margin-top: auto;
  padding-left: 3px;
}

@media (max-width: 769px) {
  .footer__madeby {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
  }
}

.footer__madeby img,
.footer__madeby svg {
  fill: #fff;
  width: 96px;
  height: 28px;
}

.footer__madeby img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer__madeby a {
  padding-left: 1em;
}

.footer__madeby a:hover img {
  -webkit-filter: none;
  filter: none;
}

.footer__info {
  border-top: 1px solid #DCDEE3;
  color: #b5b6d5;
  font-size: 16px;
  margin-top: -1px;
  padding: 3em 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 769px) {
  .footer__info {
    border: none;
    
    padding-top: 0;
  }
}

.footer__info a {
  color: #b5b6d5;
}

.footer__info a:hover {
  text-decoration: underline;
}

.footer__info ul {
  margin-bottom: 1.6em;
}

@media (max-width: 769px) {
  .footer__info ul {
    display: none;
  }
}

.footer__info ul li {
  display: inline;
  margin: 0 1.2em;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}

.footer__social ul,
.navbar__social ul,
.news__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__social ul li,
.navbar__social ul li,
.news__social ul li {
  list-style: none;
  padding-right: 1.3em;
}

.footer__social ul li a svg,
.navbar__social ul li a svg,
.news__social ul li a svg {
  width: 32px;
  max-height: 32px;
}

.footer__social ul li a svg.telegram,
.navbar__social ul li a svg.telegram,
.news__social ul li a svg.telegram {
  width: 27px;
  height: 23px;
}

.footer__social ul li a svg.instagram,
.navbar__social ul li a svg.instagram,
.news__social ul li a svg.instagram {
  width: 27px;
  height: 27px;
}

.footer__social ul li a svg.facebook,
.navbar__social ul li a svg.facebook,
.news__social ul li a svg.facebook {
  width: 27px;
  height: 27px;
}

.footer__social ul li a svg.vk,
.navbar__social ul li a svg.vk,
.news__social ul li a svg.vk {
  width: 29px;
  height: 16px;
}

.footer__social ul li:last-child,
.navbar__social ul li:last-child,
.news__social ul li:last-child {
  padding-right: 0;
}

@media (max-width: 641px) {
  main + section.text {
    padding: 0;
  }
}

section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 2em 0;
}

section .container {
  position: relative;
  z-index: 3;
}

section h1:before, section h2:before {
  display: block;
  background: #F18A9D;
  content: '';
  width: 30px;
  height: 2px;
  margin-bottom: 10px;
}

section .btn {
  min-width: 280px;
  width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

@media (max-width: 1280px) {
  section .btn {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 641px) {
  section .btn {
    min-width: 250px;
    width: 250px;
  }
}

section.text .container {
  max-width: 1000px;
  
}

@media (max-width: 1800px) {
  section.text .container {
    padding: 0;
  }
}

@media (max-width: 1025px) {
  section.text .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

section.text .container > * {
  margin-bottom: 1.4em;
}

section.text h1 {
  margin-bottom: 0.35em;
}

section.text p {
  margin-bottom: 1.4em;
}

section.text ul {
  margin: 1.4em 0;
  padding-left: 0.65em;
}

section.text ul, section.text ol {
  padding-left: 1.5em;
  list-style: none;
}

section.text ul li {
  position: relative;
}

section.text ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: '\2022';
}

section.text-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  padding-bottom: 0;
  
}

section.text-form h1, section.text-form h2, section.text-form h3, section.text-form h4, section.text-form h5, section.text-form h6 {
  text-align: center;
}

section.text-form h1:before, section.text-form h2:before, section.text-form h3:before, section.text-form h4:before, section.text-form h5:before, section.text-form h6:before {
  display: none;
}

section.text-form .container {
  width: 600px;
  margin: 0;
  margin-left: calc(50% - 300px);
}

@media (max-width: 1025px) {
  section.text-form .container {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
}

section.text-form .btn {
  margin-top: 1em;
  width: 100%;
}

section.text-form .sidebar {
  position: relative !important;
  top: auto;
  right: 0;
  margin-bottom: 100px;
  width: calc(50% - 300px);
}

@media (max-width: 1025px) {
  section.text-form .sidebar {
    display: none !important;
  }
}

section.text-form .sidebar__block {
  padding-bottom: 3em;
}

section.text-form .sidebar img {
  
  
  padding: 0 2em;
}

@media (max-width: 1025px) {
  section.text-form .sidebar img {
    display: none;
  }
}

section.registered {
  text-align: center;
}

section.registered .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  height: calc(100vh - 230px);
}

@media (min-width: 480px) and (max-height: 641px) {
  section.registered .container {
    height: auto;
  }
}

@media (max-width: 480px) {
  section.registered .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: calc(100vh - 100px);
  }
}

section.registered h1, section.registered h2, section.registered h3 {
  line-height: 30px;
  margin-bottom: 1.2em;
}

@media (max-width: 641px) {
  section.registered h1, section.registered h2, section.registered h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.3em;
  }
}

section.registered h1:before, section.registered h2:before, section.registered h3:before {
  display: none;
}

section.error {
  position: relative;
  left: 7em;
  padding: 0;
  overflow: visible;
}

section.error:after {
  position: absolute;
  left: 42%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  
  background-image: url(img/error.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  content: '';
}

@media (max-width: 1025px) {
  section.error:after {
    left: 51%;
    -webkit-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
    margin-bottom: 6em;
  }
}

@media (max-width: 992px) {
  section.error:after {
    margin-bottom: 5em;
  }
}

@media (max-width: 641px) {
  section.error:after {
    background-size: cover;
    width: 150%;
    left: 53%;
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    margin-bottom: 0;
  }
}

@media (max-width: 1025px) {
  section.error {
    left: 0;
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  section.error {
    overflow: hidden;
  }
}

section.error .container {
  position: static;
  max-width: 625px;
  padding: 5em 0 31%;
}

@media (max-width: 1025px) {
  section.error .container {
    padding: 5.7em 0 55% 3em;
  }
}

@media (max-width: 641px) {
  section.error .container {
    padding: 3.5em 0 94%;
  }
}

section.error .container img {
  display: none;
  position: absolute;
  left: 42%;
  top: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1441px) {
  section.error .container img {
    
    left: 37%;
    width: 100%;
  }
}

@media (max-width: 769px) {
  section.error .container img {
    
    width: 150%;
  }
}

@media (max-width: 641px) {
  section.error .container img {
    
    left: 100%;
    -webkit-transform: scale(2) translateX(-50%);
    transform: scale(2) translateX(-50%);
  }
}

section.error .container h1, section.error .container h2, section.error .container p {
  position: relative;
  z-index: 2;
}

section.error h1 {
  color: #2C2F88;
  font-weight: 500;
  font-size: 250px;
  line-height: 50px;
  letter-spacing: 0.2px;
  margin-bottom: 0.42em;
  padding-top: 0.5em;
}

@media (max-width: 641px) {
  section.error h1 {
    font-size: 120px;
    margin-bottom: 0.2em;
    text-align: center;
  }
}

section.error h1:before {
  display: none;
}

section.error h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.2px;
  margin-bottom: 0.2em;
}

@media (max-width: 641px) {
  section.error h2 {
    font-size: 30px;
  }
}

section.error h2:before {
  display: none;
}

section.error p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 641px) {
  section.error p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4.5em;
  }
}

section.courses {
  padding: 0 0 10.4em 0;
}

@media (max-width: 1441px) {
  section.courses {
    padding-bottom: 7.2em;
  }
}

@media (max-width: 1025px) {
  section.courses {
    padding-bottom: 5.8em;
  }
}

@media (max-width: 641px) {
  section.courses {
    padding-bottom: 2em;
  }
}

section.about {
  padding: 7.4em 0 5.8em;
}

@media (max-width: 1280px) {
  section.about {
    padding: 5.55em 0 3.8em;
  }
}

@media (max-width: 641px) {
  section.about {
    padding: 0.8em 0 5.2em;
  }
}

section.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1248px;
  left: -2.6em;
}

@media (max-width: 1760px) {
  section.about .container {
    left: auto;
  }
}

@media (max-width: 1441px) {
  section.about .container {
    max-width: 100%;
    padding: 0 80px;
  }
}

@media (max-width: 1025px) {
  section.about .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}

section.partners {
  padding: 1.8em 0 7.2em;
}

@media (max-width: 1025px) {
  section.partners {
    padding: 1.8em 0 5.4em;
  }
}

section.partners .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F3F6F9;
  max-width: 1440px;
  margin-right: 10em;
  padding: 4.1em 2.2em 4em 0;
}

@media (min-width: 1921px) {
  section.partners .container {
    margin: 0 auto;
  }
}

@media (max-width: 1660px) {
  section.partners .container {
    padding-left: 80px;
  }
}

@media (max-width: 1441px) {
  section.partners .container {
    margin-right: 80px;
    padding: 4em 4em 4em 80px;
    width: calc(100% - 80px);
  }
}

@media (max-width: 1280px) {
  section.partners .container {
    padding: 3.2em 2em 2em 80px;
    width: 100%;
  }
}

@media (max-width: 1025px) {
  section.partners .container {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  section.partners .container {
    display: block;
    padding-right: 20px;
  }
}

section.partners .container:before {
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F3F6F9;
  content: '';
}

section.teachers {
  padding: 0 0 8.3em;
}

@media (max-width: 1280px) {
  section.teachers {
    padding-bottom: 6.3em;
  }
}

@media (max-width: 992px) {
  section.teachers {
    padding-bottom: 0;
  }
}

@media (max-width: 641px) {
  section.teachers {
    padding-bottom: 1.3em;
  }
}

section.news {
  margin-bottom: 4em;
}

@media (min-width: 1760px) {
  section.contacts {
    padding-left: 14.7%;
  }
}

section.contacts h2:before {
  display: none;
}

section.auth-form {
  padding-top: 3em;
}

section.auth-form .container {
  width: 385px;
  margin: 0 auto;
}

section.auth-form h1, section.auth-form h2, section.auth-form h3, section.auth-form h4, section.auth-form h5, section.auth-form h6 {
  font-size: 24px;
  margin-bottom: 0.9em;
  text-align: center;
}

section.auth-form h1:before, section.auth-form h2:before, section.auth-form h3:before, section.auth-form h4:before, section.auth-form h5:before, section.auth-form h6:before {
  display: none;
}

section.auth-form a {
  font-size: 14px;
}

section.auth-form .btn {
  margin-top: 2.5em;
  width: 100%;
}

section.auth-form noindex {
  display: block;
  margin: 0.3em 0 2.4em;
  text-align: center;
}

section.auth-form noindex a {
  color: #010100;
}

section.auth-form noindex a span {
  color: #2C2F88;
}

.tns-nav {
  text-align: center;
}

.tns-nav button {
  display: inline-block;
  background: #DFDFDF;
  border: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.tns-nav button.tns-nav-active {
  background: #2C2F88;
}

.courses-top {
  padding: 0;
}

@media (max-width: 1280px) {
  .courses-top {
    padding-bottom: 2.65em;
  }
}

@media (max-width: 641px) {
  .courses-top {
    padding-bottom: 3.6em;
  }
}

.courses-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1760px;
}

@media (max-width: 1800px) {
  .courses-top .container {
    padding: 0 80px;
  }
}

@media (max-width: 1280px) {
  .courses-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1025px) {
  .courses-top .container {
    padding: 0 20px;
  }
}

@media (max-width: 860px) {
  .courses-top .container {
    display: block;
  }
}

@media (max-width: 641px) {
  .courses-top .container {
    padding: 0 13px 0 20px;
  }
}

.courses-top .tns-outer {
  width: 91.4%;
  overflow: hidden;
}

.courses-top .tns-outer button[data-action="stop"] {
  display: none !important;
}

@media (max-width: 1441px) {
  .courses-top .tns-outer {
    padding-bottom: 3em !important;
  }
}

@media (max-width: 1360px) {
  .courses-top .tns-outer {
    width: 100%;
  }
}

.courses-top .tns-ovh {
  overflow: inherit;
}

.courses-top .tns-item {
  opacity: 0;
  visibility: hidden;
  
}

.courses-top .tns-item.tns-slide-active {
  opacity: 1;
  visibility: visible;
}

.courses > .container {
  left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1476px;
}

@media (max-width: 1800px) {
  .courses > .container {
    left: auto;
    padding: 0 0 0 80px;
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .courses > .container {
    left: auto;
    display: block;
    text-align: center;
  }
}

@media (max-width: 1025px) {
  .courses > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 641px) {
  .courses > .container {
    padding-right: 10px;
  }
}

.courses > .container h2 {
  position: relative;
  top: 2.2em;
  left: 1.36em;
  text-align: left;
}

@media (max-width: 1441px) {
  .courses > .container h2 {
    top: 1.7em;
    left: 0;
    margin-bottom: 1.1em;
  }
}

@media (max-width: 1280px) {
  .courses > .container h2 {
    top: auto;
    left: auto;
  }
}

@media (max-width: 641px) {
  .courses > .container h2 {
    margin-bottom: 1.25em;
  }
}

.courses > .container .btn {
  position: absolute;
  left: 50%;
  bottom: -1.8em;
  
  z-index: 100;
  
  
}

@media (max-width: 1800px) {
  .courses > .container .btn {
    left: 52.3%;
    bottom: -3em;
  }
}

@media (max-width: 1760px) {
  .courses > .container .btn {
    left: 52.4%;
  }
}

@media (max-width: 1700px) {
  .courses > .container .btn {
    left: 52.5%;
  }
}

@media (max-width: 1600px) {
  .courses > .container .btn {
    left: 52.6%;
  }
}

@media (max-width: 1560px) {
  .courses > .container .btn {
    left: 52.7%;
  }
}

@media (max-width: 1500px) {
  .courses > .container .btn {
    left: 52.8%;
  }
}

@media (max-width: 1460px) {
  .courses > .container .btn {
    left: 52.9%;
  }
}

@media (max-width: 1400px) {
  .courses > .container .btn {
    left: 53%;
  }
}

@media (max-width: 1367px) {
  .courses > .container .btn {
    
    left: 53.1%;
    bottom: -1em;
  }
}

@media (max-width: 1300px) {
  .courses > .container .btn {
    left: 53.2%;
  }
}

@media (max-width: 1280px) {
  .courses > .container .btn {
    left: 53.3%;
  }
}

@media (max-width: 1240px) {
  .courses > .container .btn {
    left: 53.4%;
  }
}

@media (max-width: 1200px) {
  .courses > .container .btn {
    position: static;
  }
}

@media (max-width: 1025px) {
  .courses > .container .btn {
    margin: 0;
  }
}

@media (max-width: 641px) {
  .courses > .container .btn {
    display: none;
  }
}

.courses .tns-ovh {
  overflow: unset;
}

.courses__social {
  position: relative;
  z-index: 2;
  padding-top: 10.4em;
  width: 8.6%;
}

@media (max-width: 1360px) {
  .courses__social {
    display: none;
  }
}

.courses__social ul {
  list-style: none;
}

.courses__social ul li {
  margin-bottom: 9px;
}

.courses__social ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.courses__social ul li a svg,
.courses__social ul li a img {
  fill: #A1A7AF;
  width: 26px;
  max-height: 26px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.courses__social ul li a svg.instagram,
.courses__social ul li a img.instagram {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.courses__social ul li a svg.instagram.gradient,
.courses__social ul li a img.instagram.gradient {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.courses__social ul li a:hover svg.telegram {
  fill: #0088cc;
}

.courses__social ul li a:hover svg.youtube {
  fill: #ff0000;
}

.courses__social ul li a:hover svg.instagram,
.courses__social ul li a:hover img.instagram {
  opacity: 1;
  z-index: 2;
  width: 26px;
  height: 26px;
}

.courses__social ul li a:hover svg.instagram:not(.gradient),
.courses__social ul li a:hover img.instagram:not(.gradient) {
  opacity: 0;
  z-index: 1;
}

.courses__social ul li a:hover svg.vk {
  fill: #5181b8;
}

.courses__social ul li a:hover svg.facebook {
  fill: #1778f2;
}

.courses-slider__item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    align-items: center;
  min-height: 684px;
}

@media (max-width: 1760px) {
  .courses-slider__item {
    min-height: auto;
  }
}

@media (max-width: 641px) {
  .courses-slider__item {
    position: relative;
  }
}

.courses-slider__item-text {
  font-size: 24px;
  line-height: 30px;
  /*padding: 5.8em 1em 2em 0;*/
    padding: 0 1em 0 0;
  width: 35%;
}

@media (max-width: 1441px) {
  .courses-slider__item-text {
    font-size: 18px;
    line-height: 24px;
    /*padding: 5em 1em 0 0;*/
      padding: 0 1em 0 0;
    width: 42%;
  }
}

@media (max-width: 1280px) {
  .courses-slider__item-text {
    /*padding: 2.4em 1em 0 0;*/
      padding: 0 1em 0 0;
  }
}

@media (max-width: 1025px) {
  .courses-slider__item-text {
    width: 45.5%;
  }
}



@media (max-width: 641px) {
  .courses-slider__item-text {
    font-size: 16px;
    line-height: 20px;
    padding-top: 1.4em;
    width: 100%;
  }
}

.courses-slider__item-text p {
  margin-bottom: 0.8em;
}

@media (max-width: 641px) {
  .courses-slider__item-text p {
    margin-bottom: 0;
  }
}

.courses-slider__item-text .btn {
  margin-top: 1.7em;
}

@media (max-width: 1441px) {
  .courses-slider__item-text .btn {
    margin-top: 1.3em;
  }
}

@media (max-width: 1280px) {
  .courses-slider__item-text .btn {
    margin-top: 1.4em;
  }
}

@media (max-width: 641px) {
  .courses-slider__item-text .btn {
    margin-top: 1em;
  }
}

@media (max-width: 380px) {
  .courses-slider__item-text .btn {
    min-width: unset;
    width: calc(100% - 92px);
  }
}

.courses-slider__item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*margin: 2.7em 0 1em;*/
  /*width: 64.3%;*/
  width: 58%;
  
}

.courses-slider__item-media img,
.courses-slider__item-media iframe {
  width: 100%;
  
  max-height: 562px;
  -o-object-fit: cover;
  object-fit: cover;
}

.courses-slider__item-media.media-with-desc {
  margin: 0;
  width: 58%;
}

.courses-slider__item-media.media-with-desc img,
.courses-slider__item-media.media-with-desc iframe {
  
  max-height: 506px;
}

@media (max-width: 1441px) {
  .courses-slider__item-media.media-with-desc {
    
  }
  .courses-slider__item-media.media-with-desc img,
  .courses-slider__item-media.media-with-desc iframe {
    
    
    
    
  }
}

@media (max-width: 1025px) {
  .courses-slider__item-media.media-with-desc {
    width: 54.5%;
  }
}

@media (max-width: 641px) {
  .courses-slider__item-media.media-with-desc {
    width: 68px;
    height: 48px;
  }
  .courses-slider__item-media.media-with-desc img,
  .courses-slider__item-media.media-with-desc iframe {
    border-radius: 4px;
    width: 68px;
    height: 48px;
    min-height: 0;
  }
}

@media (max-width: 1441px) {
  .courses-slider__item-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    
  }
  .courses-slider__item-media img,
  .courses-slider__item-media iframe {
    
    
  }
}

@media (max-width: 1025px) {
  .courses-slider__item-media {
    width: 54.5%;
  }
}

@media (max-width: 641px) {
  .courses-slider__item-media {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 68px;
    height: 48px;
    cursor: pointer;
    margin-right: 7px !important;
  }
  .courses-slider__item-media img,
  .courses-slider__item-media iframe {
    border-radius: 4px;
    width: 68px;
    height: 48px;
    min-height: 0;
  }
  .courses-slider__item-media:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #2C2F88;
    border-radius: 4px;
    content: '';
  }
  .courses-slider__item-media:after {
    position: absolute;
    left: 29px;
    top: 17px;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 690.4 720.9"><path fill="rgb(44,47,136)" d="M0,0c219.1,115,438.4,229.7,657.6,344.6c11,5.6,21.8,11.5,32.7,17.1C460.3,481.5,230.1,601.1,0,720.9 C0,480.6,0,240.3,0,0z"/></svg>') no-repeat;
    content: '';
  }
}

@media (max-width: 641px) {
  .courses-slider__item-media.no-video {
    display: none;
  }
}

.courses-slider__item-title {
  color: #010100;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0.2em;
}

@media (max-width: 1441px) {
  .courses-slider__item-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0.4em;
  }
}

@media (max-width: 1367px) {
  .courses-slider__item-title {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
    .courses-slider__item-text {
        padding: 0em 1em 0 0 !important;
        font-size: 24px !important;
    }
    .courses-slider__item-title {
        padding: 0em 1em 0 0 !important;
        font-size: 24px !important;
    }
    .courses-slider__item-media {
        justify-content: flex-start !important;
    }
}

@media (max-width: 992px) {
    .courses-slider__item-text {
        padding: 0em 1em 0 0 !important;
        font-size: 20px !important;
    }
    .courses-slider__item-title {
        padding: 0em 1em 0 0 !important;
        font-size: 20px !important;
    }

}

@media (max-width: 769px) {
  .courses-slider__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 641px) {
  .courses-slider__item-title {
    margin-bottom: 0.25em;
  }
}

.courses-slider__item-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2C2F88;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

@media (max-width: 1441px) {
  .courses-slider__item-dates {
    font-size: 16px;
    margin-top: 1.5em;
  }
}

@media (max-width: 992px) {
  .courses-slider__item-dates {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 641px) {
  .courses-slider__item-dates {
    margin-top: 0.6em;
  }
}

.courses-slider__item-dates svg {
  fill: #2C2F88;
  width: 16px;
  height: 16px;
  margin: 3px 10px 0 0;
}

.courses-slider__item-dates__time {
  padding-right: 1em;
}

@media (max-width: 1280px) {
  .courses-slider__item-dates__time {
    padding-right: 0.8em;
  }
}

.courses-slider__item-dates__time:empty {
  display: none;
}

.courses-slider__item-dates__period {
  margin-left: 3px;
  
}

.courses-slider__item-meta__list > * {
  display: block;
}

@media (max-width: 992px) and (min-width: 641px) {
  .courses-slider__item-meta__list {
    width: calc(100% - 26px);
  }
}

.courses-slider__custom-controls {
  position: absolute;
  /*bottom: 6.4em;*/
  /*bottom: 3.4em;*/
  left: 8.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  z-index: 99999;
  transition: all .5s ease;
  
}

@media (max-width: 1800px) {
  .courses-slider__custom-controls {
    left: 12.4%;
    /*bottom: 6.4em;*/
  }
}

@media (max-width: 1760px) {
  .courses-slider__custom-controls {
      /*bottom: 4.4em;*/
  }
  .courses-top .container {
    padding-bottom: 20px;
  }
}

@media (max-width: 1720px) {
  .courses-slider__custom-controls {
      /*bottom: 4.4em;*/
  }
  .courses-top .container {
    padding-bottom: 20px;
  }

}

@media (max-width: 1680px) {
  .courses-slider__custom-controls {
      left: 12.6%;
      /*bottom: 4.4em;*/
  }
}

@media (max-width: 1640px) {
  .courses-slider__custom-controls {
      left: 12.6%;
      /*bottom: 5.4em;*/
  }
}

@media (max-width: 1600px) {
  .courses-slider__custom-controls {
    left: 12.7%;
    /*bottom: 3em;*/
  }
}

@media (max-width: 1550px) {
  .courses-slider__custom-controls {
    left: 12.8%;
    /*bottom: 5em;*/
  }
}

@media (max-width: 1500px) {
  .courses-slider__custom-controls {
    left: 13%;
    /*bottom: 5em;*/
  }
}

@media (max-width: 1441px) {
  .courses-slider__custom-controls {
    left: 13.2%;
    /*bottom: 4em;*/
  }
}

@media (max-width: 1360px) {
  .courses-slider__custom-controls {
    left: 80px;
	/*bottom: 4em;*/
  }
}

@media (max-width: 1280px) {
  .courses-slider__custom-controls {
   left: auto;
   margin-top: 1em;
   margin-left: 0;
   /*bottom: 4em;*/
  }
}

@media (max-width: 1080px) {
  .courses-slider__custom-controls {
    /*bottom: 4em;*/
  }
}

@media (max-width: 1024px) {
  .courses-slider__custom-controls {
    /*bottom: 4em;*/
  }
}

@media (max-width: 860px) {
  .courses-slider__custom-controls {
    position: relative;
    left: 0;
    /*bottom: 3em;*/
  }
  .courses-top .container {
      padding-bottom: 0;
    height: fit-content;
  }
  .courses-slider__item-media {
    justify-content: flex-start;
  }
  .courses-slider__item-media img, .courses-slider__item-media iframe {
    max-height: 273px;
  }
}

@media (max-width: 641px) {
  .courses-slider__custom-controls {
    margin-top: 2em;
  }
  .courses-top {
    padding-bottom: 0;
  }
}

.courses-slider__custom-controls .prev,
.courses-slider__custom-controls .next {
  display: inline-block;
  width: 60px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
}

.courses-slider__custom-controls .prev svg,
.courses-slider__custom-controls .next svg {
  width: 120px;
  height: 30px;
  fill: #A1A7AF;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  vertical-align: top;
}

.courses-slider__custom-controls .prev:hover svg, .courses-slider__custom-controls .prev:active svg,
.courses-slider__custom-controls .next:hover svg,
.courses-slider__custom-controls .next:active svg {
  fill: #2C2F88;
}

.courses-slider__custom-controls .prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 22px;
}

.courses-slider__custom-controls .next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 19px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.courses-slider__custom-controls .next svg {
  position: relative;
  left: -60px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.courses-slider__custom-controls .next:hover, .courses-slider__custom-controls .next:active {
  width: 120px;
}

.courses-slider__custom-controls .next:hover svg, .courses-slider__custom-controls .next:active svg {
  width: 120px;
  left: 0;
}

.courses-slider__custom-controls .slide-counter {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}

.courses-slider__custom-controls .slide-counter__current {
  color: #A1A7AF;
}

.courses-slider__custom-controls .slide-counter__total {
  position: relative;
  left: -0.25em;
  color: #2C2F88;
}

.courses-slider__custom-controls .slide-counter__total:before {
  content: '/';
}

.courses-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .courses-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.45em;
  }
}

@media (min-width: 641px) {
  .courses-list {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media (max-width: 641px) {
  .courses-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.courses-list__item {
  
  border-radius: 4px;
  margin: 0 88px 80px 0;
  
  
  width: calc(50% - 88px) !important;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  
  
  
}

@media (max-width: 1200px) {
  .courses-list__item {
    margin: 0 auto 80px !important;
    max-width: 650px;
    width: 100% !important;
  }
}

@media (max-width: 1025px) {
  .courses-list__item {
    color: #fff;
  }
}

@media (min-width: 641px) {
  .courses-list__item {
    padding-right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (min-width: 641px) {
  .courses-list__item {
    display: none !important;
  }
  .courses-list__item:first-child, .courses-list__item:nth-child(2), .courses-list__item:nth-child(3), .courses-list__item:nth-child(4) {
    display: inline-block !important;
  }
}

@media (max-width: 641px) {
  .courses-list__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: inherit !important;
    margin-bottom: 1em !important;
    min-width: 310px;
    width: 310px;
  }
}

.courses-list__item:first-child, .courses-list__item:nth-child(3) {
  position: relative;
  
  top: 136px;
}

@media (max-width: 1200px) {
  .courses-list__item:first-child, .courses-list__item:nth-child(3) {
    top: auto;
  }
}

.courses-list__item:nth-child(2n-2) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .courses-list__item:last-child {
    margin-bottom: 2.75em !important;
  }
}

@media (max-width: 641px) {
  .courses-list__item:last-child {
    margin-bottom: 1em !important;
  }
}

.courses-list__item > a:not(.btn) {
  display: block;
  background: #F3F6F9;
  border-bottom: 1px solid #2C2F88;
  border-radius: 4px;
  
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 1025px) {
  .courses-list__item > a:not(.btn) {
    background: #2C2F88;
    color: #fff;
  }
}

@media (max-width: 641px) {
  .courses-list__item > a:not(.btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
  }
}

.courses-list__item a:not(.btn) {
  color: #010100;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (max-width: 1025px) {
  .courses-list__item a:not(.btn) {
    color: #fff;
  }
}

.courses-list__item svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.courses-list__item:hover {
  
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
}

@media (max-width: 641px) {
  .courses-list__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.courses-list__item:hover > a {
  background: #2C2F88;
}

.courses-list__item:hover a {
  color: #fff;
}

.courses-list__item:hover svg {
  fill: #fff;
}

.courses-list__item:hover .courses-list__item-media:before {
  opacity: 1;
}

.courses-list__item:hover .courses-list__item-media .more {
  opacity: 1;
}

@media (max-width: 641px) {
  .courses-list__item {
    color: #fff;
    display: block;
  }
  .courses-list__item > a {
    background: #2C2F88;
  }
  .courses-list__item a {
    color: #fff;
  }
  .courses-list__item svg {
    fill: #fff;
  }
  .courses-list__item .courses-list__item-media:before {
    opacity: 1;
  }
  .courses-list__item .courses-list__item-media .more {
    opacity: 1;
  }
}

.courses-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.courses-list__item-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1.5em 0.5em 0 2.75em;
  text-align: left;
}

@media (max-width: 1441px) {
  .courses-list__item-text {
    font-size: 16px;
    line-height: 18px;
    padding: 1.85em 1em 1em 1.75em;
  }
}

@media (max-width: 768px) {
  .courses-list__item-text {
    padding-top: 2em;
  }
}

@media (max-width: 641px) {
  .courses-list__item-text {
    font-size: 16px;
    line-height: 20px;
    padding: 1.5em 1em 0 1em;
  }
}

.courses-list__item-title {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 0.2em;
}

@media (max-width: 1441px) {
  .courses-list__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.75em;
  }
}

@media (max-width: 641px) {
  .courses-list__item-title {
    margin-bottom: 0.4em;
  }
}

.courses-list__item-media {
  position: relative;
  top: -30px;
  margin-right: -36px;
  width: 330px;
  height: 200px;
  text-align: center;
}

@media (max-width: 1441px) {
  .courses-list__item-media {
    
    width: 300px;
    height: 182px;
  }
}

@media (max-width: 1025px) {
  .courses-list__item-media {
    
    margin-right: -37px;
    width: 330px;
    height: 200px;
    
  }
}

@media (max-width: 768px) {
  .courses-list__item-media {
    margin-right: 0;
  }
}

@media (max-width: 641px) {
  .courses-list__item-media {
    display: none;
  }
}

.courses-list__item-media:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 47, 136, 0.6)), to(rgba(44, 47, 136, 0.6)));
  background: linear-gradient(0deg, rgba(44, 47, 136, 0.6), rgba(44, 47, 136, 0.6));
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.courses-list__item-media img {
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  max-width: none;
  width: 330px;
  height: 200px;
}

@media (max-width: 1441px) {
  .courses-list__item-media img {
    width: 300px;
    height: 182px;
  }
}

@media (max-width: 1025px) {
  .courses-list__item-media img {
    width: 330px;
    height: 200px;
  }
}

.courses-list__item-media .more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.courses-list__item-media .more svg {
  display: block;
  margin: 1em auto 0;
  width: 60px;
  height: 8px;
}

.courses-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #DCDEE3;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0 3.4em;
  padding: 1.85em 0 1.3em;
  text-align: left;
}

@media (max-width: 1441px) {
  .courses-list__item-meta {
    margin: 0 1.75em;
    padding: 1.85em 0;
  }
}

@media (max-width: 1025px) {
  .courses-list__item-meta {
    padding: 1.85em 0 1.3em;
  }
}

@media (max-width: 641px) {
  .courses-list__item-meta {
    display: block;
    margin: 0 16px;
    padding: 1.25em 0 1em;
  }
}

.courses-list__item-meta__icon {
  margin-right: 10px;
}

.courses-list__item-meta__icon svg {
  fill: #2C2F88;
  width: 16px;
  height: 16px;
}

@media (max-width: 1025px) {
  .courses-list__item-meta__icon svg {
    fill: #fff;
  }
}

.courses-list__item-meta__list-item {
  display: block;
}

.courses-list__item-location {
  line-height: 18px;
  padding-right: 8px;
}

.courses-list__item-teachers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-list__item-teachers .courses-list__item-meta__list-item {
  line-height: 24px;
}

.courses-list__item-teachers .courses-list__item-meta__list-item:first-child {
  line-height: 14px;
  margin-bottom: 9px;
}

@media (max-width: 641px) {
  .courses-list__item-teachers {
    margin-top: 1em;
  }
}

.courses-list__item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
  margin-bottom: 8px;
}

.courses-list__item-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}

.courses-list__item-dates .courses-list__item-meta__list {
  position: relative;
  top: -4px;
}

.courses-list__item.item__btn {
  background: none;
  border: none;
  margin-left: 50%;
}

@media (max-width: 641px) {
  .courses-list__item.item__btn {
    display: none !important;
  }
}

.courses-roll {
  text-align: center;
}

.courses-roll .container {
  position: static;
  max-width: 1165px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1367px) {
  .courses-roll .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

.courses-roll h1 {
  text-align: left;
}

.courses-roll .courses__social {
  position: absolute;
  left: 80px;
  padding-top: 5em;
  width: auto;
}

@media (max-width: 1441px) {
  .courses-roll .courses__social {
    display: none;
  }
}

.courses-roll .btn {
  margin-top: 2em;
}

.courses-listing {
  display: block;
  
  margin-top: 2.5em;
  text-align: left;
}

.courses-listing__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  color: #010100 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 3.2em 2em 1.6em 2em;
  min-height: 140px;
  -webkit-transition: background 0.3s ease-out, -webkit-box-shadow 0.3s;
  transition: background 0.3s ease-out, -webkit-box-shadow 0.3s;
  transition: background 0.3s ease-out, box-shadow 0.3s;
  transition: background 0.3s ease-out, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 769px) {
  .courses-listing__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    font-size: 12px;
    padding: 3.2em 1em 1.4em 2.3em;
  }
}

.courses-listing__item-text {
  width: 34%;
  line-height: 0;
}

@media (max-width: 1367px) {
  .courses-listing__item-text {
    width: 33%;
  }
}

@media (max-width: 1025px) {
  .courses-listing__item-text {
    width: 40%;
  }
}

@media (max-width: 769px) {
  .courses-listing__item-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.courses-listing__item-number {
  position: absolute;
  left: 3.6em;
  top: 2.9em;
  display: inline-block;
  background: #2C2F88;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 8px;
  line-height: 16px;
  letter-spacing: 0.3px;
  
  padding: 0px 8px 0px 5px;
  text-transform: uppercase;
}

.courses-listing__item-number i {
  font-size: 12px;
  font-style: normal;
}

.courses-listing__item-number:after {
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  display: block;
  width: 7px;
  height: 100%;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.3 561.8"><path fill="rgb(44,47,136)" d="M208.2,535.1c-3.7,15.4-18.5,27.2-34.4,26.6c-66.8,0-66.8,0-138.2,0.1H0C0,397.8,0,164,0,0h34.8h137 c8.1-0.4,16.5,1.7,23,6.6c11.9,8.6,17.5,25,12.9,39.1c-2.7,8.9-9.8,15.3-15.3,22.6C141.8,130.4,91.3,192.5,40.7,254.7 c-3.9,4.6-7.8,9.5-9.5,15.4C27.5,281.2,30,294,37.5,303c54.6,67.1,109.2,134.2,163.8,201.3C208.4,512.7,211,524.5,208.2,535.1z"/></svg>') no-repeat;
  content: '';
}

.courses-listing__item-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.2px;
}

@media (max-width: 1025px) {
  .courses-listing__item-title {
    font-size: 16px;
  }
}

@media (max-width: 641px) {
  .courses-listing__item-title {
    font-size: 14px;
    line-height: 17px;
    margin-top: 0.8em;
  }
}

.courses-listing__item-meta__list {
  display: block;
}

.courses-listing__item-meta__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-listing__item-dates {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  margin-top: 0.6em;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .courses-listing__item-dates {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .courses-listing__item-dates {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 641px) {
  .courses-listing__item-dates {
    line-height: 14px;
    margin-top: 0.2em;
  }
}

.courses-listing__item-dates svg {
  position: absolute;
  fill: #2C2F88;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 5px 10px 0 0;
}

.courses-listing__item-dates svg + span {
  padding-left: 26px;
  padding-right: 8px;
}

@media (max-width: 992px) {
  .courses-listing__item-dates svg + span + span {
    padding-left: 26px;
  }
}

.courses-listing__item-dates__time {
  display: block;
  
  
  white-space: nowrap;
}

@media (max-width: 641px) {
  .courses-listing__item-dates__time {
    padding-top: 5px;
    
    
  }
}

.courses-listing__item-dates__period {
  display: block;
  
  white-space: nowrap;
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .courses-listing__item-dates__period {
    
    width: 100%;
  }
}

@media (max-width: 992px) {
  .courses-listing__item-dates__period {
    width: 100%;
  }
}

@media (max-width: 641px) {
  .courses-listing__item-dates__period {
    padding-top: 5px;
    width: calc(100% - 30px);
  }
}

.courses-listing__item-teachers {
  width: 36%;
  padding: 0 0 0 4.3%;
}

@media (max-width: 1367px) {
  .courses-listing__item-teachers {
    width: 34%;
    padding: 0 0 0 3%;
  }
}

@media (max-width: 1025px) {
  .courses-listing__item-teachers {
    width: 32%;
    padding-right: 2%;
  }
}

@media (max-width: 992px) {
  .courses-listing__item-teachers {
    width: 30%;
  }
}

@media (max-width: 769px) {
  .courses-listing__item-teachers {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 7px 0 5px 0;
    width: 100%;
  }
}

.courses-listing__item-teachers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-listing__item-teachers__item-icon svg {
  position: relative;
  top: 3px;
  fill: #2C2F88;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.courses-listing__item-status {
  width: 10%;
}

@media (max-width: 1367px) {
  .courses-listing__item-status {
    width: 12%;
  }
}

@media (max-width: 1025px) {
  .courses-listing__item-status {
    width: 8%;
  }
}

@media (max-width: 992px) {
  .courses-listing__item-status {
    width: 10%;
  }
}

@media (max-width: 769px) {
  .courses-listing__item-status {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 20%;
  }
}

.courses-listing__item-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
}

@media (max-width: 1367px) {
  .courses-listing__item-type {
    width: 15%;
  }
}

@media (max-width: 1025px) {
  .courses-listing__item-type {
    width: 20%;
  }
}

@media (max-width: 769px) {
  .courses-listing__item-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 20%;
    width: auto;
    padding-right: 8px;
  }
}

.courses-listing__item-type svg {
  fill: #2C2F88;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-right: 5px;
}

.courses-listing__item:nth-child(odd) {
  background: #F3F6F9 !important;
}

.courses-listing__item:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.courses-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-item__content {
  position: relative;
  margin-bottom: 3em;
  padding-right: 5.5em;
  width: calc(100% - 420px);
}

@media (max-width: 992px) {
  .courses-item__content {
    padding-right: 0;
    width: 100%;
  }
}

.courses-item__content h1:before, .courses-item__content h2:before {
  display: none;
}

.courses-item__content h1 {
  margin-bottom: 0.3em;
}

.courses-item__content h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 0.6em;
}

.courses-item__content h3 {
  font-size: 20px;
  line-height: 24px;
}

.courses-item__content table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  
}

.courses-item__content table thead {
  color: #A1A7AF;
}

.courses-item__content table thead th {
  font-weight: normal;
  padding: 12px 10px;
  text-align: left;
}

.courses-item__content table thead th:first-child {
  text-align: center;
}

.courses-item__content table thead th:last-child {
  text-align: left;
}

.courses-item__content table tfoot td {
  border-top: 1px solid #A1A7AF;
  padding: 12px 10px;
}

.courses-item__content table tfoot td:last-child {
  text-align: center;
}

.courses-item__content table tr {
  border-radius: 4px;
  
}

.courses-item__content table tr:nth-child(even) {
  background: #F3F6F9;
}

.courses-item__content table tr td:first-child, .courses-item__content table tr td:last-child {
  text-align: center;
}

.courses-item__content table tr:first-child td {
  color: #A1A7AF;
  font-weight: normal;
  text-align: left;
}

.courses-item__content table tr:first-child td:first-child {
  text-align: center;
}

.courses-item__content table tr:first-child td:last-child {
  text-align: left;
}

.courses-item__content table td {
  padding: 12px 10px;
}

.courses-item__content table td * {
  padding: 0;
  margin: 0;
}

.courses-item .sidebar {
  
  display: block;
  width: 420px;
  min-width: 420px;
  will-change: min-height;
}

@media (max-width: 992px) {
  .courses-item .sidebar {
    display: none;
  }
}

.courses-item__apply {
  position: relative;
  
  
  padding-bottom: 2em;
  width: 420px;
  
  
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

@media (max-width: 992px) {
  .courses-item__apply {
    position: static !important;
    margin: 0 auto 3em !important;
  }
}

@media (max-width: 641px) {
  .courses-item__apply {
    width: 100%;
  }
}

.courses-item__apply-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
  text-align: center;
}

@media (max-width: 641px) {
  .courses-item__apply-grid {
    margin-left: -15px;
  }
}

.courses-item__apply-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F3F6F9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 20px;
  padding: 2em 0;
  width: calc(50% - 20px);
  min-height: 130px;
  
}

@media (max-width: 641px) {
  .courses-item__apply-grid__item {
    margin: 0 0 15px 15px;
    width: calc(50% - 15px);
  }
}

.courses-item__apply-grid__item svg {
  fill: #2C2F88;
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin-bottom: 1.1em;
}

.courses-item__apply-grid__item-icons {
  padding: 0 2em;
  text-align: left;
}

.courses-item__apply-grid__item-icons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}

.courses-item__apply-grid__item-icons__item svg {
  margin-right: 10px;
  margin-bottom: 0;
}

.courses-item__apply-grid__item-icons__item:last-child {
  margin-bottom: 0;
}

.courses-item__apply .btn {
  width: 100%;
}

.courses-item__apply.fixed {
  position: fixed;
  
  top: 100px;
  margin-left: calc(100% - 420px - 144px);
}

@media (max-width: 1025px) {
  .courses-item__apply.fixed {
    margin-left: calc(100% - 460px);
  }
}

.courses-item__label {
  position: relative;
  display: inline-block;
  background: #2C2F88;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 0.5em;
  padding: 0px 12px;
  text-transform: uppercase;
}

.courses-item__label i {
  font-size: 14px;
  font-style: normal;
}

.courses-item__label:after {
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.3 561.8"><path fill="rgb(44,47,136)" d="M208.2,535.1c-3.7,15.4-18.5,27.2-34.4,26.6c-66.8,0-66.8,0-138.2,0.1H0C0,397.8,0,164,0,0h34.8h137 c8.1-0.4,16.5,1.7,23,6.6c11.9,8.6,17.5,25,12.9,39.1c-2.7,8.9-9.8,15.3-15.3,22.6C141.8,130.4,91.3,192.5,40.7,254.7 c-3.9,4.6-7.8,9.5-9.5,15.4C27.5,281.2,30,294,37.5,303c54.6,67.1,109.2,134.2,163.8,201.3C208.4,512.7,211,524.5,208.2,535.1z"/></svg>') no-repeat;
  content: '';
}

.courses-item__intro {
  margin-bottom: 1.6em;
}

@media (max-width: 1025px) {
  .courses-item__intro {
    margin-bottom: 2em;
  }
}

.courses-item__intro-text ul, .courses-item__intro-text ol {
  padding-left: 1.5em;
  list-style: none;
}

.courses-item__intro-text ul li *, .courses-item__intro-text ol li * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.courses-item__intro-text ul li {
  position: relative;
}

.courses-item__intro-text ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: '\2022';
}

.courses-item__teachers {
  margin-bottom: 2.7em;
}

@media (max-width: 641px) {
  .courses-item__teachers {
    margin-bottom: 0;
  }
}

.courses-item__teachers h3 {
  margin-bottom: 1em;
}

.courses-item__teachers .teachers-list {
  display: block;
  margin: 0;
}

.courses-item__teachers .teachers-list__item {
  margin-bottom: 1.8em;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item {
    background: none;
    padding: 0;
  }
  .courses-item__teachers .teachers-list__item:last-child {
    margin-bottom: 1.4em;
  }
}

.courses-item__teachers .teachers-list__item-content {
  
  display: grid;

  
  gap: 0px 0px;
  grid-template-areas: "A B"
 "A C";
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
grid-template-rows: auto 1fr;
}

@media (max-width: 1367px) {
  .courses-item__teachers .teachers-list__item-content {
    grid-auto-columns: auto;
  }
}

@media (max-width: 992px) {
  .courses-item__teachers .teachers-list__item-content {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }
}

@media (max-width: 860px) {
  .courses-item__teachers .teachers-list__item-content {
    grid-auto-columns: auto;
  }
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item-content {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .courses-item__teachers .teachers-list__item-content {
    width: 100%;
    min-height: 330px;
  }
}

.courses-item__teachers .teachers-list__item-media {
  grid-area: A;
  width: 150px;
  height: 150px;
  margin-right: 2.2em;
  margin-bottom: 0;
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 1.6em;
    width: auto;
    height: auto;
  }
}

@media (max-width: 576px) {
  .courses-item__teachers .teachers-list__item-media {
    width: 100%;
    min-height: 330px;
  }
}

.courses-item__teachers .teachers-list__item-media__content {
  width: 150px;
  height: 150px;
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item-media__content {
    width: auto;
    height: auto;
  }
}

@media (max-width: 576px) {
  .courses-item__teachers .teachers-list__item-media__content {
    width: 100%;
    min-height: 330px;
  }
}

.courses-item__teachers .teachers-list__item-media img {
  width: 150px;
  height: 150px;
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item-media img {
    width: auto;
    height: auto;
  }
}

@media (max-width: 576px) {
  .courses-item__teachers .teachers-list__item-media img {
    width: 100%;
    min-height: 330px;
  }
}

.courses-item__teachers .teachers-list__item-name {
  grid-area: B;
  
  line-height: 26px;
  height: 0;
  margin-bottom: 1.7em;
  
}

@media (max-width: 1280px) {
  .courses-item__teachers .teachers-list__item-name {
    height: auto;
    margin-bottom: 0.4em;
    padding-top: 0.3em;
  }
}

@media (max-width: 641px) {
  .courses-item__teachers .teachers-list__item-name {
    margin-bottom: 0.6em;
  }
}

.courses-item__teachers .teachers-list__item-post {
  grid-area: C;
  
}

.courses-item__text h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.courses-item__text p, .courses-item__text ul, .courses-item__text ol {
  margin-bottom: 1.4em;
}

.courses-item__text ul, .courses-item__text ol {
  padding-left: 1.5em;
  list-style: none;
}

.courses-item__text ul li *, .courses-item__text ol li * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

.courses-item__text ul li {
  position: relative;
}

.courses-item__text ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: '\2022';
}

.courses-item__similar h2 {
  margin-bottom: 0;
}

.courses-item__similar .courses-listing {
  margin-top: 1.3em;
}

.video__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F6F9;
  width: 100%;
}

@media (max-width: 641px) {
  .video__text {
    display: none;
  }
}

.video__text-content {
  padding: 2.3em 5em 1.3em 2.3em;
}

@media (max-width: 1441px) {
  .video__text-content {
    
    line-height: 18px;
    padding: 1.9em 7em 2.3em 2em;
  }
}

@media (max-width: 1280px) {
  .video__text-content {
    
    
    padding: 1.3em 1em 1.3em 1.7em;
  }
}

.video__text-content p {
  margin-bottom: 0.5em;
}

.video__text-content .more span {
  margin-left: 12px;
}

@media (max-width: 1441px) {
  .video__text-content .more {
    font-size: 16px;
    line-height: 22px;
  }
}

.video__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0.45em;
}

@media (max-width: 1441px) {
  .video__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.video__title-label {
  position: relative;
  top: 3px;
  display: inline-block;
  background: #E18F9E;
  border-radius: 1px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.3px;
  height: 16px;
  margin-left: 5px;
  padding: 0px 6px 0 10px;
}

.video__title-label:after {
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 16px;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 209.3 561.8"><path fill="rgb(225,143,158)" d="M208.2,535.1c-3.7,15.4-18.5,27.2-34.4,26.6c-66.8,0-66.8,0-138.2,0.1H0C0,397.8,0,164,0,0l34.8,0h137 c8.1-0.4,16.5,1.7,23,6.6c11.9,8.6,17.5,25,12.9,39.1c-2.7,8.9-9.8,15.3-15.3,22.6C141.8,130.4,91.3,192.5,40.7,254.7 c-3.9,4.6-7.8,9.5-9.5,15.4C27.5,281.2,30,294,37.5,303c54.6,67.1,109.2,134.2,163.8,201.3C208.4,512.7,211,524.5,208.2,535.1z"/></svg>') no-repeat;
  content: '';
}

.video__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2C2F88;
  color: #fff;
  font-weight: 300;
  padding: 2.85em 2.9em 2.3em;
}

@media (max-width: 1441px) {
  .video__date {
    padding: 0 2.45em;
  }
}

@media (max-width: 1280px) {
  .video__date {
    padding: 0 1.9em;
  }
}

.video__date-digit {
  font-size: 64px;
  line-height: 56px;
  letter-spacing: 0.2px;
}

@media (max-width: 1441px) {
  .video__date-digit {
    font-size: 43px;
    line-height: 42px;
  }
}

.video__date-month {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}

@media (max-width: 1441px) {
  .video__date-month {
    font-size: 16px;
    line-height: 14px;
  }
}

.about__text {
  margin-top: -2.4em;
  
  max-width: 550px;
  width: 44%;
}

@media (max-width: 1760px) {
  .about__text {
    width: calc(100% - 540px);
  }
}

@media (max-width: 1280px) {
  .about__text {
    padding-top: 5.5em;
    width: calc(97% - 540px);
  }
}

@media (max-width: 1025px) {
  .about__text {
    margin-top: 0;
    padding-top: 4em;
  }
}

@media (max-width: 992px) {
  .about__text {
    max-width: none;
    padding-top: 0;
    width: 100%;
  }
}

.about__text h2 {
  margin-bottom: 0.75em;
}

@media (max-width: 641px) {
  .about__text p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 14px;
  }
}

.about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 43.3%;
}

@media (max-width: 1760px) {
  .about__media {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 540px;
  }
}

@media (max-width: 992px) {
  .about__media {
    display: none;
  }
}

.about__media-item {
  margin-left: 30px;
  margin-bottom: 30px;
  
  width: 240px;
  height: 320px;
}

.about__media-item img {
  border-radius: 4px;
  width: 240px;
  height: 320px;
}

.about__media-item:nth-child(2) {
  margin-top: 70px;
}

.about__media-item:nth-child(3) {
  margin-top: -70px;
}

.about__digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.7em 0 2em;
  padding-right: 0.9em;
}

@media (max-width: 1280px) {
  .about__digits {
    padding-right: 0;
  }
}

@media (max-width: 641px) {
  .about__digits {
    margin: 2em 0 1.5em;
  }
}

.about__digits-item {
  
}

.about__digits-item__number {
  color: #724F8F;
  font-size: 64px;
  font-weight: 300;
  line-height: 56px;
  letter-spacing: 0.2px;
  margin-bottom: 6px;
}

@media (max-width: 641px) {
  .about__digits-item__number {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 0;
  }
}

.about__digits-item:last-child {
  margin-right: 0;
}

@media (max-width: 400px) {
  .about .btn {
    width: 100%;
  }
}

.more span {
  display: inline-block;
  width: 60px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
}

.more span svg {
  position: relative;
  left: -60px;
  width: 120px;
  height: 8px;
  fill: #A1A7AF;
  -webkit-transition: fill 0.3s, left 0.3s;
  transition: fill 0.3s, left 0.3s;
  
}

.more:hover span, .more:active span {
  width: 120px;
}

.more:hover span svg, .more:active span svg {
  left: 0;
  fill: #2C2F88;
  width: 120px;
}

.news {
  position: relative;
  background: #F3F6F9;
  margin-left: 10.4em;
  padding: 3.25em 0 2em 5.2em;
}

@media (max-width: 1900px) {
  .news {
    margin-left: 0;
  }
}

@media (max-width: 1441px) {
  .news {
    padding: 3.25em 0 2.4em 80px;
  }
}

@media (max-width: 1025px) {
  .news {
    padding-left: 20px;
  }
}

@media (max-width: 641px) {
  .news {
    padding: 3em 0 3.7em 20px;
  }
}

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

@media (max-width: 992px) {
  .news__content {
    display: block;
  }
}

.news__title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  padding-right: 2em;
  width: 16.6%;
}

@media (max-width: 1441px) {
  .news__title {
    width: 22%;
  }
}

@media (max-width: 992px) {
  .news__title {
    margin-bottom: 2em;
    width: auto;
  }
}

@media (max-width: 641px) {
  .news__title {
    margin-bottom: 1em;
  }
}

.news__title h2 {
  margin-bottom: 0.3em;
}

.news__title .more {
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .news__title .more {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 641px) {
  .news__title .more {
    display: none;
  }
}

.news__title .more svg {
  width: 60px;
  height: 8px;
  fill: #A1A7AF;
  margin-left: 8px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  vertical-align: baseline;
}

.news__title .more:hover svg {
  fill: #2C2F88;
}

.news .tns {
  
}

.news .tns-outer {
  width: 83.4%;
  overflow: hidden;
  margin-left: -1em;
}

@media (max-width: 1441px) {
  .news .tns-outer {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .news .tns-outer {
    width: auto;
  }
}

.news .tns-ovh {
  overflow: inherit;
}

.news .tns-inner {
  padding: 0 0 2em 1em;
}

.news__custom-controls {
  position: absolute;
  bottom: 10em;
  left: 12.6em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.news__custom-controls .prev,
.news__custom-controls .next {
  display: inline-block;
  width: 60px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
}

.news__custom-controls .prev svg,
.news__custom-controls .next svg {
  width: 120px;
  height: 8px;
  fill: #A1A7AF;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  vertical-align: top;
}

.news__custom-controls .prev:hover svg, .news__custom-controls .prev:active svg,
.news__custom-controls .next:hover svg,
.news__custom-controls .next:active svg {
  fill: #2C2F88;
}

.news__custom-controls .prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 22px;
}

.news__custom-controls .next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-left: 22px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.news__custom-controls .next svg {
  position: relative;
  left: -60px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.news__custom-controls .next:hover, .news__custom-controls .next:active {
  width: 120px;
}

.news__custom-controls .next:hover svg, .news__custom-controls .next:active svg {
  width: 120px;
  left: 0;
}

.news__custom-controls .slide-counter {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
}

.news__custom-controls .slide-counter__current {
  color: #A1A7AF;
}

.news__custom-controls .slide-counter__total {
  position: relative;
  left: -0.25em;
  color: #2C2F88;
}

.news__custom-controls .slide-counter__total:before {
  content: '/';
}

.news__slider-item {
  min-width: 340px;
  min-height: 270px;
  height: 270px;
  
}

@media (max-width: 641px) {
  .news__slider-item {
    min-width: 280px;
    min-height: 230px;
    height: 230px;
  }
}

.news__slider-item__wrapper {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 100%;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, box-shadow 0.3s;
  transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.news__slider-item__wrapper a {
  display: block;
  padding: 1.6em 2em 1.25em 1.85em;
}

@media (max-width: 1025px) {
  .news__slider-item__wrapper a {
    padding: 1.5em 2em 1.25em 1.9em;
  }
}

@media (max-width: 641px) {
  .news__slider-item__wrapper a {
    padding: 2.5em 2em 1.25em 1.7em;
  }
}

.news__slider-item__wrapper:hover {
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
}

.news__slider-item a {
  position: relative;
  color: #010100;
  height: 100%;
}

@media (max-width: 641px) {
  .news__slider-item p {
    font-size: 16px;
    line-height: 18px;
  }
}

.news__slider-item__date {
  display: block;
  margin-bottom: 2px;
}

.news__slider-item__date-digit {
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 22px;
}

.news__slider-item__date-month {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.news__slider-item__title {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 0.35em;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__slider-item__title.is-empty-text {
  height: calc(100% - 70px);
  -webkit-line-clamp: 5;
}

@media (max-width: 641px) {
  .news__slider-item__title.is-empty-text {
    height: calc(100% - 44px);
  }
}

@media (max-width: 1367px) {
  .news__slider-item__title {
    font-size: 20px;
  }
}

@media (max-width: 641px) {
  .news__slider-item__title {
    font-size: 18px;
    line-height: 20px;
  }
}

.news__slider-item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin: 0;
  text-overflow: ellipsis;
}

.news__slider-item p:empty {
  display: none;
}

@media (max-width: 641px) {
  .news__slider-item p {
    font-size: 18px;
  }
}

.news__slider-item .more {
  position: absolute;
  left: 1.85em;
  bottom: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  font-size: 16px;
  line-height: 8px;
  margin-top: 1em;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.news__slider-item .more svg {
  fill: #A1A7AF;
  width: 60px;
  height: 8px;
  margin-left: 10px;
}

.news__slider-item:hover {
  
}

.news__slider-item:hover .news__slider-item__title {
  color: #2C2F88;
}

.news__slider-item:hover .more {
  opacity: 1;
  visibility: visible;
  color: #2C2F88;
}

.news-slider__custom-controls {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-left: 16.7%;
  margin-top: 0.2em;
  width: 68%;
}

@media (max-width: 1441px) {
  .news-slider__custom-controls {
    margin-left: 22%;
  }
}

@media (max-width: 1025px) {
  .news-slider__custom-controls {
    margin-left: 24%;
  }
}

@media (max-width: 992px) {
  .news-slider__custom-controls {
    margin-left: 0;
    width: auto;
  }
}

@media (max-width: 641px) {
  .news-slider__custom-controls {
    display: block !important;
  }
}

.news-slider__custom-controls .prev,
.news-slider__custom-controls .next {
  display: inline-block;
  width: 60px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
}

.news-slider__custom-controls .prev svg,
.news-slider__custom-controls .next svg {
  width: 120px;
  height: 30px;
  fill: #A1A7AF;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  vertical-align: top;
}

.news-slider__custom-controls .prev:hover svg, .news-slider__custom-controls .prev:active svg,
.news-slider__custom-controls .next:hover svg,
.news-slider__custom-controls .next:active svg {
  fill: #2C2F88;
}

.news-slider__custom-controls .prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 3.6em;
}

.news-slider__custom-controls .next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.news-slider__custom-controls .next svg {
  position: relative;
  left: -60px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.news-slider__custom-controls .next:hover, .news-slider__custom-controls .next:active {
  width: 120px;
}

.news-slider__custom-controls .next:hover svg, .news-slider__custom-controls .next:active svg {
  width: 120px;
  left: 0;
}

.news__subscribe {
  margin-left: 16.6%;
  margin-top: 1.6em;
  width: 68.1%;
}

@media (max-width: 1441px) {
  .news__subscribe {
    margin-left: 22%;
    width: 72%;
  }
}

@media (max-width: 992px) {
  .news__subscribe {
    margin-left: 0;
    padding-right: 20px;
    width: 100%;
  }
}

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

.news__subscribe form label {
  color: #A1A7AF;
}

.news__subscribe form .form-group {
  position: relative;
  width: 100%;
  margin: 0;
}

@media (max-width: 480px) {
  .news__subscribe form .form-group {
    width: calc(100% - 128px);
  }
}

.news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]) {
  background: none;
  border: 1px solid #C4C4C4;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 60px;
  padding: 0 2em;
}

.news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]) ~ label {
  position: absolute;
  left: 1.5em;
  
  top: 1em;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media (max-width: 1280px) {
  .news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]) ~ label {
    left: 2.7em;
    top: 14px;
  }
}

.news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]):focus ~ label,
.news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]).has-content ~ label {
  top: -30px;
  color: #000;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1280px) {
  .news__subscribe form .form-group input:not([type=submit]):not([type=checkbox]) {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1280px) {
  .news__subscribe form .form-group {
    font-size: 16px;
  }
}

.news__subscribe form .form-group .ajax-answer {
  padding: 0.5em 2em 0;
}

.news__subscribe .btn {
  left: -4px;
  z-index: 2;
  background-clip: content-box;
}

@media (max-width: 480px) {
  .news__subscribe .btn {
    min-width: unset;
    width: 128px;
  }
}

.news-top {
  padding: 2.5em 0 0 0;
}

@media (max-width: 1367px) {
  .news-top {
    padding-top: 3.4em;
  }
}

@media (max-width: 641px) {
  .news-top {
    padding-top: 0.6em;
  }
}

@media (max-width: 1367px) {
  .news-top .container {
    padding-right: 0;
  }
}

@media (max-width: 641px) {
  .news-top .container {
    padding: 0 20px;
  }
}

.news-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-top h1 {
  margin-bottom: 0;
  padding-left: 11.6%;
}

@media (max-width: 1367px) {
  .news-top h1 {
    font-size: 36px;
    line-height: 46px;
    padding-left: 0;
  }
}

@media (max-width: 1025px) {
  .news-top h1 {
    font-size: 30px;
  }
}

@media (max-width: 641px) {
  .news-top h1 {
    font-size: 20px;
  }
}

.news__social {
  position: relative;
  z-index: 2;
  padding-top: 4.4em;
  width: 11.6%;
}

@media (max-width: 1367px) {
  .news__social {
    display: none;
  }
}

.news__social ul {
  display: block;
  list-style: none;
}

.news__social ul li {
  margin-bottom: 9px;
}

.news__social ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.news__social ul li a svg,
.news__social ul li a img {
  fill: #A1A7AF;
  width: 26px;
  max-height: 26px;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.news__social ul li a svg.instagram,
.news__social ul li a img.instagram {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__social ul li a svg.instagram.gradient,
.news__social ul li a img.instagram.gradient {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.news__social ul li a:hover svg.telegram {
  fill: #0088cc;
}

.news__social ul li a:hover svg.youtube {
  fill: #ff0000;
}

.news__social ul li a:hover svg.instagram,
.news__social ul li a:hover img.instagram {
  opacity: 1;
  z-index: 2;
  width: 26px;
  height: 26px;
}

.news__social ul li a:hover svg.instagram:not(.gradient),
.news__social ul li a:hover img.instagram:not(.gradient) {
  opacity: 0;
  z-index: 1;
}

.news__social ul li a:hover svg.vk {
  fill: #5181b8;
}

.news__social ul li a:hover svg.facebook {
  fill: #1778f2;
}

.news-main {
  width: 88.4%;
}

@media (max-width: 1367px) {
  .news-main {
    width: 100%;
  }
}

.news-main__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5em;
  
}

@media (max-width: 641px) {
  .news-main__item {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    padding-bottom: 4.7em;
  }
}

.news-main__item-text {
  font-size: 24px;
  line-height: 30px;
  padding: 2.5em 1em 0 0;
  width: 42%;
}

@media (max-width: 1367px) {
  .news-main__item-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 2.7em;
    width: 45%;
  }
}

@media (max-width: 1025px) {
  .news-main__item-text {
    font-size: 18px;
    line-height: 30px;
    padding-top: 1.7em;
    padding-right: 2em;
    width: 43%;
  }
}

@media (max-width: 641px) {
  .news-main__item-text {
    line-height: 21px;
    padding-top: 1.2em;
    padding-right: 0;
    width: 100%;
  }
}

.news-main__item-text .btn {
  margin-top: 1em;
}

@media (max-width: 1367px) {
  .news-main__item-text .btn {
    margin-top: 0.5em;
  }
}

@media (max-width: 1025px) {
  .news-main__item-text .btn {
    margin-top: 0;
  }
}

@media (max-width: 641px) {
  .news-main__item-text .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.news-main__item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.3em 0 0;
  width: 58%;
}

@media (max-width: 1367px) {
  .news-main__item-media {
    margin-top: 1.5em;
    padding-top: 0;
    width: 55%;
  }
}

@media (max-width: 1025px) {
  .news-main__item-media {
    width: 57%;
  }
}

@media (max-width: 641px) {
  .news-main__item-media {
    width: 100%;
  }
}

.news-main__item-media img {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1025px) and (min-width: 641px) {
  .news-main__item-media img {
    height: 100%;
  }
}

.news-main__item-date {
  margin-bottom: 0.3em;
}

.news-main__item-date__digit {
  font-weight: 300;
  font-size: 36px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 0.3em;
}

@media (max-width: 641px) {
  .news-main__item-date__digit {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.news-main__item-date__month {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

@media (max-width: 641px) {
  .news-main__item-date__month {
    font-size: 14px;
  }
}

.news-main__item-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.2px;
  margin-bottom: 0.4em;
}

@media (max-width: 1367px) {
  .news-main__item-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0.6em;
  }
}

@media (max-width: 1025px) {
  .news-main__item-title {
    line-height: 40px;
  }
}

@media (max-width: 641px) {
  .news-main__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.4em;
  }
}

.news-main__item.no-media .news-main__item-text {
  width: auto !important;
}

.news-list {
  padding-bottom: 4em;
  text-align: center;
  
}

.news-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1600px;
  padding-left: 2.5em;
  text-align: left;
  left: -0.5%;
}

@media (max-width: 1760px) and (min-width: 1025px) {
  .news-list .container {
    left: 0;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 1367px) {
  .news-list .container {
    
    
    
  }
}

@media (max-width: 1025px) {
  .news-list .container {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-list .container > .btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 1em;
}

.news-list__item {
  position: relative;
  background: #F3F6F9;
  border-radius: 4px;
  
  margin: 0 3% 3em 3%;
  width: 400px;
  
  
  min-height: 400px;
  height: 400px;
  
}

@media (max-width: 1490px) {
  .news-list__item {
    
    margin: 0 1% 2em 1%;
    min-width: 380px;
    
  }
}

@media (max-width: 1367px) {
  .news-list__item {
    margin: 0 1.5% 2em 1%;
    width: 380px;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .news-list__item {
    max-height: 400px;
    height: auto;
  }
}

@media (max-width: 1025px) {
  .news-list__item {
    background: #2C2F88;
    color: #fff;
    width: calc(50% - 6em);
    margin: 0 3em 2em 3em !important;
  }
}

@media (max-width: 769px) {
  .news-list__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 769px) and (min-width: 641px) {
  .news-list__item {
    height: auto;
    min-height: 400px;
  }
}

@media (max-width: 641px) {
  .news-list__item {
    height: auto;
    min-height: 340px;
    min-width: auto;
    width: 100%;
  }
}

.news-list__item a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #010100;
  padding: 1em 1em 1em 2.4em;
  min-height: 400px;
}

@media (max-width: 1025px) {
  .news-list__item a {
    color: #fff;
  }
}

@media (max-width: 641px) {
  .news-list__item a {
    min-height: 340px;
  }
}

.news-list__item-media {
  display: block;
  margin-bottom: 1.2em;
}

.news-list__item-media img {
  width: 100%;
  height: 242px;
}

.news-list__item-date {
  display: block;
  color: #010100;
  font-weight: 300;
  margin-bottom: 0.2em;
}

@media (max-width: 1025px) {
  .news-list__item-date {
    color: #fff;
  }
}

.news-list__item-date__digit {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.news-list__item-date__month {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

.news-list__item-title {
  color: #010100;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

@media (max-width: 1367px) {
  .news-list__item-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1025px) {
  .news-list__item-title {
    color: #fff;
  }
}

.news-list__item .more {
  position: absolute;
  left: 2.8em;
  bottom: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
  font-size: 14px;
  line-height: 8px;
  
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 769px) {
  .news-list__item .more {
    display: none;
  }
}

.news-list__item .more svg {
  fill: #A1A7AF;
  width: 60px;
  height: 8px;
  margin-left: 10px;
}

.news-list__item:after {
  position: absolute;
  left: -30px;
  top: -35px;
  right: -30px;
  bottom: -35px;
  z-index: -1;
  background: #F3F6F9;
  border-radius: 4px;
  content: '';
  width: calc(100% + 60px);
  height: calc(100% + 70px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}

@media (max-width: 769px) {
  .news-list__item:after {
    display: none !important;
  }
}

.news-list__item:hover, .news-list__item.active {
  z-index: 100;
}

.news-list__item:hover:after, .news-list__item.active:after {
  
  opacity: 1;
  z-index: 1;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.news-list__item:hover .more, .news-list__item.active .more {
  opacity: 1;
  visibility: visible;
  color: #2C2F88;
}

@media (max-width: 1025px) {
  .news-list__item:hover .news-list__item-date, .news-list__item.active .news-list__item-date {
    color: #010100;
  }
}

@media (min-width: 769px) {
  .news-list__item:hover a, .news-list__item.active a {
    color: #2C2F88;
  }
  .news-list__item:hover .news-list__item-title, .news-list__item.active .news-list__item-title {
    color: #2C2F88;
  }
}

@media (max-width: 769px) {
  .news-list__item:hover .news-list__item-date, .news-list__item.active .news-list__item-date {
    color: #fff;
  }
}

.news-list__item.media {
  background: none;
}

.news-list__item.media a {
  display: block;
  padding: 0;
}

.news-list__item.media a div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list__item.media .news-list__item-date,
.news-list__item.media .news-list__item-title {
  color: #010100 !important;
}

.news-list__item.media .news-list__item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list__item.media .more {
  left: 0;
}

.news-list__item.media:after {
  background: #fff;
}

.news-item {
  position: relative;
  padding-top: 1em;
}

.news-item .container {
  position: static;
  max-width: 1000px;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1025px) {
  .news-item .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-item .news__social {
  position: absolute;
  left: 80px;
}

.news-item h1 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.2px;
  margin-bottom: 0.8em;
}

.news-item h1:before {
  display: none;
}

@media (max-width: 1367px) {
  .news-item h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 641px) {
  .news-item h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.news-item h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 0.8em;
}

.news-item h2:before {
  display: none;
}

@media (max-width: 1367px) {
  .news-item h2 {
    font-size: 20px;
  }
}

@media (max-width: 641px) {
  .news-item h2 {
    line-height: 24px;
  }
}

.news-item__date {
  margin-bottom: 0.3em;
}

.news-item__date-digit {
  font-weight: 300;
  font-size: 36px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 0.3em;
}

.news-item__date-month {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

.news-item__gallery {
  
}

.news-item__gallery-item img {
  margin: 0 !important;
}

.news-item .tns-outer {
  position: relative;
  margin-bottom: 1.9em;
}

.news-item .tns-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .news-item .tns-controls {
    z-index: 2;
  }
}

.news-item .tns-controls button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  text-indent: -10000px;
}

.news-item .tns-controls button[data-controls="prev"] {
  left: -3em;
}

@media (max-width: 992px) {
  .news-item .tns-controls button[data-controls="prev"] {
    left: 2em;
  }
}

.news-item .tns-controls button[data-controls="prev"]:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551.6 987"><path fill="rgb(161,167,175)" d="M551.6,58.2C406.4,203.3,261.3,348.5,116.1,493.7C261.2,638.8,406.3,783.9,551.4,929c-19.2,19.4-38.7,38.7-57.9,58 C329,822.5,164.5,658,0,493.5C164.4,329,329,164.6,493.4,0C512.8,19.4,532.2,38.8,551.6,58.2z"/></svg>') no-repeat;
  content: '';
}

.news-item .tns-controls button[data-controls="prev"]:hover:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551.6 987"><path fill="rgb(44,47,136)" d="M551.6,58.2C406.4,203.3,261.3,348.5,116.1,493.7C261.2,638.8,406.3,783.9,551.4,929c-19.2,19.4-38.7,38.7-57.9,58 C329,822.5,164.5,658,0,493.5C164.4,329,329,164.6,493.4,0C512.8,19.4,532.2,38.8,551.6,58.2z"/></svg>') no-repeat;
}

.news-item .tns-controls button[data-controls="next"] {
  right: -2.5em;
}

@media (max-width: 992px) {
  .news-item .tns-controls button[data-controls="next"] {
    right: 2em;
  }
}

.news-item .tns-controls button[data-controls="next"]:after {
  position: absolute;
  right: -1em;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551.6 987"><path fill="rgb(161,167,175)" d="M0,928.8c145.2-145.1,290.3-290.3,435.5-435.5C290.4,348.2,145.3,203.1,0.2,58C19.4,38.6,38.9,19.3,58.1,0 c164.5,164.5,329,329,493.5,493.5C387.2,658,222.6,822.4,58.2,987C38.8,967.6,19.4,948.2,0,928.8z"/></svg>') no-repeat;
  content: '';
}

.news-item .tns-controls button[data-controls="next"]:hover:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551.6 987"><path fill="rgb(44,47,136)" d="M0,928.8c145.2-145.1,290.3-290.3,435.5-435.5C290.4,348.2,145.3,203.1,0.2,58C19.4,38.6,38.9,19.3,58.1,0 c164.5,164.5,329,329,493.5,493.5C387.2,658,222.6,822.4,58.2,987C38.8,967.6,19.4,948.2,0,928.8z"/></svg>') no-repeat;
}

.news-item img {
  margin-bottom: 1.8em;
}

.appeal {
  background: #F3F6F9;
  overflow: unset;
  margin: 0 10em 10.4em 0;
  padding: 4.2em 0 0;
}

@media (max-width: 1760px) {
  .appeal {
    margin-right: 0;
  }
}

@media (max-width: 1367px) {
  .appeal {
    margin: 0 0 10.7em 0;
    padding: 4.2em 0 1.5em 0;
  }
}

@media (max-width: 1280px) {
  .appeal {
    margin-bottom: 8.9em;
  }
}

@media (max-width: 1367px) {
  .appeal {
    padding-bottom: 0.2em;
  }
}

@media (max-width: 641px) {
  .appeal {
    margin-bottom: 8.4em;
  }
}

.appeal h2 {
  position: relative;
  left: 2.6em;
  z-index: 2;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media (max-width: 1760px) {
  .appeal h2 {
    left: auto;
  }
}

.appeal h2:before {
  margin: 0 auto 10px;
}

.appeal__content {
  position: relative;
  margin-top: -2.1em;
  left: -7.3em;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

@media (max-width: 1441px) {
  .appeal__content {
    margin-top: 0;
  }
}

@media (max-width: 1367px) {
  .appeal__content {
    left: -9.3em;
  }
}

@media (max-width: 1280px) {
  .appeal__content {
    left: 0;
    padding-bottom: 3.3em;
  }
}

@media (max-width: 641px) {
  .appeal__content {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .appeal__content {
    display: block;
  }
}

@media (max-width: 1280px) {
  .appeal__media {
    position: relative;
    left: -4em;
  }
}

@media (max-width: 760px) {
  .appeal__media {
    display: none;
  }
}

.appeal__text {
  position: relative;
  top: 3.2em;
  bottom: -50px;
  bottom: 0;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15);
  min-width: 500px;
  width: 500px;
  max-width: 500px;
}

@media (max-width: 1367px) {
  .appeal__text {
    top: 4.8em;
  }
}

@media (max-width: 1280px) {
  .appeal__text {
    top: 6.5em;
    right: 70px;
    min-width: 400px;
    width: 400px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .appeal__text {
    top: 2em;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .appeal__text {
    left: 20px;
    right: 20px;
    margin: 0;
    min-width: unset;
    width: calc(100% - 40px);
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
}

.appeal__text-wrapper {
  position: relative;
  top: 3.3em;
  padding: 1em 5em 6.2em 2.8em;
}

@media (max-width: 1760px) {
  .appeal__text-wrapper {
    padding-right: 2.8em;
  }
}

@media (max-width: 1367px) {
  .appeal__text-wrapper {
    padding-right: 4.8em;
  }
}

@media (max-width: 1280px) {
  .appeal__text-wrapper {
    padding-top: 0;
    padding-bottom: 5.6em;
  }
}

@media (max-width: 1025px) {
  .appeal__text-wrapper {
    padding-right: 2em;
  }
}

@media (max-width: 641px) {
  .appeal__text-wrapper {
    top: 2.4em;
    padding: 0 24px 3.8em;
  }
}

.appeal__text h3 {
  margin-bottom: 1.1em;
}

@media (max-width: 641px) {
  .appeal__text h3 {
    margin-bottom: 1.4em;
  }
}

.appeal__text p {
  margin-bottom: 1.3em;
}

.teachers .container {
  
  left: -2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  max-width: 1248px;
}

@media (max-width: 1441px) {
  .teachers .container {
    left: auto;
    max-width: 100%;
    padding: 0 80px;
  }
}

@media (max-width: 1140px) {
  .teachers .container {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .teachers .container {
    display: block;
  }
}

@media (max-width: 641px) {
  .teachers .container {
    
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.teachers__text {
  position: absolute;
  right: 0;
  top: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: center;
  align-self: center;
  
  padding-top: 15.3em;
  padding-right: 20px;
  
  height: 100%;
  width: 41%;
}

@media (max-width: 1441px) {
  .teachers__text {
    width: 45%;
  }
}

@media (max-width: 1280px) {
  .teachers__text {
    width: 40%;
    padding-top: 10.4em;
  }
}

@media (max-width: 1025px) {
  .teachers__text {
    padding-top: 10em;
    width: 40%;
  }
}

@media (max-width: 992px) {
  .teachers__text {
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: auto;
    height: auto;
  }
}

.teachers__text h2 {
  margin-bottom: 1em;
}

@media (max-width: 1280px) {
  .teachers__text h2 {
    line-height: 40px;
  }
}

@media (max-width: 641px) {
  .teachers__text h2 {
    line-height: 30px;
    margin-bottom: 1em;
  }
}

@media (max-width: 992px) {
  .teachers__text-from-slider {
    display: none !important;
  }
}

.teachers__text .btn {
  margin-top: 0.7em;
}

.teachers .tns-outer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  
  width: 59%;
}

@media (max-width: 1441px) {
  .teachers .tns-outer {
    width: 55%;
  }
}

@media (max-width: 1025px) {
  .teachers .tns-outer {
    width: 59.5%;
  }
}

@media (max-width: 992px) {
  .teachers .tns-outer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.teachers .tns-item {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 240px !important;
  height: 240px;
  padding: 0 !important;
}

@media (max-width: 641px) {
  .teachers .tns-item {
    width: 300px !important;
    height: 300px;
  }
}

.teachers .tns-ovh {
  overflow: unset;
}

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

@media (min-width: 992px) {
  .teachers__slider {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .teachers__slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.teachers__slider-item {
  position: relative;
  margin: 0 30px 30px 0;
  width: 240px;
  height: 240px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 992px) {
  .teachers__slider-item {
    margin: 0 15px 30px 15px;
  }
}

@media (max-width: 641px) {
  .teachers__slider-item {
    
    
    margin: 0 38px 30px 0;
    width: 300px;
    height: 300px;
  }
}

.teachers__slider-item__media {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}

.teachers__slider-item__media a {
  color: #fff;
}

.teachers__slider-item__media img {
  border-radius: 4px;
  width: 240px;
  height: 240px;
}

@media (max-width: 641px) {
  .teachers__slider-item__media img {
    width: 300px;
    height: 300px;
  }
}

.teachers__slider-item__media-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 240px;
  height: 240px;
  border-radius: 4px;
  padding: 14px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 641px) {
  .teachers__slider-item__media-content {
    width: 300px;
    height: 300px;
  }
}

.teachers__slider-item__media-content:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 4px;
  content: '';
  width: 100%;
  height: 80px;
}

.teachers__slider-item__media-content > * {
  position: relative;
  z-index: 3;
}

.teachers__slider-item__media-content .more {
  display: none;
  color: #fff;
  margin: 26px 0 9px;
  
}

.teachers__slider-item__media-content .more svg {
  display: block;
  fill: #fff;
  margin: 11px auto 0;
  width: 60px;
  height: 8px;
  
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.teachers__slider-item__text {
  display: none;
}

.teachers__slider-item__text-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.teachers__slider-item__text-post {
  line-height: 30px;
  margin-bottom: 1.3em;
}

.teachers__slider-item__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding-bottom: 16px;
}

.teachers__slider-item__post {
  display: none;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding-bottom: 16px;
}

.teachers__slider-item__line {
  position: absolute;
  left: 17px;
  right: 17px;
  display: none;
  background: #fff;
  border-radius: 4px;
  width: calc(100% - 34px);
  height: 4px;
  margin: 12px 0 0 0;
  padding: 0 1em;
}

@media (max-width: 992px) {
  .teachers__slider-item__line {
    display: none !important;
  }
}

.teachers__slider-item__line:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #2C337F;
  border-radius: 4px;
  content: '';
  width: 0;
  height: 4px;
  -webkit-animation: animateWidth 10s ease-in;
  animation: animateWidth 10s ease-in;
  -webkit-animation-fill-mode: inherit;
  animation-fill-mode: inherit;
  -webkit-animation-timing-function: unset;
  animation-timing-function: unset;
}

.teachers__slider-item:nth-child(2n-2) {
  top: 4.2em;
}

@media (max-width: 992px) {
  .teachers__slider-item:nth-child(2n-2) {
    top: auto;
  }
}

.teachers__slider-item:hover {
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15) !important;
  
}

.teachers__slider-item:hover .teachers__slider-item__media-content {
  background: rgba(114, 79, 143, 0.8);
}

.teachers__slider-item:hover .teachers__slider-item__media-content .more {
  display: block;
}

.teachers__slider-item:hover .teachers__slider-item__line {
  display: none !important;
}

.teachers__slider-item.active {
  -webkit-box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15) !important;
}

.teachers__slider-item.active .teachers__slider-item__media-content {
  
}

.teachers__slider-item.active .teachers__slider-item__line {
  display: block;
}

.teachers__slider-item.paused .teachers__slider-item__line:before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.teachers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1207px;
  margin: 2em auto 0;
  
  
}

@media (max-width: 1367px) {
  .teachers-list {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .teachers-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 641px) {
  .teachers-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.teachers-list__item {
  
  margin-bottom: 3.3em;
  
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  
  width: 270px;
  
}

@media (max-width: 1280px) {
  .teachers-list__item {
    margin-left: 21px;
    margin-right: 21px;
  }
}

@media (max-width: 1025px) {
  .teachers-list__item {
    
    margin-left: 14px;
    margin-right: 14px;
    padding: 0;
    
  }
}

@media (max-width: 641px) {
  .teachers-list__item {
    background: #F3F6F9;
    margin-bottom: 2.6em;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    width: 334px;
    
  }
}

@media (max-width: 400px) {
  .teachers-list__item {
    width: 100%;
  }
}

.teachers-list__item > a {
  display: block;
  color: #010100;
}

.teachers-list__item-content {
  display: block;
}

.teachers-list__item-media {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 270px;
  height: 270px;
  margin-bottom: 1.6em;
}

.teachers-list__item-media img {
  border-radius: 4px;
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 400px) {
  .teachers-list__item-media {
    width: 100%;
    height: auto;
  }
  .teachers-list__item-media img {
    width: 100%;
    height: auto;
  }
}

.teachers-list__item-media__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 270px;
  height: 270px;
  border-radius: 4px;
  padding: 18px;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 641px) {
  .teachers-list__item-media__content {
    width: 270px;
    height: 270px;
  }
}

@media (max-width: 400px) {
  .teachers-list__item-media__content {
    width: 100%;
    height: 100%;
  }
}

.teachers-list__item-media__content:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 4px;
  content: '';
  width: 100%;
  height: 80px;
}

.teachers-list__item-media__content > * {
  position: relative;
  z-index: 3;
}

.teachers-list__item-media__content .more {
  display: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 22px;
  
}

.teachers-list__item-media__content .more svg {
  display: block;
  fill: #fff;
  margin: 11px auto 0;
  width: 60px;
  height: 8px;
  
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.teachers-list__item-name {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0.65em;
}

.teachers-list__item:hover .teachers-list__item-media__content, .teachers-list__item.active .teachers-list__item-media__content {
  background: rgba(114, 79, 143, 0.8);
}

.teachers-list__item:hover .teachers-list__item-media__content .more, .teachers-list__item.active .teachers-list__item-media__content .more {
  display: block;
}

.teachers-list__item:hover .teachers-list__item-name, .teachers-list__item.active .teachers-list__item-name {
  color: #2C2F88;
}

@-webkit-keyframes animateWidth {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes animateWidth {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

.partners h2 {
  margin-top: 0.3em;
  margin-right: 2em;
}

@media (max-width: 1441px) {
  .partners h2 {
    line-height: 40px;
  }
}

@media (max-width: 1280px) {
  .partners h2 {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .partners h2 {
    line-height: 30px;
  }
}

@media (max-width: 641px) {
  .partners h2 {
    margin-bottom: 1.4em;
  }
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partners__list-item {
  
  padding: 0 1em;
  text-align: center;
  
}

@media (max-width: 992px) {
  .partners__list-item {
    width: auto;
  }
  .partners__list-item:first-child {
    margin-left: 0;
  }
}

@media (max-width: 992px) and (max-width: 641px) {
  .partners__list-item:first-child {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .partners__list-item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 992px) and (max-width: 641px) {
  .partners__list-item:last-child {
    padding-right: 0;
  }
}

@media (max-width: 641px) {
  .partners__list-item {
    display: block;
    width: 100%;
    margin: 0 0 2em 0 !important;
    text-align: center;
  }
}

.partners__list-item:nth-child(3n + 4) {
  margin-top: 1em;
}

.board .container {
  max-width: 1248px;
  padding: 0;
}

@media (max-width: 1441px) {
  .board .container {
    max-width: 100%;
    padding: 0 80px;
  }
}

@media (max-width: 1100px) {
  .board .container {
    padding: 0 20px;
  }
}

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

@media (max-width: 641px) {
  .board .container {
    padding: 0 20px;
  }
}

.board h1 {
  margin-bottom: 2em;
}

@media (max-width: 1100px) {
  .board h1 {
    margin-left: 60px;
  }
}

@media (max-width: 1025px) {
  .board h1 {
    margin-left: 20px;
  }
}

@media (max-width: 641px) {
  .board h1 {
    margin-bottom: 1em;
    margin-left: 0;
  }
}

.board-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: w wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1280px) {
  .board-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 641px) {
  .board-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.board-list__item {
  
  margin-bottom: 3.3em;
  margin: 0 20px 3.3em 20px;
  
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  
  width: 270px;
  
}

@media (max-width: 1280px) {
  .board-list__item {
    margin-left: 21px;
    margin-right: 21px;
  }
}

@media (max-width: 1025px) {
  .board-list__item {
    
    margin-left: 14px;
    margin-right: 14px;
    padding: 0;
    
  }
}

@media (max-width: 641px) {
  .board-list__item {
    background: #F3F6F9;
    margin-bottom: 2.6em;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    width: 334px;
    
  }
}

@media (max-width: 400px) {
  .board-list__item {
    width: 100%;
  }
}

.board-list__item-content {
  max-width: 270px;
}

.board-list__item-media {
  border-radius: 4px;
  width: 270px;
  height: 270px;
  margin-bottom: 1.6em;
  overflow: hidden;
}

.board-list__item-media img {
  border-radius: 4px;
  width: 270px;
  
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 270px;
}

@media (max-width: 400px) {
  .board-list__item-media {
    width: 100%;
    height: auto;
  }
  .board-list__item-media img {
    width: 100%;
    height: auto;
  }
}

.board-list__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0.65em;
}

.board-list.top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 641px) {
  .board-list.top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.board-list.top .board-list__item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  
}

.board-list.top .board-list__item:first-child {
  
  
  width: calc(50% - 2.6em) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 1.3em;
}

@media (max-width: 641px) {
  .board-list.top .board-list__item:first-child {
    padding: 32px;
    width: 334px !important;
  }
}

@media (max-width: 400px) {
  .board-list.top .board-list__item:first-child {
    width: 100% !important;
  }
}

.board-list.top .board-list__item:nth-child(2) {
  
  
  padding: 0 1.3em;
  width: calc(50% - 2.6em) !important;
}

@media (max-width: 641px) {
  .board-list.top .board-list__item:nth-child(2) {
    padding: 32px;
    width: 334px !important;
  }
}

@media (max-width: 400px) {
  .board-list.top .board-list__item:nth-child(2) {
    width: 100% !important;
  }
}

.educators .container {
  max-width: 1248px;
  padding: 0;
}

@media (max-width: 1441px) {
  .educators .container {
    max-width: 100%;
    padding: 0 80px;
  }
}

@media (max-width: 1100px) {
  .educators .container {
    padding: 0 20px;
  }
}

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

@media (max-width: 641px) {
  .educators .container {
    padding: 0 20px;
  }
}

.educators h1 {
  margin-bottom: 2em;
}

@media (max-width: 1100px) {
  .educators h1 {
    margin-left: 60px;
  }
}

@media (max-width: 1025px) {
  .educators h1 {
    margin-left: 20px;
  }
}

@media (max-width: 641px) {
  .educators h1 {
    margin-bottom: 1em;
    margin-left: 0;
  }
}

.educator {
  padding-top: 3.3em;
}

@media (max-width: 1025px) {
  .educator {
    padding-top: 2.4em;
  }
}

@media (max-width: 641px) {
  .educator {
    padding-top: 1em;
  }
}

.educator h1, .educator h2, .educator h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 1em;
}

@media (max-width: 1025px) {
  .educator h1, .educator h2, .educator h3 {
    font-size: 20px;
  }
}

.educator h1:before, .educator h2:before, .educator h3:before {
  display: none;
}

.educator-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5em;
}

@media (max-width: 1025px) {
  .educator-intro {
    margin-bottom: 2.2em;
  }
}

@media (max-width: 992px) {
  .educator-intro {
    display: block;
  }
}

@media (max-width: 641px) {
  .educator-intro {
    margin-bottom: 1.75em;
  }
}

.educator-intro__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 22%;
  margin-right: 3%;
  min-width: 270px;
}

@media (max-width: 1025px) {
  .educator-intro__media {
    width: 27.5%;
  }
}

@media (max-width: 992px) {
  .educator-intro__media {
    display: block;
    width: auto;
    margin-right: 0;
  }
}

@media (max-width: 641px) {
  .educator-intro__media {
    margin-bottom: 1.6em;
    min-width: auto;
  }
}

.educator-intro__media img {
  border-radius: 4px;
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 400px) {
  .educator-intro__media img {
    width: 100%;
    height: auto;
  }
}

.educator-intro__text {
  display: grid;
  width: 75%;
}

@media (max-width: 1025px) {
  .educator-intro__text {
    width: 69.5%;
  }
}

@media (max-width: 992px) {
  .educator-intro__text {
    display: block;
    width: auto;
  }
}

.educator-about {
  max-width: 1340px;
  padding-left: 25%;
  padding-bottom: 1.4em;
}

@media (max-width: 1025px) {
  .educator-about {
    padding-left: 0;
  }
}

@media (max-width: 641px) {
  .educator-about {
    line-height: 20px;
  }
}

.educator-about p {
  margin-bottom: 1.4em;
}

@media (max-width: 641px) {
  .educator-about p {
    margin-bottom: 1em;
  }
}

.educator-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  height: 1.8em;
}

@media (max-width: 1025px) {
  .educator-name {
    font-size: 20px;
    line-height: 24px;
    height: 2.8em;
  }
}

@media (max-width: 992px) {
  .educator-name {
    height: auto;
  }
}

@media (max-width: 641px) {
  .educator-name {
    padding-top: 0;
  }
}

.educator-post {
  line-height: 19px;
  margin-bottom: 1em;
}

.educator-links {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 1025px) {
  .educator-links {
    margin-top: 2.2em;
  }
}

@media (max-width: 641px) {
  .educator-links {
    margin-top: 1.75em;
  }
}

.educator-links__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 0.8em;
}

@media (max-width: 1025px) {
  .educator-links__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.4em;
  }
}

.educator-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}

.educator-links__list-item a {
  display: block;
  background: #F3F6F9;
  border-radius: 4px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.2px;
  margin: 5px 10px 0 0;
  padding: 10px 1.4em;
}

.educator-links__list-item a:hover {
  background: #2C2F88;
  color: #fff;
}

.educator-links__list-item:first-child a {
  margin-left: 0;
}

.educator-links__list-item:last-child a {
  margin-right: 0;
}

.expand {
  border-bottom: 2px dashed #2C2F88;
  
}

.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

@media (max-width: 1280px) {
  .contacts .container {
    display: block;
  }
}

@media (max-width: 641px) {
  .contacts .container {
    padding-right: 20px;
  }
}

.contacts-content {
  width: 47%;
}

@media (max-width: 1367px) {
  .contacts-content {
    width: 43%;
  }
}

@media (max-width: 1280px) {
  .contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 769px) {
  .contacts-content {
    display: block;
  }
}

.contacts-info {
  width: 53%;
}

@media (max-width: 1367px) {
  .contacts-info {
    width: 57%;
  }
}

@media (max-width: 1280px) {
  .contacts-info {
    width: 100%;
  }
}

.contacts-info__map {
  margin-top: 7em;
  height: 680px;
}

.contacts-info__map .bx-yandex-map {
  height: 680px !important;
}

.contacts-info__map #mapContacts {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 900px;
}

@media (max-width: 1280px) {
  .contacts-info__map #mapContacts {
    height: 750px;
  }
}

@media (max-width: 769px) {
  .contacts-info__map #mapContacts {
    height: 700px;
  }
}

@media (max-width: 1367px) {
  .contacts-info__map {
    margin-top: 2.5em;
  }
}

@media (max-width: 1280px) {
  .contacts-info__map {
    position: relative;
    margin-top: 1.5em;
    left: -80px;
    width: calc(100% + 80px);
    max-height: 750px;
    overflow: hidden;
  }
  .contacts-info__map > * {
    height: 750px !important;
  }
}

@media (max-width: 1025px) {
  .contacts-info__map {
    left: -20px;
    width: calc(100% + 20px);
  }
}

@media (max-width: 769px) {
  .contacts-info__map {
    right: -20px;
    width: calc(100% + 40px);
    margin-top: 3em;
  }
  .contacts-info__map > * {
    height: 700px !important;
  }
}

.contacts-info__details {
  position: relative;
  max-width: 710px;
  margin: 3.75em 0 0;
}

@media (max-width: 1367px) {
  .contacts-info__details {
    max-width: 100%;
    
    
    padding-right: 5em;
  }
}

@media (max-width: 1280px) {
  .contacts-info__details {
    
    padding-right: 80px;
  }
}

@media (max-width: 1025px) {
  .contacts-info__details {
    padding-right: 20px;
  }
}

@media (max-width: 641px) {
  .contacts-info__details {
    
    padding-right: 0;
  }
  .contacts-info__details h3 {
    font-size: 20px;
  }
}

.contacts-info__details .expand {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1367px) {
  .contacts-info__details .expand {
    right: 80px;
  }
}

@media (max-width: 1025px) {
  .contacts-info__details .expand {
    right: 20px;
  }
}

@media (max-width: 641px) {
  .contacts-info__details .expand {
    right: 0;
  }
}

.contacts-info__details-list table {
  border-collapse: collapse;
  border: none;
  margin-top: 2em;
  width: 100%;
}

.contacts-info__details-list table tr {
  
}

.contacts-info__details-list table tr:nth-child(odd) {
  background: #F3F6F9;
}

.contacts-info__details-list table tr td {
  
  padding: 1em;
}

.contacts-text {
  padding-right: 2em;
}

@media (max-width: 1367px) {
  .contacts-text {
    padding-right: 5em;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  .contacts-text {
    width: 52%;
    padding-right: 3em;
  }
}

@media (max-width: 769px) {
  .contacts-text {
    padding-right: 0;
  }
}

.contacts-text h1 {
  margin-bottom: 2em;
}

@media (max-width: 1367px) {
  .contacts-text h1 {
    margin-bottom: 0.85em;
  }
}

@media (max-width: 1025px) {
  .contacts-text h1 {
    margin-bottom: 0.4em;
  }
}

@media (max-width: 769px) {
  .contacts-text h1 {
    margin-bottom: 0.5em;
  }
}

.contacts-text h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2.3em;
}

@media (max-width: 1367px) {
  .contacts-text h2 {
    font-size: 20px;
    margin-bottom: 1.75em;
  }
}

@media (max-width: 1025px) {
  .contacts-text h2 {
    line-height: 24px;
    margin-bottom: 2.35em;
  }
}

@media (max-width: 769px) {
  .contacts-text h2 {
    font-size: 18px;
    margin-bottom: 1.9em;
  }
}

.contacts-text h3 {
  margin-bottom: 1em;
}

@media (max-width: 1367px) {
  .contacts-text h3 {
    font-size: 20px;
    margin-bottom: 1.2em;
  }
}

.contacts-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.15em;
  white-space: nowrap;
}

.contacts-email svg {
  fill: #2C2F88;
  width: 26px;
  height: 22px;
  margin-right: 7px;
}

@media (max-width: 1367px) {
  .contacts-email {
    margin-bottom: 2.4em;
  }
}

@media (max-width: 1025px) {
  .contacts-email {
    margin-bottom: 1.45em;
  }
}

@media (max-width: 641px) {
  .contacts-email {
    margin-bottom: 2.2em;
  }
}

.contacts-director {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
  margin-bottom: 2.15em;
}

.contacts-director svg {
  fill: #2C2F88;
  min-width: 22px;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

@media (max-width: 1367px) {
  .contacts-director {
    margin-bottom: 1em;
  }
}

@media (max-width: 1025px) {
  .contacts-director {
    margin-bottom: 1.8em;
  }
}

@media (max-width: 641px) {
  .contacts-director {
    margin-bottom: 2.2em;
  }
}

.contacts-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.5em;
}

.contacts-address svg {
  fill: #2C2F88;
  min-width: 22px;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

@media (max-width: 1367px) {
  .contacts-address {
    margin-bottom: 3em;
  }
}

@media (max-width: 641px) {
  .contacts-address {
    margin-bottom: 2.3em;
  }
}

.contacts-form {
  padding-right: 8.2em;
}

@media (max-width: 1367px) {
  .contacts-form {
    padding-right: 3em;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .contacts-form {
    position: relative;
    top: -1.5em;
    width: 48%;
    padding-right: 80px;
  }
}

@media (max-width: 1025px) and (min-width: 641px) {
  .contacts-form {
    padding-right: 20px;
  }
}

@media (max-width: 641px) {
  .contacts-form {
    padding-right: 0;
  }
}

.contacts-form form {
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 2.25em 3em 2em 3.3em;
  max-width: 500px;
}

@media (max-width: 1367px) {
  .contacts-form form {
    padding: 2.8em 3.7em 2em 3.7em;
  }
}

@media (max-width: 1025px) {
  .contacts-form form {
    padding: 2.55em 2.3em 3em 2.5em;
  }
}

@media (max-width: 769px) {
  .contacts-form form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}

.contacts-form form h3 {
  margin-bottom: 1.7em;
}

@media (max-width: 1367px) {
  .contacts-form form h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 769px) {
  .contacts-form form h3 {
    font-size: 20px;
    margin-bottom: 2em;
  }
}

.contacts-form form .form-group {
  
  
}

.contacts-form form .form-group input:not([type=submit]):not([type=checkbox]),
.contacts-form form .form-group textarea {
  border: none;
  border-bottom: 1px solid #A1A7AF;
  
}

.contacts-form form .form-group input:not([type=submit]):not([type=checkbox]) ~ label,
.contacts-form form .form-group textarea ~ label {
  
  color: #A1A7AF !important;
}

.contacts-form form .form-group .form-group {
  margin: 0;
}

.contacts-form form .form-group .form-group label {
  margin-bottom: 0;
}

.contacts-form form .btn {
  width: 100%;
  margin: 1em 0;
}

.contacts-form form .ajax-answer {
  padding: 1em 0 0;
}

.search-page > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-page > form input[type=text] {
  margin-right: 0.5em;
}

.search-page > form .btn {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .search-page > form {
    display: block;
  }
  .search-page > form input {
    width: 100%;
  }
  .search-page > form input[type=text] {
    margin: 0 0 1em 0;
  }
}

.registered__content {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

@media (max-width: 1025px) {
  .registered__content {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 641px) {
  .registered__content {
    font-size: 16px;
    line-height: 19px;
  }
}

.registered__content img {
  margin-bottom: 2.4em;
}

@media (max-width: 480px) {
  .registered__content img {
    width: 290px;
    height: 182px;
    margin-bottom: 1.6em;
  }
}

.registered__bottom {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
}

@media (max-width: 641px) {
  .registered__bottom {
    font-size: 14px;
  }
}

.registered__bottom p {
  margin-bottom: 0;
}

html[lang="ru"] .header__logo svg.logo, html[lang="ru"] .header__form-logo svg.logo {
  display: none;
}

html[lang="ru"] .header__logo svg.logo.ru, html[lang="ru"] .header__form-logo svg.logo.ru {
  display: block;
}

html[lang="en"] {
  
}

html[lang="en"] .header__logo svg.logo, html[lang="en"] .header__form-logo svg.logo {
  display: none;
}

html[lang="en"] .header__logo svg.logo.en, html[lang="en"] .header__form-logo svg.logo.en {
  display: block;
}

#bx-panel {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

.courses-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
  width: 91.4%;
  overflow: hidden;
  padding: 0 !important;
}

.courses-top .swiper-slide {
  background: #fff;
}

#tns1 {
  font-size: 18px !important;
}

@media(max-width:1024px){
  .news-slider__custom-controls{
    display:none !important;
  }
  .news__subscribe {
    margin-top: 2.6em !important;
  }

}

.courses-top{
    overflow: visible;
}

.navbar_column ul {
  margin-bottom: 30px;
}

.navbar_column a {
  color: #010100;
}

.navbar-collapse .navbar-nav {
  justify-content: flex-start;
}

.navbar_column{
  width: 50%;
}

.navbar_column > ul > li li {
  padding: 0.5em 0;
}

@media(max-width: 480px){
  .navbar_column {
    width: 48%;
  }
  .navbar-collapse .navbar-nav {
    justify-content: space-between;
  }
}

@media(max-width: 420px){
  .navbar_column {
    width: 100%;
  }
}