*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  padding: env(safe-area-inset);
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin: 0 auto !important;
}

body {
  margin: 0 auto;
  padding: 0px;
  -webkit-outline: none;
  outline: none;
  position: relative;
  min-width: 320px;
  max-height: 1000000px;
  min-height: 100vh;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

body {
  font-family: "Futura PT";
  color: #23262e;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

label,
textarea,
input {
  font-family: "Futura PT";
}

.siteWrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  width: 100%;
}
.siteWrapper .footer {
  margin-top: auto;
}

.logoWrapper {
  position: relative;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logoWrapper > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.logoWrapper > a {
  z-index: auto;
}

.main {
  width: 100%;
}

.menu-burger {
  display: none;
  width: 40px;
  height: 40px;
}
.menu-burger.open .line {
  background-color: rgb(21, 178, 181);
}
.menu-burger.open .line:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}
.menu-burger.open .line:nth-child(2) {
  opacity: 0;
}
.menu-burger.open .line:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -8px;
}
.menu-burger .line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-burger .line + .line {
  margin-top: 5px;
}

.caption {
  display: block;
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  color: #23262e;
}
.caption span {
  font-weight: 300;
}

.input-item {
  position: relative;
}
.input-item input, .input-item textarea {
  font-weight: 300;
  font-size: 16px;
  line-height: 55px;
  color: #424652;
  border: 1px solid #b6bac2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 50px 0 35px;
  width: 100%;
}
.input-item input::placeholder, .input-item textarea::placeholder {
  opacity: 1;
}
.input-item textarea {
  height: 100%;
}
.input-item input {
  height: 59px;
}
.input-item__icon {
  position: absolute;
  bottom: 17px;
  right: 21px;
  font-size: 24px;
  color: rgb(21, 178, 181);
}

.selectric {
  background: transparent;
  background-color: rgb(255, 255, 255);
  border: 1px solid #b6bac2;
  height: 51px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.selectric .label {
  font-weight: 300;
  font-size: 16px;
  line-height: 51px;
  color: #424652;
  padding: 0 51px 0 21px;
  margin: 0;
  height: 100%;
}
.selectric .button {
  width: 48px;
  height: 100%;
  background: transparent;
  display: flex;
}
.selectric .button::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "icomoon" !important;
  content: "\e002";
  font-size: 10px;
  color: rgb(21, 178, 181);
  margin: auto;
  position: relative;
  top: 0;
}
.selectric .button::after {
  display: none;
}

.selectric-wrapper {
  border: 0;
}
.selectric-wrapper.selectric-open .selectric .button {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.selectric-wrapper.selectric-above .selectric-items {
  margin-top: 0px;
  margin-bottom: -5px;
}
.selectric-wrapper.selectric-above .selectric-scroll ul {
  padding-top: 0;
  padding-bottom: 5px;
}

.selectric-items {
  background: transparent;
  background-color: rgb(255, 255, 255);
  border: 1px solid #b6bac2;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: -5px;
  z-index: -1;
}

.selectric-scroll {
  border: 0;
}
.selectric-scroll ul {
  padding-top: 5px;
}
.selectric-scroll ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #7b7b7b;
  padding: 9px 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.selectric-scroll ul li.highlighted, .selectric-scroll ul li.selected {
  background: transparent !important;
  text-decoration: underline;
  color: rgb(21, 178, 181);
}
.selectric-scroll ul li:hover {
  background: transparent !important;
  color: rgb(21, 178, 181);
}

.cellule__color--black {
  background-color: #050505;
}
.cellule__color--gray {
  background-color: #5f5f5f;
}
.cellule__color--blue {
  background-color: #115084;
}
.cellule__color--brown {
  background-color: #603105;
}
.cellule__color--ocher {
  background-color: #cca668;
}
.cellule__color--ultramarine {
  background-color: #1e1edf;
}
.cellule__color--red {
  background-color: #fe0000;
}
.cellule__color--light-green {
  background-color: #9c103d;
}
.cellule__color--yellow {
  background-color: #f8f400;
}
.cellule__color--green {
  background-color: #11c460;
}
.cellule__color--dark-green {
  background-color: #0f8145;
}
.cellule__color--purple {
  background-color: #730693;
}
.cellule__color--orange {
  background-color: #fd8c40;
}
.cellule__color--white {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.cellule__color--mustard {
  background-color: #db7c02;
}

.checkBlock {
  display: flex;
  align-items: center;
  min-height: 36px;
}
.checkBlock input {
  display: none;
}
.checkBlock input:checked + label::after {
  opacity: 1;
}
.checkBlock label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #23262e;
  display: block;
  text-align: left;
}
.checkBlock label::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  border: solid 1px rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.checkBlock label::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 5px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  background-color: rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}

.swiper-pagination {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 8px;
  background-color: #e4e4e4;
  border: 0;
  margin: 0 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(21, 178, 181);
  width: 31px;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgb(21, 178, 181);
}

.modal {
  font-family: "Futura PT";
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal.is-open {
  display: block;
  z-index: 15;
  position: fixed;
}

.modal__container {
  overflow: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
}

.modal__content {
  padding: 0;
  margin: 0;
}
.modal__content .link {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #4c535b;
}
.modal__content .link:hover {
  text-decoration-color: transparent;
}

.modal__close {
  width: 46px;
  height: 46px;
  padding: 18px;
  background-color: rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 27px;
  top: 32px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.modal__close span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
}
.modal__close:hover {
  background-color: #23262e;
}

.modal__content .scroll::-webkit-scrollbar {
  width: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-right: 12px;
}
.modal__content .scroll::-webkit-scrollbar-track {
  background: #d9d9d9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.modal__content .scroll::-webkit-scrollbar-thumb {
  background: #23262e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.modal__inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 489px;
  width: 100%;
}
.modal__content {
  position: relative;
  z-index: 5;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 87px 0 56px;
}
.modal__content::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../img/logo-big-company.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 225%;
}
.modal__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: rgb(0, 0, 0);
  display: block;
}
.modal .input-list {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.modal .input-item + .input-item {
  margin-top: 10px;
}
.modal .caption {
  font-size: 35px;
  line-height: 45px;
}
.modal .caption + * {
  margin-top: 10px;
}
.modal .controls {
  margin-top: 26px;
}
.modal .controls .btn {
  min-width: 276px;
}
.modal .checkBlock {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.modal .checkBlock label:after, .modal .checkBlock label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#modalInfo .modal__inner {
  max-width: 768px;
  width: 100%;
  text-align: left;
}
#modalInfo .modal__content {
  padding: 80px 60px;
}
#modalInfo .modal__content::before {
  background-size: auto;
  width: 410px;
  left: 50%;
  margin-left: -205px;
  background-position: left center;
}

#modalWrite .modal__inner {
  max-width: 843px;
  width: 100%;
}
#modalWrite .modal__content::before {
  background-size: auto;
  width: 410px;
  left: 50%;
  margin-left: -205px;
  background-position: left center;
}
#modalWrite .input-list {
  max-width: 739px;
  display: grid;
  gap: 11px 9px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
#modalWrite .input-list .input-item + .input-item {
  margin-top: 0;
}
#modalWrite .input-list .input-item:last-child {
  grid-row: 1/4;
  grid-column: 2/2;
}
#modalWrite .controls {
  max-width: 739px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 29px;
  justify-content: flex-start;
}
#modalWrite .controls .checkBlock {
  margin: 0;
}

.textModal {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #23262e;
}
.textModal ul {
  padding-left: 15px;
}
.textModal li {
  position: relative;
  padding-left: 10px;
}
.textModal li::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  _:-webkit-any-link,
  :root .modal-open {
    padding-right: 17px;
  }
  _:-webkit-any-link .header,
  :root .modal-open .header {
    width: calc(100% - 17px);
  }
}
.btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  padding: 5px;
  height: 59px;
  letter-spacing: 0.1em;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.btn.btnSimple {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.btn.btnSimple::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "icomoon" !important;
  content: "\e001";
  font-size: 8px;
  right: 12px;
  top: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btnSimple:hover {
  background-color: rgb(0, 0, 0);
}
.btn.btnSimpleInverted {
  border: solid 1px rgb(21, 178, 181);
  color: rgb(21, 178, 181);
}
.btn.btnSimpleInverted:hover {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.btn.btnSimpleInverted::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "icomoon" !important;
  content: "\e001";
  font-size: 8px;
  right: 12px;
  top: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-phone, .btn-whatsapp {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  min-width: 223px;
  padding-left: 70px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-phone [class*=icon-], .btn-whatsapp [class*=icon-] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  font-size: 30px;
  color: rgb(255, 255, 255);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-phone:hover, .btn-whatsapp:hover {
  padding-left: 20px;
  padding-right: 70px;
}
.btn-phone:hover [class*=icon-], .btn-whatsapp:hover [class*=icon-] {
  left: calc(100% - 50px);
}

.btn-whatsapp {
  background-color: rgba(30, 184, 97, 0.6);
}
.btn-whatsapp [class*=icon-] {
  background-color: #1eb862;
}
.btn-whatsapp:hover {
  background-color: #1eb862;
}

.btn-phone {
  background-color: rgba(21, 178, 181, 0.6);
}
.btn-phone [class*=icon-] {
  background-color: #15b2b5;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: rgb(255, 255, 255);
  -webkit-transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  z-index: 8;
}
.header__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 95px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__col {
  width: calc(50% - 125px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgb(255, 255, 255);
  padding: 29px 0 15px;
}
.header__mail a {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
.header__mail a:hover {
  text-decoration-color: rgb(255, 255, 255);
}
.header__mail [class*=icon-] {
  margin-right: 14px;
}
.header__phone {
  font-size: 20px;
  line-height: 26px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
.header__phone:hover {
  text-decoration-color: rgb(255, 255, 255);
}
.header .logoWrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -47.5px;
  margin-top: -34px;
}
.header__mobile {
  display: none;
}
.header_scroll {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
}
.header_scroll .header__content {
  overflow: hidden;
  margin-top: -95px;
}
.header_scroll .menu {
  padding: 48px 0 47px;
}
.header_scroll .logoWrapper {
  margin-top: -71px;
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}

.menu {
  width: 100%;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 125px);
}
.menu a {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
  -webkit-transition: text-decoration 0.3s, color 0.3s;
  -moz-transition: text-decoration 0.3s, color 0.3s;
  -o-transition: text-decoration 0.3s, color 0.3s;
  transition: text-decoration 0.3s, color 0.3s;
}
.menu a:hover {
  text-decoration-color: rgb(21, 178, 181);
}
.menu a.active, .menu a:hover {
  color: rgb(21, 178, 181);
}

.city {
  position: relative;
  display: flex;
  align-items: center;
}
.city [class*=icon-] {
  margin-right: 12px;
}
.city__current {
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
.city__current:hover {
  text-decoration-color: transparent;
}

.timeWork [class*=icon-] {
  margin-right: 15px;
}
.grettings {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
  font-weight: 300;
  padding-top: 142px;
  padding-bottom: 62px;
}
.grettings__content {
  min-height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grettings__title {
  font-size: 65px;
  line-height: 83px;
  display: block;
  font-weight: 300;
}
.grettings__name {
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  display: block;
}
.grettings__advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 46px 0 35px;
}
.grettings__advitem {
  display: flex;
  align-items: flex-start;
}
.grettings__advitem:last-child .grettings__advitem__name {
  max-width: 89px;
}
.grettings__advitem img {
  margin-right: 27px;
}
.grettings__advitem__name {
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  padding-top: 13px;
  max-width: 203px;
}

.order-rugs {
  margin-top: 64px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 41px 128px 41px 87px;
  display: flex;
  align-items: center;
}
.order-rugs .caption {
  max-width: 184px;
}
.order-rugs .input-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  margin-right: 18px;
  flex: 1;
  max-width: 748px;
}
.order-rugs .input-item {
  width: 50%;
}
.order-rugs .btn {
  min-width: 276px;
}

.configurator {
  padding: 113px 0 65px;
  color: #23262e;
  position: relative;
}
.configurator__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.configurator__left {
  max-width: 584px;
  padding-top: 24px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  position: sticky;
  left: 0;
  top: 50px;
  padding-top: 90px;
}
.configurator__left img {
  width: 100%;
}
.configurator__left__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  color: rgb(0, 0, 0);
  margin-top: 51px;
}
.configurator__left__text span {
  color: rgb(21, 178, 181);
  font-weight: 400;
}
.configurator__left .picture {
  position: relative;
  width: 100%;
  height: 300px;
}
.configurator__left .picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.configurator__left .picture .accessorie-1 {
  width: auto;
  height: auto;
  bottom: 60px;
  left: 50px;
  top: auto;
  display: none;
}
.configurator__left .picture .accessorie-1.visible {
  display: block;
}
.configurator__left .picture .accessorie-2 {
  left: auto;
  width: auto;
  height: auto;
  right: 120px;
  top: 55px;
  display: none;
}
.configurator__left .picture .accessorie-2.visible {
  display: block;
}
.configurator__content {
  max-width: 905px;
  width: 100%;
  margin-top: -26px;
  margin-left: auto;
}
.configurator__list {
  width: 100%;
}
.configurator__item {
  position: relative;
  border: 1px solid #c6ccdc;
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 47px 34px 41px 34px;
}
.configurator__item + * {
  margin-top: 20px;
}
.configurator__item.aos-animate .configurator__number {
  background-color: rgb(21, 178, 181);
  left: -40px;
}
.configurator__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  display: block;
}
.configurator__number {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgb(255, 255, 255);
  width: 73px;
  height: 73px;
  background-color: #a3a3a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 13px;
  position: absolute;
  top: 56px;
  padding-left: 16px;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.configurator__row {
  display: flex;
  justify-content: space-between;
}
.configurator__col_left {
  max-width: 265px;
  width: 100%;
}
.configurator__col_right {
  width: 54%;
}
.configurator__col_complects {
  max-width: 70%;
}
.configurator__col .input-item {
  width: 100%;
}
.configurator__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-top: 40px;
}
.configurator__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 46px;
}
.configurator__controls__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  display: block;
  letter-spacing: 0.03em;
}
.configurator__controls__text {
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  display: block;
}
.configurator__controls .btn-whatsapp {
  margin-top: 17px;
  height: 60px;
  min-width: 275px;
  padding-left: 70px;
  padding-right: 20px;
}
.configurator__controls .btn-whatsapp:hover {
  padding-right: 70px;
  padding-left: 20px;
}
.configurator__controls .btn-whatsapp:hover [class*=icon-] {
  left: calc(100% - 58px);
}
.configurator__controls .btn-whatsapp [class*=icon-] {
  width: 58px;
  font-size: 36px;
}
.configurator .caption {
  width: 100%;
}
.configurator .input-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 22px;
}
.configurator .input-item {
  min-width: calc(33.3333333333% - 13px);
}

.price-block {
  color: #23262e;
  margin-top: -10px;
}
.price-block__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.price-block__line + * {
  margin-top: 3px;
}
.price-block__line:last-child {
  margin-top: 23px;
}
.price-block__title {
  font-weight: 300;
  font-size: 45px;
  line-height: 58px;
  margin-right: 18px;
}
.price-block__price {
  font-weight: 500;
  font-size: 45px;
  line-height: 58px;
}
.price-block__delivery {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}
.price-block__delivery [class*=icon-] {
  line-height: 21px;
  color: rgb(21, 178, 181);
  margin-right: 7px;
  font-size: 15px;
  position: relative;
  top: 3px;
}
.price-block__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgb(21, 178, 181);
  text-decoration: underline;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
  letter-spacing: 0.05em;
}
.price-block__link:hover {
  text-decoration-color: transparent;
}
.price-block .btn {
  min-width: 276px;
}
.price-block .mobile {
  display: none;
}

.cellule-list {
  display: flex;
  flex-wrap: wrap;
}
.cellule-list--bg .cellule-item__picture::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-image: url(../img/romb_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.cellule-list .cellule-item {
  display: flex;
  align-items: center;
}
.cellule-list .cellule-item input {
  display: none;
}
.cellule-list .cellule-item input:checked + label::after {
  opacity: 1;
}
.cellule-list .cellule-item label {
  cursor: pointer;
  padding-left: 33px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #23262e;
}
.cellule-list .cellule-item label::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: solid 1px rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cellule-list .cellule-item label::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 4px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
.cellule-list .cellule-item__picture {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.cellule-list.horizontal {
  margin-top: 15px;
  gap: 66px;
}
.cellule-list.horizontal .cellule-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  line-height: 32px;
}
.cellule-list.horizontal .cellule-item__picture {
  width: 66px;
  height: 66px;
}
.cellule-list.vertical {
  margin-top: 25px;
  gap: 38px 8px;
}
.cellule-list.vertical .cellule-item {
  width: calc(10% - 8px);
  align-items: flex-start;
}
.cellule-list.vertical .cellule-item label {
  text-align: center;
  padding-bottom: 22px;
  padding-left: 26px;
}
.cellule-list.vertical .cellule-item label::after {
  top: 17px;
  margin-top: 0;
}
.cellule-list.vertical .cellule-item label::before {
  top: 13px;
  margin-top: 0;
}
.cellule-list.vertical .cellule-item label .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 13px;
  white-space: nowrap;
}
.cellule-list.vertical .cellule-item__picture {
  width: 43px;
  height: 43px;
}

.complect-list {
  border: 1px solid #b6bac2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 21px;
  margin-bottom: 15px;
}
.complect-list li {
  width: 50%;
  position: relative;
  z-index: 1;
}
.complect-list li > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.complect-list input {
  display: none;
}
.complect-list input:checked + label {
  color: rgb(255, 255, 255);
  background-color: rgb(21, 178, 181);
}
.complect-list label {
  width: 100%;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #23262e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}

.complect-body .checkBlock + .checkBlock {
  margin-top: 15px;
}

.auto-picture__link {
  text-align: center;
  margin-top: 11px;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgb(21, 178, 181);
}

.accessories {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accessories__col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 38px 1fr;
  max-width: 392px;
  gap: 2px 33px;
}
.accessories__col img {
  grid-column: 1/2;
  width: 125px;
  object-position: center;
  object-fit: contain;
}
.accessories__col:last-child {
  max-width: 443px;
}
.accessories__col:last-child img {
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.accessories__col:last-child .accessories__price {
  width: 170px;
}
.accessories__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  grid-column: 1/2;
  grid-row: 2/3;
}
.accessories__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: rgb(21, 178, 181);
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: center;
  width: 92px;
}
.accessories .input-list {
  grid-column: 2/3;
  width: 190px;
  margin-top: 0;
}
.accessories .input-list .input-item {
  width: 100%;
}
.accessories .input-list .selectric {
  height: 34px;
}
.accessories .input-list .selectric .button {
  width: 28px;
}
.accessories .input-list .selectric .label {
  height: 34px;
  font-size: 14px;
  line-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
.accessories .input-list .selectric-scroll ul li {
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.accessories .btn {
  font-weight: 400;
  width: 55px;
  height: 51px;
  font-size: 25px;
  line-height: 41px;
  grid-column: 3/3;
  grid-row: 1/3;
  padding: 0;
}
.accessories .btn::before {
  display: none;
}

.counter {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  border: 1px solid #c6ccdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  width: 112px;
  text-align: center;
  height: 37px;
  grid-column: 2/3;
}
.counter .counter__plus, .counter .counter__text, .counter .counter__minus {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.counter__minus {
  width: 35px;
  cursor: pointer;
}
.counter__minus:hover {
  color: rgb(21, 178, 181);
}
.counter__text {
  position: relative;
  width: 20px;
  flex: 1;
}
.counter__text::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 1px;
  height: 14px;
  top: 50%;
  left: 0;
  background-color: #c6ccdc;
  margin-top: -7px;
}
.counter__text::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 1px;
  height: 14px;
  top: 50%;
  right: 0;
  background-color: #c6ccdc;
  margin-top: -7px;
}
.counter__plus {
  width: 35px;
  cursor: pointer;
}
.counter__plus:hover {
  color: rgb(21, 178, 181);
}

.rugs-info {
  background-color: #f8f8f8;
  padding: 130px 0 0;
  overflow: hidden;
}

.rugs-slider {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}
.rugs-slider__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0.04em;
}
.rugs-slider__desc {
  font-weight: 300;
  font-size: 25px;
  line-height: 45px;
  display: block;
  margin-top: -10px;
}
.rugs-slider__price {
  margin-top: 30px;
}
.rugs-slider__price .title {
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  display: block;
}
.rugs-slider__price .title + .price {
  margin-top: -6px;
}
.rugs-slider__price .price {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  display: block;
}
.rugs-slider__content {
  margin-top: 38px;
  max-width: 1410px;
}
.rugs-slider__leftSide {
  position: relative;
  max-width: 370px;
  width: 100%;
}
.rugs-slider__righSide {
  z-index: 3;
  width: 100%;
  max-width: 788px;
  margin-top: -197px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 624px;
  position: relative;
}
.rugs-slider__righSide img {
  top: -24px;
  position: relative;
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.rugs-slider__righSide::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../img/circles.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 112px;
  bottom: 35px;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.rugs-slider__righSide::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 916px;
  height: 100%;
  top: 131px;
  right: 0px;
  z-index: -1;
  pointer-events: none;
  background-image: url("../img/logo-big-company.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.rugs-slider .btn {
  margin-top: 23px;
  min-width: 275px;
}
.rugs-slider .info {
  position: absolute;
  right: -12px;
  top: 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e0e0e0;
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rugs-slider .info:hover {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.rugs-slider .swiper {
  position: relative;
  overflow: visible;
}
.rugs-slider .swiper-wrapper {
  overflow: visible;
}
.rugs-slider .swiper-slide {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 71px 0px 22px 101px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  pointer-events: none;
}
.rugs-slider .swiper-slide img {
  opacity: 0.2;
}
.rugs-slider .swiper-slide.swiper-slide-active {
  pointer-events: all;
}
.rugs-slider .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.rugs-slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.rugs-slider .swiper-slide::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 5;
}
.rugs-slider .swiper-button-next, .rugs-slider .swiper-button-prev {
  background-color: rgb(255, 255, 255);
  border: solid 2px rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 98px;
  height: 98px;
  color: rgb(21, 178, 181);
  font-size: 10px;
  margin-top: -34px;
}
.rugs-slider .swiper-button-next:after, .rugs-slider .swiper-button-prev:after {
  display: none;
}
.rugs-slider .swiper-button-next::before, .rugs-slider .swiper-button-prev::before {
  position: relative;
  font-size: 16px;
}
.rugs-slider .swiper-button-next:hover, .rugs-slider .swiper-button-prev:hover {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.rugs-slider .swiper-button-prev {
  left: calc(50% - 120px);
  margin-top: -101px;
}
.rugs-slider .swiper-button-prev:before {
  left: -18px;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.rugs-slider .swiper-button-next {
  right: -50px;
  margin-top: -101px;
}
.rugs-slider .swiper-button-next:before {
  left: 18px;
}
.rugs-slider .swiper-pagination {
  left: calc(50% + 18px);
  display: inline-block;
  width: auto;
}

.rugs-advantages {
  position: relative;
  padding: 316px 0 104px;
  z-index: 3;
}
.rugs-advantages .list-title-invis {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.rugs-advantages .list-title-invis .title-invis {
  position: absolute;
  font-weight: 700;
  font-size: 200px;
  line-height: 256px;
  text-transform: uppercase;
  color: #ececec;
}
.rugs-advantages .list-title-invis .title-invis:nth-child(1) {
  top: 90px;
}
.rugs-advantages .list-title-invis .title-invis:nth-child(2) {
  top: 394px;
  font-size: 150px;
  line-height: 192px;
  left: 254px;
}
.rugs-advantages .list-title-invis .title-invis:nth-child(3) {
  right: 0px;
  font-size: 130px;
  line-height: 167px;
  top: 589px;
}
.rugs-advantages__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.rugs-advantages__item {
  width: 435px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 106px;
}
.rugs-advantages__item:nth-child(1) {
  grid-column: 1/2;
}
.rugs-advantages__item:nth-child(2) {
  grid-row: 2/2;
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -webkit-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
.rugs-advantages__item:nth-child(3) {
  grid-row: 3/3;
  -moz-transform: translateX(65px);
  -ms-transform: translateX(65px);
  -webkit-transform: translateX(65px);
  -o-transform: translateX(65px);
  transform: translateX(65px);
}
.rugs-advantages__item:nth-child(4) {
  grid-column: 2/2;
  grid-row: 1/2;
}
.rugs-advantages__item:nth-child(4) .rugs-advantages__head {
  padding-right: 96px;
}
.rugs-advantages__item:nth-child(5) {
  grid-column: 2/2;
  grid-row: 2/2;
  -moz-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -webkit-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}
.rugs-advantages__item:nth-child(5) .rugs-advantages__head {
  padding-right: 96px;
}
.rugs-advantages__item:nth-child(5) [class*=icon-] {
  font-size: 43px;
}
.rugs-advantages__item:nth-child(6) {
  grid-column: 2/2;
  grid-row: 3/3;
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -webkit-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.rugs-advantages__item:nth-child(6) .rugs-advantages__head {
  padding-right: 46px;
}
.rugs-advantages__item:nth-last-child(3), .rugs-advantages__item:nth-last-child(2), .rugs-advantages__item:nth-last-child(1) {
  text-align: right;
  margin-left: auto;
}
.rugs-advantages__item:nth-last-child(3) .rugs-advantages__head, .rugs-advantages__item:nth-last-child(2) .rugs-advantages__head, .rugs-advantages__item:nth-last-child(1) .rugs-advantages__head {
  padding-left: 0;
}
.rugs-advantages__item:nth-last-child(3) .rugs-advantages__head [class*=icon-],
.rugs-advantages__item:nth-last-child(3) .rugs-advantages__head .icon, .rugs-advantages__item:nth-last-child(2) .rugs-advantages__head [class*=icon-],
.rugs-advantages__item:nth-last-child(2) .rugs-advantages__head .icon, .rugs-advantages__item:nth-last-child(1) .rugs-advantages__head [class*=icon-],
.rugs-advantages__item:nth-last-child(1) .rugs-advantages__head .icon {
  left: auto;
  right: 0;
}
.rugs-advantages__head {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #23262e;
  padding-left: 77px;
  position: relative;
  min-height: 57px;
  display: flex;
  flex-direction: column;
}
.rugs-advantages__head + * {
  margin-top: 11px;
}
.rugs-advantages__head [class*=icon-],
.rugs-advantages__head .icon {
  color: rgb(21, 178, 181);
  font-size: 57px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.rugs-advantages__head__num {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgb(21, 178, 181);
  display: block;
  margin-top: auto;
}
.rugs-advantages__head__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
}
.rugs-advantages__picture {
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -500px;
  pointer-events: none;
}

.work-example {
  padding: 62px 0 68px;
  overflow: hidden;
}
.work-example__head {
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.work-example__item {
  display: grid;
  grid-template-columns: calc(60% + 27px) 1fr;
  grid-template-rows: 280px 280px;
  gap: 16px 23px;
}
.work-example__item img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-example__item .col {
  position: relative;
  position: relative;
  z-index: 1;
}
.work-example__item .col > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.work-example__item .col:hover [class*=icon-] {
  opacity: 1;
}
.work-example__item .col_big {
  grid-row: 1/3;
}
.work-example__item [class*=icon-] {
  background-color: rgba(228, 228, 228, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 44px;
  right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.work-example .swiper {
  left: -65px;
  width: calc(100% + 120px);
}
.work-example .swiper,
.work-example .swiper-container {
  overflow: visible;
}
.work-example .swiper-slide {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.44;
}
.work-example .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.work-example .swiper-controls {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #23262e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-example .swiper-pagination {
  margin: 0;
  width: auto;
}
.work-example .swiper-pagination-total {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
.work-example .swiper-button-next, .work-example .swiper-button-prev {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #b4b4b4;
  font-size: 10px;
  margin-top: -14px;
}
.work-example .swiper-button-next:after, .work-example .swiper-button-prev:after {
  display: none;
}
.work-example .swiper-button-next::before, .work-example .swiper-button-prev::before {
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.work-example .swiper-button-next:hover, .work-example .swiper-button-prev:hover {
  color: rgb(21, 178, 181);
}
.work-example .swiper-button-prev:before {
  left: -18px;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.work-example .swiper-button-next:before {
  left: 18px;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
  margin-top: 67px;
}
.catalog-list .catalog-item {
  width: calc(20% - 52px);
}

.catalog-item__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #23262e;
  margin-top: 10px;
}
.catalog-item__price {
  color: #23262e;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  margin-top: 37px;
}
.catalog-item__price .price {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  margin-left: 8px;
}
.catalog-item .btn {
  width: 100%;
  margin-top: 14px;
  height: 57px;
  line-height: 46px;
}

.reviews {
  padding: 130px 0 134px;
  overflow: hidden;
}
.reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews__add {
  color: #23262e;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.reviews__add .text {
  max-width: 470px;
  text-align: right;
}
.reviews__add .btn {
  min-width: 276px;
}
.reviews .swiper {
  max-width: 1213px;
  margin: 55px 0 0;
}
.reviews .swiper-slide {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.reviews .swiper-slide-prev {
  opacity: 0;
}
.reviews .swiper-button-next, .reviews .rugs-slider .swiper-button-prev, .rugs-slider .reviews .swiper-button-prev {
  background-color: rgb(21, 178, 181);
  border: solid 2px rgb(21, 178, 181);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 70px;
  height: 70px;
  color: rgb(255, 255, 255);
  font-size: 8px;
  margin-top: -60px;
  left: calc(100% + 290px);
}
.reviews .swiper-button-next:after, .reviews .rugs-slider .swiper-button-prev:after, .rugs-slider .reviews .swiper-button-prev:after {
  display: none;
}
.reviews .swiper-button-next::before, .reviews .rugs-slider .swiper-button-prev::before, .rugs-slider .reviews .swiper-button-prev::before {
  position: relative;
  font-size: 16px;
}
.reviews .swiper-button-next:hover, .reviews .rugs-slider .swiper-button-prev:hover, .rugs-slider .reviews .swiper-button-prev:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(21, 178, 181);
}
.reviews .swiper-button-next:before {
  left: 8px;
}
.reviews .swiper-button-text {
  font-family: "Futura PT";
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  text-align: right;
  color: rgb(255, 255, 255);
}
.reviews .swiper,
.reviews .swiper-container {
  overflow: visible;
}
.reviews .swiper-slide-active .review-item__picture::before {
  opacity: 0;
}

.review-item {
  display: flex;
  align-items: center;
  gap: 67px;
  justify-content: space-between;
}
.review-item__picture {
  max-width: 568px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.review-item__picture::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(35, 38, 46, 0.88), rgba(35, 38, 46, 0.88));
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.review-item__picture img {
  width: 100%;
  object-fit: cover;
}
.review-item__content {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  width: calc(100% - 610px);
  padding-right: 115px;
}
.review-item__date {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}
.review-item__name {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}
.review-item__name + * {
  margin-top: 25px;
}

.reviews-other {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  gap: 12px;
}
.reviews-other__item {
  width: calc(20% - 10px);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #23262e;
  position: relative;
  border: solid 1px #9ca0ac;
  padding: 15px 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.reviews-other__item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.reviews-other__item [class*=icon-] {
  color: #23262e;
  font-size: 70px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.reviews-other__item svg {
  fill: #757983;
  color: #757983;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews-other__item svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #757983;
  color: #757983;
}
.reviews-other__item img {
  max-width: 175px;
  object-fit: cover;
}
.reviews-other__item:hover {
  background-color: rgb(21, 178, 181);
  border-color: rgb(21, 178, 181);
}
.reviews-other__item:hover [class*=icon-] {
  color: rgb(255, 255, 255);
}
.reviews-other__item:hover svg {
  fill: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.reviews-other__item:hover svg path {
  fill: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.reviews-other__text {
  margin-top: 10px;
  display: block;
}

.guarantes {
  color: #23262e;
}
.guarantes .caption + * {
  margin-top: 21px;
}
.guarantes p + p {
  margin-top: 21px;
}
.guarantes__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.guarantes__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  max-width: 436px;
}
.guarantes__list {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  max-width: 1201px;
  width: 100%;
}
.guarantes__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 427px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 5px 56px 26px;
  z-index: 3;
}
.guarantes__item::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  left: 0;
  top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.guarantes__item:hover::before {
  opacity: 0.5;
}
.guarantes__item:hover .guarantes__name {
  opacity: 0;
}
.guarantes__item:hover .guarantes__desc {
  opacity: 1;
  pointer-events: all;
}
.guarantes__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: rgb(255, 255, 255);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.guarantes__desc {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: rgb(255, 255, 255);
  padding: 15px;
}
.guarantes strong {
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: rgb(21, 178, 181);
  display: block;
  margin-top: 35px;
}

.mobile-dialog-guarant {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
}
.mobile-dialog-guarant.fancybox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  color: rgb(255, 255, 255);
  min-height: 250px;
  text-shadow: 0px 0px 0p rgb(0, 0, 0);
}
.mobile-dialog-guarant.fancybox__content .guarantes__name + * {
  margin-top: 10px;
}

.delivery {
  position: relative;
  padding: 114px 0 192px;
  background-image: url(../img/word.png);
  background-position: calc(50% + 95px) 143px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.delivery__content {
  max-width: 690px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #23262e;
}
.delivery .caption + * {
  margin-top: 21px;
}
.delivery .car {
  position: absolute;
  background-image: url(../img/car.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 1188px;
  height: 789px;
  position: absolute;
  top: -27px;
  left: calc(50% - 71px);
  pointer-events: none;
}

.faq {
  margin-top: 38px;
  max-width: 655px;
}
.faq__item + * {
  margin-top: 18px;
}
/*.faq__item:first-child .faq__answer {
  display: block;
}*/
.faq .active .faq__quest [class*=icon-] {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.faq .active .faq__quest [class*=icon-]::before {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.faq__quest {
  border-bottom: 1px solid #8b8d91;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: rgb(21, 178, 181);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
}
.faq__quest:hover [class*=icon-] {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.faq__quest [class*=icon-] {
  border: 1px solid rgb(21, 178, 181);
  right: 0;
  top: 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-size: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__answer {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #525459;
  padding: 12px 0 39px;
  border-bottom: 1px solid #8b8d91;
}

.faq-controls {
  color: rgb(0, 0, 0);
  margin-top: 39px;
}
.faq-controls__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-right: 15px;
}
.faq-controls__price {
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  margin-right: 35px;
}
.faq-controls__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgb(21, 178, 181);
  margin-left: 0;
  text-decoration: underline;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}
.faq-controls__link:hover {
  text-decoration-color: transparent;
}

.footer {
  background-color: #23262e;
  color: rgb(255, 255, 255);
  padding: 69px 0;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
}
.contacts .caption {
  color: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 7px;
}
.contacts__adress {
  margin-right: 44px;
}
.contacts__adress [class*=icon-] {
  font-size: 20px;
  margin-right: 9px;
}
.contacts__mail {
  margin-right: 65px;
  display: flex;
  align-items: center;
}
.contacts__mail [class*=icon-] {
  font-size: 25px;
  margin-right: 12px;
}
.contacts__mail a {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
.contacts__mail a:hover {
  text-decoration-color: rgb(255, 255, 255);
}
.contacts__social {
  margin: 0 auto;
}
.contacts__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contacts__social svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contacts__social svg circle,
.contacts__social svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts__social a:hover svg {
  fill: rgb(21, 178, 181);
}
.contacts__social a:hover svg circle {
  fill: rgb(21, 178, 181);
}
.contacts__social a:hover svg circle + path {
  fill: rgb(255, 255, 255);
}
.contacts__social a:hover svg circle + path + path {
  fill: rgb(255, 255, 255);
}
.contacts__social a:hover svg path {
  fill: rgb(21, 178, 181);
}
.contacts .header__phone {
  margin-right: 25px;
}
.contacts .btn-phone {
  background-color: transparent;
  border: solid 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  padding-left: 65px;
  padding-right: 26px;
  min-width: 170px;
}
.contacts .btn-phone:hover {
  background-color: rgb(255, 255, 255);
  color: #23262e;
}
.contacts .btn-phone:hover [class*=icon-] {
  left: 0;
  color: #23262e;
  border-color: #23262e;
}
.contacts .btn-phone [class*=icon-] {
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-size: 15px;
  border-right: solid 1px rgb(255, 255, 255);
  height: 21px;
  top: 50%;
  margin-top: -10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.map {
  margin-top: 40px;
  width: 100%;
  height: 407px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  flex-wrap: wrap;
  padding: 58px 0px 0px;
}
.footer__bottom .col {
  text-align: center;
}
.footer__bottom .col:first-child {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__bottom .col:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__bottom .title {
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
}
.footer__bottom .name {
  font-weight: 400;
  font-size: 50px;
  line-height: 39px;
}
.footer__bottom .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-top: 38px;
  display: block;
}
.footer__bottom .logoWrapper {
  margin-bottom: 45px;
}
.footer__bottom .link {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration 0.3s;
  -moz-transition: text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
}
.footer__bottom .link:hover {
  text-decoration-color: rgb(255, 255, 255);
}

.link-page-up {
  background-color: rgb(21, 178, 181);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(255, 255, 255);
}
.link-page-up:hover {
  color: #23262e;
  background-color: rgb(255, 255, 255);
}

.text-simple {
  padding: 30px 0;
  padding-top: 142px;
  font-weight: 300;
  font-size: 25px;
  line-height: 45px;
  display: block;
}
.text-simple h2 {
  display: block;
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  color: #23262e;
  margin: 10px 0;
}

.faq-block {
  padding: 50px 0;
}
.faq-block__list {
  margin-top: 50px;
}
.faq-block__list span {
  max-width: 80%;
}
.faq-block .active .faq__quest [class*=icon-] {
  background-color: rgb(21, 178, 181);
  color: rgb(255, 255, 255);
}
.faq-block .active .faq__quest [class*=icon-]::before {
  transform: scale(1, -1);
}

@media (max-width: 1619px) {
  .container {
    max-width: 1400px;
  }
  .header__col {
    width: calc(50% - 75px);
    padding: 15px 0;
  }
  .header__phone {
    font-size: 18px;
  }
  .btn-phone,
  .btn-whatsapp {
    min-width: 200px;
  }
  .menu ul {
    width: calc(50% - 75px);
  }
  .order-rugs {
    padding: 40px 60px 40px 35px;
  }
  .configurator__left {
    max-width: 425px;
  }
  .rugs-advantages__picture {
    margin-left: -350px;
    width: 700px;
    margin-top: -350px;
    top: 50%;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 174px;
  }
  .work-example .swiper {
    left: 0;
    width: 100%;
  }
  .work-example .swiper-controls {
    right: 15px;
  }
}
@media (max-width: 1439px) {
  .container {
    max-width: 1200px;
    padding: 0 15px;
  }
  .header {
    font-size: 16px;
    line-height: 18px;
  }
  .header .logoWrapper {
    margin-left: -35px;
    margin-top: -25px;
    width: 70px;
  }
  .header__content {
    height: 75px;
  }
  .header_scroll .header__content {
    margin-top: -95px;
  }
  .header_scroll .menu {
    padding: 48px 0 34px;
  }
  .header_scroll .logoWrapper {
    margin-left: -35px;
    margin-top: -52px;
    width: 70px;
    -moz-transform: scale(0.79);
    -ms-transform: scale(0.79);
    -webkit-transform: scale(0.79);
    -o-transform: scale(0.79);
    transform: scale(0.79);
  }
  .header__col {
    width: calc(50% - 65px);
  }
  .btn-phone,
  .btn-whatsapp {
    min-width: 150px;
    padding-left: 50px;
    padding-right: 20px;
    height: 45px;
  }
  .btn-phone [class*=icon-],
  .btn-whatsapp [class*=icon-] {
    width: 35px;
    font-size: 20px;
  }
  .btn-phone:hover,
  .btn-whatsapp:hover {
    padding-right: 50px;
    padding-left: 20px;
  }
  .btn-phone:hover [class*=icon-],
  .btn-whatsapp:hover [class*=icon-] {
    left: calc(100% - 36px);
  }
  .header__phone {
    font-size: 16px;
  }
  .menu ul {
    width: calc(50% - 65px);
  }
  .grettings__title {
    font-size: 55px;
    line-height: 73px;
  }
  .grettings__name {
    font-size: 90px;
    line-height: 90px;
  }
  .grettings__advitem__name {
    font-size: 18px;
    line-height: 24px;
  }
  .grettings__advitem img {
    margin-right: 15px;
  }
  .grettings__content {
    min-height: 400px;
  }
  .order-rugs {
    padding: 30px 60px 30px 35px;
  }
  .order-rugs .btn {
    min-width: 235px;
  }
  .caption {
    font-size: 40px;
    line-height: 50px;
  }
  .configurator__content {
    max-width: 700px;
  }
  .cellule-list.horizontal {
    gap: 15px;
  }
  .configurator .input-list {
    flex-wrap: nowrap;
  }
  .configurator .input-item {
    min-width: auto;
  }
  .cellule-list.vertical .cellule-item {
    width: calc(14.2857142857% - 10px);
  }
  .auto-picture {
    width: 100%;
  }
  .auto-picture img {
    width: 100%;
  }
  .configurator__col_complects {
    max-width: 50%;
  }
  .accessories {
    gap: 30px;
  }
  .price-block__title {
    font-size: 35px;
    line-height: 48px;
    margin-right: 15px;
  }
  .price-block__price {
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
  }
  .price-block__delivery {
    margin-right: 10px;
  }
  .configurator__controls__title {
    font-size: 30px;
    line-height: 40px;
  }
  .configurator__controls .btn-whatsapp {
    margin-top: 12px;
  }
  .rugs-info {
    padding-top: 100px;
  }
  .rugs-slider__righSide {
    max-width: 475px;
    margin-top: -197px;
    z-index: auto;
  }
  .rugs-slider .swiper-slide {
    padding: 50px 70px 0px 50px;
  }
  .rugs-slider .swiper-button-prev {
    left: calc(50% - 20px);
    margin-top: -70px;
    width: 60px;
    height: 60px;
  }
  .rugs-slider .swiper-button-next {
    right: 15px;
    margin-top: -70px;
    width: 60px;
    height: 60px;
  }
  .rugs-slider__righSide::before {
    background-size: contain;
  }
  .rugs-slider .swiper-button-next::before,
  .rugs-slider .swiper-button-prev::before {
    font-size: 12px;
  }
  .rugs-slider .swiper-button-prev::before {
    left: -11px;
  }
  .rugs-slider .swiper-button-next::before {
    left: 11px;
  }
  .rugs-slider .swiper-pagination {
    left: 50%;
    margin-left: -80px;
  }
  .rugs-slider__righSide::after {
    top: 131px;
    right: -258px;
  }
  .rugs-advantages__picture {
    margin-left: -250px;
    width: 500px;
    margin-top: -230px;
    top: 50%;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 145px;
  }
  .rugs-advantages {
    padding: 200px 0 100px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(1) {
    top: 30px;
  }
  .work-example__item {
    grid-template-rows: 185px 185px;
    gap: 15px;
  }
  .work-example__item [class*=icon-] {
    bottom: 20px;
    right: 20px;
  }
  .catalog-item__price {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
  .catalog-list {
    gap: 35px;
  }
  .catalog-list .catalog-item {
    width: calc(20% - 28px);
  }
  .reviews .swiper-button-next,
  .reviews .rugs-slider .swiper-button-prev,
  .rugs-slider .reviews .swiper-button-prev {
    margin-top: -40px;
    left: 30px;
    width: 50px;
    height: 50px;
  }
  .reviews .swiper-button-text {
    font-size: 14px;
    line-height: 15px;
  }
  .reviews .swiper-button-next::before {
    left: 8px;
    font-size: 10px;
  }
  .delivery {
    padding: 50px 0 100px;
  }
  .delivery .car {
    left: calc(50% + 60px);
  }
  .contacts__adress {
    margin-right: 44px;
    margin-right: auto;
    width: 100%;
    margin-bottom: 7px;
  }
  .contacts .btn-phone {
    padding-left: 50px;
    padding-right: 20px;
  }
  .map {
    margin-top: 20px;
  }
  .footer {
    padding: 50px 0;
  }
  .guarantes__desc {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
  }
  .text-simple {
    padding-top: 90px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 992px;
    padding: 0 15px;
  }
  .header__col {
    width: auto;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0;
  }
  .menu {
    gap: 10px;
  }
  .menu ul {
    width: 100%;
  }
  .header__inner {
    padding: 0 15px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
    z-index: 10;
  }
  .header__inner .header__content {
    overflow: hidden;
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
  }
  .header__inner .menu {
    padding: 10px 0 20px;
  }
  .header__inner .logoWrapper {
    display: none;
  }
  .header_scroll .header__content {
    max-width: 600px;
    margin: 0 auto;
  }
  .menu-burger {
    display: block;
    z-index: 11;
  }
  .header_scroll .menu-burger .line {
    background-color: rgb(21, 178, 181);
  }
  .header__mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .logoWrapper {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 11;
    width: 70px;
    -moz-transform: scale(0.79);
    -ms-transform: scale(0.79);
    -webkit-transform: scale(0.79);
    -o-transform: scale(0.79);
    transform: scale(0.79);
  }
  .grettings__title {
    font-size: 45px;
    line-height: 60px;
  }
  .grettings__name {
    font-size: 80px;
    line-height: 80px;
  }
  .grettings__content {
    min-height: 300px;
  }
  .grettings__advantages {
    padding: 0;
    margin-top: 50px;
  }
  .grettings__advitem__name {
    font-size: 16px;
    line-height: 20px;
  }
  .grettings__advitem {
    width: calc(25% - 35px);
  }
  .caption {
    font-size: 30px;
    line-height: 40px;
  }
  .order-rugs {
    padding: 20px 50px 20px 20px;
  }
  .order-rugs .btn {
    min-width: 210px;
    height: 50px;
    line-height: 30px;
  }
  .input-item input {
    height: 50px;
    padding: 0 30px 0 15px;
  }
  .input-item textarea {
    padding-left: 15px;
    padding-top: 13px;
    line-height: 20px;
  }
  .input-item__icon {
    bottom: 15px;
    right: 10px;
    font-size: 20px;
  }
  .configurator__left {
    max-width: 425px;
  }
  .configurator__left__text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .configurator__content {
    max-width: 480px;
  }
  .configurator .input-list {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .configurator__row {
    display: block;
  }
  .configurator__item {
    padding: 25px;
  }
  .configurator__col_right {
    width: 100%;
    margin-top: 20px;
  }
  .cellule-list.horizontal .cellule-item__picture {
    width: 50px;
    height: 50px;
  }
  .configurator .input-item {
    width: 100%;
  }
  .cellule-list.vertical .cellule-item {
    width: calc(20% - 7px);
  }
  .configurator__desc {
    margin-top: 30px;
  }
  .configurator__controls {
    margin-top: 25px;
    justify-content: flex-start;
  }
  .configurator__controls__right {
    order: 1;
  }
  .configurator__controls__right .mobile {
    display: block;
    padding: 0 !important;
    width: 58px;
    white-space: nowrap;
    overflow: hidden;
    min-width: inherit;
    margin: 0;
  }
  .configurator__controls__right .mobile [class*=icon-] {
    left: 0 !important;
    font-size: 25px;
  }
  .configurator__controls__left {
    margin-top: 25px;
    order: 2;
    display: none;
  }
  .price-block__line {
    justify-content: flex-start;
  }
  .price-block__line:last-child {
    gap: 15px;
  }
  .accessories .input-list {
    margin-top: 0;
    width: 150px;
  }
  .configurator__col_complects {
    max-width: 100%;
    margin-top: 15px;
  }
  .configurator {
    padding: 50px 0;
  }
  .rugs-slider__righSide {
    max-width: 385px;
    margin-top: -120px;
    z-index: auto;
    min-height: 520px;
  }
  .rugs-slider__price {
    margin-top: 20px;
  }
  .rugs-slider .swiper-slide {
    padding: 30px 50px 0 30px;
  }
  .rugs-advantages__item {
    width: 300px;
    margin-bottom: 50px;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
  .rugs-advantages {
    padding: 100px 0 50px;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 119px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(1) {
    top: -50px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(2) {
    top: 474px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(3) {
    right: 0px;
    font-size: 100px;
    line-height: 117px;
    top: 639px;
  }
  .work-example__head {
    margin-bottom: 20px;
  }
  .rugs-slider__content {
    margin-top: 20px;
  }
  .work-example__item {
    grid-template-rows: 144px 144px;
  }
  .work-example {
    padding: 50px 0;
  }
  .work-example .swiper-controls {
    font-size: 25px;
    line-height: 35px;
    top: 8px;
  }
  .work-example .swiper-pagination-total {
    font-size: 16px;
    line-height: 20px;
  }
  .work-example__item [class*=icon-] {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .catalog-item__price .price {
    font-size: 22px;
    line-height: 30px;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .catalog-item .btn {
    width: 100%;
    margin-top: 14px;
    height: 50px;
    line-height: 37px;
  }
  .catalog-list {
    margin-top: 30px;
  }
  .catalog-item__name {
    font-size: 16px;
    line-height: 20px;
  }
  .reviews__head {
    flex-wrap: wrap;
  }
  .reviews__head .caption {
    width: 100%;
  }
  .reviews__add {
    gap: 15px;
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
  .reviews__add .text {
    text-align: left;
  }
  .reviews-other__item svg {
    max-width: 100%;
    display: block;
  }
  .reviews .swiper {
    max-width: 1213px;
    margin: 25px 0 0;
  }
  .review-item__content {
    width: calc(100% - 150px);
    padding-right: 20px;
  }
  .review-item__name + * {
    margin-top: 15px;
  }
  .reviews {
    padding: 50px 0;
    overflow: hidden;
  }
  .review-item {
    gap: 30px;
  }
  .review-item__content {
    width: calc(100% + 80px);
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .guarantes__name {
    font-size: 16px;
    line-height: 20px;
    opacity: 1 !important;
  }
  .guarantes__list {
    gap: 10px;
  }
  .guarantes__item {
    width: calc(33.3333333333% - 10px);
    padding: 15px;
  }
  .guarantes__item::before {
    display: none;
  }
  .guarantes__desc {
    font-size: 12px;
    line-height: 18px;
    display: none;
  }
  .delivery .car {
    left: calc(50% + 140px);
  }
  .faq-controls {
    margin-top: 25px;
  }
  .faq__answer {
    padding: 12px 0 25px;
  }
  .footer__bottom {
    padding: 50px 0 0;
  }
  .footer__bottom .col:nth-child(2) {
    flex: 1;
    padding: 0 15px;
  }
  .text-simple {
    padding-top: 120px;
  }
  .text-simple h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .menu ul {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
  .grettings {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .grettings__title {
    font-size: 35px;
    line-height: 50px;
  }
  .grettings__name {
    font-size: 70px;
    line-height: 70px;
  }
  .grettings__advantages {
    gap: 20px;
    margin: 0;
  }
  .grettings__advitem img {
    margin-right: 15px;
    width: 40px;
  }
  .grettings__advitem__name {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    max-width: 160px;
  }
  .order-rugs {
    padding: 10px 20px 20px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .order-rugs .caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .order-rugs .input-list {
    max-width: 100%;
    width: 100%;
  }
  .configurator__left {
    max-width: 350px;
    padding-top: 75px;
  }
  .configurator__content {
    max-width: 345px;
  }
  .header .logoWrapper {
    width: 60px;
  }
  .cellule-list.horizontal .cellule-item__picture {
    width: 40px;
    height: 40px;
  }
  .cellule-list.horizontal .cellule-item label {
    font-size: 18px;
    line-height: 26px;
  }
  .cellule-list.vertical .cellule-item {
    width: calc(33.3333333333% - 6px);
  }
  .cellule-list.vertical {
    margin-top: 15px;
    gap: 15px 9px;
  }
  .accessories__col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 50% !important;
  }
  .accessories__col img {
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
  .accessories {
    gap: 0;
    display: flex;
    align-items: flex-end;
  }
  .price-block__title {
    font-size: 25px;
    line-height: 38px;
    margin-right: 5px;
  }
  .price-block__price {
    font-size: 25px;
    line-height: 38px;
  }
  .price-block .btn {
    min-width: 237px;
  }
  .configurator__controls__title {
    font-size: 25px;
    line-height: 35px;
  }
  .configurator__controls__text {
    font-size: 20px;
    line-height: 28px;
  }
  .rugs-slider__righSide {
    max-width: 285px;
    margin-top: 0;
    z-index: auto;
    min-height: 300px;
    right: 34px;
  }
  .rugs-slider__leftSide {
    max-width: 300px;
    width: 100%;
  }
  .rugs-slider .swiper-slide {
    padding: 30px;
  }
  .rugs-slider__righSide::after {
    top: -79px;
    right: 0;
    width: 100%;
    background-position: left center;
    background-size: contain;
  }
  .rugs-info {
    padding-top: 50px;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 91px;
  }
  .rugs-advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rugs-advantages__picture {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    top: 0;
    right: auto;
    left: auto;
    position: relative;
    order: 2;
    display: none;
  }
  .rugs-advantages__item {
    margin-left: 0 !important;
    text-align: left !important;
  }
  .rugs-advantages__item:nth-child(5) [class*=icon-] {
    font-size: 40px;
  }
  .rugs-advantages__head {
    text-align: left !important;
    padding-right: 0 !important;
    padding-left: 77px !important;
  }
  .rugs-advantages__head [class*=icon-],
  .rugs-advantages__head .icon {
    left: 0 !important;
  }
  .rugs-advantages__head__name {
    font-size: 14px;
    line-height: 18px;
  }
  .rugs-advantages {
    padding: 100px 0 0;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(2),
  .rugs-advantages .list-title-invis .title-invis:nth-child(3) {
    display: none;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 76px;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 58px;
  }
  .work-example__item {
    grid-template-rows: 125px 125px;
  }
  .work-example__item [class*=icon-] {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .catalog-list .catalog-item {
    width: calc(20% + 10px);
  }
  .guarantes__item {
    width: 100%;
    padding: 15px;
    min-height: 100px;
  }
  .guarantes strong {
    font-size: 20px;
    line-height: 25px;
  }
  .guarantes__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 406px;
    padding-right: 15px;
  }
  .delivery .car {
    display: none;
  }
  .faq {
    margin-top: 25px;
    max-width: 100%;
  }
  .delivery__content {
    max-width: 100%;
  }
  .footer {
    padding: 30px 0;
  }
  .map {
    margin-top: 20px;
    width: 100%;
    height: 280px;
  }
  .footer__bottom {
    padding: 30px 0 0;
  }
  .footer__bottom .title {
    font-size: 25px;
    line-height: 35px;
  }
  .footer__bottom .name {
    font-size: 40px;
    line-height: 40px;
  }
  .footer__bottom .text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .footer__bottom .logoWrapper {
    margin-bottom: 25px;
  }
  .modal__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #modalWrite .modal__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .configurator__left .picture {
    height: 215px;
  }
  .configurator__left .picture .accessorie-1 {
    width: 80px;
  }
  .configurator__left .picture .accessorie-2 {
    width: 70px;
    right: 60px;
    top: 100px;
  }
  .text-simple {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .grettings__advitem {
    width: 50%;
  }
  .grettings__advitem {
    width: calc(50% - 105px);
  }
  .grettings__title {
    font-size: 30px;
    line-height: 40px;
  }
  .grettings__name {
    font-size: 60px;
    line-height: 60px;
  }
  .grettings__content {
    min-height: 200px;
  }
  .grettings__advantages {
    margin-top: 20px;
  }
  .header__col {
    max-width: 430px;
    justify-content: center;
  }
  .header__col:nth-child(2) {
    display: grid;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  .header__col .header__phone {
    text-align: center;
  }
  .menu ul {
    gap: 10px 24px;
  }
  .menu-burger {
    width: 35px;
    height: 35px;
  }
  .header .logoWrapper {
    width: 50px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .grettings {
    padding-top: 74px;
    padding-bottom: 40px;
  }
  .order-rugs .btn {
    min-width: 185px;
  }
  .configurator__left {
    max-width: 250px;
    padding-top: 50px;
  }
  .configurator__content {
    max-width: 310px;
  }
  .auto-picture__link a {
    font-size: 18px;
    line-height: 30px;
  }
  .accessories .input-list {
    width: 120px;
  }
  .rugs-slider__leftSide {
    line-height: 20px;
  }
  .rugs-slider__righSide {
    max-width: 215px;
  }
  .rugs-slider__title {
    font-size: 25px;
    line-height: 35px;
  }
  .rugs-slider__desc {
    font-size: 20px;
    line-height: 40px;
  }
  .rugs-slider .swiper-slide {
    padding: 15px;
  }
  .rugs-slider__price {
    margin-top: 10px;
  }
  .rugs-slider__price .title {
    font-size: 20px;
    line-height: 28px;
  }
  .rugs-slider__price .price {
    font-size: 25px;
    line-height: 35px;
  }
  .rugs-slider .swiper-button-prev {
    margin-top: -40px;
    width: 40px;
    height: 40px;
  }
  .rugs-slider .swiper-button-prev::before {
    left: -7px;
  }
  .rugs-slider .swiper-button-next {
    right: 15px;
    margin-top: -40px;
    width: 40px;
    height: 40px;
  }
  .rugs-slider .swiper-button-next::before {
    left: 7px;
  }
  .rugs-slider .swiper-button-next::before,
  .rugs-slider .swiper-button-prev::before {
    font-size: 8px;
  }
  .rugs-slider__righSide {
    right: 45px;
  }
  .rugs-slider__content {
    margin-top: 20px;
  }
  .rugs-slider .btn {
    margin-top: 20px;
    min-width: 215px;
  }
  .rugs-slider .info {
    right: 0;
  }
  .catalog-list .catalog-item {
    width: calc(33.3333333333% - 24px);
  }
  .review-item__name {
    font-size: 20px;
    line-height: 26px;
  }
  .review-item__name + * {
    margin-top: 5px;
  }
  .reviews-other {
    margin-top: 25px;
    gap: 10px;
  }
  .reviews-other__item {
    font-size: 12px;
    line-height: 16px;
  }
  .reviews-other__item {
    width: calc(20% - 8px);
  }
  .guarantes__name {
    font-size: 14px;
    line-height: 16px;
  }
  .guarantes .caption + * {
    margin-top: 15px;
  }
  .guarantes strong {
    margin-top: 15px;
  }
  .footer__bottom .col:nth-child(2) {
    width: 100%;
    order: 1;
    flex: auto;
    margin-top: 15px;
  }
  .footer__bottom .logoWrapper {
    margin-bottom: 15px;
  }
  .contacts {
    justify-content: flex-start;
    font-size: 16px;
    line-height: 20px;
    gap: 10px 5px;
  }
  #modalInfo .modal__content {
    padding: 38px 10px 30px;
  }
  #modalInfo .modal__content .caption {
    font-size: 25px;
    line-height: 35px;
  }
  #modalWrite .controls {
    flex-direction: column;
  }
  #modalWrite .controls .btn {
    order: 2;
  }
  #modalWrite .controls .checkBlock {
    margin: 0;
    order: 1;
  }
  .configurator__left .picture {
    height: 152px;
  }
  .configurator__left .picture .accessorie-1 {
    width: 60px;
    left: 40px;
    bottom: 35px;
  }
  .configurator__left .picture .accessorie-2 {
    width: 50px;
    right: 50px;
    top: 80px;
  }
  .text-simple {
    padding-top: 80px;
    font-size: 18px;
    line-height: 30px;
  }
  .text-simple h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 639px) {
  .menu ul {
    gap: 15px;
  }
  .grettings__advitem {
    width: calc(50% - 30px);
  }
  .grettings__name {
    font-size: 50px;
    line-height: 50px;
  }
  .order-rugs {
    display: block;
  }
  .order-rugs .input-list {
    flex-wrap: wrap;
    width: 100%;
  }
  .order-rugs .input-item {
    width: 100%;
  }
  .order-rugs .btn {
    margin-top: 20px;
  }
  .configurator__left {
    position: fixed;
    left: 0;
    top: -1000px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 7;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px;
    gap: 15px;
    border-bottom: solid 1px #b6bac2;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
  }
  .configurator__left.visible {
    top: 74px;
  }
  .configurator__left img {
    max-width: 120px;
  }
  .configurator__left__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .configurator__content {
    max-width: 100%;
    padding-left: 40px;
    margin-top: 25px;
  }
  .cellule-list.vertical .cellule-item {
    width: calc(20% + 10px);
  }
  .accessories .input-list {
    width: 170px;
  }
  .rugs-slider .info {
    right: 15px;
  }
  .rugs-slider__leftSide {
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .rugs-slider__righSide {
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .rugs-slider__righSide::before {
    z-index: -1;
  }
  .rugs-slider .btn {
    position: absolute;
    top: calc(100% - 80px);
    left: 50%;
    margin: 0;
    margin-left: -107.5px;
  }
  .rugs-slider .swiper-button-prev {
    left: 15px;
  }
  .rugs-slider .swiper-button-next,
  .rugs-slider .swiper-button-prev {
    margin-top: 0px;
  }
  .rugs-advantages__item {
    width: calc(50% - 15px);
  }
  .rugs-advantages__head [class*=icon-],
  .rugs-advantages__head .icon {
    font-size: 45px;
    width: 45px;
    top: 5px;
  }
  .rugs-advantages__item:nth-child(5) [class*=icon-] {
    font-size: 30px;
  }
  .rugs-advantages__head {
    padding-left: 65px !important;
  }
  .rugs-advantages__head__name {
    font-size: 12px;
    line-height: 16px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(2) {
    top: 414px;
    font-size: 50px;
    line-height: 80px;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(3) {
    font-size: 60px;
  }
  .rugs-advantages .list-title-invis .title-invis {
    font-size: 36px !important;
  }
  .rugs-advantages .list-title-invis .title-invis:nth-child(2) {
    right: 0;
    left: auto;
  }
  .rugs-advantages {
    padding: 89px 0 0px;
  }
  .work-example {
    padding: 30px 0;
  }
  .catalog-list .catalog-item {
    width: calc(50% - 18px);
  }
  .review-item {
    display: flex;
    align-items: flex-start;
  }
  .review-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  .reviews .swiper-button-next,
  .reviews .rugs-slider .swiper-button-prev,
  .rugs-slider .reviews .swiper-button-prev {
    margin-top: 0;
    left: auto;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 18px;
  }
  .reviews-other__item {
    width: calc(50% - 5px);
  }
  .guarantes__inner {
    flex-wrap: wrap;
  }
  .guarantes__text {
    max-width: 100%;
    width: 100%;
  }
  .guarantes__list {
    margin-top: 20px;
  }
  .guarantes__item {
    width: calc(33.3333333333% - 10px);
    min-height: 180px;
  }
  .delivery__content {
    font-size: 15px;
    line-height: 24px;
  }
  .faq__answer {
    font-size: 15px;
    line-height: 24px;
  }
  .delivery {
    padding: 50px 0 50px;
  }
  .contacts__social {
    margin: 0;
  }
  .contacts .header__phone {
    margin: 0 auto;
  }
  #modalWrite .input-list {
    gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  .configurator__left .picture {
    height: 74px;
  }
  .configurator__left .picture .accessorie-1 {
    width: 40px;
    left: 10px;
    bottom: 15px;
  }
  .configurator__left .picture .accessorie-2 {
    width: 30px;
    right: auto;
    top: 34px;
    left: 65px;
  }
}
@media (max-width: 479px) {
  .timeWork [class*=icon-] {
    margin-right: 5px;
  }
  .city [class*=icon-] {
    margin-right: 5px;
  }
  .header__mail [class*=icon-] {
    margin-right: 5px;
  }
  .header .logoWrapper {
    width: 40px;
  }
  .header__col {
    max-width: 220px;
  }
  .header__inner .header__content {
    max-width: 340px;
  }
  .header__inner .menu {
    gap: 20px;
    padding: 20px 0;
  }
  .header__inner .menu ul {
    gap: 15px 0;
    justify-content: space-between;
  }
  .header__inner .menu ul li {
    width: calc(50% - 15px);
  }
  .header__inner .menu ul li:nth-child(2n) {
    text-align: right;
  }
  .grettings__title {
    font-size: 20px;
    line-height: 30px;
  }
  .grettings__name {
    font-size: 40px;
    line-height: 40px;
  }
  .grettings__advitem {
    width: calc(50% - 30px);
  }
  .grettings__advitem img {
    margin-right: 15px;
    width: 30px;
  }
  .grettings__advitem__name {
    font-size: 12px;
    line-height: 16px;
  }
  .grettings__advantages {
    margin-top: 10px;
    gap: 10px;
  }
  .order-rugs .btn {
    width: 100%;
  }
  .caption {
    font-size: 25px;
    line-height: 30px;
  }
  .input-item input {
    height: 45px;
  }
  .input-item__icon {
    bottom: 14px;
  }
  .configurator {
    padding: 30px 0;
  }
  .configurator__item.aos-animate .configurator__number {
    left: -27px;
  }
  .configurator__number {
    font-size: 16px;
    line-height: 20px;
    width: 53px;
    height: 53px;
    top: 56px;
    padding-left: 6px;
  }
  .configurator__content {
    max-width: 100%;
    padding-left: 25px;
  }
  .configurator__item {
    padding: 15px;
  }
  .selectric {
    height: 45px;
  }
  .selectric .label {
    line-height: 45px;
  }
  .configurator__title {
    font-size: 18px;
    line-height: 20px;
  }
  .cellule-list.vertical .cellule-item {
    width: calc(20% + 25px);
  }
  .auto-picture__link a {
    font-size: 16px;
    line-height: 24px;
  }
  .accessories .input-list {
    width: 100px;
  }
  .accessories__col {
    max-width: 100% !important;
    width: 100%;
    display: grid;
    grid-template-columns: 70px calc(50% - 5px) 20px;
    grid-template-rows: 20px 1fr;
    gap: 15px;
  }
  .accessories__col:last-child {
    margin-top: 40px;
  }
  .accessories__col img {
    width: 95px;
    min-width: 65px;
  }
  .accessories__text {
    font-size: 12px;
    line-height: 14px;
  }
  .accessories .btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    top: -17px;
    right: 15px;
  }
  .accessories .input-list .selectric .label {
    padding-right: 20px;
  }
  .accessories__price {
    text-align: left;
  }
  .accessories__col:last-child .accessories__price {
    width: auto;
  }
  .configurator__controls {
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
  }
  .price-block .btn {
    min-width: 222px;
  }
  .rugs-info {
    padding-top: 30px;
  }
  .rugs-advantages__item {
    width: 100%;
    margin-bottom: 25px;
  }
  .work-example__item {
    grid-template-rows: 1fr 80px;
    grid-template-columns: 1fr 1fr;
  }
  .work-example__item .col_big {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .work-example__item [class*=icon-] {
    bottom: 10px;
    right: 10px;
  }
  .work-example .swiper-pagination {
    display: none;
  }
  .work-example .swiper-button-prev::before {
    left: -8px;
  }
  .catalog-item__name {
    font-size: 14px;
    line-height: 16px;
  }
  .catalog-item__price {
    margin-top: 5px;
  }
  .catalog-item__price .price {
    font-size: 18px;
    line-height: 24px;
  }
  .catalog-item .btn {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    line-height: 37px;
    font-size: 14px;
    padding-right: 24px;
  }
  .catalog-list {
    margin-top: 15px;
    gap: 10px;
  }
  .catalog-list .catalog-item {
    width: calc(50% - 5px);
  }
  .reviews {
    padding: 30px 0;
  }
  .guarantes strong {
    font-size: 18px;
    line-height: 20px;
  }
  .guarantes__item {
    padding: 5px;
    min-height: 110px;
  }
  .guarantes__name {
    font-size: 12px;
    line-height: 14px;
  }
  .mobile-dialog-guarant .guarantes__name {
    font-size: 16px;
    line-height: 20px;
  }
  .delivery {
    padding: 30px 0;
  }
  .footer__bottom .col {
    width: 50%;
  }
  .footer__bottom .title {
    font-size: 20px;
    line-height: 26px;
  }
  .footer__bottom .name {
    font-size: 30px;
    line-height: 30px;
  }
  .footer__bottom .link {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
  }
  .logoWrapper {
    margin-bottom: 15px;
    width: 130px;
  }
  .map {
    height: 250px;
  }
  .contacts__social {
    margin-left: auto;
  }
  .contacts .header__phone {
    margin: 0;
  }
  .contacts .btn-phone {
    margin-left: auto;
  }
  .grettings {
    padding-top: 55px;
  }
  .modal__content {
    padding: 50px 10px 17px;
  }
  .modal__close {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    padding: 9px;
  }
  .modal__container {
    padding: 30px 15px;
  }
  .textModal {
    font-size: 15px;
    line-height: 24px;
  }
  .textModal ul {
    padding-left: 0;
  }
  #modalWrite .input-list {
    gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
  #modalWrite .input-list .input-item:last-child {
    grid-row: inherit;
    grid-column: inherit;
  }
  #modalWrite .input-list .input-item:last-child .controls {
    flex-direction: column;
    margin-top: 15px;
  }
  .input-item textarea {
    height: 150px;
  }
  .modal .caption {
    line-height: 35px;
  }
  .configurator__left.visible {
    top: 59px;
  }
  .configurator__left__text {
    font-size: 12px;
    line-height: 14px;
  }
  .price-block__line {
    justify-content: center;
  }
  .configurator__controls__right {
    width: 100%;
  }
  .reviews__add {
    margin-top: 10px;
  }
  .reviews__add .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .counter {
    width: 90px;
    height: 27px;
    font-size: 12px;
  }
  .counter__minus {
    width: 25px;
  }
  .counter__plus {
    width: 25px;
  }
  .text-simple {
    padding-top: 60px;
  }
}
@media (max-width: 359px) {
  .contacts__social {
    margin: 0;
    margin-right: 15px;
  }
  .contacts .header__phone {
    margin: 0;
  }
  .contacts .btn-phone {
    margin: 0;
  }
  .modal .controls .btn {
    min-width: inherit;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
