
.button-links {
    margin-top: 30px;
}

.button-link.w350px {
    width: 350px;
}

.button-link {
    margin: 0 auto 15px auto;
    width: 100%;
    padding: 0 5px;
    border-radius: 150px;
    font-size: 24px;
    color: #475669;
    text-transform: uppercase;
    display: block;
    background: #efefef;
    line-height: 65px;
}

a.button-link:hover {
    background-color: #d4e4f2;
}

.top-btn {
    display: block;
    position: sticky;
    top: 0px;
    margin: 0 auto;
    width: 250px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px 1px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    color: rgb(255, 255, 255) !important;
    background: #ff8e41;
    padding: 0px 20px;
    border-radius: 0px 0px 5px 5px;
}

.media-wrap {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

.big-horizont-example {
    height: 240px;
    margin-top: 20px;
    border-radius: 5px
}

.friendly-host-example {
    height: 120px;
    margin: 20px 0;
    border-radius: 5px
}

.rkexblock.big-footer-example {
    height: 600px;
    position: relative;
    z-index: 101;
    padding-top: 60px;
    padding-bottom: 60px;
}

.rkexblock .fas.rotate {
    transform: rotate(-90deg);
}

.rkexblock {
    text-transform: uppercase;
    background: #ff8e41;
    color: #fff;
    text-align: center;
    padding: 20px 5px;
    flex-direction: column;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}

.rkexblock .rkexblock__pager-btn:not(.fas) {
    font-family: inherit;
}

.rkexblock .rkexblock__pager-btn {
    border: none;
    width: 50px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    vertical-align: top;
    margin: 0 5px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    color: #475669;
}

.rkexblock .rkexblock__size > *:not(.hint) {
    display: inline-block;
    vertical-align: middle;
}

.rkexblock .rkexblock__size .fas {
    font-size: 30px;
    margin-right: 15px;
}

.rkexblock .rkexblock__sizes {
    white-space: nowrap;
    overflow: auto;
    text-transform: lowercase;
    width: 100%;
}

.rkexblock .rkexblock__size {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 20px;
}

.big-footer-arrow a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.big-footer-arrow a {
    color: #ffffff;
}

html body .big-footer-arrow > * {
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
}

.big-footer-arrow.hidden {
    display: none !important;
}

.big-footer-arrow .fa-times-circle:before {
    margin-bottom: -3px;
    display: block;
}

.big-footer-arrow.active {
    padding: 0 20px;
}

.big-footer-arrow.active > *:not(.fa-times-circle) {
    display: none;
}

.big-footer-arrow.active .fa-times-circle {
    width: 100%;
    margin: 0;
    line-height: 20px;
}

.big-footer-arrow.active .fa-times-circle:before {
    content: '\f078';
    margin: 0;
}

.big-footer-arrow {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
    background-color: #e03a3a;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap;
    padding-left: 25px;
    border-radius: 100px 100px 0 0;
    color: white !important;
    cursor: pointer;
    display: block;
    border: none;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 20;
}

.big-footer-arrow i:hover {
    opacity: 0.8;
}

.big-footer-arrow i {
    font-size: 11px;
    margin-right: 10px;
    width: 30px;
}

.go-example {
    position: fixed;
    z-index: 1000;
    left: 90px;
    bottom: 20px;
}

.go-example .go-example__icon:not(.fas) {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.go-example .go-example__icon {
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    background: red;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.go-example:hover .go-example__icon:first-of-type {
    opacity: 1;
    transform: translate(0, -60px);
}

.go-example:hover .go-example__icon:nth-child(2) {
    opacity: 1;
    transform: translate(0, -120px);
    transition-delay: 0.3s;
}

.go-example:hover .go-example__icon:nth-child(3) {
    opacity: 1;
    transform: translate(0, -180px);
    transition-delay: 0.6s;
}


@media screen and (max-width: 1800px) {
    .go-example {
        left: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .go-example .go-example__icon {
        width: 30px;
        line-height: 30px;
        font-size: 15px;
        height: 30px;
        background-size: 15px;
    }

    .go-example img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1346px) {
    html body .big-footer-arrow > * {
        line-height: normal;
        height: auto;
        display: block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    }

    .big-footer-arrow i {
        margin: 10px 0 5px 0;
        line-height: 14px;
        font-size: 9px;
    }

    .big-footer-arrow.active {
        padding: 0;
        height: 35px;
        width: 14px;
        border-radius: 5px 0 0 5px;
        right: -7px;
    }

    .big-footer-arrow.active .fa-times-circle:before {
        content: '\f053';
    }

    .big-footer-arrow {
        font-size: 10px;
        bottom: calc(50% - 5px);
        border-radius: 10px 0 0 10px;
        right: -10px;
        left: auto;
        width: 20px;
        padding: 13px 4px 10px 4px;
    }

    .big-footer-arrow.active .fa-times-circle {
        opacity: 1;
        font-size: 12px;
        line-height: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .big-horizont-example {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .media-wrap {
        padding: 0 15px;
        margin: 0;
        width: 100%;
    }

    .button-link {
        font-size: 16px;
        width: 100%;
    }

    .friendly-host-example {
        height: 180px;
    }

    .rkexblock .rkexblock__pager-btn {
        height: 25px;
        font-size: 13px;
        margin: 0;
        width: 35px;
        line-height: 25px;
    }

    .rkexblock .rkexblock__size .fas {
        font-size: 14px;
        margin-right: 4px;
    }

    .rkexblock .rkexblock__size {
        margin: 0 7px;
        font-size: 10px;
    }
}