@font-face {
  font-family: Onest;
  font-weight: 200;
  src: url(../fonts/Onest-Thin.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 200;
  src: url(../fonts/Onest-Thin.woff2) format("woff2")
}

@font-face {
  font-family: Onest;
  font-weight: 300;
  src: url(../fonts/Onest-Light.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 300;
  src: url(../fonts/Onest-Light.woff2) format("woff2")
}

@font-face {
  font-family: Onest;
  font-weight: 400;
  src: url(../fonts/Onest-Regular.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 400;
  src: url(../fonts/Onest-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Onest;
  font-weight: 500;
  src: url(../fonts/Onest-Medium.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 500;
  src: url(../fonts/Onest-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Onest;
  font-weight: 600;
  src: url(../fonts/Onest-SemiBold.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 600;
  src: url(../fonts/Onest-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Onest;
  font-weight: 700;
  src: url(../fonts/Onest-Bold.woff) format("woff")
}

@font-face {
  font-family: Onest;
  font-weight: 700;
  src: url(../fonts/Onest-Bold.woff2) format("woff2")
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
input,
textarea {
  font-family: Onest;
  color: #3f3f3f;
  outline: 0 !important
}

button {
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
  outline: 0 !important
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: Onest, sans-serif;
  font-weight: 400;
  height: 100%;
  background: #fff;
  color: #3f3f3f;
  overflow-x: hidden
}

.fixed-body,
.fixed-body2 {
  overflow-y: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

img {
  display: block
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

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

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1445px
}

@media screen and (max-width:992px) {
  .container {
    padding: 0 20px
  }
}

.header {
  position: relative;
  z-index: 10
}

.header__registration,
.header__user {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500
}

.header__registration:hover,
.header__user:hover {
  color: #5856d2
}

.header .nice-select {
  width: auto;
  height: auto;
  min-width: unset !important;
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 0 18px 0 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500
}

.header .nice-select:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 6px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.header .nice-select:hover:after {
  background-image: url(../img/down-arrow3.svg)
}

.header .nice-select .list {
  z-index: 3;
  width: auto;
  min-width: 50px;
  background: #fff;
  -webkit-box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  border-radius: 12px;
  padding: 0 5px;
  margin-top: 2px
}

.header .nice-select .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  line-height: 125%;
  color: #9f9f9f
}

.header .nice-select .list li:first-child {
  padding-top: 8px
}

.header .nice-select .list li:last-child {
  padding-bottom: 8px
}

.header .nice-select .list li:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.header .nice-select .list li:hover {
  color: #3f3f3f
}

.header .nice-select .list .selected {
  font-weight: 500;
  color: #3f3f3f
}

.header .open:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
  background-image: url(../img/down-arrow3.svg)
}

.header .bg--active {
  opacity: 1;
  pointer-events: auto
}

.header__catalog-show {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #5856d2;
  border-radius: 12px 0 0 12px;
  padding: 5px 22px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header__catalog .catalog-burger {
  position: relative;
  width: 18px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header__catalog .catalog-burger span {
  position: absolute;
  left: 0;
  height: 2px;
  background: #fff;
  border-radius: 3px
}

.header__catalog .catalog-burger span:nth-child(1) {
  top: 0;
  width: 100%
}

.header__catalog .catalog-burger span:nth-child(2) {
  top: 4px;
  width: calc(100% - 4px)
}

.header__catalog .catalog-burger span:nth-child(3) {
  bottom: 4px;
  width: 100%
}

.header__catalog .catalog-burger span:nth-child(4) {
  bottom: 0;
  width: calc(100% - 4px)
}

.header__catalog .catalog-burger--active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px
}

.header__catalog .catalog-burger--active span:nth-child(2),
.header__catalog .catalog-burger--active span:nth-child(3) {
  display: none
}

.header__catalog .catalog-burger--active span:nth-child(4) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 6px;
  width: 100%
}

.header__catalog .catalog-burger__text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  color: #fff
}

.header__catalog-bg {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header__catalog-hidden {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  max-width: 1385px;
  width: 100%;
  height: calc(100vh - 165px);
  background: #fff;
  border-top: 1px solid #ececec;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow-y: auto
}

.header__catalog-hidden::-webkit-scrollbar {
  width: 3px
}

.header__catalog-hidden::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px
}

.header__catalog-hidden::-webkit-scrollbar-thumb {
  background: #5856d2;
  border-radius: 3px
}

.header__catalog-hidden--active {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto
}

.header__catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px
}

.header__catalog-head {
  width: 305px;
  overflow-y: auto
}

.header__catalog-head::-webkit-scrollbar {
  width: 3px
}

.header__catalog-head::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px
}

.header__catalog-head::-webkit-scrollbar-thumb {
  background: #5856d2;
  border-radius: 3px
}

.header__catalog-body {
  width: calc(100% - 355px);
  overflow-y: auto
}

.header__catalog-body::-webkit-scrollbar {
  width: 3px
}

.header__catalog-body::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px
}

.header__catalog-body::-webkit-scrollbar-thumb {
  background: #5856d2;
  border-radius: 3px
}

.header__catalog .item-show,
.header__catalog-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header__catalog .item-show i,
.header__catalog-tab i {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__catalog .item-show i img,
.header__catalog-tab i img {
  max-width: 100%
}

.header__catalog .item-show span,
.header__catalog-tab span {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: .32px
}

.header__catalog .tab {
  border-radius: 8px;
  padding: 12px 14px
}

.header__catalog .tab:hover {
  background: #f8f8fc
}

.header__catalog .tab:hover span {
  font-weight: 500
}

.header__catalog .tab--active {
  background: #f8f8fc
}

.header__catalog .tab--active span {
  font-weight: 500
}

.header__catalog .tab__content {
  display: none
}

.header__catalog .tab__content--active {
  display: block
}

.header__catalog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header__catalog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: .48px
}

.header__catalog-title span {
  display: inline-block;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #b2b2b2
}

.header__catalog-items {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 24px));
  gap: 36px;
  margin-top: 24px
}

.header__catalog-subtitle {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: .32px
}

.header__catalog-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 5px;
  margin-top: 10px
}

.header__catalog-list li a {
  font-size: 14px;
  line-height: 130%;
  color: #b2b2b2
}

.header__catalog-list li a:hover {
  font-weight: 500;
  color: #3f3f3f
}

.header__catalog .text-overflow {
  height: 134px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}

.header__catalog .text-overflow--active {
  height: auto;
  -o-text-overflow: unset;
  text-overflow: unset;
  overflow: unset
}

.header__catalog-more {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px
}

.header__catalog-more span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  color: #5856d2
}

.header__catalog .show-more--active span:nth-child(1),
.header__catalog-more span:nth-child(2) {
  display: none
}

.header__catalog .show-more--active span:nth-child(2) {
  display: block
}

.header__search {
  position: relative
}

.header__search input {
  width: auto;
  min-width: 200px;
  height: 50px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0 12px 12px 0;
  padding: 0 55px 0 25px;
  font-size: 16px;
  line-height: 130%
}

.header__search input::-webkit-input-placeholder {
  color: #b2b2b2
}

.header__search input::-moz-placeholder {
  color: #b2b2b2
}

.header__search input:-ms-input-placeholder {
  color: #b2b2b2
}

.header__search input::-ms-input-placeholder {
  color: #b2b2b2
}

.header__search input::placeholder {
  color: #b2b2b2
}

.header__search-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  border-left: 1px solid #ececec;
  padding: 5px
}

.header__search-btn svg {
  max-width: 80%;
  max-height: 80%
}

.header__basket,
.header__favourites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.header__basket:hover .header__basket-icon,
.header__basket:hover .header__favourites-icon,
.header__favourites:hover .header__basket-icon,
.header__favourites:hover .header__favourites-icon {
  background: #5856d2
}

.header__basket:hover .header__basket-icon svg path,
.header__basket:hover .header__favourites-icon svg path,
.header__favourites:hover .header__basket-icon svg path,
.header__favourites:hover .header__favourites-icon svg path {
  fill: #fff
}

.header__basket:hover .header__basket-text,
.header__basket:hover .header__favourites-text,
.header__favourites:hover .header__basket-text,
.header__favourites:hover .header__favourites-text {
  color: #5856d2
}

.header__basket-icon,
.header__favourites-icon {
  position: relative;
  width: 45px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #edf1f7;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header__basket-icon svg,
.header__favourites-icon svg {
  max-width: 80%;
  max-height: 80%
}

.header__basket-icon svg path,
.header__favourites-icon svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header__basket-number,
.header__favourites-number {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 18.7px;
  height: 18.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ea5252;
  border-radius: 50%;
  font-size: 9.6px;
  line-height: 130%;
  font-weight: 700;
  color: #fff
}

.header__basket-text,
.header__favourites-text {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header .search-mob,
.header .search-mob__btn {
  display: none
}

.header-top {
  position: relative;
  z-index: 6;
  background: #f8f8fc;
  padding: 20px 0
}

.header-top__inner {
  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: 30px
}

.header-top__left,
.header-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.header-top__list li a {
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: .28px
}

.header-top__list li a:hover {
  text-shadow: 0 0 .65px #3f3f3f, 0 0 .65px #3f3f3f
}

.header-top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500
}

.header-top__btn:hover {
  color: #5856d2
}

.header-top__btn:hover i svg path {
  stroke: #5856d2
}

.header-top__btn i {
  width: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-top__btn i svg {
  width: 100%;
  height: auto
}

.header-top__btn i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.header-bottom {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 20px 0
}

.header-bottom__wrap {
  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: 100px
}

.header-bottom__logo {
  width: 279px;
  display: block
}

.header-bottom__logo img {
  width: 100%
}

.header-bottom__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: 50px
}

.header-bottom__right .header-bottom__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-bottom__group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.header-bottom .header__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.header-bottom .header__search input {
  width: 100%
}

.header-bottom__group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.burger {
  width: 32px;
  display: none
}

.burger img {
  width: 100%
}

.header-mob {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 -6px 40.8px 0 rgba(117, 117, 117, .25);
  box-shadow: 0 -6px 40.8px 0 rgba(117, 117, 117, .25);
  border-radius: 10px 10px 0 0;
  padding: 15px 20px 10px
}

.header-mob__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px
}

.header-mob__item {
  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;
  text-align: center
}

.header-mob__item-icon {
  position: relative;
  max-width: 24px;
  margin-bottom: auto
}

.header-mob__item-icon img {
  max-width: 100%
}

.header-mob__item-number {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ea5252;
  border-radius: 50%;
  font-size: 7px;
  line-height: 130%;
  font-weight: 700;
  color: #fff
}

.header-mob__item-text {
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 6px
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

@media screen and (min-width:993px) {
  .header--user .header-bottom .user {
    display: none
  }
}

.user {
  position: relative;
  z-index: 3
}

.user__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer
}

.user__img {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5856d2;
  border-radius: 50%
}

.user__img img {
  max-width: 70%;
  max-height: 70%
}

.user__name {
  max-width: 50px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.user__hidden {
  position: absolute;
  top: calc(100% + 28px);
  right: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 216px;
  background: #fff;
  -webkit-box-shadow: 0 0 160.7px 0 rgba(139, 139, 139, .25);
  box-shadow: 0 0 160.7px 0 rgba(139, 139, 139, .25);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .225s;
  -o-transition: .225s;
  transition: .225s
}

.user__hidden--active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

.user__hidden:after {
  content: "";
  position: absolute;
  top: -36px;
  right: 55px;
  border: 23px solid transparent;
  border-bottom: 23px solid #fff;
  pointer-events: none
}

.user__hidden .user__name {
  max-width: 100%;
  display: block;
  overflow: unset
}

.user__top {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 15px
}

.user__subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.user__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 16px;
  cursor: pointer
}

.user__close img {
  width: 100%
}

.user__group {
  border-bottom: 1px solid #ececec;
  padding: 15px
}

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

.user__tariff-title {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.user__tariff-text {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #5856d2
}

.user__btn {
  width: 100%;
  height: 30px;
  background: #eec231;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px
}

.user__btn:hover {
  opacity: .8
}

.user__btn span {
  font-size: 14px;
  line-height: 100%
}

.user__list {
  padding: 0 15px
}

.user__list li {
  padding: 10px 0
}

.user__list li:not(:first-child) {
  border-top: 1px solid #ececec
}

.user__list li a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.user__list li a:hover {
  font-weight: 600;
  color: #5856d2
}

.user .header__catalog-item2 .item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer
}

.user .header__catalog-item2 .item-show:hover {
  color: #5856d2
}

.user .header__catalog-item2 .item-show:hover span {
  font-weight: 600
}

.user .header__catalog-item2 .item-show:hover i svg path {
  stroke: #5856d2
}

.user .header__catalog-item2 .item-show i {
  width: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user .header__catalog-item2 .item-show i svg {
  width: 100%;
  height: auto
}

.user .header__catalog-item2 .item-show span {
  font-size: 14px;
  line-height: 100%
}

.user .header__catalog-item2 .item-hidden {
  display: none
}

.user .header__catalog-item2 .item-hidden li {
  padding: 0;
  border: unset
}

.user .header__catalog-item2 .item-hidden li a {
  color: #3f3f3f
}

.user .header__catalog-item2 .item-hidden li a:hover {
  color: #5856d2
}

.user .header__catalog-list {
  gap: 10px
}

.user__exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  border-top: 1px solid #ececec;
  padding: 10px 15px
}

.user__exit:hover i svg path {
  stroke: #5856d2
}

.user__exit:hover span {
  font-weight: 600;
  color: #5856d2
}

.user__exit i {
  width: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.user__exit i svg {
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.user__exit span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #9f9f9f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:1200px) {
  .header__catalog-hidden {
    height: calc(100vh - 152px)
  }

  .header-bottom__wrap {
    gap: 30px
  }

  .header-bottom__logo {
    width: 220px
  }

  .header-bottom__right {
    gap: 30px
  }
}

@media screen and (max-width:992px) {

  .header__basket-icon,
  .header__favourites-icon {
    position: relative;
    width: 35px;
    height: 35px
  }

  .header__basket-icon img,
  .header__favourites-icon img {
    max-width: 14px
  }

  .header__basket-number,
  .header__favourites-number {
    top: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
    font-size: 7px
  }

  .header__basket-text,
  .header__favourites-text {
    font-size: 14px
  }

  .header__catalog-bg {
    display: none
  }

  .header__catalog-hidden {
    position: fixed;
    top: 0;
    height: 100%;
    max-height: 100%;
    border-top: unset;
    padding: 30px 30px 60px
  }

  .header__catalog-title {
    font-weight: 700
  }

  .header__catalog-close {
    width: 18px;
    cursor: pointer
  }

  .header__catalog-close svg {
    width: 100%;
    height: auto
  }

  .header__catalog .header__search {
    display: block !important;
    margin-top: 15px
  }

  .header__catalog .header__search input {
    border-radius: 12px
  }

  .header__catalog-items2 {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    margin-top: 32px
  }

  .header__catalog .item-show {
    position: relative;
    padding-right: 24px
  }

  .header__catalog .item-show:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 8px;
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .header__catalog .item-show--active:after {
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg)
  }

  .header__catalog .item-hidden {
    display: none;
    margin-top: 15px
  }

  .header__catalog-list {
    margin-top: 0
  }

  .header-top {
    display: none
  }

  .header-bottom {
    padding: 16px 0
  }

  .header-bottom__wrap {
    gap: 24px
  }

  .header-bottom__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    gap: 24px
  }

  .header-bottom__right .header-bottom__group {
    display: none
  }

  .header-bottom__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
  }

  .header-bottom__group2 {
    gap: 24px
  }

  .burger {
    display: block
  }

  .user .header__catalog-list {
    margin-top: 10px
  }
}

@media screen and (max-width:767px) {
  .header-bottom__logo {
    width: 200px
  }

  .header--user .header-bottom__group2,
  .header--user .header-bottom__right,
  .header--user .header-bottom__wrap {
    gap: 12px
  }
}

@media screen and (max-width:650px) {
  .header--user .header-bottom__logo {
    width: 150px
  }
}

@media screen and (max-width:576px) {
  .header .search-mob__btn {
    display: block
  }

  .header .search-mob__btn i {
    width: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header .search-mob__btn i svg {
    max-width: 100%
  }

  .header .search-mob__btn i:nth-child(2),
  .header .search-mob__btn--active i:nth-child(1) {
    display: none
  }

  .header .search-mob__btn--active i:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .header .search-mob {
    margin-top: 10px
  }

  .header .search-mob .header__search,
  .header .search-mob--active {
    display: block
  }

  .header .search-mob .header__search input {
    border-radius: 12px
  }

  .header-bottom__wrap {
    gap: 16px
  }

  .header-bottom__logo {
    width: 160px
  }

  .header-bottom__right {
    gap: 16px
  }

  .header-bottom__right .header-bottom__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
  }

  .header-bottom__wrap .header__catalog {
    display: none
  }

  .header-bottom__group {
    margin-top: 0
  }

  .header-bottom .header__catalog-show,
  .header-bottom .header__search,
  .header-bottom__group2 {
    display: none
  }

  .header-mob {
    display: block
  }

  .header--user .header-bottom__logo {
    width: 160px
  }
}

@media screen and (max-width:390px) {

  .header--user .header-bottom__group2,
  .header--user .header-bottom__right,
  .header--user .header-bottom__wrap {
    gap: 8px
  }

  .header--user .header-bottom__logo {
    width: 140px
  }
}

@media screen and (max-width:359px) {
  .header--user .header-bottom__logo {
    width: 120px
  }
}

.wrapper {
  overflow: hidden
}

h1 .title-text,
h2 .title-text,
h3 .title-text {
  display: inline-block;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #b2b2b2
}

.h2 {
  font-size: 42px;
  line-height: 130%;
  font-weight: 700
}

.h3 {
  font-size: 32px;
  line-height: 128%;
  font-weight: 700
}

.btn-blue {
  background: #5856d2;
  border-radius: 12px
}

.btn-blue:hover {
  opacity: .8
}

.btn-blue span {
  line-height: 130%;
  font-weight: 600;
  color: #fff
}

.btn-blue__outline {
  background: rgba(0, 0, 0, 0);
  border: 1.5px solid #5856d2;
  color: #5856d2
}

.btn-blue__outline:hover {
  background: #5856d2;
  color: #fff
}

.btn-blue__outline span {
  line-height: 130%;
  font-weight: 600
}

.btn-gray {
  background: #f3f3ff;
  color: #5856d2
}

.btn-gray:hover {
  background: #d9d9d9
}

.btn-gray span {
  line-height: 130%;
  font-weight: 500
}

.section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.section-top__link {
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #5856d2;
  border-radius: 12px;
  padding: 5px 21px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  color: #5856d2
}

.section-top__link:hover {
  background: #5856d2;
  color: #fff
}

.section-top__link:hover i svg path {
  stroke: #fff
}

.section-top__link i {
  width: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section-top__link i svg {
  width: 100%;
  height: auto
}

.section-top__link i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-pagination {
  z-index: 1
}

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #f2eff9;
  opacity: 1 !important;
  margin: 0 3.5px !important
}

.swiper-pagination-bullet-active {
  background: #3f3f3f
}

.breadcrumbs {
  padding: 10px 0
}

.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 130%;
  color: #b2b2b2
}

.breadcrumbs__item--active,
.breadcrumbs__item:hover {
  color: #3f3f3f
}

.breadcrumbs__item:hover i svg path {
  stroke: #3f3f3f
}

.breadcrumbs__item span {
  text-decoration: underline
}

.breadcrumbs__item i {
  width: 10px
}

.breadcrumbs__item i svg {
  width: 100%;
  height: auto
}

.breadcrumbs__item i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.pagination__next,
.pagination__prev {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 50%
}

.pagination__next:hover,
.pagination__prev:hover {
  background: #5856d2;
  border-color: #5856d2
}

.pagination__next:hover svg path,
.pagination__prev:hover svg path {
  stroke: #fff
}

.pagination__next svg,
.pagination__prev svg {
  max-width: 80%;
  max-height: 80%
}

.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.pagination__item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 50%;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  color: #9f9f9f
}

.pagination__item--active,
.pagination__item:hover {
  background: #5856d2;
  border-color: #5856d2;
  color: #fff
}

.nice-select {
  z-index: 5;
  width: auto;
  min-width: 96px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 5px 30px 5px 15px;
  font-size: 14px;
  line-height: 130%;
  white-space: normal
}

.nice-select:after {
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 6px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.nice-select:hover:after {
  background-image: url(../img/down-arrow3.svg)
}

.nice-select .current {
  white-space: nowrap;
  overflow: hidden
}

.nice-select .list {
  z-index: 3;
  width: 100%;
  min-width: 50px;
  max-height: 320px;
  background: #fff;
  -webkit-box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  border-radius: 12px;
  padding: 0 5px;
  overflow-y: auto
}

.nice-select .list li {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  line-height: 125%;
  color: #9f9f9f
}

.nice-select .list li:first-child {
  padding-top: 8px
}

.nice-select .list li:last-child {
  padding-bottom: 8px
}

.nice-select .list li:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.nice-select .list li:hover {
  color: #3f3f3f
}

.nice-select .list .selected {
  font-weight: 500;
  color: #3f3f3f
}

.select2-multiple .select2 {
  width: 100% !important
}

.select2-multiple .select2-selection {
  height: auto !important;
  min-height: 55px !important;
  padding: 7px 30px 7px 15px
}

.select2 {
  width: 100% !important;
  min-width: 96px
}

.select2-selection {
  height: 55px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8fc !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  padding: 0 45px 0 20px;
  font-size: 14px;
  line-height: 130%
}

.select2-dropdown {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0
}

.select2-results .select2-results__options {
  max-height: 330px !important;
  background: #fff !important;
  -webkit-box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  border-radius: 12px;
  padding: 0 5px
}

.select2-results__option {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  line-height: 125%;
  color: #9f9f9f !important
}

.select2-results__option:hover {
  color: #3f3f3f !important
}

.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.select2-results__option--selected {
  color: #3f3f3f !important
}

.select2-selection__choice__remove {
  left: unset !important;
  right: 15px;
  height: 100%;
  background: rgba(0, 0, 0, 0) !important;
  border: unset !important;
  padding: 0 !important;
  font-size: 28px !important
}

.select2-selection__choice__remove span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.select2-selection__choice {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e0e0f2 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 0 42px 0 15px !important;
  margin: 5px 5px 5px 0 !important
}

.select2-selection__choice__display {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.select2-search {
  height: 40px;
  display: none
}

.select2-search textarea {
  margin: -8px 0 0 !important
}

.select2-selection__rendered {
  padding: 0 !important
}

.select2-selection__arrow {
  top: 50% !important;
  right: 15px !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.select2-selection__arrow b {
  display: none
}

.select2-container--open .select2-selection__arrow {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
  background-image: url(../img/down-arrow3.svg)
}

.select2-dropdown--2 .select2-results__options {
  background: #f8f8fc !important
}

.open {
  position: relative;
  z-index: 10
}

.open:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg) !important;
  -ms-transform: translate(0, -50%) rotate(-180deg) !important;
  transform: translate(0, -50%) rotate(-180deg) !important;
  background-image: url(../img/down-arrow3.svg)
}

.select__wrap {
  position: relative;
  width: 100%
}

.select__wrap--active .select-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.select__wrap--active .select__list {
  opacity: 1;
  pointer-events: auto
}

.select__list-default {
  width: 100%;
  height: 55px;
  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: 8px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 5px 20px;
  cursor: pointer
}

.select__list-default:hover .select-arrow svg path {
  stroke: #5856d2
}

.select__current {
  font-size: 14px;
  line-height: 130%
}

.select-arrow {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.select-arrow svg {
  width: 100%;
  height: auto
}

.select__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 100%;
  min-width: 50px;
  max-height: 320px;
  background: #fff;
  -webkit-box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  border-radius: 12px;
  padding: 0 5px;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto
}

.select__list li {
  padding: 6px 0;
  font-size: 14px;
  line-height: 125%;
  color: #9f9f9f;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.select__list li:first-child {
  padding-top: 8px
}

.select__list li:last-child {
  padding-bottom: 8px
}

.select__list li:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.select__list li:hover {
  color: #3f3f3f
}

.select__list .li--active {
  font-weight: 500;
  color: #3f3f3f
}

.form-title {
  text-align: center;
  font-size: 24px;
  line-height: 128%;
  font-weight: 700
}

.form-wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-top: 15px
}

.form-group,
.form-group__input {
  position: relative
}

.form-group .input-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px
}

.form-group .input-icon img {
  width: 100%
}

.form-group input {
  width: 100%;
  height: 55px;
  background: #f8f8fc;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px 0 45px;
  font-size: 14px;
  line-height: 128%;
  color: #3f3f3f
}

.form-group input::-webkit-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group input::-moz-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group input:-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group input::-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group input::placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group textarea {
  width: 100%;
  background: #f8f8fc;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  line-height: 128%;
  color: #3f3f3f;
  resize: none
}

.form-group textarea::-webkit-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group textarea::-moz-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group textarea:-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group textarea::-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group textarea::placeholder {
  color: rgba(63, 63, 63, .5)
}

.form-group .nice-select {
  width: 100%;
  height: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  background: #f8f8fc !important;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 45px 0 20px
}

.form-group .list {
  background: #f8f8fc !important
}

.form .password-group input {
  padding-right: 45px
}

.form .password-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  cursor: pointer
}

.form .password-btn img {
  width: 100%
}

.form .password-btn img:nth-child(2),
.form .password-btn--active img:nth-child(1) {
  display: none
}

.form .password-btn--active img:nth-child(2) {
  display: block
}

.form .error input {
  border-color: #ea5252
}

.form .error-text {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 128%;
  color: #ea5252;
  margin-top: 5px
}

.form .forgot-password {
  text-align: right;
  margin-top: 10px
}

.form .forgot-password a {
  font-size: 14px;
  line-height: 128%
}

.form .forgot-password a:hover {
  color: #5856d2
}

.form-btn {
  width: 100%;
  height: 55px;
  padding: 5px 15px;
  margin-top: 15px
}

.form-btn span {
  font-size: 16px
}

.form-register {
  margin-top: 15px
}

.form-register__text {
  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;
  text-align: center;
  gap: 20px
}

.form-register__text p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 128%;
  color: #9f9f9f
}

.form-register__text p:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form-register__text p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px solid #ececec;
  pointer-events: none
}

.form-register__text p:nth-child(2) span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 12px
}

.form-register__text p a {
  font-weight: 500;
  text-decoration: underline;
  color: #5856d2
}

.form-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px
}

.form-social {
  max-width: 36px;
  width: 100%
}

.form-social img {
  width: 100%
}

.form-text {
  text-align: center;
  font-size: 12px;
  line-height: 128%;
  margin-top: 15px
}

.form-text a {
  text-decoration: underline;
  color: #5856d2
}

.form-text2 {
  text-align: center;
  font-size: 12px;
  line-height: 128%;
  color: #9f9f9f;
  margin-top: 10px
}

.form-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px
}

.form-check input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.form-check input:checked~label:after {
  background-image: url(../img/check.svg);
  background-color: #5856d2 !important
}

.form-check label {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  line-height: 128%
}

.form-check label:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #ececec;
  border-radius: 6px
}

.form-check label a {
  position: relative;
  z-index: 3;
  text-decoration: underline;
  color: #5856d2
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(63, 63, 63, .5);
  padding: 0 15px;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto
}

.modal--active {
  opacity: 1;
  pointer-events: unset
}

@media screen and (min-width:993px) {
  .modal {
    text-align: center
  }

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%
  }

  .modal__dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
  }
}

.modal__dialog {
  position: relative;
  max-width: 500px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 25px 50px;
  margin: 0 auto
}

@media screen and (max-width:992px) {
  .modal__dialog {
    margin: 50px auto
  }
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.modal__close:hover svg path {
  stroke: #5856d2
}

.modal__close svg {
  width: 100%;
  height: auto
}

.modal__close svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.modal-add {
  padding-top: 30px;
  padding-bottom: 30px
}

.modal-add .modal__dialog {
  max-width: 676px;
  max-height: 100vh;
  padding: 30px;
  overflow-y: auto;
  overflow-x: hidden
}

.modal-add .modal__dialog::-webkit-scrollbar {
  width: 3px
}

.modal-add .modal__dialog::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px
}

.modal-add .modal__dialog::-webkit-scrollbar-thumb {
  background: #5856d2;
  border-radius: 3px
}

.modal-add__title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px
}

.modal-add .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.modal-add .form-group input {
  padding-left: 20px
}

.modal-add .form-group2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.modal-add .input-text {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.modal-add .form-info {
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f;
  margin-top: 20px
}

.modal-add .form-subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.modal-add .form-select {
  width: 100%
}

.modal-add .form-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 48px
}

.modal-add .form-selects .select2 {
  position: relative
}

.modal-add .form-selects .select2:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 11px;
  height: 1px;
  background: #000;
  pointer-events: none
}

.modal-add .input-text2 {
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f
}

.modal-add__wrap {
  margin-top: 20px
}

.modal-add__group {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 20px
}

.modal-add__group:not(:first-child) {
  margin-top: 20px
}

.modal-add__group .select2-selection {
  background: #fff !important
}

.modal-add__group .form-group input,
.modal-add__group .select2-results__options {
  background: #fff
}

.modal-add__group .form-check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.modal-add__group .form-check__wrap .form-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 10px
}

.modal-add__group .form-check__wrap .form-group input {
  width: 82px;
  height: 37px;
  text-align: center;
  padding: 0 5px
}

.modal-add__group .form-check {
  margin: 0
}

.modal-add__group .form-check label {
  font-size: 16px;
  color: #9f9f9f
}

.modal-add__group .form-check label:after {
  background-color: #fff
}

.modal-add .form-radio__wrap {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.modal-add__btn {
  gap: 5px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 15px auto 0
}

.modal-add__btn i {
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-add__btn i img {
  width: 100%
}

.modal-add__btn span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #5856d2
}

.modal-add__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px
}

.modal-add__btn2 {
  height: 55px;
  padding: 5px 35px
}

.modal-add__btn2 span {
  font-size: 16px
}

.modal-add__btn3 {
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.modal-add__btn3:hover span {
  color: #5856d2
}

.modal-add__btn3 span {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.modal-add__delete {
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer
}

.modal-add__delete i {
  width: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.modal-add__delete i img {
  width: 100%
}

.modal-add__delete span {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.modal-add .add-country--active .modal-add__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-crop .modal__dialog {
  padding: 30px
}

.modal-crop__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 7px
}

.modal-crop__title i {
  width: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-crop__title i img {
  width: 100%
}

.modal-crop__title span {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700
}

.modal-crop__img {
  position: relative;
  border-radius: 12px;
  padding-bottom: 80%;
  margin-top: 20px;
  overflow: hidden
}

.modal-crop__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.modal-crop .range-slider__angle {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin-top: 15px
}

.modal-crop .irs .irs-max,
.modal-crop .irs .irs-min,
.modal-crop .irs .irs-single {
  display: none !important
}

.modal-crop .irs .irs-handle {
  top: 19px;
  width: 16px;
  height: 16px;
  background: #5856d2;
  border-radius: 50%
}

.modal-crop .irs .irs-handle i {
  display: none !important
}

.modal-crop .irs .irs-line {
  height: 4px;
  background: #e8e8f4
}

.modal-crop .irs .irs-bar {
  height: 4px;
  background: #5856d2
}

.modal-crop .modal-add__btns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start
}

.fancybox__content {
  width: 90% !important;
  height: auto !important;
  max-height: 100% !important
}

.fancybox__content img {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important
}

.page-top {
  background: #f8f8fc;
  border-radius: 12px;
  padding: 46px
}

.page-top__title {
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  font-weight: 700
}

@media screen and (max-width:992px) {
  .h2 {
    font-size: 36px
  }

  .section-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .page-top {
    padding: 32px 16px
  }

  .page-top__title {
    font-size: 24px
  }

  .modal-add {
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width:767px) {
  .modal-add .form-group {
    -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: start;
    gap: 10px
  }

  .modal-add .input-text {
    width: 100%
  }

  .modal-add .form-radio__wrap {
    margin-top: 10px
  }

  .modal-add__group .form-check__wrap .form-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .modal-add__btn2 {
    height: 45px
  }
}

@media screen and (max-width:576px) {
  .h2 {
    font-size: 24px
  }

  .h2 .title-text {
    font-size: 14px
  }

  .h3 {
    font-size: 24px
  }

  .section-top__link {
    height: 35px;
    padding: 5px 11px;
    font-size: 12px
  }

  .section-top__link i {
    width: 6px
  }

  .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px
  }

  .pagination__next,
  .pagination__prev {
    width: 54px;
    height: 54px
  }

  .pagination__next svg,
  .pagination__prev svg {
    width: 24px;
    height: auto
  }

  .pagination__items {
    gap: 5px
  }

  .pagination__item {
    width: 24px;
    height: 24px;
    font-size: 11.2px
  }

  .modal-add .modal__dialog,
  .modal__dialog {
    padding: 30px 20px
  }

  .modal-add .form-group input {
    height: 45px;
    font-size: 14px
  }

  .modal-add .nice-select {
    height: 45px
  }

  .modal-add .input-text,
  .modal-add .input-text2 {
    font-size: 12px
  }

  .modal-add .form-subgroup {
    width: 100%;
    -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: start;
    gap: 10px
  }

  .modal-add .form-selects {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
  }

  .modal-add .form-selects .select2:before {
    display: none
  }

  .modal-add__group .form-check__wrap {
    -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: start;
    gap: 10px
  }

  .modal-add__group .form-check label {
    font-size: 12px
  }

  .modal-add__btns {
    gap: 15px
  }

  .select2-multiple .select2-selection {
    min-height: 45px !important
  }

  .select2-selection {
    height: 45px !important
  }

  .select2-selection__choice {
    height: 25px;
    border-radius: 8px !important
  }

  .select2-selection__choice__display {
    font-size: 12px
  }

  .select2-search {
    height: 32px
  }

  .select2-search textarea {
    margin-top: -3px !important
  }

  .select2-search__field {
    margin-top: -10px !important
  }
}

@media screen and (max-width:359px) {

  .h2,
  .h3 {
    font-size: 20px
  }

  .pagination__next,
  .pagination__prev {
    width: 32px;
    height: 32px
  }

  .pagination__next svg,
  .pagination__prev svg {
    width: 14px
  }
}

.main {
  padding: 10px 0 50px
}

.main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px
}

.main__desc {
  position: relative;
  width: 55%;
  background: #f1e7ea;
  border-radius: 12px;
  padding: 50px 50px 60px
}

.main__slider {
  position: relative;
  width: 45%
}

@media screen and (min-width:768px) {
  .main__slider .swiper-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    gap: 20px
  }

  .main__slider .swiper-slide {
    width: 100% !important
  }

  .main__slider .swiper-pagination {
    display: none
  }
}

.main__slider .swiper {
  height: 100%
}

.main__slider .swiper-wrapper {
  height: 100%;
  grid-template-columns: repeat(2, calc(50% - 10px))
}

.main__title {
  position: relative;
  z-index: 2;
  max-width: 400px;
  font-size: 48px;
  line-height: 130%;
  font-weight: 700
}

.main__title span {
  color: #5856d2
}

.main__items {
  position: relative;
  z-index: 2;
  max-width: 305px;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  margin-top: 16px
}

.main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.main__item-icon {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main__item-icon img {
  max-width: 100%
}

.main__item-text {
  font-size: 16px;
  line-height: 130%
}

.main__item-text span {
  display: block;
  font-weight: 600
}

.main__btn {
  position: relative;
  z-index: 2;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 59px;
  margin-top: 16px
}

.main__btn span {
  font-size: 16px
}

.main__img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 340px
}

.main__img img {
  width: 100%
}

.main__slider2 {
  position: relative;
  margin-top: 20px
}

.main__slider2 .swiper {
  overflow: unset
}

.main__slider2 .swiper-wrapper {
  min-width: 1385px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.main__slider2 .swiper-slide {
  width: auto !important;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.main__slider2 .swiper-pagination {
  display: none
}

.main-card__img {
  position: relative;
  height: 100%;
  display: block;
  border-radius: 12px;
  padding-bottom: 78%
}

.main-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 86, 210, .7);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.main-card__img:hover:after {
  opacity: 1
}

.main-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.main-card__title {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  background: #56bbd2;
  border-radius: 18px;
  padding: 9px 18px;
  margin: 15px;
  font-size: 11px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 1.54px;
  color: #fff
}

.main-card__title i {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.main-card__title i img {
  width: 100%
}

.main-card2 {
  position: relative;
  max-width: 270px;
  min-height: 113px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  overflow: hidden
}

.main-card2:hover {
  background: rgba(88, 86, 210, .7)
}

.main-card2:hover .main-card2__title {
  color: #fff
}

.main-card2--small .main-card2__title {
  padding: 20px
}

.main-card2--small .main-card2__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.main-card2--colour {
  background: #f2eff9
}

.main-card2--colour2 {
  background: #eff3f9
}

.main-card2--colour3 {
  background: #f9f6ef
}

.main-card2--colour4 {
  background: #eff9f2
}

.main-card2--colour5 {
  background: #f9efef
}

.main-card2--colour6 {
  background: #eff3f9
}

.main-card2:last-child {
  margin-right: 0 !important
}

.main-card2__title {
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 20px 5px 20px 20px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.main-card2__img {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.main-card2__img img:nth-child(2) {
  display: none
}

.main-card2 .top-img {
  top: 0;
  bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.main-card2 .img-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.events {
  padding: 50px 0
}

.events__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  gap: 20px;
  margin-top: 30px
}

.event-card {
  position: relative
}

.event-card:hover:after {
  opacity: 1
}

.event-card:hover .event-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.event-card:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#3f3f3f), to(rgba(63, 63, 63, 0)));
  background: -o-linear-gradient(bottom, #3f3f3f, rgba(63, 63, 63, 0) 100%);
  background: linear-gradient(0deg, #3f3f3f, rgba(63, 63, 63, 0) 100%);
  border-radius: 0 0 12px 12px;
  pointer-events: none
}

.event-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 86, 210, .7);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.event-card__img {
  position: relative;
  display: block;
  border-radius: 12px;
  padding-bottom: 62%
}

.event-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.event-card__desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 20px 25px
}

.event-card__title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  color: #fff
}

.event-card__link {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 8px
}

.event-card__link:hover span {
  text-decoration-color: #fff
}

.event-card__link span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.event-card__link i {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.event-card__link i img {
  width: 100%
}

.works {
  padding: 50px 0 100px
}

.works2 {
  padding: 100px 0 50px
}

.works__slider {
  position: relative;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .works .works-swiper {
    overflow: unset
  }

  .works .works-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    gap: 40px 20px
  }

  .works .works-wrapper .swiper-slide {
    width: 100% !important
  }

  .works .swiper-pagination,
  .works .works-wrapper .swiper-pagination {
    display: none
  }
}

.works-wrapper {
  grid-template-columns: repeat(4, calc(25% - 15px))
}

.works__bottom {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px
}

.works__btn {
  height: 35px;
  gap: 10px;
  border: 1px solid #9f9f9f;
  border-radius: 12px;
  padding: 5px 30px
}

.works__btn:hover {
  background: #5856d2;
  border-color: #5856d2
}

.works__btn:hover span {
  color: #fff
}

.works__btn:hover i svg path {
  stroke: #fff
}

.works__btn span {
  font-size: 12px;
  line-height: 120%;
  color: #9f9f9f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.works__btn i {
  width: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.works__btn i svg {
  width: 100%;
  height: auto
}

.works__btn i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.work-card {
  position: relative;
  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: start;
  -ms-flex-align: start;
  align-items: start
}

.work-card:hover {
  z-index: 4
}

.work-card:hover:after {
  opacity: 1
}

.work-card:hover .work-card__img img {
  border-radius: 12px 12px 0 0
}

.work-card:hover .work-card__btn {
  opacity: 1;
  pointer-events: auto
}

.work-card:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: calc(100% + 75px);
  background: #fff;
  -webkit-box-shadow: 0 0 37px 0 rgba(191, 191, 191, .22);
  box-shadow: 0 0 37px 0 rgba(191, 191, 191, .22);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.work-card__top {
  position: relative;
  z-index: 3;
  width: 100%
}

.work-card__slider {
  position: relative
}

@media screen and (min-width:993px) {
  .work-card__slider {
    display: none
  }
}

.work-card__slider .swiper-button-next,
.work-card__slider .swiper-button-prev {
  display: none !important
}

.work-card .swiper-slide {
  position: relative
}

.work-card .swiper-button-next,
.work-card .swiper-button-prev {
  opacity: 1 !important
}

.work-card .swiper-button-next:after,
.work-card .swiper-button-prev:after {
  font-size: 30px;
  color: #3f3f3f
}

.work-card .swiper-pagination {
  bottom: -16px !important;
  display: block !important
}

.work-card .swiper-pagination-bullet-active {
  background: #5856d2
}

.work-card__img {
  position: relative;
  display: block;
  padding-bottom: 100%
}

.work-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.work-card__img--130 {
  padding-bottom: 130%
}

.work-card__img--125 {
  padding-bottom: 125%
}

.work-card__img--118 {
  padding-bottom: 118%
}

.work-card__img--110 {
  padding-bottom: 110%
}

.work-card__img--78 {
  padding-bottom: 78%
}

.work-card__img--70 {
  padding-bottom: 70%
}

.work-card__group {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 12px
}

.work-card .delivery,
.work-card .discount,
.work-card .hit,
.work-card .professional,
.work-card .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  padding: 5px 7px;
  font-size: 10.79px;
  line-height: 127%;
  letter-spacing: .2px;
  color: #fff
}

.work-card .discount {
  background: #d25683
}

.work-card .delivery {
  background: #55b070
}

.work-card .hit {
  background: #dbae1c
}

.work-card .professional {
  background: #5856d2
}

.work-card .sale {
  background: #ea5252
}

.work-card__increase {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(63, 63, 63, .5);
  border-radius: 6px
}

.work-card__increase img {
  max-width: 18px
}

.work-card__desc {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 25px 15px 15px
}

.work-card__title {
  min-height: 52px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.work-card__title:hover {
  color: #5856d2
}

.work-card__price-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  margin-top: 12px
}

.work-card__price-news {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  color: #5856d2
}

.work-card__price-news span {
  font-weight: 400
}

.work-card__price-old {
  font-size: 16px;
  line-height: 130%;
  text-decoration: line-through;
  color: rgba(63, 63, 63, .5)
}

.work-card__discount {
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #ea5252
}

.work-card__favorite {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(63, 63, 63, .5);
  border-radius: 6px;
  cursor: pointer
}

.work-card__favorite--active svg path {
  fill: #fff !important
}

.work-card__favorite svg {
  max-width: 100px;
  width: 28px;
  height: auto
}

.work-card__favorite svg path {
  stroke: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.work-card__feedback {
  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: 10px;
  margin-top: 12px
}

.work-card__feedback-text {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: underline
}

.work-card__feedback-text:hover {
  text-decoration: unset
}

.work-card__feedback-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px
}

.work-card__feedback-star i {
  width: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.work-card__feedback-star i img {
  width: 100%
}

.work-card__feedback-star span {
  font-size: 15.6px;
  line-height: 130%;
  font-weight: 700
}

.work-card__type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3ff;
  border-radius: 18px;
  padding: 7px 9.5px;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: .22px;
  color: #5856d2;
  margin-top: 16px
}

.work-card__btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 40px);
  height: 55px;
  gap: 10px;
  padding: 5px;
  opacity: 0;
  pointer-events: none
}

.work-card__btn:hover {
  opacity: .8 !important
}

.work-card__btn i {
  width: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.work-card__btn i img {
  width: 100%
}

.work-card__btn span {
  font-size: 16px
}

.work-card .hover__slide {
  position: relative
}

.work-card .hover__content {
  display: none;
  overflow: hidden
}

.work-card .hover__content--active {
  display: block
}

.work-card .hover__tab-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.work-card .hover__tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: rgba(0, 0, 0, 0)
}

.work-card .hover__pagination {
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px
}

.work-card .hover__pagination-bullet {
  width: 7px;
  height: 7px;
  display: block !important;
  background: #f2eff9;
  border-radius: 50%;
  overflow: unset !important
}

.work-card .hover__pagination .hover__content--active {
  background: #5856d2
}

.work-card__country {
  width: 23px
}

.work-card__country img {
  width: 100%
}

.work-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 5px;
  margin-top: 12px
}

.work-card__date i {
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.work-card__date i img {
  width: 100%
}

.work-card__date span {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500
}

.work-card__text {
  font-size: 16px;
  line-height: 100%;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.work-card__subgroup {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 15px
}

.work-card__country2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.work-card__country2 i {
  width: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.work-card__country2 i img {
  width: 100%
}

.work-card__country2 span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.work-card__status {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600
}

.work-card__status::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%
}

.work-card__status::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8.68px;
  height: 8.68px;
  border-radius: 50%
}

.work-card .status-open {
  color: #34c759
}

.work-card .status-open::after {
  border: 1px solid #34c759
}

.work-card .status-open::before {
  background: #34c759
}

.work-card .status-finished {
  color: #ea5252
}

.work-card .status-finished::after {
  border: 1px solid #ea5252
}

.work-card .status-finished::before {
  background: #ea5252
}

.work-card .status-expected {
  color: #9f9f9f
}

.work-card .status-expected::after {
  border: 1px solid #9f9f9f
}

.work-card .status-expected::before {
  background: #9f9f9f
}

.work-card__link {
  width: 100%;
  text-align: center;
  border-top: 1px solid #e9e9f2;
  padding-top: 15px;
  margin-top: 15px
}

.work-card__link a {
  font-size: 18px;
  line-height: 100%
}

.poster {
  padding: 50px 0 100px
}

.poster__slider {
  position: relative;
  margin-top: 30px
}

.poster__slider-mob {
  display: none;
  margin-top: 30px
}

.poster .swiper {
  overflow: unset
}

@media screen and (min-width:768px) {
  .poster .swiper-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    gap: 30px 20px
  }

  .poster .swiper-slide {
    width: 100% !important
  }

  .poster .swiper-pagination {
    display: none
  }
}

.poster .swiper-wrapper {
  grid-template-columns: repeat(4, calc(25% - 15px))
}

.poster-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 0 37px 0 rgba(191, 191, 191, .22);
  box-shadow: 0 0 37px 0 rgba(191, 191, 191, .22);
  border-radius: 12px
}

.poster-card__top {
  position: relative
}

.poster-card__img {
  position: relative;
  display: block;
  border-radius: 12px 12px 0 0;
  padding-bottom: 67%
}

.poster-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 86, 210, .7);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.poster-card__img:hover:after {
  opacity: 1
}

.poster-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0
}

.poster-card__tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d25683;
  border-radius: 18px;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 127%;
  letter-spacing: .2px;
  color: #fff;
  margin: 15px
}

.poster-card__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 30px
}

.poster-card__title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700
}

.poster-card__text {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: .28px;
  margin-top: 10px
}

.poster-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: auto
}

.poster-card__price i {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.poster-card__price i img {
  width: 100%
}

.poster-card__price span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  color: #d25683
}

.poster-card__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 26px
}

.poster-card__group .poster-card__price {
  display: none
}

.poster-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.poster-card__link:hover span {
  text-decoration: unset
}

.poster-card__link i {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.poster-card__link span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: underline;
  color: #5856d2
}

.poster-card__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.poster-card__views i {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.poster-card__views i img {
  width: 100%
}

.poster-card__views span {
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: .24px;
  color: rgba(63, 63, 63, .5)
}

.poster-card__age {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 127%;
  letter-spacing: .2px;
  color: #3f3f3f;
  margin: 15px
}

.poster-card__group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px
}

.poster-card__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.poster-card__location i {
  width: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.poster-card__location span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.poster-card__time {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #5856d2
}

.poster-card__btn {
  height: 55px;
  gap: 5px;
  padding: 5px 25px
}

.poster-card__btn i {
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.poster-card__btn i img {
  width: 100%
}

.poster-card__btn span {
  font-size: 16px
}

.popular {
  background: #f8f8fc;
  padding: 70px 0
}

.popular__slider {
  position: relative;
  margin-top: 30px
}

@media screen and (min-width:768px) {
  .popular .swiper-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    gap: 20px
  }

  .popular .swiper-slide {
    width: 100% !important;
    margin: 0 !important
  }

  .popular .swiper-pagination {
    display: none
  }
}

.popular .swiper-wrapper {
  grid-template-columns: repeat(6, calc(16.6666666667% - 16.6666666667px))
}

.popular-card {
  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;
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.popular-card:hover {
  background: #fff
}

.popular-card__img {
  width: 140px;
  height: 140px
}

.popular-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.popular-card__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  margin-top: 20px
}

.popular-card__title {
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: auto
}

.popular-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px
}

.popular-card__link:hover span {
  text-decoration-color: transparent
}

.popular-card__link span {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: underline;
  color: #5856d2
}

.popular-card__link i {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popular-card__link i img {
  width: 100%
}

.connection {
  background: #eff2f9
}

.connection__inner {
  position: relative;
  padding: 50px 0
}

.connection__desc {
  position: relative;
  z-index: 2;
  max-width: 672px
}

.connection__title span {
  color: #d25683
}

.connection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px
}

.connection__form-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.connection__form-group input {
  width: 100%;
  height: 55px;
  font-size: 14px
}

.connection__form-btn {
  height: 55px;
  padding: 5px 59px;
  margin-top: 0
}

.connection__form-btn span {
  font-size: 16px
}

.connection__img {
  position: absolute;
  right: 55px;
  bottom: 0;
  width: 560px
}

.connection__img img {
  width: 100%
}

.art {
  padding: 100px 0 50px
}

.art__slider {
  position: relative;
  margin-top: 30px
}

@media screen and (min-width:577px) {
  .art .swiper-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    gap: 20px
  }

  .art .swiper-slide {
    width: 100% !important;
    margin: 0 !important
  }

  .art .swiper-pagination {
    display: none
  }
}

.art .swiper-wrapper {
  grid-template-columns: repeat(4, calc(25% - 15px))
}

.art-card {
  position: relative
}

.art-card--big {
  grid-column: 1/3
}

.art-card--big .art-card__img {
  padding-bottom: 48.535%
}

.art-card--big2 {
  grid-column: 3/5
}

.art-card--big2 .art-card__img {
  padding-bottom: 48.535%
}

.art-card:hover .art-card__img:after {
  background: rgba(88, 86, 210, .7)
}

.art-card__img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  padding-bottom: 100%
}

.art-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 63, 63, .5);
  border-radius: 12px;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.art-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.art-card__title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  color: #fff
}

.info {
  padding: 50px 0 100px
}

.info__title span {
  color: #5856d2
}

.info__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
  margin-top: 30px
}

.info__text p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: .32px;
  color: #7c7c7c
}

@media screen and (max-width:1400px) {
  .connection__img {
    right: 25px
  }
}

@media screen and (max-width:1300px) {
  .main__img {
    right: 10px;
    width: 300px
  }

  .connection__img {
    right: -50px
  }
}

@media screen and (max-width:1200px) {
  .main__desc {
    padding: 30px 40px
  }

  .main__img {
    width: 250px
  }

  .work-card__date i {
    width: 12px
  }

  .work-card__date span {
    font-size: 14px
  }

  .work-card__text {
    margin-top: 15px
  }

  .work-card__subgroup {
    -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: start
  }

  .work-card__btn2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
  }

  .work-card__link a {
    font-size: 16px
  }

  .popular .swiper-wrapper {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px))
  }

  .connection__img {
    right: -100px
  }

  .art-card__title {
    padding: 20px
  }
}

@media screen and (max-width:1100px) {
  .main__items {
    max-width: 260px
  }

  .main__img {
    width: 200px
  }

  .poster .swiper-wrapper,
  .works .swiper-wrapper {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px))
  }

  .connection__desc {
    max-width: 550px
  }
}

@media screen and (max-width:992px)and (min-width:577px) {
  .art-card:nth-child(6)~.art-card {
    display: none
  }
}

@media screen and (max-width:992px) {
  .main {
    padding: 34px 0 40px
  }

  .main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .main__desc,
  .main__slider {
    width: 100%
  }

  .main__title {
    max-width: 360px;
    font-size: 42px
  }

  .main__items {
    max-width: 305px
  }

  .main__img {
    right: 0;
    width: 368px
  }

  .events {
    padding: 40px 0
  }

  .events__cards {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px
  }

  .works {
    padding: 40px 0 80px
  }

  .works2 {
    padding: 80px 0 40px
  }

  .works .swiper-wrapper {
    grid-template-columns: repeat(2, calc(50% - 10px))
  }

  .work-card .hover__slide,
  .work-card:after,
  .work-card:nth-child(6)~.work-card {
    display: none
  }

  .work-card__desc {
    padding: 0 !important;
    margin-top: 20px
  }

  .work-card__type {
    margin-bottom: auto
  }

  .work-card__btn {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    opacity: 1;
    margin-top: 20px
  }

  .poster {
    padding: 40px 0 80px
  }

  .poster .swiper-wrapper {
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px
  }

  .poster-card:nth-child(4)~.poster-card {
    display: none
  }

  .popular {
    padding: 60px 0
  }

  .connection__desc {
    max-width: 430px
  }

  .connection__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
  }

  .connection__form-btn {
    width: 100%;
    padding: 5px 10px
  }

  .art {
    padding: 80px 0 40px
  }

  .art .swiper-wrapper {
    grid-template-columns: repeat(2, calc(50% - 10px))
  }

  .art-card--big2 {
    grid-column: 1/3
  }

  .art-card__title {
    padding: 30px
  }

  .info {
    padding: 40px 0 100px
  }

  .info__text {
    gap: 20px;
    margin-top: 20px
  }

  .info__text p {
    font-size: 14px;
    letter-spacing: .28px
  }
}

@media screen and (max-width:850px) {
  .connection__img {
    right: -250px;
    width: 625px
  }
}

@media screen and (max-width:767px) {
  .main__wrap {
    gap: 20px
  }

  .main__desc {
    padding: 30px
  }

  .main__slider {
    padding-bottom: 24px
  }

  .main__slider .swiper-pagination {
    bottom: 0
  }

  .main__img {
    width: 300px
  }

  .main__slider2 {
    padding-bottom: 24px;
    margin-top: 30px
  }

  .main__slider2 .swiper-wrapper {
    min-width: unset
  }

  .main__slider2 .swiper-slide {
    width: 120px !important
  }

  .main__slider2 .swiper-pagination {
    bottom: 0;
    display: block
  }

  .main-card2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0) !important
  }

  .main-card2--colour .main-card2__img {
    background: #f2eff9
  }

  .main-card2--colour2 .main-card2__img {
    background: #eff3f9
  }

  .main-card2--colour3 .main-card2__img {
    background: #f9f6ef
  }

  .main-card2--colour4 .main-card2__img {
    background: #eff9f2
  }

  .main-card2--colour5 .main-card2__img {
    background: #f9efef
  }

  .main-card2--colour6 .main-card2__img {
    background: #eff3f9
  }

  .main-card2__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 !important;
    font-size: 14px;
    margin-top: 10px
  }

  .main-card2__img {
    position: relative !important;
    left: unset !important;
    bottom: unset !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 12px;
    padding-bottom: 100%;
    margin: 0 auto
  }

  .main-card2__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px
  }

  .main-card2__img img:nth-child(1) {
    display: none
  }

  .main-card2__img img:nth-child(2) {
    display: block
  }

  .works__slider {
    padding-bottom: 24px
  }

  .works__slider2 {
    padding-bottom: 0
  }

  .works .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .works-wrapper2 {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 20px 15px
  }

  .works-wrapper2 .swiper-slide {
    opacity: 1 !important;
    pointer-events: auto !important
  }

  .works-wrapper2 .swiper-slide:nth-child(4)~.swiper-slide {
    display: none !important
  }

  .works .swiper-slide {
    height: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .works .swiper-slide-active,
  .works .swiper-slide-active+.swiper-slide-next {
    opacity: 1;
    pointer-events: auto
  }

  .works .swiper-pagination {
    bottom: 0
  }

  .works-pagination2 {
    display: none
  }

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

  .work-card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .work-card .swiper-button-next,
  .work-card .swiper-button-prev {
    display: none
  }

  .poster__slider {
    padding-bottom: 24px
  }

  .poster__slider-mob {
    display: block
  }

  .poster .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: unset !important
  }

  .poster .swiper-slide {
    height: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .poster .swiper-slide-active,
  .poster .swiper-slide-active+.swiper-slide-next {
    opacity: 1;
    pointer-events: auto
  }

  .poster .swiper-pagination {
    bottom: 0
  }

  .poster-card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .popular__slider {
    padding-bottom: 24px
  }

  .popular .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .popular .swiper-slide {
    height: auto
  }

  .popular .swiper-pagination {
    bottom: 0
  }

  .popular-card {
    background: rgba(0, 0, 0, 0) !important;
    padding: 0
  }

  .popular-card__img {
    width: 90px;
    height: 90px
  }

  .popular-card__desc {
    margin-top: 10px
  }

  .popular-card__title {
    font-size: 16px
  }

  .popular-card__link {
    display: none
  }

  .connection__img {
    right: -180px;
    width: 450px
  }
}

@media screen and (max-width:650px) {
  .main__img {
    width: 240px
  }

  .connection__desc {
    max-width: 100%;
    text-align: center
  }

  .connection__img {
    display: none
  }
}

@media screen and (max-width:576px) {
  .main {
    padding: 0 0 25px
  }

  .main__desc {
    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;
    padding: 20px
  }

  .main__title {
    max-width: 225px;
    text-align: center;
    font-size: 24px
  }

  .main__title span {
    display: block
  }

  .main__items {
    max-width: 225px;
    gap: 10px;
    margin-top: 10px
  }

  .main__item-icon {
    width: 25px
  }

  .main__item-text {
    font-size: 14px
  }

  .main__btn,
  .main__img {
    display: none
  }

  .main .swiper-pagination {
    bottom: 0
  }

  .main-card__title {
    padding: 8px 12px;
    font-size: 8px;
    margin: 10px
  }

  .main-card__title i {
    width: 10px
  }

  .events {
    padding: 25px 0
  }

  .events__cards {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px;
    margin-top: 20px
  }

  .event-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: #f2eff9;
    border-radius: 12px;
    padding: 8px
  }

  .event-card:after,
  .event-card:before {
    display: none
  }

  .event-card__img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-bottom: 0
  }

  .event-card__img img {
    position: static;
    border-radius: 50%
  }

  .event-card__desc {
    position: static;
    padding: 0
  }

  .event-card__title {
    font-size: 16px;
    color: #3f3f3f
  }

  .event-card__link {
    display: none !important
  }

  .works {
    padding: 25px 0 50px
  }

  .works2 {
    padding: 50px 0 25px
  }

  .works__slider {
    margin-top: 20px
  }

  .work-card .swiper-pagination {
    bottom: -14px !important
  }

  .work-card .delivery,
  .work-card .discount,
  .work-card .hit,
  .work-card .professional,
  .work-card .sale {
    padding: 4px 10px;
    font-size: 9px
  }

  .work-card__increase {
    left: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px
  }

  .work-card__increase img {
    width: 12px;
    height: auto
  }

  .work-card__desc .work-card__favorite {
    display: none
  }

  .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .work-card__price-wrap {
    gap: 5px;
    margin-top: 10px
  }

  .work-card__price-news {
    font-size: 16px
  }

  .work-card__price-old {
    font-size: 10px
  }

  .work-card__favorite {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px
  }

  .work-card__favorite svg {
    width: 15px;
    height: auto
  }

  .work-card__discount {
    font-size: 13px
  }

  .work-card__feedback-text {
    font-size: 10px
  }

  .work-card__feedback-star {
    gap: 3px
  }

  .work-card__feedback-star i {
    width: 13px
  }

  .work-card__feedback-star span {
    font-size: 10px
  }

  .work-card__type {
    padding: 5px 7px;
    font-size: 10px;
    margin-top: 10px
  }

  .work-card__btn {
    height: 40px;
    margin-top: 10px
  }

  .work-card__btn i {
    display: none
  }

  .work-card__btn span {
    font-size: 12px
  }

  .work-card__country {
    width: 17px
  }

  .work-card__country2 span,
  .work-card__date span,
  .work-card__status,
  .work-card__text p {
    font-size: 12px
  }

  .work-card__link {
    padding-top: 12px;
    margin-top: 12px
  }

  .work-card__link a {
    font-size: 14px
  }

  .poster {
    padding: 25px 0 50px
  }

  .poster__slider {
    margin-top: 20px
  }

  .poster-card__age,
  .poster-card__tag {
    padding: 4px 10px;
    font-size: 9px;
    margin: 10px
  }

  .poster-card__desc {
    padding: 10px
  }

  .poster-card__title {
    font-size: 14px
  }

  .poster-card__text {
    font-size: 11px;
    letter-spacing: .22px;
    margin-bottom: auto
  }

  .poster-card__price {
    display: none;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 0
  }

  .poster-card__price span {
    font-size: 12px
  }

  .poster-card__group {
    margin-top: 15px
  }

  .poster-card__group .poster-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .poster-card__link {
    display: none
  }

  .poster-card__group2 {
    margin-top: 15px
  }

  .poster-card__location span,
  .poster-card__time {
    font-size: 12px
  }

  .popular__title span {
    display: none
  }

  .popular__slider {
    margin-top: 20px
  }

  .popular-card__title {
    font-size: 12px
  }

  .connection__inner {
    padding: 30px 0
  }

  .connection__form {
    gap: 15px;
    margin-top: 15px
  }

  .art {
    padding: 50px 0
  }

  .art__slider {
    padding-bottom: 24px;
    margin-top: 20px
  }

  .art .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .art .swiper-slide {
    height: auto
  }

  .art .swiper-pagination {
    bottom: 0
  }

  .art-card__title {
    padding: 10px;
    font-size: 12px
  }

  .info {
    display: none;
    padding: 25px 0 50px
  }
}

@media screen and (max-width:400px) {
  .main__slider2 .swiper-slide {
    width: 60px !important
  }

  .main-card2__title {
    font-size: 10px;
    margin-top: 7px
  }
}

@media screen and (max-width:359px) {
  .events__cards {
    grid-template-columns: 100%
  }

  .works-wrapper2 {
    grid-template-columns: 100% !important
  }
}

.catalog {
  padding: 20px 0 50px
}

.catalog__inner {
  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: start;
  gap: 20px
}

.catalog__content {
  position: relative;
  z-index: 2;
  width: calc(100% - 350px)
}

.catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px
}

.catalog__group,
.catalog__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px
}

.catalog .folder-select .nice-select {
    min-width: 195px;
    padding-left: 36px
}

.catalog .folder-select .nice-select:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/sorting-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto
}

.catalog .sorting-select .nice-select {
  min-width: 195px;
  padding-left: 36px
}

.catalog .sorting-select .nice-select:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/sorting-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.catalog .filter-btn {
  height: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 5px 15px;
  cursor: pointer
}

.catalog .filter-btn i {
  width: 15px
}

.catalog .filter-btn i img {
  width: 100%
}

.catalog .filter-btn span {
  font-size: 14px;
  line-height: 130%
}

.catalog__themes {
  margin-top: 20px
}

@media screen and (min-width:577px) {
  .catalog__themes .swiper-wrapper {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
  }

  .catalog__themes .swiper-slide {
    margin: 0 !important
  }
}

.catalog__theme {
  width: auto !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #f3f3ff;
  border-radius: 16px;
  padding: 5px 15px
}

.catalog__theme span {
  font-size: 14px;
  line-height: 130%;
  color: #5856d2
}

.catalog__theme i {
  width: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}

.catalog__theme i img {
  width: 100%
}

.catalog__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 12px));
  gap: 20px 16px;
  margin-top: 20px
}

.catalog__cards2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.catalog__cards-group {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px
}

.catalog .work-card__desc {
  padding-bottom: 0
}

.catalog .work-card__title {
  min-height: 41px;
  font-size: 16px
}

.catalog .work-card__price-news {
  font-size: 18px
}

.catalog .work-card__discount,
.catalog .work-card__price-old {
  font-size: 12px
}

.catalog .pagination {
  margin-top: 30px
}

.catalog-sidebar {
  width: 330px
}

.catalog-sidebar__group {
  border-bottom: 1px solid #ececec;
  padding: 20px 0
}

.catalog-sidebar__group:first-child {
  padding-top: 0
}

.catalog-sidebar__group:last-child {
  border-bottom: unset;
  padding-bottom: 0
}

.catalog-sidebar__item-show {
  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: 8px;
  cursor: pointer
}

.catalog-sidebar__item .item-show--active .catalog-sidebar__item-btn:before {
  display: none
}

.catalog-sidebar__item-title {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700
}

.catalog-sidebar__item-btn {
  position: relative;
  width: 16px;
  height: 16px
}

.catalog-sidebar__item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1.5px;
  background: #5856d2
}

.catalog-sidebar__item-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: 100%;
  background: #5856d2
}

.catalog-sidebar__item-hidden {
  display: none;
  margin-top: 18px
}

.catalog-sidebar__item .item-hidden--active {
  display: block
}

.catalog-sidebar__item .form-group {
  margin-bottom: 18px
}

.catalog-sidebar__item .form-group input {
  width: 100%;
  height: 45px;
  border: 1px solid #ececec;
  padding-left: 20px;
  font-size: 14px
}

.catalog-sidebar__checkboxes {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px
}

.catalog-sidebar__checkbox {
  position: relative
}

.catalog-sidebar__checkbox:nth-child(7)~.catalog-sidebar__checkbox {
  display: none
}

.catalog-sidebar__checkbox input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.catalog-sidebar__checkbox input:checked~label:after {
  background-image: url(../img/check.svg);
  background-color: #5856d2;
  border-color: #5856d2
}

.catalog-sidebar__checkbox label {
  position: relative;
  display: block;
  padding-left: 38px;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: .32px
}

.catalog-sidebar__checkbox label:after {
  content: "";
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  border: 1.5px solid #ececec;
  border-radius: 5px
}

.catalog-sidebar__more {
  font-size: 14px;
  line-height: 130%;
  color: #9f9f9f;
  margin-top: 18px;
  cursor: pointer
}

.catalog-sidebar__more span {
  text-decoration: underline
}

.catalog-sidebar .show-more--active span:nth-child(1),
.catalog-sidebar__more span:nth-child(2) {
  display: none
}

.catalog-sidebar .show-more--active span:nth-child(2) {
  display: block
}

.catalog-sidebar .text-overflow--active .catalog-sidebar__checkbox {
  display: block !important
}

.catalog-sidebar__price-inputs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 13.5px));
  gap: 27px;
  margin-bottom: 18px
}

.catalog-sidebar__price-inputs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 1.5px;
  background: #9f9f9f;
  border-radius: 5px;
  pointer-events: none
}

.catalog-sidebar__price-inputs .form-group {
  margin-bottom: 0
}

.catalog-sidebar__price-inputs .form-group input::-webkit-inner-spin-button,
.catalog-sidebar__price-inputs .form-group input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.catalog-sidebar__btns {
  width: 100%
}

.catalog-sidebar__btn {
  width: 100%;
  height: 52px
}

.catalog-sidebar__btn span {
  font-size: 16px
}

.catalog-sidebar .clear-btn,
.catalog-sidebar__top {
  display: none
}

.recent {
  padding: 50px 0
}

.recent .section-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.recent__slider {
  position: relative;
  margin-top: 30px
}

.recent .work-card__title {
  min-height: 41px;
  font-size: 16px
}

.recent .work-card__price-news {
  font-size: 18px
}

.recent .work-card__discount,
.recent .work-card__price-old {
  font-size: 12px
}

.product-catalog {
  padding: 20px 0 100px
}

.product-catalog__cards {
  display: grid;
  grid-template-columns: repeat(20, calc(5% - 19px));
  gap: 20px;
  margin-top: 30px
}

.product-catalog .colour--1 {
  background: #f2eff9
}

.product-catalog .colour--2 {
  background: #eff2f9
}

.product-catalog .colour--3 {
  background: #f9f6ef
}

.product-catalog .colour--4,
.product-catalog .colour--5 {
  background: #eff9f2
}

.product-catalog .colour--6 {
  background: #f9efef
}

.product-catalog .colour--7 {
  background: #eff2f9
}

.product-catalog .colour--8 {
  background: #f2eff9
}

.product-catalog .colour--9 {
  background: #f9f6ef
}

.product-catalog__card {
  border-radius: 12px
}

.product-catalog__card:nth-child(1) {
  grid-column: 1/6
}

.product-catalog__card:nth-child(2) {
  grid-column: 6/11
}

.product-catalog__card:nth-child(3) {
  grid-column: 11/16
}

.product-catalog__card:nth-child(4) {
  grid-column: 16/21
}

.product-catalog__card:nth-child(5) {
  grid-column: 1/5
}

.product-catalog__card:nth-child(6) {
  grid-column: 5/9
}

.product-catalog__card:nth-child(7) {
  grid-column: 9/13
}

.product-catalog__card:nth-child(8) {
  grid-column: 13/17
}

.product-catalog__card:nth-child(9) {
  grid-column: 17/21
}

.product-catalog__card:hover {
  background: rgba(88, 86, 210, .7)
}

.product-catalog__card:hover .product-catalog__card-title {
  color: #fff
}

.product-catalog__card-img {
  position: relative;
  width: 100%;
  height: 200px;
  display: block
}

.product-catalog__card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%
}

.product-catalog__card .img--right img {
  top: 0;
  left: unset;
  right: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

.product-catalog__card-title {
  display: block;
  text-align: center;
  padding: 15px 10px 30px;
  font-size: 20px;
  line-height: 144%;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:1300px) {
  .catalog__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px))
  }

  .catalog__cards .work-card:nth-child(18)~.work-card,
  .catalog__cards-group:last-child {
    display: none
  }

  .catalog__cards-group .work-card:nth-child(6)~.work-card {
    display: none !important
  }

  .recent__slider {
    padding-bottom: 24px
  }

  .recent-pagination {
    bottom: 0 !important
  }
}

@media screen and (max-width:1250px) {
  .catalog__content {
    width: calc(100% - 300px)
  }

  .catalog-sidebar {
    width: 280px
  }
}

@media screen and (max-width:992px) {
  .catalog {
    padding: 40px 0 50px
  }

  .catalog__content {
    width: 100%
  }

  .catalog__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: start
  }

  .catalog__group {
    width: 100%
  }

  .catalog .filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .catalog .nice-select {
    height: 46px
  }

  .catalog__cards .work-card {
    display: block !important
  }

  .catalog__cards .work-card:nth-child(18)~.work-card {
    display: none !important
  }

  .catalog-sidebar {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 188px 20px 100px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow-y: auto
  }

  .catalog-sidebar--active {
    opacity: 1;
    pointer-events: auto
  }

  .catalog-sidebar__top {
    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;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px
  }

  .catalog-sidebar__title {
    font-size: 32px;
    line-height: 130%;
    font-weight: 700
  }

  .catalog-sidebar__title span {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400
  }

  .catalog-sidebar__close {
    width: 18px;
    cursor: pointer
  }

  .catalog-sidebar__close svg {
    width: 100%;
    height: auto
  }

  .catalog-sidebar__checkboxes {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px
  }

  .catalog-sidebar__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 15px
  }

  .catalog-sidebar__btn {
    height: 72px
  }

  .catalog-sidebar__btn:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .catalog-sidebar__btn span {
    font-size: 20px
  }

  .catalog-sidebar .clear-btn {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ececec;
    border-radius: 12px;
    padding: 5px 40px
  }

  .catalog-sidebar .clear-btn span {
    line-height: 130%;
    color: #9f9f9f
  }

  .product-catalog__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px))
  }

  .product-catalog__card {
    grid-column: unset !important
  }
}

@media screen and (max-width:768px) {
  .product-catalog__card-img {
    height: 150px
  }

  .product-catalog__card-title {
    font-size: 18px
  }
}

@media screen and (max-width:767px) {
  .catalog__cards {
    grid-template-columns: repeat(2, calc(50% - 8px))
  }

  .catalog__cards .work-card {
    display: block !important
  }

  .catalog__cards .work-card:nth-child(12)~.work-card {
    display: none !important
  }

  .catalog__cards-group:nth-child(3) {
    display: none
  }
}

@media screen and (max-width:576px) {
  .catalog {
    padding: 10px 0 25px
  }

  .catalog__group {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px
  }

  .catalog__selects {
    gap: 10px
  }

  .catalog .folder-select {
    width: 100%
  }

  .catalog .folder-select .nice-select {
    min-width: unset
  }

  .catalog .sorting-select {
    width: 100%
  }

  .catalog .sorting-select .nice-select {
    min-width: unset
  }

  .catalog .quantity-select {
    display: none
  }

  .catalog .nice-select {
    width: 100%;
    height: 40px
  }

  .catalog .nice-select .list li {
    font-size: 12px
  }

  .catalog .filter-btn {
    height: 40px
  }

  .catalog__themes .swiper {
    overflow: unset
  }

  .catalog__theme {
    height: 28px;
    gap: 7px;
    padding: 4px 10px;
    white-space: nowrap
  }

  .catalog__theme span {
    font-size: 10px
  }

  .catalog__theme i {
    width: 14px
  }

  .catalog__cards {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 20px 10px
  }

  .catalog .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .catalog .work-card__price-news {
    font-size: 16px
  }

  .catalog .work-card__discount,
  .catalog .work-card__price-old {
    font-size: 10px
  }

  .catalog .pagination {
    margin-top: 20px
  }

  .catalog-sidebar {
    padding-top: 80px
  }

  .catalog-sidebar__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .catalog-sidebar__btn {
    width: 100%;
    height: 52px
  }

  .catalog-sidebar__btn span {
    font-size: 16px
  }

  .catalog-sidebar .price-checkboxes {
    grid-template-columns: 100%
  }

  .recent {
    padding: 25px 0 50px
  }

  .recent .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .recent .work-card__price-news {
    font-size: 16px
  }

  .product-catalog {
    padding: 10px 0 50px
  }

  .product-catalog__cards {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px
  }

  .product-catalog__card-img {
    height: 104px;
    max-width: 104px;
    margin: 10px auto 0
  }

  .product-catalog__card .img--right {
    margin: 0 0 10px auto
  }

  .product-catalog__card-title {
    padding: 10px 3px 20px;
    font-size: 14px
  }
}

@media screen and (max-width:359px) {

  .catalog__cards,
  .catalog__group {
    grid-template-columns: 100%
  }

  .catalog__cards .work-card {
    display: block !important
  }

  .catalog__cards .work-card:nth-child(6)~.work-card {
    display: none !important
  }

  .catalog__cards .work-card__title {
    min-height: unset
  }

  .catalog__cards-group:nth-child(2) {
    display: none
  }

  .catalog-sidebar__checkboxes {
    grid-template-columns: 100%
  }
}

.profile {
  padding: 20px 0 100px
}

.profile__inner {
  position: relative;
  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: start;
  gap: 40px;
  padding-top: 92px
}

.profile__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #f8f8fc;
  border-radius: 12px;
  pointer-events: none
}

.profile__left {
  position: relative;
  z-index: 2;
  width: 280px
}

.profile__right {
  position: relative;
  z-index: 2;
  width: calc(100% - 320px);
  padding-top: 140px
}

.profile__title {
  font-size: 32px;
  line-height: 125%
}

.profile__selects {
  position: relative;
  z-index: 5;
  margin-top: 20px
}

.profile__selects .swiper {
  overflow: unset
}

.profile__selects .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.profile__select {
  width: auto !important;
  height: auto
}

.profile .nice-select {
  min-width: 185px
}

.profile .quantity-select .nice-select {
  min-width: 96px
}

.profile__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 12px));
  gap: 20px 16px;
  margin-top: 20px
}

.profile .work-card__title {
  min-height: 41px;
  font-size: 16px
}

.profile .work-card__price-news {
  font-size: 18px
}

.profile .work-card__discount,
.profile .work-card__price-old {
  font-size: 12px
}

.profile .pagination {
  margin-top: 30px
}

.profile__user {
  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
}

.profile__user-img {
  width: 215px;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border: 20px solid #fff;
  border-radius: 50%;
  margin: 0 auto
}

.profile__user-img img {
  max-width: 100%;
  max-height: 100%
}

.profile__user .no-photo img {
  max-width: 60%;
  max-height: 60%
}

.profile__user-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 125%;
  font-weight: 600
}

.profile__user-title .star {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

.profile__user-title .star i {
  width: 17px
}

.profile__user-title .star i img {
  width: 100%
}

.profile__user-title .star span {
  font-size: 14px;
  line-height: 125%;
  font-weight: 700
}

.profile__user-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-top: 10px
}

.profile__user-location i {
  width: 12px
}

.profile__user-location i img {
  width: 100%
}

.profile__user-location span {
  font-size: 16px;
  line-height: 125%;
  color: #9f9f9f
}

.profile__user-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-top: 18px
}

.profile__user-social {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border-radius: 50%
}

.profile__user-social:hover {
  opacity: .7
}

.profile__user-social img {
  max-width: 80%;
  max-height: 80%
}

.profile__info {
  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;
  margin-top: 20px
}

.profile__info-item {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500
}

.profile__info-item span {
  color: #9f9f9f
}

.profile__btns {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 7.5px));
  gap: 20px 15px;
  margin-top: 20px
}

.profile__btn {
  height: 52px;
  grid-column: 1/3;
  gap: 6px;
  padding: 5px 8px
}

.profile__btn i {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.profile__btn i img,
.profile__btn i svg {
  width: 100%;
  height: auto
}

.profile__btn span {
  font-size: 16px
}

.profile__add {
  height: 52px;
  background: #ededfa;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 5px 8px;
  color: #5856d2
}

.profile__add:hover {
  background: #5856d2;
  border-color: #5856d2;
  color: #fff
}

.profile__add:hover i svg path {
  stroke: #fff
}

.profile__add i {
  display: none
}

.profile__add i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.profile__add span {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600
}

.profile__send {
  height: 52px;
  gap: 5px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 5px 8px;
  color: #9a9aad
}

.profile__send:hover {
  background: #5856d2;
  border-color: #5856d2;
  color: #fff
}

.profile__send:hover i svg path {
  fill: #fff
}

.profile__send span {
  font-size: 16px
}

.profile__send i {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.profile__send i svg {
  width: 100%;
  height: auto
}

.profile__send i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.profile__item {
  background: #f8f8fc;
  border-radius: 12px;
  padding: 20px;
  margin-top: 15px
}

.profile__item-show {
  display: none
}

@media screen and (min-width:993px) {
  .recent .swiper {
    overflow: unset
  }

  .profile__item .swiper-wrapper {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: grid;
    grid-template-columns: 100%;
    gap: 16px
  }

  .contests .work-card:hover .simple-rating {
    opacity: 1;
    pointer-events: auto
  }
}

.profile__item .swiper-slide {
  width: auto !important
}

.profile__item-link {
  font-size: 16px;
  line-height: 125%;
  font-weight: 500
}

.profile__item-link:hover {
  color: #5856d2
}

.profile__item-link span {
  color: #9f9f9f
}

.profile__item .active {
  color: #5856d2
}

.profile__item .border {
  border-top: 1px solid #ededed;
  padding-top: 10px
}

@media screen and (max-width:1300px) {
  .profile__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px))
  }

  .profile .work-card:nth-child(15)~.work-card {
    display: none
  }
}

@media screen and (max-width:992px) {
  .profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .profile__left {
    width: 100%
  }

  .profile__right {
    width: 100%;
    padding-top: 0
  }

  .profile__title {
    font-size: 42px
  }

  .profile .nice-select {
    height: 46px
  }

  .profile__user {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }

  .profile__user .no-photo img {
    max-width: 52px
  }

  .profile__user-img {
    width: 170px;
    height: 170px;
    border-width: 15px;
    margin: 0 0 0 32px
  }

  .profile__user-desc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
  }

  .profile__user-group {
    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: 15px
  }

  .profile__user-location,
  .profile__user-socials {
    margin-top: 0
  }

  .profile__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 45px
  }

  .profile__btns {
    grid-template-columns: repeat(3, calc(33.3333333333% - 8px));
    margin-top: 30px
  }

  .profile__btn {
    grid-column: 1
  }
}

@media screen and (max-width:992px)and (min-width:577px) {
  .profile__item {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin-top: 25px
  }

  .profile__item .swiper {
    overflow: unset
  }

  .profile__item-link {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: #f8f8fc;
    border: none !important;
    border-radius: 12px;
    padding: 5px 12px !important
  }
}

@media screen and (max-width:767px) {
  .profile__cards {
    grid-template-columns: repeat(2, calc(50% - 8px))
  }

  .profile .work-card {
    display: block !important
  }

  .profile .work-card:nth-child(12)~.work-card {
    display: none !important
  }
}

@media screen and (max-width:576px) {
  .profile {
    padding: 20px 0 50px
  }

  .profile__inner {
    gap: 15px;
    padding-top: 0
  }

  .profile__inner:after,
  .profile__title {
    display: none
  }

  .profile__selects {
    margin-top: 0
  }

  .profile .nice-select {
    min-width: 162px !important;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }

  .profile .nice-select .list li {
    font-size: 12px
  }

  .profile__cards {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 20px 10px;
    margin-top: 15px
  }

  .profile .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .profile .work-card__price-news {
    font-size: 16px
  }

  .profile .work-card__discount,
  .profile .work-card__price-old {
    font-size: 10px
  }

  .profile .pagination {
    margin-top: 20px
  }

  .profile__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px
  }

  .profile__user .no-photo img {
    max-width: 32px
  }

  .profile__user-img {
    width: 85px;
    height: 85px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: none;
    margin-left: 0
  }

  .profile__user-desc {
    display: block;
    padding-top: 16px
  }

  .profile__user-group {
    display: block
  }

  .profile__user-location {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 15px
  }

  .profile__user-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 30px;
    margin-left: -30px
  }

  .profile__info {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px
  }

  .profile__info:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #ececec;
    pointer-events: none
  }

  .profile__info-item {
    font-size: 14px
  }

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

  .profile__btn {
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 10px
  }

  .profile__btn span {
    font-size: 12.5px
  }

  .profile__add {
    width: 40px;
    height: 40px;
    border-radius: 10px
  }

  .profile__add span {
    display: none
  }

  .profile__add i {
    width: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .profile__send {
    width: 40px;
    height: 40px;
    border-radius: 10px
  }

  .profile__send span {
    display: none
  }

  .profile__item {
    padding: 0
  }

  .profile__item-show {
    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: 8px;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 10px 15px;
    cursor: pointer
  }

  .profile__item .item-show--active {
    border-color: #5856d2;
    border-bottom: unset;
    border-radius: 12px 12px 0 0
  }

  .profile__item .item-show--active .profile__item-btn {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .profile__item .item-show--active~.item-hidden {
    border-color: #5856d2
  }

  .profile__item-title {
    font-size: 14px;
    line-height: 125%;
    font-weight: 600;
    color: #5856d2
  }

  .profile__item-btn {
    width: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .profile__item-btn img {
    width: 100%
  }

  .profile__item-hidden {
    display: none;
    border: 1px solid #ececec;
    border-top: unset;
    border-radius: 0 0 12px 12px;
    padding: 5px 15px 15px
  }

  .profile__item .item-hidden--active {
    display: block
  }

  .profile__item .swiper-wrapper {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    display: grid;
    grid-template-columns: 100%;
    gap: 16px
  }

  .profile__item-link {
    font-size: 14px
  }
}

@media screen and (max-width:359px) {

  .profile__cards,
  .profile__selects {
    grid-template-columns: 100%
  }

  .profile .work-card {
    display: block !important
  }

  .profile .work-card:nth-child(6)~.work-card {
    display: none !important
  }

  .profile .work-card__title {
    min-height: unset
  }

  .profile__user {
    -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
  }

  .profile__user-img {
    margin: 0 auto
  }

  .profile__user-desc {
    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: 0;
    padding-top: 0
  }

  .profile__user-location {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .profile__user-socials {
    margin-left: 0;
    margin-top: 15px
  }
}

.contests {
  padding: 15px 0 100px
}

.contests__top {
  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: 30px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 28px 50px
}

.contests__top .contests__btn2 {
  display: none
}

.contests__title {
  max-width: 450px;
  font-size: 28px;
  line-height: 128%;
  font-weight: 700
}

.contests .timer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.contests .timer__title {
  font-size: 16px;
  line-height: 128%;
  font-weight: 500
}

.contests .timer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.contests .timer__item {
  position: relative;
  font-size: 28px;
  line-height: 128%;
  font-weight: 700
}

.contests .timer__item:last-child:before {
  display: none
}

.contests .timer__item:after {
  content: attr(data-title);
  display: inline-block;
  font-size: 14px;
  line-height: 128%;
  font-weight: 500;
  color: #9f9f9f;
  margin-left: 4px
}

.contests .timer__item:before {
  content: ":";
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 128%;
  font-weight: 500
}

.contests .timer__seconds {
  min-width: 65px
}

.contests__btns {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.contests__btn {
  height: 40px;
  gap: 5px;
  border-radius: 56px;
  padding: 5px 19px
}

.contests__btn:hover svg path {
  fill: #fff
}

.contests__btn i {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contests__btn i svg {
  width: 100%;
  height: auto
}

.contests__btn i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contests__btn span {
  font-size: 13px
}

.contests__btn2 {
  width: 100%;
  height: 52px;
  gap: 9px;
  border-radius: 12px;
  padding: 5px 19px
}

.contests__btn2 i {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contests__btn2 i svg {
  width: 100%;
  height: 100%
}

.contests__btn2 span {
  font-size: 16px
}

.contests__wrap {
  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: start;
  gap: 30px;
  margin-top: 20px
}

.contests__sidebar {
  width: 250px
}

.contests__sidebar .contests__btn {
  display: none
}

.contests__sidebar .contests__btn2 {
  margin-top: 16px
}

.contests__right {
  width: calc(100% - 280px)
}

.contests__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 12px));
  gap: 16px
}

.contests__cards2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.contests__cards-group,
.contests__tabs {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px
}

.contests__tab {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 5px 19px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contests__tab:hover i svg path {
  fill: #5856d2
}

.contests__tab:hover span {
  color: #5856d2
}

.contests__tab i {
  max-width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contests__tab i svg {
  max-width: 100%;
  max-height: 100%
}

.contests__tab i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contests__tab span {
  font-size: 18px;
  line-height: 128%;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.contests .tab2--active {
  background: #ededfa
}

.contests .tab2--active i svg path {
  fill: #5856d2
}

.contests .tab2--active span {
  font-weight: 600;
  color: #5856d2
}

.contests .select__wrap {
  display: none
}

.contests .work-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.contests .work-card:after {
  display: none
}

.contests .work-card__title {
  min-height: 44px;
  font-size: 17px
}

.contests .work-card__price-news {
  font-size: 19px
}

.contests .work-card__desc {
  padding-top: 15px;
  padding-bottom: 0
}

.contests .work-card__feedback {
  margin-bottom: auto
}

.contests .work-card__feedback-text2 {
  font-size: 13px;
  line-height: 128%;
  font-weight: 600;
  color: #9f9f9f
}

.contests .work-card__feedback-text2 span {
  color: #3f3f3f
}

.contests .work-card__feedback2 {
  display: none;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 10px 15px
}

.contests .work-card__feedback2--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contests .work-card .simple-rating {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background: #fff;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none
}

.contests .work-card .simple-rating__items {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.contests .work-card .simple-rating__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden
}

.contests .work-card .simple-rating__item:checked~.simple-rating__label svg path {
  fill: #eec231
}

.contests .work-card .simple-rating__label {
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #f3f3ff
}

.contests .work-card .simple-rating__label svg {
  width: 100%;
  height: auto
}

.contests .work-card .simple-rating__label:checked~.simple-rating__label:hover svg path,
.contests .work-card .simple-rating__label:hover svg path,
.contests .work-card .simple-rating__label:hover~.simple-rating__label svg path {
  fill: #eec231
}

.contests .work-card__btn2 {
  width: 100%;
  height: 42px;
  border-radius: 12px;
  padding: 5px 10px;
  margin-top: 12px
}

.contests .work-card__btn2 span {
  font-size: 15px
}

.contests .tab__content2 {
  display: none
}

.contests .tab__content2--active {
  display: block
}

.contests .pagination {
  margin-top: 30px
}

.contests-info h3 {
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 20px
}

.contests-info h4 {
  font-size: 20px;
  line-height: 128%;
  font-weight: 600;
  margin-bottom: 10px
}

.contests-info p {
  font-size: 16px;
  line-height: 125%;
  color: #9f9f9f;
  margin-bottom: 20px
}

.contests-info div {
  background: #f8f8fc;
  border: 1px solid #ececec;
  border-radius: 12px;
  margin-bottom: 20px
}

.contests-info div table {
  width: 100%;
  border-collapse: collapse
}

.contests-info div thead tr th {
  padding: 18px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  border-bottom: 1px solid #ececec
}

.contests-info div thead tr th:not(:last-child) {
  border-right: 1px solid #ececec
}

.contests-info div tbody tr td {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.contests-info div tbody tr td:not(:last-child) {
  border-right: 1px solid #ececec
}

.contests-info div tbody tr:last-child td {
  border-bottom: unset
}

.contests-info div tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px
}

.contests-info div tbody tr:last-child td:last-child {
  border-radius: 0 0 12px
}

.contests-info nav h4 {
  margin-bottom: 15px
}

.contests-info nav p {
  position: relative;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 30px;
  color: #3f3f3f;
  margin-top: 20px;
  margin-bottom: 0
}

.contests-info nav p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #5856d2;
  pointer-events: none
}

.contests-info ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px
}

.contests-info ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.contests-info ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 9px;
  height: 9px;
  background: #5856d2;
  border-radius: 50%
}

@media screen and (max-width:1300px) {
  .contests__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px))
  }

  .contests__cards .work-card:nth-child(18)~.work-card {
    display: none !important
  }

  .contests__cards-group:last-child {
    display: none
  }
}

@media screen and (max-width:1200px) {
  .contests .timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:992px) {
  .contests__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px
  }

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

  .contests__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px
  }

  .contests__btn {
    max-width: 160px;
    height: 52px;
    border-radius: 12px
  }

  .contests__btn2 {
    min-width: 260px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .contests__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }

  .contests__sidebar {
    width: 100%
  }

  .contests__sidebar .contests__btn2 {
    display: none
  }

  .contests__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px
  }

  .contests__tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .contests__tab i {
    display: none
  }

  .contests__tab span {
    font-size: 15px
  }

  .contests__right {
    width: 100%
  }

  .contests .work-card .simple-rating--active {
    opacity: 1;
    pointer-events: auto
  }
}

@media screen and (max-width:767px) {
  .contests__cards {
    grid-template-columns: repeat(2, calc(50% - 8px))
  }

  .contests__cards .work-card:nth-child(12)~.work-card {
    display: none !important
  }

  .contests__cards-group:nth-child(3) {
    display: none
  }

  .contests-info div {
    width: calc(100% + 20px);
    overflow-x: auto
  }

  .contests-info div table {
    width: 726px
  }
}

@media screen and (max-width:576px) {
  .contests {
    padding: 20px 0 50px
  }

  .contests__top {
    gap: 15px;
    padding: 25px 16px
  }

  .contests__top .contests__btns {
    display: none
  }

  .contests__title {
    font-size: 22px
  }

  .contests .timer__item {
    font-size: 24px
  }

  .contests .timer__item:after,
  .contests .timer__item:before {
    font-size: 12px
  }

  .contests .timer__seconds {
    min-width: 55px
  }

  .contests__btns {
    width: 100%
  }

  .contests__btn,
  .contests__btn2 {
    max-width: 100%;
    width: 100%;
    height: 42px
  }

  .contests__btn span,
  .contests__btn2 span {
    font-size: 12px
  }

  .contests__btn {
    margin-top: 16px
  }

  .contests__sidebar .contests__btn,
  .contests__sidebar .contests__btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .contests__sidebar .contests__btn2 {
    margin-top: 0
  }

  .contests__tabs {
    display: none
  }

  .contests__tab {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .contests__tab:hover {
    background: rgba(0, 0, 0, 0)
  }

  .contests__tab:hover i svg path {
    fill: #3f3f3f
  }

  .contests__tab:hover span {
    color: #3f3f3f
  }

  .contests__tab span {
    font-size: 14px
  }

  .contests .tab2--active {
    background: rgba(0, 0, 0, 0)
  }

  .contests .select__wrap {
    display: block;
    background: #f8f8fc;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 20px
  }

  .contests .select__wrap--active {
    border-color: #5856d2
  }

  .contests .select__wrap--active .select-arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .contests .select__wrap--active .select-arrow svg path {
    stroke: #5856d2
  }

  .contests .select__wrap--active .select__list {
    height: auto;
    margin-top: 15px;
    overflow: unset
  }

  .contests .select__list-default {
    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: 9px
  }

  .contests .select__current i svg path {
    fill: #5856d2
  }

  .contests .select__current span {
    font-weight: 600;
    color: #5856d2
  }

  .contests .select-arrow {
    width: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .contests .select-arrow svg {
    width: 100%;
    height: auto
  }

  .contests .select__list {
    height: 0;
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden
  }

  .contests .select__list .li--active i svg path {
    fill: #5856d2
  }

  .contests .select__list .li--active span {
    font-weight: 600;
    color: #5856d2
  }

  .contests .select__list .tab2--active {
    display: none
  }

  .contests .work-card__desc {
    margin-top: 12px
  }

  .contests .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .contests .work-card__price-news {
    font-size: 16px
  }

  .contests .work-card .simple-rating,
  .contests .work-card__btn2 {
    height: 38px
  }

  .contests .work-card__btn2 span {
    font-size: 12px
  }

  .contests-info h3 {
    font-size: 24px
  }

  .contests-info h4 {
    font-size: 16px
  }

  .contests-info p {
    font-size: 14px
  }

  .contests-info nav p {
    padding: 20px
  }

  .contests-info ul li {
    font-size: 14px
  }

  .contests-info ul li::after {
    width: 6px;
    height: 6px
  }
}

@media screen and (max-width:359px) {
  .contests__cards {
    grid-template-columns: 100%
  }

  .contests__cards .work-card:nth-child(6)~.work-card {
    display: none !important
  }

  .contests__cards-group:nth-child(2) {
    display: none
  }
}

.product-main {
  padding: 30px 0 50px
}

.product-main__inner {
  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: start;
  gap: 40px
}

.product-main .gallery,
.product-main__img-wrap {
  position: relative;
  width: 45%
}

.product-main__img {
  position: relative;
  display: block;
  padding-bottom: 88%
}

.product-main__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.product-main__desc {
  width: 55%
}

.product-main .gallery__big .swiper-slide {
  padding-bottom: 81%
}

.product-main .gallery__small {
  margin-top: 15px
}

.product-main .gallery__small .swiper-slide {
  padding-bottom: 16%;
  cursor: pointer
}

.product-main .gallery__small .swiper-slide:hover img {
  border-color: #5856d2;
  opacity: 1
}

.product-main .gallery__small .swiper-slide img {
  border: 3px solid transparent;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.product-main .gallery__small .swiper-slide-thumb-active img {
  border-color: #5856d2;
  opacity: 1
}

.product-main .swiper-slide {
  position: relative
}

.product-main .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.product-main .swiper-pagination,
.product-main__title .show-more__title {
  display: none
}

.product-main .show-title {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.product-main .show-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 46px;
  height: 46px;
  background: #fff;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  border-radius: 50%;
  pointer-events: none
}

.product-main .show-title .show-more__title {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 128%;
  font-weight: 600;
  color: #5856d2;
  cursor: pointer
}

.product-main .show-title .show-more__title--active {
  display: none
}

.product-main .show-title--active {
  display: block;
  overflow: unset
}

.product-main .show-title--active:after {
  display: none
}

.product-main__group {
  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: 15px;
  margin-top: 15px
}

.product-main .work-card__feedback {
  width: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 14px
}

.product-main .work-card__feedback-text {
  font-size: 16px
}

.product-main .work-card__feedback-star i {
  width: 20px
}

.product-main .work-card__feedback-star i img {
  margin-top: -5px
}

.product-main .work-card__feedback-star span {
  font-size: 14px
}

.product-main .work-card__feedback-star .number-feedback {
  color: #9f9f9f
}

.product-main__subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.product-main__number {
  font-size: 16px;
  line-height: 128%;
  color: #9f9f9f
}

.product-main__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.product-main__views i {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.product-main__views i img {
  width: 100%
}

.product-main__views span {
  font-size: 16px;
  line-height: 128%;
  color: #9f9f9f
}

.product-main .work-card__price-wrap {
  gap: 5px 15px;
  margin-top: 15px
}

.product-main .work-card__price-news {
  font-size: 36px
}

.product-main .work-card__price-news span {
  font-weight: 600
}

.product-main .work-card__discount,
.product-main .work-card__price-old {
  font-size: 20px
}

.product-main__checkboxes-wrap {
  margin-top: 25px
}

.product-main__checkboxes-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 128%;
  font-weight: 500;
  color: #9f9f9f
}

.product-main__checkboxes-colors span {
  color: #3f3f3f
}

.product-main__checkboxes-colors .tab__content2 {
  display: none
}

.product-main__checkboxes-colors .tab__content2--active {
  display: inline-block
}

.product-main__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 12px
}

.product-main .checkboxes-size .product-main__checkbox input:checked~label {
  border: 3px solid #5856d2
}

.product-main .checkboxes-size .product-main__checkbox label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ececec;
  font-size: 16px;
  line-height: 128%;
  font-weight: 500
}

.product-main .checkboxes-size .product-main__checkbox label span:nth-child(2) {
  color: #9f9f9f
}

.product-main .checkboxes-color .product-main__checkbox input:checked~label {
  border: 3px solid #5856d2
}

.product-main .checkboxes-color .product-main__checkbox label {
  background: #ececec;
  border: 1px solid transparent
}

.product-main__checkbox {
  position: relative
}

.product-main__checkbox input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.product-main__checkbox label {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px
}

.product-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 25px
}

.product-main__btn {
  min-width: 232px;
  height: 60px;
  padding: 5px 15px
}

.product-main__btn span {
  font-size: 18px
}

.product-main__btn span:nth-child(2),
.product-main__btn--active span:nth-child(1) {
  display: none
}

.product-main__btn--active span:nth-child(2) {
  display: block
}

.product-main__favorite,
.product-main__send {
  width: 60px;
  height: 60px;
  background: #f8f8fc;
  border-radius: 9px;
  padding: 5px
}

.product-main__favorite svg,
.product-main__send svg {
  max-width: 27px;
  height: auto
}

.product-main .favorite--active svg path {
  fill: #5856d2
}

.product-main__list-wrap {
  margin-top: 25px
}

.product-main__list-wrap .tab__content2 {
  display: none
}

.product-main__list-wrap .tab__content2--active {
  display: block
}

.product-main__tabs {
  display: none
}

.product-main__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.product-main__list li:nth-child(5)~li {
  display: none
}

.product-main__list li {
  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: start;
  gap: 10px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px
}

.product-main__list li span {
  font-size: 14px;
  line-height: 128%;
  font-weight: 500
}

.product-main__list li span:nth-child(1) {
  color: #9f9f9f
}

.product-main__list li span:nth-child(2) {
  max-width: 185px;
  width: 100%
}

.product-main__list--active li:nth-child(5)~li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-main__btns2 {
  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: start;
  gap: 10px;
  margin-top: 10px
}

.product-main__btns2 .show-more--active span:nth-child(1) {
  display: none
}

.product-main__btns2 .show-more--active span:nth-child(2) {
  display: block
}

.product-main__list-btn {
  font-size: 14px;
  line-height: 128%;
  font-weight: 500;
  cursor: pointer
}

.product-main__list-btn span:nth-child(2) {
  display: none
}

.product-main__link {
  font-size: 14px;
  line-height: 128%;
  font-weight: 500;
  text-decoration: underline;
  color: #5856d2
}

.product-main__group2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 15px
}

.product-main .delivery,
.product-main .discount,
.product-main .hit,
.product-main .professional,
.product-main .sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 127%;
  letter-spacing: .2px;
  color: #fff
}

.product-main .discount {
  background: #d25683
}

.product-main .delivery {
  background: #55b070
}

.product-main .hit {
  background: #dbae1c
}

.product-main .professional {
  background: #5856d2
}

.product-main .sale {
  background: #ea5252
}

.works3 {
  padding: 50px 0
}

.works3 .section-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.works3__slider {
  position: relative;
  margin-top: 20px
}

.works3 .mySwiper {
  overflow: unset
}

.works3 .work-card__title {
  min-height: 41px;
  font-size: 16px
}

.works3 .work-card__price-news {
  font-size: 18px
}

.works3 .work-card__discount,
.works3 .work-card__price-old {
  font-size: 12px
}

.works3-pagination {
  display: none
}

.works-info {
  padding: 50px 0
}

.works-info__inner {
  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: start;
  gap: 50px
}

.works-info__left {
  width: calc(100% - 580px)
}

.works-info__right {
  width: 530px;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 30px
}

.works-info__title {
  font-size: 20px;
  line-height: 128%;
  font-weight: 700
}

.works-info__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-top: 12px
}

.works-info__text p {
  font-size: 16px;
  line-height: 128%;
  color: #9f9f9f
}

.works-info__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-top: 25px
}

.works-info__list li {
  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: 8px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px
}

.works-info__list li:last-child {
  border: unset;
  padding: 0
}

.works-info__list li span {
  font-size: 16px;
  line-height: 128%;
  font-weight: 500
}

.works-info__list li .color-gray {
  color: #9f9f9f
}

.works-info__list li .price {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border-radius: 36px;
  padding: 5px 18px;
  font-size: 13px
}

.works-info__list li .text-underline {
  text-decoration: underline
}

.works-info__list li .edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.works-info__list li .edit i {
  width: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.works-info__list li .edit i img {
  width: 100%
}

.author {
  padding: 50px 0
}

.author__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  background: #f8f8fc;
  border-radius: 10px;
  padding: 60px 50px
}

.author__left {
  width: 280px;
  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
}

.author__right {
  max-width: 865px;
  width: calc(100% - 350px)
}

.author__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-top: 12px
}

.author__text p {
  font-size: 16px;
  line-height: 128%;
  color: #9f9f9f
}

.author__img {
  width: 89px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border-radius: 50%
}

.author__img img {
  max-width: 34px
}

.author__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px
}

.author__name {
  font-size: 20px;
  line-height: 128%;
  font-weight: 600
}

.author__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.author__rating i {
  width: 20px
}

.author__rating i img {
  width: 100%;
  margin-top: -5px
}

.author__rating span {
  font-size: 14px;
  line-height: 128%;
  font-weight: 700
}

.author__rating .number-feedback {
  font-weight: 400;
  color: #9f9f9f
}

.author__btns {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  margin-top: 20px
}

.author__btn {
  width: 100%;
  height: 52px;
  gap: 5px;
  border-radius: 12px;
  padding: 5px 20px
}

.author__btn i {
  width: 15px
}

.author__btn i img {
  width: 100%
}

.author__btn span {
  font-size: 16px
}

.author__btn2:hover {
  background: #5856d2;
  color: #fff
}

.author .show-more {
  display: none
}

.feedback {
  padding: 50px 0 100px
}

.feedback__top {
  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
}

.feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 12px 15px
}

.feedback__rating i {
  width: 20px
}

.feedback__rating i img {
  width: 100%
}

.feedback__rating span {
  font-size: 19px;
  line-height: 120%;
  font-weight: 700
}

.feedback__group {
  display: block;
  margin-top: 20px
}

.feedback__group .feedback__rating {
  display: none
}

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

.feedback .nice-select {
  padding: 5px 47px 5px 36px;
  height: 40px
}

.feedback .nice-select:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/select-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.feedback__cards {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 20px
}

.feedback .pagination {
  margin-top: 30px
}

.feedback__images {
  display: none
}

.feedback-card {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 30px
}

.feedback-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 18px
}

.feedback-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}

.feedback-card__user-img {
  position: relative;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border-radius: 50%
}

.feedback-card__user-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.feedback-card__user .not-pictured img {
  width: 26px;
  height: auto;
  border-radius: unset
}

.feedback-card__user-name {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500
}

.feedback-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.feedback-card__rating-text {
  font-size: 16px;
  line-height: 128%;
  color: #9f9f9f
}

.feedback-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.feedback-card__stars svg {
  width: 20px;
  margin-top: -5px
}

.feedback-card__text {
  margin-top: 20px
}

.feedback-card__text p {
  font-size: 16px;
  line-height: 128%
}

.feedback-card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 12px;
  margin-top: 30px
}

.feedback-card__img {
  position: relative;
  max-width: 105px;
  width: 100%
}

.feedback-card__img img {
  width: 100%;
  border-radius: 7px
}

.feedback-card .show-more {
  display: none
}

@media screen and (max-width:1300px) {
  .works3__slider {
    padding-bottom: 24px
  }

  .works3-pagination {
    bottom: 0 !important;
    display: block
  }
}

@media screen and (max-width:1200px) {
  .works-info__inner {
    gap: 30px
  }

  .works-info__left {
    width: calc(100% - 480px)
  }

  .works-info__right {
    width: 450px
  }

  .author__inner {
    gap: 30px
  }

  .author__left {
    width: 280px
  }

  .author__right {
    width: calc(100% - 310px)
  }
}

@media screen and (max-width:992px) {
  .product-main {
    padding: 20px 0 40px
  }

  .product-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }

  .product-main .gallery,
  .product-main__desc,
  .product-main__img-wrap {
    width: 100%
  }

  .works-info,
  .works3 {
    padding: 40px 0
  }

  .works-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .works-info__left,
  .works-info__right {
    width: 100%
  }

  .author {
    padding: 40px 0
  }

  .author__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px
  }

  .author__left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
  }

  .author__right {
    width: 100%
  }

  .author__group {
    margin-top: 0
  }

  .author__btns {
    grid-template-columns: repeat(2, calc(50% - 7.5px))
  }

  .author__img {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .author__img img {
    max-width: 44px;
    width: 100%
  }

  .author__desc {
    width: 100%
  }

  .feedback {
    padding: 40px 0 80px
  }
}

@media screen and (max-width:576px) {
  .content--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .content--column .breadcrumbs {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3
  }

  .content--column .product-main {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
  }

  .content--column .works-info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .product-main {
    padding: 20px 0 15px
  }

  .product-main .gallery {
    padding-bottom: 16px
  }

  .product-main__desc {
    position: relative;
    padding-top: 36px
  }

  .product-main .gallery__small {
    display: none
  }

  .product-main .swiper-pagination {
    bottom: 0;
    display: block
  }

  .product-main .swiper-pagination-bullet-active {
    background: #5856d2
  }

  .product-main__subgroup {
    position: absolute;
    top: 0;
    left: 0
  }

  .product-main__group {
    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: 15px;
    margin-top: 15px
  }

  .product-main .work-card__feedback {
    gap: 12px
  }

  .product-main .work-card__feedback-text {
    font-size: 14px
  }

  .product-main .work-card__feedback-star i {
    width: 18px
  }

  .product-main .work-card__feedback-star span {
    font-size: 12px
  }

  .product-main .work-card__price-wrap {
    gap: 5px 10px
  }

  .product-main .work-card__price-news {
    font-size: 28px
  }

  .product-main .work-card__discount,
  .product-main .work-card__price-old {
    font-size: 15px
  }

  .product-main__checkboxes-wrap {
    margin-top: 20px
  }

  .product-main__overflow {
    width: calc(100% + 40px);
    margin-left: -20px;
    overflow-x: auto
  }

  .product-main__overflow::-webkit-scrollbar {
    height: 0;
    opacity: 0;
    pointer-events: none
  }

  .product-main__checkboxes-title {
    font-size: 14px
  }

  .product-main__checkboxes {
    min-width: 536px;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    gap: 8px;
    padding: 0 20px;
    margin-top: 8px
  }

  .product-main .checkboxes-size .product-main__checkbox label span {
    font-size: 13px
  }

  .product-main__checkbox label {
    width: 50px;
    height: 50px;
    border-radius: 8px
  }

  .product-main__list-wrap {
    margin-top: 20px
  }

  .product-main__list-wrap .tab2 {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8fc;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 128%;
    font-weight: 500
  }

  .product-main__list-wrap .tab2--active {
    background: #ededfa;
    color: #5856d2
  }

  .product-main__tabs {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px
  }

  .product-main__list {
    margin-top: 15px
  }

  .product-main__list li span {
    font-size: 13px
  }

  .product-main__list li span:nth-child(2) {
    max-width: 170px
  }

  .product-main__text {
    margin-top: 15px
  }

  .product-main__text h5 {
    font-size: 16px;
    line-height: 128%;
    font-weight: 700;
    margin-bottom: 15px
  }

  .product-main__text p {
    font-size: 14px;
    line-height: 128%
  }

  .product-main__btns2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }

  .product-main__list-btn {
    font-size: 14px
  }

  .product-main__link {
    display: none
  }

  .product-main__btns {
    position: fixed;
    z-index: 6;
    left: 0;
    bottom: 83px;
    width: 100%;
    padding: 0 15px
  }

  .product-main__btns:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 40px);
    background: #e7e7e7;
    -webkit-filter: blur(27px);
    filter: blur(27px);
    pointer-events: none
  }

  .product-main__btn {
    position: relative;
    z-index: 2;
    min-width: unset;
    height: 45px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .product-main__btn span {
    font-size: 14px
  }

  .product-main__favorite,
  .product-main__send {
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #fff
  }

  .product-main__favorite svg,
  .product-main__send svg {
    max-width: 22px
  }

  .works3 {
    padding: 25px 0
  }

  .works3 .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .works3 .work-card__price-news {
    font-size: 16px
  }

  .works3 .work-card__discount,
  .works3 .work-card__price-old {
    font-size: 10px
  }

  .works-info {
    padding: 15px 0 25px
  }

  .works-info__left {
    display: none
  }

  .works-info__right {
    padding: 15px
  }

  .works-info__list {
    gap: 10px
  }

  .works-info__list li {
    padding-bottom: 10px
  }

  .works-info__list li span {
    font-size: 14px
  }

  .author {
    padding: 25px 0
  }

  .author__inner {
    gap: 20px;
    padding: 20px
  }

  .author__left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px
  }

  .author__img {
    width: 60px;
    height: 60px
  }

  .author__img img {
    max-width: 24px
  }

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

  .author__group {
    width: calc(100% + 75px);
    margin-top: 25px;
    margin-left: -75px
  }

  .author__name {
    font-size: 16px
  }

  .author__rating i {
    width: 16px
  }

  .author__rating span {
    font-size: 12px
  }

  .author__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0
  }

  .author__btn {
    width: auto;
    height: 40px
  }

  .author__btn:first-child {
    width: 40px;
    padding: 5px
  }

  .author__btn:first-child span {
    display: none
  }

  .author__btn i {
    width: 13px
  }

  .author__btn span {
    font-size: 12px
  }

  .author__text p {
    font-size: 14px
  }

  .author .text-overflow p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
  }

  .author .text-overflow--active p:last-child {
    display: grid;
    overflow: unset
  }

  .author .show-more {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: #5856d2;
    margin-top: 15px
  }

  .author .show-more span:nth-child(2),
  .author .show-more--active span:nth-child(1) {
    display: none
  }

  .author .show-more--active span:nth-child(2) {
    display: block
  }

  .feedback {
    padding: 25px 0 50px
  }

  .feedback__top .feedback__rating {
    display: none
  }

  .feedback__images {
    display: grid;
    grid-template-columns: repeat(5, calc(20% - 5.6px));
    gap: 7px;
    margin-top: 15px
  }

  .feedback__img {
    position: relative
  }

  .feedback__img:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    border-radius: 7px
  }

  .feedback__img:last-child span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 120%;
    font-weight: 700
  }

  .feedback__img img {
    width: 100%;
    border-radius: 7px
  }

  .feedback__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 14px;
    margin-top: 15px
  }

  .feedback__group .feedback__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px
  }

  .feedback__group .feedback__rating span {
    font-size: 16px
  }

  .feedback__select {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .feedback .nice-select {
    width: 100%
  }

  .feedback__cards {
    gap: 10px;
    margin-top: 15px
  }

  .feedback .pagination {
    margin-top: 15px
  }

  .feedback-card {
    padding: 15px
  }

  .feedback-card--height .text-overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
  }

  .feedback-card--height .text-overflow--active {
    display: grid;
    overflow: unset
  }

  .feedback-card--height .show-more {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: #5856d2;
    margin-top: 8px
  }

  .feedback-card--height .show-more span:nth-child(2),
  .feedback-card--height .show-more--active span:nth-child(1) {
    display: none
  }

  .feedback-card--height .show-more--active span:nth-child(2) {
    display: block
  }

  .feedback-card__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: start;
    gap: 15px
  }

  .feedback-card__rating {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    gap: 5px
  }

  .feedback-card__rating-text {
    font-size: 12px
  }

  .feedback-card__stars {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    gap: 5px
  }

  .feedback-card__stars svg {
    width: 16px
  }

  .feedback-card__user {
    gap: 12px
  }

  .feedback-card__user-img {
    width: 40px;
    height: 40px
  }

  .feedback-card__user .not-pictured img {
    width: 14px
  }

  .feedback-card__user-name {
    font-size: 13px
  }

  .feedback-card__text {
    margin-top: 15px
  }

  .feedback-card__text p {
    font-size: 14px
  }

  .feedback-card__images {
    display: none
  }
}

.registration {
  padding: 30px 0 100px
}

.registration__inner {
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 91.2px 0 #f2f2f2;
  box-shadow: 0 0 91.2px 0 #f2f2f2;
  border-radius: 12px;
  padding: 25px 50px;
  margin: 0 auto
}

@media screen and (max-width:576px) {
  .registration {
    padding: 25px 0 50px
  }

  .registration__inner {
    padding: 30px 20px
  }
}

.basket {
  padding-bottom: 125px
}

.basket__inner {
  margin-top: 10px
}

.basket__wrap {
  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: start;
  gap: 20px
}

.basket__left {
  width: calc(100% - 350px)
}

.basket__right {
  width: 330px
}

.basket__group,
.basket__group--new {
  background: #fff;
  border-radius: 12px;
  padding: 25px
}

.basket__group .form-check label:after,
.basket__group--new .form-check label:after {
  top: -4px
}

.basket__group--address {
  margin-top: 20px
}

.basket__group--form {
  display: none;
  border: 1px solid transparent;
  margin-top: 20px
}

.basket__group--form .form {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 20px
}

.basket__group--form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.basket__group--form .form-group .input-text {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.basket__group--form .form-group input {
  max-width: 477px;
  padding-left: 20px;
  font-size: 16px
}

.basket__group--form .form-group .nice-select {
  font-size: 16px;
  color: rgba(63, 63, 63, .5)
}

.basket__group--form .form-group .open {
  z-index: 10
}

.basket__group--form .form-group .nice-select--active {
  color: #3f3f3f
}

.basket__group--form .form-select {
  max-width: 477px;
  width: 100%
}

.basket__group--form .basket__subgroup {
  margin-top: 30px
}

.basket__group--form .item-show {
  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: 10px;
  cursor: pointer
}

.basket__group--form .item-show:hover .item-arrow svg path {
  stroke: #5856d2
}

.basket__group--form .item-show--active .item-arrow svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.basket__group--form .item-show--active .item-arrow svg path {
  stroke: #5856d2
}

.basket__group--form .item-title {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.basket__group--form .item-arrow {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.basket__group--form .item-arrow svg {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.basket__group--form .item-hidden {
  display: none;
  margin-top: 15px
}

.basket__group--form .item-hidden textarea {
  height: 148px;
  font-size: 16px
}

.basket .checked-group {
  border: 1px solid #5856d2
}

.basket .basket__group--new,
.basket .remove-group {
  display: none
}

.basket .add-group {
  display: block
}

.basket__btns {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px
}

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

.basket .save {
  height: 55px;
  padding: 5px 45px
}

.basket .save span {
  font-size: 16px
}

.basket .cancel {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.basket .new-address__delete {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #9f9f9f;
  cursor: pointer
}

.basket .new-address__add {
  font-size: 14px;
  line-height: 100%;
  color: #5856d2;
  cursor: pointer
}

.basket .new-address__add--remove {
  display: none
}

.basket .edit {
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  color: #5856d2
}

.basket .edit:hover {
  text-decoration: unset
}

.basket__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 20px
}

.basket__item-icon {
  width: 16px
}

.basket__item-icon img {
  width: 100%
}

.basket__item-group {
  display: inline-grid;
  grid-template-columns: 100%;
  gap: 10px
}

.basket__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px
}

.basket__index,
.basket__location,
.basket__name,
.basket__phone {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.basket__phone:hover {
  color: #5856d2
}

.basket__subtitle {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 15px
}

.basket .into-basket,
.basket__delete {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  color: #5856d2
}

.basket .into-basket:hover,
.basket__delete:hover {
  text-decoration: unset
}

.basket__cards {
  display: grid;
  grid-template-columns: 100%;
  margin-top: 20px
}

.basket__subgroup {
  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
}

.basket__subgroup-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

.basket__subgroup-right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.basket__subgroup .form-check {
  margin-top: 0
}

.basket__subgroup .form-check label {
  font-size: 14px
}

.basket__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px
}

.basket__img {
  position: relative;
  max-width: 76px;
  width: 100%
}

.basket__img img {
  width: 100%;
  border-radius: 12px
}

.basket__img--last:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .66);
  border-radius: 12px;
  pointer-events: none
}

.basket__img-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  color: #fff
}

.basket__btn2 {
  height: 55px;
  border-radius: 12px;
  padding: 5px 30px
}

.basket__btn2 span {
  font-size: 15px
}

.basket-address__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #5856d2;
  margin-top: 10px;
  cursor: pointer
}

.basket__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px
}

.basket__title .title-text {
  font-size: 14px
}

.basket__group2 {
  background-image: url(../img/group-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 12px 12px 0 0;
  padding: 25px 25px 30px
}

.basket__group2 .form-check label:after {
  top: 0
}

.basket__discounts,
.basket__products,
.basket__total-price {
  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: 19px
}

.basket__discounts,
.basket__total-price {
  margin-top: 20px
}

.basket .discounts-price,
.basket .discounts-text,
.basket .products-number,
.basket .products-price {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.basket .discounts-price {
  color: #ea5252
}

.basket .total-price__text {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600
}

.basket .total-price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #5856d2
}

.basket__btn {
  width: 100%;
  height: 55px;
  padding: 5px 15px;
  margin-top: 20px
}

.basket__btn span {
  font-size: 16px
}

.basket .promocode {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket .promocode-wrap {
  background: #fff;
  border-radius: 12px;
  margin-top: 20px
}

.basket .promocode-wrap .item-show--active .promocode__arrow svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.basket .promocode-wrap .item-show--active .promocode__arrow svg path {
  stroke: #5856d2
}

.basket .promocode__show {
  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: 10px;
  padding: 20px 25px;
  cursor: pointer
}

.basket .promocode__show:hover .promocode__arrow svg path {
  stroke: #5856d2
}

.basket .promocode__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.basket .promocode__title i {
  width: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket .promocode__title i img {
  width: 100%
}

.basket .promocode__title span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600
}

.basket .promocode__arrow {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.basket .promocode__arrow svg {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.basket .promocode__hidden {
  display: none;
  padding: 0 25px 25px
}

.basket .promocode__input {
  height: 45px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  color: #3f3f3f
}

.basket .promocode__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background: #34c785;
  border-radius: 12px
}

.basket .promocode__activated {
  height: 45px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #34c785;
  border-radius: 12px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 100%;
  color: #fff
}

.basket .promocode__activated--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.basket__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.basket__shop i {
  width: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket__shop i img {
  width: 100%
}

.basket__shop span {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.basket__shop-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.basket__shop-name:hover span {
  text-decoration: unset
}

.basket__shop-name i {
  width: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.basket__shop-name i img {
  width: 100%
}

.basket__shop-name span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: underline
}

.basket__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.basket__price-icon {
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket__price-icon img {
  width: 100%
}

.basket__price-text {
  font-size: 16px;
  line-height: 100%
}

.basket__price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #5856d2
}

.basket__btn3 {
  height: 45px;
  border-radius: 8px;
  padding: 5px 25px
}

.basket__btn3 span {
  font-size: 14px
}

.basket__check input,
.basket__check label span:nth-child(2),
.basket__check--active label span:nth-child(1) {
  display: none
}

.basket__check--active label span:nth-child(2) {
  display: block
}

.basket__check--active label::after {
  background-image: url(../img/check.svg);
  background-color: #5856d2
}

.basket-card {
  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: 20px;
  padding: 20px 0
}

.basket-card--active .basket-card__img:after {
  opacity: 1
}

.basket-card--remove {
  display: none
}

.basket-card:first-child {
  padding-top: 0
}

.basket-card:last-child {
  padding-bottom: 0
}

.basket-card:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.basket-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket-card__check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto 10px auto 0
}

.basket-card__check input {
  display: none
}

.basket-card__check label {
  width: 20px;
  height: 20px;
  padding: 0
}

.basket-card__check--active label::after {
  background-image: url(../img/check.svg);
  background-color: #5856d2 !important
}

.basket-card__img {
  position: relative;
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.basket-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 86, 210, .3);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none
}

.basket-card__img img {
  width: 100%;
  border-radius: 12px
}

.basket-card__group {
  max-width: 300px;
  margin-left: 20px
}

.basket-card__name {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600
}

.basket-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px
}

.basket-card__user:hover .basket-card__user-text {
  text-decoration: unset
}

.basket-card__user-icon {
  width: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px
}

.basket-card__user-icon img {
  width: 100%
}

.basket-card__user-icon2 {
  width: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.basket-card__user-icon2 img {
  width: 100%
}

.basket-card__user-text {
  font-size: 14px;
  line-height: 100%;
  text-decoration: underline;
  margin-right: 8px
}

.basket-card__number {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
  margin-top: 15px
}

.basket-card__right {
  max-width: 400px;
  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: 50px
}

.basket-card__subgroup {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.basket-card .cartcalc {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.basket-card .cartcalc input {
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px;
  line-height: 100%
}

.basket-card .ccalc-minus,
.basket-card .ccalc-plus {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f8;
  border-radius: 8px;
  font-size: 34px;
  line-height: 100%;
  font-weight: 200;
  cursor: pointer
}

.basket-card__price-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.basket-card__price,
.basket-card__price-one {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 15px
}

.basket-card__price-one {
  font-size: 16px;
  line-height: 100%;
  color: rgba(63, 63, 63, .5);
  margin-top: 15px
}

.basket-card__new-price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #5856d2
}

.basket-card__old-price {
  font-size: 16px;
  line-height: 100%;
  text-decoration: line-through;
  color: rgba(63, 63, 63, .5)
}

.basket-card__subgroup2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.basket-card__delete {
  width: 33px;
  height: 33px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f8;
  border-radius: 5px
}

.basket-card__delete:hover {
  background: #5856d2
}

.basket-card__delete:hover svg path {
  fill: #fff
}

.basket-card__delete svg {
  width: 16px;
  height: auto
}

.basket-card__delete svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.basket-card__btn {
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 33px
}

.basket-card__btn i {
  width: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none
}

.basket-card__btn i img {
  width: 100%
}

.basket-card__btn span {
  font-size: 15px
}

.basket-card__delivery {
  margin-top: 10px
}

.basket-card__delivery-text {
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f
}

.basket-card__delivery-price {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #3f3f3f
}

.basket-card__info {
  max-width: 290px
}

.basket-card__text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600
}

.basket-card__btn2 {
  height: 45px;
  border-radius: 8px;
  padding: 5px 25px;
  margin-top: 15px
}

.basket-card__btn2 span {
  font-size: 14px
}

.basket-card--disabled .basket-card__left {
  opacity: .5
}

.favourites-main .basket-card__right {
  max-width: 750px;
  gap: 20px
}

.favourites-main .basket-card__subgroup {
  gap: 20px
}

.favourites-main .basket-card__price,
.favourites-main .basket-card__price-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.basket2 .basket__group:not(:first-child) {
  margin-top: 20px
}

.basket2 .basket__subgroup {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 7px
}

.basket2 .basket__subgroup--mob {
  display: none
}

.basket2 .basket__subgroup-left {
  gap: 8px
}

.basket2 .basket__subgroup-right {
  -ms-flex-negative: unset;
  flex-shrink: unset;
  gap: 16px 30px
}

.basket2 .basket__check {
  margin-top: 20px
}

.basket2 .basket-card__left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.basket2 .basket-card__number {
  margin-top: 32px
}

.basket2 .basket-card__right {
  max-width: 675px
}

.basket2 .basket-card__subgroup {
  gap: 50px
}

.basket2 .basket-card__price,
.basket2 .basket-card__price-one,
.basket2 .basket-card__price-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.basket2 .basket-card__price,
.basket2 .basket-card__price-one {
  width: 100%
}

.basket2 .basket-card__new-price {
  color: #3f3f3f
}

.basket2 .basket-card__delivery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:1400px) {
  .favourites-main .basket-card__right {
    max-width: 550px
  }
}

@media screen and (max-width:1300px) {
  .basket__subgroup-left {
    gap: 16px
  }

  .basket__img:nth-child(2)~.basket__img {
    display: none
  }

  .basket__img--last {
    display: block !important
  }
}

@media screen and (max-width:1200px) {
  .basket__left {
    width: calc(100% - 300px)
  }

  .basket__right {
    width: 280px
  }

  .basket-card__name {
    font-size: 16px
  }

  .basket-card__right {
    max-width: 250px !important
  }

  .basket-card__subgroup {
    -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: start;
    gap: 25px
  }

  .basket-card__price,
  .basket-card__price-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .basket-card__subgroup2 {
    -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: start;
    gap: 8px
  }

  .basket-card__delete {
    width: 40px;
    height: 40px;
    border-radius: 10px
  }

  .basket-card__btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    padding: 5px
  }

  .basket-card__btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .basket-card__btn span {
    display: none
  }

  .favourites-main .basket-card__subgroup {
    gap: 25px
  }

  .basket2 .basket-card__right {
    max-width: 300px !important
  }

  .basket2 .basket-card__subgroup {
    gap: 25px
  }

  .basket2 .basket-card__delivery,
  .basket2 .basket-card__new-price,
  .basket2 .basket-card__price,
  .basket2 .basket-card__price-one {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}

@media screen and (max-width:992px) {
  .basket {
    padding-bottom: 80px
  }

  .basket__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .basket__left,
  .basket__right {
    width: 100%
  }

  .basket__group2 {
    padding-bottom: 45px
  }

  .basket__group2 .form-check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .basket__price-text,
  .basket__shop-name span {
    font-size: 14px
  }

  .basket__price-text .remove-mob {
    display: none
  }

  .basket__price {
    font-size: 16px
  }

  .basket__btn3 {
    padding-left: 20px;
    padding-right: 20px
  }

  .basket-card__img {
    width: 105px
  }

  .basket-card__group {
    max-width: 265px
  }

  .basket-card__user-text {
    font-size: 12px
  }

  .basket-card__number {
    font-size: 14px
  }

  .basket-card__right {
    max-width: 230px !important;
    gap: 20px
  }

  .basket-card__new-price {
    font-size: 18px
  }

  .basket-card__old-price {
    font-size: 14px
  }

  .basket2 .basket__subgroup {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .basket2 .basket__subgroup-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 15px
  }

  .basket2 .basket__shop span {
    display: none
  }

  .basket2 .basket__shop-name {
    position: relative;
    display: -webkit-box;
    padding-right: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .basket2 .basket__shop-name i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block
  }
}

@media screen and (max-width:767px) {
  .basket__btn2 {
    height: 45px;
    padding: 5px 15px
  }

  .basket__btn2 span {
    font-size: 14px
  }

  .basket__group--form .form-group {
    -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: start;
    gap: 10px
  }

  .basket__group--form .form-group .input-text {
    width: 100%
  }

  .basket__group--form .form-group input {
    max-width: 100%
  }

  .basket-card__img {
    width: 80px
  }

  .basket-card__group {
    max-width: 220px;
    margin-left: 15px
  }

  .basket-card__name {
    font-size: 13px
  }

  .basket-card__number {
    font-size: 12px
  }

  .basket-card__right {
    max-width: 200px !important;
    gap: 15px !important
  }

  .basket-card .cartcalc input {
    width: 30px;
    height: 30px;
    font-size: 13px
  }

  .basket-card .ccalc-minus,
  .basket-card .ccalc-plus {
    width: 30px;
    height: 30px;
    font-size: 26px
  }

  .basket-card__price {
    gap: 12px
  }

  .basket-card__new-price {
    font-size: 16px
  }

  .basket-card__old-price {
    font-size: 13px
  }

  .basket-card__price-one {
    font-size: 13px;
    margin-top: 12px
  }

  .basket-card__delete {
    width: 30px;
    height: 30px;
    border-radius: 8px
  }

  .basket-card__delete svg {
    width: 14px
  }

  .basket-card__btn {
    width: 30px;
    height: 30px;
    border-radius: 8px
  }

  .basket-card__btn i {
    width: 14px
  }

  .basket-card__delivery {
    margin-top: 10px
  }

  .basket-card__delivery-price,
  .basket-card__delivery-text {
    font-size: 13px
  }

  .basket-card__text {
    font-size: 14px
  }

  .basket-card__btn2 {
    height: 36px;
    padding: 5px 20px
  }

  .basket-card__btn2 span {
    font-size: 12px
  }

  .basket2 .basket__subgroup {
    padding: 12px
  }

  .basket2 .basket__subgroup--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
    margin-top: 15px
  }

  .basket2 .basket__subgroup--mob .basket__subgroup-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .basket2 .basket__subgroup--mob .basket__btn3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .basket2 .basket__subgroup-right {
    display: none
  }

  .basket2 .basket__shop i {
    width: 18px
  }

  .basket2 .basket__shop-name {
    padding-right: 24px
  }

  .basket2 .basket__shop-name i {
    width: 18px
  }

  .basket2 .basket-card:last-child {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px
  }

  .basket2 .basket-card__right {
    max-width: 250px !important
  }
}

@media screen and (max-width:576px) {
  .basket {
    padding-bottom: 50px
  }

  .basket__group,
  .basket__group--new {
    padding: 20px
  }

  .basket__subgroup,
  .basket__subgroup-left {
    -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: start;
    gap: 15px
  }

  .basket__subgroup-right {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .basket__subgroup-right .form-check {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .basket__subgroup--column {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .basket__images {
    gap: 8px
  }

  .basket__img {
    width: 55px
  }

  .basket__btn2 {
    width: 100%
  }

  .basket-address__btn {
    font-size: 14px
  }

  .basket__group--form .form {
    gap: 15px;
    margin-top: 15px
  }

  .basket__group--form .form-group .input-text {
    font-size: 12px !important
  }

  .basket__group--form .form-group .nice-select,
  .basket__group--form .form-group input {
    height: 45px;
    font-size: 14px
  }

  .basket__group--form .item-hidden textarea {
    font-size: 14px
  }

  .basket .save {
    height: 45px;
    padding: 5px 50px
  }

  .basket .cancel span {
    font-size: 14px
  }

  .basket__items {
    margin-top: 10px
  }

  .basket__item-icon {
    width: 14px
  }

  .basket__item-group {
    gap: 8px
  }

  .basket__index,
  .basket__location,
  .basket__name,
  .basket__phone {
    font-size: 14px
  }

  .basket__subtitle {
    font-size: 14px;
    margin-bottom: 10px
  }

  .basket__title {
    font-size: 20px
  }

  .basket__group2 {
    padding: 20px 20px 30px
  }

  .basket__group2 .form-check {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }

  .basket__discounts,
  .basket__products,
  .basket__total-price {
    gap: 15px
  }

  .basket__discounts,
  .basket__total-price {
    margin-top: 15px
  }

  .basket .discounts-price,
  .basket .discounts-text,
  .basket .products-number,
  .basket .products-price {
    font-size: 14px
  }

  .basket .total-price,
  .basket .total-price__text {
    font-size: 16px
  }

  .basket__btn {
    height: 45px;
    margin-top: 15px
  }

  .basket__btn span {
    font-size: 14px
  }

  .basket .promocode-wrap {
    margin-top: 15px
  }

  .basket .promocode__show {
    padding: 20px
  }

  .basket .promocode__hidden {
    display: none;
    padding: 0 20px 20px
  }

  .basket .promocode__activated {
    height: 45px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #34c785;
    border-radius: 12px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 100%;
    color: #fff
  }

  .basket .promocode__activated--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .basket__shop span,
  .basket__shop-name span {
    font-size: 12px
  }

  .basket__price-text {
    font-size: 13px
  }

  .basket__price {
    font-size: 15px
  }

  .basket__btn3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .basket-card {
    -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: start;
    gap: 10px
  }

  .basket-card__img {
    width: 68px
  }

  .basket-card__group {
    max-width: 100%
  }

  .basket-card__name {
    font-size: 13px
  }

  .basket-card__user-icon {
    width: 10px;
    margin-right: 5px
  }

  .basket-card__user-icon2 {
    width: 17px
  }

  .basket-card__user-text {
    font-size: 11px
  }

  .basket-card__number {
    font-size: 11px;
    margin-top: 10px
  }

  .basket-card__right {
    max-width: 100% !important;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5px !important;
    padding-left: 113px
  }

  .basket-card__subgroup {
    gap: 10px !important
  }

  .basket-card__subgroup2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px
  }

  .basket-card .basket-card__number {
    margin-top: 10px
  }

  .basket2 .basket__subgroup--mob .basket__subgroup-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .basket2 .basket__subgroup-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .basket2 .basket-card__right {
    max-width: 100% !important
  }

  .basket2 .basket__btn3 span {
    font-size: 15px
  }
}

@media screen and (max-width:374px) {
  .basket-card__subgroup2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:359px) {
  .basket__btns {
    gap: 15px
  }

  .basket-card__check {
    margin-right: 5px
  }

  .basket-card__img {
    width: 58px
  }

  .basket-card__right {
    gap: 10px;
    padding-left: 73px
  }

  .basket-card__right--active {
    padding-left: 98px
  }

  .basket-card .cartcalc {
    gap: 5px
  }

  .basket-card__price,
  .basket-card__price-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }

  .basket-card__new-price {
    font-size: 14px
  }

  .basket-card__old-price {
    font-size: 12px
  }
}

.auctions {
  padding: 15px 0 100px
}

.auctions .catalog__selects {
  margin-top: 20px
}

.auctions .folder-select .nice-select {
  min-width: 275px;
  padding-left: 36px
}

.auctions .folder-select .nice-select:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/sorting-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.auctions .sorting-select .nice-select {
  min-width: 275px;
  padding-left: 36px
}

.auctions .sorting-select .nice-select:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/sorting-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.auctions .nice-select {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.auctions__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  gap: 20px;
  margin-top: 20px
}

.auctions .work-card::after {
  display: none
}

.auctions .work-card__desc {
  padding: 0;
  margin-top: 10px
}

.auctions .work-card .sale {
  padding: 7px 19px
}

.auctions .work-card__title {
  min-height: 62px;
  font-size: 22px
}

.auctions .work-card__btn2 {
  height: 50px;
  border-radius: 12px;
  padding: 5px 40px
}

.auctions .work-card__btn2:hover {
  background: #5856d2;
  color: #fff
}

.auctions .work-card__btn2 span {
  font-size: 15px
}

.auctions .pagination {
  margin-top: 30px
}

.contests2 .auctions__cards {
  gap: 40px 20px
}

@media screen and (max-width:1200px) {
  .auctions .work-card__title {
    min-height: 45px;
    font-size: 17px
  }
}

@media screen and (max-width:992px) {
  .auctions__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 10.6666666667px));
    gap: 16px
  }

  .contests2 .auctions__cards {
    gap: 32px 16px
  }
}

@media screen and (max-width:767px) {
  .auctions__cards {
    grid-template-columns: repeat(2, calc(50% - 8px))
  }

  .auctions .work-card:nth-child(12)~.work-card {
    display: none !important
  }
}

@media screen and (max-width:576px) {
  .auctions {
    padding: 15px 0 50px
  }

  .auctions .catalog__selects {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px
  }

  .auctions .nice-select {
    width: 100%;
    min-width: unset !important
  }

  .auctions .work-card__title {
    min-height: 37px;
    font-size: 14px
  }

  .auctions .work-card__btn2 {
    height: 38px;
    padding: 5px 10px
  }

  .auctions .work-card__btn2 span {
    font-size: 12px
  }

  .auctions .pagination {
    margin-top: 20px
  }
}

@media screen and (max-width:359px) {

  .auctions .catalog__selects,
  .auctions__cards {
    grid-template-columns: 100%
  }
}

.tariffs {
  padding: 15px 0 100px
}

.tariffs__title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700
}

.tariffs__subtitle {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
  margin-top: 15px
}

.tariffs-payment {
  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: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 91.9px 0 #e8e8e8;
  box-shadow: 0 0 91.9px 0 #e8e8e8;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px
}

.tariffs-payment__title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700
}

.tariffs-payment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px
}

.tariffs-payment__item {
  position: relative
}

.tariffs-payment__radio {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.tariffs-payment__radio:checked~.tariffs-payment__group {
  border-color: #5856d2
}

.tariffs-payment__radio:checked~.tariffs-payment__group .tariffs-payment__text {
  color: #5856d2
}

.tariffs-payment__group {
  min-width: 332px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #f8f8fc;
  border: 3px solid transparent;
  border-radius: 10px;
  padding: 15px 20px
}

.tariffs-payment__icon {
  max-width: 115px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.tariffs-payment__icon img {
  max-width: 100%
}

.tariffs-payment__text {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600
}

.tariffs__wrap {
  margin-top: 50px
}

.tariffs__radio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
  margin-top: 25px
}

.tariffs__radio {
  position: relative
}

.tariffs__radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.tariffs__radio input:checked~label {
  background: #5856d2;
  color: #fff
}

.tariffs__radio label {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 91.9px 0 #e8e8e8;
  box-shadow: 0 0 91.9px 0 #e8e8e8;
  border-radius: 12px;
  padding: 5px 32px;
  font-size: 16px;
  line-height: 125%;
  font-weight: 500
}

.tariffs__tabs {
  margin-top: 20px
}

.tariffs__tabs-head {
  display: none;
  margin: 0 !important
}

.tariffs__cards {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px
}

.tariff-card {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 91.9px 0 #e8e8e8;
  box-shadow: 0 0 91.9px 0 #e8e8e8;
  border-radius: 12px;
  padding-bottom: 10px
}

.tariff-card__title {
  padding: 20px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase
}

.tariff-card__price {
  width: calc(100% - 6px);
  background: #f8f8fc;
  border-radius: 12px;
  padding: 20px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #5856d2;
  margin: 0 auto
}

.tariff-card__price span {
  font-size: 32px
}

.tariff-card__list {
  padding: 0 20px
}

.tariff-card__list li {
  position: relative;
  max-width: 336px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin: 0 auto
}

.tariff-card__list li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebf3;
  pointer-events: none
}

.tariff-card__list li:last-child:after {
  display: none
}

.tariff-card__btn {
  width: calc(100% - 70px);
  height: 50px;
  padding: 5px 15px;
  margin: 10px auto 20px
}

.tariff-card__btn span {
  font-size: 16px
}

@media screen and (max-width:1200px) {
  .tariffs-payment__items {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .tariffs-payment__group {
    min-width: unset
  }
}

@media screen and (max-width:992px) {
  .tariffs__subtitle {
    max-width: 480px
  }

  .tariffs-payment {
    -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: start;
    gap: 20px;
    margin-top: 20px
  }

  .tariffs-payment__title {
    font-size: 20px
  }

  .tariffs-payment__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px))
  }

  .tariffs-payment__group {
    border-width: 2px
  }

  .tariffs-payment__icon {
    max-width: 60px
  }

  .tariffs-payment__text {
    font-size: 16px
  }

  .tariffs__radio {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }

  .tariffs__radio input:checked~label {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: unset;
    box-shadow: unset
  }

  .tariffs__tabs {
    margin-top: 15px
  }

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

  .tariffs__cards {
    grid-template-columns: 100%;
    margin-top: 30px
  }

  .tariffs .tab__content2 {
    display: none
  }

  .tariffs .tab__content2--active {
    display: block
  }

  .tariff-card__list li {
    max-width: 100%
  }

  .tariff-card__list li:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 525px
  }
}

@media screen and (max-width:576px) {
  .tariffs {
    padding: 15px 0 50px
  }

  .tariffs__title {
    font-size: 20px
  }

  .tariffs__subtitle {
    max-width: 270px;
    font-size: 14px;
    margin-top: 10px
  }

  .tariffs-payment {
    gap: 15px;
    padding: 20px
  }

  .tariffs-payment__title {
    font-size: 16px
  }

  .tariffs-payment__items {
    grid-template-columns: 100%;
    gap: 10px
  }

  .tariffs-payment__text {
    font-size: 14px
  }

  .tariffs__radio-btns {
    gap: 10px;
    margin-top: 15px
  }

  .tariffs__radio label {
    height: 40px;
    padding: 5px 15px;
    font-size: 14px
  }

  .tariffs__tabs {
    margin-top: 10px
  }

  .tariffs__cards {
    margin-top: 20px
  }

  .tariff-card {
    padding-bottom: 5px
  }

  .tariff-card__price,
  .tariff-card__title {
    padding: 15px;
    font-size: 18px
  }

  .tariff-card__price span {
    font-size: 24px
  }

  .tariff-card__list {
    padding: 0 15px
  }

  .tariff-card__list li {
    padding: 15px 0;
    font-size: 14px
  }

  .tariff-card__list li:after {
    max-width: 250px
  }

  .tariff-card__btn {
    width: calc(100% - 30px);
    height: 50px
  }
}

@media screen and (max-width:374px) {
  .tariffs__radio-btns {
    display: grid;
    grid-template-columns: 100%
  }
}

.products-add {
  padding: 15px 0 100px
}

.products-add .basket__group:first-child {
  margin-top: 0
}

.products-add__flex {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10px));
  gap: 20px;
  margin: 20px 0 60px
}

.products-add__desc {
  padding-top: 10px
}

.products-add__desc nav:not(:last-child) {
  margin-bottom: 20px
}

.products-add__desc h5 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 10px
}

.products-add__desc ol {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.products-add__desc ol li {
  list-style: auto inside;
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f
}

.products-add__desc ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.products-add__desc ul li {
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f
}

.products-add .basket__group {
  display: block
}

.products-add .form-group textarea {
  max-width: 820px
}

.products-add .file-input {
  padding-top: 15px;
  padding-bottom: 15px
}

.products-add .form-check {
  margin-top: 0
}

.products-add .select2-multiple {
  width: 100%
}

.products-add .select2 {
  max-width: 477px
}

.products-add .select2-selection {
  display: block !important
}

.products-add .select2-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.products-add__btn {
  height: 55px;
  padding: 5px 45px;
  margin-top: 30px
}

.products-add__btn span {
  font-size: 16px
}

.products-add .form-delivery {
  width: 100%
}

.products-add .form-delivery__group {
  max-width: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  background: #ededfa;
  border-radius: 12px;
  padding: 25px 20px
}

.products-add .form-delivery .form-check label {
  font-size: 16px
}

.products-add .form-delivery .form-check label:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff
}

.products-add .form-delivery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.products-add .form-delivery__change {
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.products-add .form-delivery__change:hover span {
  color: #5856d2
}

.products-add .form-delivery__change span {
  font-size: 16px;
  line-height: 100%;
  color: #9696b7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.products-add .form-delivery__delete {
  width: 13px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.products-add .form-delivery__delete:hover svg path {
  fill: #5856d2
}

.products-add .form-delivery__delete svg {
  width: 100%;
  height: auto
}

.products-add .form-delivery__delete svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.products-add .form-delivery__add {
  gap: 5px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin-top: 12px
}

.products-add .form-delivery__add i {
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.products-add .form-delivery__add i img {
  width: 100%
}

.products-add .form-delivery__add span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #5856d2
}

.products-add .gallery-add__small {
  margin-top: 10px
}

.products-add .gallery-add__small .swiper-slide {
  position: relative;
  background: #ededfa;
  border-radius: 12px;
  padding-bottom: 13.2%
}

.products-add .gallery-add .disabled-slide {
  opacity: .37;
  pointer-events: none
}

.products-add .gallery-add__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ededfa;
  border-radius: 12px;
  padding-bottom: 66%
}

.products-add .gallery-add__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 147px;
  height: auto
}

.products-add .gallery-add__add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  padding: 5px
}

.products-add .gallery-add__add input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}

.products-add .gallery-add__add label svg {
  width: 25px;
  max-width: 80%;
  height: auto
}

.products-add .gallery-add__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none
}

.products-add .gallery-add__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .62);
  border-radius: 12px;
  opacity: 0;
  pointer-events: none
}

.products-add .gallery-add__content:hover:after {
  opacity: 1
}

.products-add .gallery-add__content--active,
.products-add .gallery-add__content:hover .gallery-add__btns {
  opacity: 1;
  pointer-events: auto
}

.products-add .gallery-add__img2 {
  width: 100%;
  height: 100%;
  background-color: #ededfa;
  border-radius: 12px
}

.products-add .gallery-add__img2 img {
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.products-add .gallery-add__img3 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededfa;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none
}

.products-add .gallery-add__img3 img {
  width: 100%;
  height: 100%;
  border-radius: 12px
}

.products-add .gallery-add__img3--active {
  opacity: 1;
  pointer-events: auto
}

.products-add .gallery-add__btns {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
  opacity: 0;
  pointer-events: none
}

.products-add .gallery-add__delete {
  width: 16px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.products-add .gallery-add__delete:hover svg path {
  fill: #5856d2
}

.products-add .gallery-add__delete svg {
  width: 100%;
  height: auto
}

.products-add .gallery-add__delete svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.products-add .gallery-add__crop {
  width: 21px;
  display: none;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.products-add .gallery-add__crop:hover svg path {
  fill: #5856d2
}

.products-add .gallery-add__crop svg {
  width: 100%;
  height: auto
}

.products-add .gallery-add__crop svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

@media screen and (max-width:992px) {
  .products-add__flex {
    grid-template-columns: 100%;
    margin-bottom: 40px
  }

  .products-add__desc {
    padding-top: 0
  }
}

@media screen and (max-width:767px) {
  .products-add .form-delivery__group {
    max-width: 100%
  }
}

@media screen and (max-width:576px) {
  .products-add {
    padding-bottom: 50px
  }

  .products-add__desc h5 {
    font-size: 18px
  }

  .products-add .file-input {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .products-add .form-delivery .form-check label {
    font-size: 12px
  }

  .products-add .form-delivery__change span {
    font-size: 14px
  }

  .products-add .gallery-add__img img {
    max-width: 80px
  }

  .products-add .gallery-add__add svg {
    width: 16px
  }

  .products-add .gallery-add__btns {
    gap: 5px
  }

  .products-add .gallery-add__delete {
    width: 8px
  }

  .products-add .gallery-add__crop {
    width: 10px
  }
}

.chat {
  padding: 30px 0 100px
}

.chat__inner {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0 !important
}

.chat__top {
  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: 15px
}

.chat__top .form-check {
  margin-top: 0
}

.chat__subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.chat__title {
  font-size: 24px
}

.chat__cards {
  gap: 15px
}

.chat .ellipsis {
  position: relative;
  z-index: 2
}

.chat .ellipsis:hover .ellipsis-hidden {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

.chat .ellipsis-show {
  position: relative;
  z-index: 3;
  width: 24px;
  cursor: pointer
}

.chat .ellipsis-show img {
  width: 100%
}

.chat .ellipsis-hidden {
  position: absolute;
  z-index: 5;
  top: calc(100% + 20px);
  right: -20px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 265px;
  background: #fff;
  -webkit-box-shadow: 0 0 160.7px 0 rgba(139, 139, 139, .25);
  box-shadow: 0 0 160.7px 0 rgba(139, 139, 139, .25);
  border-radius: 12px;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s
}

.chat .ellipsis-hidden:after {
  content: "";
  position: absolute;
  top: -32px;
  right: 10px;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff
}

.chat .ellipsis-hidden:before {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  width: 100px;
  height: 25px;
  background: rgba(0, 0, 0, 0);
  opacity: 0
}

.chat .ellipsis-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ececec;
  padding: 10px 0
}

.chat .ellipsis-item:first-child {
  padding-top: 0
}

.chat .ellipsis-item:last-child {
  border-bottom: unset;
  padding-bottom: 0
}

.chat .ellipsis-item:hover {
  color: #5856d2
}

.chat .ellipsis-item:hover .ellipsis-item__icon circle,
.chat .ellipsis-item:hover i svg path {
  fill: #5856d2
}

.chat .ellipsis-item:hover .ellipsis-item__icon path {
  fill: #fff
}

.chat .ellipsis-item i {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.chat .ellipsis-item i svg {
  max-width: 100%;
  height: auto
}

.chat .ellipsis-item i svg circle,
.chat .ellipsis-item i svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.chat .ellipsis-item span {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.chat .message {
  max-width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.chat .message--row {
  margin-left: 60px
}

.chat .message-img {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.chat .message-img img {
  width: 100%
}

.chat .message-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.chat .message-text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.chat .message-time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #a2a7b2
}

.chat .messagemy {
  max-width: 365px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #edf1f7;
  border-radius: 8px;
  padding: 12px 16px;
  margin-left: auto
}

.chat .messagemy-text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600
}

.chat .messagemy-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.chat .messagemy-time {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #9f9f9f
}

.chat .messagemy .read {
  width: 22px
}

.chat .messagemy .read img {
  width: 100%
}

.chat-card {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  border: unset !important;
  padding: 15px 20px !important
}

.chat-card:hover {
  background: #ededff
}

.chat-card:hover .chat-card__check label:after {
  background-color: #fff
}

.chat-card:hover .chat-card__delete,
.chat-card:hover .ellipsis {
  display: block
}

.chat-card .user-img {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -10px;
  width: 47px
}

.chat-card__right {
  max-width: 100% !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px
}

.chat-card__group {
  max-width: 815px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.chat-card__group2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.chat-card__subtitle {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.chat-card__text {
  margin-top: 10px
}

.chat-card__text p {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.chat-card__subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.chat-card .read {
  width: 22px
}

.chat-card .read img {
  width: 100%
}

.chat-card .notread {
  position: relative;
  margin-right: 20px
}

.chat-card .notread:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: #ea5252;
  border-radius: 50%
}

.chat-card .message-date,
.chat-card .message-time {
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f
}

.chat-card__delete {
  width: auto;
  height: auto;
  display: none;
  background: rgba(0, 0, 0, 0) !important;
  padding: 0
}

.chat-card__delete:hover svg path {
  fill: #5856d2
}

.chat-card__delete svg {
  width: 100%;
  height: auto
}

.chat-card .ellipsis {
  display: none
}

.notread-card .chat-card__subtitle,
.notread-card .chat-card__text p,
.notread-card .chat-card__title,
.notread-card .message-date,
.notread-card .message-time {
  font-weight: 700;
  color: #3f3f3f
}

.chat2__inner {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 30px
}

.chat2__top {
  background: #5856d2;
  border-radius: 20px 20px 0 0;
  padding: 18px 30px
}

.chat2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.chat2__btn i {
  width: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.chat2__btn i img {
  width: 100%
}

.chat2__btn span {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: #fff
}

.chat-user {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 15px 60px 15px 30px
}

.chat-user:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 60px);
  height: 1px;
  background: #ececec
}

.chat-user__img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px
}

.chat-user__img img {
  width: 100%
}

.chat-user__img2 {
  position: absolute;
  z-index: 2;
  top: -5px;
  right: -5px;
  width: 26px
}

.chat-user__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.chat-user__name {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600
}

.chat-user__time {
  font-size: 14px;
  line-height: 100%;
  color: #9f9f9f
}

.chat-user__text {
  margin-top: 5px
}

.chat-user__text p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500
}

.chat-user .ellipsis {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.messages {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  padding-right: 10px;
  overflow-y: auto
}

.messages::-webkit-scrollbar {
  width: 3px
}

.messages::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px
}

.messages::-webkit-scrollbar-thumb {
  background: #5856d2;
  border-radius: 3px
}

.messages-wrap {
  padding: 30px
}

.messages-bottom {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 3px 16px;
  margin-left: 30px
}

.messages-add {
  width: 19px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.messages-add img {
  width: 100%;
  margin-top: -1px
}

.messages-file {
  position: relative
}

.messages-file input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.messages-file label {
  width: 18px;
  display: block;
  margin-top: -1px
}

.messages-file label img {
  width: 100%
}

.messages-textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.messages-textarea textarea {
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 16px 0 13px;
  resize: none;
  font-size: 16px;
  line-height: 100%
}

.messages-textarea textarea::-webkit-input-placeholder {
  color: #9f9f9f
}

.messages-textarea textarea::-moz-placeholder {
  color: #9f9f9f
}

.messages-textarea textarea:-ms-input-placeholder {
  color: #9f9f9f
}

.messages-textarea textarea::-ms-input-placeholder {
  color: #9f9f9f
}

.messages-textarea textarea::placeholder {
  color: #9f9f9f
}

.messages-btn {
  width: 20px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.messages-btn img {
  width: 100%;
  margin-top: -1px
}

@media screen and (max-width:1200px) {

  .chat-card .message-date,
  .chat-card .message-time,
  .chat-card__subtitle,
  .chat-card__text p {
    font-size: 14px
  }

  .chat2__btn i {
    width: 18px
  }

  .chat2__btn span {
    font-size: 18px
  }
}

@media screen and (max-width:992px) {

  .chat-card .ellipsis,
  .chat-card__delete {
    display: block
  }
}

@media screen and (max-width:767px) {
  .chat-card .user-img {
    width: 32px
  }
}

@media screen and (max-width:576px) {
  .chat {
    padding: 15px 0 50px
  }

  .chat__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: start
  }

  .chat .ellipsis-show {
    width: 16px
  }

  .chat .ellipsis-hidden {
    top: calc(100% + 10px);
    width: 200px;
    padding: 15px
  }

  .chat .ellipsis-hidden:after {
    right: 8px
  }

  .chat .ellipsis-hidden:before {
    top: -11px;
    height: 12px;
    width: 60px
  }

  .chat .ellipsis-item {
    padding: 8px 0
  }

  .chat .ellipsis-item i {
    width: 12px
  }

  .chat .ellipsis-item span {
    font-size: 11px
  }

  .chat .message {
    max-width: 300px
  }

  .chat .message-img {
    width: 30px
  }

  .chat .message-text,
  .chat .message-time {
    font-size: 12px
  }

  .chat .messagemy {
    max-width: 300px
  }

  .chat .messagemy-text,
  .chat .messagemy-time {
    font-size: 12px
  }

  .chat .messagemy .read {
    width: 16px
  }

  .chat-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 15px !important
  }

  .chat-card .user-img {
    top: -5px;
    right: -5px
  }

  .chat-card__right {
    position: relative;
    -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: start;
    gap: 10px !important;
    padding: 0 0 22px
  }

  .chat-card__group2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .chat-card__subtitle,
  .chat-card__text p {
    font-size: 12px
  }

  .chat-card__subgroup:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0
  }

  .chat-card .read {
    width: 16px
  }

  .chat-card .message-date,
  .chat-card .message-time {
    font-size: 12px
  }

  .chat2__inner {
    border-radius: 15px;
    padding-bottom: 18px
  }

  .chat2__top {
    border-radius: 15px 15px 0 0;
    padding: 18px
  }

  .chat2__btn span {
    font-size: 16px
  }

  .chat-user {
    padding: 12px 40px 12px 18px
  }

  .chat-user:after {
    width: calc(100% - 36px)
  }

  .chat-user__group {
    -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: start
  }

  .chat-user__name {
    font-size: 14px
  }

  .chat-user__text p,
  .chat-user__time {
    font-size: 12px
  }

  .chat-user .ellipsis {
    right: 18px
  }

  .messages {
    height: 300px;
    gap: 24px
  }

  .messages-wrap {
    padding: 18px
  }

  .messages-bottom {
    width: calc(100% - 36px);
    gap: 12px;
    margin-left: 18px
  }

  .messages-add,
  .messages-file label {
    width: 16px
  }

  .messages-textarea textarea {
    font-size: 14px
  }

  .messages-btn {
    width: 16px
  }
}

.poster-main {
  padding: 15px 0 100px
}

.poster-main__cards {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  gap: 20px;
  margin-top: 20px
}

.poster-main .poster-card__tag {
  background: #f3f3ff;
  color: #5856d2
}

.poster-main .poster-card__desc {
  padding: 20px
}

.poster-main .poster-card__group {
  margin-top: 20px
}

.poster-main .poster-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.poster-main .poster-card__price i {
  width: 14px
}

.poster-main .poster-card__price span {
  font-size: 16px
}

.poster-main .pagination {
  margin-top: 30px
}

.poster2 {
  padding: 15px 0 50px
}

.poster2__title {
  font-size: 28px;
  line-height: 100%;
  font-weight: 700
}

.poster2__wrap {
  position: relative;
  margin-top: 12px
}

.poster2__img img {
  width: 100%;
  min-height: 400px;
  border-radius: 20px
}

.poster2__group {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 12px;
  margin: 15px
}

.poster2__subgroup2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.poster2 .poster-card__age {
  left: 0;
  right: unset;
  font-size: 16px;
  margin: 15px
}

.poster2 .poster-card__location span {
  font-size: 16px
}

.poster2 .poster-card__time {
  font-size: 16px;
  margin-top: 10px
}

.poster2 .poster-card__price {
  margin: 0
}

.poster2 .poster-card__price i {
  width: 20px
}

.poster2 .poster-card__price span {
  font-size: 20px
}

.poster2__text {
  margin-top: 20px
}

.poster2__text h4 {
  font-size: 20px;
  line-height: 125%;
  font-weight: 600;
  margin-bottom: 15px
}

.poster2__text p {
  font-size: 16px;
  line-height: 125%;
  color: #9f9f9f;
  margin-bottom: 30px
}

.poster2__text img {
  max-width: 100%;
  border-radius: 20px;
  margin: 0 auto 30px
}

.poster2__wrap2 p {
  font-size: 16px;
  line-height: 125%;
  color: #9f9f9f
}

.poster2__wrap2 a {
  text-decoration: underline;
  color: #5856d2
}

.poster2__wrap2 a:hover {
  text-decoration: unset
}

.poster2__group3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 15px 25px;
  margin: 20px 0
}

.poster2__group3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #5856d2;
  pointer-events: none
}

.poster2__group3 img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px
}

.poster2__group3 p {
  color: #3f3f3f
}

.poster2__group4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px
}

.poster2 .poster-card__tag {
  position: static;
  background: #f3f3ff;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #5856d2;
  margin: 0
}

.poster2__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.poster2__social {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5856d2;
  border-radius: 50%
}

.poster2__social:hover {
  opacity: .7
}

.poster2__social img {
  max-width: 20px
}

.poster-map {
  padding: 50px 0
}

.poster-map .map {
  margin-top: 30px
}

.poster-map .map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px
}

.poster-feedback {
  padding: 50px 0
}

.poster-feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px
}

.poster-feedback__title span {
  font-size: 32px;
  color: #9f9f9f
}

.poster-feedback__select--mob {
  display: none
}

.poster-feedback .nice-select {
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border: none;
  padding: 0 18px 0 0;
  font-size: 16px;
  color: #9f9f9f
}

.poster-feedback .nice-select:after {
  right: 0
}

.poster-feedback .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background: #f8f8fc;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px
}

.poster-feedback .message-textarea {
  width: 100%;
  height: 55px;
  resize: none;
  background: rgba(0, 0, 0, 0);
  border-color: transparent;
  padding: 15px 0;
  font-size: 16px;
  line-height: 100%;
  margin: 0
}

.poster-feedback .message-textarea::-webkit-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.poster-feedback .message-textarea::-moz-placeholder {
  color: rgba(63, 63, 63, .5)
}

.poster-feedback .message-textarea:-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.poster-feedback .message-textarea::-ms-input-placeholder {
  color: rgba(63, 63, 63, .5)
}

.poster-feedback .message-textarea::placeholder {
  color: rgba(63, 63, 63, .5)
}

.poster-feedback .message-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.poster-feedback .message-file {
  position: relative
}

.poster-feedback .message-file input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.poster-feedback .message-file label {
  width: 25px;
  display: block;
  margin-top: -1px
}

.poster-feedback .message-file label img {
  width: 100%
}

.poster-feedback .message-emojis {
  width: 28px;
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.poster-feedback .message-emojis img {
  width: 100%
}

.poster-feedback .message-btn {
  height: 55px;
  padding: 5px 25px
}

.poster-feedback .message-btn i {
  display: none
}

.poster-feedback .message-btn span {
  font-size: 16px
}

.poster-feedback__cards {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
  margin-top: 30px
}

.poster-feedback .all-card .poster-feedback__card:nth-child(6)~.poster-feedback__card {
  display: block
}

.poster-feedback .show-more {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.poster-feedback .show-more:hover {
  text-decoration: unset;
  color: #5856d2
}

.poster-feedback .show-more span:nth-child(2),
.poster-feedback .show-more--active span:nth-child(1) {
  display: none
}

.poster-feedback .show-more--active span:nth-child(2) {
  display: block
}

.poster-feedback__card:nth-child(6)~.poster-feedback__card {
  display: none
}

.poster-feedback__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.poster-feedback__card-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.poster-feedback__card .poster-feedback__user-img {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.poster-feedback__card .poster-feedback__user-img img {
  width: 100%
}

.poster-feedback__card .poster-feedback__user-name {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.poster-feedback__card-date {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #9f9f9f
}

.poster-feedback__card-text {
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px
}

.poster-feedback__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px
}

.poster-feedback__card-reply {
  background: rgba(0, 0, 0, 0);
  padding: 0
}

.poster-feedback__card-reply:hover span {
  color: #5856d2
}

.poster-feedback__card-reply span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #9f9f9f;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.poster-feedback__card-like {
  position: relative
}

.poster-feedback__card .poster-feedback__like-img {
  width: 23px
}

.poster-feedback__card .poster-feedback__like-img img {
  width: 100%
}

.poster-feedback__card .poster-feedback__like-icon {
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 12px
}

.poster-feedback__card .poster-feedback__like-icon img {
  width: 100%
}

.poster-feedback__card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.poster-feedback__card-radio {
  position: relative
}

.poster-feedback__card-radio input {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0
}

.poster-feedback__card-radio input:checked~label {
  background: #5856d2;
  color: #fff
}

.poster-feedback__card-radio label {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #f8f8fc;
  border-radius: 66px;
  padding: 1px 8px
}

.poster-feedback__card-radio label i {
  width: 18px
}

.poster-feedback__card-radio label i img {
  width: 100%
}

.poster-feedback__card-radio label span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500
}

.poster-similar {
  padding: 50px 0
}

.poster-similar .poster-card__tag {
  background: #f3f3ff;
  color: #5856d2
}

.poster-similar .poster-card__desc {
  padding: 20px
}

.poster-similar .poster-card__group {
  margin-top: 20px
}

.poster-similar .poster-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}

.poster-similar .poster-card__price i {
  width: 14px
}

.poster-similar .poster-card__price span {
  font-size: 16px
}

.connection2 {
  background: #eff2f9;
  margin: 50px 0 0
}

.connection2__inner {
  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: 24px;
  padding: 42px 0
}

@media screen and (min-width:993px) {
  .connection2__title {
    font-size: 37px
  }
}

.connection2__subtitle {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .32px;
  color: #8b8d91;
  margin-top: 12px
}

.connection2 .form {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.connection2 .form-group input {
  width: 355px;
  background: #fff
}

.connection2 .form-btn {
  width: auto;
  padding: 5px 57.5px;
  margin-top: 0
}

@media screen and (max-width:1200px) {
  .connection2__inner {
    -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: start
  }
}

@media screen and (max-width:1100px) {
  .poster-main__cards {
    grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px))
  }
}

@media screen and (max-width:992px) {
  .poster-main__cards {
    grid-template-columns: repeat(2, calc(50% - 10px))
  }

  .poster2__title {
    font-size: 24px
  }

  .poster2 .poster-card__price i {
    width: 16px
  }

  .poster2 .poster-card__price span {
    font-size: 16px
  }

  .poster-feedback__title span {
    font-size: 26px
  }
}

@media screen and (max-width:767px) {
  .poster-main__cards {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 20px 10px
  }

  .connection2__inner {
    gap: 16px
  }

  .connection2 .form {
    width: 100%;
    -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: start;
    gap: 16px
  }

  .connection2 .form-btn,
  .connection2 .form-group,
  .connection2 .form-group input {
    width: 100%
  }
}

@media screen and (max-width:576px) {
  .poster-main {
    padding: 15px 0 50px
  }

  .poster-main .poster-card__desc {
    padding: 10px
  }

  .poster-main .poster-card__group {
    margin-top: 15px
  }

  .poster-main .poster-card__price i {
    width: 12px
  }

  .poster-main .poster-card__price span {
    font-size: 12px
  }

  .poster2 {
    padding: 15px 0 25px
  }

  .poster2__img img {
    min-height: 250px;
    border-radius: 12px
  }

  .poster2__group {
    position: static;
    width: 100%;
    -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: start;
    gap: 20px;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 20px 0 0
  }

  .poster2__subgroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
  }

  .poster2__subgroup2 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 50px
  }

  .poster2 .poster-card__time {
    margin-top: 0
  }

  .poster2 .poster-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .poster2 .poster-card__price i {
    width: 16px
  }

  .poster2 .poster-card__price span {
    font-size: 20px
  }

  .poster2 .poster-card__btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 15px
  }

  .poster2 .poster-card__age {
    margin: 10px
  }

  .poster2__text h4 {
    font-size: 18px
  }

  .poster2__text p {
    font-size: 14px;
    margin-bottom: 15px
  }

  .poster2__text img {
    font-size: 12px;
    margin-bottom: 15px
  }

  .poster2__wrap2 p {
    font-size: 14px
  }

  .poster2__group3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
    padding: 15px;
    margin: 15px 0
  }

  .poster2__group3:after {
    width: 3px
  }

  .poster2__group3 img {
    width: 110px;
    height: 110px
  }

  .poster2__group3 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
  }

  .poster2__group4 {
    margin-top: 15px
  }

  .poster-map {
    padding: 25px 0
  }

  .poster-map .map {
    border-radius: 12px;
    margin-top: 20px
  }

  .poster-feedback {
    padding: 25px 0
  }

  .poster-feedback__title span {
    font-size: 14px
  }

  .poster-feedback__select {
    display: none
  }

  .poster-feedback__select--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }

  .poster-feedback .message {
    gap: 10px;
    padding: 16px
  }

  .poster-feedback .message-textarea {
    height: 46px;
    padding: 16px 0 13px;
    font-size: 14px
  }

  .poster-feedback .message-group {
    gap: 10px
  }

  .poster-feedback .message-emojis,
  .poster-feedback .message-file label {
    width: 18px
  }

  .poster-feedback .message-btn {
    height: auto;
    background: rgba(0, 0, 0, 0);
    padding: 0
  }

  .poster-feedback .message-btn i {
    width: 18px;
    display: block
  }

  .poster-feedback .message-btn i img {
    width: 100%
  }

  .poster-feedback .message-btn span {
    display: none
  }

  .poster-feedback__cards {
    gap: 20px;
    margin-top: 20px
  }

  .poster-feedback .show-more {
    margin-top: 20px
  }

  .poster-feedback__card-text {
    font-size: 14px
  }

  .poster-similar {
    padding: 25px 0
  }

  .poster-similar .poster-card__desc {
    padding: 10px
  }

  .poster-similar .poster-card__group {
    margin-top: 15px
  }

  .poster-similar .poster-card__price i {
    width: 12px
  }

  .poster-similar .poster-card__price span {
    font-size: 12px
  }

  .connection2 {
    margin-top: 25px
  }

  .connection2__subtitle {
    font-size: 14px
  }
}

@media screen and (max-width:359px) {
  .poster-main__cards {
    grid-template-columns: 100%
  }
}

.footer {
  background: #222228;
  padding: 60px 0 45px;
  color: #fff
}

.footer__wrap {
  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: start;
  gap: 70px
}

.footer__logo {
  width: 279px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block
}

.footer__logo img {
  width: 100%
}

.footer__items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: start;
  gap: 24px
}

.footer__item-title {
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: .28px;
  margin-bottom: 10px;
  pointer-events: none
}

.footer__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.footer__list li a {
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: .28px
}

.footer__list li a:hover {
  color: #5856d2
}

.footer__group {
  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;
  margin-top: 70px
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.footer__social {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5856d2;
  border-radius: 50%
}

.footer__social:hover {
  opacity: .7
}

.footer__social img {
  max-width: 26px;
  max-height: 100%
}

.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: .28px;
  color: rgba(255, 255, 255, .5);
  margin-top: 40px
}

.footer__language {
  display: none
}

.footer .nice-select {
  min-width: unset !important;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 0 18px 0 0;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500
}

.footer .nice-select:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 6px;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto
}

.footer .nice-select:hover:after {
  background-image: url(../img/down-arrow3.svg)
}

.footer .nice-select .current {
  color: #fff
}

.footer .nice-select .list {
  z-index: 3;
  width: auto;
  min-width: 50px;
  background: #fff;
  -webkit-box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  box-shadow: 0 15px 35.5px 0 rgba(118, 118, 118, .25);
  border-radius: 12px;
  padding: 0 5px;
  margin-top: 2px
}

.footer .nice-select .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
  border: none;
  padding: 6px 0;
  font-size: 14px;
  line-height: 125%;
  color: #9f9f9f
}

.footer .nice-select .list li:first-child {
  padding-top: 8px
}

.footer .nice-select .list li:last-child {
  padding-bottom: 8px
}

.footer .nice-select .list li:not(:last-child) {
  border-bottom: 1px solid #ececec
}

.footer .nice-select .list .selected {
  font-weight: 500;
  color: #3f3f3f
}

@media screen and (max-width:1200px) {
  .footer__wrap {
    gap: 48px
  }

  .footer__logo {
    width: 220px
  }
}

@media screen and (max-width:992px) {
  .footer {
    padding: 50px 0 70px
  }

  .footer__wrap {
    -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: 70px
  }

  .footer__logo {
    width: 279px
  }

  .footer__items {
    width: 100%
  }

  .footer__group {
    margin-top: 60px
  }
}

@media screen and (max-width:576px) {
  .footer {
    padding: 40px 0
  }

  .footer__wrap {
    gap: 40px
  }

  .footer__logo {
    width: 240px
  }

  .footer__items {
    -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;
    text-align: center;
    gap: 20px
  }

  .footer__item-title {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    margin-bottom: 0;
    cursor: pointer;
    pointer-events: auto
  }

  .footer__item-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 7px;
    background-image: url(../img/down-arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .footer .item-show--active .footer__item-title:after {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
    -ms-transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg)
  }

  .footer__list {
    display: none;
    margin-top: 10px
  }

  .footer__list li:not(:first-child) {
    margin-top: 10px
  }

  .footer__group {
    margin-top: 40px
  }

  .footer__language {
    display: block
  }
}

