@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  font-size: 20px;
}

ul, li {
  margin: 0;
  padding: 0;
  display: block;
}

a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

input {
  outline: none;
  border-radius: 0;
}
input.error {
  color: red !important;
  border-color: red !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.8rem;
  font-family: "Gilroy", sans-serif;
}

.overflowH {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #0C437B;
  border: 1px solid #ddd;
}

body, .page {
  min-width: 320px;
  max-width: 390px;
  margin: 0 auto;
  background: #EDEDED;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  color: #111111;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.header__phone-btn {
  display: block;
  width: 40px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
          box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
  cursor: pointer;
}
.header__phone-btn svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.header__logo {
  text-align: center;
  margin-left: 20px;
}
.header__logo svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.header__lang-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
          box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  color: #111111;
}
.header__lang-btn_active {
  background: #C29641;
  color: #fff;
}
.header__lang-btn img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main {
  padding: 0 15px;
}

.office, .warehouse, .china-warehouses {
  margin-top: 40px;
}
.office__title, .warehouse__title, .china-warehouses__title {
  font-size: 20px;
  font-weight: 700;
  color: #0C437B;
  margin-bottom: 20px;
}

.card {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
          box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
  padding: 15px;
}
.card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.card__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #C29641;
  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;
}
.card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.card__label {
  font-weight: 700;
  color: #0C437B;
  margin-bottom: 2px;
  font-size: 14px;
}
.card__desc {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.card__txt {
  color: #111;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.office__map iframe {
  border-radius: 10px;
}

.office__map-btn {
  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: 10px;
  padding: 13px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
  gap: 10px;
}
.office__map-btn svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.office__map-btn_google {
  background: #232323;
  color: #fff;
  margin-bottom: 3px;
}
.office__map-btn_yandex {
  background: #FFDD00;
  color: #020202;
}

.china-warehouses__title {
  font-size: 22px;
  font-weight: 700;
  color: #0C437B;
  margin-bottom: 20px;
}
.china-warehouses__item {
  margin-bottom: 15px;
}

.china-warehouse {
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
          box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
  margin-bottom: 16px;
}
.china-warehouse__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  cursor: pointer;
  border-radius: 18px;
  background: #C29641;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  position: relative;
}
.china-warehouse__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 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;
}
.china-warehouse__title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.china-warehouse__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.china-warehouse__toggle svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.china-warehouse__toggle svg path, .china-warehouse__toggle svg rect {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.china-warehouse.china-warehouse_open .china-warehouse__toggle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.china-warehouse.china-warehouse_open .china-warehouse__toggle .china-warehouse__open rect {
  fill: #ffffff;
}
.china-warehouse.china-warehouse_open .china-warehouse__toggle .china-warehouse__open path {
  stroke: #C29641;
}
.china-warehouse__body {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 18px 18px;
}
.china-warehouse.china-warehouse_open .china-warehouse__body {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.china-warehouse__address-cn {
  font-size: 14px;
  margin-bottom: 20px;
  color: #0C437B;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
.china-warehouse__address-ru {
  color: #111111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.china-warehouse__contacts {
  margin-top: 66px;
}
.china-warehouse__btn {
  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;
  gap: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background 0.18s, color 0.18s;
  transition: background 0.18s, color 0.18s;
  border: none;
  cursor: pointer;
  padding: 13px;
}
.china-warehouse__btn svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.china-warehouse__btn_telegram {
  color: #fff;
  background-color: #15A1E2;
  margin-top: 10px;
}
.china-warehouse__btn_phone {
  color: #fff;
  background-color: #5441C2;
  margin-top: 10px;
}
.china-warehouse__btn_call {
  color: #fff;
  background-color: #0C437B;
  width: 100%;
  position: relative;
  height: 50px;
}
.china-warehouse__btn_call.active {
  background-color: #56BA00;
}
.china-warehouse__btn_call.active .copy__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.china-warehouse__btn_call.active .copy__btn {
  display: none;
}
.china-warehouse__btn_call .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  gap: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.china-warehouse__btn_call .copy__success {
  display: none;
}

.footer {
  position: relative;
  margin-top: 40px;
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.footer__copyright {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.footer__up {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
          box-shadow: 0 2px 16px rgba(35, 35, 35, 0.08);
  background: #C29641;
  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-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}