.section-category {
    font-weight: 600;
    width: 100% !important;
    font-size: 1.5rem;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible;
    white-space: nowrap;
    color: #4e8b11;
}

.underline-image {
    margin-top: 5px;
    width: 100%;
    max-width: 245px;
    height: 12px;
}

.section-title {
    font-size: 2.7rem;
    font-weight: 600;
    max-width: 70%;
    margin: 1.5rem 0 2rem;
    color: #2b5c0b;
}
.get__left-side img{
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 22px;
    margin-bottom: 15px;
}
.yellow-shadowed-button {
    background-color: #2b5c0b;
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border: 1px solid #2b5c0b;
    border-radius: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4rem;
    -webkit-box-shadow: 4px 3px 0 #e4d422;
    box-shadow: 4px 3px 0 #e4d422;
    cursor: pointer;
    max-width: 34rem;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    margin-top: 20px;
    z-index: 20;
    position: relative;
}

.yellow-shadowed-button:hover, .yellow-shadowed-button:focus {
    -webkit-transform: translate(4px, 3px);
    -ms-transform: translate(4px, 3px);
    transform: translate(4px, 3px);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.get__image {
    width: 100%;
    height: auto;
    margin: 0 auto 2rem 0;
    border-radius: 1rem;
}

.get__subtitle {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
    font-weight: 600;
    color: #2b5c0b;
}

.col-md-9 .row {
    width: 95%;
    margin-left: 4%;
}

.navbar .oct-mm-link .oct-mm-dropdown .row {
    width: 100% !important;
    margin-left: 0 !important;
}

.get__scheme-item {
    border-radius: 1rem;
    background: linear-gradient(41deg, rgba(43, 92, 11, 1) 0%, rgba(227, 211, 33, 1) 50%, rgba(227, 225, 33, 1) 100%);
    padding: 1rem 1.2rem;
    min-height: 300px;

}

.get__scheme-item .list-unstyled li  {
    font-size: 0.8rem;
    line-height: normal;
    padding-left: 1.5rem;
    color: #2b5c0b;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
}
.get__scheme-item  .list-unstyled li {
    display: flex;
    align-items: center;
}


.get__scheme-item .list-unstyled{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}

.get__scheme-item .list-unstyled li a span {
    font-size: 0.8rem;
    padding-left: 1.5rem;
    color: #2b5c0b;
    display: inline-block;
}

.get__scheme-item .list-unstyled li:first-child {
    background: url(../img/geo.png) no-repeat;
    background-position-y: center;
    background-size: 1rem;
    height: 3rem;
}

.get__scheme-item .list-unstyled li:nth-child(2) {
    background: url(../img/tel-f.png) no-repeat;
    background-position-y: center;
    background-size: 0.8rem;
    height: 2rem;
}

.get__scheme-item .list-unstyled li:nth-last-child(2) {
    background: url(../img/email-f.png) no-repeat;
    background-position-y: center;
    background-size: 1rem;
}

.get__scheme-item .list-unstyled li:last-child {
    background: url(../img/clock-f.png) no-repeat;
    background-position-y: center;
    background-size: 1rem;
    height: 3rem;
}

.get__scheme-list svg {
    position: absolute;
    width: 55%;
    left: 10%;
    top: -100%;
}

.get__scheme-item:after {
    width: 2.9rem;
    height: 9.9rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: auto;
    top: -20px;
    right: 14px;
    background-size: 2.9rem 9.9rem;
}

.get__scheme-item:after {
    content: "";
    width: 2.2rem;
    height: 7.5rem;
    display: block;
    position: absolute;
    right: 7px;
    background-image: url(../img/arrow-steps.svg);
    background-size: 2.0rem 7.0rem;
    background-repeat: no-repeat;
    z-index: 10;
}

.con-last:after {
    content: "";
    background-image: none;
}

.blue-background {
    display: inline-block;
    background-color: #2b5c0b;
    color: #e3d321 !important;
    padding: 0.2rem 0.7rem;
    border-radius: 0.5rem;
    font-size: 16px;
    min-width: 180px;
    text-align: center;
}

.get__text {
    margin: 2rem 0 0;
    width: 90%;
    font-size: 1.1rem;
    color: #2b5c0b;
}

.con-map {
    width: 100%;
    overflow: hidden;
}
.con-map iframe{
    border-radius: 30px;

}
.left-mmm{
    position: relative;
    z-index: 3;
}
.qqq {
    position: absolute;
    width: 55%;
    left: 13%;
    top: -16%;
    z-index: 1;
}

.consultation {
    margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
    main.contact {
        margin-top: 23%;
    }

    .underline-image {
       width: 100%;
        max-width: 245px;
    }

    .section-title {
        font-size: 1.3rem;
        max-width: 100%;
    }

    .col-md-9 .row {
        width: 100%;
        margin-left: 0;
    }

    .left-mmm svg.qqq {
        width: 82%;
        left: -12%;
        top: -31%;
    }

    .get__scheme-item {
        margin-bottom: 40px;
    }

    .get__scheme-item:after {
        transform: none;
        bottom: -20px;
        right: 20px;
        top: unset;
    }

    .blue-background {
        font-size: 20px;
    }

    .get__text {
        margin: 1rem 0 0;
    }

    .consultation {
        margin-bottom: 40px;
    }
}

.yellow-shadowed-button:hover {
    color: white;
}