.container {
  max-width: 1296px;
  width: 90%;
  margin: 0 auto;
}

.w25 {
  width: 25%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.header_mob,
.mobile_menu {
  display: none;
}

body.freeze {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.under_head {
  background-color: #2A4362;
  height: 32px;
}
.under_head .container {
  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;
  height: 100%;
}
.under_head .container p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.under_head .container p a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

header {
  margin: 24px 0;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.header_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.header_right nav a {
  color: #054A7B;
  font-size: 18px;
  font-weight: 500;
  font-family: "Palanquin Dark", sans-serif;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: uppercase;
}
.header_right nav a:hover {
  color: #0684dd;
}
.header_right.catalog_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 18px;
}

.header_right_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.header_right_top .my_account {
  border: 1px solid #BDDBF0;
  padding: 7px 10px;
  border-radius: 8px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: inherit;
  cursor: pointer;
}
.header_right_top .my_account span {
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.mini_cart_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
.mini_cart_container .mini_cart_ico {
  position: relative;
  width: 20px;
  height: 20px;
}
.mini_cart_container .mini_cart_ico span {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #C79740;
  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;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: absolute;
  left: 13px;
  bottom: 13px;
  line-height: 18;
}
.mini_cart_container .mini_cart_ico span.hidden {
  display: none;
}
.mini_cart_container .mini_cart_amount {
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.mini_cart_container .mini_cart_amount span {
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.header_right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.header_right_bottom .curr_lang_text {
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  text-transform: uppercase;
}

.lang_switcher {
  position: relative;
}
.lang_switcher img {
  width: 28px;
}
.lang_switcher .curr_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}
.lang_switcher .curr_lang svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.lang_switcher .curr_lang svg path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.lang_switcher .curr_lang_text {
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  text-transform: uppercase;
}
.lang_switcher .lang_menu {
  position: absolute;
  top: 37px;
  left: -30px;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
          box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
  border: 1px solid #E7EBEE;
  border-radius: 4px;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.lang_switcher .lang_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.lang_switcher .lang_menu ul li {
  padding-right: 27px;
  position: relative;
}
.lang_switcher .lang_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.lang_switcher .lang_menu ul li span {
  font-size: 16px;
  font-weight: 500;
  color: #36434C;
  font-family: "Inter", sans-serif;
}
.lang_switcher .lang_menu ul li.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzcgNC41TDYuMDAwMzMgMTEuODMzM0wyLjY2Njk5IDguNSIgc3Ryb2tlPSIjMDU0QTdCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
}
.lang_switcher.active .lang_menu {
  opacity: 1;
  pointer-events: all;
}
.lang_switcher.active .curr_lang svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.lang_switcher.active .curr_lang svg path {
  fill: #C79740;
}

.log_in {
  border: 2px solid #C79740;
  padding: 13px 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  background-color: inherit;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.log_in:hover {
  border: 2px solid #054A7B;
}
.log_in span {
  color: #054A7B;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero {
  background-image: url("../images/hero.jpg");
  background-position: center;
  background-size: cover;
  height: 559px;
}
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.hero .left_side {
  width: 55%;
}
.hero h1 {
  font-size: 40px;
  font-weight: 500;
  color: #054A7B;
}
.hero p {
  margin-top: 36px;
  max-width: 651px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.hero_btns {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.hero_btns a, .hero_btns span {
  text-transform: uppercase;
}

.golden {
  border: 1px solid #C79740;
  background: #C79740;
  padding: 16px 32px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.golden::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  background: linear-gradient(92.2deg, #C79740 0%, #F7D290 70.7%, #C79740 89.46%);
}
.golden:hover::before {
  left: 0;
}
.golden span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
  position: relative;
  z-index: 2;
}

.trans {
  border: 1px solid #C79740;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #054A7B;
  line-height: 100%;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
.trans:hover {
  border: 1px solid #054A7B;
}

.why_we {
  margin-top: 124px;
}
.why_we h2 {
  color: #054A7B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.why_we .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #36434C;
  text-align: center;
  max-width: 560px;
  line-height: 156%;
  margin: 1px auto 0;
}
.why_we_elems {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.why_we_elem {
  width: calc(25% - 15px);
  background-color: #F2F8FC;
  border-radius: 4px;
  padding: 45px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why_we_elem span {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #054A7B;
  text-align: center;
}
.why_we_elem p {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #36434C;
  text-align: center;
  line-height: 156%;
}

.hero2 {
  margin-top: 120px;
}
.hero2 .container {
  background-image: url("../images/new_fsc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 65px 87px;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(45, 80, 156, 0.0784313725);
          box-shadow: 0px 7px 16px 0px rgba(45, 80, 156, 0.0784313725);
}
.hero2 img {
  right: 0;
  -webkit-transform: translate(0px, 50%);
          transform: translate(0px, 50%);
  bottom: 32%;
  position: absolute;
  width: 49%;
}
.hero2 .left {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero2 .left h3 {
  font-size: 60px;
  font-weight: 500;
  color: #054A7B;
}
.hero2 .left h3 strong {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #054A7B;
}
.hero2 .left p {
  margin-top: 16px;
  line-height: 156%;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #36434C;
  max-width: 517px;
  font-weight: 400;
}

.support {
  margin-top: 219px;
}
.support h2 {
  color: #054A7B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.support .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #36434C;
  text-align: center;
  max-width: 560px;
  line-height: 156%;
  margin: 1px auto 0;
}
.support_elems {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px;
}
.support_elem {
  width: calc(33.3% - 22.5px);
  padding: 45px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_elem span {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #054A7B;
  text-align: center;
}
.support_elem p {
  margin-top: 16px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #36434C;
  text-align: center;
  line-height: 156%;
}

.partners {
  margin-top: 120px;
  position: relative;
  z-index: 2;
}
.partners .container-mini {
  margin: 0 auto;
  max-width: 1074px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/patner.png");
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(20, 33, 59, 0.1411764706);
          box-shadow: 0px 16px 16px 0px rgba(20, 33, 59, 0.1411764706);
  border-radius: 8px;
  overflow: hidden;
  min-height: 382px;
}
.partners .container-mini h4 {
  color: #054A7B;
  font-size: 50px;
  font-weight: 600;
  line-height: 109%;
  text-align: center;
  text-transform: uppercase;
}
.partners .container-mini p {
  text-align: center;
  margin-top: 36px;
  color: #385B74;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  max-width: 651px;
}
.partners .container-mini .golden {
  margin-top: 36px;
  text-transform: uppercase;
}

footer {
  background: linear-gradient(127.52deg, #0E4C78 -15.67%, #1A8CDE 100%);
  margin-top: -100px;
  z-index: 1;
}
footer.catalog {
  padding-bottom: 73px;
  margin-bottom: -72px;
}
footer .container {
  padding-top: 222px;
}
footer .footer_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
}
footer .footer_top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
footer .footer_top .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
footer .footer_top .socials a span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .footer_top .socials a span.underline {
  text-decoration: underline;
}
footer .footer_top .socials a span:hover {
  color: #8ccfff;
}
footer .footer_top .socials .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 37px;
}
footer .footer_top .socials .inner span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}
footer .footer_top .socials .inner p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #fff;
  line-height: 117%;
}
footer .footer_top .w30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer_top .footer_type1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
footer .footer_top .footer_type1 ul a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: uppercase;
}
footer .footer_top .footer_type1 ul a:hover {
  color: #8ccfff;
}
footer .footer_top .footer_type2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer .footer_top .footer_type2 ul a {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .footer_top .footer_type2 ul a:hover {
  color: #8ccfff;
}
footer .line {
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 100%;
  height: 1px;
}
footer .footer_center {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer_center span {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
footer .footer_center p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  line-height: 117%;
  color: rgba(255, 255, 255, 0.6784313725);
}
footer .footer_center .w20 {
  margin-right: 21px;
}
footer .footer_bottom {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_bottom .copyright {
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.6784313725);
}
footer .footer_bottom .footer_bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .footer_bottom .footer_bottom-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
footer .footer_bottom .footer_bottom-right ul a {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 100%;
  color: #fff;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: capitalize;
}
footer .footer_bottom .footer_bottom-right ul a:hover {
  color: #8ccfff;
}
footer .footer_bottom .footer_bottom-right button {
  border: 1px solid #FFFFFF;
  background-color: inherit;
  border-radius: 8px;
  padding: 9px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}
footer .footer_bottom .footer_bottom-right button:hover {
  border: 1px solid #C79740;
}
footer .footer_bottom .footer_bottom-right button span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
}
footer.catalog .container {
  padding-top: 67px;
}

.popup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.3764705882);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.popup_bg.active {
  opacity: 1;
  pointer-events: all;
}

.popup_bg_inherit {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.popup_bg_inherit.active {
  opacity: 1;
  pointer-events: all;
}

.form_partner,
.form_delivery,
.form_thanks,
.login_form,
.simple_form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  max-width: 680px;
  width: 90%;
  background-color: #fff;
}
.form_partner_inner,
.form_delivery_inner,
.form_thanks_inner,
.login_form_inner,
.simple_form_inner {
  max-height: 90vh;
  overflow-x: auto;
  padding: 56px;
}
.form_partner.active,
.form_delivery.active,
.form_thanks.active,
.login_form.active,
.simple_form.active {
  opacity: 1;
  pointer-events: all;
}
.form_partner_close,
.form_delivery_close,
.form_thanks_close,
.login_form_close,
.simple_form_close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.form_partner_container,
.form_delivery_container,
.form_thanks_container,
.login_form_container,
.simple_form_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_partner_title,
.form_delivery_title,
.form_thanks_title,
.login_form_title,
.simple_form_title {
  color: #054A7B;
  font-size: 50px;
  font-weight: 600;
}
.form_partner .steps,
.form_partner .steps_del,
.form_delivery .steps,
.form_delivery .steps_del,
.form_thanks .steps,
.form_thanks .steps_del,
.login_form .steps,
.login_form .steps_del,
.simple_form .steps,
.simple_form .steps_del {
  width: 100%;
  position: relative;
}
.form_partner .step,
.form_delivery .step,
.form_thanks .step,
.login_form .step,
.simple_form .step {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form_partner .step.active,
.form_delivery .step.active,
.form_thanks .step.active,
.login_form .step.active,
.simple_form .step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_partner .step_next,
.form_delivery .step_next,
.form_thanks .step_next,
.login_form .step_next,
.simple_form .step_next {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 14px 32px;
}
.form_partner .step_next span,
.form_delivery .step_next span,
.form_thanks .step_next span,
.login_form .step_next span,
.simple_form .step_next span {
  text-transform: uppercase;
}

.form_thanks .form_partner_title,
.simple_form .form_partner_title {
  text-transform: uppercase;
}

.form_thanks_subtitle {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter";
  color: #36434C;
}
.form_thanks_subtitle.reg_sucess_mod {
  text-align: center;
}

.errors {
  margin-top: 20px;
}
.errors p {
  color: red;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter";
}

.vat_err {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: red;
  display: none;
}
.vat_err.active {
  display: inline-block;
}

.thanks_btn {
  width: 100%;
  margin-top: 58px;
  cursor: pointer;
}

.step_top_nums {
  margin-top: 58px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.step_top_nums_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.step_top_nums_curr {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #C79740;
  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;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.step_top_nums_title {
  font-size: 24px;
  font-weight: 500;
  color: #054A7B;
  text-transform: uppercase;
  white-space: nowrap;
}
.step_top_nums_line {
  width: -webkit-fill-available;
  height: 1px;
  background-color: #C79740;
}
.step_top_nums_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.step_top_nums_right .step_top_nums_else {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  border: 1px solid #C79740;
  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;
  color: #C79740;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.steps_horizontal_row {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 9px;
}
.steps_horizontal_row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.steps_horizontal_row_item label {
  color: #36434C;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}
.steps_horizontal_row .steps_radio_cont {
  width: 24px;
  height: 24px;
  position: relative;
}
.steps_horizontal_row .steps_radio_cont input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0;
  cursor: pointer;
}
.steps_horizontal_row .steps_radio_cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0NV8zMTI4KSI+CjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExLjUiIHN0cm9rZT0iIzk4QTlCNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzI0NV8zMTI4Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
}
.steps_horizontal_row .steps_radio_cont:has(input:checked)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI0NV80OTYpIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEuNSIgc3Ryb2tlPSIjMDU0QTdCIi8+CjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjcuNSIgZmlsbD0iIzA1NEE3QiIgc3Ryb2tlPSIjMDU0QTdCIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMjQ1XzQ5NiI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}

.steps_def_row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.steps_def_row label {
  color: #054A7B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.steps_def_row label .require {
  color: #D41616;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  top: -4px;
  right: 0px;
}
.steps_def_row input {
  width: 100%;
  border: 1px solid #98A9B5;
  outline: 0;
  padding: 12px 16px;
  border-radius: 4px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps_def_row input::-webkit-input-placeholder {
  color: #98A9B5;
}
.steps_def_row input::-moz-placeholder {
  color: #98A9B5;
}
.steps_def_row input:-ms-input-placeholder {
  color: #98A9B5;
}
.steps_def_row input::-ms-input-placeholder {
  color: #98A9B5;
}
.steps_def_row input::placeholder {
  color: #98A9B5;
}
.steps_def_row input:focus {
  border: 1px solid #C79740;
}
.steps_def_row input.input-error {
  border: 1px solid red;
}

.step_next {
  margin-top: 24px;
  cursor: pointer;
}

.steps_select_row label {
  color: #054A7B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.steps_select_row label .require {
  color: #D41616;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  top: -4px;
  right: 0px;
}
.steps_select_row .step_org {
  position: relative;
}
.steps_select_row .step_organization_top {
  width: 100%;
  position: relative;
  margin-top: 8px;
}
.steps_select_row .step_organization_top input {
  width: 100%;
  border: 1px solid #98A9B5;
  outline: 0;
  padding: 12px 16px;
  border-radius: 4px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps_select_row .step_organization_top input::-webkit-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .step_organization_top input::-moz-placeholder {
  color: #98A9B5;
}
.steps_select_row .step_organization_top input:-ms-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .step_organization_top input::-ms-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .step_organization_top input::placeholder {
  color: #98A9B5;
}
.steps_select_row .step_organization_top input:focus {
  border: 1px solid #C79740;
}
.steps_select_row .step_organization_top input.input-error {
  border: 1px solid red;
}
.steps_select_row .step_organization_top svg {
  position: absolute;
  right: 16px;
  top: 12.5px;
}
.steps_select_row .step_organization_btm {
  position: absolute;
  left: 0;
  top: 49px;
  width: 100%;
  max-height: 350px;
  overflow-x: auto;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #E7EBEE;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
          box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
  border-radius: 4px;
  padding: 2px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
.steps_select_row .step_organization_btm li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  position: relative;
  cursor: pointer;
}
.steps_select_row .step_organization_btm li span {
  color: #054A7B;
  font-size: 16px;
  line-height: 156%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.steps_select_row .step_organization_btm li.checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzcgNC41TDYuMDAwMzMgMTEuODMzM0wyLjY2Njk5IDguNSIgc3Ryb2tlPSIjMDU0QTdCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
}
.steps_select_row .step_org.visible .step_organization_btm {
  opacity: 1;
  pointer-events: all;
}
.steps_select_row .step_org.visible .step_organization_top svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.steps_select_row .btm_if_visible {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #98A9B5;
  outline: 0;
  padding: 12px 16px;
  border-radius: 4px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps_select_row .btm_if_visible::-webkit-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .btm_if_visible::-moz-placeholder {
  color: #98A9B5;
}
.steps_select_row .btm_if_visible:-ms-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .btm_if_visible::-ms-input-placeholder {
  color: #98A9B5;
}
.steps_select_row .btm_if_visible::placeholder {
  color: #98A9B5;
}
.steps_select_row .btm_if_visible:focus {
  border: 1px solid #C79740;
}
.steps_select_row .btm_if_visible.inactive {
  display: none;
}

.steps_title {
  margin-top: 24px;
  color: #C79740;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
}

.steps_grid_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 16px;
  width: 100%;
}
.steps_grid_row .steps_w50 {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.steps_grid_row .steps_w50 label {
  color: #054A7B;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.steps_grid_row .steps_w50 label .require {
  color: #D41616;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  position: relative;
  top: -4px;
  right: 0px;
}
.steps_grid_row .steps_w50 input {
  width: 100%;
  border: 1px solid #98A9B5;
  outline: 0;
  padding: 12px 16px;
  border-radius: 4px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps_grid_row .steps_w50 input::-webkit-input-placeholder {
  color: #98A9B5;
}
.steps_grid_row .steps_w50 input::-moz-placeholder {
  color: #98A9B5;
}
.steps_grid_row .steps_w50 input:-ms-input-placeholder {
  color: #98A9B5;
}
.steps_grid_row .steps_w50 input::-ms-input-placeholder {
  color: #98A9B5;
}
.steps_grid_row .steps_w50 input::placeholder {
  color: #98A9B5;
}
.steps_grid_row .steps_w50 input:focus {
  border: 1px solid #C79740;
}

.steps_select_row {
  margin-top: 16px;
}

.mt33 {
  margin-top: 33px;
}

.steps_btns {
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.steps_btns .step_next {
  width: calc(50% - 12px);
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 14px 32px;
}
.steps_btns .step_next span {
  text-transform: uppercase;
}
.steps_btns .step_back {
  width: calc(50% - 12px);
  border: 1px solid #C79740;
  border-radius: 4px;
  padding: 16px 32px;
  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;
  cursor: pointer;
  background-color: inherit;
  outline: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.steps_btns .step_back span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #36434C;
  line-height: 100%;
}

.steps_text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #36434C;
  line-height: 156%;
}

.steps_check {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.steps_check_checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  cursor: pointer;
}
.steps_check_checkbox input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.steps_check_checkbox::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMi41IiB5PSIyLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjEuNSIgc3Ryb2tlPSIjOThBOUI1Ii8+Cjwvc3ZnPgo=");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.steps_check_checkbox:has(input:checked)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMi41IiB5PSIyLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjEuNSIgc3Ryb2tlPSIjMDU0QTdCIi8+CjxwYXRoIGQ9Ik0xOC42NjYzIDdMOS40OTk2NyAxNi4xNjY3TDUuMzMzMDEgMTIiIHN0cm9rZT0iIzA1NEE3QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.steps_check label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #36434C;
  line-height: 156%;
  cursor: pointer;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.steps_check label .require {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #D41616;
  position: relative;
  top: -4px;
  right: 0px;
}

.step_submit,
.del_submit {
  width: calc(50% - 12px);
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 14px 32px;
}
.step_submit span,
.del_submit span {
  text-transform: uppercase;
}

.del_submit {
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
}

.login_form_title {
  text-align: center;
}

.login_form_err_message {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  color: red;
  font-family: "Inter", sans-serif;
}
.login_form_err_message.none {
  display: none;
}

.submit_login {
  margin: 25px auto 0;
  width: 100%;
  cursor: pointer;
}

.my_acc,
.order {
  margin-top: 50px;
  margin-bottom: 216px;
}
.my_acc .container,
.order .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
.my_acc aside,
.order aside {
  width: calc(25% - 28px);
  position: sticky;
  top: 0;
  left: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.my_acc main,
.order main {
  width: calc(75% - 28px);
}

.order aside {
  width: calc(26% - 28px);
}

.order main {
  width: calc(74% - 28px);
}

.my_acc_menu,
.order_menu {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #EDEDEE;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
          box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
  background-color: #fff;
}
.my_acc_menu ul,
.order_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.my_acc_menu ul li a,
.order_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 17px;
  border-radius: 6px;
}
.my_acc_menu ul li a span,
.order_menu ul li a span {
  color: #36434C;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.my_acc_menu ul li a.active,
.order_menu ul li a.active {
  background-color: #054A7B;
}
.my_acc_menu ul li a.active span,
.order_menu ul li a.active span {
  color: #fff;
}
.my_acc_menu ul li a.active path,
.order_menu ul li a.active path {
  stroke: #fff;
}
.my_acc_menu .line,
.order_menu .line {
  width: 100%;
  height: 1px;
  background-color: #EDEDEE;
}

.my_acc_banner,
.order_banner {
  width: 100%;
  margin-top: 19px;
}
.my_acc_banner img,
.order_banner img {
  width: 100%;
  border-radius: 8px;
}

.main_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_top.order_top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main_top h2 {
  color: #054A7B;
  font-size: 40px;
  font-weight: 500;
}
.main_top .main_subtitle {
  margin-top: 16px;
  color: #36434C;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 156%;
}
.main_top_search {
  width: 50%;
  height: 50px;
  position: relative;
}
.main_top_search input {
  width: 100%;
  height: 100%;
  padding: 0 48px;
  border: 1px solid #EDEDEE;
  background-color: #fff;
  border-radius: 8px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.main_top_search input::-webkit-input-placeholder {
  color: #98A9B5;
}
.main_top_search input::-moz-placeholder {
  color: #98A9B5;
}
.main_top_search input:-ms-input-placeholder {
  color: #98A9B5;
}
.main_top_search input::-ms-input-placeholder {
  color: #98A9B5;
}
.main_top_search input::placeholder {
  color: #98A9B5;
}
.main_top_search input::-webkit-search-decoration, .main_top_search input::-webkit-search-cancel-button, .main_top_search input::-webkit-search-results-button, .main_top_search input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.main_top_search .search_icon {
  position: absolute;
  left: 16px;
  top: 13px;
  cursor: pointer;
  background: inherit;
  outline: none;
  border: 0;
  padding: 0;
}
.main_top_search .search_clear {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
  background: inherit;
  outline: none;
  border: 0;
  padding: 0;
}

.main_center_text {
  margin-top: 24px;
  color: #36434C;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}

.nothing_found {
  color: #090909;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}

.main_btm {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 16px;
}
.main_btm .catalog-category {
  width: 100%;
  border: 1px solid #EDEDEE;
  overflow: hidden;
  border-radius: 16px;
}
.main_btm .catalog-category.active .catalog_bull {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.main_btm .catalog-category-top {
  padding: 16px 16px 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EBEFF3;
}
.main_btm .catalog-category-top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.main_btm .catalog-category-top_left p {
  color: #054A7B;
  font-size: 24px;
  font-weight: 500;
}
.main_btm .catalog-category-top_left span {
  color: #98A9B5;
  font-size: 18px;
  line-height: 156%;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.main_btm .catalog-category-top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.main_btm .catalog-category-top_units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_btm .catalog-category-top_ico_container {
  position: relative;
  width: 20px;
  height: 20px;
}
.main_btm .catalog-category-top_ico_container span {
  position: absolute;
  left: 13px;
  bottom: 13px;
  background-color: #C79740;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  line-height: 18px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  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;
}
.main_btm .catalog-category-top_ico_container span.hidden {
  display: none;
}
.main_btm .catalog_bull {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main_btm .units_text {
  color: #98A9B5;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}
.main_btm .units_text span {
  color: #054A7B;
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}
.main_btm .product-item {
  padding: 8px 35px 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EDEDEE;
}
.main_btm .product-item:last-child {
  border-bottom: 0;
}
.main_btm .product-item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 74px;
  width: auto;
}
.main_btm .product-item_left span {
  color: #054A7B;
  font-size: 18px;
  font-weight: 500;
}
.main_btm .product-item .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.main_btm .product-item .cart.order_cart {
  gap: 16px;
}
.main_btm .product-item .quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main_btm .product-item .quantity-wrapper.hidden {
  display: none;
}
.main_btm .product-item .qty-btn {
  width: 20px;
  height: 20px;
  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: 0;
  outline: none;
  background-color: inherit;
  padding: 0;
  cursor: pointer;
}
.main_btm .product-item .qty-btn svg {
  width: 100%;
}
.main_btm .product-item .quantity {
  width: 61px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.main_btm .product-item .quantity input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #EBEFF3;
  border: 0;
  outline: none;
  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;
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 0;
}
.main_btm .product-item .quantity input.qty::-webkit-outer-spin-button,
.main_btm .product-item .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main_btm .product-item .quantity input.qty[type=number] {
  -moz-appearance: textfield;
}
.main_btm .add_to_cart_button {
  padding: 7px 31px;
  background-color: #C79740;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  cursor: pointer;
}
.main_btm .add_to_cart_button.hidden {
  display: none;
}
.main_btm .delete_product_button {
  background-color: inherit;
  outline: none;
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 0;
}

.mobile_mini_cart {
  display: none;
}

.desktop-mini-cart {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.desktop-mini-cart_container {
  max-width: 1296px;
  width: 90%;
  margin: 0 auto;
  background-color: #054A7B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px 24px 0 0;
  padding: 15px 15px 15px 32px;
}
.desktop-mini-cart .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.desktop-mini-cart .left .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 156%;
}
.desktop-mini-cart_counter {
  color: rgba(255, 255, 255, 0.6784313725);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  font-size: 24px;
  text-transform: lowercase;
}
.desktop-mini-cart_counter span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 156%;
}
.desktop-mini-cart .golden {
  padding: 12px 50px;
  width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.desktop-mini-cart .golden span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.main_details,
.main_delivery {
  margin-top: 48px;
  width: 60%;
}
.main_details_title,
.main_delivery_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.main_details_title h3,
.main_delivery_title h3 {
  color: #C79740;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.main_details_title .line,
.main_delivery_title .line {
  background-color: #C79740;
  width: -webkit-fill-available;
  height: 1px;
}
.main_details_content,
.main_delivery_content {
  margin-top: 24px;
}
.main_details_content p,
.main_delivery_content p {
  line-height: 156%;
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.main_details_add_btn,
.main_delivery_add_btn {
  margin-top: 24px;
  background-color: #C79740;
  padding: 7px 40px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  outline: none;
}
.main_details_add_btn.order_del_btn,
.main_delivery_add_btn.order_del_btn {
  margin: 0;
}
.main_details_add_btn.hidden,
.main_delivery_add_btn.hidden {
  display: none;
}
.main_details_block,
.main_delivery_block {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #EDEDEE;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}
.main_details_block_content p,
.main_delivery_block_content p {
  line-height: 156%;
  color: #36434C;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.main_details_block_edit,
.main_delivery_block_edit {
  position: absolute;
  cursor: pointer;
  top: 26px;
  right: 24px;
}
.main_details_block_delete,
.main_delivery_block_delete {
  position: absolute;
  cursor: pointer;
  bottom: 28px;
  right: 24px;
}

.main_delivery_block.hidden {
  pointer-events: none;
  opacity: 0.5;
}

.main_delivery.order_delivery {
  width: 100%;
  margin-top: 32px;
}

.main_delivery_subtitle {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  color: #36434C;
}

.main_delivery_bottom_row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order_main_delivery_bottom_row {
  height: 37px;
}

.main_delivery_bottom_row_chck_cont {
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
  cursor: pointer;
}
.main_delivery_bottom_row_chck_cont input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}
.main_delivery_bottom_row_chck_cont::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMi41IiB5PSIyLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjEuNSIgc3Ryb2tlPSIjOThBOUI1Ii8+Cjwvc3ZnPgo=");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main_delivery_bottom_row_chck_cont:has(input:checked)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMi41IiB5PSIyLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjEuNSIgc3Ryb2tlPSIjMDU0QTdCIi8+CjxwYXRoIGQ9Ik0xOC42NjYzIDdMOS40OTk2NyAxNi4xNjY3TDUuMzMzMDEgMTIiIHN0cm9rZT0iIzA1NEE3QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}

.main_delivery_bottom_row_chck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main_delivery_bottom_row_chck label {
  color: #36434C;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}

.order_summ {
  width: 100%;
  padding: 24px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
          box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
  border: 1px solid #EDEDEE;
  border-radius: 8px;
}
.order_summ_title {
  color: #054A7B;
  font-size: 24px;
  font-weight: 500;
}
.order_summ_prod_row {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order_summ_prod_row p {
  color: #98A9B5;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}
.order_summ_prod_row span {
  color: #36434C;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}
.order_summ .place_order {
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
}
.order_summ .place_order span {
  text-transform: uppercase;
}
.order_summ .add_delivery_error {
  display: none;
  color: #D41616;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
  margin-top: 10px;
}
.order_summ .add_delivery_error.active {
  display: block;
}
.order_summ_subtitle {
  margin-top: 16px;
  color: #D41616;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}

.contact {
  margin-top: 50px;
  margin-bottom: 216px;
}
.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.contact .left {
  width: calc(42% - 12px);
}
.contact .left .title {
  color: #054A7B;
  font-size: 40px;
  font-weight: 500;
}
.contact .left .subtitle {
  margin-top: 16px;
  color: #36434C;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  font-family: "Inter", sans-serif;
}
.contact .contact_block {
  margin-top: 48px;
}
.contact .contact_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  cursor: pointer;
}
.contact .contact_block a span {
  color: #054A7B;
  font-size: 24px;
  font-weight: 500;
}
.contact .contact_block .addr {
  margin-top: 18px;
  padding-left: 37px;
}
.contact .contact_block .addr span {
  color: #054A7B;
  font-size: 24px;
  font-weight: 500;
}
.contact .contact_block .addr p {
  margin-top: 8px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.contact .right {
  width: calc(50% - 12px);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
          box-shadow: 0px 8px 16px 0px rgba(30, 28, 48, 0.0784313725);
  padding: 56px;
  background-color: #fff;
}
.contact .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.contact .right .title h3 {
  color: #054A7B;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.contact .right .title .line {
  background-color: #C79740;
  height: 1px;
  width: -webkit-fill-available;
}
.contact .right textarea {
  resize: none;
  width: 100%;
  border: 1px solid #98A9B5;
  outline: 0;
  padding: 12px 16px;
  border-radius: 4px;
  color: #054A7B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .right textarea:focus {
  border: 1px solid #C79740;
}
.contact .right textarea::-webkit-input-placeholder {
  color: #98A9B5;
}
.contact .right textarea::-moz-placeholder {
  color: #98A9B5;
}
.contact .right textarea:-ms-input-placeholder {
  color: #98A9B5;
}
.contact .right textarea::-ms-input-placeholder {
  color: #98A9B5;
}
.contact .right textarea::placeholder {
  color: #98A9B5;
}
.contact .right .contact_submit {
  margin-top: 24px;
  width: 100%;
}
.contact .right .contact_submit span {
  text-transform: uppercase;
}

.steps_grid_row .steps_w50 #additional_addr {
  padding: 12px 6px 12px 16px;
  font-size: 15px;
}

.empty_checkout {
  min-height: 100vh;
  height: 100vh;
}
.empty_checkout .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  height: 100%;
  text-align: center;
}
.empty_checkout .container h3 {
  font-size: 40px;
  font-weight: 500;
  color: #054A7B;
}
.empty_checkout .container p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 156%;
  color: #36434C;
}
.empty_checkout .container a {
  max-width: 334px;
  width: 90%;
}
.empty_checkout .container a span {
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  header .container .logo {
    width: 12%;
  }
  .header_right {
    gap: 25px;
  }
  .header_right nav ul {
    gap: 25px;
  }
  .header_right nav a {
    font-size: 16px;
  }
  .header_right .lang_switcher img {
    width: 22px;
  }
  .header_right .log_in span {
    font-size: 16px;
  }
  .header_right .log_in {
    border: 1px solid #C79740;
    padding: 8px 15px;
  }
  header {
    margin: 6px 0;
  }
  .hero {
    height: 460px;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero p {
    margin-top: 15px;
    max-width: 450px;
    font-size: 17px;
  }
  .hero_btns {
    margin-top: 15px;
  }
  .golden {
    padding: 11px 17px;
    font-size: 15px;
  }
  .trans {
    padding: 11px 17px;
    font-size: 15px;
  }
  .under_head .container p,
  .under_head .container p a {
    font-size: 12px;
  }
  .why_we {
    margin-top: 70px;
  }
  .why_we h2 {
    font-size: 26px;
  }
  .why_we .subtitle {
    font-size: 15px;
    max-width: 477px;
  }
  .why_we_elems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why_we_elem {
    width: calc(50% - 15px);
  }
  .hero2 {
    margin-top: 70px;
  }
  .hero2 .container {
    padding: 38px 60px;
  }
  .hero2 .left {
    position: relative;
    z-index: 2;
  }
  .hero2 .left h3 {
    font-size: 42px;
  }
  .hero2 .left h3 strong {
    font-size: 42px;
  }
  .hero2 .left p {
    font-size: 16px;
  }
  .hero2 img {
    top: unset;
    bottom: 21%;
    width: 42%;
  }
  .support {
    margin-top: 90px;
  }
  .support h2 {
    font-size: 26px;
  }
  .support .subtitle {
    font-size: 15px;
    max-width: 477px;
  }
  .support_elem {
    padding: 20px 16px;
  }
  .support_elem img {
    width: 55px;
  }
  .support_elem span {
    margin-top: 10px;
    font-size: 15px;
  }
  .support_elem p {
    margin-top: 8px;
    font-size: 15px;
  }
  .partners {
    margin-top: 70px;
  }
  .partners .container-mini {
    min-height: 246px;
  }
  .partners .container-mini h4 {
    font-size: 37px;
  }
  .partners .container-mini p {
    font-size: 16px;
    margin-top: 20px;
  }
  .partners .container-mini .golden {
    margin-top: 20px;
  }
  footer .container {
    padding-top: 170px;
  }
  footer.catalog .container {
    padding-top: 40px;
  }
  footer .footer_top .socials a {
    gap: 12px;
  }
  footer .footer_top .socials a span {
    font-size: 14px;
  }
  footer .footer_top .socials .inner {
    gap: 12px;
  }
  footer .footer_top .socials .inner p {
    font-size: 12px;
  }
  footer .footer_top .footer_type1 ul {
    gap: 14px;
  }
  footer .footer_top .footer_type1 ul a {
    font-size: 14px;
  }
  footer .footer_top .footer_type2 ul {
    gap: 14px;
  }
  footer .footer_top .footer_type2 ul a {
    font-size: 14px;
  }
  footer .footer_bottom .copyright {
    font-size: 14px;
  }
  footer .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 25px;
  }
  footer .footer_bottom .w40 {
    width: 100%;
  }
  footer .footer_bottom .w40 ul a {
    font-size: 14px;
  }
  footer .footer_bottom .w40 button span {
    font-size: 14px;
  }
  .my_acc .container,
  .order .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .my_acc aside,
  .order aside {
    width: 100%;
    position: relative;
  }
  .my_acc main,
  .order main {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .under_head {
    display: none;
  }
  header {
    display: none;
  }
  .header_mob {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #054A7B;
  }
  .header_mob .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header_mob .container .logo {
    width: 120px;
  }
  .header_mob .container .burger svg {
    width: 30px;
  }
  .header_mob.catalog .container .burger svg {
    width: 24px;
  }
  .header_mob_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .header_mob_right .personal {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(189, 219, 240, 0.2);
    border-radius: 8px;
    position: relative;
  }
  .header_mob_right .personal_logo_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_mob_right .personal_popup {
    position: absolute;
    top: 58px;
    right: -80px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
  }
  .header_mob_right .personal_popup.active {
    display: block;
  }
  .header_mob_right .personal_popup_top {
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header_mob_right .personal_popup_menu {
    border: 1px solid #EDEDEE;
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .header_mob_right .personal_popup_menu li {
    padding: 10px 14px;
  }
  .header_mob_right .personal_popup_menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
  }
  .header_mob_right .personal_popup_menu li span {
    color: #36434C;
    font-size: 16px;
    font-weight: 500;
    line-height: 156%;
    font-family: "Inter", sans-serif;
  }
  .header_mob_right .personal_popup_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .header_mob_right .personal_popup_menu .line {
    width: 100%;
    height: 1px;
    background-color: #EDEDEE;
  }
  .header_mob_right .mini_cart_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
  }
  .mobile_menu {
    display: block;
    z-index: 7;
    width: 100%;
    position: fixed;
    left: 0;
    top: -120%;
    background-color: #fff;
    height: 100vh;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
  }
  .mobile_menu.active {
    top: 0;
  }
  .mobile_menu .top {
    padding: 10px 0;
    border-bottom: 2px solid #054A7B;
  }
  .mobile_menu .top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile_menu .top .container .logo {
    width: 120px;
  }
  .mobile_menu .top .container .close svg {
    width: 30px;
  }
  .mobile_menu .body {
    height: calc(100% - 78px);
  }
  .mobile_menu .body .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .mobile_menu .body .container nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .mobile_menu .body .container nav li {
    text-align: center;
  }
  .mobile_menu .body .container nav li a {
    font-size: 23px;
    color: #054A7B;
    text-transform: uppercase;
  }
  .mobile_menu .body .container .lang_switcher {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  .mobile_menu .body .container .log_in {
    margin-top: 10px;
    gap: 5px;
    padding: 6px 32px;
  }
  .mobile_menu .body .container .log_in span {
    font-size: 14px;
  }
  .mobile_menu .body .container .log_in svg {
    width: 20px;
  }
  .main_btm .add_to_cart_button {
    padding: 7px 16px;
  }
  .hero .left_side {
    width: 100%;
  }
  .hero h1 {
    font-size: 24px;
  }
  .hero p {
    margin-top: 24px;
    font-size: 16px;
  }
  .hero_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 24px;
  }
  .hero_btns a {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    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;
  }
  .hero_btns a span {
    text-transform: uppercase;
  }
  .hero {
    height: unset;
    padding: 40px 0;
    background-position: bottom left;
    background-image: url("../images/hero_mob.jpg");
    height: 658px;
  }
  .hero .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why_we {
    margin-top: 50px;
  }
  .why_we h2 {
    font-size: 24px;
  }
  .why_we .subtitle {
    margin-top: 10px;
  }
  .why_we_elem {
    width: 100%;
    padding: 25px 12px;
  }
  .why_we_elem p {
    margin-top: 10px;
    font-size: 16px;
  }
  .hero2 .left {
    width: 100%;
  }
  .hero2 .container {
    padding: 72px 20px;
    aspect-ratio: 1/1;
    background-size: cover;
  }
  .hero2 .left h3 strong {
    font-size: 40px;
  }
  .hero2 .left h3 {
    font-size: 30px;
  }
  .hero2 img {
    width: 100%;
  }
  .hero2 {
    margin-top: 50px;
  }
  .support {
    margin-top: 123px;
  }
  .support h2 {
    font-size: 24px;
  }
  .support .subtitle {
    margin-top: 10px;
  }
  .support_elems {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .support_elem {
    width: 100%;
  }
  .partners .container-mini h4 {
    font-size: 30px;
  }
  footer .footer_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 25px;
  }
  footer .footer_top .w25 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_top .w25 img {
    width: 65%;
  }
  footer .footer_top .w30 {
    width: 100%;
  }
  footer .footer_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_center .w50, footer .footer_center .w30 {
    width: 100%;
    text-align: center;
  }
  footer .footer_bottom .w50 {
    width: 100%;
    text-align: center;
  }
  footer .footer_bottom .w40 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  footer .footer_bottom .copyright {
    font-size: 12px;
  }
  footer .footer_bottom .w40 button svg {
    width: 20px;
  }
  .lang_switcher .lang_menu {
    left: unset;
    right: -12px;
  }
  .partners .container-mini {
    padding: 0 10px;
  }
  .form_partner_inner {
    padding: 15px;
  }
  .form_partner_title,
  .login_form_title {
    font-size: 32px;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  .form_partner_close {
    top: 5px;
    right: 5px;
  }
  .form_partner_inner {
    position: relative;
  }
  .step_top_nums_curr {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .step_top_nums_title {
    font-size: 17px;
  }
  .step_top_nums_left {
    gap: 8px;
  }
  .step_top_nums {
    margin-top: 25px;
    gap: 8px;
  }
  .step_top_nums_right .step_top_nums_else {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .step_top_nums_right {
    gap: 8px;
  }
  .steps_horizontal_row {
    gap: 15px;
    margin-top: 25px;
  }
  .steps_horizontal_row_item {
    gap: 7px;
  }
  .steps_horizontal_row_item label {
    font-size: 16px;
  }
  .steps_horizontal_row .steps_radio_cont {
    width: 20px;
    height: 20px;
  }
  .steps_def_row {
    margin-top: 15px;
    gap: 4px;
  }
  .steps_def_row label,
  .steps_select_row label,
  .steps_grid_row .steps_w50 label {
    font-size: 14px;
  }
  .steps_def_row label .require,
  .steps_select_row label .require,
  .steps_grid_row .steps_w50 label .require {
    font-size: 14px;
  }
  .steps_def_row input {
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form_partner .step_next span,
  .form_delivery .step_next span {
    font-size: 16px;
  }
  .form_partner .step_next,
  .form_delivery .step_next {
    padding: 11px 32px;
  }
  .steps_select_row .step_organization_top {
    margin-top: 4px;
  }
  .steps_select_row .btm_if_visible {
    padding: 7px 10px;
    font-size: 14px;
  }
  .steps_select_row .step_organization_top input,
  .steps_grid_row .steps_w50 input {
    font-size: 14px;
    padding: 7px 30px 7px 10px;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .steps_select_row .step_organization_top svg {
    right: 7px;
    top: 5.5px;
  }
  .steps_title {
    margin-top: 15px;
    font-size: 14px;
  }
  .steps_grid_row {
    margin-top: 10px;
    gap: 15px;
  }
  .steps_grid_row .steps_w50 {
    width: 100%;
  }
  .steps_grid_row .steps_w50 {
    gap: 4px;
  }
  .steps_select_row .step_organization_btm {
    top: 38px;
    max-height: 200px;
  }
  .steps_btns {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps_btns .step_back,
  .form_partner .step_next,
  .step_submit,
  .del_submit {
    padding: 10px 32px;
    width: 100%;
  }
  .steps_btns .step_back span,
  .form_partner .step_next span,
  .step_submit span,
  .del_submit span {
    font-size: 14px;
  }
  .steps_btns {
    gap: 10px;
  }
  .steps_text {
    margin-top: 13px;
    font-size: 12px;
  }
  .steps_check {
    margin-top: 15px;
  }
  .steps_check_checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .steps_check label {
    font-size: 12px;
  }
  .steps_check label .require {
    font-size: 12px;
  }
  .my_acc,
  .order {
    margin-top: 40px;
    margin-bottom: 145px;
  }
  .main_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main_top h2 {
    font-size: 40px;
    text-align: left;
    width: 100%;
  }
  .main_top_search {
    width: 100%;
    margin-top: 24px;
  }
  .main_top_search input {
    padding: 0 26px 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main_top_search .search_icon {
    left: 7px;
    width: 19px;
  }
  .main_top_search .search_icon svg {
    width: 100%;
  }
  .main_top_search .search_clear {
    width: 19px;
  }
  .main_top_search .search_clear svg {
    width: 100%;
  }
  .main_center_text {
    font-size: 16px;
    line-height: 156%;
  }
  .main_btm {
    margin-top: 22px;
  }
  .main_btm .catalog-category-top {
    padding: 15px;
  }
  .main_btm .catalog-category-top_left {
    gap: 4px;
  }
  .main_btm .catalog-category-top_left p {
    font-size: 16px;
  }
  .main_btm .catalog-category-top_left span {
    font-size: 14px;
  }
  .main_btm .catalog-category-top_right {
    gap: 14px;
  }
  .main_btm .product-item {
    padding: 8px 16px 8px 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_btm .product-item_left {
    width: 100%;
    height: 48px;
    gap: 4px;
  }
  .main_btm .product-item_left img {
    height: 100%;
    width: auto;
  }
  .main_btm .product-item_left span {
    font-size: 16px;
  }
  .main_btm .product-item .cart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .steps_grid_row .steps_w50 #additional_addr {
    font-size: 14px;
    padding: 7px 10px;
  }
  .main_btm .product-item .quantity-wrapper {
    gap: 4px;
  }
  .desktop-mini-cart {
    display: none;
  }
  .mobile_mini_cart {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    background: #054A7B;
    -webkit-box-shadow: 0px -8px 16px 0px rgba(30, 28, 48, 0.0784313725);
            box-shadow: 0px -8px 16px 0px rgba(30, 28, 48, 0.0784313725);
    padding: 12px 16px;
    border-radius: 16px 16px 0 0;
    margin-top: -15px;
    z-index: 2;
  }
  .mobile_mini_cart_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile_mini_cart_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile_mini_cart_left .nums {
    color: rgba(255, 255, 255, 0.6352941176);
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 156%;
  }
  .mobile_mini_cart_left .units,
  .mobile_mini_cart_left .units span {
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
    color: #fff;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
  }
  .mobile_mini_cart_btn {
    background-color: #C79740;
    border-radius: 8px;
    padding: 8px 13px;
  }
  .mobile_mini_cart_btn p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 156%;
  }
  .mobile_mini_cart_btn p span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 156%;
  }
  .my_acc aside {
    display: none;
  }
  .main_details, .main_delivery {
    margin-top: 25px;
    width: 100%;
  }
  .main_details_title h3, .main_delivery_title h3 {
    font-size: 20px;
  }
  .main_details_content, .main_delivery_content {
    margin-top: 15px;
  }
  .main_details_content p, .main_delivery_content p {
    font-size: 14px;
  }
  .main_details_block, .main_delivery_block {
    margin-top: 15px;
    padding: 13px;
  }
  .main_details_block_content p, .main_delivery_block_content p {
    font-size: 14px;
  }
  .main_details_block_edit, .main_delivery_block_edit {
    top: 12px;
    right: 10px;
  }
  .main_details_block_delete, .main_delivery_block_delete {
    bottom: 12px;
    right: 10px;
  }
  .order .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .main_top .main_subtitle {
    margin-top: 24px;
    font-size: 16px;
  }
  .delete_product_button {
    display: none;
  }
  .main_delivery_subtitle {
    margin-top: 24px;
    font-size: 16px;
  }
  .order_delivery .main_delivery_block {
    margin-top: 24px;
  }
  .main_delivery_bottom_row_chck {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_delivery_bottom_row_chck_cont {
    margin-top: 3px;
  }
  .order_main_delivery_bottom_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    height: unset;
  }
  .order aside .order_banner {
    display: none;
  }
  .form_thanks_subtitle {
    font-size: 15px;
  }
  .thanks_btn {
    margin-top: 30px;
  }
  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .left {
    width: 100%;
  }
  .contact .left .title {
    font-size: 32px;
  }
  .contact .left .subtitle {
    font-size: 16px;
  }
  .contact .contact_block {
    margin-top: 30px;
  }
  .contact .contact_block a {
    gap: 10px;
  }
  .contact .contact_block a span {
    font-size: 20px;
  }
  .contact .contact_block .addr {
    margin-top: 15px;
    padding-left: 30px;
  }
  .contact {
    margin-top: 30px;
    margin-bottom: 150px;
  }
  .contact .contact_block .addr span {
    font-size: 20px;
  }
  .contact .contact_block .addr p {
    margin-top: 5px;
    font-size: 14px;
  }
  .contact .right {
    width: 100%;
    padding: 26px;
  }
  .contact .right .title h3 {
    font-size: 19px;
  }
  .contact .right textarea {
    padding: 7px 10px;
    font-size: 14px;
  }
  footer .footer_top .socials .inner {
    padding-left: 32px;
    width: auto;
  }
  footer .footer_top .socials .inner span {
    font-size: 16px;
  }
  footer .footer_center span {
    display: inline;
  }
  footer .footer_center .w20 {
    margin: 0;
    text-align: center;
  }
  .empty_checkout svg {
    width: 80px;
  }
  .empty_checkout .container {
    gap: 10px;
  }
  .empty_checkout .container h3 {
    font-size: 25px;
  }
  .empty_checkout .container p {
    font-size: 16px;
  }
  .empty_checkout .container a span {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_top > div {
    width: 100%;
  }
  footer .footer_top > div:last-child {
    padding-left: 32px;
  }
  footer .footer_center span {
    display: inline;
  }
}
@media (max-width: 500px) {
  .hero2 .container {
    aspect-ratio: 1/1.3;
  }
  .hero2 img {
    bottom: 17%;
  }
}
@media (max-width: 400px) {
  .hero2 .container {
    aspect-ratio: 1/1.7;
  }
  .hero2 img {
    bottom: 12%;
  }
}
@media (min-width: 650px) and (max-width: 769px) {
  .hero_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero_btns a, .hero_btns span {
    font-size: 16px;
  }
  .hero {
    height: 460px;
    background-position: inherit;
    background-size: cover;
  }
  .hero .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .why_we_elem {
    width: calc(50% - 15px);
  }
  .hero2 .left h3 {
    text-align: center;
  }
  .hero2 .left p {
    text-align: center;
    margin: 16px auto 0;
  }
  .hero2 .container {
    aspect-ratio: 1/0.85;
  }
  .support_elem {
    width: calc(33.3% - 11px);
  }
  .support_elems {
    gap: 12px;
  }
  footer .footer_top .w25 img {
    width: 40%;
  }
}