﻿.main-section.contact-main {
    background: url(../img-video/contactMainImg.png) no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}

.contact-main .main-first-caption {
    color: var(--c-F2E2F2);
}
.contact-main .main-second-caption {
    color: #fff;
}

@media (max-width: 1200px) {
    .main-section.contact-main {
       background-position:60% 50%;
    }
}


/*Map container*/

.map-section {
    background-color: var(--c-F5F5F5);
}

.map-section iframe {
    height:600px;
}



.boxes-container {
    padding: 60px  ;
}

@media (max-width: 1200px) {
    .boxes-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .map-section iframe {
        height: 340px;
        padding:0 15px;
    }

    .main-section.contact-main {
        background: url(../img-video/contact-mobile.png) no-repeat;
        background-size:cover;
    }

    .boxes-container {
        padding: 20px 0;
    }
}

.c-box {
    padding: 60px;
    font-size: 16px;
    font-family: var(--secondary-font);
    position:relative;
}
.c-box:nth-child(1){
    background-color:var(--c-450B38);
    color:var(--c-F5F5F5);
}
.c-box:nth-child(2){
    background-color:var(--c-292929);
    color:var(--c-F5F5F5);
}
.c-box:nth-child(3){
    background-color:var(--c-858585);
    color:var(--c-F5F5F5);
}

.c-box svg{
    margin-bottom:10px;
}

.c-box .caption {
    color: var(--c-FAF1F9);
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 36px;
    font-family:var(--main-font);
    
}
.c-box a,
.c-box p{
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 28px;
    font-family:var(--secondary-font);
    color:var(--c-F5F5F5);
    margin-bottom:0;
}

.c-box a.phone-text{
    font-size:16px;
    letter-spacing: 1.2px;
}

@media (max-width: 1200px) {
    .c-box {
        padding: 35px;
    }

    .c-box .caption {
        font-size: 20px;
        letter-spacing: 1.8px;
        line-height:28px;
    }

    .c-box a,
    .c-box p{
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .c-box::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--d-border-color);
        top:0;
        left:15px;
    }
    .c-box::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: var(--d-border-color);
        top:0;
        right:15px;
    }
    .c-box svg {
        width:25px;
        height:25px;
    }

    .c-box a.phone-text,
    .c-box a.mail-text{
        font-size: 24px;
        letter-spacing: 1.92px;
        line-height:28px;
    }

    .broken-br br{
        display:none;
    }
}

/*Faq Section*/
.faq-section h2{
    font-family:var(--main-font);
    font-size:80px;
    letter-spacing:8px;
    line-height:70px;
    color:var(--c-292929);
    margin-bottom:60px;
}

.faq-section p{
    font-family:var(--secondary-font);
    font-size:16px;
    letter-spacing:1.6px;
    line-height:24px;
    color:var(--c-292929);
    margin-bottom:0;
    max-width:470px;
}

@media (max-width: 1200px) {
    .faq-section h2 {
        font-size: 58px;
        letter-spacing: 4.2px;
        line-height: 46px;
        margin-bottom: 40px;
    }

    .faq-section p {
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: 24px;
    }
}

.faq-section .accordion-item {
    font-family:var(--secondary-font);
    border: 0;
    outline: 0;
    box-shadow: none;
    margin-bottom: 25px;
    border-bottom: .5px solid var(--d-border-color2)
}

.faq-section .accordion-item h3 {
    font-size:16px;
    letter-spacing:1.6px;
    line-height:24px;
}

.faq-section .accordion-button {
    background-color: transparent;
    color:var(--c-292929);
    outline: none;
    padding:15px 0;
    border: none;
    box-shadow: none;
    border-bottom: .5px solid var(--d-border-color2)
}

.faq-section .accordion-button:focus {
    border-color: transparent;
    border-bottom: .5px solid var(--d-border-color2)
}

.faq-section .accordion-body {
   padding-left:40px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M5 7 L10 12 L15 7' fill='none' stroke='%23292929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path d='M5 7 L10 12 L15 7' fill='none' stroke='%23292929' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

@media (max-width: 1200px) {
    .faq-section .accordion-button {
        font-size: 16px;
        line-height:24px;
        letter-spacing:1.6px;
    }

    .faq-section .accordion-body {
        font-size: 12px;
    }
}

/*contact-section*/
.contact-section h3 {
    font-size: 48px;
    letter-spacing: 4.8px;
    line-height: 28px;
    font-family: var(--main-font);
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

.contact-section p{
    font-size:16px;
    letter-spacing:1.6px;
    line-height:24px;
    font-family:var(--secondary-font);
    margin-bottom:60px;
    text-align:center;
}
