/*
Theme Name: docs-unibell theme
Theme URI: http://unibell.ru/
Author: Dmitry Bortnik
Author URI: http://unibell.ru/
Description: Thank you.
Tags: unibell-site
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url(/wp-content/themes/blankslate/fonts/stylesheet.css);
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat',sans-serif;
  overflow: auto;
  color: #0E0E17;
  height: 100%;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #F0EEEE; 
}
 
::-webkit-scrollbar-thumb {
    background: #8FA0D1; 
}

b, strong {
	font-weight:600;
}

.content-area img {
  display: block;
  max-width: 100%;
	width: auto !important;
    height: auto !important;
}

@media (max-width:1024px) {
  .content-area img {
    max-width: 90%;
  }
}

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

.wrapper {
  overflow: hidden;
  /* height: 100vh; */
}


.content {
  margin: 0 auto;
  /* height: calc(100vh - 100px); */
  max-width:1920px;
}

header {
  background: #FFFFFF;
  height: 100px;
}

/* @media (max-width:1200px) {
  .wrapper {
    height: auto;
  }
  .content {
    height: auto;
  }
} */

.fancyboxforwp {
	display:block;
}

figure {
    margin: 0px;
}

@media (max-width: 992px) {
  header {
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 6;
  }
	.content {
		margin-top:50px;
	}
	.single {
		padding-bottom:50px;
	}
	.content-list {
		display:none !important;
	}
	.content-area.flex {
		display:block;
	}
}

header .container-header {
  margin: 0px 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width:1920px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 3rem;
}

@media (max-width: 1300px) {
  header .container-header {
	  padding: 0px 2rem;
  }
}

@media (max-width: 992px) {
  header .container-header {
    padding: 0px 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #0E0E17;
  text-decoration: none;
}

@media (max-width: 480px) {
  header .logo img {
    width: 135px;
  }
}

header .logo span {
  display: inline-block;
  margin-left: 38px;
}

@media (max-width: 1200px) {
  header .logo span {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile-overflow.active {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 3;
    background: rgba(32, 32, 32, 0.64);
    height: 100vh;
  }
}

nav {
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10;
}

nav .menu-main-menu-container ul {
	display:flex;
	align-content:center;
	flex-wrap:wrap;
	margin: 0px;
    padding: 0px;
}

nav .menu-main-menu-container ul li {
	 margin-left: 58px;
}

@media (max-width:1440px) {
  nav .menu-main-menu-container ul li {
    margin-left: 16px;
 }
 
}

nav a {
  font-weight: 600;
  font-size: 15px;
  color: #0E0E17;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 1024px) and (min-width:992px) {
  nav a { 
    font-size: 14px;
  }
}

nav a:hover, nav a.active {
  color: #6558FF;
}

nav .menu-main-menu-container ul li {
	display:block;
}

nav .menu-main-menu-container ul li:first-child {
  margin-left: 0px;
}

nav .page_item.current_page_item a {
	color: #6558FF;
}

.content-list {
	display:none;
	background: #FFFFFF;
	border-radius: 12px;
	max-width:258px;
	margin-left:70px;
}

@media (max-width: 992px) {
  nav {
    position: absolute;
    left: -100%;
    background: #F2F6FA;
    top: 50px;
    width: 260px;
    height: 100vh;
  }
  nav a {
    padding: 22px 1rem;
    border-bottom: 1px solid #E1E9F1;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    display: block;
    position: relative;
  }
  nav a::after {
    content: '';
    background: url("/wp-content/themes/blankslate/img/arr-mob.svg") no-repeat;
    width: 7px;
    height: 11px;
    right: 27px;
    top: 50%;
    position: absolute;
    margin-top: -4px;
  }
	nav .menu-main-menu-container ul {
		display:block;
	}
	nav .menu-main-menu-container ul li {
		margin-left:0px;
		padding-left:20px;
	}
}

nav.active {
  left: -1rem;
}

.wrapper {
  background: #F2F6FA;
  min-height: 100vh;
}

.index-page {
  padding: 75px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .index-page {
    padding: 75px 24px;
  }
}

.index-main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1210px;
}
@media (max-width: 768px) {
  .index-main-top {
    flex-direction: column-reverse;
  }
}
.index-main-right {
  position: relative;
    right: -63px;
}
.index-main-right img {
  max-width: 100%;
}

.index-main-left {
  max-width: 663px;
}
.index-main-left p {
  font-size: 18px;
  color: #8989B1;
  font-weight: 500;
  margin: 12px 0px 0px 0px;
  max-width: 490px;
  line-height: 138.5%;
}

@media (max-width: 1260px) {
  .index-main-right {
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-main-left {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .index-main-right img {
    width: 60%;
  }
  .index-main-left p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-page {
    padding: 15px 24px;
    max-width: 500px;
    margin: 0 auto;
	  height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
  }
}

.index-page h1 {
  font-weight: 600;
  font-size: 60px;
  color: #0E0E17;
  margin: 0px 0px 30px 0px;
}

@media (max-width: 1024px) {
  .index-page h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-page h1 {
    font-size: 24px;
    margin: 24px 0px 12px 0px;
    width: 100%;
  }
}

.index-page h1 span {
  color: #6558FF;
}

.index-page > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 138.5%;
  color: #8989B1;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .index-page > p {
    text-align: center;
    font-size: 14px;
  }
}

.index-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1260px;
  background: url('/wp-content/themes/blankslate/img/cloud-main.png') no-repeat center top;
  padding-top: 118px;
  min-height: 400px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .index-nav__list {
    margin-top: 30px;
    padding-top: 0px;
    background: none;
    min-height: auto;
  }
}


.index-nav__list a {
  width: 370px; 
  height: 130px;
  background: #D9E0F7;
  border-radius: 16px;
  margin: 0px 25px;
  padding: 26px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .index-nav__list {
    width: 100%;
    justify-content: space-between;
  }
  .index-nav__list a {
    margin: 0px 0px 25px 0px;
    width: 48%;
  }
}

@media (max-width: 768px) {
  .index-nav__list a {
    margin-bottom: 14px;
    height: 110px;
    padding: 18px;
    margin-left: 0px;
    max-width: 370px;
    width: 100%;
  }
}

.index-nav__list a .index-nav__title {
  font-weight: 700;
  font-size: 18px;
  color: #0E0E17;
}

@media (max-width: 480px) {
  .index-nav__list a .index-nav__title {
    font-size: 14px;
  }
}

.index-nav__list a p {
  line-height: 130%;
  color: #0E0E17;
  margin: 12px 60px 0px 0px;
}

@media (max-width: 480px) {
  .index-nav__list a p {
    font-size: 14px;
    margin: 6px 45px 0px 0px;
  }
  .index-nav__list a p br {
    display: none;
  }
}

.index-nav__list a::after {
  content: '';
  background: url("/wp-content/themes/blankslate/img/arrow_circle_right.svg") no-repeat center;
  background-size: cover;
  width: 47.5px;
  height: 47.5px;
  display: block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -23px;
}

@media (max-width: 480px) {
  .index-nav__list a::after {
    width: 34px;
    height: 34px;
    margin-top: -16px;
    right: 25px;
  }
}

.index-nav__list a:hover {
  -webkit-box-shadow: 0px 31px 37px -30px rgba(9, 72, 134, 0.4);
          box-shadow: 0px 31px 37px -30px rgba(9, 72, 134, 0.4);
}

.index-nav__list a:nth-child(2n) {
  background: #EAD9F7;
}

.index-nav__list a:nth-child(3n) {
  background: #EBE5B5;
}

.index-nav__list a:nth-child(4n) {
  background: #B5EBE8;
}

.index-nav__list a:nth-child(5n) {
  background: #FFDFDB;
}

.index-nav__list a:nth-child(6n) {
  background: #D9E0F7;
}

.content-area {
  width: 70%;
  padding: 3.5rem 4rem;
  height: calc(100vh - 100px);
  overflow: scroll;
  align-items:flex-start;
	scroll-behavior: smooth;
  overflow-x: hidden;
}

.content-area--img {
  background: url('/wp-content/themes/blankslate/img/cloud-inner.png') no-repeat left top;
  background-size: cover;
  min-height: 660px;
  width: 1030px;
  left: -4rem;
  position: relative;
  padding-left: 4rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .content-area--img {
    width: calc(100% + 2rem);
    left: -1rem;
    padding-left: 1rem;
    height: auto;
    min-height: 250px;
	padding-bottom:10%;
  }
}

.content-list__content {
	position:fixed;
	background: #FFFFFF;
    border-radius: 12px;
    max-width: 258px;
	width: 100%;
	padding-bottom:24px;
	max-height: calc(100vh - 200px);
    overflow: auto;
}

@media (max-width: 1520px) and (min-width:1200px) {

	.sidebar-nav {
		width:25%;
	}
	.content-area {
		padding-right: 285px;
	}
	
	.content-list {
		margin-left: 30px;
	}
}
@media (max-width: 1200px) {
	.content-list__content {
		display:none;
	}
}
.content-list__title {
	padding:16px 20px;
	font-weight: 600;
	font-size: 15px;
	color: #0E0E17;
	background:url('/wp-content/themes/blankslate/img/anchor.svg') no-repeat 92% 50%;
	border-bottom:1px solid #EFEEFF;
	margin-bottom:20px;
	position: fixed;
    width: 258px;
    background-color: #fff;
	border-radius: 12px 12px 0px 0px;
	margin-top:-12px;
}

.content-list__item {
	margin:18px 20px;
	font-size: 15px;
	text-decoration:none;
	color: #0E0E17;
	display:block;
	transition: all .2s;
}
.content-list__item:nth-child(2) {
	margin-top:53px;
}

.content-list__item--sub {
	margin-left:35px;
}

.content-list__item.active, .content-list__item:hover {
	font-weight: 400;
	color: #6558FF;
}
.content-list__item:last-child {
	margin-bottom:0px;
}

@media (max-width: 1200px) {
  .content-area {
    padding: 2.5rem 4rem;
  }
}

@media (max-width: 768px) {
  .content-area {
    width: 100%;
    padding: 2rem 1rem;
    height: calc(100vh - 50px);
    overflow: auto;
    overflow-x: hidden;
  }
}

.content-area h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 0px 0px 12px 0px;
}

@media (max-width: 768px) {
  .content-area h1 {
    font-size: 24px;
    margin: 0px 0px 12px 0px;
  }
}

.description {
  margin: 12px 0px 66px 0px;
  font-weight: 500;
  line-height: 138.5%;
  color: #8989B1;
}

@media (max-width: 768px) {
  .description {
    margin: 12px 0px 30px 0px;
    font-size: 14px;
  }
}

.sidebar-nav > ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-nav > ul > li {
  display: block;
  background: url(/wp-content/themes/blankslate/img/folder_open.svg) no-repeat left top;
  padding-left: 47px;
  margin-bottom: 30px;
}
.sidebar-nav > ul > li > ul > li.current-menu-item a {
	color: #6558FF;
}

.sidebar-nav > ul > li > ul  li.current-menu-item a {
	color: #6558FF;
}

.sidebar-nav > ul > li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #0E0E17;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebar-nav > ul > li a.active {
  color: #6558FF;
}

.sidebar-nav > ul > li a:hover {
  color: #6558FF;
}

.sidebar-nav > ul > li ul {
  padding: 0px;
  margin-top: 0px;
}
#menu-admin > .menu-item-has-children > a {
  pointer-events: none
}
.sub-menu .menu-item-has-children {
	background: none;
  padding-left: 0px;
	margin: 24px 0px;
}
.sub-menu .menu-item-has-children > a {
	font-size: 20px;
/* 	color: #978FF6; */
  pointer-events: none;
	font-weight: 600;
}

@media (max-width: 1200px) {
  .sidebar-nav > ul > li ul {
    margin-left: -45px;
  }
}

.sidebar-nav > ul > li ul > li {
  margin-top: 16px;
  display: block;
  background: url(/wp-content/themes/blankslate/img/text_snippet.svg) no-repeat left top;
  padding-left: 33px;
  min-height:24px;
}

.sidebar-nav > ul > li ul > li a {
  font-weight: 500;
  font-size: 15px;
  line-height:140%;
}

.sidebar-nav {
  width: 30%;
  border-right: 4px solid #F9F9F9;
  height: calc(100vh - 100px);
  padding: 3rem 2rem 1rem 3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: auto;
}

.sidebar-nav span {
  display: none;
}

@media (max-width: 1200px) {
  .sidebar-nav {
    padding: 2.5rem 2rem;
  }
}

@media (max-width: 768px) {
  .sidebar-nav {
    width: 100%;
    position: fixed;
    top: calc(100% - 46px);
    padding: 0px;
    border: none;
    z-index: 3;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background: #F2F6FA;
	height:calc(100vh - 50px);
  }
  .sidebar-nav > ul {
    padding: 1rem;
    overflow: auto;
    height: calc(100vh - 100px);
  }
  .sidebar-nav > ul > li ul {
    margin-left: -45px;
    margin-top: 20px;
  }
  .sidebar-nav > ul > li ul > li {
    margin-top: 11px;
  }
  ul.sub-menu .menu-item-has-children ul.sub-menu > li {
	margin-left: 45px;	
  }
  .sidebar-nav span {
    width: 100%;
    height: 46px;
    background-image: url("/wp-content/themes/blankslate/img/text_snippet_white.svg");
    background-repeat: no-repeat;
    background-position: 1rem 11px;
    background-color: #6558FF;
    color: #fff;
    top: -46px;
    display: block;
    padding: 13px 58px;
  }
  .sidebar-nav::after {
    content: '';
    background: url("/wp-content/themes/blankslate/img/select-white.svg") no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 11px;
    height: 7px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.sidebar-nav.active {
  top: 50px;
}

.sidebar-nav.active::after {
  content: '';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__toggler {
  display: none;
}

@media (max-width: 992px) and (min-width: 0px) {
  .header__toggler {
    display: block;
    z-index: 9;
    top: 25px;
    position: absolute;
    left: 1rem;
    margin-top: 0;
    width:20px;
    height:14px;
  }
  .cmn-toggle-switch {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 14px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    position: absolute;
    right: 0;
    top: -7px;
    background: 0 0;
  }
  .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #0E0E17;
    border-radius: 0px;
  }
  .cmn-toggle-switch span::after, .cmn-toggle-switch span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0E0E17;
    content: "";
  }
  .cmn-toggle-switch span::before {
    top: -6px;
  }
  .cmn-toggle-switch span::after {
    bottom: -6px;
  }
  .cmn-toggle-switch span::after, .cmn-toggle-switch span::before {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0;
    transition-delay: .3s,0;
  }
  .cmn-toggle-switch.active span {
    background: 0 0;
  }
  .cmn-toggle-switch.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cmn-toggle-switch.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0px;
  }
}

.cases-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
	max-width:830px;
 
}

.cases-img {
	overflow:hidden;
	position:relative;
  margin: 16px 0px 0px 0px;
  padding: 0px 28px;
}



@media (max-width: 480px) {
  .cases-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.cases-item {
  background: #FFFFFF;
  border-radius: 12px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #0E0E17;
  -webkit-transition: all .2s;
  transition: all .2s;
	overflow: hidden;
}

.cases-item .cases-text {
  padding: 32px 100px 32px 28px;
  background: url("/wp-content/themes/blankslate/img/arrow_circle_right.svg") no-repeat;
  background-size: 38px 38px;
  background-position: 93% 50%;
}

@media (max-width: 480px) { 
  .cases-img {
    padding: 0px 16px;
   }
   .cases-item .cases-text {
    padding: 16px 60px 16px 16px;
    font-size: 14px;
   }
}

@media (max-width: 1200px) {
  .cases-item .cases-text {
    padding: 16px 70px 16px 16px;
  }
}

.cases-item:hover {
  -webkit-box-shadow: 0px 31px 37px -30px rgba(9, 72, 134, 0.4);
          box-shadow: 0px 31px 37px -30px rgba(9, 72, 134, 0.4);
}

.single h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.single a {
	text-decoration: none;
	color: #6558FF;
}

.single a:hover {
	color:#8a81fd;
}

.single ul li, .single ol li {
	margin-bottom:12px;
}

@media (max-width: 768px) {
  .single h1 {
    margin-bottom: 28px;
	font-size:22px;
  }
	.single ul li, .single ol li {
		font-size:14px !important;
	}
	.single ul, .single ol {
		padding: 0px 1rem;
	}
}

.single h1 span {
  color: #6558FF;
}

.single h2 {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0px 30px 0px;
	padding-top:20px;
}

@media (max-width: 768px) {
  .single h2 {
    margin: 28px 0px 16px 0px;
  }
}

.single h2 {
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0px 30px 0px;
	padding-top:20px;
}

@media (max-width: 768px) {
  .single h2 {
    margin: 16px 0px 16px 0px;
	  padding-top:12px;
  }
}

.single {
	max-width:660px;
	width:100%;
}

.single table th {
	text-align: center;
}

.single p {
  font-size: 15px;
  line-height: 150%;
  color: #202020;
  margin: 30px 0px;
}

pre {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
    font-size: 12px;
    line-height: 20px;
    background: #eaf2ff;
    padding: 15px 0px;
    color: #0E0E17;
    border: 0px solid #f2f2f2;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
	margin:30px 0px;
}
table {
    width: 100%;
    font-size: 15px;
    line-height: 139%;
    color: #202020;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 16px;
	border-radius: 12px;
}

table tr td:first-child {
    font-weight:600;
}
table tr:first-child th:first-child, table tr:first-child td:first-child {
	border-radius:0px 0px 0px 0px;
}
table tr:first-child th:last-child, table tr:first-child td:last-child {
	border-radius:0px 0px 0px 0px;
}
table tr:last-child td:last-child {
	border-radius:0px 0px 0px 0px;
}
table tr:last-child td:first-child {
	border-radius:0px 0px 0px 0px;
}

table tr td {
	background:#fff;
	padding: 11px 20px;
	border-bottom:1px solid #f2f2f2;
}
 table tr th {
    padding: 11px 20px;
	 background: #6558FF;
	color:#fff;
}
.wp-block-table table tr th {
	border:none;
	text-align: left;
}
.wp-block-table table tr th strong {
	font-weight:600;
}
.wp-block-table table tr td  {
	border:none;
	border-bottom: 1px solid #f2f2f2;
}
.wp-block-table thead {
	border: none;
}

@media (max-width: 768px) {
  .single p {
    margin: 16px 0px;
	font-size:14px !important;
  }
	table tr td {
		/*padding:6px 4px;*/
		font-size:13px;
	}
	.wp-block-code code {
		font-size:12px;
	}
}
/*# sourceMappingURL=main.css.map */