.sect-hero {
    position: relative;
    height: 91vh;
    margin-top: 0 !important;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.sect-hero .container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.hero-title {
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 27px;
}

.hero-subtitle {
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #E7E7E7;
    margin-bottom: 30px;
}

.hero-button {
    display: block;
    width: fit-content;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    padding: 14px 8%;
    background: var(--accent-red);
    transition: all .2s ease-in;
}

.hero-button:hover {
    background: var(--dark-red);
}

.hero-button:active {
    background: #151515
}

.sect-hero .content-container {
    width: 60%;
}

.products-list {
    display: flex;
    flex-wrap: wrap;
}

.products-list-item {
    width: 23%;
    height: auto;
    border: 1px solid #E4E4E4;
    margin-bottom: 32px;
    position: relative;
}

.products-list-item-container {
    padding: 2em 8%;
}

.products-list-item-image {
    max-width: 100%;
    height: 107px;
    object-fit: contain;
    margin-bottom: 30px;
}

.products-list-item-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 14px;
}

.products-list-item-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 50px;
}

.products-list-item-link {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--accent-red);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 2em;
    margin-left: 8%;
    text-decoration: underline 1px solid transparent;
    transition: all .2s ease-in;
}

.products-list-item-link:hover {
    text-decoration-color: var(--accent-red);
}

.products-list-item-link:active {
    text-decoration-color: var(--dark-red);
    color: var(--dark-red);
}

.products-list-item-link svg {
    margin-left: 1.5em;
}

.products-list-item:not(:nth-child(4n)) {
    margin-right: 2%;
}

.sect-about  {
    position: relative;
    padding: 6em 0;
}

.sect-about .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.sect-about .content-container {
    width: 55%;
}

.sect-about .section-title {
    color: white;
}

.about-text {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #F5F5F5;
    margin-bottom: 40px;
}

.about-button {
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    padding: 16px 8%;
    background: var(--accent-red);
    transition: all .2s ease-in;
}

.about-button:hover {
    background: var(--dark-red);
}

.about-button:active {
    background: #151515;
}

.benefits-list {
    display: flex;
    justify-content: space-between;
}

.benefits-list-item:first-child {
    width: 64%;
}

.benefits-list-item {
    height: auto;
    width: 17%;
    background: #F0F0F0;
    display: flex;
    align-items: center;
}

.benefits-list-item-container {
    padding: 2em 12%;
    max-width: 100%;
    max-height: 100%;
}

.benefits-list-item-flex {
    display: flex;
    align-items: center;
    padding: 2em 6%;
}

.benefits-list-item-number {
    font-weight: 400;
    font-size: 4.25rem;
    line-height: 1.2;
    color: var(--accent-red);
    margin-bottom: 15.5px;
}

.benefits-list-item-text {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.2;
    color: #555555;
}

.benefits-list-item-image {
    max-width: 25%;
    margin-right: 3em;
}

.swiper-reviews {
	margin-bottom: 2em;
}

.swiper-reviews .swiper-slide {
    height: auto;
    background: #F6F6F6;
}

.review-container {
    padding: 2em 5%;
}

.review-image {
    width: 73px;
    height: 73px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 26px;
}

.review-name {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #444444;
    margin-bottom: 8px;
}

.review-body {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 19px;
}

.review-buttons {
	display: flex;
	justify-content: center;
}

.review-2gis {
	position: relative;
	width: 8em;
	margin-right: 1em;
	border: 1px solid #dadada;
	transition: all .2s ease-in;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-2gis:hover {
	border-color: var(--accent-red);
}

.review-2gis:active {
	border-color: #151515;
}

.review-2gis-image {
	height: 80%;
	max-width: 80%;
	object-fit: contain;
}

.review-google-image {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.review-google {
	padding: 1em 2em;
	width: 8em;
	position: relative;
	border: 1px solid #dadada;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in;
}

.review-google:hover {
	border-color: var(--accent-red);
}

.review-google:active {
	border-color: #151515;
}

.review-link {
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.3;
    color: var(--accent-red);
    border-bottom: 1px solid var(--accent-red);
    transition: all .2s ease-in;
}

.review-link:hover {
    color: var(--dark-red);
    border-bottom-color: var(--dark-red);
}

.review-link:active {
    color: #151515;
    border-bottom-color: #151515;
}

.swiper-reviews .swiper-button-prev,
.swiper-reviews .swiper-button-next {
    position: static;
}

.swiper-reviews .swiper-navigation {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6em;
    display: flex;
    align-items: center;
}

.swiper-reviews {
    position: static;
}

.sect-reviews .container {
    position: relative;
}

.sect-reviews .section-title {
    max-width: 55%;
    margin: 0 auto;
}

.reviews-header {
    display: flex;
    align-items: start;
    margin-bottom: 50px;
}

.swiper-reviews .swiper-button-prev::after,
.swiper-reviews .swiper-button-next::after {
    font-size: 1.5rem;
    font-weight: 800;
    color: #151515;
    padding: 5px 10px;
    background: #F6F6F6;
}

.swiper-reviews .swiper-button-next {
    margin-left: 1em;
}

.reviews-caption {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #666666;
}

.sect-projects {
    background: #151515;
    position: relative;
    padding: 6em 0;
}

.sect-projects .container {
    position: relative;
}

.sect-projects .background-image {
    z-index: 0;
    background: url('../images/projects.svg') no-repeat left bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sect-projects .section-title {
    color: white;
    padding-bottom: 23px;
    border-bottom: 1px solid white;
}

.swiper-projects .swiper-slide {
    height: 25em;
    position: relative;
}

.swiper-projects .swiper-button-prev,
.swiper-projects .swiper-button-next {
    position: static;
}

.swiper-projects .swiper-navigation {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2em;
    margin-right: 3px;
}

.swiper-projects .swiper-button-prev::after,
.swiper-projects .swiper-button-next::after {
    font-size: 1.5rem;
    color: white;
    padding: 5px 8px;
    background: transparent;
    border: 1px solid white;
}

.swiper-projects .swiper-button-prev {
    margin-right: 1em;
}

.swiper-projects {
    position: static;
}

.swiper-projects .swiper-slide .black-filter {
    opacity: 0;
    transition: all .2s ease-in;
}

.swiper-projects .swiper-slide:hover .black-filter {
    opacity: .8;
}

.swiper-projects .swiper-slide:hover .projects-hover {
    opacity: 1;
}

.projects-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-hover .projects-container {
    padding: 2em 5%;
}

.projects-hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s ease-in;
}

.project-name {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 12.5px;
}

.project-date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #DADADA !important;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 1.2;
    color: #151515;
    padding: 2em 3%;
}

.accordion-button {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-body {
    padding: 2em 3%;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 1.5;
    color: #555555;
}

.accordion-button::after {
    content: url('../images/plus.svg');
    background-image: none !important;
    background: #151515;
    color: white;
    width: 58px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    content: url('../images/minus.svg');
}

.sect-feedback {
    position: relative;
    padding: 8em 0;
}

.sect-feedback .black-filter {
    background: #000000d9;
}

.sect-feedback .container {
    position: relative;
    display: flex;
    align-items: start;
}

.feedback-right {
    margin: 0 auto;
}

.feedback-caption {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #666666;
}

.feedback-title {
    position: relative;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.2;
    color: white;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.feedback-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 1em;
    background: white;
}

.feedback-subtitle {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #777777;
    margin-bottom: 60px;
}

.request-form-container {
    display: flex;
    justify-content: space-between;
}

.request-form-input {
    width: 42%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    padding: 28px 3%;
    background: #FFFFFF33;
    border: 2px solid transparent;
    height: auto;
}

.request-form-input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
}

.request-form-button {
    width: 12%;
    height: auto;
    background: white;
    border: none;
    transition: all .2s ease-in;
}

.request-form-button:hover {
    background: var(--accent-red);
}

.request-form-button svg path {
    transition: all .2s ease-in;
}

.request-form-button:hover svg path {
    fill: white;
    stroke: white;
}

.request-form-button:active {
    background: var(--dark-red);
}

.request-form-button:active svg path {
    fill: white;
    stroke: white;
}

.swiper-partners .swiper-slide {
    height: auto;
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-partners .swiper-slide img {
    padding: 25px 0;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.swiper-partners {
    position: static;
}

.sect-partners .container {
    position: relative;
}

.swiper-partners .swiper-button-prev,
.swiper-partners .swiper-button-next {
    position: static;
}

.swiper-partners .swiper-navigation {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 2em;
    margin-right: 3px;
    display: flex;
}

.swiper-partners .swiper-button-prev::after,
.swiper-partners .swiper-button-next::after {
    font-size: 1.5rem;
    color: #333333;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #B5B5B5;
}

.swiper-partners .swiper-button-prev {
    margin-right: 1.5em;
}

.sect-partners .section-title {
    padding-bottom: 32px;
    border-bottom: 1px solid #DADADA;
}

@media (max-width: 1024px) {
    .benefits-list-item:first-child {
        width: 49%;
    }

    .benefits-list-item {
        width: 24%;
    }
}

@media (max-width: 768px) {
    .sect-hero .content-container {
        width: 75%;
    }

    .sect-hero {
        height: 75vh;
    }

    .products-list-item {
        width: 32%;
    }

    .products-list-item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .products-list-item:not(:nth-child(3n)) {
        margin-right: 2%;
    }

    .sect-about .content-container {
        width: 75%;
    }

    .feedback-caption {
        display: none;
    }

    .feedback-right {
        margin-left: 0;
    }
}

@media (max-width: 675px) {
    .benefits-list-item {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .benefits-list {
        flex-wrap: wrap;
    }

    .sect-hero .content-container {
        width: 100%;
    }

    .reviews-caption {
        display: none;
    }

    .sect-reviews .section-title {
        max-width: 75%;
        margin-left: auto;
        margin-right: 0;
    }
    
    .swiper-reviews .swiper-navigation {
        margin-top: 12em;
    }
}

@media (max-width: 480px) {
    .products-list-item {
        width: 48%;
    }

    .products-list {
        justify-content: space-between;
    }

    .products-list-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .sect-about .content-container {
        width: 90%;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .request-form-container {
    	flex-direction: column;
    }
    
    .request-form-input {
    	width: 100%;
    	margin-bottom: 20px;
    }
    
    .request-form-button {
    	padding: 10px 15px;
    	width: fit-content;
    }
}