html::-webkit-scrollbar {
    display: none
}

.menu_block .lang_block {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 50px
}

.menu_block .lang {
    cursor: pointer;
    color: #068c4f;
    font-size: 20px;
    font-weight: 700
}

.menu_block .divider {
    border-bottom: 3px solid #068c4f;
    margin: 15px 0
}

.menu_block .subMenuItem {
    display: flex;
    line-height: 1.8em;
    font-size: 1.4em;
    font-weight: 800;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    color: #000
}

.menu_block .subMenuItem:hover {
    background-color: #e6f1e9
}

.menu_block .subMenuItem:active {
    background-color: #adc6b4
}

.menu_block .subMenuItem img {
    height: 2em;
    text-align: left
}

.menu_block .subMenuItem span {
    white-space: pre-wrap;
    display: block;
    font-size: .75em;
    line-height: 1.5em;
    margin: .5em 0 .5em 10px;
    max-width: 90%;
    word-wrap: break-word
}

.menu_block .list_active {
    color: #008b4c;
    background-color: #c1dcc9
}

.arrow,
.arrow_down,
.arrow_up {
    border: solid #068c4f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
    float: right;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.arrow_up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: 0
}

.arrow_down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.main_block {
    display: flex;
    height: calc(100vh - 85px)
}

.menu_block {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    height: 100%;
    padding: 25px 25px 0;
    overflow-y: scroll
}

.menu_block::-webkit-scrollbar {
    display: none
}

.menu_list_title {
    color: #068c4f;
    font-weight: 700;
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    cursor: pointer
}

.menu_list {
    margin: 7px 0 0
}

.menu_list_item {
    padding: 12px 0 12px 25px;
    cursor: pointer;
    color: #3d3d3d;
    font-weight: 700;
    font-size: 1.1em;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.menu_list_item:hover {
    background-color: #e6f1e9
}

.menu_list_item:active {
    background-color: #adc6b4
}

.list_active,
.list_active:hover {
    background-color: #c1dcc9
}

.background {
    width: 30%;
    background-color: #fff
}

@media only screen and (max-width:750px) {
    .background {
        width: 50%
    }
}

@media only screen and (max-width:500px) {
    .background {
        width: 80%
    }
}

.noCompanies {
    text-align: center;
    flex: 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 85px)
}

.noscroll {
    overflow: hidden
}

.codrops-links {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    min-height: 45px
}

.codrops-links:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ddd;
    content: "";
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg)
}

.codrops-icon {
    display: inline-block;
    margin: .5em;
    padding: 0;
    width: 1.5em;
    text-decoration: none
}

.codrops-icon span {
    display: none
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-family: codropsicons;
    line-height: 1;
    speak: none
}

.codrops-icon--drop:before {
    content: "\e001"
}

.codrops-icon--prev:before {
    content: "\e004"
}

.codrops-demos {
    margin: 2em 0 0;
    font-size: .75em
}

.codrops-demos a {
    display: inline-block;
    margin: 0 .5em
}

.codrops-demos a.current-demo {
    color: #333;
    font-weight: 700
}

.codrops-demos a.current-demo:focus {
    color: #aaa
}

.related {
    font-size: .85em;
    padding-bottom: 1em
}

.related h3 {
    margin: 3em 0 .5em;
    font-size: .95em
}

.related a {
    display: block;
    color: inherit
}

.related a:focus,
.related a:hover {
    color: #414741
}

.main {
    position: relative;
    z-index: 50
}

.grid_block::-webkit-scrollbar {
    display: none
}

.grid {
    position: relative
}

.grid .infinite-scroll-component__outerdiv {
    width: 100%
}

.grid:after {
    content: "";
    background: hsla(0, 0%, 79.2%, .4);
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.view-single .grid:after {
    opacity: 1
}

.top-bar {
    background: #fff;
    width: 100%;
    line-height: 1;
    padding: 15px 15px 10px;
    display: flex;
    align-items: center
}

.top-bar__headline {
    margin: 0;
    font-size: .75em
}

.filter {
    text-align: right;
    font-size: .75em;
    margin-left: auto
}

.dropdown {
    font-weight: 700;
    margin-left: 5px;
    cursor: pointer;
    color: #81c483
}

.dropdown:after {
    content: "\25BC";
    margin-left: 2px;
    font-size: 80%
}

.grid__item {
    padding: 45px 55px 30px;
    position: relative;
    color: inherit;
    background: #fff;
    min-height: 300px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.grid__item:before {
    position: absolute;
    content: "";
    top: 0;
    right: 55px;
    bottom: 0;
    left: 55px;
    border-bottom: 1px solid rgba(74, 74, 74, .075)
}

.grid__item * {
    z-index: 10
}

.title {
    margin: 0;
    font-size: 1.2em;
    font-family: sans-serif;
    text-align: center
}

.title--preview {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.loader {
    height: 1px;
    width: 40%;
    margin: 1em auto;
    position: relative;
    background: rgba(0, 0, 0, .1)
}

.loader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #a4e7ad;
    left: 0;
    top: -1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.grid__item--loading .loader:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.category {
    margin: 0;
    position: relative;
    font-size: .95em;
    font-style: italic;
    font-family: Playfair Display, serif;
    text-align: center;
    display: block
}

.category,
.loader,
.title--preview {
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
    transition-timing-function: cubic-bezier(.7, 0, .3, 1)
}

.title--preview {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.loader {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.grid__item--animate .title--preview,
.grid__item .category {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.grid__item--animate .title--preview {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

.grid__item--animate .loader {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.grid__item--animate .category {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.meta {
    font-size: .765em;
    text-align: left
}

.meta .fa {
    margin-right: 4px
}

.meta:after {
    display: table;
    content: "";
    clear: both
}

.meta__avatar {
    display: block;
    border-radius: 50%;
    margin: 2em auto
}

.meta--preview .meta__avatar {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.grid__item:focus .meta--preview .meta__avatar,
.grid__item:hover .meta--preview .meta__avatar {
    -webkit-filter: none;
    filter: none
}

.meta__date {
    display: block;
    float: left;
    color: #aaa
}

.meta__reading-time {
    display: block;
    float: left;
    color: #aaa;
    text-align: right;
    float: right
}

.meta__misc {
    display: block;
    clear: both;
    text-align: left;
    padding: 5px 0
}

.meta__misc--seperator {
    padding: 20px 0 0;
    margin: 65px 0 0;
    border-top: 1px solid #f5f5f5
}

.article-nav {
    display: flex;
    justify-content: space-between
}

.article-nav button {
    border: none;
    color: #81c483;
    background: none
}

.article-nav button:hover {
    color: #333
}

.meta--preview .meta__avatar,
.meta--preview .meta__date,
.meta--preview .meta__reading-time {
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.grid__item--loading .meta__avatar {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.grid__item--loading .meta__date {
    -webkit-transition-delay: .17s;
    transition-delay: .17s
}

.grid__item--loading .meta__reading-time {
    -webkit-transition-delay: .24s;
    transition-delay: .24s
}

.grid__item--loading .meta__avatar,
.grid__item--loading .meta__date,
.grid__item--loading .meta__reading-time {
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    opacity: 0
}

.page-meta {
    background: #fff;
    width: 100%;
    padding: 15px 15px 10px;
    text-align: center;
    font-size: .75em;
    font-weight: 700;
    cursor: default
}

.placeholder {
    pointer-events: none;
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100vh + 5px);
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 0;
    visibility: hidden;
    z-index: 400;
    overflow: hidden
}

.content.content--show {
    min-height: 100vh;
    position: relative;
    pointer-events: auto;
    visibility: visible
}

.scroll-wrap {
    height: 100%;
    left: 0;
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.content__item,
.scroll-wrap {
    position: absolute;
    width: 100%;
    top: 0
}

.content__item {
    overflow: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
    font-size: .85em
}

.content__item .pad {
    padding: 60px 0 0
}

.content__item .pad .desc,
.content__item .pad .info {
    width: 90%
}

.content__item p {
    max-width: 1200px;
    margin: 1em auto;
    text-align: justify
}

.content__item p:first-of-type {
    font-size: 1.35em
}

.content__item.content__item--show {
    height: auto;
    min-height: 100vh;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.category--full {
    font-size: 1.25em;
    margin-bottom: 20px;
    color: #81c483
}

.title--full {
    font-size: 3.25em
}

.meta--full {
    font-size: 1em;
    margin: 0 auto 2em;
    max-width: 1200px
}

.meta--full .meta__author {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.meta--full .meta__author:before {
    content: "by ";
    font-weight: 400
}

.meta--full .meta__category {
    font-style: italic;
    float: left;
    margin: 0 5px;
    font-family: Playfair Display, serif
}

.meta--full .meta__category:before {
    content: "in "
}

.meta--full .meta__avatar {
    margin: 1em auto
}

.category--full,
.content__item p,
.meta--full .meta__author,
.meta--full .meta__avatar,
.meta--full .meta__date,
.meta--full .meta__reading-time,
.title--full {
    opacity: 0
}

.category--full,
.title--full {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.meta--full .meta__author,
.meta--full .meta__avatar,
.meta--full .meta__date,
.meta--full .meta__reading-time {
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}

.content__item--show .category--full,
.content__item--show .meta--full .meta__author,
.content__item--show .meta--full .meta__avatar,
.content__item--show .meta--full .meta__date,
.content__item--show .meta--full .meta__reading-time,
.content__item--show .title--full {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.content__item--show .category--full,
.content__item--show .title--full {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.content__item--show .title--full {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.content__item--show .meta--full .meta__avatar {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.content__item--show .meta--full .meta__date {
    -webkit-transition-delay: .27s;
    transition-delay: .27s
}

.content__item--show .meta--full .meta__reading-time {
    -webkit-transition-delay: .34s;
    transition-delay: .34s
}

.content__item--show.content__item p {
    opacity: 1;
    -webkit-transition: opacity .5s .25s;
    transition: opacity .5s .25s
}

.close-button {
    position: absolute;
    border: none;
    background: none;
    margin: 0;
    z-index: 100;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #ddd;
    cursor: pointer;
    pointer-events: none;
    padding: 20px 25px;
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (max-width:600px) {
    .close-button {
        padding: 10px 25px
    }
}

.close-button span {
    display: none
}

.close-button:hover {
    color: #7b7b7b
}

.close-button--show {
    opacity: 1;
    pointer-events: auto;
    background-size: cover;
    height: 50px
}

@media screen and (min-width:300px) {
    .grid {
        padding: 0px 15px 0 8px;
    }
    .grid_block .meta--preview {
        width: 100%!important;
    }
    .content__item {
        font-size: 1em
    }
    .grid__item {
        width: 50%;
        float: left;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid rgba(74, 74, 74, .075);
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .grid__item:focus:before,
    .grid__item:hover:before {
        border: 3px solid rgba(129, 196, 131, .5)
    }
    .grid__item--loading.grid__item:before {
        opacity: 0
    }
}

@media screen and (min-width:600px) {
    .grid {
        display: flex;
        flex-wrap: wrap
    }
    .grid__item {
        width: 33.333%;
        border: none
    }
    .grid__item:before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid rgba(74, 74, 74, .075);
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .grid__item:focus:before,
    .grid__item:hover:before {
        border: 3px solid rgba(129, 196, 131, .5)
    }
    .grid__item--loading.grid__item:before {
        opacity: 0
    }
}

@media screen and (min-width:1200px) {
    .grid__item {
        width: 25%
    }
}

.grid_block {
    flex: 4 1;
    min-height: calc(100% - 85px);
    overflow-y: scroll
}

.grid_block .grid__item {
    padding: 15px!important;
    opacity: 1!important
}

.grid_block .title {
    font-size: .6em!important;
    color: #3d3d3d!important
}

.grid_block .meta--preview {
    background-size: contain;
    height: 45%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media only screen and (max-width:600px) {
    .grid_block .meta--preview {
        width: 288px;
        margin: 0 auto
    }
    .grid__item {
        height: 300px
    }
}

@media only screen and (max-width:900px) {
    .grid_block {
        flex: 1 1;
        width: 90vw
    }
    .grid_block .grid::-webkit-scrollbar {
        display: none
    }
    .content--show {
        width: 100vw
    }
}

.content .content__item {
    flex-direction: column;
    overflow-y: scroll;
    height: 85vh;
    margin: 0 auto
}

.content .content__item>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.content .content__item>div>img {
    height: 100px;
    align-self: center;
    margin-top: 25px;
    margin-bottom: 50px
}

.content .content__item::-webkit-scrollbar {
    display: none
}

.content .content__item .desc,
.content .content__item .info {
    padding-left: 5%;
    font-family: MyriadPro, sans-serif;
    white-space: pre-wrap
}

.content .content__item .name {
    margin: 0 auto;
    font-size: 3em;
    text-align: center
}

@media screen and (max-width:600px) {
    .content .content__item .name {
        font-size: 2em
    }
}

.content .content__item .addr,
.content .content__item .addr a,
.content .content__item .email,
.content .content__item .email a,
.content .content__item .phone,
.content .content__item .phone a,
.content .content__item .url,
.content .content__item .url a {
    font-size: 18px
}

.content .content__item .addr a,
.content .content__item .email a,
.content .content__item .email a a,
.content .content__item .phone a,
.content .content__item .phone a a,
.content .content__item .url a,
.content .content__item .url a a {
    color: #7b7b7b;
    font-weight: 800
}

.loaderPlaceHolder {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%
}

.loaderPlaceHolder div {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    width: 60px;
    height: 4px;
    background: #000;
    -webkit-animation: spin 1.5s ease infinite;
    animation: spin 1.5s ease infinite
}

.loaderPlaceHolder div:nth-of-type(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loaderPlaceHolder div:nth-of-type(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loaderPlaceHolder div:nth-of-type(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.error div {
    -webkit-animation: none;
    animation: none
}

.error div:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.error div:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.error div:nth-of-type(3),
.error div:nth-of-type(4) {
    display: none
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@media screen and (max-width:600px) {
    .header .search_text {
        display: none
    }
}

.header .search_input {
    height: 30px;
    width: 225px;
    border: none;
    border-radius: 15px;
    outline: none;
    padding-left: 10px;
    background: #68c186;
    color: #fff;
    font-size: 16px
}

.header .search_input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px
}

.header .search_input::-moz-placeholder {
    color: #fff;
    font-size: 16px
}

.header .search_input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.header .search_input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px
}

.header .search_input::placeholder {
    color: #fff;
    font-size: 16px
}

.header #menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header #menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2
}

.header #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header #menuToggle span:first-child,
.header #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: left;
    transform-origin: left
}

.header #menuToggle input:checked~span {
    opacity: 1;
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    background: #fff
}

.header #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0
}

.header #menuToggle input:checked~span:nth-last-child(2) {
    -webkit-transform: translateY(12px) translateX(4px) rotate(-45deg);
    transform: translateY(12px) translateX(4px) rotate(-45deg)
}

.mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%
}

.mobile .lang_block {
    width: auto
}

.mobile .search_block {
    width: 50%
}

body {
    overflow: hidden
}

.main_block .sideMenu {
    position: static;
    right: 0;
    top: 0;
    height: 80vh;
    width: 40px;
    display: flex;
    z-index: 150;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 5px
}

.main_block .sideMenu .button {
    background-color: #f49851;
    min-height: 150px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    width: 100%;
    padding: 10px 5px;
    font-weight: 700;
    align-content: center;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 5px 0 0 5px
}

.main_block .menuBack {
    width: 100vw;
    height: calc(100vh - 85px);
    position: absolute;
    left: -100vw;
    -webkit-transition: left .5s ease-out;
    transition: left .5s ease-out;
    background-color: hsla(0, 0%, 100%, .7);
    z-index: 100
}

#root .search_block {
    text-align: center;
}

#root .search_text {
    margin-right: 10px;
}

#root .search_input {
    border: 0;
    border-bottom: 2px solid #FB9A4B;
}