body {
  margin: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 68px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icons-1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dot {
    list-style: inside;
}

ul.homepage-press__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {
   ul.homepage-press__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
} 
}
@media screen and (max-width: 500px) {
   ul.homepage-press__items {
    display: grid;
    grid-template-columns: 1fr;
} 
}

.bp-DirectionsBlock__directions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem auto;
}

.bp-DirectionsBlockDirection {
    text-decoration: none;
    display: block;
    width: 25rem;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem;
    margin: 1rem;
    box-shadow: 0 3px 9px rgba(1,1,1,.83);
} 

.bp-DirectionsBlockDirection:hover {
    background-color: #1e1e1e;
}

.bp-DirectionsBlockDirection:hover .bp-DirectionsBlockDirection__description, 
.bp-DirectionsBlockDirection:hover .bp-DirectionsBlockDirection__name {
    color: #fff;
}

.bp-DirectionsBlockDirection>img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1.4rem;
}
.bp-DirectionsBlockDirection__name {
    font-size: 30px;
    color: #282828;
    line-height: 2.6rem;
    margin-bottom: 1rem;
}

.bp-DirectionsBlockDirection__description {
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

.presscenter__list{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}

.cat-wrap {
    width: 76%;
}

details,
main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.page_noanimation * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background: #fff;
  color: var(--color-text-primary);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  scroll-padding-top: 68px;
  scroll-behavior: smooth;
}

button:active,
button:hover,
input:active,
input:focus,
input:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  line-height: 130%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style-type: none;
}

section {
  position: relative;
  padding: 30px 0;
}

footer {
  width: 100%;
  margin-top: auto;
}

.container {
  margin: 0 auto;
  max-width: 1424px;
  padding: 0 24px;
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.burger {
  position: relative;
  width: 24px;
  height: 15px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.burger.is-open .burger__line:nth-child(1) {
  top: 0;
  width: 0%;
}

.burger.is-open .burger__line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.is-open .burger__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.is-open .burger__line:nth-child(4) {
  top: 6px;
  left: 50%;
  width: 0%;
}

.burger__line {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #000;
  border-radius: 3px;
  opacity: 1;
}

.burger__line:nth-child(2),
.burger__line:nth-child(3) {
  top: 6px;
}

.burger__line:nth-child(4) {
  top: 12px;
}

.breadcrumb {
  background-color: transparent;
  padding: 30px 0 48px;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__item::after {
  content: "";
  display: inline-block;
  position: relative;
  padding: 0 6px;
  width: 8px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8821 2.67857L5.56126 0.133005C5.39958 -0.0443353 5.14021 -0.0443353 4.97853 0.133005C4.81684 0.310345 4.81684 0.594827 4.97853 0.772167L6.59537 2.54557L0.414315 2.54557C0.185263 2.54557 -1.36434e-07 2.74877 -1.25891e-07 3C-1.15349e-07 3.25123 0.185263 3.45443 0.414316 3.45443L6.592 3.45443L4.97516 5.22783C4.81347 5.40517 4.81347 5.68965 4.97516 5.86699C5.13684 6.04433 5.39621 6.04433 5.55789 5.86699L7.87874 3.32143C7.95958 3.23276 8 3.11823 8 3C8 2.88177 7.96295 2.76724 7.8821 2.67857Z' fill='%2301192B' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__link {
  font-size: 12px;
  color: var(--color-accent);
}

.breadcrumb__link.is-active {
  color: rgba(1, 25, 43, 0.3);
}

button {
  cursor: pointer;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99px;
  padding: 17px 34px;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
  line-height: 143%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  letter-spacing: 0.1em;
}

.btn-primary {
  background: var(--color-accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--color-accent-hover);
}

.btn-secondary {
  background: var(--color-section-bg);
  color: var(--color-accent);
}

.btn-secondary:hover {
  background: var(--color-accent);
  color: #fff;
}

.btn-white {
  background: #fff;
  color: var(--color-accent);
}

.btn-white:hover {
  background: var(--color-accent-hover);
  color: #fff;
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn_loading {
  cursor: wait;
}

.btn_loading::after {
  content: "";
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent !important;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation: 0.5s linear infinite loadingrotate;
  animation: 0.5s linear infinite loadingrotate;
  display: inline-block;
}

.btn_success::after {
  content: "";
  width: 15px;
  min-width: 14px;
  height: 9px;
  border: 2px solid #fff;
  -webkit-animation: none;
  animation: none;
  min-width: 12px;
  display: inline-block;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg) translateX(4px);
  -ms-transform: rotate(-45deg) translateX(4px);
  transform: rotate(-45deg) translateX(4px);
  margin-left: 10px;
  position: relative;
  left: 5px;
}

.btn_disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

@-webkit-keyframes loadingrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingrotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

.checkbox .checkbox__text {
  line-height: 140%;
  font-weight: 500;
}

.checkbox .checkbox__elem {
  top: 0;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background-color: #d7d7d7;
  border: 1px solid #448aff;
  display: inline-block;
  margin-right: 0.625rem;
}

.checkbox .checkbox__elem::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 13px;
  height: 6px;
  -webkit-transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  -o-transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  opacity: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: 0 0;
}

.checkbox input:disabled:checked ~ .checkbox__elem {
  background-color: #959595;
}

.checkbox input:disabled ~ .checkbox__elem {
  background: #959595;
}

.checkbox input:disabled ~ .checkbox__text {
  color: #000;
}

.checkbox input:checked ~ .checkbox__elem {
  background-color: #448aff;
  z-index: 1;
}

.checkbox input:checked ~ .checkbox__elem:after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 0;
}

.radio__desc {
  display: block;
  font-size: 12px;
  color: #959595;
}


.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}

.radio__text {
  line-height: 140%;
}

.radio__elem {
  top: 0;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  border: 1px solid #448aff;
  display: inline-block;
  margin-right: 0.625rem;
  border-radius: 50%;
  background: #d7d7d7;
}

.radio__elem:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border: solid #448aff;
  -webkit-transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  -o-transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
}

.radio input:disabled ~ .radio__text {
  color: #959595;
}

.radio input:disabled ~ .radio__elem {
  background-color: #959595;
}

.radio input:checked ~ .radio__elem {
  background-color: #fff;
}

.radio input:checked ~ .radio__elem:after {
  opacity: 1;
  background: #448aff;
  border: none;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #deeaef;
  width: 100%;
  outline: 0;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-text-primary);
  background-color: #f5f6f6;
  height: 54px;
  border-radius: 4px;
}

input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(1, 25, 43, 0.5);
}

input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(1, 25, 43, 0.5);
}

input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(1, 25, 43, 0.5);
}

input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(1, 25, 43, 0.5);
}

input:not([type="checkbox"]):not([type="radio"])::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(1, 25, 43, 0.5);
}

select {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url(/assets/images/svg/ic-expand.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 12px);
  background-size: 24px;
}

select[value=""] {
  color: rgba(1, 25, 43, 0.5);
}

input:not([type="checkbox"]):not([type="radio"]):focus,
select:focus,
textarea:focus {
  border-color: var(--color-accent);
}

.input,
.select,
.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.input-password {
  position: relative;
}

.input-password input {
  padding-right: 39px;
}

.input-password.is-visible .input-password__show {
  background-image: url(/assets/images/svg/ic-password-show.svg);
}

.input-password__show {
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/svg/ic-password-hide.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

.input_icon__wrap,
.textarea_icon__wrap {
  position: relative;
}

.input_icon__wrap .icon,
.textarea_icon__wrap .icon {
  position: absolute;
  top: 15px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.input_icon__wrap input:not([type="checkbox"]):not([type="radio"]),
.input_icon__wrap textarea,
.textarea_icon__wrap input:not([type="checkbox"]):not([type="radio"]),
.textarea_icon__wrap textarea {
  width: 100%;
  padding: 14px 20px 14px 40px !important;
}

.select__hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.select .af-select {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  width: 100% !important;
  position: relative;
}

.select select,
.select__styled {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #deeaef;
  width: 100%;
  outline: 0;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  background-color: #f5f6f6;
  height: 54px;
  border-radius: 4px;
}

.select__styled {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select__styled_icon {
  padding: 14px 20px 14px 40px;
  position: relative;
}

.select__styled_icon .icon {
  position: absolute;
  top: 15px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.select__styled_icon .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.select__styled span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(1, 25, 43, 0.5);
}

.select__styled_active::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.select__styled::after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(/assets/images/svg/ic-expand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.select__options {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  right: auto;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  color: #000;
  width: 100%;
  border-radius: 4px;
}

.select__options_active {
  display: block;
}

.select__options li {
  margin: 0;
  padding: 14px 20px;
  -webkit-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  font-size: 16px;
  line-height: 19px;
  height: 54px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  text-align: left;
}

.select__options li.active,
.select__options li:hover {
  background: #deeaef;
}

.select__options li[rel="hide"] {
  display: none;
}

.form__field {
  margin-bottom: 20px;
}

.form__field span.label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: var(--color-text-heading);
}

.form__agreement {
  margin-top: 26px;
  font-size: 13px;
  line-height: 154%;
  color: var(--color-text-primary);
}

.form__agreement a {
  color: var(--color-accent);
}

.file-input {
  padding: 20px 30px 20px 88px;
  border: 1px solid #deeaef;
  border-radius: 4px;
  position: relative;
  display: block;
  cursor: pointer;
}

.file-input__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.file-input__title {
  font-size: 16px;
  line-height: 118.75%;
  margin-bottom: 6px;
  color: var(--color-accent);
  font-weight: 700;
}

.file-input__caption {
  font-size: 13px;
  line-height: 154%;
  color: var(--color-text-primary);
}

.file-input input {
  display: none;
}

.did-floating-label-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.did-floating-label {
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  opacity: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: rgba(1, 25, 43, 0.5);
  padding-bottom: 7px;
  padding-left: 20px;
}

.did-floating-input:focus,
.did-floating-select:focus {
  outline: 0;
}

.did-floating-input:focus ~ .did-floating-label,
.did-floating-select:focus ~ .did-floating-label {
  opacity: 1;
}

select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:-moz-placeholder-shown) ~ .did-floating-label {
  opacity: 1;
}

.did-floating-input:not(:-ms-input-placeholder) ~ .did-floating-label {
  opacity: 1;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  opacity: 1;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  opacity: 1;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
  opacity: 1;
}

.mobilemenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 300px;
  background: var(--color-accent);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-y: scroll;
  z-index: 1001;
  padding-bottom: 32px;
}

.mobilemenu.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: hidden;
  overflow-x: hidden;
}

.mobilemenu__header {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.mobilemenu__header .burger {
  margin-right: auto;
}

.mobilemenu__header .burger__line {
  background: #fff;
}

.mobilemenu__nav {
  padding-bottom: 12px;
}

.mobilemenu__nav-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  display: block;
}

.mobilemenu__nav-item {
  position: relative;
  margin-bottom: 24px;
}

.mobilemenu__nav-item.more .mobilemenu__nav-link {
  color: #fff;
  font-weight: 700;
}

.mobilemenu__nav-item.has-submenu > .mobilemenu__nav-link {
  padding-right: 28px;
}

.mobilemenu__nav-item.has-submenu.is-active .mobilemenu__nav-toggle {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.mobilemenu__nav-item.has-submenu.is-active .mobilemenu__nav-submenu {
  display: block;
}

.mobilemenu__nav-toggle {
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.mobilemenu__nav-submenu {
  display: none;
}

.mobilemenu__nav-submenu .mobilemenu__nav-item {
  margin: 12px 0;
}

.mobilemenu__nav-submenu .mobilemenu__nav-item:last-child {
  margin-bottom: 0;
}

.mobilemenu__nav-submenu .mobilemenu__nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-secondary);
}

.mobilemenu__feedback .btn {
  letter-spacing: initial;
  padding: 12px 24px;
}

.mobilemenu__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobilemenu__lang-icon {
  width: 20px;
  height: 20px;
}

.mobilemenu__lang-choose .select__styled span {
  color: #fff;
}

.mobilemenu__lang-choose .select__styled_active {
  opacity: 0;
}

.mobilemenu__lang-choose .select__options li,
.mobilemenu__lang-choose .select__styled,
.mobilemenu__lang-choose select {
  background: 0 0;
  padding: 6px;
  border: none;
  height: auto;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.mobilemenu__lang-choose .select__options li::after,
.mobilemenu__lang-choose .select__styled::after,
.mobilemenu__lang-choose select::after {
  display: none;
}

.mobilemenu__lang-choose .select__options {
  top: 0;
  background: 0 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobilemenu__lang-choose .select__options li.active,
.mobilemenu__lang-choose .select__options li:hover {
  color: rgba(255, 255, 255, 0.5);
}

.mobilemenu__profile {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 24px;
}

.section-h1,
h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 128%;
  margin: 0 0 16px;
  width: 100%;
  color: var(--color-text-heading);
}

.section-h2,
h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 142.85714%;
  margin: 0 0 16px;
  width: 100%;
  color: var(--color-text-heading);
}

.section-h3,
h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 127.77778%;
  margin: 0 0 16px;
  width: 100%;
  color: var(--color-text-heading);
}

.section-h4,
h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 133.33333%;
  margin: 0 0 16px;
  width: 100%;
  color: var(--color-text-heading);
}

.section-h5,
h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 141.66667%;
  margin: 0 0 16px;
  width: 100%;
  color: var(--color-text-heading);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1001;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.popup:target {
  opacity: 1;
  pointer-events: all;
}

.popup__wrapper {
  max-width: 546px;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popup__content {
  padding: 94px 20px 20px;
}

.popup__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f6f6;
  border-radius: 99px;
  z-index: 1;
}

.popup__close a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}

.popup__form .form__title {
  text-align: center;
  margin-bottom: 26px;
}

.popup__form .form__caption {
  text-align: center;
  margin-bottom: 21px;
}

.popup__form .form__submit .btn {
  margin: 0 auto;
}

.popup__form .form__agreement {
  text-align: center;
}

.popup-success .popup__wrapper {
  margin: auto;
}

.popup-success .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-success__caption,
.popup-success__title {
  text-align: center;
}

.popup-success__title {
  margin-bottom: 19px;
}

.popup-success__caption {
  margin-bottom: 30px;
}

.popup-success .btn {
  min-width: 240px;
}

.popup-login__image {
  width: 140px;
  height: 140px;
  margin-bottom: 40px;
}

.popup-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-login__form .form__fields {
  width: 100%;
  margin-bottom: 20px;
}

.popup-login__form .form__submit {
  min-width: 240px;
}

.popup-login__form .form__submit .btn {
  width: 100%;
}

.popup-login__form .form__links {
  text-align: center;
}

.popup-login__form .form__link {
  margin-top: 26px;
  font-weight: 300;
  font-size: 15px;
  line-height: 133.33333%;
}

.popup-login__form .form__link a {
  color: var(--color-accent);
  font-weight: 700;
}

.popup-production__form .form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 30px;
}

.popup-production__form .form__field {
  width: calc(100% - 20px);
  margin: 10px;
}

.popup-production__form .form__field.halfwidth {
  width: calc(100% / 2 - 20px);
}

.popup-production__form .form__submit {
  min-width: 240px;
}

.popup-catalog__title {
  margin-bottom: 50px;
}

.popup-catalog .popup__wrapper {
  max-width: 1411px;
  margin: 0 auto;
}

.popup-catalog .popup__content {
  padding: 100px 20px 20px;
}

.popup-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 50px;
  max-width: 686px;
}

.popup-catalog__list-item {
  width: calc(100% - 30px);
  margin: 10px 15px;
}

.popup-catalog__list-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  color: var(--color-text-primary);
  position: relative;
  display: block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.popup-catalog__list-link:hover {
  padding-left: 20px;
  color: var(--color-accent);
}

.popup-catalog__list-link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.popup-catalog__list-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7347 6.12793L12.5128 0.906038C12.1491 0.542249 11.5655 0.542249 11.2017 0.906038C10.8379 1.26983 10.8379 1.85341 11.2017 2.2172L14.8396 5.85509L0.93221 5.85509C0.416841 5.85509 -2.91532e-07 6.27193 -2.69004e-07 6.7873C-2.46477e-07 7.30267 0.416842 7.71951 0.93221 7.71951L14.832 7.71951L11.1941 11.3574C10.8303 11.7212 10.8303 12.3048 11.1941 12.6686C11.5579 13.0324 12.1415 13.0324 12.5053 12.6686L17.7272 7.44667C17.9091 7.26477 18 7.02983 18 6.7873C18 6.54477 17.9166 6.30983 17.7347 6.12793Z' fill='%23087BA8'/%3E%3C/svg%3E%0A");
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.popup-catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.popup-catalog__link .btn {
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
}

.popup-catalog__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -15px 0;
}

.popup-catalog__brands-item {
  width: calc(100% / 2 - 30px);
  margin: 10px 15px;
  max-height: 73px;
}

.popup-catalog__brands-item:hover img {
  opacity: 1;
}

.popup-catalog__brands-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
  opacity: 0.8;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.popup-city .popup__wrapper {
  margin: auto;
  max-width: 630px;
}

.popup-city__title {
  text-align: center;
  margin-bottom: 20px;
}

.popup-city__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px -15px 0;
  width: calc(100% + 30px);
}

.popup-city__btns .btn {
  margin: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
  padding: 19px;
  min-width: 240px;
}

.popup-cities .popup__wrapper {
  margin: auto;
  max-width: 630px;
}

.popup-cities__search {
  position: relative;
  margin-bottom: 30px;
}

.popup-cities__search input {
  padding-left: 37px;
}

.popup-cities__search svg {
  position: absolute;
  bottom: 17px;
  right: 17px;
  width: 20px;
  height: 20px;
}

.popup-cities__list {
  padding-top: 30px;
  border-top: 1px solid #cee5ee;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.popup-cities__list-item {
  font-size: 15px;
  line-height: 173%;
  color: var(--color-text-primary);
  overflow: hidden;
  max-height: 100vh;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.popup-cities__list-item.is-hide {
  max-height: 0;
}

.edit-content img {
  width: 100%;
  height: auto;
  margin-bottom: 56px;
}

.edit-content h2 {
  margin-bottom: 8px;
}

.edit-content strong {
  line-height: 160%;
}

.edit-content p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.edit-content a {
  color: var(--color-accent);
  font-size: 16px;
  line-height: 175%;
}

.edit-content bold {
  font-weight: 700 !important;
}

.edit-content ol {
  list-style: none;
  padding: 0;
  counter-reset: item;
}

.edit-content ol li {
  padding-left: 23px;
  position: relative;
  counter-increment: item;
  font-size: 15px;
  line-height: 180%;
  color: var(--color-text-primary);
  font-weight: 300;
}

.edit-content ol li::before {
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  top: 0.15em;
  left: 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.edit-content ul {
  padding: 17px 0;
}

.edit-content ul li {
  padding-left: 23px;
  position: relative;
  font-size: 16px;
  line-height: 180%;
  color: var(--color-text-primary);
  font-weight: 300;
}

.edit-content ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background: var(--color-text-primary);
  border-radius: 50%;
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider-nav__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  min-width: 54px;
  border-radius: 99px;
  cursor: pointer;
}

.slider-nav__arrow:disabled {
  opacity: 0.5;
}

.slider-nav__arrow.splide__arrow--prev {
  background: rgba(8, 123, 168, 0.1);
  margin-right: 20px;
}

.slider-nav__arrow.splide__arrow--prev svg path {
  fill: var(--color-accent);
}

.slider-nav__arrow.splide__arrow--next {
  background: var(--color-accent);
  padding: 0 42px;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 258px;
}

.slider-nav__arrow.splide__arrow--next span {
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.slider-nav__arrow.splide__arrow--next svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-more {
  margin-bottom: 24px;
  min-width: 200px;
}

.pagination-pages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-pages__page {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
}

.pagination-pages__items {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-pages__item {
  padding: 15px;
}

.pagination-pages__item-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 118.75%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #01192b;
}

.pagination-pages__item-link.is-active {
  color: var(--color-accent);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 68px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(1, 25, 43, 0.5)),
    to(rgba(1, 25, 43, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(1, 25, 43, 0.5) 0,
    rgba(1, 25, 43, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(1, 25, 43, 0.5) 0,
    rgba(1, 25, 43, 0) 100%
  );
}

.header.is-scrolldown,
.header.is-scrollup {
  top: 0;
}

.header.is-scrolldown,
.header.is-scrollup,
.header-with--bg {
  background: #FFFFFF;
}

.header.is-scrolldown .header__logo img,
.header.is-scrollup .header__logo img,
.header-with--bg .header__logo img {
  filter: none;
}


.header.is-scrolldown svg *[fill="white"],
.header.is-scrolldown svg *[fill="#fff"],
.header.is-scrollup svg *[fill="white"],
.header.is-scrollup svg *[fill="#fff"],
.header-with--bg svg *[fill="white"],
.header-with--bg svg *[fill="#fff"] {
  fill: var(--color-accent);
}

.header.is-scrolldown svg *[stroke="white"],
.header.is-scrollup svg *[stroke="white"],
.header-with--bg svg *[stroke="white"] {
  stroke: var(--color-accent);
}

.header-with--bg .header__lang-choose .select__options li.active,
.header-with--bg .header__lang-choose .select__options li:hover,
.header-with--bg .header__lang-choose .select__styled span,
.header.is-scrolldown .header__lang-choose .select__options li.active,
.header.is-scrolldown .header__lang-choose .select__options li:hover,
.header.is-scrolldown .header__lang-choose .select__styled span,
.header.is-scrollup .header__lang-choose .select__options li.active,
.header.is-scrollup .header__lang-choose .select__options li:hover,
.header.is-scrollup .header__lang-choose .select__styled span {
  color: var(--color-accent);
}

.header-with--bg .header__lang-choose .select__options li,
.header.is-scrolldown .header__lang-choose .select__options li,
.header.is-scrollup .header__lang-choose .select__options li {
  color: var(--color-accent-hover);
}

.header-with--bg .header__nav-list > .header__nav-item > .header__nav-link,
.header.is-scrolldown .header__nav-list > .header__nav-item > .header__nav-link,
.header.is-scrollup .header__nav-list > .header__nav-item > .header__nav-link {
  color: var(--color-text-primary);
}

.header-with--bg .header__nav-item.has-submenu > .header__nav-link::after,
.header.is-scrolldown .header__nav-item.has-submenu > .header__nav-link::after,
.header.is-scrollup .header__nav-item.has-submenu > .header__nav-link::after {
  background-image: url(../../assets/images/svg/ic-arrow-down-gray.svg);
}

.header-with--bg .header__feedback .btn,
.header.is-scrolldown .header__feedback .btn,
.header.is-scrollup .header__feedback .btn {
  background: rgba(8, 123, 168, 0.1);
  color: var(--color-accent);
}

.header-with--bg .header__feedback .btn:hover,
.header.is-scrolldown .header__feedback .btn:hover,
.header.is-scrollup .header__feedback .btn:hover {
  color: #fff;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.header__logo {
  width: 100%;
  max-width: 172px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header__feedback,
.header__nav {
  display: none;
}

.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
  margin-left: auto;
}

.header__search {
  margin-right: 16px;
}

.header__search.is-active .header__search-form {
  opacity: 1;
  pointer-events: all;
}

.header__search-form {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 24px;
  right: 24px;
}

.header__search-form input[type="search"] {
  height: 40px;
  border-radius: 99px;
  border: 1px solid #deeaef;
  background: var(--color-section-bg);
  padding: 11px 40px 11px 20px;
  background-image: url(/assets/images/svg/ic-search-gray.svg);
  background-size: 20px;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-repeat: no-repeat;
}

.header__search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header__links-link:hover {
  background: #fff;
}

.header__links-link:hover svg path {
  fill: var(--color-accent);
}

.header__lang,
.header__links-profile {
  display: none;
}

.footer {
  margin-top: auto;
}

.footer-top {
  padding: 32px 0;
  background: var(--color-footer-bg);
}

.footer-bottom {
  padding: 16px 0;
  background: var(--color-footer-bottom-bg);
  font-size: 14px;
  line-height: 142.85714%;
  text-align: center;
}

.footer__nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1rem;
  color: #fff;
  display: block;
}

.footer__nav-item {
  position: relative;
  margin-bottom: 24px;
}

.footer__nav-item.more .footer__nav-link {
  color: #fff;
  font-weight: 700;
}

.footer__nav-item.has-submenu > .footer__nav-link {
  padding-right: 28px;
}

.footer__nav-item.has-submenu.is-active .footer__nav-toggle {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.footer__nav-item.has-submenu.is-active .footer__nav-submenu {
  display: block;
}

.footer__nav-toggle {
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.footer__nav-submenu {
  display: none;
}

.footer__nav-submenu .footer__nav-item {
  margin: 12px 0;
}

.footer__nav-submenu .footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-submenu .footer__nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-secondary);
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 22px;
}

.footer__contacts-caption {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 6px;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px 0;
}

.footer__contacts-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.footer__contacts-value {
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-secondary);
}

.footer__contacts-value a {
  display: block;
  color: var(--color-text-secondary);
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 22px;
}

.footer__socials-social {
  width: 32px;
  height: 32px;
  display: block;
  margin: 10px;
}

.footer__subscribe {
  max-width: 320px;
}

.footer__subscribe-caption {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #fff;
}

.footer__subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  height: 52px;
}

.footer__subscribe-form input[type="email"] {
  padding: 14px 0 14px 20px;
  border: none;
  background: 0 0;
  color: #fff;
}

.footer__subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__subscribe-form input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__subscribe-form input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__subscribe-form input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__subscribe-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer__subscribe-form button {
  border: none;
  background: 0 0;
  padding: 14px;
  height: 52px;
}

.footer__copy {
  color: #fff;
  margin-bottom: 8px;
}

.footer__policy {
  color: var(--color-text-secondary);
}

.floating__menu {
  display: none;
}

.scroll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: fixed;
  bottom: 24px;
  left: 24px;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}

.scroll-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}

.dist-block__form {
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}

.gallery-block {
  padding: 60px 0;
  background: var(--color-section-bg);
}

.gallery-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-block__title {
  width: 100%;
}

.gallery-block__arrows {
  padding-top: 48px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.gallery-block__slide {
  background: #f5f6f6;
  position: relative;
}

.gallery-block__slide-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.gallery-block__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-block__slide-caption {
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.mail-block {
  padding: 60px 0;
  background: var(--color-accent);
}

.mail-block .container {
  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;
}

.mail-block__text {
  max-width: 731px;
  margin-right: auto;
  margin-bottom: 24px;
}

.mail-block__caption,
.mail-block__title {
  color: #fff;
}

.mail-block__title {
  margin-bottom: 5px;
}

.mail-block__form {
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.mail-block__form .form__field {
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.mail-block__form .form__field input:not([type="checkbox"]):not([type="radio"]),
.mail-block__form .form__field textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  color: #fff;
}

.mail-block__form
  .form__field
  input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,
.mail-block__form .form__field textarea::-webkit-input-placeholder {
  color: #fff;
}

.mail-block__form
  .form__field
  input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,
.mail-block__form .form__field textarea::-moz-placeholder {
  color: #fff;
}

.mail-block__form
  .form__field
  input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,
.mail-block__form .form__field textarea:-ms-input-placeholder {
  color: #fff;
}

.mail-block__form
  .form__field
  input:not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder,
.mail-block__form .form__field textarea::-ms-input-placeholder {
  color: #fff;
}

.mail-block__form
  .form__field
  input:not([type="checkbox"]):not([type="radio"])::placeholder,
.mail-block__form .form__field textarea::placeholder {
  color: #fff;
}

.mail-block__form .form__submit {
  padding: 5px 10px;
  width: 100%;
}

.mail-block__form .form__submit .btn {
  width: 100%;
}

.mail-block__form .form__agreement {
  margin-top: 0;
  padding: 5px 10px;
  color: var(--color-text-secondary);
  width: 100%;
}

.mail-block__form .form__agreement a {
  color: #fff;
}

.page-banner {
  position: relative;
  padding: 0 0 68px;
  min-height: 420px;
}

.page-banner__breadcrumbs {
  position: relative;
  z-index: 1;
}

.page-banner__breadcrumbs .breadcrumb__item::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8821 2.67857L5.56126 0.133005C5.39958 -0.0443353 5.14021 -0.0443353 4.97853 0.133005C4.81684 0.310345 4.81684 0.594827 4.97853 0.772167L6.59537 2.54557L0.414315 2.54557C0.185263 2.54557 -1.36434e-07 2.74877 -1.25891e-07 3C-1.15349e-07 3.25123 0.185263 3.45443 0.414316 3.45443L6.592 3.45443L4.97516 5.22783C4.81347 5.40517 4.81347 5.68965 4.97516 5.86699C5.13684 6.04433 5.39621 6.04433 5.55789 5.86699L7.87874 3.32143C7.95958 3.23276 8 3.11823 8 3C8 2.88177 7.96295 2.76724 7.8821 2.67857Z' fill='%2301192B' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}

.page-banner__breadcrumbs .breadcrumb__link {
  color: #fff;
}

.page-banner__breadcrumbs .breadcrumb__link.is-active {
  color: rgba(255, 255, 255, 0.5);
}

.page-banner__subtitle,
.page-banner__title {
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-banner__title {
  margin-bottom: 38px;
}

.page-banner__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
}

.page-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 20%;
  object-position: 20%;
  -o-object-fit: cover;
  object-fit: cover;
}

/**.page-banner__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 25, 43, 0.5);
}**/

.quest-block {
  padding: 60px 0;
  background-color: var(--color-accent);
  background-image: url(/assets/images/mail-bg.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 72px);
  background-size: contain;
}

.quest-block .container {
  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;
}

.quest-block__text {
  max-width: 680px;
  margin-right: 50px;
  margin-bottom: 24px;
}

.quest-block__caption,
.quest-block__title {
  color: #fff;
}

.quest-block__title {
  margin-bottom: 5px;
}

.quest-block__link {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}

.trust-block {
  padding: 60px 0;
}

.trust-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trust-block__title {
  margin-bottom: 24px;
  width: 100%;
}

.trust-block__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  width: calc(100% + 20px);
  margin: -10px -10px 50px;
}

.trust-block__filter-item {
  margin: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.trust-block__filter-item.is-active {
  background: var(--color-accent-hover);
  color: #fff;
}

.trust-block .splide__track {
  width: 100%;
}

.trust-block .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trust-block .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.trust-block__arrows {
  width: 100%;
  padding-top: 48px;
}

.trust-block__sliders {
  width: 100%;
}

.trust-block__sliders .splide {
  display: none;
}

.trust-block__sliders .splide.is-visible {
  display: block;
}

.trust-block + .certificates-block {
  padding-top: 0;
}

.detail-page__form {
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 40px 20px;
}

.detail-page__form .form__caption {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 156%;
  color: var(--color-text-primary);
}

:root {
  --color-accent: #056c95;
  --color-accent-hover: #00415d;
  --color-tag-bg: rgba(8, 123, 168, 0.1);
  --color-section-bg: #f5f6f6;
  --color-text-heading: #00415d;
  --color-text-primary: #01192b;
  --color-text-secondary: #c5eaf8;
  --color-footer-bg: #00415d;
  --color-footer-bottom-bg: #01192b;
}

.aboutpage-info {
  padding: 45px 0;
}

.aboutpage-info .container {
  max-width: 920px;
}

.aboutpage-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -20px 40px;
}

.aboutpage-info__item {
  width: calc(100% - 40px);
  margin: 15px 20px;
}

.aboutpage-info__item-caption {
  font-size: 16px;
  line-height: 155.55556%;
  color: var(--color-text-primary);
  margin-bottom: 13px;
}

.aboutpage-info__item-value {
  font-size: 24px;
  line-height: 150%;
  color: var(--color-accent);
}

.aboutpage-info__item-value span {
  display: block;
}

.aboutpage-info__item-value strong {
  font-size: 28px;
}

.aboutpage-info__item-value strong:first-child {
  font-size: 36px;
}

.aboutpage-info__text {
  font-size: 16px;
  line-height: 167%;
  color: var(--color-text-primary);
}

.aboutpage-info__text p {
  margin-top: 0;
}

.aboutpage-info__text img {
  width: 100%;
  height: auto;
  margin: 35px 0;
}

.aboutpage-company {
  padding: 50px 0;
  background: var(--color-section-bg);
}

.aboutpage-company__title {
  margin-bottom: 32px;
}

.aboutpage-company__progress {
  position: relative;
  min-height: 106px;
  margin-bottom: 55px;
}

.aboutpage-company__progress-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutpage-company__progress-dot {
  width: 17px;
  height: 17px;
  background: var(--color-accent);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.aboutpage-company__progress-dot::before {
  display: none;
  content: attr(data-text);
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 157%;
  color: var(--color-accent);
}

.aboutpage-company__progress-dot:first-child::before {
  left: 0;
  text-align: left;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.aboutpage-company__progress-dot:last-child::before {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: right;
}

.aboutpage-company__progress-dot::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid var(--color-accent);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.aboutpage-company__progress-dot.is-active::before {
  display: block;
}

.aboutpage-company__progress-dot.is-active::after {
  opacity: 1;
}

.aboutpage-company__progress-dot.is-active ~ .provider-steps__progress-dot {
  background: #deeaef;
}

.aboutpage-company__progress-line {
  position: absolute;
  top: 9px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #deeaef;
}

.aboutpage-company__progress-bar {
  background: var(--color-accent);
  height: 2px;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
}

.aboutpage-company__slide-image {
  margin-bottom: 24px;
}

.aboutpage-company__slide-text {
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-primary);
}

.aboutpage-company__slide-text span {
  font-weight: 700;
  font-size: 16px;
  line-height: 118.75%;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  color: var(--color-accent);
  display: block;
}

.aboutpage-company__slide-text p {
  margin-top: 0;
}

.aboutpage-staff {
  padding: 50px 0;
}

.aboutpage-staff__ceo,
.aboutpage-staff__title {
  margin-bottom: 32px;
}

.aboutpage-staff__ceo-image {
  margin-bottom: 24px;
}

.aboutpage-staff__ceo-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.aboutpage-staff__ceo-quote {
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.aboutpage-staff__ceo-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutpage-staff__ceo-name {
  padding-right: 12px;
  margin-right: auto;
}

.aboutpage-staff__ceo-name strong {
  display: block;
}

.aboutpage-staff__ceo-sign img {
  width: 100%;
  height: auto;
}

.aboutpage-staff__slide {
  margin-bottom: 44px;
}

.aboutpage-staff__slide-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 26px;
  width: 100%;
}

.aboutpage-staff__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutpage-staff__slide-name {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 5px;
}

.aboutpage-staff__slide-caption {
  font-size: 16px;
  line-height: 138%;
  color: rgba(1, 25, 43, 0.5);
}

.aboutpage-dealers {
  padding: 50px 0;
  background: #00415d;
  color: #fff;
}

.aboutpage-dealers__title {
  color: #fff;
  margin-bottom: 24px;
  max-width: 725px;
}

.aboutpage-dealers__caption {
  max-width: 620px;
  margin-bottom: 32px;
}

.aboutpage-dealers__items {
  margin-bottom: 36px;
}

.aboutpage-dealers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.aboutpage-dealers__item-name {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 137.5%;
  color: #fff;
}

.aboutpage-dealers__item-percantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.aboutpage-dealers__item-line {
  height: 40px;
  background: #e7f2f7;
  max-width: calc(100% - 47px);
}

.aboutpage-dealers__item-percent {
  font-weight: 700;
  font-size: 32px;
  line-height: 118.75%;
  color: #e7f2f7;
  margin-left: 9px;
}

.aboutpage-dealers__image img {
  width: 100%;
  height: auto;
}

.aboutpage-quality {
  padding: 50px 0;
  background: var(--color-section-bg);
}

.aboutpage-quality__title {
  margin-bottom: 24px;
}

.aboutpage-quality__caption {
  color: var(--color-text-primary);
  margin-bottom: 48px;
  max-width: 680px;
}

.aboutpage-quality__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -48px -24px 0;
  counter-reset: list;
}

.aboutpage-quality__item {
  width: calc(100% - 48px);
  margin: 48px 24px;
  counter-increment: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 38px;
}

.aboutpage-quality__item::before {
  content: counter(list);
  position: absolute;
  top: 0;
  left: 30px;
  background: var(--color-accent);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  color: #fff;
  outline: #087ba8 solid 2px;
  outline-offset: 5px;
}

.aboutpage-quality__item::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  width: 40px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='14' viewBox='0 0 40 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.7053 6.25L33.9032 0.310343C33.499 -0.10345 32.8505 -0.10345 32.4463 0.310343C32.0421 0.724137 32.0421 1.38793 32.4463 1.80172L36.4884 5.93965L1.03579 5.93966C0.463158 5.93966 -3.31604e-07 6.41379 -3.0598e-07 7C-2.80356e-07 7.58621 0.463158 8.06034 1.03579 8.06034L36.48 8.06034L32.4379 12.1983C32.0337 12.6121 32.0337 13.2759 32.4379 13.6897C32.8421 14.1034 33.4905 14.1034 33.8947 13.6897L39.6968 7.75C39.8989 7.5431 40 7.27586 40 7C40 6.72414 39.9074 6.4569 39.7053 6.25Z' fill='%23087BA8'/%3E%3C/svg%3E%0A");
}

.aboutpage-quality__item:last-child::after {
  display: none;
}

.aboutpage-quality__item-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
}

.aboutpage-quality__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.aboutpage-partners {
  padding: 0 0 60px;
}

.aboutpage-partners__title {
  margin-bottom: 32px;
}

.aboutpage-partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -12px -12px 0;
}

.aboutpage-partners__item {
  width: calc(100% / 2 - 24px);
  margin: 12px;
  height: 60px;
}

.aboutpage-partners__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center;
}

.articles-block {
  padding-top: 0;
  padding-bottom: 60px;
  background: #fff;
}

.articles-block__title {
  margin-bottom: 24px;
}

@media screen and (min-width: 1153px)
.articles-block__items {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr 70px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
}

.articles-block__items {
  margin-bottom: 48px;
}

.articles-block__item {
  margin-bottom: 32px;
  overflow: hidden;
  padding: 10px;
}



.articles-detail {
  padding: 0 0 60px;
}

.articles-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 30px;
}

.articles-detail__tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 114.28571%;
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(1, 25, 43, 0.5);
  padding: 14px 20px;
  margin: 10px;
  background: var(--color-section-bg);
  border-radius: 99px;
}

.articles-detail__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 114.28571%;
  color: var(--color-accent);
  margin-bottom: 32px;
}

.articles-detail__back span {
  margin-left: 6px;
}

.articles-detail__date {
  font-size: 16px;
  line-height: 162%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 24px;
}

.articles-detail__content {
  max-width: 920px;
  margin: 0 auto;
}

.articles-more {
  padding-top: 0;
}

.articles-more .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-more__title {
  width: 100%;
}

.articles-more__arrows {
  padding-top: 48px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.materials-more {
  padding-top: 0;
  padding-bottom: 60px;
}

.materials-more .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.materials-more__title {
  width: 100%;
}

.materials-more__arrows {
  padding-top: 48px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.activities-block {
  padding: 60px 0 30px;
  overflow: hidden;
}

.activities-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px;
}

.activities-block__item {
  margin: 24px;
  width: calc(100% - 48px);
}

.activities-block__item-icon {
  margin-bottom: 20px;
}

.activities-block__item-icon img {
  width: 92px;
  height: 92px;
}

.activities-block__item-desc {
  font-size: 14px;
  line-height: 186%;
  color: var(--color-footer-bg);
}

.realization-block {
  padding: 30px 0 60px;
  overflow: hidden;
}

.realization-block__title {
  margin-bottom: 24px;
}

.realization-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

.realization-block__item {
  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;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 12px;
  width: calc(100% - 24px);
}

.realization-block__item-icon {
  margin-right: 17px;
}

.realization-block__item-name {
  width: calc(100% - (48px + 17px));
  margin-bottom: 0;
}

.realization-block__item-desc {
  padding-top: 14px;
  width: 100%;
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.ceo-block {
  background: var(--color-section-bg);
  padding: 50px 0;
}

.ceo-block__image {
  margin-bottom: 24px;
}

.ceo-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ceo-block__text-quote {
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: var(--color-text-primary);
  margin-bottom: 12px;
}

.ceo-block__text-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ceo-block__text-name {
  padding-right: 12px;
  margin-right: auto;
}

.ceo-block__text-name strong {
  display: block;
}

.ceo-block__text-sign img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.certificates-block {
  padding: 60px 0;
}

.certificates-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.certificates-block__title {
  width: 100%;
}

.certificates-block__arrows {
  padding-top: 48px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.certificates-block__slide {
  background: #f5f6f6;
  padding: 15px;
  position: relative;
}

.certificates-block__slide-link {
  display: block;
}

.certificates-block__slide-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 40px;
  background-position: center;
  background-image: url(/assets/images/svg/ic-show.svg);
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.certificates-block__slide-link:hover::after {
  opacity: 1;
}

.codex-block {
  padding: 0 0 60px;
}

.codex-block__content {
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 30px;
  padding: 40px;
  max-width: 506px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.codex-block__caption {
  font-size: 13px;
  line-height: 154%;
  color: var(--color-text-primary);
  margin-bottom: 24px;
}

.codex-block__link .btn {
  min-width: 240px;
}

.products-block {
  padding-top: 0;
}

.products-block .homepage-products__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  
}

.products-block__caption {
  padding-top: 60px;
  max-width: 920px;
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.catalog {
  padding: 0 0 60px;
}

.catalog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-title {
  width: 100%;
  margin-bottom: 24px;
}

.catalog-categories {
  width: 100%;
  margin-bottom: 40px;
}

.catalog-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-categories__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0;
}

.catalog-categories__list-link {
  padding: 11px 21px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--color-text-primary);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-categories__list-link.is-active,
.catalog-categories__list-link:hover {
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
  color: var(--color-accent);
}

.catalog-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.catalog-products__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.catalog-products__filter-item {
  margin: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-products__filter-item span {
  background: #f5f6f6;
  border-radius: 99px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: var(--color-accent);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.catalog-products__filter-item input {
  display: none;
}

.catalog-products__filter-item input:checked ~ span {
  background: var(--color-accent-hover);
  color: #fff;
}

.catalog-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 30px;
}

.catalog-products__item {
  width: calc(100% - 30px);
  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;
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 6px;
  margin: 8px;
  padding: 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  justify-content: center;
  text-align:center;
}

.catalog-products__item:hover {
  border: 1px solid var(--color-accent);
}

.catalog-products__item-image {
  width: 100%;
  margin: 0 auto 30px;
}

.catalog-products__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.catalog-products__item-name {
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 15px;
  line-height: 1.4285914286;
  letter-spacing: -0.016em;
   padding: 0px 10px 0px;
}

.catalog-products__item-name:hover {
  color: var(--color-accent-hover);
}

.catalog-products__item-info {
  width: calc(100% - 70px);
  margin-right: auto;
}

.catalog-products__item-art {
  font-size: 14px;
  line-height: 200%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 3px;
}

.catalog-products__item-volume {
  font-size: 22px;
  line-height: 127%;
  color: var(--color-text-primary);
}

.catalog-products__item-link {
  width: 54px;
  height: 54px;
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-products__item-link:hover {
  background: var(--color-accent);
}

.catalog-products__item-link:hover svg path {
  fill: #fff;
}

.catalog-products__pagination {
  margin-bottom: 80px;
}

.catalog-products__caption {
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.catalog-detail {
  padding: 0 0 60px;
  overflow-x: hidden;
}

.catalog-detail .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.catalog-detail__title {
  margin-bottom: 42px;
}

.catalog-detail__product {
  width: 100%;
  max-width: 447px;
  margin: 0 auto 40px;
}

.catalog-detail__product__wrapper {
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 30px 30px 50px;
  margin-bottom: 30px;
}

.catalog-detail__product-brand {
  max-width: 89px;
  margin-bottom: 17px;
}

.catalog-detail__product-brand img {
  width: 100%;
  height: auto;
}

.catalog-detail__product-image {
  max-width: 320px;
  margin: 0 auto;
}

.catalog-detail__product-image img {
  width: 100%;
  height: auto;
}

.catalog-detail__product-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-detail__product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 12px;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: #01192b;
}

.catalog-detail__product-type.is-active svg [fill="#CCD9DF"] {
  fill: var(--color-accent);
}

.catalog-detail__product-type span {
  margin-top: 9px;
}

.catalog-detail__info {
  margin-bottom: 90px;
}

.catalog-detail__info-art {
  font-size: 18px;
  line-height: 156%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 22px;
}

.catalog-detail__info-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 116.66667%;
  color: var(--color-text-primary);
  margin-bottom: 24px;
}

.catalog-detail__info-desc {
  font-size: 18px;
  line-height: 156%;
  color: var(--color-text-primary);
  margin-bottom: 41px;
}

.catalog-detail__info-desc p {
  margin-top: 0;
}

.catalog-detail__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-detail__toggles {
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;*/
  width: calc(100% + 20px);
  margin: -10px -10px 50px;
}

.catalog-detail__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px;
  background: #f5f6f6;
}

.catalog-detail__toggle.is-active {
  background: var(--color-accent-hover);
  color: #fff;
}

.catalog-detail__tabs {
  width: 100%;
}

.catalog-detail__tab {
  display: none;
  width: 100%;
}

.catalog-detail__tab.is-active {
  display: block;
}

.catalog-detail__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px 0;
}

.catalog-detail__advantage {
  width: calc(100% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-detail__advantage-icon {
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}

.catalog-detail__advantage-caption {
  font-size: 16px;
  line-height: 162%;
  color: var(--color-text-primary);
}

.catalog-detail__docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px 0;
}

.catalog-detail__doc {
  width: calc(100% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-detail__doc-icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.catalog-detail__doc-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: var(--color-accent);
}

.catalog-detail__doc-caption {
  font-size: 16px;
  line-height: 200%;
  color: var(--color-text-primary);
  opacity: 0.5;
}

.catalog-detail__video {
  max-width: 685px;
  position: relative;
}

.catalog-detail__video-preview {
  position: relative;
  /*padding-top: 59.70803%;*/
}

.catalog-detail__video-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.catalog-detail__video-play {
  width: 84px;
  height: 84px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catalog-detail__video-play svg {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 48px;
  height: 48px;
}

.catalog-detail__video-play:hover {
  background: var(--color-accent);
}

.catalog-detail__video-play:hover svg path {
  fill: #fff;
}

.catalog-detail__video.is-play .catalog-detail__video-play {
  opacity: 0;
  pointer-events: none;
}

.catalog-detail__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog-detail__markets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }

.catalog-detail__market {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
  max-width: 356px;
  max-height: 50px;
}

.contacts-block {
  padding: 0 0 40px;
}

.contacts-block__title {
  margin-bottom: 24px;
}

.contacts-block__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: -10px -10px 30px;
}

.contacts-block__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px;
}

.contacts-block__toggle.is-active {
  background: var(--color-accent-hover);
  color: #fff;
}

.contacts-block__tab {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-block__tab.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-block__info {
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 40px 20px;
  margin-bottom: 40px;
  width: 100%;
}

.contacts-block__info-item {
  margin-bottom: 20px;
}

.contacts-block__info-item.address .contacts-block__info-value {
  font-size: 18px;
  line-height: 150%;
}

.contacts-block__info-item.phone a {
  font-weight: 700;
}

.contacts-block__info-item.phone span:not(:first-child) {
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
}

.contacts-block__info-item.email a {
  color: var(--color-accent);
}

.contacts-block__info-item:last-child {
  margin-bottom: 0;
}

.contacts-block__info-title {
  margin-bottom: 24px;
}

.contacts-block__info-caption {
  font-size: 12px;
  line-height: 116.66667%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 5px;
}

.contacts-block__info-value {
  font-size: 16px;
  line-height: 175%;
  color: var(--color-text-primary);
}

.contacts-block__info-value a {
  font-size: 18px;
  line-height: 175%;
  color: var(--color-text-primary);
  display: inline-block;
}

.contacts-block__map {
  width: 100%;
  padding-top: 360px;
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
  overflow: hidden;
}

.contacts-block__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-block__items {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -10px -15px;
}



.contacts-block__item {
  width: calc(100% - 30px);
  margin: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 40px 20px;
}

.contacts-block__item-image {
  margin-bottom: 20px;
}

.contacts-block__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.contacts-block__item-caption {
  font-size: 16px;
  line-height: 150%;
  opacity: 0.5;
  margin-bottom: 24px;
}

.contacts-block__item-mail,
.contacts-block__item-phone {
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.contacts-block__item-phone {
  font-weight: 700;
  margin: auto 0 11px;
}

.contacts-block__item-email {
  color: var(--color-accent);
}

.requisites-block {
  padding: 0 0 60px;
}

.requisites-block__title {
  margin-bottom: 24px;
}

.requisites-block__items {
  margin: -15px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.requisites-block__item {
  margin: 15px;
  background: #f5f6f6;
  border-radius: 4px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 30px);
}

.requisites-block__item-icon {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.requisites-block__item-title {
  margin-bottom: 8px;
}

.requisites-block__item-caption {
  opacity: 0.5;
  margin-bottom: 24px;
}

.requisites-block__item-btn {
  margin-top: auto;
}

.requisites-block__item-btn .btn {
  background: rgba(8, 123, 168, 0.1);
}

.requisites-block__item-btn .btn:hover {
  background: var(--color-accent);
}

.distribute-block {
  padding: 0 0 80px;
}

.distribute-block__caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 155%;
  color: var(--color-text-primary);
  margin-bottom: 22px;
  max-width: 540px;
}

/*----------------------------------------*/
/* DISTRIBUTE LOCATION */
/*----------------------------------------*/
.distribute-location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding-right: 18px;
}
.distribute-location__region {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}
.distribute-location__region small {
  display: block;
  opacity: 0.5;
}
.distribute-location__button {
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  margin-left: auto;
  padding: 0;
  width: 145px;
}

@media screen and (max-width: 479px) {
    .contacts-block__items {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .distribute-location {
        display: block;
    }
    .distribute-location__region {
       margin: 0 0 10px;
    }
    .distribute-location__button {
        margin: 0;
    }
  .catalog-products {
      display:grid;
      grid-template-columns: 1fr 1fr;
  }
  .articles-block__items {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
}
  .cat-wrap {
    width: 100%;
    }
  
}


.distribute-map {
  padding: 0 0 80px;
}

.distribute-map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.distribute-map__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 155%;
  color: var(--color-text-primary);
  margin-bottom: 24px;
}

.distribute-map__regions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px 19px;
}

.distribute-map__region {
  margin: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  color: var(--color-text-primary);
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.distribute-map__region.is-active {
  opacity: 1;
  font-size: 22px;
  color: var(--color-accent);
}

.distribute-map__list {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 30px 12px 30px 30px;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.distribute-map__list::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  height: 58px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.distribute-map__list-search {
  position: relative;
  height: 54px;
  margin-bottom: 15px;
  padding-right: 18px;
}

.distribute-map__list-search input {
  padding-right: 54px;
}

.distribute-map__list-search svg {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.distribute-map__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 620px;
  overflow-y: auto;
  padding-right: 18px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.distribute-map__list-items::-webkit-scrollbar {
  width: 4px;
}

.distribute-map__list-items::-webkit-scrollbar-track {
  background: #deeaef;
  border-radius: 99px;
}

.distribute-map__list-items::-webkit-scrollbar-thumb {
  background: #087ba8;
  border-radius: 99px;
}

.distribute-map__list-item {
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  margin: 5px 0;
  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;
  cursor: pointer;
}

.distribute-map__list-item.no-padding {
  padding-right: 0;
}

.distribute-map__list-item.no-padding:hover {
  background: #fff !important;
}

.distribute-map__list-item.is-hidden,
.distribute-map__list-item.is-hide {
  display: none;
}

.distribute-map__list-item:first-child {
  margin-top: 0;
}

.distribute-map__list-item:last-child {
  margin-bottom: 0;
}

.distribute-map__list-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cee5ee;
  margin: 10px 0;
  left: 0;
  right: 0;
  top: calc(100% - 5px);
}

.distribute-map__list-item:last-child::after {
  display: none;
}

.distribute-map__list-item:hover {
  background: var(--color-section-bg);
}

.distribute-map__list-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 230%;
  color: #00415d;
  margin-bottom: 3px;
  width: 100%;
}

.distribute-map__list-address {
  font-size: 14px;
  line-height: 243%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 11px;
  width: 100%;
}

.distribute-map__list-email,
.distribute-map__list-phone {
  font-size: 16px;
  line-height: 212%;
  color: #01192b;
}

.distribute-map__list-phone {
  width: 100%;
}

.distribute-map__list-email {
  margin-right: auto;
}

.distribute-map__list-site {
  font-size: 16px;
  line-height: 175%;
  text-align: right;
  color: #087ba8;
}

.distribute-map__container {
  width: 100%;
}

.distribute-map__container-wrap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.distribute-map__container-wrap #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dist-block {
  padding: 60px 0;
  background: var(--color-accent);
}

.dist-block .container {
  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;
}

.dist-block__text {
  max-width: 731px;
  margin-right: auto;
  margin-bottom: 24px;
}

.dist-block__caption,
.dist-block__title {
  color: #fff;
}

.dist-block__title {
  margin-bottom: 5px;
}

.dist-block__form {
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.dist-block__form .form__field {
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.dist-block__form .form__field .select__styled,
.dist-block__form .form__field select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  color: #fff;
}

.dist-block__form .form__field .select__styled span,
.dist-block__form .form__field select span {
  color: #fff;
}

.dist-block__form .form__field .select__styled::after,
.dist-block__form .form__field select::after {
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-image: url(/assets/images/svg/arrow-drop.svg);
  right: 24px;
}

.dist-block__form .form__submit {
  padding: 5px 10px;
  width: 100%;
}

.dist-block__form .form__submit .btn {
  width: 100%;
}

.dist-block__form .form__agreement {
  margin-top: 0;
  padding: 5px 10px;
  color: var(--color-text-secondary);
  width: 100%;
}

.dist-block__form .form__agreement a {
  color: #fff;
}

.history-block {
  padding: 0 0 60px;
  overflow: hidden;
}

.history-block__title {
  margin-bottom: 38px;
}

.history-block__caption {
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  color: var(--color-text-primary);
  margin-bottom: 32px;
}

.history-block__years {
  margin-bottom: 24px;
}

.history-block__years .splide__track {
  overflow: visible;
}

.history-block__years-item {
  font-weight: 700;
  font-size: 30px;
  line-height: 116.66667%;
  text-align: center;
  color: rgba(1, 25, 43, 0.3);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  min-height: 40px;
  min-width: 110px;
  cursor: pointer;
}

.history-block__years-item.is-active {
  font-size: 40px;
  color: var(--color-accent);
}

.history-block__slide-desc {
  font-size: 16px;
  line-height: 160%;
  color: var(--color-text-primary);
}

.history-block__slide-desc p {
  margin-top: 0;
}

.history-block__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.history-block__arrows {
  margin-bottom: 32px;
}

.homepage-advantages {
  background: var(--color-section-bg);
  padding: 30px 0;
}

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

.homepage-advantages__item {
  width: calc(100% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-advantages__item-icon {
  width: 70px;
  height: 70px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.homepage-advantages__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
}

.homepage-advantages__item-desc {
  font-size: 16px;
  line-height: 150%;
}

.homepage-banner {
  margin-top: -68px;
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}

.homepage-banner__slide {
  position: relative;
}

.homepage-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-banner__content {
  position: relative;
  z-index: 1;
  padding: 100px 0 102px;
  min-height: 740px;
  background: rgba(1, 25, 43, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.homepage-banner__content .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.homepage-banner__title {
  color: #fff;
  max-width: 700px;
  line-height: 123%;
  margin-top:auto;
}

.homepage-banner__caption {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  max-width: 700px;
  margin-bottom: 24px;
}

.homepage-banner__actions {
  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;
}

.homepage-banner__actions .btn {
  margin-right: 24px;
}

.homepage-banner__action.watch {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-banner__action.watch svg {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-banner__action.watch:hover {
  background: var(--color-accent);
}

.homepage-banner__action.watch:hover svg [stroke] {
  stroke: #fff;
}

.homepage-banner__action.watch:hover svg [fill] {
  fill: #fff;
}

.homepage-banner__feedback {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-banner__feedback-icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.homepage-banner__feedback-caption {
  font-weight: 700;
  font-size: 14px;
  line-height: 114.28571%;
  color: #fff;
}

.homepage-banner__feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}

.homepage-banner__feedback-item:hover
  .homepage-banner__feedback-icon
  svg
  [fill="#087BA8"] {
  fill: var(--color-accent-hover);
}

.homepage-banner__arrows {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-banner__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.homepage-banner__arrow:hover {
  background: #fff;
}

.homepage-banner__arrow:hover svg path {
  fill: #087ba8;
}

.homepage-banner__contains {
  display: none;
}

@-webkit-keyframes loadingrotate {
  25% {
    border-top-color: #fff;
  }

  50% {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  75% {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  100% {
    border-color: #fff;
  }
}

@keyframes loadingrotate {
  25% {
    border-top-color: #fff;
  }

  50% {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  75% {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  100% {
    border-color: #fff;
  }
}

.homepage-brands {
  padding: 30px 0 60px;
  overflow: hidden;
}

.homepage-brands__items .splide__track {
  max-width: 95%;
  overflow: visible;
}

.homepage-brands__items .splide__sr {
  display: none;
}

.homepage-brands__item-image {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  max-width: 685px;
}

.homepage-brands__item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-brands__item-content {
  margin-bottom: 24px;
}

.homepage-brands__item-logo {
  max-width: 156px;
  margin-bottom: 24px;
}

.homepage-brands__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage-brands__item-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-primary);
}

@-webkit-keyframes loadingrotatee {
  25% {
    border-top-color: #087ba8;
  }

  50% {
    border-top-color: #087ba8;
    border-right-color: #087ba8;
  }

  75% {
    border-top-color: #087ba8;
    border-right-color: #087ba8;
    border-bottom-color: #087ba8;
  }

  100% {
    border-color: #087ba8;
  }
}

@keyframes loadingrotatee {
  25% {
    border-top-color: #087ba8;
  }

  50% {
    border-top-color: #087ba8;
    border-right-color: #087ba8;
  }

  75% {
    border-top-color: #087ba8;
    border-right-color: #087ba8;
    border-bottom-color: #087ba8;
  }

  100% {
    border-color: #087ba8;
  }
}

.homepage-materials {
  background: var(--color-section-bg);
  padding: 30px 0;
}

.homepage-materials__items {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  margin: 0 -12px;
}

.homepage-materials__item {
  width: calc(100% - 24px);
    margin: 12px 12px 40px;
}

.homepage-materials__item-image {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 60.97561%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.homepage-materials__item-image:hover .homepage-materials__item-arrow {
  opacity: 1;
}

.homepage-materials__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.homepage-materials__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-materials__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px -3px 12px;
}

.homepage-materials__item-tag {
  margin: 3px;
  padding: 6px 10px;
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
  font-size: 14px;
  line-height: 143%;
  color: var(--color-accent);
}

.homepage-materials__item-content {
  width: 100%;
}

.homepage-materials__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
  display: block;
  color: var(--color-accent);
}

.homepage-materials__item-more {
  font-size: 14px;
  line-height: 143%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-accent);
  font-weight: 700;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-materials__item-more svg {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-materials__item-more:hover {
  color: var(--color-accent-hover);
}

.homepage-materials__item-more:hover svg path {
  fill: var(--color-accent-hover);
}

.homepage-materials__item-more span {
  margin-right: 4px;
}

.homepage-materials__all {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-materials__all .btn {
  width: 100%;
  max-width: 328px;
}

.homepage-partnership {
  padding: 60px 0;
}

.homepage-partnership__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.homepage-partnership__item {
  width: calc(100% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 80px 16px 16px;
  background: #087ba8;
  border-radius: 4px;
  background: var(--color-accent);
}

.homepage-partnership__item:hover .homepage-partnership__item-arrow {
  background: #fff;
}

.homepage-partnership__item:hover .homepage-partnership__item-arrow svg path {
  fill: var(--color-accent);
}

.homepage-partnership__item-icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.homepage-partnership__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.homepage-partnership__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
  color: #fff;
}

.homepage-partnership__item-desc {
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.homepage-partnership__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-partnership__item-arrow svg path {
  fill: #fff;
}

.homepage-press {
  overflow: hidden;
}

.homepage-press__items .splide__track {
  max-width: 95%;
  overflow: visible;
}

.homepage-press__item-image {
  position: relative;
  padding-top: 66.66667%;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.homepage-press__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.homepage-press__item-date {
  font-size: 14px;
  line-height: 143%;
  color: #1f1e1ea8;
  margin-bottom: 16px;
}

.homepage-press__item-name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--color-accent);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.homepage-press__item-name:hover {
  color: #00415d;
}

.homepage-press__item-desc {
  display: none;
}

.homepage-press__all {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-press__all .btn {
  width: 100%;
  max-width: 328px;
}

.homepage-products {
  padding: 20px 0 30px;
}

.homepage-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -8px 0;
}

.homepage-products__item {
  width: calc(100% - 16px);
  margin: 8px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.homepage-products__item-image {
  position: absolute;
  padding-top: 60.97561%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-products__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.homepage-products__item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 94px 20px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50.36%, rgba(0, 65, 93, 0)),
    to(rgba(0, 65, 93, 0.6))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 65, 93, 0) 50.36%,
    rgba(0, 65, 93, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 65, 93, 0) 50.36%,
    rgba(0, 65, 93, 0.6) 100%
  );
  min-height: 200px;
  z-index: 1;
  transition: all 1s ease-out;
}

.homepage-products__item-content:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50.36%, rgba(8, 123, 168, 0)),
    to(#087ba8)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(8, 123, 168, 0) 50.36%,
    #087ba8 100%
  );
  background: linear-gradient(
    360deg,
    rgba(8, 123, 168, 0) 50.36%,
    #087ba8 100%
  );
  transition: 1s ease-out;
}

.homepage-products__item-content:hover .homepage-products__item-name {
  margin-top: 0;
}

.homepage-products__item-content:hover .homepage-products__item-link {
  background: var(--color-accent);
  transition: all 1s ease-out;
}

.homepage-products__item-content:hover .homepage-products__item-link svg path {
  fill: #fff;
  transition: all 1s ease-out;
}

.homepage-products__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-top: auto;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-products__item-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }

.homepage-products__item-link svg {
  transition: all 1s ease-out;
}

.homepage-products__all {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-products__all .btn {
  width: 100%;
  max-width: 328px;
}

.logistic-block {
  padding: 60px 0;
}

.logistic-block__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 167%;
  color: var(--color-text-primary);
}

.logistic-block__text p {
  margin-top: 0;
}

.logistic-block__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}

.logistic-block__number {
  width: calc(100% - 40px);
  margin: 15px 20px;
}

.logistic-block__number:last-child {
  margin-bottom: 0;
}

.logistic-block__number-caption {
  font-size: 18px;
  line-height: 156%;
  color: var(--color-text-primary);
  margin-bottom: 9px;
}

.logistic-block__number-value {
  font-size: 24px;
  line-height: 150%;
  color: var(--color-accent);
}

.logistic-block__number-value strong {
  display: block;
  font-size: 28px;
}

.logistic-block__number-value strong span {
  font-size: 36px;
}

.materials-block {
  padding-top: 0;
  padding-bottom: 60px;
  background: #fff;
}

.materials-block__title {
  margin-bottom: 24px;
}

.materials-block__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 27px;
}

.materials-block__tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 114.28571%;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 14px 20px;
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
  margin: 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.materials-block__tag.is-active {
  background: #00415d;
  color: #fff;
}

.materials-block__item{
 margin:10px;
}

.materials-block__items {
  margin-bottom: 36px;
}

.personal-block {
  padding: 0 0 60px;
}

.personal-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-block__title {
  width: 100%;
  margin-bottom: 40px;
}

.personal-block__sidebar {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.personal-block__company {
  background: #f5f6f6;
  border-radius: 4px;
  padding: 30px;
  width: 100%;
}

.personal-block__company-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 155%;
  color: #00415d;
  margin-bottom: 6px;
}

.personal-block__company-email,
.personal-block__company-phone {
  padding-top: 5px;
}

.personal-block__company-email span,
.personal-block__company-phone span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(1, 25, 43, 0.5);
}

.personal-block__company-email a,
.personal-block__company-phone a {
  display: block;
  font-size: 20px;
  line-height: 140%;
}

.personal-block__company-phone a {
  font-weight: 700;
}

.personal-block__company-email a {
  color: var(--color-accent);
}

.personal-block__menu {
  padding: 37px 0 37px 30px;
  width: 100%;
}

.personal-block__menu-item {
  margin-bottom: 20px;
}

.personal-block__menu-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 137.5%;
  color: var(--color-text-primary);
}

.personal-block__menu-link.is-active,
.personal-block__menu-link:hover {
  color: var(--color-accent);
}

.personal-block__logout {
  padding-left: 30px;
}

.personal-block__logout .btn {
  min-width: 105px;
}

.personal-block__content {
  width: 100%;
}

.personal-info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.personal-info__data:last-child {
  margin-bottom: 0;
}

.personal-info__data-title {
  margin-bottom: 24px;
}

.personal-info__data-col {
  width: 100%;
  margin-top: 20px;
}

.personal-info__data-col:first-child {
  margin-top: 0;
}

.personal-info__data .form__submit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-info__data .form__submit .btn {
  min-width: 240px;
  width: auto;
}

.personal-certificates__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 25px;
}

.personal-certificates__toggle {
  margin: 5px;
  padding: 10px 20px;
}

.personal-certificates__toggle.is-active {
  background: var(--color-accent-hover);
  color: #fff;
}

.personal-certificates__tab {
  display: none;
}

.personal-certificates__tab.is-active {
  display: block;
}

.personal-certificates__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 0;
}

.personal-certificates__item {
  width: calc(100% - 30px);
  margin: 15px;
}

.personal-certificates__item-link {
  display: block;
  background: #f5f6f6;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}

.personal-certificates__item-link img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.personal-certificates__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 40px;
  background-position: center;
  background-image: url(/assets/images/svg/ic-show.svg);
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.personal-certificates__item-link:hover::after {
  opacity: 1;
}

.personal-certificates__item-name {
  font-size: 14px;
  line-height: 142.85714%;
}

.personal-certificates__item-get {
  font-size: 14px;
  line-height: 179%;
  color: rgba(1, 25, 43, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-certificates__item-get span {
  margin-right: 8px;
}

.personal-certificates__item-get a {
  color: var(--color-accent);
  font-weight: 700;
}

.personal-docs__toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 45px;
}

.personal-docs__toggle {
  margin: 5px;
  padding: 10px 20px;
}

.personal-docs__toggle.is-active {
  background: var(--color-accent-hover);
  color: #fff;
}

.personal-docs__tab {
  display: none;
}

.personal-docs__tab.is-active {
  display: block;
}

.personal-docs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 0;
}

.personal-docs__item {
  width: calc(100% - 30px);
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.personal-docs__item-icon {
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.personal-docs__item-name {
  font-size: 18px;
  line-height: 155.55556%;
}

.personal-docs__item-get {
  font-size: 14px;
  line-height: 179%;
  color: rgba(1, 25, 43, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-docs__item-get span {
  margin-right: 8px;
}

.personal-docs__item-get a {
  color: var(--color-accent);
  font-weight: 700;
}

.personal-phones__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #cee5ee;
}

.personal-phones__item:last-child {
  border-bottom: 1px solid #cee5ee;
}

.personal-phones__item-name {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  margin: 4px 10px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}

.personal-phones__item-email,
.personal-phones__item-phone {
  font-size: 16px;
  line-height: 175%;
  margin: 4px 10px;
}

.personal-phones__item-email span,
.personal-phones__item-phone span {
  color: rgba(1, 25, 43, 0.5);
}

.personal-phones__item-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-preferred-size: 188px;
  flex-basis: 188px;
}

.personal-phones__item-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -ms-flex-preferred-size: 233px;
  flex-basis: 233px;
}

.personal-phones__item-email a {
  color: #087ba8;
}

.coop-block {
  padding: 50px 0 33px;
}

.coop-block__caption {
  max-width: 680px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  color: var(--color-text-primary);
}

.advantages-block {
  padding: 33px 0;
}

.advantages-block__title {
  margin-bottom: 24px;
}

.advantages-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -8px 0;
}

.advantages-block__item {
  width: calc(100% - 16px);
  margin: 8px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.advantages-block__item-image {
  position: absolute;
  padding-top: 60.97561%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advantages-block__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.advantages-block__item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 65, 93, 0)),
    to(rgba(0, 65, 93, 0.8))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 65, 93, 0) 0,
    rgba(0, 65, 93, 0.8) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 65, 93, 0) 0,
    rgba(0, 65, 93, 0.8) 100%
  );
  min-height: 200px;
  z-index: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.advantages-block__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin-top: auto;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-block {
  padding: 33px 0 60px;
}

.order-block__title {
  margin-bottom: 32px;
}

.order-block__items {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-block__item {
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 30px;
  margin: 15px;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.order-block__item-name {
  margin-bottom: 29px;
}

.order-block__item-image {
  max-width: 192px;
  margin: auto auto 10px;
}

.order-block__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.order-block__item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
}

.order-block__item-options img {
  width: 36px;
  height: 36px;
  margin-bottom: 9px;
}

.order-block__item-option {
  padding: 0 6px;
}

.order-block__item-option span {
  font-size: 14px;
  line-height: 157.14286%;
}

.order-block__item-btn {
  min-width: 201px;
}

.provider-block {
  padding: 40px 0 0px;
}

.provider-block__content {
  margin-bottom: 40px;
}

.provider-block__form .form__agreement,
.provider-block__form .form__title {
  text-align: center;
}

.provider-block__form .form__title {
  margin-bottom: 26px;
}

.provider-steps {
  padding: 0 0 25px;
}

.provider-steps__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 18px;
}

.provider-steps__count-current {
  text-shadow: 0 0 2px var(--color-accent);
  color: #fff;
  font-size: 80px;
  line-height: 117.5%;
  font-weight: 700;
  margin-right: 8px;
}

.provider-steps__count-all {
  font-weight: 700;
  font-size: 16px;
  line-height: 118.75%;
  letter-spacing: 0.05em;
  color: var(--color-accent);
}

.provider-steps__progress {
  position: relative;
  margin-bottom: 38px;
  max-width: 670px;
}

.provider-steps__progress-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.provider-steps__progress-dot {
  width: 10px;
  height: 10px;
  background: var(--color-accent);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.provider-steps__progress-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--color-accent);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.provider-steps__progress-dot.is-active::after {
  opacity: 1;
}

.provider-steps__progress-dot.is-active ~ .provider-steps__progress-dot {
  background: #deeaef;
}

.provider-steps__progress-line {
  position: absolute;
  top: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #deeaef;
}

.provider-steps__progress-bar {
  background: var(--color-accent);
  height: 2px;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  width: 0;
}

.provider-steps__slide {
  font-size: 16px;
  line-height: 167%;
  color: var(--color-text-primary);
}

.provider-steps__slide p {
  margin-top: 0;
}

.provider-steps__arrows {
  padding-top: 34px;
}

.provider-request {
  padding: 25px 0;
}

.provider-request__content {
  background: #fff;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.provider-request__icon {
  margin-bottom: 20px;
  width: 48px;
  height: 48px;
}

.provider-request__title {
  margin-bottom: 8px;
}

.provider-request__caption {
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-primary);
  opacity: 0.5;
  margin-bottom: 22px;
}

.provider-request__btn {
  min-width: 240px;
}

.provider-contact__content {
  background: #f5f6f7;
  border-radius: 4px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.provider-contact__image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.provider-contact__title {
  color: var(--color-text-primary);
  margin-bottom: 8px;
}

.provider-contact__caption {
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-primary);
  opacity: 0.5;
  margin-bottom: 22px;
}

.provider-contact__phone {
  font-size: 18px;
  line-height: 150%;
}

.provider-contact__phone a {
  margin-top: 8px;
  display: block;
  font-weight: 700;
}

.result-block {
  padding: 0 0 60px;
}

.result-block__title {
  margin-bottom: 40px;
}

.result-block__alert {
  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;
  background: #f5f6f6;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.result-block__alert > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.result-block__alert-caption {
  font-weight: 300;
  font-size: 18px;
  line-height: 111%;
  color: rgba(1, 25, 43, 0.5);
  margin-right: 20px;
}

.result-block__alert-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: var(--color-text-primary);
  margin-right: 30px;
}

.result-block__alert-link .btn {
  padding: 13px 30px;
}

.result-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 25px;
}

.result-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px;
  padding: 30px;
  background: #fff;
  border: 2px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: calc(100% - 30px);
}

.result-block__item:hover {
  border: 2px solid #087ba8;
}

.result-block__item-images {
  width: 100%;
  margin-bottom: 24px;
}

.result-block__item-logo {
  max-width: 89px;
  margin-bottom: 13px;
}

.result-block__item-logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.result-block__item-image {
  width: 100%;
  max-width: 247px;
}

.result-block__item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.result-block__item-content {
  width: 100%;
}

.result-block__item-art {
  font-size: 14px;
  line-height: 200%;
  color: rgba(1, 25, 43, 0.5);
  margin-bottom: 9px;
}

.result-block__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-accent);
  min-height: 63px;
  margin-bottom: 3px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.result-block__item-name:hover {
  color: var(--color-accent-hover);
}

.result-block__item-volume {
  font-size: 22px;
  line-height: 127%;
  color: var(--color-text-primary);
  margin-bottom: 18px;
}

.result-block__item-features {
  margin-bottom: 28px;
}

.result-block__item-features li {
  font-size: 14px;
  line-height: 200%;
  color: var(--color-text-primary);
}

.result-block__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -10px 0;
}

.result-block__item-actions > * {
  margin: 10px;
}

.result-block__item-contact {
  padding: 19px 24px;
}

.result-block__item-link {
  width: 54px;
  height: 54px;
  background: rgba(8, 123, 168, 0.1);
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result-block__item-link:hover {
  background: var(--color-accent);
}

.result-block__item-link:hover svg path {
  fill: #fff;
}

.result-block__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result-block__all .btn {
  min-width: 200px;
}

.textpage-block {
  padding: 0 0 50px;
}

.textpage-block__title {
  margin-bottom: 24px;
}

.textpage-block__content {
  max-width: 1040px;
}

.textpage-block__content.edit-content a,
.textpage-block__content.edit-content p {
  font-weight: 300;
  font-size: 16px;
}

.vacancies-block {
  padding: 40px 0 80px;
}

.vacancies-block__items {
  margin-bottom: 40px;
}

.vacancies-block__item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(8, 123, 168, 0.2);
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.vacancies-block__item:last-child {
  margin-bottom: 0;
}

.vacancies-block__item-name,
.vacancies-block__item-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 142%;
  color: var(--color-text-primary);
  width: 100%;
}

.vacancies-block__item-name {
  margin-bottom: 12px;
}

.vacancies-block__item-price {
  margin-bottom: 24px;
}

.vacancies-block__item-desc {
  max-height: 0px;
  overflow-y: hidden;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  margin-bottom: 19px;
}

.vacancies-block__item-desc p {
  margin: 0 0 10px;
}

.vacancies-block__item-desc ul {
  margin-bottom: 10px;
}

.vacancies-block__item-desc ul li {
  position: relative;
  padding-left: 24px;
}

.vacancies-block__item-desc ul li::before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-text-primary);
}

.vacancies-block__item-desc::after {
  content: "";
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.vacancies-block__item-desc.is-active {
  overflow-y: auto;
  max-height: 100vh;
}

.vacancies-block__item-desc.is-active::after {
  display: none;
}

.vacancies-block__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 200%;
  color: var(--color-accent);
  margin-bottom: 12px;
  cursor: pointer;
}

.vacancies-block__item-more span {
  margin-right: 6px;
}

.vacancies-block__item-more .hide {
  display: none;
}

.vacancies-block__item-more svg {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.vacancies-block__item-more.is-active svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.vacancies-block__item-more.is-active .hide {
  display: block;
}

.vacancies-block__item-more.is-active .show {
  display: none;
}

.vacancies-block__item-respond {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancies-block__item-respond .btn {
  padding: 13px 28px;
}

.vacancies-block__content {
  margin-bottom: 40px;
}

.not-found {
  padding: 0 0 50px;
}

.not-found .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.not-found__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  max-width: 574px;
}

.not-found__image {
  max-width: 583px;
  margin: 0 auto;
}

.not-found__image img {
  width: 100%;
  height: auto;
}

.not-found__title {
  margin-bottom: 24px;
  color: var(--color-accent);
}

.not-found__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 154.54545%;
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

.not-found__caption {
  font-size: 16px;
  line-height: 167%;
  color: var(--color-text-primary);
  margin-bottom: 30px;
}

.not-found__link {
  min-width: 227px;
}

@media screen and (min-width: 360px) {
  .personal-certificates__item {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (min-width: 481px) {
     
    
  .section-h1,
  h1 {
    font-size: 38px;
  }

  .section-h2,
  h2 {
    font-size: 30px;
  }

  .section-h3,
  h3 {
    font-size: 28px;
  }

  .section-h4,
  h4 {
    font-size: 22px;
  }

  .popup__wrapper {
    margin: auto;
  }

  .popup__form {
    padding: 40px;
    background: #fff;
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
  }

  .popup-city .popup__content-wrap {
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
    padding: 40px 40px 25px;
  }

  .popup-cities .popup__content-wrap {
    border: 1px solid rgba(8, 123, 168, 0.2);
    border-radius: 30px;
    padding: 40px;
  }

  .aboutpage-quality__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aboutpage-quality__item {
    width: calc(100% / 2 - 48px);
  }

  .aboutpage-quality__item::after {
    top: 50%;
    left: auto;
    right: -48px;
    bottom: auto;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  .aboutpage-quality__item:nth-child(2n)::after {
    display: none;
  }

  .advantages-block__item-content,
  .homepage-products__item-content {
    min-height: 280px;
  }
}

/*@media screen and (max-width: 1153px) {
.cat-wrap{
       width:100%;
   }
   
 }*/
 
@media screen and (max-width: 800px) {
 
 .catalog-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    }
    
.presscenter__list {
    display: grid;
    margin: 0!important;
    padding: 0!important;
    grid-template-columns: 1fr 1fr 1fr;
    }
    
    .homepage-press__item-name {
        font-size:16px;
    }
} 

@media screen and (max-width: 575px) {
.articles-block__items {
    display: -ms-grid;
    display: grid;
   grid-template-columns: 1fr;
}
.contacts-block__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
.homepage-materials__items {
  display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 -12px;
}   

.homepage-materials__item-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
    display: block;
    color: var(--color-accent);
    font-size: 16px;
} 

.catalog-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    }
    
.presscenter__list {
    display: grid;
    margin: 0!important;
    padding: 0!important;
    grid-template-columns: 1fr;
    }
}  

@media screen and (max-width: 415px) {
 .contacts-block__items {
        display: grid;
        grid-template-columns: 1fr;
    }
 .catalog-products {
    display: grid;
    grid-template-columns: 1fr;
    }
    
 .presscenter__list {
    display: grid;
    margin: 0!important;
    padding: 0!important;
    grid-template-columns: 1fr;
    }

}

  .edit-content ol li {
    padding-left: 45px;
  }

  .mail-block__form .form__field {
    width: 57.89474%;
  }

  .mail-block__form .form__submit {
    width: 42.10526%;
  }

  .catalog-products__item {
    /*width: calc(100% / 2 - 30px);*/
  }

  .dist-block__form .form__field {
    width: 57.89474%;
  }

  .dist-block__form .form__submit {
    width: 42.10526%;
  }

  .personal-certificates__item {
    width: calc(100% / 3 - 30px);
  }
}

@media screen and (min-width: 641px) {
  .section-h1,
  h1 {
    font-size: 40px;
  }

  .section-h2,
  h2 {
    font-size: 34px;
  }

  .section-h3,
  h3 {
    font-size: 30px;
  }

  .section-h4,
  h4 {
    font-size: 24px;
  }

  .popup-catalog__list-item {
    width: calc(100% / 2 - 30px);
  }

  .popup-catalog__brands-item {
    width: calc(100% / 3 - 30px);
  }

  .popup-city__btns .btn {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    min-width: 0;
  }

  .popup-cities__list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .header__search {
    position: relative;
  }

  .header__search-form {
    left: auto;
    width: 305px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
  }

  .header__feedback {
    display: block;
    margin-left: auto;
    margin-right: 24px;
  }

  .header__feedback .btn {
    height: 40px;
    padding: 13px;
    font-size: 12px;
    line-height: 116.66667%;
    background: rgba(8, 123, 168, 0.6);
    letter-spacing: initial;
  }

  .header__feedback .btn:hover {
    background: var(--color-accent);
  }

  .header__burger {
    margin-left: 0;
  }

  .footer-top {
    padding: 60px 0 45px;
  }

  .footer__nav {
    margin-bottom: 32px;
  }

  .footer__nav-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }

  .detail-page__form {
    padding: 40px;
  }

  .detail-page__form .form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 0;
  }

  .detail-page__form .form__field {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }

  .detail-page__form .form__field.fullwidth {
    width: calc(100% - 20px);
  }

  .detail-page__form .form__field:last-child {
    margin-bottom: 20px;
  }

  .aboutpage-info__item {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .aboutpage-partners__item {
    width: calc(100% / 3 - 24px);
  }

  .articles-block {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .articles-block__items {
    margin: -16px -8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .articles-block__item {
    margin: 16px 8px;
  }

  .contacts-block__item {
    width: calc(100% / 2 - 30px);
  }

  .requisites-block__item {
    padding: 26px 35px 30px 98px;
    position: relative;
  }

  .requisites-block__item-icon {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .page-banner__subtitle {
    font-size: 18px;
  }

  .homepage-banner__title {
    margin-top: auto;
  }

  .homepage-materials {
    padding: 60px 0;
  }

  .homepage-materials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homepage-materials__item-image {
    padding-top: 0;
    min-height: 220px;
    max-width: 280px;
    margin-right: 24px;
  }

  .homepage-products__item {
    width: calc(100% / 2 - 16px);
  }

  .homepage-products__all {
    padding-top: 36px;
  }

  .homepage-products__all .btn {
    max-width: 220px;
  }

  .logistic-block__number {
    width: calc(50% - 40px);
    margin: 20px;
  }

  .materials-block {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .advantages-block__item {
    width: calc(100% / 2 - 16px);
  }

  .order-block__item {
    width: calc(100% / 2 - 30px);
  }

  .provider-request__content {
    padding: 40px 40px 40px 156px;
    position: relative;
  }

  .provider-request__icon {
    position: absolute;
    top: 40px;
    left: 60px;
  }

  .provider-contact__content {
    padding: 40px 40px 40px 156px;
    position: relative;
  }

  .provider-contact__image {
    position: absolute;
    top: 40px;
    left: 60px;
  }

  .result-block__item-images {
    width: 39.52%;
    margin-right: auto;
  }

  .result-block__item-content {
    width: 60%;
  }

  .vacancies-block__item-more {
    margin-right: auto;
    margin-bottom: 0;
  }

  .vacancies-block__item-respond {
    width: auto;
    max-width: calc(100% - 200px);
  }
}

@media screen and (min-width: 831px) {
  .section-h1,
  h1 {
    font-size: 42px;
  }

  .section-h2,
  h2 {
    font-size: 38px;
  }

  .section-h3,
  h3 {
    font-size: 32px;
  }

  .section-h4,
  h4 {
    font-size: 26px;
  }

  .section-h5,
  h5 {
    font-size: 20px;
  }

  .popup__content {
    padding: 20px;
  }

  .popup__close {
    top: 60px;
    right: 60px;
  }

  .popup-catalog__brands-item {
    width: calc(100% / 4 - 30px);
  }

  .edit-content a,
  .edit-content p,
  .edit-content strong {
    font-size: 18px;
  }

  .header__links {
    margin-right: 24px;
  }

  .header__links-link:not(:last-child) {
    margin-right: 4px;
  }

  .header__links-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__lang-icon {
    width: 20px;
    height: 20px;
  }

  .header__lang-choose .select__styled span {
    color: #fff;
  }

  .header__lang-choose .select__styled_active {
    opacity: 0;
  }

  .header__lang-choose .select__options li,
  .header__lang-choose .select__styled,
  .header__lang-choose select {
    background: 0 0;
    padding: 6px;
    border: none;
    height: auto;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
  }

  .header__lang-choose .select__options li::after,
  .header__lang-choose .select__styled::after,
  .header__lang-choose select::after {
    display: none;
  }

  .header__lang-choose .select__options {
    top: 0;
    background: 0 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__lang-choose .select__options li.active,
  .header__lang-choose .select__options li:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .footer__nav-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }

  .footer__nav-item {
    overflow: hidden;
  }

  .footer__nav-submenu {
    display: block;
  }

  .footer__nav-toggle {
    display: none;
  }

  .footer__nav-item.has-submenu > .footer__nav-link {
    padding-right: 0;
  }

  .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__copy {
    margin-bottom: 0;
  }

  .gallery-block .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-block__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 254px);
    margin-right: auto;
    margin-bottom: 0;
  }

  .gallery-block__arrows {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    width: auto;
  }

  .gallery-block__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .gallery-block .splide__track {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 48px;
    width: 100%;
  }

  .trust-block {
    padding: 100px 0;
  }

  .trust-block .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trust-block__filter {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .trust-block__arrows {
    width: auto;
  }

  .trust-block__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .trust-block .splide__track {
    padding-top: 48px;
    width: 100%;
  }

  .aboutpage-info {
    padding: 90px 0;
  }

  .aboutpage-company__progress-dot::before {
    display: block;
  }

  .aboutpage-company__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .aboutpage-company__slide-image {
    max-width: 685px;
    width: 48.92857%;
    margin-bottom: 0;
  }

  .aboutpage-company__slide-text {
    max-width: 620px;
    width: 44.28571%;
    margin-right: auto;
    padding-bottom: 64px;
  }

  .aboutpage-company__arrows {
    width: 44.28571%;
    margin-right: auto;
    margin-top: -54px;
    position: relative;
    z-index: 1;
  }

  .aboutpage-company__arrows .splide__arrow--next,
  .aboutpage-staff .aboutpage-staff__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .aboutpage-dealers__caption {
    margin-bottom: 48px;
  }

  .aboutpage-dealers__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aboutpage-dealers__items {
    width: 43.14286%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .aboutpage-dealers__image {
    margin-top: -48px;
    margin-left: -109px;
    width: 59.35714%;
  }

  .aboutpage-quality__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aboutpage-quality__item {
    width: calc(100% / 3 - 48px);
  }

  .aboutpage-quality__item:nth-child(2n)::after {
    display: block;
  }

  .aboutpage-quality__item:nth-child(3n)::after {
    display: none;
  }

  .aboutpage-partners__items {
    margin: -24px -24px 0;
  }

  .aboutpage-partners__item {
    width: calc(100% / 4 - 48px);
    margin: 24px;
  }

  .aboutpage-partners__title {
    margin-bottom: 64px;
  }

  .articles-more .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .articles-more__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 254px);
    margin-right: auto;
    margin-bottom: 0;
  }

  .articles-more__arrows {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    width: auto;
  }

  .articles-more__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .articles-more .splide__track {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 48px;
    width: 100%;
  }

  .materials-more .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .materials-more__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 254px);
    margin-right: auto;
    margin-bottom: 0;
  }

  .materials-more__arrows {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    width: auto;
  }

  .materials-more__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .materials-more .splide__track {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 48px;
    width: 100%;
  }

  .activities-block {
    padding: 100px 0 40px;
  }

  .activities-block__items {
    margin: -30px;
  }

  .activities-block__item {
    width: calc(100% / 2 - 60px);
    margin: 30px;
  }

  .certificates-block .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .certificates-block__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: calc(100% - 254px);
    margin-right: auto;
    margin-bottom: 0;
  }

  .certificates-block__arrows {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    width: auto;
  }

  .certificates-block__arrows .splide__arrow--next {
    max-width: 160px;
  }

  .certificates-block .splide__track {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 48px;
    width: 100%;
  }

  .catalog-products__item {
    /*width: calc(100% / 3 - 30px);*/
  }

  .catalog-detail__advantages,
  .catalog-detail__docs {
    margin: -24px -24px 0;
  }

  .catalog-detail__advantage,
  .catalog-detail__doc {
   /* width: calc(100% / 2 - 48px);*/
    margin: 24px;
  }

  .contacts-block__info {
    width: 45%;
    margin-right: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .contacts-block__map {
    width: calc(55% - 40px);
    padding-top: 560px;
  }

  .contacts-block
    .contacts-block__info-item.address
    .contacts-block__info-value,
  .contacts-block .contacts-block__info-value a {
    font-size: 20px;
  }

  .distribute-block {
    padding: 0 0 80px;
  }

  .distribute-block__caption {
    font-size: 20px;
  }

  .history-block__caption {
    font-size: 18px;
  }

  .history-block__years-item {
    min-height: 92px;
  }

  .history-block__years-item.is-active {
    font-size: 80px;
    color: var(--color-accent);
  }

  .history-block__slide-desc {
    font-size: 18px;
    width: 44.28571%;
    max-width: 620px;
    margin-right: auto;
    padding-top: 74px;
  }

  .history-block__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history-block__slide-image {
    width: 48.92857%;
    max-width: 685px;
  }

  .history-block__arrows {
    margin-bottom: -54px;
    position: relative;
    z-index: 1;
    width: 44.28571%;
    max-width: 620px;
    margin-right: auto;
  }

  .homepage-advantages {
    padding: 60px 0;
  }

  .homepage-advantages__title {
    margin-bottom: 48px;
  }

  .homepage-advantages__items {
    margin: -24px -24px 0;
  }

  .homepage-advantages__item {
    width: calc(100% / 2 - 48px);
    margin: 24px;
  }

  .homepage-brands {
    overflow: visible;
  }

  .homepage-brands__title {
    margin-bottom: 48px;
  }

  .homepage-brands__items {
    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;
  }

  .homepage-brands__items .splide__track {
    max-width: 100%;
    overflow: hidden;
  }

  .homepage-brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .homepage-brands__item-image {
    width: 48.92857%;
    max-width: 685px;
    margin-right: auto;
    margin-bottom: 0;
  }

  .homepage-brands__item-content {
    width: 44.28571%;
    max-width: 620px;
  }

  .homepage-brands__pagination {
    width: 48.92857%;
    max-width: 685px;
  }

  .homepage-brands__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage-brands__pagination .splide__pagination__page {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 10px;
    border-radius: 50%;
    border: none;
    background: var(--color-accent);
    position: relative;
  }

  .homepage-brands__pagination .splide__pagination__page.is-active {
    background: 0 0;
  }

  .homepage-brands__pagination .splide__pagination__page.is-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 2px solid rgba(8, 123, 168, 0.2);
    border-radius: 50%;
    -webkit-animation: 5s loadingrotatee;
    animation: 5s loadingrotatee;
    background: 0 0;
  }

  .homepage-brands__arrows {
    width: 44.28571%;
    max-width: 620px;
    margin-left: auto;
  }

  .homepage-brands__arrow.splide__arrow--next {
    max-width: 160px;
  }

  .homepage-materials__all {
    padding-top: 40px;
  }

  .homepage-materials__all .btn {
    width: auto;
    min-width: 220px;
  }

  .homepage-materials__title {
    margin-bottom: 48px;
  }

  .homepage-partnership__item-name {
    font-size: 24px;
  }

  .homepage-partnership {
    padding: 60px 0;
  }

  .homepage-partnership__title {
    margin-bottom: 48px;
  }

  .homepage-partnership__items {
    margin: -24px -24px 0;
  }

  .homepage-partnership__item {
    width: calc(100% / 2 - 48px);
    margin: 24px;
    padding: 30px 84px 30px 30px;
  }

  .homepage-partnership__item-arrow {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 30px;
    bottom: 30px;
  }

  .homepage-press__all {
    padding-top: 40px;
  }

  .homepage-press__all .btn {
    width: auto;
    min-width: 220px;
  }

  .homepage-press {
    overflow: visible;
  }

  .homepage-press__title {
    margin-bottom: 48px;
  }

  .homepage-press__items .splide__track {
    max-width: 100%;
    overflow: hidden;
  }

  .homepage-products__title {
    margin-bottom: 48px;
  }

  .homepage-products__item {
    width: calc(100% / 3 - 16px);
  }

  .personal-info__data-col {
    width: calc(100% / 2 - 20px);
    margin: 0;
  }

  .personal-certificates__item {
    width: calc(100% / 4 - 30px);
  }

  .personal-docs__item {
    width: calc(100% / 2 - 30px);
  }

  .coop-block__caption {
    font-size: 18px;
  }

  .advantages-block__item {
    width: calc(100% / 3 - 16px);
  }

  .advantages-block__item-content {
    padding: 25px 40px;
  }

  .vacancies-block__item-name,
  .vacancies-block__item-price {
    font-size: 22px;
  }

  .vacancies-block__item-name {
    /*width: 60%;*/
  }

  .vacancies-block__item-price {
    width: 40%;
    text-align: right;
  }

  .not-found__desc {
    font-size: 20px;
  }

  .not-found__caption {
    font-size: 18px;
  }

  .not-found .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .not-found__text {
    width: 48.14286%;
    max-width: none;
    margin-right: auto;
  }

  .not-found__image {
    width: 41.64286%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-banner__subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .section-h1,
  h1 {
    font-size: 46px;
  }

  .section-h2,
  h2 {
    font-size: 42px;
  }

  .section-h3,
  h3 {
    font-size: 34px;
  }

  .section-h4,
  h4 {
    font-size: 28px;
  }

  .section-h5,
  h5 {
    font-size: 22px;
  }

  .popup-catalog__brands-item {
    width: calc(100% / 5 - 30px);
  }

  .edit-content strong {
    font-size: 20px;
  }

  .pagination-more {
    margin-right: auto;
    margin-bottom: 0;
  }

  .pagination-pages {
    width: auto;
    max-width: calc(100% - 224px);
  }

  .mail-block .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .mail-block__text {
    width: 40.71429%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .mail-block__caption {
    font-size: 22px;
    margin-bottom: 0;
  }

  .mail-block__form {
    width: 52.14286%;
  }

  .quest-block .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .quest-block__text {
    margin-bottom: 0;
  }

  .trust-block__title {
    margin-bottom: 48px;
  }

  .trust-block__filter {
    overflow-x: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .aboutpage-info__items {
    margin-bottom: 50px;
  }

  .aboutpage-info__item-caption {
    font-size: 18px;
  }

  .aboutpage-info__item-value {
    font-size: 30px;
  }

  .aboutpage-info__item-value strong {
    font-size: 40px;
  }

  .aboutpage-info__item-value strong:first-child {
    font-size: 60px;
  }

  .aboutpage-info__text {
    font-size: 18px;
  }

  .aboutpage-company {
    padding: 100px 0;
  }

  .aboutpage-company__progress-dot::before {
    font-size: 13px;
  }

  .aboutpage-company__title {
    margin-bottom: 60px;
  }

  .aboutpage-company__steps {
    display: block;
    margin: 0 0 55px;
  }

  .aboutpage-company__step {
    font-weight: 700;
    font-size: 14px;
    line-height: 157.14286%;
    color: var(--color-accent);
    position: relative;
    text-align: center;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .aboutpage-company__step.is-active .aboutpage-company__step-dot {
    background: var(--color-accent);
    position: relative;
  }

  .aboutpage-company__step.is-active .aboutpage-company__step-dot::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid var(--color-accent);
  }

  .aboutpage-company__step.is-active
    ~ .aboutpage-company__step
    .aboutpage-company__step-dot {
    background: #deeaef;
  }

  .aboutpage-company__step.is-active ~ .aboutpage-company__step::before {
    background: #deeaef;
  }

  .aboutpage-company__step:first-child {
    text-align: left;
  }

  .aboutpage-company__step:first-child .aboutpage-company__step-dot {
    margin-left: 0;
  }

  .aboutpage-company__step:last-child {
    text-align: right;
  }

  .aboutpage-company__step:last-child .aboutpage-company__step-dot {
    margin-right: 0;
  }

  .aboutpage-company__step-dot {
    width: 17px;
    height: 17px;
    background: var(--color-accent);
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative;
    z-index: 1;
  }

  .aboutpage-company__step::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color-accent);
  }

  .aboutpage-company__slide-text {
    font-size: 18px;
    line-height: 160%;
  }

  .aboutpage-staff {
    padding: 100px 0;
  }

  .aboutpage-staff__ceo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .aboutpage-staff__ceo-image {
    max-width: 685px;
    width: 48.92857%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .aboutpage-staff__ceo-text {
    max-width: 620px;
    width: 44.28571%;
  }

  .aboutpage-staff__ceo-quote {
    font-size: 18px;
  }

  .aboutpage-staff__ceo-name {
    font-size: 18px;
    line-height: 160%;
  }

  .aboutpage-staff__ceo-name strong {
    font-size: 20px;
  }

  .aboutpage-staff__slide-name {
    font-size: 18px;
  }

  .aboutpage-dealers {
    padding: 100px 0;
  }

  .aboutpage-dealers__item,
  .aboutpage-dealers__title {
    margin-bottom: 40px;
  }

  .aboutpage-dealers__item:last-child {
    margin-bottom: 0;
  }

  .aboutpage-quality {
    padding: 100px 0;
  }

  .articles-block__item {
    /*width: calc(100% / 3 - 16px)*/
  }
  
  .article-block__item {
    width: calc(100% / 3 - 16px);
    margin: 10px;
  }

  .articles-detail {
    padding: 0 0 90px;
  }

  .activities-block {
    padding: 120px 0 50px;
  }

  .activities-block__item {
    width: calc(100% / 3 - 60px);
  }

  .realization-block {
    padding: 30px 0 100px;
  }

  .realization-block__title {
    margin-bottom: 48px;
  }

  .realization-block__items {
    margin: -20px;
  }

  .realization-block__item {
    width: calc(100% / 2 - 40px);
    margin: 20px;
  }

  .ceo-block {
    padding: 100px 0 50px;
  }

  .ceo-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ceo-block__image {
    width: 100%;
    margin-bottom: 0;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ceo-block__text {
    max-width: 1004px;
    width: calc(100% - 390px);
  }

  .ceo-block__text-quote {
    font-size: 18px;
  }

  .ceo-block__text-name {
    font-size: 18px;
    line-height: 160%;
  }

  .ceo-block__text-name strong {
    font-size: 20px;
  }

  .catalog,
  .catalog-detail {
    padding: 0 0 100px;
  }

  .catalog-detail__product {
    width: 31.92857%;
    margin-right: auto;
    /*margin-left: 0;*/
    margin-bottom: 0;
  }

  .catalog-detail__info {
    width: 50%;
    margin-bottom: 0;
  }

  .catalog-detail__toggles {
    margin-top: 30px;
  }

  .catalog-detail__markets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px 0px 0;
  }

  .catalog-detail__market {
    margin: 8px 40px;
  }

  .contacts-block {
    padding: 0 0 80px;
  }

  .contacts-block__title {
    margin-bottom: 48px;
  }

  .contacts-block__info {
    padding: 40px;
  }

  .contacts-block__item {
    padding: 40px 40px 40px 124px;
    position: relative;
    margin: 15px;
  }

  .contacts-block__item-image {
    position: absolute;
    top: 40px;
    left: 40px;
  }

  .contacts-block .contacts-block__item-name {
    font-size: 20px;
  }

  .contacts-block .contacts-block__item-caption,
  .contacts-block .contacts-block__item-email,
  .contacts-block .contacts-block__item-phone {
    font-size: 18px;
  }

  .requisites-block {
    padding: 0 0 100px;
  }

  .requisites-block__title {
    margin-bottom: 48px;
  }

  .requisites-block__item {
    width: calc(100% / 2 - 30px);
  }

  .requisites-block__item-title {
    font-size: 20px;
  }

  .distribute-block__title {
    margin-bottom: 38px;
  }

  .distribute-block__caption {
    font-size: 22px;
  }

  .distribute-map {
    padding: 0 0 100px;
  }

  .dist-block .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dist-block__text {
    width: 40.71429%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .dist-block__caption {
    font-size: 22px;
    margin-bottom: 0;
  }

  .dist-block__form {
    width: 52.14286%;
  }

  .history-block {
    padding: 0 0 120px;
    overflow: initial;
  }

  .history-block__caption {
    font-size: 20px;
  }

  .history-block__years .splide__track {
    overflow: hidden;
  }

  .history-block__years-item {
    min-height: 116px;
  }

  .history-block__years-item.is-active {
    font-size: 100px;
  }

  .history-block__slide-desc {
    font-size: 20px;
  }

  .homepage-materials__item {
    /*width: calc(100% / 3 - 24px);*/
  }

  .homepage-partnership__item-name {
    font-size: 28px;
  }

  .logistic-block .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logistic-block__text {
    width: 65.71429%;
    margin-right: auto;
    font-size: 18px;
  }

  .logistic-block__numbers {
    width: 30%;
    padding-left: 30px;
    border-left: 1px solid #deeaef;
    margin: 0;
  }

  .logistic-block__number {
    width: 100%;
    margin: 0 0 40px;
  }

  .logistic-block__number:last-child {
    margin-bottom: 0;
  }

  .logistic-block {
    padding: 100px 0;
  }

  .logistic-block__text {
    margin-bottom: 0;
  }

  .personal-block {
    padding: 0 0 120px;
  }

  .coop-block__caption {
    font-size: 20px;
  }

  .advantages-block {
    padding: 33px 0 60px;
  }

  .advantages-block__title {
    margin-bottom: 48px;
  }

  .order-block {
    padding: 33px 0 120px;
  }

  .order-block__item {
    width: calc(100% / 4 - 30px);
  }

  .provider-block {
    padding: 80px 0 120px;
  }

  .provider-steps__slide {
    font-size: 18px;
  }

  .provider-steps {
    padding: 0 0 50px;
  }

  .provider-request {
    padding: 50px 0;
  }

  .result-block,
  .textpage-block {
    padding: 0 0 100px;
  }

  .textpage-block__title {
    margin-bottom: 48px;
  }

  .not-found {
    padding: 0 0 120px;
  }
}

@media screen and (min-width: 1152px) {
  .certificates-block,
  .gallery-block,
  .trust-block {
    padding: 120px 0;
  }

  .distribute-block {
    padding: 0 0 80px;
  }
}

@media screen and (min-width: 820px) {
  .popup-catalog__brands-item {
    width: calc(100% / 6 - 30px);
  }

  .edit-content strong {
    font-size: 22px;
  }

  .footer-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__nav {
    margin-right: 28px;
    margin-bottom: 0;
  }

  .footer .footer__contacts-item {
    margin: 14px 0;
  }

  .detail-page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail-page__content {
    width: 65.21429%;
    margin-right: auto;
  }

  .detail-page__sidebar {
    width: 31.92857%;
  }

  .detail-page__form .form__field {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .detail-page__form .form__submit .btn {
    width: 100%;
  }

  .aboutpage-company__progress-dot::before {
    font-size: 14px;
    min-width: 140px;
  }

  .aboutpage-company__slide-text {
    font-size: 22px;
    line-height: 160%;
  }

  .aboutpage-dealers__caption,
  .aboutpage-quality__caption {
    font-size: 20px;
    line-height: 155%;
  }

  .aboutpage-quality__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .aboutpage-quality__item {
    width: calc(100% / 5 - 48px);
  }

  .aboutpage-quality__item:nth-child(2n)::after,
  .aboutpage-quality__item:nth-child(3n)::after {
    display: block;
  }

  .aboutpage-quality__item:nth-child(5n)::after {
    display: none;
  }

  .aboutpage-partners {
    padding: 0 0 120px;
  }

  .aboutpage-partners__item {
    width: calc(100% / 6 - 48px);
  }

  .articles-block {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .articles-block__items {
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .articles-block__item {
    border-bottom: 1px solid #cee5ee;
    padding-bottom: 30px;
  }

  .articles-block__item.no-border {
    border-bottom: 1px solid transparent;
  }

  .articles-more {
    padding-top: 0;
  }

  .articles-more .articles-more__item {
    display: block;
  }

  .materials-more {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .codex-block {
    padding-bottom: 120px;
  }

  .products-block {
    padding-top: 0;
    padding-bottom: 90px;
  }

  .catalog {
    padding: 0 0 120px;
  }

  .catalog-title {
    margin-bottom: 48px;
  }

  .catalog-categories__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .catalog-categories {
    width: 23.42857%;
    margin-right: auto;
  }

  .catalog-products {
    /*width: 74.35714%;*/
  }

  .catalog-detail {
    padding: 0 0 120px;
  }

  .catalog-detail__advantages,
  .catalog-detail__docs {
    margin: -24px -24px 0;
  }

  .catalog-detail__advantage,
  .catalog-detail__doc {
   /* width: calc(100% / 3 - 48px);*/
    margin: 24px;
  }

  .contacts-block__info {
    width: 31.92857%;
  }

  .contacts-block__map {
    width: 65.21429%;
  }

  .contacts-block .contacts-block__item-name {
    font-size: 22px;
  }

  .contacts-block .contacts-block__item-caption,
  .contacts-block .contacts-block__item-email,
  .contacts-block .contacts-block__item-phone {
    font-size: 20px;
  }

  .requisites-block {
    padding: 0 0 100px;
  }

  .page-banner__subtitle {
    font-size: 22px;
  }

  .distribute-map {
    padding: 0 0 120px;
  }

  .distribute-map__list {
    width: 31.92857%;
    margin-right: auto;
    margin-bottom: 0;
    min-height: 730px;
  }

  .distribute-map__container {
    width: 65.21429%;
  }

  .distribute-map__container-wrap {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }

  .history-block__caption {
    font-size: 22px;
  }

  .history-block__years-item {
    min-height: 162px;
  }

  .history-block__years-item.is-active {
    font-size: 140px;
  }

  .history-block__slide-desc {
    font-size: 22px;
  }

  .homepage-advantages {
    padding: 100px 0;
  }

  .homepage-advantages__items {
    margin: -32px -24px 0;
  }

  .homepage-advantages__item {
    width: calc(100% / 2 - 64px);
    margin: 32px 24px;
  }

  .homepage-advantages__item-icon {
    width: 86px;
    height: 86px;
    margin-right: 24px;
  }

  .homepage-advantages__item-name {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .homepage-banner__content {
    min-height: 940px;
  }

  .homepage-banner__content .container {
    padding-right: 320px;
  }

  .homepage-banner__content .homepage-banner__feedback {
    display: none;
  }

  .homepage-banner__contains {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(8, 123, 168, 0.6);
    padding: 100px 24px 102px;
    width: 320px;
  }

  .homepage-banner__contains-item {
    padding-left: 26px;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
  }

  .homepage-banner__contains-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
  }

  .homepage-banner__contains-item.is-active::after {
    left: 0;
    width: 12px;
    min-width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-animation: 5s loadingrotate;
    animation: 5s loadingrotate;
    background: 0 0;
  }

  .homepage-banner__contains .homepage-banner__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -51px;
  }

  .homepage-banner__contains .homepage-banner__feedback-item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .homepage-banner__contains .homepage-banner__feedback-item:last-child {
    margin-bottom: 0;
  }

  .homepage-banner .homepage-banner__actions {
    margin-top: 48px;
  }

  .homepage-banner .homepage-banner__action.watch {
    width: 70px;
    height: 70px;
  }

  .homepage-banner .homepage-banner__action.watch svg {
    width: 48px;
    height: 48px;
  }

  .homepage-brands {
    padding: 60px 0 120px;
  }

  .homepage-brands__item-logo {
    max-width: 291px;
    margin-bottom: 60px;
  }

  .homepage-materials {
    padding: 100px 0;
  }

  .homepage-partnership {
    padding: 100px 0;
  }

  .homepage-partnership__items {
    margin: -32px -24px 0;
  }

  .homepage-partnership__item {
    width: calc(100% / 2 - 64px);
    margin: 32px 24px;
  }

  .homepage-partnership__item-icon {
    width: 64px;
    height: 64px;
    margin-right: 40px;
  }

  .homepage-partnership__item-name {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .homepage-press__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
  }

  .homepage-press__item-name {
    margin-bottom: 18px;
  }

  .homepage-press__item-desc {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 175%;
    color: #01192b;
  }

  .homepage-products {
    padding: 40px 0 60px;
  }

  .homepage-products__items {
    margin: -24px -24px 0;
  }

  .homepage-products__item {
    width: calc(100% / 3 - 48px);
    margin: 24px;
  }

  .homepage-products__item-name {
    font-size: 24px;
  }

  .logistic-block {
    padding: 120px 0;
  }

  .logistic-block .logistic-block__number-value {
    font-size: 30px;
  }

  .logistic-block .logistic-block__number-value strong {
    font-size: 40px;
  }

  .logistic-block .logistic-block__number-value strong span {
    font-size: 60px;
  }

  .materials-block {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .advantages-block__items {
    margin: -24px -24px 0;
  }

  .advantages-block__item {
    width: calc(100% / 3 - 48px);
    margin: 24px;
  }

  .advantages-block__item-name {
    font-size: 24px;
  }

  .provider-block__content {
    width: 59.57143%;
    float: left;
  }

  .provider-block__sidebar {
    width: 36.14286%;
    float: right;
    margin-top: 80px;
  }

  .result-block__item {
    width: calc(100% / 2 - 30px);
  }

  .result-block__item-content {
    width: 56.64%;
  }

  .result-block {
    padding: 0 0 120px;
  }

  .vacancies-block__item-name,
  .vacancies-block__item-price {
    font-size: 24px;
  }

  .not-found__desc {
    font-size: 22px;
  }
}

@media screen and (min-width: 1281px) {
  html {
    scroll-padding-top: 103px;
  }

  .section-h1,
  h1 {
    font-size: 50px;
  }

  .section-h2,
  h2 {
    font-size: 44px;
  }

  .section-h3,
  h3 {
    font-size: 36px;
  }

  .section-h4,
  h4 {
    font-size: 30px;
  }

  .popup-catalog__brands-item {
    width: calc(100% / 7 - 30px);
  }

  .mail-block__text {
    width: 52.14286%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .mail-block__form {
    width: 40.71429%;
  }

  .aboutpage-staff__ceo-quote,
  .aboutpage-staff__slide-name {
    font-size: 20px;
  }

  .realization-block__items {
    margin: -40px;
  }

  .realization-block__item {
    width: calc(100% / 2 - 80px);
    margin: 40px;
  }

  .ceo-block__text {
    position: relative;
  }

  .ceo-block__text-icon {
    position: absolute;
    top: 0;
    left: 0;
  }

  .catalog-detail__advantages .catalog-detail__docs {
    margin: -16px -44px 0;
    width: calc(100% + 88px);
  }

  .catalog-detail__advantage,
  .catalog-detail__doc {
    /*width: calc(100% / 3 - 88px);*/
    margin: 16px 44px;
  }

  .dist-block__text {
    width: 52.14286%;
    margin-right: auto;
    margin-bottom: 0;
  }

  .dist-block__form {
    width: 40.71429%;
  }

  .homepage-brands__item-desc {
    font-size: 20px;
  }

  .personal-block__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .personal-block__sidebar {
    width: 27.14286%;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }

  .personal-block__content {
    width: 65.92857%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .coop-block__caption {
    font-size: 22px;
  }
}

@media screen and (min-width: 1366px) {
  body {
    padding-top: 103px;
  }

  .mobilemenu {
    display: none;
  }

  .header {
    height: 103px;
  }

  .header__burger {
    display: none;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }

  .header__nav-item.has-submenu {
    position: relative;
  }

  .header__nav-item.has-submenu:hover > .header__nav-link {
    opacity: 0.5;
  }

  .header__nav-item.has-submenu > .header__nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__nav-item.has-submenu > .header__nav-link::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/images/svg/ic-arrow-down.svg);
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-left: 5px;
  }

  .header__nav-item.has-submenu:hover > .header__nav-link::after {
    opacity: 0.5;
  }

  .header__nav-item.has-submenu:hover .header__nav-submenu {
    opacity: 1;
    pointer-events: all;
  }

  .header__nav-link {
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    padding: 10px;
    display: block;
  }

  .header__nav-submenu {
    position: absolute;
    top: 100%;
    left: -20px;
    opacity: 0;
    pointer-events: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 10px 0;
    background: var(--color-accent-hover);
    border-radius: 4px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .header__nav-submenu .header__nav-link {
    padding: 10px 30px;
    display: block;
  }

  .header__nav-submenu .header__nav-link:hover {
    background: var(--color-accent);
  }

  .header__feedback {
    margin-left: 0;
  }

  .floating__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 24px;
    right: 60px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    pointer-events: none;
  }

  .floating__menu.is-white .floating__menu-caption {
    color: #fff;
  }

  .floating__menu.is-active {
    opacity: 1;
    pointer-events: all;
  }

  .floating__menu-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .floating__menu-caption {
    font-weight: 700;
    font-size: 14px;
    line-height: 114.28571%;
    color: var(--color-text-primary);
    margin-left: 10px;
  }

  .floating__menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }

  .floating__menu-item:hover .floating__menu-icon svg [fill="#087BA8"] {
    fill: var(--color-accent-hover);
  }

  .articles-detail__date {
    margin-bottom: -26px;
  }

  .homepage-banner {
    margin-top: -103px;
  }

  .homepage-banner__content {
    padding-top: 132px;
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 1441px) {
  .section-h5,
  h5 {
    font-size: 24px;
  }

  .header__logo {
    max-width: 210px;
  }

  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__logo img {
    filter: invert(1) grayscale(1) brightness(3);
  }

  .homepage-banner__content .container {
    padding-right: 475px;
  }

  .homepage-banner__contains {
    padding: 100px 24px 102px;
    width: 475px;
  }

  .homepage-banner__contains-item {
    padding-left: 26px;
    position: relative;
    font-weight: 700;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    opacity: 0.8;
  }

  .homepage-banner__contains-item.is-active {
    opacity: 1;
  }
}

@media screen and (max-width: 1365px) {
  body.page.is-mobile {
    overflow: hidden;
  }

  body.page.is-mobile::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    -webkit-animation: 0.3s opacity;
    animation: 0.3s opacity;
  }
}

@media screen and (max-width: 640px) {
  .table_responsive thead {
    display: none;
  }

  .table_responsive tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table_responsive tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 0 10px;
    padding: 5px 15px;
    border: 1px solid #b5b5b5;
  }

  .table_responsive tr td {
    display: block;
    padding: 10px 0 !important;
    border: none !important;
  }

  .table_responsive tr td::before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
  }
}
