input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search-input__clear {
  display: none;
  width: 10px;
  height: 10px;
}

.search-input__clear::before {
  transform: rotate(45deg);
}

.search-input__clear::after {
  transform: rotate(-45deg);
}

.search-input__clear::before,
.search-input__clear::after {
  content: " ";
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 4px;
  height: 14px;
  width: 2px;
}

.search-input__clear {
  display: none;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1;
}

.menu-search-input {
  padding-right: 20px;
  width: 216px;
}

.fw-mt-inverse-10 {
  margin-top: -10px;
}

.fw-mb-inverse-10 {
  margin-bottom: -10px;
}

.main-title {
  font-weight: 100;
  margin-left: -6px;
}

.fw-mt-inverse-30 {
  margin-top: -30px;
}

.fw-mb-inverse-40 {
  margin-bottom: -40px;
}

.modern-wrap .us-project {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.video-slider > .container-small .owl-stage-outer {
  margin-left: 50px;
  margin-right: 50px;
}

.modern-wrap .tabs-projects {
  max-width: 1441px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

header.header > .container {
  visibility: visible !important;
  animation-name: fadeInDown !important;
}

.fixed-menu .menu-close {
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.fixed-menu.fixed-menu-open .menu-close {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.fixed-menu .menu-close::before,
.fixed-menu .menu-close::after {
  content: " ";
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 14px;
  height: 40px;
  width: 2px;
}

.fixed-menu .menu-close::before {
  transform: rotate(45deg);
}

.fixed-menu .menu-close::after {
  transform: rotate(-45deg);
}

.fixed-menu .fixed-menu-right {
  padding-top: 20vh;
}

.fixed-menu .fixed-menu-sub {
  margin-right: -50px;
  overflow-y: scroll !important;
  height: 60vh;
}

.main-menu-item-sub-list-wrap {
  left: -10px;
}

.main-menu-item:hover .main-menu-item-sub-list-wrap {
  top: -webkit-calc(100% - 1px);
  top: -moz-calc(100% - 1px);
  top: calc(100% - 1px);
}

.about .priorities-mobile .priorities-slide__line {
  min-width: 30px;
  width: 100%;
  margin-right: auto;
  height: 1px;
  background-color: #a61c35;
  align-self: center;
}

.vacancy__list img {
  max-width: 100%;
  height: auto;
}

.partners-and-vacancies {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

.partners-and-vacancies img,
.jobs-and-students img {
  width: 100%;
  display: block;
}

.news-list .fw-flex-center {
  justify-content: center;
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto
}

.news-navigation__date, .news-navigation__news-heading {
  padding: 40px 0 0 0;
  text-align: left;
}

.news-navigation__news-heading {
  padding-right: 0;
  width: 100%;
}

.news-navigation__date {
  width: 30%;
  text-align: initial;
  align-items: initial;
  font-size: 24px;
}

.container-nav {
  position: absolute;
  top: -30px;
  width: 100%;
}

.news-navigation__nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto
}

.news-list .news-small img {
  width: 100%;
  height: auto;
}

.news-navigation__date {
  /*padding-left: 15px;*/
  padding-left: 0;
}

.news-title.corporate-life__main-title {
  font-size: 30px;
}

.js-month.active {
  color: #a9855b;
}

.js-month.active:before {
  content: "";
  position: absolute;
  width: 300px;
  margin-top: 7px;
  right: 100%;
  margin-right: 5px;
  height: 1px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #a9855b;
}

.no-display {
  display: none !important;
}

.disabled {
  cursor: default !important;
  color: #969696;
}

.disabled:hover {
  color: #969696;
}

.main-news-info {
  padding-left: 0;
  padding-right: 0;
}

.main-news-info span, .main-news_text {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
}

.news-list .news-list {
  display: inherit;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.news-list .news-list .fw-flex-wrap img {
  max-width: 100%;
  height: auto;
}

.news-list #js-news-sticky-filter {
  width: 10%;

}

.news-list #js-news-sticky-filter button {
  font-size: 12px;

}

.news-list .small-80 .news-info {
  padding: 0;
}

.news-list .small-80 {
  width: 80%;
}

.fw-flex-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.pd-bottom-3 {
  padding-bottom: 3px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.news-list .fw-block-rec {
  margin-bottom: 0 !important;
  height: auto;
}

.news-list .left-block-rec {
  height: calc(100% - 195px);
  display: flex;
  flex-flow: wrap;
}

.news-list .left-block-rec div {
  width: 100%;
  flex-wrap: nowrap;
}

.fw-order-0 {
  order: 0 !important;
}

#feedback {
  padding-top: 120px;
  margin-top: -240px;
}

.form__main-title {
  font-weight: 100;
}

.production-mirel__content > div:last-child {
  width: 100%;
  display: flex;
}

.breadcrumbs__main {
  margin: auto;
  max-width: 1790px;
  width: 100%;
  font-size: 11px;
}

.breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.breadcrumbs--karyera,
.breadcrumbs--news,
.breadcrumbs--agreement {
  padding: 35px 15px 0;
  max-width: 1760px;
}

.breadcrumbs--news,
.breadcrumbs--agreement {
  padding-top: 5px;
}

.breadcrumbs--karyera > .breadcrumbs__wrap,
.breadcrumbs--news > .breadcrumbs__wrap,
.breadcrumbs--agreement > .breadcrumbs__wrap,
.breadcrumbs--resume > .breadcrumbs__wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  max-width: 1441px;
  width: 100%;
}

.breadcrumbs--vacancies {
  padding: 10px 15px 10px 225px;
  max-width: 1790px;
}

.breadcrumbs--vacancies > .breadcrumbs__wrap {
  margin-left: 0;
}

.breadcrumbs--vacancies + .vacancy {
  margin-top: -40px;
}

.breadcrumbs--vacancies + .vacancy .vacancy-content {
  margin-top: 40px;
}

.breadcrumbs--history {
  padding-left: 255px;
  padding-right: 15px;
}

.breadcrumbs--resume {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#contacts-map .main-title,
.history__items .main-title {
  margin-top: 0;
}

.history__items > .main-title {
  padding-left: 240px;
  padding-right: 15px;
}

.history-nav > .ideas__menu {
  margin-top: -20px;
}

.news-wrap .main-title {
  margin-top: 20px;
}

.news-list .main-news__img.fw-width-1-1 {
  padding-right: 0;
}

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

.recommedation__column {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 625px;
  width: 100%;
}

.recommedation__column:first-child {
  display: flex;
}

.recommedation__column:first-child > .recommedation__items {
  display: flex;
  flex-direction: column;
  padding: 15px 40px 0;
}

.recommedation__column:first-child > .recommedation__items > .recommedation__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.recommedation__news {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  height: 190px;
}

.recommedation__news:last-child {
  padding-bottom: 0;
}

.recommedation__image-wrap {
  position: relative;
  margin-right: 30px;
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recommedation__image {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 150px;
  width: auto;
  max-width: 100%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0;
}

.next-news__image-wrap {
  display: block;
  position: relative;
  width: 625px;
  height: 625px;
  overflow: hidden;
  margin-bottom: 40px;
}

/*.next-news__image {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: auto;
    width: 625px;
    transform: translateX(-50%)
    translateY(-50%);
    text-align: center;
    font-size: 14px;
}*/
.recommedation__subtitle {
  margin: 20px 0 10px;
}

.recommedation-item-title {
  max-width: 45%;
}

.brand__certificate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.brand__certificate .certificate-ico {
  width: 100px;
  height: auto;
}

.brand__description-wrap {
  z-index: 1;
}

.brand__image-wrap {
  position: relative;
  min-height: 500px;
  text-align: right;
  overflow: hidden;
  margin-top: 70px;
}

.brand__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: 100%;
}

.brand__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1441px;
  width: 100%;
}

.brand__detail {
  margin-top: 20px;
}

.brands-items-line-item:not(.brands-items-line-item__index) {
  /*height: 360px;*/
}

.history-index .history-nav {
  top: 150px;
}

.form-popup .attachment-files_file {
  font-size: 14px;
  line-height: 25px;
  color: #caa98b;
  display: block;
}

.form-popup .attachment-files_file:before {
  content: url('/upload/file-ico.png');
  padding-right: 10px;
  vertical-align: middle;
  height: 25px;
  display: inline-block;
}

.form-popup .attachment-files_file span {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.form-popup .attachment-files_file i.delete {
  width: 15px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  background: url('/upload/icon/icon_delete.png') center center no-repeat;
  cursor: pointer;
}

.form-popup .form__text-input--error {
  border-color: #a61c35 !important;
}

.form-popup .form__select > .current {
  color: #2d2d2d;
}

.form-popup input,
.form-popup textarea {
  outline: none;
}

.form-popup input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #2d2d2d !important;
  color: #2d2d2d !important;
}

.form-popup .nice-select .option.disabled {
  display: none;
}

.form-popup .nice-select {
  display: flex;
  align-items: center;
  text-transform: none;
  height: 100%;
  margin-bottom: 0;
  padding-right: 25px;
}

.form-popup .nice-select > .current {
  overflow: hidden;
}

.form-popup .nice-select > .list {
  margin-top: 1px;
  width: 100%;
  color: #3d3d3d;
}

.form-popup .nice-select > .list .option {
  overflow: hidden;
}

.form-popup .form__select--default {
  color: #c2c2c2;
}

.form-popup .form__hint {
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #c2c2c2;
  cursor: text;
  transition: ease .2s;
}

.form-popup textarea + .form__hint {
  top: 35px;
  left: 30px;
}

.form-popup textarea + .form__hint.active {
  top: -20px;
  left: 0;
  transition: ease .2s;
}

.form-popup .form__hint.active {
  font-size: .8em;
  top: 0;
  transition: ease .2s;
}

.form-popup .form__hint.show {
  display: block;
}

.popup-content .form__input-wrap > :first-child {
  width: 100%;
}

.popup-content .form__input-wrap .error-wrap {
  margin: 5px 0 15px 0;
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.popup-content .form__textarea {
  min-height: 130px;
}

/**/
.fw-fz-16 {
  font-size: 16px;
  line-height: 25px;
}

.brands-items-line-item-overlay {
  padding: 0;
  top: 0;
  margin: 0;
  display: block;
}

.brands-items-line-item-overlay > div {
  margin: 40px;
}

.news-list.news-wrap > .container-small {
  padding-left: 50px;
  max-width: 1440px;
}

.modern-index.modern-production .fw-bg-color-light-pale-yellow {
  margin: 0;
}

.main-map__wrap-map {
  overflow: hidden;
  margin-bottom: 50px;
}

.partnership .container-small {
  max-width: 1327px;
  padding: 300px 0 200px 15px;
  width: auto;
}

.after-footer-block-left {
  width: 100%;
}

.after-footer-block-right {
  flex-shrink: 0;
}
.top-copyright {
  position:relative;
  top:-1px;
}
.after-footer-block-left__container {
  display: flex;
}

.mirel-mobile__slider .owl-nav {
  position: relative;
  z-index: 1;
}

.production-mirel__mobile .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  outline: none;
  color: inherit;
}

.production-mirel__mobile .owl-theme .owl-nav :first-child {
  transform: rotate(180deg);
}

.brands-page .main-info img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.brands-page .main-info__right {
  min-width: 50%;
  position: static;
  top: auto;
  left: auto;
}

.brands-page.karyera {
  margin-top: 40px;
}

.brendy-detail {
  margin: 40px auto 100px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1790px;
  width: 100%;
}

.brendy-detail__main-wrap {
  padding: 20px 15px 100px;
  background-color: #fdf7f2;
}

.brendy-detail__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
}

.mission {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 120px 270px 0 200px;
  min-height: 470px;
  width: 100%;
  overflow: hidden;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.mission p {
  margin-top: 0;
  margin-bottom: 35px;
}

.mission p:last-child {
  margin-bottom: 0;
}

.mission__wrap-text {
  padding-top: 60px;
  padding-bottom: 45px;
  width: 50%;
}

.mission__author {
  font-size: 24px;
}

.mission__image {
  width: 50%;
}

.mission__image img {
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
}

.header-slider__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.fw-checkbox__placeholder {
  flex-shrink: 0;
}

.fw-checkbox__input:checked + .fw-checkbox__placeholder {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #3d3d3d;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

.fw-checkbox__input:checked + .fw-checkbox__placeholder::before {
  content: '\2713';
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  background-color: transparent;
  font-size: 22px;
  color: #3d3d3d;
}
.fw-checkbox__input:checked + .fw-checkbox__placeholder::after {
  content: none;
}

@media (max-width: 1800px) {
  .contacts > .resume-wrap {
    padding: 0;
    margin: 0;
  }

  .contacts > .resume-wrap > div {
    margin: 0 20px;
  }

  .breadcrumbs--resume > .breadcrumbs__wrap {
    padding: 0 20px;
  }

  .production-mirel .ideas__menu {
    padding-left: 20px;
  }

  .brendy-detail {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1790px) {
  .modern-index > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-index + .container {
    padding-left: 0;
    padding-right: 0;
  }

  .priorities {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media (max-width: 1280px) {
  .brands-items-line-item-overlay > div {
    margin: 20px;
  }

  .brands-items-line-item-overlay p.fw-fz-16 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1000px) {
  .brands-items-line-item-overlay > div {
    margin: 50px;
  }

  .partnership .container-small {
    padding-top: 100px;
  }

  .brendy-detail__main-wrap {
    padding-bottom: 70px;
  }

  .brendy-detail {
    margin-bottom: 70px;
  }
}

@media (max-width: 900px) {
  .contacts form .form__line .form__label {
    display: none;
  }

  .contacts form .form__line {
    margin: 0 0 20px 0;
  }

  .form-popup .attachment-files_file {
    width: 100%;
  }

}

@media (max-width: 769px) {
  .brands-items-line-item-overlay > div {
    margin: 20px;
  }
}

@media (max-width: 480px) {
  .contacts .form__line .form__label {
    display: none;
  }

  .contacts form .form__line {
    margin: 0 0 20px 0;
  }

  .popup-overlay {
    height: auto;
  }

  .popup-content {
    padding-bottom: 60px;
  }

  .popup-header span {
    font-size: 18px;
    line-height: 25px;
    margin: 0 20px 0 0;
  }

  .popup-header .close-popup {
    width: 15px;
    height: 15px;
    display: block;
  }

  .popup-header .close-popup > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }

  .form-popup input, .form-popup .form__text-input {
    height: 40px;
  }

  .form-popup .form__line.fw-pt-45 {
    padding-top: 30px;
  }

  .form-popup .fw-checkbox__content {
    font-size: 14px;
    line-height: 20px;
  }

  .form-popup .fw-button span {
    font-size: 14px;
  }

  .form-popup textarea {
    resize: none;
    height: 130px;
    padding: 10px;
  }

  .form-popup textarea + .form__hint {
    top: 20px;
    left: 15px;
  }
}

@media (max-width: 1150px) {
  .contacts .form__input-wrap > :first-child:not(.fw-button-submit) {
    width: 100%;
  }

  .brendy-detail__main-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1400px) {
  .production-mirel {
    padding-right: 20px;
  }

  .production-mirel__items-desktop .catalog-item {
    width: 33.33334%;
  }
}

@media (max-width: 1280px) {
  .production-mirel .production-mirel__list-wrap {

  }

  .production-mirel__items-desktop .catalog-item {
    width: 50%;
    margin: 0 0 50px 0;
    padding: 0;
  }

  .production-mirel__items-desktop .catalog-item a {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
  }
}

@media (max-width: 1800px) {
  .supervisor > .container-small.fw-pl-55 {
    padding-left: 15px;
  }

  .breadcrumbs,
  .modern,
  .contacts__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  #contacts-map .main-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-map__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs--karyera,
  .breadcrumbs--news,
  .breadcrumbs--agreement {
    max-width: 1790px;
  }

  .partners-and-vacancies {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1600px) {
  .after-footer-block-left__container {
    display: flex;
    flex-direction: row;
    padding-left: 30px;
    justify-content: center;
    align-items: center;
  }

  .after-footer-block-wrap {
    flex-direction: row;
    padding-bottom: 0;
  }

  .after-footer-block-wrap .after-footer-block-left {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
  }

  .after-footer-block-left__container li {
    margin-right: 30px;
  }

  .after-footer-block-left__container li:last-child {
    margin-right: 0;
  }

  .after-footer-block-wrap .after-footer-block-left ul {
    flex-direction: row;
  }

  .after-footer-block-wrap .after-footer-block-left > .agreements a {
    padding: 0 !important;
  }

  .lang-slider {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1550px) {
  .after-footer-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .after-footer-block-wrap .after-footer-block-left ul {
    flex-direction: column;
  }

  .after-footer-block-wrap .after-footer-block-left {
    flex-direction: column;
  }

  .after-footer-block-wrap .after-footer-block-left > * {
    margin-bottom: 15px;
  }

  .after-footer-block-wrap .after-footer-block-left > :last-child {
    margin-bottom: 0;
  }

  .after-footer-block-right {
    align-self: flex-end;
  }

  footer .lang-slider {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1510px) {
  .history-in-numbers > :nth-child(3) > .history-in-numbers-item--number::after {
    width: 0;
  }
}

@media (max-width: 1500px) {
  .breadcrumbs--resume {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .brands-index {
    max-width: 1411px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-recommedation-index > * {
    max-width: 1411px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brands-items-line-item:not(.brands-items-line-item__index) {
    /*min-height: 25vw;*/
    /*height: auto;*/
  }
}

@media (max-width: 1350px) {
  .breadcrumbs--karyera > .breadcrumbs__wrap,
  .breadcrumbs--news > .breadcrumbs__wrap {
    padding-left: 0;
  }

  .modern-wrap .tabs-projects {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modern-wrap .main-title {
    padding-left: 0;
  }

  .modern-wrap .main-title + .modern-production-line {
    margin-bottom: 0;
  }

  .news-navigation__nav {
    padding-left: 0;
  }

  .navigation__nav {
    margin: 15px;
  }

  .main-news-info span {
    padding-left: 15px;
  }

  .news-navigation__date {
    padding-left: 0;
  }

  /*.news-navigation__header,
  .news-list .news-small {
      padding-left: 130px;
  }*/
  .main-news_text {
    padding-left: 15px;
  }

  .contacts__main-title {
    padding-left: 0;
  }

  .recommedation__columns {
    flex-direction: column;
  }

  .recommedation__column {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .recommedation__column:first-child {
    margin-bottom: 40px;
  }

  .recommedation__column:first-child .recommedation__items {
    padding-bottom: 15px;
    width: 100%;
  }

  .recommedation__items .recommedation__item:last-child {
    margin-bottom: 0;
  }

  .news-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recommedation-item-title {
    max-width: 45%;
  }

  .next-news__image-wrap {
    height: calc(100vw - 30px);
  }

  .brands-about {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .contacts__wrap > .contacts .fw-bg-color-light-pale-yellow {
    background-color: #fdf7f2;
  }

  .news-list.news-wrap > .container-small {
    padding-left: 0;
  }

  .brand__top-block .fw-width-680 {
    margin-top: 30px;
  }
}

@media (max-width: 1250px) {
  .breadcrumbs--history {
    padding-left: 115px;
  }

  .history__items > .main-title {
    padding-left: 100px;
  }

  .history-nav > .ideas__menu {
    margin-top: -25px;
  }

  .news-wrap + .news-list {
    padding-left: 0;
    padding-right: 0;
  }

  .news-list .news-items {
    padding-left: 15px;
    padding-right: 15px;
  }

  .production-mirel {
    padding-right: 0;
  }

  .production-mirel__content {
    flex-direction: column;
    align-items: center;
  }

  .production-mirel__header {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .production-mirel__title {
    margin-bottom: 20px;
  }

  .production-mirel__support {
    width: 0;
  }

  .production-mirel__content .production-mirel__list-wrap {
    margin-bottom: 100px;
  }

  .production-mirel__content .ideas__menu-item.active .ideas__menu-link:before {
    width: 1000px;
  }

  .production-mirel__items-desktop .fw-grid-50 {
    margin-left: 0;
  }

  .production-mirel__items-desktop .catalog-item {
    padding: 15px;
  }

  .catalog-pager__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .after-footer-block.container {
    padding: 15px;
  }
}

@media (max-width: 1050px) {
  .politic > :first-child {
    padding-top: 0;
  }

  .politic-title,
  .politic .politic-paragraph {
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .modern-production > .container > .container-small {
    padding: 0;
  }

  #contacts-map .locations {
    padding-top: 0;
  }

  .breadcrumbs--history {
    padding-left: 15px;
  }

  .history__items > .main-title {
    padding-left: 0;
  }

  .news-list .news-items {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brands-items-line-item:not(.brands-items-line-item__index) {
    /*min-height: 50vw;*/
  }

  .modern-index > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-index > .container .modern-index__title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern-index + .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-index + .container > .partnership {
    padding-left: 15px;
  }

  .production-mirel__header {
    margin-bottom: 70px;
  }

  .production-mirel__content .production-mirel__list-wrap {
    margin-bottom: 70px;
  }
}

@media (max-width: 1280px) and (min-width: 781px) {
  .news-list .news-small td {
    display: block;
    width: 50%;
  }

  .news-list .news-small tbody {
    display: block;
  }

  .news-list .news-small tbody tr {
    display: inline-flex;
  }

  .news-list .news-small img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1280px) {

  .js-catalog > .production-mirel__mobile {
    display: block;
  }

  .js-catalog > .production-mirel__mobile .ideas__menu {
    display: inline-flex;
    flex-direction: column;
  }
}

@media (max-width: 1150px) {
  .modern .container .modern-production-line {
    margin-bottom: 0;
  }

  .modern-wrap.students .modern-production-item-right {
    margin-right: auto;
  }

  .contacts-detail .modern-production-item-right {
    width: 50%;
    max-width: none;
  }

  .modern.container .modern-production-line:last-child {
    margin-bottom: 0;
  }

  .brands-page .main-info__right {
    margin-bottom: -50px;
  }

  .brands-page .main-info__left {
    max-height: 100%;
  }
}

@media (max-width: 1100px) {
  .modern-wrap .corporate-life-slider {
    margin-top: 0;
    margin-bottom: 0;
  }

  .modern-wrap .corporate-life-slider > .owl-stage-outer {
    margin-bottom: 0;
  }

  .modern-wrap .corporate-life__employees {
    margin-bottom: 0;
  }

  .modern-wrap.students .modern-production:last-child > .container {
    padding-bottom: 20px;
  }

  .opportunity.corporate-life__employees {
    margin-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .modern .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern .modern-production-item-right {
    margin-right: auto;
  }

  .modern-wrap.students .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern-wrap.students .modern-production-item-right {
    margin-left: auto;
  }

  .contacts-detail .modern-production-item-right {
    width: 100%;
  }

  .next-news__image-wrap {
    max-width: 100%;
    max-height: calc(100vw - 30px);
  }

  .brands-mobile-description__index {
    padding-left: 15px;
  }

  .after-footer-block-left__container {
    flex-direction: column;
  }
}

@media (max-width: 950px) {
  .vacancies_not-found {
    padding-bottom: 0;
  }

  .vacancy-content .shops__filter-mobile {
    display: flex;
  }

  .breadcrumbs--vacancies {
    padding-left: 15px;
  }
}

@media (min-width: 951px) {
  .vacancy-content .shops__filter {
    display: none !important;
  }
}

@media (max-width: 850px) {
  .modern > .container,
  .modern-wrap .corporate-life__employees,
  .modern-wrap .tabs-projects {
    padding-bottom: 70px;
  }

  .modern-wrap .corporate-life__text {
    padding-top: 0;
    margin-bottom: 70px;
  }

  .modern-wrap.students .container {
    padding-top: 70px;
  }

  .modern-wrap.students > .container > * {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .modern-wrap.students .main-title {
    margin-top: -15px;
  }

  .modern-wrap .tabs-projects .priorities-wrap {
    flex-basis: 70%;
  }

  .opportunity.corporate-life__employees {
    margin-bottom: 60px;
  }

  .partners-and-vacancies__wrap {
    padding-top: 60px;
  }

  .modern > .brand-title {
    padding-bottom: 30px;
  }

  .modern > .brand-title .main-title {
    margin-bottom: 0;
  }
}

@media (max-width: 780px) {
  .news-list .news-small td {
    display: block;
    width: 100%;
  }

  .modern-production > .container {
    padding-bottom: 60px;
  }

  .modern-index > .container {
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .header > .container > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .modern .main-title,
  .modern-wrap .main-title {
    font-size: 30px;
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .main-title.contacts__main-title {
    padding-bottom: 30px;
  }

  .modern .main-title {
    margin-top: 0;
    padding-top: 15px !important;
  }

  .modern .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }

  .modern .modern-production-item-right {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modern .modern-production-item-right p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }

  .modern .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .modern .main-title,
  .modern-wrap .main-title {
    padding-left: 0;
  }

  .modern-wrap .modern-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .modern .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modern .main-title,
  .modern-wrap .main-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modern-wrap .main-title {
    margin-top: 0;
    padding-top: 35px;
  }

  .modern-wrap.students .main-title {
    margin-left: 0;
    padding-left: 15px;
  }

  .modern-wrap,
  .modern-wrap > .corporate-life__employees:nth-child(2) > .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-wrap .corporate-life__text {
    margin-bottom: 0;
  }

  .modern-wrap .corporate-life__bottom-section {
    margin-bottom: 15px;
  }

  .modern-wrap > .corporate-life__videos > .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-wrap.students > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .modern .modern-production-line .modern-production-item-text,
  .modern-wrap.students .modern-production-line .modern-production-item-text {
    max-width: 100%;
    width: calc(100% - 30px);
  }

  .modern-wrap.students .review__title {
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .modern-wrap.students .review__name {
    font-size: 24px;
  }

  .modern-wrap .header-slide--bg {
    height: auto;
  }

  .modern-wrap .slider-all-history {
    display: block;
  }

  .modern-wrap .main-title {
    margin-left: -19px;
    padding-top: 0;
  }

  .modern-wrap.students .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .modern-wrap > .us-project {
    padding-top: 60px;
  }

  .opportunity.corporate-life__employees {
    margin-left: 23px;
  }

  .modern-index > .container > * {
    padding-top: 0;
  }

  .partnership .container-small {
    padding-top: 50px;
  }

  .brand__detail > div {
    padding-bottom: 50px;
  }

  .brand__description-wrap {
    width: auto;
  }

  .brand__top-block .fw-width-680 {
    width: auto;
  }

  .brendy-detail__main-wrap {
    padding-bottom: 50px;
  }

  .brendy-detail {
    margin-bottom: 50px;
  }

  .after-footer-block-wrap {
    flex-direction: column;
  }

  .after-footer-block-right {
    padding-top: 45px;
  }
}

@media (max-width: 650px) {
  .vacancy-content .main-title {
    margin-left: -3px;
  }
}

@media (max-width: 600px) {
  .modern-wrap .tabs-projects {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }

  .modern-wrap .tabs-projects > .priorities-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }

  .modern-wrap .tabs-projects > .priorities-mobile .owl-item {
    padding-left: 15px;
  }

  .fixed-menu-left .soc-menu .show-lang-title-mobile {
    display: flex;
  }

  .fixed-menu-left .fixed-menu-tabs-navigation::before {
    width: auto;
    height: auto;
    background: none;
  }

  .fixed-menu.fixed-menu-open .menu-close {
    width: 25px;
    height: 25px;
    opacity: 1;
  }

  .fixed-menu .menu-close::before,
  .fixed-menu .menu-close::after {
    left: 11px;
    height: 35px;
  }

  .production-mirel__items-desktop .catalog-pager__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .catalog-pager__wrapper .vacancies-company__pagination {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .modern-wrap .slider-all-history > .fas {
    font-size: 40px;
  }

  .vacancy .vacancies__item .item-info__title a {
    font-size: 16px;
  }

  .news-list .left-block-rec div {
    width: 100%;
    flex-wrap: wrap;
  }

  .contacts__main-title {
    padding-left: 0;
  }

  .vacancies__list .vacancies__item-more,
  .vacancies__list .vacancies__item-more a {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .search-input-wrap {
    margin-top: 20px;
    margin-left: 45px;
  }

  .search-input-wrap form {
    display: inline-block;

  }

  .main-title {
    margin-left: 0;
  }

  .recommedation__subtitle {
    margin-bottom: 10px;
  }

  .recommedation__column:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .recommedation__column:first-child > .recommedation__items > .recommedation__item {
    display: block;
  }

  .recommedation__news {
    display: block;
    height: auto;
  }

  .recommedation__image-wrap {
    height: 150px;
    margin-right: 0;
  }

  .recommedation__image-wrap + * {
    margin-top: 15px;
    width: 100%;
  }

  .recommedation-item-link {
    margin-top: 20px;
    position: absolute;
  }

  .recommedation-item-title {
    max-width: 100%;
  }

  .section__recommedation {
    padding-bottom: 70px;
  }

  .brand__image-wrap {
    min-height: 300px;
  }

  .brands-mobile-description__index {
    padding-left: 0;
  }

  .main-map__main-title.main-title {
    font-size: 26px;
  }

  .production-mirel__items-desktop .fw-grid-50 {
    display: block;
  }

  .production-mirel__items-desktop .catalog-item {
    width: auto;
  }

  div.progress {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .fw-block-news {
    flex-direction: column-reverse;
  }

  .news-list .news-small {
    width: 100%;
    padding: 0;
  }

  .news-navigation__header {
    padding-left: 0;
  }

  .news-navigation__news-heading {
    font-size: 24px !important;
    font-weight: normal !important;
  }

  .main-news__picture {
    width: 100%;
    background-repeat: no-repeat;
    min-height: 600px;
  }

  .fw-block-top {
    max-width: 650px;
    width: 100%;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 70px 90px 70px 85px !important;
  }

  .fw-block-top.fw-bg-color-light-pale-yellow {
    background-color: #fdf7f2;
  }

  .news-list .fw-block-top {
    max-width: 650px;
  }

  .fw-block-bottom {
    width: 100%;
    margin-top: -200px;

  }

  .flex-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;

  }

  .fw-block-bottom img {
    max-height: none !important;
    height: 100%;
    background-size: cover;
  }

  .news-list .small-80 {
    width: 100%;
  }

  .modern-index + .container .partnership-index__content {
    padding-right: 15px;
  }
}

@media (max-width: 900px) {
  .brands-mobile .brands-items-line-item {
    /*min-height: 50vw;*/
  }

  .about .mission {
    margin-top: 100px;
    padding-top: 0;
    align-items: center;
  }

  .mission__wrap-text {
    width: 80%;
  }

  .mission__image {
    width: 80%;
  }
}

@media (max-width: 700px) {
  .breadcrumbs--vacancies {
    padding-left: 15px;
  }

  .breadcrumbs--karyera > .breadcrumbs__wrap,
  .breadcrumbs--news > .breadcrumbs__wrap,
  .breadcrumbs--agreement > .breadcrumbs__wrap {
    padding-left: 0;
  }

  .fw-block-top {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 35px 25px !important;
  }

  .news-navigation__nav {
    padding-left: 15px;
  }

  .news-wrap .main-title {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .news-navigation__header {
    padding-left: 15px;
  }

  .news-wrap .corporate-life__main-title {
    font-size: 30px;
  }

  .news-info-container .item-text--title {
    font-size: 24px;
  }

  .history__items .main-title {
    margin-left: 0;
    margin-top: 0;
    padding: 15px 0 0;
    font-size: 30px;
  }

  .history__items .main-title {
    padding-top: 0;
  }

  .news-wrap .main-title {
    padding-left: 0;
  }

  .recommedation__subtitle {
    font-size: 10px;
  }

  .news-navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .brands-mobile .brands__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .production-mirel__title {
    font-size: 30px;
  }

  .production-mirel__header {
    margin-bottom: 50px;
  }

  .production-mirel__content .production-mirel__list-wrap {
    margin-bottom: 50px;
  }

  .header-slider .owl-stage-outer {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about .mission {
    margin-top: 0;
    font-size: 16px;
  }

  .mission__wrap-text {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
    width: 100%;
  }

  .mission p {
    margin-bottom: 20px;
  }

  .mission__author {
    font-size: 14px;
  }

  .mission__image {
    min-height: 100%;
  }
}

@media (max-width: 768px) {
  .news-navigation__news-heading {
    padding: 40px 0 0 0 !important;
  }
}

@media (max-width: 600px) {
  .mission__image {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .about .mission {
    margin-top: 50px;
  }
}

@media (min-width: 1350px) {
  .news-navigation__news-heading {
    padding-left: 0;
  }

  .news-navigation__header {
    padding-left: 180px;
  }
}

.brands-page .main-info img {
  width: auto;
  height: auto;
}

@media (max-width: 1000px) {
  .brands-page .main-info img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

@media (min-width: 1000px) {
  .news-list .fw-width-1-1 {
    padding-right: 25px;
  }
}

@media (max-width: 375px) and (max-height: 812px) {
  .popup-overlay {
    height: auto;
    padding-top: 50px;
  }
}

@media (max-width: 414px) and (max-height: 736px) {
  .popup-overlay {
    height: auto;
    padding-top: 100px;
  }
}

@media (max-width: 375px) and (max-height: 667px) {
  .popup-overlay {
    height: auto;
    padding-top: 190px;
  }
}

@media (max-width: 320px) and (max-height: 568px) {
  .popup-overlay {
    height: auto;
    padding-top: 310px;
  }
}

@media (width: 320px) and (height: 533px) {
  .popup-overlay {
    height: auto;
    padding-top: 350px;
  }
}

@media (width: 360px) and (height: 640px) {
  .popup-overlay {
    height: auto;
    padding-top: 220px;
  }
}

@media (max-width: 320px) and (max-height: 360px) {
  .popup-overlay {
    height: auto;
    padding-top: 440px;
  }
}


.brend-btn {
  height: unset;
  padding-top:16px;
  padding-bottom: 16px;
}

.brend-btn span {
  line-height: 20px;
}
@media (max-width:700px) {
  .brend-btn span {
    line-height: 18px; 
  }
}
@media (max-width:450px) {
  .brend-btn span {
    line-height: 16px; 
  }
}
.brend-btn  span {
  font-family: MontserratBold;
}

@media (max-width:768px) {
  .brend-btn {
    padding-left:32px;
    padding-right:32px;
    padding-top:12px;
    padding-bottom: 12px;
  }
}

@media (max-width:480px) {
  .brend-btn {
    padding-left:24px;
    padding-right:24px;
    padding-top:8px;
    padding-bottom: 8px;
  }
}

.brend-btn.fw-button:hover .icon-arrow{
  margin-left: 0;
}

.brand-sliders {
  flex-flow: column;
}
@media (max-width:1350px) {
  .brand-sliders {
    flex-flow:unset;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.brandSlider,.thumbSlider{
  width: 100%;
}
.thumbSlider.nullSlides .swiper-wrapper{
  justify-content: center;
}
.brandSlider {
  margin-bottom: 23px;
}



.brand-sliders__bottom{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  width: 100%;
}

@media (max-width:1350px) {
  .brand-sliders__bottom {
    column-gap:8px ;
    padding:0 80px;
    width: 100%;
    max-width: 680px;;
  }
}
@media (max-width:750px) {
  .brand-sliders__bottom {
    column-gap:8px ;
    padding:0;
    width: calc(100% - 30px);
    max-width: unset;
  }
}
.thumbSlider {
  width: calc(100% - 180px);
}

@media (max-width:1350px) {
  .thumbSlider {
    width: calc(100% - 80px);
  }
}



.thumbSlider img{
  width: 100%;
}

.thumbSlider .swiper-slide {
  border:1px solid rgba(255, 255, 255, 0);
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.thumbSlider .swiper-slide:before {
  content:'';
  z-index: 1;
  top:0;
  left:0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.20) 0%, rgba(7, 7, 7, 0.20) 100%);
}

.thumbSlider .swiper-slide img {
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbSlider .swiper-slide.swiper-slide-thumb-active {
  border:1px solid rgba(166, 28, 53, 1);
}
.thumbSlider .swiper-slide.swiper-slide-thumb-active:before {
  content:'';
  opacity: 0;
  top:0;
  left:0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.20) 0%, rgba(7, 7, 7, 0.20) 100%);
}

.brand-sliders__bottom .thumbsNav:after {
  display: none;
}

.brand-sliders__bottom  .thumbsNav {
  top:50%;
  height: 100%;
  background-color:rgba(250, 238, 227, 1) ;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0;
  position: static;
}
.brand-sliders__bottom  .thumbsNav.swiper-button-lock {
  display: none;
}
@media (max-width:1350px) {
  /* .brand-sliders__bottom  .thumbsNav {
    height: 79px;
  } */
}

@media (max-width:750px) {
  .brand-sliders__bottom  .thumbsNav {
    height: 100%;
  }
}

.brand-sliders__bottom  .thumbsNav svg {
  width: 21px;
}
@media (max-width:1350px) {
  .brand-sliders__bottom  .thumbsNav svg {
    width: 18px;
  }
}
.thumbsNav.swiper-button-next svg{
  transform: rotate(180deg);
}

.brend-btn__mob {
  display: none;
}

.brend-btn__desk{

}

@media (max-width:750px) {
  .brend-btn__desk {
    display: none;
  }
  .brend-btn__mob {
    margin-left:15px;
    width: calc(100% - 30px);
    display: flex;
  }
}