.icon-text-section {
    margin: var(--space-60) 0;
    padding: calc(2 * var(--space-50)) 0;
    background-color: var(--color-primary);
    color: #fff;
}

.icon-text-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(2 * var(--space-50));
}

.icon-text-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-50);
}

.icon-text-image {
    flex-shrink: 0;
}

.icon-text-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--space-25) + 10px);
}

.icon-text-item-title {
    font-size: 22px;
    font-weight: 900;
}

.about-section {
    position: relative;
    margin: var(--space-60) 0;
    z-index: 2;
}

.about-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-40);
}

.about-section-inner > .text {
    max-width: 950px;
    text-align: center;
}

.about-section-image img {
    display: block;
    max-width: 100%;
}

.boxes-section {
    margin: var(--space-60) 0;
}

.boxes-section-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(var(--space-25) + 5px);
}

.boxes-section-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.boxes-section-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

@media screen and (min-width: 1140px) {
    .boxes-section-item:hover img {
        transform: scale(1.1);
    }
}

.logotypes-section-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: calc(var(--space-60) + 5px) 0;
    overflow: hidden;
}

.logotypes-title {
    width: 16.6666%;
}

.logotypes-slider-container {
    width: calc(2 * var(--space-50) + 83.3333%);
    margin: 0 calc(-1 * var(--space-50));
}

.logotype {
    width: 20%;
    padding: 0 var(--space-50);
    display: flex;
    justify-content: flex-end;
}

footer {
    position: relative;
}

.footer-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.footer-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.footer-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.logotypes-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.footer-cols {
    padding: var(--space-60) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-section-deco {
    display: block;
    position: absolute;
    z-index: -1;
}

.about-section-deco img {
    display: block;
    max-width: 100%;
}

.about-section-deco.about-section-deco--goat {
    width: 22.1875vw;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.about-section-deco.about-section-deco--chicken {
    width: 26.0416vw;
    top: -6.875vw;
    left: 3.125vw;
}

.subpage .about-section-deco.about-section-deco--chicken {
    left: 2.6041vw;
}

.subpage .about-section-deco.about-section-deco--goat {
    top: 19%;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: var(--space-60);
    justify-content: space-between;
}

.footer-col-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-25);
    margin-bottom: var(--space-60);
}

@media screen and (min-width: 1140px) {
    .footer-col-heading .icon-wrapper {
        display: none;
    }
}

.footer-col-title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.footer-col-content-payments {
    display: grid;
    grid-template-columns: auto auto;
    gap: calc(var(--space-25) - 5px);
}

.footer-payment-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-payment-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.footer-col-content ul li a {
    font-size: 15px;
    line-height: 2.4em;
    color: #fff;
}

.footer-col-content ul li.active a {
    color: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .footer-col-content ul li a:hover {
        color: var(--color-primary);
    }
}

.footer-logo {
    width: 283px;
}

.footer-logo img {
    display: block;
    max-width: 100%;
}

.footer-col > .text {
    color: #fff;
    font-size: 15px;
    line-height: 2.4em;
}

.footer-col.footer-col-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-40);
}

.footer-mid-inner.text {
    padding: var(--space-25) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    line-height: 2em;
}

.footer-mid-inner.text a{
    color: #fff;
}

.footer-phone {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.6363em;
}

@media screen and (min-width: 1140px) {
    .footer-phone:hover {
        color: var(--color-primary);
    }
}

.contact-form-section {
    background-color: var(--color-primary);
    position: relative;
}

.contact-form-container {
    padding-top: var(--space-50);
    padding-bottom: var(--space-60);
}

.contact-form-title{
    color: #fff;
    font-size: calc(var(--font-48) + 2px);
    font-weight: 900;
    text-align: center;
    margin-bottom: var(--space-50);
}

.contact-form-container .form-control{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
}

.contact-form-container .form-control::placeholder{
    color: #fff;
    font-size: 14px;
}

.contact-form-container .form-element-name{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.contact-form-container .form-element-option-text{
    color: #fff;
    font-size: 13px;
    line-height: 1.6923em;
}

.map-wrapper{
    display: block;
}

.map-wrapper iframe{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-top-tiles-section{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: var(--space-50);
    margin-bottom: calc(var(--space-60) + 10px);
}

.contact-top-tiles{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.contact-tile{
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875em;
}

.contact-tile-address{
    font-size: calc(var(--font-24) - 2px);
}

.contact-tile-links{
    font-size: calc(var(--font-24) - 2px);
}

.contact-tile a:hover {
    color: var(--color-primary);
}

.contact-tile > .icon-wrapper{
    margin-bottom: 15px;
}

.contact-tile-title{
    font-weight: 700;
    line-height: 1.3em;
}

.contact-tile-link{
    display: block;
}

.contact-tile.contact-tile--no-border{
    border: none;
    grid-column-start: 1;
}

.contact-tile.contact-tile--no-border:nth-of-type(2){
    grid-row-start: 2;
}

.contact-top-tiles-image{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact-top-tiles-image img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.form-element.has-error .alert-block{
    padding: 2px 5px;
    background-color: #fff;
    display: block;
}

.form-element .alert-block .error{
    margin-top: 0;
    padding-left: 0 !important;
}

.order-summary-bottom{
    justify-content: space-between;
}

.order-summary-bottom::before,
.order-summary-bottom::after {
    display: none;
}

.order-summary-bottom .summary-box{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.order-summary-bottom .summary-box .basket-summary{
    height: 100%;
    flex-grow: 1;
}

.btn-group .fa-search{
    margin-right: 8px;
}