section.otdely-uk {
    padding: 3rem 0;
}

.otdely-uk-item {
    padding: 50px 0;
}

.otdely-uk-item:first-child {
    padding-top: 0;
}

.otdely-uk-item:last-child {
    padding-bottom: 0;
}

.otdely-uk-item-title {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.otdely-uk-item-img {
    padding-right: 50px;
}

.otdely-uk-item-img img {
    width: 100%;
}

.otdely-uk-questions {
    padding-top: 20px;
}

.otdely-uk-questions-title {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 20px;
}

.otdely-uk-quest-item {
    border-top: 1px solid #eee;
}

.otdely-uk-quest-item:last-child {
    border-bottom: 1px solid #eee;
}

.otdely-uk-quest-item.hidden {
    display: none;
}

.otdely-uk-quest-item-title {
    position: relative;
    font-weight: bold;
    padding: 27px 50px 27px 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.otdely-uk-quest-item-title:hover {
    padding-left: 15px;
}

.otdely-uk-quest-item-icon {
    position: absolute;
    top: 16px;
    right: 0;
    content: '';
}

.otdely-uk-quest-item-icon i {
    display: block;
    font-size: 24px;
    line-height: 1em;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.otdely-uk-quest-item-title:hover i {
    background: #eee;
}

.otdely-uk-quest-item-title.active i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.otdely-uk-quest-item-text {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.otdely-uk-quest-button {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
    .otdely-uk-item-img {
        padding: 20px 0 30px;
    }
}