/* FS - Start */
.first-screen {
    padding-top: 30px;
    padding-bottom: 0px;
}
.first-screen .h1 {
    max-width: 650px;
    margin-bottom: 35px;
}
.first-screen .gray-text {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    margin-top: 13px;
    margin-bottom: 20px;
    max-width: 480px;
}
@media (max-width: 667px) {
    .first-screen .h1 {
        max-width: 100%;
        margin-bottom: 0px;
    }
    .first-screen .gray-text {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .first-screen .btn.btn-dark {
        z-index: 2;
    }
    .main-slider-1 {
        margin-top: -24px;
    }
    section.why-we {
        margin-top: -25px;
    }
	video.back-video.mob {
		width: 100%;
		max-height: 450px;
		object-fit: cover;
	}
}
/* FS - End */

/* Why We - Start */
section.why-we {
    margin-top: -30px;
    padding-top: 0px;
    padding-bottom: 50px;
    z-index: 1;
}
.why-cards {
    justify-content: center;
}
.why-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(85vw / 3 - 20px);
    padding: 25px;
    background: #f9f9f9;
    border-radius: 5px;
}
.why-card p {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    max-width: 340px;
}
@media (max-width: 1440px) {
    .why-card {
        width: calc(90vw / 3 - 20px);
    }
}
@media (max-width: 1024px) {
    .why-card {
        width: calc(50% - 8px);
    }
}
@media (max-width: 667px) {
    .why-card {
        width: calc(100% - 0px);
    }
}
/* Why We - End */

/* Services - Start */
section.services {
    padding-top: 50px;
    padding-bottom: 50px;
}
.col-50.service-catalog {
    background: url(../img/main/service-1.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 25px;
    border-radius: 5px;
}
.col-50.service-calculator {
    background: url(../img/main/service-2.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 25px;
    border-radius: 5px;
}
section.services .col-50 .h3 {
    margin-top: 44px;
}
section.services .col-50 p {
    margin-top: 15px;
    margin-bottom: 30px;
}
.col-50.service-catalog p {
    max-width: 300px;
}
.col-50.service-calculator p {
    max-width: 410px;
}
img.special-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
@media (max-width: 667px) {
    section.services {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.services .mob {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .col-50.service-catalog {
        background: url(../img/main/service-1-mob.webp) no-repeat center center;
        padding: 25px 25px;
    }
    .col-50.service-calculator {
        background: url(../img/main/service-2-mob.webp) no-repeat center center;
        padding: 25px 25px;
    }
    img.special-background {
        object-fit: cover;
    }
    section.services .col-50 .h3 {
        margin-top: 110px;
    }
    section.services .col-50 p {
        margin-bottom: 15px;
    }
}
/* Services - End */

/* Gallery - Start */
section.gallery {
    padding-bottom: 50px;
}
.round-head {
    display: flex;
    width: auto;
    height: fit-content;
    padding: 15px 28px 13px 28px;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
}
.head-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc((100% - 10px) / 3 * 2);
    margin-left: auto;
}
.head-box .h2 + p {
    max-width: 480px;
    color: #777777;
    font-size: 16px;
    line-height: 19px;
}
section.gallery .gallery-slider {
    width: 100% !important;
    margin-top: 30px;
}
section.gallery .swiper-slide {
    display: flex;
    gap: 20px;
    width: 100% !important;
}
section.gallery .swiper-slide > * {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
}
.col-1 .images {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.col-1 .images img {
    width: calc(50% - 10px);
}
.col-1 .h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.col-1 p {
    color: #777777;
    max-width: 405px;
}
.glightbox1 {
    cursor: pointer;
}
.swiper-buttons-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 16px;
    width: 112px;
    height: 19px;
    z-index: 10;
}
.swiper-buttons-v2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-buttons-v2 > div img {
    filter: brightness(10);
    transition: all 0.3s ease;
}
.swiper-buttons-v2 > div:hover img {
    filter: brightness(1);
}
@media (max-width: 768px) {
    section.gallery {
        padding-bottom: 100px;
    }
    .round-head {
        margin-bottom: 10px;
    }
    .head-box {
        width: 100%;
    }
    section.gallery .gallery-slider {
        overflow: visible;
    }
    section.gallery .swiper-slide {
        gap: 10px;
        flex-wrap: wrap;
    }
    section.gallery .col-1 {
        width: 100%;
    }
    section.gallery .col-1 .images {
        gap: 10px;
        align-items: flex-end;
    }
    section.gallery .col-1 .h2 {
        display: none;
    }
    section.gallery .col-1 p {
        display: none;
    }
    section.gallery .col-1 img:nth-child(1) {
        width: calc(40% - 5px);
    }
    section.gallery .col-1 img:nth-child(2) {
        width: calc(60% - 5px);
    }
    section.gallery .col-2 {
        width: calc(45% - 5px);
        margin-left: 10%;
    }
    section.gallery .col-3 {
        width: calc(45% - 5px);
    }
    .swiper-buttons-v2 {
        bottom: -50px;
        gap: 15px;
        width: 105px;
        height: 19px;
    }
}
/* Gallery - End */

/* Etap - Start */
section.etaps {
    padding-top: 100px;
    padding-bottom: 50px;
    background: var(--light-gray);
}
.etaps .head-box .h2 {
    max-width: 581px;
}
.etap-slider {
    width: 100% !important;
    margin-top: 30px;
    overflow: visible !important;
}
.etap-content {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.etap-icon {
    display: flex;
    min-width: 20px;
}
.etap-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.etap-text .h3 {
    margin-bottom: 5px;
}
.etap-text p {
    font-size: 16px;
    max-width: 350px;
}
.etaps .swiper-buttons-v2 {
    top: -95px;
    right: 0;
    bottom: initial;
    left: initial;
}
.etaps .swiper-slide > img {
	width: 100%;
	border-radius: 10px;
}
@media (max-width: 768px) {
    section.etaps {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .etaps .swiper-buttons-v2 {
        top: initial;
        right: initial;
        bottom: -50px;
        left: 0;
    }
    .etaps .swiper-slide > img {
        width: 100%;
        height: 72vw;
    }
}
/* Etap - End */

/* Form Black 1 - Start */
section.form-black {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.form-black > .container {
    background: var(--black);
    border-radius: 5px;
    padding: 40px;
}
section.form-black.form-black-1 .h2 {
    max-width: 305px;
}
section.form-black.form-black-1 .h2 + p {
    margin-top: auto;
    max-width: 370px;
}
section.form-black input {
    color: #fff;
}
section.form-black input::-webkit-input-placeholder {
    color: #fff !important;
}
section.form-black input:-moz-placeholder {
    color: #fff !important;
}
.form-black.form-black-1 .form-data-group:nth-child(2) input {
    padding-bottom: 40px;
}
.form-black.form-black-1 .btn-white {
    width: calc(50% - 10px);
    border-radius: 5px;
}
.form-black.form-black-1 .privacy-policy {
    width: calc(50% - 10px);
    color: #fff;
    opacity: 0.7;
    cursor: default;
}
.form-black.form-black-1 .privacy-policy a:hover {
    color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    section.form-black {
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.form-black > .container {
        padding: 25px;
    }
    section.form-black.form-black-1 .h2 {
        margin-bottom: 15px;
    }
    section.form-black .form-fields {
        gap: 15px;
        margin-top: 15px;
    }
    .form-data-group:not(:last-child) {
        margin-bottom: 0px !important;
    }
    .form-black .btn-white {
        width: auto;
    }
    .form-black.form-black-1 .privacy-policy {
        width: auto;
    }
}
/* Form Black 1 - End */

/* Bestsellers - Start */
.bestsellers {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--light-gray);
}
.bestsellers .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.bestsellers .container .btn {
    margin: 20px auto 0 auto;
}
@media (max-width: 768px) {
    .bestsellers .h2 {
        max-width: 70%;
    }
    .bestsellers .container .btn {
        margin: 0px auto 0 auto;
    }
}
/* Bestsellers - End */

/* Form Black 2 - Start */
.form-black-2 p.white {
    max-width: 485px;
}
.form-black-2 .call-back-form {
    width: 100%;
    margin-top: 20px;
}
.form-black-2 label.privacy-policy.checkbox-custom {
    color: #fff;
}
.form-black-2 .checkbox-custom input:checked + span {
    border: 1px solid var(--white) !important;
}
.form-black-2 .checkbox-custom input + span::after {
    background: var(--white) !important;
}
/* Form Black 2 - End */

/* Banner - Start */
section.banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-box {
    background: url(../img/main/banner-full-1.webp) no-repeat center center;
    background-size: cover;
    padding: 40px;
    color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 14px 0px rgba(43, 43, 42, 0.1);
}
.banner-box .h1 {
    margin-top: 70px;
    margin-bottom: 15px;
    max-width: 580px;
}
section.banner .swiper-slide  {
	height: 700px;
}
section.banner .swiper-slide video {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 700px;
}
section.banner .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 700px;
}
@media (max-width: 1279px) {
    section.banner {
        padding: 50px 0px;
    }
    .banner-box .h1 {
        margin-top: 50px;
        max-width: 330px;
	}
	section.banner .swiper-slide  {
		height: 500px;
	}
	section.banner .swiper-slide video {
		height: 500px;
	}
	section.banner .swiper-slide img {
		height: 500px;
}
}
@media (max-width: 768px) {
    .banner-box {
        padding: 20px;
    }
    .banner-box .h1 {
        margin-top: 120px;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
/* Banner - End */

/* Sale Products - Start */
section.sale {
    padding-bottom: 50px;
}
.sale .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sale .container .btn {
    margin: 0 auto;
}
/* Sale Products - End */

/* Blog on main - Start */
section.blog-on-main {
    padding-bottom: 50px;
}
section.blog-on-main .h2 {
    margin-bottom: 20px;
}
.post-card {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 11px);
}
.image-box {
    position: relative;
}
.image-box .post-tags {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px 2px 6px;
    background: var(--yellow);
    width: fit-content;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 3px;
    font-size: 13px;
}
.image-box img {
    border-radius: 5px;
}
.post-date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #afafaf;
}
.all-articles {
    margin: 14px auto 0 auto;
}
@media (max-width: 1440px) {
    .post-date {
        margin-bottom: 5px;
    }
}
@media (max-width: 1024px) {
    .post-card {
        width: calc(50% - 8px);
    }
    .image-box .post-tags {
        top: 15px;
        left: 15px;
    }
}
@media (max-width: 667px) {
    .blog-category-wrapper {
        padding: 30px 0 50px 0;
    }
    .blog-category-wrapper .h2 {
        margin-bottom: 15px;
    }
    .post-card {
        width: calc(100% - 0px);
    }
}
/* Blog on main - End */

/* Brand Slider - Start */
section.brands {
    padding-bottom: 50px;
}
.brand-slider {
    width: 100%;
}
.brands .h2 {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    section.brands {
        padding-bottom: 25px;
    }
    .brands .h2 {
        margin-bottom: 20px;
    }
}
/* Brand Slider - End */

/* About Shop - Start */

section.about-shop {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-image {
    padding-right: 27px;
}
.about-content {
    gap: 15px;
}
.about-content p {
    color: #777;
}
@media (max-width: 1024px) {
    .col-50 {
        width: calc(100% - 0px);
    }
}
/* About Shop - End */

/* Review Slider - Start */
section.reviews-on-main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--light-gray);
    display: none!important;
}
.reviews-slider {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100% !important;
    overflow: visible !important;
}
.swiper-buttons {
    position: absolute;
    top: calc(-55px - 14px);
    right: 0;
    display: flex;
    gap: 20px;
}
.swiper-buttons > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-buttons > div:hover {
    background: var(--beige);
}
.review {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    background: #fff;
    width: calc(50% - 10px) !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.review-head {
    display: flex;
    gap: 10px;
}
.review-head > img {
    width: 45px;
    height: 45px;
}
.review-head-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.review-date {
    display: flex;
    margin-left: auto;
    align-items: center;
    padding-top: 1px;
    color: #bbbbbb;
}
.review-rating {
    display: flex;
    width: 100%;
    font-size: 22px;
}
.review-content {
    display: flex;
    width: calc(100% - 45px - 10px);
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
}
.review-images {
    display: flex;
    width: calc(100% - 45px - 10px);
    margin-left: auto;
    gap: 10px;
}
.review-images img {
    display: flex;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
@media (max-width: 1279px) {
    .reviews-slider {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .review {
        width: calc(50% - 10px) !important;
    }
    .review-images {
        width: calc(100% - 0px);
    }
}
@media (max-width: 768px) {
    .review {
        width: calc(100% - 0px) !important;
        padding: 20px;
    }
    .review-head-content {
        gap: 5px;
    }
    .reviews-content {
        padding-bottom: 50px;
    }
    .review-content {
        width: calc(100% - 0px);
        margin-left: 0;
        font-size: 14px;
        line-height: 18px;
    }
    .swiper-buttons {
        top: initial;
        right: initial;
        bottom: calc(-55px - 30px);
        left: 0;
        gap: 10px;
    }
    .btn.center {
        margin-right: initial !important;
    }
}
/* Review Slider - End */
