html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: transparent;
  cursor: pointer;
  font: inherit;
}

a,
button,
input,
textarea {
  outline: transparent;
}

address {
  font-style: normal;
}

p > a {
  color: #ed1c24;
  text-decoration: underline;
}

.pt__30_0_60 {
  padding: 30px 0 60px;
}

@media only screen and (min-width: 420px) {
  .pt__30_0_60 {
    padding: 30px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .pt__30_0_60 {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pt__30_0_60 {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 1800px) {
  .pt__30_0_60 {
    padding: 60px 0 80px;
  }
}
.pb__60-200 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 420px) {
  .pb__60-200 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .pb__60-200 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .pb__60-200 {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1800px) {
  .pb__60-200 {
    padding-bottom: 200px;
  }
}
.pb__60-250 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 420px) {
  .pb__60-250 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .pb__60-250 {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .pb__60-250 {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1800px) {
  .pb__60-250 {
    padding-bottom: 250px;
  }
}
.pb__60-140-250 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 420px) {
  .pb__60-140-250 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .pb__60-140-250 {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .pb__60-140-250 {
    padding-bottom: 149px;
  }
}
@media only screen and (min-width: 1280px) {
  .pb__60-140-250 {
    padding-bottom: 143px;
  }
}
@media only screen and (min-width: 1440px) {
  .pb__60-140-250 {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1800px) {
  .pb__60-140-250 {
    padding-bottom: 250px;
  }
}
.pb__50-150 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .pb__50-150 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .pb__50-150 {
    padding-bottom: 150px;
  }
}
.p__40-60 {
  padding: 40px 0 60px;
}

@media only screen and (min-width: 768px) {
  .p__40-60 {
    padding: 90px 0 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .p__40-60 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .p__40-60 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .p__40-60 {
    padding: 120px 0 150px;
  }
}
html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: color 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, opacity 0.5s, transform 0.5s, background-color 0.5s;
  transition: color 0.5s, opacity 0.5s, transform 0.5s, background-color 0.5s;
  transition: color 0.5s, opacity 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1800px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}
body.lock {
  overflow: hidden;
}

body.lock__popup {
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  body.lock__popup {
    overflow-y: scroll;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .main {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .main {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1800px) {
  .main {
    padding-top: 130px;
  }
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.page__padding {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .page__padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__padding {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__padding {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 420px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 708px;
    max-width: 708px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 944px;
    max-width: 944px;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    width: 1166px;
    max-width: 1166px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    width: 1620px;
    max-width: 1620px;
  }
}
.padding {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .padding {
    width: 708px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .padding {
    width: 944px;
  }
}
@media only screen and (min-width: 1280px) {
  .padding {
    width: 1166px;
  }
}
@media only screen and (min-width: 1800px) {
  .padding {
    width: 1620px;
  }
}
.padding .page__title {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .padding .page__title {
    padding-left: 0;
  }
}
.page__bg {
  background-color: #f0f3f4;
}

.light__bg {
  background-color: #f9f9f9;
}

.page__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

@media only screen and (min-width: 768px) {
  .page__title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__title {
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__title {
    font-size: 40px;
    line-height: 60px;
  }
}
.page__title-color {
  color: #728189;
}

.page__subtitle {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #b2bec3;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .page__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
  }
}
.section__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .section__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
.section__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

@media only screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .section__subtitle {
    font-size: 40px;
    line-height: 60px;
  }
}
.btn {
  display: block;
  padding: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 28px;
  -webkit-transition: color 0.7s, background-color 0.5s;
  -o-transition: color 0.7s, background-color 0.5s;
  transition: color 0.7s, background-color 0.5s;
  cursor: pointer;
}

.btn * {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 18px 50px;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #ed1c24;
  }
}
@media only screen and (min-width: 1800px) {
  .btn {
    font-size: 18px;
    line-height: 22px;
    padding: 19px 73px;
  }
}
@media only screen and (min-width: 768px) {
  .btn__center {
    margin: 0 auto;
  }
}
.btn:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.btn__news {
  background-color: #dae2e7;
  border: #dae2e7;
  color: #728189;
}

.btn__news:hover {
  background-color: #c9d2d8;
  color: #728189;
}

@media only screen and (min-width: 1800px) {
  .btn__news {
    padding: 18px 29px;
  }
}
.btn__color {
  color: #ffffff;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}

.btn__color:hover {
  background-color: #ffffff;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}

.search__btn {
  width: 100%;
  padding: 14px 14px 13px 50px;
  background-color: #dae2e7;
  border-radius: 8px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #000000;
}

.search__btn svg {
  position: absolute;
  left: 15px;
}

.perform {
  color: #5c92c9;
  background-color: #edf6ff;
  border: 1px solid #5c92c9;
}

.completed {
  background-color: #edffed;
  border: 1px solid #67a864;
  color: #67a864;
}

.canceled {
  color: #f5443a;
  background-color: #ffdcda;
  border: 1px solid #f5443a;
}

.status__needs-clarification span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.status__needs-clarification span svg {
  display: block !important;
  width: 15px;
  height: 13px;
}

@media only screen and (min-width: 1280px) {
  .status__needs-clarification {
    background-color: #fff7cd;
  }
}
.header {
  position: fixed;
  /*z-index: 102;*/
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (min-width: 1280px) {
  .header.scroll .header__logo-img {
    display: none;
  }
  .header.scroll .header__logo-img-scroll {
    display: block;
  }
  .header.scroll .header__logo-link {
    height: 66px;
  }
  .header.scroll .header__top {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.scroll .header__bg {
    top: 0;
  }
  .header.scroll .header__bottom-list {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .header.scroll .header__logo-link {
    height: 80px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  padding: 0 5px;
  background: #f0f3f4;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    padding: 0 10px 0 10px;
    margin-left: -10px;
  }
}
.header__logo.fixed {
  z-index: 5;
}

.header__logo-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;
  border-radius: 0 0 5px 5px;
  width: 65px;
  height: 50px;
  background-color: #ed1c24;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

@media only screen and (min-width: 768px) {
  .header__logo-link {
    min-width: 120px;
    height: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__logo-link {
    width: 160px;
    height: 110px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__logo-link {
    min-width: 189px;
    height: 130px;
  }
}
.header__logo-link.fixed {
  z-index: 5;
}

@media only screen and (min-width: 1280px) {
  .header__logo-link.scroll {
    height: 66px;
  }
}
.header__logo-img {
  width: 49px;
  height: 28px;
  background-color: #ed1c24;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .header__logo-img {
    min-width: 80px;
    height: 46px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__logo-img {
    min-width: 120px;
    height: 69px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__logo-img {
    min-width: 142px;
    height: 82px;
  }
}
.header__logo-img-scroll {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .header__logo-img-scroll.scroll {
    display: block;
  }
}
.header__content {
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .header__content {
    position: relative;
  }
}
.header__top {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1280px) {
  .header__top {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0 11px 30px;
    overflow: visible;
    height: 39px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__top {
    padding: 14px 0 14px 74px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__top.fixed {
    -webkit-transform: translateY(-39px);
    -ms-transform: translateY(-39px);
    transform: translateY(-39px);
  }
}
.header * .menu-item {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header * .menu-item:hover {
  color: #000000;
}

@media only screen and (min-width: 1280px) {
  .header__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #728189;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__link:hover {
    color: #000000;
  }
}
@media only screen and (min-width: 1800px) {
  .header__link {
    margin-left: 30px;
    font-size: 14px;
    line-height: 17px;
    margin-right: 30px;
  }
}
.header__menu--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1280px) {
  .header__btn {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__phone {
    padding: 0 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__phone a {
    display: block;
  }
  .header__phone:hover {
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 40px rgba(12, 58, 81, 0.1);
    box-shadow: 0px 4px 40px rgba(12, 58, 81, 0.1);
    padding: 16px 15px 5px;
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -14px;
  }
  .header__phone:hover svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header__phone:hover .header__phone-opened {
    display: block;
  }
  .header__phone:hover a {
    padding-bottom: 10px;
  }
  .header__phone:hover .header__btn:hover {
    color: #ed1c24;
  }
}
@media only screen and (min-width: 1800px) {
  .header__phone {
    font-size: 14px;
    line-height: 17px;
  }
}
.header__phone-opened {
  display: none;
}

.header__btn--call {
  display: none;
}

/* @media only screen and (min-width: 1280px) {
    .header__btn--call {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .header__btn--call:hover {
            color: #ED1C24;
        }
}

@media only screen and (min-width: 1440px) {
    .header__btn--call {
        font-size: 13px;
        line-height: 16px;
    }
} */
.header__bg {
  position: absolute;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
  background-color: #dae2e7;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .header__bg {
    height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bg {
    top: 39px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bg {
    height: 71px;
    top: 45px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bg.fixed {
    height: 58px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom {
    padding: 0 0 0 62px;
  }
}
.header__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
}

@media only screen and (min-width: 420px) {
  .header__bottom-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media only screen and (min-width: 768px) {
  .header__bottom-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom-list {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom-list {
    padding-top: 10px;
  }
}
.header__bottom-item {
  padding: 12px 19px;
}

@media only screen and (min-width: 768px) {
  .header__bottom-item {
    padding: 14px 19px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom-item {
    padding: 6px 18px;
    border-right: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom-item {
    padding: 9px 30px;
  }
}
.header__bottom-item:not(:last-child) {
  border-right: 1px solid #c6d0d7;
}

@media only screen and (min-width: 768px) {
  .header__bottom-item:nth-child(1) {
    border: transparent;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom-item:nth-child(1) {
    position: relative;
    /* width: 100%; */
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 13px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom-item:nth-child(1) {
    padding-right: 24px;
  }
}
.header__bottom-item:nth-child(2) {
  display: none;
}

.header__bottom-item.opened:nth-child(2) {
  display: block;
}

@media only screen and (min-width: 768px) {
  .header__bottom-item:nth-child(2) {
    display: block;
    padding: 6px 19px;
    padding-left: 10px;

    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header__bottom-item:nth-child(2) {
    /* padding-left: 19px; */
    /* padding-right: 39px; */
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom-item:nth-child(2) {
    /* padding-left: 74px; */
    /* padding-right: 93px; */
  }
}
@media only screen and (min-width: 768px) {
  .header__bottom-item:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom-item:last-child {
    padding-right: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom-item:last-child {
    padding-right: 30px;
  }
}
.header__bottom .header__bottom-link,
.header__bottom .header__catalog, .header__bottom .header__menu-btn {
  display: block;
  width: 20px;
  height: 20px;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__bottom .header__catalog {
    display: none;
}

.header__bottom .header__bottom-link svg,
.header__bottom .header__catalog svg,
.header__bottom .header__menu-btn svg{
  width: 16px;
  height: 16px;
}



@media only screen and (min-width: 768px) {
  .header__bottom .header__bottom-link,
  .header__bottom .header__catalog,
  .header__bottom .header__menu-btn{
    width: 24px;
    height: 24px;
  }
  .header__bottom .header__bottom-link svg,
  .header__bottom .header__catalog svg,
  .header__bottom .header__menu-btn svg{
    width: 20px;
    height: 20px;
  }
  
  .header__bottom .header__catalog {
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom .header__bottom-link,
  .header__bottom .header__catalog,
  .header__bottom .header__menu-btn{
    width: 42px;
    height: 40px;
    margin-right: 0;
  }
  .header__bottom .header__bottom-link:hover,
  .header__bottom .header__catalog:hover,
  .header__bottom .header__menu-btn:hover{
    background-color: #c9d2d8;
    border-radius: 4px;
  }
}
.header__bottom .header__bottom-link--icon svg {
  display: none;
}

.header__bottom .header__bottom-link--icon span {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .header__bottom .header__bottom-link--icon span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__bottom .header__bottom-link--icon span {
    font-size: 22px;
  }
}
.header__catalog, .header__menu-btn {
  font-size: 0;
}

@media only screen and (min-width: 1280px) {
  .header__catalog, .header__menu-btn {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding-left: 51px;
    padding-right: 12px;
  }
}
.header__catalog span, .header__menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000000;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (min-width: 768px) {
  .header__catalog span, .header__menu-btn span {
    width: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__catalog span, .header__menu-btn span {
    position: absolute;
    left: 12px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__catalog span, .header__menu-btn span {
    width: 28px;
  }
}
.header__catalog span::before,
.header__catalog span::after,
.header__menu-btn span::before,
.header__menu-btn span::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 0;
  background-color: #000000;
}

@media only screen and (min-width: 768px) {
  .header__catalog span::before,
  .header__catalog span::after,
  .header__menu-btn span::before,
  .header__menu-btn span::after{
    width: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__catalog span::before,
  .header__catalog span::after,
  .header__menu-btn span::before,
  .header__menu-btn span::after{
    width: 28px;
  }
}
.header__catalog span::before, .header__menu-btn span::before {
  top: -6px;
}

@media only screen and (min-width: 1800px) {
  .header__catalog span::before, .header__menu-btn span::before {
    top: -8px;
  }
}
.header__catalog span::after, .header__menu-btn span::after {
  top: 6px;
}

@media only screen and (min-width: 1800px) {
  .header__catalog span::after, .header__menu-btn span::after {
    top: 8px;
  }
}
.header__form {
  position: relative;
}

.header__form input {
    width: 100%;
    height: 45px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #D4DBDF;
    font-size: 12px;
    /*color: #B2BEC3;*/
    background-color: #fff;
}

.header__form input {
  background: #f0f3f4;
  border: transparent;
}

@media only screen and (min-width: 768px) {
  .header__form input {
    width: 100%;
    height: 40px;
    padding: 12px 51px 12px 15px; 
    border: transparent;
    background: #f0f3f4;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__form input {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .header__form input {
    width: 100%;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__form input {
    width: 100%;
    height: 47px;
    margin-left: 0;
  }
}
.header__form input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b2bec3;
}

.header__form input::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b2bec3;
}

.header__form input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b2bec3;
}

.header__form input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b2bec3;
}

.header__form input::placeholder {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #b2bec3;
}

@media only screen and (min-width: 1800px) {
  .header__form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .header__form input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .header__form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .header__form input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .header__form input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
.header__form button {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header__form button {
    width: 100%;
    height: 45px;
    border-radius: 28px;
    background: #ed1c24; 
    margin-top: 10px;
}

.header__form button::before {
    content: attr(data-content);
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.header__form button:disabled {
    background: #9FB2BD;
}

@media only screen and (min-width: 768px) {
  .header__form button::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/icons/form__search-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }  
    
  .header__form button {
    position: absolute;
    top: 4px;
    right: -4px;
    width: 46px;
    height: 32px;
    background-color: #9fb2bd;
    border-radius: 2px;
    margin-top: 0;
  }
  .header__form button:active {
    background-color: #ed1c24;
  }
}
@media only screen and (min-width: 1280px) {
  .header__form button:hover {
    background-color: #ed1c24;
  }
}
@media only screen and (min-width: 1800px) {
  .header__form button {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 37px;
  }
}
@media only screen and (min-width: 1280px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .menu-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #728189;
    height: 100%;
  }
  .menu-item:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .menu-item {
    font-size: 14px;
    line-height: 17px;
  }
  .menu-item:not(:last-child) {
    margin-right: 40px;
  }
}
.footer {
  padding: 40px 0 37px;
  background-color: #3a444a;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 50px 0 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer__top {
  position: relative;
}

.footer__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #51616b;
}

@media only screen and (min-width: 768px) {
  .footer__top-inner {
    padding-bottom: 41px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__top-inner {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__top-inner {
    padding-bottom: 51px;
  }
}
@media only screen and (min-width: 1800px) {
  .footer__top-inner {
    padding-bottom: 57px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__img {
    width: 120px;
    height: 69px;
  }
}
@media only screen and (min-width: 1800px) {
  .footer__img {
    width: 142px;
    height: 82px;
  }
}
.footer .menu-list {
  padding-bottom: 29px;
  margin-bottom: 30px;
  border-bottom: 1px solid #51616b;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .footer .menu-list {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .footer .menu-list {
    padding: 0;
    margin: 0;
    border-bottom: transparent;
    width: 677px;
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media only screen and (min-width: 1800px) {
  .footer .menu-list {
    width: 954px;
    font-size: 16px;
    line-height: 20px;
  }
}
.footer .menu-item {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.footer .menu-item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .footer .menu-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer .menu-item:hover {
  color: #728189;
}

@media only screen and (min-width: 1280px) {
  .footer .menu-item {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .footer .menu-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__bottom {
  width: 196px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #dae2e7;
}

@media only screen and (min-width: 420px) {
  .footer__bottom {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .footer__bottom {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__copyright-legal {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .footer__copyright-legal {
    margin-bottom: 0;
  }
}
.footer__copyright-link {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.footer__copyright-link:hover {
  color: #728189;
}

.footer .social__item:hover .social__link {
  background-color: #728189;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  border-right: 7px solid transparent;
}

.social__item:not(:last-child) {
  margin-right: 3px;
}

@media only screen and (min-width: 1800px) {
  .social__item:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .social__item:not(:last-child) {
    border-right: 17px solid transparent;
  }
}
.social__link {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #51616b;
  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: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1800px) {
  .social__link {
    width: 35px;
    height: 35px;
  }
}
.social__icon {
  display: block;
}

.social__icon--facebook {
  width: 7px;
  height: 14px;
}

.social__icon--instagram {
  width: 15px;
  height: 15px;
}

.social__icon--youtube {
  width: 15px;
  height: 11px;
}

.brends {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .brends {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends {
    padding-top: 250px;
  }
}
.brends .container {
  padding: 0;
}

.brends__inner {
  background-color: #ffffff;
  padding: 30px 15px 40px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .brends__inner {
    width: 708px;
    border-radius: 20px;
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends__inner {
    width: 944px;
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends__inner {
    width: 1166px;
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends__inner {
    width: 1620px;
    padding: 60px 50px 70px;
  }
}
.brends__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px !important;
  margin: 0 auto;
  margin-bottom: 30px;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  .brends__list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .brends__list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends__item:nth-child(4) {
    display: block;
  }
}
.brends__item {
  width: fit-content;
}

.brends__link {
  width: 93px;
  height: 74px;
  background-color: #f9f9f9;
  border-radius: 10px;
  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: #f0f3f4;
}

@media only screen and (min-width: 768px) {
  .brends__link {
    width: 209px;
    height: 165px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends__link {
    width: 281px;
    height: 233px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends__link {
    width: 264px;
    height: 210px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends__link {
    width: 373px;
    height: 294px;
  }
}
.brends__item-inner {
  width: 50px;
  height: 33px;
  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: 1px solid transparent;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}

@media only screen and (min-width: 420px) {
  .brends__item-inner {
    width: 108px;
    height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .brends__item-inner {
    width: 123px;
    height: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends__item-inner {
    width: 165px;
    height: 110px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends__item-inner {
    width: 217px;
    height: 145px;
  }
}
.brends__link {
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .brends__link:hover .brends__go-to {
    opacity: 1;
    visibility: visible;
    font-size: 14px;
    line-height: 21px;
  }
}
.brends__link:hover .brends__img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media only screen and (min-width: 1280px) {
  .brends__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
  }
}
.brends__go-to {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding-right: 21px;
  color: #b2bec3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  position: absolute;
  bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .brends__go-to {
    display: block;
  }
}
.brends__go-to::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/go-to.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.action__inner {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.action__inner.active,
.action__inner.success {
  opacity: 1;
  visibility: visible;
  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;
}

.action__wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: blur 0.7s;
  -o-transition: blur 0.7s;
  transition: blur 0.7s;
}

.action__wrapper.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
}

.action-form {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 60px 15px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.action-form.active,
.action-form.success {
  display: block;
  z-index: 4;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .action-form {
    width: 594px;
    height: 447px;
    position: initial;
    padding: 70px 100px;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .action-form {
    height: 470px;
  }
}
.action-form.success {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) {
  .action-form.success {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .action-form.success {
    padding-top: 110px;
  }
}
.action-form__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 13px;
}

@media only screen and (min-width: 1440px) {
  .action-form__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.action-form__text {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1440px) {
  .action-form__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.action-form__icone {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #cfd8de;
  position: relative;
}

.action-form__icone::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/icon-done.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .action-form__icone::before {
    width: 37px;
    height: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .action-form__icone {
    margin-bottom: 40px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .action-form__icone {
    margin-bottom: 50px;
  }
}
.action-form .form {
  margin-bottom: 30px;
}

.action-form .form__field {
  position: relative;
}

.action-form .form__field:not(:last-child) {
  margin-bottom: 20px;
}

.action-form .form input {
  width: 100%;
  height: 46px;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  padding: 14px 15px;
}

@media only screen and (min-width: 768px) {
  .action-form .form input {
    padding: 13px 20px;
  }
}
.action-form .form input.error {
  background: #595959;
  border: 1px solid #e31f1f;
}

.action-form .form label {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) {
  .action-form .form label {
    left: 20px;
  }
}
.action-form .form label.active {
  font-size: 12px;
  line-height: 15px;
  top: -7px;
  background-color: #ffffff;
}

.action-form__close-link {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .action-form__close-link {
    width: 24px;
    height: 24px;
    top: 30px;
    right: 30px;
  }
}
.action-form__close-link svg {
  width: 100%;
  height: 100%;
  stroke: #686868;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.action-form__close-link:hover svg {
  stroke: #ffffff;
}

.action-form .btn {
  width: 100%;
  background-color: #dae2e7;
  color: #728189;
  border-radius: 28px;
  border-color: #dae2e7;
}

@media only screen and (min-width: 768px) {
  .action-form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.action-form .btn:hover {
  background-color: #ed1c24;
  color: #ffffff;
  border-radius: 28px;
  border-color: #ed1c24;
}

.action-form .action-form__success {
  display: none;
}

.action-form.success .action-form__success {
  display: block;
}

.action-form.success .action-form__start {
  display: none;
}

.bracing-sub-menu {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.bracing-sub-menu__item-title {
  display: block;
}

.bracing-sub-menu__item-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 24px;
  height: 24px;
  background-color: #cfd8de;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu__item-block {
    width: 29px;
    height: 29px;
    left: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item-block {
    width: 35px;
    height: 35px;
    bottom: 40px;
  }
}
.bracing-sub-menu__item-arrow {
  stroke: #9eacb5;
  fill: #9eacb5;
  -webkit-transition: fill 0.5s, stroke 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu__item-arrow {
    width: 5px;
    height: 11px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item-arrow {
    width: 7px;
    height: 13px;
  }
}
.bracing-sub-menu__item-inner {
  padding: 30px 52px 84px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 420px) {
  .bracing-sub-menu__item-inner {
    padding: 30px 71px 100px 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .bracing-sub-menu__item-inner {
    padding: 50px 101px 90px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .bracing-sub-menu__item-inner {
    padding: 50px 63px 90px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .bracing-sub-menu__item-inner {
    padding: 50px 40px 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .bracing-sub-menu__item-inner {
    padding: 50px 58px 90px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item-inner {
    padding: 50px 102px 101px 40px;
    font-size: 24px;
    line-height: 34px;
  }
}
.bracing-sub-menu__item-link {
  padding: 4px 32px 4px 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #dae2e7;
  background-color: #9fb2bd;
  border-radius: 28px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu__item-link {
    padding: 7px 33px 7px 13px;
    left: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item-link {
    padding: 9px 33px 9px 13px;
    bottom: 40px;
  }
}
.bracing-sub-menu__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu__title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__title {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 60px;
  }
}
.bracing-sub-menu {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  .bracing-sub-menu {
    width: 968px;
  }
}
@media only screen and (min-width: 1440px) {
  .bracing-sub-menu {
    width: 1030px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu {
    width: 1074px;
  }
}
@media only screen and (min-width: 768px) {
  .bracing-sub-menu {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.bracing-sub-menu__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.bracing-sub-menu__item {
  background-color: #dae2e7;
  border-radius: 10px;
  height: 90px;
  padding: 21px 17px 21px 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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing-sub-menu__item {
    padding: 21px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .bracing-sub-menu__item {
    padding: 24px 45px 24px 40px;
    height: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item {
    padding: 27px 55px 27px 40px;
    height: 120px;
  }
}
.bracing-sub-menu__item.opened {
  height: 100%;
}

.bracing-sub-menu__top {
  width: 100%;
  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;
}

.bracing-sub-menu__item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .bracing-sub-menu__item-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing-sub-menu__item-title {
    font-size: 18px;
    line-height: 27px;
  }
}
.bracing-sub-menu__item-arrow {
  display: block;
  fill: #9eacb5;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.bracing-sub-menu__item-arrow.opened {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bracing-sub-menu__text {
  display: none;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.bracing__list {
  width: 290px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

@media only screen and (min-width: 420px) {
  .bracing__list {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) {
  .bracing__list {
    width: 100%;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .bracing__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .bracing__list {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__list {
    grid-gap: 10px;
  }
}
.bracing__item {
  background-color: #dae2e7;
  border-radius: 10px;
  position: relative;
}

.bracing__item:nth-child(9) {
  background-color: #c2cfd7;
}

.bracing__item:hover .bracing__item-block {
  background-color: #000000;
}

.bracing__item:hover .bracing__item-arrow {
  fill: #ffffff;
  stroke: #ffffff;
}

.bracing__item:hover .bracing__item-arrow-link {
  fill: #ffffff;
}

.bracing__item:hover .bracing__item-link {
  background-color: #000000;
  color: #ffffff;
}

.bracing__item-title {
  display: block;
  height: 66px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 420px) {
  .bracing__item-title {
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 768px) {
  .bracing__item-title {
    height: 84px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-title {
    height: 102px;
  }
}
.bracing__item-block {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 24px;
  height: 24px;
  background-color: #cfd8de;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing__item-block {
    width: 29px;
    height: 29px;
    left: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-block {
    width: 35px;
    height: 35px;
    bottom: 40px;
  }
}
.bracing__item-arrow {
  stroke: #9eacb5;
  position: absolute;
  right: 8px;
  top: 7px;
  fill: #9eacb5;
  -webkit-transition: fill 0.5s, stroke 0.5s;
  -o-transition: fill 0.5s, stroke 0.5s;
  transition: fill 0.5s, stroke 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing__item-arrow {
    width: 5px;
    height: 11px;
    top: 9px;
    right: 11px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-arrow {
    width: 7px;
    height: 13px;
    top: 11px;
    right: 13px;
  }
}
.bracing__item-arrow-link {
  right: 10px;
  fill: #dae2e7;
}

@media only screen and (min-width: 768px) {
  .bracing__item-arrow-link {
    right: 13px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-arrow-link {
    top: 10px;
    right: 16px;
  }
}
.bracing__item-inner {
  padding: 30px 52px 84px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 420px) {
  .bracing__item-inner {
    padding: 30px 71px 100px 30px;
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .bracing__item-inner {
    padding: 50px 101px 90px 40px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .bracing__item-inner {
    padding: 50px 63px 90px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .bracing__item-inner {
    padding: 50px 40px 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .bracing__item-inner {
    padding: 50px 58px 90px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-inner {
    padding: 50px 102px 101px 40px;
    font-size: 24px;
    line-height: 34px;
  }
}
.bracing__item-link {
  padding: 4px 32px 4px 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #dae2e7;
  background-color: #9fb2bd;
  border-radius: 28px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .bracing__item-link {
    padding: 7px 33px 7px 13px;
    left: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__item-link {
    padding: 9px 33px 9px 13px;
    bottom: 40px;
  }
}
.bracing__title {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .bracing__title {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .bracing__title {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 60px;
  }
}
.breadcrumb {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
.breadcrumb li {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.breadcrumb li.active {
  color: #b2bec3;
}

.breadcrumb li a {
  -webkit-transition: -webkit-text-decoration 0.5s;
  transition: -webkit-text-decoration 0.5s;
  -o-transition: text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li + li {
  margin-left: 8px;
}

.pay__inner {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .pay__inner {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .pay__inner {
    width: 968px;
    margin: 60px 0 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .pay__inner {
    width: 1346px;
    margin-top: 50px;
  }
}
.delivery__list {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1800px) {
  .delivery__list {
    margin-bottom: 60px;
  }
}
.delivery__item {
  padding: 20px 25px 30px;
  background-color: #ffffff;
}

@media only screen and (min-width: 1280px) {
  .delivery__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 198px 545px 223px;
    grid-template-columns: 198px 545px 223px;
    padding: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .delivery__item {
    -ms-grid-columns: 273px 732px 339px;
    grid-template-columns: 273px 732px 339px;
  }
}
.delivery__item:not(:last-child) {
  border-bottom: 1px solid #f0f3f4;
}

.delivery__item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1280px) {
  .delivery__item-title {
    font-weight: 400;
    margin-bottom: 0;
    padding: 21px 20px 22px 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .delivery__item-title {
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
  }
}
.delivery__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1280px) {
  .delivery__item-text {
    margin-bottom: 0;
    padding: 21px 20px 22px 20px;
    width: 505px;
  }
}
@media only screen and (min-width: 1800px) {
  .delivery__item-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
  }
}
.delivery__item-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 1280px) {
  .delivery__item-subtitle {
    font-weight: 400;
    padding: 21px 20px 22px 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .delivery__item-subtitle {
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
  }
}
.popup-search {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  /*z-index: 101;*/
  padding: 20px 15px 35px;
  overflow: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.popup-search.header-search {
    display: contents;
    position: static;
}

.popup-search.header-search.opened {
    display: block;
    position: fixed;
}

@media only screen and (min-width: 768px) {
  .popup-search {
    padding: 30px 30px 58px;
    background-color: #f0f3f4;
  }
  
  .popup-search.header-search, .popup-search.header-search.opened {
    display: contents;
    position: static;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search {
    position: absolute;
    left: -16px;
    top: 55px;
    width: 995px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 40px rgba(12, 58, 81, 0.1);
    box-shadow: 0px 4px 40px rgba(12, 58, 81, 0.1);
    border-radius: 0 0 20px 20px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: none;
  }
  
    .popup-search.header-search, .popup-search.header-search.opened {
        display: contents;
        position: static;
    }
}
@media only screen and (min-width: 1800px) {
  .popup-search {
    width: 1420px;
    left: -62px;
    top: 61px;
    font-size: 16px;
    line-height: 21px;
  }
}
.popup-search.opened {
  display: block;
}

.popup-search .catalog__list {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 17px;
}

@media only screen and (min-width: 768px) {
  .popup-search .catalog__list {
    background-color: #ffffff;
    padding: 30px 30px 40px;
    border-radius: 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
    margin-bottom: 71px;
  }
}
@media only screen and (min-width: 1024px) {
  .popup-search .catalog__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search .catalog__list {
    padding: 30px 30px 50px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 28px;
    margin: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-search .catalog__list {
    padding: 50px 74px 50px;
    grid-row-gap: 25px;
  }
}
.popup-search .catalog__list__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.popup-search .catalog__list__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1280px) {
  .popup-search .catalog__list__link {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search .catalog__list__link:hover {
    color: #ed1c24;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-search .catalog__list__link br {
    display: none;
  }
}
.popup-search__btn, .popup-search__back-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}

#catalog-back-btn {
    display: none;
}

#search-back-btn {
    display: none;
}

.popup-search--catalog.header-search.popup-search span {
    display: none;
}

.popup-search--catalog.header-search.popup-search.opened span {
    display: block;
}

.popup-search--catalog.header-search .popup-search__btn {
    display: none;
}

.popup-search--catalog.header-search.opened .popup-search__btn {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
  .popup-search__btn, .popup-search__back-btn {
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    margin-bottom: 30px;
  }
  #catalog-back-btn {
    display: inline-block
  }
  .popup-search--catalog.header-search.opened #search-back-btn {
    display: none;
  }
  
  .popup-search--catalog.header-search.opened .popup-search__btn {
      display: none;
  }
  
  .popup-search--catalog.header-search.popup-search.opened span {
      display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search__btn, .popup-search__back-btn {
    display: none;
  }
  #catalog-back-btn {
    display: none;
  }
  .popup-search--catalog.header-search.opened #search-back-btn, #search-back-btn {
    display: none;
  }
}
.popup-search__btn::before, .popup-search__back-btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_left.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .popup-search__btn::before, .popup-search__back-btn::before {
    width: 22px;
    height: 17px;
  }
}
.popup-search span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d4dbdf;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1280px) {
  .popup-search span {
    display: none;
  }
  
  .popup-search--catalog.header-search.popup-search span, .popup-search--catalog.header-search.popup-search.opened span {
    display: none;
  }
  
  .popup-search--catalog.header-search .popup-search__btn, .popup-search--catalog.header-search.opened .popup-search__btn {
      display: none;
  }
}
@media only screen and (min-width: 768px) {
  .popup-search__links {
    background-color: #ffffff;
    padding: 30px 30px 40px;
    border-radius: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    margin-bottom: 40px;
  }
}
.popup-search__link {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.popup-search__link:not(:last-child) {
  margin-bottom: 17px;
}

.popup-search .menu-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .popup-search .menu-list {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-color: #d4dbdf;
    margin-bottom: 39px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search .menu-list {
    display: none;
    padding: 0;
    margin: 0;
    width: 677px;
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@media only screen and (min-width: 1800px) {
  .popup-search .menu-list {
    width: 954px;
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-search .menu-item {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

.popup-search .menu-item:hover {
  color: #1e2034;
}

@media only screen and (min-width: 1280px) {
  .popup-search .menu-item {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-search .menu-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-search__bottom {
  display: none;
}

@media only screen and (min-width: 768px) {
  .popup-search__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popup-search__bottom .header__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #728189;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .popup-search__bottom .header__link:hover {
    color: #000000;
  }
  .popup-search__bottom .header__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .popup-search__bottom .header__btn:hover {
    color: #728189;
  }
  .popup-search__bottom .header__btn:not(:last-child) {
    margin-right: 30px;
  }
  .popup-search__bottom .social__link {
    background-color: #000000;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-search__bottom {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .header__bottom-item:hover .popup-search--catalog {
    display: block;
  }
  
  .header__bottom-item:hover .popup-search--catalog.header-search {
    display: contents;
    position: static;
  }
}
.popup-item {
  display: none;
}

.popup-item.toshow {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .popup-item {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item {
    margin-top: 50px;
  }
}
.popup-item__inner {
  width: 100%;
  height: 100vh;
  background-color: #f0f3f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  padding-top: 20px;
  overflow-y: scroll;
}

@media only screen and (min-width: 1280px) {
  .popup-item__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: inherit;
    padding: 0;
    background-color: transparent;
    overflow-y: visible;
    z-index: 98;
  }
}
.popup-item__inner.active {
  display: block;
}

.popup-item__inner-top {
  display: flex;
  position: fixed;
  z-index: 1;
  background-color: #e6ebee;
  top: 0;
  left: 0;
  padding-top: 20px;
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .popup-item__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
    background-color: #e6ebee;

    position: inherit;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__inner-top {
    padding: 28px 40px;
  }
}
.popup-item__inner-top button:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (min-width: 1280px) {
  .popup-item__inner-top button {
    margin-bottom: 0;
  }
}
.popup-item__inner-top button span {
  display: inline-block;
}

@media only screen and (min-width: 1280px) {
  .popup-item__inner-top button span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__inner-top button span {
    font-size: 18px;
    line-height: 22px;
  }
}
.popup-item__inner-top button span + span {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .popup-item__inner-top button span + span {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__inner-top button span + span {
    margin-left: 15px;
  }
}
.popup-item__inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .popup-item__inner-btn {
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    margin-bottom: 37px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__inner-btn {
    padding-left: 0;
    margin: 0;
  }
}
.popup-item__inner-btn:first-child {
  display: none;
  position: relative;
}

.popup-item__inner-btn:first-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_back.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1280px) {
  .popup-item__inner-btn:first-child {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #728189;
    padding: 7px 15px 7px 30px;
    border: 1px solid #728189;
    border-radius: 28px;
  }
}
.popup-item__inner-btn:last-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_left.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .popup-item__inner-btn:last-child::before {
    width: 22px;
    height: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__inner-btn:last-child::before {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__inner-btn:last-child {
    cursor: default;
  }
}
.popup-item__table {
  width: 100%;
  padding-top: 75px;
}

.popup-item__table tr:not(:first-child),
.popup-item__table tr:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .popup-item__table tr:not(:first-child),
  .popup-item__table tr:not(:last-child) {
    margin-bottom: 0;
  }

  .popup-item__table {
    padding-top: 0;
  }
}
.popup-item__table thead tr:first-child {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .popup-item__table tr:first-child {
    font-size: 14px;
    line-height: 17px;
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table tr:first-child {
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-item__table tr {
  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;*/
  background: #ffffff;
  margin: 0 -15px;
  padding: 20px 15px 30px;

  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .popup-item__table tr {
    padding: 30px 30px 40px;
    border-radius: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table tr {
    padding: 0;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: inherit;
  }
}
.popup-item__table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f3f4;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:first-child {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 53px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .popup-item__table td:first-child {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table td:first-child {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table td:first-child {
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-item__table td:last-child {
  position: absolute;
  top: 18px;
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:last-child {
    right: 30px;
    top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table td:last-child {
    position: inherit;
    top: 32px;
  }
}
.popup-item__table td:not(:first-child) {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:not(:first-child) {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table td:not(:first-child) {
    margin: 0;
    font-weight: 400;
    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;
  }
}
.popup-item__table td:not(:first-child) div:first-child {
  margin-bottom: 5px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:not(:first-child) div:first-child {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table td:not(:first-child) div:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .popup-item__table td:not(:first-child) div:first-child div {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.popup-item__table td:not(:first-child) div:first-child span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:not(:first-child) div:first-child span {
    display: block;
    border: 1px dashed #dae2e7;
    width: 100%;
    height: 1px;
    margin: 0 10px 0 16px;
  }
}
.popup-item__table td:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0;
  width: auto !important;
}

@media only screen and (min-width: 768px) {
  .popup-item__table td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table tr:first-child {
    /*        background-color: #C6D0D7;*/
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table tr:first-child th {
    padding: 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table tr td {
    padding: 10px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table tr:first-child,
  .popup-item__table tr {
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: minmax(198px, 1fr) repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: minmax(198px, 1fr) repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table tr:first-child,
  .popup-item__table tr {
    -ms-grid-columns: minmax(305px, 1fr) repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: minmax(305px, 1fr) repeat(auto-fit, minmax(100px, 1fr));
  }
}
.popup-item__table .order-table__img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .popup-item__table .order-table__img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table .order-table__img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table .order-table__img {
    width: 50px;
    height: 50px;
  }
}
.popup-item__table button {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .popup-item__table button {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table button {
    width: 30px;
    height: 30px;
  }
}
.popup-item__table button + button {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .popup-item__table button + button {
    margin-left: 33px;
  }
}
@media only screen and (min-width: 1280px) {
  .popup-item__table button + button {
    margin-left: 26px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__table button + button {
    margin-left: 40px;
  }
}
.popup-item__files {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .popup-item__files {
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .popup-item__files {
    margin-top: 60px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers {
  width: 32px;
  height: 32px;
  display: block;
  font-size: 14px;
  line-height: 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;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.pagination .page-numbers:not(:last-child) {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .pagination .page-numbers {
    font-size: 16px;
    line-height: 24px;
  }
  .pagination .page-numbers:not(:last-child) {
    margin-right: 6px;
  }
}
.pagination .page-numbers svg {
  fill: #000000;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

.pagination .page-numbers:hover {
  color: #ed1c24;
}

.pagination .page-numbers:hover svg {
  fill: #ed1c24;
}

.pagination .dots:hover,
.pagination .current:hover {
  color: #000000;
}

.pagination .current {
  background: #dae2e7;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) {
  .files__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .files__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .files__list {
    grid-gap: 40px;
  }
}
.files__item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .files__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.files__link {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 290px;
  padding-left: 60px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .files__link {
    width: 314px;
  }
}
@media only screen and (min-width: 1800px) {
  .files__link {
    width: 379px;
    padding-left: 79px;
  }
}
.files__link:hover {
  color: #ed1c24;
}

.files__name {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #9fb2bd;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 60px;
  background-image: url("../img/file.svg");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  overflow: hidden;
}

@media only screen and (min-width: 1800px) {
  .files__name {
    font-size: 14px;
    line-height: 17px;
    width: 49px;
    height: 65px;
  }
}
.files__size {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9fb2bd;
}

@media only screen and (min-width: 1800px) {
  .files__size {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet__menu {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet__menu-inner {
    background: #ffffff;
    border-radius: 20px;
    width: 277px;
    padding: 30px 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__menu-inner {
    width: 390px;
    padding: 40px;
    margin-bottom: 54px;
  }
}
.cabinet__menu-list {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #f0f3f4;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .cabinet__menu-list {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__menu-list {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
  }
}
.cabinet__menu-item {
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .cabinet__menu-item {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet__menu-item {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__menu-item {
    margin-bottom: 25px;
  }
}
.cabinet__menu-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1280px) {
  .cabinet__menu-link:hover {
    color: #ed1c24;
  }
}
.cabinet__menu-link-span {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  background-color: #9fb2bd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}

.cabinet__menu-payment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cabinet__menu-payment-item:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1800px) {
  .cabinet__menu-payment-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cabinet__menu-payment-title {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 1800px) {
  .cabinet__menu-payment-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.cabinet__menu-payment-amount {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #728189;
}

@media only screen and (min-width: 1800px) {
  .cabinet__menu-payment-amount {
    font-size: 18px;
    line-height: 27px;
  }
}
.cabinet__menu-logout {
  display: block;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  position: relative;
  padding-left: 36px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  bottom: 30px;
  left: 0;
}

.cabinet__menu-logout svg {
  position: absolute;
  fill: #728189;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1280px) {
  .cabinet__menu-logout svg {
    left: 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__menu-logout svg {
    left: 40px;
  }
}
.cabinet__menu-logout:hover {
  color: #ed1c24;
}

.cabinet__menu-logout:hover svg {
  fill: #ed1c24;
  left: 10px;
}

@media only screen and (min-width: 1800px) {
  .cabinet__menu-logout:hover svg {
    left: 25px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet__menu-logout {
    padding-left: 46px;
    position: relative;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__menu-logout {
    padding-left: 66px;
  }
}
.cabinet-menu__popup {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background-color: #ffffff;
  padding: 20px 15px 30px;
}

@media only screen and (min-width: 768px) {
  .cabinet-menu__popup {
    padding: 30px 30px 50px;
    width: 287px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet-menu__popup {
    display: block;
    background-color: transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    position: inherit;
    z-index: 1;
  }
}
.cabinet-menu__popup.active {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .cabinet-menu__popup.active {
    display: none;
  }
}
.cabinet-menu__popup .popup-search__btn, .cabinet-menu__popup .popup-search__back-btn {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .cabinet-menu__popup .popup-search__btn, .cabinet-menu__popup .popup-search__back-btn {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet-menu__popup .popup-search__btn, .cabinet-menu__popup .popup-search__back-btn {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet-menu__popup-bg {
    display: none;
  }
}
.cabinet-menu__popup-bg.active {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
}

@media only screen and (min-width: 1280px) {
  .cabinet__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cabinet__bottom {
  background: #ffffff;
  padding: 30px 15px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 768px) {
  .cabinet__bottom {
    padding: 30px 30px 40px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabinet__bottom {
    width: 869px;
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__bottom {
    width: 1210px;
    padding: 40px 50px 60px;
  }
}
.cabinet__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .cabinet__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1800px) {
  .cabinet__text {
    width: 789px;
  }
}
@media only screen and (min-width: 1280px) {
  .order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
  }
}
.order__list {
  padding-top: 20px;
}

@media only screen and (min-width: 1280px) {
  .order__list {
    padding-top: 0;
    width: 869px;
  }
}
@media only screen and (min-width: 1800px) {
  .order__list {
    padding-top: 0;
    width: 1210px;
  }
}
.order__item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .order__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.order__link {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 14px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .order__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .order__link {
    padding: 40px 50px;
  }
}
.order__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .order__item-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .order__item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.order__item-data {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .order__item-data {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .order__item-data {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .order__item-data {
    font-size: 14px;
    line-height: 17px;
    margin-right: 15px;
  }
}
.order__item-data span {
  margin-right: 10px;
}

.order__item-data time {
  font-weight: 700;
}

.order__item-status {
  font-size: 12px;
  line-height: 15px;
  padding: 6px 10px;
  border-radius: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 1800px) {
  .order__item-status {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 15px;
  }
}
.order .pagination {
  margin-top: 50px;
}

@media only screen and (min-width: 1800px) {
  .order .pagination {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.search__menu {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search__menu:hover {
  color: #ed1c24;
}

.search__menu:hover svg {
  fill: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .search__menu {
    padding: 30px 25px 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    cursor: default;
  }
  .search__menu:hover {
    color: inherit;
  }
  .search__menu:hover svg {
    fill: #ed1c24;
  }
}
@media only screen and (min-width: 1280px) {
  .search__menu {
    padding: 30px 25px 43px;
    width: 271px;
  }
}
@media only screen and (min-width: 1800px) {
  .search__menu {
    padding: 50px 40px;
    width: 385px;
  }
}
.search__menu svg {
  fill: #9fb2bd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .search__menu svg {
    display: none;
  }
}
.search__menu span {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .search__menu span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .search__menu span {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}
.search__menu-categores {
  display: none;
}

.search__menu-categores.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .search__menu-categores {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5px;
  }
  .search__menu-categores.active {
    display: -ms-grid;
    display: grid;
  }
}
@media only screen and (min-width: 1024px) {
  .search__menu-categores {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .search__menu-categores {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.search__link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.search__link:hover {
  color: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .search__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .search__link {
    font-size: 16px;
    line-height: 21px;
  }
}
.basket-popup {
  display: none;
}

.basket-popup__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(24, 28, 30, 0.6);
}

.basket-popup__inner {
  width: 100%;
  height: 100vh;
  background-color: #f0f3f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  padding: 20px 0;
  
  overflow-y: auto;
}

.basket-popup__inner.delete-popup {
    overflow-y: auto;
}

.basket-popup__inner.active {
  display: block;
}

.basket-popup__inner .basket-order__status-top .ts-wrapper {
    max-width: 100%;
}

@media only screen and (min-width: 1280px) {
  .basket-popup__inner {
    padding: 30px 28px 40px 40px;
    background: #ffffff;
    border-radius: 20px;
    max-width: 770px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  .basket-popup__inner .container {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-popup__inner {
    max-width: 1074px;
    padding: 40px 40px 50px 50px;
  }
}
.basket-popup__inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
  margin-left: 15px;
}
.basket-popup__inner-header{
  display: none;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .basket-popup__inner-btn {
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    margin-bottom: 37px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-popup__inner-btn {
    display: none;
  }
  .basket-popup__inner-header{
    display: block;
  }
}
.basket-popup__inner-btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_left.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .basket-popup__inner-btn::before {
    width: 22px;
    height: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1800px) {
    .basket-order {
        padding-top: 0;
    }
}
.basket-order__list {
  background: #ffffff;
  padding: 20px 15px 30px;
}

@media only screen and (min-width: 768px) {
  .basket-order__list {
    padding: 30px 30px 40px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__list {
    padding: 0;
  }
}
.basket-order__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f3f4;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-head {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__item-head {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__item-head {
    margin-bottom: 40px;
  }
}
.basket-order__item-img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .basket-order__item-img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__item-img {
    width: 120px;
    height: 120px;
  }
}
.basket-order__item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__item-title {
    font-size: 20px;
    line-height: 30px;
    width: 314px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__item-title {
    font-size: 24px;
    line-height: 36px;
    width: 464px;
  }
}
.basket-order__item-feature {
  font-size: 12px;
  line-height: 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-feature {
    font-size: 14px;
    line-height: 21px;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__item-feature {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__item-feature {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-order__item-feature li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__item-feature li {
    grid-column-gap: 20px;
  }
}
.basket-order__item-description {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .basket-order__item-description div {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__item-description div {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__item-description div {
    margin-right: 20px;
  }
}
.basket-order__item-description span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .basket-order__item-description span {
    display: block;
    border: 1px dashed #dae2e7;
    width: 100%;
    height: 1px;
  }
}
.basket-order__status {
  width: 290px;
  margin: 0 auto;
  background: #dae2e7;
  border: 1px solid #ced7dd;
  border-radius: 4px;
  padding: 30px 15px 40px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .basket-order__status {
    width: 100%;
    border-radius: 20px;
    border-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .basket-order__status {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status {
    padding: 0;
    width: 220px;
    display: block;
    margin: 0;
    background: #ffffff;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status {
    width: 310px;
  }
}
.basket-order__status-measuring {
  font-size: 14px;
  line-height: 17px;
  background: #ffffff;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14px 20px 14px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-measuring {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-measuring {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.basket-order__status-measuring svg {
  fill: black;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (min-width: 1800px) {
  .basket-order__status-measuring svg {
    width: 9px;
    height: 6px;
  }
}
.basket-order__status-measuring:hover svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.basket-order__status-units {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  margin-bottom: 10px;
  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;
}

@media only screen and (min-width: 1800px) {
  .basket-order__status-units {
    font-size: 16px;
  }
}
.basket-order__status-units-btn {
  width: 43px;
  height: 43px;
  background: #c6d3db;
  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;
}

@media only screen and (min-width: 1800px) {
  .basket-order__status-units-btn {
    width: 48px;
    height: 48px;
  }
}
.basket-order__status-units-btn svg {
  fill: #728189;
}

/*////*/
.basket-order__status-units input {
  display: block;
  padding: 0 12px;
  width: 172px;
  overflow: hidden;
  border: none;
  text-align: center;
}

.bootstrap-touchspin {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-units input {
    width: 226px;
  }
}
@media only screen and (min-width: 1024px) {
  .basket-order__status-units input {
    width: 344px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status-units input {
    width: 158px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-units input {
    width: 212px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-order__status-bottom {
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .basket-order__status-bottom {
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status-bottom {
    width: 100%;
  }
}
.icon__close{
  cursor: pointer;  
}

.basket-order .icon__close {
  display: none;
}

.basket-order .icon__close svg {
  stroke: #dae2e7;
}

@media only screen and (min-width: 1280px) {
  .basket-order .icon__close svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .icon__close svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order .icon__close {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .icon__close {
    right: 40px;
    top: 30px;
  }
}
.basket-order__status-calculation {
  font-size: 12px;
  line-height: 18px;
  color: #728189;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-calculation {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status-calculation {
    margin-bottom: 43px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-calculation {
    margin-bottom: 85px;
    font-size: 14px;
    line-height: 21px;
  }
}

.basket-order__status-calculation-label {
  font-size: 16px;
  line-height: 18px;
  color: #728189;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-calculation-label {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status-calculation-label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-calculation-label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }
}
.basket-order__status-value {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-value {
    margin-bottom: 29px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order__status-value {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-value {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.basket-order__status-value div:last-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (min-width: 1800px) {
  .basket-order__status-value div:last-child {
    font-size: 24px;
    line-height: 29px;
  }
}
.basket-order__status-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 14px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .basket-order__status-btn {
    padding: 12px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order__status-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.basket-order__status-btn.added {
  display: none;
}

.basket-order .basket-order__status-added {
  display: none;
}

.basket-order .basket-order__status-icon {
  width: 70px;
  height: 70px;
  background: #b0c1cb;
  border-radius: 50%;
  margin-bottom: 15px;
  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;
}

@media only screen and (min-width: 768px) {
  .basket-order .basket-order__status-icon {
    margin-bottom: 0;
    margin-right: 20px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order .basket-order__status-icon {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .basket-order__status-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-order .basket-order__status-icon .icon__added {
    width: 34px;
    height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order .basket-order__status-icon .icon__added {
    width: 28px;
    height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .basket-order__status-icon .icon__added {
    width: 34px;
    height: 24px;
  }
}
.basket-order .basket-order__status-icon .icon__not-available {
  display: none;
}

@media only screen and (min-width: 768px) {
  .basket-order .basket-order__status {
    padding: 61px 39px 62px 71px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order .basket-order__status {
    padding: 0;
    width: 248px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .basket-order__status {
    width: 310px;
  }
  .basket-order .basket-order__status-top {
    margin-top: 30px;
  }
}
.basket-order .basket-order__status-text {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .basket-order .basket-order__status-text {
    width: 116px;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-order .basket-order__status-text {
    text-align: center;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-order .basket-order__status-text {
    width: 131px;
  }
}
.basket-order .basket-order__status-added {
  display: none;
}

.basket-popup.added {
  display: block;
}

.basket-popup.added .basket-order__status-measuring,
.basket-popup.added .basket-order__status-calculation-label,
.basket-popup.added .basket-order__status-units,
.basket-popup.added .basket-order__status-value,
.basket-popup.added .basket-order__status-calculation {
  display: none;
}

.basket-popup.added .basket-order__status-added {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 21px;
  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;
}

@media only screen and (min-width: 768px) {
  .basket-popup.added .basket-order__status-added {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-popup.added .basket-order__status-added {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-popup.added .basket-order__status-added {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-popup.added .basket-order__status-icon .icon__added {
    width: 34px;
    height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-popup.added .basket-order__status-icon .icon__added {
    width: 28px;
    height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-popup.added .basket-order__status-icon .icon__added {
    width: 34px;
    height: 24px;
  }
}
.basket-popup.added .basket-order__status-icon .icon__not-available {
  display: none;
}

.basket-popup.added .basket-order__status-text.not-available {
  display: none;
}

.basket-popup.added .basket-order__status-btn {
  display: none;
}

.basket-popup.added .basket-order__status-btn.added {
  display: block;
}

.basket-popup.added .basket-order__status-btn.margin {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .basket-popup.added .basket-order__status-btn.margin {
    margin-bottom: 15px;
  }
}
.basket-popup.not-available {
  display: block;
}

.basket-popup.not-available .basket-order__status-measuring,
.basket-popup.not-available .basket-order__status-calculation-label,
.basket-popup.not-available .basket-order__status-units,
.basket-popup.not-available .basket-order__status-value,
.basket-popup.not-available .basket-order__status-calculation {
  display: none;
}

.basket-popup.not-available .basket-order__status-btn {
  display: none;
}

.basket-popup.not-available .basket-order__status-btn.not-available {
  display: block;
}

.basket-popup.not-available .basket-order__status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-popup.not-available .basket-order__status-added {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 21px;
  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;
}

@media only screen and (min-width: 768px) {
  .basket-popup.not-available .basket-order__status-added {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .basket-popup.not-available .basket-order__status-added {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1800px) {
  .basket-popup.not-available .basket-order__status-added {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 27px;
  }
}
.basket-popup.not-available .basket-order__status-text.added {
  display: none;
}

.basket-popup.not-available .basket-order__status-icon .icon__added {
  display: none;
}

.basket-popup.not-available .basket-order__status-icon .icon__not-available {
  display: block;
}

@media only screen and (min-width: 1800px) {
  .basket-popup.not-available .basket-order__status-icon .icon__not-available {
    width: 34px;
    height: 24px;
  }
}
.order-table {
  margin: 20px -15px 0;
}

@media only screen and (min-width: 768px) {
  .order-table {
    width: 100%;
    margin: 21px 0 0;
  }
}
.order-table tr {
  background: #ffffff;
  padding: 20px 15px 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .order-table tr {
    border-radius: 20px;
    padding: 30px 30px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr {
    padding: 0;
    border-radius: 0;
    border: 1px solid transparent;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr th:not(:last-child) {
    border-right: 1px solid #c6d0d7;
    padding: 14px 0 15px;
  }
}
.order-table tr:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.order-table tr:nth-child(1) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-table tr:nth-child(1) {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #dae2e7;
    border: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:nth-child(1),
  .order-table td:nth-child(1) {
    width: 47px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:nth-child(2),
  .order-table td:nth-child(2) {
    width: 598px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:nth-child(3),
  .order-table td:nth-child(3) {
    width: 102px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:nth-child(4),
  .order-table td:nth-child(4) {
    width: 138px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:nth-child(5),
  .order-table td:nth-child(5) {
    width: 149px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table th:last-child,
  .order-table td:last-child {
    width: 125px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr:not(:last-child) {
    border-bottom: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table td:not(:last-child) {
    border-right: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table td {
    padding: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table td:nth-child(2) {
    text-align: left;
  }
}
.order-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1280px) {
  .order-table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.order-table tr td:nth-child(1) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(1) {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table tr td:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-table tr td:nth-child(2) {
  margin-bottom: 61px;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(2) {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table tr td:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}
.order-table tr td:nth-child(3),
.order-table tr td:nth-child(4),
.order-table tr td:nth-child(5),
.order-table tr td:nth-child(6) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3),
  .order-table tr td:nth-child(4),
  .order-table tr td:nth-child(5),
  .order-table tr td:nth-child(6) {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-table tr td:nth-child(3) div,
.order-table tr td:nth-child(4) div,
.order-table tr td:nth-child(5) div,
.order-table tr td:nth-child(6) div {
  font-size: 12px;
  line-height: 18px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:nth-child(3) div,
  .order-table tr td:nth-child(4) div,
  .order-table tr td:nth-child(5) div,
  .order-table tr td:nth-child(6) div {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3) div,
  .order-table tr td:nth-child(4) div,
  .order-table tr td:nth-child(5) div,
  .order-table tr td:nth-child(6) div {
    line-height: 17px;
  }
}
.order-table tr td:nth-child(3) div:nth-child(1),
.order-table tr td:nth-child(4) div:nth-child(1),
.order-table tr td:nth-child(5) div:nth-child(1),
.order-table tr td:nth-child(6) div:nth-child(1) {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:nth-child(3) div:nth-child(1),
  .order-table tr td:nth-child(4) div:nth-child(1),
  .order-table tr td:nth-child(5) div:nth-child(1),
  .order-table tr td:nth-child(6) div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3) div:nth-child(1),
  .order-table tr td:nth-child(4) div:nth-child(1),
  .order-table tr td:nth-child(5) div:nth-child(1),
  .order-table tr td:nth-child(6) div:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .order-table tr td:nth-child(3) div:nth-child(1) span,
  .order-table tr td:nth-child(4) div:nth-child(1) span,
  .order-table tr td:nth-child(5) div:nth-child(1) span,
  .order-table tr td:nth-child(6) div:nth-child(1) span {
    display: block;
    border: 1px dashed #dae2e7;
    height: 1px;
    width: 100%;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3) div:nth-child(1) span,
  .order-table tr td:nth-child(4) div:nth-child(1) span,
  .order-table tr td:nth-child(5) div:nth-child(1) span,
  .order-table tr td:nth-child(6) div:nth-child(1) span {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3) div:nth-child(2),
  .order-table tr td:nth-child(4) div:nth-child(2),
  .order-table tr td:nth-child(5) div:nth-child(2),
  .order-table tr td:nth-child(6) div:nth-child(2) {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table tr td:nth-child(3) div:nth-child(2),
  .order-table tr td:nth-child(4) div:nth-child(2),
  .order-table tr td:nth-child(5) div:nth-child(2),
  .order-table tr td:nth-child(6) div:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-table tr td:nth-child(3) div:nth-child(2) span,
.order-table tr td:nth-child(4) div:nth-child(2) span,
.order-table tr td:nth-child(5) div:nth-child(2) span,
.order-table tr td:nth-child(6) div:nth-child(2) span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #728189;
}

.order-table tr td:nth-child(3),
.order-table tr td:nth-child(4) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  .order-table tr td:nth-child(3),
  .order-table tr td:nth-child(4) {
    margin-bottom: 0;
  }
}
.order-table tr td:nth-child(4) span svg {
  display: none;
}

.order-table tr td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50px;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:last-child {
    right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:last-child {
    position: initial;
  }
}
.order-table tr td:last-child button {
  width: 20px;
  height: 20px;
  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;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:last-child button {
    width: 24px;
    height: 24px;
  }
}
.order-table tr td:last-child button + button {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .order-table tr td:last-child button + button {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table tr td:last-child button + button {
    margin-left: 33px;
  }
}
.order-table .order-table__img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .order-table .order-table__img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table .order-table__img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table .order-table__img {
    width: 50px;
    height: 50px;
  }
}
.order-table .order-table__title {
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .order-table .order-table__title {
    width: 437px;
  }
}
@media only screen and (min-width: 1024px) {
  .order-table .order-table__title {
    width: 493px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table .order-table__title {
    width: 437px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table .order-table__title {
    font-size: 16px;
    line-height: 20px;
    width: 394px;
  }
}
.order-table .order-table__title div {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-table .order-table__title div {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table .order-table__title div {
    margin-bottom: 4px;
  }
}
.order-table .order-table__title span {
  display: block;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #728189;
}

@media only screen and (min-width: 1280px) {
  .page__basket .order-table .order-table__allert,
  .page__basket .order-table .order-table__info {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(1),
  .page__basket .order-table td:nth-child(1) {
    width: 47px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .order-table th:nth-child(1),
  .page__basket .order-table td:nth-child(1) {
    width: 49px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(2),
  .page__basket .order-table td:nth-child(2) {
    width: 576px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .order-table th:nth-child(2),
  .page__basket .order-table td:nth-child(2) {
    width: 495px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(3),
  .page__basket .order-table td:nth-child(3) {
    width: 113px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .order-table th:nth-child(3),
  .page__basket .order-table td:nth-child(3) {
    width: 142px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(4),
  .page__basket .order-table td:nth-child(4) {
    width: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .order-table th:nth-child(4),
  .page__basket .order-table td:nth-child(4) {
    width: 192px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(5),
  .page__basket .order-table td:nth-child(5) {
    width: 145px;
  }
}
.page__basket .order-table td:nth-child(5) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  .page__basket .order-table td:nth-child(5) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:nth-child(6),
  .page__basket .order-table td:nth-child(6) {
    width: 128px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table th:last-child,
  .page__basket .order-table td:last-child {
    width: 49px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table td:nth-child(4) {
    position: relative;
  }
  .page__basket .order-table td:nth-child(4) span {
    position: absolute;
    right: 3px;
    top: 3px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .order-table .order__allert {
    display: none;
  }
}
.order__allert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 12px 10px 52px;
  margin-top: 20px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
}

.order__allert::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

@media only screen and (min-width: 1024px) {
  .order__allert br {
    display: none;
  }
}
.order__allert--rectification {
  background: #fff7cd;
  border: 1px solid #f2dd89;
  color: #98670f;
}

.order__allert--rectification::before {
  background-image: url("../img/icons/order__allert--rectification.svg");
}

.order__allert--info {
  background: #d0f2ff;
  border: 1px solid #74caff;
  color: #04297a;
}

.order__allert--info::before {
  background-image: url("../img/icons/order__allert--info.svg");
}

.order__allert--success {
  background: #e9fcd4;
  border: 1px solid #c2e7ac;
  color: #08660d;
}

.order__allert--success::before {
  background-image: url("../img/icons/order__allert--success.svg");
}

.order__allert--block {
  background: #ffe7d9;
  border: 1px solid #ffa48d;
  color: #ba365f;
}

.order__allert--block::before {
  background-image: url("../img/icons/order__allert--block.svg");
}

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

.basket__title-number {
  width: 27px;
  height: 27px;
  background: #dae2e7;
  border: 1px solid #ced7dd;
  border-radius: 50%;
  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;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #728189;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .basket__title-number {
    width: 31px;
    height: 31px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__title-number {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 27px;
  }
}
.basket__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .basket__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
.basket__total {
  background: #dae2e7;
  border: 1px solid #ced7dd;
  border-radius: 4px;
  padding: 30px 15px 40px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .basket__total {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__total {
    padding: 15px 40px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__total {
    padding: 17px 50px 18px;
    margin-top: 7px;
    font-size: 16px;
    line-height: 20px;
  }
}
.basket__total-item span,
.basket__total-varity span {
  font-weight: 700;
}

.basket__total-item {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .basket__total-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket__total-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.basket__total-varity {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .basket__total-varity {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__total-varity {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__total-varity {
    margin-right: 50px;
  }
}
.basket__total-varity span {
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .basket__total-varity span {
    font-size: 24px;
    line-height: 29px;
  }
}
.basket__total-btn {
  padding: 14px 34px;
}

@media only screen and (min-width: 768px) {
  .basket__total-btn {
    padding: 11px 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__total-btn {
    padding: 11px 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__total-btn {
    padding: 12px 28px;
  }
}
.basket__contact {
  margin: 50px -15px 0;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .basket__contact {
    border-radius: 20px;
    margin: 100px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__contact {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .basket__contact {
    margin-top: 30px;
  }
}
.basket__contact .basket__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .basket__contact .basket__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__contact .basket__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__contact .basket__title {
    margin-bottom: 50px;
  }
}
.basket__contact-form {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 26px;
}

@media only screen and (min-width: 768px) {
  .basket__contact-form {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px;
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__contact-form {
    -ms-grid-columns: 277px [2];
    grid-template-columns: repeat(2, 277px);
  }
}
.basket__contact .profile__form-inp {
  width: 100%;
}

.basket__contact-top,
.basket__contact-bottom {
  padding: 30px 15px 40px;
}

@media only screen and (min-width: 768px) {
  .basket__contact-top {
    padding: 30px 30px 40px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__contact-top {
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__contact-top {
    padding: 40px 50px 60px;
  }
}
.basket__contact-bottom {
  background-color: #f8fafb;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media only screen and (min-width: 768px) {
  .basket__contact-bottom {
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__contact-bottom {
    padding: 53px 40px 60px 40px;
    width: 473px;
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__contact-bottom {
    width: 663px;
  }
}
.basket__contact-bottom-inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .basket__contact-bottom-inner {
    width: 276px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__contact-bottom-inner {
    width: 340px;
  }
}
.basket__contact-todo {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1800px) {
  .basket__contact-todo {
    margin-bottom: 15px;
  }
}
.basket__contact-todo.bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dae2e7;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.basket__contact-todo span {
  display: block;
  padding: 0 10px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  z-index: 1;
}

.basket__contact-btn {
  width: 100%;
  background-color: #dae2e7;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
  padding: 11px;
}

@media only screen and (min-width: 1800px) {
  .basket__contact-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.basket__contact-btn.register {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .basket__contact-btn.register {
    margin-bottom: 15px;
  }
}
.basket__binding {
  margin: 50px -15px 0;
  background-color: #ffffff;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .basket__binding {
    border-radius: 20px;
  }
}
.basket__binding .basket__subtitle {
  margin-bottom: 31px;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .basket__binding .basket__subtitle {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__binding .basket__subtitle {
    margin-bottom: 41px;
  }
}
.basket__binding .binding__list {
  border-top: 1px solid #dae2e7;
}

@media only screen and (min-width: 768px) {
  .basket__binding .binding__item:last-child {
    display: none;
  }
  .basket__binding .binding__item:not(:last-child) {
    border-right: 1px solid #dae2e7;
  }
}
@media only screen and (min-width: 1024px) {
  .basket__binding .binding__item:last-child {
    display: block;
  }
}
.basket__pay,
.basket__delivery {
  background-color: #ffffff;
  padding: 30px 15px 40px;
  margin: 10px -15px 0;
}

@media only screen and (min-width: 768px) {
  .basket__pay,
  .basket__delivery {
    margin: 20px 0 0;
    border-radius: 20px;
    padding: 30px 30px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__pay,
  .basket__delivery {
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__pay,
  .basket__delivery {
    margin-top: 30px;
    padding: 40px 50px 60px;
  }
}
.basket__pay-list,
.basket__delivery-list {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  padding: 14px 20px 14px 15px;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .basket__pay-list,
  .basket__delivery-list {
    width: 434px;
  }
}
@media only screen and (min-width: 1024px) {
  .basket__pay-list,
  .basket__delivery-list {
    width: 432px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__pay-list,
  .basket__delivery-list {
    min-width: 434px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__pay-list,
  .basket__delivery-list {
    min-width: 613px;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }
}
.basket__pay-list--delivery,
.basket__delivery-list--delivery {
  margin-top: 30px;
}

@media only screen and (min-width: 1800px) {
  .basket__pay-list--delivery,
  .basket__delivery-list--delivery {
    margin-top: 40px;
  }
}
.basket__pay-list svg,
.basket__delivery-list svg {
  width: 9px;
  height: 6px;
}

.basket__pay-list-type,
.basket__delivery-list-type {
  position: absolute;
  left: 10px;
  top: -8px;
  font-size: 12px;
  line-height: 15px;
  color: #728189;
  padding: 0 5px;
  background-color: #ffffff;
}

.basket__pay-item,
.basket__delivery-item {
  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;
  cursor: pointer;
}

.basket__pay-item div,
.basket__delivery-item div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 231px;
}

@media only screen and (min-width: 768px) {
  .basket__pay-item div,
  .basket__delivery-item div {
    width: 380px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__pay-item div,
  .basket__delivery-item div {
    width: 540px;
  }
}
.basket__pay .basket__form,
.basket__delivery .basket__form {
  margin-top: 30px;
}

@media only screen and (min-width: 1800px) {
  .basket__pay .basket__form,
  .basket__delivery .basket__form {
    margin-top: 40px;
  }
}
.basket__pay .basket__form-input,
.basket__delivery .basket__form-input {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__pay .basket__form input,
.basket__delivery .basket__form input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.basket__pay .basket__form input[type=checkbox]:checked + label,
.basket__pay .basket__form input[type=checkbox]:not(:checked) + label,
.basket__delivery .basket__form input[type=checkbox]:checked + label,
.basket__delivery .basket__form input[type=checkbox]:not(:checked) + label {
  font-size: 14px;
  line-height: 22px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}

.basket__pay .basket__form input[type=checkbox]:checked + label::before,
.basket__pay .basket__form input[type=checkbox]:not(:checked) + label::before,
.basket__delivery .basket__form input[type=checkbox]:checked + label::before,
.basket__delivery .basket__form input[type=checkbox]:not(:checked) + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #728189;
}

@media only screen and (min-width: 1800px) {
  .basket__pay .basket__form input[type=checkbox]:checked + label,
  .basket__pay .basket__form input[type=checkbox]:not(:checked) + label,
  .basket__delivery .basket__form input[type=checkbox]:checked + label,
  .basket__delivery .basket__form input[type=checkbox]:not(:checked) + label {
    font-size: 16px;
  }
}
.basket__pay .basket__form input[type=checkbox]:checked + label::before,
.basket__delivery .basket__form input[type=checkbox]:checked + label::before {
  border: 2px solid #ed1c24;
}

.basket__pay .basket__form input[type=checkbox]:checked + label::after,
.basket__pay .basket__form input[type=checkbox]:not(:checked) + label::after,
.basket__delivery .basket__form input[type=checkbox]:checked + label::after,
.basket__delivery .basket__form input[type=checkbox]:not(:checked) + label::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 9px;
  height: 9px;
  left: 15.5px;
  top: 6.5px;
  background-color: #ed1c24;
  border-radius: 50%;
}

.basket__pay .basket__form input[type=checkbox]:not(:checked) + label::after,
.basket__delivery .basket__form input[type=checkbox]:not(:checked) + label::after {
  opacity: 0;
}

.basket__pay .basket__form input[type=checkbox]:checked + label::after,
.basket__delivery .basket__form input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.basket__pay .basket__title,
.basket__delivery .basket__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .basket__pay .basket__title,
  .basket__delivery .basket__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__pay .basket__title,
  .basket__delivery .basket__title {
    margin-bottom: 50px;
  }
}
.basket__terms {
  display: block;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .basket__terms {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__terms {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket__btns {
  margin-top: 20px;
}
.basket__btns button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .basket__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket__btns button {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__btns {
    margin-top: 30px;
  }
}
.basket__btn + .basket__btn {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .basket__btn + .basket__btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__btn + .basket__btn {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .basket__delivery .basket__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .basket__delivery .basket__form .basket__form-input + .basket__form-input {
    margin-left: 28px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery .basket__form .basket__form-input + .basket__form-input {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__delivery .basket__pay-list {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery .basket__pay-list {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket__delivery .order__allert {
    width: 537px;
  }
}
@media only screen and (min-width: 1024px) {
  .basket__delivery .order__allert {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__delivery .order__allert {
    margin-top: 0;
    width: 537px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery .order__allert {
    width: 637px;
  }
}
#carrierCont {
  margin-top: 30px;
}

.basket__delivery-bottom {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1280px) {
  .basket__delivery-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery-bottom {
    gap: 100px;
    margin-top: 40px;
  }
}
.basket__delivery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 1280px) {
  .basket__delivery-inner {
    flex-direction: row;
    gap: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery-inner {
    gap: 100px;
  }
}
.order__allert.order__allert--info {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .order__allert.order__allert--info {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .order__allert.order__allert--info {
    margin-top: 0;
  }
}
.basket__delivery-addres {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .basket__delivery-addres {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1280px) {
  .basket__delivery-addres {
    margin-top: 0;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery-addres {
    font-size: 16px;
    line-height: 20px;
    margin-right: -50px;
  }
}
.basket__delivery-addres-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
}

@media only screen and (min-width: 768px) {
  .basket__delivery-addres-buttons {
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery-addres-buttons {
    margin-right: -50px;
  }
}
.basket__delivery-addres-btn {
  color: #728189;
  background: #f8fafb;
  border: 1px solid #dae2e7;
  border-radius: 40px;
  padding: 12px 15px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.basket__delivery-addres-btn:not(:last-child) {
  margin-right: 10px;
}

.basket__delivery-addres-btn:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .basket__delivery-addres-btn:last-child {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .basket__delivery-addres-btn:last-child {
    margin-right: 60px;
  }
}
.basket__delivery-addres-title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1800px) {
  .basket__delivery-addres-title {
    margin-bottom: 30px;
  }
}
.item-available__table {
  margin-top: 30px;
  background-color: #f0f3f4;
}

@media only screen and (min-width: 1280px) {
  .item-available__table.hiden {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table {
    margin-top: 50px;
  }
}
.item-available__table-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  background-color: #dae2e7;
  padding: 14px;
}

@media only screen and (min-width: 1800px) {
  .item-available__table-head {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table-bottom-inner {
    display: flex;
    padding: 0 45px;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table-bottom-inner {
    padding: 0 50px;
  }
}
.item-available__table-diameter {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .item-available__table-diameter {
    display: block;
    min-width: 108px;
    display: -ms-grid;
    display: grid;
    grid-gap: 1px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table-diameter {
    min-width: 151px;
  }
}
.item-available__table-diameter li {
  background-color: #dae2e7;
  width: 100%;
  height: 45px;
  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;
}

@media only screen and (min-width: 1280px) {
  .item-available__table-diameter li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table-diameter li {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }
}
.item-available__table-diameter li:first-child {
  font-weight: 700;
}

.item-available__table-tab {
  background-color: #f0f3f4;
}

@media only screen and (min-width: 1280px) {
  .item-available__table-tab {
    max-width: 968px;
    overflow-x: scroll;
    position: relative;
    margin-bottom: -20px;
    background-color: transparent;
  }
  .item-available__table-tab::-webkit-scrollbar, .item-available__table-tab:hover::-webkit-scrollbar {
    background-color: transparent;
    height: 6px;
    border: 2px solid transparent;
  }
  .item-available__table-tab::-webkit-scrollbar-thumb {
    border: 2px solid #728189;
    border-radius: 5px;
    background-color: #728189;
    background-clip: padding-box;
  }
  .item-available__table-tab ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
  }
  .item-available__table-tab ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  .item-available__table-tab table {
    border-spacing: 0px;
    grid-row-gap: 1px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table-tab {
    max-width: 1376px;
  }
}
.item-available__table-btn {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .item-available__table-btn {
    display: block;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .item-available__table-btn--left {
    left: 0;
  }
  .item-available__table-btn--right {
    right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table-btn {
    width: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table-btn button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
  }
}
.item-available__table tr:not(:last-child) {
  margin-bottom: 1px;
}

.item-available__table tr:nth-child(n+2) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .item-available__table tr:nth-child(n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.item-available__table tr:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1px;
}

@media only screen and (min-width: 768px) {
  .item-available__table tr:first-child {
    -ms-grid-columns: 1fr [15];
    grid-template-columns: repeat(15, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .item-available__table tr:first-child {
    -ms-grid-columns: 1fr [20];
    grid-template-columns: repeat(20, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table tr:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-available__table tr:first-child td {
    background-color: #dae2e7 !important;
  }
  .item-available__table tr:first-child td button {
    cursor: default !important;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 1px;
  }
}
.item-available__table td {
  font-size: 14px;
  line-height: 17px;
  width: 47px;
  height: 47px;
  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;
}

.item-available__table td:nth-child(n+37) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .item-available__table td {
    width: 46px;
    height: 46px;
  }
  .item-available__table td:nth-child(n+37) {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .item-available__table td:nth-child(n+41) {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table td {
    width: 46px;
    height: 46px;
  }
  .item-available__table td:nth-child(n+37) {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__table td {
    width: 45px;
    height: 45px;
  }
  .item-available__table td:nth-child(n+35) {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__table td {
    width: 50px;
    height: 50px;
  }
}
.item-available__table .cell {
  background-color: #fff;
  position: relative;
}

.item-available__table .cell button {
  width: 100%;
  height: 100%;
  cursor: default;
}

.item-available__table .cell .availible {
  display: none;
}

.item-available__table .cell .unavailible {
  display: none;
}

.item-available__table .cell .toorder {
  display: none;
}

.item-available__table .cell .availible::before,
.item-available__table .cell .unavailible::before,
.item-available__table .cell .toorder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-available__table .cell .availible::before {
  content: "+";
}

.item-available__table .cell .unavailible::before {
  content: "-";
}

.item-available__table .cell .toorder::before {
  content: ".";
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}

.item-available__table .cell.color__available {
  background-color: #c2cfd7;
}

.item-available__table .cell.color__available button {
  cursor: pointer;
}

.item-available__table .cell.color__available .availible {
  display: block;
}

.item-available__table .cell.color__available .unavailible {
  display: none;
}

.item-available__table .cell.color__available .toorder {
  display: none;
}

.item-available__table .cell.color__toorder {
  background-color: #f1d7b0;
}

.item-available__table .cell.color__toorder button {
  cursor: pointer;
}

.item-available__table .cell.color__toorder .availible {
  display: none;
}

.item-available__table .cell.color__toorder .unavailible {
  display: none;
}

.item-available__table .cell.color__toorder .toorder {
  display: block;
}

.item-available__table .cell.color__unavailable {
  background-color: #feb9bc;
}

.item-available__table .cell.color__unavailable button {
  cursor: pointer;
}

.item-available__table .cell.color__unavailable .availible {
  display: none;
}

.item-available__table .cell.color__unavailable .unavailible {
  display: block;
}

.item-available__table .cell.color__unavailable .toorder {
  display: none;
}

.page__main {
  padding-bottom: 50px;
}

@media only screen and (min-width: 1280px) {
  .page__main {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__main {
    padding-bottom: 100px;
  }
}
.page__main .categories__item {
  position: relative;
  overflow-y: visible;
}

.page__main .categories__item span {
  display: inline;
  width: fit-content;
}

.page__main .categories__item a:nth-child(n+7) {
  display: none;
}

.page__main .categories__item:nth-child(n+5) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page__main .categories__item:nth-child(n+5) {
    display: block;
  }
  .page__main .categories__item:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .page__main .categories__item:nth-child(n+7) {
    display: block;
  }
  .page__main .categories__item.hoverable.hovered:nth-child(1) .categories__item-inner {
    border-radius: 20px 0 0 0;
  }
  .page__main .categories__item.hoverable.hovered:nth-child(4) .categories__item-inner {
    border-radius: 0 20px 0 0;
  }
  .page__main .categories__item.hoverable.hovered .categories__item-inner {
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 40px rgba(12, 58, 81, 0.3);
    box-shadow: 0px 15px 40px rgba(12, 58, 81, 0.3);
    z-index: 2;
  }
  .page__main .categories__item.hoverable.hovered .hover-content {
    position: absolute;
  }
  .page__main .categories__item.hoverable.hovered a:nth-child(n+7) {
    display: block;
  }
  .page__main .categories__item.hoverable.hovered span {
    display: none;
  }
}
.page__brend .awards {
  margin-bottom: 0px;
}

.page__brend .section__content-gallery {
  padding: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .page__brend .section__content-gallery {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__brend .section__content-gallery {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brend .section__content-gallery {
    margin-bottom: 200px;
  }
}
.page__brend .gallery {
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .page__brend .gallery {
    margin: 100px auto;
  }
}
@media only screen and (min-width: 1280px) {
  .page__brend .gallery {
    margin: 150px auto;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brend .gallery {
    margin: 200px auto;
  }
}
@media only screen and (min-width: 768px) {
  .page__brend .page__title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__brend .page__title {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brend .page__title {
    margin-bottom: 100px;
  }
}
.page__brend .content > ul {
  margin: 30px 0 !important;
}

@media only screen and (min-width: 768px) {
  .page__brend .content > ul {
    margin-bottom: 50px !important;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brend .content > ul {
    margin: 40px 0 60px;
  }
}
.page__brend .brend {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .page__brend .brend {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__brend .brend {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__brend .brend {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brend .brend {
    padding-bottom: 200px;
  }
}
.page__brend .brend__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.page__brend .awards .section__title {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .page__brend .awards .section__title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__brend .awards .section__title {
    margin-bottom: 63px;
  }
}
@media only screen and (min-width: 768px) {
  .page__brend .bracing__list {
    margin-bottom: 0 !important;
  }
}
.page__brends .content {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .page__brends .content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__brends .content {
    padding-top: 150px;
  }
}
.page__cabinet {
  padding: 70px 0 211px;
}

@media only screen and (min-width: 768px) {
  .page__cabinet {
    padding: 100px 0 647px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__cabinet {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__cabinet {
    padding: 200px 0 150px;
  }
}
.page__cabinet .page__title {
  margin-left: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page__cabinet .page__title {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__cabinet .page__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__cabinet .page__title {
    margin-bottom: 50px;
  }
}
.page__catalog .section__title {
  display: none;
}

.page__catalog .categories__btn {
  display: none;
}

.page__catalog .categories {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .page__catalog .categories {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__catalog .categories {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__catalog .categories {
    padding-top: 60px;
  }
}
.page__catalog .categories__item span {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .page__catalog .categories__item span {
    display: none;
  }
}
.page__catalog .categories__item .categories__item-inner a:nth-child(n+7) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page__catalog .categories__item .categories__item-inner a:nth-child(n+7) {
    display: block;
  }
}
.page__profile {
  padding: 70px 0 211px;
}

@media only screen and (min-width: 768px) {
  .page__profile {
    padding: 100px 0 647px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__profile {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__profile {
    padding: 200px 0 150px;
  }
}
.page__profile .page__title {
  margin-left: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page__profile .page__title {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__profile .page__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__profile .page__title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.profile__bottom {
  background: #ffffff;
  padding: 30px 15px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 768px) {
  .profile__bottom {
    padding: 30px 30px 40px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .profile__bottom {
    width: 869px;
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .profile__bottom {
    width: 1210px;
    padding: 40px 50px 60px;
  }
}
.profile__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .profile__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .profile__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.profile__form-top {
  display: -ms-grid;
  display: grid;
  grid-gap: 26px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dae2e7;
}

@media only screen and (min-width: 768px) {
  .profile__form-top {
    grid-gap: 24px 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .profile__form-top {
    grid-gap: 30px 20px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.profile__form-inp {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .profile__form-inp {
    width: 314px;
  }
}
@media only screen and (min-width: 1024px) {
  .profile__form-inp {
    width: 432px;
  }
}
@media only screen and (min-width: 1280px) {
  .profile__form-inp {
    width: 384px;
  }
}
@media only screen and (min-width: 1800px) {
  .profile__form-inp {
    width: 545px;
  }
}
.profile__form-input {
  width: 100%;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  padding: 14px 60px 14px 15px;
}

.profile__form-input.active {
  border: 1px solid #787878;
}

.profile__form-input.error {
  border: 1px solid #e31f1f;
}

@media only screen and (min-width: 1800px) {
  .profile__form-input {
    padding: 15px 70px 15px 20px;
  }
}
.profile__form-label {
  font-size: 14px;
  line-height: 17px;
  background: #ffffff;
  color: #728189;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1800px) {
  .profile__form-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.profile__form-label.active {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0px;
  padding: 0 5px;
}

.profile__form-bottom {
  display: -ms-grid;
  display: grid;
  grid-gap: 26px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .profile__form-bottom {
    grid-gap: 24px 20px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .profile__form-bottom {
    grid-gap: 30px 20px;
    margin-bottom: 40px;
  }
}
.profile__form-btn {
  width: 100%;
}

.page__current-orders {
  padding: 70px 0 50px;
}

@media only screen and (min-width: 768px) {
  .page__current-orders {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__current-orders {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__current-orders {
    padding: 200px 0 152px;
  }
}
.page__history-orders {
  padding: 70px 0 50px;
}

@media only screen and (min-width: 768px) {
  .page__history-orders {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__history-orders {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__history-orders {
    padding: 200px 0 152px;
  }
}
.page__order-setings {
  padding: 70px 0 50px;
}

@media only screen and (min-width: 768px) {
  .page__order-setings {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .page__order-setings {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__order-setings {
    padding: 200px 0 152px;
  }
}
.order-setings {
  margin: 20px -15px 0;
}

.order-setings__table {
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 1800px) {
  .order-setings__table {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .order-setings {
    width: 100%;
    margin: 21px 0 0;
  }
}
.order-setings tr {
  background: #ffffff;
  padding: 30px 15px 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .order-setings tr {
    border-radius: 20px;
    padding: 27px 30px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr {
    padding: 0;
    border-radius: 0;
    border: 1px solid transparent;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr th:not(:last-child) {
    border-right: 1px solid #c6d0d7;
    padding: 14px 0 15px;
  }
}
.order-setings tr:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.order-setings tr:nth-child(1) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr:nth-child(1) {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    background: #dae2e7;
    border: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr:not(:last-child) {
    border-bottom: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr:first-child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47px 180px 151px 368px 117px;
    grid-template-columns: 47px 180px 151px 368px 117px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr:first-child {
    -ms-grid-columns: 49px 297px 190px 489px 180px;
    grid-template-columns: 49px 297px 190px 489px 180px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings td:not(:last-child) {
    border-right: 1px solid #c6d0d7;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings td {
    padding: 10px;
  }
}
.order-setings td:nth-child(2) {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .order-setings td:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings td:nth-child(2) {
    display: none;
  }
}
.order-setings tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47px 180px 151px 368px 117px;
    grid-template-columns: 47px 180px 151px 368px 117px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr {
    -ms-grid-columns: 49px 297px 190px 489px 180px;
    grid-template-columns: 49px 297px 190px 489px 180px;
  }
}
.order-setings tr td:nth-child(1) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(1) {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr td:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-setings tr td:nth-child(2) {
  margin-bottom: 61px;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(2) {
    display: none;
  }
}
.order-setings tr td:nth-child(3),
.order-setings tr td:nth-child(4),
.order-setings tr td:nth-child(5),
.order-setings tr td:nth-child(6) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3),
  .order-setings tr td:nth-child(4),
  .order-setings tr td:nth-child(5),
  .order-setings tr td:nth-child(6) {
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.order-setings tr td:nth-child(3) div,
.order-setings tr td:nth-child(4) div,
.order-setings tr td:nth-child(5) div,
.order-setings tr td:nth-child(6) div {
  font-size: 12px;
  line-height: 18px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div,
  .order-setings tr td:nth-child(4) div,
  .order-setings tr td:nth-child(5) div,
  .order-setings tr td:nth-child(6) div {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div,
  .order-setings tr td:nth-child(4) div,
  .order-setings tr td:nth-child(5) div,
  .order-setings tr td:nth-child(6) div {
    line-height: 17px;
  }
}
.order-setings tr td:nth-child(3) div:nth-child(1),
.order-setings tr td:nth-child(4) div:nth-child(1),
.order-setings tr td:nth-child(5) div:nth-child(1),
.order-setings tr td:nth-child(6) div:nth-child(1) {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div:nth-child(1),
  .order-setings tr td:nth-child(4) div:nth-child(1),
  .order-setings tr td:nth-child(5) div:nth-child(1),
  .order-setings tr td:nth-child(6) div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div:nth-child(1),
  .order-setings tr td:nth-child(4) div:nth-child(1),
  .order-setings tr td:nth-child(5) div:nth-child(1),
  .order-setings tr td:nth-child(6) div:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div:nth-child(1) span,
  .order-setings tr td:nth-child(4) div:nth-child(1) span,
  .order-setings tr td:nth-child(5) div:nth-child(1) span,
  .order-setings tr td:nth-child(6) div:nth-child(1) span {
    display: block;
    border: 1px dashed #dae2e7;
    height: 1px;
    width: 100%;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div:nth-child(1) span,
  .order-setings tr td:nth-child(4) div:nth-child(1) span,
  .order-setings tr td:nth-child(5) div:nth-child(1) span,
  .order-setings tr td:nth-child(6) div:nth-child(1) span {
    display: none;
  }
}
.order-setings tr td:nth-child(3) div:nth-child(2),
.order-setings tr td:nth-child(4) div:nth-child(2),
.order-setings tr td:nth-child(5) div:nth-child(2),
.order-setings tr td:nth-child(6) div:nth-child(2) {
  font-weight: 400;
  width: 168px;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div:nth-child(2),
  .order-setings tr td:nth-child(4) div:nth-child(2),
  .order-setings tr td:nth-child(5) div:nth-child(2),
  .order-setings tr td:nth-child(6) div:nth-child(2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div:nth-child(2),
  .order-setings tr td:nth-child(4) div:nth-child(2),
  .order-setings tr td:nth-child(5) div:nth-child(2),
  .order-setings tr td:nth-child(6) div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr td:nth-child(3) div:nth-child(2),
  .order-setings tr td:nth-child(4) div:nth-child(2),
  .order-setings tr td:nth-child(5) div:nth-child(2),
  .order-setings tr td:nth-child(6) div:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-setings tr td:nth-child(3) div:nth-child(2) br,
.order-setings tr td:nth-child(4) div:nth-child(2) br,
.order-setings tr td:nth-child(5) div:nth-child(2) br,
.order-setings tr td:nth-child(6) div:nth-child(2) br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div:nth-child(2) br,
  .order-setings tr td:nth-child(4) div:nth-child(2) br,
  .order-setings tr td:nth-child(5) div:nth-child(2) br,
  .order-setings tr td:nth-child(6) div:nth-child(2) br {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div:nth-child(2) br,
  .order-setings tr td:nth-child(4) div:nth-child(2) br,
  .order-setings tr td:nth-child(5) div:nth-child(2) br,
  .order-setings tr td:nth-child(6) div:nth-child(2) br {
    display: none;
  }
}
.order-setings tr td:nth-child(3) div:nth-child(2) span,
.order-setings tr td:nth-child(4) div:nth-child(2) span,
.order-setings tr td:nth-child(5) div:nth-child(2) span,
.order-setings tr td:nth-child(6) div:nth-child(2) span {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #728189;
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3) div:nth-child(2) span,
  .order-setings tr td:nth-child(4) div:nth-child(2) span,
  .order-setings tr td:nth-child(5) div:nth-child(2) span,
  .order-setings tr td:nth-child(6) div:nth-child(2) span {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr td:nth-child(3) div:nth-child(2) span,
  .order-setings tr td:nth-child(4) div:nth-child(2) span,
  .order-setings tr td:nth-child(5) div:nth-child(2) span,
  .order-setings tr td:nth-child(6) div:nth-child(2) span {
    margin-top: 4px;
  }
}
.order-setings tr td:nth-child(3) div:nth-child(2) span br,
.order-setings tr td:nth-child(4) div:nth-child(2) span br,
.order-setings tr td:nth-child(5) div:nth-child(2) span br,
.order-setings tr td:nth-child(6) div:nth-child(2) span br {
  display: block;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:nth-child(3) div:nth-child(2) span br,
  .order-setings tr td:nth-child(4) div:nth-child(2) span br,
  .order-setings tr td:nth-child(5) div:nth-child(2) span br,
  .order-setings tr td:nth-child(6) div:nth-child(2) span br {
    display: none;
  }
}
.order-setings tr td:nth-child(3),
.order-setings tr td:nth-child(4) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  .order-setings tr td:nth-child(3),
  .order-setings tr td:nth-child(4) {
    margin-bottom: 0;
  }
}
.order-setings tr td:nth-child(4) span svg {
  display: none;
}

.order-setings tr td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 30px;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:last-child {
    right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:last-child {
    position: initial;
  }
}
.order-setings tr td:last-child button {
  width: 20px;
  height: 20px;
  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;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:last-child button {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings tr td:last-child button {
    width: 30px;
    height: 30px;
  }
}
.order-setings tr td:last-child button + button {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .order-setings tr td:last-child button + button {
    margin-left: 23px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings tr td:last-child button + button {
    margin-left: 33px;
  }
}
.order-setings .order-table__title {
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .order-setings .order-table__title {
    width: 437px;
  }
}
@media only screen and (min-width: 1024px) {
  .order-setings .order-table__title {
    width: 493px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-setings .order-table__title {
    width: 437px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings .order-table__title {
    font-size: 16px;
    line-height: 20px;
    width: 394px;
  }
}
.order-setings .order-table__title div {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-setings .order-table__title div {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-setings .order-table__title div {
    margin-bottom: 4px;
  }
}
.order-setings .order-table__title span {
  display: block;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #728189;
}

.order-setings__btn {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.order-setings__btn:hover {
  background-color: #728189;
  border-color: transparent;
  color: #dae2e7;
}

@media only screen and (min-width: 768px) {
  .order-setings__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    background-color: #dae2e7;
    border-color: transparent;
    color: #728189;
  }
}
@media only screen and (min-width: 1280px) {
  .category__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .category__top .page__title {
    width: 573px;
  }
}
@media only screen and (min-width: 1800px) {
  .category__top .page__title {
    width: 683px;
  }
}
.category__text {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .category__text {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .category__text {
    padding-top: 0;
    width: 573px;
  }
}
@media only screen and (min-width: 1800px) {
  .category__text {
    width: 799px;
  }
}
.category__bottom-list {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .category__bottom-list {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .category__bottom-list {
    padding-top: 60px;
  }
}
.category__bottom-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .category__bottom-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .category__bottom-item {
    margin-bottom: 40px;
  }
}
.category__bottom-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .category__bottom-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .category__bottom-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.category__bottom-text {
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 1800px) {
  .category__bottom-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.page__partnership .content {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .page__partnership .content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__partnership .content {
    padding-top: 60px;
    width: 968px;
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .page__partnership .content {
    padding-top: 50px;
    width: 1346px;
  }
}
.department {
  padding: 30px 15px 40px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 768px) {
  .department {
    padding: 50px 30px 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .department {
    padding: 50px 40px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .department {
    padding: 0 50px;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1800px) {
  .department {
    padding: 0 90px;
    margin-bottom: 60px;
  }
}
.department span,
.department a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .department__inner {
    width: 708px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .department__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 944px;
  }
}
@media only screen and (min-width: 1280px) {
  .department__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1266px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .department__inner {
    width: 1340px;
  }
}
@media only screen and (min-width: 1800px) {
  .department__inner {
    width: 1620px;
  }
}
.department__sales,
.department__purchase {
  background-color: #f9f9f9;
  border-radius: 40px;
}

@media only screen and (min-width: 1024px) {
  .department__sales {
    margin-right: 83px;
  }
}
@media only screen and (min-width: 1280px) {
  .department__sales {
    margin-right: 0;
    padding: 50px;
    width: 920px;
  }
}
@media only screen and (min-width: 1440px) {
  .department__sales {
    width: 975px;
  }
}
@media only screen and (min-width: 1800px) {
  .department__sales {
    padding: 60px;
    width: 1270px;
  }
}
@media only screen and (min-width: 1280px) {
  .department__purchase {
    width: 326px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .department__purchase {
    width: 344px;
  }
}
@media only screen and (min-width: 1800px) {
  .department__purchase {
    padding: 60px;
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .department__purchase-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .department__purchase-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .department__purchase-item {
    margin-right: 172px;
  }
}
@media only screen and (min-width: 1024px) {
  .department__purchase-item {
    margin-right: 0;
    margin-bottom: 129px;
  }
}
@media only screen and (min-width: 1280px) {
  .department__purchase-item {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 1800px) {
  .department__purchase-item {
    margin-bottom: 69px;
  }
}
.department__purchase-img {
  display: none;
}

@media only screen and (min-width: 768px) {
  .department__purchase-img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .department__purchase-img {
    width: 110px;
    height: 74px;
  }
}
@media only screen and (min-width: 1800px) {
  .department__purchase-img {
    width: 132px;
    height: 89px;
  }
}
.department__list {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .department__list {
    margin-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .department__list {
    margin-bottom: 0;
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    column-gap: 115px;
  }
}
@media only screen and (min-width: 1280px) {
  .department__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 57px;
  }
}
.department__item {
  padding: 15px 31px 15px 0;
  border-bottom: 1px solid #dae2e7;
}

@media only screen and (min-width: 768px) {
  .department__item {
    border-bottom: transparent;
    padding: 0;
  }
}
.department .name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0e2f31;
}

@media only screen and (min-width: 768px) {
  .department .name {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .department .name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
  }
}
.department .position,
.department .phone,
.department .mail {
  font-size: 14px;
  line-height: 21px;
  color: #728189;
}

@media only screen and (min-width: 1800px) {
  .department .position,
  .department .phone,
  .department .mail {
    font-size: 16px;
    line-height: 24px;
  }
}
.department .phone,
.department .mail {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.department .phone:hover,
.department .mail:hover {
  color: #ed1c24;
}

.department .position {
  margin-bottom: 15px;
}

.contacts {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1800px) {
  .contacts {
    margin-bottom: 120px;
  }
}
.contacts span {
  display: block;
}

.contacts__icon,
.contacts__address-icon,
.contacts__account-icon,
.contacts__title,
.contacts__address-title,
.contacts__account-title {
  padding: 10px 0 10px 55px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.contacts__icon::before,
.contacts__address-icon::before,
.contacts__account-icon::before,
.contacts__title::before,
.contacts__address-title::before,
.contacts__account-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media only screen and (min-width: 768px) {
  .contacts__icon::before,
  .contacts__address-icon::before,
  .contacts__account-icon::before,
  .contacts__title::before,
  .contacts__address-title::before,
  .contacts__account-title::before {
    width: 43px;
    height: 43px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__icon::before,
  .contacts__address-icon::before,
  .contacts__account-icon::before,
  .contacts__title::before,
  .contacts__address-title::before,
  .contacts__account-title::before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .contacts__icon,
  .contacts__address-icon,
  .contacts__account-icon,
  .contacts__title,
  .contacts__address-title,
  .contacts__account-title {
    padding: 11px 0 10px 63px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__icon,
  .contacts__address-icon,
  .contacts__account-icon,
  .contacts__title,
  .contacts__address-title,
  .contacts__account-title {
    padding: 12px 0 13px 63px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 25px;
  }
}
.contacts__address-text,
.contacts__account-text {
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .contacts__address-text,
  .contacts__account-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__address-text,
  .contacts__account-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.contacts__title::before {
  background-image: url("../img/icons/contacts.svg");
}

.contacts__phone {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 28px;
  padding: 17px 75px 16px 75px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

@media only screen and (min-width: 768px) {
  .contacts__phone {
    padding: 18px 50px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__phone {
    padding: 19px 60px;
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts__phone--first {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1800px) {
  .contacts__phone--first {
    margin-bottom: 10px;
  }
}
.contacts__phone--second {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .contacts__phone--second {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__phone--second {
    margin-bottom: 40px;
  }
}
.contacts__phone:hover {
  color: #ffffff;
  background-color: #ed1c24;
}

.contacts__mail_wrap {
    display: inline-block;
    margin: 0 0 25px 0;
    position: relative;
    white-space: nowrap;
}

.contacts__mail_wrap .contacts__mail {
    margin: 0 17px 0 0;
}

.contacts__mail {
  display: inline-block;
  margin: 0 17px 25px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

@media only screen and (min-width: 768px) {
   .contacts__mail_wrap {
        margin: 0 0 37px 0;
        position: relative;
    }

    .contacts__mail_wrap .contacts__mail {
        margin: 0 15px 0 0;
    }
    
  .contacts__mail {
    margin: 0 15px 37px 0;
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1800px) {
    .contacts__mail_wrap {
        margin: 0 0 40px 0;
        position: relative;
    }

    .contacts__mail_wrap .contacts__mail {
        margin: 0 10px 0 0;
    }  
    
  .contacts__mail {
    margin: 0 10px 40px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.contacts__mail:hover {
  color: #ed1c24;
}

.contacts__copy {
  display: inline-block !important;
}

.contacts__address {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .contacts__address {
    margin-bottom: 0;
  }
}
.contacts__address-title::before {
  background-image: url("../img/icons/address.svg");
}

.contacts__account-title::before {
  background-image: url("../img/icons/account.svg");
}

.contacts__account-text {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  .contacts__account-text {
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts__account-text {
    margin-bottom: 15px;
  }
}
.contacts__copy,
.contacts__account-copy {
  fill: #c9d5dc;
  cursor: pointer;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

@media only screen and (min-width: 1800px) {
  .contacts__copy,
  .contacts__account-copy {
    width: 24px;
    height: 24px;
  }
}
.contacts__copy:hover,
.contacts__account-copy:hover {
  fill: #1e2034;
}

.contacts .social__list {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .contacts .social__list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contacts .social__list {
    margin-bottom: 0;
  }
}
.contacts .social__item:hover .social__link {
  background-color: #ed1c24;
}

.contacts .social__link {
  background-color: #0e2f31;
}

.contacts .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.contacts__account, .contacts__inner, .contacts__address {
    min-width: 245px;
}*/

@media only screen and (min-width: 768px) {
  .contacts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts .container .contacts__inner {
    padding-right: 84px;
  }
  
  .contacts .container .contacts__account, .contacts .container .contacts__inner, .contacts .container .contacts__address {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .contacts .container .contacts__inner {
    padding-right: 62px;
  }
  .contacts .container .contacts__address {
    padding-right: 76px;
  }
  
  .contacts .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .contacts .container .contacts__inner {
    padding-right: 115px;
  }
  .contacts .container .contacts__address {
    padding-right: 47px;
  }
}
@media only screen and (min-width: 1440px) {
  .contacts .container .contacts__inner {
    padding-right: 140px;
  }
  .contacts .container .contacts__address {
    padding-right: 71px;
  }
}
@media only screen and (min-width: 1800px) {
  .contacts .container .contacts__inner {
    padding-right: 221px;
  }
  .contacts .container .contacts__address {
    padding-right: 153px;
  }
}
.slider {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .slider {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider {
    padding-top: 40px;
  }
}
.slider__item {
  position: relative;
  padding-bottom: 94px;
}

@media only screen and (min-width: 768px) {
  .slider__item {
    padding-bottom: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__item {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider__item {
    height: 500px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .slider__item {
    height: 690px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider__inner {
    width: 499px;
    height: 325px;
    padding: 50px 40px 107px;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    top: 125px;
    left: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider__inner {
    width: 670px;
    height: 420px;
    padding: 60px 50px 30px 50px;
    top: 200px;
    left: 70px;
  }
}
.slider__img {
  width: 100%;
  height: 246px;
  margin-bottom: 25px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .slider__img {
    height: 580px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__img {
    height: 404px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider__img {
    height: 100%;
    margin-bottom: 0;
  }
}
.slider__title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  width: 244px;
}

@media only screen and (min-width: 768px) {
  .slider__title {
    width: 533px;
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .slider__title {
    width: 783px;
  }
  .slider__title br {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .slider__title {
    font-size: 30px;
    line-height: 42px;
    max-width: 400px;
  }
  .slider__title br {
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  .slider__title {
    font-size: 40px;
    line-height: 56px;
    max-width: 526px;
  }
}
.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 12px;
  cursor: pointer;
}

.slider .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #d4dbdf;
  font-size: 0;
  border-radius: 2px;
}

.slider .slick-dots li:not(:last-child) {
  margin-right: 5px;
}

.slider .slick-dots li.slick-active {
  background-color: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slider .slick-dots li:not(:last-child) {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider .slick-dots {
    bottom: 89px;
    left: 90px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-dots {
    bottom: 121px;
    left: 120px;
  }
}
.slider .slick-next,
.slider .slick-prev {
  width: 32px;
  height: 32px;
  font-size: 0;
  border: 1.5px solid #dee5e8;
  border-radius: 50%;
  position: relative;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.slider .slick-next::after,
.slider .slick-prev::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  border: 1.5px solid #dee5e8;
}

@media only screen and (min-width: 768px) {
  .slider .slick-next::after,
  .slider .slick-prev::after {
    width: 48px;
    height: 48px;
    border: 2px solid #dee5e8;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-next::after,
  .slider .slick-prev::after {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .slider .slick-next,
  .slider .slick-prev {
    width: 48px;
    height: 48px;
    border: 2px solid #dee5e8;
  }
}
@media only screen and (min-width: 1280px) {
  .slider .slick-next,
  .slider .slick-prev {
    bottom: 70px;
    left: 358px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-next,
  .slider .slick-prev {
    width: 55px;
    height: 55px;
    bottom: 100px;
    left: 573px;
  }
}
.slider .slick-next:hover,
.slider .slick-prev:hover {
  background-color: #ed1c24;
}

.slider .slick-next:hover .slider__arrow svg,
.slider .slick-prev:hover .slider__arrow svg {
  fill: #ffffff;
}

.slider .slick-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 9px;
  right: 12px;
}

@media only screen and (min-width: 768px) {
  .slider .slick-next::before {
    top: 16px;
    right: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-next::before {
    top: 18px;
    right: 21px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider .slick-next {
    left: 471px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-next {
    left: 645px;
  }
}
.slider .slick-next .slider__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider .slick-prev {
  right: 42px;
}

@media only screen and (min-width: 768px) {
  .slider .slick-prev {
    right: 63px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider .slick-prev {
    left: 408px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slick-prev {
    left: 573px;
  }
}
.slider .slider__arrow {
  display: block;
  width: 100%;
  height: 100%;
}

.slider .slider__arrow svg {
  width: 4px;
  height: 8px;
  fill: #ed1c24;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .slider .slider__arrow svg {
    width: 6px;
    height: 12px;
  }
}
@media only screen and (min-width: 1800px) {
  .slider .slider__arrow svg {
    width: 7px;
    height: 13px;
  }
}
.categories {
  padding-top: 82px;
}

@media only screen and (min-width: 768px) {
  .categories {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .categories {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 1280px) {
  .categories {
    padding-top: 73px;
  }
}
@media only screen and (min-width: 1800px) {
  .categories {
    padding-top: 98px;
  }
}
.categories__list {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .categories__list {
    margin-bottom: 50px;
    border-radius: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .categories__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .categories__list {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.categories__item {
  border-bottom: 1px solid #e8edef;
  cursor: default;
}

.categories__item-inner {
  padding: 30px 15px;
}

@media only screen and (min-width: 768px) {
  .categories__item-inner {
    padding: 40px 25px 19px;
  }
}
@media only screen and (min-width: 1800px) {
  .categories__item-inner {
    padding: 50px 40px;
  }
}
.categories__item span {
  display: none;
  margin-top: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #9fb2bd;
  padding: 7px 13px;
  background-color: #f0f3f4;
  border-radius: 28px;
}

@media only screen and (min-width: 1800px) {
  .categories__item span {
    margin-top: 25px;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 13px;
  }
}
.categories__item a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (min-width: 1800px) {
  .categories__item a {
    font-size: 16px;
    line-height: 21px;
  }
}
.categories__item a:hover {
  color: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .categories__item {
    border-right: 1px solid #e8edef;
  }
}
.categories__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1800px) {
  .categories__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}
.categories__btn {
  background-color: #ed1c24;
  color: #ffffff;
}

.categories__btn:hover {
  background-color: #ffffff;
  color: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .categories__btn {
    width: 376px;
  }
}
@media only screen and (min-width: 1800px) {
  .categories__btn {
    width: 524px;
  }
}
.about-company {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .about-company {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-company {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-company {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-company .section__title {
    width: 395px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-company .section__title {
    width: 548px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-company__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .about-company__content {
    width: 771px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-company__content {
    width: 1071px;
  }
}
.about-company__title {
  margin-bottom: 20px;
  width: 290px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.about-company__title span {
  color: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .about-company__title {
    margin-bottom: 50px;
    min-width: 552px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-company__title {
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .about-company__title {
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 60px;
  }
}
.about-company__text {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .about-company__text {
    margin-bottom: 50px;
  }
}
.about-company__btn {
  margin-top: 20px;
}

.about-company__btn span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .about-company__btn {
    margin-top: 50px;
  }
  .about-company__btn span {
    display: inline-block;
  }
}
.connect {
  padding-bottom: 30px;
  border-bottom: 1px solid #51616b;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .connect {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .connect {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .connect {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .connect__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.connect__list span,
.connect__list a {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1800px) {
  .connect__list span,
  .connect__list a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .connect__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 122px;
  }
}
@media only screen and (min-width: 1024px) {
  .connect__list {
    grid-column-gap: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .connect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.connect__item {
  margin-bottom: 30px;
}

.connect__item--account a,
.connect__item--information a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.connect__item--account a:hover,
.connect__item--information a:hover {
  color: #ffffff;
}

.connect__item address,
.connect__item-phone {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .connect__item address,
  .connect__item-phone {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.connect__item--contact a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.connect__item--contact a:hover {
  color: #728189;
}

.connect .section__title {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .connect .section__title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .connect .section__title {
    margin-bottom: 20px;
  }
}
.connect .section__title,
.connect .connect__item--address,
.connect .connect__item--contact {
  color: #ffffff;
}

.map__inner {
  position: relative;
}

.map .contact__map {
  border-radius: 15px;
  width: 100%;
  height: 600px;
}

@media only screen and (min-width: 768px) {
  .map .contact__map {
    border-radius: 20px;
    height: 900px;
  }
}
@media only screen and (min-width: 1024px) {
  .map .contact__map {
    height: 550px;
  }
}
@media only screen and (min-width: 1800px) {
  .map .contact__map {
    height: 700px;
  }
}
.map .contact__way {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 9px 20px;
  background-color: #0e2f31;
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .map .contact__way {
    padding: 9px 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .map .contact__way {
    padding: 11px 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
.map .gm-style-mtc,
.map .gm-svpc {
  display: none;
}

.characteristics {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .characteristics {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .characteristics {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics {
    padding-top: 80px;
  }
}
.characteristics__inner {
  padding: 30px 15px 40px 15px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .characteristics__inner {
    padding: 30px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .characteristics__inner {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__inner {
    padding: 40px 50px;
  }
}
.characteristics .section__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .characteristics .section__title {
    margin-bottom: 40px;
  }
}
.characteristics__additional-list {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .characteristics__additional-list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .characteristics__additional-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .characteristics__additional-item,
  .characteristics__main-item {
    grid-template-columns: 1fr 731px !important;
  }
  .characteristics__main-item {
    grid-template-columns: 1fr 540px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__additional-item,
  .characteristics__main-item {
    grid-gap: 20px;
    grid-template-columns: 1fr 1023px !important;
  }
  .characteristics__main-item {
    grid-template-columns: 1fr 509px !important;
  }
}
.characteristics__additional-item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .characteristics__additional-item:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__additional-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.characteristics__additional-subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .characteristics__additional-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__additional-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.characteristics__additional-subtitle div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 10px;
}

@media only screen and (min-width: 1800px) {
  .characteristics__additional-subtitle div {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .characteristics__additional-subtitle span {
    border: 1px dashed #dae2e7;
    width: 100%;
    height: 1px;
  }
}
.characteristics__additional-text {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .characteristics__additional-text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__additional-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.characteristics__main-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .characteristics__main-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}
.characteristics__main-subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .characteristics__main-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    
    flex: 0 0 30%; /* Takes up 30% but doesn’t grow or shrink */
    max-width: 30%;
    box-sizing: border-box;
    padding-right: 10px; /* Optional spacing */
  }
  .characteristics__main-color {
    flex: 1; /* Takes the remaining space */
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__main-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.characteristics__main-subtitle div {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 10px;
}

@media only screen and (min-width: 1800px) {
  .characteristics__main-subtitle div {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .characteristics__main-subtitle span {
    border: 1px dashed #dae2e7;
    width: 100%;
    height: 1px;
  }
}
.characteristics__main-list {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .characteristics__main-list {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__main-list {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .characteristics__main-item {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*-ms-grid-columns: 1fr [2];*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-gap: 10px;*/
    display: flex;
    flex-gap: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__main-item {
    grid-gap: 20px;
  }
}
.characteristics__main-item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .characteristics__main-item:not(:last-child) {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__main-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.characteristics__main-color {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .characteristics__main-color {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__main-color {
    font-size: 16px;
    line-height: 24px;
  }
}
.characteristics__photo {
  padding-top: 30px;
  border-top: 1px solid #dae2e7;
}

.characteristics__photo-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4px;
}

@media only screen and (min-width: 768px) {
  .characteristics__photo-images {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .characteristics__photo-images {
    -ms-grid-columns: 1fr [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .characteristics__photo-images {
    -ms-grid-columns: 1fr [6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.characteristics__photo-img {
  width: 94px;
  height: 94px;
  padding: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .characteristics__photo-img {
    width: 158px;
    height: 158px;
    padding: 12px;
  }
  .characteristics__photo-img:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .characteristics__photo-img {
    width: 172px;
    height: 172px;
    padding: 11px;
  }
  .characteristics__photo-img:nth-child(n+5) {
    display: block;
  }
  .characteristics__photo-img:nth-child(n+6) {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .characteristics__photo-img {
    width: 176px;
    height: 176px;
    padding: 11px;
  }
  .characteristics__photo-img:nth-child(n+6) {
    display: block;
  }
}
@media only screen and (min-width: 1800px) {
  .characteristics__photo-img {
    width: 249px;
    height: 249px;
    padding: 17px;
  }
}
.content h1,
.content h2,
.content h3,
.content h4 {
  color: #1e2034;
}

.content h1 span,
.content h2 span,
.content h3 span,
.content h4 span {
  color: #b2bec3;
}

.content h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .content h1 {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .content h1 {
    margin-top: 107px;
  }
}
@media only screen and (min-width: 1800px) {
  .content h1 {
    margin-top: 80px;
    margin-bottom: 38px;
    font-size: 50px;
    line-height: 60px;
  }
}
.content h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

@media only screen and (min-width: 768px) {
  .content h2 {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1800px) {
  .content h2 {
    margin-bottom: 44px;
    font-size: 40px;
    line-height: 48px;
  }
}
.content h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .content h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 45px;
  }
}
.content h4 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .content h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .content h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 45px;
  }
}
.content__title-color {
  color: #728189;
}

.content p {
  margin-bottom: 21px;
}

@media only screen and (min-width: 768px) {
  .content p {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .content p {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1800px) {
  .content p {
    margin-bottom: 30px;
  }
}
.content ul {
  margin: 60px 0 67px;
}

@media only screen and (min-width: 768px) {
  .content ul {
    margin: 80px 0 80px;
  }
}
@media only screen and (min-width: 1800px) {
  .content ul {
    margin: 77px 0 100px;
  }
}
.content ul li {
  padding-left: 21px;
  position: relative;
}

.content ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ed1c24;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

@media only screen and (min-width: 768px) {
  .content ul li::after {
    top: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .content ul li::after {
    top: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .content ul li {
    padding-left: 26px;
  }
}
.content ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .content ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .content ul li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.content ol {
  margin: 50px 0 50px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .content ol {
    margin: 80px 0 80px;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .content ol {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .content ol {
    margin: 100px 0 100px;
    padding-left: 23px;
  }
}
.content ol li {
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  .content ol li {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1280px) {
  .content ol li {
    padding-left: 8px;
  }
}
.content ol li::marker {
  font-weight: 700;
  color: #ed1c24;
}

.content ol li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .content ol li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .content ol li:not(:last-child) {
    margin-bottom: 32px;
  }
}
.content blockquote {
  margin: 50px 0;
  padding-top: 50px;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .content blockquote {
    margin: 100px 0;
    padding: 65px 0 0 30px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  .content blockquote {
    margin-top: 80px;
    padding: 45px 0 0 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .content blockquote {
    padding-left: 99px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .content blockquote {
    margin-top: 100px;
    font-size: 24px;
    line-height: 36px;
  }
}
.content blockquote::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 22px;
  background-image: url("../img/icons/blockquote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .content blockquote::before {
    width: 47px;
    height: 45px;
  }
}
@media only screen and (min-width: 1800px) {
  .content blockquote::before {
    width: 59px;
    height: 44px;
  }
}
.content figure {
  overflow-x: scroll;
  margin: 50px 0;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .content figure {
    margin: 100px 0 80px 0;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .content figure {
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content figure {
    margin: 100px 0 150px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .content figure {
    margin: 100px 0;
    font-size: 18px;
    line-height: 27px;
  }
}
.content figure table {
  border-collapse: collapse;
}

.content figure thead {
  border-bottom: 1px solid #000;
}

.content figure tfoot {
  border-top: 2px solid #000;
}

.content figure thead,
.content figure tfoot {
  font-weight: 700;
}

.content figure thead th {
  padding-bottom: 23px;
  text-align: start;
}

@media only screen and (min-width: 1800px) {
  .content figure thead th {
    padding-bottom: 30px;
  }
}
.content figure tbody {
  font-weight: 400;
}

.content figure tbody tr:not(:last-child) {
  border-bottom: 1px solid #dae2e7;
}

.content figure tbody td {
  padding: 23px 100px 23px 0;
}

@media only screen and (min-width: 768px) {
  .content figure tbody td {
    padding-right: 162px;
  }
}
@media only screen and (min-width: 1024px) {
  .content figure tbody td {
    padding-right: 212px;
  }
}
@media only screen and (min-width: 1280px) {
  .content figure tbody td {
    padding-right: 222px;
  }
}
@media only screen and (min-width: 1440px) {
  .content figure tbody td {
    padding-right: 251px;
  }
}
@media only screen and (min-width: 1800px) {
  .content figure tbody td {
    padding: 30px 265px 30px 0;
  }
}
.content figure tfoot td {
  padding-top: 23px;
}

@media only screen and (min-width: 1800px) {
  .content figure tfoot td {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__center {
    margin: 0 auto;
    max-width: 968px;
  }
}
@media only screen and (min-width: 1440px) {
  .content__center {
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1800px) {
  .content__center {
    max-width: 1074px;
  }
}
.content__video {
  width: 290px;
  height: 163px;
  margin: 50px auto;
  background-size: cover;
  position: relative;
  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: 10px;
}

@media only screen and (min-width: 768px) {
  .content__video {
    width: 100%;
    height: 398px;
    margin: 100px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content__video {
    height: 531px;
  }
}
@media only screen and (min-width: 1280px) {
  .content__video {
    height: 545px;
  }
}
@media only screen and (min-width: 1440px) {
  .content__video {
    height: 580px;
  }
}
@media only screen and (min-width: 1800px) {
  .content__video {
    height: 605px;
    margin: 120px 0;
  }
}
.content__video::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-image: url("../img/video_btn.svg");
  background-position: 21px center;
  background-repeat: no-repeat;
  background-size: 11px 13px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@media only screen and (min-width: 768px) {
  .content__video::before {
    width: 99px;
    height: 99px;
    background-position: 41px center;
    background-size: 21px 25px;
  }
}
@media only screen and (min-width: 1800px) {
  .content__video::before {
    width: 119px;
    height: 119px;
    background-position: 49px center;
    background-size: 25px 30px;
  }
}
.content__video:hover::before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.content__subtitle {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .content__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .content__subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
.related {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .related {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .related {
    padding-top: 30px;
  }
}
.related__inner {
  background-color: #ffffff;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .related__inner {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .related__inner {
    padding-top: 40px;
  }
}
.related .section__title {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .related .section__title {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .related .section__title {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .related .section__title {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .related__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .related__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.related__item {
  padding-bottom: 30px;
  border-top: 1px solid #d9d9d9;
}

.related__item:nth-child(4) {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .related__item:nth-child(4) {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .related__item:not(:last-child) {
    border-right: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 1800px) {
  .related__item:not(:last-child) {
    border-right: 1px solid #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .related__item {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .related__item {
    padding-bottom: 50px;
  }
}
.related__item-inner {
  width: 320px;
  height: 320px;
  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;
}

@media only screen and (min-width: 768px) {
  .related__item-inner {
    width: 235px;
    height: 235px;
  }
}
@media only screen and (min-width: 1280px) {
  .related__item-inner {
    width: 290px;
    height: 290px;
  }
}
@media only screen and (min-width: 1800px) {
  .related__item-inner {
    width: 404px;
    height: 404px;
  }
}
.related__img {
  width: 227px;
  height: 224px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .related__img {
    width: 167px;
    height: 164px;
  }
}
@media only screen and (min-width: 1280px) {
  .related__img {
    width: 206px;
    height: 203px;
  }
}
.related__item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-left: 13px;
}

@media only screen and (min-width: 768px) {
  .related__item-title {
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .related__item-title {
    margin-left: 40px;
    font-size: 18px;
    line-height: 23px;
  }
}
.instructions {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .instructions {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .instructions {
    padding-top: 30px;
  }
}
.instructions__inner {
  background-color: #ffffff;
  padding: 30px 15px 40px;
}

@media only screen and (min-width: 768px) {
  .instructions__inner {
    padding: 30px 30px 60px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .instructions__inner {
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .instructions__inner {
    padding: 40px 50px 60px;
  }
}
.instructions .section__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .instructions .section__title {
    margin-bottom: 40px;
  }
}
.instructions__nav {
  margin-bottom: 50px;
  overflow-x: auto;
  margin-right: -15px;
}

@media only screen and (min-width: 1800px) {
  .instructions__nav {
    margin-bottom: 60px;
  }
}
.instructions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instructions__item:not(:last-child) {
  margin-right: 5px;
}

@media only screen and (min-width: 1800px) {
  .instructions__item:not(:last-child) {
    margin-right: 8px;
  }
}
.instructions__btn {
  background-color: #f0f3f4;
  border-radius: 28px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #9fb2bd;
  padding: 7px 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) {
  .instructions__btn {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 18px;
  }
}
.instructions__btn.current {
  background-color: #ed1c24;
  color: #ffffff;
}

.instructions__btn:hover {
  background-color: #ed1c24;
  color: #ffffff;
}

.about-item {
  padding-top: 50px;
}

@media only screen and (min-width: 1800px) {
  .about-item {
    padding-top: 60px;
  }
}
.about-item__item {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .about-item__item {
    margin-bottom: 40px;
  }
}
.about-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .about-item__title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.about-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 1800px) {
  .about-item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-item p:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .about-item p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.video {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .video {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .video {
    padding-top: 30px;
  }
}
.video__inner {
  padding: 30px 15px 40px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .video__inner {
    border-radius: 20px;
    padding: 30px 30px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .video__inner {
    padding: 40px 50px 60px;
  }
}
.video__list {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .video__list {
    margin-bottom: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .video__list {
    margin-bottom: 50px;
  }
}
.video__item:nth-child(n+3) {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .video__item:nth-child(n+3) {
    display: block;
  }
}
.video__item:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .video__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.video__link {
  width: 290px;
  height: 177px;
  margin: 0 auto;
  position: relative;
  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;
  /*
      @include width($width-1280) {
        height: 545px;
      }

      @include width($width-1440) {
        height: 580px;
      }

      @include width($width-1800) {
        height: 605px;
        margin: 120px 0;
      } */
}

@media only screen and (min-width: 768px) {
  .video__link {
    width: 314px;
    height: 192px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .video__link {
    width: 432px;
    height: 264px;
  }
}
@media only screen and (min-width: 1280px) {
  .video__link {
    width: 348px;
    height: 213px;
  }
}
@media only screen and (min-width: 1800px) {
  .video__link {
    width: 493px;
    height: 300px;
  }
}
.video__link::before {
  content: "";
  position: absolute;
  width: 61px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background-image: url("../img/video_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 17px;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@media only screen and (min-width: 1800px) {
  .video__link::before {
    width: 79px;
    height: 79px;
    background-size: 19px 21px;
  }
}
.video__link:hover::before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.awards {
  background-color: #ffffff;
  padding: 30px 0 50px;
  /* &__img {
    &--1 {
      width: 70px;
      height: 100px;

      @include width($width-768) {
        width: 84px;
        height: 120px;
      }

      @include width($width-1024) {
        width: 118px;
        height: 167px;
      }

      @include width($width-1800) {
        width: 135px;
        height: 192px;
      }
    }

    &--2 {
      width: 100px;
      height: 100px;

      @include width($width-768) {
        width: 101px;
        height: 67px;
      }

      @include width($width-1024) {
        width: 141px;
        height: 93px;
      }

      @include width($width-1280) {
        width: 156px;
        height: 103px;
      }

      @include width($width-1800) {
        width: 179px;
        height: 118px;
      }
    }

    &--3 {
      width: 99px;
      height: 100px;

      @include width($width-768) {
        width: 92px;
        height: 93px;
      }

      @include width($width-1024) {
        width: 129px;
        height: 129px;
      }

      @include width($width-1800) {
        width: 148px;
        height: 148px;
      }
    }
  } */
}

@media only screen and (min-width: 768px) {
  .awards {
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .awards {
    padding: 50px 0 150px;
    width: 1266px;
    margin: 0 auto;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .awards {
    width: 1340px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards {
    width: 1740px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards {
    padding: 60px 0 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .awards__list {
    width: 985px;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1440px) {
  .awards__list {
    width: 1047px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__list {
    width: 1257px;
  }
}
@media only screen and (min-width: 768px) {
  .awards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.awards__item:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1280px) {
  .awards__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.awards__icon {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .awards__icon {
    margin-right: 50px;
    margin-bottom: 0;
    width: 101px;
    height: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .awards__icon {
    margin-right: 76px;
    width: 141px;
    height: 167px;
  }
}
@media only screen and (min-width: 1280px) {
  .awards__icon {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__icon {
    width: 148px;
    height: 192px;
  }
}
@media only screen and (min-width: 768px) {
  .awards__content {
    width: 557px;
  }
}
@media only screen and (min-width: 1024px) {
  .awards__content {
    width: 727px;
  }
}
@media only screen and (min-width: 1280px) {
  .awards__content {
    width: 782px;
  }
}
@media only screen and (min-width: 1440px) {
  .awards__content {
    width: 827px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__content {
    width: 957px;
  }
}
.awards__subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .awards__subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__subtitle {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .awards__text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .awards__text {
    font-size: 18px;
    line-height: 27px;
  }
}
.brend__about {
  padding: 0;
}

.brend__about-subtitle {
  display: block;
  font-weight: 700;
  margin-bottom: 33px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .brend__about-subtitle {
    margin-bottom: 30px;
    padding-top: 26px;
  }
}
@media only screen and (min-width: 1280px) {
  .brend__about-subtitle {
    padding-top: 53px;
  }
}
@media only screen and (min-width: 1800px) {
  .brend__about-subtitle {
    margin-bottom: 33px;
    padding-top: 30px;
  }
}
.brend__about ul {
  margin: 0;
}

.gallery {
  display: -ms-grid;
  display: grid;
  width: 290px;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .gallery {
    width: 100%;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 20px;
    margin: 100px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery {
    grid-gap: 20px 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery {
    width: 966px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1440px) {
  .gallery {
    width: 1027px;
  }
}
@media only screen and (min-width: 1800px) {
  .gallery {
    width: 1070px;
    grid-gap: 25px;
    margin: 200px auto;
  }
}
.gallery img {
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .gallery img {
    width: 223px;
    height: 149px;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery img {
    width: 301px;
    height: 201px;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery img {
    width: 309px;
    height: 206px;
  }
}
@media only screen and (min-width: 1440px) {
  .gallery img {
    width: 329px;
    height: 219px;
  }
}
@media only screen and (min-width: 1440px) {
  .gallery img {
    width: 340px;
    height: 225px;
  }
}
.brend__title {
  display: block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .brend__title {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .brend__title {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .brend__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .brend__top {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .brend__top {
    margin-bottom: 79px;
  }
}
@media only screen and (min-width: 1800px) {
  .brend__top {
    margin-bottom: 60px;
  }
}
.brend__logo {
  width: 100%;
  height: fit-content;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .brend__logo {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brend__logo {
    margin: 0;
    padding: 40px 0;
    width: 415px;
  }
}
@media only screen and (min-width: 1280px) {
  .brend__logo {
    width: 277px;
  }
}
@media only screen and (min-width: 1440px) {
  .brend__logo {
    width: 295px;
  }
}
@media only screen and (min-width: 1800px) {
  .brend__logo {
    padding: 38px 0;
    width: 390px;
  }
}
.brend__img {
  height: 186px;
  width: 279px;
}

@media only screen and (min-width: 768px) {
  .brend__img {
    height: 170px;
    width: 255px;
  }
}
@media only screen and (min-width: 1280px) {
  .brend__img {
    height: 157px;
    width: 235px;
  }
}
@media only screen and (min-width: 1800px) {
  .brend__img {
    height: 180px;
    width: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  .brend__content {
    width: 462px;
  }
}
@media only screen and (min-width: 1280px) {
  .brend__content {
    width: 573px;
  }
}
@media only screen and (min-width: 1440px) {
  .brend__content {
    width: 610px;
  }
}
.binding {
  padding-top: 30px;
  margin: 0 auto;
}

.binding__list {
  background-color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  border-style: hidden;
  outline: 2px solid #fff;
  outline-offset: -2px;
  overflow: hidden;
  /*border-style:*/
}

@media only screen and (min-width: 768px) {
  .binding__list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .binding__list {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .binding__list {
    outline: 3px solid #fff;
    outline-offset: -3px;
  }
}
.binding__item {
  position: relative;
  border-bottom: 1px solid #dae2e7;
  border-right: 1px solid #dae2e7;
}

.binding__item-link {
  display: block;
}

.binding__img-wrapper {
  width: 160px;
  width: 100%;
  height: 160px;
  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;
  margin-bottom: 15px;
  padding: 10px;
}

.binding__item-img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .binding__img-wrapper {
    width: 235px;
    height: 235px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .binding__img-wrapper {
    width: 290px;
    height: 290px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .binding__img-wrapper {
    width: 404px;
    height: 404px;
  }
}
.binding__item-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .binding__item-title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .binding__item-title {
    font-size: 18px;
    line-height: 23px;
    padding: 0 40px;
    margin-bottom: 50px;
  }
}
.binding__list.binding__right-side {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .binding__list.binding__right-side {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .binding__list.binding__right-side {
    max-width: 875px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .binding__list.binding__right-side {
    max-width: 1215px;
  }
}
.brends-gallery {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .brends-gallery {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends-gallery {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends-gallery {
    padding-top: 60px;
  }
}
.brends-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 10px;
  width: 290px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .brends-gallery__list {
    width: 100%;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .brends-gallery__list {
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .brends-gallery__list {
    grid-gap: 60px 20px;
  }
}
.brends-gallery__item-link {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .brends-gallery__item-link:hover .brends__go-to {
    opacity: 1;
    visibility: visible;
    font-size: 14px;
    line-height: 21px;
  }
  .brends-gallery__item-link:hover .brends-gallery__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.brends-gallery__item-img {
  width: 140px;
  height: 130px;
  background-color: #ffffff;
  border-radius: 10px;
  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;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .brends-gallery__item-img {
    width: 229px;
    height: 212px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends-gallery__item-img {
    width: 277px;
    height: 257px;
    margin-bottom: 20px;
    position: relative;
  }
}
@media only screen and (min-width: 1800px) {
  .brends-gallery__item-img {
    width: 390px;
    height: 362px;
    margin-bottom: 30px;
  }
}
.brends-gallery__img {
  width: 90px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .brends-gallery__img {
    width: 163px;
    height: 109px;
  }
}
@media only screen and (min-width: 1280px) {
  .brends-gallery__img {
    width: 197px;
    height: 132px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
  }
}
@media only screen and (min-width: 1800px) {
  .brends-gallery__img {
    width: 290px;
    height: 193px;
  }
}
.brends-gallery__item-title {
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .brends-gallery__item-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .brends-gallery__item-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.catalogy {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .catalogy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .catalogy {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalogy {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .catalogy .content {
    width: 465px;
  }
}
@media only screen and (min-width: 1024px) {
  .catalogy .content {
    width: 603px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalogy .content {
    width: 771px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalogy .content {
    width: 1073px;
  }
}
.catalogy__link {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #dae2e7;
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .catalogy__link {
    width: 223px;
  }
}
@media only screen and (min-width: 1024px) {
  .catalogy__link {
    width: 301px;
  }
}
@media only screen and (min-width: 1280px) {
  .catalogy__link {
    width: 277px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalogy__link {
    width: 389px;
    padding: 60px 50px;
  }
}
.catalogy__link:hover .catalogy__transition {
  background-color: #000;
}

.catalogy__link:hover .catalogy__item-arrow {
  fill: #ffffff;
}

.catalogy__item-title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .catalogy__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalogy__item-title {
    font-size: 204x;
    line-height: 34px;
  }
}
.catalogy__transition {
  width: 24px;
  height: 24px;
  background-color: #cfd8de;
  border-radius: 28px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media only screen and (min-width: 768px) {
  .catalogy__transition {
    width: 29px;
    height: 29px;
  }
}
@media only screen and (min-width: 1800px) {
  .catalogy__transition {
    width: 35px;
    height: 35px;
  }
}
.catalogy__item-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #9eacb5;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

@media only screen and (min-width: 768px) {
  .catalogy__item-arrow {
    width: 7px;
    height: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .catalogy__item-arrow {
    width: 8px;
    height: 15px;
  }
}
.certificates__inner {
  background-color: #ffffff;
  padding: 30px 15px 50px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .certificates__inner {
    padding: 50px 20px 60px;
    border-radius: 20px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .certificates__inner {
    padding: 50px 30px 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__inner {
    margin-top: 40px;
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__inner {
    margin-top: 60px;
    padding: 60px 50px 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__top {
    gap: 213px;
  }
}
@media only screen and (min-width: 768px) {
  .certificates__top-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1260px) {
  .certificates__top-inner {
    gap: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .certificates__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__form {
    margin: 0;
  }
}
.certificates__form-inp {
  position: relative;
  width: 290px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 420px) {
  .certificates__form-inp {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .certificates__form-inp {
    margin: 0;
    width: 445px;
  }
}
@media only screen and (min-width: 1024px) {
  .certificates__form-inp {
    width: 593px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__form-inp {
    width: 434px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__form-inp {
    width: 613px;
  }
}
.certificates__form-input {
  width: 100%;
  padding: 14px 15px;
  background-color: #ffffff;
  border: 1px solid #c3ced3;
  border-radius: 4px;
}

.certificates__form-input.active {
  border: 1px solid #787878;
}

.certificates__form-input.error {
  border: 1px solid #e31f1f;
}

.certificates__form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.certificates__form-label.active {
  background: #ffffff;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0px;
  padding: 0 5px;
}

.certificates__form-btn {
  width: 100%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .certificates__form-btn {
    width: 203px;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .certificates__form-btn {
    width: 271px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__form-btn {
    width: 277px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__form-btn {
    width: 390px;
  }
}
.certificates__btn {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #9fb2bd;
  position: relative;
  padding-left: 26px;
  margin-bottom: 40px;
  color: #ed1c24;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1280px) {
  .certificates__btn {
    color: #9fb2bd;
    margin-bottom: 0;
  }
}
.certificates__btn:hover {
  color: #ed1c24;
}

.certificates__btn:hover svg {
  stroke: #ed1c24;
}

.certificates__btn.opened {
  color: #ed1c24;
}

.certificates__btn.opened svg {
  stroke: #ed1c24;
}

.certificates__btn svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  stroke: #ed1c24;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1280px) {
  .certificates__btn svg {
    stroke: #9fb2bd;
  }
}
.certificates__type {
  padding: 30px 15px 40px;
  background-color: #f8fafb;
  border-radius: 10px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .certificates__type {
    padding: 30px 30px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__type {
    display: none;
    padding: 30px 30px 50px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__type {
    padding: 40px 50px 60px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__type-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.certificates__type-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .certificates__type-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__type-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.certificates__inputs {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 17px;
}

@media only screen and (min-width: 768px) {
  .certificates__inputs {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .certificates__inputs {
    width: 668px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__inputs {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__inputs {
    grid-row-gap: 30px;
  }
}
.certificates__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 1800px) {
  .certificates__input {
    font-size: 16px;
    line-height: 24px;
  }
}
.certificates__input input {
  width: 24px;
  height: 24px;
  border: 2px solid #728189;
  border-radius: 4px;
  margin-right: 15px;
}

@media only screen and (min-width: 1800px) {
  .certificates__input input {
    margin-right: 18px;
  }
}
.certificates__type-title--doc {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .certificates__type-title--doc {
    margin-bottom: 30px;
  }
}
.certificates__type-title--brend {
  margin-bottom: 30px;
}

.certificates__type-btn {
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  padding: 14px 40px 14px 15px;
  -moz-text-align-last: left;
  text-align-last: left;
  background-color: #f8fafb;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .certificates__type-btn {
    width: 416px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates__type-btn {
    width: 295px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates__type-btn {
    width: 410px;
    font-size: 16px;
    line-height: 20px;
  }
}
.certificates__type-btn svg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.certificates button {
  display: block;
}

.certificates .files {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .certificates .files {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates .files {
    margin-top: 60px;
  }
}
.certificates .pagination {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .certificates .pagination {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .certificates .pagination {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .certificates .pagination {
    margin-top: 70px;
  }
}
.nav {
  overflow: scroll;
  padding-top: 20px;
}

@media only screen and (min-width: 1800px) {
  .nav {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    display: flex;
  }
}
.nav__list {
  padding: 15px 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #ffffff;
  border-bottom: 1px solid #dae2e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
  flex: 1;
}

@media only screen and (min-width: 1280px) {
  .nav__list.fixed {
    background-color: #f0f3f4;
    position: fixed;
    top: 65px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 1166px;
    z-index: 99;
  }
}
@media only screen and (min-width: 1800px) {
  .nav__list.fixed {
    width: 1620px;
    top: 75px;
    padding-bottom: 11px;
    z-index: 99;
  }
}
@media only screen and (min-width: 768px) {
  .nav__list {
    padding: 19px 30px 10px 30px;
    border-radius: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__list {
    padding: 19px 40px 10px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .nav__list {
    padding: 25px 50px 12px 50px;
  }
}
.nav__item:not(:last-child) {
  margin-right: 17px;
}

@media only screen and (min-width: 1024px) {
  .nav__item:not(:last-child) {
    margin-right: 20px;
  }
}
.nav__btn {
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #728189;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1800px) {
  .nav__btn {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 14px;
  }
}
.nav__btn:hover {
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}

.nav__btn.active {
  color: #000000;
  border-bottom: 2px solid #ed1c24;
}

#buyBtn {
  display: none;
  width: 227px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  #buyBtn {
    display: flex !important;
    border-radius: 0 20px 0 0 !important;
  }
}

#buyBtn.fixed {
  display: none !important;
}

#buyBtn:hover {
  background-color: #c41118;
}

.item-about__inner {
  padding: 20px 15px 40px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .item-about__inner {
    border-radius: 0 0 20px 20px;
    padding: 43px 30px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .item-about__inner {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 40px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-about__inner {
    padding: 30px 50px 37px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-about__bottom {
    /* width: 742px; */
    width: 100%;
    margin-left: 50px;
  }
}
.item-about__img {
  min-width: 255px;
  height: 255px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 -15px 20px;
}

@media only screen and (min-width: 420px) {
  .item-about__img {
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .item-about__img {
    width: 500px;
    height: 500px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-about__img {
    width: 350px;
    height: 255px;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__img {
    width: 350px;
    height: 255px;
    margin: 0 0 0 0;
  }
}
.item-about__color {
  font-size: 10px;
  line-height: 15px;
  color: #728189;
  padding-left: 29px;
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .item-about__color {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 58px;
    padding-left: 49px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__color {
    font-size: 14px;
    line-height: 21px;
    padding-left: 55px;
  }
}
.item-about__color svg {
  position: absolute;
  left: 0;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  .item-about__color svg {
    width: 20px;
    height: 23px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__color svg {
    width: 24px;
    height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .item-about__color-text {
    width: 590px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-about__color-text {
    width: 316px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__color-text {
    width: 442px;
  }
}
.item-about__desc {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .item-about__desc {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__desc {
    margin-bottom: 60px;
  }
}
.item-about__questions {
  padding-top: 30px;
  border-top: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .item-about__questions {
    border-top: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__questions {
    padding-top: 40px;
  }
}
.item-about__questions-bottom {
  text-align: right;
}

.item-about__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .item-about__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}
.item-about__sutitle {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .item-about__sutitle {
    margin-bottom: 0;
  }
}
.item-about__phone {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .item-about__phone {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__phone {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }
}
.item-about__phone a {
  display: block;
}

.item-about__phone a + a {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .item-about__phone a + a {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__phone a + a {
    margin-top: 10px;
  }
}
.item-about__link {
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .item-about__link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-about__link {
    font-size: 18px;
    line-height: 22px;
  }
}
.login__inner {
  background-color: #ffffff;
  padding: 30px 15px 99px;
  width: 320px;
  margin: 0 auto;
}

@media only screen and (min-width: 420px) {
  .login__inner {
    border-radius: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .login__inner {
    padding-top: 100px;
    padding-bottom: 367px;
  }
}
@media only screen and (min-width: 1024px) {
  .login__inner {
    padding-top: 50px;
    padding-bottom: 151px;
  }
}
@media only screen and (min-width: 1280px) {
  .login__inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__inner {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}
.login__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .login__title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .login__title {
    font-size: 35px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}
.login__text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
  width: 290px;
}

@media only screen and (min-width: 768px) {
  .login__text {
    width: 504px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 1800px) {
  .login__text {
    width: 690px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .login__form {
    width: 376px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .login__form {
    width: 526px;
  }
}
.login__form-input {
  width: 100%;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  padding: 14px 60px 14px 15px;
}

.login__form-input.active {
  border: 1px solid #787878;
}

.login__form-input.error {
  border: 1px solid #e31f1f;
}

@media only screen and (min-width: 1800px) {
  .login__form-input {
    padding: 15px 70px 15px 20px;
  }
}
.login__form-label {
  font-size: 14px;
  line-height: 17px;
  background: #ffffff;
  color: #728189;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1800px) {
  .login__form-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.login__form-inp {
  position: relative;
}

.login__form-inp--login {
  margin-bottom: 26px;
}

@media only screen and (min-width: 768px) {
  .login__form-inp--login {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__form-inp--login {
    margin-bottom: 30px;
  }
}
.login__form-label--login,
.login__form-label--pass {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.login__form-label--login.active,
.login__form-label--pass.active,
.login__form-label--passnew.active {
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  top: 0px;
  padding: 0 5px;
}

.login__form-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  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: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.login__form-icon:hover {
  background-color: #dae2e7;
  border-radius: 5px;
}

.login__form-inp--pass {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1800px) {
  .login__form-inp--pass {
    margin-bottom: 20px;
  }
}
.login__form-forgot {
  display: block;
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .login__form-forgot {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__form-forgot {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
  }
}
.login__form-terms {
  position: relative;
  padding-left: 39px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1800px) {
  .login__form-terms {
    margin-bottom: 40px;
  }
}
.login__form-terms-input {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

.login__form-terms-label {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .login__form-terms-label {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .login__form-terms-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.login__form-terms-link {
  display: block;
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  padding-left: 7px;
}

@media only screen and (min-width: 768px) {
  .login__form-terms-link {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .login__form-terms-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.login__form-btn {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .login__form-btn {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__form-btn {
    margin-bottom: 30px;
  }
}
.login__form-noaccount {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.login__form-noaccount::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #dae2e7;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .login__form-noaccount {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .login__form-noaccount {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.login__form-noaccount span {
  display: block;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #ffffff;
}

@media only screen and (min-width: 1800px) {
  .login__form-noaccount span {
    padding: 0 20px;
  }
}
.login__form-btn--account {
  color: #728189;
  background-color: #dae2e7;
  border: 1px solid #dae2e7;
}

.login__form-btn--account:hover {
  color: #ffffff;
  background-color: #728189;
  border: 1px solid #dae2e7;
}

.login .margin__bottom {
  margin-bottom: 30px;
}

.page__register .login__inner {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .page__register .login__inner {
    padding-bottom: 263px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__register .login__inner {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__register .login__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__register .login__inner {
    padding-bottom: 150px;
  }
}
.page__pass-recover .login__inner {
  padding-bottom: 291px;
}

@media only screen and (min-width: 768px) {
  .page__pass-recover .login__inner {
    padding-bottom: 578px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__pass-recover .login__inner {
    padding-bottom: 362px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__pass-recover .login__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__pass-recover .login__inner {
    padding-bottom: 150px;
  }
}
.page__pass-recover .login__inner {
  padding-bottom: 291px;
}

@media only screen and (min-width: 768px) {
  .page__pass-recover .login__inner {
    padding-bottom: 578px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__pass-recover .login__inner {
    padding-bottom: 362px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__pass-recover .login__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__pass-recover .login__inner {
    padding-bottom: 150px;
  }
}
.page__pass-recover-2 .login__inner {
  padding-bottom: 205px;
}

@media only screen and (min-width: 768px) {
  .page__pass-recover-2 .login__inner {
    padding-bottom: 477px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__pass-recover-2 .login__inner {
    padding-bottom: 261px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__pass-recover-2 .login__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__pass-recover-2 .login__inner {
    padding-bottom: 150px;
  }
}
.page__pass-recover-3 .login__inner {
  padding-bottom: 220px;
}

@media only screen and (min-width: 768px) {
  .page__pass-recover-3 .login__inner {
    padding-bottom: 509px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__pass-recover-3 .login__inner {
    padding-bottom: 293px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__pass-recover-3 .login__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__pass-recover-3 .login__inner {
    padding-bottom: 150px;
  }
}
.page__register,
.page__pass-recover,
.page__pass-recover-2,
.page__pass-recover-3,
.page__login {
  padding-top: 70px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page__register,
  .page__pass-recover,
  .page__pass-recover-2,
  .page__pass-recover-3,
  .page__login {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__register,
  .page__pass-recover,
  .page__pass-recover-2,
  .page__pass-recover-3,
  .page__login {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__register,
  .page__pass-recover,
  .page__pass-recover-2,
  .page__pass-recover-3,
  .page__login {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__register,
  .page__pass-recover,
  .page__pass-recover-2,
  .page__pass-recover-3,
  .page__login {
    padding-top: 190px;
    padding-bottom: 110px;
  }
}
.request {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .request {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .request {
    margin-top: 60px;
  }
}
.request__inner {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 15px;
  overflow: hidden;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

@media only screen and (min-width: 768px) {
  .request__inner {
    border-radius: 10px;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .request__inner {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__inner {
    padding: 40px 50px;
  }
}
.request__inner.opened {
  padding: 14px 15px 40px;
}

@media only screen and (min-width: 768px) {
  .request__inner.opened {
    padding: 30px 30px 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .request__inner.opened {
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__inner.opened {
    padding: 40px 50px 60px;
  }
}
.request__inner.opened .request__title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .request__inner.opened .request__title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__inner.opened .request__title {
    margin-bottom: 50px;
  }
}
.request__inner.opened .request__icon svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.request__hide {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .request__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 394px 632px;
    grid-template-columns: 394px 632px;
    grid-column-gap: 60px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__wrapper {
    -ms-grid-columns: 476px 887px;
    grid-template-columns: 476px 887px;
    grid-column-gap: 156px;
  }
}
.request__title {
  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;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.request .section__title {
  margin-bottom: 0;
}

.request__icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

@media only screen and (min-width: 768px) {
  .request__icon svg {
    width: 15px;
    height: 9px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__icon svg {
    width: 20px;
    height: 11px;
  }
}
.request__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ed1c24;
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px) {
  .request__subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.request__text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1280px) {
  .request__text {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .request__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.request form {
  width: 100%;
}

.request form textarea {
  width: 100%;
  height: 100px;
  padding: 14px 15px;
  border: 1px solid #c3ced3;
  resize: none;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (min-width: 768px) {
  .request form textarea {
    height: 45px;
    overflow: hidden;
  }
}
.request form textarea::-webkit-input-placeholder {
  position: absolute;
  width: 230px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

.request form textarea::-moz-placeholder {
  position: absolute;
  width: 230px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

.request form textarea:-ms-input-placeholder {
  position: absolute;
  width: 230px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

.request form textarea::-ms-input-placeholder {
  position: absolute;
  width: 230px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

.request form textarea::placeholder {
  position: absolute;
  width: 230px;
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 17px;
  color: #728189;
}

@media only screen and (min-width: 768px) {
  .request form textarea::-webkit-input-placeholder {
    white-space: nowrap;
  }
  .request form textarea::-moz-placeholder {
    white-space: nowrap;
  }
  .request form textarea:-ms-input-placeholder {
    white-space: nowrap;
  }
  .request form textarea::-ms-input-placeholder {
    white-space: nowrap;
  }
  .request form textarea::placeholder {
    white-space: nowrap;
  }
}
.request form textarea:not(:last-child) {
  margin-bottom: 26px;
}

@media only screen and (min-width: 768px) {
  .request form textarea:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1800px) {
  .request form textarea:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .request__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.request__btn--send {
  padding: 11px 20px;
  width: 260px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .request__btn--send {
    padding: 11px 15px;
    width: 236px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .request__btn--send {
    padding: 12px 15px;
    width: 276px;
    margin-left: 40px;
  }
}
.request__btn--cancel {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ed1c24;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .request__btn--cancel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .request__btn--cancel {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-composition {
  padding-top: 50px;
}

@media only screen and (min-width: 1280px) {
  .order-composition {
    padding-top: 43px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition {
    padding-top: 70px;
  }
}
.order-composition .order-composition__table {
  width: 100%;
}

.order-composition .order-composition__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  margin: 0 -15px;
  padding: 20px 15px 30px;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table tr {
    padding: 30px 30px 40px;
    border-radius: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table tr {
    padding: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 516px 113px 138px 100px 107px 138px;
    grid-template-columns: 48px 516px 113px 138px 100px 107px 138px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition .order-composition__table tr {
    -ms-grid-columns: 50px 661px 142px 192px 172px 181px 155px;
    grid-template-columns: 50px 661px 142px 192px 172px 181px 155px;
  }
}
.order-composition .order-composition__table tr:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table tr:not(:last-child) {
    margin-bottom: 0;
  }
}
.order-composition .order-composition__table tr:first-child {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table tr:first-child {
    font-size: 14px;
    line-height: 17px;
    display: block;
    background-color: #c6d0d7;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 516px 113px 138px 100px 107px 138px;
    grid-template-columns: 48px 516px 113px 138px 100px 107px 138px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition .order-composition__table tr:first-child {
    font-size: 16px;
    line-height: 20px;
    -ms-grid-columns: 50px 661px 142px 192px 172px 181px 155px;
    grid-template-columns: 50px 661px 142px 192px 172px 181px 155px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table tr:first-child th {
    padding: 14px;
  }
}
.order-composition .order-composition__table td:first-child {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table td:first-child {
    display: block;
    text-align: center;
    padding: 10px;
  }
}
.order-composition .order-composition__table td:nth-child(2) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f3f4;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(2) {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .order-composition .order-composition__table td:nth-child(2) {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table td:nth-child(2) {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
    padding: 10px;
  }
}
.order-composition .order-composition__table td:nth-child(2) div {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(2) div {
    width: 501px;
  }
}
@media only screen and (min-width: 1024px) {
  .order-composition .order-composition__table td:nth-child(2) div {
    width: 708px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table td:nth-child(2) div {
    margin-bottom: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition .order-composition__table td:nth-child(2) div {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }
}
.order-composition .order-composition__table td:nth-child(2) span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #728189;
}

@media only screen and (min-width: 1800px) {
  .order-composition .order-composition__table td:nth-child(2) span {
    font-size: 14px;
    line-height: 17px;
  }
}
.order-composition .order-composition__table td:nth-child(n+3) {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(n+3) {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table td:nth-child(n+3) {
    margin: 0;
    font-weight: 400;
    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;
    text-align: center;
  }
}
.order-composition .order-composition__table td:nth-child(n+3) div:first-child {
  margin-bottom: 5px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(n+3) div:first-child {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table td:nth-child(n+3) div:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(n+3) div:first-child div {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.order-composition .order-composition__table td:nth-child(n+3) div:first-child span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(n+3) div:first-child span {
    display: block;
    border: 1px dashed #dae2e7;
    width: 100%;
    height: 1px;
    margin: 0 10px 0 16px;
  }
}
.order-composition .order-composition__table td:nth-child(n+3) div:last-child span {
  color: #728189;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table td:nth-child(n+3) div:last-child span {
    display: block;
  }
}
.order-composition .order-composition__table .order-table__img {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .order-composition .order-composition__table .order-table__img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition .order-composition__table .order-table__img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition .order-composition__table .order-table__img {
    width: 50px;
    height: 50px;
  }
}
.order-composition__total {
  background-color: #dae2e7;
  border: 1px solid #ced7dd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  padding: 30px 15px 40px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .order-composition__total {
    padding: 27px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .order-composition__total {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition__total {
    font-size: 16px;
    line-height: 20px;
    margin-top: 7px;
  }
}
.order-composition__total-item span {
  font-weight: 700;
}

.order-composition__total-bottom {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .order-composition__total-bottom {
    margin-top: 0;
  }
}
.order-composition__total-bottom div:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .order-composition__total-bottom div:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition__total-bottom div:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .order-composition__total-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.order-composition__btn {
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 0 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.order-composition__btn:hover {
  color: #ed1c24;
}

.order-composition__btn:hover span svg {
  fill: #ed1c24;
}

@media only screen and (min-width: 768px) {
  .order-composition__btn {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-composition__btn {
    margin-top: 30px;
    font-size: 18px;
    line-height: 22px;
  }
}
.order-composition__btn span {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .order-composition__btn span {
    margin-right: 10px;
  }
}
.order-composition__btn span svg {
  fill: #728189;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page__order-inner {
  padding-top: 20px;
}

@media only screen and (min-width: 1280px) {
  .page__order-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__order-inner {
    padding-top: 50px;
  }
}
.order-performed {
  margin-top: 20px;
}

@media only screen and (min-width: 1280px) {
  .order-performed {
    width: 869px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed {
    width: 1210px;
  }
}
.order-performed__inner {
  background-color: #ffffff;
  padding: 20px 15px 40px;
}

@media only screen and (min-width: 768px) {
  .order-performed__inner {
    margin: 0;
    border-radius: 20px;
    padding: 30px 30px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-performed__inner {
    margin: 0;
    width: 869px;
    padding: 30px 40px 50px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__inner {
    width: 1210px;
    padding: 40px 50px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .order-performed__top {
    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;
  }
}
@media only screen and (min-width: 768px) {
  .order-performed__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.order-performed__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .order-performed__btn {
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .order-performed__btn {
    padding-left: 31px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__btn {
    font-size: 24px;
    line-height: 36px;
    padding-left: 36px;
  }
}
.order-performed__btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_left.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.order-performed__date {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .order-performed__date {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__date {
    font-size: 14px;
    line-height: 17px;
    margin-right: 30px;
  }
}
.order-performed__date time {
  font-weight: 700;
}

.order-performed__status {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 28px;
}

.order-performed__allert {
  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: 20px;
}

@media only screen and (min-width: 768px) {
  .order-performed__allert {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__allert {
    margin-bottom: 30px;
  }
}
.order-performed__allert div {
  margin-bottom: 10px;
  width: 226px;
}

@media only screen and (min-width: 768px) {
  .order-performed__allert div {
    margin-bottom: 0;
    width: 500px;
  }
}
.order-performed .order__allert::before {
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .order-performed .order__allert::before {
    top: 50%;
  }
}
.order-performed__allert-btn {
  padding: 4px 10px;
  border: 1px solid #ba365f;
  border-radius: 15px;
  color: #ba365f;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .order-performed__allert-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.order-performed__charact {
  background-color: #f8fafb;
  padding: 30px 15px;
  margin: 0 -15px;
}

@media only screen and (min-width: 768px) {
  .order-performed__charact {
    margin: 0;
    padding: 20px 30px 30px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-performed__charact {
    padding: 20px 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__charact {
    padding: 30px 40px;
    grid-row-gap: 20px;
  }
}
.order-performed__list {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.order-performed__list:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1280px) {
  .order-performed__list:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-performed__list {
    grid-row-gap: 15px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__list {
    grid-row-gap: 20px;
  }
}
.order-performed__item {
  font-size: 12px;
  line-height: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media only screen and (min-width: 768px) {
  .order-performed__item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__item {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-performed__item-description {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .order-performed__item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .order-performed__item-description div {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .order-performed__item-description div br {
    display: none;
  }
}
.order-performed__item-description span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order-performed__item-description span {
    display: block;
    width: 100%;
    height: 1px;
    border: 1px dashed #dae2e7;
    margin: 0 10px;
  }
}
.order-performed__item-definition--link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #728189;
  padding-left: 21px;
  position: relative;
}

.order-performed__item-definition--link::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1800px) {
  .order-performed__item-definition--link {
    padding-left: 26px;
  }
}
.order-performed__contacts {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .order-performed__contacts {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__contacts {
    padding-top: 50px;
  }
}
.order-performed__contacts-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .order-performed__contacts-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__contacts-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.order-performed__contacts-list {
  font-size: 12px;
  line-height: 15px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
}

@media only screen and (min-width: 768px) {
  .order-performed__contacts-list {
    font-size: 14px;
    line-height: 17px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1800px) {
  .order-performed__contacts-list {
    font-size: 16px;
    line-height: 20px;
    grid-row-gap: 20px;
  }
}
.item-available {
  padding-top: 50px;
}

@media only screen and (min-width: 1800px) {
  .item-available {
    padding-top: 67px;
  }
}
.item-available__inner {
    flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .item-available__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.item-available__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .item-available__title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.item-available__marking {
  background: #ffffff;
  border: 1px solid #d9dee0;
  border-radius: 8px;
  padding: 15px 15px 20px;
  font-size: 12px;
  line-height: 15px;
  color: #728189;
}

@media only screen and (min-width: 768px) {
  .item-available__marking {
    padding: 13px 40px 13px 20px;
    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;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__marking {
    display: none;
  }
}
.item-available__marking-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .item-available__marking-title {
    margin-bottom: 0;
  }
}
.item-available__marking-title-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .item-available__marking-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.item-available__marking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-available__marking-item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .item-available__marking-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.item-available__marking-item-color {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.item-available__list {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .item-available__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__list {
    margin-top: 0;
    -ms-grid-columns: 277px 277px;
    grid-template-columns: 277px 277px;
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__list {
    margin-right: 45px;
  }
}
.item-available__item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .item-available__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.select__content {
  padding-top: 15px;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.select__list {
  width: 100%;
  z-index: 2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 15px 25px 15px;
  display: grid;
  gap: 12px;
  display: none;
}

.select__item.current {
  display: none;
}

.select__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

@media only screen and (min-width: 1280px) {
  .select__link:hover {
    color: #ed1c24;
  }
}
.item-available__item-icon {
  transition: all 0.5s;
}

.item-available__item-top {
  background: #f0f3f4;
  border: 1px solid #c3ced3;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  padding: 14px 20px 14px 15px;
  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;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 1280px) {
  .item-available__item--diameter {
    display: none !important;
    max-width: 114px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* @media only screen and (min-width: 1280px) {
  .item-available__item-top:hover .select__list{
    display: grid;
  }
} */
.item-available__info {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .item-available__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__info {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .item-available__info-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1800px) {
  .item-available__info-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
.color__available {
  background-color: #c2cfd7;
}

.color__toorder {
  background-color: #f1d7b0;
}

.color__unavailable {
  background-color: #feb9bc;
}

.text-danger {
  color: #ed1c24;
}

/* Validation error messages */
span.text-danger[data-valmsg-for],
span.field-validation-error {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  min-height: 0;
}

span.text-danger[data-valmsg-for]:empty,
span.field-validation-error:empty {
  display: none;
}

.input-error {
  /*    position: relative;
    left: 0;
    top: 100%;
    bottom: 0;*/
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.pt__content {
  padding: 50px 0 0;
}
@media only screen and (min-width: 768px) {
  .pt__content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pt__content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .pt__content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .pt__content {
    padding: 50px 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  .pt__content {
    padding: 60px 0 0;
  }
}

.content {
  max-width: 1200px;
  margin: 0 auto;
}
.content h1, .content h2, .content h3, .content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.content p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.content ul, .content ol {
  margin: 50px 0 50px;
}
.content ul li, .content ol li {
  font-size: 14px;
  line-height: 21px;
}
@media only screen and (min-width: 1800px) {
  .content h1, .content h2, .content h3, .content h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .content ul, .content ol {
    margin: 50px 0 50px;
  }
  .content ul li, .content ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

.page__basket .basket__title.table-title:first-of-type {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1800px) {
  .page__basket .basket__title.table-title:first-of-type {
    margin-bottom: 40px;
  }
}
.page__basket .basket__title.table-title:first-of-type .page__title {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1800px) {
  .page__basket .basket__title.table-title:first-of-type .page__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.table {
  display: flex;
  width: 100%;
}
.table tbody tr, .table thead tr {
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 1800px) {
  .table tbody tr, .table thead tr {
    font-size: 16px;
    line-height: 20px;
  }
}
.table tbody tr th, .table thead tr th {
  border: solid 1px #C6D0D7;
  background-color: #DAE2E7;
  padding: 6px 14px;
  text-align: center;
}
@media only screen and (min-width: 1800px) {
  .table tbody tr th, .table thead tr th {
    padding: 5px 14px;
  }
}
.table tbody tr td, .table thead tr td {
  padding: 14px;
  background-color: #FFFFFF;
  border: solid 1px #F0F3F4;
  vertical-align: top;
  text-align: center;
}
.table tbody tr td .order-table__content, .table thead tr td .order-table__content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 60%;
}
.table tbody tr td .order-table__img, .table thead tr td .order-table__img {
  width: 70px;
  max-width: 70px;
  height: auto;
}
@media only screen and (min-width: 1800px) {
  .table tbody tr td .order-table__img, .table thead tr td .order-table__img {
    width: 50px;
    max-width: 50px;
  }
}
.table tbody tr td .order-table__title, .table thead tr td .order-table__title {
  font-weight: 400;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 11px;
}
.table tbody tr td .order-table__title .text-secondary, .table thead tr td .order-table__title .text-secondary {
  font-size: 12px;
  line-height: 14px;
}
.table tbody tr td.warning, .table thead tr td.warning {
  background-color: #FFFFFF;
  position: relative;
}
.table tbody tr td.warning .warning-ico, .table thead tr td.warning .warning-ico {
  display: block;
  position: static;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0 0 0 5px;
}
.table tbody tr td.warning .warning-ico:before, .table thead tr td.warning .warning-ico:before {
  content: url(../img/icons/exclamation_point.svg);
  display: block;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td.warning, .table thead tr td.warning {
    background-color: #FFF7CD;
  }
  .table tbody tr td.warning .warning-ico, .table thead tr td.warning .warning-ico {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
  }
}
.table tbody tr td.danger, .table thead tr td.danger {
  background-color: #FFFFFF;
  position: relative;
}
.table tbody tr td.danger .danger-ico, .table thead tr td.danger .danger-ico {
  display: block;
  position: static;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0 0 0 5px;
}
.table tbody tr td.danger .danger-ico:before, .table thead tr td.danger .danger-ico:before {
  content: url(../img/icons/ic_alert.svg);
  /*content: url(../img/icons/danger_exclamation_point.svg);*/
  display: block;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td.danger, .table thead tr td.danger {
    background-color: #FEB9BC;
  }
  .table tbody tr td.danger .danger-ico, .table thead tr td.danger .danger-ico {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
  }
}
.table tbody tr .text-secondary, .table thead tr .text-secondary {
  font-size: 12px;
  line-height: 14px;
  color: #728189;
}
.text-secondary {
  font-size: 12px;
  line-height: 14px;
  color: #728189;
}
@media only screen and (min-width: 1800px) {
  .table tbody tr .text-secondary, .table thead tr .text-secondary {
    font-size: 14px;
    line-height: 17px;
  }
}

.order-table__controls .button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 33px;
}
.order-table__controls .button-group button {
  display: none;
}
.order-table__controls .order-table__controls .message {
  display: block;
}
.order-table__controls:not(.message) {
  padding-top: 0;
  padding-bottom: 16px;
}
.order-table__controls:not(.message) .alert-warning {
  display: none;
}

.order-table__adaptive_controls {
  display: block;
}
.order-table__adaptive_controls button {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.table tbody, .table thead {
  float: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  max-width: 100%;
}
.table tbody tr:first-of-type, .table thead tr:first-of-type {
  display: none;
}
.table tbody tr td, .table thead tr td {
  display: flex;
  flex-direction: row;
  gap: 10px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.table tbody tr td:first-of-type, .table thead tr td:first-of-type {
  display: none;
}
.table tbody tr td:nth-of-type(2), .table thead tr td:nth-of-type(2) {
  padding-top: 30px;
  border-radius: 20px 20px 0 0;
}
.table tbody tr td:last-of-type, .table thead tr td:last-of-type {
  border-radius: 0 0 20px 20px;
  padding-bottom: 30px;
}
.table tbody tr td [data-title], .table thead tr td [data-title] {
  width: 50%;
  text-align: left;
  white-space: nowrap;
  max-width: 50%;
  overflow: hidden;
}
.table tbody tr td [data-title]:before, .table thead tr td [data-title]:before {
  content: attr(data-title);
  font-weight: 700;
  line-height: 21px;
}
.table tbody tr td [data-title]:after, .table thead tr td [data-title]:after {
  content: " ----------------------------------------------------------------------------------------------------------------------------------------------------------------------";
  color: #DAE2E7;
  font-weight: 400;
}
.table tbody tr td.order-table__main_content, .table thead tr td.order-table__main_content {
  padding-bottom: 16px;
}
.table tbody tr td.order-table__main_content [data-title], .table thead tr td.order-table__main_content [data-title] {
  display: none;
}
.table tbody tr td.order-table__main_content > div, .table thead tr td.order-table__main_content > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #F0F3F4;
}
.table tbody tr .text-secondary, .table thead tr .text-secondary {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 1280px) {
  .table {
    display: table;
    width: 100%;
  }
  .table tbody, .table thead {
    float: none;
    display: table-row-group;
    border: none;
  }
  .table tbody tr, .table thead tr {
    font-size: 14px;
    line-height: 17px;
    display: table-row;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1800px) {
  .table tbody tr, .table thead tr {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .table tbody tr:first-of-type, .table thead tr:first-of-type {
    display: table-row;
  }
  .table tbody tr th, .table thead tr th {
    display: table-cell;
    border: solid 1px #C6D0D7;
    background-color: #DAE2E7;
    padding: 6px 14px;
    text-align: center;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1800px) {
  .table tbody tr th, .table thead tr th {
    padding: 5px 14px;
  }
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td, .table thead tr td {
    display: table-cell;
    padding: 14px;
    background-color: #FFFFFF;
    border: solid 1px #F0F3F4;
    vertical-align: top;
    text-align: center;
  }
  .table tbody tr td:first-of-type, .table thead tr td:first-of-type {
    display: table-cell;
  }
  .table tbody tr td:nth-of-type(2), .table thead tr td:nth-of-type(2) {
    padding-top: 14px;
    border-radius: 0;
  }
  .table tbody tr td:last-of-type, .table thead tr td:last-of-type {
    border-radius: 0;
    padding-bottom: 14px;
  }
  .table tbody tr td [data-title], .table thead tr td [data-title] {
    display: none;
  }
  .table tbody tr td .order-table__content, .table thead tr td .order-table__content {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
  }
  .table tbody tr td .order-table__img, .table thead tr td .order-table__img {
    width: 40px;
    max-width: 40px;
    height: auto;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1800px) {
  .table tbody tr td .order-table__img, .table thead tr td .order-table__img {
    width: 50px;
    max-width: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td .order-table__title, .table thead tr td .order-table__title {
    padding-top: 0;
    font-weight: 400;
    text-align: left;
    display: block;
  }
  .table tbody tr td.warning, .table thead tr td.warning {
    background-color: #FFFFFF;
    position: relative;
  }
  .table tbody tr td.warning .warning-ico, .table thead tr td.warning .warning-ico {
    display: block;
    position: static;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 0 0 5px;
  }
  .table tbody tr td.warning .warning-ico:before, .table thead tr td.warning .warning-ico:before {
    content: url(../img/icons/exclamation_point.svg);
    display: block;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .table tbody tr td.warning, .table thead tr td.warning {
    background-color: #FFF7CD;
  }
  .table tbody tr td.warning .warning-ico, .table thead tr td.warning .warning-ico {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td.danger, .table thead tr td.danger {
    background-color: #FFFFFF;
    position: relative;
  }
  .table tbody tr td.danger .danger-ico, .table thead tr td.danger .danger-ico {
    display: block;
    position: static;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 0 0 5px;
  }
  .table tbody tr td.danger .danger-ico:before, .table thead tr td.danger .danger-ico:before {
    /*content: url(../img/icons/danger_exclamation_point.svg);*/
    content: url(../img/icons/ic_alert.svg);
    display: block;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .table tbody tr td.danger, .table thead tr td.danger {
    background-color: #FEB9BC;
  }
  .table tbody tr td.danger .danger-ico, .table thead tr td.danger .danger-ico {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .table tbody tr td.order-table__main_content, .table thead tr td.order-table__main_content {
    padding-bottom: 14px;
  }
  .table tbody tr td.order-table__main_content > div, .table thead tr td.order-table__main_content > div {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
  .table tbody tr .text-secondary, .table thead tr .text-secondary {
    font-size: 12px;
    line-height: 14px;
    color: #728189;
    display: block;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1800px) {
  .table tbody tr .text-secondary, .table thead tr .text-secondary {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .order-table__controls .button-group button {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .order-table__controls .alert-warning {
    display: none;
  }
  .order-table__adaptive_controls {
    display: none;
  }
}
@media only screen and (min-width: 420px) {
  .order-table__adaptive_controls button {
    margin-right: 20px;
  }
  .order-table__adaptive_controls button:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-table__adaptive_controls button {
    margin-right: 23px;
  }
  .order-table__adaptive_controls button:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1800px) {
  .order-table__controls .button-group {
    gap: 40px;
  }
}
.basket__total .basket__total-varity span {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 10px;
}
@media only screen and (min-width: 1800px) {
  .basket__total .basket__total-varity span {
    font-size: 24px;
    line-height: 29px;
    margin-left: 20px;
  }
}

.alert-warning {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  width: 100%;
  padding: 13px 12px 13px 16px;
  border: 1px solid #F2DD89;
  border-radius: 8px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #98670F;
  background: #FFF7CD;
}
.alert-warning:before {
  content: url("../img/icons/alert_warning.svg");
  display: block;
  width: 24px;
  height: 24px;
}

.header__bottom-link {
  position: relative;
}

.counter {
  position: absolute;
  top: -5px;
  left: 12px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #DAE2E7;
  border-radius: 1000px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .counter {
    top: -7px;
    left: 14px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .counter {
    top: 2px;
    left: 24px;
  }
}
.counter.grey {
  background-color: #9FB2BD;
}
.counter.red {
  background-color: #ED1C24;
}

.ts-wrapper {
  border: 1px solid #C3CED3;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 21px;
  background: initial;
}
.ts-wrapper.form-control {
  padding: 0.375rem 0.75rem;
}
.ts-wrapper .ts-control {
  align-items: center;
  justify-content: space-between;
  border: none;
  padding-left: 0;
  padding-right: 0;
  position: static;
  background-color: initial;
}
.ts-wrapper .ts-control:after {
  content: "";
  position: absolute;
  right: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
  transition-duration: 0.15s;
}
.ts-wrapper .ts-control input, .ts-wrapper .ts-control .item {
  font-size: 0.875rem !important;
  line-height: 1.0625rem !important;
  font-weight: 500;
  color: #212529;
}
@media only screen and (min-width: 1800px) {
  .ts-wrapper .ts-control input, .ts-wrapper .ts-control .item {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
}
.ts-wrapper .ts-control input {
  min-width: auto;
}
.ts-wrapper .ts-dropdown {
  font-size: 14px;
  z-index: 101;
}
.ts-wrapper.dropdown-active .ts-control:after {
  transform: rotate(316deg);
  transition-duration: 0.15s;
}
.ts-wrapper .placeholder-out {
  position: absolute;
  padding: 0 5px;
  background-color: #fff;
  color: #728189;
  top: -7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background-color: inherit;
}

.page__basket .ts-wrapper {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .page__basket .ts-wrapper {
    width: 434px;
    max-width: 434px;
  }
}
@media only screen and (min-width: 1024px) {
  .page__basket .ts-wrapper {
    width: 432px;
    max-width: 432px;
  }
}
@media only screen and (min-width: 1280px) {
  .page__basket .ts-wrapper {
    width: 434px;
    max-width: 434px;
  }
}
@media only screen and (min-width: 1440px) {
  .page__basket .ts-wrapper {
    width: 434px;
    max-width: 434px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__basket .ts-wrapper {
    width: 613px;
    max-width: 613px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.input-wrapper {
  position: relative;
}
.input-wrapper .form-input + .placeholder-out {
  /*content: attr(data-placeholder);*/
  display: block;
  position: absolute;
  left: 15px;
  top: -6px;
  opacity: 0;
  padding: 0 5px;
  background-color: #fff;
  color: #728189;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.63px;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus::placeholder {
  opacity: 0;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:not(:focus):placeholder-shown::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:not(:focus):placeholder-shown:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:not(:focus):placeholder-shown::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:not(:focus):placeholder-shown:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:not(:focus):placeholder-shown::placeholder {
  opacity: 1;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus + .placeholder-out, .input-wrapper .form-input:not(:placeholder-shown) + .placeholder-out {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.input-wrapper .form-input:focus + .placeholder-out, .input-wrapper .form-input:not(:placeholder-shown) + .placeholder-out {
  /*color: -;*/
}
.input-wrapper .form-input.is-valid:focus + .placeholder-out, .input-wrapper .form-input.is-valid:not(:placeholder-shown) + .placeholder-out {
  /*color: -;*/
}
.input-wrapper .form-input.is-invalid:focus + .placeholder-out, .input-wrapper .form-input.is-invalid:not(:placeholder-shown) + .placeholder-out {
  /*color: -;*/
}

.btn {
  transition: padding-right 0.3s ease-out;
}
.btn.loading {
  position: relative;
}
.btn.loading:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  right: 6px;
  top: 50%;
  width: 0px;
  height: 0px;
  padding: 7px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left-color: #FFF;
  border-top-color: #FFF;
  animation: spin 0.6s infinite linear, grow 0.3s forwards ease-out;
}

@keyframes spin {
  to {
    transform: rotate(359deg);
  }
}
@keyframes grow {
  to {
    width: 14px;
    height: 14px;
    margin-top: -8px;
    right: 13px;
  }
}
.form-row {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.form-row:not(:last-of-type) {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .form-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .form-row:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.form-row .input-wrapper {
  flex: 1;
  width: auto;
}

input {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
@media only screen and (min-width: 1800px) {
  input {
    font-size: 1rem !important;
    line-height: 1.25rem;
  }
}

.delete-ico:before {
  content: url("../img/icons/delete.svg");
  display: block;
  margin: auto;
  height: 24px;
  width: 24px;
}

.edit-ico:before {
  content: url("../img/icons/edit.svg");
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
}

.btn.btn__color:disabled {
  border: 1px solid #F5696F;
  background: #F5696F;
  opacity: 1;
  color: #FFF;
}

.btn_disabled {

  cursor: not-allowed !important;
  opacity: 0.6;
}

.popup {
  display: none;
}
.popup.active {
  display: block;
}
.popup .icon__close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup .icon__close svg {
  width: 20px;
  height: 20px;
  stroke: #dae2e7;
}
.popup .popup__inner .container {
  height: 100%;
  position: relative;
}
.popup .header-part {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  margin-bottom: 31px;
}
.popup .body-part p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #000;
  margin-top: 15px;
}
.popup .footer-part {
  display: flex;
  justify-content: center;
  position: static;
  width: 100%;
  margin-top: 31px;
}
@media only screen and (min-width: 768px) {
  .popup .footer-part {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.popup__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(24, 28, 30, 0.6);
}

.popup__inner {
  width: 100%;
  height: 100vh;
  background-color: #f0f3f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  padding: 20px 0;
}

popup__inner.active {
  display: block;
}

/*@include width($width-1280) {*/
.popup__inner {
  padding: 30px 28px 40px 40px;
  background: #ffffff;
  border-radius: 20px;
  /*max-width: 770px;*/
  /*height: -webkit-fit-content;*/
  /*height: -moz-fit-content;*/
  /*height: fit-content;*/
  margin: auto;
}

.popup__inner .container {
  width: 100%;
  padding: 0;
}

/*}*/
@media only screen and (min-width: 1800px) {
  .popup__inner {
    max-width: 1074px;
    padding: 40px 40px 50px 50px;
  }
}
.popup__inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .popup__inner-btn {
    font-size: 20px;
    line-height: 30px;
    padding-left: 42px;
    margin-bottom: 37px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .popup__inner-btn {
    display: none;
  }
}
.popup__inner-btn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow_left.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .basket-popup__inner-btn::before {
    width: 22px;
    height: 17px;
  }
}
.popup.info-popup .popup__inner {
  height: fit-content;
  min-height: fit-content;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup.info-popup .popup__inner {
    height: 424px;
    min-height: 425px;
    max-width: 770px;
  }
}
.popup.info-popup .popup__inner .footer-part .btn {
  width: 220px;
  padding: 12px;
  font-size: 14px;
}

.delete-confirmation-btn {
  max-width: 300px;
  margin: 0 auto;
}

/*/ProductGroup?id=163*/
/*# sourceMappingURL=style.css.map */


.ts-control input{
  display: none !important;
}

[data-popup="menu-popup"] {
    background: #F0F3F4;
}

.btn-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-group .menu-btn {
    position: relative;
    background: #FFF;
    padding: 15px;
    border-radius: 8px;
}

.btn-group .menu-btn .header__search, .btn-group .menu-btn .header__catalog {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 22px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    cursor: pointer;
}

.header__search span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/icons/menu__search-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn-group .menu-btn .header__search span {
    position: relative;
    height: 20px;
    width: 20px;
    background: transparent;
    margin: 0;
}

.btn-group .menu-btn .header__catalog span {
    position: relative;
    width: 20px;
    height: 2px;
    background: #9FB2BD;
    color: #9FB2BD;
    margin: 0;
}

.btn-group .menu-btn .header__catalog span::before, .btn-group .menu-btn .header__catalog span::after {
    background-color: #9FB2BD;
    height: 2px;
}

.btn-group .menu-btn .header__catalog span {
    margin: 0;
}

.menu-pages {
    margin: 30px 0 0;
}

.menu-pages .item {
    color: #728189;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0;
}

.menu-pages .item:last-of-type, .menu-pages .item:first-of-type {
    margin: 0;
}

.menu-footer {
    position: absolute;
    width: calc(100% - 30px);
    padding: 30px 0 50px;
    bottom: 0;
    border-top: 1px solid #D4DBDF;
}

.menu-footer .contacts-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #728189;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
}

.menu-footer .social__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.menu-footer .social__list .facebook-black-ico::before {
    content:  url("../img/icons/facebook-black-icon.svg");
    display: block;
    width: 27px;
    height: 27px;  
}

.menu-footer .social__list .instagram-black-ico::before {
    content:  url("../img/icons/instagram-black-ico.svg");
    display: block;
    width: 27px;
    height: 27px;
}

.menu-footer .social__list .youtube-black-ico::before {
    content:  url("../img/icons/youtube-black-ico.svg");
    display: block;
    width: 27px;
    height: 27px;
}

.menu-footer .phone {
    margin: 15px 0 0;
}

.menu-footer .phone a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .header__bottom .header__menu-btn {
        display: none;
    }
    
    .popup-search.opened[data-popup="menu-popup"] {
        display: none;
    }
    
    #menu-catalog-back-btn {
        display: none;
    }
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
}

@media only screen and (min-width: 420px) {
    .page__search .search-result p {
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
    }
}

@media only screen and (min-width: 768px) {
    .page__search .search-result p {
        font-size: 20px;
        line-height: 30px;
    }
}

.page__search .search-result {
    margin: 20px 0;
}

@media only screen and (min-width: 1800px) {
    .page__search .search-result {
        margin: 50px 0;
    }
}

.page__search .binding__list .binding__item-title.code {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #728189;
    padding: 0;
    margin: 10px 12px;
}

@media only screen and (min-width: 768px) {
    .page__search .binding__list .binding__item-title.code {
        margin: 10px 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .page__search .binding__list .binding__item-title.code {
        margin: 22px 22px 10px;
        font-size: 14px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1800px) {
    .page__search .binding__list .binding__item-title.code {
        margin: 22px 40px 10px;
    }
}

.page__search .binding__list .bottom-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    margin-top: auto;
}

.page__search .binding__list .bottom-btn-group .binding__item-title {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .page__search .binding__list .bottom-btn-group .binding__item-title {
        margin-bottom: 25px;
        padding: 0 20px;
    }
}

.bottom-btn-group .binding__item-title {
  padding: 0 0 !important;
}

.page__search .binding__list .binding__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page__search .binding__list .binding__item .link {
    text-decoration: underline;
}

.page__search .btn-title {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .page__search .btn-title {
        display: block;
    }
}

.page__search .binding__list.binding__right-side {
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 768px) {
    .page__search .binding__list.binding__right-side {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 1024px) {
    .page__search .binding__list.binding__right-side {
        grid-template-columns: repeat(3, 1fr);
    }
}

.page__search .binding__item-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  padding: 0 15px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .page__search .binding__item-title {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1800px) {
  .page__search .binding__item-title {
    font-size: 18px;
    line-height: 23px;
    padding: 0 40px;
    margin-bottom: 50px;
  }
}

.page__search .binding__img-wrapper {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.cart-ico {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
}

.cart-ico:after {
    content: url("../img/icons/cart-24-ico.svg");
    display: block;
    margin: auto;
    width: 24px;
    height: 24px;
}

@media only screen and (min-width: 1024px) {
    .cart-ico:after {
        content: url("../img/icons/cart-ico.svg");
        width: 30px;
        height: 30px;
    }
}

.page__search .load-more-btn {
    margin-top: 34px;
    width: 100%;
    max-width: 460px;
    border-width: 2px;
}

@media only screen and (min-width: 1024px) {
    .page__search .load-more-btn {
        border-width: 1px;
        margin-top: 50px;
    }
}

.btn.btn-outline-primary:active {
  background-color: #ed1c24; 
  border-color: #ed1c24;
}

.btn.btn-outline-primary:hover {
    border-color: #ed1c24;
}

.page__search .load-more-btn {
    margin-left: auto;
    margin-right: auto;
}


.order-table__title__custom{
  padding-right: 25px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .order-table__title__custom {
    padding-right: 0;
  }
}

/* .favorites-btn {
  position: absolute;
  top: 19px;
  right: 11px;
} */

.binding__item-title-article{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}