@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Playfair+Display:400,700|Raleway:300,400,800&amp;display=swap&amp;subset=cyrillic');

.c-check {
    display: block;
    cursor: pointer;
}

.h-100vh {
    height: calc(100vh - 190px);
}

.c-check input {
    display: none;
    position: absolute;
    background: white;
    border-color: transparent;
}

input:checked + .c-check__body .c-check__box:after {
    opacity: 1;
}

.c-check__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-check__box {
    position: relative;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 10px 20px rgba(216, 216, 216, .2);
    box-shadow: inset 0px 10px 20px rgba(216, 216, 216, .2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .c-check__box:after {
        opacity: 0;
        content: '';
        position: absolute;
        height: 12px;
        width: 4px;
        border-bottom: 2px solid #855013;
        border-right: 2px solid #855013;
        -webkit-transform: rotate(45deg) translateY(-0.3em);
        -ms-transform: rotate(45deg) translateY(-0.3em);
        -o-transform: rotate(45deg) translateY(-0.3em);
        transform: rotate(45deg) translateY(-0.3em);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .c-check__box:hover {
        border-color: #855013;
    }

.c-check__label {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
}

    .c-check__label a {
        color: #CB8738;
        text-decoration: underline;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .c-check__label a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }


/**/

.bb-btn {
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 14px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .bb-btn:hover {
        background: #CB8738;
        color: #fff;
    }

.gold-btn {
    display: block;
    border: none;
    max-width: 230px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 46px;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-19%, #855013), to(#FFC656)), #FFFFFF;
    background: -webkit-linear-gradient(bottom, #855013 -19%, #FFC656 100%), #FFFFFF;
    background: -o-linear-gradient(bottom, #855013 -19%, #FFC656 100%), #FFFFFF;
    background: linear-gradient(0deg, #855013 -19%, #FFC656 100%), #FFFFFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 0;
    position: relative;
}

    .gold-btn:after {
        display: block;
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background: #794100;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .gold-btn:hover:after {
        background: #FFAE52;
    }


/*золотая узнать кнопка*/

.g-btn {
    display: block;
    cursor: pointer;
    max-width: 240px;
    width: 100%;
    height: 60px;
    border: 1px solid transparent;
    background: -webkit-linear-gradient(337.43deg, #CB8738 38.05%, #E29A44 82.34%);
    background: -o-linear-gradient(337.43deg, #CB8738 38.05%, #E29A44 82.34%);
    background: linear-gradient(112.57deg, #CB8738 38.05%, #E29A44 82.34%);
    -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    color: #FEF7EF;
    padding: 19px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .g-btn:hover {
        background: transparent;
        border-color: #CB8738;
        color: #CB8738;
        -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    }


/*золотая узкая кнопка с бордер-радиусом и прозначным фоном*/

.gold-b-btn {
    display: block;
    background: transparent;
    border: 1px solid #CB8738;
    -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 244px;
    width: 100%;
    height: 50px;
    padding: 14px 0;
    font-size: 16px;
    line-height: 22px;
    color: #CB8738;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .gold-b-btn:hover {
        background: #CB8738;
        color: #fff;
        -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    }


/*серая прозначная кнопка*/

.gr-b-btn {
    display: block;
    background: transparent;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-width: 270px;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
    color: #C4C4C4;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .gr-b-btn:hover {
        background: #C4C4C4;
        color: #fff;
    }

.gr-btn {
    display: block;
    background: #C4C4C4;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    max-width: 270px;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    text-align: center;
}

    .gr-btn:hover {
        background: transparent;
        border-color: #C4C4C4;
        color: #C4C4C4;
    }

.icon-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/*золотая кнопка верификации в ЛК*/

.gold-ver {
    display: block;
    max-width: 270px;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-linear-gradient(316.33deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(316.33deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(133.67deg, #CB8738 -32.18%, #FFA800 173.17%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 9px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

    .gold-ver:hover {
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        border-color: #CB8738;
        color: #CB8738;
        background: transparent;
    }


/*оранжевая градиентная кнопка*/

.orng-btn {
    display: block;
    border: 1px solid transparent;
    background: -webkit-linear-gradient(left, #FFE259 0%, #FFA751 100%), -webkit-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(left, #FFE259 0%, #FFA751 100%), -o-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%), linear-gradient(124.49deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 170px;
    width: 100%;
    height: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #855013;
    text-transform: uppercase;
    padding: 6px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .orng-btn:hover {
        background: transparent;
        border-color: #855013;
    }


/*переопределение стилей плагина скрола (общее отображение полосы прокрутки)*/

.jspVerticalBar {
    width: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.jspTrack {
    background: #E1E1E1;
}

.jspDrag {
    background: #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

*,
*:active {
    outline-style: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

textarea,
input {
    -webkit-appearance: none;
}

textarea,
input,
select {
    -webkit-border-radius: 0;
    border-radius: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    max-width: 1920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #323232;
}

.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.hidden {
    display: none;
}

.indxbrn {
    height: 100%;
    background: url(../img/indxbnr-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0;
}

.indxbrn__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.indxbrn__content {
    padding-left: 70px;
}

.first-screen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.first-screen__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    margin-right: 30px;
}

.first-screen__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.introduction {
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 21, 2, .4)), to(rgba(37, 21, 2, .4)));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 21, 2, 0.4)), to(rgba(37, 21, 2, 0.4)));
    background: -webkit-linear-gradient(bottom, rgba(37, 21, 2, .4), rgba(37, 21, 2, .4));
    background: -o-linear-gradient(bottom, rgba(37, 21, 2, .4), rgba(37, 21, 2, .4));
    background: linear-gradient(0deg, rgba(37, 21, 2, .4), rgba(37, 21, 2, .4));
    border: 2px solid #FFAE52;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 45px 30px 27px;
}

.introduction__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.introduction__body {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

    .introduction__body p:not(:last-child) {
        margin-bottom: 15px;
    }

.introduction__btn .gold-btn {
    margin: 0 auto;
}

.goals__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.goals-list__item {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 170px;
    height: 80px;
    padding: 17px;
    background: rgba(37, 21, 2, .4);
    border: 1px solid #FFA751;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    transition: .3s ease-in-out;
}

    .goals-list__item .name {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
        width: 100%;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .goals-list__item .name:hover {
            padding-left: 25%;
        }

        .goals-list__item .name.noactive {
            cursor: default;
        }

            .goals-list__item .name.noactive:hover {
                padding-left: 0;
            }

    .goals-list__item .desc {
        display: none;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        margin-top: 18px;
    }

    .goals-list__item .close {
        display: none;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

        .goals-list__item .close:before,
        .goals-list__item .close:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            top: 50%;
            left: 50%;
            background: #ACA8A3;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .goals-list__item .close:before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .goals-list__item .close:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
            -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .goals-list__item .close:hover:before,
        .goals-list__item .close:hover:after {
            background: #fff;
        }

    .goals-list__item.open {
        max-width: 570px;
        width: 100%;
        height: auto;
        padding: 17px 50px 32px;
    }

        .goals-list__item.open .name {
            cursor: default;
        }

            .goals-list__item.open .name .icon-right {
                display: none;
            }

            .goals-list__item.open .name:hover {
                padding-left: 0;
            }

.about {
    height: 100%;
    background-color: #fff;
    margin-top: 40px;
}

.about__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.about__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: -webkit-calc(50% - 585px);
    padding-left: calc(50% - 585px);
}

    .about__left .content {
        width: 100%;
        height: 100%;
        padding-right: 67px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .about__left .content .title {
            font-family: 'Playfair Display', sans-serif;
            font-weight: bold;
            font-size: 24px;
            line-height: 32px;
            color: #CB8738;
            margin-bottom: 40px;
        }

        .about__left .content p {
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .6);
        }

            .about__left .content p:not(:last-child) {
                margin-bottom: 15px;
            }

.about__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-left: 30px;
    background: url(../img/about-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-right: -webkit-calc(50% - 585px);
    padding-right: calc(50% - 585px);
}

    .about__right .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

        .about__right .content .title {
            font-family: 'Playfair Display', sans-serif;
            font-weight: bold;
            font-size: 24px;
            line-height: 26px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }

.aspect-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-left: -2rem;
}

.el-aspect {
    width: -webkit-calc(33.33333% - 2rem);
    width: calc(33.33333% - 2rem);
    margin-left: 20px;
    margin-left: 2rem;
    background: rgba(47, 25, 0, .35);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 10px 9px 22px;
    height: 170px;
}

.el-aspect__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.el-aspect__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.8;
}

.el-aspect.main {
    background: rgba(37, 20, 0, .6);
    border: 2px solid #FFA800;
    height: 246px;
}

    .el-aspect.main .el-aspect__name {
        margin-bottom: 21px;
    }

    .el-aspect.main .el-aspect__text {
        line-height: 14px;
    }

.signup {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
}

.signup__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.signup__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    background: url(../img/signup-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: -webkit-calc(50% - 585px);
    padding-left: calc(50% - 585px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .signup__left .footer-part {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 5px;
    }

.signup__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: -webkit-calc(50% - 585px);
    padding-right: calc(50% - 585px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .signup__right .sign-steps {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .signup__right .footer-part {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 5px;
    }

.sign-steps {
    padding-left: 69px;
}

    .sign-steps .title {
        margin-bottom: 20px;
    }

        .sign-steps .title span {
            display: none;
        }

    .sign-steps .subtitle {
        font-size: 16px;
        line-height: 24px;
        color: rgba(106, 106, 106, .4);
        margin-top: 20px;
        margin-bottom: 33px;
    }

.sign-steps__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .sign-steps__caption li {
        font-family: 'Playfair Display', sans-serif;
        font-size: 30px;
        line-height: 40px;
        color: rgba(0, 0, 0, .6);
        margin: 0 20px;
    }

        .sign-steps__caption li.active {
            color: #CB8738;
        }

.sign-steps__content {
    display: none;
}

    .sign-steps__content.active {
        display: block;
    }

.login-step {
    padding-top: 71px;
}

    .login-step .title {
        margin-bottom: 0;
    }

    .login-step .subtitle {
        margin-top: 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, .8);
    }

        .login-step .subtitle a {
            color: #CB8738;
            text-decoration: underline;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .login-step .subtitle a:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

    .login-step .login-content {
        margin-top: 47px;
    }

        .login-step .login-content .password-rules {
            top: 15px;
        }

        .login-step .login-content .identifier-rules {
            top: 15px;
        }

.reg-submit {
    margin-top: 89px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .reg-submit .g-btn {
        margin-right: 21px;
    }

    .reg-submit span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

        .reg-submit span a {
            color: #CB8738;
            text-decoration: underline;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .reg-submit span a:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.reg-info-item.open .icon-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #cb8738;
}

.reg-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

    .reg-info-item .name {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

    .reg-info-item .icon-down {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        border-right: 2px solid rgba(203, 135, 56, .4);
        border-bottom: 2px solid rgba(203, 135, 56, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .reg-info-item:hover .icon-down {
        border-color: #cb8738;
    }

    .reg-info-item .dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 46px;
        width: 100%;
        height: 151px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
        padding: 15px;
        z-index: 5;
    }

    .reg-info-item .dropdown__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

        .reg-info-item .dropdown__list .jspPane {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .reg-info-item .dropdown__item {
        width: 33.33%;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .6);
        -webkit-transition: all 0, 4s ease-in-out;
        -o-transition: all 0, 4s ease-in-out;
        transition: all 0, 4s ease-in-out;
        margin-bottom: 9px;
    }

        .reg-info-item .dropdown__item:hover {
            color: rgba(203, 135, 56, .8);
        }

    .reg-info-item .dropdown.notfound {
        height: 50px;
    }

        .reg-info-item .dropdown.notfound .notfound__content {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 100%;
        }

        .reg-info-item .dropdown.notfound span {
            font-size: 12px;
            line-height: 16px;
            color: rgba(50, 50, 50, .6);
        }

            .reg-info-item .dropdown.notfound span a {
                text-decoration: underline;
                color: #CB8738;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .reg-info-item .dropdown.notfound span a:hover {
                    -webkit-text-decoration-color: transparent;
                    -moz-text-decoration-color: transparent;
                    text-decoration-color: transparent;
                }

.dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    height: 151px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
    padding: 15px;
    z-index: 5;
}

.dropdown__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown__item {
    cursor: pointer;
    width: 33.33%;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .6);
    -webkit-transition: all 0, 4s ease-in-out;
    -o-transition: all 0, 4s ease-in-out;
    transition: all 0, 4s ease-in-out;
    margin-bottom: 9px;
}

    .dropdown__item:hover {
        color: rgba(203, 135, 56, .8);
    }

.s-form {
    position: relative;
}

.s-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-left: -4rem;
}

    .s-form__list .s-input {
        width: -webkit-calc(50% - 4rem);
        width: calc(50% - 4rem);
        margin-left: 40px;
        margin-left: 4rem;
    }

.s-form .password-rules {
    position: absolute;
    width: 210px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 70px;
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
}

    .s-form .password-rules span {
        color: #CB8738;
    }

    .s-form .password-rules p {
        margin-bottom: 10px;
    }

    .s-form .password-rules ul {
        list-style: none;
    }

.s-form .verification-rules {
    position: absolute;
    width: 210px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 225px;
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
}

    .s-form .verification-rules span {
        color: #CB8738;
    }

    .s-form .verification-rules p {
        margin-bottom: 10px;
    }

.s-form .identifier-rules {
    position: absolute;
    width: 210px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 280px;
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
}

    .s-form .identifier-rules span {
        color: #CB8738;
    }

    .s-form .identifier-rules p {
        margin-bottom: 10px;
    }

.s-form__verif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px;
    margin-bottom: 25px;
}

    .s-form__verif span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

    .s-form__verif span {
        display: inline-block;
        margin-right: 47px;
    }

    .s-form__verif .s-verif:not(:last-child) {
        margin-right: 39px;
    }

.s-form__payment {
    margin-top: 34px;
    margin-bottom: 50px;
}

    .s-form__payment span {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-bottom: 20px;
    }

.s-form__payment--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-form__payment--item {
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 55px;
}

    .s-form__payment--item img {
        margin-bottom: 5px;
    }

    .s-form__payment--item .name {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #CB8738;
    }

    .s-form__payment--item:hover {
        opacity: 0.8;
    }

    .s-form__payment--item.active {
        opacity: 1;
    }

.s-form__code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .s-form__code .gold-b-btn {
        margin-right: 20px;
    }

.s-form__code-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.s-form .c-check {
    margin-bottom: 47px;
}

.s-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .s-form__btn .g-btn {
        margin-right: 21px;
    }

    .s-form__btn span {
        display: block;
        font-weight: 300;
        font-size: 14px;
        color: #6A6A6A;
    }

        .s-form__btn span a {
            display: block;
            font-weight: normal;
            -webkit-text-decoration-line: underline;
            -moz-text-decoration-line: underline;
            text-decoration-line: underline;
            color: #CB8738;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .s-form__btn span a:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

    .s-form__btn .orng-btn {
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        margin-right: 30px;
        max-width: 130px;
        height: 40px;
    }

        .s-form__btn .orng-btn.big {
            max-width: 240px;
            height: 60px;
        }

.s-form__login-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}

    .s-form__login-btn .g-btn {
        text-transform: uppercase;
        margin-right: 20px;
    }

    .s-form__login-btn .orng-btn {
        max-width: 130px;
        height: 40px;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-right: 30px;
    }

        .s-form__login-btn .orng-btn.big {
            max-width: 240px;
            height: 60px;
        }

    .s-form__login-btn span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

        .s-form__login-btn span a {
            color: #CB8738;
            text-decoration: underline;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .s-form__login-btn span a:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.s-form__password {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .s-form__password .s-input {
        margin-bottom: 0;
    }

    .s-form__password svg {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 12px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .s-form__password svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .s-form__password svg:hover path {
            fill: #CB8738;
        }

        .s-form__password svg.active path {
            fill: #CB8738;
            fill-opacity: 1;
        }

        .s-form__password svg.active:hover path {
            fill-opacity: 0.2;
        }

.s-verif input[type=radio] {
    display: none;
}

.s-verif label {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    position: relative;
    cursor: pointer;
    padding-left: 26px;
}

    .s-verif label:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #CB8738;
        background: transparent;
    }

.s-verif input[type=radio]:checked + label:before {
    content: "\2022";
    color: #CB8738;
    font-size: 32px;
    text-align: center;
    line-height: 15px;
}

.s-input.ver2 {
    display: none;
}

.s-form__code.ver2 {
    display: none;
}

.s-input.margin {
    margin-bottom: 20px;
}

.s-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    font-family: 'Open Sans', sans-serif;
}

    .s-input::-webkit-input-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input::-moz-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:-moz-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:-ms-input-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .s-input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.lkbg {
    background: url(../img/lk-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
}

.lk-main__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.lk-main__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    position: relative;
    top: -123px;
}

.lk-main__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 30px;
    position: relative;
    top: -47px;
}

.lk-main__left.other-user {
    top: auto;
    top: initial;
    margin-top: 30px;
}


/*страница другого пользователя*/

.other-user__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.other-user__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-top: 30px;
}

.other-user__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 30px;
    position: relative;
    top: 0;
}

    .other-user__right .lk-tabs__caption {
        position: absolute;
        top: -47px;
        width: 100%;
    }

        .other-user__right .lk-tabs__caption .back-to-own-profile {
            position: absolute;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            left: -285px;
            width: 152px;
        }

        .other-user__right .lk-tabs__caption .back-to-own-profile__photo {
            width: 80px;
            position: relative;
            margin-right: 8px;
        }

            .other-user__right .lk-tabs__caption .back-to-own-profile__photo img {
                -webkit-border-radius: 5px;
                border-radius: 5px;
                overflow: hidden;
            }

        .other-user__right .lk-tabs__caption .back-to-own-profile__icon {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            position: absolute;
            left: -15px;
            bottom: 0;
            padding: 7px 0;
            text-align: center;
            cursor: pointer;
        }

            .other-user__right .lk-tabs__caption .back-to-own-profile__icon:hover {
                -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
                box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
            }

        .other-user__right .lk-tabs__caption .back-to-own-profile__text {
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            color: #FFFFFF;
        }


/* /страница другого пользователя*/

.commercial-list {
    margin-top: 70px;
}

.profile-verification {
    margin-top: 13px;
}

    .profile-verification .gold-ver {
        max-width: 300px;
    }

    .profile-verification .gold-b-btn {
        max-width: 270px;
        height: 40px;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 0;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .profile-verification .gr-b-btn {
        text-align: center;
    }

.profile-info {
    width: 100%;
}

.profile-info__photo {
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    height: 203px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

    .profile-info__photo .edit-profile {
        margin-top: 0;
        position: absolute;
        top: 8px;
        left: 9px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .profile-info__photo .edit-profile a {
            display: none;
            opacity: 0;
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, .8);
            margin-left: 40px;
            min-width: 140px;
        }

        .profile-info__photo .edit-profile .icon-edit {
            width: 30px;
            height: 30px;
            border-right: 1px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }

            .profile-info__photo .edit-profile .icon-edit svg {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .profile-info__photo .edit-profile:hover {
            width: 186px;
        }

            .profile-info__photo .edit-profile:hover .icon-edit {
                border-color: rgba(203, 135, 56, .2);
            }

            .profile-info__photo .edit-profile:hover a {
                display: block;
                opacity: 1;
            }

    .profile-info__photo .verification {
        display: block;
        position: absolute;
        bottom: 4px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 19px;
        color: #FF0000;
    }

.profile-info__body {
    background: #FFFFFF;
    border: 1px solid #CB8738;
    border-top: none;
    -webkit-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
}

.profile-info__body--top,
.profile-info__body--bottom {
    padding: 10px 12px 20px 24px;
}

.profile-info__body--top {
    border-bottom: 1px solid rgba(203, 135, 56, .4);
}

.user-info__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #323232;
}

.user-info__age {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #9B9B9B;
    margin-bottom: 11px;
}

.user-info__last-names-list {
    margin-top: 11px;
    margin-bottom: 20px;
}

    .user-info__last-names-list .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px;
    }

        .user-info__last-names-list .item .value {
            font-size: 14px;
            line-height: 19px;
            color: rgba(50, 50, 50, .8);
        }

        .user-info__last-names-list .item .remove {
            cursor: pointer;
            width: 15px;
            height: 15px;
        }

            .user-info__last-names-list .item .remove svg path {
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .user-info__last-names-list .item .remove:hover svg path {
                fill: #CB8738;
            }

        .user-info__last-names-list .item + .add-lastname {
            margin-top: 10px;
        }

    .user-info__last-names-list .add-lastname {
        cursor: pointer;
        background: transparent;
        border: none;
        position: relative;
        padding-left: 16px;
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .user-info__last-names-list .add-lastname:before,
        .user-info__last-names-list .add-lastname:after {
            display: block;
            content: '';
            width: 2px;
            height: 11px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            background: rgba(203, 135, 56, .5);
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .user-info__last-names-list .add-lastname:after {
            -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
        }

        .user-info__last-names-list .add-lastname:hover {
            color: #323232;
        }

            .user-info__last-names-list .add-lastname:hover:before,
            .user-info__last-names-list .add-lastname:hover:after {
                background: #cb8738;
            }

.user-info__album {
    margin-top: 20px;
}

    .user-info__album .title {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #CB8738;
    }

    .user-info__album .album-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -6px;
        margin-left: -0.6rem;
    }

    .user-info__album .album-item {
        width: -webkit-calc(33.33333% - 0.6rem);
        width: calc(33.33333% - 0.6rem);
        margin-left: 6px;
        margin-left: 0.6rem;
        position: relative;
        cursor: pointer;
    }

        .user-info__album .album-item span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .5);
            font-weight: bold;
            font-size: 20px;
            line-height: 27px;
            color: #FFFFFF;
            padding: 21px 16px;
        }

        .user-info__album .album-item img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.last-names-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

    .last-names-list .item .value {
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .8);
    }

    .last-names-list .item .remove {
        cursor: pointer;
        width: 15px;
        height: 15px;
    }

        .last-names-list .item .remove svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .last-names-list .item .remove:hover svg path {
            fill: #CB8738;
        }

    .last-names-list .item + .add-lastname {
        margin-top: 10px;
    }

.last-names-list .add-lastname {
    cursor: pointer;
    background: transparent;
    border: none;
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .4);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .last-names-list .add-lastname:before,
    .last-names-list .add-lastname:after {
        display: block;
        content: '';
        width: 2px;
        height: 11px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: rgba(203, 135, 56, .5);
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .last-names-list .add-lastname:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .last-names-list .add-lastname:hover {
        color: #323232;
    }

        .last-names-list .add-lastname:hover:before,
        .last-names-list .add-lastname:hover:after {
            background: #cb8738;
        }

.personal-data-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

    .personal-data-list .item div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .personal-data-list .item span {
        display: inline-block;
        margin-right: 5px;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 1);
    }

    .personal-data-list .item .value {
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

    .personal-data-list .item .show-eye {
        width: 20px;
        height: 12px;
        cursor: pointer;
    }

        .personal-data-list .item .show-eye svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .personal-data-list .item .show-eye:hover svg path {
            fill: #D8BA98;
        }

        .personal-data-list .item .show-eye.hide-info svg path {
            fill: silver;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .personal-data-list .item .show-eye.hide-info:hover svg path {
            fill-opacity: 0.5;
        }

.account-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

    .account-info__item:last-child {
        margin-bottom: 0;
    }

    .account-info__item .name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 1);
        position: relative;
    }

        .account-info__item .name:before {
            display: inline-block;
            content: '';
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }

        .account-info__item .name#friends:before {
            background: url(../img/followers.svg) no-repeat;
        }

        .account-info__item .name#friends:after {
            display: block;
            content: '';
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #DB3A3A;
            position: absolute;
            top: 0;
            left: 15px;
        }

        .account-info__item .name#messages:before {
            height: 12px;
            background: url(../img/message.svg) no-repeat;
        }

        .account-info__item .name#messages:after {
            display: block;
            content: '';
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #3BCB75;
            position: absolute;
            top: 0;
            left: 17px;
        }

        .account-info__item .name#groups:before {
            height: 12px;
            background: url(../img/groups.svg) no-repeat;
        }

        .account-info__item .name#folders:before {
            background: url(../img/folder.svg) no-repeat;
        }

    .account-info__item .count {
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

        .account-info__item .count span {
            display: inline-block;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #8F8F8F;
            margin-left: 5px;
        }

    .account-info__item.current .name {
        color: #855013;
        font-weight: 600;
    }

.commercial-item {
    width: 100%;
    height: 270px;
    background: rgba(219, 171, 116, .3);
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 35px;
}

    .commercial-item span {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
    }

.lk-tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .lk-tabs__caption li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 17px 21px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .lk-tabs__caption li a {
            display: flex;
        }

        .lk-tabs__caption li .icon {
            margin-right: 7px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        }

            .lk-tabs__caption li .icon svg path {
                fill: #fff;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .lk-tabs__caption li .icon svg.path-stroke path {
                stroke: #fff;
                fill: none;
            }

        .lk-tabs__caption li span {
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .lk-tabs__caption li:not(.active) {
            cursor: pointer;
        }

            .lk-tabs__caption li:not(.active):hover {
                background: #fff;
            }

                .lk-tabs__caption li:not(.active):hover span {
                    color: #CB8738;
                }

                .lk-tabs__caption li:not(.active):hover .icon svg path {
                    fill: #CB8738;
                }

                .lk-tabs__caption li:not(.active):hover .icon svg.path-stroke path {
                    stroke: #CB8738;
                    fill: none !important;
                }

        .lk-tabs__caption li.active {
            background: #fff;
        }

            .lk-tabs__caption li.active span {
                color: #CB8738;
            }

            .lk-tabs__caption li.active .icon svg path {
                fill: #CB8738;
            }

.lk-tabs__content {
    display: none;
    padding-top: 34px;
    padding-left: 55px;
}

    .lk-tabs__content.active {
        display: block;
    }

    .lk-tabs__content.dig-h {
        padding-left: 0;
    }

.other-user__content {
    margin-top: 20px;
}

    .other-user__content .lktab--bottom {
        margin-top: 0;
    }


/*вкладка ЛК*/

.lktab {
    /*вкладка ЛК, где расположены группы, друзья, чат*/
}

.lktab--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 322px;
}

.lktab--bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .lktab--bottom .commercial-list {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 270px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 270px;
        flex: 1 0 270px;
        margin-left: 30px;
        margin-top: 0;
    }

        .lktab--bottom .commercial-list .commercial-item {
            margin-bottom: 13px;
        }


/*блок всех групп в личном кабинете*/

.lk-groups {
    width: 260px;
    height: 100%;
}

.lk-groups__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #CB8738;
    height: 38px;
}

    .lk-groups__head .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 1);
    }

        .lk-groups__head .title .add {
            display: block;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: 10px;
            -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .lk-groups__head .title .add:hover {
                -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
                box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
            }

    .lk-groups__head .icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

        .lk-groups__head .icons .filter {
            margin-left: 12px;
        }

.lk-groups__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    direction: rtl;
    height: 223px;
    padding-top: 16px;
    padding-left: 10px;
    margin-left: -16px;
    padding-right: 10px;
}

    .lk-groups__list .jspPane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 10px !important;
        padding-top: 16px !important;
        padding-right: 10px !important;
    }

    .lk-groups__list .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.group-symbol {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

    .group-symbol span {
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .group-symbol#red {
        background: #DB3A3A;
    }

    .group-symbol#blue {
        background: #473ADB;
    }

    .group-symbol#green {
        background: #3ADB8E;
    }

    .group-symbol#total-access {
        background: #3BCB75;
    }

    .group-symbol#close-access {
        background: #DB3A3A;
    }

.el-group {
    width: 41%;
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    direction: ltr;
    margin-right: 20px;
}

.el-group__top {
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    opacity: 0.6;
    min-height: 100.933px;
}

.el-group__letter {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
}

.el-group__options {
    top: -6px;
    right: -6px;
}

.el-group__bottom {
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.el-group__number {
    font-weight: 300;
}

    .el-group__number span {
        font-weight: normal;
        color: #CB8738;
    }

.el-group:hover .el-group__top {
    border-color: #CB8738;
    opacity: 1;
}

.el-group:hover .el-group__bottom {
    opacity: 1;
}

.el-group.open .el-group__top {
    border-color: #CB8738;
    opacity: 1;
}

.el-group.open .el-group__bottom {
    opacity: 1;
}

.back {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    padding: 3px 0;
    text-align: center;
}

    .back svg path {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .back:hover {
        background: #CB8738;
    }

        .back:hover svg path {
            fill: #fff;
        }

.options-dots {
    width: 18px;
    height: 18px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
    padding: 4px 0;
    text-align: center;
    z-index: 5;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .options-dots:hover {
        -webkit-box-shadow: 0px 4px 8px rgba(203, 135, 56, .9);
        box-shadow: 0px 4px 8px rgba(203, 135, 56, .9);
    }

.members-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-left: -0rem;
}

.el-member {
    height: 50px;
    width: 50%;
    margin-left: 0px;
    margin-left: 0rem;
}

    .el-member img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }


    /*когда в группе 2 человека*/

    .el-member.full-width {
        width: 100%;
        margin-left: 0px;
        margin-left: 0rem;
    }


    /*в группе 3 человека*/

    .el-member.third {
        width: 100%;
        margin-left: 0px;
        margin-left: 0rem;
    }

.group-chats {
    display: none;
    width: 210px;
    height: 100%;
}

.group-chats__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
}

    .group-chats__head .group-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .group-chats__head .group-title .group-symbol {
            margin-right: 6px;
        }

        .group-chats__head .group-title .name {
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            color: #323232;
        }

.group-chats__body {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 223px;
    direction: ltr;
}

    .group-chats__body .jspPane {
        margin-left: 0 !important;
    }

    .group-chats__body .jspVerticalBar {
        left: -8px !important;
    }

    .group-chats__body .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.lk-chat-list {
    width: 210px;
    height: 100%;
}

.lk-chat-list__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
}

    .lk-chat-list__head .title {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 1);
    }

.lk-chat-list__body-scrolled {
    height: 223px;
    padding-left: 5px;
    margin-left: -10px;
}

.lk-chat-list__body {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 223px;
    direction: ltr;
}

    .lk-chat-list__body .jspPane {
        margin-left: 0 !important;
    }

    .lk-chat-list__body .jspVerticalBar {
        left: -8px !important;
    }

    .lk-chat-list__body .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.el-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 18px;
    position: relative;
    cursor: pointer;
    height: 70px;
}

.el-chat__photo {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 10px;
}

    .el-chat__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

.el-chat__photo--options {
    display: block;
    top: -6px;
    right: -6px;
}

.el-chat__photo .status-dot {
    top: 0;
    left: 0;
}

.el-chat__photo .member-groups {
    bottom: 0;
}

.el-chat__body {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.el-chat__name {
    color: #323232;
    max-width: 100px;
}

.el-chat__message {
    color: rgba(50, 50, 50, .6);
    height: 15px;
    overflow: hidden;
}

    .el-chat__message.has-attach {
        color: #CB8738;
    }

.el-chat__count {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DBAB74;
    padding: 5px;
}

    .el-chat__count span {
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
    }

.el-chat:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 55, 12, .2)), color-stop(67.34%, rgba(219, 171, 116, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 55, 12, 0.2)), color-stop(67.34%, rgba(219, 171, 116, 0)));
    background: -webkit-linear-gradient(left, rgba(94, 55, 12, .2) 0%, rgba(219, 171, 116, 0) 67.34%);
    background: -o-linear-gradient(left, rgba(94, 55, 12, .2) 0%, rgba(219, 171, 116, 0) 67.34%);
    background: linear-gradient(90deg, rgba(94, 55, 12, .2) 0%, rgba(219, 171, 116, 0) 67.34%);
}

.el-chat.open {
    cursor: default;
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 55, 12, .4)), color-stop(67.34%, rgba(219, 171, 116, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(94, 55, 12, 0.4)), color-stop(67.34%, rgba(219, 171, 116, 0)));
    background: -webkit-linear-gradient(left, rgba(94, 55, 12, .4) 0%, rgba(219, 171, 116, 0) 67.34%);
    background: -o-linear-gradient(left, rgba(94, 55, 12, .4) 0%, rgba(219, 171, 116, 0) 67.34%);
    background: linear-gradient(90deg, rgba(94, 55, 12, .4) 0%, rgba(219, 171, 116, 0) 67.34%);
}

.member-groups {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .member-groups .group-circle {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: 0;
    }

        .member-groups .group-circle:first-child {
            z-index: 3;
        }

        .member-groups .group-circle:nth-child(n):not(:first-child) {
            margin-left: -4px;
        }

        .member-groups .group-circle#red {
            background: #DB3A3A;
        }

        .member-groups .group-circle#blue {
            background: #473ADB;
        }

.status-dot {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.online {
    background: #3BCB75;
}

.offline {
    background: #DB3A3A;
}

.lk-open-chat {
    width: 314px;
    height: 100%;
}

.private-chat__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 38px;
}

    .private-chat__head .user {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .private-chat__head .user__photo {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


        .private-chat__head .user__photo img {
            height: 100%;
        }

    .private-chat__head .user__body .name {
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 1);
    }

    .private-chat__head .user__body .status {
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .4);
    }

    .private-chat__head .settings {
        display: block;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #E1B788;
        text-align: center;
        padding: 3px 0;
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .private-chat__head .settings svg circle {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .private-chat__head .settings:hover {
            background: #fff;
            -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
        }

            .private-chat__head .settings:hover svg circle {
                fill: #E1B788;
            }

.private-chat__body {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 223px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .private-chat__body .write-message {
        border-top: 1px solid #CB8738;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }

.messages-list {
    padding: 10px;
    width: 100%;
    overflow-y: scroll;
}

    .messages-list .chat-date {
        text-align: center;
        font-size: 10px;
        line-height: 14px;
        color: rgba(50, 50, 50, .5);
        margin-bottom: 6px;
    }

    .messages-list .smb-typing {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: rgba(0, 0, 0, .8);
        margin-bottom: 6px;
        margin-left: -10px;
    }

.messages-list--item {
    position: relative;
    margin-bottom: 24px;
}

.messages-list--item__photo {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

    .messages-list--item__photo img {
        height: 100%;
    }

.messages-list--item__body {
    max-width: 200px;
    border: 1px solid #CB8738;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 12px 8px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    position: relative;
}

.messages-list--item__time {
    font-size: 10px;
    line-height: 14px;
    color: rgba(0, 0, 0, .7);
    text-align: right;
}

    .messages-list--item__time svg {
        vertical-align: middle;
    }

.messages-list--item .message-options {
    width: 11px;
    height: 11px;
    position: absolute;
    text-align: center;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.messages-list--item .message-actions {
    right: -10px;
    top: 15px;
}

.messages-list .jspContainer {
    padding-right: 10px !important;
    padding-bottom: 0 !important;
}

.messages-list .jspPane {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

.actions-menu {
    display: none;
    max-width: 100px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
}

    .actions-menu .item {
        padding: 5px 9px;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: #CB8738;
        background: #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: block;
    }

        .actions-menu .item:not(:last-child) {
            border-bottom: 1px solid rgba(219, 171, 116, .2);
        }

        .actions-menu .item:hover {
            background: #CB8738;
            color: #fff;
        }

        .actions-menu .item.disabled {
            cursor: default;
            color: rgba(50, 50, 50, .4);
        }

            .actions-menu .item.disabled:hover {
                background: #fff;
                color: rgba(50, 50, 50, .4);
            }

.outcoming-mes {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
}

    .outcoming-mes .messages-list--item__body {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        background: #c1d6c2;
        border-color: #229623;
    }

.incoming-mes {
    max-width: 220px;
    padding-top: 20px;
    padding-left: 20px;
}

    .incoming-mes .messages-list--item__body {
        background: #F8E7D4;
    }

.write-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .write-message input.typing {
        border: none;
        background: transparent;
        padding: 11px 15px;
        width: 80%;
        font-size: 12px;
        line-height: 16px;
        color: #323232;
        font-family: 'Open Sans', sans-serif;
    }

        .write-message input.typing::-webkit-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing::-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:-ms-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .write-message input.typing:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .write-message .fl_upload label {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

        .write-message .fl_upload label svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .write-message .fl_upload label input.fl_inp {
            display: none;
        }

    .write-message .fl_upload:hover label svg path {
        stroke: #CB8738;
    }

    .write-message .send {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: -10px;
        width: 54px;
        height: 54px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .write-message .send svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .write-message .send:hover {
            -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, .1);
            background: #E1B788;
        }

            .write-message .send:hover svg path {
                fill: #fff;
            }

.folders-tabs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.folders-tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    height: 33px;
}

    .folders-tabs__caption li.active {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #CB8738;
        position: relative;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

        .folders-tabs__caption li.active span {
            display: inline-block;
            font-size: 12px;
            line-height: 16px;
            color: #323232;
            margin-left: 10px;
        }

        .folders-tabs__caption li.active:after {
            display: block;
            content: '';
            width: 29%;
            height: 4px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #CB8738;
            position: absolute;
            bottom: -8px;
            z-index: 5;
        }

    .folders-tabs__caption li:not(.active) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #B4B4B4;
        margin-right: 13px;
        cursor: pointer;
        -webkit-transition: color 0.4s ease-in-out;
        -o-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
    }

        .folders-tabs__caption li:not(.active):hover {
            color: #CB8738;
        }

        .folders-tabs__caption li:not(.active) span {
            display: none;
        }

    .folders-tabs__caption:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #E1E1E1;
    }

.folders-tabs__content {
    display: none;
}

    .folders-tabs__content.active {
        display: block;
    }

.folders-border {
    border-bottom: 1px solid #CB8738;
}

.btns-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 12px;
}

    .btns-panel .add {
        margin-right: 25px;
    }

    .btns-panel .search {
        margin-right: 12px;
    }

    .btns-panel .forward {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 170px;
        width: 100%;
        height: 35px;
        border: 1px solid transparent;
        background: -webkit-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(124.49deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin-left: 16px;
    }

        .btns-panel .forward span {
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-left: 6px;
        }

        .btns-panel .forward svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .btns-panel .forward:hover {
            border-color: #CB8738;
            background: transparent;
        }

            .btns-panel .forward:hover span {
                color: #CB8738;
            }

            .btns-panel .forward:hover svg path {
                fill: #CB8738;
            }

.folders-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 310px;
    margin-left: -15px;
}

    .folders-list .jspPane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 16px !important;
    }

    .folders-list .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.folder-item.create .folder-item__cover {
    height: 95px;
    text-align: center;
    padding: 18px;
    background: rgba(203, 135, 56, .4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .folder-item.create .folder-item__cover:before,
    .folder-item.create .folder-item__cover:after {
        background: transparent;
    }

    .folder-item.create .folder-item__cover:hover:before,
    .folder-item.create .folder-item__cover:hover:after {
        background: transparent;
    }

.folder-item {
    width: -webkit-calc(25% - 35px);
    width: calc(25% - 35px);
    position: relative;
    opacity: 0.6;
    /*-webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.folder-item__cover {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 95.5px;
}

    .folder-item__cover img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .folder-item__cover:after,
    .folder-item__cover:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .folder-item__cover:after {
        background: rgba(203, 135, 56, .4);
        top: 4px;
        left: 4px;
    }

    .folder-item__cover:before {
        background: transparent;
        top: 8px;
        left: 8px;
    }

.folder-item__options.options-dots {
    width: 26px;
    height: 26px;
    top: -10px;
    right: -10px;
    padding: 8px 0;
}

.folder-item .actions-menu {
    width: 133px;
    max-width: none;
    max-width: initial;
    top: 22px;
    z-index: 4;
    left: -webkit-calc(100% - 16px);
    left: calc(100% - 16px);
}

.folder-item__letters-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .folder-item__letters-list .group-symbol:nth-child(n) {
        margin-left: -4px;
        z-index: 1;
    }

    .folder-item__letters-list .group-symbol:last-child {
        z-index: 0;
    }

    .folder-item__letters-list .group-symbol:first-child {
        margin-left: 0;
        z-index: 2;
    }

.folder-item__info {
    margin-top: 10px;
}

.folder-item__title {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
    max-height: 16px;
    overflow: hidden;
}

.folder-item__number {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 1);
}

    .folder-item__number span {
        font-weight: normal;
        color: rgba(203, 135, 56, 1);
    }

.folder-item:hover {
    opacity: 1;
}

    .folder-item:hover .folder-item__cover:after {
        background: rgba(203, 135, 56, .8);
    }

    .folder-item:hover .folder-item__cover:before {
        background: rgba(203, 135, 56, .4);
    }

.folder-item:nth-child(4n+4) .actions-menu {
    left: -25px;
}

.folder-item.active {
    opacity: 1;
}

    .folder-item.active .folder-item__cover:after {
        background: rgba(203, 135, 56, .8);
    }

    .folder-item.active .folder-item__cover:before {
        background: rgba(203, 135, 56, .4);
    }

.lift {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    margin-left: 100px;
    height: 711px;
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 22px;
    position: relative;
}

.lift__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #323232;
    margin-bottom: 4px;
}

.lift__desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, .8);
}

.lift .fl_upload {
    width: 144px;
    height: 135px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .lift .fl_upload .fl_nm {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: rgba(0, 0, 0, .8);
        margin-bottom: 23px;
    }

    .lift .fl_upload label {
        display: block;
        margin: auto;
        width: 80px;
        height: 80px;
        border: 2px dashed #999999;
        padding: 25px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .lift .fl_upload label input {
            display: none;
        }

        .lift .fl_upload label:hover {
            opacity: 0.5;
        }

.open-folder {
    display: none;
    margin-top: 15px;
}

.open-folder__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .open-folder__top .folder-caption {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .open-folder__top .folder-options {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.open-folder__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 263px;
    margin-left: -15px;
}

    .open-folder__list .jspPane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .open-folder__list .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.folder-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .folder-caption .back {
        margin-right: 10px;
    }

    .folder-caption .title {
        font-size: 16px;
        line-height: 22px;
        color: #323232;
    }

        .folder-caption .title span {
            font-weight: 600;
            color: #CB8738;
        }

    .folder-caption .number {
        font-weight: 300;
        font-size: 12px;
        line-height: 22px;
        color: rgba(0, 0, 0, 1);
        margin-left: 14px;
    }

        .folder-caption .number span {
            font-weight: normal;
            color: rgba(203, 135, 56, 1);
        }

.folder-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .folder-options .add {
        margin-right: 25px;
    }

    .folder-options .search {
        margin-right: 12px;
    }

.el-photo {
    width: -webkit-calc(25% - 35px);
    width: calc(25% - 35px);
    min-width: 95px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.el-photo__options {
    width: 26px;
    height: 26px;
    top: -4px;
    right: -2px;
    padding: 8px 0;
}

.el-photo .actions-menu {
    width: 133px;
    max-width: none;
    max-width: initial;
    top: 28px;
    z-index: 6;
    left: -webkit-calc(100% - 25px);
    left: calc(100% - 25px);
}

.el-photo__pic {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 2px;
    position: relative;
    width: 95px;
    height: 95px;
    display: block;
}

    .el-photo__pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .el-photo__pic .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.el-photo__name {
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    max-height: 16px;
    overflow: hidden;
}

.el-photo:nth-child(4n+4) .actions-menu {
    left: -25px;
}

.friends-content {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.friends-content__search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-left: 30px;
}

.friends-content__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.fr-search {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 35px;
}

.fr-search__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #CB8738;
    margin-bottom: 16px;
}

.fr-search__list {
    margin-bottom: 35px;
}

    .fr-search__list .reg-info-item {
        padding-bottom: 6px;
        border-bottom: 1px solid #CB8738;
    }

        .fr-search__list .reg-info-item:not(:last-child) {
            margin-bottom: 20px;
        }

        .fr-search__list .reg-info-item:last-child {
            margin-bottom: 0;
        }

        .fr-search__list .reg-info-item .name {
            font-size: 14px;
            line-height: 19px;
        }

        .fr-search__list .reg-info-item .icon-down {
            width: 10px;
            height: 10px;
        }

        .fr-search__list .reg-info-item .dropdown {
            height: 270px;
            top: 30px;
        }

        .fr-search__list .reg-info-item .dropdown__list {
            height: 100%;
        }

        .fr-search__list .reg-info-item .dropdown__item {
            width: 100%;
        }

.fr-search__input {
    position: relative;
    margin-bottom: 10px;
}

    .fr-search__input label {
        display: block;
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .7);
    }

    .fr-search__input input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #CB8738;
        padding-bottom: 6px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .7);
    }

        .fr-search__input input::-webkit-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input::-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:-ms-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fr-search__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .fr-search__input .icon {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

.fr-search__btns {
    margin-top: 10px;
}

    .fr-search__btns .results {
        text-align: center;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #323232;
        margin-bottom: 10px;
    }

        .fr-search__btns .results span {
            color: #CB8738;
        }

    .fr-search__btns .gold-ver {
        cursor: pointer;
        background: -webkit-linear-gradient(324.73deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(324.73deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(125.27deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 40px;
        margin-bottom: 7px;
    }

    .fr-search__btns .reset {
        display: block;
        margin: 0 auto;
        cursor: pointer;
        background: transparent;
        border: none;
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        text-transform: uppercase;
        color: rgba(50, 50, 50, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .fr-search__btns .reset:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }


/*Вкладки Все Друзья и Запросы в друзья*/

.fr-tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 10px;
}

    .fr-tabs__caption:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(50, 50, 50, .2);
    }

    .fr-tabs__caption li {
        font-family: 'Playfair Display', sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: rgba(50, 50, 50, .4);
    }

        .fr-tabs__caption li.active {
            font-size: 20px;
            line-height: 27px;
            color: #CB8738;
            position: relative;
        }

            .fr-tabs__caption li.active:after {
                display: block;
                content: '';
                position: absolute;
                bottom: -10px;
                height: 4px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #CB8738;
            }

        .fr-tabs__caption li:not(.active) {
            cursor: pointer;
            -webkit-transition: color 0.4s ease-in-out;
            -o-transition: color 0.4s ease-in-out;
            transition: color 0.4s ease-in-out;
        }

            .fr-tabs__caption li:not(.active):hover {
                color: #CB8738;
            }

        .fr-tabs__caption li.first.active:after {
            left: 0;
            width: 450%;
        }

        .fr-tabs__caption li.second.active:after {
            right: 0;
            width: 280%;
        }

.fr-tabs__content {
    display: none;
}

    .fr-tabs__content .check-block {
        margin-top: 6px;
        margin-bottom: 11px;
    }

        .fr-tabs__content .check-block .c-check__body {
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -moz-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .fr-tabs__content .check-block .c-check__box {
            width: 17px;
            height: 17px;
            background: #F2EDE6;
            margin-right: 5px;
        }

        .fr-tabs__content .check-block .c-check__label {
            font-size: 12px;
            line-height: 17px;
        }

    .fr-tabs__content.active {
        display: block;
    }


/*Блок для сортировки таблицы друзей*/

.sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(50, 50, 50, .3);
}

.sorting__joined {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 167px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 167px;
    flex: 0 1 167px;
    margin-right: 29px;
}

.sorting__item.date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 111px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 111px;
    flex: 0 1 111px;
    margin-right: 10px;
}

.sorting__item.age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 46px;
    flex: 0 1 46px;
}

.sorting__item.country {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 42px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 42px;
    flex: 0 1 42px;
    margin-right: 35px;
}

.sorting__item.city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 37px;
    flex: 0 1 37px;
    margin-right: 81px;
}

.sorting__item.continuity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 94px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 94px;
    flex: 0 1 94px;
}

.sorting__item.btns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 123px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 123px;
    flex: 0 1 123px;
}

.sorting__item {
    cursor: pointer;
}

    .sorting__item span {
        font-size: 10px;
        line-height: 14px;
        color: rgba(203, 135, 56, .6);
        padding-right: 7px;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .sorting__item span:after {
            display: block;
            content: '';
            position: absolute;
            right: 0;
            top: 65%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/sort-icon.svg) no-repeat;
            width: 6px;
            height: 4px;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .sorting__item:hover span {
        color: #cb8738;
    }

    .sorting__item.active span {
        color: #cb8738;
    }

    .sorting__item.up span:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .sorting__item.down span:after {
        top: 65%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }


/*список друзей*/

.friends-list {
    margin-top: 14px;
    /*список Результаты поиска*/
}

.friends-list__label {
    font-size: 16px;
    line-height: 22px;
    color: #CB8738;
    margin-bottom: 8px;
}

    .friends-list__label span {
        display: inline-block;
        margin-left: 12px;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .5);
    }

.friends-list__scrolled {
    height: 340px;
    margin-left: -15px;
}

    .friends-list__scrolled .jspPane {
        padding-top: 8px !important;
    }

    .friends-list__scrolled .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

    .friends-list__scrolled .friends-item {
        margin-left: 7px;
        margin-right: 7px;
    }


/*строка Друга на странице Друзья*/

.friends-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 5px 9px 5px 5px;
}

    .friends-item:not(:last-child) {
        margin-bottom: 10px;
    }

.friends-item__options {
    right: -8px;
    top: -8px;
}

.friends-item .actions-menu {
    right: -8px;
    top: 20px;
    z-index: 6;
    max-width: 122px;
}

.friends-item__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 173px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 173px;
    flex: 0 1 173px;
    margin-right: 24px;
    border-right: 1px solid rgba(219, 171, 116, .4);
    margin-top: -5px;
    margin-bottom: -5px;
    padding: 5px 0;
}

.friends-item__photo {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-right: 7px;
}

    .friends-item__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.friends-item__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .friends-item__body .name {
        font-size: 12px;
        color: rgba(50, 50, 50, .8);
    }

    .friends-item__body .age,
    .friends-item__body .status {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
    }

.friends-item__country {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 41px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 41px;
    flex: 0 1 41px;
    margin-right: 36px;
}

.friends-item__city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 82px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 82px;
    flex: 0 1 82px;
    margin-right: 36px;
}

.friends-item__continuity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    margin-right: 30px;
}

.friends-item__country,
.friends-item__city,
.friends-item__continuity {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
}

.friends-item__btn {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .friends-item__btn.to-profile {
        background: -webkit-linear-gradient(351.95deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(351.95deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(98.05deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .friends-item__btn.to-profile:after {
            display: block;
            content: '';
            width: 12px;
            height: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/to-profile.svg);
        }

        .friends-item__btn.to-profile:hover {
            -webkit-box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
            box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
        }

    .friends-item__btn.add-to-friends {
        background: -webkit-linear-gradient(351.95deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(351.95deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(98.05deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .friends-item__btn.add-to-friends:after {
            display: block;
            content: '';
            width: 20px;
            height: 16px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/add-to-friends.svg);
        }

        .friends-item__btn.add-to-friends:hover {
            -webkit-box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
            box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
        }

    .friends-item__btn.requested {
        background: -webkit-linear-gradient(351.95deg, #E2E2E2 -32.18%, #A9A9A9 173.17%);
        background: -o-linear-gradient(351.95deg, #E2E2E2 -32.18%, #A9A9A9 173.17%);
        background: linear-gradient(98.05deg, #E2E2E2 -32.18%, #A9A9A9 173.17%);
    }

        .friends-item__btn.requested:after {
            display: block;
            content: '';
            width: 20px;
            height: 16px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/add-to-friends.svg);
        }

    .friends-item__btn.request {
        background: transparent;
        cursor: pointer;
        border: 1px solid #CB8738;
        -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .friends-item__btn.request:after {
            display: block;
            content: '';
            width: 15px;
            height: 18px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/request-plus.svg);
        }

        .friends-item__btn.request:hover {
            -webkit-box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
            box-shadow: 0px 10px 10px rgba(226, 154, 68, .5);
        }

.registrarion {
    max-width: 700px;
    width: 100%;
}

.registrarion__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 15px;
}

.registrarion__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}

.reg-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-left: -3rem;
}

.reg-form__item {
    width: -webkit-calc(33.33333% - 3rem);
    width: calc(33.33333% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    margin-bottom: 25px;
    position: relative;
}

    .reg-form__item input {
        width: 100%;
        background: transparent;
        padding-bottom: 6px;
        border: none;
        border-bottom: 1px solid #CB8738;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, 1);
        font-family: 'Open Sans', sans-serif;
    }

        .reg-form__item input::-webkit-input-placeholder {
            opacity: 0.8;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input::-moz-placeholder {
            opacity: 0.8;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:-moz-placeholder {
            opacity: 0.8;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:-ms-input-placeholder {
            opacity: 0.8;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .reg-form__item input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .reg-form__item .icon {
        position: absolute;
        right: 0;
        bottom: 18px;
    }

    .reg-form__item span {
        display: block;
        font-size: 10px;
        line-height: 14px;
        color: rgba(0, 0, 0, .6);
    }

    .reg-form__item .dropdown {
        display: block;
        height: 270px;
    }

        .reg-form__item .dropdown .dropdown__list {
            height: 100%;
        }

        .reg-form__item .dropdown .dropdown__item {
            width: 100%;
        }

.reg-form__btns {
    width: -webkit-calc(66.66666% - 3rem);
    width: calc(66.66666% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .reg-form__btns .g-btn {
        max-width: 170px;
        height: 40px;
        text-transform: uppercase;
        background: -webkit-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(121.01deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 9px 0;
    }

.reg-form__btns-col:first-child {
    margin-right: 20px;
}

.reg-form__btns span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

.reg-form__btns .fl_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

    .reg-form__btns .fl_upload label {
        width: 130px;
        height: 30px;
        border: 1px solid #CB8738;
        background: transparent;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #CB8738;
        text-align: center;
        padding: 3px 0;
        margin-right: 11px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .reg-form__btns .fl_upload label input {
            display: none;
        }

        .reg-form__btns .fl_upload label:hover {
            background: #CB8738;
            color: #fff;
        }

    .reg-form__btns .fl_upload .fl_nm {
        font-size: 12px;
        line-height: 12px;
        color: rgba(0, 0, 0, .8);
    }

.reg-form__btns .scancopy {
    width: 130px;
    height: 130px;
    background: rgba(219, 171, 116, .3);
    border: 1px solid #DBAB74;
    padding: 36px 19px;
}

    .reg-form__btns .scancopy span {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #FFFFFF;
    }

    .reg-form__btns .scancopy img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .reg-form__btns .scancopy.with-img {
        padding: 0;
    }

        .reg-form__btns .scancopy.with-img span {
            display: none;
        }

.continuity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.continuity-content__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.continuity-content__point {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    margin-left: 70px;
}

.continuity-point__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 10px;
}

.continuity-point__text {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, .8);
    padding: 12px 9px 12px 21px !important;
}

    .continuity-point__text p {
        padding-bottom: 10px;
    }

.continuity-point__scrolled {
    height: 363px;
}


/* Вкладки Преемственность и Получить права */

.continuity-tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

    .continuity-tabs__caption:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(50, 50, 50, .2);
    }

    .continuity-tabs__caption li {
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: rgba(0, 0, 0, .6);
    }

        .continuity-tabs__caption li.active {
            font-size: 24px;
            line-height: 32px;
            color: #CB8738;
            position: relative;
        }

            .continuity-tabs__caption li.active:after {
                display: block;
                content: '';
                position: absolute;
                bottom: -10px;
                height: 4px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #CB8738;
            }

        .continuity-tabs__caption li:not(.active) {
            cursor: pointer;
            -webkit-transition: color 0.4s ease-in-out;
            -o-transition: color 0.4s ease-in-out;
            transition: color 0.4s ease-in-out;
        }

            .continuity-tabs__caption li:not(.active):hover {
                color: #CB8738;
            }

        .continuity-tabs__caption li.first.active:after {
            left: 0;
            width: 150%;
        }

        .continuity-tabs__caption li.second.active:after {
            right: 0;
            width: 180%;
        }

.continuity-tabs__content {
    display: none;
}

    .continuity-tabs__content.active {
        display: block;
    }

.cont-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-left: -3rem;
    margin-bottom: 30px;
}

.cont-form .cont-input {
    width: -webkit-calc(50% - 3rem);
    width: calc(50% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    background: transparent;
    border: none;
    border-bottom: 1px solid #CB8738;
    padding-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
}

    .cont-form .cont-input::-webkit-input-placeholder {
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input::-moz-placeholder {
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:-moz-placeholder {
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:-ms-input-placeholder {
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .cont-form .cont-input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.cont-form__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #CB8738;
    padding-bottom: 6px;
    position: relative;
}

    .cont-form__input label {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, .8);
        margin-right: 20px;
    }

    .cont-form__input input {
        background: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, .8);
        font-family: 'Open Sans', sans-serif;
    }

    .cont-form__input .icon {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

.cont-form__verif {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

    .cont-form__verif span {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, 1);
    }

    .cont-form__verif span {
        display: inline-block;
        margin-right: 47px;
    }

    .cont-form__verif .s-verif:not(:last-child) {
        margin-right: 39px;
    }

.cont-form .s-verif label {
    font-size: 12px;
    line-height: 16px;
}

.cont-form__code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cont-form__code .code-btn {
        max-width: 200px;
        width: 100%;
        height: 40px;
        margin-right: 40px;
        border: 1px solid #CB8738;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 7px;
        font-size: 18px;
        line-height: 25px;
        color: rgba(203, 135, 56, .8);
        text-align: center;
    }

    .cont-form__code .code-input {
        max-width: 200px;
        width: 100%;
        height: 40px;
        margin-right: 30px;
        border: 1px solid #CB8738;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 7px;
        font-size: 14px;
        line-height: 19px;
        color: rgba(203, 135, 56, .8);
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }

        .cont-form__code .code-input::-webkit-input-placeholder {
            color: #cb8738;
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input::-moz-placeholder {
            color: #cb8738;
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:-moz-placeholder {
            color: #cb8738;
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:-ms-input-placeholder {
            color: #cb8738;
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .cont-form__code .code-input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .cont-form__code span {
        display: block;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 1);
    }

.cont-form__doc.ver2 {
    display: none;
    height: 42px;
}

.cont-form .fl_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cont-form .fl_upload label {
        width: 130px;
        height: 30px;
        border: 0.8px solid #CB8738;
        background: transparent;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #CB8738;
        text-align: center;
        padding: 3px 0;
        margin-right: 11px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .cont-form .fl_upload label input {
            display: none;
        }

        .cont-form .fl_upload label:hover {
            background: #CB8738;
            color: #fff;
        }

    .cont-form .fl_upload .fl_nm {
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .4);
    }

.cont-form__btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cont-form__btn .g-btn {
        max-width: 170px;
        height: 40px;
        background: -webkit-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(121.01deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 9px 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        margin-right: 10px;
        text-transform: uppercase;
    }

    .cont-form__btn span {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 1);
    }

.digital-heritage-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.digital-heritage-content__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.digital-heritage-content__right.lift {
    margin-left: 76px;
}

.digital-heritage__desc {
    font-size: 12px;
    line-height: 16px;
    color: rgba(41, 38, 34, .5);
    margin-bottom: 12px;
}

    .digital-heritage__desc span {
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

.digital-heritage__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 8px;
}

    .digital-heritage__head:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #E1E1E1;
    }

.digital-heritage__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
    position: relative;
    margin-right: 37px;
}

    .digital-heritage__title:after {
        display: block;
        content: '';
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #CB8738;
        position: absolute;
        bottom: -8px;
        z-index: 5;
    }

.digital-heritage__count {
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    margin-right: 11px;
}

    .digital-heritage__count span {
        font-weight: 600;
        color: #CB8738;
    }

.digital-heritage__btns-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 23px;
}

    .digital-heritage__btns-panel .add {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
    }

        .digital-heritage__btns-panel .add span {
            margin-left: 10px;
            font-size: 12px;
            line-height: 16px;
            color: rgba(50, 50, 50, .6);
        }

    .digital-heritage__btns-panel .search {
        margin-left: 96px;
        margin-right: 18px;
    }

        .digital-heritage__btns-panel .search svg {
            width: 20px;
            height: 20px;
        }

    .digital-heritage__btns-panel .refresh {
        max-width: 170px;
        width: 100%;
        height: 35px;
        opacity: 0.4;
        background: -webkit-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(124.49deg, #CB8738 -32.18%, #FFA800 173.17%);
        border: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        padding: 9px 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .digital-heritage__btns-panel .refresh:hover {
            opacity: 1;
        }

.digital-heritage .folders-border {
    padding-bottom: 5px;
}

.digital-heritage .folders-list {
    margin-left: 0;
    height: 265px;
}

    .digital-heritage .folders-list .jspVerticalBar {
        left: auto !important;
        left: initial !important;
        right: 0 !important;
    }

    .digital-heritage .folders-list .jspPane {
        padding-top: 8px !important;
        margin-left: 0 !important;
    }

.digital-heritage .folder-item {
    margin-left: 0;
    width: -webkit-calc(17.1% - 30px);
    width: calc(17.1% - 30px);
    margin-right: 27px;
    margin-bottom: 26px;
}

    .digital-heritage .folder-item:nth-child(4n+4) .actions-menu {
        left: -webkit-calc(100% - 16px);
        left: calc(100% - 16px);
    }

    .digital-heritage .folder-item:nth-child(6n+6) .actions-menu {
        left: -40px;
    }

.digital-heritage .folder-item__cover:before {
    display: none;
}

.digital-heritage .folder-item__cover:after {
    left: 0;
}

.digital-heritage .folder-item.create .folder-item__cover {
    height: 67px;
    padding: 12px;
}

    .digital-heritage .folder-item.create .folder-item__cover svg {
        width: 44px;
        height: 44px;
    }

.digital-heritage .folder-item.create .folder-item__title {
    font-size: 10px;
    line-height: 14px;
}

.digital-heritage .open-folder {
    display: block;
    margin-top: 25px;
}

.digital-heritage .folder-options .add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .digital-heritage .folder-options .add span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
        margin-left: 10px;
    }

.digital-heritage .folder-options .search svg {
    width: 20px;
    height: 20px;
}

.digital-heritage .open-folder__list {
    margin: 0;
    height: 502px;
}

    .digital-heritage .open-folder__list .jspPane {
        margin-left: 0 !important;
    }

    .digital-heritage .open-folder__list .jspVerticalBar {
        left: auto !important;
        left: initial !important;
        right: 0 !important;
    }

.digital-heritage .el-photo {
    width: -webkit-calc(16.5% - 30px);
    width: calc(16.5% - 30px);
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 0;
}

    .digital-heritage .el-photo:nth-child(4n+4) .actions-menu {
        left: -webkit-calc(100% - 25px);
        left: calc(100% - 25px);
    }

    .digital-heritage .el-photo:nth-child(6n+6) .actions-menu {
        left: -30px;
    }

.text-for-empty-heritage {
    margin-left: 60px;
}

    .text-for-empty-heritage .title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .6);
        opacity: 0.6;
        margin-bottom: 5px;
    }

    .text-for-empty-heritage ul {
        list-style: none;
    }

        .text-for-empty-heritage ul li {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            line-height: 19px;
            color: rgba(50, 50, 50, .6);
            position: relative;
            padding-left: 10px;
        }

            .text-for-empty-heritage ul li:before {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 6px;
                height: 6px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #CB8738;
            }

.verification-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 70px;
    margin-top: 23px;
}

.verification-content__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 384px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 384px;
    flex: 1 0 384px;
    margin-left: 18px;
    padding-left: 14px;
    border-left: 1px solid #CB8738;
}

.verification-content__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.verification-content__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 15px;
}

.verification-content__desc {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
    margin-bottom: 30px;
}

.verification-info {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
}

    .verification-info p:not(:last-child) {
        margin-bottom: 20px;
    }

    .verification-info ul {
        margin-left: 17px;
        margin-bottom: 15px;
    }

        .verification-info ul li {
            color: #CB8738;
        }

    .verification-info p.red {
        color: rgba(219, 58, 58, .8);
        font-weight: normal;
    }

.verification-form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 42px;
}

.verification-form__picture {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 230px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
    height: 180px;
    margin-right: 22px;
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: url(../img/verification-pic.png) no-repeat;
    background-position: center;
}

    .verification-form__picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.verification-form__upload .fl_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .verification-form__upload .fl_upload label {
        width: 130px;
        height: 30px;
        margin-bottom: 10px;
        border: 1px solid #CB8738;
        background: transparent;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #CB8738;
        text-align: center;
        padding: 3px 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .verification-form__upload .fl_upload label input {
            display: none;
        }

        .verification-form__upload .fl_upload label:hover {
            background: #CB8738;
            color: #fff;
        }

    .verification-form__upload .fl_upload .fl_nm {
        max-width: 130px;
        width: 100%;
        text-align: center;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
        color: rgba(50, 50, 50, .4);
    }

.verification-form__btn .g-btn {
    max-width: 230px;
    height: 40px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(320.88deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(320.88deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(129.12deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 0;
    font-weight: 600;
}

.help {
    margin-top: 22px;
    margin-bottom: 14px;
}

.help__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.help__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 470px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 470px;
    flex: 1 0 470px;
    margin-right: 58px;
}

.help__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.help__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.help__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
}

.help__search svg {
    width: 20px;
    height: 20px;
}

.help__pagination {
    margin-top: 20px;
}

.help__results {
    position: relative;
}

    .help__results .big-wrapper {
        position: absolute;
        top: -10px;
        left: -43px;
        width: -webkit-calc(100% + 86px);
        width: calc(100% + 86px);
        height: -webkit-calc(100% + 20px);
        height: calc(100% + 20px);
        background: rgba(219, 171, 116, .2);
        border: 1px solid #CB8738;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        z-index: -5;
    }

    .help__results .small-wrapper {
        position: absolute;
        top: 0;
        background: #FFFFFF;
        border: 1px solid #CB8738;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 100%;
    }

    .help__results .small-wrapper1 {
        left: -28px;
        width: -webkit-calc(100% + 56px);
        width: calc(100% + 56px);
        z-index: -4;
    }

    .help__results .small-wrapper2 {
        left: -23px;
        width: -webkit-calc(100% + 46px);
        width: calc(100% + 46px);
        z-index: -3;
    }

    .help__results .small-wrapper3 {
        left: -15px;
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        z-index: -2;
    }

    .help__results .small-wrapper4 {
        left: -9px;
        width: -webkit-calc(100% + 18px);
        width: calc(100% + 18px);
        z-index: -1;
    }

.help-tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .help-tabs__caption:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(50, 50, 50, .2);
    }

    .help-tabs__caption li {
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: rgba(50, 50, 50, .4);
    }

        .help-tabs__caption li.active {
            font-size: 24px;
            line-height: 32px;
            color: #CB8738;
            position: relative;
        }

            .help-tabs__caption li.active:after {
                display: block;
                content: '';
                position: absolute;
                bottom: -10px;
                height: 4px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                background: #CB8738;
            }

        .help-tabs__caption li:not(.active) {
            cursor: pointer;
            -webkit-transition: color 0.4s ease-in-out;
            -o-transition: color 0.4s ease-in-out;
            transition: color 0.4s ease-in-out;
        }

            .help-tabs__caption li:not(.active):hover {
                color: #CB8738;
            }

        .help-tabs__caption li.first.active:after {
            left: 0;
            width: 200%;
        }

        .help-tabs__caption li.second.active:after {
            right: 0;
            width: 280%;
        }

.help-tabs__content {
    display: none;
}

    .help-tabs__content.active {
        display: block;
    }

.help-tabs__desc {
    font-size: 16px;
    line-height: 18px;
    color: rgba(50, 50, 50, .8);
    margin-bottom: 25px;
}

.help-form span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .3);
    margin-bottom: 8px;
}

.help-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -70px;
    margin-left: -7rem;
}

.help-form .help-input {
    width: -webkit-calc(50% - 7rem);
    width: calc(50% - 7rem);
    margin-left: 70px;
    margin-left: 7rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #CB8738;
    padding-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .5);
    margin-bottom: 10px;
}

    .help-form .help-input::-webkit-input-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input::-moz-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:-moz-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:-ms-input-placeholder {
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .help-form .help-input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.help-form__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #CB8738;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 10px;
}

    .help-form__input label {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #323232;
        margin-right: 20px;
    }

    .help-form__input input {
        background: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .4);
        font-family: 'Open Sans', sans-serif;
    }

    .help-form__input .icon {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

.help-form .c-check {
    margin-top: 16px;
    margin-bottom: 13px;
}

input:checked + .help-form .c-check__body .help-form .c-check__box:after {
    opacity: 0;
}

.help-form .c-check__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 24px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 24px;
    flex: 1 0 24px;
}

    .help-form .c-check__box:after {
        opacity: 1;
    }

.help-form .c-check__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.help-form .c-check .c-check__body span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(106, 106, 106, .4);
    margin-bottom: 0;
}

.help-form__payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

    .help-form__payment span {
        width: 100%;
        margin-bottom: 7px;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #323232;
    }

.help-form__btn .g-btn {
    max-width: 230px;
    height: 40px;
    background: -webkit-linear-gradient(320.88deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(320.88deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(129.12deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 9px 0;
    font-weight: 600;
}

.help-form__filter {
    margin-top: 32px;
}

.help-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help-filter__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 170px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
}

.help-filter__title {
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
    margin-bottom: 12px;
}

.help-filter__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    margin-bottom: 10px;
}

    .help-filter__label span {
        display: inline-block;
        margin-left: 7px;
        margin-bottom: 0;
        font-weight: 600;
        color: #CB8738;
    }

.help-filter__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .help-filter__inputs input {
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 70px;
        height: 25px;
        padding: 2px 0;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #CB8738;
        font-family: 'Open Sans', sans-serif;
    }

        .help-filter__inputs input::-webkit-input-placeholder {
            opacity: 1;
            color: #CB8738;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input::-moz-placeholder {
            opacity: 1;
            color: #CB8738;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:-moz-placeholder {
            opacity: 1;
            color: #CB8738;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:-ms-input-placeholder {
            opacity: 1;
            color: #CB8738;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .help-filter__inputs input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .help-filter__inputs span {
        margin-bottom: 0;
        margin-left: 6px;
        margin-right: 6px;
        width: 18px;
        height: 2px;
        background: #CB8738;
    }

.help-filter .g-btn {
    max-width: 170px;
    height: 40px;
    background: -webkit-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(328.99deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(121.01deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 0;
}

.pay-type input[type=radio] {
    display: none;
}

.pay-type label {
    font-size: 16px;
    line-height: 24px;
    color: #CB8738;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    opacity: 0.6;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

    .pay-type label:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #CB8738;
        background: transparent;
        opacity: 0.6;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .pay-type label:hover {
        opacity: 1;
    }

        .pay-type label:hover:before {
            opacity: 1;
        }

.pay-type input[type=radio]:checked + label {
    font-weight: 600;
    opacity: 1;
}

    .pay-type input[type=radio]:checked + label:before {
        content: "\2022";
        color: #CB8738;
        font-size: 30px;
        text-align: center;
        line-height: 20px;
        opacity: 1;
    }

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__item:first-child {
    margin-right: 23px;
}

.pagination__item:last-child {
    margin-left: 23px;
}

.pagination__item {
    margin: 0 10px;
    font-size: 18px;
    line-height: 25px;
    color: rgba(50, 50, 50, .5);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .pagination__item:not(span):hover {
        color: #CB8738;
    }

    .pagination__item.current {
        color: #CB8738;
        font-weight: bold;
    }

.help-results {
    width: 100%;
    height: 395px;
    background: #FFFFFF;
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.help-results__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background: rgba(219, 171, 116, .6);
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.help-results__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .help-results__row:nth-child(odd) {
        background: rgba(219, 171, 116, .15);
        height: 40px;
    }

    .help-results__row:nth-child(even) {
        background: #fff;
        height: 30px;
    }

.help-sorting {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
}

.help-sorting__item {
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
    padding-right: 10px;
}

    .help-sorting__item:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/help-sort.svg) no-repeat;
        width: 7px;
        height: 7px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .help-sorting__item.up:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .help-sorting__item.down:after {
        top: 55%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

.help-sorting.summ {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 82px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 82px;
    flex: 0 1 82px;
}

.help-sorting.year {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 98px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 98px;
    flex: 0 1 98px;
    border-right: 1px solid #EDDECD;
}

.help-sorting.birthday {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 130px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 130px;
    flex: 0 1 130px;
    border-right: 1px solid #EDDECD;
}

.help-sorting.city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 115px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 115px;
    flex: 0 1 115px;
    border-right: 1px solid #EDDECD;
}

.help-sorting.country {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 105px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 105px;
    flex: 0 1 105px;
    border-right: 1px solid #EDDECD;
}

.help-sorting.joined {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 140px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px;
    border-right: 1px solid #EDDECD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-help {
    font-size: 10px;
    line-height: 14px;
    color: rgba(50, 50, 50, .8);
}

.el-help__value {
    height: 100%;
    padding: 0 7px;
    border-right: 1px solid #EDDECD;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .el-help__value.empty {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .el-help__value.name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 140px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 140px;
        flex: 0 1 140px;
    }

    .el-help__value.country {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 105px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 105px;
        flex: 0 1 105px;
    }

    .el-help__value.city {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 115px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 115px;
        flex: 0 1 115px;
    }

    .el-help__value.birthday {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 130px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 130px;
        flex: 0 1 130px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .el-help__value.year {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 98px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 98px;
        flex: 0 1 98px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .el-help__value.summ {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 82px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 82px;
        flex: 0 1 82px;
        border-right: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.digital {
    height: 100%;
    -webkit-box-shadow: inset 0px 4px 30px rgba(0, 0, 0, .05);
    box-shadow: inset 0px 4px 30px rgba(0, 0, 0, .05);
}

.digital__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.digital__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    padding-left: -webkit-calc(50% - 585px);
    padding-left: calc(50% - 585px);
    padding-right: 70px;
    padding-top: 60px;
    background: url(../img/digital-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.digital__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 30px;
    padding-top: 34px;
    padding-right: -webkit-calc(50% - 585px);
    padding-right: calc(50% - 585px);
}

.digital__search {
    position: relative;
}

    .digital__search .fr-search {
        width: 200px;
        padding: 0;
        border: none;
    }

    .digital__search .fr-search__title {
        font-weight: bold;
        font-size: 24px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px;
    }

    .digital__search .fr-search__list {
        margin-bottom: 20px;
    }

    .digital__search .fr-search .reg-info-item .name {
        color: #FFFFFF;
    }

    .digital__search .fr-search__input label {
        color: rgba(255, 255, 255, .7);
    }

    .digital__search .fr-search__input input {
        color: #fff;
    }

        .digital__search .fr-search__input input::-webkit-input-placeholder {
            opacity: 0.7;
            color: #fff;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input::-moz-placeholder {
            opacity: 0.7;
            color: #fff;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:-moz-placeholder {
            opacity: 0.7;
            color: #fff;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:-ms-input-placeholder {
            opacity: 0.7;
            color: #fff;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .digital__search .fr-search__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .digital__search .fr-search__input .icon.calendar svg path {
        stroke: #fff;
        opacity: 0.6;
    }

    .digital__search .fr-search__btns {
        margin-top: 10px;
    }

        .digital__search .fr-search__btns .results {
            color: #fff;
        }

            .digital__search .fr-search__btns .results span {
                font-weight: 600;
                color: #fff;
            }

        .digital__search .fr-search__btns .gold-ver {
            margin-bottom: 14px;
        }

        .digital__search .fr-search__btns .reset {
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            color: #fff;
        }

        .digital__search .fr-search__btns .saving {
            font-size: 15px;
            line-height: 22px;
            color: #FFFFFF;
        }

.digital__close-filter {
    display: none;
}

.dth-registration__filter-icon {
    display: none;
}

.dth-registration__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 32px;
}

.dth-registration__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-right: 10px;
}

.dth-registration__result {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .5);
}

    .dth-registration__result span {
        font-weight: 600;
        color: #CB8738;
    }

.dth-registration__sorting {
    margin-bottom: 26px;
}

    .dth-registration__sorting .sorting__joined {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 12%;
        flex: 0 1 12%;
        margin-right: 0;
        padding: 0 5px;
    }

    .dth-registration__sorting .sorting__item.lastname {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 52px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 52px;
        flex: 0 1 52px;
    }

    .dth-registration__sorting .sorting__item.firstname {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 28px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 28px;
        flex: 0 1 28px;
    }

    .dth-registration__sorting .sorting__item.country {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 15%;
        flex: 0 1 15%;
        margin-right: 0;
        text-align: center;
    }

    .dth-registration__sorting .sorting__item.city {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 15%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 15%;
        flex: 0 1 15%;
        margin-right: 0;
        text-align: center;
    }

    .dth-registration__sorting .sorting__item.date-of-birth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 11.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 11.5%;
        flex: 0 1 11.5%;
        text-align: center;
    }

    .dth-registration__sorting .sorting__item.date-of-death {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 11.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 11.5%;
        flex: 0 1 11.5%;
        text-align: center;
    }

    .dth-registration__sorting .sorting__item.location {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 11.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 11.5%;
        flex: 0 1 11.5%;
        text-align: center;
    }

    .dth-registration__sorting .sorting__item.document {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 9%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 9%;
        flex: 0 1 9%;
        text-align: center;
    }

.dth-registration__table {
    height: 340px;
    margin-left: -10px;
}

    .dth-registration__table .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.dth-registration__pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dth-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin-bottom: 12px;
    margin-left: 3px;
}

.dth-item__table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
}

.dth-item__btns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 123px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 123px;
    flex: 1 0 123px;
    margin-left: 13px;
}

    .dth-item__btns .g-btn {
        display: block;
        height: 30px;
        padding: 7px 0;
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 9px;
        text-align: center;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dth-item__btns .download {
        display: block;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        text-decoration: underline;
        color: rgba(50, 50, 50, .6);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .dth-item__btns .download:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.dth-item .table-col {
    font-size: 10px;
    line-height: 14px;
    color: rgba(50, 50, 50, .6);
    padding: 0 9px;
    text-align: center;
    border-right: 1px solid rgba(219, 171, 116, .4);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dth-item .table-col a {
        display: block;
        line-height: 15px;
        color: #CB8738;
    }

    .dth-item .table-col span {
        display: block;
    }

    .dth-item .table-col img {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        width: 47px;
        height: 57px;
    }

    .dth-item .table-col.name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 16%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 16%;
        flex: 0 1 20;
    }

    .dth-item .table-col.country {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 17%;
        flex: 0 1 17%;
    }

    .dth-item .table-col.city {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 17%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 17%;
        flex: 0 1 17%;
    }

    .dth-item .table-col.date-of-birth {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 13.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 13.5%;
        flex: 0 1 13.5%;
    }

    .dth-item .table-col.date-of-death {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 13.5%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 13.5%;
        flex: 0 1 13.5%;
    }

    .dth-item .table-col.location {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 13.6%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 13.5%;
        flex: 0 1 13.5%;
    }

    .dth-item .table-col.document {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 9%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 9%;
        flex: 0 1 9%;
        border-right: none;
    }

.dig-heritage__filter-icon {
    display: none;
}

.dig-heritage__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 12px;
}

.dig-heritage__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .dig-heritage__filter .show-count label {
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .6);
    }

    .dig-heritage__filter .show-count select {
        background: transparent;
        border: none;
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

    .dig-heritage__filter .filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .dig-heritage__filter .filter span {
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            color: rgba(50, 50, 50, .6);
        }

        .dig-heritage__filter .filter svg {
            margin-left: 5px;
            width: 20px;
            height: 20px;
        }

.dig-heritage__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    height: 543px;
}

.dig-heritage__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-right: 30px;
}

    .dig-heritage__left .search-results {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
    }

.dig-heritage__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.profiles-list {
    height: 523px;
    margin-left: -10px;
}

    .profiles-list .jspVerticalBar {
        left: 0 !important;
        right: auto !important;
        right: initial !important;
    }

.el-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(50, 50, 50, .6);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    height: 66px;
    cursor: pointer;
    -webkit-transition: border-color 0.4s ease-in-out;
    -o-transition: border-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out;
    margin-left: 3px;
    position: relative;
}

    .el-profile:last-child {
        margin-bottom: 0;
    }

.el-profile__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 71px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 71px;
    flex: 1 0 71px;
    height: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

    .el-profile__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.el-profile__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 10px;
}

.el-profile__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .el-profile__info .name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
        margin-bottom: 5px;
    }

        .el-profile__info .name span {
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, .8);
        }

    .el-profile__info .location {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: rgba(0, 0, 0, .8);
        opacity: 0.6;
    }

        .el-profile__info .location span {
            font-weight: normal;
        }

.el-profile__code {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 56px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 56px;
    flex: 1 0 56px;
    display: none;
}

.el-profile:hover {
    border-color: #CB8738;
}

.el-profile .icon-open {
    display: none;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.el-profile.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #CB8738;
    height: 218px;
}

    .el-profile.active .el-profile__photo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 143px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 143px;
        flex: 1 0 143px;
    }

    .el-profile.active .el-profile__code {
        display: block;
    }

    .el-profile.active .icon-open {
        display: block;
    }

.profile-data {
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 523px;
}

.profile-data__folders {
    height: 200px;
    border-bottom: 1px solid #CB8738;
    padding: 11px 19px 13px 27px;
}

.profile-data__open-folder {
    height: 323px;
    padding: 16px 19px 14px 27px;
}

.profile-folders__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9px;
}

.profile-folders__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .profile-folders__title span {
        font-size: 18px;
        line-height: 25px;
        color: #323232;
    }

    .profile-folders__title .add {
        margin-left: 11px;
    }

        .profile-folders__title .add svg {
            width: 11px;
            height: 11px;
        }

.profile-folders__count {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .4);
    margin-left: 11px;
}

    .profile-folders__count span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        color: #CB8738;
    }

.profile-folders__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .profile-folders__options .filter {
        margin-left: 16px;
    }

    .profile-folders__options .search {
        margin-left: 16px;
    }

    .profile-folders__options .tree {
        font-size: 12px;
        line-height: 16px;
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .profile-folders__options .tree:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.profile-folders__list {
    height: 142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .profile-folders__list .jspPane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.el-profile-folder {
    width: -webkit-calc(16.5% - 34px);
    width: calc(16.5% - 34px);
    margin-right: 34px;
    margin-bottom: 5px;
    cursor: pointer;
}

.el-profile-folder__photo {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .el-profile-folder__photo img {
        width: 100%;
        height: 100%;
    }

.el-profile-folder__name {
    font-size: 12px;
    line-height: 16px;
    color: #CB8738;
    max-height: 16px;
    overflow: hidden;
}

.el-profile-folder:hover .el-profile-folder__photo {
    border-color: #CB8738;
}

.el-profile-folder.open .el-profile-folder__photo {
    border-color: #CB8738;
}

.el-profile-folder.open el-profile-folder__photo {
    border-color: #CB8738;
}

.profile-open-folder__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 9px;
}

.profile-open-folder__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
}

    .profile-open-folder__title span {
        color: #CB8738;
        margin-right: 11px;
    }

    .profile-open-folder__title .add {
        margin-left: 11px;
    }

        .profile-open-folder__title .add svg {
            width: 11px;
            height: 11px;
        }

.profile-open-folder__count {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .4);
}

    .profile-open-folder__count span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        color: #CB8738;
        margin-right: 0;
    }

.profile-open-folder__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .profile-open-folder__options .filter {
        margin-left: 16px;
    }

.profile-open-folder__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 247px;
}

    .profile-open-folder__list .jspPane {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.profile-file {
    margin-right: 23px;
    margin-bottom: 11px;
}

.profile-file__photo {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

    .profile-file__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .profile-file__photo .play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.profile-file__name {
    font-size: 12px;
    line-height: 16px;
    color: #323232;
    max-height: 16px;
    overflow: hidden;
    margin-top: 5px;
}

.digital-heritage-addition__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 16px;
}

.digital-heritage-addition__filter-icon {
    display: none;
}

.digital-heritage-addition__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 522px;
}

.digital-heritage-addition__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-right: 30px;
}

.digital-heritage-addition__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.fill-profile {
    border: 2px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 218px;
    margin-bottom: 25px;
}

.fill-profile__photo {
    position: relative;
    height: 143px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    overflow: hidden;
}

    .fill-profile__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .fill-profile__photo .fl_upload {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 11px;
        left: 11px;
    }

        .fill-profile__photo .fl_upload label {
            display: block;
            background: #fff;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            padding: 4px 6px;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .fill-profile__photo .fl_upload label svg g path {
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .fill-profile__photo .fl_upload label input {
                display: none;
            }

            .fill-profile__photo .fl_upload label:hover {
                background: #DBAB74;
            }

                .fill-profile__photo .fl_upload label:hover svg g path {
                    fill: #fff;
                }

.fill-profile__body {
    padding: 5px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fill-profile__code {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 56px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 56px;
    flex: 1 0 56px;
    margin-left: 5px;
}

.fill-profile__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.fill-profile__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fill-profile__input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .fill-profile__input input {
        border: none;
        background: transparent;
        font-family: 'Open Sans', sans-serif;
    }

    .fill-profile__input .icon {
        margin-left: 4px;
    }

        .fill-profile__input .icon svg path {
            fill: #CB8738;
        }

    .fill-profile__input label {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .7);
        opacity: 0.6;
        margin-right: 5px;
    }

    .fill-profile__input.name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 120px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 120px;
        flex: 0 1 120px;
    }

        .fill-profile__input.name input {
            width: 106px;
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
            color: #CB8738;
        }

            .fill-profile__input.name input::-webkit-input-placeholder {
                opacity: 0.7;
                color: #CB8738;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input::-moz-placeholder {
                opacity: 0.7;
                color: #CB8738;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:-moz-placeholder {
                opacity: 0.7;
                color: #CB8738;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:-ms-input-placeholder {
                opacity: 0.7;
                color: #CB8738;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:focus::-webkit-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:focus::-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:focus:-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.name input:focus:-ms-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

    .fill-profile__input.age {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 57px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 57px;
        flex: 0 1 57px;
    }

        .fill-profile__input.age input {
            width: 43px;
            font-size: 12px;
            line-height: 16px;
            color: rgba(50, 50, 50, .4);
        }

            .fill-profile__input.age input::-webkit-input-placeholder {
                opacity: 0.4;
                color: #323232;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input::-moz-placeholder {
                opacity: 0.4;
                color: #323232;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:-moz-placeholder {
                opacity: 0.4;
                color: #323232;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:-ms-input-placeholder {
                opacity: 0.4;
                color: #323232;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:focus::-webkit-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:focus::-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:focus:-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .fill-profile__input.age input:focus:-ms-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

    .fill-profile__input.location:first-child {
        margin-bottom: 3px;
    }

    .fill-profile__input.location input {
        width: 100px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .7);
        opacity: 0.6;
    }

        .fill-profile__input.location input::-webkit-input-placeholder {
            opacity: 0.6;
            color: rgba(50, 50, 50, .7);
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input::-moz-placeholder {
            opacity: 0.6;
            color: rgba(50, 50, 50, .7);
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:-moz-placeholder {
            opacity: 0.6;
            color: rgba(50, 50, 50, .7);
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:-ms-input-placeholder {
            opacity: 0.6;
            color: rgba(50, 50, 50, .7);
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .fill-profile__input.location input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

.fill-profile-btns .gold-b-btn {
    max-width: 100%;
    text-transform: uppercase;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    padding: 9px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 14px;
}

.fill-profile-btns .publish {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#FFE259), to(#FFA751));
    background: -webkit-linear-gradient(left, #FFE259 0%, #FFA751 100%);
    background: -o-linear-gradient(left, #FFE259 0%, #FFA751 100%);
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 9px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #855013;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .fill-profile-btns .publish:hover {
        background: transparent;
        border-color: #855013;
    }

.geography {
    height: 100%;
    background: url(../img/geo-bg.jpg) no-repeat;
    background-position: left;
    -webkit-background-size: cover;
    background-size: cover;
}

.geography__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.geography__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    padding-right: 50px;
    padding-top: 60px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(39, 21, 0, .8)), color-stop(99.17%, rgba(51, 27, 0, 0)));
    background: -webkit-gradient(linear, right top, left top, from(rgba(39, 21, 0, 0.8)), color-stop(99.17%, rgba(51, 27, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(39, 21, 0, .8) 0%, rgba(51, 27, 0, 0) 99.17%);
    background: -o-linear-gradient(right, rgba(39, 21, 0, .8) 0%, rgba(51, 27, 0, 0) 99.17%);
    background: linear-gradient(270deg, rgba(39, 21, 0, .8) 0%, rgba(51, 27, 0, 0) 99.17%);
    -webkit-box-shadow: inset 0px 8px 30px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 8px 30px rgba(0, 0, 0, .1);
}

.geography__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
}

.put-point {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    z-index: 10;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}

.geography__search .fr-search {
    padding: 0;
    border: none;
}

.geography__search .fr-search__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
}

.geography__search .fr-search__list {
    margin-bottom: 10px;
}

.geography__search .fr-search .reg-info-item .name {
    color: #FFFFFF;
}

.geography__search .fr-search__input label {
    color: rgba(255, 255, 255, .7);
}

.geography__search .fr-search__input input {
    color: #fff;
}

    .geography__search .fr-search__input input::-webkit-input-placeholder {
        opacity: 0.7;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input::-moz-placeholder {
        opacity: 0.7;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:-moz-placeholder {
        opacity: 0.7;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:-ms-input-placeholder {
        opacity: 0.7;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .geography__search .fr-search__input input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.geography__search .fr-search__input .icon.calendar svg path {
    stroke: #fff;
    opacity: 0.6;
}

.geography__search .fr-search__btns {
    margin-top: 10px;
}

.profile-text {
    font-size: 12px;
}

.geography__search .fr-search__btns .results {
    color: #fff;
}

    .geography__search .fr-search__btns .results span {
        font-weight: 600;
        color: #fff;
    }

.geography__search .fr-search__btns .gold-ver {
    margin-bottom: 5px;
}

.geography__search .fr-search__btns .reset {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.geography__search .fr-search__btns .add-marker {
    margin: auto;
    margin-top: 5px;
    border: none;
    background: transparent;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: block;
    max-width: 270px;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -webkit-linear-gradient(316.33deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(316.33deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(133.67deg, #CB8738 -32.18%, #FFA800 173.17%);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 9px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    box-shadow: 0px 0px 0px rgba(226, 154, 68, .2);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

    .geography__search .fr-search__btns .add-marker:hover {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        border-color: #CB8738;
        color: #CB8738;
        background: transparent;
    }

.geography-map {
    height: 100%;
}

.create-marker {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 330px;
    width: 100%;
    padding: 20px 30px 16px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
}

.create-marker__title {
    font-size: 14px;
    line-height: 19px;
    color: #CB8738;
    margin-bottom: 12px;
}

.create-marker__input {
    margin-bottom: 6px;
}

    .create-marker__input label {
        color: rgba(106, 106, 106, .8);
        font-family: 'Open Sans', sans-serif;
    }

    .create-marker__input input.error {
        border-bottom: 1px solid red !important;
    }

    .create-marker__input input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 4px;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: rgba(106, 106, 106, .8);
        font-family: 'Open Sans', sans-serif;
    }

        .create-marker__input input::-webkit-input-placeholder {
            opacity: 0.8;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input::-moz-placeholder {
            opacity: 0.8;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:-moz-placeholder {
            opacity: 0.8;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:-ms-input-placeholder {
            opacity: 0.8;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .create-marker__input textarea {
        width: 100%;
        height: 60px;
        background: transparent;
        border: 1px solid #DCDCDC;
        padding: 5px;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: rgba(106, 106, 106, .6);
        font-family: 'Open Sans', sans-serif;
    }

        .create-marker__input textarea::-webkit-input-placeholder {
            opacity: 0.6;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea::-moz-placeholder {
            opacity: 0.6;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:-moz-placeholder {
            opacity: 0.6;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:-ms-input-placeholder {
            opacity: 0.6;
            color: #6a6a6a;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-marker__input textarea:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

.create-marker__btn {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .create-marker__btn .g-btn {
        max-width: 100px;
        height: 31px;
        background: -webkit-linear-gradient(334.76deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(334.76deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(115.24deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0;
        margin-right: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .create-marker__btn .cancel {
        cursor: pointer;
        background: transparent;
        border: none;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        text-decoration: underline;
        color: #DB3A3A;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .create-marker__btn .cancel:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.create-marker:after {
    display: block;
    content: '';
    width: 18px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/addmarker.svg) no-repeat;
}

.marker-access {
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #DCDCDC;
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .marker-access .title {
        position: relative;
        padding-left: 20px;
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .marker-access .title:before {
            display: inline-block;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 13px;
            height: 14px;
            background: url(../img/access-bg.svg) no-repeat;
        }

    .marker-access .icon-down {
        width: 10px;
        height: 10px;
        border-right: 2px solid rgba(50, 50, 50, .4);
        border-bottom: 2px solid rgba(50, 50, 50, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-bottom: 5px;
        transition: all 0.4s ease-in-out;
    }

    .marker-access .dropdown {
        height: 127px;
        padding: 12px 26px;
        left: -1px;
        top: 38px;
        width: -webkit-calc(100% + 2px);
        width: calc(100% + 2px);
    }

    .marker-access .dropdown__list {
        height: 104px;
    }

.marker-access__item {
    margin-bottom: 7px;
}

    .marker-access__item .c-check__box {
        width: 20px;
        height: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 20px;
        -moz-box-flex: 0;
        -ms-flex: 0 1 20px;
        flex: 0 1 20px;
    }

    .marker-access__item .c-check__label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .marker-access__item .group-symbol#total-access svg,
    .marker-access__item .group-symbol#close-access svg {
        margin-bottom: 2px;
    }

    .marker-access__item .group-symbol span {
        display: block;
    }

    .marker-access__item .access-name {
        margin-left: 10px;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .6);
    }

.marker-access:hover {
    border-color: #CB8738;
}

    .marker-access:hover .title {
        color: #CB8738;
    }

    .marker-access:hover .icon-down {
        border-color: #CB8738;
    }

.marker-access.active {
    border-color: #CB8738;
}

    .marker-access.active .title {
        color: #CB8738;
    }

    .marker-access.active .icon-down {
        border-color: #CB8738;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-bottom: -5px;
    }

.footer-part {
    background: transparent;
    height: 46px;
    width: 100%;
}

.footer {
    height: 46px;
    background: #fff;
}

.footer__wrap {
    height: 100%;
}

.f-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.f-menu__item {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
}

    .f-menu__item.with-logo {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 124px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 124px;
        flex: 0 0 124px;
        text-align: center;
    }

        .f-menu__item.with-logo img {
            position: absolute;
            left: 0;
            bottom: -15px;
        }

        .f-menu__item.with-logo .f-menu__link {
            position: relative;
            z-index: 2;
        }

    .f-menu__item.white {
        color: #fff;
    }

.f-menu__link {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .f-menu__link:hover {
        color: #CB8738;
    }

    .f-menu__link.white {
        color: #fff;
    }

        .f-menu__link.white:hover {
            color: #CB8738;
        }

.f-menu__item.current .f-menu__link {
    color: #CB8738;
}

.map-modal {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.map-modal__content {
    height: 500px;
    padding: 50px;
    position: relative;
}

.marker-notfound {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    width: 190px;
    height: 40px;
    padding: 8px 10px;
}

.marker-notfound__content span {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #323232;
}

    .marker-notfound__content span a {
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .marker-notfound__content span a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.marker-notfound:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px;
    height: 11px;
    background: url(../img/addmarker.svg) no-repeat;
}

.marker-add {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    width: 300px;
    padding: 12px 15px 15px;
}

    .marker-add:after {
        display: block;
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 18px;
        height: 11px;
        background: url(../img/addmarker.svg) no-repeat;
    }

.marker-add__title {
    font-size: 14px;
    line-height: 19px;
    color: #CB8738;
    margin-bottom: 16px;
}

.marker-add__input {
    margin-bottom: 10px;
}

    .marker-add__input input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 4px;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #6A6A6A;
        font-family: 'Open Sans', sans-serif;
    }

        .marker-add__input input::-webkit-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input::-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:-ms-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .marker-add__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

.marker-add__check .c-check__box {
    margin-right: 8px;
}

.marker-add__check .c-check__box {
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
}

.marker-add__check .c-check__label {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: rgba(106, 106, 106, .4);
}

.marker-add__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .marker-add__btn .g-btn {
        max-width: 130px;
        height: 31px;
        background: -webkit-linear-gradient(334.76deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(334.76deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(115.24deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .marker-add__btn .cancel {
        cursor: pointer;
        background: transparent;
        border: none;
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        text-decoration: underline;
        color: #DB3A3A;
        margin-right: 6px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .marker-add__btn .cancel:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.contacts__content {
    height: 100%;
    background: rgba(81, 46, 6, .4);
    padding-top: 59px;
}

.contacts-tabs__caption {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    list-style: none;
    position: relative;
    padding-bottom: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contacts-tabs__caption li {
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: rgba(255, 255, 255, .8);
        -webkit-transition: color 0.4s ease-in-out;
        -o-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
    }

        .contacts-tabs__caption li.active {
            font-size: 32px;
            line-height: 43px;
            color: #FFFFFF;
            position: relative;
        }

            .contacts-tabs__caption li.active:after {
                display: block;
                content: '';
                position: absolute;
                bottom: -4px;
                height: 4px;
                background: #fff;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

        .contacts-tabs__caption li.first.active:after {
            left: 0;
            width: 150%;
        }

        .contacts-tabs__caption li.second.active:after {
            right: 0;
            width: 200%;
        }

        .contacts-tabs__caption li:not(.active) {
            cursor: pointer;
        }

            .contacts-tabs__caption li:not(.active):hover {
                color: #fff;
            }

    .contacts-tabs__caption:after {
        display: block;
        content: '';
        width: 100%;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(255, 255, 255, .5);
        position: absolute;
        bottom: 0;
        left: 0;
    }

.contacts-tabs__content {
    display: none;
}

    .contacts-tabs__content.active {
        display: block;
    }


/*вкладка Контакты*/

.contacts-main {
    max-width: 1030px;
    width: 100%;
    margin: auto;
}

.contacts-main__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-main__map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 55%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    margin-right: 30px;
}

.contacts-main__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.info-list {
    margin-bottom: 52px;
}

    .info-list .info-item {
        position: relative;
        margin-bottom: 7px;
        padding-left: 31px;
    }

        .info-list .info-item a,
        .info-list .info-item span {
            font-size: 18px;
            line-height: 28px;
            color: #FFFFFF;
        }

        .info-list .info-item a {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .info-list .info-item a:hover {
                color: #CB8738;
            }

        .info-list .info-item:before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
        }

        .info-list .info-item.phone:before {
            background: url(../img/phone-call.svg);
        }

        .info-list .info-item.mail:before {
            background: url(../img/mail.svg);
        }

        .info-list .info-item.address:before {
            background: url(../img/location-pin.svg);
        }

.requisites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.requisites__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-family: 'Playfair Display', sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.requisites__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
}

.requisites__item {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.requisites__madein {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
}

.questions-list {
    max-width: 770px;
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-question {
    width: -webkit-calc(25% - 3rem);
    width: calc(25% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    margin-bottom: 30px;
    border: 1px solid #FFFFFF;
    height: 158px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.el-question__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .el-question__icon img {
        margin: auto;
    }

.el-question__name {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
}

.el-question:hover {
    border-width: 6px;
}

.question-form {
    display: none;
    max-width: 570px;
    width: 100%;
    margin: auto;
    margin-top: 90px;
    position: relative;
}

    .question-form .back-btn {
        position: absolute;
        left: -50%;
        top: -70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 87px;
        cursor: pointer;
    }

        .question-form .back-btn svg {
            width: 22px;
            height: 16px;
        }

            .question-form .back-btn svg path {
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

        .question-form .back-btn span {
            font-family: 'Playfair Display', sans-serif;
            font-size: 20px;
            line-height: 27px;
            color: #FFFFFF;
            margin-left: 8px;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .question-form .back-btn:hover svg path {
            fill: #CB8738;
        }

        .question-form .back-btn:hover span {
            color: #CB8738;
        }

.question-form__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
}

.question-form__theme {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 170px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 170px;
    flex: 1 0 170px;
    margin-right: 30px;
    margin-top: -28px;
}

    .question-form__theme span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }

    .question-form__theme .el-question {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }

.question-form__inputs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.question-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

    .question-form input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:-moz-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.question-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 8px;
}

    .question-form textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:-moz-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .question-form textarea:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.question-form .fl_upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .question-form .fl_upload label {
        cursor: pointer;
        margin-right: 5px;
    }

        .question-form .fl_upload label input {
            display: none;
        }

    .question-form .fl_upload .fl_nm {
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

.question-form__bottom {
    margin-bottom: 14px;
}

.question-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .question-form__btn .gold-btn {
        max-width: 200px;
        height: 45px;
        background: -webkit-linear-gradient(323.97deg, rgba(203, 135, 56, .8) 4.12%, rgba(255, 168, 0, .8) 146.15%);
        background: -o-linear-gradient(323.97deg, rgba(203, 135, 56, .8) 4.12%, rgba(255, 168, 0, .8) 146.15%);
        background: linear-gradient(126.03deg, rgba(203, 135, 56, .8) 4.12%, rgba(255, 168, 0, .8) 146.15%);
        border: 2px solid rgba(255, 255, 255, .2);
        padding: 10px;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .question-form__btn .gold-btn:after {
            display: none;
        }

        .question-form__btn .gold-btn:hover {
            background: transparent;
            color: #cb8738;
            border-color: #cb8738;
        }

.menu-theme {
    display: none;
    position: absolute;
    top: 0;
    left: -45%;
    width: 210px;
    background: rgba(89, 48, 0, .25);
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 16px 12px 16px 22px;
}

.menu-theme__item {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .menu-theme__item:before {
        display: block;
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .menu-theme__item:hover {
        opacity: 1;
    }

    .menu-theme__item.current {
        font-weight: 600;
        opacity: 1;
    }

        .menu-theme__item.current:before {
            background: #fff;
        }

    .menu-theme__item:last-child {
        margin-bottom: 0;
    }

.menu-theme:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left-color: #fff;
    right: -41px;
    top: 0;
}

.menu-theme:after {
    content: '';
    position: absolute;
    border: 19px solid transparent;
    border-left-color: #7b6140;
    right: -38px;
    top: 1px;
}

.user-folders-content {
    max-width: 800px;
    width: 100%;
    margin-top: 24px;
}

.user-folders-content__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
}

.user-folders-content__tabs-list {
    /*height: 465px;*/
}

.folders-head__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 87px;
}

    .folders-head__main .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 35px;
    }

        .folders-head__main .title img {
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }

        .folders-head__main .title span {
            font-family: 'Playfair Display', sans-serif;
            font-size: 20px;
            line-height: 27px;
            color: #CB8738;
        }

    .folders-head__main .count {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
        margin-right: 15px;
    }

        .folders-head__main .count span {
            font-weight: bold;
            color: #CB8738;
        }

        .folders-head__main .count:last-child {
            margin-right: 0;
        }

.folders-head__count-files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .folders-head__count-files .file-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 16px;
    }

        .folders-head__count-files .file-type svg {
            margin-right: 3px;
        }

        .folders-head__count-files .file-type span {
            font-size: 12px;
            line-height: 16px;
            color: #CB8738;
        }

        .folders-head__count-files .file-type:last-child {
            margin-right: 0;
        }

        .folders-head__count-files .file-type.total {
            font-size: 12px;
            line-height: 16px;
            color: rgba(50, 50, 50, .6);
        }

            .folders-head__count-files .file-type.total span {
                font-weight: 600;
                font-size: 14px;
                line-height: 19px;
                color: #CB8738;
            }

.el-tab {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
}

.el-tab__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 15px 18px;
    cursor: pointer;
}

.el-tab__table {
    display: none;
}

.el-tab:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}

.el-tab.open {
    height: auto;
}

.el-tab.empty:hover {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .2);
}

.el-tab.empty .el-tab__head {
    cursor: default;
}

.tab-head__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-right: 100px;
}

    .tab-head__main .title {
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
        margin-right: 18px;
    }

    .tab-head__main span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
    }

.tab-head__count-files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .tab-head__count-files .file-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 16px;
    }

        .tab-head__count-files .file-type svg {
            margin-right: 3px;
        }

        .tab-head__count-files .file-type span {
            font-size: 12px;
            line-height: 16px;
            color: #CB8738;
        }

        .tab-head__count-files .file-type:last-child {
            margin-right: 0;
        }

.tab-head__total {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
}

    .tab-head__total span {
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

.access-table__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(219, 171, 116, .2);
}

.access-table__body {
    margin-top: 10px;
}

.access-table__sorting {
    padding: 0 4px;
}

    .access-table__sorting.name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 21.625%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 21.625%;
        flex: 0 1 21.625%;
        text-align: center;
        border-right: 1px solid #DBAB74;
    }

    .access-table__sorting.groups {
        -webkit-box-flex: 39.875%;
        -webkit-flex: 39.875%;
        -moz-box-flex: 39.875%;
        -ms-flex: 39.875%;
        flex: 39.875%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #DBAB74;
    }

        .access-table__sorting.groups .access-table__item {
            position: relative;
            padding-right: 7px;
            margin-right: 6px;
            cursor: pointer;
        }

            .access-table__sorting.groups .access-table__item .group-symbol {
                width: 16px;
                height: 16px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: relative;
            }

                .access-table__sorting.groups .access-table__item .group-symbol span {
                    display: block;
                    position: absolute;
                    top: 42%;
                    left: 70%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    font-weight: bold;
                    font-size: 11px;
                    line-height: 15px;
                    color: #FFFFFF;
                }

                    .access-table__sorting.groups .access-table__item .group-symbol span:after {
                        display: none;
                    }

            .access-table__sorting.groups .access-table__item:after {
                display: block;
                content: '';
                position: absolute;
                right: 0;
                top: 65%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                background: url(../img/sort-icon.svg) no-repeat;
                width: 6px;
                height: 4px;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .access-table__sorting.groups .access-table__item.up:after {
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(-180deg);
                -ms-transform: translateY(-50%) rotate(-180deg);
                -o-transform: translateY(-50%) rotate(-180deg);
                transform: translateY(-50%) rotate(-180deg);
            }

            .access-table__sorting.groups .access-table__item.down:after {
                top: 65%;
                -webkit-transform: translateY(-50%) rotate(0deg);
                -ms-transform: translateY(-50%) rotate(0deg);
                -o-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
            }

    .access-table__sorting.type-files {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 13.75%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 13.75%;
        flex: 0 1 13.75%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #DBAB74;
    }

        .access-table__sorting.type-files .access-table__item {
            margin-right: 10px;
        }

            .access-table__sorting.type-files .access-table__item span {
                width: 17px;
                height: 17px;
            }

                .access-table__sorting.type-files .access-table__item span:after {
                    top: 35%;
                }

            .access-table__sorting.type-files .access-table__item:last-child {
                margin-right: 0;
            }

    .access-table__sorting.general-access {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12.75%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 12.75%;
        flex: 0 1 12.75%;
        text-align: center;
        border-right: 1px solid #DBAB74;
    }

    .access-table__sorting.close-access {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 12%;
        flex: 0 1 12%;
        text-align: center;
    }

.access-table__item {
    cursor: pointer;
}

    .access-table__item span {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: #323232;
        position: relative;
        padding-right: 7px;
    }

        .access-table__item span:after {
            display: block;
            content: '';
            position: absolute;
            right: 0;
            top: 65%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../img/sort-icon.svg) no-repeat;
            width: 6px;
            height: 4px;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .access-table__item.active span {
        font-weight: 500;
    }

    .access-table__item.up span:after {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .access-table__item.down span:after {
        top: 65%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
        -o-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
    }

.access-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(219, 171, 116, .2);
    margin-bottom: 10px;
}

    .access-table__row:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.access-table__cell {
    height: 100%;
}

    .access-table__cell.name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 21.625%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 21.625%;
        flex: 0 1 21.625%;
        padding: 0 6px 0 20px;
        border-right: 1px solid #DBAB74;
    }

        .access-table__cell.name .folder {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .access-table__cell.name .folder__photo {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 50px;
            -moz-box-flex: 1;
            -ms-flex: 1 0 50px;
            flex: 1 0 50px;
            height: 50px;
            margin-right: 12px;
            position: relative;
            z-index: 1;
        }

            .access-table__cell.name .folder__photo img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                overflow: hidden;
                position: relative;
                z-index: 1;
            }

            .access-table__cell.name .folder__photo:after {
                display: block;
                content: '';
                width: 50px;
                height: 50px;
                background: rgba(203, 135, 56, .4);
                -webkit-border-radius: 4px;
                border-radius: 4px;
                position: absolute;
                right: -4px;
                top: 4px;
                z-index: 0;
            }

        .access-table__cell.name .folder__body {
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 100%;
            -moz-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
        }

            .access-table__cell.name .folder__body .title {
                font-size: 14px;
                line-height: 19px;
                color: #CB8738;
                max-height: 19px;
                overflow: hidden;
            }

            .access-table__cell.name .folder__body span {
                font-weight: 300;
                font-size: 12px;
                line-height: 16px;
                color: rgba(50, 50, 50, .6);
            }

    .access-table__cell.groups {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 39.875%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 39.875%;
        flex: 0 1 39.875%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 4px;
        border-right: 1px solid #DBAB74;
    }

        .access-table__cell.groups .access-table__item {
            margin-right: 13px;
        }

            .access-table__cell.groups .access-table__item .group-symbol {
                width: 16px;
                height: 16px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: relative;
                background: #DEDEDE;
                cursor: pointer;
            }

                .access-table__cell.groups .access-table__item .group-symbol span {
                    display: block;
                    position: absolute;
                    top: 42%;
                    left: 70%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    font-weight: bold;
                    font-size: 11px;
                    line-height: 15px;
                    color: #FFFFFF;
                }

                    .access-table__cell.groups .access-table__item .group-symbol span:after {
                        display: none;
                    }

            .access-table__cell.groups .access-table__item.give-access .group-symbol {
                background: #473ADB;
            }

    .access-table__cell.type-files {
        -webkit-box-flex: 13.75%;
        -webkit-flex: 13.75%;
        -moz-box-flex: 13.75%;
        -ms-flex: 13.75%;
        flex: 13.75%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 4px;
        border-right: 1px solid #DBAB74;
    }

        .access-table__cell.type-files .access-table__item {
            margin-right: 15px;
            text-align: center;
        }

            .access-table__cell.type-files .access-table__item span {
                display: block;
                font-size: 12px;
                line-height: 16px;
                color: #CB8738;
                padding-right: 0;
            }

                .access-table__cell.type-files .access-table__item span:after {
                    display: none;
                }

    .access-table__cell.general-access {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12.75%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 12.75%;
        flex: 0 1 12.75%;
        text-align: center;
        border-right: 1px solid #DBAB74;
    }

        .access-table__cell.general-access .access-symb.give-access {
            background: #3BCB75;
        }

    .access-table__cell.close-access {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 12%;
        flex: 0 1 12%;
        text-align: center;
    }

        .access-table__cell.close-access .access-symb.close-access {
            background: #DB3A3A;
        }

.access-table .access-symb {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #DEDEDE;
    margin: auto;
    padding: 3px 0;
    cursor: pointer;
}


/*Страница генеалогического дерева*/

.family__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.family__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-right: 20px;
    margin-top: 22px;
}

.family__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
    top: -47px;
}

.family-tree {
    margin-top: 5px;
}

.family-tree__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.family-tree__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .family-tree__title .title {
        font-family: 'Playfair Display', sans-serif;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        color: #CB8738;
        margin-right: 20px;
    }

    .family-tree__title .search {
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        color: rgba(50, 50, 50, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .family-tree__title .search:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.family-tree__search {
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #CB8738;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .family-tree__search:hover {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.family-tree__body {
    border: 1px solid #CB8738;
    width: 100%;
    height: 536px;
    position: relative;
    max-width: 964px;
}

    .family-tree__body #orgchart {
        width: 100%;
        height: 100%;
    }

    .family-tree__body .tree-glass {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 15px;
        padding: 5px;
        border: 2px dashed #CB8738;
    }

    .family-tree__body .add-branch {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed #CB8738;
        padding: 6px;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .family-tree__body .add-branch svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .family-tree__body .add-branch:hover {
            background: #CB8738;
        }

            .family-tree__body .add-branch:hover svg path {
                stroke: #fff;
            }

.family-tree-modal {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 25px 48px 32px 55px;
}

.relationship-form__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.relationship-form__note {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .6);
    margin-bottom: 15px;
}

.relationship-form__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
}

    .relationship-form__title span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .8);
        display: inline-block;
        margin-left: 15px;
    }

.relationship-form__name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    margin-left: 15px;
}

.relationship-form__list {
    margin-left: 15px;
}

    .relationship-form__list .reg-info-item {
        width: 230px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .relationship-form__list .reg-info-item .icon-down {
            -webkit-transform: translateY(-3px) rotate(45deg);
            -ms-transform: translateY(-3px) rotate(45deg);
            -o-transform: translateY(-3px) rotate(45deg);
            transform: translateY(-3px) rotate(45deg);
        }

        .relationship-form__list .reg-info-item .dropdown {
            top: 30px;
        }

        .relationship-form__list .reg-info-item .dropdown__item {
            width: 100%;
        }

        .relationship-form__list .reg-info-item.open .icon-down {
            -webkit-transform: translateY(3px) rotate(-135deg);
            -ms-transform: translateY(3px) rotate(-135deg);
            -o-transform: translateY(3px) rotate(-135deg);
            transform: translateY(3px) rotate(-135deg);
        }

.create-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-left: -3rem;
}

    .create-form__list .reg-info-item {
        width: -webkit-calc(50% - 3rem);
        width: calc(50% - 3rem);
        margin-left: 30px;
        margin-left: 3rem;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

        .create-form__list .reg-info-item .dropdown {
            top: 30px;
        }

        .create-form__list .reg-info-item .dropdown__item {
            width: 100%;
        }

    .create-form__list .create-form__input,
    .create-form__list .create-form__lbl-input {
        width: -webkit-calc(50% - 3rem);
        width: calc(50% - 3rem);
        margin-left: 30px;
        margin-left: 3rem;
    }

.create-form__input {
    margin-bottom: 20px;
    position: relative;
}

    .create-form__input input {
        font-size: 16px;
        line-height: 22px;
        color: #DBAB74;
        background: transparent;
        padding-bottom: 4px;
        border: none;
        border-bottom: 1px solid #DCDCDC;
        width: 100%;
    }

        .create-form__input input::-webkit-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input::-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:-moz-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:-ms-input-placeholder {
            opacity: 0.5;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .create-form__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .create-form__input span {
        display: block;
        position: absolute;
        right: 0;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: rgba(150, 150, 150, .8);
    }

.create-form__lbl-input.before-check {
    margin-bottom: 10px;
}

.create-form__lbl-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 4px;
    margin-bottom: 20px;
    position: relative;
}

    .create-form__lbl-input label {
        display: block;
        margin-right: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .8);
    }

    .create-form__lbl-input input {
        background: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        color: #DBAB74;
    }

    .create-form__lbl-input span {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        text-decoration: underline;
        color: rgba(150, 150, 150, .8);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .create-form__lbl-input span:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.create-form .c-check {
    margin-bottom: 12px;
}

.create-form__photo {
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.create-form__photo--left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 180px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
    margin-right: 25px;
}

    .create-form__photo--left span {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .8);
        margin-bottom: 10px;
    }

    .create-form__photo--left .profile-photo.with-pic .fl_upload label span {
        color: #fff;
    }

    .create-form__photo--left .profile-photo.with-pic .fl_upload label svg path {
        fill: #fff;
    }

    .create-form__photo--left .profile-photo {
        width: 100%;
        height: 180px;
        background: rgba(219, 171, 116, .2) url(../img/prf-photo.png) no-repeat;
        background-position: center;
        border: 1px solid #CB8738;
        position: relative;
    }

        .create-form__photo--left .profile-photo img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .create-form__photo--left .profile-photo .fl_upload {
            position: absolute;
            bottom: 11px;
            right: 11px;
        }

            .create-form__photo--left .profile-photo .fl_upload .fl_inp {
                display: none;
            }

            .create-form__photo--left .profile-photo .fl_upload label {
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
            }

                .create-form__photo--left .profile-photo .fl_upload label span {
                    display: block;
                    margin-right: 10px;
                    font-weight: 300;
                    font-size: 12px;
                    line-height: 16px;
                    color: #CB8738;
                    margin-bottom: 0;
                }

.create-form__photo--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .create-form__photo--right .upload-photos {
        margin-top: 30px;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -4px;
        margin-left: -0.4rem;
    }

        .create-form__photo--right .upload-photos .item {
            width: -webkit-calc(25% - 0.4rem);
            width: calc(25% - 0.4rem);
            margin-left: 4px;
            margin-left: 0.4rem;
            height: 70px;
            background: rgba(219, 171, 116, .2) url(../img/upload-photo.svg);
            background-position: center;
            background-repeat: no-repeat;
            border: 1px solid #CB8738;
            position: relative;
        }

            .create-form__photo--right .upload-photos .item img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .create-form__photo--right .upload-photos .item span {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, .5);
                font-weight: bold;
                font-size: 20px;
                line-height: 27px;
                color: #FFFFFF;
                padding: 21px 16px;
                text-align: center;
            }

    .create-form__photo--right .actions-with-photos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .create-form__photo--right .actions-with-photos .fl_upload {
            max-width: 186px;
            width: 100%;
            text-align: center;
        }

            .create-form__photo--right .actions-with-photos .fl_upload label {
                display: block;
                background: transparent;
                border: 1px solid #CB8738;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                font-size: 14px;
                line-height: 19px;
                color: #CB8738;
                max-width: 186px;
                width: 100%;
                height: 40px;
                padding: 10px 0;
                cursor: pointer;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .create-form__photo--right .actions-with-photos .fl_upload label:hover {
                    background: #CB8738;
                    color: #fff;
                }

            .create-form__photo--right .actions-with-photos .fl_upload .fl_inp {
                display: none;
            }

        .create-form__photo--right .actions-with-photos .upl-btn {
            background: transparent;
            border: 1px solid #CB8738;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            font-size: 14px;
            line-height: 19px;
            color: #CB8738;
            max-width: 186px;
            width: 100%;
            height: 40px;
            padding: 10px 0;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .create-form__photo--right .actions-with-photos .upl-btn:hover {
                background: #CB8738;
                color: #fff;
            }

        .create-form__photo--right .actions-with-photos .delete-photo {
            display: inline-block;
            width: 50px;
            margin-left: 10px;
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            text-decoration: underline;
            color: #9B9797;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            cursor: pointer;
        }

            .create-form__photo--right .actions-with-photos .delete-photo:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.create-form__btn {
    margin-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .create-form__btn .cancel {
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        color: #DBAB74;
        margin-right: 15px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .create-form__btn .cancel:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

    .create-form__btn .g-btn {
        background: -webkit-linear-gradient(324.73deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(324.73deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(125.27deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        max-width: 200px;
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-gallery {
    max-width: 1277px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .modal-gallery .mfp-close {
        display: none !important;
    }

.modal-gallery__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.modal-gallery__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

.modal-gallery__close {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

    .modal-gallery__close:before,
    .modal-gallery__close:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: #fff;
    }

    .modal-gallery__close:before {
        width: 100%;
        height: 3px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .modal-gallery__close:after {
        height: 100%;
        width: 3px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

.modal-gallery__body {
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px 12px 20px 20px;
}

.modal-gallery__body--sliders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-gallery__body .slider-main {
    width: 1000px;
}

.modal-gallery__body .slider-main__item {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

    .modal-gallery__body .slider-main__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .modal-gallery__body .slider-main__item .edit-panel {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 18px 22px;
    }

        .modal-gallery__body .slider-main__item .edit-panel .title input {
            background: transparent;
            border: none;
            font-weight: 600;
            font-size: 20px;
            line-height: 27px;
            color: #FFFFFF;
        }

        .modal-gallery__body .slider-main__item .edit-panel .actions {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 300;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
        }

        .modal-gallery__body .slider-main__item .edit-panel .rename {
            margin-right: 50px;
            cursor: pointer;
        }

        .modal-gallery__body .slider-main__item .edit-panel .delete {
            position: relative;
            padding-right: 32px;
            cursor: pointer;
        }

            .modal-gallery__body .slider-main__item .edit-panel .delete:after {
                display: block;
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 20px;
                height: 20px;
                background: url(../img/garb.svg) no-repeat;
            }

.modal-gallery__body .slider-nav {
    width: 212px;
    margin-left: 20px;
    height: 548px;
    position: relative;
}

.modal-gallery__body .slider-nav__item {
    margin: 5px 0;
    cursor: pointer;
    border: 3px solid transparent;
}

    .modal-gallery__body .slider-nav__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .modal-gallery__body .slider-nav__item.slick-center {
        border: 3px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: relative;
    }

.modal-gallery__body .slider-nav:before,
.modal-gallery__body .slider-nav:after {
    display: block;
    content: '';
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    z-index: 5;
}

.modal-gallery__body .slider-nav:before {
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(27.14%, rgba(255, 255, 255, 0)), color-stop(85%, #FFFFFF));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 27.14%, #FFFFFF 85%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 27.14%, #FFFFFF 85%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 27.14%, #FFFFFF 85%);
}

.modal-gallery__body .slider-nav:after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(27.14%, #FFFFFF), color-stop(85%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #FFFFFF 27.14%, rgba(255, 255, 255, 0) 85%);
    background: -o-linear-gradient(bottom, #FFFFFF 27.14%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(0deg, #FFFFFF 27.14%, rgba(255, 255, 255, 0) 85%);
}

.lk-services {
    height: 100%;
}

.lk-services__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.lk-services__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    padding-left: -webkit-calc(50% - 585px);
    padding-left: calc(50% - 585px);
    background: url(../img/lk-services-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0px -10px 40px rgba(255, 255, 255, .4);
    box-shadow: 0px -10px 40px rgba(255, 255, 255, .4);
    position: relative;
}

    .lk-services__left .closepanel {
        display: none;
        position: absolute;
        top: 8px;
        left: 15px;
        width: 25px;
        height: 25px;
        z-index: 5;
    }

        .lk-services__left .closepanel:before,
        .lk-services__left .closepanel:after {
            display: block;
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 50%;
            left: 50%;
            background: #fff;
        }

        .lk-services__left .closepanel:before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .lk-services__left .closepanel:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
            -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

.lk-services__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: -webkit-calc(50% - 585px);
    padding-right: calc(50% - 585px);
    margin-left: 70px;
    position: relative;
}

    .lk-services__right .openpanel {
        display: none;
        position: absolute;
        left: 0;
        top: 20px;
        width: 25px;
        height: 25px;
    }

        .lk-services__right .openpanel span {
            display: block;
            position: relative;
            width: 100%;
            height: 2px;
            background: #CB8738;
        }

            .lk-services__right .openpanel span:before,
            .lk-services__right .openpanel span:after {
                display: block;
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                background: #CB8738;
            }

            .lk-services__right .openpanel span:before {
                top: -350%;
            }

            .lk-services__right .openpanel span:after {
                bottom: -350%;
            }

.lk-services__left.smaller {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 35%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
}

.lk-services__right.wider {
    margin-left: 30px;
}

.lk-services__left.fiz-lico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .lk-services__left.fiz-lico .admin-panel {
        width: 300px;
    }

.admin-panel {
    position: relative;
    padding-top: 87px;
    height: 100%;
}

    .admin-panel .lang {
        position: absolute;
        top: 11px;
        right: 26px;
        width: 45px;
    }

    .admin-panel .serv-profile {
        margin-bottom: 60px;
    }

    .admin-panel .profile-exit {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 44px;
    }

.serv-profile {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serv-profile__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #855013;
    margin-right: 20px;
}

    .serv-profile__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
    }

    .serv-profile__photo .edit {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        top: -2px;
        right: -15px;
        padding: 7px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .serv-profile__photo .edit svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .serv-profile__photo .edit:hover {
            background: #CB8738;
        }

            .serv-profile__photo .edit:hover svg path {
                fill: #fff;
            }

.serv-profile__name {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.serv-profile__icon-down {
    margin-left: 10px;
    margin-bottom: 3px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.serv-profile-tabs__item {
    padding: 10px 15px;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .serv-profile-tabs__item span {
        display: block;
        margin-left: 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
    }

    .serv-profile-tabs__item.current {
        background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, .6)), color-stop(95.63%, rgba(203, 135, 56, 0)));
        background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, 0.6)), color-stop(95.63%, rgba(203, 135, 56, 0)));
        background: -webkit-linear-gradient(left, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
        background: -o-linear-gradient(left, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
        background: linear-gradient(90deg, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
    }

    .serv-profile-tabs__item:not(.current) {
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .serv-profile-tabs__item:not(.current):hover {
            background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, .6)), color-stop(95.63%, rgba(203, 135, 56, 0)));
            background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, 0.6)), color-stop(95.63%, rgba(203, 135, 56, 0)));
            background: -webkit-linear-gradient(left, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
            background: -o-linear-gradient(left, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
            background: linear-gradient(90deg, rgba(203, 135, 56, .6) 0%, rgba(203, 135, 56, 0) 95.63%);
        }

.serv-profile-tabs .submenu {
    list-style: none;
    margin-left: 45px;
    margin-top: 11px;
    margin-bottom: 20px;
}

.serv-profile-tabs .submenu__item {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 7px;
    padding-left: 11px;
    position: relative;
    cursor: pointer;
}

    .serv-profile-tabs .submenu__item:before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .serv-profile-tabs .submenu__item.current:before {
        background: #CB8738;
    }

    .serv-profile-tabs .submenu__item:last-child {
        margin-bottom: 0;
    }

.profile-exit {
    max-width: 124px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-exit__circle {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 13px;
    padding: 17px 7px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .profile-exit__circle svg path {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .profile-exit__circle:hover {
        background: #CB8738;
    }

        .profile-exit__circle:hover svg path {
            fill: #fff;
        }

.profile-exit__title {
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.lk-services-main {
    padding-top: 80px;
}

.lk-services-main__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 27px;
    margin-bottom: 45px;
}

.lk-services-main__welcome {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: rgba(50, 50, 50, .8);
    opacity: 0.8;
}

    .lk-services-main__welcome span {
        color: #855013;
        opacity: 0.8;
    }

.lk-services-main__body .note {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}

.ur-enter {
    max-width: 203px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ur-enter__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #855013;
    margin-right: 20px;
}

    .ur-enter__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
    }

    .ur-enter__photo .edit {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        top: -2px;
        right: -15px;
        padding: 7px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .ur-enter__photo .edit svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .ur-enter__photo .edit:hover {
            background: #CB8738;
        }

            .ur-enter__photo .edit:hover svg path {
                fill: #fff;
            }

.ur-enter__name .title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #CB8738;
    margin-bottom: 8px;
}

.ur-enter__name .link {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: rgba(50, 50, 50, .6);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .ur-enter__name .link svg {
        position: absolute;
    }

        .ur-enter__name .link svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .ur-enter__name .link:hover {
        color: #323232;
    }

        .ur-enter__name .link:hover svg path {
            opacity: 1;
        }

.digh-info.for-commercial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

    .digh-info.for-commercial .digh-info__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        opacity: 1;
    }

    .digh-info.for-commercial .digh-info__commercial {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 200px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
        margin-left: 30px;
        border: 1px solid #CB8738;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 20px 10px;
    }

        .digh-info.for-commercial .digh-info__commercial .digh-info__desc .title {
            margin-bottom: 22px;
        }

        .digh-info.for-commercial .digh-info__commercial .digh-info__desc .orng-btn {
            margin: auto;
        }

    .digh-info.for-commercial .digh-info__desc {
        text-align: center;
    }

.digh-info__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 7px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #323232;
}

    .digh-info__head a {
        margin: 0 5px;
        text-decoration: underline;
        color: #DB3A3A;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .digh-info__head a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.digh-info__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.8;
    border: 1px solid rgba(203, 135, 56, .4);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.digh-info__body--left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 32%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 32%;
    flex: 1 0 32%;
    border-right: 1px solid rgba(203, 135, 56, .4);
    padding: 20px;
}

    .digh-info__body--left.disabled {
        position: relative;
    }

        .digh-info__body--left.disabled:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.digh-info__body--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .digh-info__body--right img {
        margin: auto;
    }

.digh-info__desc .title {
    font-size: 14px;
    line-height: 18px;
    color: #CB8738;
    margin-bottom: 5px;
}

.digh-info__desc .text {
    font-size: 10px;
    line-height: 12px;
    color: rgba(50, 50, 50, .6);
    margin-bottom: 22px;
}

.digh-info__desc .icon {
    margin-bottom: 34px;
}

    .digh-info__desc .icon img {
        text-align: center;
        margin: auto;
    }

.lk-services-body__offers {
    margin-top: 25px;
    margin-bottom: 28px;
}

.lk-services-body__commercial-information {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.current-banner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 410px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 410px;
    flex: 0 1 410px;
    max-width: 410px;
    width: 100%;
}

.current-banner__title {
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
    margin-bottom: 6px;
}

.current-banner__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.current-banner__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 175px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 175px;
    flex: 1 0 175px;
    height: 175px;
    margin-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, .2)), to(rgba(133, 80, 19, .2)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, 0.2)), to(rgba(133, 80, 19, 0.2)));
    background: -webkit-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: -o-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: linear-gradient(180deg, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    border: 2px solid #CB8738;
    position: relative;
}

    .current-banner__photo span {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
        text-align: center;
        text-transform: uppercase;
    }

.current-banner__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.banner-text__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #855013;
    margin-bottom: 4px;
}

.banner-text__desc {
    font-size: 18px;
    line-height: 18px;
    color: rgba(50, 50, 50, .5);
    margin-bottom: 6px;
}

.banner-text__duration {
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .4);
    margin-bottom: 11px;
}

.banner-text__btn {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #CB8738;
    margin-bottom: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .banner-text__btn:hover {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.timeleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #CB8738;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 16px 3px 23px;
}

.timeleft__num {
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #CB8738;
    margin-right: 17px;
}

    .timeleft__num span {
        display: block;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
    }

.timeleft__desc {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
}

.orders-history {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 380px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
    max-width: 380px;
    width: 100%;
    margin-right: 46px;
}

.orders-history__title {
    font-size: 18px;
    line-height: 25px;
    color: rgba(50, 50, 50, .4);
    margin-bottom: 7px;
}

.orders-history__body {
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 22px 19px;
    height: 175px;
}

    .orders-history__body .jspPane {
        padding: 22px 0 !important;
    }

.orders-history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 19px;
    margin-right: 19px;
    margin-bottom: 10px;
}

    .orders-history__item .date {
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
        margin-right: 15px;
    }

    .orders-history__item .desc {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
    }

.services-offers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-left: -4rem;
}

.services-offers__item {
    width: -webkit-calc(50% - 4rem);
    width: calc(50% - 4rem);
    margin-left: 40px;
    margin-left: 4rem;
}

.el-offer {
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
}

.el-offer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.el-offer__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .el-offer__btn .note {
        margin-left: 7px;
        font-size: 10px;
        line-height: 12px;
        color: rgba(50, 50, 50, .6);
    }

        .el-offer__btn .note span {
            color: #CB8738;
        }

.el-offer__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 6px;
}

    .el-offer__text .title {
        font-size: 14px;
        line-height: 18px;
        color: #CB8738;
        margin-bottom: 7px;
    }

    .el-offer__text .text {
        font-size: 10px;
        line-height: 12px;
        color: rgba(50, 50, 50, .6);
    }

.el-offer__pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
}

.create-page {
    margin-top: 90px;
}

.create-page__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.create-page__info {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: rgba(106, 106, 106, .8);
    width: 60%;
    margin-bottom: 18px;
}

.create-page__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    position: relative;
}

.create-page__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 32px;
    line-height: 43px;
    color: #CB8738;
}

.create-page__rel-info {
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .4);
}

    .create-page__rel-info span {
        font-weight: 600;
    }

.create-page__form.make-order {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 61%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 61%;
    flex: 0 1 61%;
}

.create-page__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 50px;
}

    .create-page__form .title {
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: #CB8738;
        margin-bottom: 10px;
    }

.create-page__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 212px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 212px;
    flex: 1 0 212px;
}

    .create-page__list .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.create-page__disable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 3;
}

    .create-page__disable a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .create-page__disable a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.cr-page.login-form {
    margin-top: 35px;
}

.cr-page {
    width: 100%;
}

.cr-page__note {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .6);
}

.cr-page__input {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #CB8738;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 10px;
}

    .cr-page__input label {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #323232;
        margin-right: 20px;
    }

    .cr-page__input input {
        background: transparent;
        border: none;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .4);
        font-family: 'Open Sans', sans-serif;
    }

    .cr-page__input .icon {
        position: absolute;
        right: 0;
        bottom: 3px;
    }

    .cr-page__input .eye {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 12px;
        cursor: pointer;
    }

        .cr-page__input .eye svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .cr-page__input .eye:hover svg path {
            fill: #CB8738;
        }

        .cr-page__input .eye.active svg path {
            fill: #CB8738;
            fill-opacity: 1;
        }

        .cr-page__input .eye.active:hover svg path {
            fill-opacity: 0.2;
        }

.cr-page__upload {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 36px;
}

.cr-page__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    background: rgba(219, 171, 116, .2) url(../img/prf-photo.png) no-repeat;
    background-position: center;
    -webkit-background-size: 65px 65px;
    background-size: 65px;
    border: 1px solid #CB8738;
}

    .cr-page__photo .fl_upload {
        position: absolute;
        top: 5px;
        right: 7px;
    }

        .cr-page__photo .fl_upload label {
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

            .cr-page__photo .fl_upload label svg g path {
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .cr-page__photo .fl_upload label input {
                display: none;
            }

            .cr-page__photo .fl_upload label:hover svg g path {
                fill: #CB8738;
            }

    .cr-page__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.cr-page__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .cr-page__desc .title {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .6);
        margin-bottom: 10px;
    }

    .cr-page__desc .text {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: rgba(50, 50, 50, .6);
    }

        .cr-page__desc .text span {
            color: rgba(50, 50, 50, .9);
        }

.cr-page__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

    .cr-page__btn .price {
        font-weight: 800;
        font-size: 30px;
        line-height: 41px;
        color: #CB8738;
        margin-left: 18px;
    }

.relatives-list {
    height: 340px;
    border: 1px solid #CB8738;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.relative-item {
    padding: 12px;
    border-bottom: 1px solid #CB8738;
}

.relative-item__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.relative-item__photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    height: 70px;
    margin-right: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

    .relative-item__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.relative-item__info .name {
    font-size: 10px;
    line-height: 14px;
    color: #323232;
    margin-bottom: 4px;
}

.relative-item__info .link {
    font-size: 10px;
    line-height: 14px;
    text-decoration: underline;
    color: rgba(50, 50, 50, .6);
    word-break: break-word;
    word-wrap: break-word;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .relative-item__info .link:hover {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.relative-item__login-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-data__item {
    font-size: 10px;
    line-height: 14px;
    color: rgba(50, 50, 50, .4);
}

    .login-data__item span {
        color: rgba(50, 50, 50, .8);
    }

.overview-panel {
    margin-top: 30px;
    margin-bottom: 24px;
}

.overview-panel__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.overview-panel__title {
    font-size: 30px;
    line-height: 41px;
    color: rgba(50, 50, 50, .6);
}

    .overview-panel__title span {
        font-weight: bold;
        color: #CB8738;
    }

.overview-panel__open-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .overview-panel__open-calendar .icon {
        margin-right: 5px;
    }

    .overview-panel__open-calendar span {
        font-size: 18px;
        line-height: 25px;
        text-decoration: underline;
        color: #CB8738;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .overview-panel__open-calendar span:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.overview-panel__counter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    width: 100px;
    border: 1px solid #CB8738;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .overview-panel__counter .timeleft__num {
        margin-right: 0;
        margin-left: 4px;
        line-height: 1.15;
    }

        .overview-panel__counter .timeleft__num span {
            margin-top: -9px;
        }

.overview-panel__commercial-company {
    margin-bottom: 30px;
}

.commercial-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commercial-company__title {
    font-size: 24px;
    line-height: 33px;
    color: #CB8738;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.commercial-company__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 54%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 54%;
    flex: 0 1 54%;
    margin-right: 29px;
}

.commercial-company__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 42%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 42%;
    flex: 0 1 42%;
}

.cur-com-company__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cur-com-company__footer {
    margin-top: 10px;
}

.cur-com-company__time {
    font-size: 18px;
    line-height: 25px;
    color: rgba(50, 50, 50, .4);
}

.cur-com-company__btn {
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    color: #CB8738;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .cur-com-company__btn:hover {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.cur-com-company__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cur-com-company__banner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    margin-right: 20px;
}

.cur-com-company__metrika-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.commercial-banner {
    border: 1px solid #CB8738;
    height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, .2)), to(rgba(133, 80, 19, .2)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, 0.2)), to(rgba(133, 80, 19, 0.2)));
    background: -webkit-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: -o-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: linear-gradient(180deg, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

    .commercial-banner .options {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .commercial-banner .discount {
        max-width: 130px;
        width: 100%;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 11px;
        background: #FFFFFF;
        border: 1px solid #DB3A3A;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        color: #DB3A3A;
        text-align: center;
        padding: 5px;
    }

    .commercial-banner .special {
        max-width: 190px;
        width: 100%;
        height: 30px;
        background: #FFFFFF;
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 50px;
        left: 11px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
        text-align: center;
    }

    .commercial-banner span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 40px;
        line-height: 54px;
        color: rgba(255, 255, 255, .4);
        text-transform: uppercase;
    }

.commercial-banner__title .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #855013;
    margin-bottom: 4px;
}

.commercial-banner__title .desc {
    font-size: 18px;
    line-height: 18px;
    color: rgba(50, 50, 50, .5);
}

.metrika-item {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #CB8738;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 10px;
}

.metrika-item__num {
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    color: #CB8738;
}

.metrika-item__text {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
}

.companies-list__title {
    font-size: 18px;
    line-height: 25px;
    color: rgba(50, 50, 50, .4);
    margin-bottom: 12px;
}

.companies-list__body {
    height: 248px;
    border: 1px solid #CB8738;
}

.el-company {
    padding: 20px 15px;
    border-bottom: 1px solid #CB8738;
    border-left: 4px solid rgba(205, 205, 205, .8);
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.el-company__banner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
    height: 50px;
    margin-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, .2)), to(rgba(133, 80, 19, .2)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, 0.2)), to(rgba(133, 80, 19, 0.2)));
    background: -webkit-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: -o-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: linear-gradient(180deg, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    border: 1px solid #CB8738;
    position: relative;
}

    .el-company__banner span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 100%;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

.el-company__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.el-company__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .el-company__top .title {
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #855013;
    }

    .el-company__top .shown {
        font-size: 12px;
        line-height: 18px;
        color: rgba(50, 50, 50, .8);
    }

        .el-company__top .shown span {
            font-weight: 600;
        }

.el-company__bottom .time {
    font-size: 12px;
    line-height: 18px;
    color: rgba(50, 50, 50, .4);
}

.el-company:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, .25)), color-stop(66.14%, rgba(255, 255, 255, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, 0.25)), color-stop(66.14%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
    background: -o-linear-gradient(left, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
    background: linear-gradient(90deg, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
}

.el-company.active {
    background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, .25)), color-stop(66.14%, rgba(255, 255, 255, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(203, 135, 56, 0.25)), color-stop(66.14%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
    background: -o-linear-gradient(left, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
    background: linear-gradient(90deg, rgba(203, 135, 56, .25) 0%, rgba(255, 255, 255, 0) 66.14%);
    border-left: 4px solid #CB8738;
}

.graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.graphic__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 660px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 660px;
    flex: 1 0 660px;
    margin-right: 10px;
}

.graphic__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
}

    .graphic__text span {
        color: #CB8738;
    }

.edit-profile {
    margin-top: 97px;
}

.edit-profile__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #CB8738;
    margin-bottom: 39px;
}

.edit-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 162px;
}

.edit-form__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 63%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 63%;
    flex: 0 1 63%;
    padding-right: 25px;
    margin-right: 30px;
    position: relative;
}

    .edit-form__left:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        height: 95%;
        background: #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.edit-form__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
}

.edit-form__btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 40px;
}

    .edit-form__btn .orng-btn {
        max-width: 130px;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.edit-form__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 9px;
    margin-bottom: 12px;
    border-bottom: 1px solid #CB8738;
}

    .edit-form__item label {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-right: 20px;
    }

    .edit-form__item input {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 28px;
        color: #CB8738;
        font-family: 'Open Sans', sans-serif;
    }

.edit-form__photo {
    max-width: 130px;
    height: 130px;
    width: 100%;
    margin: 0 auto 10px;
    border: 1px solid #CB8738;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .edit-form__photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .edit-form__photo .edit {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
        top: 5px;
        right: 0px;
        padding: 7px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .edit-form__photo .edit svg path {
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .edit-form__photo .edit:hover {
            background: #CB8738;
        }

            .edit-form__photo .edit:hover svg path {
                fill: #fff;
            }

.edit-form__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .edit-form__name:before {
        display: inline-block;
        content: '';
        width: 16px;
        height: 16px;
        background: url(../img/edit-profile.svg);
        margin-right: 7px;
    }

    .edit-form__name input {
        background: transparent;
        border: none;
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #CB8738;
    }

.edit-form__payment .caption {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    margin-bottom: 23px;
}

.edit-form__payment .pay-type {
    margin-bottom: 5px;
}

.payment-tabs {
    margin-top: 60px;
    margin-bottom: 57px;
}

.payment-tabs__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

    .payment-tabs__title span {
        font-family: 'Playfair Display', sans-serif;
        font-size: 32px;
        line-height: 43px;
        color: #CB8738;
        margin-right: 47px;
    }

    .payment-tabs__title .payment-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #CB8738;
        position: relative;
        max-width: 260px;
        width: 100%;
        cursor: pointer;
    }

        .payment-tabs__title .payment-type .name {
            font-size: 18px;
            line-height: 30px;
            color: rgba(50, 50, 50, .6);
        }

        .payment-tabs__title .payment-type .icon-down {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 15px;
            height: 15px;
            border-right: 2px solid #CB8738;
            border-bottom: 2px solid #CB8738;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .payment-tabs__title .payment-type .dropdown {
            display: none;
            position: absolute;
            left: 0;
            top: -webkit-calc(100% + 8px);
            top: calc(100% + 8px);
            width: 100%;
            height: 42px;
            padding: 10px 15px;
        }

        .payment-tabs__title .payment-type .dropdown__item {
            width: 100%;
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .4);
        }

        .payment-tabs__title .payment-type.open .icon-down {
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

.payment-tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 9px;
    border-bottom: 4px solid rgba(50, 50, 50, .4);
    margin-bottom: 38px;
}

    .payment-tabs__caption li {
        list-style: none;
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: rgba(50, 50, 50, .4);
        -webkit-transition: color 0.4s ease-in-out;
        -o-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
    }

        .payment-tabs__caption li.active {
            font-size: 32px;
            line-height: 43px;
            color: #CB8738;
            position: relative;
        }

            .payment-tabs__caption li.active:after {
                display: block;
                content: '';
                height: 4px;
                background: #CB8738;
                position: absolute;
                bottom: -13px;
            }

        .payment-tabs__caption li:not(.active) {
            cursor: pointer;
        }

            .payment-tabs__caption li:not(.active):hover {
                color: #CB8738;
            }

        .payment-tabs__caption li.first:after {
            left: 0;
            width: 200%;
        }

        .payment-tabs__caption li.second:after {
            right: 0;
            width: 150%;
        }

.payment-tabs__content {
    display: none;
}

    .payment-tabs__content.active {
        display: block;
    }

        .payment-tabs__content.active .note {
            width: 62%;
            font-size: 18px;
            line-height: 25px;
            color: rgba(50, 50, 50, .6);
            margin-bottom: 44px;
        }

.make-payment.by-card {
    margin-top: 77px;
}

.make-payment.invoice {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.make-payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.make-payment__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.make-payment__invoice {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 62%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 62%;
    flex: 0 1 62%;
}

.make-payment__history {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-left: 38px;
}

.make-payment__bottom {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .make-payment__bottom .notice {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

        .make-payment__bottom .notice input {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid #CB8738;
            font-size: 18px;
            line-height: 28px;
            color: #CB8738;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 7px;
        }

            .make-payment__bottom .notice input::-webkit-input-placeholder {
                opacity: 0.6;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input::-moz-placeholder {
                opacity: 0.6;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:-moz-placeholder {
                opacity: 0.6;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:-ms-input-placeholder {
                opacity: 0.6;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:focus::-webkit-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:focus::-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:focus:-moz-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

            .make-payment__bottom .notice input:focus:-ms-input-placeholder {
                opacity: 0;
                -webkit-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: opacity 0.3s ease;
            }

        .make-payment__bottom .notice span {
            font-size: 12px;
            line-height: 16px;
            color: rgba(50, 50, 50, .6);
        }

    .make-payment__bottom .orng-btn {
        max-width: 170px;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.pays-history__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #CB8738;
    margin-bottom: 11px;
}

.pays-history__body {
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 264px;
}

    .pays-history__body .jspPane {
        padding: 12px 0 !important;
    }

.pays-history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 9px;
    margin-right: 21px;
    margin-bottom: 20px;
}

    .pays-history__item .date {
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
        margin-right: 11px;
    }

    .pays-history__item .desc {
        font-size: 10px;
        line-height: 14px;
        color: rgba(50, 50, 50, .4);
    }

    .pays-history__item:last-child {
        margin-bottom: 0;
    }

.invoice-form__title {
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
    margin-bottom: 30px;
}

.invoice-form__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CB8738;
}

    .invoice-form__item label {
        font-size: 18px;
        line-height: 28px;
        color: rgba(50, 50, 50, .6);
        margin-right: 20px;
    }

    .invoice-form__item input {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 28px;
        color: #CB8738;
        font-family: 'Open Sans', sans-serif;
    }

    .invoice-form__item:last-child {
        margin-bottom: 0;
    }

.choose-package.open .icon-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.choose-package {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #CB8738;
    position: relative;
    cursor: pointer;
}

    .choose-package .name {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

        .choose-package .name span {
            font-weight: normal;
            color: rgba(50, 50, 50, .3);
        }

    .choose-package .icon-down {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
        border-right: 2px solid rgba(203, 135, 56, .4);
        border-bottom: 2px solid rgba(203, 135, 56, .4);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .choose-package .dropdown {
        display: none;
        position: absolute;
        left: 0;
        top: 38px;
        width: 100%;
        height: 115px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
        padding: 15px;
        z-index: 5;
    }

    .choose-package .dropdown__item {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .choose-package .dropdown__item .title {
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .6);
        }

        .choose-package .dropdown__item .price {
            font-size: 16px;
            line-height: 22px;
            color: #CB8738;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -moz-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .choose-package .dropdown__item:last-child {
            margin-bottom: 0;
        }

    .choose-package:hover .icon-down {
        border-color: #cb8738;
    }

.cur-package {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3px;
    border-bottom: 1px solid #CB8738;
    position: relative;
}

    .cur-package .name {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

        .cur-package .name span {
            font-weight: normal;
            color: rgba(50, 50, 50, .3);
        }

.card-number__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #CB8738;
    margin-bottom: 11px;
}

.card-number__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-number__body--left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-right: 30px;
    position: relative;
    height: 185px;
}

.card-number__body--right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .card-number__body--right .notice input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #CB8738;
        font-size: 18px;
        line-height: 28px;
        color: #CB8738;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 7px;
    }

        .card-number__body--right .notice input::-webkit-input-placeholder {
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input::-moz-placeholder {
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:-moz-placeholder {
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:-ms-input-placeholder {
            opacity: 0.6;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .card-number__body--right .notice input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

    .card-number__body--right .notice span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .6);
    }

.card-number .card-back {
    width: 230px;
    height: 157px;
    background: rgba(241, 215, 186, .4);
    border: 1px solid rgba(203, 135, 56, .4);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    top: 28px;
    left: 70px;
    z-index: 2;
}

    .card-number .card-back img {
        position: absolute;
        top: 24px;
        right: 0;
    }

    .card-number .card-back .code {
        position: absolute;
        width: 42px;
        right: 14px;
        bottom: 25px;
    }

        .card-number .card-back .code label {
            display: block;
            font-size: 10px;
            line-height: 14px;
            color: rgba(50, 50, 50, .8);
        }

    .card-number .card-back .code__input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 2px 8px;
    }

        .card-number .card-back .code__input input {
            width: 42px;
            background: transparent;
            border: none;
            font-weight: 600;
            font-size: 10px;
            line-height: 14px;
            color: rgba(133, 80, 19, .6);
            font-family: 'Open Sans', sans-serif;
        }

.card-number .card-front {
    width: 230px;
    background: #F1D7BA;
    border: 1px solid #CB8738;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 28px 32px 20px 28px;
    z-index: 3;
}

    .card-number .card-front label {
        display: block;
        font-size: 10px;
        line-height: 14px;
        color: #323232;
    }

    .card-number .card-front input {
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        color: rgba(133, 80, 19, .6);
    }

    .card-number .card-front .number {
        margin-bottom: 5px;
    }

    .card-number .card-front .number__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -4px;
        margin-left: -0.4rem;
    }

    .card-number .card-front .number__input {
        width: -webkit-calc(25% - 0.4rem);
        width: calc(25% - 0.4rem);
        margin-left: 4px;
        margin-left: 0.4rem;
        background: rgba(255, 255, 255, .6);
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 2px 8px;
    }

    .card-number .card-front .date__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card-number .card-front .date__item {
        width: 35px;
        margin-left: 10px;
    }

    .card-number .card-front .date__input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 2px 8px;
    }

    .card-number .card-front .name__input {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #CB8738;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 2px 4px;
    }

    .card-number .card-front .logos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        top: 6px;
        right: 11px;
    }

.card-number__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

    .card-number__bottom .orng-btn {
        max-width: 130px;
        height: 40px;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    }

.edit-commercials {
    margin-top: 30px;
    margin-bottom: 73px;
}

.edit-commercials__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 47px;
}

.edit-commercials__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 32px;
    line-height: 43px;
    color: #CB8738;
}

.edit-commercials__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.edit-commercials__subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #CB8738;
}

    .edit-commercials__subtitle span {
        font-weight: bold;
    }

.edit-commercials__list {
    height: 520px;
}

    .edit-commercials__list.services-list__content-info {
        margin-left: 0;
        max-width: none;
        max-width: initial;
    }

.edit-commercials .services-list__content-info .item__right-rightContent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.edit-commercials .services-list__content-info .item__absolute-elements {
    left: auto;
    left: initial;
    right: 10px;
}

.edit-textbanner-tabs {
    margin-top: 45px;
    margin-bottom: 40px;
}

.edit-textbanner-tabs__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

    .edit-textbanner-tabs__caption li {
        list-style: none;
        font-family: 'Playfair Display', sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: rgba(50, 50, 50, .4);
        margin-right: 20px;
    }

        .edit-textbanner-tabs__caption li.active {
            color: #CB8738;
            position: relative;
        }

            .edit-textbanner-tabs__caption li.active:before {
                display: block;
                content: '';
                width: 6px;
                height: 6px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                top: -5px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #CB8738;
            }

.edit-textbanner-tabs__content {
    display: none;
}

    .edit-textbanner-tabs__content.active {
        display: block;
    }

.edited-textbanner {
    margin-bottom: 25px;
}

.edited-textbanner__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .edited-textbanner__title span {
        font-size: 20px;
        line-height: 27px;
        color: rgba(50, 50, 50, .4);
    }

    .edited-textbanner__title .time {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .edited-textbanner__title .time span {
            font-size: 18px;
            line-height: 25px;
            color: rgba(50, 50, 50, .4);
            margin-right: 20px;
        }

        .edited-textbanner__title .time .btn-prolong {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
        }

            .edited-textbanner__title .time .btn-prolong span {
                font-size: 18px;
                line-height: 25px;
                text-decoration: underline;
                color: #CB8738;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                margin-left: 8px;
            }

            .edited-textbanner__title .time .btn-prolong:hover span {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.edited-textbanner__body.services-list__content-info {
    margin-left: 0;
    max-width: none;
    max-width: initial;
}

    .edited-textbanner__body.services-list__content-info .services-list__content-info--item .item__right-rightContent {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

.edited-textbanner__back {
    margin-bottom: 34px;
}

    .edited-textbanner__back .step-back {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

        .edited-textbanner__back .step-back span {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #CB8738;
            margin-left: 10px;
        }

.textbanner-fields__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.textbanner-fields__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.textbanner-fields__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-left: 30px;
}

.edit-banner__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #CB8738;
    margin-bottom: 15px;
}

    .edit-banner__input label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-right: 10px;
    }

    .edit-banner__input input {
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 28px;
        color: #CB8738;
        font-family: 'Open Sans', sans-serif;
    }

.edit-banner__inputtext {
    position: relative;
    margin-bottom: 15px;
}

    .edit-banner__inputtext label {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-bottom: 5px;
    }

    .edit-banner__inputtext textarea {
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        color: rgba(50, 50, 50, .6);
        padding: 15px 12px;
        border: 1px solid #CB8738;
        font-family: 'Open Sans', sans-serif;
    }

    .edit-banner__inputtext span {
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-weight: 300;
        font-size: 10px;
        color: rgba(50, 50, 50, .5);
    }

.edit-banner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .edit-banner__list .edit-banner__input {
        width: 200px;
    }

        .edit-banner__list .edit-banner__input input {
            width: 55px;
        }

.edit-banner__upload {
    margin-bottom: 20px;
}

.edit-banner__upload--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

    .edit-banner__upload--head span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

    .edit-banner__upload--head .fl_upload label {
        cursor: pointer;
    }

    .edit-banner__upload--head .fl_upload .fl_inp {
        display: none;
    }

.edit-banner__upload--photo {
    height: 173px;
    position: relative;
    background: rgba(219, 171, 116, .2);
    border: 1px solid #CB8738;
}

    .edit-banner__upload--photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .edit-banner__upload--photo span {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        font-weight: 600;
        font-size: 40px;
        line-height: 54px;
        color: rgba(255, 255, 255, .4);
        text-align: center;
    }

    .edit-banner__upload--photo .note {
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 100%;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: rgba(50, 50, 50, .6);
    }

.edit-banner__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .edit-banner__btn .orng-btn {
        height: 40px;
    }

.textbanner-more__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.textbanner-more__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 30px;
}

    .textbanner-more__photo .picture {
        background: #F7E0C6 url(../img/picture-bg.svg);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        height: 150px;
        margin-bottom: 7px;
        overflow: hidden;
    }

        .textbanner-more__photo .picture img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .textbanner-more__photo .picture.with-pic {
            background: none;
        }

    .textbanner-more__photo .fl_upload {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .textbanner-more__photo .fl_upload label {
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border: 1px solid #FFE259;
            width: 110px;
            height: 30px;
            font-size: 14px;
            line-height: 19px;
            color: #855013;
            text-align: center;
            text-transform: uppercase;
            padding: 5px 0;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background: transparent;
            margin-right: 7px;
            cursor: pointer;
        }

            .textbanner-more__photo .fl_upload label:hover {
                background: #FFE259;
            }

        .textbanner-more__photo .fl_upload .fl_inp {
            display: none;
        }

        .textbanner-more__photo .fl_upload span {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: #323232;
        }

.textbanner-more__fields {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.textbanner-more__text {
    margin-bottom: 20px;
}

    .textbanner-more__text textarea {
        width: 100%;
        border: 1px solid #CB8738;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 12px 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

.textbanner-more__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .textbanner-more__btns .orng-btn {
        height: 40px;
        margin-right: 22px;
    }

    .textbanner-more__btns span {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #323232;
    }

        .textbanner-more__btns span a {
            text-decoration: underline;
            color: #CB8738;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .textbanner-more__btns span a:hover {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.textbanner-more__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 12px;
    border-bottom: 1px solid #CB8738;
    position: relative;
}

    .textbanner-more__input label {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-right: 12px;
    }

    .textbanner-more__input input {
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
    }

    .textbanner-more__input span {
        position: absolute;
        left: 0;
        bottom: -12px;
        font-size: 10px;
        color: rgba(106, 106, 106, .4);
    }

.textbanner-view {
    max-width: 670px;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 80px;
}

.textbanner-view__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .textbanner-view__caption .title {
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
        color: #855013;
        margin-right: 22px;
    }

    .textbanner-view__caption .name {
        font-size: 18px;
        line-height: 25px;
        color: #ABABAB;
    }

.textbanner-view__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.textbanner-view__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 30px;
}

    .textbanner-view__photo .picture {
        height: 150px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #F7E0C6 url(../img/picture-bg.svg);
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }

        .textbanner-view__photo .picture img {
            width: 100%;
            height: 100%;
        }

.textbanner-view__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.textbanner-view__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-left: -2rem;
    margin-bottom: 18px;
}

    .textbanner-view__list .photo-item {
        width: -webkit-calc(25% - 2rem);
        width: calc(25% - 2rem);
        margin-left: 20px;
        margin-left: 2rem;
        height: 150px;
        background: #F7E0C6;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .textbanner-view__list .photo-item.last {
            position: relative;
            background: -webkit-gradient(linear, right top, left top, from(rgba(50, 50, 50, .4)), color-stop(112.67%, rgba(246, 224, 198, .4))), #F7E0C6;
            background: -webkit-gradient(linear, right top, left top, from(rgba(50, 50, 50, 0.4)), color-stop(112.67%, rgba(246, 224, 198, 0.4))), #F7E0C6;
            background: -webkit-linear-gradient(right, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
            background: -o-linear-gradient(right, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
            background: linear-gradient(270deg, rgba(50, 50, 50, .4) 0%, rgba(246, 224, 198, .4) 112.67%), #F7E0C6;
        }

            .textbanner-view__list .photo-item.last span {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100%;
                text-align: center;
                font-weight: bold;
                font-size: 50px;
                line-height: 68px;
                color: #FFFFFF;
            }

.textbanner-view__text {
    padding-top: 24px;
    border-top: 2px solid #CB8738;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    margin-bottom: 24px;
}

.textbanner-view__btn .orng-btn {
    height: 40px;
}

.textbanner-info .price {
    font-weight: bold;
    font-size: 32px;
    line-height: 24px;
    color: #CB8738;
    margin-bottom: 10px;
}

.textbanner-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .textbanner-info__item span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #6A6A6A;
        margin-right: 16px;
    }

    .textbanner-info__item .value {
        font-size: 16px;
        line-height: 24px;
        color: #CB8738;
    }

    .textbanner-info__item a.value {
        text-decoration: underline;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .textbanner-info__item a.value:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.graphbanner-item {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, .2)), to(rgba(133, 80, 19, .2)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 135, 56, 0.2)), to(rgba(133, 80, 19, 0.2)));
    background: -webkit-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: -o-linear-gradient(top, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    background: linear-gradient(180deg, rgba(203, 135, 56, .2) 0%, rgba(133, 80, 19, .2) 100%);
    border: 1px solid #CB8738;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    padding: 7px 10px;
}

    .graphbanner-item .watermark {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        font-size: 60px;
        color: #fff;
    }

.graphbanner-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .graphbanner-item__top .edit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .graphbanner-item__top .edit span {
            font-weight: 300;
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .6);
            margin-right: 5px;
        }

.graphbanner-item__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.graphbanner-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .graphbanner-item__title input {
        width: 165px;
        margin-right: 13px;
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #CB8738;
    }

.graphbanner-item__time {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .4);
}

.graphbanner-item:last-child {
    margin-bottom: 0;
}

.create-graphbanner {
    margin-top: 30px;
    margin-bottom: 23px;
}

.create-graphbanner__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

    .create-graphbanner__caption span {
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: rgba(50, 50, 50, .6);
        margin-right: 5px;
    }

    .create-graphbanner__caption input {
        background: transparent;
        border: none;
        font-family: 'Playfair Display', sans-serif;
        font-size: 24px;
        line-height: 32px;
        color: #CB8738;
        margin-right: 10px;
        width: 150px;
    }

.create-graphbanner__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.create-graphbanner__uploads {
    margin-bottom: 21px;
}

.create-graphbanner__btns {
    margin-top: 58px;
}

    .create-graphbanner__btns .orng-btn {
        max-width: 270px;
        height: 50px;
        margin-right: 30px;
        -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
        box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
    }

    .create-graphbanner__btns span {
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        color: #323232;
    }

        .create-graphbanner__btns span a {
            text-decoration: underline;
            color: #CB8738;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .create-graphbanner__btns span:hover a {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

    .create-graphbanner__btns .note {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
        margin-top: 9px;
    }

        .create-graphbanner__btns .note span {
            font-size: 12px;
            line-height: 16px;
            color: rgba(219, 58, 58, .6);
        }

.create-graphbanner__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.create-graphbanner__pc.graphbanner-images {
    margin-bottom: 23px;
}

    .create-graphbanner__pc.graphbanner-images .picture {
        height: 200px;
    }

.create-graphbanner__mob.graphbanner-images .picture {
    width: 300px;
    height: 300px;
    margin-right: 27px;
}

.create-graphbanner__mob--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .create-graphbanner__mob--wrap .orng-btn {
        height: 40px;
    }

.graphbanner-images__pc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 570px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 570px;
    flex: 0 1 570px;
    margin-right: 52px;
}

.graphbanner-images__mob {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 178px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 178px;
    flex: 0 1 178px;
}

.graphbanner-images__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

    .graphbanner-images__edit span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .4);
        margin-right: 5px;
    }

    .graphbanner-images__edit svg {
        width: 20px;
        height: 20px;
    }

.graphbanner-images .picture {
    height: 178px;
    background: rgba(219, 171, 116, .2);
    border: 1px solid #CB8738;
    position: relative;
}

    .graphbanner-images .picture span {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
        line-height: 41px;
        color: rgba(255, 255, 255, .6);
    }

.graphbanner-images__desc {
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
}

.graphbanner-upload__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    position: relative;
}

    .graphbanner-upload__caption .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #CB8738;
        margin-right: 25px;
    }

    .graphbanner-upload__caption .date {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .graphbanner-upload__caption .date span {
            font-size: 18px;
            line-height: 25px;
            text-decoration: underline;
            color: #CB8738;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            margin-left: 8px;
            cursor: pointer;
        }

        .graphbanner-upload__caption .date:hover span {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.graphbanner-upload__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}

    .graphbanner-upload__fields .fl_upload {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

        .graphbanner-upload__fields .fl_upload label.orng-btn {
            text-align: center;
            height: 40px;
            -webkit-box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
            box-shadow: 0px 10px 20px rgba(226, 154, 68, .2);
            margin-right: 13px;
        }

        .graphbanner-upload__fields .fl_upload .fl_inp {
            display: none;
        }

        .graphbanner-upload__fields .fl_upload .fl_nm {
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .6);
        }

    .graphbanner-upload__fields .link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 5px;
        border-bottom: 1px solid #CB8738;
    }

        .graphbanner-upload__fields .link label {
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #6A6A6A;
            margin-right: 12px;
        }

        .graphbanner-upload__fields .link input {
            background: transparent;
            border: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
            line-height: 28px;
            color: #CB8738;
        }

.dropcalendar {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    padding: 18px 15px;
    z-index: 5;
}

.dropcalendar__calendar {
    height: 280px;
}

.dropcalendar__time {
    margin-top: 8px;
    margin-bottom: 15px;
}

.dropcalendar__timezone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

    .dropcalendar__timezone span {
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .8);
        margin-right: 4px;
    }

    .dropcalendar__timezone input {
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
    }

.dropcalendar__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dropcalendar__btn .orng-btn {
        max-width: 130px;
        margin-right: 14px;
    }

    .dropcalendar__btn .cancel {
        background: transparent;
        border: none;
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        color: rgba(50, 50, 50, .6);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

        .dropcalendar__btn .cancel:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.time-to-show__title {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .8);
    margin-bottom: 6px;
}

.time-to-show__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-left: -2rem;
}

.time-to-show__list--col {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin-left: 20px;
    margin-left: 2rem;
}

.time-to-show__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}

    .time-to-show__item span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .5);
        margin-right: 5px;
    }

    .time-to-show__item input {
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
        width: 100px;
    }


/*переопределение стилей календаря*/

.pickmeup {
    background: #fff !important;
}

    .pickmeup .pmu-instance {
        width: 100% !important;
        height: 280px !important;
    }

        .pickmeup .pmu-instance nav .pmu-prev,
        .pickmeup .pmu-instance nav .pmu-next {
            width: 34px !important;
            height: 34px !important;
            background: #FFFFFF;
            -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
            color: #CB8738;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            padding: 6px !important;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            font-size: 10px !important;
            line-height: 20px !important;
        }

            .pickmeup .pmu-instance nav .pmu-prev:hover,
            .pickmeup .pmu-instance nav .pmu-next:hover {
                color: #fff !important;
                background: #CB8738 !important;
            }

        .pickmeup .pmu-instance:first-child:last-child .pmu-month {
            width: 73% !important;
        }

        .pickmeup .pmu-instance .pmu-month.pmu-button {
            font-size: 18px !important;
            line-height: 25px !important;
            color: #CB8738 !important;
            opacity: 1 !important;
        }

        .pickmeup .pmu-instance .pmu-button {
            font-size: 16px !important;
            line-height: 35px !important;
            color: #000000 !important;
            opacity: 0.5 !important;
        }

        .pickmeup .pmu-instance .pmu-day-of-week *,
        .pickmeup .pmu-instance .pmu-days * {
            width: 37px !important;
        }

        .pickmeup .pmu-instance .pmu-day-of-week {
            font-size: 16px !important;
            line-height: 22px !important;
            color: rgba(203, 135, 56, .8) !important;
        }

        .pickmeup .pmu-instance .pmu-not-in-month {
            color: #000000 !important;
            opacity: 0.3 !important;
        }

        .pickmeup .pmu-instance .pmu-today {
            color: #FFFFFF !important;
            opacity: 1 !important;
            background: #D59F60 !important;
        }

        .pickmeup .pmu-instance .pmu-selected {
            background: rgba(219, 171, 116, .4) !important;
        }

.commercial-mapmarker {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 740px;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    padding: 40px 35px;
}

    .commercial-mapmarker:after {
        display: block;
        content: '';
        width: 18px;
        height: 11px;
        position: absolute;
        left: 50%;
        bottom: -11px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../img/addmarker.svg) no-repeat;
    }

    .commercial-mapmarker .textbanner-view {
        margin-top: 0;
        margin-bottom: 0;
    }

.day-in-history__head {
    /* height: 146px; */
    background: url(../img/day-in-history-bg.jpg) no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 30px;
}

.day-in-history__title {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin: auto;
    margin-bottom: 20px;
    max-width: 1070px;
    width: 100%;
}

.day-in-history__main {
    margin-top: 14px;
}

.day-in-history__panel {
    margin-bottom: 25px;
}

.day-in-history__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.day-in-history__left,
.day-in-history__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
}

    .day-in-history__left .commercial-item,
    .day-in-history__right .commercial-item {
        margin-bottom: 20px;
    }

.day-in-history__middle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 14px;
    margin-right: 14px;
}

.history-search {
    max-width: 1070px;
    width: 100%;
    margin: auto;
}

.history-search__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.history-search__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    position: relative;
}

    .history-search__item input {
        background: transparent;
        width: 100%;
        border: none;
        border-bottom: 2px solid #FFA800;
        padding-bottom: 4px;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, .8);
        padding-right: 30px;
    }

    .history-search__item .icon.calendar {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .history-search__item .icon.calendar svg path {
            stroke: #fff;
        }

.history-search__btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
}

    .history-search__btn .g-btn {
        height: 35px;
        padding: 5px 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .history-search__btn .g-btn span {
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
        }

        .history-search__btn .g-btn svg path {
            fill: #fff;
        }

.history-search__dropdown.open .icon-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.history-search__dropdown {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid #FFA800;
    cursor: pointer;
}

    .history-search__dropdown .name {
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, .8);
    }

    .history-search__dropdown .icon-down {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 2px solid #FFA800;
        border-bottom: 2px solid #FFA800;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .history-search__dropdown .dropdown {
        top: 35px;
        height: 270px;
    }

    .history-search__dropdown .dropdown__list {
        height: 100%;
    }

    .history-search__dropdown .dropdown__item {
        width: 100%;
    }

.day-options-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.day-options-panel__font-settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.day-options-panel__info-settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45.7%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 45.7%;
    flex: 0 1 45.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

    .day-options-panel__info-settings .c-check {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .day-options-panel__info-settings .c-check__box {
        margin-right: 5px;
    }

    .day-options-panel__info-settings .c-check__label {
        font-size: 12px;
    }

.day-options-panel__btn.big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

.day-options-panel__btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-bpx 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.history-search__btn .g-btn span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.history-search__btn .g-btn svg path {
    fill: #fff;
}

.history-search__dropdown.open .icon-down {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.history-search__dropdown {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid #FFA800;
    cursor: pointer;
}

    .history-search__dropdown .name {
        font-size: 16px;
        line-height: 24px;
        color: rgba(255, 255, 255, .8);
    }

    .history-search__dropdown .icon-down {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 2px solid #FFA800;
        border-bottom: 2px solid #FFA800;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .history-search__dropdown .dropdown {
        top: 35px;
        height: 270px;
    }

    .history-search__dropdown .dropdown__list {
        height: 100%;
    }

    .history-search__dropdown .dropdown__item {
        width: 100%;
    }

.day-options-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.day-options-panel__font-settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 34%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.day-options-panel__info-settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45.7%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 45.7%;
    flex: 0 1 45.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

    .day-options-panel__info-settings .c-check {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .day-options-panel__info-settings .c-check__box {
        margin-right: 5px;
    }

    .day-options-panel__info-settings .c-check__label {
        font-size: 12px;
    }

.day-options-panel__btn.big {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

.day-options-panel__btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .day-options-panel__btn .g-btn {
        max-width: 200px;
        height: 40px;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .day-options-panel__btn .search {
        margin-right: 18px;
    }

        .day-options-panel__btn .search svg {
            width: 26px;
            height: 26px;
        }

.day-options-panel .change-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .day-options-panel .change-day .current-date {
        margin: 0 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #C4C4C4;
        text-align: center;
    }

        .day-options-panel .change-day .current-date span {
            color: #CB8738;
        }

.day-options-panel .back-link,
.day-options-panel .next-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .day-options-panel .back-link span,
    .day-options-panel .next-link span {
        margin-left: 10px;
        color: #CB8738;
        font-size: 16px;
        line-height: 22px;
    }

    .day-options-panel .back-link .icon,
    .day-options-panel .next-link .icon {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
        text-align: center;
        padding: 12px 0;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .day-options-panel .back-link svg path,
    .day-options-panel .next-link svg path {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .day-options-panel .back-link:hover .icon,
    .day-options-panel .next-link:hover .icon {
        background: #CB8738;
    }

    .day-options-panel .back-link:hover svg path,
    .day-options-panel .next-link:hover svg path {
        fill: #fff;
    }

.font-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.font-settings__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
}

    .font-settings__steps svg {
        cursor: pointer;
    }

        .font-settings__steps svg:first-child {
            margin-right: 20px;
        }

.font-settings__font-size {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 193px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 193px;
    flex: 0 0 193px;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 0 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    height: 100%;
    position: relative;
}

    .font-settings__font-size .name {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .6);
    }

        .font-settings__font-size .name span {
            font-weight: bold;
            font-size: 20px;
            line-height: 27px;
            color: rgba(50, 50, 50, .6);
        }

    .font-settings__font-size .icon-down {
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 1px solid rgba(50, 50, 50, .28);
        border-bottom: 1px solid rgba(50, 50, 50, .28);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .font-settings__font-size .fonts-list {
        display: none;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #FFFFFF;
        -webkit-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;
        border: 1px solid #E7E7E7;
        padding: 16px;
        z-index: 3;
    }

    .font-settings__font-size .fonts-list__item {
        margin-bottom: 10px;
    }

    .font-settings__font-size .fonts-list .setting1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        color: #CB8738;
    }

    .font-settings__font-size .fonts-list .setting2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: rgba(50, 50, 50, .8);
    }

    .font-settings__font-size .fonts-list .setting3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .6);
    }

    .font-settings__font-size .fonts-list .setting4 {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .8);
    }

    .font-settings__font-size.open .icon-down {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.font-settings__font-style {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.font-settings__font-style--item {
    width: 33.33%;
    height: 100%;
    background: transparent;
    padding: 9px 6px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(50, 50, 50, .6);
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .font-settings__font-style--item:hover {
        background: rgba(219, 171, 116, .2);
    }

    .font-settings__font-style--item.current {
        background: rgba(219, 171, 116, .2);
    }

.font-settings__make-link {
    height: 100%;
    border-left: 1px solid #F1F1F1;
    padding: 9px 10px;
    cursor: pointer;
}

.date-settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.date-settings__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 223px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 223px;
    flex: 0 0 223px;
    border-right: 1px solid #F1F1F1;
    padding: 0 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

    .date-settings__date label {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, .8);
        margin-right: 6px;
    }

    .date-settings__date input {
        background: transparent;
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, .8);
        width: 117px;
        margin-right: 22px;
    }

    .date-settings__date .icon.calendar svg path {
        stroke: #DBAB74;
    }

.date-settings__topic {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
}

    .date-settings__topic .icon-down {
        position: absolute;
        right: 12px;
        top: 50%;
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-right: 1px solid rgba(50, 50, 50, .28);
        border-bottom: 1px solid rgba(50, 50, 50, .28);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .date-settings__topic span {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, .8);
        margin-right: 6px;
    }

    .date-settings__topic .name {
        font-size: 14px;
        line-height: 19px;
        color: #CB8738;
    }

    .date-settings__topic .topic-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #FFFFFF;
        -webkit-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;
        border: 1px solid #E7E7E7;
        padding: 16px;
        z-index: 3;
    }

    .date-settings__topic .topic-list__item {
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .6);
        margin-bottom: 5px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .date-settings__topic .topic-list__item:hover {
            color: #CB8738;
        }

    .date-settings__topic.open .icon-down {
        -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
        -o-transform: translateY(-50%) rotate(-135deg);
        transform: translateY(-50%) rotate(-135deg);
    }

.day-picture.with-pic {
    border-color: transparent;
}

    .day-picture.with-pic .fl_upload span {
        color: #FFFFFF;
    }

    .day-picture.with-pic .fl_upload svg path {
        fill: #fff;
    }

.day-picture {
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    background: rgba(219, 171, 116, .2);
    border: 1px solid #CB8738;
}

    .day-picture .fl_upload {
        position: absolute;
        bottom: 10px;
        right: 14px;
    }

        .day-picture .fl_upload label {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
        }

        .day-picture .fl_upload span {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            color: #CB8738;
            margin-right: 7px;
        }

        .day-picture .fl_upload svg path {
            fill: #CB8738;
        }

        .day-picture .fl_upload .fl_inp {
            display: none;
        }

    .day-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.topic__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #CB8738;
    margin-bottom: 17px;
}

.topic__list {
    margin-bottom: 30px;
}

.topic__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #CB8738;
}

    .topic__link span {
        text-decoration: underline;
        margin-right: 5px;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .topic__link:hover span {
        -webkit-text-decoration-color: transparent;
        -moz-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }

.topic .note {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .8);
}

.el-topic.news:after {
    width: 100%;
    height: 1px;
}

.el-topic {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .el-topic:after {
        display: block;
        content: '';
        width: 70px;
        height: 2px;
        background: #CB8738;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .el-topic .number {
        position: absolute;
        top: -70px;
        left: -20px;
        font-family: 'Playfair Display', sans-serif;
        font-weight: 900;
        font-size: 120px;
        line-height: 160px;
        color: rgba(219, 171, 116, .08);
        z-index: 0;
    }

    .el-topic:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .el-topic:last-child:after {
            display: none;
        }

.el-topic__title {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .8);
    max-height: 38px;
    overflow: hidden;
}

    .el-topic__title.short {
        max-height: 19px;
        overflow: hidden;
    }

.el-topic__subtitle {
    font-size: 10px;
    line-height: 14px;
    color: #DBAB74;
    margin-bottom: 20px;
}

.el-topic__info.fl-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .el-topic__info.fl-start .topic {
        margin-right: 20px;
    }

.el-topic__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 14px;
}

    .el-topic__info .country,
    .el-topic__info .topic {
        color: #DBAB74;
    }

    .el-topic__info .date {
        color: #DBAB74;
    }

    .el-topic__info .site {
        text-decoration: underline;
        color: rgba(50, 50, 50, .5);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .el-topic__info .site:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.el-topic__body {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    color: rgba(50, 50, 50, .6);
}

    .el-topic__body a {
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .el-topic__body a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.el-topic__likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

    .el-topic__likes .like-item svg path {
        fill: #C4C4C4;
    }

    .el-topic__likes .views {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .el-topic__likes .views svg {
            margin-right: 4px;
        }

        .el-topic__likes .views span {
            font-weight: 300;
            font-size: 10px;
            line-height: 14px;
            color: rgba(50, 50, 50, .8);
        }

.day-main-body.single,
.day-main-body.news {
    padding: 0 15px;
}

    .day-main-body.news .day-main-body__title {
        margin-bottom: 16px;
    }

.day-main-body__editor {
    background: #FFFFFF;
    border: 1px solid #DBAB74;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 16px;
}

.day-main-body__content {
    margin-bottom: 10px;
}

.day-main-body__important-events {
    position: relative;
    padding-bottom: 23px;
}

    .day-main-body__important-events:after {
        display: block;
        content: '';
        height: 1px;
        width: 50%;
        background: #DBAB74;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .day-main-body__important-events .more-events {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .day-main-body__important-events .more-events a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .day-main-body__important-events .more-events a span {
                font-size: 14px;
                line-height: 19px;
                text-decoration: underline;
                color: #AEAEAE;
                margin-right: 5px;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .day-main-body__important-events .more-events a .icon-down {
                width: 5px;
                height: 5px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                border-right: 1px solid #AEAEAE;
                border-bottom: 1px solid #AEAEAE;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .day-main-body__important-events .more-events a:hover span {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.day-main-body__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

    .day-main-body__info .date {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .8);
        margin-right: 20px;
    }

        .day-main-body__info .date span {
            color: #CB8738;
        }

    .day-main-body__info .topic {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
        margin-right: 56px;
    }

    .day-main-body__info .like-item {
        cursor: pointer;
    }

        .day-main-body__info .like-item svg path {
            fill: #C4C4C4;
        }

        .day-main-body__info .like-item.clicked svg path {
            fill: #DBAB74;
        }

    .day-main-body__info .views {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
    }

        .day-main-body__info .views svg {
            margin-right: 4px;
        }

        .day-main-body__info .views span {
            font-weight: 300;
            font-size: 10px;
            line-height: 14px;
            color: rgba(50, 50, 50, .8);
        }

.day-main-body__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #CB8738;
    margin-bottom: 27px;
}

.day-main-body__summary {
    margin-bottom: 20px;
    font-size: 16px;
    color: rgb(0,0,0,0.8);
}

.day-main-body__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
}

    .day-main-body__text p {
        margin-bottom: 22px;
    }

        .day-main-body__text p:last-child {
            margin-bottom: 0;
        }

    .day-main-body__text img {
        margin: auto;
        margin-bottom: 15px;
    }

        .day-main-body__text img:last-child {
            margin-bottom: 0;
        }

.day-main-body__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .day-main-body__btn .g-btn {
        margin-right: 14px;
        max-width: 200px;
        height: 40px;
        padding: 8px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .day-main-body__btn .note {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: rgba(0, 0, 0, .8);
        width: 32%;
    }

        .day-main-body__btn .note span {
            color: #DB3A3A;
        }

    .day-main-body__btn .edit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0.4;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .day-main-body__btn .edit span {
            font-weight: 300;
            font-size: 12px;
            line-height: 16px;
            margin-left: 3px;
            color: #323232;
        }

        .day-main-body__btn .edit:hover {
            opacity: 1;
        }

.day-main-body__share {
    margin-top: 25px;
    margin-bottom: 40px;
}

.day-main-body__events {
    margin-bottom: 95px;
}

.share-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .share-list span {
        font-weight: 300;
        font-size: 14px;
        line-height: 19px;
        color: rgba(50, 50, 50, .8);
        margin-right: 23px;
    }

.share-list__item {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 26px;
    position: relative;
}

    .share-list__item svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .share-list__item.fb {
        background: #3B5998;
    }

    .share-list__item.vk {
        background: #4C6C91;
    }

    .share-list__item.mailru {
        background: #005FF9;
    }

    .share-list__item.ok {
        background: #F68634;
    }

    .share-list__item.twitter {
        background: #55ACEE;
    }

.other-events__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #CB8738;
    margin-bottom: 20px;
}

.other-events__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-left: -3rem;
    margin-bottom: 12px;
}

    .other-events__list .more-events {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .other-events__list .more-events a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .other-events__list .more-events a span {
                font-size: 14px;
                line-height: 19px;
                text-decoration: underline;
                color: #AEAEAE;
                margin-right: 5px;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .other-events__list .more-events a .icon-down {
                width: 5px;
                height: 5px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                border-right: 1px solid #AEAEAE;
                border-bottom: 1px solid #AEAEAE;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .other-events__list .more-events a:hover span {
                -webkit-text-decoration-color: transparent;
                -moz-text-decoration-color: transparent;
                text-decoration-color: transparent;
            }

.other-events__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .other-events__link a {
        font-size: 14px;
        line-height: 19px;
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .other-events__link a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.el-other-event.wider {
    width: -webkit-calc(50% - 3rem);
    width: calc(50% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    height: 220px;
    margin-bottom: 100px;
    position: relative;
}

    .el-other-event.wider:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), color-stop(20.81%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(43.89%, rgba(0, 0, 0, 0)));
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(20.81%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(43.89%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 43.89%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), -o-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 43.89%);
        background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 43.89%);
        z-index: 0;
    }

    .el-other-event.wider:hover:before {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), color-stop(20.81%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), color-stop(43.89%, rgba(0, 0, 0, 0)));
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(20.81%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(43.89%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 43.89%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), -o-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 43.89%);
        background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 20.81%), linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 43.89%);
    }

.el-other-event {
    width: -webkit-calc(33.33333% - 3rem);
    width: calc(33.33333% - 3rem);
    margin-left: 30px;
    margin-left: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 200px;
    padding: 8px 10px 12px 8px;
}

.el-other-event__like {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-other-event__date {
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}

.el-other-event__title {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .el-other-event__title:hover {
        text-decoration: underline;
    }

.el-other-event__caption {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 16px;
    z-index: 2;
}

.el-other-event__caption-below-image {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    z-index: 2;
    position: absolute;
    top: 230px;
    color: black;
}

.el-other-event__desc {
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0;
    margin-bottom: 21px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.el-other-event__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

.el-other-event__views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .el-other-event__views span {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: #FFFFFF;
        margin-left: 4px;
    }

    .el-other-event__views svg path {
        fill-opacity: 1;
        fill: #fff;
    }

.el-other-event:hover .el-other-event__desc {
    opacity: 1;
}

.like-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

    .like-item svg {
        margin-right: 4px;
    }

    .like-item span {
        font-size: 10px;
        line-height: 14px;
        color: #C8C8C8;
    }

.el-important-event {
    background: #FFFFFF;
    border: 1px solid #DBAB74;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.el-important-event__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .el-important-event__photo .years-ago {
        position: absolute;
        top: -1px;
        left: -1px;
        width: 70px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #DBAB74;
        -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: rgba(50, 50, 50, .4);
        padding: 4px;
    }

        .el-important-event__photo .years-ago span {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            line-height: 16px;
            color: #CB8738;
        }

.el-important-event__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 10px;
}

.el-important-event__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

    .el-important-event__info .date {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .8);
        margin-right: 20px;
    }

        .el-important-event__info .date span {
            color: #CB8738;
        }

    .el-important-event__info .topic {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #CB8738;
        margin-right: 10px;
    }

    .el-important-event__info .like-item {
        cursor: pointer;
    }

        .el-important-event__info .like-item svg path {
            fill: #C4C4C4;
        }

    .el-important-event__info .views {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 10px;
    }

        .el-important-event__info .views svg {
            margin-right: 4px;
        }

        .el-important-event__info .views span {
            font-weight: 300;
            font-size: 10px;
            line-height: 14px;
            color: rgba(50, 50, 50, .8);
        }

.el-important-event__text .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #CB8738;
    margin-bottom: 10px;
}

.el-important-event__text .desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(50, 50, 50, .4);
}

    .el-important-event__text .desc a {
        text-decoration: underline;
        color: #CB8738;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .el-important-event__text .desc a:hover {
            -webkit-text-decoration-color: transparent;
            -moz-text-decoration-color: transparent;
            text-decoration-color: transparent;
        }

.edit-profile-modal {
    max-width: 786px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 15px 40px 36px;
}

.edit-profile-modal__close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .edit-profile-modal__close:before,
    .edit-profile-modal__close:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #CB8738;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .edit-profile-modal__close:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

.edit-profile-modal__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 30px;
}

.edit-profile-form__section {
    margin-bottom: 30px;
}

.edit-profile-form__section-caption {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
    position: relative;
    padding-left: 20px;
    margin-bottom: 26px;
}

    .edit-profile-form__section-caption:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #DBAB74;
    }

.edit-profile-form__section-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #CB8738;
    margin-bottom: 32px;
}

.edit-profile-form__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.edit-profile-form__picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 270px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 270px;
    flex: 1 0 270px;
    margin-right: 36px;
}

    .edit-profile-form__picture .avatar {
        position: relative;
        border: 2px solid #DBAB74;
        height: 200px;
        overflow: hidden;
    }

        .edit-profile-form__picture .avatar img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .edit-profile-form__picture .avatar .edit-view {
            position: absolute;
            left: 9px;
            bottom: 10px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
        }

            .edit-profile-form__picture .avatar .edit-view span {
                font-weight: 300;
                font-size: 14px;
                line-height: 19px;
                color: #FFFFFF;
                margin-left: 7px;
            }

.edit-profile-form__settings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

    .edit-profile-form__settings .file_name {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #323232;
    }

        .edit-profile-form__settings .file_name .fl_nm {
            font-weight: normal;
            color: #DBAB74;
        }

    .edit-profile-form__settings .settings-turns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 12px;
        margin-bottom: 26px;
    }

        .edit-profile-form__settings .settings-turns .turn {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            margin-right: 20px;
        }

            .edit-profile-form__settings .settings-turns .turn span {
                font-weight: 300;
                font-size: 14px;
                line-height: 19px;
                color: #323232;
                margin-left: 10px;
            }

    .edit-profile-form__settings .text {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #323232;
        margin-bottom: 13px;
    }

    .edit-profile-form__settings .note {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        color: #323232;
        margin-bottom: 6px;
    }

        .edit-profile-form__settings .note span {
            font-weight: 600;
            color: #DBAB74;
        }

    .edit-profile-form__settings .settings-btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .edit-profile-form__settings .settings-btns .fl_upload {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 190px;
            -moz-box-flex: 0;
            -ms-flex: 0 0 190px;
            flex: 0 0 190px;
        }

            .edit-profile-form__settings .settings-btns .fl_upload label {
                display: block;
                max-width: 190px;
                width: 100%;
                height: 40px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                color: #CB8738;
                font-weight: 600;
                font-size: 14px;
                line-height: 19px;
                border: 1px solid #CB8738;
                text-transform: uppercase;
                padding: 10px 0;
                text-align: center;
                cursor: pointer;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

                .edit-profile-form__settings .settings-btns .fl_upload label:hover {
                    background: #CB8738;
                    color: #fff;
                }

            .edit-profile-form__settings .settings-btns .fl_upload .fl_inp {
                display: none;
            }

        .edit-profile-form__settings .settings-btns .save-changes {
            margin-left: 20px;
            background: #CB8738;
            border: 1px solid transparent;
            max-width: 190px;
            width: 100%;
            height: 40px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            font-weight: 600;
            font-size: 14px;
            line-height: 19px;
            color: #FFFFFF;
            text-transform: uppercase;
            padding: 10px 0;
            cursor: pointer;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .edit-profile-form__settings .settings-btns .save-changes:hover {
                background: transparent;
                border-color: #CB8738;
                color: #CB8738;
            }

            .edit-profile-form__settings .settings-btns .save-changes.disabled {
                background: #C4C4C4;
                cursor: default;
            }

                .edit-profile-form__settings .settings-btns .save-changes.disabled:hover {
                    background: #C4C4C4;
                    border-color: transparent;
                    color: #FFFFFF;
                }

.edit-profile-form__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-left: -2rem;
}

    .edit-profile-form__list.lastnames-list .edit-profile-form__input {
        margin-bottom: 12px;
    }

.edit-profile-form__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.edit-profile-form__add-btn {
    margin-bottom: 20px;
}

    .edit-profile-form__add-btn .add-lastname {
        background: transparent;
        border: none;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #DBAB74;
        padding-left: 30px;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

        .edit-profile-form__add-btn .add-lastname:before,
        .edit-profile-form__add-btn .add-lastname:after {
            display: block;
            content: '';
            width: 2px;
            height: 16px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #DBAB74;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .edit-profile-form__add-btn .add-lastname:after {
            -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
        }

        .edit-profile-form__add-btn .add-lastname:hover {
            color: #CB8738;
        }

            .edit-profile-form__add-btn .add-lastname:hover:before,
            .edit-profile-form__add-btn .add-lastname:hover:after {
                background: #CB8738;
            }

.edit-profile-form__input {
    width: -webkit-calc(50% - 2rem);
    width: calc(50% - 2rem);
    margin-left: 20px;
    margin-left: 2rem;
    margin-bottom: 20px;
}

    .edit-profile-form__input input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid #DBAB74;
        padding-bottom: 3px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #323232;
    }

        .edit-profile-form__input input::-webkit-input-placeholder {
            color: #6A6A6A;
            font-weight: 300;
            opacity: 0.9;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input::-moz-placeholder {
            color: #6A6A6A;
            font-weight: 300;
            opacity: 0.9;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:-moz-placeholder {
            color: #6A6A6A;
            font-weight: 300;
            opacity: 0.9;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:-ms-input-placeholder {
            color: #6A6A6A;
            font-weight: 300;
            opacity: 0.9;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:focus::-webkit-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:focus::-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:focus:-moz-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

        .edit-profile-form__input input:focus:-ms-input-placeholder {
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
        }

.edit-profile-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 68px;
}

    .edit-profile-form__btn .g-btn {
        max-width: 190px;
        height: 40px;
        padding: 10px 0;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: -webkit-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(123.89deg, #CB8738 -32.18%, #FFA800 173.17%);
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.accesses-table__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px 16px;
    border-bottom: 1px solid rgba(50, 50, 50, .2);
}

    .accesses-table__head .head-item {
        font-size: 16px;
        line-height: 24px;
        color: rgba(50, 50, 50, .6);
    }

    .accesses-table__head .accesses-table__birthday.head-item,
    .accesses-table__head .accesses-table__city.head-item {
        text-align: center;
    }

.accesses-table__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 9px 0;
    border-top: 1px solid rgba(50, 50, 50, .2);
}

    .accesses-table__footer .accesses-table__name {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .6);
    }

.accesses-table__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 42px;
    padding: 14px 9px;
}

    .accesses-table__row .group-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .accesses-table__row .group-item__symb {
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-right: 30px;
        text-align: center;
    }

        .accesses-table__row .group-item__symb span {
            font-weight: 800;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            color: #FFFFFF;
        }

    .accesses-table__row .group-item__name {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: rgba(50, 50, 50, .6);
    }

    .accesses-table__row.odd {
        background: #fff;
    }

    .accesses-table__row.even {
        background: rgba(219, 171, 116, .1);
    }

.accesses-table__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 413px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 413px;
    flex: 0 0 413px;
}

.accesses-table__birthday {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
}

.accesses-table__city {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.accesses-table .access-lock {
    width: 24px;
    height: 24px;
    background: #C4C4C4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
}

    .accesses-table .access-lock.close {
        background: #DB3A3A;
    }

.groups-for-user-modal {
    max-width: 404px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 12px 20px 18px;
}

.groups-for-user-modal__close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .groups-for-user-modal__close:before,
    .groups-for-user-modal__close:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #CB8738;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .groups-for-user-modal__close:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

.groups-for-user-modal__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 35px;
}

.groups-for-user-modal__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -80px;
    margin-left: -8rem;
}

    .groups-for-user-modal__list .access-item {
        width: -webkit-calc(50% - 8rem);
        width: calc(50% - 8rem);
        margin-left: 80px;
        margin-left: 8rem;
        margin-bottom: 14px;
    }

        .groups-for-user-modal__list .access-item .c-check__body {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .groups-for-user-modal__list .access-item .c-check__box {
            width: 18px;
            height: 18px;
            -webkit-box-flex: 0;
            -webkit-flex: 0 1 18px;
            -moz-box-flex: 0;
            -ms-flex: 0 1 18px;
            flex: 0 1 18px;
        }

        .groups-for-user-modal__list .access-item .c-check__label {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .groups-for-user-modal__list .access-item .access-name {
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: rgba(50, 50, 50, .6);
            margin-left: 6px;
        }

        .groups-for-user-modal__list .access-item .group-symbol {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .groups-for-user-modal__list .access-item .group-symbol span {
                line-height: 16px;
            }

.groups-for-user-modal__btn {
    margin-top: 35px;
}

    .groups-for-user-modal__btn .g-btn {
        max-width: 190px;
        background: -webkit-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: -o-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
        background: linear-gradient(123.89deg, #CB8738 -32.18%, #FFA800 173.17%);
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: auto;
        height: 40px;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.add-group-modal {
    max-width: 383px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 12px 20px 24px;
}

.add-group-modal__close {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 12px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .add-group-modal__close:before,
    .add-group-modal__close:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #CB8738;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .add-group-modal__close:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

.add-group-modal__title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #CB8738;
    margin-bottom: 4px;
}

.add-group-modal__desc {
    font-size: 14px;
    line-height: 19px;
    color: rgba(50, 50, 50, .6);
    margin-bottom: 30px;
}

.add-group-form__input input {
    width: 100%;
    background: transparent;
    border: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #DBAB74;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}

    .add-group-form__input input::-webkit-input-placeholder {
        color: #6A6A6A;
        font-weight: 300;
        opacity: 0.9;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input::-moz-placeholder {
        color: #6A6A6A;
        font-weight: 300;
        opacity: 0.9;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:-moz-placeholder {
        color: #6A6A6A;
        font-weight: 300;
        opacity: 0.9;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:-ms-input-placeholder {
        color: #6A6A6A;
        font-weight: 300;
        opacity: 0.9;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:focus::-webkit-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:focus::-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:focus:-moz-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .add-group-form__input input:focus:-ms-input-placeholder {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

.add-group-form__color {
    cursor: pointer;
}

    .add-group-form__color input {
        background: transparent;
        border: 1px solid #DBAB74;
        width: 67px;
        cursor: pointer;
    }

.add-group-form__wrap {
    margin-top: 24px;
    margin-bottom: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .add-group-form__wrap .add-group-form__input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 75%;
        flex: 0 1 75%;
        margin-right: 10px;
    }

.add-group-form__btn .g-btn {
    max-width: 190px;
    background: -webkit-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(326.11deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(123.89deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/************ css for IE browsers ************/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .h-menu__dropdown {
        left: 0;
    }

    .goals-list__item .desc {
        width: 100%;
    }

    .digital__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 38%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 38%;
        flex: 0 1 38%;
    }

    .profile-folders__list .jspHorizontalBar {
        display: none !important;
    }

    .create-marker__input textarea {
        overflow: hidden;
    }

    .el-chat__body {
        width: 100px;
    }

    .folders-tabs__caption li span {
        display: none;
    }

    .folders-tabs__caption li.active span {
        margin-left: 15px;
        display: block;
    }

    .cont-form__code span {
        width: 205px;
    }

    .last-names-list .add-lastname:before,
    .last-names-list .add-lastname:after {
        margin-left: 5px;
    }

    .last-names-list .item .value span {
        font-size: 12px;
        line-height: 16px;
        color: rgba(50, 50, 50, .5);
    }

    .friends-item {
        width: 570px;
    }

    .fr-tabs__caption li.active:after {
        display: none;
    }

    .signup__left {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .signup__right {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .sign-steps .title span {
        display: block;
        font-family: 'Playfair Display', sans-serif;
        font-size: 30px;
        line-height: 40px;
        color: #CB8738;
    }

    .sign-steps .title svg {
        display: none;
    }

    .s-form__code .s-input {
        width: 50%;
    }

    .services-list__content--aside .title-item .search-btn {
        width: 20px;
        height: 27px;
    }

    .services-list__content-info--item .item__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 250px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }

    .services-list__content-info--item .item__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .el-question {
        padding: 12px 2px;
    }

    .el-question__name {
        width: 100%;
    }

    .question-form textarea {
        overflow: hidden;
    }

    .font-settings__steps {
        padding: 9px 5px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
    }

    .font-settings__font-size {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 170px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .lk-services__left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }

        .lk-services__left.smaller {
            -webkit-box-flex: 1;
            -webkit-flex: 1 1 40%;
            -moz-box-flex: 1;
            -ms-flex: 1 1 40%;
            flex: 1 1 40%;
        }

    .relative-item__info .link {
        word-break: break-all;
        word-wrap: break-word;
    }

    .edit-form {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .edit-form__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 63%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
    }

    .other-user__right .lk-tabs__caption .back-to-own-profile {
        top: 5px;
    }
}

#yt-widget {
    display: none !important;
}


/* Путеводитель */

.establishment--title {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.establishment--wrapper {
    margin-top: 40px;
    display: flex;
}

    .establishment--wrapper .establishment--left {
        width: 100%;
        max-width: 870px;
    }

    .establishment--wrapper .establishment--right h2 {
        color: #FFA800;
        font-size: 20px;
        font-weight: 600;
        padding-left: 15px;
    }

.establishment--input__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 270px;
    border: 1px solid #DBAB74;
    border-radius: 4px;
    padding: 10px 0px;
    padding-left: 26px;
    padding-right: 13px;
}

    .establishment--input__wrapper input {
        border: none;
        width: 90%;
    }

.establishment--topSearch form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.establishment--topSearch .g-btn {
    max-width: 170px;
    border-radius: 4px;
    height: 42px;
    padding: 0 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.establishment--map {
    width: 100%;
    height: 480px;
}

.establishment-recomendPlace h2 {
    margin-top: 24px;
    font-weight: 600;
    color: #FFA800;
    font-size: 20px;
}

.establishment-recomendPlace__slider--item {
    width: 100%;
    max-width: 270px;
    box-shadow: 0px 5px 10px rgba(191, 143, 87, 0.05);
    margin: 0px 15px;
    margin-top: 20px;
}

    .establishment-recomendPlace__slider--item.orange {
        border-top: 10px solid #FFA037;
    }

    .establishment-recomendPlace__slider--item.red {
        border-top: 10px solid #FF6C52;
    }

    .establishment-recomendPlace__slider--item .img-wrapper {
        position: relative;
    }

        .establishment-recomendPlace__slider--item .img-wrapper:after {
            content: '';
            width: 100%;
            height: 80px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            position: absolute;
            left: 0;
            top: 0;
        }

.establishment--type {
    font-size: 12px;
    color: #000;
    background: #fff;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 20;
    border: 0.5px solid #FFA037;
}

.establishment-recomendPlace__slider--item.orange .establishment--type {
    border: 0.5px solid #FFA037;
}

.establishment-recomendPlace__slider--item.red .establishment--type {
    border: 0.5px solid #FF6C52;
}

.establishment--links {
    width: 100%;
    max-width: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

    .establishment--links a {
        transition: .3s ease-in-out;
    }

        .establishment--links a:hover {
            transform: scale(1.2);
        }

.establishment-recomendPlace__slider--wrapper {
    position: relative;
}

    .establishment-recomendPlace__slider--wrapper:before {
        content: '';
        width: 70px;
        height: 100%;
        display: block;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 30;
    }

    .establishment-recomendPlace__slider--wrapper:after {
        content: '';
        height: 100%;
        width: 70px;
        display: block;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 30;
    }

.establishment-recomendPlace__slider--item .item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    padding: 0px 12px;
}

    .establishment-recomendPlace__slider--item .item-name a {
        text-decoration: underline;
        color: rgba(50, 50, 50, 0.6);
    }

.establishment-recomendPlace__slider--item .item-info ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    font-size: 12px;
    margin-top: 15px;
    padding: 0px 12px;
}

    .establishment-recomendPlace__slider--item .item-info ul li {
        display: flex;
        margin-bottom: 10px;
    }

.establishment-recomendPlace__slider--item .item-info .item-info__left {
    display: flex;
}

.establishment-recomendPlace__slider--item .item-info ul li .icon {
    margin-right: 5px;
}

.establishment-recomendPlace__slider--item .item-info ul li:first-child span {
    margin-left: 5px;
}

.establishment-recomendPlace__slider--item .item-info ul li.cost .create-dots {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.create-dots__dots {
    width: 35%;
    border-top: 1px dashed rgba(50, 50, 50, 0.4);
}

.establishment-recomendPlace__slider--item .item-info ul li:last-child {
    justify-content: space-between;
}

.establishment-recomendPlace__slider--item .item-info ul li .item-info__left a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

.establishment-recomendPlace__slider--item .item-info ul li .item-info__right a {
    color: #C4C4C4;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.establishment-recomendPlace__slider--controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    .establishment-recomendPlace__slider--controls .dots .slick-dots {
        list-style-type: none;
        margin: 0 40px;
        padding: 0 0;
        display: flex;
        align-items: center;
    }

        .establishment-recomendPlace__slider--controls .dots .slick-dots li {
            margin: 0px 10px;
            display: flex;
            align-items: center;
        }

            .establishment-recomendPlace__slider--controls .dots .slick-dots li button {
                border-radius: 50%;
                width: 10px;
                height: 10px;
                border: 1px solid #CB8738;
                background: #fff;
                text-indent: -9999px;
                cursor: pointer;
                position: relative;
                padding: 5px;
            }

                .establishment-recomendPlace__slider--controls .dots .slick-dots li button:after {
                    content: '';
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #CB8738;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    transition: .3s ease-in-out;
                    opacity: 0;
                }

            .establishment-recomendPlace__slider--controls .dots .slick-dots li.slick-active button:after {
                opacity: 1;
            }

    .establishment-recomendPlace__slider--controls .prev,
    .establishment-recomendPlace__slider--controls .next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .establishment-recomendPlace__slider--controls .next img {
            transform: rotate(180deg);
        }

.establishment-result h2 {
    color: #FFA800;
    font-weight: 600;
    font-size: 20px;
}

.establishment-result .establishment-result__left span {
    color: rgba(50, 50, 50, 0.4);
    font-size: 16px;
}

.establishment-result .establishment-result__left .nice-select {
    border: none;
    width: 100%;
    max-width: 200px;
}

    .establishment-result .establishment-result__left .nice-select .current {
        width: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.establishment-result .establishment-result__right {
    color: rgba(50, 50, 50, 0.4);
    font-size: 16px;
}

.establishment-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .establishment-result .establishment-result__left {
        display: flex;
        align-items: center;
    }

        .establishment-result .establishment-result__left .filter {
            margin-left: 40px;
        }

            .establishment-result .establishment-result__left .filter form {
                display: flex;
                align-items: center;
            }

.establishment-result {
    margin-top: 70px;
}

.establishment-result__list-item {
    margin-top: 20px;
}

    .establishment-result__list-item.orange {
        border: 1px solid #FFA037;
        border-left: 10px solid #FFA037;
    }

    .establishment-result__list-item.red {
        border: 1px solid #FF6C52;
        border-left: 10px solid #FF6C52;
    }

    .establishment-result__list-item .establishment-result__img {
        position: relative;
        width: 100%;
        max-width: 270px;
        height: 200px;
    }

        .establishment-result__list-item .establishment-result__img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .establishment-result__list-item .type {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        background: #fff;
        padding: 4px 12px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .establishment-result__list-item .links {
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 5px;
        right: 12px;
    }

    .establishment-result__list-item.orange .type {
        border: 0.5px solid #FFA037;
    }

    .establishment-result__list-item.red .type {
        border: 0.5px solid #FF6C52;
    }

.establishment-result__list-item {
    display: flex;
    width: 100%;
}

.establishment-result__list {
    width: 100%;
}

.establishment-result__list-item .establishment-result__content {
    padding-left: 20px;
    padding-top: 13px;
    padding-right: 30px;
    padding-bottom: 19px;
    width: 100%;
}

.establishment-result__list-item .establishment-result__name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}

    .establishment-result__list-item .establishment-result__name span {
        font-weight: 300;
        color: #000;
    }

    .establishment-result__list-item .establishment-result__name a {
        font-weight: 300;
        text-decoration: underline;
        text-decoration-style: dashed;
        color: rgba(50, 50, 50, 0.6);
    }

.establishment-result__name--lineInfo .time {
    display: flex;
    align-items: center;
    font-size: 12px;
}

    .establishment-result__name--lineInfo .time img {
        margin-right: 6px;
    }

    .establishment-result__name--lineInfo .time strong {
        margin-right: 6px;
    }

.establishment-result__name--lineInfo .link {
    display: flex;
    align-items: center;
}

    .establishment-result__name--lineInfo .link img {
        margin-right: 6px;
    }

    .establishment-result__name--lineInfo .link a {
        color: #000;
        font-size: 12px;
        text-decoration: underline;
        font-weight: bold;
    }

.establishment-result__name--lineInfo .controls {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .establishment-result__name--lineInfo .controls a {
        color: rgba(50, 50, 50, 0.6);
        text-decoration: underline;
    }

    .establishment-result__name--lineInfo .controls .likes {
        font-size: 16px;
        color: rgba(50, 50, 50, 0.6);
        display: flex;
        align-items: center;
        margin-left: 15px;
        cursor: pointer;
    }

        .establishment-result__name--lineInfo .controls .likes svg {
            margin-right: 4px;
        }

        .establishment-result__name--lineInfo .controls .likes .like-positive,
        .establishment-result__name--lineInfo .controls .likes .like-negative {
            display: flex;
            align-items: center;
        }

        .establishment-result__name--lineInfo .controls .likes .like-negative {
            margin-left: 16px;
        }

.establishment-result__name--lineInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cost-info {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    height: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

    .cost-info li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 270px;
        flex: 33.33%;
        font-size: 12px;
    }

        .cost-info li:nth-child(n+4) {
            padding-left: 20px;
        }

        .cost-info li .name {
            display: flex;
            align-items: center;
            color: #000;
        }

        .cost-info li .cost {
            color: #323232;
        }

        .cost-info li .dots {
            border-top: 1px dashed rgba(50, 50, 50, 0.4);
            flex-grow: 1;
        }

        .cost-info li img {
            margin-right: 7px;
        }

        .cost-info li a {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 100%;
            font-size: 14px;
            color: #CB8738;
        }

            .cost-info li a img {
                margin-left: 5px;
                transform: rotate(180deg);
            }

.establishment-result .pagginate,
.rewiews-list .pagginate {
    width: 100%;
    margin-top: 30px;
}

    .establishment-result .pagginate ul,
    .rewiews-list .pagginate ul {
        list-style-type: none;
        margin: 0 0;
        padding: 0 0;
        font-size: 18px;
        color: rgba(50, 50, 50, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .establishment-result .pagginate ul li,
        .rewiews-list .pagginate ul li {
            margin: 0px 15px;
        }

        .establishment-result .pagginate ul a,
        .rewiews-list .pagginate ul a {
            color: rgba(50, 50, 50, 0.5);
            transition: .3s ease-in-out;
        }

            .establishment-result .pagginate ul a:hover,
            .establishment-result .pagginate ul a.active,
            .rewiews-list .pagginate ul a:hover,
            .rewiews-list .pagginate ul a.active {
                color: #CB8738;
            }

        .establishment-result .pagginate ul li.prev,
        .establishment-result .pagginate ul li.next,
        .rewiews-list .pagginate ul li.prev,
        .rewiews-list .pagginate ul li.next {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #FFFFFF;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .establishment-result .pagginate ul li.prev,
        .rewiews-list .pagginate ul li.prev {
            margin: 0 0;
            margin-right: 30px;
        }

        .establishment-result .pagginate ul li.next,
        .rewiews-list .pagginate ul li.next {
            transform: rotate(180deg);
            margin: 0 0;
            margin-left: 30px;
        }

.establishment--wrapper .establishment--right .category-item {
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #323232;
    transition: .3s ease-in-out;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 15px;
}

    .establishment--wrapper .establishment--right .category-item span {
        color: #323232;
        margin-top: 13px;
        text-align: center;
    }

.establishment--right__category--wrapper input[type='checkbox']:checked + label {
    border: 1px solid;
    border-top: 4px solid;
}

.establishment--right__category--wrapper input[type='checkbox']:not(:checked) label {
    border: none;
}

.establishment--right__category--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 385px;
    width: 100% !important;
}

    .establishment--right__category--wrapper .jspContainer {
        width: 100% !important;
    }

    .establishment--right__category--wrapper .jspPane {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 15px !important;
    }

.establishment--wrapper .establishment--right {
    padding-left: 0px;
}

.establishment--right__category {
    border-bottom: 1px solid #DBAB74;
}

.establishment--right__subCategory h2 {
    padding-top: 20px;
}

.establishment--right__subCategory--wrapper .subCategory-item {
    padding: 5px 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    width: 100%;
    max-width: 240px;
    margin: auto;
    font-size: 14px;
    color: #000000;
    display: block;
    transition: .3s ease-in-out;
}

    .establishment--right__subCategory--wrapper .subCategory-item span {
        color: #000000;
    }

.establishment--right__subCategory--wrapper input[type='checkbox']:checked + .subCategory-item {
    border: 1px solid;
    border-right: 6px solid;
}

.establishment--right__subCategory--wrapper input[type='checkbox']:not(:checked) + .subCategory-item {
    border: none;
}

.establishment--right__subCategory--wrapper {
    height: 410px;
}

.establishment--right--filter-wrapper {
    width: 100%;
    border: 1px solid #DBAB74;
    border-radius: 4px;
    height: 900px;
    padding: 20px 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.establishment--right {
    width: 100%;
    max-width: 270px;
    margin-left: 30px;
}

    .establishment--right .banner {
        margin-top: 35px;
    }

    .establishment--right .getBanner {
        width: 270px;
        height: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 1px solid #CB8738;
        margin-top: 20px;
    }

        .establishment--right .getBanner h3 {
            font-size: 16px;
            display: block;
            text-align: center;
            color: #CB8738;
            margin-bottom: 60px;
        }

        .establishment--right .getBanner .g-btn {
            width: 100%;
            max-width: 170px;
            text-transform: uppercase;
            text-align: center;
        }

.establishment-example__gallery {
    display: flex;
    margin-top: 30px;
}

    .establishment-example__gallery .smallImage {
        display: flex;
        flex-wrap: wrap;
    }

        .establishment-example__gallery .smallImage img {
            width: 180px;
            height: 200px;
        }

        .establishment-example__gallery .smallImage .more {
            position: relative;
        }

            .establishment-example__gallery .smallImage .more span {
                font-weight: bold;
                font-size: 22px;
                color: #FFFFFF;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 25;
            }

            .establishment-example__gallery .smallImage .more:before {
                content: '';
                width: 100%;
                height: 100%;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
            }

    .establishment-example__gallery .big-image {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }

        .establishment-example__gallery .big-image img {
            width: 100%;
            height: 100%;
        }

.establishment-example .bread ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    margin-top: 60px;
    display: flex;
    font-size: 14px;
    align-items: center;
}

    .establishment-example .bread ul li:not(:first-child):before {
        content: '/';
        padding: 0px 5px;
        color: #323232;
    }

    .establishment-example .bread ul li {
        color: #FFA800;
    }

    .establishment-example .bread ul a {
        color: #323232;
    }

.establishment-example__content .left h1 {
    color: #FFA800;
    font-size: 32px;
}

.establishment-example__content .left a {
    color: rgba(50, 50, 50, 0.6);
    font-size: 16px;
    text-decoration: underline;
    text-decoration-style: dashed;
    margin-left: 20px;
}

.establishment-example__content .right a.rewiew {
    color: rgba(50, 50, 50, 0.6);
    font-size: 14px;
    text-decoration: underline;
    margin-right: 25px;
}

.establishment-example__content .right .likes {
    font-size: 18px;
    color: rgba(50, 50, 50, 0.6);
    display: flex;
    align-items: center;
}

    .establishment-example__content .right .likes .like-positive,
    .establishment-example__content .right .likes .like-negative {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .establishment-example__content .right .likes .like-negative {
        margin-left: 20px;
    }

.establishment-example__content .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.establishment-example__content .line {
    margin-top: 25px;
}

    .establishment-example__content .line .left,
    .establishment-example__content .line .right {
        display: flex;
        align-items: center;
    }

.establishment-example__content .line-second ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
}

    .establishment-example__content .line-second ul li {
        display: flex;
        align-items: center;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .establishment-example__content .line-second ul li strong {
            margin-right: 10px;
        }

        .establishment-example__content .line-second ul li:nth-child(2) a {
            font-weight: bold;
            color: #323232;
        }

        .establishment-example__content .line-second ul li:nth-child(3) a {
            color: rgba(50, 50, 50, 0.8);
            text-decoration: underline;
            text-decoration-style: dashed;
        }

        .establishment-example__content .line-second ul li:nth-child(4) a {
            color: #000000;
            text-decoration: underline;
        }

        .establishment-example__content .line-second ul li .icon {
            margin-right: 10px;
        }

        .establishment-example__content .line-second ul li:not(:first-child):before {
            content: '|';
            padding: 0px 10px;
        }

.establishment-example__content .line-second {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .establishment-example__content .line-second .right-second {
        width: 100%;
        max-width: 150px;
    }

        .establishment-example__content .line-second .right-second .links {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

.blocks__info--block {
    width: 100%;
    max-width: 370px;
    height: 300px;
    border: 0.5px solid #DBAB74;
    padding: 20px;
    margin-top: 40px;
}

    .blocks__info--block h2 {
        color: #FFA800;
        font-size: 24px;
        font-weight: bold;
    }

    .blocks__info--block .likes {
        display: flex;
        align-items: center;
        font-size: 18px;
        width: 100%;
        max-width: 135px;
        justify-content: space-between;
    }

        .blocks__info--block .likes .like-positive,
        .blocks__info--block .likes .like-negative {
            display: flex;
            align-items: center;
        }

    .blocks__info--block .likes-block {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .blocks__info--block .rewiew {
        margin-left: 45px;
        font-size: 14px;
        text-align: right;
        text-decoration-line: underline;
        color: rgba(50, 50, 50, 0.6);
    }

    .blocks__info--block .garant {
        display: flex;
        align-items: center;
        margin-top: 25px;
    }

        .blocks__info--block .garant .text {
            padding: 0px 10px;
            font-weight: bold;
            color: #323232;
            font-size: 14px;
        }

        .blocks__info--block .garant .more span {
            width: 16px;
            height: 16px;
            display: block;
            border-radius: 50%;
            color: #CB8738;
            border: 1px solid;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .blocks__info--block .garant .more .hidden-info {
            display: none;
        }

.stars-wrapper {
    margin-top: 50px;
}

    .stars-wrapper .stars {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .stars-wrapper .stars {
        margin-top: 10px;
    }

        .stars-wrapper .stars .icon {
            margin-right: 10px;
        }

.blocks__info--block .costs span {
    display: block;
}

    .blocks__info--block .costs span:first-child {
        margin-top: 20px;
        font-size: 16px;
        color: #323232;
    }

    .blocks__info--block .costs span:last-child {
        font-weight: 300;
        font-size: 14px;
        margin-top: 10px;
        color: #323232;
    }

.blocks__info--block .info span {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #323232;
}

.blocks__info--block .info p {
    margin-top: 10px;
    font-size: 14px;
    color: #323232;
}

.blocks__info--block .contacts-line {
    margin-top: 10px;
}

    .blocks__info--block .contacts-line strong {
        font-size: 16px;
    }

    .blocks__info--block .contacts-line span {
        font-size: 14px;
    }

.blocks__info--block .clickMap {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

    .blocks__info--block .clickMap span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%;
        text-align: center;
    }

.blocks__info--list {
    display: flex;
    justify-content: space-between;
}

.rewiews .rewiews-header .title span:first-child {
    color: #FFA800;
    font-weight: 600;
    font-size: 24px;
}

.rewiews .rewiews-header .title {
    display: flex;
    align-items: center;
}

    .rewiews .rewiews-header .title span:last-child {
        color: rgba(50, 50, 50, 0.6);
        font-size: 24px;
        padding-left: 10px;
    }

.rewiews {
    width: 100%;
    max-width: 770px;
    background: #FFFFFF;
    border: 0.5px solid #DBAB74;
    padding: 20px 25px;
    margin-left: auto;
    margin-top: 30px;
}

.rewiews-header form {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(50, 50, 50, 0.4);
}

    .rewiews-header form .nice-select {
        border: none;
    }

.takeRewiews {
    width: 100%;
    max-width: 200px;
}

.rewiews-item .content {
    margin-left: 30px;
    background: #F9F9F9;
    flex-grow: 1;
    padding: 10px 12px;
}

.rewiews-item {
    display: flex;
    margin-top: 35px;
}

    .rewiews-item .user-info span:first-child {
        font-size: 16px;
        color: #323232;
    }

    .rewiews-item .user-info span:last-child {
        font-size: 16px;
        color: rgba(50, 50, 50, 0.6);
        padding-left: 20px;
    }

    .rewiews-item .user-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .rewiews-item .user-info .info-right svg {
            cursor: pointer;
        }

.rewiews-header .g-btn {
    width: 100%;
    height: 40px;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rewiews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rewiews-item .img {
    width: 100%;
    max-width: 100px;
}

.rewiews-item .type-rewiews {
    padding: 5px 0px;
    font-weight: 600;
    font-size: 12px;
}

    .rewiews-item .type-rewiews.green {
        color: #3BCB75;
    }

    .rewiews-item .type-rewiews.red {
        color: #DB3A3A;
    }

.rewiews-item .comment {
    font-size: 14px;
    color: rgba(50, 50, 50, 0.8);
}

    .rewiews-item .comment a {
        color: #CB8738;
        font-weight: bold;
    }

.sendRewiews {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 999;
}

    .sendRewiews .modal__content {
        width: 100%;
        max-width: 786px;
        background: #fff;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 40px;
        height: 538px;
    }

        .sendRewiews .modal__content .close {
            width: 18px;
            height: 18px;
            position: absolute;
            left: calc(100% - 18px - 20px);
            top: 10px;
        }

            .sendRewiews .modal__content .close:before,
            .sendRewiews .modal__content .close:after {
                content: '';
                width: 18px;
                height: 2px;
                position: absolute;
                left: 50%;
                top: 50%;
                display: block;
                background: #CB8738;
            }

            .sendRewiews .modal__content .close:before {
                transform: translate(-50%, -50%) rotate(45deg);
            }

            .sendRewiews .modal__content .close:after {
                transform: translate(-50%, -50%) rotate(-45deg);
            }

    .sendRewiews h2 {
        font-size: 24px;
        color: #CB8738;
        font-family: 'Playfair Display', sans-serif;
    }

    .sendRewiews textarea {
        width: 100%;
        height: 180px;
        resize: none;
        padding: 16px 20px;
        font-size: 16px;
        color: rgba(50, 50, 50, 0.6);
        background: #F2F2F2;
        border-radius: 4px;
        margin-top: 30px;
    }

    .sendRewiews .recomend .title {
        margin-top: 20px;
        font-size: 16px;
        color: #323232;
        display: block;
    }

    .sendRewiews .recomend .recomend__item .box {
        width: 26px;
        height: 26px;
        background: #F2F2F2;
        border-radius: 2px;
        position: relative;
    }

        .sendRewiews .recomend .recomend__item .box:before {
            content: '\2714';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #CB8738;
            transition: .3s ease-in-out;
            opacity: 0;
            font-size: 20px;
        }

    .sendRewiews .recomend .recomend__item label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .sendRewiews .recomend .recomend__item .text {
        font-size: 14px;
        color: rgba(50, 50, 50, 0.6);
    }

        .sendRewiews .recomend .recomend__item .text svg {
            margin-left: 14px;
            margin-right: 10px;
        }

    .sendRewiews .recomend .recomend__item input[type="radio"]:checked + label .box:before {
        opacity: 1
    }

    .sendRewiews .recomend .recomend__item input[type="radio"]:not(:checked) + label .box:before {
        opacity: 0
    }

    .sendRewiews .recomend .recomend__list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sendRewiews .recomend .recomend__list .recomend__item:last-child .box {
            margin-right: 10px;
        }

    .sendRewiews .submit-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sendRewiews .submit-form label {
            display: flex;
            align-items: center;
        }

        .sendRewiews .submit-form .box {
            width: 26px;
            height: 26px;
            background: #F2F2F2;
            border-radius: 2px;
            position: relative;
            margin-right: 10px;
        }

            .sendRewiews .submit-form .box:before {
                content: '\2714';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                color: #CB8738;
                transition: .3s ease-in-out;
                opacity: 0;
                font-size: 20px;
            }

        .sendRewiews .submit-form input[type="checkbox"]:checked + label .box:before {
            opacity: 1
        }

        .sendRewiews .submit-form input[type="checkbox"]:not(:checked) + label .box:before {
            opacity: 0
        }

        .sendRewiews .submit-form span {
            color: rgba(50, 50, 50, 0.6);
            font-size: 16px;
            font-weight: 300;
        }

    .sendRewiews .submit-form {
        margin-top: 70px;
    }

        .sendRewiews .submit-form .right {
            width: 100%;
            max-width: 190px;
        }

        .sendRewiews .submit-form .g-btn {
            width: 100%;
            padding: 0 0;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.aboutVerification h2 {
    font-size: 24px;
    color: #CB8738;
    margin-top: 50px;
}

.aboutVerification p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 19px;
    color: rgba(0, 0, 0, 1.2);
}

.aboutVerification span {
    font-weight: 300;
    font-size: 18px;
    color: rgba(50, 50, 50, 0.8);
    margin-top: 50px;
}

.aboutVerification a {
    display: block;
    font-weight: 300;
    font-size: 20px;
    text-decoration-line: underline;
    color: #000000;
}

.policy h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top: 50px;
}

.policy .policy__left {
    width: 100%;
    max-width: 240px;
    margin-right: 30px;
}

    .policy .policy__left ul {
        list-style-type: none;
        margin: 0 0;
        padding: 0 0;
        margin-top: 50px;
    }

.policy .policy__right ul {
    margin-top: 50px;
    font-weight: 300;
    font-size: 18px;
    color: rgba(50, 50, 50, 0.8);
}

    .policy .policy__right ul li {
        margin-top: 20px;
    }

.policy .policy__left ul li:not(:first-child) {
    margin-top: 20px;
}

.policy .policy__left ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.6);
    transition: .3s ease-in-out;
}

.policy__wrapper {
    display: flex;
    justify-content: space-between;
}

.policy .policy__left ul li a.active,
.policy .policy__left ul li a:hover {
    color: #CB8738;
}

.policy p {
    font-weight: 300;
    font-size: 19px;
    color: rgba(0, 0, 0, 1.2);
    margin-top: 20px;
}

.placemark-header {
    font-size: 20px;
}

.placemark-content {
    margin-top: 20px;
}

.nice-select {
    float: none;
}

.el-group__member-item {
    width: 50%;
}

    .el-group__member-item span {
        display: none;
    }

    .el-group__member-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }




.lk-tabs .forward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 170px;
    width: 100%;
    height: 35px;
    border: 1px solid transparent;
    background: -webkit-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: -o-linear-gradient(325.51deg, #CB8738 -32.18%, #FFA800 173.17%);
    background: linear-gradient(124.49deg, #CB8738 -32.18%, #FFA800 173.17%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 20px
}

    .lk-tabs .forward span {
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        margin-left: 6px;
    }

    .lk-tabs .forward:hover {
        border-color: #CB8738;
        background: transparent;
    }

        .lk-tabs .forward:hover span {
            color: #CB8738;
        }



input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
}



.el-profile-folder__photo {
    width: 52px;
    height: 52px;
}

    .el-profile-folder__photo img {
        object-fit: cover;
    }

.profile-file__photo {
    width: 105px;
    height: 105px;
    display: block;
}

    .profile-file__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.folder-tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}



.image-inner-family {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

::placeholder {
    color: black;
    opacity: 1;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    opacity: 1;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    opacity: 1;
    font-weight: 400;
}
