@import url("/static/css/fonts.css");
/* font-family: "FuturaPT", sans-serif; */
/* font-family: "Montserrat", sans-serif; */

*,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::before,
::after {
  display: block;
}

#main-page-video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

#main-page-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

h1,
h2,
h3 {
  font-family: "FuturaPT-Medium", sans-serif;
  /* font-family: "FuturaPT", sans-serif; */
  /* font-weight: 500; */
  text-transform: uppercase;
}

h1 {
  font-size: 85px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

a,
a:active,
a:visited {
  text-decoration: none;
  color: #1c1b20;
}

html {
  width: 100%;
}

body {
  width: 100%;
  font: 16px "Montserrat-Medium", sans-serif;
  /* font-weight  : 500; */
  color: #1c1b20;
  background-color: #fff;
}

body.blocked {
  overflow: hidden;
}

main section,
header section,
footer section {
  padding: 0 40px;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.find-looks .content-wrapper {
  max-width: 945px;
  margin: 0 auto;
  width: 100%;
}

.js-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.cookie {
  display: none;
  margin-right: 10%;
  position: fixed;
  left: 10%;
  bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(186, 186, 186, 0.25);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}

.cookie__text {
  font-size: 14px;
  line-height: 178%;
  color: #727272;
}

.cookie__privacy-link {
  text-decoration-line: underline;
  color: #1c1b20;
  cursor: pointer;
}

.cookie__accept-btn {
  color: #05c0f4;
  cursor: pointer;
}

.right-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 573px;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 180px 100px 44px;
  padding-left: 111px;
}

.right-menu__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  /* justify-content: space-between; */
}

.right-menu__list {
  display: flex;
  flex-direction: column;
}

a.right-menu__item {
  font-size: 32px;
  font-family: "FuturaPT", sans-serif;
  line-height: 1.2;
  color: #1c1b20;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

a.right-menu__item.log-in-btn {
  /* font-family: "Montserrat-Medium", sans-serif;
    display: none;
    font-size: 16px;
    line-height: 1.4; */
  /* color: #888888; */
}

a.right-menu__item:last-child {
  margin-bottom: 0;
}

a.language-container-item {
  font-size: 15px;
  line-height: 1.2;
  color: #bbbbbb;
  margin-right: 20px;
}

a.language-container-item.active {
  color: #1c1b20;
}

a.language-container-item:hover {
  text-decoration: underline;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
}

.popup-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.join-us-form {
  display: flex;
  flex-direction: column;
  width: 450px;
  padding: 30px 45px;
  background-color: #ffffff;
  position: relative;
}

.popup .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: -30px;
  background: url(/static/img/close-button.svg) no-repeat center;
  cursor: pointer;
}

.popup .close-button.white {
  background-image: url(/static/img/close-button-white.svg);
}

.join-us-form__title {
  text-transform: none;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

.join-us-form__description {
  color: #959595;
  font-family: "FuturaPT-Medium", sans-serif;
  margin-bottom: 30px;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
}

.join-us-form__city-cont {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex: 0 0 50px;
}

.join-us-form__city-cont .join-us-form__input {
  margin-bottom: 0;
}

.join-us-form__city-cont .join-us-form__input:first-child {
  margin-right: 10px;
}

.join-us-form__select {
  width: 100%;
  height: 50px;
  flex: 0 1 100%;

  display: block;
  font-size: 16px;
  font-family: "FuturaPT", sans-serif;
  color: #959595;
  color: #1c1b20;
  line-height: 1.3;
  padding: 0 20px;
  border: 1px solid #eaeaea;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/static/img/small-black-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 8px;
  cursor: pointer;
}

.join-us-form__input.valid {
  color: #1c1b20;
}

.join-us-form input:focus,
.join-us-form select:focus {
  outline: none;
}

.join-us-form__select:hover,
.join-us-form__input:hover {
  color: #1c1b20;
  line-height: 1.3;
  border: 1px solid #727272;
}

.join-us-form__select:first-child {
  margin-right: 20px;
}

.join-us-form__input {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  flex: 0 1 100%;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
  font-family: "FuturaPT", sans-serif;
  color: #959595;
  line-height: 1.3;
  padding: 15px 20px;
  border: 1px solid #eaeaea;
}

.join-us-form__submit {
  background-color: #1c1b20;
  color: #fff;
  font-family: "FuturaPT", sans-serif;
  line-height: 1.3;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 2px;
  height: 50px;
  border: none;
  flex: 0 0 50px;
}

.desktop-hidden,
.footer.desktop-hidden {
  display: none;
}

header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
  z-index: 11;
}

main {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.header__container {
  display: flex;
  width: 100%;
  height: 28px;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 225px;
  height: 53px;
  background: url(/static/img/eqvi-header-menu-logo.svg) no-repeat center;
  background-size: contain;
}

.header__logo.white {
  background: url(/static/img/eqvi-header-menu-logo-white.svg) no-repeat center;
  background-size: contain;
}

.header__login-and-menu-container {
  display: flex;
  align-items: center;
}

.header__log-in {
  font-size: 14px;
  line-height: 1.4;
  margin-right: 46px;
}

.header__log-in.white {
  color: #fff;
}

.header__menu-button {
  width: 30px;
  height: 30px;
  background-size: contain;
  background: url(/static/img/header-menu-burger.svg) no-repeat center;
  cursor: pointer;
  transition: all 0.2s;
}

.header__menu-button.close-icon {
  background: url(/static/img/close-button.svg) no-repeat center;
}

.header__menu-button.white {
  background: url(/static/img/header-menu-burger-white.svg) no-repeat center;
}

.intro {
  background: url(/static/img/landing-page-first-screen-photo.jpg) no-repeat
    center top;
  background-size: cover;
  /* height      : 664px; */
  height: 100vh;
  color: #fff;
  padding: 165px 40px 0;
}

.little-phrase {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 24px;
}

.intro .little-phrase {
  margin-bottom: 24px;
  font-size: 16px;
}

span.blue {
  color: #05c0f4;
}

.intro__title {
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.after-title {
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

a.square-rounded-button {
  font-size: 16px;
  line-height: 1.4;
  padding: 11px 32px;
  border: none;
  border-radius: 4px;
  background-color: #1c1b20;
  color: #fff;
  display: inline-block;
}

a.square-rounded-button.white {
  color: #1c1b20;
  background-color: #fff;
}

a.square-rounded-button.blue {
  background-color: #05c0f4;
}

.features {
  padding-top: 100px;
}

.two-phrase-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}

.two-phrase-container .phrase-container.second-phrase {
  align-items: flex-end;
}

.phrase-container.second-phrase .phrase {
  text-align: right;
}

.two-phrase-container.one-phrase {
  justify-content: center;
  margin-bottom: 50px;
}

.two-phrase-container.one-phrase .phrase-container {
  align-items: center;
  text-align: center;
  max-width: 540px;
}

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

.phrase-container:first-child {
  margin-right: 20px;
}

.phrase {
  font-size: 24px;
  line-height: 1.44;
  letter-spacing: 5px;
}

.phrase-container .phrase {
  margin-bottom: 30px;
  max-width: 514px;
}

.left-align-line {
  background-color: #c4c4c4;
  height: 1px;
  width: 100px;
}

.left-align-line.long {
  width: 200px;
}

.left-align-line.semi-long {
  width: 150px;
}

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

.features__section.first {
  margin-bottom: 200px;
}

.text-block {
  max-width: 490px;
}

.text-block__title {
  line-height: 1.44;
  letter-spacing: 12px;
}

.text-block__title {
  margin-bottom: 20px;
}

.text-block .left-align-line {
  margin-bottom: 20px;
}

.text-block__desc-cont {
}

.text-block__description {
  color: #727272;
  line-height: 1.78;
  margin-bottom: 20px;
}

.text-block__description.pre-blue-dot {
  padding-left: 15px;
  position: relative;
}

.text-block__description.pre-blue-dot::before {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: #05c0f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.picture-block {
  position: relative;
}

.picture-block.phone-near-dna {
  margin-right: auto;
  margin-left: auto;
}

.after-dna-dna {
  height: 407px;
  position: relative;
  top: -330px;
  margin-bottom: -240px;
}

.after-dna-dna img {
  height: 687px;
  position: relative;
  top: -50px;
  left: -260px;
  margin-bottom: -150px;
}

.after-dna-dna .arrow {
  position: absolute;
  top: 58px;
  right: 140px;
}

.js-value-cont-1 {
  bottom: 233px;
  right: 161px;
}

.js-value-cont-2 {
  bottom: 312px;
  right: 263px;
}

.vlaue-cont.blue {
  background-color: #05c0f4;
  box-shadow: 0px 4px 12px rgba(140, 140, 140, 0.25);
  border-radius: 30px;
  line-height: 1.78;
  padding: 5px 20px;
  white-space: nowrap;
  width: 90px;
  right: 50px;
  top: 16px;
  text-align: center;
}

.logos-network-pic {
  margin-right: 155px;
}

.two-photos-and-gif {
  margin-left: 85px;
  margin-right: 100px;
  height: 626px;
  display: flex;
}

.two-photos-and-gif img:first-child {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

#landing-girl-video {
  position: absolute;
  right: 80px;
  top: 0;
  z-index: 2;
  width: 214px;
  height: 322px;
  -o-object-fit: cover;
  object-fit: cover;
}

.features__section.second {
  margin-bottom: 222px;
}

.picture-block.dna-and-phone {
  margin-right: -167px;
  position: relative;
}

.features__section.third .text-block {
  max-width: 400px;
}

.features__section.ru.third .text-block {
  max-width: 490px;
}

.features__section.third {
  margin-bottom: 162px;
}

.features__conversion-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 150px;
}

.conversion-title__container .phrase {
  display: flex;
  align-items: center;
  letter-spacing: 12px;
  margin-bottom: 30px;
}

.features__conversion-section.ru .conversion-title__container .phrase {
  letter-spacing: 4px;
}

.features__conversion-section.first .text-block__description {
  margin-bottom: 15px;
}

.features__conversion-section .text-block__description {
  text-align: center;
  max-width: 300px;
}

.conversion-title__container .phrase span {
  /* font-size: 42px;
    letter-spacing: 12px;
    line-height: 1.44; */
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-right: 20px;
}

.features__conversion-section.first .conversion-title__container .phrase span {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-right: 0;
}

.features__conversion-section.first .conversion-title__container .phrase {
  display: block;
  text-align: center;
}

.features__conversion-section .left-align-line {
  margin-bottom: 25px;
}

.counstructor {
  background-color: #222222;
  padding: 150px 40px;
}

.features__section.dark .text-block__title {
  color: #fff;
}

.features__section.fifth.dark .text-block__title {
  max-width: 510px;
}

.features__section.dark .text-block__description {
  color: #fff;
}

.features__section.fourth {
  margin-bottom: 150px;
}

.features__section.fifth {
  margin-bottom: 150px;
}

.features__section.fifth .text-block {
  max-width: 640px;
}

.features__section.fifth .text-block__desc-cont {
  max-width: 510px;
}

.picture-block.graph-and-comment {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.pre-footer {
  display: flex;
  padding-top: 75px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pre-footer.landing {
  height: 351px;
  background-image: url(/static/img/pre-footer-fullscreen-photo.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.pre-footer.landing.ru {
  height: 411px;
}

.pre-footer__container {
  width: 100%;
  height: 100%;
}

.pre-footer__title {
  font-size: 56px;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}

.pre-footer__after-title {
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}

footer {
  background-color: #333333;
  padding: 0 40px;
}

.footer {
  padding: 63px 0;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.footer-payments-cont {
  display: flex;
  align-items: center;
}

.footer-payments-item:first-child {
  margin-right: 37px;
}

.terms-cont a {
  color: #fff;
  margin: 0 20px;
}

.footer__container {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: space-between;
}

.footer__container:first-child {
  padding-right: 25px;
}

.footer__container:last-child {
  padding-left: 25px;
}

.copyright {
  color: #bbbbbb;
}

a.footer__privacy {
  color: #fff;
}

.footer__lang-cont a {
  color: #888888;
  margin-right: 15px;
}

.footer__lang-cont a:hover {
  color: #fff;
}

.footer__lang-cont a:last-child {
  margin-right: 0;
}

.footer__lang-cont a.active {
  color: #fff;
}

.intro.main {
  /* height: 622px; */
  height: 100vh;
  background: url(/static/img/main-page-first-screen-photo.jpg), #fff;
  background-repeat: no-repeat;
  background-position-x: right;
  padding-top: 123px;
  background-size: contain;
}

.intro__big-logo {
  letter-spacing: 30px;
  line-height: 1.2;
  font-size: 200px;
  color: #1c1b20;
  font-weight: 400;
  margin-left: -15px;
  margin-bottom: 24px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.intro.main .little-phrase {
  color: #1c1b20;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.digital-stylist {
  background-color: #222222;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 100px;
}

.about-eqvi {
  padding: 0 144px 0;
  margin-bottom: 100px;
}

.about-eqvi__title {
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
  margin-bottom: 60px;
}

.left-align-line.very-long {
  width: 1500px;
  position: relative;
  margin-bottom: 60px;
}

.left-align-line.very-long.left {
  left: -110%;
}

.left-align-line.very-long.right {
  left: 30%;
}

.about-eqvi__phrase {
  font-family: "FuturaPT", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #bcbcbc;
  margin-bottom: 60px;
  letter-spacing: 2px;
  font-weight: 400;
}

.about-eqvi__phrase.align-right {
  text-align: right;
}

.download {
  color: #a7a7a7;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
}

.download span {
  display: block;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
}

.download__icon-container {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.right-menu__language-container {
  order: -1;
  margin-bottom: 13%;
  display: none;
}

.download__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.appstore {
  background-image: url(/static/img/icon-apple.svg);
  margin-right: 15px;
}

.playmarket {
  background-image: url(/static/img/icon-playmarket.svg);
}

.black .appstore {
  background-image: url(/static/img/icon-apple-black.svg);
}

.black .playmarket {
  background-image: url(/static/img/icon-playmarket-black.svg);
}

.app-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}

.app-features .pick-container {
  margin-right: 30px;
}

.features-list {
  flex-shrink: 0;
  max-width: 576px;
  display: flex;
  flex-direction: column;
}

.features-list__item {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.features-list__icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.features-list__name {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.icon-1 {
  background-image: url(/static/img/blue-icon-1-clothes.svg);
}

.icon-2 {
  background-image: url(/static/img/blue-icon-2-cart.svg);
}

.icon-3 {
  background-image: url(/static/img/blue-icon-3-tshirt-find.svg);
}

.icon-4 {
  background-image: url(/static/img/blue-icon-4-sale.svg);
}

.icon-5 {
  background-image: url(/static/img/blue-icon-5-bag.svg);
}

.more-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-features-button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-right: 30px;
  margin-bottom: 75px;
  cursor: pointer;
}

.more-features-button::after {
  display: block;
  content: " ";
  background: url(/static/img/arrow-down-white.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 7px;
  right: 0;
  top: 15px;
  position: absolute;
}

.makeup-js-wrapper {
  display: none;
}

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

.makeup__gif-cont {
  margin-left: 10%;
  margin-right: 30px;
  border: 2px solid #000;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.makeup__gif {
  border-radius: 8px;
  margin-bottom: -4px;
}

.makeup__text-cont {
  flex: 1 0;
  max-width: 655px;
}

.makeup .find-looks__title {
  color: #fff;
  margin-bottom: 30px;
}

.makeup .left-align-line {
  margin-bottom: 30px;
  width: 300%;
}

.makeup .find-looks__after-title {
  line-height: 1.4;
  letter-spacing: 2px;
}

.find-looks {
  padding-top: 150px;
  display: flex;
}

.find-looks__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.find-loks__pick-container {
}

.find-looks__text-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  max-width: 500px;
}

.find-looks__text-container.ru {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  max-width: 610px;
}

.find-looks__container:nth-child(2) .find-looks__text-container {
  margin-left: 0;
  margin-right: auto;
}

.find-looks__title {
  line-height: 1.2;
  letter-spacing: 5px;
  margin-bottom: 15px;
  font-weight: 500;
}

.find-looks__after-title {
  font-family: "FuturaPT", sans-serif;
  font-family: "FuturaPT-Medium", sans-serif;
  font-size: 20px;
  color: #959595;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 50px;
  font-weight: 400;
}

.find-looks.ru .find-looks__after-title {
  letter-spacing: 1px;
}

.find-looks__container .left-align-line {
  position: absolute;
  top: 166px;
}

.find-looks__container:nth-child(2) .left-align-line {
  top: 227px;
}

.find-looks__container .left-align-line.left {
  right: 0;
  left: unset;
}

.left-align-line.light {
  background-color: #eaeaea;
}

.find-looks__video-cont {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0 auto;
  position: relative;
  height: auto;
  /* border    : 10px solid #181818;  */
  box-shadow: 0px 0 0 20px #181818, 2px -20px 0 10px #181818 inset;
  border-radius: 12px;
}

.button-middle-wrapper {
  margin: 55px 0 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.find-looks__video-cont + .square-rounded-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.join-influeuencers {
  background-color: #fafafa;
  height: 500px;
}

.join-influeuencers__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}

.join-influeuencers .find-looks__title {
  margin-bottom: 30px;
  max-width: 692px;
  text-align: center;
}

.join-influeuencers .left-align-line {
  margin-bottom: 30px;
}

.join-influeuencers .find-looks__after-title {
  max-width: 516px;
  text-align: center;
  margin-bottom: 30px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  pointer-events: none;
  border-radius: 12px;
}

.play-button {
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(/static/img/play-button.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
}

.volume {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(/static/img/mute-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 40px;
  right: 15px;
}

.pre-footer.main {
  height: 424px;
  background-image: url(/static/img/pre-footer-fullscreen-photo.jpg);
}

.pre-footer.main .pre-footer__title {
  margin-bottom: 20px;
  letter-spacing: 11px;
}

.pre-footer__description {
  font-size: 16px;
  font-family: "FuturaPT", sans-serif;
  font-family: "FuturaPT-Medium", sans-serif;
  /* font-weight: 400; */
  line-height: 1.2;
  letter-spacing: 2px;
  color: #959595;
  margin-bottom: 20px;
  color: #ffffff;
}

.left-align-line.blue {
  background-color: #05c0f4;
}

.pre-footer__container .left-align-line {
  margin-bottom: 20px;
}

.contacts {
  height: 640px;
  background-color: #222222;
  padding-top: 150px;
  color: #fff;
}

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

.content-wrapper {
}

.contacts__container {
}

.contacts .text-block__title {
  margin-bottom: 60px;
}

.contacts__contact-name,
.contacts__contact {
  color: #a7a7a7;
  font-family: "FuturaPT", sans-serif;
  font-family: "FuturaPT-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.contacts__contact {
  font-size: 20px;
  color: #fff;
  text-transform: none;
  margin-bottom: 45px;
  font-weight: 400;
}

.contacts__logo-container {
  display: flex;
  align-items: center;
  padding-right: 118px;
}

.footer-logo {
  margin-right: 100px;
  width: 370px;
  height: 87px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer.main {
  background-color: #222222;
  border-top: 1px solid #666666;
}

footer.main .footer__container {
  padding: 0;
}

.main .copyright,
.main .footer__privacy {
  font-family: "FuturaPT", sans-serif;
  color: #a7a7a7;
  line-height: 1.2;
  font-weight: 400;
}

.main .footer__privacy {
  color: #fff;
  font-weight: 400;
}

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

.footer__download .copyright {
  margin-right: 15px;
}

.flex-wrapper {
  height: 100%;
  width: 100%;
}

.arrow {
  width: 75px;
  height: 53px;
  background: url(/static/img/blue-arrow.svg) no-repeat center;
  background-size: contain;
}

.main-video {
  width: 767px;
  /* height    : auto; */
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

.video-progressbar__container {
  display: none;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
}

.video-progressbar__rail {
  width: 100%;
  border-radius: 10px;
  background-color: #c6c6c6;
  height: 100%;
  margin: auto 0;
  overflow: hidden;
}

.video-progressbar__bar {
  background-color: #05c0f4;
  width: 0%;
  border-radius: 10px;
  height: 100%;
  pointer-events: none;
}

.vlaue-cont {
  position: absolute;
  background-color: #333333;
  color: #fff;
  padding: 3px 10px;
  font-size: 16px;
  box-shadow: 0px 4px 12px rgba(140, 140, 140, 0.25);
  border-radius: 4px;
  width: 45px;
  text-align: center;
}

.work-with-us {
  width: 100%;
  height: 100%;
  /* padding-top: 82px; */
  background-color: #ffffff;
  position: relative;
  /* justify-content: space-between; */
}

.work-with-us__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: a;
}

.content-wrapper__work-with-us {
  display: grid;
  grid-template-rows: 82px auto;
  grid-template-areas:
    "a a"
    "b c";
  /* column-gap: 132px; */
  height: 100%;
}

.work-with-us__logo {
}

.popup #work-with-us .close-button {
  position: static;
}

.work-with-us__img-cont {
  grid-area: b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 73px;
  margin-right: 120px;
}

.work-with-us__img {
  width: 259px;
}

.work-with-us__text-block {
  display: flex;
  flex-direction: column;
  grid-area: c;
  font-family: "FuturaPT-Medium", sans-serif;
  justify-content: center;
  margin-right: 73px;
}

.work-with-us__text {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.work-with-us__subtext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
}

.work-with-us__download-btns-cont {
  display: flex;
}

#work-with-us .download__icon {
  width: 120px;
  height: 36px;
}

.appstore {
}

.playmarket {
}

#work-with-us .download__icon.appstore {
  background-image: url(/static/img/download-appstore.svg);
}

#work-with-us .download__icon.playmarket {
  background-image: url(/static/img/download-playmarket.svg);
}

@media (max-width: 1100px) {
  .content-wrapper {
    max-width: 720px;
  }

  .join-influeuencers__container {
    padding-top: 20px;
  }

  .find-looks .content-wrapper {
    max-width: 676px;
  }

  .dna-and-phone .arrow {
    position: absolute;
    top: 168px;
    right: 210px;
  }

  .js-value-cont-1 {
    bottom: 173px;
    right: 221px;
  }

  .js-value-cont-2 {
    bottom: 122px;
    right: 383px;
  }

  .vlaue-cont.blue {
    background-color: #05c0f4;
    box-shadow: 0px 4px 12px rgba(140, 140, 140, 0.25);
    border-radius: 30px;
    line-height: 1.78;
    padding: 5px 20px;
    right: 122px;
    top: 126px;
    width: 95px;
    text-align: center;
  }

  .intro {
    height: 405px;
    padding-top: 90px;
  }

  .little-phrase {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .intro .little-phrase {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  header {
    margin-top: 20px;
  }

  .header__logo {
    width: 162px;
    height: 38px;
  }

  .intro__title {
    font-size: 56px;
    margin-left: -2px;
  }

  h2 {
    font-size: 24px;
  }

  .after-title {
    font-weight: 400;
    margin-bottom: 20px;
  }

  a.square-rounded-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .features {
    padding-top: 70px;
  }

  .phrase {
    font-size: 16px;
  }

  .features__section.fifth {
    margin-bottom: 55px;
  }

  .two-phrase-container {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .phrase-container {
    max-width: 80%;
    margin-bottom: 45px;
  }

  .phrase-container:last-child h2 {
    text-align: right;
  }

  .phrase-container:last-child {
    text-align: right;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .phrase-container:last-child .left-align-line {
    align-self: flex-end;
  }

  .phrase-container .phrase {
    margin-bottom: 20px;
  }

  .text-block__title {
    font-size: 32px;
  }

  body {
    font-size: 14px;
  }

  .picture-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .picture-block.graph-and-comment img {
    width: unset;
    height: unset;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .two-photos-and-gif img {
    width: 293px;
    height: 212px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .logos-network-pic {
    margin-right: 0;
  }

  .real-time-pic {
    width: 315px;
  }

  .text-block {
    max-width: 49%;
  }

  .features__section.first,
  .features__section.second,
  .features__section.fourth {
    margin-bottom: 70px;
  }

  .two-photos-and-gif {
    width: 247px;
    height: 332px;
    margin: 0;
  }

  #landing-girl-video {
    width: 127px;
    height: 183px;
    right: 14px;
    top: -28px;
  }

  .tablet-hidden {
    display: none;
  }

  .desktop-hidden.tablet-visible {
    display: block;
  }

  .features__section.third .text-block {
    max-width: 340px;
  }

  .features__section.third.ru .text-block {
    max-width: 340px;
  }

  .features__section.third {
    margin-bottom: 0;
  }

  .picture-block.phone-near-dna {
    margin-left: 30px;
  }

  .logos-network-pic {
    margin-right: 40px;
  }

  .after-dna-dna {
    height: 300px;
    position: relative;
    margin-bottom: 0px;
    top: -30px;
  }

  .after-dna-dna.ru {
    top: -80px;
  }

  .after-dna-dna.ru img,
  .after-dna-dna img {
    position: absolute;
    width: 1260px;
    height: auto;
    left: -270px;
    top: -130px;
  }

  main section,
  header section,
  footer section {
    padding: 0 24px;
  }

  .js-value-cont-2 {
    left: 95px;
    top: 131px;
    right: unset;
    bottom: unset;
  }

  .js-value-cont-1 {
    right: 420px;
    bottom: unset;
    top: 80px;
  }

  .vlaue-cont.blue {
    right: 210px;
    top: 14px;
  }

  .after-dna-dna .arrow {
    position: absolute;
    right: 300px;
    top: 45px;
  }

  .conversion-title__container .phrase span {
    letter-spacing: 3px;
    font-size: 18px;
    margin-right: 24px;
  }

  .conversion-title__container .phrase {
    margin-bottom: 20px;
  }

  .features__conversion-section {
    margin-bottom: 70px;
  }

  .features__conversion-section.first,
  .features__conversion-section.third {
    align-items: baseline;
    text-align: left;
  }

  .features__conversion-section.second {
    align-items: flex-end;
    text-align: right;
  }

  .features__conversion-section.second .conversion-title__container .phrase {
    text-align: right;
  }

  .features__conversion-section.first .conversion-title__container .phrase,
  .features__conversion-section.third .conversion-title__container .phrase {
    text-align: left;
    max-width: 440px;
  }

  .features__conversion-section .text-block__description {
    max-width: 334px;
    text-align: left;
  }

  .features__conversion-section .left-align-line {
    margin-bottom: 20px;
  }

  .counstructor {
    padding: 70px 24px;
  }

  .picture-block.big-screenshots {
    width: 306px;
    height: 330px;
  }

  .features__section.fifth .text-block {
    max-width: 437px;
    margin-right: 20px;
  }

  /* 
    .picture-block.graph-and-comment {
        width: 320px;
        height: 259px;
    } */

  .picture-block.graph-and-comment img:first-child {
    width: 100%;
    /* height       : 141px; */
    /* margin-bottom: 10px; */
  }

  .picture-block.graph-and-comment {
    /* width: 265px; */
    width: 100%;
  }

  .picture-block.graph-and-comment img:last-child {
    /* width: 184px; */
    /* height: 108px; */
  }

  .pre-footer__title {
    font-size: 32px;
  }

  h3 {
    font-size: 18px;
  }

  .pre-footer.landing.ru,
  .pre-footer.landing {
    height: 250px;
    background-image: url(/static/img/pre-footer-fullscreen-photo-tablet.jpg);
  }

  .pre-footer {
    padding-top: 50px;
  }

  .pre-footer__after-title {
    margin-bottom: 20px;
  }

  .pre-footer.landing .square-rounded-button {
    background-color: #fff;
    color: #1c1b20;
  }

  .copyright,
  a.footer__privacy,
  .footer__lang-cont a {
    font-size: 12px;
  }

  .footer__container:last-child {
    padding-left: 15px;
  }

  .footer__container:first-child {
    padding-right: 15px;
  }

  .features__section.first .text-block {
    margin-right: 20px;
  }

  .intro {
    padding: 90px 24px 0;
  }

  .intro.main {
    height: 432px;
    padding-top: 88px;
    /* background-position-x: calc(100% + 100px); */
    background: url(/static/img/main-page-first-screen-photo-tablet.jpg)
      no-repeat right;
  }

  .intro__big-logo {
    font-size: 120px;
    margin-bottom: 0;
    margin-left: -9px;
  }

  .intro.main .little-phrase {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .about-eqvi__title {
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }

  .about-eqvi__title.ru {
    max-width: 580px;
  }

  .about-eqvi {
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }

  .digital-stylist {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .left-align-line.very-long {
    width: 215px;
    margin-bottom: 20px;
  }

  .left-align-line.very-long.right,
  .left-align-line.very-long.left {
    left: auto;
    right: auto;
  }

  .about-eqvi__phrase,
  .about-eqvi__phrase.align-right {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-eqvi__phrase.align-right {
    margin-bottom: 40px;
  }

  .download span {
    font-size: 16px;
  }

  .pick-container img,
  .find-loks__pick-container img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pick-container {
    width: 100%;
    height: 333px;
    margin-left: 0;
    flex-shrink: 0;
    margin-right: 60px;
    flex-grow: 0;
    flex-basis: 50%;
    /* width    : 100%;
        height      : 333px;
        margin-left : 0;
        flex-shrink : 0;
        margin-right: 60px; */
  }

  .features-list {
    flex-shrink: 1;
  }

  .features-list__icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .features-list__name {
    font-size: 14px;
  }

  .app-features {
    margin-bottom: 75px;
  }

  .more-features-button {
    margin-bottom: 45px;
    font-size: 18px;
  }

  .more-features-button::after {
    top: 9px;
  }

  .makeup__gif {
    width: 161px;
  }

  .makeup__text-cont {
    max-width: 366px;
  }

  .makeup .find-looks__after-title {
    margin-bottom: 0;
  }

  .makeup .find-looks__title,
  .makeup .left-align-line {
    margin-bottom: 20px;
  }

  .find-looks {
    padding-top: 70px;
    padding-bottom: 32px;
  }

  .find-loks__pick-container {
    width: 162px;
    height: 320px;
    flex-shrink: 0;
    margin-right: auto;
    margin-left: 0px;
  }

  .find-looks__container:nth-child(2) .find-loks__pick-container {
    margin-right: 0px;
    margin-left: auto;
  }

  .find-looks__container {
    padding-left: 94px;
    padding-right: 48px;
  }

  .find-looks__container:nth-child(2) {
    padding-left: 48px;
    padding-right: 94px;
  }

  .find-looks__container {
    margin-bottom: 70px;
  }

  .find-looks__text-container {
    margin-top: 0;
    flex-shrink: 1;
    max-width: 302px;
  }

  .find-looks__text-container.ru {
    margin-top: 0;
    flex-shrink: 1;
    max-width: 280px;
  }

  .find-looks__after-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .find-looks__container .left-align-line {
    top: 116px;
  }

  .find-looks__container:nth-child(2) .left-align-line {
    top: 137px;
  }

  .find-looks .left-align-line.very-long {
    width: 160px;
  }

  .find-looks__video-cont {
    width: 100%;
  }

  .find-looks__video-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .join-influeuencers {
    height: 390px;
    padding-top: 50px;
  }

  .join-influeuencers .find-looks__title {
    max-width: 467px;
  }

  .join-influeuencers.ru .find-looks__title {
    max-width: 387px;
  }

  .join-influeuencers .find-looks__after-title {
    max-width: 413px;
  }

  .pre-footer.main {
    padding-top: 40px;
  }

  .pre-footer.main {
    height: 319px;
    background-image: url(/static/img/pre-footer-fullscreen-photo-tablet.jpg);
  }

  .pre-footer__description {
    font-size: 14px;
  }

  .contacts {
    padding-top: 70px;
    height: auto;
    padding-bottom: 38px;
  }

  .contacts .text-block__title {
    margin-bottom: 40px;
  }

  .footer-logo {
    width: 220px;
    height: 52px;
    margin-right: 60px;
  }

  .contacts__logo-container {
    padding-right: 7px;
  }

  .contacts__contact-name,
  .contacts__contact {
    font-size: 12px;
  }

  .contacts__contact {
    margin-bottom: 30px;
  }

  .download__icon-container.smaller .download__icon {
    width: 22px;
    height: 22px;
  }

  .download__icon-container.smallest .download__icon {
    width: 18px;
    height: 18px;
  }

  .download__icon-container.smallest .appstore {
    margin-right: 9px;
  }

  .footer__download .copyright {
    margin-right: 10px;
  }

  .footer__download .appstore {
    margin-right: 7px;
  }

  .right-menu {
    width: 370px;
    padding-left: 73px;
    padding-top: 206px;
    padding-right: 25px;
  }

  #main-page-video {
    width: 100%;
  }

  footer {
    padding: 0 24px;
  }

  .terms-cont {
    flex-direction: column;
    display: flex;
  }

  .terms-cont a:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 690px) {
  .cookie__text {
    text-align: center;
  }

  .content-wrapper {
    max-width: 298px;
  }

  .intro.main .content-wrapper {
    height: 100%;
  }

  .text-block__title {
    font-size: 24px;
  }

  .mobile-hidden {
    display: none;
  }

  footer .footer.desktop-hidden.mobile-visible {
    display: flex;
    flex-direction: column;
  }

  .footer {
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
  }

  .terms-cont {
    order: 1;
    align-items: center;
    margin-bottom: 10px;
  }

  .copyright {
    order: 2;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .footer-payments-cont {
    order: 3;
  }

  .footer__lang-cont a {
    margin-right: 10px;
  }

  .footer__privacy:first-child {
    margin-bottom: 10px;
  }

  .footer__privacy:nth-child(2) {
    margin-bottom: 15px;
  }

  .footer__lang-cont {
    margin-bottom: 20px;
  }

  .header__logo {
    width: 123px;
    height: 29px;
  }

  .intro {
    padding: 84px 16px 0;
    height: 368px;
    background: url(/static/img/landing-page-first-screen-photo-mobile.jpg)
      no-repeat center top;
    background-size: cover;
  }

  main section,
  header section,
  footer section {
    padding: 0 16px;
  }

  .intro .little-phrase {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .intro__title {
    font-size: 42px;
    margin-bottom: 5px;
  }

  .after-title {
    font-size: 24px;
  }

  .features {
    padding-top: 40px;
  }

  .phrase {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .phrase-container {
    max-width: 100%;
  }

  .phrase-container .phrase {
    margin-bottom: 15px;
  }

  .phrase-container:first-child {
    margin-bottom: 20px;
  }

  .features__section {
    flex-direction: column-reverse;
  }

  .features__section.third {
    flex-direction: column;
  }

  .features__section.first .text-block {
    margin-right: 0;
  }

  .text-block {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .two-phrase-container {
    margin-bottom: 40px;
  }

  .two-phrase-container.one-phrase {
    margin-bottom: 0;
  }

  .two-phrase-container.one-phrase .phrase-container {
    align-items: flex-end;
    text-align: right;
    margin-right: 0;
    max-width: 260px;
  }

  .text-block__title {
    margin-bottom: 15px;
    letter-spacing: 5px;
  }

  .text-block .left-align-line {
    margin-bottom: 15px;
  }

  .features__section.fifth {
    margin-bottom: 25px;
    flex-direction: column;
  }

  .text-block .text-block__description:last-child {
    margin-bottom: 0;
  }

  .text-block__description {
    margin-bottom: 15px;
  }

  .find-looks__video-cont {
    box-shadow: 0px 0 0 10px #181818, 2px -20px 0 10px #181818 inset;
  }

  .logos-network-pic {
    width: 100%;
    margin-right: 0;
  }

  .features__section.first,
  .features__section.second,
  .features__section.fourth {
    margin-bottom: 40px;
  }

  .two-photos-and-gif {
    box-sizing: content-box;
    width: auto;
    height: 385px;
  }

  #landing-girl-video {
    width: 121px;
    height: 183px;
    right: 73px;
    bottom: unset;
    top: 25px;
  }

  .features__section.second {
    flex-direction: column;
    align-items: center;
  }

  .features__section .fourth.text-block__desc-cont {
    margin-bottom: 25px;
  }

  .picture-block.phone-near-dna {
    margin-right: 0;
    align-self: center;
  }

  .after-dna-dna.ru,
  .after-dna-dna {
    height: 220px;
    margin-bottom: -50px;
    top: 0;
    margin-top: 15px;
  }

  .after-dna-dna.ru img,
  .after-dna-dna img {
    position: absolute;
    width: 1200px;
    height: auto;
    left: -310px;
    top: -220px;
    transform: rotateY(27deg);
    transform-origin: center center;
  }

  .vlaue-cont.blue {
    right: 150px;
    top: -6px;
    width: 76px;
    white-space: nowrap;
  }

  .vlaue-cont {
    font-size: 14px;
  }

  .js-value-cont-1 {
    right: 60px;
    top: -15px;
  }

  .js-value-cont-2 {
    left: 5px;
    top: 81px;
    right: unset;
    bottom: unset;
  }

  .after-dna-dna .arrow {
    position: absolute;
    right: unset;
    top: 25px;
    left: 0px;
  }

  .features__conversion-section.second
    .conversion-title__container
    .phrase
    span {
    position: relative;
    right: -15px;
    top: -1px;
  }

  .features__conversion-section.second.ru
    .conversion-title__container
    .phrase
    span {
    margin-top: -20px;
    right: -20px;
  }

  .features__conversion-section.third
    .conversion-title__container
    .phrase
    span {
    margin-right: 13px;
  }

  .conversion-title__container .phrase {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 5px;
    position: relative;
  }

  .features__conversion-section .left-align-line {
    margin-bottom: 15px;
  }

  .features__conversion-section {
    margin-bottom: 25px;
  }

  .counstructor {
    padding: 40px 16px;
  }

  .features__section.fourth {
    flex-direction: column-reverse;
  }

  .pre-footer.landing.ru,
  .pre-footer.landing {
    height: 204px;
    background-image: url(/static/img/pre-footer-fullscreen-photo-mobile.jpg);
    background-size: cover;
  }

  .pre-footer {
    padding-top: 36px;
  }

  .pre-footer__title {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  header.mobile-white {
    margin-top: 0;
    height: 63px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }

  header.mobile-white .header {
    width: 100%;
  }

  .intro.main {
    height: 480px;
    margin-top: 63px;
    padding-top: 0;
    background: url(/static/img/main-page-first-screen-photo-mobile.jpg)
      no-repeat center;
    background-size: cover;
    background-position-y: top;
  }

  .intro__big-logo {
    font-size: 100px;
    letter-spacing: 18px;
    margin-left: 0;
    color: #fff;
    margin-bottom: 20px;
    margin-top: auto;
  }

  .intro.main .little-phrase {
    color: #fff;
    margin-top: 205px;
  }

  .intro.main a.square-rounded-button {
    background-color: #fff;
    color: #1c1b20;
  }

  .digital-stylist {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-eqvi__title {
    font-size: 18px;
  }

  .about-eqvi__phrase,
  .about-eqvi__phrase.align-right {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3;
  }

  br.mobile-hidden {
    display: none;
  }

  .download span {
    font-size: 14px;
    margin-bottom: 10px;
  }

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

  .app-features {
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    margin-bottom: 40px;
  }

  .pick-container {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .app-features .pick-container {
    margin-right: 0;
  }

  .features-list__item {
    margin-bottom: 26px;
  }

  .features-list__item:last-child {
    margin-bottom: 0;
  }

  .more-features-button {
    margin-bottom: 30px;
  }

  .makeup {
    flex-direction: column;
  }

  .makeup__gif-cont {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .makeup .left-align-line {
    width: 136px;
  }

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

  .find-looks {
    padding-top: 40px;
  }

  .find-looks__container {
    margin: 0;
    padding: 0;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }

  .find-looks__container:nth-child(2) {
    flex-direction: column;
    padding: 0;
  }

  .find-loks__pick-container {
    margin: 0;
  }

  .find-looks__text-container {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .find-looks__container:nth-child(2) .find-looks__text-container {
    margin-right: 0;
  }

  .find-looks__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .find-looks__after-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 55px;
  }

  .find-looks__container .left-align-line {
    top: 100px;
  }

  .find-looks__container:nth-child(2) .left-align-line {
    top: 120px;
  }

  .find-looks__container:nth-child(2) .find-loks__pick-container {
    margin: 0;
  }

  .join-influeuencers__container {
    padding-top: 40px;
  }

  .join-influeuencers .find-looks__title {
    margin-bottom: 20px;
  }

  .join-influeuencers .left-align-line {
    margin-bottom: 20px;
  }

  .join-influeuencers .find-looks__after-title {
    margin-bottom: 20px;
  }

  .pre-footer.main .pre-footer__title {
    letter-spacing: 5px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .pre-footer.main {
    height: 302px;
    background-image: url(/static/img/pre-footer-fullscreen-photo-mobile.jpg);
  }

  .pre-footer__description {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .pre-footer__description {
    max-width: 212px;
  }

  .contacts {
    padding-top: 40px;
    height: 380px;
  }

  .contacts__flex-wrapper {
    flex-direction: column;
    align-items: baseline;
  }

  .contacts .text-block__title {
    margin-bottom: 20px;
  }

  .contacts__contact-name,
  .contacts__contact {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }

  .contacts__contact {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 171px;
    height: 40px;
    margin-right: 0;
  }

  .contacts__logo-container {
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
    justify-content: space-between;
  }

  .download__icon-container.smallest .download__icon {
    width: 20px;
    height: 20px;
  }

  .download__icon-container.smallest .appstore {
    margin-right: 10px;
  }

  footer.main .footer {
    height: 115px;
    padding: 0;
    padding-top: 15px;
    align-items: baseline;
  }

  .footer__download .copyright {
    display: none;
  }

  footer.main .footer__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  footer.main .footer__privacy:nth-child(2) {
    margin-bottom: 20px;
  }

  footer.main .download__icon-container {
    margin-bottom: 15px;
  }

  .right-menu {
    width: 100%;
    padding: 206px 16px 36px;
    overflow: auto;
  }

  a.right-menu__item {
    font-size: 24px;
  }

  a.right-menu__item.log-in-btn {
    display: block;
  }

  .right-menu__wrapper {
    max-width: 298px;
    margin: 0 auto;
    min-height: 400px;
  }

  .join-us-form {
    width: 100%;
    height: calc(100% - 63px);
    margin-top: auto;
    justify-content: center;
    padding: 30px 16px;
  }

  .join-us-form__input {
    flex: 0 0 50px;
  }

  .join-us-form__city-cont .join-us-form__input {
    flex: unset;
  }

  .popup .close-button.white {
    right: 20px;
    top: -47px;
    background-image: url(/static/img/close-button.svg);
  }

  .two-photos-and-gif img {
    width: 100%;
    /* width: 203px;
        height  : 147px; */
  }

  .js-overlay {
    background-color: #ffffff;
  }

  footer {
    padding: 0 16px;
  }

  .features-list {
    flex-shrink: 0;
  }
}

/* APPLICATION_DOWNLOAD */

.download-page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.download-page__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top : 20px; */
  margin-top: auto;
  margin-bottom: auto;
}

.download-page__circle-logo {
  margin-bottom: 75px;
  /* display   : none; */
}

.circle-logo {
  display: block;
  width: 60px;
  height: 60px;
  /* background  : url(/static/img/old-logo.jpg) no-repeat center; */
  background: url(/static/img/logo-circles.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.download-page__text-cont {
  margin-bottom: 150px;
  /* display   : none; */
}

.download-page__text-logo {
  width: 129px;
  height: 28px;
  background: url(/static/img/logo-eqvi.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto 75px;
}

.download-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 1px;
  text-align: center;
  color: #1c1b20;
  font-weight: 500;
}

.download-text-last {
  margin-bottom: 45px;
  display: none;
}

.download-page__icon-cont {
  display: flex;
  flex-direction: column;
}

.download-page .download__icon {
  width: 252px;
  height: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-cont__store-cont p {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.78;
}

.icon-cont__store-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-page__icon-cont .icon-cont__store-cont:first-child {
  margin-bottom: 25px;
  /* margin-right: 200px; */
}

.store-cont-arrow {
  margin-bottom: 30px;
  background: url(/static/img/thin-arrow-down.svg) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 9px;
}

.download-page .appstore {
  background-image: url(/static/img/download-appstore.svg);
  margin-right: 0;
}

.download-page .playmarket {
  background-image: url(/static/img/download-playmarket.svg);
}

.download-page .copyright {
  margin-top: auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 1px;
  color: #959595;
  font-weight: 500;
  /* margin-top : 50px; */
  margin-top: auto;
}

@media (max-width: 1441px) {
  .download-page__circle-logo,
  .download-page__text-logo {
    margin-bottom: 45px;
  }

  .download-page__text-cont {
    margin-bottom: 100px;
  }
}

@media (max-height: 750px) {
  .download-page__circle-logo,
  .download-page__text-cont {
    margin-bottom: 90px;
  }
}

/* @media (max-width: 1055px) {
    .download-page__icon-cont .icon-cont__store-cont:first-child {
        margin-right: 70px;
    }
} */

a#learn-more {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 850px) {
  .download-page__icon-cont {
    flex-direction: column;
  }

  .download-page__icon-cont .icon-cont__store-cont:first-child {
    margin-right: 0;
    /* margin-bottom: 100px; */
  }

  .download-page__text-cont {
    margin-bottom: 55px;
  }

  .download-page .copyright {
    margin-top: 100px;
  }
}

@media (max-width: 690px) {
  .download-page {
    height: auto;
  }

  .download-page__cont {
    /* margin-top: 20px; */
    margin-top: auto;
  }

  .circle-logo {
    width: 40px;
    height: 40px;
  }

  .download-page .download-page__text-cont {
    margin-bottom: 50px;
  }

  .download-page .download-page__circle-logo {
    margin-bottom: 30px;
  }

  .download-page .download-page__text-logo {
    margin-bottom: 20px;
  }

  .download-page__text-logo {
    width: 85px;
    height: 18px;
    margin-bottom: 30px;
  }

  .download-text {
    font-size: 14px;
  }

  .download-text-last {
    margin-bottom: 30px;
  }

  .download-page .copyright {
    margin-top: 70px;
    /* margin-top: auto; */
  }
}

@media (max-width: 690px) {
  .download-page__icon-cont .icon-cont__store-cont:first-child {
    margin-bottom: 20px;
  }

  .icon-cont__store-cont p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .store-cont-arrow {
    width: 14px;
    height: 6px;
    margin-bottom: 20px;
  }

  .download-page .download__icon {
    width: 193px;
    height: 58px;
  }
}

@media (max-height: 930px) {
  .download-page__text-cont {
    margin-bottom: 60px;
  }
}

.delivery-wrapper {
  min-height: 100vh;
  padding-top: 88px;
  max-width: 1200px;
  margin: 0 auto;
}

.bread-crumbs {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 1px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.crumbs {
  color: #a4a4a4;
}

.crumbs a {
  color: #1c1b20;
}

.main-content_delivery {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding: 0 233px;
  padding-bottom: 140px;
}

.title-d {
  font-style: normal;
  font-weight: 450;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 9px;
  white-space: nowrap;
}

.delivery-features {
  display: flex;
  flex-direction: column;
}

.delivery-feature {
  display: flex;
  align-items: center;
  height: 152px;
}

.delivery-feature:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.delivery-feature__icon {
  margin-right: 30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #c9f3ff;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 auto;
}

.icon-truck {
  background-image: url(/static/img/delivery/icon-truck.svg);
}

.icon-cash {
  background-image: url(/static/img/delivery/icon-cash.svg);
}

.icon-card {
  background-image: url(/static/img/delivery/icon-credit-card.svg);
}

.icon-hanger {
  background-image: url(/static/img/delivery/icon-hanger.svg);
}

.icon-phone {
  background-image: url(/static/img/delivery/icon-handset.svg);
}

.delivery-feature__desc {
  line-height: 1.4;
  letter-spacing: 1px;
  color: #1c1b20;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1270px) {
  .bread-crumbs {
    padding-left: 40px;
  }
}

@media (max-width: 1100px) {
  .delivery-wrapper {
    max-width: 720px;
    padding-top: 68px;
  }

  .bread-crumbs {
    padding-left: 0px;
  }

  .main-content_delivery {
    margin-top: 40px;
    padding: 0;
    padding-bottom: 60px;
  }

  .title-d {
    font-size: 36px;
    margin-bottom: 5px;
    white-space: normal;
  }
}

@media (max-width: 750px) {
  .delivery-wrapper {
    max-width: 298px;
    padding-top: 63px;
  }

  .main-content_delivery {
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .delivery-feature {
    flex-wrap: wrap;
    padding: 24px 0;
    height: auto;
  }

  .delivery-feature__icon {
    margin-bottom: 16px;
  }

  .bread-crumbs {
    padding-top: 18px;
  }

  .title-d {
    text-align: left;
  }
}

.main-content_partners {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-bottom: 140px;
}

.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 1px;
  font-family: "Montserrat";
}

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

.partner a {
  transition: all 0.3s;
}

.partner:hover a {
  color: #05c0f4;
}

.partner:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .partners {
    margin-top: 50px;
  }

  .main-content_partners {
    margin-top: 20px;
    padding-bottom: 50px;
    padding: 0;
  }

  .title-d_t-a-c {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .partners {
    margin-top: 30px;
    font-size: 18px;
    padding-bottom: 60px;
  }
}

.delivery-wrapper.payment-wrapper {
  border-top: 1px solid #eaeaea;
}

.main-content_payment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  flex: 1 1 auto;
}

.payment__icon-close {
  position: absolute;
  top: 18px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(/static/img/close-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.icon_check-mark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #edfbff;
  background-image: url(/static/img/check-mark.svg);
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.payment__title {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1.2;
}

.payment__desc {
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat";
  letter-spacing: 1px;
}
