.contact {
    width: 100%;
}

.contact__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 31%;
    margin-bottom: 120px;
}

.contact__item:first-child {
    padding-top: 0;
}

.contact__title {
    font-family: "Montserrat-Medium";
    font-size: 26px;
    line-height: 120%;
    color: #212121;
    margin-bottom: 30px;
}

.contact__img {
    padding: 10px 0;
}

.contact__img img {
    max-width: 100%;
    height: auto;
}


.contact__text-item {
    margin-bottom: 20px;
}

.contact__label {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #212121;
    margin-bottom: 5px;
}

.otgruzka-and-dostavka .contact__label {
    font-family: "Montserrat-Bold", sans-serif;
}

.contact__text {
    flex-basis: auto;
    line-height: 120%;
    color: #4B4B4B;
    font-size: 16px;
}
.contact__text li {
    font-size: 16px !important;
}

.contact__text  ul{
    margin-top: 20px;
}
.contact__download {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #212121;
}

@media screen and (max-width: 768px) {
    .contact__download{
        font-weight: 700;
        text-decoration: none;
    }
    .contact__item {
        flex-basis: 100%;
        margin-bottom: 50px;
    }

    .contact__item:last-child {
        margin-bottom: 0;
    }
    .contact__title{
        font-size: 24px;
    }
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px ) {
      .contact__item {
        margin-bottom: 40px;
    }
}
