header.main .quick {
    text-align: right;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    transition: 0.075s linear;
    text-transform: uppercase;
    cursor: pointer;
    flex-shrink: 0;
    width: 245px;
    margin-bottom: 15px;
}

header.main .quick .modal-trigger {
    background-color: #2f771c;
    padding: 10px 15px;
    color: #FFFFFF;
    display: block;
    border: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
	text-transform: uppercase;
}

.empty-quick {
    flex-basis: 185px;
}

.modal {
    background-color: rgba(93, 138, 81, 0.95);
    z-index: 100000000000000000000000000000000000000;
    overflow-y: auto;
}

.modal__form--quick label {
    display: flex;
    flex-direction: column;
}

.modal__form--quick label span {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 5px;
}

.modal__form--quick .form__item {
    margin-bottom: 10px;
}

.modal__form--quick .form__field {
    width: 385px;
    outline: 0;
    resize: none;
    padding: 3px 5px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: ease;
    border: 1px solid transparent;
}

.modal__form--quick .form__item textarea {
    height: 100px;
    resize: none;
}

.modal__forms {
    position: relative;
}

.modal__form--quick .close {
    background: url("./img/close.svg") no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -40px;
}

.modal__form--quick .form__field:focus {
    border: 1px solid #00aeec;
}

.form__field--submit {
    background-color: #217e18;
    color: #ffffff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.message {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: none;
}

.message.active {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
    position: fixed;
}

.overflow-hidden .modal {
    overflow-y: auto;
}

header.main .right-side .links {
    display: flex;
}

.advantages *,
.advantages {
    box-sizing: border-box;
}

.advantages {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.advantages__item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    flex-basis: 33%;
}

.advantages__item-img {
    width: 50px;
}

.advantages__item-img svg {
    fill: #36a655;
}

.advantages__item-desc {
    font-size: 14px;
    color: #555555;
    margin-left: 20px;
}

.header.main .right-side .search_form {
    background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .advantages {
        flex-wrap: wrap;
    }

    .advantages__item {
        flex-basis: 50%;
    }

    header.main {
        flex-wrap: wrap;
        align-items: center;
    }

    header.main .header__logo {
        margin-right: 0;
        flex-basis: 15%;
    }

    .header__block-1-top {
        display: flex;
        justify-content: center;

    }

    header.main .header__block-1 {
        margin-right: 0;
        text-align: center;
    }

    header.main .header__logo,
    header.main .header__block-1,
    header.main .header__block-2,
    header.main .header__block-3 {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .advantages__item {
        flex-basis: 100%;
    }
    header.main .header__logo,
    header.main .header__block-1,
    header.main .header__block-2,
    header.main .header__block-3 {
        flex-basis: 100%;
    }

}

@media screen and (max-width: 490px) {
    .modal__form--quick .form__field {
        width: 95.5%;
    }

    .modal__forms {
        flex-basis: 75%;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
}

@media screen and (max-height: 768px) {
    .modal {
        align-items: flex-start;
        padding: 60px 0;
    }

    .modal__forms {
        padding: 10px 0 85px 0;
    }
}