@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{

  font-family: "Raleway", serif !important;
}
body {
  background-color: #fff;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a.grey {
  color: #818181;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  z-index: 1;
  font-weight: 400;
  margin: 0;
  color: #333;
  line-height: 1.35em;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: normal;
}
h1 {
  font-size: 2.6667em;
  font-weight: 700;
}
h2 {
  font-size: 2em;
  margin: 31px 0 23px;
}
h3 {
  font-size: 1.36em;
  margin: 33px 0 25px;
}
h4 {
  font-size: 1.3333em;
  margin: 36px 0 26px;
}
h5 {
  font-size: 1.2em;
  margin: 37px 0 26px;
}
h6 {
  font-size: 1.066em;
  margin: 37px 0 27px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 50px !important;
}
h2.spaced.short {
  margin-top: 0 !important;
}
h1.no-top-space,
h2.no-top-space,
h3.no-top-space,
h4.no-top-space,
h5.no-top-space,
h6.no-top-space {
  margin-top: 0;
}
h1.no-bottom-space,
h2.no-bottom-space,
h3.no-bottom-space,
h4.no-bottom-space,
h5.no-bottom-space,
h6.no-bottom-space {
  margin-bottom: 0;
}
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 64px;
}
h1.bottom-spaced,
h2.bottom-spaced,
h3.bottom-spaced,
h4.bottom-spaced,
h5.bottom-spaced,
h6.bottom-spaced {
  margin-bottom: 36px;
}
.underline {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 11px;
  border-bottom: 2px solid blue;
}
h4.underline {
  padding-bottom: 7px;
}
h5.underline {
  padding-bottom: 4px;
}
.dark_link {
  color: #333;
}
.label[href]:hover,
.label[href]:focus {
  color: #555;
  cursor: default;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}
.muted {
  color: #818181;
}
.bold {
  font-weight: 700;
}
p {
  margin: 25px 0;
}
.layout__educations .education__item.not-active  .education__preview{
  color: grey;
}
.education__item_active .education__list .education__text{
   position: relative;
   padding-left: 30px;
 }
@media(min-width: 991px){
  .education__item_active .education__list .education__text{
    font-size: 18px;
    line-height: 1.5;
    max-width: 565px;
  }
  .education__item_active .education__list .education__text:before{
    top: 7px;
    width: 21px;
    height: 21px;
  }
}
.education__item_active .education__list  .education__text:before{
   position: absolute;
   left: 0;
  content: "";
  display: block;margin-top: -2px;

  width: 20px;
  height:20px;
  background-size: contain;
  background-image: url("images/badge_prize_.png");
}
.layout__educations .education__main{

}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}
p.short {
  margin-bottom: 0;
}
p.tall {
  margin-bottom: 20px;
}
p.taller {
  margin-bottom: 40px;
}
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: #fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
ul:first-child,
ol:first-child,
.introtext:first-child,
table.table1:first-child,
table.table2:first-child {
  margin-top: 0;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
blockquote:last-child,
ul:last-child,
ol:last-child,
.introtext:last-child,
table.table1:last-child,
table.table2:last-child {
  margin-bottom: 0;
}
.drag_block:not(:first-of-type) blockquote:first-child {
  margin-top: 63px;
}
.drag_block:first-of-type > .wraps {
  margin-top: 0;
}
hr {
  height: 1px;
  margin: 25px 0;
  border: none;
  border-top: 1px solid #eff1f5;
}
.colored_line {
  border-color: #ededed;
  border-top-width: 2px;
  color: red;
}
table.no-border {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table.table {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin: 31px 0 40px;
  border-bottom: 1px solid #f1f1f1;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 3px;
}
table.table tbody tr:first-of-type td,
table.table1 tbody tr:first-of-type td {
  border-top: 1px solid #f1f1f1;
}
table.table tr:last-of-type td {
  border-bottom: 2px solid #f1f1f1;
}
h5 + table.table {
  margin: 33px 0 44px;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  padding: 14px 20px 15px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
table.table > thead > tr > th,
table.table > thead > tr > td {
  background: #a5abb5;
  color: #fff;
}
table.table > tbody > tr:hover,
table.table1 > tbody > tr:hover,
table.table-striped > tbody > tr:hover {
  background: #f8f9fb;
}
table.table:not(.table-bordered) > tbody > tr:hover td:first-of-type {
  padding-left: 19px;
  border-left: 1px solid #f1f1f1;
}
table.table:not(.table-bordered) > tbody > tr:hover td:last-of-type {
  padding-right: 19px;
  border-right: 2px solid #f1f1f1;
}
table.table-striped {
  width: 100%;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  color: #fff;
}
table.table td {
  background: none;
}
table.table-striped tbody td,
table.table-striped thead td,
table.table-striped tbody tr {
  background: none;
}
table.table td,
table.tabl e-striped td {
  border-bottom: 1px solid #ecf2f4;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: none;
}
table.table1 {
  width: 100%;
  margin: 31px 0 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 3px;
  overflow: hidden;
}
table.table1 tbody {
  border: 2px solid #f1f1f1;
  border-top: none;
}
h5 + table.table1 {
  margin: 33px 0 44px;
  border-radius: 3px;
  overflow: hidden;
}
table.table1 tbody td {
  padding: 15px 21px;
  border-bottom: 1px solid #ecf2f4;
  border-left: none;
  border-right: none;
  vertical-align: top;
}
table.table1 > thead > tr > th,
table.table1 > thead > tr > td,
table.table > thead > tr > th,
table.table > thead > tr > td {
  padding: 11px 21px;
  background: #a5abb5;
  color: #fff;
  font-size: 0.8667em;
  font-weight: 400;
}
blockquote {
  color: #333;
  position: relative;
  padding: 0 0 0 81px;
  border: none;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.6667em;
  margin: 54px 0 55px;
}
blockquote p {
  line-height: normal;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 41px;
  height: 28px;
  background: #333 url(images/svg/content_icons.svg) 0 -109px no-repeat;
}
blockquote.danger {
  padding: 33px 44px;
  margin: 54px 0;
  font-size: 1.1333em;
  line-height: 1.6471em;
  color: #333;
  border: 1px solid #f1f1f1;
  font-weight: 400;
}
blockquote.danger:before {
  background: none;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  height: auto;
  background: #f00c3c;
}
blockquote.info {
  padding: 33px 44px;
  margin: 54px 0;
  font-size: 1.1333em;
  line-height: 1.6471em;
  color: #333;
  border: 1px solid #f1f1f1;
  font-weight: 400;
}
blockquote.info:before {
  background: none;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 2px;
  height: auto;
}
blockquote.code {
  background: url(images/code_pattern.gif);
  padding: 33px 44px;
  margin: 54px 0;
  font-size: 1.1333em;
  line-height: 1.6471em;
  color: #333;
  border: 1px solid #f1f1f1;
  font-weight: 400;
}
blockquote.code:before {
  display: none;
}
blockquote > div {
  font-style: italic;
  padding: 18px 20px 25px;
}
blockquote small {
  color: #333;
  font-style: normal;
  margin-top: 10px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul.list.icons {
  padding-left: 30px;
}
ul.list.icons .fa {
  margin-left: -22px;
  margin-right: 5px;
}
dl {
  margin-top: 16px;
}
dt {
  margin-bottom: 1px;
}
dd {
  margin-bottom: 14px;
  color: #444;
}
dd + dd {
  margin-top: -14px;
}
ul {
  padding: 0;
  margin: 26px 0 36px;
}
ol {
  margin: 26px 0 36px 23px;
}
ol li {
  margin: 8px 0 0;
  padding: 0 0 0 2px;
}
ol li:first-of-type {
  margin-top: 0;
}
ul li {
  margin: 8px 0 0 21px;
  list-style-type: none;
  position: relative;
}
ul li:first-of-type {
  margin-top: 0;
}
ul ul {
  margin-left: 20px;
}
ol ol {
  margin-left: 20px;
}
ul li:before {
  content: "\2014";
  margin: 0 7px 0 -21px;
}
ul.list-unstyled li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.list-unstyled li:before {
  display: none;
}
.body_media {
  display: none;
  position: absolute;
  top: 2px;
}
.valign {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.styled-block {
  border-left: 2px solid;
  background: url(images/background.png) #f5f5f5 0 0 repeat;
  color: #555;
  margin-bottom: 40px;
  clear: both;
  margin-top: 30px;
  padding: 37px 50px;
  font-size: 15px;
}
.order-block {
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #f8f9fb;
}
.order-block .text:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 48px;
  left: 44px;
  top: 1px;
  background: url(images/svg/action_icons.svg) -92px 0 no-repeat;
}
.order-block .row {
  margin: 0;
}
.order-block .row > div {
  text-align: center;
  padding: 41px 0 40px;
  min-height: 83px;
}
.order-block td {
  padding: 37px 0 39px;
  vertical-align: top;
}
.order-block td .btns {
  text-align: right;
  padding-right: 39px;
  white-space: nowrap;
}
.order-block td .btns > span {
  display: inline-block;
  vertical-align: top;
}
.order-block .btn {
  margin: 0;
}
.order-block .btn.order {
  padding: 16px 28px;
  height: 48px;
}
.order-block .btn.question {
  margin: 0 0 0 5px;
  position: relative;
  height: 48px;
  width: 48px;
  padding: 5px;
}
.order-block .btn.question svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -4px;
}
.order-block .btn.question:hover svg path {
  fill: #fff;
}
.order-block .text {
  padding: 0 32px 0 108px;
  min-height: 50px;
  color: #333;
  text-align: left;
  position: relative;
}
.order-block .text h1,
.order-block .text h2,
.order-block .text h3,
.order-block .text h4,
.order-block .text h5,
.order-block .text h6 {
  color: #333;
  margin-bottom: 5px;
  margin-top: 0;
}
.styled-block .row > div,
.order-block .row > div {
  display: table-cell;
  vertical-align: middle;
}
.styled-block .row > div.col-md-3,
.order-block .row > vib.col-md-3 {
  text-align: center;
}
.styled-block .row > div.col-md-3 .btn,
.order-block .row > vib.col-md-3 .btn {
  position: relative;
  margin: 0;
}
.select-outer select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  font-size: 13px;
}
.select-outer i.fa {
  top: 0;
  width: 28px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 1px 0 2px;
  border-right: 0 solid #f5f5f5;
  left: 0;
  vertical-align: top;
  font-size: 13px;
  margin-right: -28px;
}
.select-outer i.fa:before {
  background: url(images/priority.png) -18px -329px no-repeat;
  color: #fff;
}
.select-outer i + select {
  padding-left: 39px;
  padding-right: 7px;
}
.select-outer select + i.fa {
  border-left: 0 solid #f5f5f5;
  right: 0;
  left: auto;
  border-right-width: 0;
  padding-left: 0;
  margin-left: -28px;
}
.select-outer.black i.fa {
  color: #333;
}
.bx-opera .select-outer i.fa {
  top: 6px;
  display: none;
}
.bx-firefox .select-outer select {
  padding-top: 6px;
  padding-bottom: 7px;
}
.select-outer select::-ms-expand {
  display: none;
}
.grey_light {
  color: #6d7a83;
}
.grey_dark {
  color: #666;
}
.dark_light {
  color: #2f383d;
}
.dark_light_table {
  color: #2f383d;
  font-size: 16px;
}
.dark_table {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.noradius {
  border-radius: 0;
}
.white_middle_text {
  font-weight: 700;
}
.underborder {
  border-bottom: 1px dotted;
}
.introtext {
  font-size: 1.1333em;
  line-height: 1.6471em;
  color: #333;
  margin: 42px 0 34px;
}
.btn-inline {
  cursor: pointer;
  white-space: nowrap;
}
.btn-inline i {
  margin: 0 14px;
}
.btn-inline.rounded i {
  margin: 0 8px;
  border-radius: 50%;
  width: 18px;
  text-align: center;
  height: 18px;
  line-height: 17px;
  position: relative;
  top: 1px;
}
.btn-inline.rounded i:before {
  margin-left: 2px;
}
.bx-firefox .btn-inline.rounded i:before {
  margin-left: 0;
}
.btn-inline.rounded:hover i {
  color: #fff;
  background: #ccc;
}
.btn-inline:hover {
  color: #333;
}
.btn-inline.sm {
  font-size: 0.867em;
}
.btn-inline.sm i {
  margin: 0 12px;
}
.btn-inline.sm.rounded i {
  margin: 0 6px;
}
.btn-inline.xs {
  font-size: 0.733em;
}
.btn-inline.xs i {
  margin: 0 10px;
}
.btn-inline.xs.rounded i {
  margin: 0 4px;
}
.btn-inline.black {
  color: #333;
}
.black {
  color: #333;
}
.fa.big-icon {
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 29px;
  border-radius: 50%;
  background: #666;
  color: #fff;
  text-align: center;
}
.fa.big-icon.grey {
  color: #333;
}
.fa.big-icon.s50 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 29px;
}
.fa.big-icon.s45 {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
}
.fa.big-icon.s40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
}
.fa.big-icon.s35 {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 19px;
}
.fa.big-icon.s30 {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 17px;
}
.fa.big-icon.s25 {
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 13px;
}
.icon-text {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 27px;
  white-space: nowrap;
}
.icon-text .fa {
  font-size: 30px;
  margin-top: -7px;
  vertical-align: middle;
  margin-right: 10px;
}
a.icon-text:hover {
  color: #fff;
  text-decoration: underline;
}
a.icon-text:focus {
  color: #fff;
}
.icon-text.s50 {
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
}
.icon-text.s50 .fa {
  margin-top: -2px;
  font-size: 26px;
  margin-right: 6px;
}
.icon-text.s45 {
  height: 45px;
  line-height: 45px;
}
.icon-text.s45 .fa {
  margin-top: -2px;
  font-size: 22px;
  margin-right: 4px;
}
.icon-text.s40 {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}
.icon-text.s40 .fa {
  font-size: 22px;
  margin-top: -4px;
  margin-right: 4px;
}
.icon-text.s35 {
  padding: 0 14px;
  height: 35px;
  line-height: 33px;
}
.icon-text.s35 .fa {
  margin-top: 0;
  font-size: 18px;
  margin-right: 4px;
}
.icon-text.s30 {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  line-height: 29px;
}
.icon-text.s30 .fa {
  margin-top: 0;
  font-size: 15px;
  margin-right: 2px;
  line-height: 13px;
}
.icon-text.s25 {
  padding: 0 9px;
  height: 25px;
  font-size: 13px;
  line-height: 24px;
}
.icon-text.s25 .fa {
  margin-top: 0;
  font-size: 14px;
  margin-right: 2px;
  line-height: 13px;
}
.btn {
  font-size: 0.7333em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  padding: 12px 21px 11px;
  letter-spacing: 0.8px;
  border-radius: 10px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.bx-firefox .btn {
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn > * {
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-lg,
.bx-firefox .btn-lg {
  padding: 16px 27px;
  font-size: 0.7333em;
}
.btn.btn-sm,
.bx-firefox .btn.btn-sm {
  padding: 9px 19px;
  font-size: 0.6667em;
}
.btn.btn-xs,
.bx-firefox .btn.btn-xs {
  padding: 7px 16px;
  font-size: 0.6667em;
}
.btn.btn-transparent,
.btn.btn-default.btn-transparent,
.btn.btn-transparent:active,
.btn.btn-transparent:focus,
.btn.btn-default.btn-transparent:active,
.btn.btn-default.btn-transparent:focus {
  background: transparent;
}
.btn[disabled],
.btn.disabled {
  background: none !important;
  border: 1px solid #bbb !important;
  color: #bbb !important;
}
.btn[disabled] > *,
.btn.disabled > * {
  background: none !important;
  border: none !important;
  color: #bbb !important;
}
.btn-lg[disabled],
.btn-lg.disabled {
  border-width: 2px;
}
.btn-icon i {
  margin-right: 10px;
}
.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}
.btn-default.wc {
  padding: 0 !important;
  font-size: 0;
}
.btn-default.wc .fa {
  display: inline-block;
  height: 31px;
  line-height: 32px;
  vertical-align: top;
  width: 32px;
  *display: inline;
  zoom: 1;
  font-size: 13px;
}
.btn-default.wc span {
  display: inline-block;
  padding: 6px 12px 5px 0;
  line-height: 19px;
  vertical-align: top;
  *display: inline;
  zoom: 1;
  font-size: 13px;
}
.btn-default.btn-xs.wc .fa {
  width: 25px;
  height: 26px;
  line-height: 27px;
  font-size: 14px;
  font-weight: 700;
}
.btn-default.btn-xs.wc span {
  line-height: 16px;
  padding: 5px 10px 4px 0;
  font-size: 11px;
}
.btn-default.wc.vert {
  background: none;
  border: none;
  padding: 0;
  min-width: 100px;
  width: 100%;
}
.btn-default.wc.vert .fa {
  background-color: #cdd8dd;
  border: none;
  display: block;
  height: 70px;
  line-height: 70px;
  vertical-align: top;
  font-size: 39px;
  border-radius: 1px 1px 0 0;
  width: 100%;
}
.btn-default.wc.vert span {
  color: #1d2029;
  background: #dfeaed;
  border-bottom: 1px solid #c8d2d5;
  border-top: 1px solid #eaf1f3;
  display: block;
  padding: 10px 12px;
  line-height: 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 0 1px 1px;
  white-space: normal;
  text-shadow: none;
}
.btn-default.wc.vert:hover span {
  background: #cdd8dd;
  border-bottom: 1px solid #b8c2c6;
  border-top: 1px solid #dde5e8;
}
.btn.btn-responsive-nav {
  color: #fff;
  padding: 5px 8px 3px;
  margin: 0;
  border: medium none;
}
.btn.btn-responsive-nav .fa {
  font-size: 21px;
}
.btn.btn-transparent-border {
  border: 1px solid rgba(243, 243, 243, 0.4);
}
.btn.btn-transparent-border:hover {
  color: #fff;
}
body.round_button .btn {
  border-radius: 20px;
}
body.round_button .btn.btn-sm {
  border-radius: 18px;
}
body.round_button .btn.btn-lg {
  border-radius: 25px;
}
body.round_button footer .info .subscribe_button .btn {
  border-radius: 23px;
}
body.round_button .social-icons ul li a {
  border-radius: 22px;
}
body.round_button .soc-avt .row a {
  border-radius: 22px;
}
body.round_button .banners-big .slides .btn {
  border-radius: 25px;
}
body.round_button a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
  border-radius: 100%;
}
body.round_button .item-views.front .arrows .arrow {
  border-radius: 100%;
}
body.round_button .arrow_open {
  border-radius: 100%;
}
body.round_button .blog-comment-buttons-wrapper .btn {
  border-radius: 24px;
}
body.round_button .catalog.detail .info .btn {
  border-radius: 24px;
}
body.round_button .catalog.detail .info .buy_block .counter > .wrap {
  border-radius: 24px;
}
body.round_button .wrap_basket .dropdown .items .item .buy_block .counter {
  border-radius: 14px;
}
body.round_button .basket .buy_block .counter {
  border-radius: 16px;
}
body.round_button .flexslider .flex-direction-nav a {
  border-radius: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.label {
  border-radius: 1px;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  height: 22px;
  padding: 0.4em 0.6em;
  display: inline-block;
  vertical-align: top;
}
.label-instock {
  background: #3cc051;
}
.label-nostock {
  background: #999;
}
.label-pending {
  background: #fcb322;
}
.label-order {
  background: #57b5e3;
}
.review {
  margin-bottom: 30px;
  position: relative;
}
.bx-core-window img {
  vertical-align: baseline;
}
.bx-core-window .adm-btn,
.bx-core-window .adm-input-file {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}
.include_module_error {
  margin: 0 auto;
  text-align: center;
}
.include_module_error img {
  max-width: 100%;
}
.include_module_error p {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.tizers.in_content {
  margin: 41px -16px 65px;
}
.tizers.in_content:first-child {
  margin-top: 0;
}
.tizers.in_content:after {
  content: "";
  display: block;
  clear: both;
}
.tizers.in_content > .wrap {
  margin: -13px 0 -8px;
  text-align: center;
}
.tizers.in_content .tizer {
  display: inline-block;
  vertical-align: top;
  margin: 29px -3px 0 0 !important;
  padding: 0 16px;
  width: 33.33333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tizers.in_content .tizer .image {
  margin: 0 0 21px;
  width: 50px;
  height: 50px;
  line-height: 47px;
}
.tizers.in_content .tizer .image img {
  max-width: 100%;
  max-height: 100%;
}
.tizers.in_content .tizer.image_bg .image img {
  background-color: #333;
}
.tizers.in_content .tizer .title,
.detail .tizers.in_content .tizer .body-info .title {
  color: #333;
  line-height: 1.6em;
}
.tizers.in_content .tizer .previewtext,
.detail .tizers.in_content .tizer .body-info .previewtext {
  margin: 5px 0 0;
  font-size: 0.8667em;
  line-height: 1.5385em;
}
.tizers.in_content.text-right {
  text-align: left;
}
.tizers.in_content.text-right .tizer:after {
  content: "";
  display: block;
  clear: both;
}
.tizers.in_content.text-right .tizer .image {
  float: left;
  margin-bottom: 0;
  margin-top: 4px;
}
.tizers.in_content.text-right .tizer .body-info {
  margin-top: -1px;
  padding: 0 0 0 76px;
}



.layout__container{
	width:calc(100% - 32px);
	max-width: 1500px;
	margin: 0 auto;
}
.company-block__header{padding: 3rem 0;background-color: #f6f6f6;}
.company-block__link{color: #000000;font-weight: 700;font-size: 1.8rem!important;}
.item-views.company.front .company-block .text {padding: 40px 16px!important;}
@media (min-width: 767px) {
.item-views.company.front .company-block .text {padding: 40px 140px 40px 15px!important;}
}
.item-views.company.front .company-block .buttons{
	gap: 10px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 767px) {
.item-views.company.front .row{
display: flex;
flex-direction: column;
}
.item-views.company.front .item:nth-child(1){
order: -2;
}
.item-views.company.front .item:nth-child(3){
order: -1;
}
}

.item-views.company.front .company-block .buttons .btn{
border-radius: 0;
text-align: left!important;

width: 100%;
margin: 0!important;
}
@media (min-width: 767px) {
.item-views.company.front .company-block .buttons .btn{
width: 300px;
min-width: 300px;

}
}
.item-views.company.front .company-block .buttons span{display: block;width: 100%;}
.item-views.company.front .company-block .buttons .btn {
    color: #000000;
    border-color: #eeeeee;
    background-color: #eeeeee;
}
.item-views.company.front .company-block .buttons .btn.btn-transparent {
    color: #ffffff;
    border-color: rgba(86, 107, 148, 0.3);
    background-color: #154893;
}
.slides.items li .wrap .title{text-align: left!important;}
.item-views.news-items .item .section_name{display: none!important;}
.item-views.company{padding: 0!important;}
.partners.item-views.type_1 {padding: 32px 0!important;}
.partners .show_all{display: none!important;}


.toptop-menu .items .item .title a,
.toptop-menu .items .item .wrap .title a{
color: #000000!important;
}


/*.page-top-wrapper .breadcrumb{display: none!important;}*/
.page-top-wrapper .page-top{padding: 3rem 1rem;text-transform: uppercase;}

@media (min-width: 991px) {
.page-top-wrapper .page-top{padding: 5rem 0;}
}




/* CONTACT */
.contacts_page.contacts .new-border{
	padding: 0;
    border-radius: 0;
    border: 0;
}
.contacts_page.contacts .new-border .top_block {
    margin-bottom: 48px!important;
}
.contacts_page.contacts .new-border .top_block .address {
    font-size: 25px !important;

}
.contacts_page.contacts .drawing {
	top: 42%!important;
    border-color: rgba(0,0,0,.125)!important;
}
.contacts_page.contacts .drawing .drawing__line{
    background-color: rgba(0,0,0,.125)!important;
}
.contacts_page.contacts .wrap:before{display: none!important;}

.contacts.front .left_block .bottom_block .value{
  font-size: 20px;
}
.contacts_page.contacts .title{
  font-size: 15px;
}
.contacts .left_block{
  max-width: 830px !important;
}
.contacts_page.contacts.front.type_4 .left_block{
  margin-right: -50px;
}
.contacts_page.contacts.front.type_4 .left_block{
  padding-right: 80px;
}
.contacts_page.contacts .icon,
.contacts_page.contacts .social-icons{filter: grayscale(1);}
.contacts_page.contacts .title {
    color: #111!important;
    font-weight: 500!important;
}
.contacts_page.contacts .value{font-weight: 700;}
.contacts_page.contacts .left_block{padding-top: 40px!important;}
@media (max-width: 767px) {
	.contacts_page.contacts .left_block{padding: 0!important;}
	.contacts_page.contacts  .left_block .bottom_block .property{border: 0!important;padding: 0!important;}
	.contacts_page.contacts .icon{display: none!important;}
	.contacts.front .left_block .bottom_block .properties{display: grid;grid-template-columns: repeat(2, 1fr);}
	.contacts_page.contacts .social-icons ul{display: grid;grid-template-columns: repeat(2, 1fr);}
	.contacts_page.contacts .social-icons li a{padding: 0 0 0 6rem!important;border: 0!important;}
	.contacts_page.contacts .feedback{display: none!important;}
}

/* MENU */
#headerfixed{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    max-width: 38rem;
    width: 100vw;
opacity: 0;
visibility: hidden;
display: none!important;;
-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
html.no-scroll{
  overflow: hidden !important;padding-right: 17px;
}
.header_menu-active ~ #headerfixed{

display: block!important;
opacity: 1!important;
visibility: visible!important;
}

#headerfixed:before{
content: "";
position: absolute;
top: 0;
left: 100%;
height: 100vh;
width: 100vw;
  background-color: rgb(0 0 0 / 83%);

}
  #headerfixed.active:before{
    animation: opac 0.5s linear ;
}
#headerfixed:before{


  transition: all 0.4s ease-in-out;
}

@keyframes opac{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
#headerfixed .maxwidth-theme{position: unset!important;}
#headerfixed .logo-block{display: none!important;}
#headerfixed .right_wrap{display: none!important;}
#headerfixed .mega-menu{padding: 6.8rem 2.5rem 5rem 2.5rem;}
#headerfixed .menu-block{width: 100%!important;}
#headerfixed .mega-menu table{width: 100%;}
#headerfixed .mega-menu tr{display: flex;flex-direction: column;}
#headerfixed .mega-menu td{position: unset!important;}
#headerfixed .mega-menu td:hover .dropdown-menu{
opacity: 1!important;
visibility: visible!important;
-webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
transition-delay: 0s;
z-index: 12!important;
}
#headerfixed .mega-menu td:hover span{
text-decoration: underline;}
#headerfixed .mega-menu .wrap{
display: flex;
align-items: center;
justify-content: space-between;
}
#headerfixed .mega-menu .dropdown-menu a:hover {
  text-decoration: underline;
}
#headerfixed .mega-menu .dropdown-menu a {
  font-size: 1.2rem;
}
#headerfixed .mega-menu  table td.dropdown.normal_dropdown .wrap .dropdown-menu li.active a,
.mega-menu table td.dropdown.normal_dropdown .wrap .dropdown-menu li a:hover,
/*#headerfixed .mega-menu td.active .wrap> a,*/
#headerfixed .mega-menu a:hover {
  font-weight: bold !important;
}
#headerfixed .mega-menu a {
	width: 100%;
	font-weight: 500!important;
	padding: 1.5rem 0 1.2rem 2.5rem!important;
	margin: 0!important;
	border: 0!important;
	background: none!important;
	display: flex!important;
justify-content:flex-start!important;
  text-transform: none;font-size: 18px;
}
.mega-menu table td.dropdown.normal_dropdown .wrap .dropdown-menu li a{
  font-size: 16px !important;
}
#headerfixed .mega-menu a:hover{color: #000000;}

#headerfixed .mega-menu .tail{
    border: solid black;
    border-width: 0 .25rem .25rem 0;
    display: inline-block;
    padding: 3px;
    width: 1rem;
    height: 1rem;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
opacity: .5;

}
#headerfixed .mega-menu span {padding: 0!important;}
#headerfixed .mega-menu .dropdown-menu{
	display: block!important;
	max-width: 38rem;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: calc(100% + .125rem)!important;
	right: auto;
	padding: 6.8rem 2.5rem 5rem 2.5rem;
	box-shadow: none;
	border: 0;
	opacity: 0;
	visibility: hidden;
animation: none!important;
	border-radius: 0!important;
-webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	transition-delay: 0s;
}

#headerfixed .marker-nav{
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
background: transparent;
  top: 17px;
  left: 42px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 1!important;

}
.close-popup:hover *,
.close-modal:hover *{
  fill:#154893;
}
.close-popup,
.close-modal{
  opacity: 0.25;
}
#headerfixed .marker-nav:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: url(images/svg/content_icons.svg) -103px -117px no-repeat;
  opacity: 0.35;
}


/* MENU MOBILE */
#mobilemenu{
border-radius: 0!important;
box-shadow: none!important;

}
#mobilemenu .actions,
#mobilemenu .contacts,
#mobilemenu .social-block{display: none!important;}
#mobilemenu .menu.top {
    padding: 0!important;
    border-bottom: 0!important; 
}
#mobilemenu .menu ul>li .arrow .svg {
    width: 10px;
    height: 10px;
}


/* REESTR BLOCK */

.reestr_block .reestr_filter{padding: 3rem 2rem 2rem 2rem;}
.reestr_block .reestr_list{padding-bottom: 3rem;}
.reestr_block .reestr_filter,
.reestr_block .reestr_list{
	background: #f6f6f6;
	margin: 0;
	position: relative;
}
.reestr_block .reestr_filter:before,
.reestr_block .reestr_list:before,
.reestr_block .reestr_filter:after,
.reestr_block .reestr_list:after
{
	content: ""!important;
	background: #f8f9fb!important;
	position: absolute!important;
	top: 0!important;
	height: 100%!important;
	width: 100vw!important;
    display: block!important;
}

.reestr_block .reestr_filter:before,
.reestr_block .reestr_list:before{left: auto!important;right: 100%!important;}
.reestr_block .reestr_filter:after,
.reestr_block .reestr_list:after{left: 100%!important;right: auto!important;}
.reestr_block .reestr_filter span{color: #000000!important;}
.col-COUNTRY .value div,
.col-ICONS .value div{text-align: left!important;}
.reestr_block .reestr_item {background: #ffffff;
  padding-right: 2rem;
  padding-left: 2rem;
}
.reestr_block .reestr_item .col input,
.reestr_block .reestr_filter .col input,
.reestr_block .reestr_item .col select,
.reestr_block .reestr_filter .col select{border: 0;background-color: #ffffff;}

/* BASE */
body a{color: #000000;}

.page-top-wrapper.grey {
    background: #f6f6f6!important;
    margin-bottom: 40px!important;
}
.btn--top{
    margin-bottom: 40px!important;
display: block!important;
}
@media (max-width: 767px) {
.btn--top{
    float: none!important;
}
}



/* HEADER */
.header_wrap .langs a{background-color: #ffffff;}
.header_wrap .logo-row:not(:last-child) {border-color: rgba(0,0,0,.25)!important;}
.header_wrap .toptop-menu .item .title a:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #154893;
	transform: translate(0, -1px);

}
.header_wrap .toptop-menu:hover{background: #f6f6f6;}
.header_wrap .toptop-menu .item:hover a:before,
.header_wrap .toptop-menu .item.active a:before{width: 100%;}
.header_wrap .toptop-menu .item .title a{position: relative;}

.header_wrap .callback-block{color: #000000!important;}

.header_wrap .toptop-menu .item:hover .title a,
.header_wrap .toptop-menu .item.active .title a{color: #154893!important;}

.header_wrap .header__search  .svg-search {
    opacity: .75;
}

/* COND */
.cond_blocks{
	gap: 5rem;
	display: flex;
    flex-direction: column;
	padding: 5rem 0;
    float: none;
	position: relative;
	background: #f6f6f6!important;
	overflow: visible!important;
	background: url(images/svg/action_icons.svg) 100% 100% no-repeat;
}
.cond_blocks:after,
.cond_blocks:before
{
	content: ""!important;
	background: #f6f6f6!important;
	position: absolute!important;
	top: 0!important;
	height: 100%!important;
	width: 100vw!important;
    display: block!important;
}
.cond_blocks:before{
	right: 100%!important;
	left: auto!important;
}
.cond_blocks:after{
	right: auto!important;
	left: 100%!important;
}

.cond_blocks ~ a{display: none!important;}

.cond_blocks {
  position: relative;
}
.cond_blocks .img-section{
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 300px;
  transform: translateY(-50%);
}

.cond_blocks .cond_block{
gap: 2rem;
width: 100%!important;
display: flex;
background: none!important;
border-radius: 0!important;
flex-direction: column;

padding: 0!important;
margin: 0!important;
top: 0!important;
  max-width: calc(100% - 300px);
}
.cond_blocks .cond_block:not(:last-child):after{

    border-style: solid;
    border-width: 1px 1px 0 0;
	border-color: #000000;
    content: '';
    display: inline-block;
    left: 2rem;
    position: absolute;
    top: calc(100% + 1rem);
    transform: rotate(135deg);
    vertical-align: top;
    width: 1.5rem;
	height: 1.5rem;

}
@media (min-width: 767px) {
.cond_blocks .cond_block:first-child .title:before{
  content: '';
  display: block;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(images/arrow.png);
  margin-left: -41px;
  background-size: contain;
}
.cond_blocks .cond_block:first-child .title{
  position: relative;


}
.cond_blocks .cond_block{
	display: flex;
	flex-direction: row;
	align-items: center;
	}
}


.cond_blocks .cube{display: none!important;}
.cond_blocks .title{
	padding: 1.2rem 2rem;
	min-width: 33rem;
	margin: 0!important;
	border-radius: .25rem;
	background-color: #ffffff;
	justify-content: flex-start !important;
}
@media (min-width: 767px) {
.cond_blocks .title{
	min-width: 45rem;
}
}
.cond_blocks .title span{
	font-size: 1.5rem!important;
    line-height: 1.5!importantrem!important;
	font-weight: 600;
}
.cond_blocks .title img{display: none!important;}

@media (min-width: 767px) {
.cond_blocks p{margin: 0;max-width: 55rem;color: #000000!important;font-weight: 400!important;}
}
.flexslider .flex-direction-nav a{
	transform: scale(2);
    opacity: .25!important;
}





/* NEWS */
.news-items{padding: 0!important;}
.news-items .flex-direction-nav{display: none!important;}
.item-views.news-items .item .image {
    padding: 60% 0 0!important;
}
@media(max-width: 600px){
  .item-views.news-items .item .image {
    padding: 0 !important;
    height: 200px;
  }
  .item-views.news-items:not(.projects) .item .image img{
    max-height: 200px !important;
  }
  .item-views .item .image img{
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center;
  }
}
.main .items.slides{
  margin-bottom: 40px !important;
}
.item-views .body-info .wrap {
    padding: 1.25rem 1.25rem!important;
}
.item-views border{border: 0!important;}
.item-views .title{font-weight: 700!important;margin-bottom: 2rem!important;
font-size: 20px;
}
.news-items.item-views .title{
  font-size: 18px;
}
.detail.news .content *{
  font-size: 18px;
}
@media(max-width: 991px){
  .item-views .title{
    font-size: 18px;
  }
  .news-items.item-views .title{
    font-size: 16px;
  }
}
.item-views .title a{color: #000000!important;font-weight: 700!important;}
.item-views .period{position: unset!important;/*opacity: .5!important;*/
color:#474747;}

/* BANNER */
.banners-big .flex-direction-nav{display: none!important;}


.shadow{box-shadow: none!important;}
.item-views .border{border:0!important;}

.greyline{background: #ffffff!important;}
.greyline .top_block{padding: 3rem 0!important;margin-bottom: 2rem!important;}

.greyline .top_block{background: #f6f6f6!important;}
.greyline .top_block .pull-left{float: none!important;}
.greyline .top_block:after,
.greyline .top_block:before
{
	content: ""!important;
	background: #f6f6f6!important;
	position: absolute!important;
	top: 0!important;
	height: 100%!important;
	width: 100vw!important;
    display: block!important;
visibility: visible!important;
}
.greyline .top_block:before{
	right: 100%!important;
	left: auto!important;
}
.greyline .top_block:after{
	right: auto!important;
	left: 100%!important;
}
.show_all{display: none!important;}



.main .item-views.partners h2{text-transform: lowercase!important;}
.main .item-views.partners h2:first-letter{text-transform: uppercase!important;}



.contacts.front:not(.items){display: none!important;}


.margin-scroll{
  margin-top: 124px;
}
.b24-window-close:after, .b24-window-close:before{
  background-color: rgb(12 12 12) !important;
}
.b24-window-close{
  background: #f5f5f5 !important;
}
.close-modal:hover img,
.close-icons-bv:hover{
  opacity: 1;
}
.close-modal img,
.close-icons-bv{
  opacity: 0.35;
}
.layout__header_scroll .logo-row{
position: fixed!important;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
  animation: flip2 0.5s linear ;

}
@keyframes flip2{
  from{
    transform: translateY(-100%);
  }
  to{
    transform: translateY(0);
  }
}
.main_info{display: none;}
.layout__registry .registry__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 991px) {
  .layout__registry .registry__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__registry .registry__item {
	gap: 2.5rem;
  position: relative;
display: flex;
flex-direction: column;
}
.layout__registry .registry__item:not(:last-child):after {
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(100% + 2.5rem);
}
@media screen and (min-width: 991px) {
  .layout__registry .registry__item:not(:last-child):after {
    width: 1px;
    height: calc(100% - 3rem);
    left: calc(100% + 2.5rem);
    top: 3rem;
  }
}
.layout__registry .registry__picture {
  width: 9rem;
  height: 9rem;
opacity:  .25;
  display: flex;
  align-items: flex-start;
}
.layout__registry .registry__picture img,
.layout__registry .registry__picture svg{
  width: 100%;
  height: 100%;
}
.layout__registry .registry__footer{
margin-top: auto;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.5rem;

}
.layout__registry .registry__footer .buttonSecondary:hover{
  background-color: #647aa5 !important;
  border-color: #647aa5 !important;
}
.layout__registry .registry__footer .buttonSecondary{
  min-width: 27rem;
  /* font-size: 0.7333em;
   padding: 8px 21px 8px;*/
}
.b24-window-panel .b24-form-header{border: 0;padding-bottom: 0;text-align: left;}
.b24-form-control-string .b24-form-control,
.b24-form-control-list .b24-form-control,
.b24-form-control-text .b24-form-control,
.b24-form-control-select .field-item{border: 1px solid rgba(0,0,0,0.075)!important;}
.buttonSecondary{
  color: #ffffff!important;
  background-color: #154893!important;
  padding: 1.25rem 2rem;

  border: 0;
  border-radius: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


 h1,
.h1 {
   font-size: 1.5rem;
   line-height: 1.5rem;
font-weight: 700;
}

@media screen and (min-width: 991px) {
 h1,
.h1 {
   font-size: 2rem;
	line-height: 2rem;

  }
}



.layout__educations {
  gap: 5rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 991px) {
  .layout__educations {
    gap: 20rem;
    padding: 0.5rem;
  }
}
.layout__educations .educations__group {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 991px) {
  .layout__educations .educations__group {
    gap: 3rem;
  }
  .layout__educations .educations__group:nth-child(2) .educations___main  .education__title{
    color:black;
  }
  .layout__educations .educations__group:nth-child(1) .educations___main {
    padding-top: 24px;
  }
  .layout__educations .education__preview .education__main{
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
  }
  .layout__educations .educations__group:nth-child(2) .educations___main {
    background-color: #F9FAFC;
    padding: 30px 0;
    background-image: url("/images/eks_logo.png");
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: left 450px center;

  }
  .layout__educations .educations__header{
    max-width: 800px;
  }
  .layout__educations{
    display: flex ;    gap: 0;
  }
  .layout__educations .educations__group:nth-child(1){
    max-width: 500px;
    width: 100%;
  }
  .layout__educations .educations__group:nth-child(2){
    max-width: calc(100% - 500px);
    width: 100%;        margin-left: 90px;
  }
}
.layout__educations .educations__group:first-child .education__preview:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #000000;
  content: "";
  display: inline-block;
  opacity: 0.5;
  left: calc(100% + 2.5rem);
  position: absolute;
  top: 50%;

  vertical-align: top;
  width: 2rem;
  height: 2rem;
  cursor: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.educations__group:last-child .education__item.no-border-item .education__preview{
  border:0;
}
@media(min-width: 992px){
  .educations__group:last-child .education__item.no-border-item .education__preview{
    min-height: 88px;
  }
}

@media(max-width: 991px) {
  .educations__group:last-child .education__item.no-border-item .education__preview {
    height: 75px;
  }
}
@media(max-width: 620px) {
  .layout__educations .education__preview,
  .educations__group:last-child .education__item.no-border-item .education__preview {
    height: 95px;    padding: 1rem;

  }
  .layout__educations .education__preview .education__main{
    margin-top: 5px;

  }
}
@media screen and (min-width: 991px) {
  .layout__educations{
    max-width: 1700px;
    margin: 0 0 0 auto;
  }
  .layout__educations .educations__group:first-child .education__preview:after {
    left: calc(100% + 4rem);
  }
  .educations__group:last-child .education__item.no-border-item .education__preview .education__header{
    max-width: 375px;
  }
}
.layout__educations .educations__header {
  gap: 1.5rem;
  height: 4.125rem;
  display: flex;
  align-items: center;    justify-content: space-between;
}
.layout__educations .btn {
  width: 100%;
  max-width: 250px;
}
.layout__educations .education__item.education__item_active {
  position: absolute;
  width: 100%;
  background: #fff;
  display: grid;
  gap: 2rem;
  align-items: flex-start;
  inset: 0;
top: 7rem;
  padding: 6rem 1.25rem;
  z-index: 2;
  border-radius: 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  max-width: 1590px;
}
.wrap-flex-hidden{
  display: none;
}
.layout__educations .education__item.education__item_active .wrap-flex-hidden{
  display: block;
}
@media screen and (min-width: 991px) {

  .layout__educations .education__item.education__item_active .wrap-flex{
    max-width: 558px;
    width: 100%;
  }
  .layout__educations .education__item.education__item_active{
    gap: 0rem 8rem;
  }

  .layout__educations .educations__group:nth-child(1) .education__item.education__item_active .education__preview{
    display: flex;
    flex-direction: row;    justify-content: flex-start;
    align-items: center;
  }

  .layout__educations .education__item.education__item_active {
    grid-template-columns: 90rem auto 24rem;
    padding: 2.25rem;
    border-radius: 2rem;max-height: 500px;
  }
}
.layout__educations .education__item.education__item_active .education__action,
.layout__educations .education__item.education__item_active .education__main,
.layout__educations
  .education__item.education__item_active
  .education__information,
.layout__educations
  .education__item.education__item_active
  .education__gallery {
  display: flex;
}
.layout__educations
  .education__item.education__item_active
  .education__preview:after {
  display: none;
}
.layout__educations
  .education__item.education__item_active
  .education__preview {
  color: #ffffff;
  border-color: #154893 !important;
  background-color: #154893 !important;
}
.layout__educations .educations__title {
  text-transform: uppercase;
}
.layout__educations .educations__list {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.layout__educations .educations__group:nth-child(1) .education__preview {
  background-color: white;
}
.layout__educations .education__preview {
  color: #000000;
  border-radius: 0.75rem;
  padding: 2.3rem 2rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;

  justify-content: center;

}
.layout__educations .education__preview,
.educations__group:last-child .education__item.no-border-item .education__preview{
  min-height: 120px;
}
.layout__educations .education__preview:hover {
  color: #154893;
  border-color: #154893;
}
.educations__group:last-child .education__item.no-border-item .education__preview {
  cursor: initial;
}
.layout__educations .education__preview .education__main {
  display: flex;
}
.layout__educations .education__title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  .layout__educations .education__title {
    font-size: 1.36em;
    line-height: 2rem;
  }
}
 .layout__educations .education__item_active .education__main.main-content {
  align-self: center;
}
.layout__educations .education__main {
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
@media screen and (min-width: 991px) {
  .layout__educations .education__main {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.5rem;
  }
}
.layout__educations .education__status {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}
.layout__educations .education__status{
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.layout__educations .status__text {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
}
@media screen and (min-width: 991px) {
  .layout__educations .status__text {
    font-size: 0.7333em;
    line-height: 1rem;
  }
}
.layout__educations .status__ico {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.layout__educations .education__action {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;

  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.layout__educations .education__action svg {
  width: 1.25rem;
  height: 1.25rem;
}
.layout__educations .education__information {
  min-height: 7rem;
  gap: 1.5rem;
  display: flex;
  align-items: center;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .layout__educations .education__information {
    grid-column: span 2;
    margin-left: -60px;
  }
}
.layout__educations .education__information .information__link{
  min-height: 11rem;
  gap: 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 9px;
}
.layout__educations .education__information .information__link img{
  max-width: 55px;
}
.layout__educations .education__information .information__ico {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.layout__educations .education__information .information__text {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 700;

  max-width: 220px;
  line-height: 1.2;
  color: #154893;
}
.layout__educations .education__main {
  display: none;
}
.layout__educations .education__list {
  display: grid;
  gap: 1rem 5rem;
  grid-template-columns: repeat(2, 1fr);
}
.layout__educations .education__item {
  gap: 1rem;
  display: flex;
  align-items: center;
}
.layout__educations .education__ico {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.layout__educations .education__gallery {
  display: none;
}
@media screen and (min-width: 991px) {

}

.layout__educations .education__gallery .gallery__list {
  gap: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .layout__educations .education__gallery .gallery__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .layout__educations .education__gallery .gallery__list {
    gap: 0.5rem;
    flex-direction: column;
    padding-right: 40px;
  }
}

.layout__educations .education__gallery .gallery__item:last-child
{
  margin-bottom: 0;
}
.layout__educations .education__gallery .gallery__item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.layout__educations .education__gallery .gallery__item:before {
  display: none !important;
}
@media screen and (min-width: 991px) {
  .layout__educations .education__main {
    grid-column: span 2;
  }
}
.layout__educations .education__list {
  display: grid;
}
@media screen and (min-width: 991px) {
  .layout__educations .education__list {
    gap: 4rem 15rem;
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__educations .education__item {
  gap: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  display: flex;
  align-items: center;
}
.layout__educations .education__item:before {
  display: none;
}

img {
  max-width: 100%;
}



.layout__banner {
  min-height: 60rem;
  position: relative;
}
@media screen and (min-width: 991px) {
  .layout__banner {
 margin-top: -40px;
}
}
.layout__banner .banner__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout__banner .banner__picture:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.75;
}
.layout__banner .banner__picture img {
  width: 100%;
  height: 100%;
}
.layout__banner .banner__layout {
  color: #ffffff;
  padding: 10rem 2rem;
  gap: 2.5rem;
  width: 100rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.layout__banner .banner__header {
  gap: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}
.layout__banner .banner__subtitle {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 991px) {
  .layout__banner .banner__subtitle:after {
    content: "";
    background-color: #154893;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 100%;
    height: 0.125rem;
  }
}
.layout__banner .banner__title {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  .layout__banner .banner__title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
.layout__banner .banner__data .data__list {
  gap: 1rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.layout__banner .banner__data .data__item {
  gap: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
}
.layout__banner .banner__data .data__item:before {
  display: none;
}
.layout__banner .banner__data .data__ico {
  width: 2rem;
  fill: #154893;
  height: 2rem;
  flex-shrink: 0;
  opacity: 0.75;
}
.layout__banner .banner__footer {
}

.p_0 {
  padding: 0 !important;
}

.layout__banner .banner__btn {
  color: #000;
  background-color: #ffffff;
  border-radius: 2rem;
  text-align: center;
  padding: 1rem 2rem;
  text-transform: uppercase;
}



@media(max-width: 480px){
  .layout__educations .education__list{
    grid-template-columns: repeat(1, 1fr);
  }
  .layout__educations .education__item{
    margin-bottom: 10px;
  }
  .layout__educations .educations__title{
    font-size: 1.4rem;
  }
  .layout__educations .educations__header .btn.btn-default{
    display: none;
  }
}
@media(max-width: 1520px){
  .page-top-wrapper .page-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 1280px){
  .education__item_active .education__list .education__text {
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .layout__educations .education__information .information__text {
    font-size: 1.5rem;
  }
  .layout__educations .education__main {
    font-size: 1.3rem;
  }

  .layout__educations .education__item{
    line-height: 1.5;
  }
  .layout__educations .education__information .information__link,
  .layout__educations .education__information{
    min-height: 4rem;
  }
  .education__item_active .education__list .education__text:before{
    margin-top: 3px;
  }
  .layout__educations .education__gallery .gallery__item{
    margin-bottom: 10px;
  }
  .cond_block p{
    padding-left: 65px;
  }
  .cond_blocks .cond_block:not(:last-child):after{
    top: calc(50% + 30px);
  }
}
@media(max-width: 991px){
  .cond_blocks .img-section{
    display: none;
  }
  .cond_blocks .cond_block{
    max-width: 100%;
  }
  .layout__educations .education__item.education__item_active{
    padding-bottom: 3rem;

  }
  .layout__educations .education__gallery .gallery__item{
    max-width: 200px;
  }
  .layout__educations .education__item.education__item_active{
    inset: inherit;
  }
  .layout__educations .education__gallery .gallery__list{
    justify-content: center;
    align-items: center;
  }
}
.cond_blocks .cond_block.last-block:after{
  display: none !important;
}
#mobileheader .header-search .search-btn{
  margin-right: 10px;
}
#mobileheader .header-search{
  display: flex;
  justify-content: flex-start;
  padding: 4px 15px;
  border: 1px solid #808080;
  margin: 5px 20px;
  border-radius: 6px;
}
.detail.news a{
    color: #154893 !important;
}