/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background-image: url(../img/scala-touch-elegance.jpg);
    background-size: auto 2000px;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/


#contacts {
    background: transparent;
    padding-top: 90px;
}

#contacts .contacts-bottom {
    background: rgb(255, 255, 255, 0.85);
}

#contacts .contacts-top {
    background: rgb(255, 255, 255, 0.70);
    width: 100%;
}

#contacts .contact-form input {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom: 2px solid black;
    background-color: transparent;
}

#contacts .contact-form textarea {
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom: 2px solid black;
    background-color: transparent;
}


#contacts .button-send-contact {
    background: #000;
    padding: 8px 60px;
    border-radius: 10px;
    font-weight: 400;
    color: #ececec;
    text-decoration: none;
    display: inline-block;
    border: none;
}

#contacts .contacts-top {
    padding: 65px 20px 20px 20px;
}

#contacts .contacts-top h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.1cm;
    text-transform: uppercase;
    color: #000;
}

#contacts h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1.;
    font-weight: 400;
    letter-spacing: 0.1cm;
    text-transform: uppercase;
}

#contacts .contacts-top p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: black;
}

#contacts .social-links a {
    font-size: 26px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: black;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contacts .social-links span {
    position: relative;
    bottom: 6px;
}


#contacts .social-links a:hover {
    color: black;
    text-decoration: none;
}

#contacts .policies a {
    text-decoration: underline;
    color: black;
}

#contacts .contacts-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    position: relative;
    padding-bottom: 12px;
}

#contacts .contacts-top .footer-links {
    margin-bottom: 30px;
}

#contacts .contacts-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#contacts .contacts-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 1;
}

#contacts .contacts-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#contacts .contacts-top .footer-links ul li:first-child {
    padding-top: 0;
}

#contacts .contacts-top .footer-links ul a {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#contacts .contacts-top .footer-links ul a:hover {
    color: white;
}

#contacts .contacts-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}

#contacts .contacts-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#contacts .contacts-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #0a74ba;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#contacts .copyright {
    text-align: center;
    padding-top: 30px;
    color: black;
}

#contacts .logo-contacts {
    width: 60mm;
    height: auto;
}