/*  
Theme Name: eastbook
Theme URI: 
Description: Special theme for eastbook
Version: 1.0
Author: 
Author URI: 
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3f3f3f;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
    display: block;
}
a {
    text-decoration: none;
    color: #484848;
}
button,
input,
textarea {
    border: 0;
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.btn {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    padding: 5px 20px;
    background: #46c580;
    border-radius: 2px;
    display: table;
    position: relative;
}
.btn:hover {
    background: #239a5a;
    text-decoration: none;
    cursor: pointer;
}
.btn::after {
    content: url(img/button-arrow.svg);
    margin-left: 10px;
}
.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        max-width: 768px;
    }
}
@media screen and (max-width: 750px) {
    .container {
        max-width: 600px;
    }
}
main {
    padding: 40px 0;
    overflow-x: hidden;
}
main > .container > h1,
main > .container > h2,
main > .container > h3,
main > .container > h4,
main > .container > h5,
main > .container > h6 {
    margin: 30px 0;
}
@media screen and (max-width: 600px) {
    main > .container > h1,
    main > .container > h2,
    main > .container > h3,
    main > .container > h4,
    main > .container > h5,
    main > .container > h6 {
        margin: 20px 0;
    }
}
main > .container > h2,
main > .container > h3,
main > .container > h4 {
    overflow: hidden;
}
main > .container > h2::after,
main > .container > h3::after,
main > .container > h4::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: -100%;
    border-bottom: 2px solid #f77272;
    margin-left: 10px;
}
main > .container > ol,
main > .container > p,
main > .container > ul {
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    main > .container > ol,
    main > .container > p,
    main > .container > ul {
        margin-bottom: 10px;
    }
}
main > .container > ul {
    padding-left: 20px;
}
main > .container > ul li {
    padding-left: 15px;
    position: relative;
}
main > .container > ul li::before {
    content: url(img/list.svg);
    position: absolute;
    left: 0;
    top: -3px;
}
main > .container > ul li ul {
    margin-top: 10px;
}
main > .container > ul li ul li::before {
    content: url(img/listlist.svg);
}
main > .container > ol {
    padding-left: 20px;
}
main ul li {
    margin-bottom: 10px;
    position: relative;
}
main ol {
    counter-reset: my-awesome-counter attr(start);
}
main ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 10px;
}
main ol li::before {
    content: counter(my-awesome-counter) ".";
    margin-right: 5px;
    color: #f77272;
}
main h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h1 {
        font-size: 25px;
        font-weight: 700;
    }
}
main h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h2 {
        font-size: 23px;
        font-weight: 700;
    }
}
main h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h3 {
        font-size: 21px;
        font-weight: 700;
    }
}
main h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h4 {
        font-size: 19px;
        font-weight: 700;
    }
}
main h5 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h5 {
        font-size: 17px;
        font-weight: 700;
    }
}
main h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
}
@media screen and (max-width: 600px) {
    main h6 {
        font-size: 15px;
        font-weight: 700;
    }
}
main p {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
@media screen and (max-width: 600px) {
    main p {
        font-size: 14px;
        line-height: 140%;
    }
}
main a {
    color: #ed7c7c;
}
main a:hover {
    text-decoration: underline;
}
main strong {
    font-weight: 700;
}
main em {
    font-style: italic;
}
#totop {
    position: fixed;
    right: 150px;
    bottom: 100px;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    background: #f77272;
    opacity: 0.5;
    border-radius: 2px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
#totop:hover {
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    #totop {
        right: 10px;
    }
}
header.bar_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #303030;
}
header.bar_fixed .lang-menu .item {
    padding: 10px 10px;
}
header.bar_fixed .menu-line .block-menu nav ul li {
    padding: 13px 12px 13px 16px;
}
header.bar_fixed.topbar {
    top: 30px;
}
header.bar_fixed.topbar + main {
    margin-top: 126px;
}
.mmenu {
    width: 20px;
    height: 12px;
    position: relative;
    cursor: pointer;
    display: none;
}
.mmenu .line {
    height: 2px;
    width: 20px;
    background: #fff;
    border-radius: 1px;
    position: absolute;
    transition: 0.5s;
}
.mmenu .line1 {
    top: 0;
    right: 0;
}
.mmenu .line2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.mmenu .line3 {
    bottom: 0;
    right: 0;
    width: 10px;
}
.mmmenuopen .line1 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
    height: 0;
}
.mmmenuopen .line3 {
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%) rotate(-45deg);
    width: 20px;
}
@media screen and (max-width: 1000px) {
    .mmenu {
        display: block;
        margin-left: auto;
    }
}
ul#breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}
ul#breadcrumbs::before {
    content: url(img/breadcrumbs_before.svg);
    margin-right: 5px;
    position: relative;
    bottom: 7px;
}
ul#breadcrumbs li {
    margin-left: 0;
    padding-left: 0;
    margin-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #3f3f3f;
}
ul#breadcrumbs li::before {
    content: none;
}
ul#breadcrumbs li.separator {
    color: #c63232;
}
ul#breadcrumbs li a {
    color: #3f3f3f;
}
figure.wp-block-table table thead tr th {
    padding: 10px 20px;
    background: #f77272;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
}
figure.wp-block-table table tbody {
    background: #fff;
    box-shadow: 0 0 50px rgba(84, 84, 150, 0.15);
    border-radius: 10px;
}
figure.wp-block-table table tbody tr {
    border-bottom: 1px solid #f3f3f8;
}
figure.wp-block-table table tbody tr td {
    padding: 10px 20px;
}
figure.wp-block-table table tbody tr:first-child td:first-child {
    border-radius: 10px 0 0 0;
}
figure.wp-block-table table tbody tr:first-child td:last-child {
    border-radius: 0 10px 0 0;
}
figure.wp-block-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
figure.wp-block-table table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.lang-menu {
    position: relative;
    margin-left: 18px;
}
.lang-menu .item {
    padding: 40px 10px;
}
.lang-menu .item::after {
    content: url(img/lang-arrow.svg);
    height: 28px;
}
.lang-menu .item:hover {
    background: #2158c5;
}
.lang-menu .item:hover::after {
    transform: rotate(180deg);
}
.lang-menu .item,
.lang-menu .sclang li a {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-end;
}
.lang-menu .item span.img,
.lang-menu .sclang li a span.img {
    width: 24px;
    flex: none;
    margin-right: 10px;
    margin-left: 10px;
}
.lang-menu .item span.img img,
.lang-menu .sclang li a span.img img {
    width: 100%;
}
.lang-menu .item span.text,
.lang-menu .sclang li a span.text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
.lang-menu .sclang {
    position: absolute;
    top: 100%;
    right: 0;
    background: #f8f8f8;
    padding: 1px 10px 1px 20px;
    border-radius: 5px;
    display: none;
    z-index: 9;
}
.lang-menu .sclang li {
    margin: 20px 0;
}
.lang-menu .sclang li a span.text {
    color: #3f3f3f;
}
.lang-menu .sclang::before {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}
.lang-menu:hover .sclang {
    display: block;
}
header .top-line {
    background: #2962d3;
}
header .top-line .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .menu-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .menu-line .block-menu nav > ul {
    display: flex;
	position: relative;
    z-index: 9;
}
header .menu-line .block-menu nav > ul > li {
    padding: 43px 12px 42px 16px;
}
header .menu-line .block-menu nav > ul > li:hover {
    background: #2158c5;
}
header .menu-line .block-menu nav > ul > li:hover > .menu-arrow {
    transform: rotate(180deg);
    bottom: -1px;
}
header .menu-line .block-menu nav ul li {
    position: relative;
    display: flex;
    align-items: center;
}
header .menu-line .block-menu nav ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: center;
}
header .menu-line .block-menu nav ul li .menu-arrow {
    margin-left: 6px;
    position: relative;
    bottom: 1px;
}
header .menu-line .block-menu nav ul li .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f8f8f8;
}
header .menu-line .block-menu nav ul li .sub-menu li {
    min-width: 33%;
    margin-right: 0;
    position: relative;
}
header .menu-line .block-menu nav ul li .sub-menu li a {
    white-space: nowrap;
    padding: 9px 20px;
    color: #3f3f3f;
}
header .menu-line .block-menu nav ul li .sub-menu li a:hover {
    color: #f77272;
}
header .menu-line .block-menu nav ul li .sub-menu li:hover {
    background: #ececec;
}
header .menu-line .block-menu nav ul li .sub-menu li .menu-arrow {
    transform: rotate(270deg);
    margin-left: 0;
    position: relative;
    right: 14px;
    top: 1px;
}
header .menu-line .block-menu nav ul li .sub-menu li .menu-arrow svg path {
    fill: #3f3f3f;
}
header .menu-line .block-menu nav ul li .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}
header .menu-line .block-menu nav ul li .sub-menu .sub-menu a {
    white-space: nowrap;
    font-size: 14px;
}
.search {
    display: flex;
    align-items: center;
    height: 25px;
    margin-left: 180px;
    margin-top: 7px;
    margin-bottom: 8px;
}
.search form.search-form {
    width: 0;
    overflow: hidden;
    transition: 0.5s;
    height: 25px;
    display: flex;
    align-items: center;
    background: #f3f3f8;
    border-radius: 2px;
}
.search form.search-form input.search-field {
    display: block;
    border: 0;
    background: 0 0;
    width: 250px;
    padding: 0 10px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
}
.search form.search-form input.search-field::placeholder {
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999;
}
.search form.search-form input.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.search form.search-form input[type="image"] {
    width: 35px;
    height: 25px;
    background: #46c580;
    border-radius: 2px;
    padding: 5px;
}
.search .open-search {
    cursor: pointer;
    height: 25px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #46c580;
    border-radius: 2px;
}
.search .open-search::before {
    content: url(img/search-hover.svg);
    width: 14px;
    height: 14px;
    position: relative;
    bottom: 1px;
}
.search.open .open-search {
    width: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #a1a1b7;
    cursor: pointer;
    background: #f3f3f8;
    border-radius: 2px 0 0 2px;
    position: relative;
}
.search.open .open-search::before {
    content: "\292C";
    width: auto;
    height: auto;
    position: relative;
    top: -2px;
    font-size: 17px;
}
.search.open .open-search:hover {
    box-shadow: none;
    color: #2962d3;
}
.search.open form.search-form {
    width: 280px;
    transition: 0.5s;
    border-radius: 0 2px 2px 0;
}
footer {
    padding: 50px 0 20px;
    background: #2962d3;
}
footer .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
footer .top form.search-form {
    width: 300px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
footer .top form.search-form input.search-field {
    width: 260px;
    height: 30px;
    background: #fff;
    border-radius: 2px 0 0 2px;
    padding: 0 5px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3f3f3f;
}
footer .top form.search-form input.search-field::placeholder {
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999;
}
footer .top form.search-form input[type="image"] {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #46c580;
    border-radius: 2px;
    padding: 5px;
}
footer .top .lang-menu .item {
    padding: 0;
}
footer .top .lang-menu .item:hover {
    background: 0 0;
}
footer .center {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
footer .center .left,
footer .center .right {
    width: 45%;
}
footer .center .footer-menus {
    display: flex;
    margin-bottom: 30px;
}
footer .center .footer-menus ul {
    margin-right: 80px;
}
footer .center .footer-menus ul li {
    margin-bottom: 18px;
}
footer .center .footer-menus ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #fff;
}
footer .center .footer-menus ul li a:hover {
    color: #f77272;
}
footer .center .extra-menus {
    margin-left: -10px;
}
footer .center .extra-menus ul {
    display: flex;
    flex-wrap: wrap;
}
footer .center .extra-menus ul li {
    border-right: 1px solid #fff;
    padding: 0 10px;
}
footer .center .extra-menus ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
}
footer .center .extra-menus ul li a:hover {
    color: #f77272;
}
footer .center p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-align: right;
    color: #a9c0ed;
    margin-bottom: 30px;
}
footer .center .images {
    display: flex;
    justify-content: flex-end;
}
footer .center .images img {
    height: 30px;
    width: auto;
    margin-left: 22px;
    flex: none;
}
footer .text p.title {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
footer .text p.span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #eee;
    text-align: center;
    margin-bottom: 10px;
}
footer .images-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
footer .images-bottom img {
    flex: none;
    height: 18px;
    width: auto;
    margin: 0 10px;
}
footer p.copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #a9c0ed;
}
@media screen and (max-width: 1000px) {
    .search {
        display: none;
    }
    header.bar_fixed .menu-line .block-menu nav ul li a {
        padding: 0;
    }
    header {
        position: relative;
    }
    header .menu-line {
        overflow-y: auto;
        max-height: calc(100vh - 52px);
        display: none;
        position: absolute;
        right: 0;
        top: calc(100% + 2px);
        z-index: 9;
        background: #f8f8f8;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.25);
        padding: 20px;
    }
    header .menu-line .container {
        display: block;
    }
    header .menu-line .container .search {
        display: none;
    }
    header .top-line {
        padding: 0;
        height: 50px;
    }
    header .top-line .container {
        height: 100%;
    }
    header .top-line .container .logo img {
        width: 80px;
    }
    header .menu-line .block-menu nav > ul {
        display: block;
    }
    header .menu-line .block-menu nav > ul li a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: #3f3f3f;
    }
    header .menu-line .block-menu nav ul li {
        padding: 0;
        position: relative;
        margin-right: 10px;
        justify-content: flex-end;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    header .menu-line .block-menu nav ul li:hover {
        background: 0 0;
    }
    header .menu-line .block-menu nav ul li .menu-arrow {
        margin-left: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .menu-line .block-menu nav ul li .menu-arrow svg {
        transform: scale(2);
    }
    header .menu-line .block-menu nav ul li .menu-arrow svg path {
        fill: #3f3f3f;
    }
    header .menu-line .block-menu nav ul li .sub-menu {
        width: 100%;
        position: static;
        border-right: 2px solid #f77272;
        padding-right: 10px;
    }
    header .menu-line .block-menu nav ul li .sub-menu li {
        margin-bottom: 0;
    }
    header .menu-line .block-menu nav ul li .sub-menu li a {
        padding: 0;
        margin: 9px 20px;
    }
    header .menu-line .block-menu nav ul li .sub-menu li .menu-arrow {
        transform: rotate(0);
        margin-left: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .menu-line .block-menu nav ul li .sub-menu li .sub-menu {
        position: relative;
        margin-top: 10px;
        margin-right: 10px;
        left: 0;
    }
    header .menu-line .block-menu nav ul li .sub-menu li .sub-menu::after {
        content: "";
        background: #f8f8f8;
        position: absolute;
        width: 10px;
        top: 0;
        bottom: 0;
        right: -30px;
    }
    header .menu-line .block-menu nav ul li .sub-menu li:hover {
        background: 0 0;
    }
}
@media screen and (max-width: 782px) {
    header.bar_fixed {
        top: 0;
    }
    header.bar_fixed.topbar {
        top: 45px;
    }
    header.bar_fixed.topbar + main {
        margin-top: 50px;
    }
}
@media screen and (max-width: 750px) {
    .btn {
        white-space: nowrap;
    }
    footer .center {
        display: block;
        text-align: center;
    }
    footer .center .right {
        width: 100%;
        text-align: center;
    }
    footer .center .right form.search-form {
        margin-right: auto;
    }
    footer .center .right .footer-menus {
        justify-content: center;
    }
    footer .center .left {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    footer .center .left .extra-menus ul,
    footer .center .left .images {
        justify-content: center;
    }
    footer .logo img {
        margin-left: auto;
        margin-right: auto;
    }
    footer .center .left .images {
        flex-wrap: wrap;
    }
    footer .center .left .images img {
        width: 58px;
        height: auto;
        margin: 5px;
    }
}
@media screen and (max-width: 600px) {
    footer .top {
        display: block;
    }
    footer .top .logo {
        margin-bottom: 20px;
    }
    footer .center .footer-menus ul {
        margin-right: 0;
        margin: 0 20px;
    }
    footer .images-bottom {
        flex-wrap: wrap;
    }
    footer .center .footer-menus {
        justify-content: center;
    }
    footer .top form.search-form {
        margin: 0 auto 30px;
    }
    header.bar_fixed.topbar {
        top: 0;
    }
    header.bar_fixed.topbar + main {
        margin-top: 50px;
    }
    main {
        padding: 0;
    }
    footer .center .right form.search-form {
        width: 80%;
    }
    ul#breadcrumbs {
        margin-top: 5px;
    }
	main>.container>ul li {
		font-size: 14px;
    	line-height: 140%;
	}
}
.sc_lang_mobile {
    display: none;
}
@media screen and (max-width: 1000px) {
    .sc_lang_mobile {
        display: block;
        margin-bottom: 20px;
    }
    .sc_lang_mobile ul {
        display: flex;
    }
    .sc_lang_mobile ul li a {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .sc_lang_mobile ul li a span.text {
        color: #fff;
        margin-left: 5px;
    }
}
