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

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

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

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

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

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-size: 16px;
  line-height: 1.55;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth; }

input, button, textarea {
  font-family: inherit; }

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ol, ul, li {
  list-style: none; }

img {
  vertical-align: top; }

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

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"); }

::-webkit-input-placeholder {
  color: #666;
  font-size: 14px; }

::-moz-placeholder {
  color: #666;
  font-size: 14px; }

:-ms-input-placeholder {
  color: #666;
  font-size: 14px; }

::-ms-input-placeholder {
  color: #666;
  font-size: 14px; }

::placeholder {
  color: #666;
  font-size: 14px; }

::-moz-selection {
  background-color: gray;
  color: #fff; }

::selection {
  background-color: gray;
  color: #fff; }

::invalid {
  color: red; }

body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #333; }

[class*="__container"] {
  max-width: 1628px;
  margin: 0 auto;
  padding: 0 40px; }

section {
  width: 100%;
  padding-top: 50px; }
  section h1.zag,
  section h2.zag {
    font-size: 40px;
    color: #878B83;
    padding-bottom: 20px; }

.btn a {
  font-size: 18px;
  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;
  padding: 15px;
  background-color: #C59170;
  color: black;
  border-radius: 20px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .btn a svg {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    fill: black;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  .btn a:hover {
    background-color: #be835e; }
  .btn a:hover svg {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }

ul.spisok {
  margin-top: 10px; }
  ul.spisok li {
    padding: 8px 0 8px 35px;
    position: relative; }
    ul.spisok li::before {
      content: '';
      width: 30px;
      height: 30px;
      background: url("../images/check.svg") no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 10%;
      left: 0; }

.bredcrumb {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #878B83; }
  .bredcrumb a {
    display: inline-block;
    color: black;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }
    .bredcrumb a:hover {
      color: #C59170; }
  .bredcrumb span {
    color: #878B83; }

.easyshop-quant-input {
  width: 50px;
  border: 1px solid red; }

.btn-ens-style {
  padding: 7px 20px;
  border: 1px solid red; }

.easynetshop-modal {
  width: 80%; }

ul#ensSearchUL {
  width: 95%;
  margin: 0;
  background-color: #fff;
  border-radius: 10px; }
  ul#ensSearchUL li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    ul#ensSearchUL li a {
      color: black;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      ul#ensSearchUL li a:hover {
        color: #878B83; }

#ensSearchUL .ens-search-price {
  font-size: 18px;
  color: #BE2A1A; }

#ensSearchUL .btn-ens-style {
  display: none; }

#enscart_image_wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }

#enscart_wrapper {
  top: 15px;
  right: 40px;
  z-index: 1000; }

#ensSearchInput {
  padding: 8px 20px 8px 20px;
  margin-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 12px 20px;
  border: 1px solid #878B83; }

#ensSearchUL .ens-search-img {
  margin: 10px 0; }

div.sw-app-head {
  font-size: 40px !important;
  color: #878B83;
  padding-bottom: 20px;
  font-style: normal !important;
  font-weight: 400 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.polytik {
  padding-bottom: 50px; }

section#shadow-host-companion {
  padding: 0 0 0 0; }

.btn_pay-cart {
  padding: 15px 40px;
  background-color: #F6D62A;
  color: black;
  border-radius: 10px;
  cursor: pointer; }
  .btn_pay-cart:hover {
    background-color: #f8df5b; }

button.btnakk {
  background-color: #C59170;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%; }

.filtr a {
  color: black; }

.button-container[_ngcontent-ng-c3245280191] {
  display: none !important; }

.ng-star-inserted {
  display: none; }

.wrapper {
  overflow: hidden;
  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 1 auto;
          flex: 1 1 auto;
  padding: 80px 0 0 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: black;
  z-index: 1000; }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 96%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 20px; }
    .header__logo img {
      width: 100%; }
  .header__burger {
    display: none; }
  .header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px; }
      .header__menu ul li {
        position: relative; }
        .header__menu ul li a {
          display: block;
          padding: 20px 30px;
          color: #C59170;
          font-size: 18px;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          .header__menu ul li a:hover {
            color: white; }
      .header__menu ul li.parent {
        position: relative; }
        .header__menu ul li.parent::after {
          content: '';
          width: 8px;
          height: 8px;
          display: block;
          position: absolute;
          right: 5px;
          top: 48%;
          border-bottom: 2px solid #C59170;
          border-left: 2px solid #C59170;
          -webkit-transform: translateY(-50%) rotate(-45deg);
              -ms-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
      .header__menu ul li ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        width: 270px;
        background-color: black;
        border-radius: 0 0 5px 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header__menu ul li ul li a {
          font-size: 16px;
          padding: 10px 20px; }
      .header__menu ul li:hover > ul {
        opacity: 1;
        visibility: visible; }
  .header__message {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .header__message_icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px; }
      .header__message_icon a {
        width: 55px;
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .header__message_icon a svg {
          width: 30px;
          height: 30px;
          fill: white; }
      .header__message_icon a.header_whatsapp {
        background-color: #2BB140; }
      .header__message_icon a.header_telegram {
        background-color: #36A1D4; }
      .header__message_icon a.header_max {
        background: url("../images/gradient.svg") no-repeat center center;
        background-size: 100%; }
    .header__message_text {
      color: white;
      margin-top: 10px;
      font-weight: 300;
      font-size: 14px; }

.company {
  height: auto;
  background-color: #F2EFF1;
  padding: 80px 0; }
  .company__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .company__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .company__img img {
      width: 75%; }
  .company__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    text-align: center; }
  .company__title h1 {
    font-size: 50px; }
  .company__title p {
    font-size: 25px;
    margin-top: 10px; }
  .company__decor {
    position: relative;
    margin-top: 10px; }
    .company__decor span {
      width: 12px;
      height: 12px;
      background-color: #BE2A1A;
      display: inline-block;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation: rotate 5s linear infinite;
              animation: rotate 5s linear infinite;
      z-index: -1; }
    .company__decor::before, .company__decor::after {
      content: '';
      width: 40%;
      height: 1.5px;
      background-color: #BE2A1A;
      position: absolute;
      top: 50%; }
    .company__decor::after {
      right: 40px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .company__decor::before {
      left: 40px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.advantage__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.advantage__item {
  width: calc(1/4*100% - (1 - 1/4)*10px);
  border: 1px solid #C59170;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  border-radius: 20px; }

.advantage__title {
  text-align: center;
  margin-top: 20px; }

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px; }

.about__item {
  width: calc(1/2*100% - (1 - 1/2)*10px);
  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-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  padding: 10px;
  border-radius: 20px; }

.about__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.about__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  overflow: hidden; }
  .about__img img {
    width: 100%;
    border-radius: 20px; }

.about__title {
  padding-right: 10px; }
  .about__title h2 {
    font-size: 25px;
    padding-bottom: 10px; }

.about__link {
  margin-top: 20px; }

.whois__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.whois__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.whois__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #EFEFEF; }
  .whois__img img {
    width: 90%;
    border-radius: 20px; }

.whois__spisok p {
  font-size: 20px; }

.boxsize__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.boxsize__item {
  width: calc(1/3*100% - (1 - 1/3)*10px);
  background-color: #EFEFEF;
  text-align: center;
  border-radius: 20px; }

.boxsize__title {
  font-size: 25px;
  padding-top: 20px; }

.boxsize__img img {
  width: 100%;
  border-radius: 20px; }

.boxsize__zag {
  font-size: 25px;
  margin: 20px 0;
  color: #878B83; }

.boxsize__link {
  width: 50%;
  margin: 30px auto; }

.contact__container {
  margin-bottom: 30px; }

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

.contact__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.contact__map iframe {
  border-radius: 20px; }

.contact__icon {
  padding-left: 20px; }
  .contact__icon svg {
    fill: none;
    stroke: #878B83;
    width: 30px;
    height: 30px; }

.contact__phone, .contact__email, .contact__one, .contact__two, .contact__free, .contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0; }
  .contact__phone a, .contact__email a, .contact__one a, .contact__two a, .contact__free a, .contact__address a {
    color: #333;
    margin-left: 5px; }
  .contact__phone p, .contact__email p, .contact__one p, .contact__two p, .contact__free p, .contact__address p {
    margin-left: 5px; }

.contact__massage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact__massage a {
    border: 1px solid #878B83;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin: 5px 10px 10px 0; }
    .contact__massage a svg {
      width: 40px;
      height: 40px;
      fill: none;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .contact__massage a svg.whatsapp,
    .contact__massage a svg.telegram {
      stroke: none;
      fill: #878B83; }
    .contact__massage a svg.whatsapp:hover {
      fill: green;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .contact__massage a svg.telegram:hover {
      fill: #29AAEC;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .contact__massage a svg.vk:hover {
      stroke: #447CBC;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .contact__massage a svg.youtube:hover {
      stroke: red;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .contact__massage a.max {
    border: none;
    background: black;
    width: 150px;
    height: 60px;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .contact__massage a.max:hover {
      background: #000 url("../images/gradient.svg") center center no-repeat;
      background-size: 100%;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

.contact h3 {
  font-size: 20px;
  margin: 5px 0;
  color: #333;
  width: 100%; }

.oplata__container h2 {
  font-size: 20px; }

.oplata__title {
  font-size: 25px;
  color: #BE2A1A;
  padding: 20px 0; }

.oplata__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.oplata__item {
  width: calc(1/2*100% - (1 - 1/2)*10px);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  overflow: hidden; }

.oplata__descr {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  .oplata__descr span {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #F2EFF1;
    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-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 30px; }
  .oplata__descr p {
    margin-left: 10px; }

.oplata__img img {
  width: 100%; }

.dostavka__container h2 {
  font-size: 20px; }

.dostavka__container ul {
  width: 80%;
  margin-bottom: 20px; }

.dostavka__title {
  font-size: 25px;
  color: #BE2A1A;
  padding: 20px 0; }

.dostavka__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.dostavka__item {
  width: calc(1/2*100% - (1 - 1/2)*10px);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  overflow: hidden; }

.dostavka__descr {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  .dostavka__descr span {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #F2EFF1;
    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-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 30px; }
  .dostavka__descr p {
    margin-left: 10px; }

.dostavka__img img {
  width: 100%; }

.customadvant__container h2 {
  margin-top: 20px; }

.customadvant__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }

.customadvant__item {
  width: calc(1/4*100% - (1 - 1/4)*10px);
  border: 1px solid #C59170;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  border-radius: 20px; }

.customadvant__title {
  text-align: center;
  margin-top: 20px; }

.formflex__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  padding: 40px 20px;
  border-radius: 10px; }

.formflex__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.formflex__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px; }

.formflex__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }

.formflex__politiks {
  font-size: 14px;
  color: #666; }
  .formflex__politiks a {
    color: #C59170;
    display: inline-block;
    text-decoration: underline; }
    .formflex__politiks a:hover {
      text-decoration: none; }

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"] {
  border: 1px solid #666;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px; }

.form textarea {
  border: 1px solid #666;
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  height: 143px; }

.form button {
  margin: 10px 0;
  padding: 20px 40px;
  width: 30%;
  border-radius: 10px;
  background-color: #C59170;
  font-size: 18px;
  color: white; }
  .form button:hover {
    background-color: #d4ad94;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 40%;
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  border-radius: 10px; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }

.modal-header {
  padding: 20px 16px;
  background-color: #C59170;
  color: white;
  position: relative;
  text-align: center;
  border-radius: 10px 10px 0 0; }

.modal-body {
  padding: 20px 16px;
  text-align: center; }

.close {
  color: white;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
  font-weight: 300; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.catalog__container h1.zag {
  padding-bottom: 10px;
  padding-top: 10px; }

.catalog__search {
  width: 100%;
  margin-top: 10px; }

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px; }

.catalog__item {
  width: calc(1/4*100% - (1 - 1/4)*10px);
  -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .catalog__item img {
    width: 100%; }
  .catalog__item h2 {
    margin: 20px 10px 10px 10px; }

.price {
  margin-left: 10px; }
  .price span.easynetshop-item-price {
    padding: 0 5px 0 0px;
    font-size: 25px;
    color: #BE2A1A; }
  .price span {
    font-size: 16px;
    color: black; }

.btn-cat {
  background-color: #C59170;
  display: block;
  text-align: center;
  margin: 20px 10px;
  padding: 15px 0;
  border-radius: 10px;
  color: black;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  .btn-cat:hover {
    background-color: #b6754c; }

.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.product__item_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 10px 0 0; }

.product__item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
          box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
  background-color: #C59170;
  border-radius: 5px;
  margin-bottom: 10px; }
  .product__title_burger {
    display: none;
    width: 40px;
    height: 40px; }

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .accordion:first-child {
    border-top: 1px solid #EFEFEF; }
  .accordion__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;
    padding: 15px;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    border-top: none; }
    .accordion__title.active {
      background-color: #C59170;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .accordion__title.active span {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .accordion__title span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      width: 30px;
      height: 30px;
      background-color: transparent;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
      .accordion__title span::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 1px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: black; }
      .accordion__title span::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: black; }
  .accordion__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 1px solid #EFEFEF;
    border-top: none;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.3s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out 0.1s;
    transition: max-height 0.3s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out 0.1s; }
    .accordion__content a {
      color: black;
      padding: 5px 5px;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .accordion__content a span {
        font-size: 18px;
        color: #BE2A1A; }
      .accordion__content a:hover {
        -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
                transform: translateX(10px); }
    .accordion__content.active {
      visibility: visible;
      opacity: 1;
      padding: 10px;
      -webkit-transition: max-height 0.3s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out;
      transition: max-height 0.3s ease-out, padding 0.5s ease-out, opacity 0.1s ease-out 0.2s, visibility 0.1s ease-out; }

.product-images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding: 0 5px 5px 5px;
  border-radius: 5px; }
  .product-images a {
    padding-top: 5px;
    display: inline-block; }
    .product-images a:first-child {
      padding-top: 0; }
  .product-images img {
    border-radius: 5px; }

.product-description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px; }
  .product-description h1 {
    font-size: 30px; }

.product-exerpt {
  margin-bottom: 10px; }

.product-price {
  margin: 10px 0;
  font-size: 16px; }
  .product-price span {
    color: #BE2A1A;
    font-size: 30px; }

.btn-ens-style {
  padding: 15px 40px;
  border-radius: 50px;
  margin-left: 20px;
  border: none; }

.product-opisanie {
  margin-top: 20px; }
  .product-opisanie h2 {
    font-size: 30px; }

.product-video {
  margin-top: 20px; }
  .product-video h2 {
    font-size: 30px; }
  .product-video iframe {
    width: 1000px;
    height: 500px;
    margin-top: 10px; }

.product-button {
  margin-top: 20px;
  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;
  width: 70%; }
  .product-button svg {
    width: 30px;
    height: 30px;
    fill: white;
    margin-right: 15px; }

.link-whatsapp,
.link-telagram,
.link-max {
  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;
  padding: 15px 20px;
  color: white;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px; }

.link-whatsapp {
  background-color: green; }
  .link-whatsapp:hover {
    background-color: #006700; }

.link-telagram {
  background-color: #178BC5; }

.link-max {
  background: url("../images/gradient.svg") center center no-repeat;
  background-size: 100%; }

.ya-share2 {
  margin-top: 20px; }
  .ya-share2__container {
    padding: 0 0; }
    .ya-share2__container a.ya-share2__link {
      padding: 10px 30px 10px 15px !important; }

.error {
  width: 100%;
  height: 100vh;
  background: url("../images/dest/404bg.webp") center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
  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;
  padding: 0 0; }
  .error::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .error__info {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .error__404 {
    font-size: 200px;
    line-height: 0.8; }
  .error__title {
    font-size: 24px;
    margin-bottom: 10px; }
  .error__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .error__button a {
      border: 1px solid white;
      margin: 20px;
      padding: 20px;
      border-radius: 10px;
      color: white; }
      .error__button a:hover {
        border: 1px solid #C59170; }

.footer {
  background-color: black;
  padding: 20px 0;
  color: white;
  margin-top: 20px; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__copy p {
    font-size: 14px;
    padding: 3px 0; }
  .footer__politika a {
    color: white;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .footer__politika a:hover {
      color: #C59170;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

@media (max-width: 1087px) {
  [class*="__container"] {
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1340px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 20px; }
  section {
    padding-top: 40px; }
    section h2.zag {
      font-size: 30px;
      padding-bottom: 10px; }
  main {
    padding: 150px 0 0 0; }
  .bredcrumb {
    margin: 30px 0 30px 0;
    font-size: 14px;
    color: #878B83; }
    .bredcrumb a {
      display: inline-block;
      color: black;
      -webkit-transition: all 0.8s;
      transition: all 0.8s; }
      .bredcrumb a:hover {
        color: #C59170; }
    .bredcrumb span {
      color: #878B83; }
  #enscart_wrapper {
    top: 15px;
    right: 20px;
    z-index: 1000; }
  .header__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }
  .header__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
      .header__menu ul li {
        position: relative; }
        .header__menu ul li a {
          padding: 20px 10px;
          font-size: 16px; }
          .header__menu ul li a:hover {
            color: white; }
      .header__menu ul li.parent {
        position: relative; }
        .header__menu ul li.parent::after {
          display: none; }
  .header__message {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%; }
    .header__message_icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px; }
      .header__message_icon a {
        width: 45px;
        height: 45px; }
        .header__message_icon a svg {
          width: 25px;
          height: 25px; }
  .company {
    padding: 60px 0; }
    .company__img img {
      width: 100%; }
    .company__title h1 {
      font-size: 30px; }
    .company__title p {
      font-size: 16px; }
    .company__decor span {
      width: 12px;
      height: 12px; }
    .company__decor::before, .company__decor::after {
      width: 35%; }
  .advantage__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
  .advantage__item {
    width: calc(1/2*100% - (1 - 1/2)*10px); }
  .customadvant__container h2 {
    margin-top: 20px; }
  .customadvant__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
  .customadvant__item {
    width: calc(1/2*100% - (1 - 1/2)*10px);
    border: 1px solid #C59170;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    border-radius: 20px; }
  .customadvant__title {
    text-align: center;
    margin-top: 20px; }
  .about__row {
    gap: 10px; }
  .about__item {
    width: 100%; }
  .whois__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .boxsize__title {
    font-size: 20px;
    padding: 20px 20px 0 20px; }
  .boxsize__link {
    width: 100%; }
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact__icon {
    padding-left: 0px; }
  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__item_right {
    margin-top: 20px; }
  .accordion__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .accordion__content a {
      background-color: #EFEFEF;
      margin: 5px;
      padding: 5px 20px;
      border-radius: 10px; }
      .accordion__content a span {
        font-size: 18px;
        color: #BE2A1A; }
      .accordion__content a:hover {
        -webkit-transform: scale(0.9) translateX(0px);
            -ms-transform: scale(0.9) translateX(0px);
                transform: scale(0.9) translateX(0px); }
  .product-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .product-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .product-description h1 {
      font-size: 25px; }
  .product-button {
    width: 100%; }
  .link-whatsapp,
  .link-telagram {
    padding: 10px 20px;
    font-size: 14px; }
  .link-whatsapp {
    background-color: green; }
    .link-whatsapp:hover {
      background-color: #006700; }
  .link-telagram {
    background-color: #178BC5; }
  .ya-share2 {
    margin-top: 20px; }
    .ya-share2__container {
      padding: 0 0; }
      .ya-share2__container a.ya-share2__link {
        padding: 10px 30px 10px 15px !important; } }

@media (max-width: 768px) {
  body.lock {
    overflow: hidden; }
  [class*="__container"] {
    max-width: 100%;
    padding: 0 15px; }
  section {
    padding-top: 30px; }
    section h2.zag {
      font-size: 25px;
      padding-bottom: 20px;
      text-align: center; }
    section h1.zag {
      font-size: 25px;
      padding-bottom: 0; }
  main {
    padding: 40px 0 0 0; }
  .bredcrumb {
    margin: 140px 0 10px 0; }
  ul.spisok li::before {
    top: 15%;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  .btn a {
    font-size: 14px; }
    .btn a svg {
      width: 25px;
      height: 25px; }
  #enscart_wrapper {
    top: 15px;
    right: 90px;
    z-index: 1000; }
  .header {
    padding: 20px 0; }
    .header__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 100%; }
    .header__logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%; }
    .header__burger {
      display: block;
      width: 55px;
      height: 55px;
      z-index: 50;
      position: relative;
      cursor: pointer; }
      .header__burger span, .header__burger::before, .header__burger::after {
        content: '';
        width: 50px;
        height: 1.5px;
        background-color: white;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .header__burger::before {
        -webkit-transform: translateY(-13px);
            -ms-transform: translateY(-13px);
                transform: translateY(-13px); }
      .header__burger::after {
        -webkit-transform: translateY(13px);
            -ms-transform: translateY(13px);
                transform: translateY(13px); }
      .header__burger.active span {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .header__burger.active::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__burger.active::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .header__menu {
      display: none;
      overflow: auto;
      height: 100vh; }
      .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        overflow: auto; }
        .header__menu ul li {
          position: relative;
          border-bottom: 1px solid #C59170; }
          .header__menu ul li:last-child {
            border-bottom: none; }
          .header__menu ul li a {
            padding: 1rem 0.5rem;
            font-size: 1.2rem; }
            .header__menu ul li a:hover {
              color: white; }
        .header__menu ul li.parent {
          position: relative; }
          .header__menu ul li.parent a.color {
            color: white; }
          .header__menu ul li.parent::after {
            display: none; }
        .header__menu ul li ul {
          position: relative;
          opacity: 1;
          visibility: visible; }
          .header__menu ul li ul li {
            border-bottom: none; }
            .header__menu ul li ul li a {
              font-size: 1rem;
              padding: 1rem 0.5rem; }
    .header__message {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      margin-top: 10px; }
      .header__message_text {
        font-size: 16px; }
  .company {
    margin-top: 150px;
    padding: 50px 0; }
    .company__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .company__img img {
      width: 100%; }
    .company__text {
      text-align: center; }
    .company__title h1 {
      font-size: 30px;
      margin-top: 20px; }
    .company__title p {
      font-size: 16px;
      margin-top: 10px; }
    .company__decor {
      position: relative;
      margin-top: 10px; }
      .company__decor span {
        width: 12px;
        height: 12px; }
      .company__decor::before, .company__decor::after {
        width: 33%; }
  .advantage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .advantage__item {
    width: 100%; }
  .about__page {
    margin-top: 180px; }
  .about__row {
    gap: 10px;
    margin-top: 20px; }
  .about__item {
    width: 100%; }
  .about__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%; }
  .whois__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .boxsize__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .boxsize__item {
    width: 100%; }
  .boxsize__title {
    font-size: 25px;
    padding: 20px 20px 0 20px; }
  .boxsize__zag {
    text-align: center; }
  .boxsize__link {
    width: 100%; }
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact__icon {
    padding-left: 0px; }
    .contact__icon svg.locmob {
      width: 60px;
      height: 60px; }
  .footer {
    background-color: black;
    padding: 20px 0;
    color: white; }
    .footer__row {
      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-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
    .footer__copy p {
      font-size: 12px;
      padding: 3px 0; }
    .footer__politika a {
      color: white;
      font-size: 12px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .footer__politika a:hover {
        color: #C59170;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .customadvant {
    border: 1px solid red;
    padding-top: 160px; }
    .customadvant__container h2 {
      margin-top: 20px; }
    .customadvant__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px; }
    .customadvant__item {
      width: 100%;
      border: 1px solid #C59170;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px;
      border-radius: 20px; }
    .customadvant__title {
      text-align: center;
      margin-top: 20px; }
  .formflex {
    padding-top: 0; }
    .formflex h2 {
      margin-top: 20px; }
    .formflex__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 5px; }
    .formflex__column {
      padding: 0 10px; }
    .formflex__submit {
      margin-top: 10px; }
    .formflex__politiks {
      text-align: center; }
  .form input[type="checkbox"] {
    width: 20px;
    height: 20px; }
  .form textarea {
    height: 100px; }
  .form button {
    width: 100%; }
  .modal {
    padding-top: 300px; }
  .modal-content {
    width: 90%; }
  .modal-header {
    padding: 10px 16px;
    font-size: 12px;
    text-align: left; }
  .modal-body {
    padding: 20px 16px;
    text-align: left;
    font-size: 14px; }
  .close {
    top: 50%;
    right: 10px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .catalog__search {
    margin-top: 150px; }
  .catalog__item {
    width: calc(1/2*100% - (1 - 1/2)*10px); }
    .catalog__item img {
      width: 100%; }
  .btn-cat {
    padding: 10px 0; }
  .product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__item_left {
    padding: 0 0px 0 0; }
  .product__item_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    padding: 5px 15px; }
    .product__title_burger {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer; }
      .product__title_burger span, .product__title_burger::before, .product__title_burger::after {
        content: '';
        width: 30px;
        height: 1.8px;
        background-color: black;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .product__title_burger::before {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        width: 40px; }
      .product__title_burger::after {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);
        width: 20px; }
      .product__title_burger.active span {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .product__title_burger.active::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 30px; }
      .product__title_burger.active::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 30px; }
  .accordion__wrapper {
    display: none; }
  .product-description {
    padding: 0 0px 0 0;
    margin-top: 10px; }
    .product-description h1 {
      font-size: 25px; }
  .product-exerpt {
    margin-bottom: 10px; }
  .btn-ens-style {
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 20px;
    border: none; }
  .product-button {
    margin-top: 20px;
    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;
    width: 100%; }
    .product-button svg {
      width: 30px;
      height: 30px;
      fill: white;
      margin-right: 10px; }
  .product-opisanie {
    margin-top: 20px; }
    .product-opisanie h2 {
      font-size: 30px; }
  .product-video {
    margin-top: 20px; }
    .product-video h2 {
      font-size: 30px; }
    .product-video iframe {
      width: 100%;
      height: 200px;
      margin-top: 10px; }
  .link-whatsapp,
  .link-telagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    color: white;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .link-whatsapp {
    background-color: green; }
    .link-whatsapp:hover {
      background-color: #006700; }
  .link-telagram {
    background-color: #178BC5; }
  .ya-share2 {
    margin-top: 20px; }
    .ya-share2__container {
      padding: 0 0; }
      .ya-share2__container a.ya-share2__link {
        padding: 10px 30px 10px 15px !important; }
  .error__404 {
    font-size: 100px; }
  .error__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .error__text {
    width: 100%;
    text-align: center; }
  .error__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .error__button a {
      margin: 10px;
      text-align: center; }
  .oplata__container {
    margin-top: 140px; }
    .oplata__container h2 {
      font-size: 16px;
      padding-bottom: 0; }
  .oplata__title {
    font-size: 20px; }
  .oplata__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .oplata__item {
    width: calc(1/1*100% - (1 - 1/1)*10px); }
  .oplata__descr {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 10px; }
    .oplata__descr span {
      width: 50px;
      height: 50px;
      font-size: 20px; }
  .dostavka__container {
    margin-top: 140px; }
    .dostavka__container h2 {
      font-size: 20px; }
    .dostavka__container ul {
      width: 100%;
      margin-bottom: 20px; }
      .dostavka__container ul li::before {
        top: 5%; }
  .dostavka__title {
    font-size: 25px;
    color: #BE2A1A;
    padding: 20px 0; }
  .dostavka__column {
    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; }
  .dostavka__item {
    width: calc(1/1*100% - (1 - 1/1)*10px);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
            box-shadow: 0px 0px 8px 0.5px rgba(210, 219, 215, 0.5);
    overflow: hidden; }
  .dostavka__descr {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
    .dostavka__descr span {
      width: 70px;
      height: 70px;
      border-radius: 50px;
      background-color: #F2EFF1;
      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-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 30px; }
    .dostavka__descr p {
      margin-left: 10px; }
  .dostavka__img img {
    width: 100%; }
  div.sw-app-head {
    margin-top: 140px;
    font-size: 25px !important;
    text-align: left !important; }
  .contact__page {
    margin-top: 140px; }
  .contact__map iframe {
    margin-top: 20px; }
  .contact__icon {
    padding-left: 0px; } }

@media (max-width: 479.98px) {
  [class*="__container"] {
    max-width: none; } }
