@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("MyriadPro-Regular"), local("MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.dn {
  display: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Sections
 * ========================================================================== */
/**
 * * Remove the margin in all browsers.
 * */
ul,
ol {
  list-style-type: none;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #282828;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/**
 * * Prevent `sub` and `sup` elements from affecting the line height in
 * * all browsers.
 * */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * * Remove the border on images inside links in IE 10.
 * */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * * 1. Change the font styles in all browsers.
 * * 2. Remove the margin in Firefox and Safari.
 * */
*:active,
*:hover,
*:focus {
  outline: 0;
  outline-offset: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge.
 * */
button,
input {
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  text-transform: none;
}

/**
 * * Correct the inability to style clickable types in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * * Remove the inner border and padding in Firefox.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus styles unset by the previous rule.
 * */
/**
 * * Correct the padding in Firefox.
 * */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Remove the padding so developers are not caught out when they zero out
 * *    `fieldset` elements in all browsers.
 * */
label {
  cursor: pointer;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * */
progress {
  vertical-align: baseline;
}

/**
 * * Remove the default vertical scrollbar in IE 10+.
 * */
textarea {
  overflow: auto;
}

/**
 * * 1. Add the correct box sizing in IE 10.
 * * 2. Remove the padding in IE 10.
 * */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * * Correct the cursor style of increment and decrement buttons in Chrome.
 * */
/**
 * * 1. Correct the odd appearance in Chrome and Safari.
 * * 2. Correct the outline style in Safari.
 * */
/**
 * * Remove the inner padding in Chrome and Safari on macOS.
 * */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style clickable types in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
 * ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox.
 * */
details {
  display: block;
}

/* * Add the correct display in all browsers.
 * */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * * Add the correct display in IE 10+.
 * */
template {
  display: none;
}

/**
 * * Add the correct display in IE 10.
 * */
[hidden] {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1720px;
  max-width: 95%;
}

body {
  margin: 0;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
}

.body__wrapper {
  margin-top: auto;
}

a {
  cursor: pointer;
}

.db {
  display: block !important;
}

.mobile {
  display: none;
}

.dn {
  display: none !important;
}

.wrapper {
  width: 100%;
  height: 1px;
}

.mobile1300 {
  display: none !important;
}

.mobile960 {
  display: none !important;
}

.mobile800 {
  display: none !important;
}

.page__wrapper {
  margin-bottom: auto;
}

p a {
  font-weight: bold;
  color: #4741a7;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.content-styles p {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  margin-bottom: 22px;
}

.content-styles a {
  color: #6f6c9e;
  font-weight: bold;
}

.content-styles h1 {
  font-size: 32px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}

.content-styles h2 {
  font-size: 36px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}

.content-styles h3 {
  font-size: 30px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 26px;
}

.content-styles h4 {
  font-size: 22px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}

.content-styles h5 {
  font-size: 18px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.content-styles ul {
  display: flex;
  flex-direction: column;
}

.content-styles ul li {
  padding-left: 38px;
  position: relative;
  font-size: 14px;
  color: #6f6c9e;
  margin-bottom: 20px;
}

.content-styles ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../img/pluse-ul.png) no-repeat center center;
}

.content-styles ol {
  display: flex;
  flex-direction: column;
}

.content-styles ol li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #6f6c9e;
  margin-bottom: 20px;
}

.content-styles ol li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 16px;
  font-weight: bold;
}

.content-styles ol li:nth-child(1):after {
  content: "01";
}

.content-styles ol li:nth-child(2):after {
  content: "02";
}

.content-styles ol li:nth-child(3):after {
  content: "03";
}

.content-styles ol li:nth-child(4):after {
  content: "04";
}

.content-styles ol li:nth-child(5):after {
  content: "05";
}

.content-styles ol li:nth-child(6):after {
  content: "06";
}

.content-styles ol li:nth-child(7):after {
  content: "07";
}

.content-styles ol li:nth-child(8):after {
  content: "08";
}

.content-styles ol li:nth-child(9):after {
  content: "09";
}

.content-styles ol li:nth-child(10):after {
  content: "10";
}

.content-styles ol li:nth-child(11):after {
  content: "11";
}

.modal-video-close-btn {
  cursor: pointer;
}

.container-product-container {
  width: 1840px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.base-input {
  width: 200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid grey;
}

.header {
  position: relative;
  height: 20vh;
  transition: 0.4s all linear;
}

.header.hiden-head {
  height: 0vh;
  overflow: hidden;
  transform: translateY(-100%);
}

.header__name {
  font-size: 16px;
  color: #6f6c9e;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__row:nth-child(1) {
  height: 66%;
  display: flex;
  align-items: center;
}

.header__row:nth-child(2) {
  height: 33%;
  background: #6f6c9e;
  min-height: 46px;
}

.header__row__content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.header__row__container {
  display: flex;
  align-items: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  width: 1720px;
  justify-content: space-between;
}

.header__menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.header__menu__link {
  font-family: "Montserrat", sans-serif;
  color: #6f6c9e;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.header__menu__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0px;
  background: #6f6c9e;
  opacity: 0;
  transition: 0.3s all ease;
}

.header__menu__link:hover::after {
  opacity: 1;
}

.header__menu__item {
  margin-right: 40px;
}

.header__menu__item:first-child {
  padding-right: 14px;
  border-right: 2px #6f6c9e solid;
  margin-right: 10px;
}

.header__menu__item:last-child {
  margin-right: 0;
}

.header__menu__button {
  margin-bottom: 28px;
  font-size: 16px;
  color: #6f6c9e;
}

.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  transition: 0.3s all ease;
  z-index: 9;
}

.header__logo__link {
  position: absolute;
  left: 50%;
  transform: translateX(-20%);
  top: 0px;
  transition: 0.3s all ease;
  z-index: 1;
  width: 300px;
  height: 200px;
}

.header__logo:hover+.header__logo-shadow {
  opacity: 1;
}

.header__logo-shadow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: 0.3s all ease;
  opacity: 0;
  z-index: 8;
}

.header__socials {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header__social {
  margin-left: 5px;
  margin-right: 5px;
}

.header__social__link {
  display: flex;
  position: relative;
  width: 35px;
  height: 35px;
}

.header__social__link:hover .header__social__img {
  opacity: 0;
}

.header__social__link:hover .header__social__img__active {
  opacity: 1;
}

.header__social__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  transition: 0.3s all linear;
}

.header__social__img__active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: 0.3s all linear;
}

.header__user {
  display: flex;
  align-items: center;
  color: #6f6c9e;
  font-size: 16px;
  min-width: 220px;
  justify-content: end;
  padding-left: 8px;
  padding-right: 8px;
  height: 22px;
  border-left: 2px solid #6f6c9e;
  border-right: 2px solid #6f6c9e;
}

.header__user__more {
  margin-left: 9px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.header__user__more:hover {
  opacity: 0.8;
}

.header__user__more__img {
  height: 22px;
  width: auto;
  margin-right: 4px;
}

.header__user__exit {
  margin-left: 9px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.header__user__exit:hover {
  opacity: 0.8;
}

.header__user__exit__img {
  height: 22px;
  width: auto;
}

.header__cart {
  display: flex;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

.header__cart__img {
  height: 22px;
  width: 100%;
  margin-right: 10px;
}

.header__cart__value {
  display: flex;
  align-items: center;
  color: #6f6c9e;
  font-size: 16px;
}

.header__cart__value span {
  margin-left: 4px;
}

.header__main-menu {
  display: flex;
  align-items: center;
}

.header__main-menu__link {
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.header__main-menu__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s all ease;
}

.header__main-menu__link:hover::after {
  opacity: 1;
}

.header__main-menu__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 16px;
}

.header__main-menu__item:nth-child(1) {
  padding-left: 0;
  border-right: 2px solid #ffffff;
}

.header__main-menu__icon {
  display: flex;
  height: 20px;
  width: 22px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 10px;
}

.header__main-menu__icon:hover .header__main-menu__icon__line:nth-child(1),
.header__main-menu__icon:hover .header__main-menu__icon__line:nth-child(2),
.header__main-menu__icon:hover .header__main-menu__icon__line:nth-child(3),
.header__main-menu__icon.active .header__main-menu__icon__line:nth-child(1),
.header__main-menu__icon.active .header__main-menu__icon__line:nth-child(2),
.header__main-menu__icon.active .header__main-menu__icon__line:nth-child(3) {
  width: 22px;
}

.header__main-menu__icon__line {
  display: flex;
  height: 1px;
  background: #e1e0eb;
  transition: 0.2s all linear;
}

.header__main-menu__icon__line:nth-child(1) {
  width: 17px;
}

.header__main-menu__icon__line:nth-child(2) {
  width: 22px;
}

.header__main-menu__icon__line:nth-child(3) {
  width: 12px;
}

.header__mail {
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 45px;
}

.header__mail__img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}

.header__form {
  width: 300px;
  height: 38px;
  background: #cdccdd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
}

.header__form__input {
  height: 100%;
  width: 240px;
  padding-left: 20px;
  background: #cdccdd;
  border: 0px;
  color: #6f6c9e;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.header__form__input::placeholder {
  color: #6f6c9e;
  font-size: 16px;
}

.header__form__input__button {
  border: 0px;
  background: none;
  cursor: pointer;
  transition: 0.3s all ease;
  padding-top: 6px;
}

.header__form__input__button:hover {
  opacity: 0.8;
}

.header__form__input__button__img {
  height: 20px;
  width: auto;
}

.header__modal-menu {
  z-index: 10;
  width: 790px;
  max-width: 95%;
  min-height: 500px;
  bottom: 0;
  transform: translateY(100%);
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-bottom: -20px;
  border-radius: 13px;
  box-shadow: 10px 10px 30px rgba(15, 19, 26, 0.3);
  background: #ffffff;
}

.header__modal-menu-pages {
  width: 200px;
  min-height: 260px;
}

.header__modal-menu__cross {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 2px solid #6f6c9e;
  transition: 0.3s all ease;
}

.header__modal-menu__cross:hover {
  border: 2px solid #bb7db2;
}

.header__modal-menu__cross:hover::after {
  background: #bb7db2;
}

.header__modal-menu__cross:hover::before {
  background: #bb7db2;
}

.header__modal-menu__cross::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #6f6c9e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s all ease;
}

.header__modal-menu__cross::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #6f6c9e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s all ease;
}

.header__modal-menu__items {
  width: 180px;
  max-width: 90%;
}

.header__modal-menu__item a {
  font-size: 16px;
  color: #424243;
  margin-bottom: 16px;
  display: flex;
  transition: 0.3s all ease;
}

.header__modal-menu__item a:hover {
  color: #4741a7;
}

.header__modal-menu__item:nth-child(1) a {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.banners__items {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  width: 1720px;
  padding-left: 20px;
  max-width: 95%;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.banners__items:last-child {
  margin-bottom: 0px;
}

.banners__items>.banners__item__big {
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  box-shadow: 0px 10px 20px rgba(15, 19, 26, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.banners__item {
  position: relative;
  width: 420px;
  height: 420px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
  align-items: end;
  justify-content: start;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.banners__item:last-child {
  margin-right: 0;
}

.banners__item__slider {
  width: 770px;
  height: 420px;
  margin-right: 0;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 30px;
  margin-top: 20px;
  box-shadow: 0px 10px 20px rgba(15, 19, 26, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.banners__item__big {
  width: 770px;
  height: 420px;
  position: relative;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
  align-items: end;
  justify-content: start;
}

.banners__item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  z-index: 1;
  object-fit: cover;
}

.banners__buttons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
}

.banners__button {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  background: #4741a7;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.banners__button:last-child {
  margin-right: 0;
}

.banners__button:hover {
  background: #bb7db2;
}

.banners__pagination {
  position: absolute;
  z-index: 4;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
}

.banners__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  opacity: 1;
}

.banners__pagination .swiper-pagination-bullet-active {
  background: #6f6c9e;
}

.main-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
}

.main-products__wrapper {
  width: 1860px;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.main-products .container {
  display: flex;
  justify-content: start;
  margin-left: auto;
  margin-right: auto;
}

.main-products__container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 20px;
}

.main-products__list {
  display: flex;
  position: relative;
  z-index: 5;
  margin-bottom: -50px;
  margin-right: 300px;
}

.main-products__list__item {
  font-size: 18px;
  color: #6f6c9e;
  background: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.main-products__list__item:hover {
  background: #d7e7f1;
}

.main-products__list__item.active {
  background: #d7e7f1;
}

.main-products__item {
  display: flex;
  padding: 20px 8px 20px 8px;
  justify-content: space-around;
  border-radius: 20px;
  transition: 0.3s all ease;
  position: relative;
  overflow: hidden;
}

.main-products__item-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-products__item-new__price {
  font-size: 21px;
  color: #6f6c9e;
  font-weight: 500;
}

.main-products__item-new__title {
  font-size: 18px;
  font-weight: bold;
  color: #6f6c9e;
  margin-bottom: 14px;
}

.main-products__item-new__preview {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-products__item-new__preview:hover .main-products__item-new__img-container {
  box-shadow: 3px 3px 4px rgba(71, 65, 167, 0.4);
}

.main-products__item-new__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.main-products__item-new__img-container {
  max-width: 100%;
  width: 322px;
  height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
  background: #bfd2de;
  transition: 0.3s all ease;
}

.main-products__item__preview {
  max-width: 70%;
}

.main-products__item__sub {
  font-size: 14px;
  color: #6f6c9e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 40px;
  background: #b7c9d5;
  border-radius: 10px;
  margin-bottom: 16px;
}

.main-products__item__price {
  font-size: 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.main-products__item__price__value {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}

.main-products__item__content {
  width: 70px;
  flex-direction: column;
  margin-right: 8px;
}

.main-products__item__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  align-items: center;
  opacity: 0;
  transition: 0.3s all ease;
}

.main-products__item__button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.main-products__item__button:hover {
  background: #bb7db2;
}

.main-products__item__button:hover .main-products__item__button__img {
  opacity: 0;
}

.main-products__item__button:hover .main-products__item__button__img-active {
  opacity: 1;
}

.main-products__item__button__img {
  width: 26px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all linear;
}

.main-products__item__button__img-active {
  width: 26px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s all linear;
}

.main-products__item__button:last-child {
  margin-bottom: 0;
}

.main-products__item__size {
  font-size: 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 0.3s all ease;
}

.main-products__item__size__title {
  margin-bottom: 4px;
}

.main-products__item__size__num {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 9px;
}

.main-products__item__size__line {
  display: flex;
  height: 2px;
  width: 18px;
  background: #ffffff;
  margin-bottom: 9px;
}

.main-products__item__img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-products__item__img__container {
  width: 300px;
  height: 380px;
  border-radius: 20px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 3px 3px 4px rgba(71, 65, 167, 0.3);
  margin-bottom: 30px;
  background: #bfd2de;
  position: relative;
}

.main-products__item__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-products__item__title {
  font-size: 18px;
  font-weight: bold;
  color: #6f6c9e;
}

.main-products__prev {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0px;
  right: 180px;
  cursor: pointer;
  z-index: 9;
}

.main-products__prev:hover img {
  opacity: 0;
}

.main-products__prev:hover img.active {
  opacity: 1;
}

.main-products__prev img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  transition: 0.3s all linear;
}

.main-products__prev img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
  transition: 0.3s all linear;
}

.main-products__next {
  width: 52px;
  height: 52px;
  position: absolute;
  border-radius: 100px;
  top: 0px;
  right: 94px;
  cursor: pointer;
  z-index: 9;
}

.main-products__next:hover img {
  opacity: 0;
}

.main-products__next:hover img.active {
  opacity: 1;
}

.main-products__next img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all linear;
}

.main-products__next img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all linear;
}

.why {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.why .container {
  display: flex;
  align-items: center;
  max-height: 100%;
  position: relative;
  justify-content: center;
}

.why__column:nth-child(1) {
  width: 770px;
}

.why__column:nth-child(2) {
  height: 670px;
  width: 930px;
}

.why__left {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 10px;
}

.why__left__info {
  display: flex;
  padding: 18px;
  background: #d7cbd4;
  width: 770px;
  max-width: 770px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  margin-bottom: 54px;
}

.why__left__img__container {
  width: 360px;
  height: 390px;
}

.why__left__content {
  display: flex;
  flex-direction: column;
}

.why__left__title {
  font-size: 48px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.why__left__sub {
  font-size: 18px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 26px;
}

.why__left__list {
  display: flex;
  flex-direction: column;
}

.why__left__list__item {
  padding-left: 38px;
  position: relative;
  font-size: 14px;
  color: #424243;
  margin-bottom: 20px;
}

.why__left__list__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../img/pluse.png) no-repeat center center;
}

.why__left__video {
  display: flex;
  align-items: center;
  margin-right: 75px;
  width: 400px;
}

.why__left__video__img {
  height: 50px;
  width: auto;
}

.why__left__video__img__contianer {
  min-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background: #bfd2de;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.why__left__video__img__contianer:hover {
  background: #d7cbd4;
}

.why__left__video__info {
  display: flex;
  flex-direction: column;
}

.why__left__video__info__title {
  font-size: 18px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.why__left__video__info__desc {
  font-size: 14px;
  color: #424243;
}

.why__right {
  position: relative;
  height: 670px;
  max-height: 100%;
  width: 930px;
  display: flex;
  align-items: center;
  background: #e3c09b;
  border-radius: 20px;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 60px;
  margin-left: 10px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
}

.why__right__content {
  width: 320px;
  margin-right: 55px;
}

.why__right__price {
  width: 75px;
  height: 36px;
  background: #6f6c9e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 24px;
  display: flex;
}

.why__right__title {
  font-size: 48px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  display: flex;
}

.why__right__sub {
  display: flex;
  font-size: 18px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.why__right__desc {
  font-size: 14px;
  color: #424243;
  margin-bottom: 34px;
  width: 250px;
}

.why__right__buttons {
  display: flex;
}

.why__right__button {
  height: 40px;
  min-width: 90px;
  padding-left: 9px;
  padding-right: 9px;
  background: #4741a7;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.why__right__button:hover {
  background: #bb7db2;
}

.why__right__button:last-child {
  margin-right: 0;
}

.why__right__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why__right__img__container {
  border-radius: 20px;
  height: 110%;
  width: 480px;
  overflow: hidden;
  box-shadow: 3px 3px 4px rgba(71, 65, 167, 0.4);
}

.constructor {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.constructor__title {
  font-size: 48px;
  color: #6f6c9e;
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}

.constructor__item {
  position: relative;
}

.constructor__item__button {
  font-size: 21px;
  color: #ffffff;
  height: 60px;
  border-radius: 10px;
  margin-right: 30px;
  background: #4741a7;
  width: 140px;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.constructor__item__button:hover {
  background: #d7cbd4;
}

.constructor__item__button:last-child {
  margin-right: 0;
}

.constructor__item__buttons {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__title {
  font-size: 35px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
}

.constructor__item__title__sub {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d7cbd4;
  border-radius: 10px;
}

.constructor__item__first {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__first__items {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
}

.constructor__item__first__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__first__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__first__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__first__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__first__slider {
  margin-bottom: 60px;
  margin-top: 90px;
}

.constructor__item__first__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__first__slide input {
  display: none;
}

.constructor__item__first__slide input:checked+.constructor__item__first__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__first__slide__img {
  max-width: 90%;
  max-height: 90%;
}

.constructor__item__first__slide__img__container {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}

.constructor__item__first__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__first__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__second {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__second__items {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
}

.constructor__item__second__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__second__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__second__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__second__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__second__slider {
  margin-bottom: 60px;
  margin-top: 90px;
}

.constructor__item__second__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__second__slide input {
  display: none;
}

.constructor__item__second__slide input:checked+.constructor__item__second__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__second__slide__img {
  max-width: 90%;
  max-height: 90%;
}

.constructor__item__second__slide__img__container {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}

.constructor__item__second__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__second__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__fird {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__fird input {
  display: none;
}

.constructor__item__fird input:checked+.constructor__item__second__fird__value {
  background: #d7cbd4;
}

.constructor__item__fird__value {
  font-size: 35px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #6f6c9e;
  height: 60px;
  min-width: 65px;
  margin-right: 25px;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background: #bfd2de;
  transition: 0.3s all ease;
}

.constructor__item__fird__value:hover {
  background: #e3c09b;
}

.constructor__item__fird__values {
  display: flex;
  margin-bottom: 48px;
  justify-content: start;
  flex-wrap: wrap;
}

.constructor__item__fird__values__scroll {
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
}

.constructor__item__fird__values__scroll::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__fird__values__scroll::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__fird__values__scroll::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__fird__values__scroll::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__fird__values__title {
  font-size: 35px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 28px;
  display: flex;
}

.constructor__item__fird__values input:checked+.constructor__item__fird__value {
  background: #e3c09b;
}

.constructor__item__fird__sub {
  font-size: 22px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 50px;
  align-items: center;
  display: flex;
  margin-bottom: 50px;
}

.constructor__item__fird__sub:hover span {
  border-bottom: 1px solid #8482ab;
}

.constructor__item__fird__sub__img {
  width: 30px;
  height: auto;
  margin-right: 14px;
}

.constructor__item__fourth {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__fourth__items {
  display: flex;
  flex-wrap: wrap;
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
  align-items: center;
}

.constructor__item__fourth__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__fourth__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__fourth__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__fourth__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__fourth__slider {
  margin-bottom: 90px;
  margin-top: 90px;
}

.constructor__item__fourth__slide {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__fourth__slide input {
  display: none;
}

.constructor__item__fourth__slide input:checked+.constructor__item__fourth__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__fourth__slide__img {
  max-width: 90%;
  max-height: 90%;
}

.constructor__item__fourth__slide__img__container {
  height: 180px;
  display: flex;
  align-items: end;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 18px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}

.constructor__item__fourth__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__fourth__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  min-height: 40px;
}

.constructor__item__five {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__five__items {
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.constructor__item__five__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__five__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__five__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__five__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__five__slider {
  margin-bottom: 0px;
  margin-top: 30px;
}

.constructor__item__five__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__five__slide input {
  display: none;
}

.constructor__item__five__slide input:checked+.constructor__item__five__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__five__slide__img {
  width: 100%;
  max-height: 90%;
  border-radius: 10px;
}

.constructor__item__five__slide__img__container {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.constructor__item__five__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__five__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__six {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__six__items {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.constructor__item__six__preview {
  min-width: 440px;
}

.constructor__item__six__preview__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.constructor__item__six__slider {
  margin-bottom: 0px;
  margin-top: 30px;
}

.constructor__item__six__slider__container {
  display: flex;
  align-items: center;
  overflow: auto;
  max-height: 530px;
  height: 530px;
  margin-bottom: 10px;
}

.constructor__item__six__slider__container::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__six__slider__container::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__six__slider__container::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__six__slider__container::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__six__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__six__slide input {
  display: none;
}

.constructor__item__six__slide input:checked+.constructor__item__six__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__six__slide__img {
  max-width: 90%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.constructor__item__six__slide__img__container {
  width: 200px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}

.constructor__item__six__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__six__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__six__prev {
  position: relative;
  min-width: 62px;
  width: 62px;
  height: 62px;
  display: flex;
  cursor: pointer;
  z-index: 9;
  margin-right: 18px;
}

.constructor__item__six__prev:hover img {
  opacity: 0;
}

.constructor__item__six__prev:hover img.active {
  opacity: 1;
}

.constructor__item__six__prev img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  transition: 0.3s all linear;
}

.constructor__item__six__prev img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
  transition: 0.3s all linear;
}

.constructor__item__six__next {
  width: 62px;
  height: 62px;
  position: absolute;
  border-radius: 100px;
  top: 52%;
  right: -80px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 9;
}

.constructor__item__six__next:hover img {
  opacity: 0;
}

.constructor__item__six__next:hover img.active {
  opacity: 1;
}

.constructor__item__six__next img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all linear;
}

.constructor__item__six__next img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all linear;
}

.constructor__item__seven {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__seven__items {
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.constructor__item__seven__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__seven__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__seven__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__seven__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__seven__value {
  height: 40px;
  display: flex;
  background: #bfd2de;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
}

.constructor__item__seven__sub {
  font-size: 22px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 60px;
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.constructor__item__seven__sub__img {
  width: 30px;
  height: auto;
  margin-right: 14px;
}

.constructor__item__seven__preview {
  width: 440px;
  height: 440px;
  min-width: 440px;
  margin-right: 30px;
}

.constructor__item__seven__preview__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.constructor__item__seven__slider__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.constructor__item__seven__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 20px;
}

.constructor__item__seven__slide__container {
  display: flex;
  align-items: center;
}

.constructor__item__seven__slide input {
  display: none;
}

.constructor__item__seven__slide input:checked+.constructor__item__seven__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__seven__slide__img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

.constructor__item__seven__slide__img__container {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 100%;
  transition: 0.3s all ease;
  cursor: pointer;
}

.constructor__item__seven__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__seven__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__seven__prev {
  position: relative;
  min-width: 62px;
  width: 62px;
  height: 62px;
  display: flex;
  cursor: pointer;
  z-index: 9;
  margin-right: 18px;
}

.constructor__item__seven__prev:hover img {
  opacity: 0;
}

.constructor__item__seven__prev:hover img.active {
  opacity: 1;
}

.constructor__item__seven__prev img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  transition: 0.3s all linear;
}

.constructor__item__seven__prev img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
  transition: 0.3s all linear;
}

.constructor__item__seven__next {
  width: 62px;
  height: 62px;
  position: absolute;
  border-radius: 100px;
  top: 52%;
  right: -80px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 9;
}

.constructor__item__seven__next:hover img {
  opacity: 0;
}

.constructor__item__seven__next:hover img.active {
  opacity: 1;
}

.constructor__item__seven__next img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all linear;
}

.constructor__item__seven__next img.active {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all linear;
}

.constructor__item__eight {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__eight__items {
  max-height: 530px;
  height: 530px;
  overflow: auto;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.constructor__item__eight__items::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__eight__items::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__eight__items::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__eight__items::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__eight__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}

.constructor__item__eight__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.constructor__item__eight__slide input {
  display: none;
}

.constructor__item__eight__slide input:checked+.constructor__item__eight__slide__img__container {
  background: #d7cbd4;
}

.constructor__item__eight__slide__img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.constructor__item__eight__slide__img__container {
  width: 260px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfd2de;
  border-radius: 15px;
  margin-bottom: 30px;
  transition: 0.3s all ease;
  cursor: pointer;
  position: relative;
}

.constructor__item__eight__slide__img__container:hover {
  background: #d7cbd4;
}

.constructor__item__eight__slide__title {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}

.constructor__item__nine {
  width: 1520px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.constructor__item__nine__content {
  width: 940px;
  max-width: 62%;
}

.constructor__item__nine__price {
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-left: 35px;
  margin-bottom: 20px;
  display: flex;
}

.constructor__item__nine__end {
  width: 340px;
  border: 1px solid #bfd2de;
  border-radius: 15px;
  padding: 20px 10px 20px 14px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 35px;
  box-shadow: 2px 2px 3px rgba(21, 21, 21, 0.2);
}

.constructor__item__nine__end__item {
  font-size: 16px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
}

.constructor__item__nine__end__item:last-child {
  margin-bottom: 0;
}

.constructor__item__nine__title {
  font-size: 35px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 22px;
  padding-left: 30px;
}

.constructor__item__nine__desc {
  font-size: 14px;
  color: #424243;
  max-width: 730px;
  margin-bottom: 38px;
  padding-left: 30px;
}

.constructor__item__nine__container {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  height: 540px;
  max-height: 540px;
  margin-bottom: 20px;
  padding-right: 8px;
}

.constructor__item__nine__container::-webkit-scrollbar {
  width: 15px;
  border-radius: 10px;
}

.constructor__item__nine__container::-webkit-scrollbar-track {
  background: #bfd2de;
  border-radius: 10px;
}

.constructor__item__nine__container::-webkit-scrollbar-thumb {
  background: #c18fb4;
  transition: 0.3s all ease;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.constructor__item__nine__container::-webkit-scrollbar-thumb:hover {
  background: #d18cbe;
}

.constructor__item__nine__img__container {
  width: 440px;
  height: auto;
  max-width: 34%;
  margin-top: 40px;
  max-height: 450px;
}

.constructor__item__nine__img__container-desc {
  display: none;
}

.constructor__item__nine__img__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.constructor__item__nine input {
  display: none;
}

.constructor__item__nine input:checked+label .constructor__item__nine__value__info {
  background: #d7cbd4;
}

.constructor__item__nine__value {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #6f6c9e;
  width: 470px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: 0.3s all ease;
}

.constructor__item__nine__value:hover .constructor__item__nine__value__info {
  background: #d7cbd4;
}

.constructor__item__nine__value__info {
  background: #bfd2de;
  height: 60px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #6f6c9e;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
}

.constructor__item__nine__values {
  display: flex;
  margin-bottom: 44px;
  justify-content: start;
}

.constructor__item__nine__values__title {
  font-size: 35px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 28px;
  display: flex;
}

.constructor__item__nine__values input:checked+.constructor__item__fird__value {
  background: #e3c09b;
}

.constructor__item__nine__sub {
  font-size: 22px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 0px;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.constructor__item__nine__sub__img {
  width: 30px;
  height: auto;
  margin-right: 14px;
}

.reviews {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.reviews__title {
  font-size: 48px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}

.reviews__container {
  display: flex;
  align-items: center;
}

.reviews__card {
  width: 940px;
  margin-right: 80px;
  max-width: 60%;
  display: flex;
  padding: 20px 30px 30px 70px;
  justify-content: space-between;
  background: #e3c09b;
  border-radius: 20px;
  align-items: center;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
}

.reviews__card__info {
  width: 280px;
}

.reviews__card__info__title {
  font-size: 48px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
  display: flex;
}

.reviews__card__info__title-sub {
  font-size: 18px;
  color: #6f6c9e;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-bottom: 18px;
}

.reviews__card__info__desc {
  font-size: 14px;
  color: #424243;
  margin-bottom: 20px;
  display: flex;
  line-height: 21px;
}

.reviews__card__socials {
  display: flex;
  margin-bottom: 40px;
}

.reviews__card__socials__tilte {
  font-size: 18px;
  color: #6f6c9e;
  display: flex;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.reviews__card__social {
  margin-right: 10px;
  height: 32px;
  width: 32px;
  display: flex;
  position: relative;
}

.reviews__card__social:hover .reviews__card__social__img {
  opacity: 0;
}

.reviews__card__social:hover .reviews__card__social__img-active {
  opacity: 1;
}

.reviews__card__social__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 1;
}

.reviews__card__social__img-active {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0;
}

.reviews__card__buttons {
  display: flex;
}

.reviews__card__button {
  height: 40px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #4741a7;
  margin-right: 30px;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.reviews__card__button:hover {
  background: #bb7db2;
}

.reviews__card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.reviews__card__img__container {
  width: 480px;
  position: relative;
  height: 570px;
  background: #bfd2de;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 3px rgba(71, 65, 167, 0.4);
}

.reviews__content {
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 410px;
  max-width: 100%;
}

.reviews__content__title {
  font-size: 48px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-bottom: 12px;
}

.reviews__content__title-sub {
  font-size: 18px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
}

.reviews__content__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  margin-bottom: 24px;
}

.reviews__content__button {
  height: 40px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #4741a7;
  transition: 0.3s all ease;
}

.reviews__content__button:hover {
  background: #bb7db2;
  border-radius: 10px;
}

.all {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.all .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all__column {
  position: relative;
  display: flex;
  flex-direction: column;
}

.all__column:nth-child(1) {
  width: 850px;
}

.all__column:nth-child(2) {
  width: 610px;
}

.all__title {
  font-size: 48px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-bottom: 24px;
}

.all__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  display: flex;
  margin-bottom: 22px;
}

.all__authore {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  display: flex;
  margin-bottom: 26px;
  font-weight: 400;
}

.all__authore span {
  color: #bb7db2;
  font-weight: bold;
  padding-left: 5px;
}

.all__button {
  width: 130px;
  height: 40px;
  background: #4741a7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.all__button:hover {
  background: #bb7db2;
}

.all__form__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  display: flex;
  margin-bottom: 22px;
}

.all__form__inputs {
  display: flex;
  margin-bottom: 30px;
}

.all__form__input {
  width: 200px;
  margin-right: 30px;
  height: 60px;
  border: 0px solid;
  background: #939393;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.all__form__input::placeholder {
  color: #ffffff;
}

.all__form__input.active {
  background: #ffffff;
  color: #5351fb;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.all__form__input:focus {
  background: #ffffff;
  color: #5351fb;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.all__form__input:last-child {
  margin-right: 0;
}

.all__form__label {
  color: #424243;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
  width: 540px;
  max-width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.all__form__label::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 25px;
  height: 25px;
  background: #5351fb;
  border-radius: 5px;
  left: -36px;
  cursor: pointer;
}

.all__form__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background: url(../img/form-check.png) no-repeat center center;
  left: -28px;
  top: 6px;
  opacity: 0;
  cursor: pointer;
}

.all__form__check {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.all__form__check:checked+label::after {
  opacity: 1;
}

.all__form__button {
  background: #4741a7;
  height: 40px;
  border-radius: 10px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
  cursor: pointer;
  border: 0px;
}

.all__form__button:hover {
  background: #bb7db2;
}

.all__form__img {
  align-self: end;
  margin-top: -80px;
  margin-right: 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.footer__line {
  width: 100%;
}

.footer__line:nth-child(2) {
  background: #6f6c9e;
}

.footer__container {
  width: 1720px;
  max-width: 95%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-height: 650px;
  padding-bottom: 30px;
  justify-content: space-between;
}

.footer__column:nth-child(1) {
  width: 500px;
  max-width: 95%;
  padding-top: 150px;
  padding-right: 50px;
}

.footer__column:nth-child(2) {
  width: 1060px;
  max-width: 95%;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-left: 60px;
  padding-top: 150px;
}

.footer__column:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #bccfdb;
  width: 1000%;
  height: 1000%;
}

.footer__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-bottom: 14px;
}

.footer__desc {
  font-size: 14px;
  color: #424243;
  margin-bottom: 10px;
  min-height: 80px;
}

.footer__desc-social {
  min-height: auto;
  margin-bottom: 16px;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
}

.footer__social {
  width: 37px;
  height: 35px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer__social:hover .footer__social__img {
  opacity: 0;
}

.footer__social:hover .footer__social__img-active {
  opacity: 1;
}

.footer__social__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  object-fit: cover;
}

.footer__social__img-active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  object-fit: cover;
  opacity: 0;
}

.footer__menu {
  width: 220px;
  margin-bottom: 20px;
}

.footer__menu:nth-child(4) {
  margin-right: 0;
}

.footer__menu__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.footer__list__item {
  display: flex;
  margin-bottom: 15px;
}

.footer__list__item:hover .footer__list__link {
  color: #4741a7;
}

.footer__list__link {
  font-size: 16px;
  color: #424243;
  transition: 0.3s all ease;
}

.footer__def {
  font-size: 14px;
  color: #ffffff;
}

.footer__def__container {
  width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 92%;
}

.footer__dev {
  font-size: 14px;
  color: #ffffff;
}

.footer__dev__link {
  color: #bccfdb;
}

.main__slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main__slider__container {
  height: 80vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: 0.4s all linear;
}

.main__slider__container.hiden-head {
  height: 100vh;
}

.main__slider>.swiper-wrapper>.swiper-slide {
  width: 100%;
  overflow: hidden;
}

.catalog {
  margin-top: 80px;
  margin-bottom: 100px;
}

.catalog__container {
  width: 1770px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
}

.catalog__title {
  font-size: 48px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

.catalog__filters {
  width: 365px;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}

.catalog__filter {
  border-radius: 15px;
  box-shadow: 0px 8px 30px rgba(15, 19, 26, 0.3);
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.catalog__filter__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  max-width: 100%;
}

.catalog__filter__img {
  height: 24px;
  width: auto;
  margin-left: 6px;
}

.catalog__filter__categorys {
  width: 245px;
  max-width: 100%;
  border-radius: 10px;
  background: #ffffff;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  border: 2px solid #6f6c9e;
}

.catalog__filter__categorys__head {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 22px;
}

.catalog__filter__categorys__head:hover .catalog__filter__categorys__icon {
  transform: rotate(180deg);
  opacity: 0;
}

.catalog__filter__categorys__head:hover .catalog__filter__categorys__icon-active {
  transform: rotate(180deg);
}

.catalog__filter__categorys__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  min-width: 150px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalog__filter__categorys__items {
  display: flex;
  flex-direction: column;
  max-height: 0px;
  overflow: hidden;
  align-items: start;
  transition: 0.3s all ease;
}

.catalog__filter__categorys__items.dn-c {
  display: none;
}

.catalog__filter__categorys__items input {
  display: none;
}

.catalog__filter__categorys__items input:checked+.catalog__filter__categorys__item {
  color: #4741a7;
  background: #e4bf9c;
}

.catalog__filter__categorys.active {
  padding-bottom: 14px;
  border: 2px solid #d7e7f1;
  background: #d7e7f1;
  box-shadow: 2px 2px 3px rgba(21, 21, 21, 0.17);
}

.catalog__filter__categorys.active .catalog__filter__categorys__icon {
  transform: rotate(180deg);
  opacity: 0;
}

.catalog__filter__categorys.active .catalog__filter__categorys__icon-active {
  transform: rotate(180deg);
}

.catalog__filter__categorys.active .catalog__filter__categorys__items {
  max-height: 1000px;
}

.catalog__filter__categorys__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}

.catalog__filter__categorys__icon-active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}

.catalog__filter__categorys__icon-container {
  width: 22px;
  height: 22px;
  position: relative;
}

.catalog__filter__categorys__item {
  font-size: 16px;
  color: #424243;
  transition: 0.3s all ease;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: 500;
  padding-left: 14px;
  margin-left: 6px;
  border-radius: 10px;
  padding-right: 14px;
}

.catalog__filter__categorys__item:hover {
  color: #4741a7;
  background: #c8e3f3;
}

.catalog__content {
  width: 1370px;
  max-width: 80%;
}

.catalog__items {
  display: flex;
  flex-wrap: wrap;
}

.catalog__items .main-products__item-new {
  position: relative;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 50px;
}

.catalog__items .main-products__item-new:nth-child(3n) {
  margin-right: 0;
}

.catalog__items .main-products__item-new::after {
  z-index: 2;
}

.catalog__items .main-products__item-new__content {
  z-index: 4;
  position: relative;
}

.catalog__items .main-products__item-new__preview {
  z-index: 4;
  position: relative;
}

.catalog__pag__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.catalog__pag__items {
  width: 60%;
  display: flex;
  justify-content: center;
}

.catalog__pag__item {
  width: 80px;
  font-size: 30px;
  color: #b7b7b7;
  font-weight: bold;
  border-top: 10px solid #bbceda;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 8px;
  transition: 0.3s all ease;
  cursor: pointer;
}

.catalog__pag__item.active {
  color: #6f6c9e;
}

.catalog__pag__item:hover {
  color: #6f6c9e;
  border-top: 10px solid #bb7db2;
}

.catalog__pag__num {
  width: 32%;
  display: flex;
  justify-content: space-between;
  border-top: 10px solid #bb7db2;
  padding-top: 8px;
}

.catalog__pag__num__items {
  display: flex;
  justify-content: space-between;
  width: 160px;
}

.catalog__pag__num__item {
  font-size: 25px;
  color: #b7b7b7;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease;
}

.catalog__pag__num__item:hover {
  color: #6f6c9e;
}

.catalog__pag__num__item.active {
  color: #6f6c9e;
}

.catalog__pag__num__title {
  font-size: 25px;
  color: #6f6c9e;
  font-weight: bold;
}

.catalog__desc {
  padding-top: 26px;
  border-top: 1px solid #4540a0;
  color: #424243;
  color: 14px;
}

.cart {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cart-main__products {
  margin-bottom: 110px;
}

.cart__content {
  width: 1260px;
  margin-right: 50px;
}

.cart__container {
  width: 1740px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 50px;
}

.cart__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.cart__item {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 40px;
  padding-right: 90px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  width: 100%;
  border-radius: 15px;
  margin-bottom: 45px;
}

.cart__item:last-child {
  margin-bottom: 0;
}

.cart__item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart__item__img-container {
  width: 235px;
  min-width: 235px;
  height: 230px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 40px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
  background: #bfd2de;
}

.cart__item__content {
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cart__item__info {
  width: 280px;
}

.cart__item__info__title {
  font-size: 25px;
  color: #6f6c9e;
  font-weight: 500;
  padding-bottom: 14px;
  width: 100%;
  border-bottom: 2px solid #6f6c9e;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  display: flex;
}

.cart__item__info__atributes {
  display: flex;
  flex-direction: column;
}

.cart__item__info__atribute {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart__item__info__atribute-name {
  min-width: 90px;
  margin-right: 10px;
  font-size: 20px;
  color: #424243;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.cart__item__info__atribute-value {
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.cart__item__price {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #d7e7f1;
  border-radius: 10px;
  display: flex;
}

.cart__item__price-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.cart__item__price__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}

.cart__item__price__title-container {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.cart__item__price__title-icon {
  height: 22px;
  width: 22px;
}

.cart__item__price__value {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-right: 0px;
  margin-right: 9px;
}

.cart__item__price__value.base {
  border-right: 2px solid #6f6c9e;
  padding-right: 16px;
}

.cart__item__price__value sup {
  font-size: 12px;
}

.cart__item__price-sale {
  font-size: 16px;
  color: #424243;
  display: flex;
  align-items: center;
}

.cart__item__del {
  align-self: center;
  width: 100px;
  min-width: 100px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  background: #4741a7;
  cursor: pointer;
  transition: 0.3s all ease;
}

.cart__item__del:hover {
  background: #bb7db2;
}

.cart__promo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.cart__promo__titles {
  margin-bottom: 30px;
}

.cart__promo__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.cart__promo__title-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cart__promo__title-icon {
  height: 22px;
  width: 22px;
  margin-left: 14px;
}

.cart__promo__title-sub {
  font-size: 14px;
}

.cart__promo__input {
  width: 240px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  background: #d7e7f1;
  border: 0px;
  margin-right: 50px;
  box-shadow: 2px 2px 3px rgba(21, 21, 21, 0.17);
}

.cart__promo__input::placeholder {
  font-weight: 500;
  font-size: 20px;
  color: #8a8a8c;
  font-family: "Roboto", sans-serif;
}

.cart__promo__input__container {
  display: flex;
  margin-right: 36px;
  align-items: center;
}

.cart__promo__button {
  background: #4741a7;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  cursor: pointer;
  transition: 0.3s all ease;
  font-family: "Roboto", sans-serif;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 10px;
}

.cart__promo__button:hover {
  background: #bb7db2;
}

.cart__promo__cart {
  padding-left: 22px;
  padding-right: 22px;
  min-height: 140px;
  padding-bottom: 16px;
  padding-top: 16px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  border-radius: 10px;
}

.cart__promo__cart__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.cart__promo__cart__title-sub {
  font-size: 18px;
  font-weight: bold;
  color: #4741a7;
}

.cart__promo__cart__title-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.cart__promo__cart__title-icon {
  height: 22px;
  width: 22px;
  margin-left: 8px;
}

.cart__promo__cart__title-icon {
  margin-left: 10px;
}

.cart__promo__cart__desc {
  font-size: 14px;
  color: #424243;
  margin-bottom: 15px;
}

.cart__info {
  width: 445px;
  min-width: 360px;
  padding-left: 55px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  border-radius: 10px;
}

.cart__info__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.cart__info__title-container {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.cart__info__title-icon {
  height: 22px;
  width: 22px;
  margin-left: 8px;
}

.cart__info__inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.cart__info__input {
  display: none;
}

.cart__info__input:checked+.cart__info__label::before {
  background: #5351fb;
  border: 2px solid #5351fb;
}

.cart__info__input:checked+.cart__info__label::after {
  opacity: 1;
}

.cart__info__label {
  color: #424243;
  font-size: 14px;
  margin-bottom: 28px;
  position: relative;
  padding-left: 40px;
  display: flex;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
}

.cart__info__label:last-child {
  margin-bottom: 0;
}

.cart__info__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 25px;
  height: 25px;
  border: 2px solid #c3c6d1;
  border-radius: 5px;
}

.cart__info__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background: url(../img/form-check.png) no-repeat center center;
  left: 10px;
  top: 6px;
  opacity: 0;
  cursor: pointer;
}

.cart__info__end {
  margin-top: 60px;
}

.cart__info__promocod {
  width: 240px;
  border-bottom: 2px solid #b1b1b1;
  padding-bottom: 25px;
  margin-bottom: 28px;
}

.cart__info__promocod__desc {
  font-size: 14px;
  color: #424243;
}

.cart__info__promocod__desc span {
  font-size: 18px;
  color: #4741a7;
  margin-left: 6px;
  margin-bottom: -2px;
}

.cart__info__price {
  font-size: 14px;
  color: #424243;
  margin-bottom: 25px;
}

.cart__info__price span {
  font-size: 18px;
  color: #4741a7;
  margin-left: 14px;
}

.cart__info__price span sup {
  font-size: 12px;
  color: #4741a7;
}

.cart__info__button {
  width: 130px;
  height: 40px;
  background: #4741a7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
  border-radius: 10px;
  cursor: pointer;
}

.cart__info__button:hover {
  background: #bb7db2;
}

.about {
  margin-top: 70px;
  margin-bottom: 20px;
}

.about-why {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  margin-bottom: 60px;
}

.about-why__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  margin-bottom: 20px;
}

.about-why__img {
  max-width: 100%;
}

.about-why__img-contianer {
  width: 750px;
  height: auto;
  max-width: 100%;
}

.about-why .why__column:nth-child(2) {
  height: auto !important;
}

.about-why .why__right {
  background: #ffffff;
  box-shadow: 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto !important;
}

.about-why .why__left__img {
  position: absolute;
  right: 10px;
  top: -100px;
}

.about-why .why__left__img__container {
  position: relative;
  margin-right: 20px;
}

.about-why .why__left__video {
  position: relative;
  z-index: 3;
}

.about .breadcrambs {
  margin-bottom: 40px;
}

.about__img {
  height: 520px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  object-fit: cover;
}

.about__img__desc {
  font-size: 20px;
  font-weight: 500;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
}

.about__img__container {
  float: right;
  width: 620px;
  min-width: 620px;
  margin-left: 30px;
  margin-bottom: 50px;
}

.about__img__container-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 60px;
}

.about__img__container-center__img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.about__img__container-center__desc {
  width: 630px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  border-top: 2px solid #4540a0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about__img__desc {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 12px;
  border-top: 2px solid #4540a0;
  text-align: center;
}

.about__info {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #e2aa76;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  overflow: hidden;
}

.about__info__content {
  margin-top: 0;
  transition: 0.3s all ease;
}

.about__info.active .about__info__content {
  margin-top: 10px;
  max-height: 1000px;
}

.about__info.active .about__info__button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about__info:hover .about__info__title-container {
  background: #e2aa76;
}

.about__info:hover .about__info__button::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about__info__button {
  width: 30px;
  height: 30px;
  border: 2px solid #54547d;
  border-radius: 10px;
  position: relative;
}

.about__info__button::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #54547d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s all ease;
}

.about__info__button::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #54547d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about__info__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.about__info__title-container {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all ease;
}

.about__info__content {
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s all ease;
}

.about__info__content>* {
  margin-left: 30px;
  margin-right: 50px;
}

.about-line {
  display: flex;
  width: 100%;
  height: 2px;
  background: #6f6c9e;
  margin-bottom: 44px;
}

.about__socials {
  display: flex;
  flex-wrap: wrap;
}

.about__socials li {
  margin-right: 10px !important;
}

.about__socials li::after {
  display: none !important;
}

.about__socials ul {
  display: flex !important;
  flex-direction: row !important;
}

.about__socials .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
}

.about__social {
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

.about__social:hover .about__social__img {
  opacity: 0;
}

.about__social:hover .about__social__img-active {
  opacity: 1;
}

.about__social__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}

.about__social__img-active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  opacity: 0;
}

.product {
  margin-top: 70px;
}

.product .container {
  display: flex;
  flex-direction: column;
}

.product sup {
  font-size: 18px;
}

.product .breadcrambs {
  margin-bottom: 50px;
}

.product .catalog__filter__categorys__items {
  max-height: none !important;
}

.product__container {
  display: flex;
  align-items: start;
  margin-bottom: 45px;
}

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

.product__img-container {
  width: 550px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
  background: #bfd2de;
  margin-right: 60px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.product__info {
  width: 770px;
  max-width: 80%;
}

.product__info__content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 26px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  border-radius: 15px;
}

.product__info__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.product__price__container {
  font-size: 30px;
  font-weight: 500;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
}

.product__socials {
  display: flex;
  flex-wrap: wrap;
}

.product__socials__container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.product__socials__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
  display: flex;
}

.product__social {
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product__social:hover .product__social__img {
  opacity: 0;
}

.product__social:hover .product__social__img-active {
  opacity: 1;
}

.product__social__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}

.product__social__img-active {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  opacity: 0;
}

.product__forms {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product__form {
  margin-bottom: 16px;
  margin-right: 5px;
}

.product__form__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 14px;
  margin-left: 6px;
}

.product .catalog__filter__categorys__items {
  background: #d7e7f1;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-bottom: 28px;
}

.product .catalog__filter__title-dop {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.product__buttons__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 8px;
  border-left: 4px solid #6f6c9e;
}

.product__buttons__title__icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.product__buttons__container {
  display: flex;
  align-items: center;
}

.product__button {
  width: 100px;
  height: 40px;
  margin-right: 24px;
  background: #4741a7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
}

.product__button:hover {
  background: #bb7db2;
}

.product__button:nth-child(1) {
  margin-right: 30px;
}

.product__content {
  width: 1320px;
  max-width: 100%;
}

.product__content__line {
  width: 100%;
  height: 2px;
  background: #4540a0;
  margin-bottom: 24px;
}

.product-comment-title {
  margin-bottom: -50px;
  font-size: 40px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.container-product-container-title {
  display: flex;
  justify-content: start;
  align-items: center;
}

.container-product-container .main-products__item__preview {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-product-container .main-products__item__title {
  font-size: 18px;
  color: #6f6c9e;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 10px;
}

.container-product-container .main-products__item__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  margin-bottom: 6px;
}

.container-product-container .product-comment-title {
  position: relative;
  z-index: 10;
}

.container-product-container .product-comment-button {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #4741a7;
  transition: 0.3s all ease;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -54px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}

.container-product-container .product-comment-button:hover {
  background: #bb7db2;
}

.container-product-container .product-comment-button-input {
  display: none;
}

.profile {
  margin-top: 50px;
  margin-bottom: 100px;
}

.profile .breadcrambs {
  margin-bottom: 40px;
}

.profile__columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: stretch;
}

.profile__column {
  width: 25%;
}

.profile__column-big {
  width: 71%;
}

.profile__card-info {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 22px;
  background: #ffffff;
}

.profile__card-info__content {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.profile__card-info__info {
  display: flex;
  flex-wrap: wrap;
}

.profile__card-info__info__dop__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.profile__card-info__info__dop__title-icon {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.profile__card-info__info__dop__items {
  display: flex;
  flex-wrap: wrap;
}

.profile__card-info__info__dop__item {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s all ease;
  background: #d7e7f1;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(21, 21, 21, 0.17);
}

.profile__card-info__info__dop__item:hover {
  background: #6f6c9e;
}

.profile__card-info__info__dop__item:hover .profile__card-info__info__dop__item__icon {
  opacity: 0;
}

.profile__card-info__info__dop__item:hover .profile__card-info__info__dop__item__icon-active {
  opacity: 1;
}

.profile__card-info__info__dop__item__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}

.profile__card-info__info__dop__item__icon-active {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s all ease;
}

.profile__card-info__info__column {
  margin-right: 30px;
  width: 300px;
  max-width: 100%;
}

.profile__card-info__buttons {
  display: flex;
  margin-bottom: 20px;
}

.profile__card-info__button {
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background: #4741a7;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-right: 30px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.profile__card-info__button:hover {
  background: #bb7db2;
}

.profile__card-info__button:last-child {
  margin-right: 0;
}

.profile__card-info__row {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 16px;
}

.profile__card-info__row span {
  color: #424243;
  margin-right: 6px;
}

.profile__card-info__name {
  font-size: 25px;
  color: #6f6c9e;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-bottom: 14px;
  min-width: 300px;
  border-bottom: 2px solid #6f6c9e;
  display: flex;
  margin-bottom: 18px;
}

.profile__card-info__avatar__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.3s all ease;
}

.profile__card-info__avatar__title:hover {
  opacity: 0.8;
}

.profile__card-info__avatar__input {
  display: none;
}

.profile__card-info__avatar-container {
  display: flex;
  flex-direction: column;
  margin-right: 36px;
}

.profile__card-info__avatar__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__card-info__avatar__img-container {
  width: 230px;
  height: 230px;
  border-radius: 20px;
  background: #bfd2de;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.profile__card-orders {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.profile__card-orders__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.profile__card-orders__title-icon {
  width: 22px;
  height: 22px;
  margin-left: 8px;
}

.profile__card-orders__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}

.profile__card-orders__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e2aa76;
  padding: 14px 20px;
  margin-bottom: 20px;
}

.profile__card-orders__item:last-child {
  margin-bottom: 0;
}

.profile__card-orders__item__value {
  display: flex;
  flex-direction: column;
  height: 60px;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.profile__card-orders__item__value__title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 12px;
}

.profile__card-orders__item__value__desc {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #424243;
  font-size: 14px;
}

.profile__card-orders__item__value__button {
  background: #4741a7;
  padding-left: 8px;
  padding-right: 8px;
  height: 32px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100px;
  border: 0px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.profile__card-orders__item__value__button:hover {
  background: #bb7db2;
}

.profile__card-orders__pages__title {
  font-size: 16px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  display: flex;
}

.profile__card-orders__pages__items {
  display: flex;
  flex-wrap: wrap;
}

.profile__card-orders__pages__item {
  width: 80px;
  font-weight: bold;
  font-size: 28px;
  color: #b7b7b7;
  font-weight: bold;
  border-top: 10px solid #bbceda;
  display: flex;
  justify-content: center;
  margin-right: 40px;
  margin-left: 0px;
  padding-top: 8px;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  cursor: pointer;
}

.profile__card-orders__pages__item.active {
  color: #6f6c9e;
}

.profile__card-orders__pages__item:hover {
  color: #6f6c9e;
  border-top: 10px solid #bb7db2;
}

.profile__card-password {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 50px;
  padding-right: 20px;
  margin-bottom: 50px;
  background: #ffffff;
}

.profile__card-password:last-child {
  margin-bottom: 24px;
}

.profile__card-password__title {
  font-size: 20px;
  font-weight: 500;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.profile__card-password__title-icon {
  width: 22px;
  height: 22px;
  margin-left: 6px;
}

.profile__card-password__value {
  font-size: 20px;
  font-weight: 500;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.profile__card-password__value span {
  color: #424243;
}

.profile__card-password__value__input {
  display: flex;
  margin-top: 16px;
  font-size: 20px;
  border-radius: 10px;
  background: #939393;
  border: 0px;
  height: 60px;
  width: 190px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.profile__card-password__value__input::placeholder {
  color: #ffffff;
}

.profile__card-password__value__input.active {
  color: #5351fb;
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.profile__card-password__value__input:focus {
  color: #5351fb;
  background: #ffffff;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.profile__card-password__button {
  background: #4741a7;
  padding-left: 8px;
  padding-right: 8px;
  height: 42px;
  color: #ffffff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100px;
  width: 130px;
  border: 0px;
  cursor: pointer;
  transition: 0.3s all ease;
}

.profile__card-password__button:hover {
  background: #bb7db2;
}

.profile__card-password__label {
  margin-left: 35px;
  color: #424243;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.profile__card-password__label::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 25px;
  height: 25px;
  background: #5351fb;
  border-radius: 5px;
  left: -36px;
  cursor: pointer;
}

.profile__card-password__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background: url(../img/form-check.png) no-repeat center center;
  left: -28px;
  top: 6px;
  opacity: 0;
  cursor: pointer;
}

.profile__card-password__check {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.profile__card-password__check:checked+label::after {
  opacity: 1;
}

.profile__card-keeps {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.profile__card-keeps__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: auto;
}

.profile__card-keeps__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}

.profile__card-keeps__item:nth-child(2n) {
  margin-right: 0;
}

.profile__card-keeps__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile__card-keeps__item__img-container {
  min-width: 150px;
  width: 150px;
  height: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #bfd2de;
  box-shadow: 2px 2px 3px rgba(71, 65, 167, 0.4);
  margin-bottom: 20px;
}

.profile__card-keeps__item__content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.profile__card-keeps__item__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-bottom: 12px;
}

.profile__card-keeps__item__value {
  font-size: 16px;
  color: #424243;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.profile__card-keeps__item__value span {
  color: #6f6c9e;
  margin-right: 6px;
}

.profile__card-keeps__item__value__desc {
  font-size: 14px;
  color: #424243;
  line-height: 21px;
  min-height: 120px;
}

.profile__card-keeps__item__value__desc-container {
  display: flex;
  flex-direction: column;
}

.profile__card-keeps__item__value__desc-container span {
  margin-bottom: 10px;
}

.profile__card-keeps__item__download {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.profile__card-keeps__item__download__name {
  font-size: 14px;
  color: #424243;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #6f6c9e;
}

.profile__card-keeps__item__download__img {
  width: 26px;
  height: auto;
}

.profile__card-keeps__item__downloads {
  flex-direction: column;
}

.profile__card-keeps__item__buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  max-width: 100%;
  flex-wrap: wrap;
}

.profile__card-keeps__item__button {
  cursor: pointer;
  font-size: 16px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
}

.profile__card-keeps__item__button:hover {
  opacity: 0.8;
}

.profile__card-keeps__wrapper {
  display: flex;
  width: 417px;
  max-width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #e2aa76;
  border-radius: 10px;
}

.profile__card-comments {
  padding-right: 10px;
  padding-left: 10px;
}

.profile__card-comments .profile__card-orders__title {
  margin-left: 30px;
}

.profile__card-comments .profile__card-orders__pages__title {
  margin-left: 30px;
}

.profile__card-comments .profile__card-orders__pages__items {
  margin-left: 30px;
}

.profile__card-comments .profile__card-orders__pages__item {
  width: 40px;
}

.profile__slider {
  position: relative;
  display: flex;
  align-items: center;
}

.profile__slider__title {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 48px;
  color: #6f6c9e;
  font-size: 35px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.profile__slider__container {
  display: flex;
  align-items: center;
  position: relative;
}

.profile__slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile__slider__item__button {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4741a7;
  font-size: 21px;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.3s all ease;
}

.profile__slider__item__button:hover {
  background: #bb7db2;
}

.profile__slider__item__price {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}

.profile__slider__item__price span {
  color: #424243;
  margin-right: 6px;
}

.profile__slider__item__price sup {
  top: 0px;
}

.profile__slider__item__name {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 14px;
}

.profile__slider__item__img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.profile__slider__item__img-container {
  display: flex;
  width: 350px;
  max-width: 100%;
  height: 390px;
  padding: 15px;
  border-radius: 20px;
  background: #bfd2de;
  margin-bottom: 25px;
  transition: 0.3s all ease;
  position: relative;
}

.profile__slider__item__img-container:hover {
  background: #d7cbd4;
}

.profile__slider__prev {
  cursor: pointer;
  min-width: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  transform: rotate(180deg);
  margin-right: 90px;
  margin-bottom: 130px;
}

.profile__slider__prev img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.profile__slider__prev img.active {
  opacity: 0;
}

.profile__slider__prev:hover img {
  opacity: 0;
}

.profile__slider__prev:hover img.active {
  opacity: 1;
}

.profile__slider__next {
  cursor: pointer;
  min-width: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: 90px;
  margin-bottom: 130px;
}

.profile__slider__next img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.profile__slider__next img.active {
  opacity: 0;
}

.profile__slider__next:hover img {
  opacity: 0;
}

.profile__slider__next:hover img.active {
  opacity: 1;
}

.coments-page {
  flex-direction: column;
}

.coments-page .profile__card-keeps__item {
  width: 100%;
  margin-right: 0;
}

.coments-page .profile__card-keeps__item__img-container {
  width: 140px;
  height: 180px;
  min-width: 140px;
}

.breadcrambs {
  display: flex;
  align-items: center;
}

.breadcrambs__list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrambs__item {
  min-width: 50px;
  display: flex;
  height: 38px;
  border-radius: 10px;
  margin-left: 30px;
  position: relative;
  transition: 0.3s all ease;
}

.breadcrambs__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1px;
  left: -17px;
  background: #6f6c9e;
}

.breadcrambs__item:hover {
  background: #d7e7f1;
}

.breadcrambs__item__active {
  background: #d7e7f1;
}

.breadcrambs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__container {
  position: relative;
  width: 470px;
  border-radius: 10px;
  max-width: 90%;
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(15, 19, 26, 0.3);
  padding: 30px 26px 30px 26px;
  margin-right: 24px;
}

.modal__container:nth-child(2) {
  margin-right: 0;
}

.modal__form__title {
  font-size: 40px;
  font-weight: 500;
  color: #6f6c9e;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.modal__form__inputs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.modal__form__input {
  width: 47%;
  margin-right: 6%;
  height: 60px;
  border: 0px solid;
  background: #939393;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.modal__form__input:nth-child(2n) {
  margin-right: 0;
}

.modal__form__input::placeholder {
  color: #ffffff;
}

.modal__form__input.active {
  background: #ffffff;
  color: #5351fb;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.modal__form__input:focus {
  background: #ffffff;
  color: #5351fb;
  box-shadow: 3px 3px 3px rgba(71, 65, 167, 0.4);
}

.modal__form__input:last-child {
  margin-right: 0;
}

.modal__form__label {
  color: #424243;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  position: relative;
  cursor: pointer;
  margin-left: 40px;
  max-width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.modal__form__label::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 25px;
  height: 25px;
  background: #5351fb;
  border-radius: 5px;
  left: -36px;
  cursor: pointer;
}

.modal__form__label::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  background: url(../img/form-check.png) no-repeat center center;
  left: -28px;
  top: 6px;
  opacity: 0;
  cursor: pointer;
}

.modal__form__check {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.modal__form__check:checked+label::after {
  opacity: 1;
}

.modal__form__button {
  background: #4741a7;
  height: 40px;
  border-radius: 10px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: 0.3s all ease;
  cursor: pointer;
  border: 0px;
}

.modal__form__button:hover {
  background: #bb7db2;
}

.modal__form__cross {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 2px solid #6f6c9e;
  transition: 0.3s all ease;
}

.modal__form__cross:hover {
  border: 2px solid #bb7db2;
}

.modal__form__cross:hover::after {
  background: #bb7db2;
}

.modal__form__cross:hover::before {
  background: #bb7db2;
}

.modal__form__cross::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #6f6c9e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.3s all ease;
}

.modal__form__cross::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background: #6f6c9e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s all ease;
}

.modal__form__links {
  display: flex;
  margin-bottom: 20px;
}

.modal__form__link {
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #424243;
  transition: 0.3s all ease;
}

.modal__form__link:hover {
  color: #4741a7;
}

.modal__form__link:first-child {
  border-right: 2px solid #4741a7;
}

.modal__form__socials {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.modal__form__socials__title {
  font-size: 18px;
  color: #424243;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 6px;
}

.modal__form__social {
  width: 34px;
  height: 34px;
  position: relative;
  display: flex;
  margin-right: 10px;
}

.modal__form__social:last-child {
  margin-right: 0;
}

.modal__form__social:hover .modal__form__social__img {
  opacity: 0;
}

.modal__form__social:hover .modal__form__social__img-acitve {
  opacity: 1;
}

.modal__form__social__img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}

.modal__form__social__img-active {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all ease;
}

.up {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  background: #bed0dc;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(21, 21, 21, 0.17);
  cursor: pointer;
  bottom: -80px;
  z-index: 1000;
}

.up.active1 {
  opacity: 1;
  animation-duration: 3s;
  animation-name: arrtop1;
}

.up.active2 {
  opacity: 1;
  animation-duration: 3s;
  animation-name: arrtop2;
}

.up:hover .up__img {
  opacity: 0;
}

.up:hover .up__img-active {
  opacity: 1;
}

.up__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}

.up__img-active {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all ease;
}

.up__img-container {
  width: 100%;
  height: 100%;
  position: relative;
}

@keyframes arrtop1 {
  0% {
    bottom: 20px;
  }

  95% {
    bottom: 20px;
  }

  100% {
    bottom: -80px;
  }
}

@keyframes arrtop2 {
  0% {
    bottom: 20px;
  }

  95% {
    bottom: 20px;
  }

  100% {
    bottom: -80px;
  }
}

@media screen and (max-height: 960px) {
  .why__column:nth-child(2) {
    height: 600px;
  }
}

@media screen and (max-height: 900px) {
  .reviews__container {
    height: 560px;
  }

  .reviews__card__img__container {
    height: 460px;
  }

  .all__form__desc {
    line-height: 18px;
  }

  .all__desc {
    line-height: 18px;
  }

  .all__column:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (max-height: 690px) {
  .header__logo__link {
    display: none;
  }
}

@media screen and (max-width: 1780px) {
  .banners__item {
    height: 380px;
  }

  .banners__item__slider {
    height: 380px;
  }

  .banners__item__big {
    height: 380px;
  }
}

@media screen and (max-width: 1740px) {
  .header__logo__link {
    display: none;
  }

  .why__right {
    width: 100%;
  }

  .why__right__img__container {
    height: 300px;
    width: 200px;
  }

  .why__column:nth-child(1) {
    width: 600px;
  }

  .why__column:nth-child(2) {
    width: 650px;
  }

  .why__left__title {
    font-size: 30px;
  }

  .why__left__img {
    width: 100%;
  }

  .why__left__img__container {
    width: 280px;
    height: 290px;
    align-self: end;
  }

  .why__left__info {
    width: 100%;
  }

  .cart__content {
    width: 1000px;
  }

  .cart__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1560px) {
  .header__menu__item:nth-child(3) {
    display: none;
  }

  .header__main-menu__item:nth-child(3) {
    display: none;
  }

  .constructor__item__eight__slide__img__container {
    height: 290px;
  }

  .cart__item__info {
    margin-bottom: 40px;
  }

  .cart__item__content {
    width: 340px;
  }

  .cart__promo__input__container {
    margin-bottom: 30px;
  }

  .catalog__pag__num.dn800 {
    border-top: 8px solid #bb7db2;
    width: 39%;
  }

  .catalog__pag__num.dn800 .catalog__pag__num__item {
    font-size: 20px;
  }

  .catalog__pag__num.dn800 .catalog__pag__num__title {
    font-size: 20px;
  }

  .banners__item {
    height: 340px;
    padding-bottom: 28px;
  }

  .banners__item__slider {
    height: 340px;
  }

  .banners__item__big {
    height: 340px;
    padding-bottom: 28px;
  }

  .profile__columns__first {
    display: flex;
    flex-direction: column;
  }

  .profile__columns__first .profile__column {
    width: 100%;
    display: flex;
  }

  .profile__columns__first .profile__column-big {
    width: 100%;
  }

  .profile__card-password {
    width: 440px;
    max-width: 100%;
    margin-right: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }

  .profile__card-password:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  .profile__card-keeps__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 1329px) {
  .banners__item:nth-child(2) {
    display: none;
  }

  .banners__item:nth-child(3) {
    display: none;
  }

  .banners__item {
    height: 420px;
    padding-bottom: 40px;
  }

  .banners__item__slider {
    height: 420px;
  }

  .banners__item__big {
    height: 420px;
    padding-bottom: 40px;
  }

  .product__socials__container {
    align-items: start;
  }

  .catalog__items .main-products__item-new {
    width: 46%;
    margin-right: 8%;
  }

  .catalog__items .main-products__item-new:nth-child(3n) {
    margin-right: 8%;
  }

  .catalog__items .main-products__item-new:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .mobile1300 {
    display: flex !important;
  }

  .main__slider {
    margin-top: 30px;
  }

  .main__slider>.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .main__slider>.swiper-wrapper>.swiper-slide {
    height: auto !important;
    overflow: visible;
  }

  .main__slider__container {
    height: auto;
  }

  .header {
    height: auto;
  }

  .header__row:nth-child(1) {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__row:nth-child(2) {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-products__container {
    display: block !important;
    margin-bottom: 30px;
  }

  .main-products__container__title {
    font-size: 18px;
    color: #6f6c9e;
    height: 40px;
    background: #d7e7f1;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .main-products__next {
    right: 0;
  }

  .main-products__prev {
    right: 84px;
  }

  .main-products__item__buttons {
    opacity: 1;
  }

  .main-products__item__size {
    opacity: 1;
  }

  .main-products__list {
    display: none;
  }

  .why .container {
    display: flex;
    flex-direction: column;
  }

  .why__column:nth-child(1) {
    width: 800px;
    margin-bottom: 100px;
    max-width: 100%;
  }

  .why__column:nth-child(2) {
    width: 800px;
    max-width: 100%;
    margin-bottom: 100px;
  }

  .why__right {
    max-width: 100%;
  }

  .why__right__img__container {
    width: 300px;
    height: 100%;
  }

  .why__left {
    max-width: 100%;
  }

  .why__left__img__container {
    width: 320px;
    height: 340px;
  }

  .why__left__info {
    max-width: 100%;
  }

  .constructor {
    margin-bottom: 50px;
  }

  .constructor__item__first__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__first__next {
    right: -70px;
    top: 46%;
  }

  .constructor__item__second__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__second__next {
    right: -70px;
    top: 46%;
  }

  .constructor__item__fird__values {
    margin-bottom: 0px;
  }

  .constructor__item__fird__sub {
    margin-bottom: 24px;
  }

  .constructor__item__fourth__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__fourth__next {
    right: -70px;
    top: 46%;
  }

  .constructor__item__five .constructor__item__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .constructor__item__five .constructor__item__title__sub {
    position: static;
    transform: none;
    margin-top: 20px;
  }

  .constructor__item__five__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__five__next {
    right: -70px;
    top: 46%;
  }

  .constructor__item__six__slider {
    margin-bottom: 90px;
    margin-top: 90px;
  }

  .constructor__item__six__slider__container {
    display: flex;
    flex-direction: column;
  }

  .constructor__item__six__prev {
    left: -70px;
    top: 46%;
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 9;
  }

  .constructor__item__six__next {
    right: -70px;
    top: 46%;
    position: absolute;
  }

  .constructor__item__six__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__six__preview {
    max-width: 100%;
  }

  .constructor__item__seven__slider {
    margin-bottom: 68px;
    margin-top: 68px;
  }

  .constructor__item__seven__preview {
    display: none;
  }

  .constructor__item__seven__prev {
    left: -70px;
    top: 46%;
    position: absolute;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 9;
  }

  .constructor__item__seven__next {
    right: -70px;
    top: 46%;
    position: absolute;
  }

  .constructor__item__seven__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__eight__slider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .constructor__item__eight__prev {
    left: -70px;
    top: 46%;
  }

  .constructor__item__eight__next {
    right: -70px;
    top: 46%;
  }

  .constructor__item__nine__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .constructor__item__nine__img__container {
    display: none;
  }

  .constructor__item__nine__img__container-desc {
    display: flex;
    width: 300px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .constructor__item__nine__img__container-desc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .constructor__item__nine__title {
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .constructor__item__nine__values {
    flex-wrap: wrap;
  }

  .constructor__item__nine__value {
    margin-right: 0;
    justify-content: start;
    margin-bottom: 20px;
  }

  .constructor__item__nine__end {
    max-width: 90%;
    margin-left: 10%;
  }

  .reviews {
    margin-bottom: 80px;
  }

  .reviews__container {
    flex-direction: column;
    height: auto;
  }

  .reviews__card {
    width: 1000px;
    margin-right: 0;
    max-width: 92%;
    padding-left: 50px;
    margin-bottom: 100px;
  }

  .reviews__card__info {
    width: 320px;
  }

  .reviews__content {
    width: 1000px;
    margin-right: 0;
    max-width: 92%;
    height: auto;
  }

  .reviews__card__img__container {
    height: 560px;
  }

  .all {
    margin-bottom: 220px;
  }

  .all .container {
    display: flex;
    flex-direction: column;
  }

  .all__title {
    font-size: 48px;
  }

  .all__form__img {
    width: 400px;
    height: auto;
  }

  .all__form__desc {
    line-height: 22px;
  }

  .all__desc {
    line-height: 22px;
  }

  .all__column:nth-child(1) {
    margin-right: 0px;
    width: 1000px;
    max-width: 92%;
    margin-bottom: 50px;
  }

  .all__column:nth-child(2) {
    width: 1000px;
    max-width: 92%;
  }

  .all__button {
    margin-left: 34px;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__column:nth-child(1) {
    padding-right: 0;
    padding-top: 0;
    margin-right: 0px;
    width: 1000px;
    max-width: 92%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__column:nth-child(2) {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    flex-wrap: wrap;
    max-width: 92%;
  }

  .footer__column:nth-child(2)::after {
    left: -400px;
  }

  .catalog__items .main-products__item-new {
    width: 49%;
    margin-right: 2%;
  }

  .catalog__items .main-products__item-new:nth-child(3n) {
    margin-right: 2%;
  }

  .catalog__items .main-products__item-new:nth-child(2n) {
    margin-right: 0;
  }

  .cart__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
  }

  .cart__content {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .cart__item__content {
    width: 600px;
  }

  .cart__promo__cart {
    width: 445px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cart-main__products {
    margin-bottom: 0;
  }

  .about-why {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .about-why .why__column:nth-child(2) {
    margin-bottom: 0px;
  }

  .about-why .why__left {
    margin-right: 0;
  }

  .about-why .why__left__title {
    font-size: 40px;
  }

  .about-why .why__left__img {
    top: -40px;
  }

  .about-why .why__right {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about__img__container {
    max-width: 100%;
  }

  .about__img__container-center {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .profile__columns__second {
    display: flex;
    flex-direction: column;
  }

  .profile__columns__second .profile__column {
    width: 100%;
    display: flex;
  }

  .profile__columns__second .profile__column-big {
    width: 100%;
  }

  .coments-page {
    display: flex;
    flex-direction: row;
  }

  .coments-page .profile__card-keeps__item {
    width: 48%;
    margin-right: 4%;
  }

  .coments-page .profile__card-keeps__item:nth-child(2n) {
    margin-right: 0;
  }

  .product__img-container {
    width: 460px;
  }
}

@media screen and (max-width: 1200px) {
  .header__socials {
    display: none;
  }

  .catalog__filters {
    display: none;
  }

  .catalog__content {
    max-width: 100%;
  }

  .catalog__pag__num {
    width: 38%;
  }

  .catalog__title {
    font-size: 38px;
  }

  .product {
    margin-top: 20px;
  }

  .product__info {
    max-width: 100%;
  }

  .product__container {
    flex-direction: column;
  }

  .product__img-container {
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .product__price__container {
    margin-bottom: 20px;
  }

  .breadcrambs {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 1080px) {
  .header__mail {
    display: none;
  }

  .cart__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 95%;
  }

  .cart__content {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .cart__item__content {
    width: 340px;
  }
}

@media screen and (max-width: 960px) {
  .mobile960 {
    display: flex !important;
  }

  .header__menu {
    display: none;
  }

  .header__menu__link {
    margin-right: 10px;
    padding-right: 6px;
    border-right: 2px solid #6f6c9e;
  }

  .header__menu__link::after {
    display: none;
  }

  .header__logo {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .header__logo__link {
    width: 200px;
    position: relative;
    order: -1;
    display: flex;
    left: auto;
    height: 140px;
    transform: translate(0px, -10px);
  }

  .header__logo-shadow {
    max-width: 110%;
    height: 110%;
    left: 0;
    top: 0;
    transform: translate(-10px, 0px);
  }

  .header__row__content {
    flex-wrap: wrap;
    justify-content: end;
  }

  .header__row__content__info {
    width: 280px;
  }

  .header__cart {
    margin-top: 22px;
    margin-right: 25px;
  }

  .header__user {
    border-left: 0px solid #6f6c9e;
    padding-left: 0;
    margin-left: 8px;
  }

  .banners__item__slider {
    display: none;
  }

  .banners__item {
    display: flex !important;
  }

  .banners__item__big {
    display: none;
  }

  .constructor__item__title {
    font-size: 30px;
  }

  .constructor__item__first__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__first__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__first__slide__img__container {
    height: 220px;
  }

  .constructor__item__fourth__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__fourth__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__fourth__slide__img__container {
    height: 190px;
  }

  .constructor__item__five__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__five__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__five__slide__img__container {
    height: 190px;
  }

  .constructor__item__six__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__six__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__six__slide__img__container {
    height: 190px;
  }

  .constructor__item__seven__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__seven__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__seven__slide__img__container {
    height: 190px;
  }

  .constructor__item__eight__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__eight__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__eight__slide__img__container {
    height: 280px;
    width: 100%;
  }

  .reviews__card {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
    width: 560px;
  }

  .reviews__card__info {
    width: 480px;
    max-width: 95%;
  }

  .reviews__card__img__container {
    margin-bottom: 40px;
    max-width: 100%;
  }

  .all__form__label {
    margin-left: 40px;
    width: auto;
    max-width: none;
  }

  .footer__def {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #ffffff;
  }

  .footer__def__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .footer__dev {
    text-align: center;
  }

  .catalog__pag__num.dn800 .catalog__pag__num__items {
    width: 110px;
  }

  .about__img__container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: auto;
  }

  .main-products {
    margin-bottom: 10px;
  }

  .why {
    margin-bottom: 0;
  }

  .why__right {
    margin-left: auto;
  }

  .why__left {
    margin-right: 0;
  }

  .all {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .dn800 {
    display: none;
  }

  .mobile800 {
    display: flex !important;
  }

  .header__form {
    display: none;
  }

  .header__main-menu__item {
    border-right: 2px solid #ffffff;
  }

  .header__main-menu__item:nth-child(2) {
    display: none;
  }

  .header__main-menu__item:last-child {
    border-right: 0px solid #ffffff;
  }

  .header__row:nth-child(2) .header__row__content {
    flex-wrap: nowrap;
  }

  .banners__items {
    flex-wrap: wrap;
    padding-left: 0px;
  }

  .banners__item {
    margin-right: 0;
  }

  .why__right {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .why__right__content {
    margin-right: 0;
    width: 340px;
    max-width: 90%;
  }

  .why__right__img__container {
    height: 590px;
    width: 95%;
    margin-bottom: 40px;
  }

  .why__left {
    background: #d7cbd4;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(15, 19, 26, 0.3);
  }

  .why__left__content {
    width: 95%;
  }

  .why__left__title {
    font-size: 48px;
  }

  .why__left__video {
    margin-right: 0;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }

  .why__left__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 0px;
    margin-bottom: 0;
  }

  .why__left__img__container {
    align-self: center;
    height: 470px;
    margin-left: 10px;
  }

  .why__column:nth-child(1) {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }

  .why__column:nth-child(2) {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    height: auto;
  }

  .constructor__item__first__items {
    justify-content: space-between;
  }

  .constructor__item__first__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__first__slide__img__container {
    height: 220px;
  }

  .constructor__item__second__items {
    justify-content: space-between;
  }

  .constructor__item__second__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__second__slide__img__container {
    height: 220px;
  }

  .constructor__item__second__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__second__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .constructor__item__fird__values {
    margin-bottom: 0px;
  }

  .constructor__item__fird__values-big .constructor__item__fird__value {
    width: 48%;
    margin-right: 3%;
  }

  .constructor__item__fird__values-big .constructor__item__fird__value:nth-child(4n) {
    margin-right: 0;
  }

  .constructor__item__fird__values__title {
    font-size: 30px;
  }

  .constructor__item__fird__sub {
    margin-bottom: 24px;
  }

  .constructor__item__fourth__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__fourth__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .constructor__item__five__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__five__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .constructor__item__six__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__six__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .constructor__item__seven__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__seven__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .constructor__item__eight__prev {
    left: -35px;
    width: 45px;
    height: 45px;
  }

  .constructor__item__eight__next {
    right: -35px;
    width: 50px;
    height: 50px;
  }

  .all__form__img {
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .catalog {
    margin-top: 40px;
  }

  .catalog__title {
    margin-bottom: 20px;
  }

  .catalog .container {
    max-width: 90%;
  }

  .catalog__container {
    max-width: 90%;
  }

  .catalog__pag__items {
    width: 100%;
  }

  .catalog__pag__num {
    width: 100%;
    margin-top: 30px;
  }

  .cart__items {
    align-items: start;
  }

  .cart__item {
    flex-wrap: wrap;
    width: 460px;
    max-width: 100%;
    padding-left: 30px;
  }

  .cart__item__img-container {
    margin-right: 0;
    order: 1;
    margin-bottom: 20px;
  }

  .cart__item__content {
    order: 3;
  }

  .cart__item__del {
    order: 2;
    margin-right: 30px;
  }

  .profile__card-info {
    flex-wrap: wrap;
  }

  .profile__card-info__content {
    max-width: 100%;
  }

  .profile__card-info__avatar-container {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile__card-info__info {
    max-width: 100%;
  }

  .profile__card-info__info__column {
    margin-right: 0;
    max-width: 100%;
  }

  .profile__card-info__name {
    min-width: auto;
    max-width: 100%;
    width: 300px;
  }

  .profile__columns__first .profile__column {
    display: flex;
    flex-direction: column;
  }

  .profile__columns__first .profile__card-password {
    margin-bottom: 40px;
  }

  .profile__columns__first .profile__card-password .all__form__input {
    width: 200px;
  }

  .profile__columns__first .profile__card-password:nth-child(2) {
    margin-bottom: 0;
  }

  .container-product-container-title {
    display: flex;
    flex-direction: column;
  }

  .container-product-container .product-comment-button {
    margin-bottom: 10px;
    align-self: start;
    margin-left: 0;
    margin-bottom: -55px;
    width: 210px;
    height: 50px;
  }

  .container-product-container .product-comment-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .constructor__title {
    text-align: center;
    font-size: 35px;
  }

  .constructor__item__buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .constructor__item__button {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .constructor__item__button:nth-child(2n) {
    margin-right: 0;
  }

  .constructor__item__six__prev {
    top: 44%;
  }

  .constructor__item__six__next {
    top: 44%;
  }

  .constructor__item__seven__prev {
    top: 44%;
  }

  .constructor__item__seven__next {
    top: 44%;
  }

  .constructor__item__eight__prev {
    top: 44%;
  }

  .constructor__item__eight__next {
    top: 44%;
  }

  .cart__promo__cart {
    width: 100%;
  }

  .cart__promo__input__container {
    margin-right: 0;
  }

  .cart__info {
    width: 100%;
  }

  .about__img {
    height: 390px;
  }

  .product__info__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__form {
    max-width: 48%;
  }

  .product__form-big {
    max-width: 100%;
    width: 100%;
  }

  .product__form-big .catalog__filter__categorys__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .product__form-big .catalog__filter__categorys__item {
    width: 80px;
  }

  .product__form__title {
    width: 100%;
  }

  .product__buttons__container {
    flex-wrap: wrap-reverse;
  }

  .product__buttons__title {
    border-left: 0px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .product__buttons__title__icon {
    display: none;
  }

  .product-comment-title {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .catalog__items .main-products__item-new {
    width: 48%;
    margin-right: 4%;
    margin-left: 0px;
  }

  .catalog__items .main-products__item-new__img-container {
    height: 300px;
  }

  .catalog__items .main-products__item-new__title {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .catalog__items .main-products__item-new:nth-child(3n) {
    margin-right: 4%;
    margin-left: 0x;
  }

  .catalog__items .main-products__item-new:nth-child(2n) {
    margin-right: 0px;
    margin-left: 0px;
  }

  .profile__card-keeps {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile__card-keeps__item {
    width: 100%;
    margin-right: 0;
  }

  .profile__card-keeps__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .coments-page .profile__card-keeps__item {
    width: 100%;
    margin-right: 0;
  }

  .coments-page .profile__card-keeps__wrapper {
    display: flex;
    flex-direction: row;
  }

  .profile__slider__prev {
    margin-right: 0px;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 5;
  }

  .profile__slider__next {
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
  }
}

@media screen and (max-width: 480px) {
  .header__modal-menu {
    left: 50%;
    transform: translate(-50%, 102%);
    width: 95%;
    margin-bottom: 0;
  }

  .header__modal-menu-pages {
    transform: translate(-50%, 105%);
  }

  .header__modal-menu__items {
    width: 48%;
  }

  .header__user {
    width: 100%;
    margin-left: 0;
  }

  .all__form__input {
    width: 48%;
    margin-right: 4%;
  }

  .all__form__input:last-child {
    margin-right: 0;
  }

  .constructor__item__first__slide__title {
    font-size: 18px;
  }

  .constructor__item__first__slide__img__container {
    height: 140px;
  }

  .constructor__item__second__slide__title {
    font-size: 18px;
  }

  .constructor__item__second__slide__img__container {
    height: 140px;
  }

  .constructor__item__fourth__slide__title {
    font-size: 18px;
  }

  .constructor__item__fourth__slide__img__container {
    height: 140px;
  }

  .constructor__item__five__slide__title {
    font-size: 18px;
  }

  .constructor__item__five__slide__img__container {
    height: 140px;
  }

  .constructor__item__eight__items {
    justify-content: space-between;
    align-items: start;
  }

  .constructor__item__eight__slide {
    width: 48%;
    margin-right: 2%;
  }

  .constructor__item__eight__slide__img__container {
    height: 180px;
  }

  .profile__card-info__info__dop__title {
    display: flex;
    flex-wrap: wrap;
  }

  .profile__card-orders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile__card-orders__item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile__slider__item__img-container {
    width: 310px;
    height: 320px;
  }
}

@media screen and (max-width: 470px) {
  .constructor__item__fird__values {
    margin-bottom: 0px;
  }

  .constructor__item__fird__values-big .constructor__item__fird__value {
    height: 50px;
    font-size: 28px;
  }

  .cart__items {
    align-items: center;
  }

  .cart__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cart__item__content {
    width: 100%;
  }

  .cart__item__del {
    margin-right: 0px;
    margin-left: 30px;
    margin-right: 30px;
    order: 4;
    margin-top: 20px;
  }

  .cart__item__img-container {
    margin-bottom: 30px;
  }

  .cart__promo__button {
    margin-bottom: 20px;
  }

  .cart__promo__input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cart__promo__input__container {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .profile__card-info__info__dop__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  .all__title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .cart__promo__cart {
    padding-left: 20px;
  }

  .cart__info {
    padding-left: 20px;
    min-width: 100%;
  }

  .profile__card-orders__item__value {
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
  }

  .profile__card-orders__item__value:nth-child(2n) {
    margin-right: 0;
  }

  .profile__card-keeps__wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .coments-page .profile__card-keeps__wrapper {
    flex-direction: column;
  }

  .catalog__items .main-products__item-new__title {
    font-size: 16px;
  }

  .catalog__items .main-products__item-new__img-container {
    height: 280px;
  }
}

@media screen and (max-width: 380px) {
  .constructor__item__fird__values {
    margin-bottom: 0px;
  }

  .constructor__item__fird__values-big .constructor__item__fird__value {
    height: 40px;
    font-size: 20px;
  }

  .catalog__pag__item {
    font-size: 22px;
  }

  .catalog__items .main-products__item-new__img-container {
    height: 260px;
  }

  .container-product-container .product-comment-button {
    margin-bottom: 10px;
    align-self: start;
    margin-left: 0;
    margin-bottom: -61px;
    width: 140px;
    height: 60px;
  }
}