.sect-about {
    background: #1F1F1E;
}

.full-text {
	display: none;
}

.toggle-text {
	color: var(--accent-orange);
	text-decoration: underline 1px solid var(--accent-orange);
}

.sect-about .content-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background: url('../images/about-logo.svg') no-repeat left 60%;
}

.sect-about .container {
    position: relative;
}

.about-left {
    width: 30%;
    height: auto;
}

.about-right {
    width: 55%;
    height: auto;
}

.about-section-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #B7B7B7;
    margin-bottom: 34px;
}

.about-title-link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--accent-orange);
}

.about-title-link svg {
    margin-left: 10px;
    transform: translateY(-3px);
}

.about-right-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: #EBEBEB;
    margin-bottom: 15px;
}

.about-right-image {
    width: 100%;
    object-fit: cover;
}

.about-right-image-container {
    position: relative;
}

.about-right-image-container::after {
    content: '';
    width: 5em;
    height: 5em;
    background: #1F1F1E;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.sect-about .container::after {
    content: '';
    width: 1px;
    background: #FFFFFF66;
    position: absolute;
    top: 8%;
    left: 0;
    height: 100%;
    z-index: 2;
}

.sect-about .container::before {
    content: '02';
    position: absolute;
    top: 1%;
    left: 0;
    transform: translateX(-50%);
    z-index: 2;
    color: #DD4210;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.3;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits-list-item {
    position: relative;
    width: 32%;
    height: auto;
    margin-bottom: 50px;
    box-shadow: 0px 0px 94.2px 0px #00000012;
}

.benefits-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: #f8f8f8;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    box-shadow: inherit;
}

.benefits-list-item-container {
    padding: 0 15px 34px 15px;
}

.benefits-list-item-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 17px;
}

.benefits-list-item-title {
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.1;
    color: #292929;
    margin-bottom: 13px;
}

.benefits-list-item-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: #535353;
}

.sect-benefits .container {
    position: relative;
}

.sect-benefits .container::after {
    content: '';
    width: 1px;
    background: #959595;
    position: absolute;
    top: 8%;
    left: 0;
    height: 100%;
    z-index: 2;
}

.sect-benefits .container::before {
    content: '03';
    position: absolute;
    top: 1%;
    left: 0;
    transform: translateX(-50%);
    z-index: 2;
    color: #DD4210;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.3;
}

.sect-contacts {
    background: #1F1F1E;
}


.sect-contacts .container {
    position: relative;
}

.sect-contacts .container::after {
    content: '';
    width: 1px;
    background: #FFFFFF66;
    position: absolute;
    top: 8%;
    left: 0;
    height: 110%;
    z-index: 2;
}

.sect-contacts .container::before {
    content: '04';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    z-index: 2;
    color: #DD4210;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.3;
}

.contacts-container {
    display: flex;
    justify-content: space-between;
}

#map {
    width: 70%;
    height: auto;
}

.contacts-right {
    height: auto;
    position: relative;
    width: 29%;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 94.2px 0px #00000012;
}

.contacts-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 50px;
    background: #1F1F1E;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    box-shadow: inherit;
}

.contacts-right-container {
    padding: 44px 10% 55px;
}

.contacts-right-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #292929;
    margin-bottom: 26px;
}

.contacts-right-list {
    margin-bottom: 25px;
}

.contacts-right-list-item {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.contacts-right-list-item-link {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.1;
    color: #292929;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.contacts-right-list-item-link:hover {
    border-bottom-color: var(--accent-orange);
    color: var(--accent-orange);
}

.contacts-right-list-item svg {
    margin-right: 22px;
    min-width: 14px;
    max-width: 20px;
}

.contacts-button {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    padding: 20px 0;
    background: var(--accent-orange);
    border: none;
    width: 100%;
}

@media (max-width: 1024px) {
    .contacts-container {
        flex-direction: column-reverse;
    }

    .contacts-right {
        width: 100%;
        margin-bottom: 25px;
    }

    #map {
        width: 100%;
        height: 55vh;
    }
}

@media (max-width: 900px) {
    .benefits-list-item {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .sect-about .content-container {
        flex-direction: column;
    }

    .about-left {
        width: 100%;
        margin-bottom: 25px;
    }

    .about-right {
        width: 100%;
    }

    .sect-benefits .container::after {
        top: 4%;
    }

    .sect-benefits .line-red {
        top: 4%;
    }
}

@media (max-width: 600px) {
    .benefits-list-item {
        width: 100%;
        margin-bottom: 15px;
    }
}



.sect-history-tovary {
    background: #1F1F1E;
}

.sect-history-tovary .container {
    position: relative;
}

.swiper-history {
    padding: 0 4em;
    padding-bottom: 4em;
    margin-top: 70px;
}

.swiper-history .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-content, .history-image-container {
    width: 48%;
}

.history-image-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.history-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-image-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 50px;
    background: #1F1F1E;
    z-index: 3;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.history-year {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 25px;
}

.history-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: #eee;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #848484;
}

.swiper-pagination-bullet {
    background: #F5F5F580;
}

.swiper-pagination-bullet-active {
    background: white;
    transform: scale(1.7);
}

.sect-history-tovary .container::after {
    content: '';
    width: 1px;
    background: #FFFFFF66;
    position: absolute;
    top: 8%;
    left: 0;
    height: 113%;
    z-index: 2;
}

.sect-history-tovary .container::before {
    content: '04';
    position: absolute;
    top: 1.5%;
    left: 0;
    transform: translateX(-50%);
    z-index: 2;
    color: #DD4210;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.3;
}

@media (max-width: 950px) {
    .swiper-slide {
        flex-direction: column;
    }

    .history-content {
        width: 100%;
        margin-bottom: 25px;
    }

    .history-image-container {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .swiper-history {
        padding: 0 3em;
        padding-bottom: 4em;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1.5rem;
    }
}

.price-text {
	color: #DD4210;
	text-decoration: underline 1px solid red;
}

.price-text-none {
	color: gray;
}