@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Inter"), url("../themes/mgk/assets/fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: bold;
  font-weight: 400;
  font-display: swap;
  src: local("Inter"), url("../themes/mgk/assets/fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: bold;
  font-weight: 300;
  font-display: swap;
  src: local("Inter"), url("../themes/mgk/assets/fonts/Inter-Light.woff2") format("woff2");
}
input, textarea {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  display: flex;
  align-content: stretch;
  flex-direction: column;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  font-weight: normal;
  color: #121534;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
main {
  flex-grow: 1;
}
a {
  text-decoration: none;
  color: currentColor;
}
a:active {
  outline: none;
}
p {
  margin: 0;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  height: 100%;
}
svg {
  width: 100%;
  height: 100%;
}
* {
  box-sizing: border-box;
}
*:focus-visible {
  outline: none;
}
.header {
  color: #fff;
  border-bottom: 1px solid #9393B9;
  background: rgba(34, 34, 49, 0.6);
  backdrop-filter: blur(5.5px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-height: 121px;
  position: fixed;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 70px;
  }
}
.header__wrap {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__logo {
  display: block;
  max-width: 392px;
  min-height: 121px;
  background-color: white;
  margin-right: 30px;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    min-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-right: 20px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__logo img {
    object-fit: contain;
  }
}
.header__menu-contact {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 34px;
}
.header__nav {
  display: flex;
  font-size: 14px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    flex-direction: column;
  }
}
.header__nav-item {
  display: flex;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__nav-item {
    font-size: 14px;
    text-transform: uppercase;
    justify-content: space-between;
    margin-right: 12px;
    margin-bottom: 40px;
    position: static;
  }
}
.header__nav-item-link {
  display: flex;
  padding-bottom: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-link {
    font-size: 14px;
    width: 100%;
    padding-bottom: 0;
    justify-content: space-between;
    align-items: center;
    width: 20px;
  }
}
.header__nav-item-link-title {
  display: block;
}
.header__nav-item-link:hover {
  border-bottom: 7px solid #F81C43;
  transition: all 0.2s;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-link:hover {
    border-bottom: none;
  }
}
.header__nav-item-link.border-bottom {
  border-bottom: 7px solid #F81C43;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-link.border-bottom {
    border-bottom: none;
  }
}
.header__nav-item-arrow {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-arrow {
    transform: rotate(270deg);
  }
}
.header__nav-item-arrow img {
  width: 100%;
  height: 100%;
}
.header__nav-item-submenu {
  max-height: 0;
  overflow: hidden;
  background: #202342;
  backdrop-filter: blur(5.5px);
  position: absolute;
  top: 37px;
  left: -42px;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-submenu {
    transform: translateX(-100%);
    top: 0;
    left: 0;
    padding: 38px 17px;
    width: 100%;
    height: 100%;
  }
}
.header__nav-item-submenu-title-text {
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.header__nav-item-submenu-title-text:hover {
  color: #9393B9;
  transition: all 0.2s;
}
.header__nav-item-submenu-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-submenu-item {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.header__nav-item-submenu-item:last-child {
  margin-bottom: 0;
}
.header__nav-item-submenu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
}
.header__nav-item-submenu-link {
  display: block;
  font-size: 16px;
  max-width: 249px;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-submenu-link {
    font-size: 16px;
    text-transform: none;
  }
}
.header__nav-item-submenu-link:hover {
  color: #9393B9;
  transition: all 0.2s;
}
.header__nav-item-submenu.open {
  max-height: max-content;
  padding: 40px;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .header__nav-item-submenu.open {
    transform: translate(0);
    width: 100%;
    height: 100vh;
    max-height: none;
    z-index: 100;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav-item-submenu.open {
    background: #121534;
    padding: 40px 19px 62px 17px;
  }
}
.header__nav-item.active .header__nav-item-arrow img {
  transform: rotate(180deg);
}
.header__nav-item.open .header__nav-item-arrow img {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .header__nav-item.open .header__nav-item-arrow img {
    transform: none;
  }
}
.header .social {
  margin-right: 40px;
  white-space: nowrap;
}
.header__callback {
  border-left: 1px solid #9393B9;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
.header__callback-text {
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 1446px) {
  .header__callback-text {
    display: none;
  }
}
.header__callback .button {
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: none;
  position: relative;
}
@media screen and (max-width: 1446px) {
  .header__callback .button {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .header__callback .button {
    padding: 10px;
    width: 30px;
    height: 30px;
  }
}
.header__callback .button svg {
  position: absolute;
  top: 13px;
  left: 0px;
  width: 24x;
  height: 26px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .header__callback .button svg {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 15px;
  }
}
.header__callback.active {
  display: none;
}
.header .contact {
  align-items: start;
}
.header .contact__address {
  margin-right: 20px;
}
.header .contact__address svg {
  width: 16px;
  height: 21px;
}
.header .contact__number-flex {
  display: flex;
}
.header .contact__phone {
  align-items: baseline;
  margin-right: 40px;
  white-space: nowrap;
}
.header .contact__phone svg {
  width: 12px;
  height: 18px;
}
.header .contact__phone:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .header .contact__phone:first-child {
    margin-bottom: 26px;
  }
}
.header .contact__phone:last-child {
  margin-bottom: 0px;
}
.header .contact__mail {
  margin-right: 40px;
}
.header .contact__mail svg {
  width: 20px;
  height: 20px;
}
.header .contact__mail .contact__icons {
  margin-top: -4px;
}
.header .contact__icons {
  text-wrap: nowrap;
}
.header__block-mobile {
  display: flex;
}
.header__block-mobile .burger {
  width: 24px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__block-mobile .burger {
    display: flex;
    align-self: center;
    margin-right: 20px;
  }
}
.header__block-mobile .burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header__block-mobile .burger span:nth-child(1) {
  top: 0px;
}
.header__block-mobile .burger span:nth-child(2) {
  top: 7px;
}
.header__block-mobile .burger span:nth-child(3) {
  top: 14px;
}
.header__block-mobile .burger.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.header__block-mobile .burger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.header__block-mobile .burger.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}
.header__mobile-nav {
  position: absolute;
  padding: 40px 19px 62px 17px;
  top: 70px;
  left: 0px;
  width: 340px;
  height: 100vh;
  background-color: #121534;
  transition: all 0.5s;
  transform: translate(-100%);
  font-size: 14px !important;
}
@media screen and (max-width: 576px) {
  .header__mobile-nav {
    width: 100%;
  }
}
.header__mobile-nav .link-width {
  display: flex;
  justify-content: flex-end;
  width: 80px;
}
.header__mobile-nav .header__nav-item-title {
  margin-right: 12px;
}
.header__mobile-nav-arrow {
  width: 10px;
  height: 10px;
  transform: rotate(270deg);
}
@media screen and (min-width: 1200px) {
  .header__mobile-nav {
    display: none;
  }
}
.header__mobile-nav-back {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.header__mobile-nav-back-arrow {
  margin-right: 12px;
  transform: rotate(90deg);
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .header__mobile-nav .button {
    width: 100%;
    text-align: center;
  }
}
.header__mobile-nav .header__nav {
  padding-bottom: 0;
}
.header__mobile-nav .header__nav-item-submenu-title:hover {
  color: #9393B9;
  transition: all 0.2s;
}
.header__mobile-nav .footer__contact-block {
  grid-template-columns: 1fr;
  grid-row-gap: 40px;
}
.header__mobile-nav .footer__contact-block .contact__mail {
  margin-bottom: 0;
  order: 3;
}
.header__mobile-nav.active {
  transform: translate(0);
  left: 0px;
  transition: all 0.5s;
}
.footer {
  background-color: #121534;
  color: #fff;
  border-top: 1px solid #3D4B69;
  flex: 0 0 auto;
  z-index: 1;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(5, min-content);
  grid-column-gap: 40px;
  margin-bottom: 68px;
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .footer__nav {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footer__nav {
    grid-template-columns: repeat(2, min-content);
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }
}
.footer__nav-item {
  height: 30px;
}
.footer__nav-item a {
  padding-bottom: 10px;
}
.footer__nav-item a:hover {
  border-bottom: 7px solid #F81C43;
  transition: all 0.2s;
}
.footer__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.footer__contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media screen and (max-width: 576px) {
  .footer__contact-block {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    width: 100%;
  }
}
.footer__contact-block .contact__mail {
  margin-bottom: 58px;
}
@media screen and (max-width: 576px) {
  .footer__contact-block .contact__mail {
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-block .social {
    align-self: center;
  }
}
@media screen and (max-width: 576px) {
  .footer__contact-block .social {
    order: 3;
  }
}
.footer__logo {
  align-self: center;
  justify-self: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    justify-self: start;
    align-self: start;
  }
}
.footer__logo-svg {
  display: block;
  width: 150px;
  height: 22px;
  margin-bottom: 12px;
}
.slider-banner {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .slider-banner {
    margin-bottom: 60px;
  }
}
.banner-pagination__container {
  position: relative;
}
.company {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1100px) {
  .company {
    margin-bottom: 10px !important;
  }
}
.company__block {
  display: flex;
  min-width: 0;
}
@media screen and (max-width: 1100px) {
  .company__block {
    flex-direction: column;
  }
}
.company__block-content {
  margin-right: 99px;
}
@media screen and (max-width: 1440px) {
  .company__block-content {
    margin-right: 54px;
  }
}
@media screen and (max-width: 1100px) {
  .company__block-content {
    margin-bottom: 60px;
  }
}
.company__block-content-logo {
  width: 156px;
  height: 51px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .company__block-content-logo {
    margin-bottom: 30px;
  }
}
.company__block-content-title {
  margin-bottom: 40px;
  max-width: 252px;
}
@media screen and (max-width: 1100px) {
  .company__block-content-title {
    margin-bottom: 30px;
  }
}
.company__block-content-description {
  max-width: 501px;
}
@media screen and (max-width: 1100px) {
  .company__block-content-description {
    max-width: 572px;
  }
}
.company__block-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 820px !important;
  overflow: hidden;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .company__block-slider {
    width: 607px !important;
  }
}
@media screen and (max-width: 1100px) {
  .company__block-slider {
    width: 100% !important;
  }
}
.directions {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1100px) {
  .directions {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1440px) {
  .directions .h2 {
    font-size: 30px;
  }
}
.directions__title {
  margin-bottom: 40px;
  max-width: 262px;
}
@media screen and (max-width: 1100px) {
  .directions__title {
    margin-bottom: 30px;
  }
}
.cooperations {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1100px) {
  .cooperations {
    margin-bottom: 60px !important;
  }
}
.cooperations__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .cooperations__title {
    margin-bottom: 30px;
  }
}
.cooperations__countries {
  display: flex;
  margin-bottom: 42px;
}
@media screen and (max-width: 1100px) {
  .cooperations__countries {
    margin-bottom: 32px;
  }
}
.cooperations__countries-img {
  width: 72px;
  height: 70px;
  margin-right: 12px;
  flex-shrink: 0;
}
.cooperations__countries-img img {
  object-fit: cover;
}
.cooperations__countries-title {
  max-width: 255px;
}
.cooperations__text {
  max-width: 1027px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .cooperations__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .cooperations .button {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.logo-block {
  background: linear-gradient(180deg, #D3DBE3 -12.37%, rgba(229, 233, 239, 0.56) 99.98%);
  backdrop-filter: blur(13.0418720245px);
}
.logo-block__wrap {
  padding: 71px 0;
  overflow: hidden;
}
.vacancies__subtitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .vacancies__subtitle {
    margin-bottom: 30px;
  }
}
.breadcrumbs__wrap {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1440px) {
  .breadcrumbs__wrap {
    margin-bottom: 30px !important;
  }
}
.contacts__subtitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .contacts__subtitle {
    margin-bottom: 30px;
  }
}
.contacts__info {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .contacts__info {
    flex-direction: column;
  }
}
.contacts__info-map {
  width: 70%;
  height: 534px;
  margin-right: 60px;
}
@media screen and (max-width: 1440px) {
  .contacts__info-map {
    height: 400px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .contacts__info-map {
    width: 100%;
    height: 388px;
    margin-bottom: 30px;
  }
}
.contacts__info-map .ymap {
  width: 100%;
  height: 100%;
}
.contacts__info-data {
  color: #222231;
}
.contacts__info-data-title {
  margin-bottom: 10px;
  color: #9393B9;
  font-weight: 700;
}
.contacts__info-address {
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .contacts__info-address {
    white-space: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .contacts__info-address {
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .contacts__info-address {
    white-space: wrap;
  }
}
.contacts .contact__icons-link:hover {
  color: #C61938;
}
.news__search {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .news__search {
    margin-bottom: 30px;
  }
}
.news__card-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .news__card-wrap {
    margin-bottom: 30px;
  }
}
.news__pagination {
  display: flex;
  justify-content: center;
}
.news__pagination .pagination__item {
  margin-right: 30px;
  color: #222231;
  cursor: pointer;
}
.news__pagination .pagination__item-last {
  margin-right: 40px !important;
}
.news__pagination .pagination__item.active {
  color: #F81C43;
}
.news__pagination .pagination__dots {
  margin-right: 30px;
}
.news__pagination .pagination__prev, .news__pagination .pagination__next {
  display: block;
  width: 7px;
  height: 15px;
  flex-shrink: 0;
}
.news__pagination .pagination__prev:hover path, .news__pagination .pagination__next:hover path {
  stroke: #F81C43;
}
.news__pagination .pagination__prev {
  margin-right: 40px;
}
.news__pagination .pagination__next svg {
  transform: rotate(180deg);
}
section.remont {
  margin-bottom: 120px;
}
.remont {
  display: flex;
}
@media screen and (max-width: 1441px) {
  .remont {
    flex-wrap: wrap;
  }
}
.remont-sidebar {
  margin-right: 50px;
  width: 25%;
}
@media screen and (max-width: 1441px) {
  .remont-sidebar {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .remont-sidebar {
    max-width: 555px;
  }
}
.remont-detail__img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  height: 630px;
}
.remont-detail__img img {
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .remont-detail__img {
    height: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .remont-detail__img {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .remont-detail__img {
    height: 200px;
  }
}
.remont-detail__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
.remont-detail__swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .remont-detail__swiper {
    margin-bottom: 30px;
  }
}
.remont-detail__description p {
  margin-bottom: 20px;
}
.remont-detail__description h1, .remont-detail__description h2, .remont-detail__description h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.remont-detail__description h4, .remont-detail__description h5, .remont-detail__description h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.remont-detail__description ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 751px) {
  .remont-detail__description ul {
    grid-template-columns: auto;
  }
}
.remont-detail__description ul li::before {
  content: "•";
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.remont-detail__description ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}
@media screen and (max-width: 751px) {
  .remont-detail__description ol {
    grid-template-columns: auto;
  }
}
.remont-detail__description ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.remont-detail__back {
  display: flex;
  align-items: center;
  color: #9393B9;
  cursor: pointer;
  transition: all 0.3s;
}
.remont-detail__back:hover {
  color: #F81C43;
  transition: all 0.3s;
}
.remont-detail__back-arrow {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.remont-detail__back-arrow::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(248, 28, 81, 0.42);
  filter: blur(8px);
}
section.production {
  margin-bottom: 120px;
}
.production {
  display: flex;
}
@media screen and (max-width: 1441px) {
  .production {
    flex-wrap: wrap;
  }
}
.production-sidebar {
  margin-right: 50px;
  width: 25%;
}
@media screen and (max-width: 1441px) {
  .production-sidebar {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1101px) {
  .production-sidebar {
    max-width: 555px;
  }
}
.production-detail__img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  height: 630px;
}
.production-detail__img img {
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .production-detail__img {
    height: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .production-detail__img {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .production-detail__img {
    height: 200px;
  }
}
.production-detail__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
.production-detail__swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .production-detail__swiper {
    margin-bottom: 30px;
  }
}
.production-detail__description p {
  margin-bottom: 20px;
}
.production-detail__description h1, .production-detail__description h2, .production-detail__description h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.production-detail__description h4, .production-detail__description h5, .production-detail__description h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.production-detail__description ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 751px) {
  .production-detail__description ul {
    grid-template-columns: auto;
  }
}
.production-detail__description ul li::before {
  content: "•";
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.production-detail__description ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}
@media screen and (max-width: 751px) {
  .production-detail__description ol {
    grid-template-columns: auto;
  }
}
.production-detail__description ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.production-detail__doc {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: -10px;
  transition: all 0.2s;
}
.production-detail__doc:hover {
  color: #F81C43;
}
.production-detail__back {
  display: flex;
  align-items: center;
  color: #9393B9;
  cursor: pointer;
  transition: all 0.3s;
}
.production-detail__back:hover {
  transition: all 0.3s;
  color: #F81C43;
}
.production-detail__back-arrow {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.production-detail__back-arrow::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(248, 28, 81, 0.42);
  filter: blur(8px);
}
.news-detail__img {
  display: block;
  width: 100%;
  height: 630px;
  margin-bottom: 40px;
}
.news-detail__img img {
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .news-detail__img {
    height: 460px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail__img {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail__img {
    height: 200px;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__img {
    height: 150px;
  }
}
.news-detail__title {
  font-size: 30px;
  font-weight: 600;
  max-width: 637px;
  line-height: 42px;
}
@media screen and (max-width: 576px) {
  .news-detail__title {
    font-size: 24px;
    line-height: 33.6px;
  }
}
.news-detail__description p {
  margin-bottom: 20px;
}
.news-detail__description h1, .news-detail__description h2, .news-detail__description h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.news-detail__description h4, .news-detail__description h5, .news-detail__description h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.news-detail__description ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 751px) {
  .news-detail__description ul {
    grid-template-columns: auto;
  }
}
.news-detail__description ul li::before {
  content: "•";
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.news-detail__description ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}
@media screen and (max-width: 751px) {
  .news-detail__description ol {
    grid-template-columns: auto;
  }
}
.news-detail__description ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  color: #f81c43;
  display: inline-block;
  width: 20px;
}
.news-detail__swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .news-detail__swiper {
    margin-bottom: 30px;
  }
}
.news-detail__back {
  display: flex;
  align-items: center;
  color: #9393B9;
  cursor: pointer;
  transition: all 0.3s;
}
.news-detail__back:hover {
  color: #F81C43;
  transition: all 0.3s;
}
.news-detail__back-arrow {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.news-detail__back-arrow::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(248, 28, 81, 0.42);
  filter: blur(8px);
}
.page-not-found {
  height: 100%;
  padding-top: 120px !important;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .page-not-found {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 1200px) {
  .page-not-found img {
    object-fit: cover;
  }
}
.page-not-found__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}
.page-not-found__title.h1 {
  font-size: 60px;
}
@media screen and (max-width: 576px) {
  .page-not-found__title.h1 {
    margin-bottom: 30px;
  }
}
.page-not-found__subtitle.h2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .page-not-found__subtitle.h2 {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
}
.page-not-found .h4 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .page-not-found .h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .page-not-found__text.h4 {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 576px) {
  .page-not-found__text.h4 {
    margin-bottom: 30px;
  }
}
.page-not-found__btn {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 225px;
}
@media screen and (max-width: 576px) {
  .page-not-found__btn {
    width: 100%;
  }
}
.search__result-title {
  color: #F81C43;
  font-weight: 600;
}
.search__result-title-text {
  color: #121534;
}
.serach__result-block {
  min-height: 636px !important;
}
/*sliders*/
.slider__banner {
  position: relative;
  width: 100%;
  height: 936px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .slider__banner {
    height: 705px;
  }
}
@media screen and (max-width: 1200px) {
  .slider__banner {
    height: 498px;
  }
}
@media screen and (max-width: 576px) {
  .slider__banner {
    height: 742px;
  }
}
.slider__banner__wrapper {
  transform: translate3d(0px, 0px, 0px);
  transition-duration: 0ms;
}
.slider__banner__slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}
.slider__banner__slide-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__banner__slide-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, #121534 40%, rgba(18, 21, 52, 0) 80.46%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .slider__banner__slide-wrap::after {
    background: linear-gradient(180deg, #121534 40%, rgba(18, 21, 52, 0) 80.46%);
    height: 50%;
  }
}
@media screen and (max-width: 576px) {
  .slider__banner__slide {
    display: flex;
    flex-direction: column-reverse;
  }
}
.slider__banner__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .slider__banner__slide-img {
    height: 356px;
    top: auto;
    bottom: 0;
  }
}
.slider__banner__slide-img img {
  object-fit: cover;
}
.slider__banner__slide-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative !important;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .slider__banner__slide-content {
    justify-content: flex-start;
    padding-top: 107px !important;
  }
}
@media screen and (max-width: 576px) {
  .slider__banner__slide-content {
    padding-top: 126px;
    background: linear-gradient(178deg, #121534 53%, rgba(18, 21, 52, 0) 71.3%);
  }
}
.slider__banner__slide-content-title {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .slider__banner__slide-content-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 576px) {
  .slider__banner__slide-content .h1 {
    font-size: 30px;
  }
}
.slider__banner__slide-content-text {
  margin-bottom: 59px;
  max-width: 444px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  .slider__banner__slide-content-text {
    margin-bottom: 39px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .slider__banner__slide-content-text {
    margin-bottom: 40px;
  }
}
.slider__banner__slide-content-button {
  width: 225px;
}
@media screen and (max-width: 576px) {
  .slider__banner__slide-content-button {
    width: 100%;
  }
}
.slider__banner .button {
  max-width: 170px;
}
@media screen and (max-width: 576px) {
  .slider__banner .button {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.banner__pagination {
  top: auto;
  bottom: 70px;
  left: 0;
  flex-direction: row;
  width: 425px;
  height: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .banner__pagination {
    bottom: 50px;
    width: 370px;
  }
}
@media screen and (max-width: 1200px) {
  .banner__pagination {
    bottom: 35px;
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .banner__pagination {
    bottom: 0;
    position: relative;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .banner__pagination {
    width: 240px;
  }
}
.banner__pagination .swiper-button-prev, .banner__pagination .swiper-pagination, .banner__pagination .swiper-button-next {
  position: relative;
}
.banner__pagination .swiper-button-prev, .banner__pagination .swiper-button-next {
  top: 0;
  width: 54px;
  height: 54px;
  cursor: pointer;
  margin-top: 0 !important;
  z-index: 2;
  cursor: pointer;
  background-size: 33px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .banner__pagination .swiper-button-prev, .banner__pagination .swiper-button-next {
    background-size: 25px;
  }
}
.banner__pagination .swiper-button-prev::after, .banner__pagination .swiper-button-next::after {
  content: "";
}
.banner__pagination .swiper-button-next {
  left: auto;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='33' viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_405_1113)'%3E%3Ccircle cx='17' cy='16.5' r='16.5' transform='rotate(180 17 16.5)' fill='%239393B9' fill-opacity='0.11'/%3E%3Ccircle cx='17' cy='16.5' r='16' transform='rotate(180 17 16.5)' stroke='%239393B9'/%3E%3C/g%3E%3Cpath d='M15.5 21L21.5 16.4565L15.5 12' stroke='%239393B9' stroke-width='1.5' stroke-linecap='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_405_1113' x='-10.5' y='-11' width='55' height='55' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_405_1113'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_405_1113' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E ");
}
.banner__pagination .swiper-button-prev {
  left: auto;
  right: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_405_1110)'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' fill='%239393B9' fill-opacity='0.11'/%3E%3Ccircle cx='16.5' cy='16.5' r='16' stroke='%239393B9'/%3E%3C/g%3E%3Cpath d='M18 12L12 16.5435L18 21' stroke='%239393B9' stroke-width='1.5' stroke-linecap='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_405_1110' x='-11' y='-11' width='55' height='55' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5.5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_405_1110'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_405_1110' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E ");
}
.banner__pagination .swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-right: 5px;
  padding-left: 5px;
}
.banner__pagination .swiper-pagination-bullet {
  width: 80px;
  height: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  opacity: 1;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  margin: 20px 5px !important;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .banner__pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner__pagination .swiper-pagination-bullet {
    color: #121534;
  }
}
.banner__pagination .swiper-pagination-bullet:not(:last-child)::after {
  content: "";
  width: 55px;
  height: 2px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='2' viewBox='0 0 55 2' fill='none'%3E%0A// // %3Cpath d='M0 1L55 0.999995' stroke='%239393B9'/%3E%3C/svg%3E ");
}
@media screen and (max-width: 1200px) {
  .banner__pagination .swiper-pagination-bullet:not(:last-child)::after {
    width: 35px;
  }
}
.banner__pagination .swiper-pagination-bullet-active-next, .banner__pagination .swiper-pagination-bullet-active-next-next, .banner__pagination .swiper-pagination-bullet-active-prev, .banner__pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1);
}
.banner__pagination .swiper-pagination-bullet-active {
  color: #F81C43 !important;
  text-shadow: 0px 4px 7px #f81c51;
  transition: 0.2s;
}
.banner__pagination .swiper-pagination-bullet:hover {
  color: #F81C43;
}
.company__block-slider-swiper {
  width: 100%;
  height: 545px;
}
@media screen and (max-width: 1440px) {
  .company__block-slider-swiper {
    height: 404px;
  }
}
@media screen and (max-width: 1100px) {
  .company__block-slider-swiper {
    height: 455px;
  }
}
@media screen and (max-width: 576px) {
  .company__block-slider-swiper {
    height: 300px;
  }
}
.company__block-slider-swiper-wrap {
  transition-duration: 0ms;
  transform: translate3d(0px, 0px, 0px);
}
.company__block-slider-swiper-slide {
  font-size: 18px;
  background: #fff;
}
.company__block-slider-swiper-slide-img img {
  object-fit: cover;
}
.company__block-slider .swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 60px;
  z-index: 0;
  margin: 10px auto;
  padding: 15px 0;
}
.company__block-slider .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.company__block-slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.company__block-slider .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
.company__block-slider .swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.company__block-slider .swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.company__block-slider .swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.company__block-slider .swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.company__block-slider .swiper-pagination-bullet-active-prev, .company__block-slider .swiper-pagination-bullet-active-next {
  transform: scaleX(1) !important;
  background: #121534;
}
.company__block-slider .swiper-pagination-bullet-active-prev-prev, .company__block-slider .swiper-pagination-bullet-active-next-next {
  transform: scaleX(1) !important;
}
.company__block-slider .swiper-wrapper {
  height: 500px;
}
@media screen and (max-width: 1400px) {
  .company__block-slider .swiper-wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .company__block-slider .swiper-wrapper {
    height: 450px;
  }
}
@media screen and (max-width: 760px) {
  .company__block-slider .swiper-wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .company__block-slider .swiper-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  .company__block-slider .swiper-wrapper {
    height: 200px;
  }
}
.news-detail-slider {
  height: 465px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .news-detail-slider {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail-slider {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail-slider {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .news-detail-slider {
    height: 228px;
  }
}
.news-detail-slider-swiper-slide img {
  object-fit: cover;
}
.news-detail-slider-wrap {
  display: flex;
  justify-content: center;
}
.news-detail__swiper {
  overflow: hidden;
}
.news-detail__swiper .swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 60px;
  z-index: 0;
  margin: 10px auto;
  padding: 15px 0;
}
.news-detail__swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.news-detail__swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news-detail__swiper .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
.news-detail__swiper .swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.news-detail__swiper .swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.news-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev, .news-detail__swiper .swiper-pagination-bullet-active-next {
  transform: scaleX(1) !important;
  background: #121534;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev-prev, .news-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform: scaleX(1) !important;
}
.news-detail__swiper .swiper-wrapper {
  height: 465px;
}
@media screen and (max-width: 1440px) {
  .news-detail__swiper .swiper-wrapper {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail__swiper .swiper-wrapper {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail__swiper .swiper-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__swiper .swiper-wrapper {
    height: 228px;
  }
}
.remont-detail-slider {
  height: 465px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .remont-detail-slider {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .remont-detail-slider {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .remont-detail-slider {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .remont-detail-slider {
    height: 228px;
  }
}
.remont-detail-slider-swiper-slide img {
  object-fit: cover;
}
.remont-detail-slider-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .remont-detail-slider-wrap .company__block-slider-swiper-control {
    transform: translateX(42px);
  }
}
@media screen and (max-width: 375px) {
  .remont-detail-slider-wrap .company__block-slider-swiper-control {
    transform: translateX(31px);
  }
}
.remont-detail__swiper {
  overflow: hidden;
}
.remont-detail__swiper .swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 60px;
  z-index: 0;
  margin: 10px auto;
  padding: 15px 0;
}
.remont-detail__swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.remont-detail__swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.remont-detail__swiper .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
.remont-detail__swiper .swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.remont-detail__swiper .swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.remont-detail__swiper .swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.remont-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.remont-detail__swiper .swiper-pagination-bullet-active-prev, .remont-detail__swiper .swiper-pagination-bullet-active-next {
  transform: scaleX(1) !important;
  background: #121534;
}
.remont-detail__swiper .swiper-pagination-bullet-active-prev-prev, .remont-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform: scaleX(1) !important;
}
.remont-detail__swiper .swiper-wrapper {
  height: 465px;
}
@media screen and (max-width: 1440px) {
  .remont-detail__swiper .swiper-wrapper {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .remont-detail__swiper .swiper-wrapper {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .remont-detail__swiper .swiper-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .remont-detail__swiper .swiper-wrapper {
    height: 228px;
  }
}
.production-detail-slider {
  height: 465px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .production-detail-slider {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .production-detail-slider {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .production-detail-slider {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .production-detail-slider {
    height: 228px;
  }
}
.production-detail-slider-swiper-slide img {
  object-fit: cover;
}
.production-detail-slider-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .production-detail-slider-wrap .company__block-slider-swiper-control {
    transform: translateX(42px);
  }
}
@media screen and (max-width: 375px) {
  .production-detail-slider-wrap .company__block-slider-swiper-control {
    transform: translateX(31px);
  }
}
.production-detail__swiper {
  overflow: hidden;
}
.production-detail__swiper .swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 60px;
  z-index: 0;
  margin: 10px auto;
  padding: 15px 0;
}
.production-detail__swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.production-detail__swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.production-detail__swiper .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
.production-detail__swiper .swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.production-detail__swiper .swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.production-detail__swiper .swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.production-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.production-detail__swiper .swiper-pagination-bullet-active-prev, .production-detail__swiper .swiper-pagination-bullet-active-next {
  transform: scaleX(1) !important;
  background: #121534;
}
.production-detail__swiper .swiper-pagination-bullet-active-prev-prev, .production-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform: scaleX(1) !important;
}
.production-detail__swiper .swiper-wrapper {
  height: 465px;
}
@media screen and (max-width: 1440px) {
  .production-detail__swiper .swiper-wrapper {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .production-detail__swiper .swiper-wrapper {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .production-detail__swiper .swiper-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .production-detail__swiper .swiper-wrapper {
    height: 228px;
  }
}
.logo-block__slider-slide {
  height: 99px;
}
.logo-block__slider-slide img {
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  .logo-block__slider-slide {
    height: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .logo-block__slider-slide {
    height: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .logo-block__slider-slide {
    height: 96px;
  }
}
@media screen and (max-width: 576px) {
  .logo-block__slider-slide {
    height: 65px;
  }
}
.news-detail-slider {
  height: 465px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .news-detail-slider {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail-slider {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail-slider {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .news-detail-slider {
    height: 228px;
  }
}
.news-detail-slider-swiper-slide img {
  object-fit: cover;
}
.news-detail-slider-wrap {
  display: flex;
  justify-content: center;
}
.news-detail__swiper {
  overflow: hidden;
}
.news-detail__swiper .swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 60px;
  z-index: 0;
  margin: 10px auto;
  padding: 15px 0;
}
.news-detail__swiper .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.news-detail__swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news-detail__swiper .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
.news-detail__swiper .swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.news-detail__swiper .swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.news-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev, .news-detail__swiper .swiper-pagination-bullet-active-next {
  transform: scaleX(1) !important;
  background: #121534;
}
.news-detail__swiper .swiper-pagination-bullet-active-prev-prev, .news-detail__swiper .swiper-pagination-bullet-active-next-next {
  transform: scaleX(1) !important;
}
.news-detail__swiper .swiper-wrapper {
  height: 465px;
}
@media screen and (max-width: 1440px) {
  .news-detail__swiper .swiper-wrapper {
    height: 346px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail__swiper .swiper-wrapper {
    height: 453px;
  }
}
@media screen and (max-width: 576px) {
  .news-detail__swiper .swiper-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .news-detail__swiper .swiper-wrapper {
    height: 228px;
  }
}
.certificate--slider {
  margin-bottom: 100px !important;
  position: relative;
}
@media screen and (max-width: 992px) {
  .certificate--slider {
    margin-bottom: 60px !important;
  }
}
.certificate--slider .swiper {
  overflow: hidden;
}
.certificate--slider-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 33px;
  width: calc(100% - 570px);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .certificate--slider-btn {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1100px) {
  .certificate--slider-btn {
    width: 100%;
  }
}
.certificate--slider .swiper-button-prev, .certificate--slider .swiper-button-next {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  border: 1px solid #9393b9;
  color: #9393b9;
  backdrop-filter: blur(11px);
  top: auto;
  bottom: 0;
}
.certificate--slider .swiper-button-prev:after, .certificate--slider .swiper-button-next:after {
  font-size: 16px;
}
.certificate--slider .swiper-button-prev {
  left: 0;
}
.certificate--slider .swiper-button-next {
  left: 50px;
}
.certificate--slider .certificate__card--info {
  padding-bottom: 50px;
}
/*cards*/
.directions__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .directions__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .directions__card {
    grid-template-columns: 1fr;
  }
}
.directions__card-item {
  padding: 20px;
  background: linear-gradient(176deg, #FFF -79.98%, #E9ECF0 115.27%);
  border-radius: 3px;
  transition: 0.3s all;
}
.directions__card-item .icons-direction {
  margin-bottom: 12px;
}
.directions__card-item-title {
  max-width: 262px;
}
.card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1100px) {
  .card-wrapper {
    gap: 30px 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .card-wrapper {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .card-wrapper {
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
}
.vacancies__card {
  background: #E5E9EF;
  font-weight: 400;
}
.vacancies__card:hover {
  background: #121534;
  color: #fff;
  transition: all 0.2s;
}
.vacancies__card:hover .vacancies__card-docs {
  color: #F81C43;
}
.vacancies__card-info {
  padding: 30px 27px;
}
.vacancies__card-info h1, .vacancies__card-info h2, .vacancies__card-info h3, .vacancies__card-info h4, .vacancies__card-info h5, .vacancies__card-info h6 {
  font-weight: 600 !important;
  margin: 20px 0;
}
.vacancies__card-docs {
  border-top: 1px solid #9393B9;
  padding: 20px 30px;
}
.vacancies__card-docs-wrap {
  display: flex;
  align-items: center;
}
.vacancies__card-docs-icon {
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.vacancies__card-docs-icon::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(248, 28, 81, 0.3);
  filter: blur(9px);
}
.vacancies__card-docs-text {
  color: #F81C43;
  text-shadow: 0px 4px 20px rgba(248, 28, 81, 0.62);
}
.remont .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: calc(75% - 50px);
  gap: 40px 20px;
}
@media screen and (max-width: 1441px) {
  .remont .card-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .remont .card-wrapper {
    gap: 30px 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .remont .card-wrapper {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .remont .card-wrapper {
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
}
.remont__card {
  background: #E5E9EF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1441px) {
  .remont__card {
    background: #dbdfe8;
  }
}
@media screen and (max-width: 1100px) {
  .remont__card {
    background: #E5E9EF;
    flex-direction: row;
    max-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .remont__card {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }
}
.remont__card:hover {
  background: #121534 !important;
  color: #fff;
  transition: all 0.2s;
}
.remont__card img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .remont__card img {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .remont__card img {
    height: 250px;
  }
}
.remont__card:hover .remont__card-link {
  color: #F81C43;
}
@media screen and (max-width: 1100px) {
  .remont__card-image {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .remont__card-image {
    width: 100%;
  }
}
.remont__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}
.remont__card-info-subtitle {
  font-weight: 600 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1100px) {
  .remont__card-info {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .remont__card-info {
    width: 100%;
  }
}
.remont__card-description {
  padding: 30px 27px;
}
.remont__card-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.remont__card-link {
  border-top: 1px solid #9393B9;
  padding: 20px 30px;
  color: #F81C43;
  text-shadow: 0px 4px 30px rgba(248, 28, 81, 0.62);
}
.remont__card-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .remont__card-link-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .remont__card-link-wrap {
    justify-content: center;
  }
}
.production .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1100px) {
  .production .card-wrapper {
    gap: 30px 20px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .production .card-wrapper {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .production .card-wrapper {
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
}
.production__card {
  background: #E5E9EF;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1441px) {
  .production__card {
    background: #dbdfe8;
  }
}
@media screen and (max-width: 1100px) {
  .production__card {
    background: #E5E9EF;
    flex-direction: row;
    justify-content: center;
    max-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .production__card {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }
}
.production__card:hover {
  background: #121534 !important;
  color: #fff;
  transition: all 0.2s;
}
.production__card img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .production__card img {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .production__card img {
    height: 250px;
  }
}
.production__card:hover .production__card-link {
  color: #F81C43;
}
@media screen and (max-width: 1100px) {
  .production__card-image {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .production__card-image {
    width: 100%;
  }
}
.production__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}
.production__card-info-subtitle {
  font-weight: 600 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1100px) {
  .production__card-info {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .production__card-info {
    width: 100%;
  }
}
.production__card-description {
  padding: 30px 27px;
}
.production__card-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.production__card-link {
  border-top: 1px solid #9393B9;
  padding: 20px 30px;
  color: #F81C43;
  text-shadow: 0px 4px 30px rgba(248, 28, 81, 0.62);
}
.production__card-link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .production__card-link-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .production__card-link-wrap {
    justify-content: center;
  }
}
.news-card.card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .news-card.card-wrapper {
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .news-card.card-wrapper {
    gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .news-card.card-wrapper {
    gap: 30px 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .news-card__block {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .news-card__block {
    display: block;
  }
}
.news-card__block:hover .news-card__info {
  background: #121534;
  transition: all 0.2s;
  color: #fff;
}
.news-card__img {
  display: flex;
  justify-content: center;
  border: 0.869px solid #E5E9EF;
}
@media screen and (max-width: 1100px) {
  .news-card__img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .news-card__img {
    width: 100%;
  }
}
.news-card__img-wrap {
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 1100px) {
  .news-card__img-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .news-card__img-wrap {
    height: 270px;
  }
}
.news-card__img-wrap img {
  object-fit: cover;
}
.news-card__info {
  background: #E5E9EF;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .news-card__info {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .news-card__info {
    width: 100%;
  }
}
.news-card__info-wrap {
  padding: 0 27px;
}
.news-card__info-title {
  font-weight: 600 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__info-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__more {
  border-top: 1px solid #9393B9;
  padding: 30px 27px;
  text-shadow: 0px 4px 30px rgba(248, 28, 81, 0.62);
  font-weight: 500;
  color: #F81C43;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .news-card__more {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .news-card__more {
    justify-content: center;
  }
}
.certificate__card {
  display: flex;
  gap: 100px;
}
.certificate__card--logo {
  max-width: 350px;
}
.certificate__card--text p:not(:last-child) {
  margin-bottom: 20px;
}
.certificate__card-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 470px;
  overflow: hidden;
  height: auto;
  padding: 24px 27px;
  background: linear-gradient(180deg, #D9E0E6 0%, #ECEEF2 100%);
}
.certificate__card-slider .swiper-pagination {
  bottom: 18px;
}
.certificate__card-slider .swiper-pagination-bullet {
  display: inline-block;
  width: 62px;
  height: 7px;
  margin-right: 16px;
  background: #121534;
  opacity: 1 !important;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.5s !important;
}
.certificate__card-slider .swiper-pagination-bullet-active {
  background: #F81C43;
  box-shadow: 0px 4px 30px 0px rgba(248, 28, 81, 0.62);
}
@media screen and (max-width: 576px) {
  .certificate__card-slider {
    padding: 16px 18px;
  }
  .certificate__card-slider .swiper-pagination {
    bottom: 15px;
  }
}
.certificate__card--info {
  width: calc(100% - 470px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.certificate__card-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1440px) {
  .certificate__card {
    gap: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .certificate__card {
    flex-direction: column;
    gap: 20px;
  }
  .certificate__card--info {
    width: 100%;
  }
}
/*breadcrumbs*/
.breadcrumbs {
  display: flex;
  color: #9393B9;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs__item {
  margin-right: 7px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 461px;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.breadcrumbs__item a:hover {
  color: #F81C43;
}
.breadcrumbs__slash {
  margin-right: 7px;
}
/*modals*/
.modal__callback {
  width: 100%;
  max-width: 698px;
  display: none;
}
.modal__callback .modal__head {
  padding: 26px 0 32px 0;
  color: #fff;
  background-color: #121534;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .modal__callback .modal__head {
    text-align: start;
    font-size: 24px;
  }
}
.modal__callback .fancybox-close-small {
  color: white !important;
  top: 19px !important;
  right: 30px !important;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .modal__callback .fancybox-close-small {
    right: 15px !important;
  }
}
.modal__callback .modal__close {
  width: 19px;
  height: 19px;
  margin-right: 38px;
}
.modal__callback-wrap {
  background-color: #E5E9EF;
}
.modal__callback-form {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal__callback-form-button {
  align-self: center;
  width: 225px;
}
.modal__success {
  display: none;
  z-index: 100;
  width: 100%;
  max-width: 489px;
  height: 289px;
  background-color: #E5E9EF;
}
.modal__success-title {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 30px;
  text-align: center;
  max-width: 313px;
  margin: 0 auto;
  line-height: 42px;
}
.modal__success .fancybox-close-small {
  color: #121534 !important;
}
.modal__vacancies {
  width: 100%;
  max-width: 698px;
  display: none;
}
.modal__vacancies-title {
  color: #9393B9;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding-top: 30px;
  margin-bottom: 10px;
}
.modal__vacancies-role {
  color: #222231;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.input-file-row {
  display: inline-block;
  margin-bottom: 35px;
}
.input-file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 3px;
  border: 1px dashed #9393B9;
  padding: 20px;
}
.input-file span {
  cursor: pointer;
  color: #F81C43;
  font-weight: 500;
  text-shadow: 0px 4px 20px rgba(248, 28, 81, 0.62);
}
.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
/* Focus */
.input-file input[type=file]:focus + span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* Disabled */
.input-file input[type=file]:disabled + span {
  background-color: #eee;
}
/* Список c превью */
.input-file-list {
  border-radius: 3px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.input-file-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  position: relative;
  background: #D7DEE9;
  padding: 10px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.input-file-list-item-icon {
  display: block;
  margin-right: 10px;
  width: 27px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='33' viewBox='0 0 27 33' fill='none'%3E%3Cpath d='M1 0.999999L16.1 1L26 10.4286V32H0.999999L1 0.999999Z' stroke='%239393B9' stroke-width='2'/%3E%3Crect x='7.5' y='16.5' width='12' height='1' rx='0.5' stroke='%239393B9'/%3E%3Crect x='7.5' y='23.5' width='12' height='1' rx='0.5' stroke='%239393B9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media (max-width: 420px) {
  .input-file-list-item-icon {
    display: none;
  }
}
.input-file-list-item-name-wrap {
  width: 66%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.input-file-list-item-name {
  max-width: 179px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.input-file-list-item-size {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.input-file-list-item-size-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Crect y='16.9707' width='24' height='2' transform='rotate(-45 0 16.9707)' fill='%239393B9'/%3E%3Crect x='1.41431' width='24' height='2' transform='rotate(45 1.41431 0)' fill='%239393B9'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.input-file-list-remove {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 5px;
  background: #ff0202;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}
/*other*/
.consultation {
  color: #fff;
}
.consultation__block {
  min-height: 748px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1640px) {
  .consultation__block {
    min-height: 663px;
  }
}
@media screen and (max-width: 1100px) {
  .consultation__block {
    flex-direction: column;
    height: 100%;
  }
}
.consultation__block-info {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .consultation__block-info {
    width: 100%;
  }
}
.consultation__block-info-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 161px;
  padding-right: 90px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1640px) {
  .consultation__block-info-wrap {
    padding-top: 100px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .consultation__block-info-wrap {
    padding-right: 0;
    padding-bottom: 70px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .consultation__block-info-wrap {
    padding: 60px 15px;
    justify-content: flex-start;
  }
}
.consultation__block-info-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 1640px) {
  .consultation__block-info-content {
    max-width: 294px;
  }
}
@media screen and (max-width: 1100px) {
  .consultation__block-info-content {
    margin-left: 100px;
    max-width: 319px;
  }
}
@media screen and (max-width: 670px) {
  .consultation__block-info-content {
    margin-left: 170px;
  }
}
@media screen and (max-width: 576px) {
  .consultation__block-info-content {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1640px) {
  .consultation__block-info-content .h2 {
    font-size: 30px;
  }
}
.consultation__block-info-content-title {
  margin-bottom: 40px;
  max-width: 400px;
}
@media screen and (max-width: 1100px) {
  .consultation__block-info-content-title {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .consultation__block-info-content-title {
    max-width: 318px;
    margin-bottom: 30px;
  }
}
.consultation__block-info-content-subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.consultation__block-info-content-data {
  margin-bottom: 40px;
}
@media screen and (max-width: 1640px) {
  .consultation__block-info-content-data {
    margin-bottom: 30px;
  }
}
.consultation__block-info-content-data:nth-child(1) {
  max-width: 192px;
}
.consultation__block-info-content-data:last-child {
  margin-bottom: 0;
}
.consultation__block-info-content a {
  text-wrap: nowrap;
  font-weight: bold;
}
.consultation__block-info-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .consultation__block-info-logo {
    display: none;
  }
}
.consultation__block-info-logo svg {
  object-fit: cover;
}
.consultation__block-info-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.consultation__block-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation__block-form {
  color: white;
  background-color: #121534;
  width: 50%;
  display: flex;
  justify-content: center;
  padding-top: 133px;
}
@media screen and (max-width: 1640px) {
  .consultation__block-form {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .consultation__block-form {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .consultation__block-form {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 59px;
  }
}
.consultation__block-form .button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 224px;
  padding: 24px 0;
}
@media screen and (max-width: 576px) {
  .consultation__block-form .button {
    width: 100%;
  }
}
.consultation__block-form .label {
  margin-bottom: 10px;
}
.consultation__block-form .input {
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .consultation__block-form .input {
    width: 100%;
  }
}
.consultation__block-form .input::placeholder {
  color: #fff;
}
.consultation__block-form .input:hover {
  border-bottom-color: #9393B9;
}
.consultation__block-form .input:active, .consultation__block-form .input:focus, .consultation__block-form .input.input--active {
  color: #fff;
}
.consultation__block-form .input:active + .label__text, .consultation__block-form .input:focus + .label__text, .consultation__block-form .input.input--active + .label__text {
  top: 0;
  opacity: 1;
}
input.error.no-error {
  border-bottom: 1px solid #9393B9 !important;
}
.top__content {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .top__content {
    margin-bottom: 20px;
  }
}
.title {
  color: #fff;
}
.title__page {
  position: relative;
  height: 100%;
}
.title__page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.title__page-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #121534 100%, rgba(18, 21, 52, 0) 66.46%);
  opacity: 0.8;
  z-index: 1;
}
.title__page-bg img {
  object-position: top left;
  object-fit: cover;
}
.title__page-wrap {
  position: static;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 220px !important;
  padding-bottom: 138px !important;
}
@media screen and (max-width: 1110px) {
  .title__page-wrap {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
}
.title__page-text {
  max-width: 546px;
}
.search-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .search-input {
    width: 100%;
  }
}
.search-input__box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #9393B9;
  border-radius: 3px;
  padding: 14px 14px;
  font-weight: 400;
  font-size: 16px;
  color: #121534;
}
.search-input__box:focus-visible {
  outline: none;
}
.search-input__box::placeholder {
  color: #9393B9;
}
.search-input__label {
  position: absolute;
  left: 13px;
  top: calc(50% - 1.2em);
  padding: 0 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 16px;
}
.search-input__svg {
  display: block;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  margin-right: 14px;
  background: 0;
  border: 0;
  cursor: pointer;
}
.ui {
  margin-top: 122px;
}
.h1, h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 84px;
}
.h2, h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 56px;
}
.h3, h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
}
.h4, h4 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.h4.bold, h4.bold {
  font-weight: 700;
}
.h5, h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.h6, h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.pt-140 {
  padding-top: 140px;
}
.pb-140 {
  padding-bottom: 140px;
}
.mt-140 {
  margin-top: 140px;
}
.mb-140 {
  margin-bottom: 140px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pt-16 {
  padding-top: 16px;
}
.pb-16 {
  padding-bottom: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.pt-12 {
  padding-top: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.pt-8 {
  padding-top: 8px;
}
.pb-8 {
  padding-bottom: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .pt-140 {
    padding-top: 120px;
  }
  .pb-140 {
    padding-bottom: 120px;
  }
  .mt-140 {
    margin-top: 120px;
  }
  .mb-140 {
    margin-bottom: 120px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .pt-140 {
    padding-top: 80px;
  }
  .pb-140 {
    padding-bottom: 80px;
  }
  .mt-140 {
    margin-top: 80px;
  }
  .mb-140 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .pt-140 {
    padding-top: 60px;
  }
  .pb-140 {
    padding-bottom: 60px;
  }
  .mt-140 {
    margin-top: 60px;
  }
  .mb-140 {
    margin-bottom: 60px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #9393B9;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F81C43;
}
.no-scroll {
  overflow-y: hidden;
}
.container {
  max-width: calc(1300px + (80px * 2));
  margin: 0 auto;
  padding: 0 131px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: calc(915px + (80px * 2));
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: calc(700px + (20px * 2));
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.mb-container {
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  .mb-container {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .mb-container {
    margin-bottom: 60px;
  }
}
.link {
  transition: all 0.2s;
}
.link:hover {
  color: #C61938;
}
.link__line {
  transition: all 0.2s;
  text-decoration: underline;
}
.link__line:hover {
  color: #9393B9;
}
.link--red {
  transition: all 0.2s;
  text-shadow: 0px 4px 30px rgba(248, 28, 81, 0.62);
  font-weight: 500;
  color: #F81C43;
}
.link--red:hover {
  text-shadow: none;
}
.button {
  padding: 24px 16px;
  background: #F81C43;
  box-shadow: 0px 4px 30px rgba(248, 28, 81, 0.62);
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}
.button:hover {
  box-shadow: none;
}
.button:disabled {
  box-shadow: none;
  background: #9393B9;
  color: #DEDEDF;
  cursor: not-allowed;
}
.fancybox-close-small {
  color: #121534 !important;
  padding: 0 !important;
  top: 30px !important;
  right: 30px !important;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 576px) {
  .fancybox-close-small {
    top: 20px !important;
    right: 20px !important;
  }
}
@media screen and (max-width: 420px) {
  .fancybox-close-small {
    top: 10px !important;
    right: 10px !important;
  }
}
.fancybox-content {
  padding: 0;
}
.modal {
  background: #E5E9EF;
  position: relative;
  height: 500px;
  width: 650px;
}
@media screen and (max-width: 576px) {
  .modal {
    height: 450px;
  }
}
.modal__title {
  text-align: center;
}
.modal__text {
  max-width: 270px;
  text-align: center;
  margin: 0 auto;
}
.modal__content {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px 110px;
}
@media screen and (max-width: 576px) {
  .modal__content {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 420px) {
  .modal__content {
    padding: 40px 20px;
  }
}
.input {
  padding: 12px 14px;
  border: none;
  border-bottom: 1px solid #9393B9;
  color: #121534;
  transition: all 0.2s;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
}
.input::placeholder {
  color: #121534;
}
.input:hover {
  border-bottom-color: #9393B9;
}
.input:active + .label__text, .input:focus + .label__text, .input.input--active + .label__text {
  top: 0;
  opacity: 1;
}
.input:active::placeholder, .input:focus::placeholder, .input.input--active::placeholder {
  color: transparent;
}
.input:disabled, .input.disabled {
  border-bottom-color: #939399;
  cursor: not-allowed;
}
.input:disabled::placeholder, .input.disabled::placeholder {
  color: #939399;
}
.input:disabled + .label__text, .input.disabled + .label__text {
  display: none;
}
.input.error {
  border-bottom-color: #F81C43;
  color: #F81C43 !important;
}
.input.error + .label__text {
  color: #F81C43;
}
.input.error + * + .valid-error {
  bottom: 0;
}
.valid-error {
  position: absolute;
  bottom: -20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #F81C43;
  transition: all 0.2s;
}
.label {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.label__text {
  position: absolute;
  top: 16px;
  opacity: 0;
  transition: all 0.2s;
}
.checkbox {
  position: relative;
  cursor: pointer;
}
.checkbox-block {
  display: flex;
  font-weight: 400;
  max-width: 570px;
  margin-bottom: 40px;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.checkbox__input + .checkbox__box {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.checkbox__input + .checkbox__box::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #9393B9;
  border-radius: 3px;
  margin-right: 15px;
  background: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkbox__input:checked + .checkbox__box::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.23096L5.75 10.731L14.5 0.730957' stroke='%23121534' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.checkbox__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.background {
  background: #121534;
  color: white;
}
.background .label, .background .input, .background .input::placeholder {
  color: white;
}
.background .checkbox__box::before {
  border: none;
}
.icons-direction {
  width: 50px;
  height: 47px;
}
 .wrench {
  width: 63px;
  height: 41px;
}
.contact {
  display: flex;
}
.contact__icons-svg {
  cursor: pointer;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.contact__number p {
  margin-bottom: 13px;
  font-weight: 700;
}
.contact__number p:last-child {
  margin-bottom: 0;
}
.contact__icons-link {
  display: flex;
  align-items: flex-start;
}
.contact__icons-phone {
  width: 16px;
  height: 24px;
}
.contact__icons-mail {
  width: 26px;
  height: 19px;
}
.contact__icons-address {
  width: 21px;
  height: 28px;
}
.contact__icons-link:hover .contact__icons-svg .contact__icons-mail path, .contact__icons-link:hover .contact__icons-svg .contact__icons-phone path, .contact__icons-link:hover .contact__icons-svg .contact__icons-address path {
  transition: all 0.2s;
  fill: #F81C43;
}
.contact__mail a {
  font-size: 14px;
  text-decoration: underline;
}
.social {
  display: flex;
}
.social span {
  margin-right: 10px;
}
.social__icon {
  display: block;
  width: 24px;
  height: 24px;
}
