:root {
  --color-black: #000;
  --color-white: #fff;
  --color-cod-gray: #171717;
  --color-port-gore: #2d2556;
  --color-torch-red: #ea031e;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
}
body {
  font-family: Gilroy;
  font-weight: 400;
  background-color: var(--color-cod-gray);
  color: var(--color-white);
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}


.policy_war > ul li ul{
  margin-top: 16px;
}
.policy_war ul li ul li{
  list-style: decimal;
  margin-top: 6px;
}
:root {
  font-size: 10px;
}
input,
button,
textarea,
select {
  font: inherit;
}

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

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

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

.shadowed {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.btn-reset {
  border: none;
  background: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}
.btn-reset:active {
  outline: none;
}

.stop-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.shadowed-active {
  display: block;
}
.header {
  padding: 6.6rem 0 4.8rem 0;
}
.header__list {
  display: flex;
  justify-content: space-between;
}
.header__link {
  font-size: 16px;
  line-height: 133.5%;
  color: #fff;
  opacity: 0.52;
  transition: all 0.5s ease;
}
.header__link:hover {
  opacity: 1;
}

.banner {
  height: auto;
  width: 100%;
  padding: 0.75rem 4.7rem 7.1rem 4.7rem;
}
.banner__wrapper {
  position: relative;
  color: #fff;
}
.banner__header {
  display: flex;
  align-items: center;
}
.banner__title {
  font-weight: 800;
  font-size: 4.7rem;
  line-height: 122%;
  text-transform: uppercase;
  margin-top: 2.4rem;
}
.banner__subtitle {
  font-weight: 500;
  font-size: 2rem;
  line-height: 133.5%;
  margin: 1.05rem 0 2rem 0;
}
.banner__button {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 120%;
  color: #ffffff;
  width: 21.35rem;
  padding: 1.2rem 0;
  transition: all 0.5s ease;
}
.banner__image {
  position: absolute;
}

.shop {
  background-image: url(../img/main.webp);
}
.shop__header-list {
  display: flex;
  margin-left: 5rem;
  color: #fff;
  margin-top: 30px;
}
.shop__header-item {
  display: flex;
  flex-direction: column;
}
.shop__header-item img {
  width: 13.9px;
  height: 13.9px;
}
.shop__header-item:not(:last-child) {
  margin-right: 4.3rem;
}
.shop__header-address {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 133.5%;
}
.shop__header-phone {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 133.5%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.shop__header-phone a{
  color: #fff;
  transition: 0.2s;
}
.shop__title span {
  color: var(--color-torch-red);
}
.shop__button {
  background: var(--color-torch-red);
}
.shop__button:hover {
  background: rgb(184, 0, 0);
}
.shop__image {
  top: 125px;
  right: -45px;
}
.shop .container{
  max-width: 100%;
}
.shop-online {
  background: var(--color-torch-red);
  padding-top: 2.6rem;
}
.shop-online__header-list {
  display: flex;
  flex-direction: column;
  margin-left: 1.2rem;
}
.shop-online__support {
  margin-bottom: 0.5rem;
}
.shop-online__support, .shop-online__phone {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 133.5%;
}
.shop-online__title {
  width: 80%;
}
.shop-online__subtitle {
  width: 30%;
}
.shop-online__button {
  background: var(--color-port-gore);
}
.shop-online__button:hover {
  background: #382d70;
}
.shop-online__image {
  top: 35px;
  right: -103px;
}

.footer {
  padding: 8.5rem 0 13.1rem;
}
.footer__title {
  font-weight: 800;
  font-size: 3.3rem;
  line-height: 122%;
  text-transform: uppercase;
  text-align: center;
}
.footer__title a {
  color: #fff;
}
.footer__links {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.footer__link {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__link-telegram {
  background: #007db8;
  margin-right: 1.6rem;
}
.footer__link-whatsApp {
  background: #53eb73;
}

@media screen and (max-width: 1020px) {
  .shop-online__image {
    top: 45px;
    width: 45rem;
  }
}
@media screen and (max-width: 992px) {
  .shop__image {
    top: 85px;
    right: -80px;
    width: 45rem;
  }
  .shop__title {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  :root {
    font-size: 8px;
  }

  .shop-online__title {
    width: 75%;
  }
}
@media screen and (max-width: 920px) {
  .header__list {
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 2rem;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {

}
@media screen and (max-width: 768px) {
  .shop__subtitle {
    width: 40%;
  }
  .shop-online__subtitle {
    width: 44%;
  }
  .shop-online__image {
    top: 170px;
  }
}
@media screen and (max-width: 700px) {
  .shop__header {
    flex-direction: column;
    align-items: start;
  }
  .shop__header-list {
    margin-left: 0;
  }
  .shop__image {
    top: 240px;
    width: 35rem;
  }
  .shop-online__image {
    top: 225px;
    right: -40px;
    width: 35rem;
  }
}
@media screen and (max-width: 640px) {
  .header__list {
    row-gap: 1rem;
    column-gap: 1rem;
    width: 50%;
  }

  .shop-online__image {
    top: 278px;
    width: 25rem;
  }
  .shop__image {
    top: 278px;
    right: -60px;
    width: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 6rem 0;
  }
  .footer__title {
    display: flex;
    flex-direction: column;
  }
  .banner {
    padding: 2rem;
  }
  .header__list {
    width: 60%;
  }
  .shop-online__image {
    right: -10px;
    top: 220px;
  }
  .shop__image {
    top: 235px;
    right: -40px;
  }

  .shop-online__title {
    width: 90%;
  }
  .shop__subtitle {
    width: 57%;
  }
  .shop-online__subtitle {
    width: 63%;
  }
  .banner__logo {
    width: 10rem;
  }
  .shop__header-list {
    justify-content: space-between;
  }
  .shop__header-item:not(:last-child) {
    margin-right: 0;
  }
  .shop__header {
    align-items: inherit;
  }
}
@media screen and (max-width: 500px) {
  .shop-online__image {
    top: 252px;
    width: 18rem;
  }
  .header__list {
    width: 77%;
  }
}
@media screen and (max-width: 450px) {
  .shop-online__image {
    right: -10px;
    top: 217px;
  }
  .shop__image {
    top: 255px;
    right: -32px;
    width: 18rem;
  }
  .shop__title,
.shop-online__title {
    width: 100%;
  }
  .shop__subtitle {
    width: 57%;
  }
  .shop-online__subtitle {
    width: 63%;
  }
  .banner__title {
    font-size: 3.5rem;
  }
  .shop__header-list {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 380px) {
  .shop__header_cont svg{
    display: none;
  }
  .shop-online__image {
    width: 15rem;
    top: 253px;
  }
  .shop__image {
    top: 296px;
    width: 15rem;
  }
  .header__list {
    width: 96%;
  }
}