@font-face {
  font-family: "Nunito";
  src: url("../chickensinthecity-fonts/chickensinthecity-nunito-regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../chickensinthecity-fonts/chickensinthecity-nunito-bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../chickensinthecity-fonts/chickensinthecity-nunito-medium.woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../chickensinthecity-fonts/chickensinthecity-nunito-semibold.woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../chickensinthecity-fonts/chickensinthecity-nunito-extrabold.woff2");
  font-weight: 800;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

* {
  outline: none !important;
  transition: 0.4s ease;
}

.ovh {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

.align-center {
  text-align: center;
}

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

.text-uppercase {
  text-transform: uppercase;
}

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

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

:root {
  --font-family: "Nunito", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-table: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --max-width: 1200px;
  --tablet-width: 991px;
  --mobile-width: 600px;
  --main-color: #192019;
  --black: #000;
  --white: #fff;
  --text-color: #1F1C14;
}

.Nunito {
  --font-family: "Nunito", sans-serif;
}

.color-white {
  color: var(--white);
}

.brr-10 {
  border-radius: 10px;
}

.brr-16 {
  border-radius: 16px;
}

.brr-20 {
  border-radius: 20px;
}

.brr-30 {
  border-radius: 30px;
}

.tx-16 {
  font-size: 16px;
}

.tx-20 {
  font-size: 20px;
}

.tx-24 {
  font-size: 24px;
}

.tx-28 {
  font-size: 28px;
}

.tx-36 {
  font-size: 36px;
}

.tx-48 {
  font-size: 48px;
}

.tx-40-32 {
  font-size: 40px;
}
@media (max-width: 600px) {
  .tx-40-32 {
    font-size: 32px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20-10 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mb-20-10 {
    margin-bottom: 10px;
  }
}

.mb-40-20 {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .mb-40-20 {
    margin-bottom: 20px;
  }
}

.p-16 {
  padding: 16px;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px;
}

.p-40-20 {
  padding: 40px;
}
@media (max-width: 600px) {
  .p-40-20 {
    padding: 20px;
  }
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .ptb-80-40 {
    padding-top: 40px;
    background-position: 40px;
  }
}

.pt-88 {
  padding-top: 88px;
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ptb-80-250 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .ptb-80-250 {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

a {
  color: var(--text-color);
  text-decoration: underline;
}
a:not(.chickensinthecity-button):hover {
  text-decoration: none;
}

body {
  background: #f9f9f9;
  color: var(--text-color);
  font: normal 16px/1.5 "Nunito", sans-serif;
}

b, strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  margin-top: 0;
  color: #0A033C;
}

h1 {
  font-weight: 600;
}
h1 strong {
  font-weight: 800;
}

a, button {
  cursor: pointer;
}

fieldset {
  border: none;
}

.w100 {
  width: 100% !important;
}

header * {
  transition: 0.1s ease;
}

header,
footer {
  transition: 0.1s ease;
}

img {
  max-width: 100%;
}

main {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

.chickensinthecity-container {
  position: relative;
  z-index: 2;
  max-width: var(--container-width);
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .chickensinthecity-container {
    width: calc(100% - 32px);
  }
}
.chickensinthecity-button {
  box-shadow: 0 4px 20px 0 rgba(255, 221, 40, 0.2);
  background: #fab900;
  border-radius: 16px;
  border: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #1f1c14;
  margin: 0 auto;
  padding: 17px 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  .chickensinthecity-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    padding: 12px 16px;
  }
}
.chickensinthecity-button:hover {
  background: #FFD868;
}
.chickensinthecity-button:hover:active {
  top: 1px;
  right: -1px;
}
.chickensinthecity-header__logo {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.chickensinthecity-header__logo-mobile {
  display: none;
}
.chickensinthecity-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chickensinthecity-hero__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  .chickensinthecity-hero__content {
    gap: 20px;
    flex-direction: column;
  }
}
.chickensinthecity-hero__text {
  width: 60%;
}
@media (max-width: 600px) {
  .chickensinthecity-hero__text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .chickensinthecity-hero__text-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.chickensinthecity-hero__media {
  width: 40%;
}
@media (max-width: 600px) {
  .chickensinthecity-hero__media {
    width: 100%;
  }
}
.chickensinthecity-hero__media-picture {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}
.chickensinthecity-hero__media-picture source, .chickensinthecity-hero__media-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chickensinthecity-subjects__list {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .chickensinthecity-subjects__list {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .chickensinthecity-subjects__list {
    gap: 20px;
    flex-direction: column;
  }
}
.chickensinthecity-subjects__list-item {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 20px;
  box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
  background: #fff;
  font-weight: 600;
}
@media (max-width: 600px) {
  .chickensinthecity-subjects__list-item {
    gap: 10px;
  }
}
.chickensinthecity-subjects__list-item__icon {
  width: 60px;
  height: 60px;
}
.chickensinthecity-gain {
  background: var(--white);
}
.chickensinthecity-gain__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 600px) {
  .chickensinthecity-gain__content {
    flex-direction: column;
    align-items: baseline;
  }
}
.chickensinthecity-gain__text ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.chickensinthecity-gain__text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.chickensinthecity-gain__text ul li::before {
  content: url(../chickensinthecity-img/svg/chickensinthecity-checkbox.svg);
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.chickensinthecity-why::after {
  background: #FAB900;
  content: "";
  height: 42%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .chickensinthecity-why::after {
    left: auto;
    right: -6%;
    width: 50%;
    height: 85%;
  }
}
.chickensinthecity-why__list {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .chickensinthecity-why__list {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .chickensinthecity-why__list {
    gap: 20px;
    flex-direction: column;
  }
}
.chickensinthecity-why__list-item {
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  font-weight: 600;
  flex: 1;
}
.chickensinthecity-why__list-item__text p {
  color: rgba(31, 28, 20, 0.7);
}
.chickensinthecity-inside__list {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 991px) {
  .chickensinthecity-inside__list {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .chickensinthecity-inside__list {
    gap: 20px;
    flex-direction: column;
  }
}
.chickensinthecity-inside__list-item {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 20px;
  box-shadow: 0 10px 25px 0 rgba(56, 56, 56, 0.03);
  background: #fff;
  font-weight: 600;
}
@media (max-width: 600px) {
  .chickensinthecity-inside__list-item {
    gap: 10px;
  }
}
.chickensinthecity-inside__list-item__icon {
  width: 60px;
  height: 60px;
}
.chickensinthecity-inside__media img {
  object-fit: contain;
}
.chickensinthecity-reviews {
  background: #fff8e5;
}
.chickensinthecity-reviews__list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 600px) {
  .chickensinthecity-reviews__list {
    flex-direction: column;
    gap: 10px;
  }
}
.chickensinthecity-reviews__list-item {
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.chickensinthecity-reviews__list-item__name {
  font-weight: 600;
}
.chickensinthecity-reviews__list-item__text {
  color: rgba(31, 28, 20, 0.7);
}
.chickensinthecity-subscribe__content {
  background: #211903;
  position: relative;
}
.chickensinthecity-subscribe__content::before {
  content: url(../chickensinthecity-img/chickensinthecity-subscribe-back-1.webp);
  position: absolute;
  top: 51px;
  left: 74px;
  z-index: 1;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__content::before {
    content: url(../chickensinthecity-img/chickensinthecity-subscribe-back-1-mob.webp);
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.chickensinthecity-subscribe__content::after {
  content: url(../chickensinthecity-img/chickensinthecity-subscribe-back-2.webp);
  position: absolute;
  top: 51px;
  right: 74px;
  z-index: 1;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__content::after {
    content: url(../chickensinthecity-img/chickensinthecity-subscribe-back-2-mob.webp);
    top: auto;
    bottom: 55px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.chickensinthecity-subscribe__title, .chickensinthecity-subscribe__text {
  position: relative;
  z-index: 2;
  max-width: 73%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__title, .chickensinthecity-subscribe__text {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.chickensinthecity-subscribe__form {
  display: inline-flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__form {
    display: flex;
    flex-direction: column;
  }
}
.chickensinthecity-subscribe__form-input {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px 0 0 10px;
  height: 60px;
  padding: 15px 20px;
  display: inline-flex;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__form-input {
    border-radius: 10px 10px 0 0;
  }
}
.chickensinthecity-subscribe__form-input::placeholder {
  color: var(--white);
}
.chickensinthecity-subscribe__form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 16px;
  height: 60px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .chickensinthecity-subscribe__form-button {
    border-radius: 0 0 10px 10px;
  }
}
.chickensinthecity-footer {
  background: var(--white);
}
.chickensinthecity-footer__policy {
  text-align: center;
}
.chickensinthecity-footer__policy-list {
  list-style: none;
  display: flex;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  gap: 20px;
}
@media (max-width: 600px) {
  .chickensinthecity-footer__policy-list {
    flex-direction: column;
  }
}
.chickensinthecity-footer__policy-list__item-text {
  margin: 0;
}
.chickensinthecity-footer__policy-text {
  clear: both;
  display: block;
  width: 100%;
}
.chickensinthecity-footer__policy-text img {
  float: left;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .chickensinthecity-footer__policy-text img {
    float: none;
    display: block;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.chickensinthecity-footer__list {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-left: 0;
}
@media (max-width: 600px) {
  .chickensinthecity-footer__list {
    flex-direction: column;
    padding-left: 0;
  }
}
.chickensinthecity-footer__list-item {
  list-style: none;
}
@media (max-width: 600px) {
  .chickensinthecity-footer__list-item {
    margin-bottom: 14px;
  }
}
