@import url("css/fonts.css");
@import url("css/breakpoints.css?v=3");
@import url("css/animations.css");
@import url("css/blind.css");

* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

body {
    background: #fff;
    color: #292929;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    position: relative;
}

.layout {
    min-height: 100%;
    position: relative;
}

.layout__header {
    background-color: #93cfc7;
    width: 100%;
    animation: headerSlideDown ease .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.layout__container {
    background-image: url('img/bg_vacancy.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #e9f3fa;
    background-size: cover;
}

.page-title {
    display: table;
    width: 100%;
}

.page-title-inner {
    display: table-cell;
    vertical-align: middle;
}

.page-title h1 {
    color: #24305e;
    margin: 50px 0;
    opacity: 0;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}

.message-items {
    margin: 20px;
    background-color: rgba(254, 255, 255, 0.7);
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 25px;
    box-sizing: border-box;
    text-align: center;
}

.layout.vacancies .page-title h1 {
    margin: 50px 0 0 0;
}

.layout.vacancies .quick-search-block {
    margin-top: 50px;
    padding: 20px;
}

.layout__container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.layout__header-container {
    min-height: 100%;
}

.layout__banner {
    position: relative;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.layout__banner {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    animation: bannerSlideDown ease .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .1s;
}

.layout__banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    width: 70%;
}

.layout__banner-inner .big {
    font-weight: 700;
}

.layout__banner-inner .small {
    font-weight: 400;
    /*color: #fbba00;*/
}

.layout.work .layout__banner-inner {
    left: 40%;
}

.layout__banner-inner div {
    margin: 0 auto;
}

.layout__banner .note {
    position: absolute;
    z-index: 10;
    color: #cddfe0;
    text-align: center;
    width: 100%;
}

.layout__banner img {
    height: auto;
    display: block;
}

.logo {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .5s;
    opacity: 0;
    width: 300px;
    height: 61px;
    background-image: url('img/logo.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.layout__footer-info .img span {
    width: 28px;
    height: 28px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.layout__footer-info .img span.phone {
    background-image: url('img/icon_phone.svg');
}

.layout__footer-info .img span.home {
    background-image: url('img/icon_home.svg');
}

a {
    text-decoration: underline;
    border: 0px;
    color: #e3032d;
}

.hright-block, .search-block {
    position: relative;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .7s;
    opacity: 0;
}

.search-block {
    margin-top: 30px;
}

.search-block .search-input {
    height: 50px;
    background: #93cfc7;
    border: #fff 2px solid;
    border-radius: 25px;
    outline: 0;
    color: #fff;
    padding: 0 80px 0 50px;
    font-size: 16px;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    transition: all .3s ease-in-out;
}

.search-block .search-input:focus {
    border: #24305e 2px solid;
    color: #24305e;
}

.search-block .search-input:focus::placeholder {
    color: #24305e;
}

.search-block .search-input:focus + .search-btn {
    background-image: url('img/icon_search_blue.svg');
}

.search-btn {
    width: 30px;
    height: 30px;
    outline: 0;
    background-color: transparent;
    background-image: url('img/icon_search.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 40px;
    padding: 0;
}

.search-block .search-input::placeholder {
    color: #fff;
}

h1 {
    color: #3a3d3f;
    text-align: center;
    font-weight: 600;
}

h1 span {
    color: #e4032e;
}

.v_group {
    margin-bottom: 55px;
}

.v_field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.v_field .v_name {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #3a3d3f;
    padding-top: 8px;
    padding-right: 10px;
}

.v_field .v_name span {
    font-weight: 300;
}

.v_group_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #3a3d3f;
    margin-bottom: 20px;
}

.v_group_name span {
    color: #93cfc7;
    /*color: #e4032e;*/
}

.layout__footer {
    background-color: #93cfc7;
    font-size: 18px;
    line-height: 22px;
}

.blind.blind-fontsize2 .layout__footer {
    font-size: 21px;
    line-height: 25px;
}

.blind.blind-fontsize3 .layout__footer {
    font-size: 25px;
    line-height: 29px;
}

.layout__footer-container {
    margin: 0 auto;
}

.layout__footer-block h6 {
    color: #24305e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0 0 10px 0;
}

.blind.blind-fontsize2 .layout__footer-block h6 {
    font-size: 23px;
    line-height: 25px;
}

.blind.blind-fontsize3 .layout__footer-block h6 {
    font-size: 27px;
    line-height: 29px;
}

.layout__footer-links {
    padding-top: 20px;
}

.layout__footer-links ul, .layout__footer-info .info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.layout__footer-links ul li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #24305e;
}

.blind.blind-fontsize2 .layout__footer-links ul li {
    font-size: 21px;
    line-height: 25px;
}

.blind.blind-fontsize3 .layout__footer-links ul li {
    font-size: 25px;
    line-height: 29px;
}

.layout__footer-logo .links {
    margin-top: 40px;
    font-weight: 300;
}

.layout__footer-links ul li a, .layout__footer-info .info ul li a, .layout__footer-logo .links a {
    text-decoration: none;
    color: #24315d;
    display: inline-block;
    transition: color .3s ease-in-out;
}

.layout__footer-links ul li a:hover, .layout__footer-info .info ul li a:hover, .layout__footer-logo .links a:hover {
    color: #e4032e;
}

.layout__footer-info {
    display: flex;
    padding-top: 10px;
}

.layout__footer-info.vsubscribe {
    padding-top: 5px;
}

.layout__footer-info .img {
    flex: 0 0 50px;
}

.layout__footer-info .img img {
    width: 28px;
    height: auto;
}

.layout__footer-info .info {
    padding-top: 4px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #24305e;
    font-weight: 300;
}

.blind.blind-fontsize2 .layout__footer-info .info {
    font-size: 21px;
    line-height: 25px;
}

.blind.blind-fontsize3 .layout__footer-info .info {
    font-size: 25px;
    line-height: 29px;
}

.layout__footer-info .info ul li {
    font-weight: 300;
    padding: 0 0 5px;
}

.layout__footer-info .desc {
    color: #5f8b94;
}

.layout__footer-info.vsubscribe {
    flex-direction: column;
}

.subscribe-form {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.subscribe-form input[type='email'] {
    height: 72px;
    color: #24305e;
    border: 0;
    outline: none;
    font-size: 16px;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    padding: 0 25px;
    width: 100%;
}

.blind.blind-fontsize2 .subscribe-form input[type='email'] {
    font-size: 19px;
}

.blind.blind-fontsize3 .subscribe-form input[type='email'] {
    font-size: 23px;
}

.subscribe-form button {
    width: 72px !important;
    height: 72px !important;
    background-color: #24305e;
    cursor: pointer;
    border: 0;
    outline: none;
    transition: background-color .3s ease-in-out;
    display: block;
    background-image: url('img/icon_mail.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.subscribe-form button:hover {
    background-color: #e4032e;
}

.subscribe-form button:disabled {
    background-color: #a0a0a0;
    cursor: progress;
}

.subscribe-form input[type='email']::placeholder {
    color: #24305e;
    letter-spacing: 1px;
}

.subscribe-form form {
    display: flex;
}

.subscribe-form .status {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 72px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: table;
    opacity: 0;
    visibility: hidden;
}

.subscribe-form .status .success {
    background-color: #4fc994;
}

.subscribe-form .status .error {
    background-color: #f73c3c;
}

.subscribe-form .status div {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    vertical-align: middle;
    height: 72px;
    color: #fff;
    padding: 0 20px;
}

.subscribe-form.success .status, .subscribe-form.error .status {
    opacity: 1;
    visibility: visible;
}

.subscribe-form.success .status .success, .subscribe-form.error .status .error {
    display: table-cell;
}

.layout__footer-copyright {
    padding: 0 0 20px 0;
    color: #fff;
    text-align: center;
}

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.v_field {
    margin: 10px 0;
}

.v_value input, .v_value textarea, .v_value select, .osp-filter-search input, .searchbyname-filter input {
    width: 100%;
    background-color: #fff;
    outline: none;
    border: #93cfc7 1px solid;
    border-radius: 4px;
    padding: 10px 45px 10px 35px;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    color: #3a3d3f;
    font-size: 16px;
}

.osp-filter-search {
    margin-bottom: 50px;
}

.searchbyname-filter {
    margin-bottom: 30px;
}

.autocomplete-items.hidden, .autocomplete-items div.hidden {
    display: none;
}

.edu_block {
    margin-top: 30px;
}

.edu_block:first-child {
    margin-top: 0;
}

.v_value.checkbox {
    text-align: left;
}

.edu_block .v_value input[type=date] {
    width: auto;
    margin: 0 10px;
    background-size: 29% 45%;
}

/*.v_value input {
    height: 38px;
}*/

.v_value input[type=checkbox] {
    /*accent-color: #e74c3c;*/
    width: auto;
    width: 15px;
    height: 15px;
    margin-top: 20px;
}

.v_value textarea {
    resize: vertical;
    min-height: 70px;
}

.v_value input::placeholder, .v_value input[type=date], .v_value textarea::placeholder {
    color: #838c8e;
}

.inputnotresize {
    resize: none !important;
}

[type="date"] {
    background-color:#fff;
    background-image:  url('img/icon_calendar.svg');
    background-position: center right;
    background-repeat: no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
  
.v_value input[type="date"]:before {
    color: transparent;
    background: none;
}
   
.autocomplete input[type=text] {
    cursor: pointer;
    background-image: url('img/select_arrow_down.svg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 4% 35%;
    z-index: 100;
    position: absolute;
    top: -13px;
    left: 0;
}

.layout.vacancies .autocomplete input[type=text] {
    top: -14px;
}

.autocomplete input[type=text].opened {
    background-image: url('img/select_arrow_up.svg');
}
   
.autocomplete-items {
    max-height: 335px;
    overflow:hidden;
    overflow-y:scroll;
    position: absolute;
    z-index: 1;
    top: 23px;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #fff;
    border-top: #fff 5px solid;
    border-bottom: #fff 5px solid;
}
   
.autocomplete-items div {
    padding: 15px 35px;
    cursor: pointer;
    background-color: #fff;
}

.autocomplete-items div .name {
    color: #3a3d3f;
}

.autocomplete-items div .desc {
    color: #838c8e;
}

.autocomplete-items div:first-child {
    margin-top: 5px;
}

.autocomplete-items div:last-child {
    margin-bottom: 5px;
}
   
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-items span {
    display: block;
}
   
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#vacancy_form {
    margin: 0 auto;
}

#vacancy_subdivisions:focus {
    cursor: text;
}

.kolobok-block {
    position: fixed;
    bottom: 25px;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    animation: kolobokAnimation ease .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    z-index: 20;
}

.slider {
    position: relative;
    width: 100%;
    user-select: none;
    touch-action: pan-y;
  }
  
  .slider img {
    poiner-events: none;
  }
  
  .slider-list {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-list.grab {
    cursor: grab;
  }
  
  .slider-list.grabbing{
    cursor: grabbing;
  }
  
  .slider-track {
    display: flex;
  }
  
  .slide {
    width: 100%;
    flex-shrink: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .slider-arrows {
    text-align: center;
    position: absolute;
  }
  
  .next,
  .prev {
    /*background: #fbba00;*/
    background: #24305e;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: background-position .3s ease-in-out;
  }

  .next:hover {
    background-position: 4px 0;
  }

  .prev:hover {
    background-position: -4px 0;
  }

  /*.next {
    background-image: url('img/icon_arrow_right.svg');
  }

  .prev {
    background-image: url('img/icon_arrow_left.svg');
  }*/

  .next {
    background-image: url('img/icon_blue_arrow_right.svg');
  }

  .prev {
    background-image: url('img/icon_blue_arrow_left.svg');
  }

  .slider-arrows .video {
    background-image: url('img/icon_play.svg');
    background-position: center center;
  }

  .slider-arrows .video:hover {
    background-size: 120%;
  }

  .slider-arrows .video.pause {
    background-image: url('img/icon_play.svg');
    background-position: center center;
  }

  .slider-arrows .video.pause {
    background-image: url('img/icon_stop.svg');
  }
  
  .next.disabled,
  .prev.disabled {
    opacity: .25;
    pointer-events: none;
  }

  .slide-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
  }

.layout.vacancies .slide-box {
    background: none;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


video::-webkit-media-controls {
    display: none;
}

.slider-arrows .video {
    background-color: transparent;
    /*border: #fbba00 2px solid;*/
    border: #24305e 2px solid;
    cursor: pointer;
}

.slide-text {
    color: #fff;
    position: absolute;
    text-align: left;
}

.slide-text .big {
    font-weight: 700;
}

.slide-text .small {
    font-weight: 500;
    /*color: #fbba00;*/
}

.about-block {
    color: #24305e;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.about-block.active {
    opacity: 1;
}

.about-block h1 {
    color: #24305e;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.about-block p {
    font-weight: 300;
}

.sections-block {
    background-position: center left;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.sections-block.active {
    opacity: 1;
}

.sections-inner {
    background-position: center right;
}

.sections .section-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s ease-in-out;
}

.sections .section-item:hover {
    transform: scale(1.03);
}

.sections .section-item a .img img {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.sections .section-item a .img .b {
    display: none;
}

.sections .section-item:hover a .img img {
    opacity: 0.8;
}

.sections .section-item a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.sections .section-item a span {
    display: block;
}

.sections .section-item a .img {
    position: relative;
}

.sections .section-item a .text {
    padding: 30px;
}

.sections .section-item a .text .title {
    color: #24305e;
    font-weight: 700;
}

.sections .section-item a .text .desc {
    color: #515562;
}

.sections .section-item a .img .t {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    min-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #93cfc7;
    /*background-color: #fbba00;*/
    color: #24305e;
    padding: 0 15px;
}

.blind.blind-fontsize2 .sections .section-item a .img .t {
    font-size: 15px;
}

.blind.blind-fontsize3 .sections .section-item a .img .t {
    font-size: 19px;
}

.sections .section-item a .img .t.vacancy {
    background-color: #fbba00;
    color: #24305e;
}

.sections .section-item a .img .t.learn {
    background-color: #afcb37;
    color: #24305e;
}

.sections .section-item a .img .t.practic {
    background-color: #e4032e;
    color: #fff;
}

.sections .section-item a .img img {
    width: 100%;
    height: auto;
    display: block;
}

.work-study-block {
    text-align: center;
    padding: 20px;
    color: #24305e;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.work-study-block.active {
    opacity: 1;
}

.work-study-block .small {
    font-size: 18px;
    margin-bottom: 10px;
}

.blind.blind-fontsize2 .work-study-block .small {
    font-size: 21px;
}

.blind.blind-fontsize3 .work-study-block .small {
    font-size: 25px;
}

.work-study-block .big {
    font-weight: bold;
    margin-bottom: 20px;
}

.work-study-block a {
    text-decoration: none;
    min-width: 260px;
    color: #fff;
    background-color: #93cfc7;
    /*background-color: #e4032e;*/
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    transition: background-color .3s ease-in-out;
    border-radius: 4px;
}

.blind.blind-fontsize2 .work-study-block a {
    font-size: 21px;
}

.blind.blind-fontsize3 .work-study-block a {
    font-size: 25px;
}

.work-study-block a:hover {
    background-color: #24305e;
}

.news-block {
    opacity: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.news-block.active {
    opacity: 1;
}

.news-block .swiper {
    width: 1300px;
}

.blue-prev-btn, .blue-next-btn {
    top: 25px !important;
    background-color: #24305e;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 0 0;
    transition: background-position .3s ease-in-out;
}

.blue-prev-btn::after, .blue-next-btn::after {
    content: '';
}

.blue-prev-btn {
    background-image: url('img/icon_blue_arrow_left.svg');
    left: 0;
}

.blue-next-btn {
    background-image: url('img/icon_blue_arrow_right.svg');
    right: 0;
}

.blue-next-btn:hover {
    background-position: 4px 0;
}

.blue-prev-btn:hover {
    background-position: -4px 0;
}

.news-block .swiper-wrapper {
    margin: 40px auto 0 auto;
}

.news-slider {
    position: relative;
}

.news-item {
    transition: all .2s ease-in-out;
}

.news-item .img {
    position: relative;
}

.news-item .img img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.news-item .img img {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.news-item:hover .img img {
    opacity: 0.8;
}

.news-item .img span {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 30px;
    min-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #93cfc7;
    /*background-color: #fbba00;*/
    color: #24305e;
    padding: 0 15px;
}

.news-item .img span a {
    color: #24305e;
    text-decoration: none;
}

.blind.blind-fontsize2 .news-item .img span {
    font-size: 15px;
}

.blind.blind-fontsize3 .news-item .img span {
    font-size: 19px;
}

.news-item .desc {
    text-align: center;
    color: #24305e;
}

.news-item .desc a {
    color: #24305e;
    text-decoration: none;
}

.news-item .link {
    margin-top: 15px;
    text-align: center;
}

.news-item .link a {
    text-decoration: none;
    /*color: #e4032e;*/
    color: #93cfc7;
    display: inline-block;
}

.news-item .link a::after {
    display:block;
    content: '';
    /*border-bottom: solid 1px #e4032e;*/
    border-bottom: solid 1px #93cfc7;
    transform: scaleX(1);  
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.news-item .link a:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.lazy-load, .lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}
  
.lazy-loaded { opacity: 1; }

.quick-search-block {
    background-color: rgba(138, 203, 193, 0.5);
    position: relative;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    /*height: 0;
    animation: SlideDown ease .4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;*/
}

.quick-search-block .arrow {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
    top: 0;
}

.quick-search-block .layout__container-inner {
    position: relative;
}

.qs-block .desc {
    color: #838c8e;
}

.qs-block .tags a, .qs-block .tags span {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3a3d3f;
    font-size: 16px;
    line-height: 30px;
    min-height: 30px;
    padding: 0 20px;
    /*background-color: #fbba00;*/
    background-color: #fff;
    border-radius: 4px;
    margin: 7px 20px 7px 0;
    font-weight: bold;
    opacity: 0;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    cursor: pointer;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.v-sections ul {
    list-style-type: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 290px);
    grid-gap: 50px;
    padding: 0;
}

.vacancy-item.hidden {
    display: none;
}

.vacancies-filter select {
    margin-bottom: 30px;
    background-color: #fff;
    outline: none;
    border: #93cfc7 1px solid;
    border-radius: 4px;
    padding: 10px 45px 10px 20px;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    color: #3a3d3f;
    font-size: 16px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.vacancies-filter {
    justify-content: space-between;
    display: grid;
}

.layout.vacancies .v-sections ul {
    justify-content: space-between;
    margin-bottom: 30px;
}

.v-sections ul li {
    display: block;
    background-color: #24305e;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding: 20px;
    opacity: 0;
}

.v-list-block.active .v-sections ul li, .other-prof-block.active .v-sections ul li {
    opacity: 0;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.v-sections ul li.active, .v-sections ul li:hover {
    /*background-color: #e4032e;*/
    background-color: #009cbc;
}

.v-list-block {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.v-list-block.active {
    opacity: 1;
}

.v-list-block .v-list {
    padding: 20px;
}

.v-list .note {
    color: #3a3d3f;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0;
}

.v-blocks .v-block {
    display: none;
}

.v-blocks .v-block.active {
    display: block;
}

.table-cell-top {
    display: table-cell;
    vertical-align: top;
}

.vacancy-item .table-cell-top {
    padding-right: 20px;
}

.vacancy-item {
    background-color: #f8f8f8;
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    padding-left: 20px;
    position: relative;
}

.v-list-block.active .vacancy-item, .other-prof-block.active .vacancy-item {
    opacity: 0;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.vacancy-item .text-block div.name, .vacancy-item .text-block div.info {
    font-size: 20px;
    color: #3a3d3f;
    padding: 0 40px;
}

.vacancy-item .text-block .name {
    font-weight: 500;
	margin: 25px 0;
    /*padding-top: 34px;*/
}

/*.vacancy-item .text-block.active .name {
    padding-top: 32px;
}*/

.vacancy-item .text-block .name::before {
    content: '';
    position: absolute;
    top: 33px;
    left: 23px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('img/block_arrow_down.svg');
}

.vacancy-item .text-block.active .name::before {
    background-image: url('img/block_arrow_up.svg');
}

.vacancy-item .text-block .info {
    margin: 30px 0;
}

.vacancy-item .text-block .name span.title {
    display: inline;
    border-bottom: #a99d9e 2px dotted;
	padding-right: 5px;
}

.vacancy-item .r-buttons {
    display: inline-block;
    text-decoration: none;
    background-color: #009cbc;
    color: #fff;
    transition: background-color .3s ease-in-out;
	margin: -10px;
}

.vacancy-item .r-buttons:hover {
    background-color: #106f82;
}

.flex {
	display: flex;
}

.flex-row {
	flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}

.flex-row.left {
	padding-right: 10px;
}

.flex-row.right {
	text-align: right;
}

.map .description {
    display: block;
    color: #727272;
    font-size: 12px;
    line-height: 17px;
}

.w33 {
    text-align: right;
}

.collapse-wrapper {
    overflow: hidden;
    transition: all 300ms ease-in;
}

.text-block .name {
    cursor: pointer;
}

.text-block .info {
    display: none;

}

.text-block.active .info {
    display: block;
}

.quick-search-block .arrow {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/v_arrow.png');
    z-index: 10;
    width: 263px;
    height: 177px;
    background-position: 0 0;
}

.quick-search-block .arrow.left {
    left: 4%;
}

.quick-search-block .arrow.right {
    right: 4%;
}

.qs-box-inner {
    position: relative;
}

.allvacancies-block {
    padding: 20px;
}

.allvacancies-block a {
    display: block;
    background-color: #24305e;
    color: #fff;
    text-align: center;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
}

.allvacancies-block a:hover {
    background-color: #e4032e;
}

.weprovide-block {
    margin-top: 20px;
    padding: 20px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.weprovide-block.active {
    opacity: 1;
}

.weprovide-block h2 {
    color: #24305e;
    text-align: center;
    margin-top: 0;
}

.weprovide-block img {
    display: inline-block;
    margin: 0 auto;
}

.weprovide-block-items {
    display: grid;
    justify-content: space-between;
}

.weprovide-block-item {
    background-color: rgba(254, 255, 255, 0.7);
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 25px;
    box-sizing: border-box;
    transition: transform .2s ease-in-out;
    opacity: 0;
}

.weprovide-block.active .weprovide-block-item {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.weprovide-block-item:hover {
    transform: scale(1.03);
}

.weprovide-block-item .i, .weprovide-block-item .t {
    text-align: center;
}

.weprovide-block-item .i {
    margin-bottom: 10px;
}

.weprovide-block-item .t {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3a3d3f;
    font-size: 16px;
    line-height: 18px;
}

.work-note {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #24305e;
    padding: 30px 0;
    text-align: center;
}

.h100 {
    height: 100%;
}

.slider-vacancy {
    padding: 0 20px;
    position: relative;
}

.h90px {
    height: 90px;
}

.slider-vacancy .slider-arrows {
    bottom: 28px;
    left: 2%;
    top: auto;
    width: 96%;
    height: 75px;
}

.slider-vacancy .slider-arrows .prev {
    float: left;
    background-image: url('img/icon_video_arrow_left.svg');
    margin-left: 24px;
}

.slider-vacancy .slider-arrows .next {
    float: right;
    background-image: url('img/icon_video_arrow_right.svg');
    margin-right: 24px;
}

.slider-vacancy .slider-arrows .video {
    background-image: url('img/icon_video_play.svg');
    width: 55px;
    height: 55px;
    background-color: transparent;
    border-radius: 50%;
    border: #a4a4a4 1px solid;
    margin-top: 10px;
}

.slider-vacancy .slider-arrows .video.pause {
    background-image: url('img/icon_video_stop.svg');
}

.slider-vacancy .slider-arrows .prev, .slider-vacancy .slider-arrows .next {
    background-color: transparent;
    border-radius: 50%;
    border: #a4a4a4 1px solid;
}

.slide-note {
    width: 209px;
    border-radius: 5px;
    background-color: #fdfdfd;
    right: 26px;
    top: 23px;
    position: absolute;
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in-out;
}

.slide-note.hide {
    opacity: 0;
    visibility: visible;
}

.slide-note-inner {
    position: relative;
    padding: 20px 25px;
}

.slide-note h6 {
    color: #3a3d3f;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.slide-note p {
    color: #3a3d3f;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.slide-note i {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-image: url('img/video-note-close.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.layout__container-subcontainer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.weprovide-block img {
    display: inline-block;
    margin: 0 auto;
}

.green-blocks {
    display: grid;
}

.green-item {
    background-color: #cce7e8;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.green-item .t, .green-item .i {
    text-align: center;
}

.green-item .t {
    color: #3a3d3f;
    font-size: 20px;
    line-height: 22px;
}

.green-item .t .uptext {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

.green-item .t .uptext span {
    color: #e3032e;
}

.green-item .t .desc {
    font-size: 20px;
    line-height: 22px;
}

.green-item .t .link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.green-item .t .link a {
    text-decoration: none;
    color: #e4032e;
    display: inline-block;
}

.green-item .t .link a::after {
    display:block;
    content: '';
    border-bottom: solid 1px #e4032e;
    transform: scaleX(1);
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.green-item .t .link a:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.get-profession {
    font-weight: 700;
    color: #24305e;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
}

.get-profession-block {
    margin: 30px 0;
}

.get-profession-block.v1 {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.get-profession-block.v1.active {
    opacity: 1;
}

.gp-item.active {
    background-color: #24305e;
}

.gp-item.active .num i, .gp-item.active .num i::after {
    background-color: #fff;
}

.gp-item.active .t .title, .gp-item.active .t .desc {
    color: #fff;
}

.gp-item .num span {
    font-size: 24px;
    font-weight: 500;
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #fff;
    background-color: #d4041e;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
}

.gp-item .num .w30 {
    width: 30px;
    padding-right: 7px;
}

.gp-item .num i {
    display: inline-block;
    background-color: #383838;
    width: 35px;
    height: 2px;
    position: relative;
    top: -3px;
}

.gp-item .num i::after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #383838;
    position: absolute;
    top: -6px;
    right: -12px;
}

.gp-item .t {
    font-size: 18px;
    padding-top: 7px;
}

.gp-item .t .title {
    color: #383838;
    font-weight: 500;
}

.gp-item .t .desc {
    color: #676767;
    font-weight: 300;
    padding-top: 5px;
}

.w102 {
    width: 102px;
}

.gp-bottom {
    border-left: #d4031e 3px solid;
    color: #383838;
    font-weight: 500;
}

.gp-bottom p {
    margin: 5px 0;
}

.guarantee-block {
    background-color: rgba(138, 203, 193, 0.5);
    position: relative;
    overflow: hidden;
}

.guarantee-block .arrow {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
    top: 0;
}

.guarantee-block .layout__container-inner {
    position: relative;
}

.g-block {
    margin: 0 auto;
    text-align: center;
}

.guarantee-block .arrow {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    /*width: 423px;
    height: 220px;*/
    width: 496px;
    height: 288px;
    background-position: 0 0;
}

.guarantee-block .arrow.left {
    left: 0;
    /*background-image: url('img/g_arrow_left.png');*/
    background-image: url('img/work-arrow-left.png');
}

.guarantee-block .arrow.right {
    right: 0;
    background-image: url('img/work-arrow-right.png');
    /*background-image: url('img/g_arrow_right.png');*/
}

.g-box {
    z-index: 20;
}

.g-box-inner {
    position: relative;
}

.guarantee-block .title {
    font-size: 30px;
    font-weight: 700;
    color: #24305e;
    margin-top: 30px;
}

.guarantee-block .desc {
    font-size: 18px;
    color: #24305e;
    margin-top: 10px;
}

.g-block-items {
    color: #3a3d3f;
    display: grid;
}

.g-block-item .t {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
}

.layout.work .g-block-item .t {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

.layout.work .g-block-item img {
    width: 50px;
    height: auto;
}

.g-block-item .table .table-cell .img {
    display: block;
}

.g-block-item .table .table-cell:first-child {
    width: 100px;
    text-align: left;
}

.contract-block {
    margin-top: 40px;
}

.contract-block .title_c {
    text-align: center;
    color: #24305e;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.contract-block .title_c span {
    font-size: 30px;
    font-weight: 700;
}

.contract-block .desc_c {
    color: #24305e;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.gp-note {
    margin: 14px 0 0 14px;
    border-left: #d4031e 3px solid;
    padding: 2px 18px;
    color: #383838;
    font-weight: 500;
    font-size: 18px;
}

.gp-note p {
    margin: 8px 0;
}

.contract-buttons {
    margin: 40px 0;
    text-align: center;
}

.contract-buttons a {
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #e3032d;
    transition: background-color .3s ease-in-out;
}

.contract-buttons a:hover {
    background-color: #24305e;
}

.branches-block .map {
    height: 560px;
}

.map-block {
    margin-top: 20px;
}

.map-block .map {
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s;  
    overflow: hidden;
    max-height: 0;
    padding-top: 50px;
}

.map-block .link a, .branches-block .link a, .contract-note a {
    color: #e3032d;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.map-block .link a::before {
    content: '';
    position: absolute;
    top: 3px;
    right: -24px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('img/icon_map_open.svg');
}

.map-block.active .link a::before {
    background-image: url('img/icon_map_close.svg');
}

.map-block .link a::after, .branches-block .link a::after, .contract-note a::after {
    display:block;
    content: '';
    border-bottom: solid 1px #e3032d;
    transform: scaleX(1);
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.map-block .link a:hover::after, .branches-block .link a:hover::after, .contract-note a:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.map-block.active .map {
    max-height: 560px;
}

.branches-block .map-block {
    margin-bottom: 40px;
}

.branches-block {
    text-align: center;
    overflow: hidden;
}

.branches-block .title {
    font-size: 30px;
    line-height: 32px;
    color: #24305e;
    font-weight: 700;
}

.branches-note {
    font-size: 18px;
    line-height: 20px;
    color: #3a3d3f;
    margin: 50px 0;
}

.other-prof-block {
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.other-prof-block.active {
    opacity: 1;
}

.other-prof-block .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #24305e;
    margin-bottom: 40px;
}

.other-prof-block .v-sections ul {
    justify-content: center;
}

.other-prof-block .v-sections ul li {
    /*height: 110px;*/
    padding: 10px;
}

.other-prof-block .v-sections {
    margin-bottom: 50px;
}

.other-prof-block .info {
    display: none;
}

.other-prof-block .vacancy-item.active .info {
    display: block;
}

.vacancy-item.active .text-block .name::before {
    background-image: url('img/block_arrow_up.svg');
}

.other-prof-block .vacancy-item {
    padding: 5px 20px;
    color: #3a3d3f;
}

.other-prof-block .vacancy-item .text-block div {
    font-weight: normal;
}

.other-prof-block .vacancy-item .info-text {
    font-size: 18px;
}

.other-prof-block .vacancy-item .info-text .sub {
    margin: 35px 0;
}

.other-prof-block .vacancy-item .info-text .sub:first-child {
    margin-top: 0;
}

.other-prof-block .vacancy-item .info-text p {
    margin: 10px 0;
    line-height: 24px;
}

.other-prof-block .vacancy-item .title {
    margin: 0;
    color: #3a3d3f;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}

.other-prof-block .map-block {
    margin-top: 5px;
}

.other-prof-block .map-block .map {
    padding-top: 0;
}

.other-prof-block .map-block.active .map {
    max-height: 600px;
}

.other-prof-block .map-block .map .map-inner {
    margin-top: 50px;
    border-radius: 4px;
    border: #e6e6e6 2px solid;
}

.other-prof-block .video-block, .other-prof-block .img-block {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    float: right;
}

.video-block button.video {
    background-image: url('img/icon_video_play.svg');
    width: 75px;
    height: 75px;
    background-color: transparent;
    border-radius: 50%;
    border: #a4a4a4 2px solid;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 35px);
    cursor: pointer;
}

.video-block button.video.pause {
    background-image: url('img/icon_video_stop.svg');
}

.interview-block {
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.interview-block.active {
    opacity: 1;
}

.info-docs-block {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.info-docs-block.active {
    opacity: 1;
}

.interview-block .title, .docs-block .title {
    font-size: 30px;
    color: #24305e;
    line-height: 34px;
    font-weight: 700;
    margin: 60px 0;
}

.interview-items {
    width: 100%;
    display: grid;
    justify-content: center;
}

.interview-items .interview-item {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
}

.interview-items .interview-item .num {
    font-weight: 700;
    font-size: 26px;
    color: #e4032e;
}

.interview-items .interview-item .t {
    font-size: 20px;
    color: #3a3d3f;
    text-transform: uppercase;
}

.interview-items .interview-item .link {
    margin-top: 10px;
}

.interview-items .interview-item .link a {
    color: #e4032e;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 18px;
}

.interview-items .interview-item .link a::after {
    display:block;
    content: '';
    border-bottom: solid 1px #e4032e;
    transform: scaleX(1);
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.interview-items .interview-item .link a:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.interview-block .note {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #24305e;
    margin-top: 20px;
}

.docs-block {
    padding: 20px;
}

.docs-block .title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.docs-block .desc p {
    color: #3a3d3f;
    margin: 25px 0;
}

.docs-block .desc ol li {
    margin: 5px 0;
    padding-left: 10px;
    font-size: 16px;
}

.docs-block .note {
    text-align: center;
    color: #3a3d3f;
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0 30px 0;
}

.infobefore-block {
    background-color: rgba(138, 203, 193, 0.5);
    position: relative;
    overflow: hidden;
}

.infobefore-block .arrow {
    position: absolute;
    z-index: 10;
    opacity: 0.5;
    top: 0;
}

.infobefore-block .layout__container-inner {
    position: relative;
}

.infobefore-block .g-block {
    margin: 0 auto;
    text-align: center;
}

.infobefore-block .arrow {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    height: 160px;
    background-position: 0 0;
}

.infobefore-block .arrow.left {
    left: 0;
    width: 390px;
    background-image: url('img/infobefore-left.png');
}

.infobefore-block .arrow.right {
    right: 0;
    width: 374px;
    background-image: url('img/infobefore-right.png');
}

.infobefore-block .g-box {
    z-index: 20;
}

.infobefore-block .desc {
    font-size: 16px;
    line-height: 22px;
    color: #24305e;
}

.questions-block {
    padding: 30px 0 40px 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.questions-block.active {
    opacity: 1;
}

.questions-block .title {
    font-size: 30px;
    color: #24305e;
    line-height: 34px;
    font-weight: 700;
    padding: 10px 0;
}

.questions-block .desc p {
    font-size: 22px;
    line-height: 24px;
    color: #3a3d3f;
}

.questions-block .desc p span {
    /*color: #e4032e;*/
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-right: 8px;
}

.edu-block .title {
    color: #24305e;
    font-weight: 700;
    text-align: center;
}

.edu-block {
    padding: 20px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.edu-block.active {
    opacity: 1;
}

.edu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.edu-items .edu-item {
    background-color: rgba(248, 248, 248, 0.7);
    border-radius: 4px;
    border: #bde0db 1px solid;
    text-align: center;
    opacity: 0;
}

.edu-block.active .edu-item {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.edu-items .edu-item .t {
    margin-top: 10px;
    color: #3a3d3f;
    font-size: 18px;
    line-height: 22px;
}

.edu-items .edu-item .link {
    margin-top: 10px;
}

.edu-items .edu-item .link a {
    color: #e4032e;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 18px;
}

.edu-items .edu-item .link a::after {
    display:block;
    content: '';
    border-bottom: solid 1px #e4032e;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    transform-origin: 100% 50%;
}

.edu-items .edu-item .link a:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.agreement-block {
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.agreement-block.active {
    opacity: 1;
}

.agreement-block .title {
    color: #24305e;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.agreement-block .subtitle {
    color: #3a3d3f;
    font-size: 18px;
    line-height: 22px;
}

.agreement-block .directions ul {
    width: 100%;
    list-style: none;
    display: grid;
    overflow: hidden;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
}

.agreement-block .directions ul li {
    background-color: #24305e;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 20px 50px;
    border-radius: 4px;
    display: table;
}

.agreement-block .directions ul li span {
    display: table-cell;
    vertical-align: middle;
}

.agreement-block .steps {
    margin-top: 10px;
}

.agreement-block .steps ul {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
}

.agreement-block .steps ul li {
    display: block;
    margin-bottom: 55px;
}

.agreement-block .steps ul li span {
    display: inline-block;
    color: #24305e;
    font-weight: 500;
    background: linear-gradient(#addbd4, #8acbc1);
    position: relative;
}

.agreement-block .steps ul li:not(:last-child) span::after {
    content: '';
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    bottom: -44px;
    width: 31px;
    height: 33px;
    background-image: url('img/steps-arrows.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

/*.agreement-block .steps ul li:last-child span {
    background: linear-gradient(#fccf4d, #fbba01);
}*/

.layout.cooperation .guarantee-block .title {
    margin-top: 47px;
}

.layout.cooperation .weprovide-block-item .t span {
    color: #e3032e;
}

.layout.cooperation .weprovide-block h2 {
    font-size: 30px;
}

.layout.cooperation .weprovide-block .note {
    text-align: center;
    color: #3a3d3f;
    font-size: 18px;
    margin-bottom: 20px;
}

.layout.cooperation .weprovide-block img {
    filter: invert(16%) sepia(9%) saturate(7041%) hue-rotate(200deg) brightness(96%) contrast(91%);
}

a.redbtn {
    text-decoration: none;
    min-width: 260px;
    color: #fff;
    /*background-color: #e4032e;*/
    background-color: #93cfc7;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    transition: background-color .3s ease-in-out;
    border-radius: 4px;
}

a.redbtn:hover {
    background-color: #24305e;
}

.btns {
    text-align: center;
    margin: 30px 0 20px 0;
}

.layout.cooperation .questions-block {
    padding: 20px 0 40px 0;
}

.layout.cooperation .other-prof-block .title {
    margin-bottom: 20px;
}

.layout.cooperation .other-prof-block .note {
    text-align: center;
    margin-bottom: 20px;
}

.layout.cooperation .other-prof-block .v-sections {
    margin-bottom: 0px;
}

.layout.cooperation .other-prof-block .v-sections ul li {
    font-size: 18px;
}

.edu-block-add a, .exp-block-add a {
    /*color: #e4032e;*/
    /*color: #93cfc7;*/
    color: #000;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 18px;
}

.edu-block-add a::after, .exp-block-add a::after {
    display:block;
    content: '';
    /*border-bottom: solid 1px #e4032e;*/
    /*border-bottom: solid 1px #93cfc7;*/
    border-bottom: solid 1px #000;
    transform: scaleX(1);
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.edu-block-add a:hover::after, .exp-block-add a:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.form-bottom button {
    outline: none;
    color: #fff;
    /*background-color: #e4032e;*/
    background-color: #93cfc7;
    font-size: 18px;
    line-height: 67px;
    height: 67px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 30px;
    transition: background-color .3s ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border: 0;
    font-family: 'Echoes Sans', Arial, Helvetica, sans-serif;
    min-width: 300px;
}

.form-bottom button:hover {
    background-color: #24305e;
}

.form-bottom {
    margin-bottom: 70px;
    color: #3a3d3f;
}

.form-bottom p {
    font-size: 16px;
    margin: 30px 0;
}

.form-bottom p.small {
    font-size: 14px;
}

.layout.training .form-bottom button {
    margin-top: 30px;
}

.vacancy-form-block {
    padding: 40px 20px 20px 20px;
}

.p20 {
    padding: 0 20px;
}

.page-block {
	padding: 20px;
}

.page-block h1 {
	margin-top: 10px;
	color: #24305e;
}

.news-page-block .news-list {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 23%);
    grid-gap: 10px;
    margin-top: 20px;
}

.news-page-block .news-list .news-item {
    margin: 10px;
}

.form-result, .form-result .statuses {
    display: none;
}

.form-result.active, .form-result.active .statuses {
    display: block;
}

.form-result.active .success.active {
    display: block;
}

.form-result.active .error.active {
    display: block;
}

.news-page-block p {
    font-weight: 500;
    color: #24305e;
    margin: 20px 0;
}

.news-page-block p.date {
    color: #555;
    margin: 30px 0;
}

.news-page-block p.name {
    font-weight: 700;
    margin: 30px 0;
}

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail::after {
    display:block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: -9px;
    left: 0;
    border-bottom: solid 4px #e4032e;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform 300ms ease-in-out;
}

.thumbnail:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.thumbnail.is-active::after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.layout.news #main-slider {
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

.layout.news #main-slider .splide__track {
    border: #a8b2aa 1px solid;
}

.layout.news #thumbnails-slider .thumbnail {
    border: #a8b2aa 1px solid !important;
}

.layout.news #thumbnails-slider .splide__track {
    height: 114px;
}

.layout.news .splide__list {
    transition: all ease-in-out 0.5s;
}

.layout.news #main-slider .splide__arrows {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.layout.news #main-slider .splide__arrow {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #24305e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: background-position .3s ease-in-out;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 15px;
}

.layout.news #main-slider .splide__arrow svg {
    display: none;
}

.layout.news #main-slider .splide__arrow.splide__arrow--prev {
    background-image: url('img/icon_blue_arrow_left.svg');
    left: 0;
}

.layout.news #main-slider .splide__arrow.splide__arrow--next {
    background-image: url('img/icon_blue_arrow_right.svg');
    right: 0;
}

.layout.news #main-slider .splide__arrow.splide__arrow--prev:hover {
    background-position: -4px 0;
}

.layout.news #main-slider .splide__arrow.splide__arrow--next:hover {
    background-position: 4px 0;
}

.link-back {
    text-decoration: none;
    color: #e4032e;
    display: inline-block;
    margin: 10px 0;
}

.link-back::after {
    display:block;
    content: '';
    border-bottom: solid 1px #e4032e;
    transform: scaleX(1);  
    transition: transform 300ms ease-in-out;
    transform-origin: 0% 50%;
}

.link-back:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
}

.splide__arrows button:disabled {
    opacity: .25 !important;
    pointer-events: none;
}

.openmore {
    display: block;
    background-color: #24305e;
    color: #fff;
    text-align: center;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    padding: 20px 0;
}

.openmore:hover {
    background-color: #e4032e;
}

.openmore.hidden {
    display: none;
}

.macos .layout.vacancies .autocomplete input[type=text] {
    top: -12px;
}

.vacancy-item .text-block div.info .description {
    color: #727272;
}

.vacancy-item .text-block div.info .link {
    margin-bottom: 20px;
}

.vacancy-item .text-block div.info .link a {
    display: inline-block;
    background-color: #24305e;
    color: #fff;
    text-align: center;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    padding: 20px;
}

.vacancy-item .text-block div.info .link a:hover {
    background-color: #e4032e;
}

.contract-text {
    text-align: center;
    font-size: 30px;
    padding: 20px;
    color: #e4032e;
}

@keyframes flickerAnimation {
    0% { opacity:1; }
    25% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
    
@-o-keyframes flickerAnimation{
    0% { opacity:1; }
    25% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
    
@-moz-keyframes flickerAnimation{
    0% { opacity:1; }
    25% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
    
@-webkit-keyframes flickerAnimation{
    0% { opacity:1; }
    25% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.contract-note {
    font-size: 18px;
    line-height: 20px;
    color: #3a3d3f;
    margin: 50px 0;
    text-align: center;
}

.contract-note.bottom {
    margin: 0;
    padding-bottom: 40px;
}

.links-block .social a, .links-block .social a img {
    width: 30px;
    height: 30px;
}

.links-block .social a:hover {
    filter: brightness(0) invert(1);
}

.links-block .social a.vk img {
    padding-top: 1px;
}

.vacancies-note, .vid-block {
    padding: 20px;
}

.input-note {
    display: block;
    margin: 10px 0;
}

.copylink {
	display: inline-block;
	width: 14px;
    height: 14px;
    background-image: url('img/copylink.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: 10px;
	margin-top: 5px;
}

.vacancy-item .text-block div.info .map.hidden {
	display: none;
}