html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: none;
  text-decoration: none;
}
img {
  border: 0;

  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;

  padding: 0;
  white-space: normal;
  margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;

  margin: 0;

  vertical-align: baseline;

  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
*/input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;

  padding: 0;

  height: 13px;

  width: 13px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;

  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  background: #fff;
}

body._lock {
  overflow: hidden;
}

body .title-h2 {
  font-size: 27px;
  line-height: 126%;
  color: #333333;
} /* Blocks */
.metalurg .container {
  max-width: 1170px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.container-content {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background: #ffffff;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  width: 218px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1155CC;
  padding: 0;
}

.item-block {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}

.item-block__title {
  font-size: 19px;
  line-height: 126%;
  margin-bottom: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.discount {
  background: #d9534f;
  padding-top: 69.32px;
  width: 337px;
  height: 337px;
  border-radius: 50%;
}

.discount__title {
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
  line-height: 72px;
  color: #ffffff;
  margin-left: 36.35px;
}

.discount__value {
  display: block;
  font-style: italic;
  font-weight: 900;
  font-size: 109.594px;
  line-height: 85%;
  color: #ffffff;
  margin-left: 19px;
  margin-bottom: 9px;
}

.discount__description {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  max-width: 55%;
  margin-left: 76px;
}

.preview-order {
  background: #1155CC;
  padding-top: 16px;
  padding-bottom: 16px;
}

.preview-order__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-order__description {
  font-size: 27px;
  line-height: 126%;
  color: #ffffff;
  margin-right: 15px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.3);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 2000;
  cursor: pointer;
}

.popup.open {
  display: flex;
}

.popup__content {
  background: #ffffff;
  border-radius: 10px;
  max-width: 555px;
  width: 100%;
  padding: 24px;
  cursor: default;
}

.popup__header {
  display: none;
}

.popup__header-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #ffffff;
}

.popup__heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}

.popup__wrap-title {
  position: relative;
}

.popup__title {
  font-size: 19px;
  line-height: 126%;
  color: #333333;
  max-width: 80%;
}

.popup__close {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 3px;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

.popup__close:hover {
  transform: scale(1.4);
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  position: absolute;
  content: ' ';
  z-index: 101;
  left: 0;
  width: 100%;
  height: 1.5px;
  transition: all 0.3s ease 0s;
  background: #1155CC;
  border-radius: 50px;
}

.popup__close::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -25%);
}

.popup__close::after {
  bottom: 0;
  width: 100%;
  top: 50%;
  transform: rotate(45deg) translate(0px, -25%);
}

.popup__form-description {
  font-size: 14px;
  line-height: 129%;
  color: #333333;
  margin-bottom: 15px;
}

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

.popup__wrap-input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.popup__wrap-input:nth-child(1),
.popup__wrap-input:nth-child(2) {
  max-width: 248px;
  width: 49%;
}

.popup__label-input {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 14px;
  line-height: 129%;
  display: flex;
  align-items: center;
  color: #757575;
}

.popup__label-input span {
  color: #d9534f;
}

.popup__label-input_textarea {
  top: 12px;
  bottom: auto;
}

.popup__form-input {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  width: 100%;
  font-size: 13px;
  line-height: 138%;
  color: #333333;
  height: 42px;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 12px;
  font-family: 'Jost', sans-serif;
}

.popup__form-input:focus,
.popup__form-input.input_filled {
  border: 1px solid #1155CC;
}

.popup__form-input:focus + label,
.popup__form-input.input_filled + label {
  transform: translateY(-10px);
  font-size: 11px;
  line-height: 127%;
}

.popup textarea.popup__form-input {
  height: 100px;
  resize: none;
  padding-top: 20px;
}

.popup textarea.popup__form-input:focus + label,
.popup textarea.popup__form-input.input_filled + label {
  transform: translateY(-5px);
}

.popup__wrap-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
}

.popup__form-checkbox {
  position: absolute;
  z-index: 10;
  opacity: 0;
  width: 14px;
  height: 14px;
}

.popup__form-checkbox + .popup__wrap-label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
}

.popup__form-checkbox + .popup__wrap-label::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.popup__form-checkbox:checked + .popup__wrap-label::before {
  border-color: #1155CC;
  background: #1155CC url('/css/metalurg/images/icon/tick.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

.popup__form-label {
  font-size: 14px;
  line-height: 129%;
  color: #757575;
  margin-left: 7px;
}

.popup__form-label a {
  color: #1155CC;
  text-decoration: none;
}

.popup__button {
  background: #1155CC;
  border-radius: 4px;
  width: 173px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 138%;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.4;
  pointer-events: none;
  border: none;
}

.popup__button.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}

.promo {
  margin-top: 30px;
  background: url('/css/metalurg/images/bg/promo-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 70px;
  padding-bottom: 69px;
}

.promo__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

h1.promo__title {
  font-weight: 800;
  font-size: 80px;
  line-height: 92%;
  color: #ffffff;
  margin-bottom: 26px;
  margin-top: 76px;
}

.promo__subtitle {
  text-transform: uppercase;
  font-size: 19px;
  line-height: 126%;
  color: #ffffff;
  margin-bottom: 30px;
}

.promo__description {
  font-size: 24px;
  line-height: 117%;
  color: #ffffff;
  margin-bottom: 9px;
}

.promo__small-description {
  font-size: 14px;
  line-height: 129%;
  color: #ffffff;
  margin-bottom: 32px;
}

.promo__discount {
  margin-top: 16px;
  margin-right: 16px;
}

.description {
  background: #ffffff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.description__title {
  margin-bottom: 25px;
}

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

.description__item {
  margin-right: 10px;
  max-width: 342px;
}

.description__item:last-child {
  margin-right: 0;
}

.description__item-img {
  width: 100%;
  border-radius: 9px;
}

.hits {
  background: #ffffff;
  padding-top: 56px;
  margin-bottom: 33px;
  padding-right: 2px;
  position: relative;
  max-height: 100000000;
  transition: 0.5s;
}

.hits__title {
  margin-bottom: 25px;
}

.hits__list {
  list-style-type: decimal;
  list-style-position: inside;
}

.hits__item {
  font-weight: 600;
  font-size: 19px;
  line-height: 126%;
  color: #333;
  margin-bottom: 24px;
}

.hits__item-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 96.8%;
}

.hits__button-all {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #1155CC;
  text-decoration: none;
}

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

.hits__item-block {
  max-width: 258px;
  padding: 16px 15px;
  height: auto;
}

.hits__item-block .item-block__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 126%;
  margin-bottom: 15px;
}

.hits__item-img {
  width: 100%;
  border-radius: 6px;
}

.advantages {
  background: #ffffff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.advantages__title {
  margin-bottom: 30px;
}

.advantages__content {
  max-width: 978px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 73px 115px;
}

.advantages__item {
  text-align: center;
}

.advantages__wrap-img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.advantages__item-description {
  font-size: 22px;
  line-height: 127%;
  color: #333;
}

@media (max-width: 1201px) {
  .container-content {
    padding-left: 15px;
    padding-right: 10px;
  }

  .discount {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    width: 300px;
    height: 300px;
  }

  .discount__title {
    margin-left: 0;
    font-size: 40px;
  }

  .discount__value {
    margin-left: 0;
    font-size: 90px;
  }

  .discount__description {
    margin-left: 0;
    max-width: 80%;
  }

  .promo {
    padding-left: 30px;
    background-size: cover;
  }

  h1.promo__title {
    margin-top: 35px;
    font-size: 76px;
  }

  .promo__description {
    max-width: 80%;
  }

  .promo__discount {
    margin-top: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 1090px) {
  .hits__item-heading {
    width: 93.8%;
  }

  .hits__button-all {
    top: 0;
  }
}

@media (max-width: 1075px) {
  h1.promo__title {
    font-size: 60px;
  }
}

@media (max-width: 951px) {
  .item-block__title {
    font-size: 17px;
  }

  .discount {
    width: 250px;
    height: 250px;
  }

  .discount__title {
    font-size: 30px;
    line-height: 140%;
  }

  .discount__value {
    font-size: 60px;
  }

  .discount__description {
    font-size: 12px;
  }

  .preview-order__description {
    font-size: 22px;
    width: 70%;
  }

  .promo__content {
    max-width: 75%;
  }

  .promo__discount {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .hits__item-block {
    max-width: 100%;
  }

  .advantages__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  body .title-h2 {
    font-size: 24px;
  }

  .discount {
    width: 150px;
    height: 150px;
  }

  .discount__title {
    font-size: 18px;
  }

  .discount__value {
    font-size: 32px;
  }

  .discount__description {
    font-size: 8px;
    max-width: 90%;
    line-height: 120%;
  }

  .promo {
    padding-left: 15px;
  }

  h1.promo__title {
    margin-top: 30px;
    font-size: 48px;
  }

  .promo__subtitle {
    font-size: 16px;
  }

  .promo__description {
    font-size: 18px;
    max-width: 95%;
  }

  .promo__discount {
    top: -8%;
    right: 0px;
    bottom: auto;
  }

  .description {
    padding-top: 25px;
    padding-bottom: 31px;
  }

  .description__item {
    max-width: 100%;
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 650px) {
  .discount {
    width: 100px;
    height: 100px;
  }

  .discount__title {
    font-size: 14px;
  }

  .discount__value {
    font-size: 28px;
    margin-bottom: 3px;
  }

  .discount__description {
    font-size: 5px;
  }

  h1.promo__title {
    font-size: 42px;
  }

  .promo__discount {
    right: 25px;
    top: -25px;
  }
}

@media (max-width: 577px) {
  body .title-h2 {
    font-size: 19px;
  }

  .button {
    width: 146px;
    height: 42px;
    font-size: 14px;
    line-height: 129%;
  }

  .item-block {
    padding: 8px;
  }

  .item-block__title {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 7px;
  }

  .discount {
    width: 84px;
    height: 84px;
  }

  .discount__title {
    font-size: 12.4814px;
    line-height: 100%;
    margin-top: 4px;
  }

  .discount__value {
    font-size: 27.5226px;
    line-height: 105%;
    margin-bottom: 0;
  }

  .discount__description {
    font-size: 3.49452px;
    line-height: 4px;
    max-width: 60%;
  }

  .preview-order__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-order__description {
    width: 100%;
    font-size: 16px;
    line-height: 138%;
    margin-bottom: 16px;
  }

  .promo {
    padding-bottom: 29px;
  }

  h1.promo__title {
    font-size: 30px;
    line-height: 107%;
    margin-bottom: 16px;
  }

  .promo__subtitle {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 10px;
  }

  .promo__description {
    font-size: 14px;
    line-height: 129%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .promo__small-description {
    font-size: 11px;
    line-height: 127%;
    margin-bottom: 16px;
  }

  .promo__discount {
    right: 11px;
    top: -17px;
    width: 84px;
    height: 84px;
    margin-top: 0;
    margin-right: 0;
  }

  .description__title {
    margin-bottom: 15px;
  }

  .description__item {
    margin-bottom: 0;
  }

  .description__item-img {
    border-radius: 7px;
    min-height: 102px;
  }

  .hits {
    padding-top: 33px;
    margin-bottom: 15px;
  }

  .hits__title {
    margin-bottom: 16px;
  }

  .hits__item {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 17px;
  }

  .hits__item-heading {
    margin-bottom: 7px;
  }

  .hits__button-all {
    font-size: 13px;
    line-height: 138%;
    margin-right: 5px;
  }

  .hits__item-block {
    padding: 8px;
  }

  .hits__item-block .item-block__title {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 7px;
  }

  .advantages {
    padding-top: 41px;
  }

  .advantages__title {
    margin-bottom: 17px;
  }

  .advantages__content {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 28px 15px;
  }

  .advantages__wrap-img {
    margin-bottom: 12px;
    width: 35px;
    height: 35px;
  }

  .advantages__item-img {
    width: 100%;
  }

  .advantages__item-description {
    font-size: 13px;
    line-height: 138%;
    max-width: 98%;
  }
}

@media (max-width: 481px) {
  .popup {
    align-items: flex-start;
  }

  .popup__content {
    border-radius: 0;
    padding: 0 0 15px 0;
    height: 100vh;
  }

  .popup__header {
    background: #1155CC;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 73px;
    margin-bottom: 25px;
  }

  .popup__wrap-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup__heading {
    padding-bottom: 6px;
    margin-bottom: 9px;
  }

  .popup__title {
    font-size: 13px;
    line-height: 138%;
    max-width: 100%;
  }

  .popup__close {
    display: none;
    right: 19px;
    width: 15px;
    height: 15px;
  }

  .popup__close::before,
  .popup__close::after {
    background: #ffffff;
  }

  .popup__close_mobile {
    display: flex;
  }

  .popup__form-description {
    font-size: 11px;
    line-height: 127%;
  }

  .popup__wrap-input:nth-child(1),
  .popup__wrap-input:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 17px;
  }

  .popup__label-input {
    font-size: 13px;
    line-height: 138%;
  }

  .popup__form-input {
    padding-top: 16px;
    padding-left: 11px;
  }

  .popup__form-input:focus + label,
  .popup__form-input.input_filled + label {
    transform: translateY(-10px);
  }

  .popup textarea.popup__form-input:focus + label,
  .popup textarea.popup__form-input.input_filled + label {
    transform: translateY(-8px);
  }

  .popup__wrap-input-file {
    min-height: 52px;
    margin-bottom: 13px;
    margin-top: 2px;
  }

  .popup__wrap-input-file.added {
    padding-left: 11px;
    padding-right: 25px;
    margin-top: 0;
  }

  .popup__wrap-input-file.added .popup__label-file-text {
    white-space: nowrap;
  }

  .popup__wrap-input-file.added .popup__input-icon_file {
    width: 13px;
    margin-right: 12px;
  }

  .popup__label-file {
    margin-top: 0;
  }

  .popup__label-file-text {
    white-space: inherit;
    font-size: 13px;
    line-height: 138%;
  }

  .popup__input-file-clear {
    right: 8px;
    width: 16px;
    height: 16px;
  }

  .popup__input-file-clear::before,
  .popup__input-file-clear::after {
    width: 50%;
  }

  .popup__input-icon {
    margin-right: 8px;
    width: 12px;
  }

  .popup__wrap-checkbox {
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .popup__form-checkbox {
    width: 12px;
    height: 12px;
  }

  .popup__form-checkbox + .popup__wrap-label::before {
    width: 12px;
    height: 12px;
  }

  .popup__form-label {
    font-size: 13px;
    line-height: 138%;
  }

  .popup__button {
    width: 146px;
    height: 42px;
    font-size: 12.5px;
    line-height: 122%;
  }

  .promo__content {
    max-width: 100%;
  }

  .promo__discount {
    right: 28px;
  }
}

@media (max-width: 380px) {
  .promo {
    background-position: left -113px bottom;
  }
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 40px !important;
  height: 40px !important;
  top: 50%;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -webkit-box-shadow: 0px 27px 420px rgba(51, 51, 51, 0.14),
    0px 3.38082px 52.5905px rgba(51, 51, 51, 0.07);
  box-shadow: 0px 27px 420px rgba(51, 51, 51, 0.14), 0px 3.38082px 52.5905px rgba(51, 51, 51, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.95);
}
.swiper-button-prev::after {
  content: '' !important;
  background: url(/img/product/arrow-slide.svg);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next::after {
  content: '' !important;
  background: url(/img/product/arrow-slide.svg);
  width: 9px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.birtday-banner {
  margin-top: 24px;
  background-image: url(/css/images/landings/birthday/banner_desktop.png);
  padding-top: 16px;
  position: relative;
}
@media (min-width: 576px) {
  .birtday-banner {
    margin-top: 32px;
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .birtday-banner {
    padding-top: 40px;
    padding-left: 32px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .birtday-banner {
    padding-top: 61px;
    padding-bottom: 61px;
    padding-left: 64px;
  }
}
@media (min-width: 1280px) {
}
.birtday-banner__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .birtday-banner__info {
    align-items: flex-start;
  }
}
.birtday-banner__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .birtday-banner__title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .birtday-banner__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 8px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .birtday-banner__title {
    line-height: 55px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .birtday-banner__title {
    font-size: 70px;
    line-height: 76px;
    margin-bottom: 24px;
  }
}
.birtday-banner__description {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .birtday-banner__description {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .birtday-banner__description {
    text-align: left;
    display: inline-block;
    width: 333px;
  }
}
@media (min-width: 992px) {
  .birtday-banner__description {
    margin-bottom: 32px;
    width: 353px;
  }
}
@media (min-width: 1280px) {
  .birtday-banner__description {
    font-size: 28px;
    line-height: 31.5px;
    margin-bottom: 40px;
    width: 569px;
  }
}
.birtday-banner .promo__button {
  width: 146px;
  height: 42px;
  margin-bottom: 4px;
  color: #1155CC;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 576px) {
  .birtday-banner .promo__button {
    margin-bottom: 8px;
    width: 218px;
    height: 52px;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .birtday-banner .promo__button {
    margin-bottom: 8px;
  }
}
.birtday-banner__caption {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
}
@media (min-width: 576px) {
  .birtday-banner__caption {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .birtday-banner__caption {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .birtday-banner__caption {
    font-size: 16px;
    line-height: 22px;
  }
}

.birtday-banner__image {
  width: 100%;
  height: 227px;
  display: flex;
  position: relative;
  justify-content: center;
}
.birtday-banner__image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media (min-width: 576px) {
  .birtday-banner__image {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .birtday-banner__image {
    position: absolute;
    width: 407px;
    height: 346px;
    right: 0;
    top: 40px;
  }
}

@media (min-width: 992px) {
  .birtday-banner__image {
    width: 541px;
    height: 461px;
    top: 61px;
  }
}
@media (min-width: 1280px) {
  .birtday-banner__image {
    width: 590px;
    height: 503px;
  }
}

.hits__list.no-decimal {
  list-style-type: none;
}
.hits__item-title {
  color: #333;
}
.show-more__wrapper {
  position: absolute;
  bottom: 0;
  height: 85px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 38.83%);
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  z-index: 5;
}
@media (min-width: 768px) {
  .show-more__wrapper {
    height: 134px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 58.58%);
  }
}
#show_more_hits {
  color: #1155CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  position: relative;
  display: flex;
  align-items: center;
}
#show_more_hits::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/css/images/icons/CaretDown.svg);
  margin-left: 8px;
}
.hits.hid .container-content {
  max-height: 990px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hits.hid .container-content {
    max-height: 1615px;
  }
}

.birtday-banner.rasprodazha .birtday-banner__image .desctop-image {
  position: absolute;
  display: none;
}
.birtday-banner.rasprodazha .birtday-banner__image .mobile-image {
  display: block;
  width: 100%;
}
.birtday-banner.rasprodazha .birtday-banner__image {
  height: 304px;
}
.birtday-banner.rasprodazha .birtday-banner__info {
  transform: translateY(25px);
  z-index: 1;
  position: relative;
}
.birtday-banner.rasprodazha .birtday-banner__image .mobile-image {
  width: 100%;
  object-fit: cover;
}
.birtday-banner.rasprodazha .birtday-banner__title br {
  display: none;
}
.birtday-banner.ny .birtday-banner__image {
  pointer-events: none;
}

@media (max-width: 767px) {
  .birtday-banner.ny .birtday-banner__image {
    height: 0;
    padding-bottom: 88.54%;
    margin-top: -11%;
  }
  .birtday-banner.ny .birtday-banner__pic {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
  }
  .birtday-banner.ny .birtday-banner__caption {
    max-width: 285px;
  }
}
@media (max-width: 575px) {
  .birtday-banner.ny .birtday-banner__image {
    padding-bottom: 95%;
    margin-top: -13.5%;
  }
}
@media (min-width: 576px) {
  .birtday-banner.rasprodazha .birtday-banner__image {
    height: 510px;
  }
}

@media (min-width: 768px) {
  .birtday-banner.rasprodazha .birtday-banner__info {
    transform: translateY(0);
  }
  .birtday-banner.rasprodazha .birtday-banner__image .mobile-image {
    display: none;
    width: 100%;
  }
  .birtday-banner.rasprodazha .birtday-banner__image .desctop-image,
  .birtday-banner__pic {
    position: absolute;
    display: block;
  }
  .birtday-banner.rasprodazha .birtday-banner__image,
  .birtday-banner.ny .birtday-banner__image {
    height: 100%;
    width: 625px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .birtday-banner.rasprodazha .birtday-banner__image .desctop-image,
  .birtday-banner.ny .birtday-banner__image .birtday-banner__pic {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .birtday-banner__pic {
    object-position: right center;
    left: 0;
  }
  .birtday-banner.ny {
    display: flex;
    align-items: center;
    min-height: 443px;
  }
  .birtday-banner.ny .birtday-banner__info {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  .birtday-banner.rasprodazha .birtday-banner__image,
  .birtday-banner.ny .birtday-banner__image {
    width: 808px;
  }
  .birtday-banner.ny {
    min-height: 529px;
    padding: 60px 0 60px 56px;
  }
}
@media (min-width: 1280px) {
  .birtday-banner.rasprodazha .birtday-banner__image,
  .birtday-banner.ny .birtday-banner__image {
    width: 896px;
  }
  .birtday-banner.rasprodazha .birtday-banner__title br {
    display: block;
  }
  .birtday-banner.ny {
    min-height: 614px;
    padding: 60px 0 60px 64px;
  }
  .birtday-banner.ny .birtday-banner__title {
    line-height: 81px;
  }
  .birtday-banner.ny .birtday-banner__info {
    max-width: none;
  }
}

.birtday-banner.rasprodazha {
  background: linear-gradient(0deg, #fff 1.39%, #acd6f3 84.38%);
}
@media (min-width: 768px) {
  .birtday-banner.rasprodazha {
    background: linear-gradient(270deg, #fff 0%, #acd6f3 84.38%);
  }
}
.birtday-banner.ny {
  background: #1a70ac;
}
.category_list {
  display: flex;
  flex-wrap: wrap;
}
.category_list .item_wrapper {
  width: 100%;
}
.category_list .item_wrapper:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .category_list .item_wrapper {
    width: 50%;
  }
  .category_list .item_wrapper:not(:last-child) {
    margin-bottom: 0;
  }
  .category_list .item_wrapper:nth-child(odd) {
    padding-right: 16px;
  }
  .category_list .item_wrapper:nth-child(even) {
    padding-left: 16px;
  }
}

.category_list .category_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--Grey-line, #eaeaea);
}
.category_list .category_item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .category_list .category_item {
    padding: 32px;
  }
  .category_list .category_item:not(:last-child) {
    margin-bottom: 0;
  }
  .category_list .category_item:nth-child(odd) {
    margin-right: 16px;
  }
  .category_list .category_item:nth-child(even) {
    margin-left: 16px;
  }
}
.category_list .category_item .item_description {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .category_list .category_item .item_description {
    margin-right: 33px;
  }
}
.category_list .category_item .item_description .item_title {
  margin-bottom: 8px;
  color: var(--Grey-text, #333);
  /* H4/H4 */
  font-family: Jost;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 768px) {
  .category_list .category_item .item_description .item_title {
    font-size: 24px;
    line-height: 28px;
  }
}

.category_list .category_item .item_description .item_subtitle {
  color: var(--Grey-subtext, #757575);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .category_list .category_item .item_description .item_subtitle {
    font-size: 19px;
    line-height: 24px;
  }
}
.category_list .category_item .item_image {
  width: 120px;
  display: block;
  min-width: 120px;
}
.category_list .category_item .item_image img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .category_list .category_item .item_image {
    width: 210px;
    min-width: 210px;
  }
}

.form-section {
  background: var(--Grey-Grey, #e5e6ea);
  padding-top: 24px;
  padding-bottom: 24px;
}
.form-section__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-section__content {
    flex-direction: row;
  }
}
.form-section__description {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.form-section__title {
  color: var(--Grey-text, #333);
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 8px;
}

.form-section__subtitle {
  color: var(--Grey-text, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.form-section__form {
}
.popup__form {
}
.popup__wrap-input {
}
.popup__form-input {
}
.popup__label-input {
}
.popup__label-input_textarea {
}
.popup__wrap-input-file {
}
.popup__input-file {
}
.popup__input-icon {
}
.popup__input-icon_file {
}
.popup__label-file {
}
.popup__label-file-text {
}
.popup__file-size {
}
.popup__input-file-clear {
}
.popup__wrap-checkbox {
}
.popup__form-checkbox {
}
.popup__wrap-label {
}
.popup__form-label {
}
.popup__button {
}
.form-section .popup__wrap-input-file {
  background: #fff;
  height: 42px;
  min-height: 42px;
  display: flex;
  padding: 12px;
  align-items: center;
}
.form-section__form .popup__wrap-input .form-section__form .popup__wrap-input:nth-child(1),
.form-section__form .popup__wrap-input:nth-child(2) {
  max-width: none;
  width: 100%;
}
.wrap-button-checkbox {
  display: flex;
  flex-direction: column;
}
.form-section__form .popup__button {
  width: 100%;
}
@media (min-width: 1050px) {
  .form-section__title {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  .form-section__description {
    margin-right: 24px;
    max-width: 450px;
    margin-bottom: 0;
  }

  .form-section__form {
    display: flex;
    flex-wrap: wrap;
  }
  .form-section__form .popup__wrap-input,
  .form-section__form .popup__wrap-input:nth-child(1),
  .form-section__form .popup__wrap-input:nth-child(2) {
    max-width: 319px;
    flex-grow: 1;
    height: 42px;
    display: flex;
    flex-shrink: 1;
    width: 50%;
  }
  .form-section__form .popup__wrap-input:nth-child(2),
  .form-section__form .popup__wrap-input:nth-child(4) {
    padding-right: 16px !important;
  }
  .form-section__form .popup__wrap-input:nth-child(3),
  .form-section__form .popup__wrap-input:nth-child(4) {
    margin-bottom: 0;
  }
  .form-section__form .popup__wrap-input:nth-child(5) {
    height: auto;
    margin-bottom: 0;
  }
  .form-section__form .popup__wrap-checkbox {
    margin-bottom: 0;
  }
  .popup__wrap-input-file {
    width: auto;
    max-width: 319px;
    flex-grow: 1;
    display: flex;
    margin-bottom: 0;
  }
  .wrap-button-checkbox {
    flex-grow: 1;

    flex-direction: column-reverse;
    max-width: 319px;
    width: auto;
  }
  .form-section__form .popup__button {
    width: auto;
    height: 42px;
    margin-bottom: 8px;
  }
  .form-section__form .popup__form-label {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .wrap-button-checkbox .popup__form-label {
    white-space: word-wrap;
  }
}

.services {
  margin-top: 24px;
  margin-bottom: 40px;
}
.services .services__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media (min-width: 1050px) {
  .services__item {
    margin-bottom: 0;
  }
}

.services__item .item__img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1050px) {
  .col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 1050px) {
  .services {
    margin-top: 48px;
    margin-bottom: 56px;
  }
  .services__item .item__img {
    width: 64px;
    height: 64px;
  }
}

.services__item .item__img img {
  object-fit: cover;
  width: 100%;
}
.services__item .item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1050px) {
  .services__item .item__title {
    font-size: 19px;
    line-height: 24px;
  }
}

.services__item .item__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 1050px) {
  .services__item .item__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.descriptions__list {
  display: flex;
  flex-direction: column;
}
.descriptions__item {
  display: flex;
  align-items: center;
  border: 1px solid #e5e6ea;
  border-radius: 12px;
  padding: 16px 8px 16px 8px;
  margin-bottom: 16px;
}
.descriptions__item .item__img {
  width: 72px;
  height: 72px;
  display: block;
  margin-right: 16px;
}
.descriptions__item .item__img img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.descriptions__item .item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #333333;
}
.descriptions__title {
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 992px) {
  .descriptions__list {
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: repeat(3, 33.3%);
  }
  .descriptions__item {
    padding: 16px;
    margin-bottom: 24px;
  }
  .descriptions__item .item__title {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }
  .descriptions__title {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}
.services-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  margin-bottom: 32px;
}

.services-item:hover {
  box-shadow: 0px -1px 40px 0px #33333312;
  box-shadow: 0px 6px 30px 0px #3333331a;
}
.services-item__img {
  height: 254px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.services-item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .services-item__img {
    height: 223px;
  }
}

.services-item__title {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #333333;
  margin-bottom: 8px;
}

.services-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.9em;
  margin-bottom: 16px;
}
.services-item__link {
  width: 100%;
  height: 34px;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
  background-color: #1155CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.service-list {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service-list {
    margin-bottom: 64px;
  }
}
