body {
  line-height: 1.55em;
  font-weight: 600;
  font-size: 18px;
  color: #2e2e2e;
}

.text-grey-80 {
  color: rgba(46, 46, 46, 0.8);
}

.font-weight-semi-bold {
  font-weight: 600;
}

.bg-green {
  background-color: #00c44e;
}

.bg-blue {
  background-color: #006bff;
}

.h-l {
  font-size: 1.777em;
  font-weight: 800;
}

.h-s {
  font-size: 1.555em;
  font-weight: 800;
}

.z-1 {
  z-index: 1;
}

.list {
  padding-left: 1.2em;
  list-style: disc;
}

.list__item {
  position: relative;
}

.list__item::marker {
  color: #006bff;
}

.list__item:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -268px;
  width: 250px;
  height: 1px;
  background-color: #ecf3fd;
  border-radius: 50%;
  z-index: -1;
}

.list__item.list__item--long:before {
  left: -568px;
  width: 550px;
}

.nav-link.text-bold {
  font-weight: 800 !important;
}

.navbar-nav-dark .nav-link {
  color: black !important;
}

.navbar-toggler-dark.navbar-toggler .icon-bar {
  background: #000 !important;
}

.section-contact {
  position: relative;
  background: #ecf3fd url(../img/coop/bg-contact.png) no-repeat center bottom/contain;
  overflow: hidden;
}

.section-retail:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/coop/retail-object.png) no-repeat bottom right/contain;
  overflow: hidden;
}

.section-anchor-contact {
  position: relative;
  margin-top: -200px;
}

.section-shops-example {
  overflow: hidden;
  background: #ecf3fd url(../img/coop/shops-object.png) no-repeat bottom/contain;
  padding-bottom: 200px;
}

.section-additional {
  margin-bottom: 90px;
}

.section-faq {
  background: #ecf3fd;
  padding: 105px 0 135px;
}

.container-producer {
  margin-top: -75px;
}

.container-native-product {
  background-color: #ecf3fd;
  padding-bottom: 60px;
}

.container-retail {
  margin-top: -48px;
}

.col-shop-card {
  margin-top: -100px;
}

.bg-contact-phone {
  background: url(../img/coop/coop-phone.png) no-repeat left 15px / cover;
  width: 100%;
  height: 100%;
}

.bg-format {
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 17 / 9;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-retail {
  width: 100%;
  height: 200px;
  margin-top: -5%;
  background-color: #ecf3fd;
}

.bg-additional {
  background-color: #ecf3fd;
  height: 220px;
  margin-top: -60px;
}

.bg-additional2 {
  background-color: #ecf3fd;
  height: 32px;
}

.img-object {
  margin-top: -25%;
}

.img-product-week-2 {
  margin-top: -2%;
  margin-right: -7%;
}

.img-product-week {
  margin-top: -14%;
}

.retail {
  background-image: url(../img/coop/retail.png);
}

.manufacture {
  background-image: url(../img/coop/manufacture.png);
}

.b-title {
  font-size: 40px;
  font-weight: 800;
}

.title {
  font-size: 32px;
  font-weight: 800;
}

.sub-title {
  font-size: 24px;
  font-weight: 800;
}

.title-format {
  color: #2e2e2e;
  margin-bottom: 40px;
}

.title-producer {
  color: #2e2e2e;
  background-color: #ecf3fd;
  padding: 80px 16px 148px;
}

.title-retail {
  background-color: #ecf3fd;
  padding: 80px 16px 120px;
}

.title-additional {
  background-color: #ecf3fd;
  padding: 70px 16px 35px;
  margin-bottom: 76px;
}

.partners-container {
  max-width: 1240px;
  padding: 0 16px;
  margin: 0 auto;
}

.partners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 90px 6.5%;
  padding: 70px 0 110px;
}

.partner-img {
  max-height: 50px;
  max-width: 129px;
}

.form-cooperation {
  background-color: #ffffff;
  position: relative;
  padding: 54px 58px;
  border-radius: 24px;
  margin-bottom: 40px;
}

.form-cooperation__title {
  color: black;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
}

.form-cooperation__topic-title {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.form-cooperation__alert {
  display: none;
  background-color: #ffe7a3;
  border-radius: 5px;
  padding: 20px 15px;
  position: absolute;
  top: 20px;
  width: calc(100% - 50px);
  left: 25px;
  z-index: 1;
}

.form-cooperation__alert-close {
  color: black;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  font-family: monospace;
}

.form-cooperation__alert-header {
  font-size: 16px;
}

.form-cooperation__alert-text {
  font-size: 12px;
}

.form-cooperation__list {
  column-gap: 10px;
}

.form-cooperation__item {
  color: #006bff;
  background: white;
  text-align: center;
  font-size: 14px;
  padding: 4px 14px;
  font-weight: 600;
  border: 1px solid #006bff;
  border-radius: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-cooperation__item.active {
  color: white;
  background: #006bff;
}

.form-cooperation__input {
  border: 0;
  color: black;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0 5px;
  border-bottom: 1px solid #d9d9d9;
  outline: none;
}

.form-cooperation__input.focus {
  border-color: #006bff;
}

.form-cooperation__input-label {
  color: #000;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 0;
  transition: 0.2s ease;
  visibility: hidden;
}

.form-cooperation__input-label.focus {
  color: #006bff;
}

.form-cooperation__input-label.active {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.form-cooperation__input::placeholder,
.form-cooperation__input::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.8);
}

.form-cooperation__input.focus::placeholder,
.form-cooperation__input.focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-cooperation__input.error,
.form-cooperation__checkbox.error + .form-cooperation__checkbox--for {
  border-color: #ff0000;
}

.form-cooperation__submit {
  outline: none;
}

.form-cooperation__checkbox--for {
  position: relative;
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 1px solid #00c44e;
  border-radius: 2px;
  cursor: pointer;
}

.form-cooperation__checkbox:checked + .form-cooperation__checkbox--for {
  background-color: #00c44e;
}

.form-cooperation__checkbox:checked + .form-cooperation__checkbox--for:after {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-cooperation__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(135, 135, 135, 0.8);
  margin: 0;
}

.form-cooperation__label-button-more {
  cursor: pointer;
  color: rgba(135, 135, 135, 0.8);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  background: unset;
  padding: 0;
  margin: 0;
  border: 0;
}

.form-cooperation__label-more {
  display: none;
}

.form-alert {
  font-size: 11px;
  color: #ff0000;
}

.form-alert--on-input {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.form-alert .icon-yes {
  bottom: 10px;
  position: relative;
}

.button {
  font-size: 16px;
  font-weight: 800;
  color: white;
  padding: 9px 28px;
  border-radius: 28px;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border: 0;
}

.button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 303px;
  padding: 12px 16px;
  border-radius: 50px;
  border: 1px solid #2e2e2e;
  background: #fff;
  color: #2e2e2e;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.button-arrow:hover {
  color: #2e2e2e;
}

.button:hover {
  color: white;
}

.button--green {
  background: #00c44e;
}

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

.slider ul {
  width: 100%;
  max-width: 295px;
  aspect-ratio: 1/2;
  margin: 0 auto;
  list-style: none;
  position: relative;
  padding: 0;
}

.slider ul:before {
  content: '';
  background-image: url(../img/coop/iphone-frame.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
  aspect-ratio: 1/2;
}

.slider li {
  position: absolute;
  top: -24px;
  cursor: pointer;
  transition: all 0.7s ease-in;
  opacity: 0;
  line-height: 0;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  overflow: hidden;
}

.slider li img {
  transition: all 0.5s ease;
  width: 100%;
  cursor: pointer;
}

.slider .active {
  transform: scale(0.87);
  z-index: 8;
  opacity: 1;
}

.slider .left2 {
  background-color: black;
  z-index: 6;
  transform: translateX(-130%) scale(0.8);
  opacity: 1;
}

.slider .left1 {
  z-index: 7;
  transform: translateX(-100%) scale(0.8);
  opacity: 1;
}

.slider .right1 {
  z-index: 7;
  transform: translateX(100%) scale(0.8);
  opacity: 1;
}

.slider .right2 {
  background-color: black;
  z-index: 6;
  transform: translateX(130%) scale(0.8);
  opacity: 1;
}

.slider .left2 img,
.slider .right2 img {
  opacity: 0.75;
}

.slider button {
  position: relative;
  z-index: 8;
  cursor: pointer;
  width: 84px;
  height: 84px;
  border: 0;
  background-color: #006bff;
  border-radius: 50%;
}

.slider .prev {
  transform: rotate(180deg);
  left: -60px;
}

.slider .next {
  right: -60px;
}

.slider button:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 9px;
  margin: auto;
  width: 16px;
  height: 3px;
  background-color: white;
  transform: rotate(45deg);
}

.slider button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 3px;
  background-color: white;
  transform: rotate(-45deg);
}

.slider-copy {
  margin-top: -210px;
}

.slider-copy ul {
  text-align: center;
}

.slider-copy li {
  visibility: hidden;
  height: 0;
}

.slider-copy li.active {
  visibility: visible;
  height: auto;
}

.slider-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.slider-text {
  max-width: 540px;
  margin: 0 auto;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion .card {
  border-radius: 16px !important;
  border: 1px solid #d9d9d9 !important;
}

.accordion .card.active {
  border-color: #006bff !important;
}

.accordion .card-header {
  background-color: #fff;
  padding: 30px;
}

.accordion .card-body {
  padding: 16px 0 0;
}

.accordion a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  padding: 0;
  border: 0;
}

.accordion a .icon {
  transition: transform 0.5s ease;
}

.accordion a[aria-expanded='true'],
.accordion a[aria-expanded='true']:hover {
  color: #006bff;
}

.accordion a[aria-expanded='true'] .icon {
  fill: #006bff;
  transform: rotate(135deg);
}

@media (max-width: 1200px) {
  .section-anchor-contact {
    margin-top: -65px;
  }

  .bg-additional {
    height: 140px;
  }

  .col-shop-card {
    margin-top: 0;
  }

  .slider button.prev {
    left: -20px;
  }

  .slider button.next {
    right: -20px;
  }
}

@media (max-width: 991px) {
  .section-anchor-contact {
    margin-top: 0;
  }

  .container-retail {
    margin-top: 48px;
  }

  .bg-contact-phone {
    height: 540px;
    background-size: contain;
    background-position: center 70px;
    margin-top: -90px;
  }

  .section-contact {
    background-size: 290%;
    background-position: 70% 65%;
  }

  .section-retail:before {
    background-size: 80%;
    background-position-y: 84%;
  }

  .bg-retail {
    height: 160px;
  }

  .bg-format {
    aspect-ratio: 16 / 9;
  }

  .title {
    font-size: 24px;
  }

  .title-retail {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .slider-copy {
    margin-top: -190px;
  }

  .slider li {
    transition: all 0.1s ease-in;
  }

  .slider li.left2 {
    transform: translateX(-50%) scale(0.8);
  }

  .slider li.left1 {
    transform: translateX(-30%) scale(0.8);
  }

  .slider li.right1 {
    transform: translateX(30%) scale(0.8);
  }

  .slider li.right2 {
    transform: translateX(50%) scale(0.8);
  }

  .slider button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .slider button.prev {
    left: 0;
  }

  .slider button.next {
    right: 0;
  }

  .slider button:before {
    bottom: 5px;
    width: 9px;
    height: 2px;
  }

  .slider button:after {
    top: 5px;
    width: 9px;
    height: 2px;
  }
}

@media (max-width: 768px) {
  .b-title {
    font-size: 32px;
  }

  .h-l {
    font-size: 24px;
  }

  .section-shops-example {
    background-size: cover;
    background-position: 100%;
    padding-bottom: 160px;
  }

  .container-producer {
    margin-top: 0;
  }

  .container-native-product {
    padding-bottom: 100px;
    margin-top: -100px;
  }

  .bg-additional {
    background-color: #ecf3fd;
    height: 90px;
    margin-top: 0;
  }

  .img-object {
    margin-top: -70%;
  }

  .form-cooperation {
    padding: 32px 24px;
  }

  .form-cooperation__item {
    margin-bottom: 8px;
  }

  .slider ul {
    max-width: 203px;
  }

  .title-producer {
    padding: 40px 0;
  }

  .button-arrow {
    width: 250px;
  }

  .partners {
    justify-content: center;
    gap: 45px 0;
  }

  .partner {
    width: 50%;
    text-align: center;
  }

  .accordion .card,
  .accordion a {
    font-size: 16px;
  }

  .accordion .card-header {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .slider li {
    top: -4%;
  }
}
