@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
.header {
  background-image: url("../img/svg/colormarket-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 12rem;
  padding-top: 4rem;
}
@media (max-width: 844px) {
  .header {
    padding-bottom: 2.5rem;
    padding-top: 1.2rem;
  }
}
.header__popup-visible {
  display: block !important;
  position: absolute;
  background: #333333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
}
.header__popup__close-btn::before {
  display: none;
}
@media (max-width: 844px) {
  .header__popup__close-btn::before {
    padding-top: 1.2rem;
    display: block;
    content: url("../img/svg/close-popup.svg");
  }
}
.header__popup {
  display: none;
}
.header__popup .menu-header {
  display: block;
  z-index: 4000;
}
.header__popup-close {
  width: 1.25rem;
  height: 1.25rem;
  z-index: 5000;
}
.header__logo {
  display: flex;
}
@media (max-width: 844px) {
  .header__logo {
    z-index: 5000;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 844px) {
  .header__top {
    width: auto;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 844px) {
  .header__burger {
    display: block;
  }
}
.header__burger::before {
  content: url("../img/svg/burger-menu.svg");
}
.header__colormarket {
  margin-right: 0.8rem;
}
@media (max-width: 844px) {
  .header__colormarket {
    margin-right: 0.5rem;
  }
}
.header__link img {
  display: inline-block;
  border-radius: 100%;
}
@media (max-width: 844px) {
  .header__link img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
}
@media (max-width: 844px) {
  .title {
    width: auto;
  }
}

.colormarket {
  margin-top: 29.5rem;
}
@media (max-width: 844px) {
  .colormarket {
    margin-top: 10.18rem;
  }
}
.colormarket__text {
  color: #EAEAEA;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  width: 33.375rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 844px) {
  .colormarket__text {
    font-size: 1.125rem;
    width: 14.25rem;
    margin-top: 1rem;
  }
}
.colormarket__image {
  width: 59.625rem;
}
@media (max-width: 844px) {
  .colormarket__image {
    width: 17.625rem;
    display: inline-block;
  }
}

@media (max-width: 844px) {
  .header__desctop-wrap .menu-header {
    display: none;
  }
}

@media (max-width: 844px) {
  .header__mobile-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.header__mobile-wrap .menu-header {
  display: none;
}
@media (max-width: 844px) {
  .header__mobile-wrap .menu-header {
    display: block;
  }
}

@media (max-width: 844px) {
  .header__mobile-wrap .menu-header .menu__list {
    display: flex;
    flex-direction: column;
    padding: 90px 0 0 0;
  }
}

.menu {
  font-family: "Montserrat", serif;
}
.menu__burger {
  display: none;
}
@media (max-width: 844px) {
  .menu__burger {
    display: inline-block;
  }
}
.menu__list {
  display: flex;
  margin: 0;
}
.menu__item {
  margin-right: 2rem;
  list-style: none;
}
@media (max-width: 844px) {
  .menu__item {
    margin-bottom: 2rem;
  }
}
.menu__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 844px) {
  .menu__link {
    font-size: 18px !important;
  }
}
.catalogues {
  padding-top: 4rem;
}
.catalogues__container {
  width: 1320px;
  margin: auto;
}
@media (max-width: 844px) {
  .catalogues__container {
    max-width: 100%;
  }
}
.catalogues__cards {
  display: flex;
  column-gap: 1.563rem;
}
@media (max-width: 844px) {
  .catalogues__cards {
    overflow-x: scroll !important;
    width: 100%;
  }
}
@media (max-width: 844px) {
  .catalogues__cards::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 844px) {
  .catalogues__cards {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.catalogues__title {
  text-align: center;
}
.catalogues__card {
  display: flex;
  row-gap: 25px;
}

.card__item {
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 0.75rem;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
@media (max-width: 844px) {
  .card__item {
    width: 90%;
    margin-left: 15%;
    border-radius: 1.125rem;
    max-height: 19.5rem;
  }
}
.card__text {
  font-size: 1.1rem;
  line-height: 1.41rem;
  margin-top: 0.7rem;
  display: inline-block;
  letter-spacing: 0.8px;
  height: 92px;
}
@media (max-width: 844px) {
  .card__text {
    font-size: 1rem;
    line-height: 20.16px;
    width: 190px;
    margin-bottom: 1rem;
  }
}
.card__image {
  height: 6.4rem;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 844px) {
  .card__image {
    height: 6rem;
  }
}
.card__image img {
  max-width: 90%;
}
.card__button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ED1846, #F16522, #FBAF17);
  padding: 0.1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 3.125rem;
  width: 100%;
  text-align: center;
  text-align: center;
}
.card__button:focus .card__innertext {
  background: linear-gradient(to right, #000000, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card__innertext {
  transition: 2s;
  text-align: center;
  background: linear-gradient(to right, #ED1846, #F16522, #FBAF17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16.56px;
  display: inline-block;
  max-width: 10rem;
}
.card__innertext:hover {
  background: linear-gradient(to right, #8f0926, #ba3f06, #8f0926);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 844px) {
  .header__desctop-wrap .menu-header {
    display: none;
  }
}

@media (max-width: 844px) {
  .header__mobile-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.header__mobile-wrap .menu-header {
  display: none;
}
@media (max-width: 844px) {
  .header__mobile-wrap .menu-header {
    display: block;
  }
}

@media (max-width: 844px) {
  .header__mobile-wrap .menu-header .menu__list {
    display: flex;
    flex-direction: column;
    padding: 90px 0 0 0;
  }
}

.menu {
  font-family: "Montserrat", serif;
}
.menu__burger {
  display: none;
}
@media (max-width: 844px) {
  .menu__burger {
    display: inline-block;
  }
}
.menu__list {
  display: flex;
  margin: 0;
}
.menu__item {
  margin-right: 2rem;
  list-style: none;
}
@media (max-width: 844px) {
  .menu__item {
    margin-bottom: 2rem;
  }
}
.menu__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.proposal {
  margin-top: 4rem;
}
@media (max-width: 844px) {
  .proposal {
    margin-top: 2rem;
    background-image: url("../img/svg/proposal-mobile.jpg");
    background-position: top 25% right 0;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
.proposal .container {
  background-image: url(../img/svg/proposal.png);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: auto;
}
@media (max-width: 844px) {
  .proposal .container {
    background-image: none;
  }
}
.proposal__theme {
  font-size: 1.375rem;
  line-height: 1.5rem;
  width: 42rem;
  font-family: Arial, sans-serif;
}
@media (max-width: 844px) {
  .proposal__theme {
    width: 18rem;
    font-size: 1rem;
    margin-bottom: 3rem;
    line-height: 1.175rem;
  }
}
@media (max-width: 844px) {
  .proposal__block {
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
  }
}

.proposal__block {
  display: flex;
}
.proposal__card {
  width: 80%;
  background-image: url("../img/svg/proposal-background.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1.5rem 2.5rem 0 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 844px) {
  .proposal__card {
    /*background-image: url("../img/svg/proposal-back-mobile.jpg");*/
    /*padding-top: 1.5rem;*/
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
    /*width: auto;*/
    /*background-position: right;*/
    padding: 1.5rem 0 0 2.5rem;
    background:#F5F5F5;
    clip-path: polygon(0 8%, 15% 0%, 100% 0%, 100% 10%, 100% 100%, 0 100%);
  }
}
/*.proposal__wrapper {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  padding-bottom: 1rem;*/
/*}*/
@media (max-width: 844px) {
  .proposal__image {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 844px) {
  .proposal__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
}
.proposal__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 18rem;
  margin-right: 2rem;
}
@media (max-width: 844px) {
  .proposal__item {
    margin-left: 0;
    margin-bottom: 0.75rem;
    margin-right: 0rem;
    width: auto;
  }
}
.proposal__back {
  background-image: url("../img/svg/proposal-item.svg");
  background-repeat: no-repeat;
  min-width: 5.0625rem;
  min-height: 5.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 844px) {
  .proposal__back {
    min-width: 2.5rem;
    min-height: 2.5rem;
    background-size: cover;
  }
}
.proposal__text {
  font-size: 1.125rem;
  margin-left: 0.7rem;
  line-height: 1.41rem;
  font-family: Arial, sans-serif;
}
@media (max-width: 844px) {
  .proposal__text {
    max-width: 11.375rem;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.12rem;
    font-family: Arial, sans-serif;
  }
}
.proposal__desc {
  font-size: 0.875rem;
  margin-left: 0.7rem;
}
@media (max-width: 844px) {
  .proposal__desc {
    max-width: 11.375rem;
    font-size: 0.75rem;
    font-family: Arial, "sans-serif";
  }
}
.proposal__wrap {
  display: flex;
  flex-direction: column;
}

.services {
  padding-top: 4rem;
}
@media (max-width: 844px) {
  .services {
    padding-top: 3.125rem;
  }
}
.services__title {
  text-align: center;
}
.services__card {
  position: relative;
  height: 16.25rem;
  width: 40.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 844px) {
  .services__card {
    width: 100%;
    height: 7.1875rem;
  }
}
.services__card:nth-child(1n) {
  background-image: url("../img/svg/services-1.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(1n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(2n) {
  background-image: url("../img/svg/services-2.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(2n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(3n) {
  background-image: url("../img/svg/services-3.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(3n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(4n) {
  background-image: url("../img/svg/services-4.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(4n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(5n) {
  background-image: url("../img/svg/services-5.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(5n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(6n) {
  background-image: url("../img/svg/services-6.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(6n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(7n) {
  background-image: url("../img/svg/services-7.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(7n) {
    background-position: center;
    background-size: cover;
  }
}
.services__card:nth-child(8n) {
  background-image: url("../img/svg/services-8.jpg");
}
@media (max-width: 844px) {
  .services__card:nth-child(8n) {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 844px) {
  .services__card:nth-child(odd) {
    margin-right: 0;
  }
}
.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services__text {
  background-image: url("../img/svg/services-text-background.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35rem;
  height: 6.625rem;
}
@media (max-width: 844px) {
  .services__text {
    width: 16.4375rem;
    height: 3.625rem;
    background-image: url("../img/svg/services-text-back-mobile.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.services__innertext {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.9rem;
  font-weight: 700;
  max-width: 31.25rem;
}
@media (max-width: 844px) {
  .services__innertext {
    font-size: 0.875rem;
    top: 0.8rem;
    left: 0.8rem;
    line-height: 1.06rem;
  }
}

@media (max-width: 844px) {
  .company__content {
    margin-bottom: 0;
  }
}
.company__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.company__text {
  font-size: 1.125rem;
  line-height: 1.605rem;
  max-width: 3.75rem;
  font-family: Arial, sans-serif;
}
.company__main {
  font-weight: 700;
  font-size: 1.25rem;
}
.company__wrap {
  margin-right: 2.5rem;
  position: relative;
}
@media (max-width: 844px) {
  .company__wrap {
    padding-bottom: 8.2rem;
    margin-right: 0;
  }
}
.company__bottom-text {
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  margin: 0;
  line-height: 1.524rem;
  bottom: -0.3rem;
}
@media (max-width: 844px) {
  .company__bottom-text {
    font-size: 1rem;
  }
}
.company__num-image {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company__image {
  margin-left: 2rem;
  background-image: url("../img/svg/company-background.jpg");
  background-repeat: no-repeat;
}
@media (max-width: 844px) {
  .company__image {
    background-size: 95%;
    margin-left: 0;
    background-position: right 0;
  }
}
.company__image img {
  display: inline-block;
  margin-top: 5%;
  padding-right: 5%;
  margin-left: -5%;
}
@media (max-width: 844px) {
  .company__image img {
    width: 95%;
    margin-left: 0;
  }
}
.company .container {
  padding-top: 5.2rem;
  display: flex;
}
@media (max-width: 844px) {
  .company .container {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 3rem;
  }
}

.spheres {
  padding-top: 5.2rem;
}
@media (max-width: 844px) {
  .spheres {
    padding-top: 3rem;
  }
}
.spheres__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 844px) {
  .spheres__title {
    margin-bottom: 1.5rem;
  }
}
.spheres__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.5rem;
}
@media (max-width: 844px) {
  .spheres__item:nth-child(even) {
    flex-direction: column-reverse;
    text-align: right;
  }
}
@media (max-width: 844px) {
  .spheres__item:nth-child(odd) {
    flex-direction: column;
  }
}
.spheres__image {
  display: inline-block;
  flex-grow: 1;
  border-radius: 2rem;
}
.spheres__image:nth-child(odd) {
  clip-path: polygon(0 0%, 90% 0%, 100% 20%, 100% 10%, 100% 100%, 0 100%);
}
.spheres__image:nth-child(even) {
  clip-path: polygon(0 20%, 10% 0%, 100% 0%, 100% 10%, 100% 100%, 0 100%);
}
@media (max-width: 844px) {
  .spheres__image {
    width: 100%;
  }
}
.spheres__content {
  flex-grow: 1;
}
@media (max-width: 844px) {
  .spheres__content {
    width: 100%;
  }
}

.content__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 844px) {
  .content__title {
    font-size: 1.125rem;
    margin-bottom: 0.85rem;
  }
}
.content__text {
  display: flex;
  flex-direction: column;
  Line-height: 1.75rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 844px) {
  .content__text {
    font-size: 1rem;
    margin-top: 0;
    Line-height: 1.55rem;
    margin-bottom: 2rem;
  }
}

.buy {
  padding: 2.5rem 0;
  background: #F5F5F5;
}
@media (max-width: 844px) {
  .buy {
    padding-bottom: 1.2rem;
    padding-top: 2rem;
  }
}
.buy__title {
  text-align: center;
}
.buy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 844px) {
  .buy .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.buy__block {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 844px) {
  .buy__block {
    width: 100%;
  }
}
.buy__block span {
  margin-top: 0;
}
.buy__email {
  font-size: 2rem;
  line-height: 2.44rem;
  margin-bottom: 1rem;
  font-weight: 700;
  display: inline-block;
  width: 20rem;
}
@media (max-width: 844px) {
  .buy__email {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.buy .popup-hidden {
  display: none !important;
}
.buy__thanks {
  position: relative;
  border-radius: 1rem;
  width: 50rem;
  height: 25rem;
  background-image: url("../img/svg/thanks.png");
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 844px) {
  .buy__thanks {
    width: 18.75rem;
    height: 12.5rem;
    background-size: cover;
  }
}
.buy__thanks-close::before {
  position: absolute;
  right: 5%;
  top: 5%;
  content: url("../img/svg/thanks-close.svg");
}
.buy__thanks-title {
  padding: 9rem 0 0 0;
  margin: 0;
  font-size: 4rem;
  background: linear-gradient(to right, #ED1846, #F16522, #FBAF17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat, "sans-serif";
  font-weight: 700;
}
@media (max-width: 844px) {
  .buy__thanks-title {
    font-size: 2rem;
    padding: 5rem 0 0 0;
  }
}
.buy__thanks-text {
  font-size: 2rem;
  padding-top: 1.5rem;
  color: black;
}
@media (max-width: 844px) {
  .buy__thanks-text {
    font-size: 1rem;
    padding: 0;
  }
}
 #popup-thanks {
  display: none;
}
.buy .popup-visible {
  border-radius: 1rem;
  position: fixed;
  z-index: 3000;
  width: 50rem;
  height: 25rem;
  background-color: #FFFFFF;
  display: block !important;
}
@media (max-width: 844px) {
  .buy .popup-visible {
    width: 18.75rem;
    height: 12.5rem;
  }
}
.buy__open {
  color: #F16522;
  font-size: 1.375rem;
  width: 35rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 844px) {
  .buy__open {
    font-size: 1rem;
    width: 18.75rem;
    margin-bottom: 1.5rem;
  }
}

.form {
  width: 56%;
  box-sizing: border-box;
}
@media (max-width: 844px) {
  .form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 844px) {
  .form__buy {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.form__name, .form__email {
  font-family: "Montserrat", serif;
  border: 1px solid #A1A1A1;
  border-radius: 0.5rem;
  padding-top: 14px;
  padding-left: 16px;
  padding-bottom: 14px;
  box-sizing: border-box;
  margin-right: 3%;
  width: 15rem;
}
@media (max-width: 844px) {
  .form__name, .form__email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #A1A1A1;
  }
}
.form__btn {
  padding-top: 14px;
  padding-bottom: 14px;
  background: linear-gradient(to right, #ED1846, #F16522, #FBAF17);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  width: 12.5rem;
}
@media (max-width: 844px) {
  .form__btn {
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.form__btn:hover {
  background: linear-gradient(to right, #ED1846, #C64102, #F2A201);
}
.form__btn:focus {
  color: #000000;
  border: 1px solid #000000;
}

.segments {
  background: #F5F5F5;
  margin-top: 2rem;
  height: 17.875rem;
}
@media (max-width: 844px) {
  .segments {
    padding-bottom: 2.5rem;
    height: 24.75rem;
  }
}
.segments__title {
  padding: 2.5rem 0;
  text-align: center;
  margin: 0;
}
@media (max-width: 844px) {
  .segments__title {
    font-size: 1.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.segments__list .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 844px) {
  .segments__list .container {
    height: 60%;
    flex-direction: column;
    justify-content: space-between;
  }
}
.segments__item {
  display: flex;
  align-items: center;
}
.segments__image {
  max-width: 5rem;
}
@media (max-width: 844px) {
  .segments__image {
    max-width: 2.5rem;
  }
}
.segments__text {
  font-size: 1.125rem;
  width: 11.875rem;
  margin-left: 1rem;
  font-weight: 600;
}
@media (max-width: 844px) {
  .segments__text {
    width: auto;
  }
}

.partners__title {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 844px) {
  .partners__title {
    margin-top: 1rem;
  }
}
.partners__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #ED1846, #F16522, #FBAF17);
  background-origin: border-box;
  background-clip: content-box, border-box;
  padding: 1px;
  box-sizing: border-box;
  margin-bottom: 4rem;
  border-radius: 0.5rem;
}
@media (max-width: 844px) {
  .partners__list {
    flex-direction: column;
    height: 19rem;
    margin-bottom: 3rem;
  }
}
.partners__item {
  margin: 2.375rem 0.75rem 2.375rem 0.75rem;
}
@media (max-width: 844px) {
  .partners__item {
    margin: 1rem 0.75rem 0.86rem 0.75rem;
  }
}
@media (max-width: 844px) {
  .partners__image {
    max-width: 225px;
  }
}

.footer {
  background: #333333;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.footer__email {
  display: inline-block;
  margin-left: 20rem;
  color: #D9D9D9;
}
@media (max-width: 844px) {
  .footer__email {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.footer__tel {
  color: #D9D9D9;
  margin-bottom: 0.5rem !important;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 844px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
}
@media (max-width: 844px) {
  .footer__logo {
    margin-bottom: 1rem;
  }
}
.footer__logo:first-child {
  display: inline-block;
  width: 13.312rem;
}
.footer__logo:last-child {
  display: inline-block;
  width: 20.375rem;
}
.footer__image-factory {
  padding-bottom: 0.7rem;
}
@media (max-width: 844px) {
  .footer__image-factory {
    width: 8.25rem;
  }
}
.footer__image-colormarket {
  padding-top: 0.7rem;
  border-top: 1px solid #BDBDBD;
}
@media (max-width: 844px) {
  .footer__image-colormarket {
    width: 13.063rem;
  }
}
.footer__bottom {
  padding-top: 3.5rem;
  display: flex;
  justify-content: space-between;
  color: #D9D9D9;
  font-size: 1.125rem;
}
@media (max-width: 844px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 2.5rem;
  }
}
@media (max-width: 844px) {
  .footer__bottom {
    font-size: 1rem;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
}
.footer__contacts span {
  display: inline-block;
  margin-bottom: 0.4375rem;
}
@media (max-width: 844px) {
  .footer__contacts span {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.footer__info {
  width: 18.75rem;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 844px) {
  .footer__info {
    margin-top: 1rem;
    text-align: left;
  }
}
.footer__info span {
  line-height: 1.371rem;
}
@media (max-width: 844px) {
  .footer__info span {
    font-size: 1rem;
  }
}

.menu-footer {
  font-family: "Montserrat", serif;
}
@media (max-width: 844px) {
  .menu-footer {
    display: block;
    margin-top: 1rem;
  }
}
.menu-footer__list-footer {
  display: flex;
  margin: 0;
  padding-top: 2.69rem;
}
@media (max-width: 844px) {
  .menu-footer__list-footer {
    flex-direction: column;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.menu-footer__item {
  margin-right: 2rem;
  list-style: none;
}
.menu-footer__item:nth-child(5) {
  margin-right: 0;
}
@media (max-width: 844px) {
  .menu-footer__item {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.menu-footer__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 844px) {
  .menu-footer__link {
    font-size: 18px;
  }
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  background-image: url("../img/svg/spheres-background.svg");
  background-repeat: no-repeat;
  background-position: left 31% top 89.7%;
}
@media (max-width: 844px) {
  body {
    background-image: url("../img/svg/spheres-back-mobile.svg");
    background-position: left 0 top 68.2%;
  }
}

main {
  background-image: url("../img/svg/main-back.svg");
  background-position: top 28% right -26%;
  background-repeat: no-repeat;
}
@media (max-width: 844px) {
  main {
    background-image: url("../img/svg/catalog-mobile.svg");
    background-position: top 17% right -11%;
    background-repeat: no-repeat;
  }
}

a, button {
  cursor: pointer;
}

.container {
  margin: auto;
  width: 1320px;
}
@media (max-width: 844px) {
  .container {
    margin-right: 1rem;
    margin-left: 1rem;
    width: auto;
  }
}

.factory {
  background-position: right 20% bottom 0;
  background-image: url("../img/svg/factory-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 12rem;
  padding-top: 27rem;
}
@media (max-width: 844px) {
  .factory {
    padding-top: 214px;
    padding-bottom: 40px;
    background-position: right 20% bottom 0;
  }
}
.factory__text {
  color: #EAEAEA;
  margin-top: 2.5rem;
  font-size: 1.75rem;
  width: 33rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 844px) {
  .factory__text {
    font-size: 1.125rem;
    width: 14.25rem;
    margin-top: 1rem;
  }
}
@media (max-width: 844px) {
  .factory__title {
    width: auto;
    margin: 0;
  }
}
.factory__image {
  width: 36.5rem;
}
@media (max-width: 844px) {
  .factory__image {
    width: 9.5rem;
    display: inline-block;
    max-width: 90%;
  }
}

.card__item .slide {
  margin-right: 0;
}

.owl-item .active .center {
  width: 238px !important;
}
.overlay-visible {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.5);
}
/*# sourceMappingURL=index.css.map */
.field-empty {
  border: 1px solid red !important;
}
