@import url("../fonts/cera/cera.css");
*{
    font-family: "Cera";
}


#footer {
    padding: 20px 0;
    background: #202020;
}
.footer_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer_info_box{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
}
.foo_logo_block img{
    width: 120px;
}
.foo_social_box{
    margin-top: 20px;
}
.foo_social_box ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.foo_social_box ul li{
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
}
.foo_social_box ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.foo_social_box ul li a:hover{
    background: #FF5722;
}
.foo_social_box ul li a svg{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #202020;
}
.foo_copyright_block{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}
.footer_menu_box{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width: 100%;
    padding-left: 50px;
}
.footer_menu_box h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.footer_menu_box ul{
    display: block;
}
.footer_menu_box ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 7px;
}
.footer_menu_box ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FF5722;
    margin-top: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.footer_menu_box ul li a{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer_menu_box ul li a:hover{
    color: #FF5722;
}
#betterdocs-single-main a{
    color: #FF5722;
    text-decoration: underline;
}
#betterdocs-single-main a:hover{
    color: #FF5722;
    text-decoration: none;
}
.container {
    max-width: 1400px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
        max-width: none;
    }
}
.betterdocs-search-form-wrap {
    background-color: #202020!important;
}
.betterdocs-entry-footer {
    display: none;
}
@media screen and (max-width: 762px) {
    .footer_menu_box{
        display: none;
    }
}

#betterdocs-single-main h1,
#betterdocs-single-main h2,
#betterdocs-single-main h4,
#betterdocs-single-main h3,
#betterdocs-single-main h5,
#betterdocs-single-main h6{
    color: black!important;
}

.betterdocs-content img {
    width: auto;
}
.docs-single-title .betterdocs-entry-title{
    text-transform: none!important;
}

.betterdocs-breadcrumb-item.current span{
    color: #4d4d4d!important;
}
.betterdocs-content img {
    width: fit-content;
}
.betterdocs-toc > .toc-list li a:before{
    color: #4d4d4d!important;
}
.betterdocs-toc > .toc-title {
    color: #4d4d4d!important;
    font-size: 18px;
}
.betterdocs-toc > .toc-list a {
    color: #4d4d4d;
}
.toc-list a{
    text-decoration: none!important;
}
pre{
    font-family: "Cera";  
}

/* Поддержка, ссылка */
.foodninja-support-link {
    position: fixed!important;
    z-index: 1000;
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    background: #FF5722;
    border-radius: 50%;
    text-decoration: none;
}
.foodninja-support-link svg{
    position: absolute;
    left: 12px;
    top: 12px;
}
.foodninja-support-link svg path{
    fill: #fff;
}
.foodninja-support-link .dashicons{
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: relative;
    top: 2px;
    left: 1px;
}
.foodninja-support-link:hover{
    background: #b33d18;
    text-decoration: none;
    color: white;
}
.foodninja-support-link:focus{
    color: white;
}

/* Отправить идею, ссылка */
.foodninja-idea-link {
    position: fixed !important;
    z-index: 1000;
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 68px;
    padding: 15px;
    background: #ff5722;
    border-radius: 50%;
    text-decoration: none;
    margin-bottom: 10px;
}
.foodninja-idea-link svg {
    position: absolute;
    left: 12px;
    top: 12px;
}
.foodninja-idea-link svg path {
    fill: #fff;
}
.foodninja-idea-link .dashicons {
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: relative;
    top: 2px;
    left: 1px;
}
.foodninja-idea-link:hover {
    background: #b33d18;
    text-decoration: none;
    color: white;
}
.foodninja-idea-link:focus {
    color: white;
}

/* Тултипы */
.customTooltip{
    position: relative;
}
[data-tooltip-bottom]:hover::after,
[data-tooltip-left]:hover::after,
[data-tooltip-right]:hover::after,
[data-tooltip]:hover::after {
	all: initial;
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;		  
	border-top: 10px solid #1a1a1a;
	position: absolute;
	bottom: 100%;
    z-index: 1000000;
	content: '';
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 5px;
}
[data-tooltip-right]:hover::after {
	margin-bottom: 0;
	bottom: auto;
	transform: rotate(90deg) translate(0, -50%);
	left: 100%;
	top: 50%;
    z-index: 1000000;
	margin-left: -5px;
	margin-top: -5px;
}
[data-tooltip-left]:hover::after {
	margin-bottom: 0;
	bottom: auto;
	transform: rotate(-90deg) translate(0, -50%);
	left: auto;
	right: 100%;
	top: 50%;
    z-index: 1000000;
	margin-right: -5px;
	margin-top: -5px;
}
[data-tooltip-bottom]:hover::after {
	margin-bottom: 0;
	bottom: auto;
	transform: rotate(180deg) translate(-50%, 0);
	top: 100%;
    z-index: 1000000;
	margin-left: -20px;
	margin-top: 5px;
}
[data-tooltip-bottom]:hover::before,
[data-tooltip-left]:hover::before,
[data-tooltip-right]:hover::before,
[data-tooltip]:hover::before {
	all: initial;
    font-family: "Cera";
	display: inline-block;
	border-radius: 5px;
	padding: 10px;
	background-color: #1a1a1a;
	content: attr(data-tooltip);
	color: #f9f9f9;
	position: absolute;
	bottom: 100%;
	width: 150px;
	left: 50%;
	transform: translate(-50%, 0);
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
[data-tooltip-right]:hover::before {
	margin-bottom: 0;
	bottom: auto;
	transform: translate(0, -50%);
	left: 100%;
	top: 50%;
	content: attr(data-tooltip-right);
	margin-left: 15px;
}
[data-tooltip-left]:hover::before {
	margin-bottom: 0;
	bottom: auto;
	transform: translate(0, -50%);
	left: auto;
	right: 100%;
	top: 50%;
	content: attr(data-tooltip-left);
	margin-right: 15px;
}
[data-tooltip-bottom]:hover::before {
	margin-bottom: 0;
	bottom: auto;
	top: 100%;
	content: attr(data-tooltip-bottom);
	margin-top: 15px;
}


.betterdocs-breadcrumb .betterdocs-breadcrumb-item a{
    color: #FF5722!important;
}
.betterdocs-search-form-wrap {
    padding-top: 25px!important;
    padding-bottom: 24px!important;
}
.betterdocs-searchform {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .docs-cat-title-inner .docs-cat-heading{
    margin-top: 0px!important;
    padding-top: 0px!important;
}
.betterdocs-entry-content pre{
    border-radius: 10px;
}
.docs-item-container a.docs-cat-link-btn {
    padding: 5px 20px!important;
    margin: 10px!important;
    background-color: #ff5722!important;
    color: #fff!important;
    border-color: #ff5722!important;
}
.docs-item-container a.docs-cat-link-btn:hover{
    box-shadow: 0 0 10px 5px rgba(255, 87, 34, 0.5)!important;
}

h2 svg{
    fill: #FF5722;
    width: 18px;
    height: 18px;    
}
.betterdocs-sidebar-content.betterdocs-category-sidebar .betterdocs-categories-wrap .docs-item-container li{
    padding-left: 5px!important;
}
li {
    list-style-position: inside;
}

.betterdocs-toc > .toc-list a:focus{
    color: inherit;
}


.wp-block-pullquote {
    display: none;
}
html.moderator .wp-block-pullquote {
    display: none;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
    padding-left: 50px;
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
html.moderator .wp-block-pullquote:before {
    content: url('/wp-content/themes/twentyseventeen/assets/images/info.svg');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 8px;
}
html.moderator .wp-block-pullquote {
    display: block;
}
html.moderator .wp-block-pullquote blockquote{
    font-style: normal!important;
    line-height: 110%!important;
    font-weight: normal;
}
html.moderator .wp-block-pullquote cite, 
html.moderator .wp-block-pullquote footer, 
html.moderator .wp-block-pullquote__citation {
    font-size: initial;
    font-weight: normal;
    text-transform: none;
}
.wp-block-preformatted{
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem!important;
    padding-left: 50px;

    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;

    font-style: normal!important;
    line-height: 125%!important;
    font-weight: normal;
}
.wp-block-preformatted:before {
    content: url('/wp-content/themes/twentyseventeen/assets/images/danger.svg');
    width: 21px;
    height: 21px;
    position: absolute;
    left: 15px;
    top: 13px;
}