/* horni blok s menu a logem */

.menu_bottom_line {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 1px;
    background-color: #e2e2e3;
    z-index: 100;
    display: none;
}

.above_all.responsive .menu_bottom_line {
    display: block;
}

.top_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logo {
    display: block;
    text-decoration: none;
    width: 104px;
    height: 40px;
    background-image: url(../../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 20px;
}

.responsive_menu_button {
    height: 21px;
    width: 34px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 30px;
    z-index: 1;
    margin-right: 0px;
    float: right;
}

.responsive_menu_button .item {
    width: 34px;
    height: 5px;
    background-image: url(../../img/menu-item.svg);
    background-size: 34px 5px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.responsive_menu_button.menu_closed .item.item1 {
    top: 0px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.responsive_menu_button.menu_closed .item.item2 {
    top: 8px;
    opacity: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.responsive_menu_button.menu_closed .item.item3 {
    top: 16px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.responsive_menu_button.menu_open .item.item1 {
    top: 0px;
    -webkit-transform: translate(0px, 8px) rotate(-45deg);
    -ms-transform: translate(0px, 8px) rotate(-45deg);
    transform: translate(0px, 8px) rotate(-45deg);
}

.responsive_menu_button.menu_open .item.item2 {
    top: 8px;
    opacity: 0;
}

.responsive_menu_button.menu_open .item.item3 {
    top: 16px;
    -webkit-transform: translate(0px, -8px) rotate(45deg);
    -ms-transform: translate(0px, -8px) rotate(45deg);
    transform: translate(0px, -8px) rotate(45deg);
}

.responsive_menu_button.none {
    display: none;
}

.main_menu {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 19px;
    visibility: hidden;
}

.main_menu.responsive {
    width: calc(100% + 104px);
    display: block;
    position: relative;
    top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 14px;
}

.main_menu.responsive .menu_items.i_am_closed {
    display: none;
}

.main_menu.responsive .menu_items {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 7px 7px;
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    padding-top: 85px;
    padding-bottom: 4px;
    text-align: right;
    left: 0px;
    padding-right: 0px;
    margin-top: 0;
}

.menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
}

.menu_item_holder {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    height: 20px;
}

.main_menu.responsive .menu_item_holder {
    padding-right: 0px;
    height: auto;
}

a.menu_item_holder_link {
    text-decoration: none;
    color: #2f2c27;
    margin-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.menu_item_holder_link:hover, .menu_item_holder.active a {
    color: #00c0aa;
}

.menu_item_holder.with_vertical_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.menu_item_holder.with_vertical_line a {
    margin-left: 18px;
}

.menu_item_holder.with_vertical_line::before {
    content: '';
    display: block;
    width: 6px;
    height: 42px;
    background-image: url(../../img/menu-vertical-line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 18px;
}

.main_menu.responsive .menu_item_holder.with_vertical_line::before {
    display: none;
}

.main_menu.responsive .menu_item_holder.with_vertical_line {
    display: block;
}

.main_menu.responsive .menu_item_holder.with_vertical_line a {
    margin-left: 0;
}

.main_menu.responsive a.menu_item_holder_link {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    width: 100%;
}

.main_menu.responsive .menu_item_holder:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #e2e2e3;
    position: relative;
    top: 0px;
    margin-left: 3px;
    margin-right: 3px;
}

.main_menu.responsive .menu_item_holder:last-child::after {
    display: none;
}

.above_all {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}