<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.eot");
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo2-Bold.eot");
  src: url("../fonts/Exo2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff"), url("../fonts/Exo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../fonts/Exo2-SemiBold.eot");
  src: url("../fonts/Exo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff"), url("../fonts/Exo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  height: 100%;
  font-variant-numeric: lining-nums tabular-nums;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

a {
  transition: 0.3s;
  text-decoration: unset;
}

a:hover {
  text-decoration: unset;
}

p {
  margin: 0;
}

h1, h2, h3 {
  font-family: "Exo 2", sans-serif;
  margin: 0;
}

textarea::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}

.site {
  display: flex;
  position: relative;
}

#messageSuccsess .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#messageSuccsess .modal-content {
  position: relative;
  width: 976px;
  height: 500px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 100px;
}
#messageSuccsess .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#messageSuccsess .modal-content .modal-body {
  padding: 0;
}
#messageSuccsess .modal-content .modal-body .message-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
#messageSuccsess .modal-content .modal-body .message-block .message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 139px;
}
#messageSuccsess .modal-content .modal-body .message-block .request-btn {
  margin-top: 0;
}
#messageSuccsess .modal-content .modal-body .title {
  color: var(--black, #282222);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  margin-bottom: 8px;
  /* H3 */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
#messageSuccsess .modal-content .modal-body .desc {
  color: var(--black, #282222);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  /* Text 16M */
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}

header {
  max-width: 236px;
  width: 100%;
  padding: 128px 32px;
  padding-top: 100px;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  z-index: 999;
}
header .logo-block a img {
  width: 172px;
}
header .menu-block {
  margin-top: 64px;
}
header .menu-block .menu {
  padding-left: 0;
}
header .menu-block .menu li {
  list-style-type: none;
}
header .menu-block .menu li a {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #282222;
  transition: 0.3s;
}
header .menu-block .menu li a:hover {
  color: #FF1F00;
  text-decoration: unset;
}
header .menu-block .menu li:not(:last-child) {
  margin-bottom: 24px;
}
header .bottom .contact {
  margin-top: 163px;
  margin-top: 80px;
  padding-top: 16px;
  border-top: 2px solid #8C8C8C;
  display: flex;
  flex-direction: column;
}
header .bottom .contact a {
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Exo 2", sans-serif;
}
header .bottom .contact a:hover {
  color: #FF1F00;
}
header .bottom .contact .wa {
  display: block;
  margin-top: 4px;
}
header .bottom .contact .mail {
  margin: 16px 0;
  display: block;
}
header .bottom .contact p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.policy-page {
  padding-top: 128px;
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 128px;
}
.policy-page .return-block {
  display: none;
  margin-top: 18px;
  margin-bottom: 32px;
}
.policy-page .return-block a {
  display: block;
  width: max-content;
}

.h1-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
}
.h1-block h1 {
  color: var(--black, #282222);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h1-block:after {
  display: block;
  content: "";
  background: url("../img/policy.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -317px;
  bottom: -38px;
  width: 633px;
  height: 86px;
}

.text {
  border-radius: 8px;
  background: var(--background, #FDF9EE);
  padding: 32px;
  font-size: 16px;
  color: var(--black, #282222);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.text h3 {
  color: var(--black, #282222);
  font-variant-numeric: lining-nums tabular-nums;
  /* H3 */
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.text ol {
  padding-left: 0;
}
.text .main {
  color: var(--black, #282222);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
}
.text ul {
  padding-left: 30px;
}
.text ul li {
  list-style-type: circle;
}

#cookie_note {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 24px;
  border-radius: 8px;
  background: var(--background, #FDF9EE);
  z-index: 999;
}

#cookie_note.show {
  width: 1448px;
}

#cookie_note.show .content {
  display: flex;
  align-items: center;
}

#cookie_note.show .content .img-block {
  margin-right: 10px;
}

#cookie_note p {
  color: var(--black, #282222);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#cookie_note p a {
  color: var(--carrot, #EF5C28);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cookie_accept {
  width: 264px;
  height: 48px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px dashed var(--carrot, #EF5C28);
  background: #FFF;
  color: #EF5C28;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin: 0 auto;
  margin-top: 16px;
}

.cookie_accept:hover {
  background: #EF5C28;
  border: 1px solid #EF5C28;
  color: #fff;
}

@media (min-width: 576px) {
  #cookie_note.show {
    display: block;
    margin-left: 118px;
  }
}
@media (max-width: 575px) {
  #cookie_note.show {
    display: block;
    text-align: left;
  }
}
.main-content .map-block.second {
  display: none;
}

.mobile-content {
  display: none;
}

#howfind .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#howfind .modal-header {
  border: 0;
}
#howfind .modal-header .h2-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
#howfind .modal-header .h2-block h2 {
  color: #282222;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#howfind .modal-header .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg5.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: -14px;
  width: 200.353px;
  height: 37px;
}
#howfind .modal-content {
  position: relative;
  width: 976px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 78px;
}
#howfind .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#howfind .modal-content .modal-body {
  padding: 0;
}
#howfind .modal-content .modal-body .description {
  margin-bottom: 32px;
}
#howfind .modal-content .modal-body .description p {
  color: #282222;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-bottom: 10px;
}
#howfind .modal-content .modal-body .gal {
  display: flex;
  justify-content: space-between;
}
#howfind .modal-content .modal-body .gal li {
  width: 380px;
  height: 291px;
}
#howfind .modal-content .modal-body .gal li a {
  border-radius: 8px;
  display: block;
}
#howfind .modal-content .modal-body .gal li:not(:last-child) {
  margin-right: 26px;
}
#howfind .modal-content .modal-body .inmaps {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
#howfind .modal-content .modal-body .inmaps li {
  width: 250px;
}
#howfind .modal-content .modal-body .inmaps li a {
  display: block;
  border-radius: 8px;
  border: 1px dashed var(--carrot, #EF5C28);
  background: var(--white, #FFF);
  color: var(--carrot, #EF5C28);
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 16px 21.5px;
}
#howfind .modal-content .modal-body .inmaps li a:hover {
  background: #EF5C28;
  border: 1px solid #EF5C28;
  color: #fff;
}
#howfind .modal-content .modal-body .inmaps li:not(:last-child) {
  margin-right: 18px;
}

#linkmanager .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#linkmanager .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
}
#linkmanager .modal-header .h2-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
#linkmanager .modal-header .h2-block h2 {
  color: #282222;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#linkmanager .modal-header .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg6.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -345px;
  bottom: -25px;
  width: 744px;
  height: 76px;
}
#linkmanager .modal-header .h2-desc {
  color: #282222;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
#linkmanager .modal-content {
  position: relative;
  width: 1212px;
  height: 722px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 64px 128px;
}
#linkmanager .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#linkmanager .modal-content .modal-body {
  padding: 0;
}
#linkmanager .modal-content .modal-body form {
  display: flex;
  align-items: center;
}
#linkmanager .modal-content .modal-body form .left label {
  max-width: 558px;
  width: 100%;
}
#linkmanager .modal-content .modal-body form .left label p {
  margin-bottom: 9px;
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 16px;
}
#linkmanager .modal-content .modal-body form .left label p span {
  color: #B00;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#linkmanager .modal-content .modal-body form .left label input {
  display: block;
  border-radius: 8px;
  border: 1px solid #282222;
  background: #FFF;
  padding: 16px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  width: 699px;
  height: 48px;
  margin-bottom: 24px;
  font-variant-numeric: lining-nums tabular-nums;
}
#linkmanager .modal-content .modal-body form .left label input::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}
#linkmanager .modal-content .modal-body form .left label input:focus {
  outline: none;
  border: 1px solid var(--carrot, #EF5C28) !important;
  box-shadow: 0px 0px 0px 4px rgba(239, 92, 40, 0.2);
  color: #000;
  font-weight: 600;
}
#linkmanager .modal-content .modal-body form .left textarea {
  width: 699px;
  height: 124px;
  border-radius: 8px;
  border: 1px solid var(--black, #282222);
  background: var(--white, #FFF);
  outline: none;
  padding: 16px;
  font-variant-numeric: lining-nums tabular-nums;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#linkmanager .modal-content .modal-body form .left .agreement {
  margin-top: 24px;
  color: var(--black, #282222);
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#linkmanager .modal-content .modal-body form .left .agreement a {
  color: var(--black, #282222);
  font-weight: 600;
}
#linkmanager .modal-content .modal-body form .right .submit-block {
  margin-left: 69px;
}
#linkmanager .modal-content .modal-body form .right .submit-block button {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: unset;
  border: 0;
}
#linkmanager .modal-content .modal-body form .right .submit-block button span {
  transition: 0.3s;
  border-radius: 150px;
  background: #EF5C28;
  color: #FDF9EE;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  width: 164px;
  height: 164px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
}
#linkmanager .modal-content .modal-body form .right .submit-block button:hover span {
  background: #FF1F00;
}
#linkmanager .modal-content .modal-body form .right .submit-block button:hover svg {
  animation: spin 5s infinite linear;
}

#linkevent .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#linkevent .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
}
#linkevent .modal-header .h2-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
#linkevent .modal-header .h2-block h2 {
  color: #282222;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#linkevent .modal-header .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg6.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -345px;
  bottom: -25px;
  width: 744px;
  height: 76px;
}
#linkevent .modal-header .h2-desc {
  color: #282222;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
#linkevent .modal-content {
  position: relative;
  width: 1212px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 64px 128px;
  padding-bottom: 128px;
}
#linkevent .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#linkevent .modal-content .modal-body {
  padding: 0;
}
#linkevent .modal-content .modal-body form {
  display: flex;
  align-items: center;
}
#linkevent .modal-content .modal-body form .left label {
  max-width: 558px;
  width: 100%;
}
#linkevent .modal-content .modal-body form .left label p {
  margin-bottom: 9px;
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 16px;
}
#linkevent .modal-content .modal-body form .left label p span {
  color: #B00;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#linkevent .modal-content .modal-body form .left label input {
  display: block;
  border-radius: 8px;
  border: 1px solid #282222;
  background: #FFF;
  padding: 16px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  width: 699px;
  height: 48px;
  margin-bottom: 24px;
  font-variant-numeric: lining-nums tabular-nums;
}
#linkevent .modal-content .modal-body form .left label input:focus {
  outline: none;
  border: 1px solid var(--carrot, #EF5C28) !important;
  box-shadow: 0px 0px 0px 4px rgba(239, 92, 40, 0.2);
  color: #000;
  font-weight: 600;
}
#linkevent .modal-content .modal-body form .left label input::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}
#linkevent .modal-content .modal-body form .left textarea {
  width: 699px;
  height: 124px;
  border-radius: 8px;
  border: 1px solid var(--black, #282222);
  background: var(--white, #FFF);
  outline: none;
  padding: 16px;
  font-variant-numeric: lining-nums tabular-nums;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#linkevent .modal-content .modal-body form .left .date-block {
  position: relative;
  width: 699px;
}
#linkevent .modal-content .modal-body form .left .date-block svg {
  position: absolute;
  display: block;
  right: 16px;
  top: 16px;
  pointer-events: none;
}
#linkevent .modal-content .modal-body form .left input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#linkevent .modal-content .modal-body form .right .agreement {
  margin-top: 24px;
  color: var(--black, #282222);
  font-family: "Raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 31px;
}
#linkevent .modal-content .modal-body form .right .agreement a {
  color: var(--black, #282222);
  font-weight: 600;
}
#linkevent .modal-content .modal-body form .right .submit-block {
  margin-left: 69px;
}
#linkevent .modal-content .modal-body form .right .submit-block button {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: unset;
  border: 0;
}
#linkevent .modal-content .modal-body form .right .submit-block button span {
  transition: 0.3s;
  border-radius: 150px;
  background: #EF5C28;
  color: #FDF9EE;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  width: 164px;
  height: 164px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
}
#linkevent .modal-content .modal-body form .right .submit-block button:hover span {
  background: #FF1F00;
}
#linkevent .modal-content .modal-body form input:focus {
  outline: none;
  border: 1px solid var(--carrot, #EF5C28) !important;
  box-shadow: 0px 0px 0px 4px rgba(239, 92, 40, 0.2);
  color: #000;
  font-weight: 600;
}
#linkevent .modal-content .modal-body form input::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}

#requisites .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#requisites .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
}
#requisites .modal-header .h2-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
#requisites .modal-header .h2-block h2 {
  color: #282222;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#requisites .modal-header .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg7.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -93px;
  bottom: -22px;
  width: 190px;
  height: 38px;
}
#requisites .modal-header .h2-desc {
  color: #282222;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
#requisites .modal-content {
  position: relative;
  width: 976px;
  height: 510px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 100px;
}
#requisites .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#requisites .modal-content .modal-body {
  padding: 0;
}
#requisites .modal-content .modal-body .title {
  color: #282222;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
#requisites .modal-content .modal-body .name {
  margin-top: 16px;
  margin-bottom: 8px;
}
#requisites .modal-content .modal-body .address {
  margin-bottom: 8px;
}
#requisites .modal-content .modal-body p {
  color: #282222;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}

#requirements .modal-dialog {
  max-width: unset;
  display: flex;
  justify-content: center;
}
#requirements .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
}
#requirements .modal-header .h2-block {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
}
#requirements .modal-header .h2-block h2 {
  color: #282222;
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#requirements .modal-header .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg8.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -155px;
  bottom: -23px;
  width: 297px;
  height: 39px;
}
#requirements .modal-header .h2-desc {
  color: #282222;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
#requirements .modal-content {
  position: relative;
  width: 976px;
  height: 648px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 100px;
}
#requirements .modal-content .btn-close {
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
  border-radius: 20px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--carrot, #EF5C28);
  width: 24px;
  height: 24px;
  opacity: 1;
  outline: none;
}
#requirements .modal-content .modal-body {
  padding: 0;
}
#requirements .modal-content .modal-body .title {
  color: #282222;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 16px;
}
#requirements .modal-content .modal-body .rasters {
  margin-top: 32px;
}
#requirements .modal-content .modal-body ul li {
  color: #282222;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
#requirements .modal-content .modal-body ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--black, #282222);
  left: 0;
  top: 3px;
}

.main-content {
  width: 100%;
  margin-left: 236px;
  overflow-x: hidden;
}
.main-content .top-banner {
  background: url("../img/banner-bg.webp") no-repeat top center;
  padding-top: 122px;
  padding-bottom: 125px;
  min-height: 1080px;
  max-height: 1440px;
  height: 100vh;
  background-size: cover;
}
.main-content .top-banner .logo-block {
  text-align: center;
}
.main-content .top-banner .logo-block .h1-block {
  margin-top: 10px;
  height: 262px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.main-content .top-banner .logo-block .h1-block h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
}
.main-content .top-banner .logo-block .h1-block svg {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content .top-banner .logo-block .h1-block:after {
  display: none;
}
.main-content .top-banner .logo-block .desc {
  margin-top: 5px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.main-content .top-banner .features {
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .top-banner .features li {
  width: 292px;
  height: 65px;
  position: relative;
  cursor: pointer;
}
.main-content .top-banner .features li .dropdown-toggle::after {
  display: none;
}
.main-content .top-banner .features li .dropdown-toggle {
  white-space: unset !important;
}
.main-content .top-banner .features li .dropdown-toggle.show .dropup &gt; svg {
  transform: rotate(45deg);
  transition: 0.2s all ease-out;
}
.main-content .top-banner .features li .dropdown-toggle.show .dropup &gt; svg path:nth-child(1) {
  fill: #fff;
}
.main-content .top-banner .features li .dropdown-toggle.show .dropup &gt; svg path:nth-child(2) {
  fill: #EF5C28;
}
.main-content .top-banner .features li .dropdown-toggle.show .dropup &gt; svg path:nth-child(3) {
  fill: #EF5C28;
}
.main-content .top-banner .features li .dropdown-toggle.show.active {
  z-index: 13;
}
.main-content .top-banner .features li .dropdown-toggle.show.active .dropdown-menu.show {
  z-index: 12;
}
.main-content .top-banner .features li .dropdown-toggle.show.active svg {
  z-index: 16;
}
.main-content .top-banner .features li button {
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #FDF9EE;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 24px;
  align-items: center;
  justify-content: center;
  outline: none;
}
.main-content .top-banner .features li button p {
  color: #282222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
.main-content .top-banner .features li button .dropup {
  position: unset;
}
.main-content .top-banner .features li button .dropup &gt; svg {
  display: block;
  position: absolute;
  right: -20px;
  top: 13px;
  background: unset;
  border: 0;
  padding: 0;
  z-index: 11;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle {
  white-space: unset !important;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show {
  white-space: unset !important;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show svg {
  transform: rotate(45deg);
  transition: 0.2s all ease-out;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show svg path:nth-child(1) {
  fill: #fff;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show svg path:nth-child(2) {
  fill: #EF5C28;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show svg path:nth-child(3) {
  fill: #EF5C28;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show.active {
  z-index: 13;
}
.main-content .top-banner .features li button .dropup .dropdown-toggle.show.active + .dropdown-menu.show {
  z-index: 12;
}
.main-content .top-banner .features li button .block {
  display: flex;
  align-items: center;
}
.main-content .top-banner .features li button:focus {
  outline: none;
}
.main-content .top-banner .features li button.active .dropup &gt; svg {
  transform: rotate(45deg);
}
.main-content .top-banner .features li .dropdown-menu {
  width: 317px;
  height: 302px;
  border: 0;
}
.main-content .top-banner .features li .dropdown-menu .content {
  position: absolute;
  top: 0;
  padding: 29px;
}
.main-content .top-banner .features li .dropdown-menu .content .title {
  color: #FDF9EE;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-top: 28px;
  margin-bottom: 4px;
  text-align: left;
}
.main-content .top-banner .features li .dropdown-menu .content .desc {
  color: var(--background, #FDF9EE);
  font-variant-numeric: lining-nums tabular-nums;
  text-align: left;
  /* Text 14M */
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
.main-content .top-banner .features li .dropdown-menu.show {
  transform: translate(0px, -15px) !important;
  transform: translate(0px, 52px) !important;
  background: unset;
  z-index: 10;
}
.main-content .top-banner .features li .dropdown-menu.show svg {
  z-index: 12;
}
.main-content .top-banner .features li a {
  display: block;
  position: absolute;
  right: -20px;
}
.main-content .top-banner li:not(:last-child) {
  margin-right: 28.39px;
}
.main-content .top-banner .unique {
  width: 292px;
  height: 65px;
  position: relative;
  cursor: pointer;
}
.main-content .top-banner .unique .dropdown-toggle::after {
  display: none;
}
.main-content .top-banner .unique .block {
  border-radius: 8px;
  background: #FDF9EE;
  display: flex;
  align-items: center;
  height: 64px;
  padding: 24px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-content .top-banner .unique .block p {
  color: #282222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
.main-content .top-banner .unique .block .dropup {
  position: unset;
}
.main-content .top-banner .unique .block .dropup button {
  display: block;
  position: absolute;
  right: -20px;
  top: 13px;
  background: unset;
  border: 0;
  padding: 0;
  z-index: 11;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show svg {
  transform: rotate(45deg);
  transition: 0.2s all ease-out;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show svg path:nth-child(1) {
  fill: #fff;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show svg path:nth-child(2) {
  fill: #EF5C28;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show svg path:nth-child(3) {
  fill: #EF5C28;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show.active {
  z-index: 13;
}
.main-content .top-banner .unique .block .dropup .dropdown-toggle.show.active + .dropdown-menu.show {
  z-index: 12;
}
.main-content .top-banner .dropup .dropdown-toggle::after {
  display: none;
}
.main-content .element-animation {
  opacity: 0;
}
.main-content .element-animation.element-show {
  opacity: 1;
  transition: all 0.8s;
}

.request-btn {
  margin-top: 96px;
}
.request-btn button {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: unset;
  border: 0;
}
.request-btn button span {
  transition: 0.3s;
  border-radius: 150px;
  background: #EF5C28;
  color: #FDF9EE;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  width: 164px;
  height: 164px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
}
.request-btn button:hover span {
  background: #FF1F00;
}
.request-btn button:hover svg {
  animation: spin 5s infinite linear;
}

.onclothes {
  padding-top: 130px;
}
.onclothes .h2-block {
  position: relative;
}
.onclothes .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.onclothes .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -221px;
  bottom: -25px;
  width: 465px;
  height: 50px;
}
.onclothes .types {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
.onclothes .types li {
  width: 264px;
  height: 164px;
  position: relative;
}
.onclothes .types li a {
  display: block;
  width: inherit;
  height: inherit;
}
.onclothes .types li .block {
  width: inherit;
  height: inherit;
  border-radius: 8px;
  background: #FDF9EE;
  display: flex;
  padding: 42px 24px;
  align-items: center;
  justify-content: space-between;
}
.onclothes .types li .block .title {
  color: #282222;
  /* Text 14B */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
}
.onclothes .types li .pop {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -24px;
  margin-left: -20px;
  transition: 0.2s all ease-out;
  pointer-events: none;
  cursor: pointer;
}
.onclothes .types li:not(:last-child) {
  margin-right: 16px;
}
.onclothes .types li.active .pop {
  transform: rotate(45deg);
  transition: 0.2s all ease-out;
}
.onclothes .types li:hover &gt; svg {
  animation: spin 4s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.onclothes .small {
  display: none;
}
.onclothes .extra-content ul {
  display: flex;
  flex-wrap: wrap;
}
.onclothes .extra-content ul li {
  margin-bottom: 17px;
}
.onclothes .extra-content ul li a img {
  width: 118px;
}
.onclothes .extra-content ul li:not(:last-child) {
  margin-right: 8px;
}
.onclothes .extra-content ul .order {
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--background, #FDF9EE);
}
.onclothes .extra-content ul .order a {
  color: #EF5C28;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  align-items: center;
  flex-direction: column;
}
.onclothes .extra-content ul .order a svg {
  margin-top: 10px;
}
.onclothes .scroll-block .otherwork {
  padding-bottom: 8px;
  width: 100%;
  height: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.onclothes .scroll-block .otherwork li {
  display: inline-block;
  width: 148px !important;
  height: 152px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 24px;
  background: #FDF9EE;
  text-align: center;
  vertical-align: text-top;
}
.onclothes .scroll-block .otherwork li a .img-block {
  margin-bottom: 8px;
}
.onclothes .scroll-block .otherwork li a .title {
  color: #282222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
}
.onclothes .scroll-block .otherwork li:not(:last-child) {
  margin-right: 8px;
}
.onclothes .scroll-block .otherwork::-webkit-scrollbar {
  height: 3px;
  background: #8C8C8C;
  stroke: #8C8C8C;
}
.onclothes .scroll-block .otherwork::-webkit-scrollbar-thumb {
  height: 3px;
  background: #EF5C28;
  stroke: #EF5C28;
}

.common-btn a {
  margin: 32px auto 0 auto;
  border-radius: 8px;
  border: 1px dashed #EF5C28;
  background: #FFF;
  color: #EF5C28;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  max-width: 440px;
  width: 100%;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.common-btn a svg {
  margin-left: 10px;
  margin-top: -4px;
}
.common-btn a:hover {
  background: #EF5C28;
  border: 1px solid #EF5C28;
  color: #fff;
}
.common-btn a:hover svg path {
  fill: #fff;
}

.show-examples {
  margin-bottom: 32px;
}

#extra1 .extra-content {
  max-width: 1552px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

.extra-content2 ul {
  display: flex;
  flex-wrap: wrap;
}
.extra-content2 ul li {
  width: 148px;
  height: 193px;
  margin-bottom: 17px;
  width: auto;
  height: auto;
}
.extra-content2 ul li a img {
  width: 133px;
}
.extra-content2 ul li:not(:nth-child(10n)) {
  margin-right: 6px;
}
.extra-content2 ul li:last-child {
  margin-right: 0;
}
.extra-content2 ul .order {
  width: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--carrot, #EF5C28);
  background: var(--background, #FDF9EE);
}
.extra-content2 ul .order a {
  color: #EF5C28;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  align-items: center;
  flex-direction: column;
}
.extra-content2 ul .order a svg {
  margin-top: 10px;
}

.types-embroidery {
  margin-top: 64px;
}
.types-embroidery h3 {
  color: #282222;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.types-embroidery ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.types-embroidery ul li {
  width: 450px;
  height: 100px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(40, 34, 34, 0.8) 0%, rgba(40, 34, 34, 0) 100%, rgba(40, 34, 34, 0.8) 100%), url(&lt;path-to-image&gt;), lightgray 50%/cover no-repeat;
}
.types-embroidery ul li a {
  display: block;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-top: 42px;
  padding-left: 40px;
  font-variant: lining-nums;
}
.types-embroidery ul li a:hover {
  color: #EF5C28;
}
.types-embroidery ul li:not(:last-child) {
  margin-right: 16px;
}
.types-embroidery ul .type1 {
  background: url("../img/type1.webp") no-repeat top center;
}
.types-embroidery ul .type2 {
  background: url("../img/type2.webp") no-repeat top center;
}
.types-embroidery ul .type3 {
  background: url("../img/type3.webp") no-repeat top center;
}

.bigorder {
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 128px;
  background: #FDF9EE;
}
.bigorder .h2-block {
  margin-bottom: 64px;
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/circles2.png") no-repeat top center;
}
.bigorder .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bigorder ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigorder ul li {
  width: 380px;
  text-align: left;
}
.bigorder ul li .img-block {
  margin-bottom: 10px;
}
.bigorder ul li .title {
  color: #282222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bigorder ul li .desc {
  color: #282222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
.bigorder ul li .request-btn {
  margin-top: 0;
}
.bigorder ul li:not(:last-child) {
  margin-right: 104px;
}
.bigorder ul .btn-block {
  width: 179px;
}
.bigorder ul .btn-block .small {
  display: none;
}
.bigorder .second {
  margin-top: 64px;
}

.price-block {
  margin-top: 126px;
}
.price-block .h2-block {
  position: relative;
}
.price-block .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price-block .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg2.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -109px;
  bottom: -18px;
  width: 177px;
  height: 50px;
}
.price-block .h2-desc {
  color: #282222;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 28px;
}
.price-block .fade:not(.show) {
  display: none;
}
.price-block .tabs-block .nav {
  margin-bottom: 32px;
  display: flex;
  width: 100%;
}
.price-block .tabs-block .nav li {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.price-block .tabs-block .nav li .nav-link {
  width: 100%;
  border-bottom: 3px solid #8C8C8C;
  color: #8C8C8C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.price-block .tabs-block .nav li span {
  color: var(--black, #282222);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.price-block .tabs-block .nav .nav-link.active {
  border-bottom: 3px solid #EF5C28;
  font-weight: 700 !important;
  color: #282222 !important;
}

.tabs-content .tab-pane .wholesale {
  display: flex;
  justify-content: space-between;
}
.tabs-content .tab-pane .left {
  max-width: 635.012px;
  width: 100%;
}
.tabs-content .tab-pane .left .block {
  border-radius: 8px;
  background: #FDF9EE;
  max-width: 635.012px;
  width: 100%;
  height: 140px;
  padding: 51px 10px 0px 24px;
}
.tabs-content .tab-pane .left .block .title {
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 8px;
}
.tabs-content .tab-pane .left .block .desc {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tabs-content .tab-pane .left .plus {
  margin: 12px auto;
  text-align: center;
}
.tabs-content .tab-pane .plus-block {
  margin: 0 44.99px;
  display: flex;
  align-items: center;
}
.tabs-content .tab-pane .right {
  padding: 24px;
  border-radius: 8px;
  background: #FDF9EE;
  max-width: 635.012px;
  width: 100%;
}
.tabs-content .tab-pane .right .tablename {
  margin-bottom: 8px;
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
.tabs-content .tab-pane .right table {
  text-align: center;
  max-width: 587px;
  width: 100%;
  border-radius: 1em;
}
.tabs-content .tab-pane .right table th, .tabs-content .tab-pane .right table td {
  padding: 0.5em;
}
.tabs-content .tab-pane .right table thead {
  background: #EF5C28;
}
.tabs-content .tab-pane .right table thead tr th {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 60px;
}
.tabs-content .tab-pane .right table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.tabs-content .tab-pane .right table thead tr th:last-child {
  border-top-right-radius: 8px;
}
.tabs-content .tab-pane .right table tbody tr td {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  background-color: #fff;
  height: 44px;
}
.tabs-content .tab-pane .right table tbody tr td:first-child {
  background: #EF5C28;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tabs-content .tab-pane .right table tbody tr:last-child td {
  border-bottom-left-radius: 8px;
}
.tabs-content .tab-pane .right table tbody td.special {
  border-top-left-radius: 0.75em;
}
.tabs-content .tab-pane .right .notice {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}
.tabs-content .tab-pane .retail {
  display: flex;
  justify-content: space-between;
}
.tabs-content .tab-pane .retail .left .block {
  padding: 38px 24px;
  height: 184px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}
.tabs-content .tab-pane .retail .left .block .desc {
  margin-bottom: 8px;
}
.tabs-content .tab-pane .retail .left .block .desc b {
  color: #282222;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
}
.tabs-content .tab-pane .retail .left .block b {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.extra {
  margin-top: 48px;
}
.extra .common-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px;
  border-radius: 8px;
  border: 1px dashed #EF5C28;
  background: #FFF;
  color: #EF5C28;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
.extra .common-btn a svg {
  margin-left: 10px;
}
.extra .common-btn a:hover {
  background: #EF5C28;
  border: 1px solid #EF5C28;
  color: #fff;
}
.extra .common-btn a:hover svg path {
  fill: #fff;
}
.extra .common-btn a.active {
  border-radius: 8px;
  border: 1px dashed #EF5C28;
  background: #FDF9EE;
}
.extra .common-btn a.active svg {
  transform: rotate(180deg);
}
.extra .common-btn a.active:hover {
  background: #EF5C28;
}
.extra .extra-content {
  margin-top: 16px;
  border-radius: 8px;
  background: var(--background, #FDF9EE);
  padding: 24px 80px;
  display: flex;
  justify-content: space-between;
}
.extra .extra-content table tr {
  display: flex;
  justify-content: space-between;
}
.extra .extra-content table tr td {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Raleway";
  font-variant: lining-nums;
}
.extra .extra-content table tr td:first-child {
  width: 140px;
}
.extra .extra-content table tr td:nth-child(2) {
  color: #282222;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  margin-left: 82px;
}
.extra .extra-content table tr:not(:last-child) {
  margin-bottom: 16px;
}

.main-content .mobile-content .mobile-banner.other {
  background: unset !important;
  height: unset !important;
}

.foryou {
  margin-top: 128px;
}
.foryou .h2-block {
  margin-bottom: 64px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/circles3.png") no-repeat top center;
}
.foryou .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.foryou .content {
  display: flex;
}
.foryou .content .left {
  max-width: 440px;
  width: 100%;
}
.foryou .content .left p {
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.foryou .content .left p span {
  font-weight: 700;
}
.foryou .content .left p:not(:last-child) {
  margin-bottom: 48px;
}
.foryou .content .right {
  margin-left: 32px;
}
.foryou .content .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foryou .content .right ul li {
  border-radius: 8px;
  background: #FDF9EE;
  padding: 24px;
  width: 440px;
  height: 248px;
}
.foryou .content .right ul li .img-block {
  margin-bottom: 16px;
  height: 93px;
}
.foryou .content .right ul li .title {
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 4px;
}
.foryou .content .right ul li .desc {
  color: #282222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
.foryou .content .right ul li:first-child {
  margin-bottom: 24px;
  margin-right: 32px;
}
.foryou .content .right ul li:nth-child(3) {
  margin-right: 32px;
}

.orderwork {
  margin-top: 128px;
  background: #FDF9EE;
  padding: 64px 0;
}
.orderwork .h2-block {
  position: relative;
  margin-bottom: 87px;
}
.orderwork .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.orderwork .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg3.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  bottom: -27px;
  width: 350px;
  height: 51px;
}
.orderwork ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderwork ul li {
  display: flex;
  align-items: center;
}
.orderwork ul li .img-block {
  margin-right: 16px;
}
.orderwork ul li .info .title {
  color: #282222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 8px;
}
.orderwork ul li .info .desc {
  display: block;
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.orderwork ul li .info .desc.second {
  display: none;
}
.orderwork ul li .info a {
  color: #EF5C28;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: lining-nums;
}
.orderwork ul li:nth-child(2) {
  margin: 0 70px;
}

.special-slider {
  margin-bottom: 32px;
  background: #FDF9EE;
  margin-top: 128px;
}
.special-slider svg {
  margin: -5px 10px 0 10px;
}
.special-slider a {
  color: #282222;
  text-align: center;
  font-size: 18px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Exo 2";
  text-transform: uppercase;
}
.special-slider a:hover {
  color: #EF5C28;
}
.special-slider .marquee-wrapper {
  background: #FDF9EE;
  text-align: center;
}
.special-slider .marquee-wrapper .container {
  overflow: hidden;
}
.special-slider .marquee-inner span {
  float: left;
  width: 50%;
}
.special-slider .marquee-wrapper .marquee-block {
  --total-marquee-items: 7;
  height: 60px;
  padding: 10px;
  width: calc(250px * (var(--total-marquee-items)));
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.special-slider .marquee-inner {
  display: block;
  width: 200%;
  position: absolute;
}
.special-slider .marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}
.special-slider .marquee-item {
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
  transition: all 0.2s ease-out;
}
.special-slider .marquee-item:not(:last-child) {
  margin-right: 10px;
  margin-right: 6px;
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.how-much {
  padding: 64px 118px;
  border-radius: 8px;
  background: #FDF9EE;
}
.how-much .h2-block {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/circles4.png") no-repeat top center;
}
.how-much .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.how-much .h2-desc {
  margin-top: 8px;
  margin-bottom: 32px;
  color: #282222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.how-much form .top {
  display: flex;
}
.how-much form .top .left label {
  max-width: 558px;
  width: 100%;
}
.how-much form .top .left label p {
  margin-bottom: 9px;
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 16px;
}
.how-much form .top .left label p span {
  color: #B00;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.how-much form .top .left label input {
  display: block;
  border-radius: 8px;
  border: 1px solid #282222;
  background: #FFF;
  padding: 16px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  max-width: 558px;
  width: 100%;
  margin-bottom: 24px;
  font-variant-numeric: lining-nums tabular-nums;
}
.how-much form .top .left label input:focus {
  outline: none;
  border: 1px solid var(--carrot, #EF5C28) !important;
  box-shadow: 0px 0px 0px 4px rgba(239, 92, 40, 0.2);
  color: #000;
  font-weight: 600;
}
.how-much form .top .left label input::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}
.how-much form .top .right {
  margin-left: 32px;
}
.how-much form .top .right label p {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
  margin-left: 16px;
}
.how-much form .top .right label textarea {
  width: 558px;
  height: 223px;
  outline: none;
  padding: 16px;
  font-variant-numeric: lining-nums tabular-nums;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  font-size: 14px;
}
.how-much form .bottom {
  display: flex;
}
.how-much form .bottom .file-block .title {
  color: #282222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
  margin-bottom: 8px;
}
.how-much form .bottom .file-block .input__wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}
.how-much form .bottom .file-block .input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.how-much form .bottom .file-block .input__file-icon-wrapper {
  height: 60px;
  width: 60px;
  margin-right: 15px;
  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-right: 1px solid #fff;
}
.how-much form .bottom .file-block .input__file-button-text {
  color: #EF5C28;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
.how-much form .bottom .file-block .input__file-button {
  border-radius: 8px;
  border: 1px dashed #EF5C28;
  background: #FFF;
  cursor: pointer;
  padding: 16px;
  max-width: 264px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-much form .bottom .file-block .input__file-button input:focus {
  outline: none;
  border: 1px solid var(--carrot, #EF5C28) !important;
  box-shadow: 0px 0px 0px 4px rgba(239, 92, 40, 0.2);
  color: #000;
  font-weight: 600;
}
.how-much form .bottom .file-block .input__file-button input::placeholder {
  color: #8C8C8C;
  font-weight: 500;
}
.how-much form .bottom .file-block .input__file-button svg {
  margin-left: 4px;
}
.how-much form .bottom .file-block .requirements {
  color: var(--carrot, #EF5C28);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-bottom: 24px;
  display: block;
  width: max-content;
}
.how-much form .bottom .file-block .requirements svg {
  margin-left: 8px;
}
.how-much form .bottom .file-block .desc {
  color: var(--black, #282222);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.how-much form .bottom .file-block .desc a {
  color: var(--black, #282222);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how-much form .bottom .submit-block {
  margin-left: 337px;
}
.how-much form .bottom .submit-block button {
  margin: 0 auto;
  width: max-content;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: unset;
  border: 0;
}
.how-much form .bottom .submit-block button span {
  transition: 0.3s;
  border-radius: 150px;
  background: #EF5C28;
  color: #FDF9EE;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  width: 164px;
  height: 164px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
}
.how-much form .bottom .submit-block button:hover span {
  background: #FF1F00;
}
.how-much form .bottom .submit-block button:hover svg {
  animation: spin 5s infinite linear;
}

.reviews {
  margin-top: 128px;
}
.reviews .h2-block {
  position: relative;
  margin-bottom: 87px;
}
.reviews .h2-block h2 {
  color: #282222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.reviews .h2-block:after {
  display: block;
  content: "";
  background: url("../img/h2-bg4.png") no-repeat top center;
  position: absolute;
  left: 50%;
  margin-left: -119px;
  bottom: -11px;
  width: 228px;
  height: 36px;
}
.reviews ul {
  display: flex;
}
.reviews ul li {
  position: relative;
  width: 440px;
  height: 580px;
  border-radius: 8px;
  background: #FDF9EE;
  padding: 24px 24px 0 24px;
}
.reviews ul li .title-block {
  display: flex;
}
.reviews ul li .title-block .img-block {
  margin-right: 24px;
}
.reviews ul li .title-block .info .title {
  color: #282222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.reviews ul li .title-block .info .name {
  color: #282222;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 19px;
}
.reviews ul li .title-block .info .date {
  color: #282222;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.reviews ul li .line {
  margin-bottom: 30px;
}
.reviews ul li .desc-block p {
  color: #282222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 16.1px */
}
.reviews ul li .gal {
  position: absolute;
  bottom: 24px;
}
.reviews ul li .gal a {
  display: inline-flex;
}
.reviews ul li .gal a:not(:last-child) {
  margin-right: 5px;
}
.reviews ul li:not(:last-child) {
  margin-right: 32px;
}

.contacts-block {
  margin-top: 64px;
}
.contacts-block .contact {
  margin-left: 118px;
  display: flex;
}
.contacts-block .contact .phone {
  display: flex;
  align-items: center;
}
.contacts-block .contact .phone a {
  display: block;
  width: max-content;
  color: #EF5C28;
  text-align: center;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 16px;
}
.contacts-block .contact .phone .wa {
  margin-left: 0;
}
.contacts-block .contact .email {
  margin-left: 244px;
  display: flex;
  align-items: center;
}
.contacts-block .contact .email svg {
  margin-right: 16px;
}
.contacts-block .contact .email a {
  color: #EF5C28;
  text-align: center;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contacts-block .office {
  margin-top: 88px;
  display: flex;
  margin-left: 118px;
}
.contacts-block .office .work-time {
  display: flex;
  align-items: flex-start;
}
.contacts-block .office .work-time svg {
  margin-right: 16px;
}
.contacts-block .office .work-time .time p {
  color: #282222;
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contacts-block .office .address {
  margin-left: 244px;
}
.contacts-block .office .address .info .title-block {
  display: flex;
  align-items: flex-start;
}
.contacts-block .office .address .info .title-block svg {
  margin-right: 13px;
}
.contacts-block .office .address .info .title-block .title {
  margin-bottom: 16px;
  color: #282222;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contacts-block .office .address .info .desc {
  color: #282222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 53px;
}
.contacts-block .office .address .info button {
  display: flex;
  align-items: flex-start;
  width: max-content;
  margin-top: 16px;
  color: #EF5C28;
  text-align: center;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: unset;
  border: 0;
  outline: none;
  margin-left: 46px;
}
.contacts-block .office .address .info button svg {
  margin-left: 8px;
}
.contacts-block .map-block.main {
  display: block;
  margin-top: 64px;
  margin-bottom: 128px;
}
.contacts-block .map-block.main .map {
  margin-bottom: 64px;
  height: 755px;
}
.contacts-block .map-block.main .important ul {
  display: flex;
}
.contacts-block .map-block.main .important ul li {
  width: 440px;
  padding: 24px;
  border-radius: 8px;
  background: #FDF9EE;
}
.contacts-block .map-block.main .important ul li .title {
  color: #000;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 23px;
}
.contacts-block .map-block.main .important ul li .desc-block {
  display: flex;
  align-items: center;
}
.contacts-block .map-block.main .important ul li .desc-block svg {
  margin-right: 15px;
}
.contacts-block .map-block.main .important ul li .desc-block .desc {
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.contacts-block .map-block.main .important ul li .desc-block:not(:last-child) {
  margin-bottom: 27px;
}
.contacts-block .map-block.main .important ul li:not(:last-child) {
  margin-right: 32px;
}

footer {
  background: #FDF9EE;
  padding: 28px;
}
footer .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .block .copyright p {
  color: #282222;
  text-align: center;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .block .copyright ul {
  margin-top: 32px;
  display: flex;
  margin-bottom: 0;
}
footer .block .copyright ul li a {
  color: #282222;
  text-align: center;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 16.1px */
}
footer .block .copyright ul .dot {
  margin: 0 24px;
}
footer .block .order {
  display: flex;
  align-items: center;
}
footer .block .order p {
  margin-right: 46.47px;
  color: #282222;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .block .order .request-btn {
  margin-top: 0;
}
footer .block .order .request-btn .second {
  display: none;
}
footer .block .order .request-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .block .order .request-btn a span {
  width: 91px;
  height: 91px;
  font-size: 14px;
  transition: 0.3s;
  border-radius: 150px;
  background: #EF5C28;
  color: #FDF9EE;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: absolute;
}
footer .block .order .request-btn a:hover span {
  background: #FF1F00;
}
footer .block .order .request-btn a:hover svg {
  animation: spin 5s infinite linear;
}
footer .block .up-btn .main {
  display: block;
}
footer .block .up-btn .mobile {
  display: none;
}

.content-404 {
  text-align: center;
  padding-top: 230px;
}
.content-404 h1 {
  position: relative;
  color: var(--black, #282222);
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 82px;
  margin-right: 300px;
  margin-top: -109px;
}
.content-404 .info {
  text-align: center;
}
.content-404 .info p {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.content-404 .short-contact {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-404 .short-contact .phone {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.content-404 .short-contact .phone a {
  color: #000;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.content-404 .short-contact .phone a:hover {
  color: #FF1F00;
  text-decoration: unset;
}
.content-404 .short-contact .phone svg {
  margin-left: 4px;
}
.content-404 .short-contact .mail a {
  color: #000;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.content-404 .short-contact .mail a:hover {
  color: #FF1F00;
  text-decoration: unset;
}
.content-404 .return a {
  margin: 32px auto 0 auto;
  border-radius: 8px;
  border: 1px dashed #EF5C28;
  background: #FFF;
  color: #EF5C28;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  align-items: center;
  max-width: 380px;
  width: 100%;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
}
.content-404 .return a:hover {
  background: #EF5C28;
  border: 1px solid #EF5C28;
  color: #fff;
}

.content-503 .main-content {
  margin-left: 0;
}
.content-503 .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-503 .img-block img {
  margin-top: 250px;
}
.content-503 .img-block .main {
  display: block;
}
.content-503 .img-block .small {
  display: none;
}
.content-503 h1 {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 31px;
  margin-bottom: 10px;
}
.content-503 .desc {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  /* Text 16M */
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.imgname &gt; div &gt; p {
  position: relative;
  display: inline-block;
}
.imgname span.del {
  position: absolute;
  top: 2px;
  right: -22px;
  border-radius: 50%;
  background: #EF5C28;
  color: #fff;
  text-align: center;
  font-size: 11px;
  height: 16px;
  width: 16px;
  display: inline-block;
  line-height: 13px;
  border: 1px solid #f16b3b;
}

.imgname span.del:hover {
  transition: 0.1s;
  cursor: pointer;
  background: #FF1F00;
}



.extra-content2 ul li img {
  display: block;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1216px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1408px;
  }
}
@media (max-width: 1440px) {
  header {
    padding-top: 64px;
  }
  header .logo-block a img {
    width: 100%;
    max-width: 154px;
  }
  .main-content .top-banner {
    min-height: 1025px;
  }
  .main-content .top-banner .logo-block .h1-block h1 {
    font-size: 36px;
  }
  .main-content .top-banner .logo-block img {
    max-width: 164px;
  }
  .main-content .foryou .content .right ul li:not(:last-child) {
    margin-bottom: 32px;
  }
  .main-content .onclothes .types li {
    width: 230px;
    height: 112px;
  }
  .main-content .onclothes .types li:not(:last-child) {
    margin-right: 7px;
  }
  .main-content .reviews ul li {
    width: 380px;
  }
  .main-content .reviews ul li:not(:last-child) {
    margin-right: 25px;
  }
  .main-content .reviews ul li .gal a img {
    max-width: 108px;
  }
  .main-content .reviews ul li .line svg {
    width: 332px;
  }
  .main-content .special-slider .marquee-wrapper .marquee-block {
    width: calc(212px * (var(--total-marquee-items)));
  }
  .main-content .special-slider .marquee-wrapper {
    overflow-x: hidden;
  }
  .main-content .special-slider .marquee-wrapper .marquee-block {
    --total-marquee-items: 8;
  }
  .main-content .extra-content ul li {
    width: 93px;
  }
  .main-content .extra-content ul li a {
    display: block;
  }
  .main-content .foryou .content .right {
    margin-left: 24px;
  }
  .main-content .foryou .content .left {
    max-width: 381px;
  }
  .main-content .foryou .content .right ul li {
    width: 380px;
  }
  .main-content .foryou .content .right ul li:first-child {
    margin-right: 24px;
  }
  .main-content .foryou .content .right ul li:nth-child(3) {
    margin-right: 24px;
  }
  .main-content .price-block .tabs-content .tab-pane .right {
    max-width: 546px;
  }
  .main-content .price-block .tabs-block .nav li {
    max-width: 595px;
  }
  .main-content .how-much form .top .left label input {
    max-width: 455px;
    width: 100%;
  }
  .main-content .how-much form .top .right {
    margin-left: 24px;
  }
  .main-content .how-much form .top .right label textarea {
    width: 455px;
  }
  .main-content .how-much form .bottom .submit-block {
    margin-left: 216px;
  }
  .main-content .contacts-block .map-block .map iframe {
    height: 650px;
  }
  .main-content .onclothes .extra-content ul li {
    width: auto;
    height: auto;
  }
  .main-content .onclothes .extra-content ul li a img {
    max-width: 101px;
  }
  .main-content .onclothes .extra-content ul li:not(:nth-child(10n)) {
    margin-right: unset;
  }
  .main-content .onclothes .extra-content ul li:not(:last-child) {
    margin-right: 8px;
  }
  .main-content .onclothes .extra-content ul .order {
    width: 100px;
  }
  .main-content .onclothes .extra-content ul .order a {
    font-size: 14px;
  }
  .main-content .extra-content2 ul li:not(:nth-child(10n)) {
    margin-right: 7px;
  }
  .main-content .extra-content2 ul li {
    width: auto;
    height: auto;
  }
  .main-content .extra-content2 ul li a img {
    width: 137px;
    width: 112px;
  }
  .main-content .extra-content2 ul .order {
    width: 138px;
    width: 112px;
  }
  .main-content .top-banner .features li .dropdown-menu.show svg {
    width: 300px;
  }
  .main-content .top-banner .features li .dropdown-menu.show {
    transform: translate(0px, -10px) !important;
    transform: translate(-2px, 59px) !important;
  }
}
@media (max-width: 1399px) {
  .main-content .onclothes .extra-content ul li:not(:last-child) {
    margin-right: 6px;
  }
  .main-content .price-block .tabs-block .nav li {
    max-width: 578px;
  }
  .main-content .foryou .content .right ul li:first-child {
    margin-right: 0;
  }
  .main-content .foryou .content .right ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 24px !important;
  }
  .onclothes .types li .block .title {
    font-size: 13px;
  }
  .main-content .onclothes .types li {
    width: 184px;
  }
  .main-content .onclothes .types li:not(:last-child) {
    margin-right: 4px;
  }
  .onclothes .types li .block {
    padding: 0 15px;
  }
  .reviews ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-content .reviews ul li:nth-child(2) {
    margin-right: 0;
  }
  .main-content .reviews ul li:last-child {
    margin-top: 20px;
  }
  .extra-content2 ul {
    justify-content: center;
  }
  .bigorder ul li {
    max-width: unset;
    width: 100%;
  }
  .bigorder ul li:not(:last-child) {
    margin-right: 20px;
  }
  .bigorder ul li .img-block img {
    max-width: 250px;
    width: 100%;
  }
  .main-content .price-block .tabs-block .nav li {
    max-width: 465px;
  }
  .extra .extra-content {
    padding: 24px 15px;
  }
  .foryou .content {
    flex-direction: column;
  }
  .foryou .content .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .main-content .foryou .content .right {
    margin-left: 0;
  }
  .foryou .content .right ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-content .foryou .content .right ul li:not(:last-child) {
    margin-bottom: 32px;
  }
  .contacts-block .contact {
    margin-left: 0;
  }
  .contacts-block .office {
    margin-left: 0;
  }
  .contacts-block .contact .email {
    margin-left: 50px;
  }
  .contacts-block .office .address {
    margin-left: 50px;
  }
  .orderwork ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .orderwork ul li:nth-child(2) {
    margin: unset;
  }
  .orderwork ul li:not(:last-child) {
    margin-bottom: 64px;
  }
  .orderwork ul li .info {
    width: 193px;
  }
  .reviews {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .policy-page {
    margin-bottom: 0;
  }
  .policy-page .h1-block h1 {
    font-size: 30px;
  }
  .policy-page .h1-block:after {
    margin-left: -251px;
    bottom: -47px;
    width: 500px;
    height: 86px;
    background-size: contain;
  }
  .policy-content footer .block {
    flex-direction: column;
  }
  .policy-content footer .block .order p {
    margin-right: 0;
  }
  .policy-content footer .block .order {
    flex-direction: column;
  }
  .policy-content footer .block .order p {
    order: 1;
  }
  .policy-content footer .block .order .request-btn {
    order: 2;
  }
  .policy-content footer .block .up-btn {
    order: 3;
  }
  .policy-content footer .block .copyright {
    order: 4;
  }
  .policy-content footer {
    margin-top: 64px;
    padding: 48px 0 30px 0;
  }
  .policy-content footer .block .order p {
    font-size: 20px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 32px;
  }
  .policy-content footer .block .order .request-btn {
    margin-bottom: 30px;
  }
  .policy-content footer .block .order .request-btn .first {
    display: none;
  }
  .policy-content footer .block .order .request-btn .second {
    display: block;
  }
  .policy-content footer .block .order .request-btn a span {
    width: 164px;
    height: 164px;
    font-size: 16px;
  }
  .policy-content footer .block .up-btn.up-btn {
    margin-bottom: 32px;
  }
  .policy-content footer .block .copyright {
    margin-top: 16px;
  }
  .policy-content footer .block .copyright ul {
    margin-top: 16px;
  }
  .main-content .top-banner {
    padding-top: 50px;
  }
  .main-content .top-banner li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 8px;
  }
  .main-content .top-banner .features {
    flex-direction: column;
  }
  .main-content .top-banner .features li .dropdown-menu.show {
    transform: translate(25px, -15px) !important;
    transform: translate(0px, 51px) !important;
  }
  .main-content .top-banner .features li .dropdown-menu.show svg {
    width: unset;
  }
  .main-content .top-banner .features {
    margin-top: 30px;
  }
  .top-banner .request-btn {
    margin-top: 30px;
  }
  .main-content .onclothes .types li:not(:last-child) {
    margin-right: unset;
  }
  .onclothes .types {
    flex-direction: column;
  }
  .main-content .top-banner .logo-block .h1-block h1 {
    font-size: 24px;
  }
  .main-content .top-banner .logo-block .desc {
    font-size: 16px;
  }
  .onclothes {
    padding-top: 64px;
  }
  .onclothes .h2-block:after {
    background: url("../img/h2-bg-1.svg") no-repeat top center;
    width: 294px;
    height: 33px;
    margin-left: -138px;
  }
  .main-content .onclothes .types li:not(:last-child) {
    margin-bottom: 32px;
  }
  .main-content .onclothes .types li {
    width: 100%;
    height: auto;
  }
  .main-content .onclothes .wide {
    display: none !important;
  }
  .main-content .onclothes .small {
    display: block;
  }
  .main-content .onclothes .small .extra-content ul {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .main-content .onclothes .extra-content ul .order {
    max-width: 101px;
    margin-top: 25px;
    margin-left: 54px;
  }
  .main-content .onclothes .extra-content ul .order a {
    font-size: 13px;
    position: unset;
    margin: 0 auto;
  }
  .onclothes .types li .pop {
    top: 74px;
    height: 40px;
  }
  .onclothes .types .order a {
    margin-left: -39px;
    bottom: 6px;
  }
  .main-content .onclothes .small .extra-content ul li {
    width: 150px;
    margin-bottom: 40px;
    height: 132px;
  }
  .main-content .onclothes .small .extra-content ul li a img {
    width: 150px;
  }
  .onclothes .types li .block {
    padding: 10px 15px;
  }
  .bigorder {
    margin-top: 64px;
    padding-top: 24px;
  }
  .bigorder ul li .title {
    font-size: 18px;
  }
  .price-block {
    margin-top: 64px;
  }
  .price-block .h2-block:after {
    background: url("../img/h2-bg-2.svg") no-repeat top center;
    width: 131px;
    height: 40px;
    margin-left: -77px;
    bottom: -15px;
  }
  .price-block .tabs-block {
    margin-top: 32px;
  }
  .price-block .tabs-content .tab-pane .wholesale {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .price-block .tabs-content .tab-pane .retail {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-content .price-block .tabs-block .nav li {
    max-width: 50%;
  }
  .price-block .tabs-content .tab-pane .left {
    max-width: 100%;
  }
  .price-block .tabs-content .tab-pane .left .block {
    max-width: 100%;
  }
  .main-content .price-block .tabs-content .tab-pane .right {
    max-width: 100%;
  }
  .extra .extra-content {
    flex-direction: column;
  }
  .foryou {
    margin-top: 64px;
  }
  .foryou .h2-block {
    background: url("../img/circles3-1.svg") no-repeat top center;
    height: 97px;
    margin-bottom: 32px;
  }
  .foryou .content .left p:not(:last-child) {
    margin-bottom: 16px;
  }
  .orderwork {
    margin-top: 64px;
    padding-top: 24px;
    padding-bottom: 49px;
  }
  .orderwork .h2-block:after {
    background: url("../img/h2-bg3-1.svg") no-repeat top center;
    width: 244px;
    height: 37px;
    margin-left: -122px;
    bottom: -25px;
  }
  .orderwork .h2-block {
    margin-bottom: 56px;
  }
  .special-slider {
    margin-top: 64px;
  }
  .how-much {
    padding: 24px;
  }
  .how-much .h2-block {
    background: url("../img/circles4-1.svg") no-repeat top center;
    width: 251px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .how-much form .top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how-much form .bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
  }
  .main-content .how-much form .top .right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .how-much form .top .left {
    width: 100%;
  }
  .how-much form .top .left label {
    max-width: unset;
  }
  .main-content .how-much form .top .left label input {
    max-width: unset;
    width: 100%;
  }
  .main-content .how-much form .top .right label {
    width: 100%;
  }
  .main-content .how-much form .top .right label textarea {
    max-width: unset;
    width: 100%;
    border: 1px solid var(--black, #282222);
    border-radius: 8px;
  }
  .main-content .how-much form .bottom .submit-block {
    margin-left: 0;
  }
  .reviews .h2-block {
    margin-bottom: 37px;
  }
  .main-content .reviews ul li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 8px;
  }
  .main-content .reviews ul li:last-child {
    margin-top: unset;
  }
  .contacts-block {
    margin-top: 32px;
  }
  .contacts-block .contact {
    flex-direction: column;
  }
  .contacts-block .office {
    flex-direction: column;
    margin-top: 20px;
  }
  .contacts-block .contact .email {
    margin-left: 0;
  }
  .contacts-block .office .work-time {
    margin-bottom: 16px;
  }
  .contacts-block .office .address {
    margin-left: 0;
  }
  .contacts-block .contact .phone a {
    font-size: 16px;
  }
  .contacts-block .office .work-time .time p {
    font-size: 16px;
  }
  .contacts-block .office .address .info .title-block .title {
    font-size: 16px;
  }
  .contacts-block .office .address .info button {
    font-size: 18px;
  }
  .contacts-block .map-block {
    margin-top: 38px;
    margin-bottom: 32px;
  }
  .contacts-block .map-block .important ul li:not(:last-child) {
    margin-right: 5px;
  }
  .how-much form .bottom .file-block .input__file {
    display: none;
  }
}
@media (max-width: 767px) {
  .reviews {
    margin-top: 40px;
  }
  .how-much form .bottom .file-block .input__file-button {
    max-width: 100%;
  }
  .reviews .h2-block:after {
    background: url("../img/h2-bg4.svg") no-repeat top center;
    margin-left: -66px;
    bottom: -11px;
    width: 129px;
    height: 20px;
    background-size: contain;
  }
  .policy-page {
    padding-top: 60px;
  }
  .policy-page .h1-block h1 {
    font-size: 24px;
  }
  .policy-page .h1-block:after {
    background: url("../img/policy2.svg") no-repeat top center;
    margin-left: -156px;
    bottom: -23px;
    width: 310px;
    height: 66px;
    background-size: contain;
  }
  .policy-page .text {
    padding: 24px;
  }
  .policy-page .text h3 {
    font-size: 22px;
  }
  .policy-page .return-block {
    display: block;
  }
  #messageSuccsess .modal-content .modal-body .message-block {
    flex-direction: column;
  }
  #messageSuccsess .modal-content .modal-body .title {
    font-size: 18px;
  }
  #messageSuccsess .modal-content {
    padding: 48px 12px 0 12px;
    width: auto;
    max-width: 297px;
    width: 100%;
    height: 595px;
  }
  #messageSuccsess .modal-content .modal-body .message-block .request-btn {
    margin-top: 60px;
  }
  #messageSuccsess .modal-content .modal-body .message-block .message {
    margin-right: 0;
  }
  #messageSuccsess .modal-content .btn-close {
    top: 12px;
    right: 12px;
  }
  header {
    display: none;
  }
  .main-content {
    margin-left: unset;
  }
  .contacts-block .map-block .important ul {
    flex-direction: column;
  }
  .types-embroidery ul {
    flex-direction: column;
  }
  .types-embroidery ul li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 8px;
  }
  .bigorder {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 24px;
  }
  .bigorder .first {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bigorder .second {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 0;
  }
  .bigorder ul li {
    text-align: center;
  }
  .bigorder ul li:not(:last-child) {
    margin-bottom: 32px;
  }
  .bigorder ul li .img-block img {
    max-width: unset;
  }
  .bigorder ul li .title {
    text-align: left;
  }
  .bigorder ul li .desc {
    text-align: left;
  }
  .bigorder ul li:not(:last-child) {
    margin-right: unset;
  }
  .bigorder ul .btn-block {
    width: auto;
    width: 100%;
  }
  .bigorder .second .btn-block {
    order: 3;
  }
  .bigorder .btn-block .big {
    display: none;
  }
  .bigorder ul .btn-block .small {
    display: block;
    border-radius: 8px;
    border: 1px dashed var(--carrot, #EF5C28);
    background: #FFF;
    color: var(--carrot, #EF5C28);
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    padding: 16px 16px 16px 13px;
  }
  .bigorder ul .btn-block .small:hover {
    border-radius: 8px;
    background: var(--carrot, #EF5C28);
    color: var(--white, #FFF);
  }
  .bigorder ul .btn-block .small:hover svg path {
    fill: #fff;
  }
  .bigorder .second .btn-block .small {
    margin-top: 32px;
  }
  .types-embroidery ul li {
    width: 100%;
  }
  .main-content .foryou .content .right ul li {
    width: 100%;
    height: auto;
  }
  .main-content .reviews ul li {
    width: 100%;
  }
  .main-content .reviews ul li .line svg {
    width: 100%;
  }
  .contacts-block .map-block .important ul li {
    width: 100%;
  }
  .contacts-block .map-block .important ul li:not(:last-child) {
    margin-right: unset;
  }
  footer .block {
    flex-direction: column;
  }
  footer .block .order {
    flex-direction: column;
  }
  footer .block .order p {
    order: 1;
  }
  footer .block .order .request-btn {
    order: 2;
  }
  footer .block .up-btn {
    order: 3;
  }
  footer .block .copyright {
    order: 4;
  }
  .price-block .tabs-content .tab-pane .right table thead tr th {
    font-size: 8px;
  }
  .price-block .tabs-content .tab-pane .right table tbody tr td {
    font-size: 10px;
  }
  .main-content .contacts-block .map-block .map iframe {
    height: 336px;
  }
  .main-content .top-banner {
    display: none;
  }
  .mobile-content {
    display: block;
  }
  .mobile-content .features {
    margin-top: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mobile-content .features .dropdown-toggle.show {
    z-index: 11;
  }
  .mobile-content .features .dropdown-toggle::after {
    display: none;
  }
  .mobile-content .features .dropdown-toggle.show .dropup &gt; svg {
    transform: rotate(45deg);
    transition: 0.2s all ease-out;
  }
  .mobile-content .features .dropdown-toggle.show .dropup &gt; svg path:nth-child(1) {
    fill: #fff;
  }
  .mobile-content .features .dropdown-toggle.show .dropup &gt; svg path:nth-child(2) {
    fill: #EF5C28;
  }
  .mobile-content .features .dropdown-toggle.show .dropup &gt; svg path:nth-child(3) {
    fill: #EF5C28;
  }
  .mobile-content .features li {
    width: 292px;
    width: 270px;
    height: 65px;
    position: relative;
  }
  .mobile-content .features li button {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    background: #FDF9EE;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    position: relative;
    text-wrap: unset;
  }
  .mobile-content .features li button.active .dropup &gt; svg {
    transform: rotate(45deg);
  }
  .mobile-content .features li .block {
    border-radius: 8px;
    background: #FDF9EE;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 24px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .mobile-content .features li .block p {
    color: #282222;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 16.1px */
  }
  .mobile-content .features li .block .dropup {
    position: unset;
  }
  .mobile-content .features li .block .dropup &gt; svg {
    display: block;
    position: absolute;
    right: -40px;
    top: 13px;
    background: unset;
    border: 0;
    padding: 0;
    z-index: 11;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show svg {
    transform: rotate(45deg);
    transition: 0.2s all ease-out;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show svg path:nth-child(1) {
    fill: #fff;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show svg path:nth-child(2) {
    fill: #EF5C28;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show svg path:nth-child(3) {
    fill: #EF5C28;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show.active {
    z-index: 13;
  }
  .mobile-content .features li .block .dropup .dropdown-toggle.show.active + .dropdown-menu.show {
    z-index: 12;
  }
  .mobile-content .features li .dropdown-menu {
    width: 317px;
    height: 302px;
    border: 0;
  }
  .mobile-content .features li .dropdown-menu .content {
    position: absolute;
    top: 0;
    padding: 29px;
  }
  .mobile-content .features li .dropdown-menu .content .title {
    color: #FDF9EE;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    margin-top: 28px;
    margin-bottom: 4px;
    text-align: left;
  }
  .mobile-content .features li .dropdown-menu .content .desc {
    color: var(--background, #FDF9EE);
    font-variant-numeric: lining-nums tabular-nums;
    text-align: left;
    /* Text 14M */
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 16.1px */
  }
  .mobile-content .features li .dropdown-menu.show {
    transform: translate(4px, -2px) !important;
    transform: translate(52px, -2px) !important;
    transform: translate(4px, 63px) !important;
    transform: translate(-23px, 63px) !important;
    background: unset;
    z-index: 10;
  }
  .mobile-content .features li .dropdown-menu.show svg {
    width: 288px;
  }
  .mobile-content .features li .dropdown-toggle.show.active .dropdown-menu.show {
    z-index: 12;
  }
  .mobile-content .features li .dropdown-toggle.show.active svg {
    z-index: 16;
  }
  .mobile-content .features li a {
    display: block;
    position: absolute;
    right: -20px;
  }
  .mobile-content .features li:not(:last-child) {
    margin-bottom: 8px;
  }
  .mobile-content .offcanvas .offcanvas-body {
    padding: 0 31px 31px 24px;
  }
  .mobile-content .offcanvas .menu-block {
    margin-top: 25px;
  }
  .mobile-content .offcanvas .menu-block .menu {
    padding-left: 0;
  }
  .mobile-content .offcanvas .menu-block .menu li {
    list-style-type: none;
  }
  .mobile-content .offcanvas .menu-block .menu li a {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #282222;
    transition: 0.3s;
  }
  .mobile-content .offcanvas .menu-block .menu li a:hover {
    color: #FF1F00;
    text-decoration: unset;
  }
  .mobile-content .offcanvas .menu-block .menu li:not(:last-child) {
    margin-bottom: 22px;
  }
  .mobile-content .offcanvas .bottom .contact {
    margin-top: 163px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 2px solid #8C8C8C;
    display: flex;
    flex-direction: column;
  }
  .mobile-content .offcanvas .bottom .contact a {
    color: #282222;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Exo 2", sans-serif;
  }
  .mobile-content .offcanvas .bottom .contact a:hover {
    color: #FF1F00;
  }
  .mobile-content .offcanvas .bottom .contact .phone-block {
    display: flex;
    align-items: center;
  }
  .mobile-content .offcanvas .bottom .contact .wa {
    display: block;
    margin-top: 4px;
    margin-left: 8px;
  }
  .mobile-content .offcanvas .bottom .contact .mail {
    margin: 16px 0;
    display: block;
  }
  .mobile-content .offcanvas .bottom .contact p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-content .offcanvas.offcanvas-start {
    width: 270px;
    top: 55px;
    top: 50px;
  }
  .mobile-content .offcanvas.hiding {
    top: 55px;
  }
  .mobile-content .offcanvas.offcanvas-start.show {
    top: 60px;
    top: 55px;
    top: 50px;
  }
  .mobile-content .offcanvas-backdrop {
    top: 60px;
  }
  .mobile-content .mobile-banner {
    background: url("../img/banner-bg2.webp") no-repeat top center;
    width: 100%;
    background-size: cover;
    height: 800px;
    height: 850px;
    position: relative;
    padding-top: 15px;
  }
  .mobile-content .mobile-banner .top {
    margin-bottom: 13px;
    height: 50px;
    padding-top: 5px;
  }
  .mobile-content .mobile-banner .top .menu {
    display: flex;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn {
    margin-left: 9px;
    border-radius: 20px;
    background: var(--white, #FFF);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn svg {
    pointer-events: none;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn .nonactive {
    display: block;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn .active {
    display: none;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn.fixed {
    position: fixed;
    left: 9px;
    left: 0;
    top: 8px;
    z-index: 20;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn.fixed svg {
    pointer-events: none;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn.active {
    background: var(--carrot, #EF5C28);
  }
  .mobile-content .mobile-banner .top .menu .menu-btn.active .nonactive {
    display: none;
  }
  .mobile-content .mobile-banner .top .menu .menu-btn.active .active {
    display: block;
  }
  .mobile-content .mobile-banner .top .menu .special {
    display: none;
    padding-top: 8px;
  }
  .mobile-content .mobile-banner .top .menu .special .logo-block {
    margin-left: 18px;
  }
  .mobile-content .mobile-banner .top .menu .special .logo-block a {
    display: block;
  }
  .mobile-content .mobile-banner .top .menu .special .phone-block {
    display: flex;
    align-items: center;
    margin-left: 19px;
    margin-left: 30px;
  }
  .mobile-content .mobile-banner .top .menu .special .phone-block .phone {
    color: var(--black, #282222);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 16.1px */
  }
  .mobile-content .mobile-banner .top .menu .special .phone-block .wa {
    display: block;
    margin-left: 8px;
  }
  .mobile-content .mobile-banner .top .menu .special .phone-block .wa img {
    max-width: 24px;
  }
  .mobile-content .mobile-banner .top.active {
    height: 60px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
  }
  .mobile-content .mobile-banner .top.active .menu-btn {
    border-radius: 20px;
    border: 1px solid var(--carrot, #EF5C28);
    background: var(--white, #FFF);
  }
  .mobile-content .mobile-banner .top.active .special {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-content .mobile-banner .request-btn {
    position: absolute;
    display: block;
    content: "";
    bottom: 3px;
    left: 0;
    right: 0;
    bottom: unset;
  }
  .policy-content .forpolicy {
    background: none !important;
    height: auto !important;
    width: auto !important;
  }
  .policy-content .mobile-banner .top.active .menu-btn {
    margin-left: 8px;
  }
  .mobile-content .main-logo {
    text-align: center;
    margin-top: 60px;
    margin-top: 13px;
  }
  .mobile-content .main-logo .h1-block {
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
  }
  .mobile-content .main-logo .h1-block h1 {
    color: var(--background, #FDF9EE);
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .mobile-content .main-logo .h1-block:after {
    display: block;
    content: "";
    background: url("../img/mobile-circles1.png") no-repeat top center;
    background: url("../img/mobile-circles1.svg") no-repeat top center;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    bottom: -28px;
    width: 300px;
    height: 121px;
  }
  .mobile-content .main-logo .desc {
    color: var(--background, #FDF9EE);
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    margin-top: 40px;
  }
  .main-content .onclothes .small .extra-content ul li {
    width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
  }
  .main-content .onclothes .small .extra-content ul li a img {
    max-width: unset;
    width: 142px;
  }
  .main-content .onclothes .small .extra-content .inside {
    text-align: center;
    width: 100%;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: block;
  }
  .main-content .onclothes .small .extra-content ul .order {
    width: 142px;
    height: 185.17px;
    vertical-align: bottom;
    max-width: unset;
    margin-left: 0;
  }
  .main-content .onclothes .extra-content ul .order a {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .main-content .onclothes .extra-content ul li:not(:last-child) {
    margin-right: 0;
    margin-right: 7px;
  }
  .extra .show-examples {
    padding: 0 12px;
  }
  .bigorder .h2-block {
    background: url("../img/circles2-1.svg") no-repeat top center;
    background-size: contain;
    width: 263px;
    height: 135px;
    margin: 0 auto;
    margin-bottom: 64px;
  }
  h2 {
    font-size: 22px !important;
  }
  .price-block .h2-desc {
    font-size: 18px;
  }
  .price-block .tabs-content .tab-pane .left .plus {
    margin: 8px auto;
  }
  .price-block .tabs-content .tab-pane .plus-block {
    margin: 8px auto;
  }
  .price-block .tabs-content .tab-pane .right table tbody tr td:first-child {
    font-size: 8px;
  }
  .price-block .tabs-content .tab-pane .right .notice {
    font-size: 10px;
  }
  .price-block .extra {
    margin-top: 24px;
  }
  .foryou .h2-block {
    background-size: contain;
  }
  .orderwork {
    padding-bottom: 35px;
  }
  .orderwork ul li .img-block img {
    max-width: 75px;
  }
  .onclothes .types li .block .title {
    font-size: 16px;
  }
  .main-content .how-much form .bottom .submit-block {
    margin-top: 39px;
  }
  .reviews ul li .gal {
    position: unset;
    display: flex;
    margin-top: 16px;
  }
  .main-content .reviews ul li {
    height: auto;
    padding-bottom: 24px;
  }
  .main-content .reviews ul li .gal a img {
    max-width: 79px;
  }
  .contacts-block .contact .email a {
    font-size: 16px;
  }
  .contacts-block .contact .phone {
    margin-bottom: 20px;
  }
  .contacts-block .office .work-time .time p {
    font-weight: 500;
  }
  .contacts-block .office .address .info .title-block .title {
    font-weight: 500;
    margin-bottom: 8px;
  }
  .contacts-block .office .address .info .desc {
    font-size: 12px;
  }
  .contacts-block .office .address .info button {
    margin-top: 9px;
  }
  .main-content .map-block.second {
    display: block;
    overflow-x: hidden;
  }
  .contacts-block .map-block.main {
    display: none;
  }
  .map-block {
    margin-top: 38px;
  }
  .map-block iframe {
    height: 336px;
  }
  .map-block .important {
    margin-top: 32px;
    padding-left: 12px;
  }
  .map-block .important ul li button {
    border: 0;
    position: relative;
    border-radius: 8px;
    background: var(--background, #FDF9EE);
    width: 275px;
    width: 93%;
    padding: 24px;
    padding-left: 10px;
  }
  .map-block .important ul li button svg {
    position: absolute;
    top: 16px;
    right: -24px;
    background: none;
    border: 0;
  }
  .map-block .important ul li button.active svg {
    transform: rotate(45deg);
    transition: 0.2s all ease-out;
  }
  .map-block .important ul li .block p {
    color: var(--carrot, #EF5C28);
    font-variant-numeric: lining-nums tabular-nums;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .map-block .important ul li .block button:focus {
    outline: none;
  }
  .map-block .important ul li .accordion-collapse {
    margin-top: 4px;
    width: 300px;
    width: 95%;
    padding: 24px;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 8px;
    background: var(--background, #FDF9EE);
  }
  .map-block .important ul li .accordion-collapse .desc-block {
    display: flex;
    align-items: flex-start;
  }
  .map-block .important ul li .accordion-collapse .desc-block img {
    margin-right: 10px;
  }
  .map-block .important ul li .accordion-collapse .desc-block svg {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .map-block .important ul li .accordion-collapse .desc-block:not(:last-child) {
    margin-bottom: 16px;
  }
  .map-block .important ul li.active svg {
    transform: rotate(45deg);
    transition: 0.2s all ease-out;
  }
  .map-block .important ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  footer {
    margin-top: 64px;
    padding-top: 48px;
  }
  footer .block .order p {
    font-size: 24px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 32px;
  }
  footer .block .order .request-btn {
    margin-bottom: 64px;
  }
  footer .block .order .request-btn .first {
    display: none;
  }
  footer .block .order .request-btn .second {
    display: block;
  }
  footer .block .order .request-btn a span {
    width: 164px;
    height: 164px;
    font-size: 16px;
  }
  footer .block .up-btn.up-btn {
    margin-bottom: 32px;
  }
  footer .block .copyright {
    margin-top: 16px;
  }
  footer .block .copyright ul {
    margin-top: 16px;
  }
  #linkmanager .modal-content {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  #linkmanager .modal-content .modal-body {
    padding: 0;
  }
  #linkmanager .modal-content .modal-body form {
    margin-top: 32px;
    flex-direction: column;
  }
  #linkmanager .modal-content .btn-close {
    top: 28px;
    right: 28px;
  }
  #linkmanager .modal-content .modal-body form .left label input {
    width: 264px;
    width: 100%;
  }
  #linkmanager .modal-content .modal-body form .left textarea {
    width: 264px;
    width: 100%;
    height: 99px;
  }
  #linkmanager .modal-content .modal-body form .right .submit-block {
    margin-left: 0;
    margin-top: 32px;
  }
  #linkmanager .modal-header .h2-block {
    margin-top: 40px;
  }
  #linkmanager .modal-header .h2-block:after {
    background: url("../img/h2-bg6-1.png") no-repeat top center;
    width: 238px;
    height: 37px;
    margin-left: -115px;
  }
  #linkevent .modal-header .h2-block:after {
    width: 180px;
    height: 36px;
    margin-left: -90px;
    background: url("../img/h2-bg6-2.png") no-repeat top center;
    width: 180px;
    height: 35px;
  }
  #linkevent .modal-content {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  #linkevent .modal-content .modal-body {
    padding: 0;
  }
  #linkevent .modal-content .modal-body form {
    margin-top: 28px;
    flex-direction: column;
  }
  #linkevent .modal-content .btn-close {
    top: 28px;
    right: 28px;
  }
  #linkevent .modal-content .modal-body form .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  #linkevent .modal-content .modal-body form .left .date-block {
    width: auto;
  }
  #linkevent .modal-content .modal-body form .left label {
    max-width: unset;
    width: unset;
    width: 100%;
  }
  #linkevent .modal-content .modal-body form .left label input {
    width: 264px;
    width: 100%;
  }
  #linkevent .modal-content .modal-body form .left textarea {
    width: 264px;
    width: 100%;
    height: 99px;
  }
  #linkevent .modal-content .modal-body form .right .submit-block {
    margin-left: 0;
    margin-top: 32px;
  }
  #linkevent .modal-header .h2-block {
    margin-top: 40px;
  }
  .orderwork ul li .info .desc.main {
    display: none;
  }
  .orderwork ul li .info .desc.second {
    display: block;
  }
  #requirements .modal-content {
    width: auto;
    height: auto;
    padding: 24px;
  }
  #requirements .modal-content .modal-body {
    padding: 0;
    margin-top: 20px;
  }
  #requirements .modal-content .btn-close {
    top: 8px;
    right: 8px;
  }
  #requirements .modal-header {
    padding: 0;
  }
  #requirements .modal-header .h2-block h2 {
    font-size: 18px !important;
    margin-top: 10px;
  }
  #requirements .modal-header .h2-block:after {
    background: url("../img/h2-bg8-1.png") no-repeat top center;
    width: 218px;
    height: 32px;
    margin-left: -113px;
  }
  #requisites .modal-content {
    width: auto;
    height: auto;
    padding: 24px;
  }
  #requisites .modal-content .modal-body {
    padding: 0;
    margin-top: 20px;
  }
  #requisites .modal-content .btn-close {
    top: 8px;
    right: 8px;
  }
  #requisites .modal-header {
    padding: 0;
  }
  #requisites .modal-header .h2-block h2 {
    font-size: 18px !important;
    margin-top: 10px;
  }
  #requisites .modal-header .h2-block:after {
    background: url("../img/h2-bg7-1.png") no-repeat top center;
    width: 138px;
    height: 29px;
    margin-left: -68px;
  }
  .main-content .content-404 .img-block img {
    max-width: 100%;
  }
  .content-404 {
    padding: 117px 24px 0px 24px;
  }
  .content-404 h1 {
    font-size: 16px;
    margin-top: -50px;
    margin-left: 5px;
    text-align: left;
    width: 100%;
    margin-bottom: 60px;
  }
  .content-404 .short-contact {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .content-404 .short-contact .phone {
    display: flex;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .content-404 .return a {
    margin-top: 37px;
  }
  .content-503 .img-block .main {
    display: none;
  }
  .content-503 .img-block .small {
    display: block;
  }
  .content-503 h1 {
    font-size: 24px;
    margin-top: 21px;
    margin-bottom: 4px;
  }
  .main-content .extra-content2 ul {
    width: 100%;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: block;
  }
  .main-content .extra-content2 ul li {
    display: inline-block;
  }
  .main-content .extra-content2 ul li:not(:last-child) {
    margin-right: 7px;
  }
  .main-content .extra-content2 ul li a img {
    width: 142px;
  }
  .main-content .extra-content2 ul .order {
    width: 142px;
    height: 185.17px;
    vertical-align: top;
  }
  .main-content .extra-content2 ul .order a {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #howfind .modal-content {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  #howfind .modal-content h2 {
    font-size: 18px !important;
  }
  #howfind .modal-content .modal-body {
    padding: 0;
  }
  #howfind .modal-header .h2-block:after {
    background: url("../img/h2-bg5-1.png") no-repeat top center;
    width: 148px;
    height: 36px;
    bottom: -20px;
    margin-left: -78px;
  }
  #howfind .modal-header {
    padding: 0;
  }
  #howfind .modal-content .btn-close {
    top: 12px;
    right: 12px;
  }
  #howfind .modal-content .modal-body .description {
    margin-top: 20px;
  }
  #howfind .modal-content .modal-body .description p {
    font-size: 14px;
  }
  #howfind .modal-content .modal-body .gal {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
  #howfind .modal-content .modal-body .gal li {
    width: auto;
    height: auto;
  }
  #howfind .modal-content .modal-body .gal li {
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
  #howfind .modal-content .modal-body .gal img {
    max-width: 100%;
  }
  #howfind .modal-content .modal-body .inmaps {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
  #howfind .modal-content .modal-body .inmaps li {
    margin-right: 0 !important;
    margin-bottom: 18px;
  }
  #howfind .modal-content .modal-body .inmaps li:last-child {
    margin-bottom: 0;
  }
  #howfind .modal-header .h2-block {
    margin-top: 20px;
  }
  footer .block .up-btn .main {
    display: none;
  }
  footer .block .up-btn .mobile {
    display: block;
  }
}
@media (max-width: 360px) {
  .mobile-content .mobile-banner .top .menu .special .phone-block {
    margin-left: 19px;
  }
}
/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  margin: 19px 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}
/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 20s linear infinite;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

/* Attempt to size parent based on content. Keep in mind that the parent width is equal to both content containers that stretch to fill the parent. */
.marquee--fit-content {
  max-width: fit-content;
}

/* A fit-content sizing fix: Absolute position the duplicate container. This will set the size of the parent wrapper to a single child container. Shout out to Olavi's article that had this solution 👏 @link: https://olavihaapala.fi/2021/02/23/modern-marquee.html  */
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
/* Other page demo styles */
.marquee__content &gt; * {
  flex: 0 0 auto;
  text-align: center;
  margin-left: -11px;
}

section {
  margin-block: 3rem;
}

section &gt; * + * {
  margin-block-start: 0.5rem;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>