@charset "UTF-8";

@font-face {
  font-family: "Rossiya";
  font-display: block;
  src: url("/local/templates/rossiya_airlines/tpl/fonts/Rossiya_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.nxrb_wrapper .nxrb_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url("./../img/bg1.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 110px 20px;
  border-radius: 20px;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list {
  list-style: none;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item {
  background: none;
  margin: 0 0 22px;
  background-color: #d0112b;
  padding: 0;
  width: 420px;
  border-radius: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item:hover {
  background-color: #ff9999;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item:last-child {
  margin-bottom: 0;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.5px;
  position: relative;
  padding: 27px 20px 27px 97px;
  display: block;
}

.nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a::before {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("./../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 48px;
  top: calc(50% - 18px);
}

.nxrb_wrapper .nxrb_title_mini {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 80px;
  font-family: "Rossiya";
}

.nxrb_wrapper .nxbr_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.nxrb_wrapper .nxbr_slider .slider_item_list {
  list-style: initial;
  padding: 0 0 0 12%;
  margin-top: 30px;
}

.nxrb_wrapper .nxbr_slider .slider_item_list .slider_item_text {
  margin: 0;
  padding: 0;
  background: none;
  line-height: 1.2;
  font-size: 16.5px;
}

.nxrb_wrapper .slider_w {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nxrb_wrapper .slider_w .slider_w_item {
  background-repeat: no-repeat;
  background-position: center -60px;
  background-size: cover;
  padding-top: 190px;
  width: 310px;
}

.nxrb_wrapper .slider_w .slider_w_item:nth-child(1) {
  background-image: url("./../img/1.svg");
}

.nxrb_wrapper .slider_w .slider_w_item:nth-child(2) {
  background-image: url("./../img/2.svg");
  background-position-y: -56px;
}

.nxrb_wrapper .slider_w .slider_w_item:nth-child(3) {
  background-image: url("./../img/3.svg");
  background-position-y: -54px;
}

.nxrb_wrapper .slider_w .prev-arrow,
.nxrb_wrapper .slider_w .next-arrow {
  top: 60px;
}

.nxrb_wrapper .slider_u {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nxrb_wrapper .slider_u .slider_u_item {
  background-repeat: no-repeat;
  background-position: center -29px;
  background-size: contain;
  padding-top: 110px;
  width: 180px;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_int-pas {
  background-image: url("./../img/passport.svg");
  background-position-y: -27px;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_att {
  background-image: url("./../img/att.svg");
  background-position-y: -30px;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_eng {
  background-image: url("./../img/Eng.svg");
  background-position: center -22px;
}

.nxrb_wrapper .slider_u .slider_u_item .slider_item_list {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nxrb_wrapper .slider_u .slider_u_item .slider_item_list .slider_item_text {
  margin: 0 auto;
  font-size: 15.5px;
  text-align: center;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_tattoo {
  background-image: url("./../img/tattoo.svg");
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_swim {
  background-image: url("./../img/swim.svg");
  background-position-y: -18px;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_kindness {
  background-image: url("./../img/goodness.svg");
  background-position-y: -32px;
}

.nxrb_wrapper .slider_u .slider_u_item.slider_u_item_growth {
  background-image: url("./../img/height.svg");
  background-position-y: -28px;
}

.nxrb_wrapper .slider_u .slider_u_item .slider_item_list {
  list-style: none;
  /* padding-left: 36px; */
}

.nxrb_wrapper .slider_u .slider_u_item .slider_item_list .slider_item_text {
  width: 140px;
}

.nxrb_wrapper .slider_u .prev-arrow,
.nxrb_wrapper .slider_u .next-arrow {
  top: 66px;
}

.nxrb_wrapper .slider_j {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nxrb_wrapper .slider_j .slider_j_item {
  background-repeat: no-repeat;
  background-position: center -13px;
  background-size: 200px;
  padding-top: 135px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-bottom: 50px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(1) {
  background-image: url("./../img/j1.svg");
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(2) {
  background-image: url("./../img/j2.svg");
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(3) {
  background-image: url("./../img/j3.svg");
  background-position-y: -2px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(4) {
  background-image: url("./../img/j4.svg");
  background-position-y: -12px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(5) {
  background-image: url("./../img/j5.svg");
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(6) {
  background-image: url("./../img/j6.svg");
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(7) {
  background-image: url("./../img/j7.svg");
  background-position-y: -14px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(8) {
  background-image: url("./../img/j8.svg");
  background-position-y: -7px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(9) {
  background-image: url("./../img/j9.svg");
  margin-bottom: 0px;
}

.nxrb_wrapper .slider_j .slider_j_item:nth-child(10) {
  background-image: url("./../img/j10.svg");
  background-position-y: -19px;
  margin-bottom: 0px;
}

.nxrb_wrapper .slider_j .slider_j_item .slider_item_list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.nxrb_wrapper .slider_j .slider_j_item .slider_item_list .slider_item_text {
  width: 100%;
  text-align: center;
}

.nxrb_wrapper .slider_j .prev-arrow,
.nxrb_wrapper .slider_j .next-arrow {
  top: 86px;
}

.nxrb_wrapper .prev-arrow,
.nxrb_wrapper .next-arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background-image: url("./../img/arrowSlider.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  font-size: 0;
}

.nxrb_wrapper .prev-arrow.slick-disabled,
.nxrb_wrapper .next-arrow.slick-disabled {
  opacity: 0.3;
}

.nxrb_wrapper .prev-arrow {
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nxrb_wrapper .next-arrow {
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.interview {
  background-color: #b6cfdb;
  border-radius: 20px 20px 0 0;
  padding-bottom: 23px;
}

.interview h3.interview_title {
  font-family: "Rossiya";
  color: #fff;
  background-color: #d0112b;
  text-align: center;
  padding: 38px;
  margin: 0;
  border-radius: 20px 20px 0 0;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.interview_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 90px;
  margin-bottom: 33px;
  min-height: 81px;
}

.interview_time,
.interview_place {
  padding: 23px 26px;
  font-size: 17px;
  background-color: #fff;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  text-align: center;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview_time p,
.interview_place p {
  margin: 0;
  font-size: 18px;
}

.interview_time {
  position: relative;
  padding-left: 67px;
  padding-right: 40px;
}

.interview_time::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - 30px);
  background-image: url("./../img/time.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 60px;
  height: 60px;
}

.interview_arrow {
  width: 22%;
  position: relative;
}

.interview_arrow::before {
  content: "";
  position: absolute;
  left: 20%;
  top: calc(50% - 1.5px);
  display: block;
  width: 60%;
  height: 3px;
  background-color: #fff;
}

.interview_arrow::after {
  content: "►";
  position: absolute;
  top: calc(50% - 11px);
  right: 18%;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}

.interview p.interview_text {
  margin: 0;
  padding: 0 90px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.interview_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 90px;
}

.interview_steps .interview_step-number {
  font-family: "Rossiya";
  font-size: 40px;
  padding: 30px 30px 0;
  color: #fff;
}

.interview_steps .interview_step-or {
  font-family: "Rossiya";
  font-size: 30px;
  color: #fff;
  padding: 30px 30px 0;
}

.interview_steps .interview_steps_block {
  padding: 23px 26px;
  font-size: 17px;
  background-color: #fff;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  text-align: center;
  border-radius: 25px;
}

.interview_steps .interview_steps_block .interview_link {
  color: #3e3a3a;
  text-decoration: underline;
  padding-bottom: 1px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.interview_steps .interview_steps_block .interview_link:hover {
  text-decoration: none;
}

.interview_steps .interview_steps_block .interview_link_blue {
  color: #114574;
}

.interview_steps .interview_steps_block .interview_link_blue+span {
  padding-top: 10px;
  opacity: 0.8;
  color: #3e3a3a;
  display: block;
}

.documents {
  padding: 23px 23px 23px;
  background-color: #d0112b;
  border-radius: 0 0 25px 25px;
}

.documents .documents_title {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
  position: relative;
  text-align: center;
  margin: 0;
  height: 65px;
  cursor: pointer;
}

.documents .documents_title:hover {
  text-decoration: none;
}

.documents .documents_title::after {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: calc(50% - 25px);
  display: block;
  width: 35px;
  height: 25px;
  background-image: url("./../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.documents .documents_title.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.documents_content {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 60px 40px 30px;
}

.documents .documents_list {
  list-style: initial;
  padding-left: 16px;
  font-size: 18px;
}

.documents .documents_list_item {
  background: none;
  padding: 0;
  margin: 5px 0;
  line-height: 1.2;
}

.documents .documents_list_numbers {
  list-style: decimal;
}

.documents .documents_list_numbers li {
  background: none;
  padding: 0;
  margin: 5px 0;
  line-height: 1.2;
}

.documents .documents_add {
  text-decoration: underline;
  font-size: 18px;
  margin: 24px 0;
}

.documents .documents_text {
  font-size: 18px;
  line-height: 1.2;
}

.documents .documents_attention {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 45px 0 30px 0;
  font-size: 18px;
  padding: 12px 0 0 60px;
}

.documents .documents_attention::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px'%0Awidth='48' height='48'%0AviewBox='0 0 172 172'%0Astyle=' fill:%23000000;'%3E%3Cg fill='none' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cpath d='M0,172v-172h172v172z' fill='none'%3E%3C/path%3E%3Cg id='original-icon' fill='%23f20827'%3E%3Cpath d='M86,14.33333c-39.49552,0 -71.66667,32.17115 -71.66667,71.66667c0,39.49552 32.17115,71.66667 71.66667,71.66667c39.49552,0 71.66667,-32.17115 71.66667,-71.66667c0,-39.49552 -32.17115,-71.66667 -71.66667,-71.66667zM86,28.66667c31.74921,0 57.33333,25.58412 57.33333,57.33333c0,31.74921 -25.58412,57.33333 -57.33333,57.33333c-31.74921,0 -57.33333,-25.58412 -57.33333,-57.33333c0,-31.74921 25.58412,-57.33333 57.33333,-57.33333zM78.83333,50.16667v14.33333h14.33333v-14.33333zM78.83333,78.83333v43h14.33333v-43z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.education .education_title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 0 100px;
  line-height: 1;
  margin: 0 0 90px;
}

.education .education_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 15px;
}

.education .education_row_title .education_block {
  background: #d7e5eb !important;
}

.education .education_block {
  -ms-flex-preferred-size: 365px;
  flex-basis: 365px;
  background: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f9f6f6;
  padding: 10px;
  min-height: 85px;
  border-radius: 20px;
  font-size: 18px;
  margin: 0 20px 0 0;
  text-align: center;
}

.education .education_block:last-child {
  margin-right: 0;
}

.contacts .contacts_title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
  margin: 0 0 120px;
}

.contacts_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts_info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
}

.contacts_info_links {
  padding-left: 80px;
  margin-bottom: 65px;
  position: relative;
}

.contacts_info_links::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("./../img/phonecall.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts_info_links .contacts_link {
  padding: 22px 0;
  font-size: 18px;
  display: inline-block;
}

.contacts_info_address {
  width: 420px;
  padding-left: 80px;
  position: relative;
}

.contacts_info_address::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("./../img/geofence.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts_info_address>.contacts_text:not(:last-child) {
  margin-bottom: 30px;
}

.contacts_info_address .contacts_text {
  cursor: pointer;
}

.contacts_info_address .contacts_text:hover {
  text-decoration: underline;
}

.contacts_map {
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
  height: 400px;
  max-height: 400px;
  border-radius: 10px;
  border: 2px solid #f20827;
  overflow: hidden;
}

.contacts_map>* {
  border-radius: 10px;
  overflow: hidden;
}

.contacts .contacts_text {
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 4px;
  letter-spacing: 0.3px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contacts .contacts_text.active {
  font-weight: normal;
  text-shadow: 0.2px 0.2px 0.8px black;
}

.contacts .contacts_text.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: -69px;
  background-image: url("./../img/checkBlack.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  display: block;
  width: 42px;
  height: 35px;
}

.nxrb_wrapper .airplane {
  background-image: url("./../img/Air.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  margin: 80px;
}

@media screen and (max-width: 1350px) {

  .nxrb_wrapper .slider_u .slider_u_item {
    min-height: 235px;
    padding-top: 115px;
    background-size: 200px;
  }

  .nxrb_wrapper .slider_u .slider_u_item .slider_item_list {
    padding: 0;
    text-align: center;
  }

  .nxrb_wrapper .slider_u .slider_u_item .slider_item_list .slider_item_text {
    margin: 0 auto;
    width: 190px;
  }
}

@media screen and (max-width: 1300px) {
  .contacts .contacts_text.active::after {
    right: -40px;
  }
}

@media screen and (max-width: 1200px) {
  .nxrb_wrapper .nxrb_links {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item {
    width: 370px;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a {
    font-size: 16px;
  }

  .nxrb_wrapper .slider_w .slider_w_item {
    background-position: center -50px;
    background-size: contain;
    width: 240px;
    padding-top: 140px;
  }


  .interview_steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .interview_steps .interview_step-number {
    padding-bottom: 30px;
    text-align: center;
  }

  .interview_steps .interview_step-or {
    padding-bottom: 30px;
    text-align: center;
  }

  .interview_steps .interview_steps_block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .contacts .contacts_title {
    margin-bottom: 50px;
  }

  .contacts_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts_info_links {
    margin-bottom: 50px;
  }

  .contacts_info_address {
    width: 100%;
  }

  .contacts_map {
    margin-top: 15px;
  }

  .contacts .contacts_text.active::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .nxrb_wrapper .nxrb_links {
    border-radius: 0;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item {
    width: 280px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a {
    font-size: 14px;
    padding: 10px 15px 10px 37px;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a::before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: calc(50% - 10px);
  }

  .nxrb_wrapper .nxrb_title_mini {
    font-size: 20px;
  }

  .nxrb_wrapper .slider_w .slider_w_item {
    background-size: 240px;
  }

  .nxrb_wrapper .slider_w .slider_w_item .slider_item_list {
    margin: 30px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 55px;
  }

  .nxrb_wrapper .slider_j .slider_j_item {
    margin-bottom: 0;
    min-height: 205px;
  }

  .interview_row {
    padding: 0 30px;
  }

  .interview_time,
  .interview_place {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .interview_arrow {
    display: none;
  }

  .interview p.interview_text {
    padding: 0 30px;
  }

  .interview_steps {
    padding: 0 30px;
  }

  .contacts_info_links {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item {
    margin-bottom: 4px;
    width: 167px;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a {
    padding: 7.5px 8px;
    font-size: 10px;
    letter-spacing: 0;
  }

  .nxrb_wrapper .nxrb_links .nxrb_links_list .nxrb_links_item>a::before {
    display: none;
  }

  .interview_row {
    min-height: 60px;
    margin-bottom: 20px;
  }

  .interview_time,
  .interview_place {
    padding: 10px;
    font-size: 15px;
  }

  .interview_time p,
  .interview_place p {
    font-size: 15px;
  }

  .interview_time::after {
    display: none;
  }

  .interview p.interview_text {
    margin-bottom: 20px;
  }

  .documents .documents_title {
    font-size: 16px;
  }

  .documents .documents_title::after {
    left: calc(50% - 12px);
    width: 24px;
    height: 14px;
  }

  .documents_content {
    padding: 20px;
  }

  .documents .documents_list {
    font-size: 16px;
  }

  .documents .documents_add {
    font-size: 16px;
  }

  .documents .documents_text {
    font-size: 16px;
  }

  .documents .documents_attention {
    font-size: 16px;
    padding: 8px 0 0 50px;
  }

  .documents .documents_attention::before {
    width: 30px;
    height: 30px;
  }

  .education .education_title {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0;
  }

  .education .education_row {
    margin-bottom: 10px;
  }

  .education .education_block {
    margin-right: 10px;
    min-height: 55px;
    font-size: 14px;
    padding: 6px;
  }
}

@media screen and (max-width: 647px) {
  .documents .documents_title {
    height: 80px;
  }
}

@media screen and (max-width: 576px) {
  .nxrb_wrapper .nxrb_title_mini {
    font-size: 12px;
    margin: 35px 0;
  }

  .interview h3.interview_title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .interview_row {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .interview p.interview_text {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .interview_steps {
    padding: 0 10px;
  }

  .documents {
    padding-bottom: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .documents_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts_info_links {
    padding-left: 50px;
    margin-bottom: 20px;
  }

  .contacts_info_links::before {
    width: 30px;
    height: 30px;
  }

  .contacts_info_address {
    padding-left: 50px;
  }

  .contacts_info_address::before {
    width: 30px;
    height: 30px;
  }

  .nxrb_wrapper .airplane {
    margin: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 500px) {
  .nxrb_wrapper .nxrb_links {
    padding: 15px 20px 15px 10px;
  }

  .nxrb_wrapper {
    margin-top: 35px;
  }
}

@media screen and (max-width: 400px) {
  .nxrb_wrapper .nxrb_links {
    background-position: 70% center;
    padding-left: 29px;
  }
}

@media screen and (max-width: 323px) {
  .documents .documents_title {
    height: 110px;
  }
}