@font-face {
  font-family: Heebo;
  font-display: swap;
  src: url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Heebo;
  font-display: swap;
  src: url("../fonts/Heebo-SemiBold.woff2") format("woff2"), url("../fonts/Heebo-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: semibold;
}
* {
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0 0 15px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input {
  display: block;
  width: 100%;
  padding: 15px 25px;
  font-size: 1rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  -webkit-transition: border-color ease-in-out 0.5s, -webkit-box-shadow ease-in-out 0.5s;
  -o-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
  transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}
input:focus {
  border-color: #79d9ff;
  outline: 0;
}
input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-ms-expand {
  background-color: transparent;
  border: 0;
}

p {
  margin: 0 0 15px;
}

a {
  text-decoration: none;
  color: #333333;
}

img {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  line-height: 1.45;
  background: #F6F3EC;
}

.sn-hover {
  display: none;
}

.container {
  max-width: 375px;
}
#front-page {
  min-height: 100%;
}

#front-page img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

header {
  padding: 30px 0;
  background: #6e2b61  url(../img/header-bg.webp) center;
}

.head-nav {
  display: flex;
  align-items: flex-start;
}

.title-404 {
  font-size: 170px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.social-list,
.user {
  margin-top: -12px;
}
.social-list .icon,
.social-list img,
.user .icon,
.user img {
  width: 44px;
  height: 44px;
}

.social-list {
  height: 39px;
  margin-left: 14px;
}
.social-list:hover .social-list-inner {
  transition: 300ms;
  display: inline-block;
}

.social-wrap {
  position: absolute;
}

.social-list-inner {
  position: relative;
  top: -44.5px;
  display: none;
}
.social-list-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: calc(100% + 16px);
  background: #fff;
  border-radius: 40px;
  z-index: 1;
}
.social-list-inner__item {
  margin-bottom: 6px;
}
.social-list-inner__item:first-child {
  position: relative;
  margin-bottom: 12px;
}
.social-list-inner__item:first-child:hover img {
  display: block;
}
.social-list-inner__item:first-child:hover .sn-hover {
  display: none;
}
.social-list-inner__item:first-child::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 1px;
  background: #333333;
  opacity: 0.2;
  z-index: 2;
}
.social-list-inner__item:last-child {
  margin: 0;
}
.social-list-inner__item a:hover img {
  transition: 300ms;
  display: none;
}
.social-list-inner__item a:hover .sn-hover {
  transition: 300ms;
  display: block;
}
.social-list-inner a,
.social-list-inner img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.user a:hover img,
.user a:hover .icon {
  display: none;
}
.user a:hover .sn-hover {
  transition: 300ms;
  display: block;
}

.logo a {
  position: relative;
  top: -6px;
  display: flex;
  justify-content: flex-end;
  padding-left: 19px;
}
.logo img,
.logo svg {
  width: 114px;
  height: 59px;
}
/* =========================================================== */
.user-cart__item {
  margin-bottom: 18px;
}
.user-cart__item span {direction: ltr;display: inline-block;}
.user-cart__item:first-child {
  margin-bottom: 24px;
}
.user-cart__item:last-child {
  margin-bottom: 0;
}
.user-cart__item #accordionFlushExample {
  cursor: pointer;
}

.user-head {
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.user-head__item_1 {
  display: flex;
  align-items: flex-end;
}
.user-head__cont-img {
  width: 120px;
  height: auto;
  margin-left: 12px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  overflow: hidden;
  filter: drop-shadow(0px 15px 20px rgba(51, 51, 51, 0.08));
}
.user-head__cont-img img {
  width: 100%;
  max-width: 120px;
  height: 100%;
  object-fit: cover;
}
.user-head__name {
  max-width: 110px;
  padding-top: 50px;
}
.user-head__name > .name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
.user-head__name > .position {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 375px) {
  .user-head__name > .name {
    font-size: 22px;
  }
}
.user-head .name,
.user-head .position {
  color: #555;
}

.massandjar {
  display: flex;
  justify-content: space-between;
}
.massandjar__item {
  margin-left: 12px;
}
.massandjar__item:last-child {margin-left: 0;}
.massandjar .icon {
  width: 40px;
  height: 40px;
}
.massandjar img {
  width: 40px;
}

.user-contacts__item {
  display: block;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}
.user-contacts img,
.user-contacts .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}
.user-contacts a {
  font-weight: 500;
}
.user-contacts a:hover {
  color: #333333;
}

#accordionFlushExample {
  padding: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 6px;
}
#accordionFlushExample .icon {
  width: 24px;
  height: 24px;
}
#accordionFlushExample .accordion-text {
  margin-right: 12px;
  font-weight: 500;
  font-size: 18px;
}

.accordion-flush .accordion-item {
  background: transparent;
}
.accordion-flush .accordion-item .accordion-button {
  position: relative;
  background: transparent;
  padding: 12px;
}
.accordion-flush .accordion-item .accordion-button::after {
  position: absolute;
  left: 12px;
}

.accordion-button:not(.collapsed) {
  color: #333333;
}
.accordion-button:focus,
.accordion-button:focus-visible {
  outline: solid;
  box-shadow: none;
  color: #333333;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  position: relative;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 24px);
  height: 1px;
  background: #EAEAEA;
}

.accordion-body {
  padding: 8px 12px;
}
.accordion-body p {
  font-size: 14px;
}
.site-branding{
  text-align: center;
}
.grecaptcha-badge {
  display: none;
}