/*
Theme Name: engineering
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Dmitrieva O.V
Author URI: https://degorov.ru/
Version: 1.0
*/

@font-face {
  font-family: 'Hagrid-Text-Extrabold';
  src: url('assets/fonts/Hagrid-Text-Extrabold.eot');
  src: local('Hagrid-Text-Extrabold'), local('Hagrid-Text-Extrabold'),
    url('assets/fonts/Hagrid-Text-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Hagrid-Text-Extrabold.woff2') format('woff2'),
    url('assets/fonts/Hagrid-Text-Extrabold.woff') format('woff'),
    url('assets/fonts/Hagrid-Text-Extrabold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --zoom: 1;
  --h1: calc(24px + (56 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --h2: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-51: calc(20px + (51 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-38: calc(18px + (38 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-24: calc(16px + (24 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-32: calc(18px + (32 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-150: calc(40px + (150 - 40) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-210: calc(60px + (210 - 60) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-45: calc(20px + (45 - 20) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-48: calc(22px + (48 - 22) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-70: calc(24px + (70 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-50: calc(24px + (50 - 24) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-40: calc(18px + (40 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-28: calc(18px + (28 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-64: calc(26px + (64 - 26) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-36: calc(18px + (36 - 18) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-30: calc(16px + (30 - 16) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
  --p-350: calc(200px + (350 - 200) * (calc(100vw / var(--zoom)) - 360px) / (1920 - 360));
}

.wrapper {
  overflow: hidden;
}

.container-fluid,
.g-modules .container-fluid,
.g-hero .container-fluid,
.g-benefits .container-fluid,
#balls-cart .container-fluid,
#cases-hero .container-fluid,
#hero .container-fluid {
  max-width: 1827px;
}

h2,
.manager-1 .text-wrap .header h2 {
  font-weight: 650;
  font-size: 3rem;
  line-height: 140%;
  text-transform: uppercase;
}

.header__adress,
.header__email {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
  width: 18rem;
}

.header__adress {
  text-align: right;
  font-size: 1.125rem;
}

.slider-photos .image {
  transition: all 0.3s;
}

.slider-photos .image:hover {
  transform: scale(1.1);
}

#header a[href^="mailto:"],
#footer a[href^="mailto:"] {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: right;
  color: var(--dark);
  border: none;
}

#header .contacts .phone-content,
#footer .phone-content {
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 140%;
  text-align: right;
  color: var(--dark);
}

.header__icon {
  flex-shrink: 0;

}

#header .content .contacts {
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
}

#header .contacts .link {
  font-size: 1.125rem;
  border-bottom: 1px solid;
}

#header .content .row {
  gap: 2rem;
}

#header .content .descriptor .text {
  max-width: 300px;
  font-size: 1.125rem;
}

#header .descriptor {
  margin-right: auto;
  margin-left: 1.1rem;
}

#header .logo img,
#header .logo {
  max-height: 7rem;
}

#header .logo a {
  max-width: 14rem;
}

.hero__title h1 {
  font-size: 3.5rem;
  line-height: 140%;
  text-transform: uppercase;
}

.hero__text {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.5rem;
  line-height: 140%;
  padding: 1.125rem 2.4375rem 1.125rem 0;
  background: #FFFFFF;
  border-radius: 1.625rem;
  position: relative;
  width: 83%;
}

.hero__text::before {
  content: '';
  position: absolute;
  top: 0;
  border-radius: 1.625rem;
  left: -15rem;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  z-index: -1;
}

.hero__text-img {
  flex-shrink: 0;
}

.hero__btns {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  margin-top: 3.25rem;
  width: 74%;
}

.hero__btns .btn {
  flex-shrink: 0;
}

.hero__btns-text {
  font-size: 1.125rem;
  line-height: 140%;
}

.btn {
  align-items: center;
  background: linear-gradient(180deg, #ED2145 0%, #A70A34 166.47%);
  box-shadow: 0px 17px 34.1px rgba(235, 32, 68, 0.29), inset 0px -9px 17.3px #ED2145;
  border-radius: 2.6563rem;
}

.btn span {
  padding: 1.875rem 3rem;
  font-size: 1.125rem;
}

.hero__inner {
  padding: 6.625rem 0 20.6875rem 0;
}

.hero__title {
  width: 54%;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home #hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.25rem;
  z-index: 1;
  background: linear-gradient(180deg, #FFFFFF 40.54%, rgba(255, 255, 255, 0) 93.54%);
}

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

.home #hero {
  background-color: #fff;
}

.home #hero::after {
  content: '';
  position: absolute;
  width: 83.125rem;
  height: 83.125rem;
  left: -19%;
  top: -33%;
  background: rgba(255, 255, 255, 0.61);
  filter: blur(111.35px);
}

.simplicity {
  padding-top: 7.5rem;
  padding-bottom: 5.875rem;
}

.hero__item-text p {
  margin: 0;
}

.hero__item {
  display: flex;
  gap: 1.25rem;
  position: relative;
  padding: 1.875rem 1.875rem 4.4375rem 9.3125rem;
  background-color: #333333;
  font-size: 1.125rem;
  line-height: 140%;
  color: #FFFFFF;
  clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  height: 100%;
}

.hero__item-wrapper {
  will-change: filter;
  filter: url('#flt_tag');
}

.flt_svg {
  visibility: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
}

.hero__item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46%;
}

.hero__items-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hero__items {
  padding: 0;
  margin-top: -12rem;
}

.hero__text-ellipse {
  position: absolute;
  bottom: -20%;
  right: -36%;
  width: 11.875rem;
  transform: rotate(-16.89deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
}

.hero__text-ellipse svg {
  transform: translate(55%, 0);
}

.hero__text-ellipse p {
  margin: 0;
  font-size: 1rem;
  line-height: 140%;
}

.simplicity-title h2 {
  margin: 0;
}

.simplicity__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.simplicity__item {
  position: relative;
  display: flex;
  border-radius: 1.625rem;
  gap: 2rem;
  padding: 4.375rem 3.0625rem 4.375rem 0;
}

.simplicity__item:nth-child(1) {
  background-color: #eee;
  background-image: url(assets/i/mm.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.simplicity__item:nth-child(2) {
  background-color: #333;
  color: #fff;
}

.simplicity__item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.625rem 0 0 1.625rem;
  bottom: 0;
  right: -15rem;
  background-color: #333;
  background-image: url(assets/i/mm2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.simplicity__item-text {
  flex: 0 0 47%;
  position: relative;
  font-size: 1.125rem;
  margin-left: auto;
}

.simplicity__item-text p strong:first-of-type {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  font-family: 'Hagrid-Text-Extrabold';
}

.simplicity__item-text ul li {
  position: relative;
  padding-left: 1.5rem;
}

.simplicity__item-text ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.simplicity__item-text ul li::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: var(--dark);
  border-radius: 50%;
  left: 0.5rem;
  top: 0.5rem;
  position: absolute;
}

.simplicity__item-img {
  width: 52%;
  display: flex;
  left: 0;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
}

.simplicity__item:nth-child(2) .simplicity__item-text ul li::before {
  background-color: #fff;
}

.simplicity__item-logo {
  margin-bottom: 1.5rem;
}

.simplicity-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.625rem;
  gap: 5rem;
}

.simplicity__text svg {
  flex-shrink: 0;
}

.simplicity__text {
  display: flex;
  gap: 2.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  color: #FFFFFF;
  padding: 1.375rem 2.5rem;
  background-color: var(--color);
  border-radius: 1.625rem 0 0 1.625rem;
  position: relative;
  width: 59%;
}

.simplicity__text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 1.625rem 0 0 1.625rem;
  z-index: -1;
  left: 0;
  right: -15rem;
  background-color: var(--color);
}

.know__item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-image: url(assets/i/gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.625rem;
  height: 2.625rem;
}

.collumn1 .know__item:nth-child(1):before {
  right: -36%;
}

.collumn1 .know__item:nth-child(2):before {
  right: -26%;
}

.collumn1 .know__item:nth-child(3):before {
  right: -24%;
}

.collumn.collumn1 {
  margin-top: 6rem;
}

.collumn1 .know__item:nth-child(4):before {
  right: -34%;
}


.collumn2 .know__item:nth-child(1):before {
  left: -30%;
}

.collumn2 .know__item:nth-child(2):before {
  left: -24%;
}

.collumn2 .know__item:nth-child(3):before {
  left: -29%;
}

.know__item {
  position: relative;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: right;
  min-height: 4.7rem;
  color: #333333;
}

#footer .link {
  color: var(--color);
  font-size: 1.125rem;
  text-align: right;
}

.know__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

#footer .contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.collumn2 .know__item {
  text-align: left;
}

.know__list {
  display: flex;
  justify-content: center;
}

.know__bg {
  position: relative;
  width: 55%;
  margin-top: -4rem;
}

.collumn {
  width: 22.1875rem;
  margin-top: 10rem;
}

.know__bg-text {
  position: absolute;
  bottom: 6rem;
  width: 63%;
  left: 50%;
  transform: translate(-58%, 0);
  bottom: 10rem;
  /* font-family: 'Hagrid-Text-Extrabold'; */
  font-weight: 650;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), radial-gradient(64.43% 393.97% at 50% 50%, #FCF4E6 2%, #E5DDCE 67.5%, #7F7B73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: normal;
}

.footer-col {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.popup-card-item-noimg.popup-card-item {
  width: 60%;
}

.footer-logo img {
  margin: 0 !important;
}

#footer-2::before {
  display: none;
}

#footer-2 {
  background: #fff;
  color: var(--dark);
}

.footer-2-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

#footer .header__email {
  width: auto !important;
  margin-right: 5rem;
}

#footer-2 a.link-policy {
  color: var(--color);
  border-bottom: 1px solid;
}

#footer-2 a.link-policy:hover {
  border-bottom-color: transparent;
}

.b2b-copy {
  margin: 0;
}

.soc a {
  width: 2.875rem;
  height: 2.875rem;
  background: linear-gradient(180deg, #ED2145 0%, #A70A34 166.47%);
  box-shadow: 0px 17px 34.1px rgba(235, 32, 68, 0.29), inset 0px -9px 17.3px #ED2145;
  border-radius: .5625rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.footer__social {
  display: flex;
  align-items: center;
  gap: .6875rem;
}

#footer .descriptor {
  margin-top: 0;
}

.know__inner .title h2 {
  margin-bottom: 0;
}

.gain__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 66%;
  padding-bottom: 8.125rem;
}

.gain__item-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  color: #333333;
}

.gain__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  /* background-color: #fff; */
  border-radius: 0.9375rem;
  gap: .75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, #FCFCFC 0%, #D9D9D9 100%);

}

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

.gain__form-title {
  font-family: 'Hagrid-Text-Extrabold';
  font-style: normal;
  font-weight: 650;
  font-size: 1.5rem;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 2.25rem;
}

.gain__form {
  padding: 4.25rem 0 11.375rem 4.25rem;
  flex: 0 0 27.3125rem;
  border-radius: 0.9375rem 0 0 0;
  background-color: #150D22;
  position: relative;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gain__form::before {
  content: '';
  position: absolute;
  background-color: #150D22;
  top: 0;
  border-radius: 0.9375rem 0 0 0;
  left: 0;
  bottom: 0;
  right: -15rem;
  z-index: -1;
}

.gain__form-bg {
  position: absolute;
  bottom: 18%;
  right: 0;
  z-index: -1;
  width: 38%;
}

.gain__form-bg::before {
  content: '';
  position: absolute;
  width: 37.375rem;
  height: 37.375rem;
  top: 0;
  right: 0;
  background: #ED2145;
  filter: blur(168.85px);
  will-change: filter;
  transform: translate(34%, 26%);
  z-index: -1;
}

.gain {
  background-color: rgba(231, 231, 231, 1);
  padding: 0;
}

.know {
  padding-top: 6rem;
  background-color: rgba(231, 231, 231, 1);
}

.know-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.know-bg-el {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -66%);
  width: 107%;
}

.section__boss__content {
  max-width: 34.5625rem;
  color: var(--dark)
}

.section__boss-info {
  width: 24.9375rem;
  height: 20rem;
  background: #150D22;
  border-radius: 0.9375rem;
  color: #fff;
  padding: 4.125rem;
}

.section__boss-info-name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 140%;
  margin-bottom: 1rem;
}

.section__boss-infoposition {
  font-size: 1.25rem;
  line-height: 140%;
}

.section__boss__inner {
  padding: 4.4375rem 6.9375rem 8.9375rem 6.6875rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(93.04deg, #FFFFFF -18.71%, #C7C8CD 98.12%);
  border-radius: 0.9375rem;
}

.section__boss__content-text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  background: #FFFFFF;
  box-shadow: 19px 48px 108.8px rgba(0, 0, 0, 0.2);
  border-radius: 0.9375rem;
  padding: 3.4375rem;
  position: relative;
}

.section__boss__content .title h2 {
  margin-top: 0;
}

.section__boss__content-text svg {
  position: absolute;
  top: 3.4375rem;
  left: 3.4375rem;
  z-index: 0;

}

.section__boss-img-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-54%, 0);
  width: 47%;
}

.section__boss__content-text-wrap {
  z-index: 1;
  position: relative;
}

.supply__items .slick-slide {
  margin-right: 2.375rem;
}

.supply__items .slick-list {
  margin-right: -2.375rem;
}

.supply {
  padding-top: 0;
}

.supply__inner h2 {
  margin-top: 0;
}

.section__boss-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.frame::after {
  display: none;
}

.frame {
  padding: 0;
  box-shadow: none;
}

.home .slick-arrow {
  width: 5.5625rem;
  height: 5.5625rem;
}

.home .slick-arrow svg path {
  fill: transparent
}

.home .slick-arrow svg {
  width: auto;
  height: auto;
}

.photos .ar-next {
  right: 0;
}

.photos .slick-slide {
  margin-right: 2rem;
}

.photos_docs-inner {
  position: relative;
}

.photos .slick-list {
  margin-right: -2rem;
}

.supply__item-title {
  margin-top: 1rem;
  font-size: 1.125rem;
}

.supply__item-title p {
  margin: 0
}

.supply__item {
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 0.875rem;
  text-align: center;
}

.slider-photos {
  padding: 0 9.0625rem;
  margin-top: 4rem;
}

.title p {
  font-size: 1.5rem;
}

.supply__item-img {
  height: 5.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supply__arrows {
  width: 12rem;
  flex: 0 0 12rem;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.supply__arrows .slick-arrow {
  position: relative;
  bottom: unset;
}

.supply__wrap {
  display: flex;
  justify-content: space-between;
  gap: 4.8125rem;
  margin-top: 5rem;
}

.supply__items {
  width: 83.5%;
}

.supply__inner {
  position: relative
}

.supply__inner .title {
  width: 73%;
  margin: 0 auto;
  text-align: center;
}

.quiz__inner {
  margin-top: auto;
}

a.frame:hover {
  box-shadow: none;
}

.supply__text {
  width: 11.875rem;
  height: 11.875rem;
  background: var(--color);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  gap: 0.6875rem;
}

.quiz__flex2 .btn span {
  padding: 1rem 3rem;
  font-size: 1rem;
}

.quiz .hideLabels .form-group {
  margin: 0;
  width: 80%;
}

.quiz__flex2 .btn {
  margin-bottom: 1rem;
}

.quiz__flex {
  display: flex;
  gap: 1rem;
}

.manufacturer__inner .title {

  font-size: 1.25rem;
  line-height: 140%;
  padding-right: 15rem;
  padding-bottom: 10rem;
  position: relative;
}

.manufacturer__inner .title p {
  font-size: 1.25rem;
}

.manufacturer__items {
  display: flex;
  flex-direction: column;
  gap: 3.5625rem;
  align-items: flex-start;
  position: absolute;
  bottom: 15%;
  right: 0;
  transform: translate(95%, 0);
}

.manufacturer__item2 {
  margin-left: -15%;
}

.manufacturer__item3 {
  margin-left: -48%;
}

.manufacturer__inner {
  width: 48rem;
  position: relative;
}

.carts .card-item.hidden {
  display: none;
}

.carts .card-item {
  display: block;
}

.title-el {
  position: absolute;
  width: 78.375rem;
  height: 78.375rem;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: linear-gradient(331.54deg, #FFFFFF 32.55%, rgba(255, 255, 255, 0) 80.69%);
  z-index: -1;
}



.manufacturer__item {
  padding: 1.25rem 1.5rem;
  background: #333333;
  border-radius: 0.875rem;
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}

.manufacturer__item p strong {
  font-size: 1.25rem;
}

.manufacturer__item p {
  margin: 0
}

.manufacturer__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: var(--color);
  border-radius: 50%;
  width: 2.625rem;
  z-index: -1;
  height: 2.625rem;

}

.manufacturer__bg {
  position: absolute;
  bottom: -25%;
  left: 0;
}

.home .products-row {
  --card_column: 3;
  --card_column_gap: 3.0625rem;
  width: 74%;
  margin: 0 auto;
  justify-content: center;
}

.services__inner {
  position: relative;
  z-index: 2;
}

.carts .cart .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.carts .cart .intro {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
}

.home .carts .cart .intro {
  margin-bottom: 2rem;
}

.carts .card-item {
  background: radial-gradient(63.07% 63.07% at 50.14% -25.47%, #ED2145 0%, rgba(237, 33, 69, 0.01) 100%), #333333;
  border-radius: 0.9375rem;

}

.products-row .card-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4rem;
}

.carts:not(.popup-wrap) .cart,
.carts:not(.popup-wrap) .cart .body {
  background: transparent;
}

.carts:not(.popup-wrap) .cart {
  overflow: visible;
}

.carts .cart .body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.carts:not(.popup-wrap) .cart .body {
  padding: 2rem 4rem;
  padding-bottom: 3.5rem;

}

.carts .cart .body .btn span {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.carts .cart .body .btn {
  margin-top: auto;
  align-self: flex-start;
}

.carts:not(.popup-wrap) .cart {
  display: flex;
  flex-direction: column;
}

.carts-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5625rem;
}

.home .carts .cart:hover .name {
  color: #fff;
}

.home .carts .cart {
  cursor: unset;
}

.carts-pagination button {
  background-color: transparent;
  border: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.carts-pagination button:hover {
  color: var(--color);
}

.carts-pagination button.active {
  font-weight: 700;
  color: var(--color);
  border-bottom-color: var(--color);

}

.catalog__listing-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
}

.title-catalog {
  width: 75%;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 5.7rem;
}

section#catalog__listing {
  z-index: 2;
}

.catalog__listing-text p {
  margin: 0;
}

.catalog__listing-text {
  width: 16.125rem;
  height: 16.125rem;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 1.5rem;
  margin-top: -5rem;
}

.home #catalog__listing {
  z-index: 2;
}

.quiz__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.quiz__wrapper .title {
  width: 78%;
}

.quiz__wrapper .title p {
  width: 67%;
  color: #fff;
}

.quiz__range {
  width: 100%;
  height: 6px;
  background-color: #333333;
  border-radius: 2.125rem;
  position: relative;
  margin-bottom: 3rem;
}

.quiz__res {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% / 4);
  height: 6px;
  background-color: var(--color);
  border-radius: 2.125rem;
}

.quiz__item {
  display: none;
  margin-bottom: 3.125rem;
}

.quiz__item.active {
  display: block;
}

.quiz__wrapper-form {
  flex: 0 0 52%;
  width: 52%;
  background: #150D22;
  border-radius: 1.625rem;
  padding: 4.1875rem;
  color: #FFFFFF;
  flex-shrink: 0;
  height: 34.8125rem;
  display: flex;
  flex-direction: column;
}

.quiz {
  padding: 9.875rem 0 8rem 0;
  background-color: #333333;
  background-image: url(assets/i/cc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.quiz__bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-85%, 0);
  width: 26%;
}

.quiz__answers-inner p {
  margin: 0;
}

.quiz__title-wrapper h2 {
  margin-top: 0;
}



.photos_docs .title {
  width: 71%;
  margin: 0 auto;
  text-align: center;
}

.quiz__question {
  font-weight: 650;
  font-size: 1.5rem;
  line-height: 140%;
  margin-bottom: 1.5rem;
}

.quiz__answer label span {
  font-size: 1.125rem;
  line-height: 140%;
}

.quiz__answers {
  column-count: 2;
}

.quiz__answer input[type=radio]+label::before {
  position: absolute;
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  border: none;
  opacity: 1;
  background: #616161;
  border-radius: 4px;
}

.quiz__answer input[type=radio]:checked+label::before {
  background-color: var(--color);
}

.quiz__answer input[type=radio]+label::after {
  display: block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0;
  background-image: url(assets/i/ch.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transform: translate(20%, 31%);
  border-radius: 2px;
}

.quiz__answer {
  margin-bottom: 0.875rem;
  page-break-inside: avoid;
  break-inside: avoid;
}

.quiz__buttons {
  margin-top: auto;
  gap: 1.5rem;
  display: flex;
  align-items: center;
}

.btn {
  overflow: hidden;
}

.popup-card-item {
  width: 95%;
}

.quiz__buttons .btn span {
  padding: 1rem 2.625rem;
}

.quiz__answer label {
  padding-left: 2.4rem;
  min-height: 1.4375rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

input[type="radio"] {
  display: none;
}

.manager-1 .wrap {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.manager-1 .text-wrap {
  max-width: 820px;
  -ms-flex: 1 0 820px;
  flex: 1 0 820px;
  padding: 0;
}

.manager__item {
  display: flex;
  align-items: center;
  gap: 2.4375rem;
  background: var(--color);
  border-radius: 0 1.625rem 1.625rem 0;
  padding: 1.5rem 6.5rem 1.5rem 0;
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 140%;
  color: #FFFFFF;
}

.manager__item:not(:last-child) {
  margin-bottom: 2rem;
}

.manager__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -15rem;
  bottom: 0;
  right: 0;
  border-radius: 0 1.625rem 1.625rem 0;
  background: var(--color);
  z-index: -1;
}

.manager__item-img {
  width: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-wrap .form-head {
  color: #333333;
  background: transparent;
  margin: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  text-align: center;

}

.form-wrap {
  max-width: 300px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  max-width: 300px;
}

.form-desk {
  margin: 0.5rem 0 3rem;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
}

.form-group {
  position: relative;
  background: var(--light);
  border: 1px solid #ececec;
  background: #ECECEC;
  border-radius: .5rem;
}

.form-group label {
  color: #9C9C9C;
}

.manager-1 .form-wrap {
  margin-top: 3.5rem;
}

.manager-1 .text-wrap .subheader {
  margin: 0;
}

.manager__items {
  width: 70%;
  margin-top: 5.1875rem;
}

#manager {
  padding-top: 10rem;
  padding-bottom: 8.4375rem;
  overflow: visible;
  background: #fff;
}

.services__bg {
  position: absolute;
  top: 0;
  pointer-events: none;
  left: 50%;
  transform: translate(-50%, -33%);
  width: 120%;
  z-index: 1;
}

#header .contacts .phone-content:hover,
#footer .phone-content:hover {
  color: var(--color);
}

.btn:hover {
  transform: scale(0.95);
  box-shadow: 0px 17px 34.1px rgba(235, 32, 68, 0.29), inset 0px -9px 17.3px #ED2145;

}

.slick-arrow:hover,
.soc a:hover {
  background-color: #F35F79;
  transform: scale(0.95);

}

.quiz-btn.btn[disabled] {
  background: linear-gradient(0deg, #979797, #979797), linear-gradient(180deg, #ED2145 0%, #A70A34 166.47%);
  box-shadow: 0px 17px 34.1px rgba(255, 255, 255, 0.29), inset 0px -9px 17.3px #B8B8B8;


}

#header a[href^="mailto:"]:hover,
#footer a[href^="mailto:"]:hover {
  color: var(--color);
}

#footer .link:hover,
#header .contacts .link:hover {
  border-bottom-color: transparent;
}

.fancybox__slide {
  backdrop-filter: none;
}

.manager-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-24%, 0);
  width: 34%;
}

.services__items {
  display: grid;
  grid-template-columns: 0.8fr 0.5fr 1fr 0.9fr;
  grid-template-rows: 0.7fr 0.1fr 0.6fr 0.6fr 0.3fr;
  grid-auto-columns: 1fr;
  gap: 1.5rem;
  grid-auto-flow: row;
  grid-template-areas: "col-1 col-1 col-2 ."
    "col-1 col-1 col-2 col-3"
    "col-4 col-4 col-2 col-3"
    "col-5 col-5 col-6 col-7"
    ". . col-6 .";
}

.services__item {
  background: linear-gradient(119.84deg, #2B292D 51.11%, #6F6C75 147.95%);
  border-radius: .9375rem;
  padding: 3.375rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 140%;
  color: #FFFFFF;
}

.services__items .title {
  grid-area: col-1;
}

.services__item5 {
  margin-right: 7.1875rem;
}

.supply__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  width: 117%;
  z-index: 1;
}

.photos .image a::before {
  background: var(--dark_60) url(assets/i/zoom.svg) no-repeat center;
}

.services__item6 {
  margin-left: -7.1875rem;
}

.services__items .title h2 {
  margin: 0;
}

.services__item3 {
  grid-area: col-3;
  margin-top: -9rem;
}

.services__item3 .services__item-img {
  max-width: 70%;
}

.section__boss-info-__bg {
  margin: 0 auto;
  margin-bottom: -5px;
}

.services__item2 {
  grid-area: col-2;
  color: var(--dark);
  background: linear-gradient(149.57deg, #D9D9D9 41.12%, #FFFFFF 95.16%);

}

.services__item4 {
  grid-area: col-4;
}

.services__item5 {
  grid-area: col-5;
  color: var(--dark);
  background: linear-gradient(149.57deg, #D9D9D9 41.12%, #FFFFFF 95.16%);

}

.services__item6 {
  grid-area: col-6;
}

.services__btns {
  grid-area: col-7;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 75%;
  padding-top: 2.5rem;
  padding-left: 1.5rem;
}

.services {
  background-color: #333333;
  color: #fff;
  padding-top: 8rem;
}

.services::before {
  content: '';
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  height: 127%;
  background: linear-gradient(175.17deg, #333333 53.1%, rgba(51, 51, 51, 0) 83.85%);
  z-index: 2;
}

.services .container-fluid {
  z-index: unset;
}

.light__bg {
  background-color: #E7E7E7;
}

.services__item-title {
  width: 59%;
}

.services__item2 .services__item-title {
  width: 80%;
}

.section__boss::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 20rem;
  filter: blur(1.5rem);
  transform: translate(0, -14%);
  will-change: filter;
  background-color: #E7E7E7;
}

.services__item-img {
  position: absolute;
  max-width: 57%;
  bottom: 0;
  right: 0;
}

.services__btns__text {
  font-size: 1.5rem;
  line-height: 140%;
  color: #FFFFFF;
}

#footer {
  background: #fff;
  color: var(--dark);
  font-size: 1.125rem;
}

.footer-col-contant {
  display: flex;
  align-items: flex-start;
}

#footer .header__adress,
#footer .header__email {
  width: 19rem;
}

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

.popup-card-item-inner {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.popup-card-item-image::before {
  content: '';
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 0;
  left: 0;
  background: var(--color);
  filter: blur(5rem);
  will-change: filter;
  transform: translate(52%, 41%);
  z-index: -1;
}

.popup-card-item {
  background-color: #333333;
  color: #fff;
}

.card-parameters ul li {
  color: #e9e9e9;
}

.popup-card-item-image {
  flex: 0 0 34%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.popup-card-item-body .doc svg {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  opacity: 0.7;
}

.popup-card-item-body .doc {
  display: flex;
  gap: 1rem;

}

#hero.g-hero .wrap {
  align-items: flex-start;
}

.popup-card-item-body .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color);
}

#hero.g-hero .main {
  padding: 11.625rem 0;

}

#hero.g-hero {
  background-image: url(assets/i/thankbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero.g-hero h1 {
  font-size: 3.5rem;
}

#hero.g-hero .list p {
  font-size: 1.875rem;
}

.hero-thanks_bg {
  position: absolute;
  bottom: 0;
  right: 12%;
  width: 38%;
}

.popup-card-item-body .gray-block {
  width: 75%;
  color: var(--dark);
  border-radius: 1rem;
  margin-top: 1.5rem;
}

.docs__title {
  font-weight: 700;
  font-size: 1.25rem;
}

.popup-card-item-body .doc-detail {
  font-size: 0.875rem;
}

.popup-card-item-body .doc:not(:last-child) {
  margin-bottom: 1rem;

}

.hero-er_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#hero.hero__error .intro {
  font-size: 1.5rem;
  line-height: 140%;
  color: #000000;

}

#hero.hero__error h1 {
  margin-bottom: 1rem;
}

#hero.hero__error .wrap .button {
  margin-top: auto;
}

#hero.hero__error .wrap {
  height: 100%;
  text-align: center;
}

#hero .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__error {
  background-image: url(assets/i/444bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#hero.hero__error .main {
  height: 50rem;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.333;
  }
}

@media screen and (max-width: 1919px) {
  .hero__title h1 {
    font-size: var(--h1);
  }

  .footer-2-inner-text {
    width: 45%;
  }

  #footer {
    font-size: 1rem;
  }

  #footer .header__email {
    margin-right: 2rem;
  }

  #header .content .descriptor .text,
  .header__adress,
  .header__email,
  #header a[href^="mailto:"] {
    font-size: 1rem;
  }

  h2,
  .manager-1 .text-wrap .header h2 {
    font-size: var(--h2);
  }

  .hero__text {
    font-size: 1.3rem;
  }

  .services__item {
    padding: 2.8rem;
  }

  .section__boss-info-name {
    font-size: var(--p-30);
  }

  .supply__item-title {
    font-size: 1rem;
  }

  .supply__text {
    font-size: 1.125rem;
  }

  .supply__wrap {
    margin-top: 3rem;
  }

  .know__item,
  .gain__form-title,
  .simplicity__item-text p strong:first-of-type,
  .carts .cart .name {
    font-size: var(--p-24);
  }

  .know__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }

  .know__item {
    font-size: 1.25rem;
  }



  .carts-pagination {
    margin-top: 2.5rem;
  }


  .home .products-row {
    width: 86%;
  }


  .hero__inner {
    padding: 4.6rem 0 18.68rem 0;
  }

  .simplicity__item {
    padding: 3rem 3rem 3rem 0;
  }
}

@media screen and (max-width: 1599px) {
  #header .content .descriptor .text {
    font-size: 1rem;
  }

  .footer-col:first-child {
    gap: 1rem;
  }

  #footer .header__email {
    margin-right: 0;
  }


  .manufacturer__inner {
    width: 42rem;
  }

  .title p {
    font-size: 1.25rem;
  }

  .slider-photos {
    padding: 0 6rem;
  }

  .photos .slick-list {
    margin-right: -1rem;
  }

  .manager__item {
    font-size: 1.25rem;
  }

  .photos .slick-slide {
    margin-right: 1rem;
  }

  #manager {
    padding-top: 5rem;
  }

  .manager-img {
    transform: translate(-16%, 0);
    width: 30%;
  }

  .manager__items {
    width: 64%;
  }

  .manufacturer__inner .title {
    font-size: 1.125rem;
    padding-right: 13rem;
  }

  .manufacturer__items {
    gap: 2.5625rem;
    bottom: 20%;
  }

  .services__btns__text {
    font-size: 1.2rem;
  }

  .manufacturer__item p strong {
    font-size: 1.125rem;
  }

  .section__boss__inner {
    padding: 3.4rem 3.4rem 8.9375rem 3.4rem;
  }

  .section__boss-info {
    width: 19rem;
    height: auto;
    padding: 2.5rem;
  }

  .section__boss__content {
    max-width: 30rem;
  }

  .section__boss__content-text {
    padding: 2.5rem;
  }

  .section__boss-infoposition {
    font-size: 1rem;
  }

  .section__boss__content-text svg {
    top: 2.4375rem;
    left: 2.4375rem;
  }

  .section__boss-img-wrap {
    transform: translate(-65%, 0);
  }

  .supply__items .slick-slide {
    margin-right: 1rem;
  }

  .supply__items .slick-list {
    margin-right: -1rem;
  }

  .supply__item {
    padding: 1.5rem;
  }

  .supply__wrap {
    gap: 2rem;
  }

  .quiz__answer label span {
    font-size: 1rem;
  }

  .supply__text {
    font-size: 1rem;
    width: 10.5rem;
    height: 10.5rem;
    padding: 2rem 1.25rem;
  }

  .manufacturer__item {
    font-size: 1rem;
  }

  .services__item {
    padding: 2.1rem;
  }

  .services {
    padding-top: 5rem;
  }

  .gain__item {
    padding: 2rem;
  }

  .know__bg-text {
    bottom: 8rem;
    font-size: 1rem;
  }

  .collumn {
    width: 19rem;
    margin-top: 6rem;
  }

  .hero__btns {
    width: 79%;
    margin-top: 2rem;
  }

  .gain__form {
    padding: 3.25rem 0 10.375rem 3.25rem;
    flex: 0 0 22.3125rem;
  }

  .services__item {
    font-size: 1.125rem;
  }

  .btn span {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }

  .hero__text {
    font-size: 1.1rem;
  }

  .hero__text-img {
    width: 23%;
  }

  .hero__item {
    font-size: 1rem;
    padding: 1.875rem 1.875rem 3rem 8.5rem;
  }

  .hero__item-img {
    width: 36%;
  }

  .hero__title {
    width: 56%;
  }

  .hero__btns-text {
    font-size: 1rem;

  }

  .collumn.collumn1 {
    margin-top: 2rem;
  }


  .home #hero::after {
    width: 72rem;
    height: 72rem;
  }

  .simplicity-title {
    gap: 3rem;
  }

  .simplicity__text {
    font-size: 1.125rem;
  }

  .hero__item-text p br {
    display: none;
  }

  .simplicity__item-text {
    font-size: 1rem;
    flex: 0 0 51%;
  }

  .simplicity__item-img {
    width: 46%;
  }

  .hero__inner {
    padding: 4.6rem 0 16.5rem 0;
  }
}

@media screen and (max-width: 1535px) {
  .hero__text {
    font-size: 1rem;
    width: 74%;
  }

  #hero.g-hero .main {
    padding: 7.625rem 0;
  }

  #hero.g-hero .list p {
    font-size: 1.5rem;
  }

  #hero.hero__error .main {
    height: 47rem;
  }

  .hero-er_bg {
    width: 87%;
  }

  .carts .cart .body .btn span {
    font-size: 1rem;
  }

  .manager__item {
    gap: 2rem;
  }

  #footer .header__adress,
  #footer .header__email {
    width: 15rem;
  }

  .footer-2-inner-text {
    width: 51%;
  }



  #footer .link {
    font-size: 1rem;
  }

  #footer,
  #footer .header__adress,
  #footer .header__email,
  #footer a[href^="mailto:"] {
    font-size: 0.875rem;
  }

  .gain__form {
    padding: 3.25rem 0 8.375rem 3.25rem;
  }

  .services__item {
    font-size: 1rem;
  }

  .home .slick-arrow {
    width: 4rem;
    height: 4rem;
  }

  .supply__arrows {
    width: 9rem;
    flex: 0 0 9rem;
  }

  .quiz__wrapper-form {
    height: 29.8125rem;
    padding: 2.5rem;
  }

  .supply__item-title {
    font-size: 0.875rem;
  }

  .quiz__question {
    font-size: 1.125rem;
  }

  .quiz__range {
    margin-bottom: 2rem;
  }

  .title p {
    font-size: 1.125rem;
  }

  .quiz__bg-img {
    transform: translate(-76%, 0);
  }

  .photos_docs .title {
    width: 87%;
  }

  .form-wrap .form-head {
    font-size: 1.3rem;
  }

  .quiz__wrapper .title {
    width: 90%;
  }

  .form-desk {
    margin: 0.5rem 0 2rem;
    font-size: 1rem;
  }

  .manager__items {
    width: 57%;
    margin-top: 3.1875rem;
  }

  .manager__item {
    padding: 1.5rem 5.5rem 1.5rem 0;
    font-size: 1.125rem;
  }

  .photos_docs .title h2 {
    margin-top: 0;
  }

  .quiz__wrapper-form .button {
    margin-top: 1rem;
  }

  .quiz__answer label span {
    font-size: 0.875rem;
  }

  .home .products-row {
    gap: 1.5rem;
  }

  .services__btns {
    width: 86%;
  }

  .services__item-title {
    width: 69%;
  }

  .carts .cart .intro {
    font-size: 1rem;
  }

  .manufacturer__inner .title p {
    font-size: 1.125rem;
  }

  .manufacturer__items {
    transform: translate(90%, 0);
  }

  .section__boss__content-text {
    font-size: 1rem;
  }

  .manufacturer__bg {
    right: -10%;
  }

  .services__item-img {
    max-width: 52%;
  }

  .know__bg-text {
    bottom: 7.6rem;
    font-size: 0.9rem;
  }

  .know__item {
    min-height: 3.2rem;
  }

  .carts:not(.popup-wrap) .cart .body {
    padding: 2rem 2.5rem;
    padding-bottom: 2.5rem;
  }

  .gain__item-title {
    font-size: 1rem;
  }

  .hero__title {
    width: 60%;
  }

  .home #hero::after {
    width: 66rem;
    height: 66rem;
  }

  .hero__item-img {
    width: 31%;
  }

  .simplicity-title {
    margin-bottom: 3rem;
  }

  .simplicity__text {
    font-size: 1rem;
  }

  .simplicity__item {
    padding: 2rem 2rem 2rem 0;
    padding-bottom: 3rem;
  }

  .catalog__listing-text {
    font-size: 1rem;
  }

  .simplicity__items {
    gap: 1.5rem;
  }

  .simplicity {
    padding-top: 5.5rem;
    padding-bottom: 4.875rem;
  }

  .hero__item {
    padding: 1.875rem 1.875rem 3rem 6.5rem;
  }

  .hero__text-ellipse {
    font-size: 0.875rem;
  }

  #header a[href^="mailto:"],
  #footer a[href^="mailto:"] .header__adress,
  .header__email,
  .header__adress {
    font-size: 0.875rem;
  }

  #header .contacts .phone-content,
  #footer .phone-content {
    font-size: 1.25rem !important;
  }

  .header__adress,
  .header__email {
    width: 14rem;
  }

  #header .logo img,
  #header .logo {
    max-height: 5rem;
  }

  .header__icon {
    width: 2.7rem;
  }

  #header .content .contacts {
    -ms-flex: 0 0 13rem;
    flex: 0 0 13rem;
  }

  #header .contacts .link {
    font-size: 0.9rem;
  }

  #header .content .descriptor .text {
    font-size: 0.875rem;
  }

  .supply__items {
    width: 86.5%;
  }

  .manager-1 .form-wrap {
    max-width: 300px;
  }
}

@media screen and (max-width: 1439px) {
  .simplicity__item-text p strong:first-of-type {
    font-size: 1.25rem;
  }

  .simplicity__item-logo {
    margin-bottom: 1rem;
  }

  .supply__inner .title {
    width: 61%;
  }

  .title-catalog {
    width: 83%;
  }

  .gain__item {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 1365px) {
  .header__email {
    width: 11rem;
  }

  .hero__item {
    padding: 1.5rem 1.5rem 2rem 4.5rem;
    font-size: 0.9rem;
  }

  .footer-col:first-child {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer .footer-logo {
    max-width: 92px;
    margin: 0;
  }

  .collumn {
    width: 16rem;
    margin-top: 6rem;
  }

  .know__item::before {
    width: 2rem;
    height: 2rem;
  }

  .gain__items {
    gap: 1rem;
  }

  .gain__form {
    padding: 2.25rem 0 6.375rem 2.25rem;
  }

  .manufacturer__inner {
    width: 36rem;
  }

  .manufacturer__items {
    transform: translate(86%, 0);
  }

  .section__boss-info-name {
    font-size: 1.25rem;
  }

  .supply__items {
    width: 84.5%;
  }

  #manager {
    padding-top: 3rem;
  }

  .services__btns {
    width: 100%;
  }

  .manufacturer {
    padding-top: 0;
  }

  .section__boss-info-__bg {
    width: 63%;
  }

  .section__boss__inner {
    padding: 3.4rem 3.4rem 5.9375rem 3.4rem;
  }

  .home #catalog__listing {
    padding-top: 0;
  }

  .form-desk {
    font-size: 0.9rem;
  }

  .manager__item:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .section__boss__content {
    max-width: 27rem;
  }

  .section__boss-info {
    width: 17rem;
    padding: 2rem;
  }

  .manufacturer__item {
    font-size: 0.9rem;
  }

  .manufacturer__item p strong {
    font-size: 1rem;
  }

  .manufacturer__inner .title {
    font-size: 1rem;
    padding-right: 12rem;
  }

  .know__bg-text {
    bottom: 6rem;
  }

  .collumn {
    width: 16rem;
  }

  .know__item {
    min-height: 2.2rem;
    font-size: 1.125rem;
  }

  .hero__item-img {
    width: 25%;
  }

  .hero__inner {
    padding: 2.6rem 0 16.5rem 0;
  }

  .simplicity__text {
    gap: 1.25rem;
  }

  .hero__items {
    margin-top: -9rem;
  }

  .simplicity-title {
    gap: 2rem;
  }

  .simplicity__text svg {
    width: 3rem;
  }

  .simplicity__text {
    padding: 1.3rem 2rem;
  }

  .simplicity__item-text {
    font-size: 0.9rem;
    flex: 0 0 54%;
  }

  .catalog__listing-text {
    width: 14.125rem;
    height: 14.125rem;
    margin-top: -1rem;
    font-size: 0.9rem;
  }

  .title-catalog h2 {
    margin-top: 0;
  }

  .home .products-row {
    width: 95%;
  }
}

@media screen and (max-width: 1279px) {
  .home #hero::after {
    width: 60rem;
    height: 60rem;
  }

  #hero.hero__error .main {
    height: 42rem;
  }

  .hero__text-ellipse p {
    font-size: 0.9rem;
  }

  .hero__text-ellipse {
    right: -41%;
  }

  .hero__text {
    gap: 1.5rem;
  }

  .hero__text-img {
    width: 18%;
  }

  .carts-pagination button {
    font-size: 1.25rem;
  }

  .manufacturer__inner .title h2 {
    font-size: 2rem;
  }

  .know {
    padding-bottom: 0;
  }

  .btn span {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1179px) {
  .hero__title h1 {
    font-size: 2.3rem;
  }

  #hero.g-hero h1 {
    font-size: 2.5rem;
  }

  #hero.hero__error .main {
    height: 38rem;
  }

  #hero.hero__error .wrap {
    max-width: 57vw;
  }

  .soc a {
    width: 2.3rem;
    height: 2.3rem;
    padding: 0.3rem;
  }

  #footer .header__icon {
    width: 2.1rem;
  }

  .footer-row {
    align-items: flex-start;
  }

  .services__item {
    font-size: 0.9rem;
  }

  .section__boss__inner {
    padding: 3rem;
  }

  .home .section__boss {
    padding-top: 0;
  }

  .manager-1 .form-wrap .form-head {
    margin: 0;
    padding: 0;
  }

  .gain__inner {
    gap: 2rem;
  }

  .gain__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__text {
    padding: 1.125rem 1.5rem 1.125rem 0;
  }

  .hero__text {
    gap: 1rem;
    font-size: 0.9rem;
  }

  .btn span {
    padding: 1rem 1.5rem;
  }

  .simplicity__item-text {
    flex: 0 0 62%;
  }

  .know__item::before {
    display: none;
  }

  .know__item {
    min-height: auto;
    font-size: 1rem;
  }

  .know__bg {
    margin-top: -1rem;
  }

  .know__bg-text {
    bottom: unset;
    position: relative;
    transform: unset;
    left: unset;
    width: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    background: var(--dark);
    -webkit-text-fill-color: unset;
    color: #fff;
    margin-bottom: 4rem;
  }

  .collumn {
    margin-top: 2rem !important;
  }

  .carts:not(.popup-wrap) .cart .body {
    padding: 2rem;
  }

  .simplicity__item-img {
    width: 39%;
  }

  .hero__btns-text {
    font-size: 0.9rem;
  }

  .simplicity__text {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1023px) {
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  #hero.g-hero .main {
    padding: 5.625rem 0;
  }

  .hero-thanks_bg {
    right: 2%;
    width: 44%;
  }

  #hero.g-hero .list p {
    font-size: 1.3rem;
  }

  #hero.hero__error .intro {
    font-size: 1.2rem;
  }

  #hero.hero__error .main {
    height: 31rem;
  }

  #hero.hero__error h1 {
    font-size: 2rem;
  }

  .popup-card-item-noimg.popup-card-item {
    width: 95%;
  }

  .popup-card-item-body .gray-block {
    width: 100%;
  }

  .know__bg img {
    transform: translate(3%, 0);
  }


  .gain__form-bg::before {
    width: 30.375rem;
    height: 30.375rem;
  }

  .footer-col-contant {
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  #footer .header__icon {
    width: 2.7rem;
  }

  .footer-2-inner {
    flex-wrap: wrap;
  }

  .footer-2-inner-text {
    width: 68%;
  }

  .footer-col {
    gap: 1.4rem;
  }

  .hero__items-inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }

  .hero__title h1 {
    font-size: 2.1rem;
  }

  .hero__text {
    width: 89%;
  }

  .simplicity__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .simplicity__item:nth-child(2) {
    margin-left: auto;
  }

  .home .products-row {
    width: 100%;
  }

  .know__list {
    flex-wrap: wrap;
    column-gap: 2rem;
  }

  .know__item:not(:last-child) {
    margin-bottom: 1rem;
  }

  .know__item {
    background-color: #ffffff96;
    padding: 1rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 4px 4px 17px -4px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 4px 4px 17px -4px rgba(51, 51, 51, 0.2);
    box-shadow: 4px 4px 17px -4px rgba(51, 51, 51, 0.2);
  }

  .title-catalog {
    width: 100%;
  }

  .home .carts .card-item {
    width: 46%;
  }

  .gain__inner {
    flex-direction: column;
  }

  .gain__items {
    width: 100%;
  }

  .know__bg {
    order: 1;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

  .services__item3 .services__item-img {
    max-width: 50% !important;
  }

  .services__btns {
    padding: 2rem 0 0 0;
    align-items: center;
  }

  .manufacturer__items {
    transform: unset;
    position: relative;
    margin-top: 3rem;
  }

  .section__boss__inner {
    flex-direction: column;
    overflow: hidden;
  }

  .manufacturer__inner .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 150%;
    height: 62%;
    filter: blur(1.8rem);
    transform: translate(-15%, 73%);
    will-change: filter;
    background-color: #E7E7E7;
    z-index: -2;
  }

  .section__boss-info-wrap {
    align-items: flex-end;
  }

  .section__boss-info-wrap {
    width: 60%;
  }

  .section__boss-info-wrap {
    order: 1;
    margin-top: 2rem;
  }

  .section__boss-info-__bg {
    width: 11rem;
  }

  .quiz__bg-img {
    position: relative;
  }

  .supply__items {
    width: 77.5%;
  }

  .quiz__wrapper-form {
    width: 91%;
    flex: unset;
  }

  .quiz__wrapper {
    flex-direction: column;
  }

  .quiz__bg-img {
    left: unset;
    transform: none;
    width: 39%;
    margin-bottom: -8rem;
    margin-left: auto;
    margin-top: -5rem;
    z-index: 1;
  }

  .manager__item {
    padding: 1rem 2rem 1rem 0;
    font-size: 1rem;
    gap: 1.2rem;
  }

  .manager__item-img {
    width: 3rem;
  }

  .hero__btns {
    width: 51%;
  }

  .manager-img {
    transform: translate(-41%, 0);
    width: 36%;
  }

  .manager-1 .form-wrap {
    padding: 0 1rem 1rem;
  }

  .section__boss-img-wrap {
    left: unset;
    right: 0;
    width: 57%;
    transform: translate(9%, 0);
  }

  .manufacturer__bg {
    bottom: -8%;
  }

  .manufacturer__item {
    margin-left: 0 !important;
  }

  .manufacturer__inner {
    width: 74%;
  }

  .manufacturer {
    background-color: #E7E7E7;

    padding-top: 4rem;
    overflow: hidden;
  }

  .services__item {
    grid-area: unset !important;
    display: block;
    margin: 0 !important;
    width: 48%;
    padding-bottom: 8rem !important;
  }

  .gain__form-bg {
    width: 46%;
  }

  .services__item2 .services__item-img {
    max-width: 41%;
  }

  .services__btns {
    width: 48%;
  }

  .manufacturer__item::before {
    top: 0;
    transform: translate(-25%, -25%);
  }

  .quiz {
    padding: 5.875rem 0 8rem 0;
  }

  .manager__items {
    width: 67%;
  }

  .quiz__wrapper {
    gap: 1rem;
  }

  .manufacturer__inner h2 {
    margin-top: 0;
  }

  .gain__items {
    padding-bottom: 25.125rem;
  }

  .manufacturer__items {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .manufacturer {
    padding-bottom: 18rem;
  }

  .know__bg-text {
    width: 80%;
  }

  .simplicity__item {
    width: 86%;
  }


  .simplicity-title {
    flex-direction: column;
  }

  .simplicity__text {
    align-self: flex-end;
  }

  .hero__text-ellipse {
    width: 9.875rem;
    bottom: -100%;
    font-size: 12px;
    right: -15%;
  }

  .hero__item {
    padding: 1.5rem 1.5rem 5rem 8.5rem;
  }

  .simplicity__item:nth-child(1) {
    overflow: hidden;
  }

  .home #hero::after {
    top: 24%;
  }

  .hero__inner {
    padding: 2.6rem 0 14.5rem 0;
  }

  .simplicity-title {
    margin-bottom: 2rem;
  }

  .know h2 {
    margin-top: 0;
  }

  .simplicity {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .simplicity__item-img {
    width: 35%;
  }

  .home #hero::after {
    width: 42rem;
    height: 42rem;
  }

  .title-el {
    border-radius: 9%;
  }

  .manufacturer__inner .title {
    padding-right: 5rem;
    padding-bottom: 4rem;
  }
}


@media screen and (max-width: 767px) {
  .hero__title {
    width: 66%;
  }

  #hero.g-hero .list p {
    font-size: 1rem;
  }

  #hero.hero__error .main {
    height: 23rem;
  }

  #hero.g-hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  #hero.g-hero .main {
    padding: 8.625rem 0;
    padding-top: 3rem;
  }

  #hero.hero__error .wrap {
    max-width: 100%;
  }

  .popup-card-item {
    width: 90%;
  }

  .popup-card-item-inner {
    flex-direction: column;
  }

  .manager-img {
    left: 25%;
    width: 42%;
  }

  .supply__inner .title {
    width: 82%;
  }

  .form-wrap .form-head {
    font-size: 1.2rem;
  }

  .gain__items {
    padding-bottom: 21.125rem;
  }

  #manager {
    padding-top: 1rem;
  }

  .manager__items {
    margin-top: 2.5rem;
  }

  .manager-1 .form-wrap {
    margin-top: 2.5rem;
    margin-right: 0;
  }

  .form-wrap .form-header {
    margin-bottom: 1.5rem;
  }

  .manufacturer__inner {
    width: 91%;
  }

  .supply__inner .title {
    width: 82%;
    margin: 0;
    text-align: left;
  }

  .supply__wrap {
    margin-top: 2.5rem;
  }

  .slider-photos {
    padding: 0 4rem;
  }

  .supply__arrows {
    width: 7rem;
    flex: 0 0 7rem;
  }

  .home .slick-arrow {
    width: 3rem;
    height: 3rem;
    padding: 1rem;
  }

  .slider-photos {
    margin-top: 2rem;
  }

  .photos_docs .title {
    width: 100%;
  }

  .supply__wrap {
    gap: 1.5rem;
  }

  .supply__inner .title h2 {
    margin-bottom: 1rem;
  }

  .supply__inner .title h2,
  .supply__inner .title p {
    text-align: left !important;
  }

  .supply__text {
    font-size: 0.8rem;
    width: 8.5rem;
    height: 8.5rem;
    padding: 1.5rem 1.25rem;
  }

  .section__boss__content-text svg {
    top: 1.5rem;
    left: 1.5rem;
    opacity: 0.4;
  }

  .hero__item-img {
    width: 31%;
  }

  .carts .cart .name {
    font-size: 1.125rem;
  }

  .carts .cart .intro {
    font-size: 0.9rem;
  }
}

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

  #hero.g-hero .list p {
    font-weight: 500;
  }

  #footer .header__adress {
    display: flex;
  }

  #hero.g-hero {
    background-position: left;
  }

  .docs__title {
    font-size: 1.125rem;
  }

  #header .content .contacts {
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
  }

  .card-parameters ul li .value {
    font-weight: 400;
  }

  .popup-card-item-body {
    overflow: auto;
    height: 27rem;
    padding-right: 1rem;
  }

  .popup-card-item {
    padding: 1.5rem;
  }

  .gray-block {
    padding: 1.5rem;
  }

  .popup-card-item {
    width: 100%;
  }

  .popup-card-item-body .doc-detail {
    display: none;
  }

  .header__icon {
    width: 2rem;
  }

  .hero__title h1 {
    font-size: 1.8rem;
  }

  .hero__text-img {
    display: none;
  }

  .hero__text {
    font-size: 0.8rem;
    padding: 1rem;
    padding-left: 0;
    width: 93%;
  }

  .hero__items-inner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    width: 77%;
    margin: 0 auto;
  }

  .simplicity__text {
    width: 95%;
  }

  .simplicity__item {
    width: 94%;
  }

  .catalog__listing-text {
    width: 12.125rem;
    height: 12.125rem;
    font-size: 0.8rem;
  }

  .carts .cart .body .btn span {
    font-size: 0.9rem;
  }

  .collumn {
    width: 15rem;
  }

  .know__list {
    column-gap: 1rem;
  }

  .gain__item-img {
    width: 2.2rem;
  }

  .gain__form-bg {
    width: 59%;
    bottom: 15%;
  }

  .services__bg {
    width: 159%;
    transform: scale(1.2) translate(-50%, -20%);
  }

  .gain__form {
    padding: 2.25rem 0 4.375rem 2.25rem;
    flex: 0 0 18.3125rem;
  }

  .services {
    padding-top: 3rem;
  }

  .gain__items {
    padding-bottom: 18.125rem;
  }

  .carts-pagination button {
    font-size: 1.125rem;
  }

  .know__inner h2 br {
    display: none;
  }

  .services__item {
    width: 47%;
    padding: 1.5rem;
  }

  .services__item-title {
    width: 100% !important;
  }

  .manufacturer__inner {
    width: 100%;
  }

  .manufacturer__item p strong {
    font-size: 0.9rem;
  }

  .manufacturer__item {
    padding: 1rem;
  }

  .manufacturer__items {
    grid-template-columns: repeat(1, 1fr);
    width: 67%;
  }


  .manufacturer {
    padding-bottom: 7rem;
  }

  .title p {
    font-size: 1rem;
  }

  .supply__arrows {
    flex: unset;
    margin-left: auto;
  }

  .supply__item-img {
    height: 4rem;
  }

  .quiz__buttons .btn span {
    padding: 0.7rem 1.25rem;
  }

  .quiz__buttons {
    gap: 1rem;
    width: 80%;
  }

  .manager-img {
    left: 20%;
    width: 46%;
  }

  .hero__text-ellipse {
    right: -22%;
  }

  .hero__text-ellipse svg {
    width: 2rem;
    height: 2rem;
  }

  .hero__text-ellipse {
    gap: 0.5rem;
  }

  .home #hero::after {
    top: 44%;
    width: 29rem;
    height: 26rem;
  }

  .hero__text-ellipse {
    right: -31%;
  }

  .hero__text-ellipse p {
    font-size: 12px;
  }

  .hero__btns {
    width: 69%;
  }

  .quiz .hideLabels .form-group {
    width: 100%;
  }

  .quantity .quiz__answers {
    column-count: 1;
  }

  .quiz__wrapper-form {
    width: 100%;
  }

  .supply__items {
    width: 100%;
  }

  .supply__wrap {
    margin-top: 0.5rem;
  }

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

  .manufacturer__inner .title {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }

  .services__btns__text {
    font-size: 1rem;
    text-align: center;
  }

  .products-row .card-item .image {
    margin-top: -2rem;
  }

  .hero__item {
    padding: 1.5rem 1.5rem 4rem 8.5rem;
  }

  .hero__btns-text {
    font-size: 0.8rem;
  }

  #header .content .row {
    gap: 1.1rem;
  }
}

@media screen and (max-width: 499px) {
  .hero__title {
    width: 94%;
  }

  .hero-thanks_bg {
    width: 53%;
  }

  #hero.hero__error h1 {
    font-size: 1.5rem;
  }

  #hero .wrap {
    justify-content: flex-start;
  }

  #hero.hero__error .intro {
    margin-bottom: 0;
  }

  #hero.hero__error .wrap .button {
    margin-top: 1rem;
  }

  #hero.hero__error .intro {
    font-size: 1rem;
  }

  .supply__items .slick-list {
    margin-right: 0;
    overflow: visible;
  }

  .know__bg {
    margin-top: 1rem;
  }

  #footer .descriptor {
    text-align: left;
  }

  .hero__text-ellipse {
    display: none;
  }


  #footer .header__adress,
  #footer .header__email {
    display: flex;
  }

  .footer-col-contant {
    align-items: flex-start;
  }

  #footer .header__adress,
  #footer .header__email {
    flex-direction: row-reverse;
  }

  #footer .contacts {
    align-items: flex-start;
  }

  .header__adress {
    text-align: left;
  }

  .footer-2-inner-text {
    width: 100%;
  }

  .footer-row {
    flex-direction: column;
    gap: 2rem;
  }

  .hero__bg {
    top: 18rem;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .hero__inner {
    padding: 2rem 0 20.5rem 0;
  }

  .header__email {
    display: none;
  }

  .hero__bg::before {
    content: '';
    position: absolute;
    top: -6rem;
    left: -7rem;
    width: 170%;
    height: 30%;
    background-color: #fff;
    filter: blur(1.5rem);
    will-change: filter;
  }

  .hero__text-img {
    display: block;
  }


  .home #hero::after {
    background: rgba(255, 255, 255, 1);
    filter: blur(3rem);
    width: 15rem;
    height: 15rem;
    left: 0;
  }

  .hero__btns {
    width: 65%;
  }

  .simplicity__item {
    width: 100%;
  }

  .home .carts .card-item {
    width: 71%;
  }

  .catalog__listing-text {
    align-self: flex-end;
    margin-right: 5rem;
  }

  .collumn {
    width: 78%;
  }

  .know__item {
    text-align: left;
  }

  .gain__item-title {
    font-size: 0.9rem;
  }

  .gain__form-bg::before {
    width: 18.375rem;
    height: 18.375rem;
    filter: blur(6rem);
  }

  .services__btns {
    width: 100%;
    gap: 1rem;
  }

  .section__boss__inner {
    padding: 0;
  }

  .section__boss__inner {
    background: none;
    overflow: visible;
    gap: 5rem;
  }

  .section__boss {
    background: linear-gradient(93.04deg, #FFFFFF -18.71%, #C7C8CD 98.12%);
    padding-bottom: 0;
  }


  .supply {
    padding-top: 2rem;
  }

  .supply__inner {
    padding-top: 5rem;
  }

  .section__boss__content {
    max-width: 100%;
  }

  .quiz__wrapper-form {
    height: auto;
  }

  .manager__items {
    width: 94%;
  }

  .manager-1 .form-wrap {
    max-width: 265px;
  }

  .quiz__flex {
    flex-direction: column;
  }

  .quiz__answers {
    column-count: 1;
  }

  .section__boss-infoposition {
    font-size: 0.9rem;
  }

  .section__boss-img-wrap {
    width: 80%;
    transform: translate(30%, 0);
  }

  .section__boss-info-name {
    font-size: 1.125rem;
  }

  .section__boss-info {
    width: 15rem;
  }


  .services__item3 .services__item-img {
    max-width: 71% !important;
  }

  .services__item-img {
    max-width: 71% !important;
  }

  .gain__item {
    padding: 1.1rem;
  }

  .gain__form-bg {
    bottom: 23%;
  }

  .collumn2 {
    margin-top: 1rem !important;
  }

  .title-catalog {
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }

  .simplicity__item-text p strong:first-of-type {
    font-size: 1.125rem;
  }

  .home .carts:not(.js-slider) .cart .image {
    background: transparent;
    flex: unset;
    max-width: 100%;
  }

  .catalog__listing-img {
    width: 51%;
  }
}

@media screen and (max-width: 413px) {
  .gain__items {
    grid-template-columns: repeat(1, 1fr);
    width: 80%;
    margin: 0 auto;
  }

  .quiz__wrapper .title p {
    width: 84%;
  }

  .services__item {
    text-align: left;
  }

  .manufacturer__bg {
    bottom: -1%;
  }

  .title-el {
    display: none;
  }

  .section__boss__content-text {
    padding: 1.5rem;
  }

  .services::before {
    display: none;
  }

  .home .carts .card-item {
    width: 86%;
  }

  .gain__form-bg {
    bottom: 17%;
  }

  .services__items {
    align-items: center;
    justify-content: center;
    text-align: center;
  }



  .section__boss-info {
    width: 14rem;
    padding: 1.5rem;
  }

  .services__item {
    width: 82%;
    padding: 1.5rem;
    padding-bottom: 14rem !important;
  }

  .manager-img {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .hero__items-inner {
    width: 100%;
  }

  .manufacturer__inner .title {
    padding-right: 0;
    padding-bottom: 0;
  }

  .gain__form-bg {
    width: 73%;
  }

  .manager-1 .form-wrap {
    margin: 0 auto;
  }

  #manager {
    padding-bottom: 3rem;
  }

  .simplicity__item-text {
    flex: unset;
  }

  .simplicity__item {
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .simplicity__item-img {
    width: 61%;
    margin-left: auto;
    margin-bottom: -4rem;
  }

  .simplicity__item-img {
    position: relative;
  }

  .simplicity__item {
    width: 100%;
    padding: 2rem;
  }

  .simplicity__text {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 359px) {}

@media screen and (max-width: 320px) {}
