/*
1. HEADER
2. CONTACT FORM
3. HERO
*/

/*----------------------
-------- HEADER --------
-----------------------*/

.header__nav .dropdown {
    background-position: right bottom 10px;
}

/*----------------------
------ END HEADER ------
-----------------------*/

/*----------------------
----- CONTACT FORM -----
-----------------------*/

.contact-form h2 {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: -0.02em;
    text-transform: none;
    text-align: center;
    color: #232323;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .contact-form h2 {
        margin-bottom: 60px;
        font-size: 40px;
    }
}

body:not(.page-template-home-template) .contact-form {
    margin-top: 0;
    margin-bottom: 60px;
}

.contactForm_default .contact-form {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.contactForm_default {
    padding-top: 65px;
    padding-bottom: 60px;
    background: #FAFAFA url(../images/planet.svg) no-repeat center / cover;
}

@media only screen and (max-width: 1150px) {
    .contactForm_default {
        padding-top: 100px;
        background-position: center top;
        background-size: contain;
    }
}

/*----------------------
--- END CONTACT FORM ---
-----------------------*/

/*----------------------
--------- HERO ---------
-----------------------*/

.hero__badges {
    display: flex;
    flex-flow: row wrap;
    margin-top: 33px;
}

.hero__badges-item {
    display: flex;
    align-items: center;
    height: 66px;
    margin-right: 10px;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.hero__badges-img {
    display: block;
    max-width: 100%;
    object-fit: none;
}

@media only screen and (min-width: 768px) {
    .hero__left {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .hero__badges-item {
        margin-right: 20px;
    }
}

@media screen and (max-width: 420px) {
    .hero__badges-item {
        height: 60px;
        margin-right: 10px;
        padding: 3px 9px;
    }
}

/*----------------------
------- END HERO -------
-----------------------*/

/*----------------------
-------- HEADER --------
-----------------------*/

.header__brand .brand__img {
    display: block;
}

.header__phone .phones-list .phone {
    position: relative;
    padding: 11px 20px;
}

.header__phone .phones-list .phone + .phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background: #F0F0F0;
}

.header__phone .phones-list .phone a {
    font-size: 15px;
}

@media only screen and (min-width: 1100px) {
    .header__button .pexly-button {
        display: flex;
        align-items: center;
        height: 46px;
        line-height: 1;
    }
}

.header__phone--button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #EF5D40;
    border-radius: 4px;
}

@media only screen and (min-width: 1300px) {
    .header__phone--button {
        display: none;
    }
}

/*----------------------
------ END HEADER ------
-----------------------*/
