﻿.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.section-seo .section-body p {
    font-size: 20px;
    margin-bottom: 20px;
}

.section-seo .section-body {
    padding: 40px 50px 20px;
}

.header-contact.contact-opened {
    height: 700px;
}

.header-contact .header-contact-head {
    margin-bottom: 60px;
}

.header-contact .header-contact-body {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .header-contact .header-contact-body span {
        font-size: 20px;
    }

    .header-contact .header-contact-body .icon {
        margin-bottom: 10px;
        width: 56px;
        height: 65px;
        background-size: 115px 100px;
        background-position: 0 0;
    }

        .header-contact .header-contact-body .icon i {
            font-size: 40px;
            line-height: 65px;
        }

    .header-contact .header-contact-body .row {
        margin-bottom: 30px;
    }

    .header-contact .header-contact-body .row:last-child {
        margin-bottom: 0;
    }

.header-contact .header-contact-form {
    /*width: 65%;
    margin: 0 auto;*/
}

.header-contact .header-contact-form h4 {
    margin-top: 50px;
    line-height: 1.5em;
}

.header-contact .header-contact-form .small-text span {
    margin-right: 10px;
    display: inline-block;
}

.header-contact .header-contact-wrapper {
    width: 800px;
    margin: 0 auto;
}

.header-contact .header-contact-form .btn {
    margin-top: 40px;
    font-size: 18px;
}

    .header-contact .header-contact-form .form-group {
        border-bottom: 1px solid #fff;
    }

.header-contact .header-contact-form .form-group ~ .form-group {
    margin-top: 25px;
}

.header-contact .header-contact-form .form-control {
    background: none;
    color: #fff;
}
/*@-webkit-keyframes autofill {
    0%,100% {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-delay: 1s; 
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}*/

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #386dd9 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

.header-contact .header-contact-form label {
    margin-right: 10px;
    white-space: nowrap;
}

.header-contact .header-contact-form .small-text {
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 800px) {
    .header-contact .header-contact-body span {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .header-contact .header-contact-wrapper {
        width: 100%;
    }
}