.header-top-levitov {
    background-image: url(img/levitov-portret-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    height: 40vw;
    right: 0;
    margin-top: 3rem;
}

.iframe-top-drive {
    border: none;
    height: 18rem;
}

.ion-icon {
    font-size: 6rem;
    margin-top: -2rem;
    margin-left: -2rem;
}

.person-photo-cover {
    width: 9rem;
    position: absolute;
    left: -1rem;
    top: 0.8rem;
    background-size: cover;
}

.btn.btn-primary:hover {
    background-color: #0e806a !important;
    border: 1px solid #0e806a!important;
}

.img-bulb {
    position: absolute;
    z-index: -1;
    width: 90vw;
    display: none;
}

.img-bulb.img-bulb-a {
    left: -30vw;
}

.img-bulb.img-bulb-b {
    right: -20vw;
}

.faq-box {
    width: 50vw;
}

.owl-item .faq-box {
    opacity: .1;
}

.owl-item.active.center .faq-box {
    background-color: #ffffff;
    opacity: 1!important;
}

.ri-icon-bg {
    margin-left: -5rem;
    margin-top: -5rem;
}

.modal-dialog.google-doc-modal,
.modal-dialog.google-doc-modal .modal-content {
    overflow: hidden;
    margin-right: -1.2rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.modal-dialog.google-doc-modal {
    width: 100%!important;
}

.google-doc-modal iframe {
    left: 0;
    border: none;
    overflow: hidden;
    position: relative;
    height: 100vh!important;
    overflow: hidden;
}