/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
body {
  font-family: "Open Sans", sans-serif;
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.24;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  background: #fff;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
}

.content-inner {
  padding: 190px 0 60px 0;
}

.content__menu {
  position: sticky;
  display: block;
  bottom: 0;
  z-index: 10;
  height: 58px;
  background: #19589c;
  display: none;
}

.content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.content__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__links a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.content__links a span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.h100-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 250px 0 60px 0;
}

.h100-inner .content__block {
  width: 100%;
}

.empty__block {
  text-align: center;
}

.empty__title {
  color: #326cb5;
  font-size: 100px;
  font-weight: 600;
  line-height: 136px;
}

.empty__text {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.empty__link {
  margin-top: 40px;
}
.empty__link a {
  display: inline-block;
  padding: 0 60px;
  height: 44px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.empty__link a:hover {
  background: #477ac7;
}

h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  color: #434343;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #434343;
}

h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #434343;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #434343;
}

h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #434343;
}

h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #434343;
}

a {
  color: #00a5e7;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.content__block {
  font-size: 16px;
  line-height: 24px;
}
.content__block ul {
  list-style: disc;
  margin: 0 0 0 20px;
}
.content__block ul li {
  list-style: inherit;
}
.content__block ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.content__block ol li {
  list-style: inherit;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content__block p {
  margin: 15px 0 0 0;
}
.content__block p:first-child {
  margin: 0;
}

.content__block table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  border: none;
}

.content__block table td {
  padding: 8px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #434343;
  line-height: 24px;
}

.content__block table td span {
  color: #00a5e7;
}

.content__block table tr:nth-child(even) {
  background: #f6f7f9;
}

.content__block table tr:nth-child(odd) {
  background: #fff;
}

.content__block table th {
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #fff;
  font-size: 16px;
  background: #003169;
}

.content__block table thead th {
  font-weight: 600;
  border-bottom-width: 0px;
  text-align: left;
  padding: 10px;
  color: #fff;
  background: #003169;
}

.content__block table thead th span {
  color: #00a5e7;
}

.content__block table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  background: #003169;
}

.content__block table tfoot th {
  background: #003169;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #fff;
}

.content__block table tfoot td {
  background: #003169;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #fff;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
}

.fancybox-caption__body {
  font-size: 20px;
}

.popup {
  display: none;
  background: #f4f9ff;
}

.popup__content {
  padding: 30px 40px;
}

.popup__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}
.popup__title span {
  padding-right: 30px;
}

.popup__text {
  margin-top: 12px;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.popup__form {
  margin-top: 20px;
}

.popup__item {
  margin-top: 12px;
}
.popup__item:first-child {
  margin-top: 0;
}

.popup__field {
  position: relative;
}

.popup__field input {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #cfe2f4;
  background: #fff;
  font-size: 14px;
  color: #434343;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field input:focus {
  border: 1px solid #477ac7;
}

.popup__field input::-moz-placeholder {
  color: #737985;
}

.popup__field input::-webkit-input-placeholder {
  color: #737985;
}

.popup__field input:-ms-input-placeholder {
  color: #737985;
}

.popup__field input::-ms-input-placeholder {
  color: #737985;
}

.popup__field input::placeholder {
  color: #737985;
}

.popup__field input:-webkit-autofill {
  -webkit-appearance: none;
          appearance: none;
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__field textarea {
  width: 100%;
  height: 80px;
  border-radius: 2px;
  border: 1px solid #cfe2f4;
  background: #fff;
  font-size: 14px;
  color: #434343;
  padding: 10px 16px;
  resize: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.popup__field textarea:focus {
  border: 1px solid #477ac7;
}

.popup__field textarea::-moz-placeholder {
  color: #737985;
}

.popup__field textarea::-webkit-input-placeholder {
  color: #737985;
}

.popup__field textarea:-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::-ms-input-placeholder {
  color: #737985;
}

.popup__field textarea::placeholder {
  color: #737985;
}

.popup__field textarea:-webkit-autofill {
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.popup__message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: none;
}

.popup__item--error .popup__message {
  display: block;
}

.popup__heading {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
}

.popup__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.window-file-zone {
  border: 1px dashed #cfe2f4;
  padding: 30px 25px;
  cursor: pointer;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.window-file-zone.load {
  background-color: #fff;
}

.window-file-icon {
  width: 40px;
  height: 29px;
  background: url(/images/file-icon.svg) 0% 0% no-repeat;
}

.window-file-description {
  margin-left: 10px;
}

.window-file-title {
  font-size: 13px;
  line-height: 16px;
  color: #434343;
}

.window-file-subtitle {
  font-size: 11px;
  line-height: 14px;
  color: #0c50a5;
}

.window-file-items {
  margin-top: 20px;
  margin-bottom: 20px;
}

.window-file-item {
  margin-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfe2f4;
  font-size: 13px;
  line-height: 16px;
  color: #353535;
  position: relative;
}

.window-file-item:first-child {
  margin-top: 0;
}

.window-file-item span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.window-file-del {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 21px;
  height: 21px;
  background: url(/images/file-del-icon.svg) 0% 0% no-repeat;
  cursor: pointer;
}

.captcha__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
}
.captcha__img img {
  display: block;
  border-radius: 2px;
  border: 1px solid #cfe2f4;
  height: 40px;
}

.captcha__refresh {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 16px;
  background: url(/images/refresh-icon.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.popup__consent {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.popup__link {
  margin-top: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.popup__link a {
  display: inline-block;
  padding: 0 44px;
  height: 44px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.popup__link a:hover {
  background: #477ac7;
}

.callback {
  position: fixed;
  z-index: 10;
  right: 30px;
  top: 65%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background: url(/images/ask-icon.svg) 0px 0px no-repeat;
}
.callback a {
  display: block;
  width: 100%;
  height: 100%;
}

.media__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px -30px;
}

.media__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 30px 0 0 30px;
}

.media__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.media__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.media__single {
  position: relative;
  margin-top: 30px;
  width: 50%;
}

.media__slider {
  position: relative;
  margin-top: 30px;
}

.slider__media {
  position: relative;
  overflow: hidden;
}

.slider__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.slider__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media__prev {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(/images/media-prev.svg) 0px 0px;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media__next {
  width: 40px;
  height: 40px;
  background: url(/images/media-next.svg) 0px 0px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -20px;
  z-index: 2;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media__prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-prev-disabled.svg) 0px 0px;
}

.media__next.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-next-disabled.svg) 0px 0px;
}

.blank__link {
  margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.blank__link a {
  display: inline-block;
  padding: 0 60px;
  height: 44px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.blank__link a:hover {
  background: #477ac7;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header.out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__row--top {
  background: #326cb5;
  padding: 6px 0;
}

.header__row--middle {
  background: #fff;
  padding: 20px 0;
}

.header__row--bottom {
  background: #f6f7f9;
}

.header__block--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.phones-header {
  position: relative;
}

.phones-header__plug {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.phones-header__toggle {
  display: none;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.phones-header__toggle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.phones-header__toggle a span {
  display: block;
  padding-right: 5px;
}
.phones-header__toggle a ins {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 9px;
  height: 7px;
  margin-left: 6px;
  background: url(/images/phone-flag.svg) 0px 0px no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.phones-header__desktop {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.phones-header__desktop a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  margin-left: 12px;
  color: #fff;
  text-decoration: none;
}
.phones-header__desktop a ins {
  text-decoration: none;
}
.phones-header__desktop a:first-child {
  margin-left: 0;
}
.phones-header__desktop a:first-child span {
  display: inline-block;
}

.phones-header__mobile {
  position: absolute;
  z-index: -3;
  top: 32px;
  right: -16px;
  background: #326cb5;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 0 20px 20px 20px;
  width: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.phones-header__mobile a {
  display: block;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  margin-top: 15px;
}
.phones-header__mobile a:first-child {
  margin-top: 5px;
}

.header__times {
  text-align: right;
  width: 100%;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.header__block--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__logo img {
  display: block;
  width: 100%;
}

.header__search {
  width: 100%;
  margin: 0 95px;
}

.search-header__block {
  position: relative;
}

.search-header__block input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c4cdd4;
  border-radius: 0px;
  height: 44px;
  width: 100%;
  background: #fff;
  padding: 0 44px 0 20px;
  color: #434343;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
}

.search-header__block input::-moz-placeholder {
  color: #737985;
}

.search-header__block input::-webkit-input-placeholder {
  color: #737985;
}

.search-header__block input:-ms-input-placeholder {
  color: #737985;
}

.search-header__block input::-ms-input-placeholder {
  color: #737985;
}

.search-header__block input::placeholder {
  color: #737985;
}

.search-header__block input:-webkit-autofill {
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.search-header__block button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 44px;
  background: #fff url(/images/search-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.search-header__block ins {
  position: absolute;
  display: none;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 44px;
  background: #fff url(/images/search-close.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.search-header__toggle {
  width: 42px;
  height: 42px;
  position: relative;
  display: none;
}
.search-header__toggle span {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  background: url(/images/search-icon.svg) 100% 50% no-repeat;
  position: relative;
  cursor: pointer;
}
.search-header__toggle a {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.header__feed {
  width: 244px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header__feed a {
  display: block;
  height: 44px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.header__feed a:hover {
  background: #477ac7;
}

.header__toggle {
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-icon.svg) 0% 50% no-repeat;
  cursor: pointer;
  display: none;
}

.header__menu {
  position: relative;
  padding: 10px 0;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__menu ul li {
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
}
.header__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  text-decoration: none;
}
.header__menu ul li a ins {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 9px;
  height: 6px;
  background: url(/images/menu-flag.svg) 0px 0px no-repeat;
  margin-left: 8px;
  margin-top: 2px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header__menu ul li a.marked {
  color: #e5464a !important;
}
.header__menu ul li:hover a {
  color: #477ac7;
}
.header__menu ul li:hover ins {
  background: url(/images/menu-flag-active.svg) 0px 0px no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__menu ul li:hover ul li a {
  color: #434343;
}
.header__menu ul li:hover ul li:hover a {
  color: #477ac7;
  background: #f4f9ff;
  border-right: 4px solid #326cb5;
}
.header__menu ul li:hover .menu-header__submenu {
  opacity: 1;
  height: auto;
  z-index: 4;
}

.menu-header__submenu {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 34px;
  opacity: 0;
  z-index: -3;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.menu-header__submenu ul {
  display: block;
  border: 1px solid #dee5ea;
  background: #fff;
  width: 214px;
}
.menu-header__submenu ul li a {
  padding: 8px 20px;
  border-right: 4px solid #fff;
}

.footer {
  background: #003169;
}

.footer__row--top {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row--middle {
  padding: 30px 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
margin-left:-10px;
}

.footer__row--middle .footer__col--policy {margin-left:10px;}

.footer__row--bottom {
  padding: 40px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__col--company {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 276px;
}

.footer__name {
  color: #dee5ea;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  text-transform: uppercase;
}

.footer__adress {
  margin-top: 16px;
  color: #dee5ea;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer__col--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 170px;
  max-width: 430px;
}

.footer__menu ul {
  color: #dee5ea;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.footer__menu ul li {
  margin-top: 11px;
}
.footer__menu ul li:first-child {
  margin-top: 0;
}
.footer__menu ul li a {
  color: #dee5ea;
  text-decoration: none;
}
.footer__menu ul li a:hover {
  color: #477ac7;
}

.footer__col--feed {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: right;
}

.footer__phone {
  color: #dee5ea;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}
.footer__phone a {
  color: #dee5ea;
  text-decoration: none;
}

.footer__email {
  margin-top: 4px;
  color: #dee5ea;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.footer__email a {
  color: #dee5ea;
  text-decoration: none;
}
.footer__email a:hover {
  color: #477ac7;
}

.footer__counter {margin-top:10px;}

.footer__col--copyrights {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #c4cdd4;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.footer__col--policy {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #c4cdd4;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.footer__col--policy a {
  color: #dee5ea;
  text-decoration: none;
}
.footer__col--policy a:hover {
  color: #477ac7;
}

.footer__col--developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #c4cdd4;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.footer__col--developer span {
  padding-right: 10px;
}
.footer__col--developer a {
  display: block;
  background: url(/images/dev-logo.svg) 99% 50% no-repeat;
  padding-right: 27px;
  color: #c4cdd4;
  text-decoration: none;
}
.footer__col--developer a:hover {
  color: #477ac7;
}

.breadcrumbs {
  padding: 20px 0 30px 0px;
  position: relative;
  z-index: 2;
}

.breadcrumbs__path {
  font-size: 14px;
  line-height: 19px;
  color: #9a9a9a;
}
.breadcrumbs__path a {
  color: #9a9a9a;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.breadcrumbs__path a:hover {
  color: #00a5e7;
  text-decoration: underline;
}
.breadcrumbs__path span {
  padding: 0 5px;
}

.breadcrumbs__title {
  margin-top: 20px;
}

.breadcrumbs__title--hide {
  display: none;
}

.header__close {
  width: 100%;
  height: 100%;
  display: none;
}

.show-menu .header__toggle {
  background: url(/images/menu-close.svg) 0% 50% no-repeat;
}

/* Mobile Menu */
.mobile-block {
  position: fixed;
  top: 105px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-block-inner {
  background: #fff;
  width: 340px;
  height: 100%;
  overflow: auto;
}

.mobile-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.mobile-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.mobile-block-menu {
  padding-top: 10px;
}

.menu ul {
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.menu ul li {
  margin-top: 20px;
}
.menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  text-decoration: none;
  padding: 0 16px;
}
.menu ul li a ins {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 9px;
  height: 6px;
  background: url(/images/menu-flag.svg) 0px 0px no-repeat;
  margin-left: 8px;
  margin-top: 2px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.menu ul li a.marked {
  color: #e5464a !important;
}
.menu ul li ul {
  font-weight: 400;
  padding: 0 20px;
}
.menu ul li ul li {
  margin-top: 15px;
}
.menu ul li.is-active .menu__submenu {
  display: block;
}
.menu ul li.is-active ins {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__submenu {
  display: none;
}

.menu__link {
  margin-top: 15px;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.menu__link a {
  display: inline-block;
  text-decoration: none;
  color: #326cb5;
  padding: 0 30px 0 16px;
  background: url(/images/menu-pdf-icon.svg) 100% 50% no-repeat;
}

.mobile-block-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 16px;
}

.mobile-block__times {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.mobile-block__phones {
  margin-top: 16px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.mobile-block__phones a {
  display: block;
  margin-top: 10px;
  color: #434343;
  text-decoration: none;
}

/* Mobile Menu */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 400;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #434343;
  text-decoration: none;
  margin-left: 20px;
  text-align: center;
  border: 1px solid #dee5ea;
}
.pagination a:hover {
  color: #326cb5;
  border: 1px solid #326cb5;
}
.pagination a.current {
  background: #326cb5;
  cursor: default;
  border: 1px solid #326cb5;
  color: #fff;
}
.pagination a.current:hover {
  color: #fff;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background: url(/images/pagination-prev.svg) 50% 50% no-repeat;
  border: none !important;
}
.pagination__next {
  background: url(/images/pagination-next.svg) 50% 50% no-repeat;
  border: none !important;
}

.index__top {
  position: relative;
  margin-top: 30px;
}

.index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 0 0 -30px;
}

.index__col--content {
  width: calc(100% - 30px);
  margin: 0 0 0 30px;
  min-width: 0;
  overflow: hidden;
}

.index__slider {
  position: relative;
}



.index__item {
  position: relative;
  overflow: hidden;
}

.index__img {
  position: relative;
}
.index__img img {
  height: 456px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index__img--desktop {
  display: block;
}

.index__img--mobile {
  display: none;
}

.index__title {
  color: #fff;
  text-shadow: -5px 7px 6px rgba(0, 0, 0, 0.45);
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 50px;
}

.index__name {
  position: absolute;
  right: -15px;
  bottom: 60px;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
  display: block;
  color: #f4f9ff;
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  background: #326cb5;
  border-bottom: 2px solid #fff;
}
.index__name span {
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg);
  display: block;
  padding: 10px 60px;
}

.index__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.index__pagination {
  position: absolute;
  z-index: 3;
  width: 100% !important;
  margin-top: 0px;
  text-align: center;
  bottom: 16px !important;
  line-height: 0;
}

.index__pagination span {
  margin-right: 8px;
  width: 50px;
  height: 3px;
  background: #fff;
  opacity: 1;
  border-radius: 0px;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index__pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #326cb5;
}

.product-slider-pagination span:last-child {
  margin-right: 0px;
}

.index__col--sidebar {
  width: 300px;
  margin: 0 0 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.index__subitem {
  position: relative;
  overflow: hidden;
  height: 213px;
  margin-top: 30px;
}
.index__subitem:first-child {
  margin-top: 0;
}
.index__subitem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.index__subitem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index__new {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg);
  background: #326cb5;
}
.index__new span {
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
  display: block;
  padding: 6px 30px 6px 20px;
}

.index__count {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #e5464a;
  font-variant-numeric: lining-nums proportional-nums;
  text-shadow: -2px 4px 4px rgba(0, 0, 0, 0.45);
  font-size: 46px;
  font-weight: 700;
  line-height: 46px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.85%, rgba(0, 0, 0, 0)), color-stop(86.44%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.85%, rgba(0, 0, 0, 0.7) 86.44%);
}

.index__stock {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  -webkit-transform: skewX(-23deg);
          transform: skewX(-23deg);
  background: #e5464a;
}
.index__stock span {
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg);
  display: block;
  padding: 6px 30px 6px 20px;
}

.index__value {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 16px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.85%, rgba(0, 0, 0, 0)), color-stop(86.44%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.85%, rgba(0, 0, 0, 0.7) 86.44%);
}

.index__catalog {
  margin-top: 60px;
}

.catalog-index__desktop .catalog-index__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0 -30px;
}
.catalog-index__desktop .catalog-index__items:first-child {
  margin: -30px 0 0 -30px;
}

.catalog-index__desktop .catalog-index__item {
  position: relative;
  margin: 30px 0 0 30px;
  overflow: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4f9ff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.catalog-index__desktop .catalog-index__item:hover {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  background: #477ac7;
}
.catalog-index__desktop .catalog-index__item:hover .catalog-index__name {
  color: #fff;
}
.catalog-index__desktop .catalog-index__item:hover .catalog-index__icon {
  opacity: 0;
}
.catalog-index__desktop .catalog-index__item:hover .catalog-index__img {
  opacity: 1;
}

.catalog-index__name {
  color: #434343;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  -webkit-transition: 0.5s color ease;
  transition: 0.5s color ease;
  position: relative;
}

.catalog-index__icon {
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.catalog-index__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-index__img {
  position: absolute;
  opacity: 0;
  width: 50%;
  height: 140px;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.catalog-index__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.catalog-index__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog-index__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-index__mobile {
  display: none;
}

.catalog-index__mobile .catalog-index__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}

.catalog-index__mobile .catalog-index__item {
  position: relative;
  margin: 20px 0 0 20px;
  overflow: hidden;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4f9ff;
  width: calc(33.3333333333% - 20px);
}
.catalog-index__mobile .catalog-index__item .catalog-index__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
}
.catalog-index__mobile .catalog-index__item .catalog-index__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.index__about {
  margin-top: 60px;
}

.about-index__block {
  position: relative;
  background: #477ac7 url(/images/about-bg.svg) 50% 60px no-repeat;
  padding: 60px 110px;
}

.about-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.about-index__col--text {
  width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.about-index__col--media {
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.about-index__title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.about-index__text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.about-index__text p {
  margin: 20px 0 0 0;
}
.about-index__text p:first-child {
  margin: 0;
}

.about-index__link {
  margin-top: 40px;
  width: 240px;
}
.about-index__link a {
  display: block;
  border-radius: 22px;
  border: 1px solid #fff;
  height: 44px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.about-index__link a:hover {
  background: #fff;
  color: #326cb5;
}

.about-index__media {
  position: relative;
}
.about-index__media:hover .about-index__play {
  opacity: 1;
}

.about-index__img {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.about-index__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.about-index__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/images/play-icon.svg) 0px 0px no-repeat;
  opacity: 0.8;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.about-index__link a:hover {
  background: none;
  color: #fff;
}

.about-media__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-media__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.about-index__advantages {
  margin: 0 -80px;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.advantages__item {
  position: relative;
  width: calc(20% - 30px);
  margin: 40px 0 0 30px;
}

.advantages__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.advantages__icon img {
  display: block;
  width: 100%;
}

.advantages__text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.index-slider__block {
  position: relative;
  margin-top: 60px;
}

.index-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-slider__title {
  color: #434343;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.index-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 40px;
}

.index-slider__prev {
  width: 40px;
  height: 40px;
  background: url(/images/media-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
  border-radius: 270px;
}

.index-slider__next {
  width: 40px;
  height: 40px;
  background: url(/images/media-next.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
  border-radius: 270px;
}

.index-slider__prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-prev-disabled.svg) 0px 0px;
  border: 1px solid #dee5ea;
}

.index-slider__next.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-next-disabled.svg) 0px 0px;
  border: 1px solid #dee5ea;
}

.index-slider__content {
  margin-top: 40px;
  overflow: hidden;
}

.slider__reviews {
  padding: 10px 30px;
  margin: 0 -25px;
}

.slider__reviews .swiper-slide {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(71, 122, 199, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(71, 122, 199, 0.2);
  padding: 30px 30px 90px 30px;
  position: relative;
  height: auto;
}
.slider__reviews .swiper-slide:hover .reviews__more ins {
  background: url(/images/media-next.svg) 0px 0px no-repeat;
}

.index-slider__link {
  margin-top: 40px;
}
.index-slider__link a {
  display: inline-block;
  padding: 0 40px;
  border-radius: 22px;
  border: 1px solid #326cb5;
  height: 44px;
  line-height: 42px;
  color: #326cb5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.index-slider__link a:hover {
  background: #326cb5;
  color: #fff;
}

.reviews__include {
  margin-top: 10px;
  overflow: hidden;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews__more {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #477ac7;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.reviews__more ins {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/news-more.svg) 0px 0px no-repeat;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reviews__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.reviews__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.popup__content .reviews__top {
  margin-top: 20px;
}
.popup__content .reviews__include {
  display: block;
  margin-top: 20px;
  color: #434343;
}

.slider__news .swiper-slide {
  height: auto;
}
.slider__news .swiper-slide:hover .news-slider__name {
  color: #326cb5;
}

.news-slider__item {
  position: relative;
}

.news-slider__img {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.news-slider__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.news-slider__content {
  margin-top: 16px;
}

.news-slider__date {
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.news-slider__name {
  margin-top: 10px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news-slider__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-slider__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.cert {
  position: relative;
}

.cert__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -60px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.cert__item {
  position: relative;
  width: calc(25% - 30px);
  margin: 60px 0 0 30px;
}
.cert__item:hover .cert__name {
  text-decoration-line: none;
}
.cert__item:hover .cert__block {
  -webkit-box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
          box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
}

.cert__block {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 140%;
  border: 1px solid #dee5ea;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cert__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.cert__name {
  margin-top: 10px;
  color: #326cb5;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.cert__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.cert__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.awards {
  position: relative;
}

.awards__item {
  margin-top: 60px;
}
.awards__item:first-child {
  margin-top: 0;
}

.awards__year {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 30px;
}

.awards__text {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.awards__text p {
  margin: 20px 0 0 0;
}
.awards__text p:first-child {
  margin: 0;
}

.awards__media {
  margin-top: 0px;
}

.reward__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.reward__item {
  position: relative;
  width: calc(25% - 30px);
  margin: 30px 0 0 30px;
}
.reward__item:hover .reward__block {
  -webkit-box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
          box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
}

.reward__block {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 140%;
  border: 1px solid #dee5ea;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.reward__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.reward__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.reward__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.news {
  position: relative;
}

.news__items {
  position: relative;
}

.news__item {
  position: relative;
  border: 1px solid #dee5ea;
  background: #fff;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news__item:hover {
  -webkit-box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
          box-shadow: 0 0 10px rgba(71, 122, 199, 0.2);
}
.news__item:hover .news__more ins {
  background: url(/images/media-next.svg) 0px 0px no-repeat;
}
.news__item:first-child {
  margin-top: 0;
}

.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news__media {
  width: 316px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #dee5ea;
}

.news__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 228px;
  -o-object-position: top center;
     object-position: top center;
}

.news__content {
  width: 100%;
  padding: 30px;
}

.news__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__date {
  margin-top: 8px;
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.news--detailed .news__date {
  margin-top: 0;
  margin-bottom: 15px;
}

.news__text {
  margin-top: 12px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__more {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #477ac7;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.news__more ins {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/news-more.svg) 0px 0px no-repeat;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.news__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.news__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews {
  position: relative;
}

.reviews__items {
  position: relative;
}

.reviews__item {
  margin-top: 30px;
}
.reviews__item:first-child {
  margin-top: 0;
}

.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reviews__content {
  width: 100%;
}

.reviews__media {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
}

.reviews__img {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.reviews__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reviews__icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 16px;
}
.reviews__icon img {
  display: block;
  width: 100%;
}

.reviews__info {
  -ms-flex-item-align: center;
      align-self: center;
}

.reviews__name {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.reviews__date {
  margin-top: 4px;
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}

.reviews__text {
  margin: 16px 0 0 76px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.reviews__keep span {
  display: none;
}
.reviews__keep span:first-child {
  display: inline-block;
}

.reviews__toggle {
  margin-top: 12px;
  color: #477ac7;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.reviews__toggle span {
  cursor: pointer;
  display: none;
  text-decoration-line: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.reviews__toggle span:first-child {
  display: inline-block;
}
.reviews__toggle span:hover {
  text-decoration-line: none;
}

.reviews__text.is-active .reviews__toggle span {
  cursor: pointer;
  display: inline-block;
}
.reviews__text.is-active .reviews__toggle span:first-child {
  display: none;
}
.reviews__text.is-active .reviews__keep span {
  display: inline-block;
}

.reviews__add {
  margin-top: 40px;
}
.reviews__add a {
  display: inline-block;
  padding: 0 40px;
  border-radius: 22px;
  border: 1px solid #326cb5;
  height: 44px;
  line-height: 42px;
  color: #326cb5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.reviews__add a:hover {
  background: #326cb5;
  color: #fff;
}

.shops {
  position: relative;
}

.shops__map {
  position: relative;
}

.map {
  position: relative;
  width: 100%;
  height: 400px;
}

.shops__popup {
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.15);
  width: 294px;
  height: 166px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -83px 0 0 -147px;
}

.popup-shops__inner {
  padding: 20px 30px;
  position: relative;
}

.popup-shops__close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  background: url(/images/popup-close.svg) 0px 0px no-repeat;
  cursor: pointer;
}

.popup-shops__title {
  color: #737985;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.popup-shops__city {
  margin-top: 12px;
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.popup-shops__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.popup-shops__links a {
  display: inline-block;
  padding: 0 30px;
  height: 36px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.popup-shops__links a:hover {
  background: #477ac7;
}

.shops__content {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  width: 300px;
  margin-left: -645px;
}

.shops__top {
  position: relative;
}

.shops__top input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c4cdd4;
  border-radius: 2px;
  height: 40px;
  width: 100%;
  background: #fff;
  padding: 0 44px 0 20px;
  color: #434343;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
}

.shops__top input::-moz-placeholder {
  color: #737985;
}

.shops__top input::-webkit-input-placeholder {
  color: #737985;
}

.shops__top input:-ms-input-placeholder {
  color: #737985;
}

.shops__top input::-ms-input-placeholder {
  color: #737985;
}

.shops__top input::placeholder {
  color: #737985;
}

.shops__top input:-webkit-autofill {
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.shops__top button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 44px;
  background: #fff url(/images/search-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.shops__list {
  margin-top: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  height: 240px;
  overflow: auto;
}
.shops__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shops__list ul li.hide {
	display:none;
}
.shops__list ul li a {
  display: block;
  padding: 10px 16px;
  border-right: 4px solid #fff;
  text-decoration: none;
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.shops__list ul li a:hover {
  color: #326cb5;
  background: #f4f9ff;
  border-right: 4px solid #326cb5;
}

.shops__list::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.shops__list::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.shops__roster {
  padding-top: 40px;
}

.shops__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -50px 0 0 -30px;
}

.shop__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 50px 0 0 30px;
}

.shop__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.shop__location {
  margin-top: 20px;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: url(/images/location-icon.svg) 0px 0px no-repeat;
  padding-left: 32px;
}

.shop__phone {
  margin-top: 16px;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.shop__phone a {
  display: inline-block;
  background: url(/images/phone-icon.svg) 0px 0px no-repeat;
  padding-left: 32px;
  color: #737985;
  text-decoration: none;
}

@media screen and (max-width: 1340px) {
  .shops__content {
    left: 30px;
    margin-left: 0;
  }
}
.contacts {
  position: relative;
}

.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contacts__col--content {
  width: 100%;
}

.contacts__col--sidebar {
  width: 520px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 80px;
}

.contacts__feed {
  position: relative;
}

.contacts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.contacts__item {
  position: relative;
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
  padding: 30px;
  border: 1px solid #dee5ea;
}

.contacts__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.contacts__text {
  margin-top: 16px;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts__scheme {
  margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contacts__scheme a {
  display: inline-block;
  padding: 0 60px;
  height: 44px;
  border-radius: 22px;
  background: #326cb5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}
.contacts__scheme a:hover {
  background: #477ac7;
}

.contacts__form {
  background: #f4f9ff;
}

.contacts__location {
  position: relative;
  height: 400px;
  margin-top: 60px;
  margin-bottom: -60px;
}

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

.catalog {
  position: relative;
}
.catalog .breadcrumbs__title {
  margin-top: 0;
}

.catalog__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.catalog__col--sidebar {
  width: 290px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px;
  height: 100%;
  position: relative;
  z-index: 4;
}

.catalog__col--content {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.catalog__menu {
  border: 1px solid #dee5ea;
  background: #fff;
}
.catalog__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog__menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #434343;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.catalog__menu ul li a:hover {
  color: #477ac7;
  text-decoration: none;
}
.catalog__menu ul li a span {
  display: block;
  width: 100%;
}
.catalog__menu ul li a ins {
  width: 9px;
  height: 6px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-flag-active.svg) 0px 0px no-repeat;
  margin-left: 10px;
}
.catalog__menu ul li a.marked {
  color: #e5464a;
}
.catalog__menu ul li.current > a {
  color: #434343;
  background: #f4f9ff;
  pointer-events: none;
}
.catalog__menu ul li.current > a ins {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.catalog__menu ul li.current ul {
  display: block;
}
.catalog__menu ul li ul {
  display: none;
  margin: 0 40px;
}
.catalog__menu ul li ul li a {
  font-weight: 400;
  padding: 10px 0;
}
.catalog__menu ul li ul li a.current {
  color: #477ac7;
  pointer-events: none;
}

.catalog__download {
  margin-top: 30px;
}
.catalog__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 44px;
  color: #326cb5;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  border-radius: 22px;
  border: 1px solid #326cb5;
}
.catalog__download a span {
  padding-right: 32px;
  background: url(/images/doc-icon.svg) 100% 50% no-repeat;
}
.catalog__download a:hover {
  color: #fff;
  background: #326cb5;
}
.catalog__download a:hover span {
  background: url(/images/doc-icon-active.svg) 100% 50% no-repeat;
}

.catalog__content {
  margin-top: 40px;
}

.catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.catalog__item {
  position: relative;
  width: calc(50% - 30px);
  margin: 30px 0 0 30px;
  border: 1px solid #dee5ea;
  background: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.catalog__item:hover {
  border: 1px solid #326cb5;
}
.catalog__item:hover .catalog__name {
  color: #326cb5;
}

.catalog__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 53.9956803456%;
}
.catalog__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.catalog__status {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.catalog__status--new {
  width: 83px;
  height: 22px;
  padding-left: 8px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: url(/images/status-bg.svg) 0px 0px no-repeat;
}

.catalog__stock {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 22px;
  padding-left: 8px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: url(/images/stock-bg.svg) 0px 0px no-repeat;
}

.catalog__name {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 15px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.catalog__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog__description {
  margin-top: 60px;
  background: #f4f9ff;
  padding: 60px 0;
  margin-bottom: -60px;
}

.catalog__heading {
  color: #434343;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

.catalog__info {
  margin-top: 40px;
}

.info-catalog__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -30px;
}

.info-catalog__col {
  position: relative;
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}

.info-catalog__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.info-catalog__text {
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  padding-left: 80px;
}
.info-catalog__text span {
  display: none;
  margin-top: 15px;
}
.info-catalog__text span:first-child {
  display: block;
  margin-top: 0;
}
.info-catalog__text.is-active span {
  display: block;
}
.info-catalog__text.is-active .info-catalog__toggle span {
  display: inline-block;
}
.info-catalog__text.is-active .info-catalog__toggle span:first-child {
  display: none;
}

.info-catalog__toggle {
  margin-top: 16px;
  color: #326cb5;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.info-catalog__toggle span {
  display: none;
  margin-top: 0;
  background: url(/images/arrow.svg) 100% 50% no-repeat;
  padding-right: 34px;
  cursor: pointer;
}
.info-catalog__toggle span:first-child {
  display: inline-block;
}

.info-catalog__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}
.info-catalog__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

.product__item {
  position: relative;
  width: calc(33.3333333333% - 30px);
  margin: 30px 0 0 30px;
  border: 1px solid #dee5ea;
  background: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.product__item:hover {
  border: 1px solid #326cb5;
}
.product__item:hover .product__name {
  color: #326cb5;
}

.product__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.66666666666667%;
}
.product__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
object-position:top center;
}

.product__inner {
  padding: 20px 16px;
}

.product__name {
  color: #434343;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.product__size {
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 15px;
}
.product__price span {
  display: none;
  color: #737985;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: line-through;
}

.product__item--stock .product__price {
  color: #e5464a;
}
.product__item--stock .product__price div {
  margin-right: 10px;
}

.product__item--stock .product__price div font {font-size:14px;}

.product__item--stock .product__price span {
  display: block;
}

.product__status {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.product__status--new {
 
  height: 22px;
  padding-left: 15px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #326cb5;
  transform: skewX(-23deg);
  left:-8px;
  padding-right:8px;
  
}

.product__status--new span { display:block; transform: skewX(23deg);}

.product__stock {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 22px;
  padding-left: 8px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: url(/images/stock-bg.svg) 0px 0px no-repeat;
}

.product__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}

.category__item {
  position: relative;
  width: calc(33.3333333333% - 40px);
  margin: 40px 0 0 40px;
}

.category__top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.category__top:hover .category__name {
  color: #326cb5;
}

.category__icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.category__icon img {
  display: block;
  width: 100%;
}

.category__name {
  color: #434343;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.category__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.category__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.category__list {
  margin-left: 60px;
}
.category__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category__list ul li {
  margin-top: 8px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.category__list ul li:first-child {
  margin-top: 0;
}
.category__list ul li a {
  color: #434343;
  text-decoration: none;
}
.category__list ul li a:hover {
  color: #326cb5;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px 0 30px -16px;
}
.catalog__sort a {
  display: block;
  border-radius: 17px;
  border: 1px solid #cfe2f4;
  background: #f4f9ff;
  padding: 7px 20px;
  color: #737985;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  margin: 16px 0px 0 16px;
}
.catalog__sort a:hover {
  color: #326cb5;
  border: 1px solid #326cb5;
}
.catalog__sort a.current {
  background: #326cb5;
  color: #fff;
  border: 1px solid #326cb5;
  pointer-events: none;
}

.catalog__filter {
  margin-top: 30px;
  border: 1px solid #dee5ea;
  background: #fff;
}
.catalog__filter.is-active .catalog__switcher {
  background: #f4f9ff;
  color: #326cb5;
}
.catalog__filter.is-active .catalog__switcher ins {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.catalog__filter.is-active .filter__content {
  display: block;
}

.catalog__switcher {
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.catalog__switcher:hover {
  color: #326cb5;
}
.catalog__switcher span {
  display: block;
  width: 100%;
}
.catalog__switcher ins {
  width: 9px;
  height: 6px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-flag-active.svg) 0px 0px no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.filter__content {
  padding: 16px 20px;
  display: none;
}

.filter__item {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #dee5ea;
}
.filter__item:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}
.filter__item.is-active .filter__flag {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filter__item.is-active .option__content {
  display: block;
}

.filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.filter__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #434343;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter__name span {
  display: block;
}
.filter__name ins {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/question-icon.svg) 0px 0px no-repeat;
  margin-left: 8px;
  margin-top: 2px;
}

.filter__flag {
  width: 9px;
  height: 6px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-flag-active.svg) 0px 0px no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.option__content {
  margin-top: 20px;
  display: none;
}

.option__item {
  margin-top: 20px;
  display: none;
}
.option__item:nth-child(1) {
  margin-top: 0;
  display: block;
}
.option__item:nth-child(2) {
  display: block;
}
.option__item:nth-child(3) {
  display: block;
}
.option__item:nth-child(4) {
  display: block;
}
.option__item:nth-child(5) {
  display: block;
}

.option__content.is-active .option__item {
  display: block;
}
.option__content.is-active .option__toggle span {
  display: block;
}
.option__content.is-active .option__toggle span:first-child {
  display: none;
}

.option__checkbox {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #434343;
  line-height: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.option__checkbox input[type=checkbox] {
  display: none;
}

.option__checkbox label {
  cursor: pointer;
}

.option__checkbox label:after {
  content: "";
  display: block;
  border: none;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #c4cdd4;
  position: absolute;
  border-radius: 2px;
  top: 0px;
  left: 0;
  cursor: pointer;
}

.option__checkbox input[type=checkbox]:checked + label:after {
  border: none;
  background: #326cb5 url(/images/check-icon.svg) 50% 50% no-repeat;
  border: 1px solid #326cb5;
}

.option__toggle {
  margin-top: 16px;
  text-align: center;
  color: #477ac7;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  cursor: pointer;
}
.option__toggle span {
  display: none;
}
.option__toggle span:first-child {
  display: block;
}
.option__toggle:hover {
  text-decoration-line: none;
}

.option__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  cursor: pointer;
}
.option__color.is-active .color__img {
  border: 2px solid #e5464a;
}

.color__img {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 10px;
  border: 2px solid #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.color__name {
  -ms-flex-item-align: center;
      align-self: center;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.option__text {
  padding: 0px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: -10px 0 15px 0;
}

.tippy-box[data-theme~=gray] {
  border: 1px solid #dee5ea;
  background: #fff;
  border-radius: 0;
  padding: 0;
}

.tip-content {
  max-width: 180px;
  margin: -10px;
  padding: 10px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.filter__reset {
  margin-top: 24px;
}
.filter__reset a {
  display: block;
  border-radius: 22px;
  border: 1px solid #326cb5;
  background: #fff;
  height: 44px;
  line-height: 42px;
  text-align: center;
  color: #326cb5;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.filter__reset a:hover {
  color: #fff;
  background: #326cb5;
}

.catalog__top {
  display: none;
}

/* Catalog Filter Mobile */
.filter-block {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9900;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.filter-block-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 0px;
}

.filter-block-inner {
  background: #fff;
  width: 340px;
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 10px 0px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0px 35px rgba(0, 0, 0, 0.05);
}

.filter-block-inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.filter-block-inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.filter-block-content {
  width: 100%;
  padding: 0px 0px;
}

.filter-close {
  cursor: pointer;
  padding: 12px 16px;
  background: #f4f9ff;
}
.filter-close span {
  display: block;
  color: #326cb5;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  background: url(/images/filter-close.svg) 100% 50% no-repeat;
}

.filter-inner {
  padding: 16px;
}

.filter-links__block {
  text-align: center;
  margin-top: 25px;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 2;
  padding: 10px 0;
}

/* Catalog Filter Mobile */
.search {
  position: relative;
}

.search__top {
  max-width: 480px;
}

.search-top__block {
  position: relative;
}

.search-top__block input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c4cdd4;
  border-radius: 0px;
  height: 44px;
  width: 100%;
  background: #fff;
  padding: 0 44px 0 20px;
  color: #434343;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 14px;
}

.search-top__block input::-moz-placeholder {
  color: #737985;
}

.search-top__block input::-webkit-input-placeholder {
  color: #737985;
}

.search-top__block input:-ms-input-placeholder {
  color: #737985;
}

.search-top__block input::-ms-input-placeholder {
  color: #737985;
}

.search-top__block input::placeholder {
  color: #737985;
}

.search-top__block input:-webkit-autofill {
  -webkit-text-fill-color: #434343;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  background-color: transparent;
}

.search-top__block button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  width: 44px;
  background: #fff url(/images/search-icon.svg) 50% 50% no-repeat;
  cursor: pointer;
}

.search__message {
  margin-top: 8px;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.search__item {
  margin-top: 40px;
}

.search__title {
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}

.search__content {
  margin-top: 30px;
}

.search__content .product__item {
  width: calc(25% - 30px);
}

.composition {
  position: relative;
  margin-top: -40px;
}

.composition__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -40px;
  min-width: 0;
}

.composition__col--sidebar {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
  min-width: 0;
}

.composition__col--content {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
}

.composition__price {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}
.composition__price span {
  display: none;
  margin-left: 16px;
  color: #737985;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: line-through;
}

.composition__price--sale {
  color: #e5464a;
}
.composition__price--sale span {
  display: block;
}

.composition__description {
  margin-top: 20px;
}
.composition__description.is-active span {
  display: inline-block;
}
.composition__description.is-active span:first-child {
  display: none;
}
.composition__description.is-active .composition__text {
  max-height: 100%;
}
.composition__description.is-active .composition__plug {
  display: none;
}

.composition__heading {
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.composition__text {
  max-height: 255px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.composition__text p {
  margin: 10px 0 0 0;
}
.composition__text p:first-child {
  margin: 0;
}

.composition__plug {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: #fff;
  opacity: 0.8;
}

.composition__toggle {
  margin-top: 8px;
  color: #477ac7;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.composition__toggle span {
  display: none;
  text-decoration: underline;
  cursor: pointer;
}
.composition__toggle span:hover {
  text-decoration: none;
}
.composition__toggle span:first-child {
  display: inline-block;
}

.composition__moduls {
  margin-top: 40px;
}

.composition__title {
  color: #434343;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 30px;
}

.composition__moduls .product__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.modul-img__first {
  opacity: 1;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.modul-img__second {
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.product__item:hover .modul-img__first {
  opacity: 0;
}
.product__item:hover .modul-img__second {
  opacity: 1;
}

.product__additional {
  margin-top: 60px;
  overflow: hidden;
}

.additional__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.additional__title {
  color: #434343;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.additional__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 40px;
}

.additional__prev {
  width: 40px;
  height: 40px;
  background: url(/images/media-prev.svg) 0px 0px no-repeat;
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
  border-radius: 270px;
}

.additional__next {
  width: 40px;
  height: 40px;
  background: url(/images/media-next.svg) 0px 0px no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
  border-radius: 270px;
}

.additional__content {
  margin-top: 30px;
}

.slider__additional {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  list-style: none;
  padding: 0;
}

.slider__additional .swiper-slide {
  width: 270px;
  border: 1px solid #dee5ea;
  height: auto;
}
.slider__additional .swiper-slide:hover {
  border: 1px solid #326cb5;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.additional__content .product__item {
  width: calc(100% - 0px);
  margin: 0;
  border: none;
}
.additional__content .product__item:hover {
  border: none;
}

.additional__prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-prev-disabled.svg) 0px 0px;
  border: 1px solid #dee5ea;
}

.additional__next.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-next-disabled.svg) 0px 0px;
  border: 1px solid #dee5ea;
}

.slider__additional .product__stock {
  will-change: transform;
}

.slider__additional .product__status {
  will-change: transform;
}

.modul__article {
  margin-top: 10px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modul__article span {
  color: #9a9a9a;
  padding-right: 10px;
}

.modul__collection {
  margin-top: 20px;
  color: #434343;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.modul__collection span {
  color: #9a9a9a;
  padding-right: 10px;
}

.modul__colors {
  margin-top: 20px;
}

.colors-modul__heading {
  color: #9a9a9a;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.colors-modul__content {
  position: relative;
}

.colors-modul__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -14px;
}

.colors-modul__item {
  position: relative;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 14px 0 0 14px;
}
.colors-modul__item.current {
  border: 2px solid #e5464a;
}
.colors-modul__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.colors-modul__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.colors-modul__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.colors-modul__stock {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #e5464a;
	text-align: center;
}

.product__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.product__links a {
  display: block;
  height: 44px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.product__link--construct {
  background: #326cb5;
  color: #fff;
  border: 1px solid #326cb5;
}
.product__link--construct:hover {
  background: #477ac7;
  border: 1px solid #477ac7;
}

.product__link--manual {
  background: #fff;
  color: #326cb5;
  border: 1px solid #326cb5;
  margin-left: 16px;
}
.product__link--manual span {
  background: url(/images/manual-icon.svg) 100% 50% no-repeat;
  padding-right: 25px;
}
.product__link--manual:hover {
  background: #477ac7;
  border: 1px solid #477ac7;
  color: #fff;
}

.product__link--interior {
  margin-top: 20px;
  background: #e5464a;
  color: #fff;
  border: 1px solid #e5464a;
}

.no-diagram .product__link--interior {margin-top:0; margin-left:16px;}


.product__link--interior:hover {
  background: #477ac7;
  border: 1px solid #477ac7;
  color: #fff;
}

.composition__slider {
  position: relative;
}

.slider-composition__content {
  position: relative;
}

.slider-composition__preview {
  position: relative;
  margin: 4px 0 0 -16px;
  overflow: hidden;
}

.composition__slider {
  min-width: 0px;
  position: sticky;
  top: 40px;
}

.gallery-top {
  width: 100%;
  overflow: hidden;
}

.gallery-top-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background: url(/images/media-prev.svg) 50% 50% no-repeat;
  cursor: pointer;
  outline: none;
  background-size: 30px 30px;
}

.gallery-top-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
  background: url(/images/media-next.svg) 50% 50% no-repeat;
  cursor: pointer;
  outline: none;
  background-size: 30px 30px;
}

.gallery-top-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-prev-disabled.svg) 0px 0px;
  background-size: 30px 30px;
}

.gallery-top-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: none;
  background: url(/images/media-next-disabled.svg) 0px 0px;
  background-size: 30px 30px;
}

.composition__item {
  position: relative;
}

.composition__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
  background: #fff;
}
.composition__img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}


.composition__name {
  background:#fff;
  position: relative;
  padding: 10px 0 0 0;
  color: #326CB5;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.composition__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.composition__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0px 0px 0 0px;
}

.gallery-thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-thumbs .swiper-slide {
  width: calc(12.5% - 16px);
  margin: 16px 0 0 16px;
  border: 2px solid #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.gallery-thumbs--modul .swiper-slide {
  width: calc(16.6666666667% - 16px);
  margin: 16px 0 0 16px;
}

.composition__color {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.composition__color img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.composition-color__stock {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #e5464a;
	text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #e5464a;
  opacity: 1;
  cursor: default;
}

/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .header__search {
    margin: 0 40px;
  }
  .footer__col--menu {
    margin: 0 80px;
    max-width: 340px;
  }
  .media__items {
    margin: 0 0 20px -20px;
  }
  .media__item {
    width: calc(33.3333333333% - 20px);
    margin: 20px 0 0 20px;
  }
  .catalog-index__name {
    font-size: 16px;
    line-height: 19px;
    width: 95px;
  }
  .catalog-index__img {
    width: 64%;
  }
  .catalog-index__desktop .catalog-index__item {
    padding: 30px 20px;
  }
  .about-index__block {
    padding: 40px 30px;
  }
  .about-index__col--text {
    width: 400px;
  }
  .about-index__col--media {
    width: 460px;
  }
  .about-index__advantages {
    margin: 0px;
  }
  .advantages__items {
    margin: 0 0 0 -20px;
  }
  .advantages__item {
    width: calc(20% - 20px);
    margin: 40px 0 0 20px;
  }
  .slider__reviews .swiper-slide {
    padding: 20px 20px 80px 20px;
  }
  .cert__items {
    margin: -50px 0 0 -20px;
  }
  .cert__item {
    width: calc(25% - 20px);
    margin: 50px 0 0 20px;
  }
  .reward__items {
    margin: 0px 0 0 -20px;
  }
  .reward__item {
    width: calc(25% - 20px);
    margin: 30px 0 0 20px;
  }
  .contacts__col--sidebar {
    margin-left: 30px;
    position: sticky;
    top: 30px;
    height: 100%;
  }
  .contacts__items {
    margin: -20px 0 0 0px;
  }
  .contacts__item {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
    padding: 20px;
  }
  .catalog__col--sidebar {
    margin-right: 30px;
  }
  .info-catalog__text {
    padding-left: 0;
  }
  .product__items {
    margin: -30px 0 0 -20px;
  }
  .product__item {
    position: relative;
    width: calc(50% - 20px);
    margin: 30px 0 0 20px;
  }
  .category__items {
    margin: -30px 0 0 -20px;
  }
  .category__item {
    width: calc(50% - 20px);
    margin: 30px 0 0 20px;
  }
  .search__content .product__item {
    width: calc(33.3333333333% - 20px);
  }
  .composition__cols {
    margin: 0 0 0 -30px;
  }
  .composition__col--sidebar {
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
  }
  .composition__col--content {
    width: calc(50% - 30px);
    margin: 0 0 0 30px;
  }
  .product__additional {
    margin-top: 40px;
  }
  .product__link--manual {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  
.no-diagram .product__link--interior {margin-top:20px; margin-left:0px;}
.no-diagram a {width:100%;}  
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 16px;
  }
  .content-inner {
    padding: 105px 0 30px 0;
  }
  .content__menu {
    display: block;
  }
  .h100-inner {
    height: calc(100% - 58px);
    padding: 135px 0 30px 0;
  }
  .empty__link a {
    padding: 0 60px;
  }
  .empty__link a:hover {
    background: #326cb5;
  }
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .content table th {
    font-size: 15px;
  }
  .callback {
    display: none;
  }
  .media__items {
    margin: 0 0 20px -20px;
  }
  .media__item {
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .blank__link {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .blank__link a {
    padding: 0 60px;
  }
  .blank__link a:hover {
    background: #326cb5;
  }
  .media__single {
    margin-top: 20px;
  }
  .media__slider {
    margin-top: 20px;
    margin-right: -16px;
  }
  .slider__media .swiper-slide {
    width: 302px;
  }
  .slider__media .swiper-slide:last-child {
    margin-right: 16px;
  }
  .media__prev {
    display: none;
  }
  .media__next {
    display: none;
  }
  .header__row--top {
    background: #326cb5;
    padding: 10px 0;
  }
  .header__block--top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .phones-header.is-active .phones-header__plug {
    display: none;
  }
  .phones-header.is-active .phones-header__mobile {
    opacity: 1;
    width: 194px;
    height: auto;
    z-index: 3;
  }
  .phones-header.is-active .phones-header__toggle ins {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .phones-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .phones-header__toggle {
    display: block;
  }
  .header__times {
    text-align: left;
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 50px;
  }
  .phones-header__desktop {
    display: none;
  }
  .header__row--middle {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #dee5ea;
  }
  .header__logo {
    width: 228px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .header__feed {
    display: none;
  }
  .header__search {
    margin: 0;
    width: auto;
  }
  .search-header__block {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    position: relative;
    z-index: -3;
    -webkit-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  .search-header__toggle {
    display: block;
  }
  .header__toggle {
    display: block;
  }
  .search-header.is-active .search-header__toggle a {
    display: block;
  }
  .search-header.is-active .search-header__block {
    display: block;
    position: absolute;
    left: 62px;
    right: 62px;
    top: 50%;
    margin-top: -21px;
    z-index: 2;
    opacity: 1;
    height: auto;
    width: auto;
  }
  .search-header.is-active .search-header__block button {
    display: none;
  }
  .search-header.is-active .search-header__block ins {
    display: block;
  }
  .search-header__block input {
    height: 42px;
  }
  .header__row--bottom {
    display: none;
  }
  .footer__col--menu {
    display: none;
  }
  .footer__row--top {
    padding-top: 20px;
  }
  .footer__row--bottom {
    padding: 30px 0 20px 0;
  }
  .footer__col--company {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 232px;
  }
  .footer__name {
    font-size: 20px;
    line-height: 29px;
  }
  .footer__adress {
    margin-top: 14px;
    font-size: 14px;
    line-height: 19px;
  }
  .footer__phone {
    color: #dee5ea;
    font-size: 20px;
    line-height: 29px;
  }
  .footer__email {
    margin-top: 14px;
    color: #dee5ea;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
  .footer__email a:hover {
    color: #dee5ea;
  }
  .footer__col--copyrights {
    font-size: 14px;
    line-height: 19px;
    width: 230px;
  }
  .footer__col--policy {
    font-size: 14px;
    line-height: 29px;
  }
  .footer__col--policy a:hover {
    color: #dee5ea;
  }
  .footer__col--developer {
    font-size: 14px;
    line-height: 29px;
  }
  .footer__col--developer a:hover {
    color: #c4cdd4;
  }
  .breadcrumbs {
    padding: 20px 0px;
  }
  .breadcrumbs__title {
    margin-top: 10px;
  }
  .breadcrumbs__title--hide {
    display: block;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .header.out {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .show-menu .mobile-block {
    display: block;
  }
  .pagination {
    margin-top: 30px;
  }
  .index__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px;
  }
  .index__col--content {
    width: 100%;
    margin: 0 0 0 0px;
    min-width: 0;
    overflow: hidden;
  }
  .index__col--sidebar {
    display: none;
  }
  .index__top {
    margin-top: 0px;
  }
  .index__top .container {
    padding: 0;
  }
  .index__img img {
    height: 400px;
  }
  .index__img--desktop {
    display: none;
  }
  .index__img--mobile {
    display: block;
  }
  .index__title {
    font-size: 36px;
    line-height: 42px;
    top: 10px;
    left: 20px;
  }
  .index__name {
    right: -15px;
    bottom: 60px;
    font-size: 20px;
    line-height: 23px;
  }
  .index__name span {
    padding: 8px 70px 8px 60px;
  }
  .index__pagination span {
    width: 40px;
  }
  .index__catalog {
    margin-top: 40px;
  }
  .catalog-index__desktop {
    display: none;
  }
  .catalog-index__mobile {
    display: block;
  }
  .index__about .container {
    padding: 0;
  }
  .index__about {
    margin-top: 40px;
  }
  .about-index__block {
    background: #477ac7 url(/images/about-bg.svg) 50% 50% no-repeat;
    padding: 40px 16px;
    background-size: 690px 417px;
  }
  .about-index__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .about-index__col--text {
    width: 100%;
  }
  .about-index__col--media {
    width: 100%;
    margin-top: 30px;
  }
  .about-index__media {
    max-width: 480px;
    margin: 0 auto;
  }
  .about-index__play {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(/images/play-icon.svg) 0px 0px no-repeat;
    opacity: 1;
    background-size: 60px 60px;
  }
  .about-index__title {
    font-size: 28px;
    line-height: 33px;
  }
  .advantages__items {
    margin: 0 0 0 -20px;
  }
  .advantages__item {
    width: calc(33.3333333333% - 20px);
    margin: 40px 0 0 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .advantages__icon {
    width: 60px;
    height: 60px;
  }
  .index-slider__block {
    margin-top: 40px;
  }
  .slider__reviews .swiper-slide {
    width: 280px;
  }
  .index-slider__block {
    overflow: hidden;
  }
  .index-slider__content {
    overflow: visible;
  }
  .index-slider__title {
    font-size: 28px;
    line-height: 33px;
  }
  .index-slider__link {
    margin-top: 30px;
  }
  .index-slider__link a:hover {
    background: #fff;
    color: #326cb5;
  }
  .reviews__more {
    bottom: 20px;
    left: 20px;
  }
  .slider__reviews .swiper-slide:hover .reviews__more ins {
    background: url(/images/news-more.svg) 0px 0px no-repeat;
  }
  .slider__news .swiper-slide {
    width: 280px;
  }
  .slider__news .swiper-slide:hover .news-slider__name {
    color: #434343;
  }
  .cert__items {
    margin: -40px 0 0 -16px;
  }
  .cert__item {
    width: calc(33.3333333333% - 16px);
    margin: 40px 0 0 16px;
  }
  .cert__item:hover .cert__name {
    text-decoration-line: underline;
  }
  .cert__item:hover .cert__block {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .awards__item {
    margin-top: 40px;
  }
  .awards__year {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .reward__items {
    margin: 0px 0 0 -16px;
  }
  .reward__item {
    width: calc(33.3333333333% - 16px);
    margin: 20px 0 0 16px;
  }
  .reward__item:hover .reward__block {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news__items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0 -16px;
  }
  .news__item {
    width: calc(50% - 16px);
    padding-bottom: 60px;
    margin: 20px 0 0 16px;
  }
  .news__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news__item:hover .news__more ins {
    background: url(/images/news-more.svg) 0px 0px no-repeat;
  }
  .news__item:first-child {
    margin: 20px 0 0 16px;
  }
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news__media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-right: none;
  }
  .news__img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 66.6666666667%;
  }
  .news__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .news__content {
    padding: 20px;
  }
  .news__text {
    display: none;
  }
  .news__title {
    -webkit-line-clamp: 3;
  }
  .news__more {
    position: absolute;
    bottom: 20px;
  }
  .reviews__item {
    margin-top: 20px;
  }
  .reviews__text {
    margin: 16px 0 0 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .reviews__icon {
    width: 44px;
  }
  .reviews__add {
    margin-top: 30px;
  }
  .reviews__add a:hover {
    background: #fff;
    color: #326cb5;
  }
  .shops__roster {
    padding-top: 30px;
  }
  .shops__items {
    margin: -40px 0 0 -20px;
  }
  .shop__item {
    width: calc(50% - 20px);
    margin: 40px 0 0 20px;
  }
  .contacts__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__col--content {
    width: 100%;
  }
  .contacts__col--sidebar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0px;
    position: relative;
    top: auto;
    margin-top: 30px;
  }
  .contacts__items {
    margin: -20px 0 0 -20px;
  }
  .contacts__item {
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
  }
  .contacts__scheme {
    margin-top: 30px;
  }
  .contacts__scheme a:hover {
    background: #326cb5;
  }
  .contacts__location {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .catalog__col--sidebar {
    display: none;
  }
  .catalog__content {
    margin-top: 30px;
  }
  .catalog__items {
    margin: -16px 0 0 -16px;
  }
  .catalog__item {
    position: relative;
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
  .catalog__item:hover {
    border: 1px solid #dee5ea;
  }
  .catalog__item:hover .catalog__name {
    color: #434343;
  }
  .catalog__description {
    margin-top: 40px;
    padding: 30px 0;
    margin-bottom: -30px;
  }
  .catalog__info {
    margin-top: 30px;
  }
  .product__items {
    margin: -16px 0 0 -16px;
  }
  .product__item {
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
  .product__item:hover {
    border: 1px solid #dee5ea;
  }
  .product__item:hover .product__name {
    color: #434343;
  }
  .catalog__sort {
    display: none;
  }
  .catalog__filter {
    display: none;
  }
  .catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 30px 0 30px -20px;
  }
  .filter__sort {
    position: relative;
    width: calc(50% - 20px);
    border-radius: 22px;
    border: 1px solid #326cb5;
    padding: 0 15px;
    margin: 0 0 0 20px;
  }
  .filter__sort.is-active {
    border-radius: 19px 19px 2px 2px;
  }
  .filter__sort.is-active .sort-filter__content {
    display: block;
  }
  .filter__sort.is-active .sort-filter__toggle ins {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sort-filter__toggle {
    height: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .sort-filter__toggle span {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #326cb5;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 600;
  }
  .sort-filter__toggle ins {
    display: block;
    width: 9px;
    height: 6px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    background: url(/images/menu-flag-active.svg) 0px 0px no-repeat;
    margin-left: 10px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  .filter__toggle {
    cursor: pointer;
    width: calc(50% - 20px);
    border-radius: 22px;
    border: 1px solid #326cb5;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 20px;
    color: #326cb5;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .filter__toggle span {
    background: url(/images/filter-icon.svg) 100% 50% no-repeat;
    padding-right: 34px;
  }
  .sort-filter__content {
    display: none;
    position: absolute;
    z-index: 4;
    top: 38px;
    left: -1px;
    right: -1px;
    border-radius: 2px 2px 22px 22px;
    border: 1px solid #326cb5;
    background: #fff;
  }
  .sort-filter__content a {
    display: block;
    padding: 8px 15px;
    color: #326cb5;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }
  .show-filter {
    overflow: hidden;
  }
  .show-filter .filter-block {
    display: block;
  }
  .filter__apply a {
    display: block;
    border-radius: 22px;
    border: 1px solid #326cb5;
    background: #326cb5;
    height: 44px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .filter__apply a:hover {
    color: #fff;
    background: #326cb5;
  }
  .filter__reset {
    margin-top: 10px;
  }
  .filter__reset a:hover {
    color: #326cb5;
    background: #fff;
  }
  .search__content .product__item {
    width: calc(50% - 16px);
  }
  .search__title {
    font-size: 24px;
    line-height: 29px;
  }
  .search__item {
    margin-top: 30px;
  }
  .search__content {
    margin-top: 20px;
  }
  .composition {
    margin-top: -30px;
  }
  .composition__slider {
    top: 30px;
  }
  .composition__col .breadcrumbs__title {
    display: none;
  }
  .composition__price {
    margin-top: 0;
  }
  .composition__cols {
    margin: 0 0 0 0px;
  }
  .composition__col--sidebar {
    width: calc(100% - 0px);
    margin: 0 0 0 0px;
  }
  .composition__col--content {
    width: calc(100% - 0px);
    margin: 30px 0 0 0px;
  }
  .composition__moduls {
    margin-top: 30px;
  }
  .composition__title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .product__item:hover .modul-img__first {
    opacity: 1;
  }
  .product__item:hover .modul-img__second {
    opacity: 0;
  }
  .additional__nav {
    display: none;
  }
  .slider__additional .swiper-slide {
    width: 240px;
    border: 1px solid #dee5ea;
  }
  .slider__additional .swiper-slide:hover {
    border: 1px solid #dee5ea;
    -webkit-transition: 0s all ease;
    transition: 0s all ease;
  }
  .additional__title {
    font-size: 28px;
    line-height: 33px;
  }
  .modul__article {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .product__link--construct {
    width: 100%;
  }
  .product__link--construct:hover {
    background: #326cb5;
    border: 1px solid #326cb5;
  }
  .product__link--manual:hover {
    background: #fff;
    border: 1px solid #326cb5;
    color: #326cb5;
  }
  .product__link--interior:hover {
    background: #e5464a;
    color: #fff;
    border: 1px solid #e5464a;
  }
  .composition__slider {
    position: relative;
    top: auto;
  }
  .slider-composition__preview {
    margin: 2px 0 0 -8px;
  }
  .gallery-thumbs .swiper-slide {
    width: calc(10% - 8px);
    margin: 8px 0 0 8px;
  }
  .gallery-thumbs--modul .swiper-slide {
    width: calc(16.6666666667% - 8px);
    margin: 8px 0 0 8px;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

.footer__counter {display:none;}

  .blank-img {
    width: 100% !important;
    margin: 0px 0 20px 0 !important;
    float: none !important;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .popup__link a {
    background: #326cb5;
  }
  .popup__link a:hover {
    background: #326cb5;
  }
  .media__items {
    margin: 0 0 16px -16px;
  }
  .media__item {
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
  .media__single {
    width: 100%;
  }
  .footer__row--bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col--copyrights {
    width: 100%;
  }
  .footer__col--policy {
    width: 100%;
    margin-top: 16px;
  }
.footer__row--middle .footer__col--policy {margin-top:0px;}
  .footer__col--developer {
    width: 100%;
    margin-top: 16px;
  }
  .cert__items {
    margin: -30px 0 0 -16px;
  }
  .cert__item {
    width: calc(50% - 16px);
    margin: 30px 0 0 16px;
  }
  .reward__item {
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
  .reviews__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews__content {
    width: 100%;
  }
  .reviews__media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 0px;
    margin-top: 20px;
  }
  .contacts__items {
    margin: -20px 0 0 0px;
  }
  .contacts__item {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
    padding: 20px;
  }
  .catalog__name {
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
  }
  .catalog__info {
    margin-top: 20px;
  }
  .info-catalog__cols {
    margin: 0 0 0 0px;
  }
  .info-catalog__col {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
  }
  .info-catalog__col:first-child {
    margin: 0;
  }
  .product__name {
    font-size: 14px;
    line-height: 22px;
  }
  .product__inner {
    padding: 10px;
  }
  .product__price {
    margin-top: 10px;
    font-size: 16px;
    line-height: 19px;
  }
  .product__price span {
    font-size: 16px;
    line-height: 21px;
  }
  .category__icon {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
  }
  .category__list {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .index__img img {
    height: 220px;
  }
  .index__title {
    font-size: 30px;
    line-height: 36px;
    top: 5px;
    left: 16px;
  }
  .index__name {
    right: -15px;
    bottom: 40px;
    font-size: 20px;
    line-height: 23px;
  }
  .index__name span {
    padding: 8px 40px 8px 30px;
  }
  .catalog-index {
    margin-top: 30px;
  }
  .catalog-index__mobile .catalog-index__items {
    margin: -16px 0 0 -16px;
  }
  .catalog-index__mobile .catalog-index__item {
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
  .index__about {
    margin-top: 30px;
  }
  .about-index__text p {
    display: none;
  }
  .about-index__text p:first-child {
    display: block;
  }
  .about-index__link {
    margin-top: 30px;
    width: 100%;
  }
  .about-index__block {
    background: #477ac7 url(/images/about-bg.svg) 50% 85px no-repeat;
    background-size: 268px 162px;
  }
  .advantages__items {
    margin: 10px 0 0 0px;
  }
  .advantages__item {
    width: calc(100% - 0px);
    margin: 20px 0 0 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .index-slider__block {
    margin-top: 30px;
  }
  .news__items {
    margin: -20px 0 0 0px;
  }
  .news__item {
    width: calc(100% - 0px);
    padding-bottom: 60px;
    margin: 20px 0 0 0px;
  }
  .news__item:first-child {
    margin: 20px 0 0 0px;
  }
  .shops__content {
    top: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    margin-left: 0;
  }
  .shops__items {
    margin: -30px 0 0 0px;
  }
  .shop__item {
    width: calc(100% - 0px);
    margin: 30px 0 0 0px;
  }
  .shops__list {
    display: none;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .content-inner {
    padding: 115px 0 30px 0;
  }
  .h100-inner {
    padding: 145px 0 30px 0;
  }
  .header__times {
    width: 120px;
  }
  .footer__col--company {
    display: none;
  }
  .footer__col--feed {
    text-align: left;
  }
  .mobile-block {
    top: 115px;
  }
  .cert__items {
    margin: -30px 0 0 0px;
  }
  .cert__item {
    width: calc(100% - 0px);
    margin: 30px 0 0 0px;
  }
  .contacts__scheme a {
    display: block;
    padding: 0px;
    text-align: center;
  }
  .product__price div {
    width: 100%;
    margin-right: 0;
  }
  .product__price span {
    margin-top: 5px;
  }
  .gallery-thumbs .swiper-slide {
    width: calc(12.5% - 8px);
    margin: 8px 0 0 8px;
  }
  .gallery-thumbs--modul .swiper-slide {
    width: calc(16.6666666667% - 8px);
    margin: 8px 0 0 8px;
  }
}

.shops__sort .catalog__sort {
	display: flex;
}

@media (max-width: 576px) {
	.shops__sort .catalog__sort a {
		width: calc(50% - 16px);
		text-align: center;
	}
}




.product__price ins {text-decoration:none;}
.product__price ins.ruble { text-transform:uppercase; }
.product__price ins.hyphen:after { content: '\2013'; }
.product__price ins.hyphen { position:absolute; margin:.2ex 0 0; behavior: expression(this.innerHTML = '&ndash;'); }


.composition__price ins {text-decoration:none;}
.composition__price ins.ruble { text-transform:uppercase; }
.composition__price ins.hyphen:after { content: '\2013'; }
.composition__price ins.hyphen { position:absolute; margin:.2ex 0 0; behavior: expression(this.innerHTML = '&ndash;'); }

.composition__scheme {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
}

.composition__scheme a {
  text-decoration: none;
  display: inline-block;
  color: #477AC7;
  background: url(/images/scheme-icon.svg) 100% 50% no-repeat;
  padding-right: 28px;
}

.composition__scheme a span {
  border-bottom: 1px solid #477AC7;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.composition__scheme a:hover span {
  border-bottom: 1px solid #fff;
}


@media screen and (max-width: 1023px) {
  .composition__scheme a:hover span {
    border-bottom: 1px solid #477AC7;
  }

}


.popup__consent {
	position: relative;
	margin-top: 20px;
}

.popup__consent input[type="checkbox"] {
	display: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup__consent input[type="checkbox"] + label {
	display: block;
	position: relative;
	margin: 0px 0 0px 25px;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup__consent a {
	color: #00a5e7;
	text-decoration: underline;
}

.popup__consent a:hover {
	color: #00a5e7;
	text-decoration: none;
}

.popup__consent input[type="checkbox"] + label:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #fff;
	border-radius: 2px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: -25px;
	border: 1px solid #cfe2f4;
top:3px;
}

.popup__consent input[type="checkbox"]:checked + label:before {
	background: #fff url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.popup__consent input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 170px;
	margin-top: 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	border: none;
	border: none;
	height: 42px;
	background: #326cb5;
	text-align: center;
	-webkit-transition: 0.25s all ease;
	transition: 0.25s all ease;
	border-radius: 22px;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.popup__consent input[type="submit"].load {
	pointer-events: none;
	background: #326cb5;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #477ac7 5px, #477ac7 10px);
	background-size: 200% 200%;
	-webkit-animation: gradient 5s linear infinite;
	animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
	100% {
		background-position: 100% 100%;
	}
}
@keyframes gradient {
	100% {
		background-position: 100% 100%;
	}
}
.popup__consent input[type="submit"]:hover {
	background: #477ac7;
}

.popup__consent input[disabled] {
	background: rgba(50, 108, 181, 0.6);
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
}



/*Cookies POPUP*/

.cookies {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
          box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.25rem 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 3rem;
line-height: 1.5rem;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #326cb5;
  color: #326cb5;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #326cb5;
  border-radius: 0.375rem;
  line-height: 2.625rem;
  background: #fff;
  letter-spacing: 0.02em;
  color: #326cb5;
  text-decoration: none;
  text-align: center;
}

.cookies__link a:hover {
  background: #326cb5;
  color: #fff;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

@media screen and (max-width: 1023px) {

  .cookies__text {
    text-align: center;
    padding: 0 3.75rem;
  }
  .cookies__text a {
    border-bottom: 1px solid #326cb5;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #326cb5;
  }
  .cookies__link a:hover {
    background: #326cb5;
    color: #fff;
  }
  .cookies__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background-size: 1.25rem;
  }
  
}

/*.Cookies POPUP*/


/* Edit Nov. 2025 */
.shop__photo {
  --elements: 3;
  --cgap: 10px;
  --rgap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
  margin-bottom: 20px;
}

.shop__photo-link {
  display: block;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}

.shop__photo-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6666666667%;
}

.shop__photo-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.vacancy__items {
  --elements: 2;
  --cgap: 30px;
  --rgap: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.vacancy__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  border: 1px solid #dee5ea;
  padding: 30px;
  transition: 0.2s all ease;
  background: #fff;
}

.vacancy__item:hover {
  box-shadow: 0 0 10px 0 rgba(71, 122, 199, 0.2);
}

.vacancy__item:hover .vacancy__item-icon {
  background-position: 0 -30px;
}

.vacancy__item:hover .vacancy__item-name {
  color: #477ac7;
}

.vacancy__item-inner {
  display: flex;
  flex-wrap: nowrap;
}

.vacancy__item-icon {
  width: 30px;
  height: 30px;
  background: url(/images/hh-icon.svg) 0 0 no-repeat;
  flex: none;
  margin-right: 20px;
}

.vacancy__item-content {
  width: 100%;
}

.vacancy__item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #434343;
  transition: 0.2s color ease;
}

.vacancy__item-info {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}

.vacancy__item-info ins {
  text-decoration: none;
}

.vacancy__item-info ins.ruble {
  text-transform: uppercase;
}

.vacancy__item-info ins.hyphen:after {
  content: '\2013';
}

.vacancy__item-info ins.hyphen {
  position: absolute;
  margin: 0.2ex -.1ex 0;
}

.vacancy__item-skill {
  margin-top: 16px;
  display: inline-block;
  background: #f4f9ff;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #434343;
}

.vacancy__item-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.vacancy__item-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__buy {
  border: 1px solid #326cb5;
  border-radius: 22px;
  width: 182px;
  height: 44px;
  flex: none;
  margin-right: 20px;
  transition: 0.2s all ease;
}

.header__buy:hover {
  opacity: 0.8;
}


.header__buy a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 42px;
  color: #477ac7;
  text-decoration: none;
  text-align: center;
}

.header__buy a span {
  display: inline-block;
  background: url(/images/money-icon.svg) 0 50% no-repeat;
  padding-left: 32px;
}


@media screen and (max-width: 1239px) {
  .header__buy {
    width: 150px;
    margin-right: 10px;
  }

  .header__search {
    margin: 0 30px;
  }
}


@media screen and (max-width: 1023px) {
  .vacancy__item {
    transition: none;
  }

  .vacancy__item:hover {
    box-shadow: none;
  }

  .vacancy__item:hover .vacancy__item-icon {
    background-position: 0 0px;
  }

  .vacancy__item:hover .vacancy__item-name {
    color: #434343;
  }

  .header__buy {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .vacancy__items {
    --elements: 1;
    --cgap: 20px;
    --rgap: 20px;
  }

  .vacancy__item {
    padding: 20px;
  }
}


/* Edit Nov. 2025 */
 