div.category__container .category__title {
  z-index: 100;
}

.fos {
  color: #ffffff;
}

.irs--flat {
  width: 100%;
  margin-bottom: 2rem;
}

.bx-filter-parameters-box {
  margin-bottom: 4rem;
}

.bx-filter-parameters-box .form-input {
  margin-bottom: 0;
}

.catalog-container {
  width: 100%;
}

.catalog-slider__values {
  flex-wrap: wrap;
}

div.catalog-item__title {
  z-index: 100;
}

.good__padding {
  padding: 30px;
  background: #fff;
  margin-top: -2.4rem;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-center svg {
  margin: 0 5px 0 0;
}

.prod-seo {
  margin-bottom: 50px;
}

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

.prod-seo__info img {
  flex: 0 0 46px;
  margin: 0 20px 0 0;
}

.prod-seo__info div {
  flex: 0 1 100%;
}

.prod-seo__info strong {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}

.prod-seo__info p {
  margin: 0;
  font-size: 14px;
  color: #828282;
  line-height: 1.4;
  width: 80%;
}

.toggle-spoiler {
  display: none !important;
}

.toggle-spoiler:before {
  content: 'Смотреть целиком';
}

.open .toggle-spoiler:before {
  content: 'Скрыть';
}

.tabs-aside {
  padding: 3rem 1.5rem;
  padding-bottom: 0;
}

.tabs-white {
  background-color: #fff;
}

.tabs-white h2 {
  max-width: 100%;
  color: #030B12;
  text-align: center;
}

.tabs-white .tabs__header {
  margin: 0;
  border: none;
}

.tabs-white .tabs__link {
  padding: 20px 40px;
  background: #d9d9d9;
  margin: 0;
  color: #000 !important;
}

.tabs-white .tabs__link:before {
  display: none !important;
}

.tabs-white .tabs__link:after {
  display: none !important;
}

.tabs-white .tabs__link_active {
  background: #fff;
}

.tabs-white .tabs__content {
  padding: 45px 60px 34px 60px;
}

.tabs-white .tabs__content .toggle-spoiler {
  display: block;
  margin: 0 auto;
  width: 20rem;
  text-align: center;
}

.tabs-white .tabs__content .spoiler .hide {
  display: none;
}

.tabs-white .tabs__content .spoiler.open .hide {
  display: inline-block;
}

.slick-slider .modal-open {
  display: inline-block;
}

.prod-card .cardpage__img {
  width: 90%;
}

.prod-card .cardpage__img-nav {
  width: 90%;
}

.prod-title h1 {
  margin: 0 0 10px !important;
  font-size: 44px;
}

.prod-title p {
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  margin: 0 0 20px;
}

.prod-text-wrapper {
  padding-top: 2rem;
}

.prod-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.prod-info {
  padding: 3rem 1.5rem;
  padding-bottom: 1rem;
  color: #ffffff;
  background: #014E78;
}

.prod-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.prod-info-item {
  flex: 0 0 100%;
  margin: 0 0 20px;
}

.prod-info-item p {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.4;
}

.prod-info-item strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
}

.prod-link {
  margin: 0 0 30px;
}

.prod-link a {
  font-size: 1.8rem;
  color: #438abf;
  display: inline-block;
  margin: 0 20px 10px 0;
  text-decoration: underline dotted;
}

.prod-link a:hover {
  text-decoration: none;
}

.prod-link a:active,
.prod-link a:focus {
  opacity: 0.8;
  text-decoration: none;
}

@media (max-width: 1279px) {
  .prod-card .cardpage__img {
    width: 100%;
  }

  .tabs-white .tabs__content {
    padding: 15px;
  }
}

.tabs-white .tabs__header {
  padding-left: 0 !important;
}

.prod-title-second {
  display: none;
}

.news-gallery__item {
  cursor: pointer;
}

.news-gallery-thumbs .news-gallery__item:hover .image {
  filter: none;
}

@media (max-width: 767px) {
  .prod-title h1 {
    display: none;
  }

  .prod-title-second,
  .prod-title-second h1 {
    display: inline-block;
    width: 100%;
  }

  .tabs-white .tabs__link {
    padding: 15px;
  }

  .news-detail .news-gallery-thumbs {
    margin-top: 0;
  }

  .news-detail .slick-dots {
    bottom: -5.2rem;
  }
}

html,
body {
  scroll-behavior: smooth;
}

.prod-float {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;

  width: 100%;
  padding: 10px 0;

  color: #000000;

  background: #fff;
  box-shadow: 0px 0px 95px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .prod-float {
    display: none;
  }

}

.prod-float .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prod-float .row p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.prod-float .row span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.prod-float .d-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.prod-float .image {
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.vacancy-item {
  margin-bottom: 3rem;

  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.vacancy {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
  padding-right: 60px;

  color: #ffffff;

  border-bottom: 1px;

  transition: 0.3s;
}

.vacancy:last-child {
  margin-bottom: 0;
}

.vacancy::after {
  content: "";

  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;

  width: 50px;
  height: 50px;

  border-radius: 50%;
  border: 1px solid #3597CD;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url(img/top-arrow.svg);

  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
}

.vacancy-item._active .vacancy::after {
  transform: translateY(-50%) rotate(0);
}

.vacancy:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.vacancy-content {
  padding: 15px;
}

.vacancy-stat span,
.vacancy span {
  flex-grow: 0;
  color: #bebebe;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  padding-right: 32px;
}

.vacancy-stat {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.vacancy-name {
  display: block;
  flex: 0 0 100%;
  align-self: flex-start;
  flex-grow: 0;

  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  text-transform: uppercase;
}

.vacancy-detail h4,
.vacancy-subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.vacancy-detail {
  padding-bottom: 30px;
}

.vacancy-btn {
  margin-bottom: 100px;
}

.vacancies-image-wrapper {
  position: relative;
  display: block;

  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;

  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 16.5%, rgba(0, 0, 0, 0) 76.69%);
  border-radius: 20px;

  transition: 0.3s;
}

.vacancies-image-wrapper span span {
  color: #3597CD;
}

.vacancies-image-wrapper img {
  object-fit: cover;
}

.vacancies-image-wrapper:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.vacancies-image-wrapper > span {
  position: absolute;
  left: 30px;
  bottom: 8rem;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
}

.vacancies-image-wrapper .popular-arrow {
  left: 30px;
}

.vacancies-button-wrapper .btn {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
}

.prod-slider-wrapper {
  padding-bottom: 0;
}

.prod-slider-wrapper .slick-slide {
  display: flex;
}

.catalog-popular {
  padding: 3rem 0;
  margin: 0;
  color: #ffffff;
  background-color: #252525;
}

.popular-slider .slick-track {
  display: flex;
}

.popular-slider .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.screen4-right img {
  object-fit:cover;
  max-height: 60rem;
}

.popular-img-wrap .popular-img {
  object-position: center bottom;
}

.hero__container {
  position: relative;
}

.hero .slick-dots li button:before {
  color: #363636;
}

.hero .slick-dots li.slick-active button:before {
  color: #267099;
}

.hero, .section-hero {
  max-height: 66rem;
}

.section-hero {
  position: relative;
}

.section-hero__shape {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  z-index: 106;

  width: 100%;
  height: 100%;
  clip-path: polygon(0px 0, 804px 0, 340px 100%, 0 100%);

  background: #081826;

  will-change: transform;
  transition: 0.5s;
}

.js-main-title {
  will-change: opacity, transform;
}

.mobile-menu__item {
  cursor: pointer;
}

.project-list .project-item:hover .project-arrow-wrap {
  background-color: #267099;
  border-color: #267099;
}

.questionnaire {
  margin-top: 2rem;
}

.fos-catalog-detail .container {
  padding: 0;
}

#map {
  filter: grayscale(0);
}

[class*="ymaps-2-1"][class*="-ground-pane"] {
  filter: grayscale(1);
}

.catalog-element-detail-form .btn {
  position: static;
}

.popular-list-shipment .news-text-wrap {
  flex-grow: 1;
}

.popular-list-shipment .news-read {
  margin-top: auto;
}

@media (max-width: 1279px) {
  .vacancy::after {
    width: 30px;
    height: 30px;
  }

  .vacancy-name {
    font-size: 18px;
  }

  .vacancy-detail h4,
  .vacancy-subtitle {
    margin: 0;
    margin-bottom: 16px;

    font-size: 16px;
  }

  .prod-text-wrapper {
    padding-top: 0;
    background-color: transparent;
  }

  .section-hero__shape {
    display: none;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }
}

@media (max-width: 767px) {
  .top-left h2 {
    margin-bottom: 0 !important;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .vacancy {
    padding: 30px 24px;
    padding-right: 6rem;
  }

  .vacancies-grid {
    display: flex;
    align-items: flex-start;
  }

  .vacancies-wrapper {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 50px;
  }

  .vacancies-image-wrapper {
    width: 50%;
  }

  .vacancy-content {
    padding: 24px;
    padding-top: 0;
  }

  .catalog-popular {
    padding: 5rem 0;
  }
}

@media(min-width: 700px) {
  .category {
    height: 28rem;
  }

  .prod-info {
    padding-bottom: 3rem;
  }

  .prod-info-item {
    flex: 0 0 33.333%;
    padding-right: 1.5rem;
    margin: 0;
  }

  .prod-info-item:first-child {
    padding-right: 0;
  }

  .prod-info-item:nth-child(2) {
    padding-left: 5%;
  }
}

@media (min-width: 1200px) {
  .prod-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3.2rem;
  }

  .tabs-section .tabs-white {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  #city .modal-body ul li a {
    font-size: 1.8rem;
  }

  .vacancies-wrapper {
    margin-bottom: 120px;
  }

  .vacancies-image-wrapper {
    width: 40%;

    font-size: 2.5rem;
  }

  .vacancies-wrapper {
    width: 60%;
  }

  .vacancy {
    height: 17rem;
    padding: 0;
    padding-left: 3.6rem;
    padding-right: 15rem;
  }

  .vacancy::after {
    right: 36px;

    width: 10rem;
    height: 10rem;

    background-size: 30px;
  }

  .vacancy-name {
    display: flex;
    align-items: center;
  }

  .vacancies-list .button {
    width: 48rem;
  }

  .vacancies-image-wrapper > span {
    left: 6.7rem;
    bottom: 13.8rem;

    font-size: 2.5rem;
  }

  .vacancies-image-wrapper .popular-arrow {
    left: 6.7rem;
    bottom: 11rem;
  }

  .vacancies-button-wrapper .btn {
    margin-bottom: 0;
    max-width: 300px;
  }

  .vacancies-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .vacancy-content {
    padding: 0 3.6rem 9rem 3.9rem;
  }

  .prod-slider-wrapper {
    padding-bottom: 7rem;
  }

  .prod-text-wrapper .container {
    margin-right: 0;
    width: 100%;
    max-width: 77rem;
  }

  .prod-info {
    padding-left: 4.2rem;
  }

  .prod-info-item p {
    font-size: 1.6rem;
  }

  .prod-slider-wrapper .container {
    padding-left: 8rem;
  }

  .prod-info-wrapper {
    justify-content: space-between;
  }

  .catalog-popular {
    padding: 12rem 0;
  }

  .hero, .section-hero {
    max-height: none;
  }

  .hero__wrapper {
    position: relative;
    display: flex !important;
    height: 70rem;
  }

  .hero .slick-dots {
    bottom: -4rem;
    text-align: left;
  }

  .main-slider-arrows {
    position: absolute;
    left: 50%;
    bottom: 12rem;
    z-index: 101;
    width: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
  }

  .category {
    height: 48rem;
  }

  .section-categories:not(.sectieon-sldier2) + .fos {
    margin-top: 10rem;
  }

  .questionnaire {
    margin-top: 3rem;
  }

  .popular-list-shipment .popular-name {
    font-size: 24px;
    line-height: 30px;
    min-height: 60px;
  }

  .tabs-aside {
    padding-top: 6.2rem;
    padding-left: 2.5rem;
  }
}

.top-left {
  top: 56px;
  left: 6px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;

}

.top-left h2 {
  margin-bottom: 0 !important;
}

.bottom-left {
  bottom: 36px;
  left: 36px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 56px;
  margin: 0 !important;
}

.bottom-left a {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.bottom-left a:hover {
  color: #DC1A14;
  /* Цвет ссылки при наведении на нее курсора мыши */
}

.vacancy a:hover {
  color: #DC1A14;
  /* Цвет ссылки при наведении на нее курсора мыши */
}

.back-call-btn.btn-outline {
  border: 1px solid #9bd6f7;
  color: #040b0f !important;
  background: transparent;
}

.back-call-btn.btn-outline:hover {
  background: #9bd6f7;
  color: #fff !important;
}

.get_price_form {
  margin-bottom: 60px;
  padding: 60px;
  background: #fff;
  color: #000;
}

.modal .get_price_form {
  max-width: 1140px;
  padding: 40px;
  margin: 0 0 20px;
}

.get_price_form strong {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .55em;
}

.get_price_form fieldset {
  margin: 0;
  padding: 0;
  margin-bottom: 0.95em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.get_price_form .select-items {
  width: 90%;
}

.get_price_form .select-items label {
  width: 100%;
}

.get_price_form select,
.get_price_form [type="email"],
.get_price_form [type="phone"],
.get_price_form [type="text"] {
  border: 1px solid #e0e0e0;
  background: transparent;
  box-sizing: border-box;
  height: 48px;
  padding: 0 15px;
  border-radius: 5px;
  width: 100%;
}

.get_price_form [type="email"],
.get_price_form [type="phone"],
.get_price_form [type="text"] {
  background: #fff;
}

.get_price_form .label-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .45em;
  cursor: pointer;
}

.get_price_form .label-radio input {
  margin: 0 10px 0 0;
}

.get_price_form .label-radio p {
  margin: 0;
  font-size: 14px;
}

.get_price_form .label-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .45em;
  cursor: pointer;
}

.get_price_form .label-check input {
  margin: 0 10px 0 0;
}

.get_price_form .label-check p {
  margin: 0;
  font-size: 14px;
}

.get_price_form span {
  font-size: 13px;
  line-height: 1.3;
}

.get_price_form span a {
  color: #03f;
}

.get_price_form a.btn {
  padding-left: 40px;
  padding-right: 40px;
}

.steam_banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 15px;
  margin: 30px auto;
  max-width: 50rem;

  color: #ffffff;

  background: linear-gradient(115deg, #0086CF -3.06%, rgba(0, 134, 207, 0.59) 100%);
}

.steam_banner-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

.steam_banner-link {
  width: 100%;
}

.steam_banner-link a {
    width: 100%;
    margin: 0;

    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    background: #024E78;
    border: 1px solid #024E78;
    border-radius: 5px;
}

.steam_banner-link a:hover {
  border-color: #E2001D;
}

.steam_banner strong {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 700;
}

.steam_banner p {
  display: inline-block;
  margin: 0;
}

.steam_banner p b {
  font-weight: 700;
  color: #3597CD;
}

.main-header-location {
  font-size: 16px;
  font-weight: 400;
  color: #0086CF;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 40px 0 0;
  padding-left: 2rem;
  padding-right: 6rem;
  width: fit-content;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.main-header-location::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2rem;

  height: 1px;

  background: #0086CF;
}

.main-header-location::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;

  width: 20px;
  height: 12px;

  background-image: url(img/icon-arrow-location.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transform: translateY(-50%);
}

.main-header-location:hover {
  color: #3597CD;
  transition: 0.3s;
}

.main-header-location-name {
  position: relative;
  z-index: 2;
}

.main-header-location-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-header-location-lines::before,
.main-header-location-lines::after {
  content: "";

  position: absolute;
  top: -2rem;
  bottom: -2rem;
  z-index: 1;

  width: 3rem;

  background-image: url(img/line_revert.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-location-lines::before {
  left: -2rem;

  background-position: right;
}

.main-header-location-lines::after {
  right: -3rem;

  background-position: left;
}

.main-header-location.main-header-location_mobile .main-header-location-lines {
  display: none;
}

.main-header-location.main-header-location_mobile {
  padding-left: 0;
  margin-bottom: 10px;

  color: #000000;
}

.main-header-location.main-header-location_mobile::before {
  display: none;
}

#city .fancybox-close-small {
  height: 60px;
  width: 60px;
  top: 30px;
  right: 30px;
  opacity: 1;
  color: #000;
}

#city .modal-body {
  padding: 70px 110px;
}

#city .modal-body h3 {
  margin: 0 0 30px;
}

#city .modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 4;
}

#city .modal-body ul li {
  margin: 0 60px 20px 0 !important;
}

#city .modal-body ul li:before {
  display: none;
}

#city .modal-body ul li a:hover {
  color: #267099;
}

.main-header-location_mobile {
  display: none;
}

.main-header-location-popup {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: #fff;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, .05);
  left: -9px;
  top: 40px;
  min-width: 320px;
  display: none;
  overflow: visible !important;
  color: #252525;
}

.main-header-location-popup:before {
  content: '';
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 5px;
  transform: rotate(45deg);
}

.main-header-location-popup strong {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 15px;
  white-space: nowrap;
}

.main-header-location-popup div {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: nowrap;
}

.main-header-location-popup .btn {
  display: inline-block !important;
  padding: 1.8rem 2.4rem !important;
}

.main-header-location-popup .btn-secondary {
  background: #fff;
  border: 2px solid #267099;
  color: #267099 !important;
  margin: 0 0 0 5px;
}

.hero__video-container {
  z-index: 105;
}

.catalog-detail-img {
  width: 100%;
  object-fit: contain;
}

.js .inputfile {
  display: none;
}

.fos__form .phone {
  border: 1px solid transparent !important;
}

.fos__form .error_field {
  border-color: red !important;
}

.popular-list-shipment .slick-track {
  display: flex;
}

.popular-list-shipment .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

@media(max-width: 1365px) {
  .main-header__slogan {
    display: none;
  }
}

@media(max-width: 1000px) {
  #city .modal-body ul {
    columns: 2;
  }
}

@media(max-width: 720px) {
  #city {
    min-width: 90%;
  }

  #city .modal-body {
    padding: 40px 40px;
  }
}

@media(max-width: 545px) {
  #city .modal-body ul {
    columns: 1;
  }

  #city .fancybox-close-small {
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #000;
  }

  .main-header-location {
    display: none;
  }

  .main-header-location_mobile {
    display: inline-block;
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .steam_banner {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .steam_banner-text {
    width: 63%;
    padding-right: 3rem;
    margin-bottom: 0;
  }

  .steam_banner-link {
    width: 37%;
  }
}

@media (min-width: 1200px) {
  ._short {
    height: 100%;
  }

  .steam_banner {
      margin: 0;
      margin-bottom: 4.6rem;
      height: 100%;
      padding: 7.2rem 4.8rem 5.6rem 4.9rem;
      justify-content: center;
  }

  ._short .steam_banner {
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 0;
    padding: 3rem 3.5rem 3.6rem 3.7rem;
  }

  ._short .steam_banner-text {
    width: 100%;
    margin-bottom: 3rem;
  }

  ._short .steam_banner-link {
    width: 100%;
  }

  .tabs-white .tabs__link {
    padding: 28px 36px;
  }

  .tabs-white .tabs__content .toggle-spoiler {
    margin-top: 34px;
  }

  .catalog-detail-img {
    margin: 0 auto;
  }

  .fos-catalog-detail {
    margin: 0;
    width: 100%;
  }

  .col-desc {
    padding-right: 7rem;
  }
}

@media (min-width: 1201px) {
  .main-header-location::before {
    bottom: -2.7rem;
  }

  .main-header-location-lines::before,
  .main-header-location-lines::after {
    top: -2.7rem;
    bottom: -2.7rem;
  }
}

@media (min-width: 1280px) {
  .main-header-location {
    padding-left: 6rem;
    padding-right: 10rem;
  }

  .main-header-location::before {
    bottom: -6.6rem;
  }

  .main-page-header--scroll .main-header-location::before {
    bottom: -5.8rem;
  }

  .main-header-location::after {
    right: 6rem;
  }

  .main-header-location-lines::before,
  .main-header-location-lines::after {
    top: -6.6rem;
    bottom: -6.6rem;
  }

  .main-header-location-lines::before {
    left: -0.3rem;
  }
}

@media (min-width: 1440px) {

  ._short .steam_banner {
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  ._short .steam_banner {
    padding: 4rem 4.5rem 5.6rem 4.7rem;
  }

  .categories .col:first-child .category__img {
    object-position: center;
  }

  .category {
    height: 58rem;
  }
}

@media (min-width: 1601px) {
  .prod-text-wrapper .container {
    margin-left: calc((100vw - 1600px) / 2);
  }

  .prod-slider-wrapper .container {
    margin-right: calc((100vw - 1600px) / 2);
  }
}
