/***************/
/*** <fonts> ***/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap");
/*** </fonts> ***/
/****************/
/****************/
/*** <colors> ***/
/*** </colors> ***/
/*****************/
/*************************/
/*** <other variables> ***/
/*** </other variables> ***/
/**************************/
html {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container1440 {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  display: flex;
  flex-direction: column;
  max-width: 3440px;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: #000000;
}

body.lock {
  overflow: hidden;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header,
footer {
  flex: 0 0 auto;
}

.page-title {
  margin-bottom: 40px;
}

h1,
h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.section:not(:last-child) {
  margin-bottom: 60px;
}

.section__title {
  margin-bottom: 40px;
  text-align: center;
}

a,
button,
input,
textarea,
:before,
:after {
  transition: all 0.3s ease;
}

input:focus,
textarea:focus {
  outline: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

img {
  width: 100%;
}

.editable-content p:not(:last-child), .editable-content ul:not(:last-child), .editable-content ol:not(:last-child), .editable-content table:not(:last-child) {
  margin-bottom: 16px;
}

.editable-content ul, .editable-content ol {
  padding-left: 20px;
}

.editable-content li:not(:last-child) {
  margin-bottom: 12px;
}

.editable-content a,
.header__phone-link {
  position: relative;
  font-weight: 700;
}

.editable-content a:before,
.header__phone-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  height: 2px;
  background: #000000;
  transition: all 0.15s ease;
}

.editable-content a:hover:before,
.header__phone-link:hover:before {
  width: 100%;
}

.modal input[type="submit"],
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  background: #0E5982;
  border: 2px solid #0E5982;
  border-radius: 5px;
}

.modal input[type="submit"]:after,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button:after,
.btn:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.modal input[type="submit"]:hover:after,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button:hover:after,
.btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.modal input[type="submit"]:active,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button:active,
.btn:active {
  transform: scale(1.02);
}

.modal input[type="submit"]--transparent,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button--transparent,
.btn--transparent {
  color: #000000;
  background: transparent;
}

.modal input[type="submit"]--transparent:hover,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button--transparent:hover,
.btn--transparent:hover {
  color: #FFFFFF;
  background: #0E5982;
}

.modal input[type="submit"]--transparent:hover:after,
.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button--transparent:hover:after,
.btn--transparent:hover:after {
  transition-delay: 0.15s;
}

.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button {
  width: initial !important;
  height: 50px !important;
  text-transform: initial !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #FFFFFF !important;
  background: #0E5982 !important;
  border: 2px solid #0E5982 !important;
  border-radius: 5px !important;
}

.b24-form-btn {
  position: relative;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #0E5982 !important;
  border-radius: 5px !important;
}

.b24-form-btn:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.b24-form-btn:hover {
  background: #0E5982 !important;
  color: #FFFFFF !important;
}

.b24-form-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.b24-form-btn:active {
  transform: scale(1.02);
}

button:focus {
  outline: none;
}

.header__body.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin-top: 0px;
}

.header__body.sticky .header__body-inner {
  justify-content: space-between;
}

.header__body.sticky .header__body-inner .header__langs {
  display: none;
}

.header__body.sticky .header__body-inner .header__callback-btn {
  display: block;
}

.header__body.sticky .menu__link {
  padding: 10px;
  font-size: 14px;
}

.header__topline-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}

.header__slogan {
  margin: 0 30px;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__phone-link {
  margin-bottom: 10px;
  font-size: 20px;
  white-space: nowrap;
}

.header__callback-btn {
  padding: 8px 14px;
  font-size: 12px;
}

.header__burger-button {
  position: absolute;
  z-index: 101;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  width: 48px;
  height: 40px;
  border: 1px solid #0E5982;
  border-radius: 5px;
}

.header__burger-button:before, .header__burger-button:after,
.header__burger-button span {
  position: absolute;
  left: 50%;
  width: 60%;
  height: 3px;
  background: #0E5982;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.header__burger-button:before, .header__burger-button:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.header__burger-button:before {
  top: 8px;
}

.header__burger-button:after {
  bottom: 8px;
}

.header__burger-button span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.header__burger-button.active {
  border-color: #FFFFFF;
}

.header__burger-button.active:before, .header__burger-button.active:after,
.header__burger-button.active span {
  background: #FFFFFF;
}

.header__body {
  background: #46A5DA;
}

.header__body-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.header__body-inner .header__logo {
  display: none;
}

.header__body-inner .header__logo .logo__image {
  width: 40px;
}

.header__body-inner .header__callback-btn {
  display: none;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.header__logo-small {
  display: none;
}

.header__navigation {
  margin-right: 20px;
}

.header__langs .nice-select {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  padding: 0px 28px 0px 10px;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  background: initial;
  border-width: 2px;
  border-color: #0E5982;
}

.header__langs .nice-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 4px;
  margin: 0;
  background: url("../images/icons/arrow-down_white.svg") center/100% no-repeat;
  border: initial;
  transform: translateY(-50%);
}

.header__langs .nice-select.open:after {
  right: 10px;
  transform: translateY(-75%) rotate(-180deg);
}

.header__langs .nice-select .list {
  color: #000000;
}

.header.fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
}

.header.fixed .header__body-inner {
  justify-content: space-between;
}

.header.fixed .header__body-inner .header__langs {
  display: none;
}

.header.fixed .header__body-inner .header__callback-btn {
  display: block;
}

.header.fixed .menu__link {
  padding: 10px;
  font-size: 14px;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.menu__link {
  padding: 13px 30px;
  font-size: 18px;
  color: #FFFFFF;
}

.menu__link.active, .menu__link:hover {
  background: #0E5982;
}

.menu__link.active {
  pointer-events: none;
}

.logo__link:hover {
  transform: scale(1.03);
}

.logo__image {
  width: 90px;
  height: auto;
}

.slogan {
  max-width: 540px;
  text-align: center;
}

.slogan__title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.slogan__subtitle {
  font-size: 15px;
  line-height: 21px;
}

.footer {
  padding: 20px 0;
  font-size: 12px;
  color: #FFFFFF;
  background: #0E5982;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.footer__logo {
  flex: 0 0 20%;
}

.footer .bx-subscribe, .footer__subscribe {
  flex: 0 0 60%;
  max-width: 495px;
}

.footer .bx-subscribe .bx-input-group {
  width: 100%;
}

.footer__company {
  flex: 0 0 20%;
  text-align: right;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__policy-link {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer__policy-link:hover {
  text-decoration: none;
}

.footer .bx-subscribe form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.bx-subscribe .bx-input-group .bx-form-control {
  position: static;
  margin: 0;
  height: initial;
  padding: 13px 32px;
  border: initial;
  border-radius: initial;
}

.bx-subscribe .bx-input-group .bx-form-control::placeholder {
  color: #757575;
}

.bx_subscribe_submit_container {
  height: 100%;
}

.btn-subscribe {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 16px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: initial;
  background: #46A5DA;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-subscribe:before {
  display: none;
}

.btn-subscribe:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-subscribe:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-subscribe:active {
  transform: scale(1.02);
}

.subscribe-form__input {
  padding: 13px 32px;
}

.subscribe-form__input::placeholder {
  color: #757575;
}

.subscribe-form__submit-btn {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 16px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  background: #46A5DA;
  border-radius: 10px;
}

.subscribe-form__submit-btn:after {
  content: "";
  position: absolute;
  top: -50px;
  left: -75px;
  width: 50px;
  height: 155px;
  background: #FFFFFF;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.subscribe-form__submit-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.subscribe-form__submit-btn:active {
  transform: scale(1.02);
}

.devs__link:hover {
  transform: scale(1.1);
}

.banner {
  position: relative;
}

.banner .container1440 {
  padding: 0;
}

.banner__nav {
  position: absolute;
  z-index: 1;
  bottom: 12%;
  left: 0;
  width: 100%;
}

.banner__nav .slick-prev {
  margin-right: 32px;
}

.banner:hover .banner-card__image-wrapper:before {
  background: rgba(0, 0, 0, 0.3);
}

.banner-card {
  position: relative;
  color: #FFFFFF;
}

.banner-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 646px;
  max-height: 80vh;
}

.banner-card__image-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.banner-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-card__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 0 12% 0;
}

.banner-card__title {
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.banner-card__description {
  max-width: 860px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 170%;
}

.banner-card__btn {
  padding: 22px 33px;
  background: #46A5DA;
  border-color: #46A5DA;
}

.slick-arrow {
  width: 105px;
  height: 12px;
  font-size: 0;
  background: url("../images/icons/arrow-left_long_white.svg") center/100% no-repeat;
}

.slick-prev:hover {
  transform: scale(1.05);
}

.slick-next {
  transform: scaleX(-1);
}

.slick-next:hover {
  transform: scale(-1.05, 1.05);
}

.competence__inner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-gap: 50px;
  align-items: center;
  padding: 0 60px 0 35px;
}

.competence__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 60vh;
  padding-left: 25px;
  padding-bottom: 34px;
}

.competence__image-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: calc(100% + -25px);
  height: calc(100% + -34px);
  background: #46A5DA;
}

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

.competence__list {
  list-style: none;
}

.competence__item {
  position: relative;
  min-height: 60px;
  padding: 0px 0px 0px 80px;
}

.competence__item:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #0E5982;
  border-radius: 50%;
  background: url("../images/icons/check.svg") center no-repeat #FFFFFF;
}

.competence__item:not(:last-child) {
  margin-bottom: 24px;
}

.competence__item:hover:before {
  transform: scale(1.1);
}

.competence__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 43px;
  left: 25px;
  width: 2px;
  height: calc(100% + -30px);
  background: #0E5982;
}

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  list-style: none;
}

.advantage-card {
  padding: 24px 24px 24px 0;
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #46A5DA;
  border-radius: 5px;
}

.advantage-card__icon-wrapper {
  flex: 0 0 70px;
  display: grid;
  place-items: center;
  width: 70px;
  height: 80px;
  margin-right: 24px;
  background: #0E5982;
  border-radius: 0 50% 50% 0;
}

.advantage-card__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.advantage-card__description {
  font-size: 14px;
  line-height: 150%;
}

.features__inner {
  display: grid;
  grid-template-columns: 55fr 45fr;
  grid-gap: 30px;
  align-items: center;
  padding-right: 135px;
}

.features__image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

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

.features__list {
  list-style: none;
}

.features__item {
  position: relative;
}

.features__item:before {
  content: attr(data-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 16px 5px 23px;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #0E5982;
  border-top-left-radius: 100px;
}

.features__item:not(:last-child) {
  margin-bottom: 20px;
}

.feature-card {
  padding: 32px 25% 32px 40px;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #46A5DA;
  border-radius: 5px;
}

.feature-card__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.stages__inner {
  padding: 0 60px;
}

.stages__up-btn {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: auto;
  background: url("../images/icons/arrow-down_white.svg") center no-repeat #46A5DA;
  background-size: 25px;
  border-radius: 50%;
  transform: scaleY(-1);
}

.stages__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  position: relative;
  padding: 0;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin: 0;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 0;
}

.stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group.agree {
  order: 1;
  display: flex;
  justify-content: center;
  grid-column: 1 / 5;
}

.interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button {
  width: 100% !important;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group > label:first-child {
  display: none;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  height: 50px;
  padding: 16px 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  background: initial;
  border: 1px solid #90A4AE;
  border-radius: 3px;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"]::placeholder {
  color: #90A4AE;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"]:hover {
  border-color: #46A5DA;
  box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"]:focus {
  border-color: #0E5982;
}

.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  top: 3px;
  background: #0E5982;
}

.feedback__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group:not(:last-child),
.about__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group:not(:last-child) {
  margin-bottom: 16px;
}

.stages-map {
  margin-bottom: 40px;
}

.stages-map__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  height: 240px;
  margin: 0 10px;
  list-style: none;
}

.stages-map__item {
  position: relative;
  height: 100%;
  margin: 0 -10px;
}

.stages-map__item:before, .stages-map__item:after {
  content: "";
  position: absolute;
}

.stages-map__item:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}

.stages-map__item:after {
  z-index: -1;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #0E5982;
  transform: translateX(-50%);
}

.stages-map__item:first-child:before {
  clip-path: polygon(0 0, 100% 0, calc(100% + -30px) 100%, 0% 100%);
}

.stages-map__item:not(:first-child):not(:last-child):before {
  clip-path: polygon(30px 0, 100% 0, calc(100% + -30px) 100%, 0% 100%);
}

.stages-map__item:last-child:before {
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
}

.stages-map__item:nth-child(odd):before {
  background: #0E5982;
}

.stages-map__item:nth-child(odd) .stage-map-card__num {
  top: 0;
}

.stages-map__item:nth-child(odd) .stage-map-card__title {
  top: 55px;
}

.stages-map__item:nth-child(even):before {
  background: #46A5DA;
}

.stages-map__item:nth-child(even):after {
  bottom: 0;
}

.stages-map__item:nth-child(even) .stage-map-card__num {
  bottom: 0;
}

.stages-map__item:nth-child(even) .stage-map-card__title {
  bottom: 55px;
}

.stage-map-card__num,
.stage-content-card__num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  font-weight: 700;
  border: 8px solid #5086A3;
  border-radius: 50%;
  background: #FFFFFF;
}

.stage-map-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
}

.stage-map-card:hover {
  transform: scale(1.1);
}

.stage-map-card__num, .stage-map-card__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.stage-map-card__title {
  width: 80%;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 1px solid #0E5982;
  border-radius: 5px;
  background: #FFFFFF;
}

.stage-map-card__timeline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #FFFFFF;
}

.stages-content {
  margin-bottom: 60px;
}

.stages-content__list {
  list-style: none;
}

.stages-content__item {
  display: none;
}

.stages-content__item.active {
  display: block;
}

.stage-content-card {
  max-width: 900px;
  margin: 0 auto;
}

.stage-content-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.stage-content-card__num {
  margin-right: 10px;
}

.stage-content-card__title {
  font-weight: 700;
}

.partners__slider {
  margin-bottom: 40px;
}

.partners__list {
  margin: 0 -15px;
  margin-bottom: 32px;
}

.partners__item {
  padding: 0 15px;
  margin-top: 10px;
}

.partners__item:focus {
  outline: none;
}

.partners__content {
  max-width: 900px;
  margin: 0 auto;
}

.vacancies__nav,
.partners__nav,
.achievements__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vacancies .slick-arrow,
.partners .slick-arrow,
.achievements .slick-arrow {
  background-image: url("../images/icons/arrow-left_long_black.svg");
}

.vacancies .slick-arrow:hover,
.partners .slick-arrow:hover,
.achievements .slick-arrow:hover {
  background-image: url("../images/icons/arrow-left_long_lightblue.svg");
}

.vacancies .slick-prev,
.partners .slick-prev,
.achievements .slick-prev {
  margin-right: 32px;
}

.vacancies .slick-prev:hover,
.partners .slick-prev:hover,
.achievements .slick-prev:hover {
  transform: initial;
}

.vacancies .slick-next:hover,
.partners .slick-next:hover,
.achievements .slick-next:hover {
  transform: scaleX(-1);
}

.partner-card {
  display: grid;
  place-items: center;
  padding: 10px 20px;
  border: 1px solid #46A5DA;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.partner-card:hover {
  border-color: #0E5982;
  transform: translateY(-10px);
}

.partner-card.active {
  border-color: #0E5982;
}

.partner-card__image-wrapper {
  width: 100%;
  height: 113px;
}

.partner-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners-content__list {
  list-style: none;
}

.partners-content__item {
  display: none;
}

.partners-content__item.active {
  display: block;
}

.partners-content-card {
  display: flex;
  align-items: flex-start;
}

.partners-content-card__title {
  flex: 0 0 10%;
  margin-right: 68px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.partners-content-card__description {
  font-size: 18px;
}

.feedback__inner {
  display: grid;
  grid-template-columns: 55fr 45fr;
  align-items: center;
}

.feedback__video-wrapper {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.feedback__video-wrapper iframe {
  width: 100%;
  height: 100%;
}

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

.feedback__form {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 25px;
  border: 8px solid #46A5DA;
  border-left: initial;
  border-radius: 0 5px 5px 0;
}

.feedback__form .b24-form,
.about__form .b24-form {
  max-width: 300px;
  margin: 0 auto;
}

.feedback__form .b24-form-padding-side,
.about__form .b24-form-padding-side {
  padding: 0 !important;
}

.feedback__form .b24-form-wrapper,
.about__form .b24-form-wrapper {
  border: initial !important;
  box-shadow: initial !important;
}

.feedback__form .b24-form-header-title,
.about__form .b24-form-header-title {
  margin-bottom: 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  letter-spacing: initial !important;
}

.feedback__form .b24-form-header-description,
.about__form .b24-form-header-description {
  margin-bottom: 26px !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #000000 !important;
}

.feedback__form .b24-form-success-inner,
.about__form .b24-form-success-inner {
  padding: 30px;
}

.b24-form-control-string .b24-form-control {
  height: 50px !important;
  background: initial !important;
  border-color: #90A4AE !important;
}

.b24-form-control-string .b24-form-control:hover {
  border-color: #46A5DA !important;
  box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06) !important;
}

.b24-form-control-string .b24-form-control:focus {
  border-color: #0E5982 !important;
}

.achievements__list {
  margin: 0 -15px;
  margin-bottom: 32px;
}

.achievements__item {
  padding: 0 15px;
  margin-top: 10px;
}

.achievements__item:focus {
  outline: none;
}

.achievement-card {
  display: grid;
  place-items: center;
  padding: 40px 30px;
  border: 1px solid #46A5DA;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.achievement-card:hover {
  border-color: #0E5982;
  transform: translateY(-10px);
}

.achievement-card__image-wrapper {
  width: 100%;
  height: 300px;
  max-height: 50vh;
}

.achievement-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team__title,
.team-card__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.team__title:after,
.team-card__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 224px;
  max-width: 40%;
  height: 2px;
}

.team__video-wrapper,
.feedback__video-wrapper {
  position: relative;
}

.team__video-wrapper:after,
.feedback__video-wrapper:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../images/icons/play_white.svg") center/40% no-repeat #46A5DA;
  background-position-x: calc(50% + 5px);
  border-radius: 50%;
  cursor: pointer;
}

.team__video-wrapper.played:after,
.feedback__video-wrapper.played:after {
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.team__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}

.team__video-wrapper {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.team__video-wrapper iframe {
  width: 100%;
  height: 100%;
}

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

.team__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 70px 70px 70px 35px;
  color: #FFFFFF;
  background: #0E5982;
}

.team__title {
  align-self: flex-end;
}

.team__title:after {
  right: 0;
  background: #FFFFFF;
}

.team__description {
  font-size: 18px;
}

.team__description:not(:last-child) {
  margin-bottom: 24px;
}

.team__slider .slick-arrow {
  position: absolute;
  z-index: 1;
  right: 15px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url("../images/icons/arrow-left_short_blue.svg") center no-repeat #FFFFFF;
  border-radius: 20px;
}

.team__slider .slick-prev {
  top: calc(50% + 33px);
  transform: scaleX(-1) translateY(-50%);
}

.team__slider .slick-prev:hover {
  transform: scale(-1.1, 1.1) translateY(-50%);
}

.team__slider .slick-next {
  top: calc(50% + -33px);
}

.team__slider .slick-next:hover {
  transform: translateY(-50%) scale(1.1);
}

.team__item:focus {
  outline: none;
}

.team-card {
  display: grid;
  grid-template-columns: 7fr 4fr;
  align-items: flex-start;
}

.team-card__body {
  padding: 35px 70px 0 35px;
}

.team-card__title:after {
  left: 0;
  background: #46A5DA;
}

.team-card__subtitle {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.team-card__list {
  margin-bottom: 16px;
  list-style: none;
}

.team-card__item {
  position: relative;
}

.team-card__item:before {
  content: "";
  position: absolute;
  top: 7px;
  top: 10px;
  left: -18px;
  width: 9px;
  height: 9px;
  border: 2px solid #0E5982;
  border-radius: 50%;
}

.team-card__item:not(:last-child) {
  margin-bottom: 8px;
}

.team-card__advantages {
  margin-top: 40px;
}

.team-card__image-wrapper {
  width: 100%;
  height: 500px;
  min-height: 400px;
}

.team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-advantages ul.team-advantages__list {
  padding-left: 0;
}

.team-advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10%;
  list-style: none;
}

.team-advantages__num {
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
  color: #46A5DA;
}

.team-advantages__num span {
  font-size: 0.5em;
}

.team-advantages__description {
  font-size: 12px;
  line-height: 130%;
}

.vacancies__list {
  margin-bottom: 20px;
}

.vacancies__item:focus {
  outline: none;
}

.vacancies__join-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.vacancies__modal form h3 + p,
.vacancies__modal form br {
  display: none;
}

.vacancies__modal form .form-table tfoot th {
  font-size: 0;
}

.vacancies__modal form .form-table tbody tr:last-child {
  position: relative;
}

.vacancies__modal form .form-table tbody tr:last-child td:first-child {
  padding-left: 30px;
  display: inline;
}

.vacancies__modal form .form-table tbody tr:last-child td:last-child {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
}

.vacancies__modal form .form-table tfoot tr {
  margin-bottom: -6px;
}

.vacancies__modal form .form-table tfoot input[type="submit"]:nth-child(3), .vacancies__modal form .form-table tfoot input[type="reset"] {
  display: none;
}

.vacancies__modal form thead {
  display: none;
}

.vacancies__modal form tr {
  display: block;
  margin-bottom: 16px;
}

.vacancies__modal form tr td:first-child {
  margin-bottom: 6px;
}

.vacancies__modal form td,
.vacancies__modal form th {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: none;
}

.vacancies__modal form td:first-child {
  display: flex;
  flex-direction: row;
}

.modal.active .modal__overlay {
  transform: scale(1);
}

.modal__overlay {
  position: fixed;
  overflow-y: scroll;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  transform: scale(0);
  transition: all 0.3s ease;
}

.modal__inner {
  position: relative;
  max-width: 600px;
  padding: 25px;
  background: #FFFFFF;
}

.modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/icons/cross_darkblue.svg") center/100% no-repeat;
}

.modal__close-btn:hover {
  transform: scale(1.1);
}

.modal form * {
  width: 100%;
  margin: 0;
  padding: 0;
}

.modal form > div:not(:last-child) {
  margin-bottom: 16px;
}

.modal .mfeedback > p {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: normal;
}

.modal .mfeedback .errortext {
  color: #CF2626;
}

.modal .mf-text {
  font-size: 14px;
  margin-bottom: 4px;
}

.modal input[type="text"],
.modal input[type="email"],
.modal textarea {
  width: 100%;
  padding: 16px 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  border: 1px solid #90A4AE;
  border-radius: 3px;
}

.modal input[type="text"]::placeholder,
.modal input[type="email"]::placeholder,
.modal textarea::placeholder {
  color: #90A4AE;
}

.modal input[type="text"]:hover,
.modal input[type="email"]:hover,
.modal textarea:hover {
  border-color: #46A5DA;
  box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
}

.modal input[type="text"]:focus,
.modal input[type="email"]:focus,
.modal textarea:focus {
  border-color: #0E5982;
}

.modal input[type="text"],
.modal input[type="email"] {
  height: 50px;
}

.modal textarea {
  max-height: 150px;
  resize: none;
}

.modal input[type="submit"] {
  width: 100%;
}

.vacancy-card {
  display: grid;
  grid-template-columns: 4fr 7fr;
  align-items: flex-start;
}

.vacancy-card__preview {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vacancy-card__image-wrapper {
  width: 100%;
  flex: 1 0 auto;
}

.vacancy-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 80vh;
}

.vacancy-card__info {
  display: flex;
  justify-content: space-between;
}

.vacancy-card__job-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: #0E5982;
}

.vacancy-card__nav {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #46A5DA;
}

.vacancy-card__download-link {
  position: relative;
  padding-left: 30px;
  padding: 15px 50px 15px 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: #FFFFFF;
  background: #46A5DA;
}

.vacancy-card__download-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/icons/download.svg") center/100% no-repeat;
}

.vacancy-card__download-link:hover {
  background: #0E5982;
}

.vacancy-card__download-link:hover:before {
  transform: translateY(-50%) scale(1.3);
}

.vacancy-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  padding: 30px;
}

.vacancy-card__requirements {
  padding-right: 30px;
  border-right: 1px solid #0E5982;
}

.vacancy-card__title {
  margin-bottom: 40px;
}

.vacancy-card__list {
  list-style: none;
}

.vacancy-card__item {
  position: relative;
  padding-left: 16px;
}

.vacancy-card__item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #0E5982;
  border-radius: 50%;
}

.vacancy-card__item:not(:last-child) {
  margin-bottom: 16px;
}

.vacancy-card__conditions {
  padding-left: 30px;
}

.map-wrapper iframe {
  pointer-events: none;
}

.map-wrapper.active iframe {
  pointer-events: initial;
}

.contacts .container1440 {
  padding: 0;
}

.contacts__inner {
  position: relative;
}

.contacts__map {
  height: 573px;
  max-height: 80vh;
}

.contacts__map * {
  width: 100%;
  height: 100%;
}

.contacts__body {
  position: absolute;
  top: 50%;
  left: 135px;
  transform: translateY(-50%);
  max-width: 527px;
  padding: 40px;
  color: #FFFFFF;
  background: #46A5DA;
  border-radius: 20px;
}

.contacts__title {
  margin-bottom: 36px;
  text-align: left;
}

.contacts__list {
  margin-bottom: 40px;
  list-style: none;
}

.contacts__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: flex-start;
  grid-gap: 10px;
}

.contacts__item:not(:last-child) {
  margin-bottom: 28px;
}

.contacts__capture {
  font-weight: 700;
}

.contacts__link {
  font-size: 16px;
  color: #FFFFFF;
}

.contacts__link:hover {
  color: #0E5982;
}

.socials__list {
  display: flex;
  align-items: center;
  list-style: none;
}

.socials__item:not(:last-child) {
  margin-right: 20px;
}

.socials__link {
  width: 20px;
  height: 20px;
  font-size: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.socials__link--vk {
  background-image: url("../images/icons/vk.svg");
}

.socials__link--vk:hover {
  background-image: url("../images/icons/vk_blue.svg");
}

.socials__link--instagram {
  background-image: url("../images/icons/instagram.svg");
}

.socials__link--instagram:hover {
  background-image: url("../images/icons/instagram_blue.svg");
}

.socials__link--facebook {
  background-image: url("../images/icons/facebook.svg");
}

.socials__link--facebook:hover {
  background-image: url("../images/icons/facebook_blue.svg");
}

.contacts-page .container1440 {
  padding: 0;
}

.contacts-page__inner {
  display: grid;
  grid-template-columns: 6fr 4fr;
}

.contacts-page__body {
  padding: 40px 40px 40px 135px;
}

.contacts-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 60px;
  list-style: none;
}

.contacts-page__capture {
  margin-bottom: 16px;
  font-weight: 500;
  color: #46A5DA;
}

.contacts-page__link:hover {
  text-decoration: underline;
}

.contacts-page__socials .socials__link--vk {
  background-image: url("../images/icons/vk_skyblue.svg");
}

.contacts-page__socials .socials__link--vk:hover {
  background-image: url("../images/icons/vk_blue.svg");
}

.contacts-page__socials .socials__link--instagram {
  background-image: url("../images/icons/instagram_skyblue.svg");
}

.contacts-page__socials .socials__link--instagram:hover {
  background-image: url("../images/icons/instagram_blue.svg");
}

.contacts-page__socials .socials__link--facebook {
  background-image: url("../images/icons/facebook_skyblue.svg");
}

.contacts-page__socials .socials__link--facebook:hover {
  background-image: url("../images/icons/facebook_blue.svg");
}

.contacts-page__map {
  height: 600px;
}

.contacts-page__map iframe {
  width: 100%;
  height: 100%;
}

.manufacture__inner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  padding: 40px 0 0 135px;
}

.manufacture__body {
  padding: 20px 40px 20px 0px;
}

.manufacture__list {
  display: flex;
  align-items: flex-start;
}

.manufacture__item:focus {
  outline: none;
}

.manufacture .slick-list {
  margin-right: 16px;
}

.manufacture .slick-dots {
  list-style: none;
}

.manufacture .slick-dots li:not(:last-child) {
  margin-bottom: 24px;
}

.manufacture .slick-dots li:nth-child(1) button {
  background-image: url("../images/icons/manufacture/1.svg");
}

.manufacture .slick-dots li:nth-child(2) button {
  background-image: url("../images/icons/manufacture/2.svg");
}

.manufacture .slick-dots li:nth-child(3) button {
  background-image: url("../images/icons/manufacture/3.svg");
}

.manufacture .slick-dots li:nth-child(4) button {
  background-image: url("../images/icons/manufacture/4.svg");
}

.manufacture .slick-dots li:nth-child(5) button {
  background-image: url("../images/icons/manufacture/5.svg");
}

.manufacture .slick-dots li:nth-child(6) button {
  background-image: url("../images/icons/manufacture/6.svg");
}

.manufacture .slick-dots li:nth-child(7) button {
  background-image: url("../images/icons/manufacture/7.svg");
}

.manufacture .slick-dots li:nth-child(8) button {
  background-image: url("../images/icons/manufacture/8.svg");
}

.manufacture .slick-dots li:nth-child(9) button {
  background-image: url("../images/icons/manufacture/9.svg");
}

.manufacture .slick-dots li:nth-child(10) button {
  background-image: url("../images/icons/manufacture/10.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(1) button {
  background-image: url("../images/icons/manufacture/hover/1.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(2) button {
  background-image: url("../images/icons/manufacture/hover/2.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(3) button {
  background-image: url("../images/icons/manufacture/hover/3.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(4) button {
  background-image: url("../images/icons/manufacture/hover/4.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(5) button {
  background-image: url("../images/icons/manufacture/hover/5.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(6) button {
  background-image: url("../images/icons/manufacture/hover/6.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(7) button {
  background-image: url("../images/icons/manufacture/hover/7.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(8) button {
  background-image: url("../images/icons/manufacture/hover/8.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(9) button {
  background-image: url("../images/icons/manufacture/hover/9.svg");
}

.manufacture .slick-dots li.slick-active:nth-child(10) button {
  background-image: url("../images/icons/manufacture/hover/10.svg");
}

.manufacture .slick-dots button {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.manufacture .slick-dots button:hover {
  transform: scale(1.15);
}

.reasons {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 0;
}

.reasons:before {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: calc(100% + 150px);
  height: 100%;
  padding: 30px 40px 30px 120px;
  border: 10px solid #46A5DA;
  border-radius: 0px 80px 80px 0px;
}

.reasons__num {
  margin-right: 24px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #46A5DA;
  text-align: center;
}

.reasons__num span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.reasons__description {
  max-width: 307px;
}

.manufacture-card {
  position: relative;
}

.manufacture-card__image-wrapper {
  width: 100%;
  height: 600px;
  max-height: 80vh;
}

.manufacture-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacture-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  color: #FFFFFF;
  background: #46A5DA;
  border-radius: 0px 220px 0px 0px;
}

.manufacture-card__num {
  margin-right: 50px;
  font-size: 70px;
  font-weight: 700;
}

.manufacture-card__body {
  font-size: 18px;
  text-align: center;
}

.manufacture-card__title {
  margin-bottom: 5px;
  font-weight: 700;
}

.research-center {
  padding-bottom: 60px;
}

.research-center__inner {
  padding: 40px 0;
  border-top: 1px solid #46A5DA;
  border-bottom: 1px solid #46A5DA;
}

.research-center__item {
  position: relative;
  padding-top: 50px;
}

.research-center__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  right: 0;
  border: 10px solid #46A5DA;
  border-radius: 5px;
}

.research-center__item:focus {
  outline: none;
}

.research-center .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icons/arrow-left_short_black.svg") center no-repeat #FFFFFF;
  background-size: 14px;
}

.research-center .slick-prev {
  left: calc(40% + -80px);
  transform: scaleX(-1);
}

.research-center .slick-prev:hover {
  transform: scale(-1.1, 1.1);
}

.research-center .slick-next {
  left: calc(40% + -40px);
  transform: initial;
}

.research-center .slick-next:hover {
  transform: scale(1.1, 1.1);
}

.research-center-card {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 4fr 6fr;
  height: 100%;
}

.research-center-card__image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 80vh;
}

.research-center-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research-center-card__body {
  padding: 0 35px 35px 35px;
}

.research-center-card__title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.research-center-card__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #000000;
}

.research-center-card__description {
  font-size: 18px;
}

.about {
  margin-top: 40px;
}

.about__content {
  display: grid;
  grid-template-columns: 5fr 4fr;
  grid-gap: 40px;
  align-items: center;
  margin-bottom: 120px;
}

.about__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #0E5982;
}

.about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  list-style: none;
}

.about__form {
  max-width: 400px;
  padding: 40px 56px;
  border: 1px solid #46A5DA;
}

.about__form h2,
.about__form h3 {
  line-height: 130%;
  text-transform: initial;
}

.about__form h2 {
  margin: 0px 0px 8px 0px;
  font-weight: bold;
  font-size: 18px;
}

.about__form h3 {
  margin: 0px 0px 27px 0px;
  font-size: 16px;
}

.about__form .header {
  display: none !important;
}

.about-card {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  padding: 60px 40px;
  color: #FFFFFF;
  background: #3BAEDF;
}

.about-card__icon-wrapper {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px 20px 20px;
  border: 5px solid #46A5DA;
  border-radius: 5px;
  background: #FFFFFF;
}

.about-card__icon-wrapper:before, .about-card__icon-wrapper:after {
  content: "";
  position: absolute;
  top: calc(100% + -16px);
  width: 50px;
  height: 25px;
  border-top: 5px solid #46A5DA;
  border-radius: 5px;
  background: #3BAEDF;
}

.about-card__icon-wrapper:before {
  left: -10px;
  transform: rotate(28deg);
}

.about-card__icon-wrapper:after {
  right: -10px;
  transform: rotate(-28deg);
}

.about-card__icon {
  width: 40px;
  height: 40px;
}

.about-card__description {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.mission {
  margin-bottom: 60px;
}

.mission__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #46A5DA;
  border-bottom: 1px solid #46A5DA;
}

.mission__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
}

.mission__nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% + 80px);
  background: #46A5DA;
}

.mission .slick-arrow {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  background: url("../images/icons/arrow-left_short_skyblue.svg") center no-repeat #FFFFFF;
  background-size: 14px;
}

.mission .slick-prev {
  transform: scaleX(-1);
}

.mission .slick-prev:hover {
  transform: scale(-1.1, 1.1);
}

.mission .slick-next {
  transform: initial;
}

.mission .slick-next:hover {
  transform: scale(1.1, 1.1);
}

.mission__icons, .mission__content {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.mission-icons {
  padding-right: 30px;
}

.mission-icons__item:focus {
  outline: none;
}

.mission-icons__item.slick-center .mission-icons__icon-wrapper {
  transform: scale(1);
}

.mission-icons__item.slick-center .mission-icons__icon {
  opacity: 1;
}

.mission-icons .slick-slide {
  margin: 0 30px;
}

.mission-icons .slick-list {
  margin: 0 -30px;
}

.mission-icons__icon-wrapper {
  transform: scale(0.75);
  transition: all 0.3s ease;
  cursor: pointer;
}

.mission-icons__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.mission-content__item {
  padding-left: 80px;
}

.mission-content__item:focus {
  outline: none;
}

.mission-content__title {
  text-align: left;
}

.callback-btn {
  position: fixed;
  z-index: 99;
  right: 5%;
  bottom: 5%;
  width: 122px;
  height: 122px;
  background: url("../images/icons/callback.svg") center no-repeat rgba(70, 165, 218, 0.5);
  border-radius: 50%;
}

.callback-btn:hover {
  transform: scale(1.05);
}

.agreement {
  padding: 80px 0;
}

.agreement__text {
  margin-bottom: 40px;
}

.lg-outer .lg-img-wrap {
  padding: 5%;
}

.b24-window .b24-form-header {
  padding-top: 55px;
}

.popup-window {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.popup-window-close-icon {
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/icons/cross_darkblue.svg") center/100% no-repeat;
}

.popup-window-close-icon:hover {
  transform: scale(1.1);
}

div.mf-message textarea {
  width: 100%;
}

.banner__list,
.partners__list,
.achievements__list,
.team__list,
.vacancies__list,
.manufacture__list,
.research-center__list,
.mission-icons__list {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/***********************/
/*** <media queries> ***/
@media screen and (max-width: 1470px) {
  .features__inner {
    padding-right: 0;
  }
  .stages__inner {
    padding: 0;
  }
  .stages-map__list {
    height: 300px;
  }
  .stage-map-card {
    font-size: 14px;
  }
  .team__body {
    grid-template-columns: 4fr 5fr;
  }
  .contacts-page__inner {
    grid-template-columns: 4fr 5fr;
  }
  .contacts-page__body {
    padding-left: 15px;
  }
  .manufacture__inner {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
  .manufacture__body {
    padding: 20px 20px 20px 0;
  }
  .manufacture .slick-dots button {
    width: 20px;
    height: 20px;
  }
  .reasons {
    padding: 30px 40px 30px 20px;
  }
  .reasons:before {
    left: 0;
    width: 100%;
  }
  .manufacture-card__image-wrapper {
    height: 500px;
  }
  .vacancy-card__body {
    grid-template-columns: 1fr;
  }
  .vacancy-card__requirements {
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;
    border: initial;
    border-bottom: 1px solid #0E5982;
  }
  .vacancy-card__conditions {
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .competence__image-wrapper,
  .feature-card__image-wrapper {
    height: 470px;
  }
  .competence__inner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 0 15px 0 40px;
  }
  .competence__list:before {
    height: 80%;
  }
  .feature-card {
    padding: 20px 20% 20px 20px;
  }
  .banner__nav {
    padding-left: 15px;
  }
  .team__content {
    padding: 20px 40px 20px 20px;
  }
  .team-card__body {
    padding: 20px 40px 0 20px;
  }
  .vacancy-card__body {
    padding: 20px;
  }
  .contacts__body {
    left: 15px;
    max-width: 45%;
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  h1,
  h2 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .section:not(:last-child) {
    margin-bottom: 40px;
  }
  .section__title {
    margin-bottom: 30px;
  }
  .slogan__title, .slogan__subtitle {
    line-height: normal;
  }
  .slogan__title {
    font-size: 18px;
  }
  .slogan__subtitle {
    font-size: 14px;
  }
  .header__phone-link {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .menu__link {
    padding: 10px 12px;
    font-size: 16px;
  }
  .banner-card__title {
    font-size: 42px;
    line-height: normal;
  }
  .banner-card__description {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
  }
  .banner-card__btn {
    padding: 18px 22px;
  }
  .competence__inner {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .competence__image-wrapper {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .competence__image-wrapper:before {
    width: calc(100% + -30px);
    height: calc(100% + -30px);
  }
  .advantages__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .advantage-card {
    padding: 16px 16px 16px 0;
  }
  .features__inner {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .features__image-wrapper {
    height: 420px;
  }
  .stages__up-btn {
    display: block;
  }
  .stages-map__list {
    display: block;
    height: auto;
    margin: 35px 0;
  }
  .stages-map__item {
    height: auto;
    margin: -20px 0;
    height: 130px;
  }
  .stages-map__item:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 100%;
  }
  .stages-map__item:after {
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translateY(-50%);
  }
  .stages-map__item:first-child:before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% + -30px), 0% 100%);
  }
  .stages-map__item:not(:first-child):not(:last-child):before {
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% + -30px), 0% 100%);
  }
  .stages-map__item:last-child:before {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
  }
  .stages-map__item:nth-child(odd):after {
    left: 0;
  }
  .stages-map__item:nth-child(odd) .stage-map-card__num {
    top: 50%;
    left: 0;
  }
  .stages-map__item:nth-child(odd) .stage-map-card__title {
    top: 50%;
    left: 12%;
  }
  .stages-map__item:nth-child(even) .stage-map-card__num {
    top: 50%;
    left: auto;
    right: 0;
  }
  .stages-map__item:nth-child(even) .stage-map-card__title {
    bottom: auto;
    top: 50%;
    right: 12%;
  }
  .stage-map-card__num, .stage-map-card__title {
    position: absolute;
    transform: translateY(-50%);
  }
  .stage-map-card__title {
    width: auto;
    max-width: 25%;
    left: auto;
  }
  .stage-map-card__timeline {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .stage-map-card:hover {
    transform: scale(1.01);
  }
  .partners__list,
  .achievements__list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .partners__item,
  .achievements__item {
    padding: 0 10px;
  }
  .feedback__inner {
    grid-template-columns: 1fr;
  }
  .feedback__form {
    border: 8px solid #46A5DA;
    border-top: initial;
  }
  .team__video-wrapper,
  .team-card__image-wrapper {
    height: 400px;
    max-height: 80vh;
  }
  .team__body {
    grid-template-columns: 1fr;
  }
  .team__content {
    padding: 20px 15px;
  }
  .team-card {
    grid-template-columns: 1fr;
  }
  .team-card__image-wrapper {
    order: -1;
  }
  .team-card__body {
    padding: 25px 60px 0 15px;
  }
  .team__slider .slick-arrow {
    right: 0px;
    border: 1px solid #0E5982;
  }
  .team-card__title {
    line-height: normal;
  }
  .vacancy-card {
    grid-template-columns: 1fr;
  }
  .vacancy-card__image-wrapper {
    height: 300px;
  }
  .vacancy-card__body {
    padding: 20px 0;
  }
  .contacts {
    margin-bottom: 0;
  }
  .contacts-page__inner {
    grid-template-columns: 1fr;
  }
  .contacts-page__body {
    padding: 20px 15px 40px 15px;
  }
  .contacts-page__list {
    grid-gap: 20px 40px;
  }
  .contacts-page__map {
    height: 573px;
    max-height: 80vh;
  }
  .manufacture__body {
    margin-bottom: 20px;
    padding: 0;
  }
  .manufacture__inner {
    grid-template-columns: 1fr;
  }
  .manufacture .slick-list {
    margin: 0;
    padding-right: 30px;
  }
  .manufacture .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
  }
  .research-center__item {
    padding-top: 0;
  }
  .research-center__item:before {
    display: none;
  }
  .research-center .slick-arrow {
    position: absolute;
    bottom: auto;
    right: 0;
    border: 1px solid #0E5982;
  }
  .research-center .slick-prev {
    left: auto;
    top: calc(30% + -80px);
  }
  .research-center .slick-next {
    left: auto;
    top: calc(30% + -40px);
  }
  .research-center-card {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .research-center-card__body {
    padding: 0;
  }
  .about__content {
    grid-template-columns: 1fr;
  }
  .about__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 20px;
  }
  .mission__inner {
    flex-direction: column;
  }
  .mission__icons,
  .mission__content {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .mission-icons {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .mission-content__item {
    padding-left: 0;
  }
  .mission__nav {
    top: 100%;
    flex-direction: row;
  }
  .mission__nav:before {
    display: none;
  }
  .callback-btn {
    width: 80px;
    height: 80px;
    background-size: 68%;
  }
  .bx-subscribe,
  .footer__subscribe {
    max-width: 425px;
  }
  .subscribe-form__submit-btn {
    padding: 16px 20px;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group.agree, .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group:last-child {
    grid-row: 2 / 3;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group.agree {
    grid-column: 2 / 3;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group:last-child {
    grid-column: 3 / 4;
  }
  .about__form {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .container1440,
  .competence__inner,
  .container {
    padding: 0 10px;
  }
  .btn {
    font-size: 16px;
  }
  h2,
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .section:not(:last-child) {
    margin-bottom: 30px;
  }
  .section__title {
    margin-bottom: 20px;
  }
  .header {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFFFFF;
  }
  .header__topline {
    border-bottom: 2px solid #46A5DA;
  }
  .header__topline-inner {
    align-items: center;
    padding: 10px 0;
    padding-right: 63px;
  }
  .header__slogan {
    display: none;
  }
  .header__burger-button {
    display: block;
  }
  .header__body-inner {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    flex-direction: column;
    padding: 80px 0;
    width: 100%;
    height: 100vh;
    background: #46A5DA;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.075);
  }
  .header__body-inner.open {
    transform: translateX(0);
  }
  .header__navigation {
    margin: 0;
    width: 100%;
    max-height: 80vh;
    overflow: scroll;
  }
  .header__langs {
    position: fixed;
    top: 30px;
    left: 10px;
  }
  .header__langs .nice-select {
    border-color: #FFFFFF;
  }
  .logo__image {
    width: 70px;
  }
  .menu__list {
    flex-direction: column;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .menu__link {
    padding: 12px 22px;
    font-size: 24px;
  }
  .footer__body {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .footer .bx-subscribe, .footer__subscribe {
    grid-column: 1 / 5;
    display: flex;
    justify-content: center;
    max-width: initial;
  }
  .footer__company {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }
  .footer__subscribe {
    grid-column: 1 / 5;
  }
  .bx-subscribe .bx-form-control,
  .bx-subscribe .btn-subscribe {
    font-size: 12px !important;
    padding: 10px 14px !important;
  }
  .subscribe-form {
    font-size: 12px;
  }
  .subscribe-form__input, .subscribe-form__submit-btn {
    padding: 10px 14px;
  }
  .partners-content-card {
    flex-direction: column;
  }
  .partners-content-card__title {
    flex: auto;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
  }
  .partners-content-card__description {
    font-size: 16px;
  }
  .banner__nav {
    padding-left: 10px;
  }
  .team-advantages__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .team-card__body {
    padding: 20px 50px 0 10px;
  }
  .vacancies__join-us {
    margin-top: 30px;
  }
  .vacancy-card__job-title {
    font-size: 18px;
  }
  .contacts-page__map,
  .contacts__map {
    height: 500px;
  }
  .contacts__body {
    position: static;
    max-width: 100%;
    transform: initial;
    border-radius: initial;
    padding: 20px 10px;
  }
  .contacts__list {
    margin-bottom: 30px;
  }
  .manufacture-card__info {
    padding: 10px 20px;
    border-radius: initial;
  }
  .manufacture-card__num {
    margin-right: 30px;
    font-size: 50px;
  }
  .manufacture-card__body {
    font-size: 16px;
  }
  .about__content {
    margin-bottom: 80px;
  }
  .about__title {
    font-size: 18px;
  }
  .about__list {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }
  .about-card {
    padding: 30px;
  }
  .about-card__description {
    font-size: 16px;
  }
  .about-card__icon-wrapper {
    top: -54px;
    padding: 10px 10px 15px 10px;
  }
  .about-card__icon-wrapper:before, .about-card__icon-wrapper:after {
    top: calc(100% + -10px);
    width: 36px;
    height: 20px;
  }
  .about-card__icon {
    width: 30px;
    height: 30px;
  }
  .callback-btn {
    right: 3%;
    bottom: 10%;
    width: 60px;
    height: 60px;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form {
    grid-template-columns: 1fr;
  }
  .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group.agree, .stage__form .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog form .form-group:last-child {
    grid-row: initial;
    grid-column: initial;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 10px 0;
  }
  .footer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 20px;
  }
  .footer__policy-link {
    line-height: normal;
    text-align: right;
  }
  .footer__devs {
    grid-column: 1 / 3;
    display: flex;
    justify-content: center;
  }
  .banner__nav {
    bottom: 5%;
  }
  .banner-card__title {
    font-size: 32px;
  }
  .banner-card__description {
    font-size: 18px;
  }
  .advantages__list {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .stages-map__item:before {
    width: 32px;
  }
  .stage-map-card {
    font-size: 12px;
  }
  .stage-map-card__title {
    font-size: 12px;
  }
  .partners__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .partners__item {
    padding: 0 5px;
  }
  .feedback__video-wrapper {
    height: 300px;
  }
  .team__slider .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 12px;
  }
  .team__slider .slick-prev {
    top: calc(50% + 22px);
  }
  .team__slider .slick-next {
    top: calc(50% + -22px);
  }
  .vacancy-card__job-title {
    font-size: 14px;
  }
  .vacancy-card__download-link {
    padding: 15px 30px;
    font-size: 0;
  }
  .vacancy-card__download-link:before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vacancy-card__body {
    grid-template-columns: 1fr;
  }
  .vacancy-card__title {
    margin-bottom: 20px;
  }
  .vacancy-card__requirements {
    padding: 0px 0px 20px 0px;
    border: initial;
    border-bottom: 1px solid #0E5982;
  }
  .vacancy-card__conditions {
    padding: 20px 0px 00px 0px;
  }
  .contacts-page__map,
  .contacts__map {
    height: 400px;
  }
  .contacts-page__list {
    grid-gap: 20px;
  }
  .about__form {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  .modal__inner {
    padding: 15px;
  }
}

@media screen and (max-width: 476px) {
  h1,
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .section__title {
    margin-bottom: 15px;
  }
  .stage-map-card__num,
  .stage-content-card__num {
    width: 32px;
    height: 32px;
    font-size: 14px;
    border-width: 4px;
  }
  .stage-map-card__title {
    max-width: 40%;
  }
  .stages-map__item:nth-child(odd) .stage-map-card__title {
    top: 15%;
    left: 0;
  }
  .stages-map__item:nth-child(even) .stage-map-card__title {
    top: 15%;
    right: 0;
  }
  .achievement-card {
    padding: 20px 15px;
  }
  .team__video-wrapper,
  .team-card__image-wrapper {
    height: 300px;
  }
  .team-advantages__num {
    margin-bottom: 0;
    font-size: 42px;
  }
  .contacts-page__list {
    grid-template-columns: 1fr;
  }
  .reasons {
    padding: 20px 30px 20px 20px;
  }
  .reasons:before {
    border-width: 5px;
  }
  .reasons__num {
    font-size: 50px;
  }
  .reasons__description {
    font-size: 14px;
    line-height: normal;
  }
}

@media screen and (max-width: 414px) {
  h1,
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .page-title {
    margin-bottom: 25px;
  }
  .section__title {
    margin-bottom: 10px;
  }
  .logo__image {
    width: 60px;
  }
  .header__phone-link {
    margin: 0;
    font-size: 16px;
  }
  .header__langs {
    top: 22px;
  }
  .header__body-inner {
    padding: 60px 0 20px 0;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 6px;
  }
  .menu__link {
    font-size: 22px;
  }
  .banner-card__btn {
    width: 100%;
    font-size: 13px;
  }
  .competence__image-wrapper,
  .feature-card__image-wrapper {
    height: 330px;
  }
  .competence__image-wrapper {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .competence__image-wrapper:before {
    width: calc(100% + -15px);
    height: calc(100% + -15px);
  }
  .competence__item {
    padding: 0px 0px 0px 60px;
  }
  .competence__item:before {
    width: 40px;
    height: 40px;
  }
  .competence__item:not(:last-child):after {
    top: 50px;
    left: 18px;
    height: calc(100% + -20px);
  }
  .feedback__video-wrapper {
    height: 200px;
  }
  .contacts-page__map,
  .contacts__map {
    height: 300px;
  }
  .contacts__map {
    height: 300px;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .manufacture .slick-dots li:not(:last-child) {
    margin-bottom: 14px;
  }
  .manufacture-card__info {
    flex-direction: column;
    padding: 20px;
  }
  .manufacture-card__num {
    margin: 0px 0px 20px 0px;
  }
  .research-center-card__description {
    font-size: 16px;
  }
  .vacancies__nav,
  .partners__nav,
  .achievements__nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) and (min-height: 500px) {
  .menu__link {
    padding: 12px 20px;
  }
  .competence__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  .logo__image {
    width: 50px;
  }
  .header__topline-inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header__contacts {
    flex-direction: row;
    align-items: center;
  }
  .header__phone-link {
    margin: 0px 10px 0px 0px;
  }
  .header__burger-button {
    height: 34px;
  }
  .header__burger-button:before {
    top: 6px;
  }
  .header__burger-button:after {
    bottom: 6px;
  }
  .banner-card__body {
    padding-bottom: 8%;
  }
  .banner-card__title {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .banner-card__description {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .banner-card__btn {
    font-size: 12px;
    padding: 12px 18px;
  }
  .achievement-card {
    padding: 20px;
  }
  .manufacture .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .manufacture .slick-dots li:not(:last-child) {
    margin-bottom: 5px;
  }
  .manufacture .slick-dots button {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 812px) and (min-height: 375px) and (orientation: landscape) {
  .header__topline-inner {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .slogan__title {
    font-size: 16px;
  }
  .slogan__subtitle {
    font-size: 12px;
  }
  .logo__image {
    width: 60px;
  }
  .menu__link {
    padding: 6px 10px;
    font-size: 14px;
  }
  .banner__item {
    max-height: calc(100vh + -123px);
  }
  .banner__nav {
    bottom: 10px;
  }
  .banner-card__body {
    justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .banner-card__title {
    font-size: 32px;
  }
  .banner-card__description {
    font-size: 16px;
  }
  .banner-card__btn {
    padding: 12px 18px;
    font-size: 16px;
  }
  .team-card__image-wrapper {
    min-height: initial;
  }
  .contacts__body {
    max-width: 50%;
    padding: 10px;
  }
  .contacts__title {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .contacts__list {
    margin-bottom: 16px;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 12px;
  }
}

/*** </media queries> ***/
/************************/
/*# sourceMappingURL=style.css.map */