@media only screen and (min-width: 768px) {
    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.contacts_title {
    max-width: 870px;
    font-size: 48px;
    letter-spacing: 1.8px;
    text-align: center;
    font-family: "Medium";
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
    .contacts_title {
        max-width: 870px;
        font-size: 50px;
        letter-spacing: 2px;
        margin-bottom: 40px;
        text-align: left;
    }
}
@media only screen and (min-width: 1280px) {
    .contacts_title {
        margin-bottom: 50px;
        margin-left: 20px;
        max-width: 870px;
        font-size: 72px;
        letter-spacing: 2.16px;
    }
}
.contacts_list li {
    font-size: 24px;
    letter-spacing: 1.08px;
}
@media only screen and (min-width: 768px) {
    .contacts_list li {
        font-size: 29px;
    }
}
@media only screen and (min-width: 1280px) {
    .contacts_list li {
        font-size: 36px;
    }
}
.contacts_list li:not(:last-child) {
    margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
    .contacts_list li:not(:last-child) {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1280px) {
    .contacts_list li:not(:last-child) {
        margin-bottom: 40px;
    }
}

#wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3 {
    width: 400px;
}
@media only screen and (min-width: 768px) {
    #wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3 {
        width: 600px;
        height: 600px;
    }
}
@media only screen and (min-width: 1280px) {
    #wrapper-9cd199b9cc5410cd3b1ad21cab2e54d3 {
        width: 870px;
        height: 870px;
    }
}

.hero-sacond {
    max-width: 2300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/hero.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white-cl);
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
}
.hero-sacond_title {
    margin-top: 31px;
    color: var(--white-cl);
    font-size: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .hero-sacond_title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1280px) {
    .hero-sacond_title {
        font-size: 50px;
    }
}