@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;
}

.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: #6A6A6A;
}

.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-new{
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.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;
}

.header {
    background: #fff;
}

.header__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;
    height: 86px;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    margin-right: 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.header__logo span {
    font-family: 'Yeseva One', cursive;
    font-size: 26px;
    line-height: 27px;
    text-transform: uppercase;
    color: #323232;
    margin-left: 118px;
}

.header__logo img {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99;
}

.header__enter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header__search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header__lang {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header__menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin-right: 20px;
    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%;
}

.header__profile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

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

.h-search__input {
    position: relative;
}

.h-search__input input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #CB8738;
    padding: 6px 0 6px 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(41, 38, 34, .5);
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-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;
}

.h-search__input:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/search.svg) no-repeat;
}

.h-menu {
    position: relative;
}

.h-menu__dropdown {
    display: none;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CB8738;
    -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;
    border-top: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 6;
}

.h-menu__head {
    margin: 0 auto;
    width: 136px;
    height: 50px;
    border: 1px solid #CB8738;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: transparent;
    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;
    cursor: pointer;
}

.h-menu__head span {
    font-size: 18px;
    line-height: 25px;
    color: #CB8738;
}

.h-menu__head.open {
    border-color: transparent;
    width: 100%;
    height: 100%;
    border-left: 1px solid #CB8738;
    border-right: 1px solid #CB8738;
}

.h-menu__head.open .h-menu__open span {
    background: transparent;
}

.h-menu__head.open .h-menu__open span:before {
    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);
    background: #CB8738;
}

.h-menu__head.open .h-menu__open span:after {
    top: 50%;
    bottom: auto;
    bottom: initial;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.h-menu__open {
    width: 26px;
    height: 26px;
    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: 8px;
    cursor: pointer;
}

.h-menu__open span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FFA800;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.h-menu__open span:before,
.h-menu__open span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.h-menu__open span:before {
    top: 250%;
    background: #DBAB74;
}

.h-menu__open span:after {
    bottom: 250%;
    background: #CB8738;
}

.h-menu__list {
    list-style: none;
}

.h-menu__item {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    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;
}

.h-menu__item:last-child {
    border-bottom: transparent !important;
}

.h-menu__item:hover .h-menu__link {
    color: #CB8738;
}

.h-menu__item.current {
    border-top: 1px solid #CB8738;
    border-bottom: 1px solid #CB8738;
    background: -webkit-linear-gradient(311.99deg, rgba(219, 171, 116, .2) -25.69%, rgba(219, 171, 116, 0) 124.54%);
    background: -o-linear-gradient(311.99deg, rgba(219, 171, 116, .2) -25.69%, rgba(219, 171, 116, 0) 124.54%);
    background: linear-gradient(138.01deg, rgba(219, 171, 116, .2) -25.69%, rgba(219, 171, 116, 0) 124.54%);
}

.h-menu__item.current .h-menu__link {
    color: #CB8738;
}

.h-menu__link {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.entr-btn {
    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;
    max-width: 170px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.entr-btn svg {
    width: 14px;
    height: 16px;
    margin-right: 6px;
}

.entr-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;
}

.entr-btn span {
    position: relative;
    text-transform: uppercase;
}

.entr-btn:hover svg path {
    stroke: #fff !important;
}

.lang {
    position: relative;
}

.lang .current-lang {
    font-size: 14px;
    line-height: 19px;
    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;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.lang .current-lang:after {
    display: block;
    content: '';
    position: absolute;
    right: -5px;
    top: 40%;
    -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-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;
}

.lang .current-lang:hover {
    color: #FFA800;
}

.lang .current-lang:hover:after {
    border-color: #FFA800;
}

.lang .current-lang.open:after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.lang-list-block {
    display: none;
    position: absolute;
    right: 0;
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
    width: 286px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 30px 0 30px;
    z-index: 6;
}

.lang-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: -52.8px;
    margin-left: -3.3rem;
}

.lang-list__item {
    width: -webkit-calc(25% - 3.3rem);
    width: calc(25% - 3.3rem);
    margin-left: 52.8px;
    margin-left: 3.3rem;
    list-style: none;
    margin-bottom: 10px;
}

.lang-list__link {
    font-size: 16px;
    line-height: 24px;
    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;
    text-transform: uppercase;
}

.lang-list__link:hover {
    color: #CB8738;
}

.lang-list__item.current {
    position: relative;
}

.lang-list__item.current:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #CB8738;
}

.lang-list__item.current .lang-list__link {
    color: #CB8738;
    cursor: default;
}

.h-profile.active {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
}

.h-profile {
    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 13px;
    position: relative;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 0px 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;
}

.h-profile__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-right: 7px;
}

.h-profile__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.h-profile__status {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    bottom: -2px;
    right: 4px;
    border: 2px solid #fff;
}

.h-profile__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 12px;
    line-height: 12px;
    color: #323232;
}

.h-profile__icon-down {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 13px;
    height: 13px;
    border-right: 2px solid #CB8738;
    border-bottom: 2px solid #CB8738;
    -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;
}

.h-profile__icon-down:hover {
    border-color: #FFA800;
}

.h-profile__icon-down.active {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-bottom: 0;
}

.h-profile__dropdown {
    display: none;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, .15);
    z-index: 5;
}

.h-profile__menu {
    border-top: 1px solid rgba(203, 135, 56, .4);
    padding: 21px 13px 21px 29px;
}

.profile-menu__item {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: rgba(50, 50, 50, .8);
    -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: 14px;
}

.profile-menu__item span {
    font-weight: bold;
    color: #CB8738;
}

.profile-menu__item:hover {
    color: #CB8738;
}

.profile-menu__item:last-child {
    margin-bottom: 0;
}