/*!
Theme Name: UkrGazprom

*/

.wpml-ls-link {
    position: relative;
    padding: 0 8px;
    color: #e4e4e4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .25px;
}
.wpml-ls-link::after {
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background-color: #fff;
}
.language__wrapper li:last-child .wpml-ls-link::after {
    display: none;
}
.language__wrapper li:first-child .wpml-ls-link {
    padding-left: 0;
}
.modal__bottom input.btn__modal {
    border-radius: 5px;
    background: linear-gradient(22deg, #020202 0%, #414040 30%, #414040 65%, #000 100%);
}
.gallery__form input.btn__gallery {
    background: -webkit-gradient(linear, left top, right top, from(#F7D64F), color-stop(29.82%, #F9ED77), color-stop(69.34%, #D0AC38), to(#F4E46B));
    background: linear-gradient(90deg, #F7D64F 0%, #F9ED77 29.82%, #D0AC38 69.34%, #F4E46B 100%);
}
.wpcf7-spinner {
    display: none;
}
.modal__photo {
    height: 24px;
    width: 34px;
    background-image: url(assets/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}