/* fonts */

@font-face {
  font-family: 'Lora';
  src: local('Lora'), local('/mood/fonts/Lora-Regular'),
    url('/mood/fonts/Lora.woff2') format('woff2'),
    url('/mood/fonts/Lora.woff') format('woff'),
    url('/mood/fonts/Lora.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Italic'), local('/mood/fonts/Lora-Italic'),
    url('/mood/fonts/Loraitalic.woff2') format('woff2'),
    url('/mood/fonts/Loraitalic.woff') format('woff'),
    url('/mood/fonts/Loraitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold Italic'), local('/mood/fonts/Lora-BoldItalic'),
    url('/mood/fonts/Lorabolditalic.woff2') format('woff2'),
    url('/mood/fonts/Lorabolditalic.woff') format('woff'),
    url('/mood/fonts/Lorabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold'), local('/mood/fonts/Lora-Bold'),
    url('/mood/fonts/Lorabold.woff2') format('woff2'),
    url('/mood/fonts/Lorabold.woff') format('woff'),
    url('/mood/fonts/Lorabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Vladivostok';
  src: local('Vladivostok Regular'), local('/mood/fonts/Vladivostok-Regular'),
    url('/mood/fonts/Vladivostokregular.woff2') format('woff2'),
    url('/mood/fonts/Vladivostokregular.woff') format('woff'),
    url('/mood/fonts/Vladivostokregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vladivostok';
  src: local('Vladivostok Bold'), local('/mood/fonts/Vladivostok-Bold'),
    url('/mood/fonts/Vladivostokbold.woff2') format('woff2'),
    url('/mood/fonts/Vladivostokbold.woff') format('woff'),
    url('/mood/fonts/Vladivostokbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/*
@font-face {
  font-family: 'Lora';
  src: local('Lora'), local('/fonts/Lora-Regular'),
    url('/fonts/Lora.woff2') format('woff2'),
    url('/fonts/Lora.woff') format('woff'),
    url('/fonts/Lora.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Italic'), local('/fonts/Lora-Italic'),
    url('/fonts/Loraitalic.woff2') format('woff2'),
    url('/fonts/Loraitalic.woff') format('woff'),
    url('/fonts/Loraitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold Italic'), local('/fonts/Lora-BoldItalic'),
    url('/fonts/Lorabolditalic.woff2') format('woff2'),
    url('/fonts/Lorabolditalic.woff') format('woff'),
    url('/fonts/Lorabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold'), local('/fonts/Lora-Bold'),
    url('/fonts/Lorabold.woff2') format('woff2'),
    url('/fonts/Lorabold.woff') format('woff'),
    url('/fonts/Lorabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Vladivostok';
  src: local('Vladivostok Regular'), local('/fonts/Vladivostok-Regular'),
    url('/fonts/Vladivostokregular.woff2') format('woff2'),
    url('/fonts/Vladivostokregular.woff') format('woff'),
    url('/fonts/Vladivostokregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vladivostok';
  src: local('Vladivostok Bold'), local('/fonts/Vladivostok-Bold'),
    url('/fonts/Vladivostokbold.woff2') format('woff2'),
    url('/fonts/Vladivostokbold.woff') format('woff'),
    url('/fonts/Vladivostokbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
*/
body {
  margin: 0;
  padding: 0;
  background: #fcf8ed;
  font-family: 'Lora';
  color: #2d2d2d;
  width: 100%;
  /*overflow-x: hidden;*/
}
main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section h4 {
  font-size: 3vw;
}
section h4.white {
  color: #ffffff;
}
.y-square {
  background: #fde300;
}
.r-square {
  background: #ff322b;
}
.b-square {
  background: #5b3af6;
}

/* header */
header {
  padding: 20px 90px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 180px);
  z-index: 5;
}
.logo {
  margin: 0 75px 0 0;
  text-align: center;
}
.logo img {
  display: block;
}
.header-right {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.header-contacts {
  padding-top: 0.3vw;
}
.header-right-phone ul li,
.header-contacts.contacts-block ul li {
  margin-bottom: 0.009vw;
}
.header-right-phone ul,
.header-contacts.contacts-block ul {
  list-style: none;
  margin-bottom: 0;
}
.header-right .phone {
  font-size: 1.2vw;
  font-weight: 600;
}
.header-right-phone {
  margin-right: 16px;
}
.header-right .schedule {
  font-family: 'Vladivostok';
  font-size: 0.75vw;
  line-height: 170%;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .header-right-phone {
    margin-right: 0;
  }
  .header-right-phone ul {
    margin-top: 0;
    display: flex;
    padding-left: 0;
  }
  .header-right-phone ul > li:not(:last-child) {
    margin-right: 8px;
  }

  .header-right-phone > div {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
  }

  .header-right .schedule {
    font-size: 10px;
  }
}
.header-right-phone svg {
  width: 16px;
  height: 16px;
}

.header-contacts svg {
  width: 1vw;
  height: 1vw;
}

.header-menu {
  padding: 20px 90px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fcf8ed;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transform: translate3d(0, -130%, 0);
  transition: transform 0.4s;
  z-index: 15;
}
.header-menu.open {
  transform: translate3d(0, 0, 0);
}

.menu {
  margin: 0;
  padding: 0;
  font-family: 'Vladivostok';
  font-size: 0.85vw;
  text-align: center;
}
.menu li {
  display: inline-block;
  margin: 8px 15px;
}
.menu li a {
  display: block;
  color: #2d2d2d;
  padding-bottom: 4px;
  border-bottom: 1px solid #2d2d2d;
  text-decoration: none;
  transition: all 0.3s;
}
.menu li a:hover {
  border-bottom: 1px solid transparent;
}

.menu li a.active {
  border-bottom: 1px solid #5b3af6;
}

/* section main */
.main-square {
  width: 40vw;
  top: -34vw;
  left: -5vw;
  height: 100vh;
  position: absolute;
  z-index: -1;
  transform: rotate(50deg);
}
.main-r-square {
  width: 20vw;
  height: 20vw;
  position: absolute;
  z-index: -1;
  margin-top: -14vw;
  transform: rotate(50deg);
  right: -13vw;
}
section {
  padding: 0 90px;
}
section.main {
  padding: 120px 0 0 90px;
  display: flex;
  align-items: flex-end;
}
.main-left {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-top: 0;
}
.main-right .swiper-wrapper {
  max-height: 75vh;
}
.main-right .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}
.swiper-pagination-bullet {
  background: #5b3af6 !important;
  opacity: 0.4 !important;
  border-radius: 0 !important;
  margin: 5px;
}
.swiper-pagination-bullet-active {
  background: #5b3af6 !important;
  opacity: 1 !important;
}
.main-right {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  position: relative;
  z-index: 1;
  /*margin-top: 90px;*/
}
.main-left h1 {
  letter-spacing: -2px;
  font-weight: bold;
  font-size: 4.2vw;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.main-left h2 {
  font-size: 1.5vw;
  font-weight: 300;
  font-family: 'Vladivostok';
  color: #2c2c2c;
  max-width: 70%;
  margin-bottom: 24px;
}
.main-left p {
  color: #2d2d2d;
  opacity: 0.5;
  font-family: 'Vladivostok';
}

/* section services */
.services {
  padding-top: 11vw;
  padding-bottom: 8vw;
  position: relative;
}
.services-bg {
  width: 64vw;
  right: 8%;
  top: 13%;
  position: absolute;
  filter: grayscale(1);
}
.services-bg img {
  object-fit: contain;
  width: 100%;
}
.services-container {
  display: flex;
  justify-content: space-between;
}
.services-item {
  width: 28%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-item:nth-child(2) {
  width: 32%;
}
.services-item p {
  font-size: 1.4vw;
  text-align: center;
  margin: 24px 0 0;
}
.services-title {
  margin: 16px 0;
  font-size: 32px;
  font-weight: bold;
}
.services-link {
  font-weight: bold;
  width: 28%;
  text-align: center;
  font-size: 1.4vw;
  margin-top: 6px;
}
.services-link.main-catalog {
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: 1.4vw;
  margin-top: 24px;
}
/**/

.title-line {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
.title-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 94%;
  height: 40%;
  z-index: -1;
}
.title-phone {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
.title-phone:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: 54%;
  z-index: -1;
  transition: all 0.3s;
}
.title-phone.yellow:hover:after {
  background-color: transparent;
  bottom: -8px;
}
.title-phone.yellow:after {
  background-color: #fde300;
}
.title-line.red:after {
  background-color: #ff322b;
}
.title-line.yellow:after {
  background-color: #fde300;
}
.title-line.violet:after {
  background-color: #5b3af6;
}

/* section find */
.find {
  padding-top: 2.5vw;
}
.find-container {
  display: flex;
  justify-content: center;
}
.list {
  list-style: none;
  padding: 0;
  width: 25vw;
}
.list li {
  padding-left: 38px;
  position: relative;
  font-size: 1.7vw;
}
.list li:not(:last-child) {
  margin-bottom: 64px;
}
.list li:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #5b3af6;
}
.list.even li:nth-child(even):after {
  background-color: #ff322b;
}
.list.odd li:nth-child(odd):after {
  background-color: #ff322b;
}
.find-img {
  margin: 0 5%;
  border-radius: 50%;
  overflow: hidden;
  width: 28vw;
  height: 28vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.find-img img {
  width: 110%;
}
.find-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background: #FCF8ED;*/
  /*mix-blend-mode: multiply;*/
}
.find-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/**/

.interior-right-square {
  width: 30vw;
  height: 60vw;
  margin-top: -52vw;
  right: -8vw;
  position: absolute;
  transform: rotate(50deg);
  z-index: -1;
}
.interior-left-square {
  margin-top: calc(-14vw - 80px);
  width: 82vw;
  height: 14vw;
  left: 0;
  position: absolute;
  z-index: -2;
}

/* section other-services */
.other-services {
  padding-top: 2.5vw;
  padding-bottom: 4vw;
}
.other-services-container {
  margin-top: 48px;
  display: flex;
}
.other-services-left,
.other-services-right {
  width: 48vw;
}
.other-services-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.other-services-left {
  margin-right: 4vw;
}
.other-services-text {
  margin-top: 24px;
  font-size: 1.4vw;
}
.other-services-item {
  width: 90%;
}
.other-services-item:not(:last-child) {
  margin-bottom: 40px;
}
.other-services-item._last {
  margin-bottom: 0;
}
.other-services-img {
  margin-left: -3vw;
}
.other-services-img img {
  width: 100%;
  object-fit: contain;
}

.other-services-square {
  margin-top: -3vw;
  width: 50vw;
  height: 2.5vw;
  right: 0;
  position: absolute;
  z-index: -1;
}
.other-services-left-square {
  margin-top: 26vw;
  width: 15vw;
  height: 15vw;
  left: -15vw;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.other-services-left-square-collection-square {
  right: -15vw;
  margin-top: 26vw;
  width: 15vw;
  height: 15vw;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
.other-services-right-square {
  margin-top: 9vw;
  width: 20vw;
  height: 20vw;
  right: -15vw;
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
}
/**/

.trial {
  background: #5b3af6;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 14px 65px 17px;
  font-family: 'Vladivostok';
  margin-top: 30px;
  transition: all 0.2s;
  cursor: pointer;
}
@media (min-width: 960px) {
  .trial:hover {
    background: #442a9e;
    transition: all 0.2s;
  }
  .trial:active {
    transform: scale3d(0.98, 0.98, 0.98);
    transition: all 0.2s;
  }
}
.trial b {
  display: block;
  /*font-size: 1.2vw;*/
  font-size: 20px;
  margin-bottom: 2px;
}
.trial span {
  opacity: 0.8;
  font-size: 12px;
}
.swiper-slide img {
  width: 100%;
  display: block;
}
.mobile {
  display: none;
}

/* section consultation */
section.consultation {
  transition: height 1s;
  padding: 2.5vw 90px 0;
}
section.consultation .trial {
  margin-top: 50px;
  padding: 17px 42px;
}
section.consultation h2 {
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 120%;
}
.picture {
  width: 27%;
  margin: 1%;
  display: inline-block;
  text-align: right;
  position: relative;
}
/*.picture:nth-child(2) {*/
/*    margin-right: 8vw;*/
/*}*/
.picture:nth-child(4) {
  margin-right: 8vw;
}
/*.picture:nth-child(5) {*/
/*    margin-right: 6vw;*/
/*}*/
.picture-block {
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .picture-block {
    display: none;
  }
}

.picture-item:before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.6222864145658263) 100%
  );
}
.picture-item {
  display: block;
  float: right;
  position: relative;
  max-width: 75%;
}
.picture img {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  max-width: 100%;
  display: block;
}
.picture-item:hover img {
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.picture span {
  font-size: 24px;
  font-weight: 900;
  display: block;
  color: #ffffff;
}
.picture-modal {
  display: inline-block;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: all 0.2s;
  padding-bottom: 0;
  cursor: pointer;
}
.picture-modal:hover {
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.clear {
  clear: both;
}
.picture.btn {
  text-align: left;
  margin-left: 0;
  margin-top: -50px;
  margin-right: 9vw;
}
.picture.btn a {
  font-style: normal;
  margin-top: 0;
}
.picture-desc {
  position: absolute;
  margin-top: -80px;
  right: 15px;
}
.picture-square {
  width: 25vw;
  height: 54vw;
  position: absolute;
  margin-top: -100vw;
  z-index: -1;
  transition: all 1s;
}
.picture-tags {
  display: flex;
  justify-content: space-between;
  margin: 75px 0;
}
.picture-tag {
  font-family: 'Vladivostok';
  font-size: 1vw;
  line-height: 120%;
  color: #101010;
  padding-bottom: 5px;
  border-bottom: 1px solid #101010;
  cursor: pointer;
  transition: all 0.3s;
}
.picture-tag:hover {
  border-bottom: 1px solid transparent;
}
.picture-tag.active {
  opacity: 0.4;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1440px) {
  .picture-tags {
    margin: 50px 45px 30px 0;
  }
}

/* section collections */
.collections {
  margin-bottom: 75px;
  margin-top: 150px;
  transition: height 1s;
}
.collections:after {
  content: '';
  display: block;
  clear: both;
}
.collections__item-sizer,
.collections__item-wrapper {
  width: 33%;
}
.collections__item-gutter-sizer {
}
.collections__item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 50px;
  pointer-events: none;
}
.collections__item-wrapper:nth-child(3n) .collections__item {
  top: -20%;
}
.collections__item-wrapper:nth-child(3n - 1) .collections__item,
.collections__item-wrapper:nth-child(3n + 1) .collections__item {
  top: 20%;
}
.collections__item {
  max-width: 100%;
  max-height: 100%;
  float: left;
  position: relative;
  font-family: 'Lora';
  font-size: 0;
  color: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  overflow: hidden;
  pointer-events: all;
}
.collections__item:hover {
  transform: scale3d(1.2, 1.2, 1.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

.collections__img {
  background-color: rgba(#101010, 0.3);
}
.collections__img > img {
  max-width: 100%;
  max-height: 100%;
}

.collections__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 3.82%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.collections__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}
.collections__author {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 100%;
  font-style: italic;
}
.collections__price {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}
.collections__buy-btn {
  position: absolute;
  bottom: 30px;
  right: 16px;
  font-size: 20px;
  line-height: 100%;
  font-style: italic;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}

.collections__buy-btn:hover {
  border-bottom: 1px solid transparent;
}

.collections__btn-wrapper {
  text-align: center;
}
.collections__loadmore-btn {
  display: inline-block;
  margin-bottom: 50px;
  color: #2d2d2d;
  font-size: 0.63vw;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px dashed #b3b3b3;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
}
.collections__loadmore-btn.hide {
  opacity: 0;
}
.download-button-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
}
@media only screen and (max-width: 1920px) {
  .collections__item {
    max-width: 90%;
    max-height: 90%;
  }
}
@media only screen and (max-width: 1440px) {
  .collections {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 960px) {
  .collections {
    min-height: 2200px;
  }
}
@media only screen and (max-width: 960px) {
  .collections,
  .picture-tags,
  .collections__loadmore-btn {
    display: none;
  }
  .download-button-title {
    font-size: 20px;
  }
}
/* end collections  */

/* section artist */
.artist {
  margin-top: 7vw;
}
.artist h3 {
  font-size: 1.5vw;
}
.artist h2 {
  margin: 45px 0;
  font-size: 1.94vw;
  max-width: 55%;
  font-style: italic;
  font-weight: bold;
}
.artist-block {
  margin-top: 32px;
  position: relative;
}
.swiper-button-prev.swiper-button-prev-artist {
  left: -60px;
}
.swiper-button-next.swiper-button-next-artist {
  right: -60px;
}
.swiper-container-artist,
.swiper-container-interior {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.artist-desc {
  text-align: center;
  position: absolute;
  margin-top: -100px;
  width: 100%;
}
.artist .artist-desc.black span.name,
.artist .artist-desc.black span.position {
  color: #2c2c2c;
}
.artist span.name {
  font-size: 28px;
  font-weight: 900;
  display: block;
  color: #ffffff;
}
.artist span.position {
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #ffffff;
}
.artist-img {
  background-color: #fcf8ed;
}
.artist-img.none:before {
  background: none;
}
.artist-img:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 70%;
  right: 0;
  display: block;
  opacity: 0.7;
  background: linear-gradient(
    180.31deg,
    rgba(0, 0, 0, 0) 12.53%,
    rgba(0, 0, 0, 0.984375) 99.58%
  );
}
.artist-right {
  width: 30vw;
  height: 30vw;
  transform: rotate(46deg);
  position: absolute;
  right: -19vw;
  margin-top: -10vw;
}

/* section use */
.use {
  padding-top: 6vw;
  padding-bottom: 4vw;
}
.use-item {
  width: 21vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.use-text {
  margin-top: 24px;
  text-align: center;
  font-size: 1.4vw;
}
.use-item:not(:last-child) {
  margin-right: 12vw;
  position: relative;
}
.use-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 2%;
  left: 86%;
  background: url('/mood/img/points.png') no-repeat center center;
  background-size: contain;
  width: 17vw;
  height: 5vw;
}
.use-form {
  margin-top: 80px;
}
.use-container {
  display: flex;
  align-items: flex-start;
}
.use-form form input,
.use-form form .file {
  display: inline-block;
  width: 17vw !important;
  margin-right: 3vw;
}
.use-form form .checkbox input {
  width: auto !important;
  margin-right: 8px !important;
}

.use-square {
  width: 20vw;
  height: 20vw;
  margin-top: 10vw;
  margin-left: -17vw;
  position: absolute;
  transform: rotate(50deg);
  z-index: -1;
}
.use-right-square {
  width: 23vw;
  height: 12vw;
  margin-top: -14vw;
  right: 0;
  position: absolute;
  z-index: -1;
}
/**/

/* section about */
.about {
  padding-top: 2.5vw;
}
.about-square {
  width: 100vw;
  height: 30vw;
  left: 0;
  margin-top: 6vw;
  position: absolute;
  z-index: -1;
}
.about-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 90px;
}
.about-img img {
  width: 60vw;
  object-fit: contain;
  display: block;
  height: 100%;
}
.about-container {
  margin-top: -12vw;
}
.about-text {
  font-size: 1.9vw;
  width: 84%;
}
/**/

/* section why */
.why {
  padding-top: 6vw;
  padding-bottom: 4vw;
  position: relative;
}
.why-title-square {
  width: 36vw;
  height: 10vw;
  margin-top: 7vw;
  left: 0;
  position: absolute;
  z-index: -1;
}
.why-container {
  margin-top: 6vw;
}
.why-container .list {
  width: 78%;
}
.why-container .list li {
  margin-bottom: 36px;
}
.why-img {
  position: absolute;
  top: 6vw;
  right: 0;
  bottom: 0;
  width: 35%;
}
.why-img img {
  width: 100%;
}
.why-right-square {
  width: 30vw;
  height: 61vw;
  margin-top: 0;
  right: -6vw;
  position: absolute;
  transform: rotate(46deg);
  z-index: -1;
}
/**/

.link-text a {
  color: #5b3af6;
  text-decoration: none;
  border-bottom: 1px solid #5b3af6;
  transition: all 0.2s;
  margin-top: 10px;
  display: inline-block;
}
.link-text a:hover {
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}
.link-text {
  display: block;
  color: #5b3af6;
}
.free {
  font-weight: 900;
  display: block;
  margin-top: 32px;
}

.advantages-square {
  width: 11vw;
  height: 19vw;
  left: -6vw;
  margin-top: -9vw;
  position: absolute;
  transform: rotate(53deg);
  z-index: -1;
}

/* section interior */
section.interior {
  padding-top: 2.5vw;
}
.swiper-container-interior {
  margin: 0 25vw;
}
.interior-container {
  position: relative;
}
.interior-img--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s;
}
.interior-img:hover .interior-img--hover {
  opacity: 1;
}
.swiper-button-prev.swiper-button-prev-interior {
  left: 6vw;
}
.swiper-button-next.swiper-button-next-interior {
  right: 6vw;
}
.interior .swiper-pagination-interior {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.interior .swiper-pagination-interior .swiper-pagination-bullet {
  background-color: #fde300 !important;
  opacity: 0.3 !important;
}
.interior
  .swiper-pagination-interior
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.interior-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  width: 89%;
}
.interior .trial {
  padding: 17px 65px;
}
.view-all {
  text-align: center;
  /*margin-top: 50px;*/
}
.interior-square {
  width: 20vw;
  height: 20vw;
  margin-top: -5vw;
  margin-left: -16vw;
  position: absolute;
  transform: rotate(50deg);
  z-index: -1;
}

.feedback-square {
  width: 22vw;
  height: 48vw;
  margin-top: -24vw;
  right: -8vw;
  position: absolute;
  transform: rotate(46deg);
  z-index: -1;
}

/* forms */
.box-modal form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2d2d2d;
  display: block;
  outline: none;
  width: 80%;
  font-size: 1.4vw;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-family: 'Lora';
  font-weight: 300;
}
.use-form form input,
.file {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2d2d2d;
  outline: none;
  font-size: 1.4vw;
  width: 80%;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-family: 'Lora';
  font-weight: 300;
}
.box-modal form input._error,
.use-form form input._error {
  border-bottom: 1px solid #ff322b;
}
.box-modal form input._valid,
.use-form form input._valid {
  border-bottom: 1px solid #5cb85b;
}
.subtext {
  font-size: 20px;
  text-align: center;
}
.box-modal input::-moz-placeholder,
.use-form input::-moz-placeholder {
  color: #757575;
  font-family: 'Lora';
  font-weight: 300;
}
.box-modal input::-webkit-input-placeholder,
.use-form input::-webkit-input-placeholder {
  color: #757575;
  font-family: 'Lora';
  font-weight: 300;
}
.box-modal input:-ms-input-placeholder,
.use-form input:-ms-input-placeholder {
  color: #757575;
  font-family: 'Lora';
  font-weight: 300;
}
.box-modal input::placeholder {
  color: #757575;
  font-family: 'Lora';
  font-weight: 300;
}

.box-modal textarea {
  width: 80%;
  max-width: 8%;
  height: 20vh;
  max-height: 15vh;
  min-height: 15vh;
  min-width: 80%;
  padding: 20px;
  color: #2d2d2d;
  font-family: 'Lora';
  font-weight: 300;
  font-size: 1.4vw;
  background: transparent;
  border: 1px solid #2d2d2d;
}
.box-modal button,
.use-form button {
  display: inline-block;
  font-size: 1.4vw;
  background: #5b3af6;
  position: relative;
  margin-top: 50px;
  cursor: pointer;
  outline: none;
}
.box-modal button p,
.use-form button p {
  margin: 0;
}
.box-modal button.disabled,
.use-form button.disabled {
  background: #ac9cf2;
}
.box-modal button.wait,
.use-form button.wait {
  pointer-events: none;
}
.box-modal button.wait .circle,
.use-form button.wait .circle {
  opacity: 1;
}
.box-modal button.wait p,
.use-form button.wait p {
  opacity: 0;
}
.box-modal input.wait,
.box-modal .file.wait,
.box-modal textarea.wait,
.box-modal .checkbox.wait,
.use-form input.wait,
.use-form .file.wait,
.use-form textarea.wait,
.use-form .checkbox.wait {
  pointer-events: none;
  opacity: 0.5;
}
.circle {
  opacity: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(
    to right,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 56%
  );
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  animation: circle 1.7s infinite linear;
  transform: translateZ(0);
}
.circle:after {
  content: '';
  background: #5b3af6;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.circle:before {
  content: '';
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*.box-modal button:hover {*/
/*    background: #5B3AF6;*/
/*}*/
.box-modal button:after,
.use-form button:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url('/mood/img/btn.png') center no-repeat;
  background-size: cover;
}
.checkbox {
  margin-top: 25px;
  margin-left: -8px;
  display: flex;
}
.checkbox input {
  display: inline-block !important;
  vertical-align: top;
  width: 20px !important;
  height: 25px;
}
.checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  font-size: 16px;
  color: #999;
  text-align: left;
}
.policy {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  transition: all 0.2s;
  padding-bottom: 0;
}
.policy:hover {
  border-bottom: 1px solid transparent;
}
.box-modal form {
  text-align: center;
}
.box-modal form input,
.box-modal .file {
  display: inline-block;
  text-align: left;
}
.box-modal {
  position: relative;
  width: 500px;
  background: #fcf8ed;
  color: #3c3c3c;
  padding: 85px 70px;
}
.box-modal_close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}
.box-modal_close:hover {
  color: #666;
}
.arcticmodal-close {
}

.file-modal {
  color: #757575;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.file {
  width: calc(80% - 24px);
  padding-right: 24px;
  position: relative;
}
.file-modal-close {
  position: absolute;
  right: 4px;
  top: calc(50% - 7px - 7px);
  width: 14px;
  height: 14px;
  opacity: 0;
  pointer-events: none;
}
.file-modal.has-file + .file-modal-close {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.file-modal__name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-modal.has-file {
  color: #2d2d2d;
}
.file-modal svg {
  margin: 0 8px 0 2px;
  min-width: 9px;
}
.file-modal.has-file svg path {
  fill: #2d2d2d;
}
input[type='file'] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  display: none !important;
}

/* section contacts */
section.contacts {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
section.contacts h4 {
  margin: 0;
}
.contacts .use-form {
  margin-top: 60px;
}
.use-form .trial {
  margin-top: 14px;
}
.contacts-title {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.contacts-text {
  margin-top: 2vw;
  font-size: 1.9vw;
  width: 78%;
}
.contacts-square {
  width: 15vw;
  height: 15vw;
  margin-top: 10vw;
  margin-left: -14vw;
  position: absolute;
  transform: rotate(50deg);
  z-index: -1;
}
a.phone,
a.email,
.contacts-title__link {
  display: block;
  font-size: 1.4vw;
  font-weight: 300;
  text-align: center;
  color: #2d2d2d;
  text-decoration: none;
  white-space: nowrap;
}
.contacts-title__link {
  align-self: center;
  margin: 0 2%;
  color: #ffffff;
}
.contacts-block a.email {
  margin-top: 15px;
  border-bottom: 2px solid #2d2d2d;
  display: inline-block;
  transition: all 0.2s;
}
.contacts-block a.email:hover {
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.contacts-block ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  align-items: center;
}
.contacts-block ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  min-width: 24px;
  height: 24px;
}
.contacts-block ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.contacts-block ul li a:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 0.2s;
}

/* footer */
footer {
  padding: 3vw 90px 4vw;
  background-color: #fde300;
}
.footer-container {
  display: flex;
}
.footer-column:first-child {
  width: 28vw;
}
.footer-column:last-child {
  width: 9vw;
  margin-left: 40px !important;
}
.footer-column.contacts-block {
  margin-left: auto;
}
.footer-title {
  font-weight: bold;
  font-size: 1.2vw;
  margin-bottom: 12px;
}
.footer-text {
  display: block !important;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1vw !important;
  margin: 8px 0;
}
.footer-item {
  width: 16vw;
  margin-right: 4vw;
}
.link-text.black a {
  color: #2d2d2d;
  border-color: #2d2d2d;
}
.link-text.black a:hover {
  border-color: transparent;
}
.footer-bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom span {
  opacity: 0.64;
}
.footer-tdsgn {
  width: 16vw;
  display: flex;
  align-items: center;
}
.footer-tdsgn a {
  display: inline-block;
}
.footer-tdsgn a img {
  margin: 4px 0 0 8px;
  display: block;
}
.footer-pay {
  filter: brightness(0.4) opacity(0.7) grayscale(0.8);
}
/**/

@media only screen and (max-width: 1560px) {
  .footer-item {
    margin-right: 2vw;
  }
}

@media only screen and (max-width: 1440px) {
  section.interior,
  .find,
  .other-services {
    padding-top: 5vw;
  }
  section.consultation {
    padding: 5vw 0 0 90px;
    overflow: hidden;
  }
  .about {
    padding-top: 6vw;
  }
  /*.picture-block {*/
  /*    margin-top: -23vw;*/
  /*}*/
  .trial b {
    font-size: 17px;
  }
  section h4 {
    font-size: 2.6vw;
  }
  .main-left h1 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 1260px) {
  .artist span.position {
    font-size: 14px;
  }
  .artist span.name {
    font-size: 24px;
  }
  .footer-column:first-child {
    width: 22vw;
  }
}
@media only screen and (max-width: 1180px) {
  section.consultation h2 {
    max-width: 36%;
  }
  section.consultation .trial {
    padding: 17px 32px;
  }
  .main-right {
    width: 66%;
    margin-left: 0;
  }
  .menu,
  .header-right a.phone {
    font-size: 14px !important;
  }
  .picture {
    width: 26%;
  }
}
@media only screen and (max-width: 1070px) {
  .main-left h2 {
    max-width: 95%;
  }
  .main-left p {
    max-width: 95%;
  }
}
@media only screen and (max-width: 960px) {
  header,
  .header-menu {
    padding: 10px 20px;
    flex-direction: column;
  }
  header {
    width: calc(100% - 40px);
  }
  .menu {
    order: 1;
  }
  .header-right {
    margin: -52px 0 36px;
    align-self: flex-end;
  }
  .header-menu .logo,
  .header-menu .header-right {
    display: none;
  }

  .mobile {
    display: block;
  }
  .not-mobile {
    display: none !important;
  }
  .logo {
    align-self: flex-start;
  }
  .logo img {
    width: 130px;
  }
  .menu li {
    margin: 5px 11px;
  }
  .main-square {
    width: 56vw;
    top: -45vw;
    left: -7vw;
    height: 100vw;
  }
  section.main {
    padding: 190px 20px 0;
    flex-direction: column;
    margin: 0;
  }
  .main-left {
    width: 100%;
    margin-top: 0;
  }
  .main-left h2 {
    max-width: 100%;
    font-size: 20px;
  }
  .main-left h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .main-left p {
    max-width: 100%;
  }
  /*.trial b {*/
  /*    font-size: 20px;*/
  /*}*/
  .trial {
    padding: 14px 25px 17px;
    width: calc(100% - 50px);
  }
  .trial span {
    font-size: 10px;
  }
  .main-right {
    width: 100%;
    margin-top: 50px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.5);
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -15px !important;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -15px !important;
  }
  section,
  section.consultation,
  section.interior,
  section.contacts,
  .artist,
  .about {
    margin-top: 50px;
    padding: 0 20px;
  }
  section h4 {
    font-size: 32px;
    margin: 20px 0;
  }
  section.consultation h2 {
    max-width: 100%;
    font-size: 20px;
  }
  section.consultation .trial {
    padding: 17px 25px;
  }
  .services-container,
  .find-container,
  .interior-title,
  .other-services-container,
  .use-container {
    flex-direction: column;
  }
  .interior-title {
    width: 100%;
    margin-bottom: 32px;
  }
  .services-item,
  .services-item:nth-child(2),
  .use-item,
  .services-link {
    width: 100%;
  }
  .use-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .services-item p,
  .list li,
  .other-services-text,
  .use-text,
  .about-text,
  .contacts-text,
  .services-link,
  .services-link.main-catalog {
    font-size: 20px;
  }
  .services-bg {
    display: none;
  }
  .services-title {
    margin: 0;
    font-size: 24px;
  }
  .services-item {
    margin-bottom: 32px;
  }
  .list,
  .other-services-item {
    width: 100%;
  }
  .list li:not(:last-child) {
    margin-bottom: 32px;
  }
  .find-img {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    order: 1;
  }
  .swiper-container-interior {
    margin: 0;
  }
  .interior-left-square {
    margin-top: calc(-14vw - 82px);
  }
  .other-services-left,
  .other-services-right,
  .about-text,
  .why-container .list,
  .contacts-text {
    width: 100%;
  }
  .other-services-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .other-services-container {
    margin-top: 40px;
  }
  .other-services-text {
    margin-top: 16px;
  }
  .use-item:not(:last-child):after {
    display: none;
  }
  .use-form-container {
    flex-direction: column;
  }
  .use-form form input {
    width: 100% !important;
    margin-right: 0;
  }
  .use-form form .file {
    width: calc(100% - 24px) !important;
    margin-right: 0;
    font-size: 20px;
  }

  .about-img {
    margin-left: 20px;
    height: 126px;
  }

  .why-container {
    margin-top: 10vw;
    margin-bottom: 35vw;
  }
  .why-title-square {
    width: 90vw;
    height: 22vw;
    margin-top: 14vw;
    z-index: 0;
  }
  .why-img {
    bottom: -16px;
    top: auto;
    width: 28%;
  }
  .contacts-title__link {
    color: #2d2d2d;
    margin-bottom: 32px;
  }
  .feedback-square {
    width: 40vw;
    height: 60vw;
    margin-top: -46vw;
    right: -15vw;
  }

  .picture-block {
    margin-top: 0;
  }
  .picture:nth-child(1) {
    display: none;
  }
  .picture {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .picture-item {
    float: none;
    display: inline-block;
  }
  .picture-desc {
    width: 100%;
    right: auto;
  }
  .artist h2 {
    margin: 30px 0;
    font-size: 20px;
    max-width: 100%;
  }
  .artist h3 {
    font-size: 20px;
  }
  .artist-block {
    margin-top: 50px;
  }

  .free {
    margin-top: 50px;
  }
  .interior .trial {
    padding: 17px 25px;
  }
  .view-all {
    margin-top: 0;
  }

  .box-modal form input,
  .use-form form input,
  .feedback-right form input {
    width: 100%;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .box-modal .file {
    width: calc(100% - 24px);
    font-size: 20px;
  }
  .box-modal textarea,
  .feedback-right textarea {
    font-size: 20px;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .box-modal button,
  .use-form button,
  .feedback-right button {
    margin-top: 40px;
    width: 100%;
    font-size: 20px;
  }
  .checkbox label {
    width: calc(100% - 40px);
    margin-left: 10px;
  }
  .contacts-title {
    flex-direction: column;
  }
  .contacts-title__link {
    margin-top: 30px;
  }
  a.phone,
  a.email,
  .contacts-block h2,
  .contacts-title__link {
    font-size: 20px;
  }

  .arcticmodal-container_i2 {
    padding: 0 !important;
  }
  .box-modal {
    padding: 72px 16px 56px;
    width: calc(100% - 32px);
    min-width: 300px;
  }

  footer {
    padding: 24px 20px 32px;
  }
  .footer-container,
  .footer-bottom {
    flex-direction: column;
  }
  .footer-column,
  .footer-item {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer-column:last-child {
    margin-left: 0 !important;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-text {
    font-size: 14px !important;
  }
  .footer-bottom {
    margin-top: 24px;
  }
  .footer-tdsgn {
    width: 100%;
    margin-top: 24px;
  }

  .need-wrapper {
    align-items: center;
  }
}
