@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap);
    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%;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
html {
    box-sizing: border-box;
	scroll-behavior: smooth;
}
*, :after, :before {
    box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
figcaption {
    text-align: center;
}

body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure, form {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a, button {
    text-decoration: none;
    color: #37474f;
}
button {
    border: none;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 8px
}
.fitVids-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}
.fitVids-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%}
body {
    font-family: 'Open Sans Hebrew', sans-serif;
    line-height: 1.8em;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #999;
}
body::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ddd;
}
.main-header {
    background-color: #00adee;
    color: #fff;
    font-size: 1.8rem;
}
.main-header__wrapper {
    padding: 8px 15px;
    justify-content: space-between;
}
.main-header__wrapper, .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
}
.wrapper {
    flex-wrap: wrap;
    padding-bottom: 150px;
     direction: rtl;
}
.logo-box {
    width: 100%;
    direction: ltr;
    padding: 25px 15px;
    border-bottom: 1px solid #d9d9d9;
}
.logo-box img {
    max-width: 321px;
}
.main-side {
    width: calc(100% - 320px);
    padding: 25px 15px;
}
.article {
    font-size: 19px;
}
.article__header h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: .01px;
}
.article__header p {
    margin: 20px 0 45px;
    line-height: 1.8em;
}
.article__content {
    font-size: 19px;
}
.article__content p {
    margin-bottom: 25px;
    line-height: 1.8em;
	text-align: justify;
}
.article__content h3 {
    font-size: 32px;
    padding: 10px 0 20px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.3;
}
.article__content .img-paragraph {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.article__content .img-paragraph img {
    margin-right: 30px;
    max-width: 321px;
    margin-bottom: 25px;
}
.article__content ol, .article__content ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 40px;
}
.article__content ol li, .article__content ul li {
    font-size: 20px;
    line-height: 36px;
}
.article__content a {
    font-weight: 700;
    letter-spacing: .01px;
    color: #337ab7;
    transition: color .3s ease;
}
.article__content a:hover {
    text-decoration: underline;
}
.yellow-ad-box {
    background-color: #fff3cd;
    border: 1px dashed orange;
    border-radius: 8px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 21px;
	padding:0 20px;
}
.yellow-ad-box h2 {
    color: #dca600;
    font-size: 32px;
}
.sidebar {
    width: 320px;
    padding: 25px 15px 50px;
    display: flex;
    align-items: flex-start;
}
.sidebar__ad-box {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
}
.sidebar__ad-box p:not(:last-of-type) {
    margin-bottom: 15px;
}
.sidebar__ad-box a {
    font-size: 15px;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: .01px;
    color: #337ab7;
}
.sidebar__ad-box--fixed {
    position: fixed;
    top: 15px;
    margin-left: 15px;
}
.sidebar__ad-box--bottom {
    align-self: flex-end;
}
.sidebar__ad-box img {
    margin-bottom: 25px;
}
.main-footer {
    padding: 50px 0;
    background-color: #32323c;
    text-align: center;
    color: #9aa3ab;
}
.main-footer__wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
.main-footer p {
    margin-bottom: 25px;
    line-height: 1.8em;
}
.footer-links-list {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.footer-links-list__item a {
    color: #9aa3ab;
    letter-spacing: .01px;
    transition: color .3s ease;
    font-weight: 700;
}
.footer-links-list__item a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-links-list__item:not(:last-of-type):after {
    content: " | ";
    white-space: pre;
}
.protect-link-box {
    margin: 10px 0;
}
a.wide-button--red {
    background-color: #de463b;
    color: #fff;
    border: none;
    font-size: 26px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 800;
    border-radius: 10px;
    transition: box-shadow .3s ease;
    line-height: normal;
    box-shadow: 0 6px 0 0 #c02b21;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}
a.wide-button--red:hover {
    box-shadow: 0 3px 0 0 #c02b21;
    text-decoration: none;
}

.wide-button--red a {
    color: red;
}
@media screen and (max-width:992px) {
    .article__header h1 {
    font-size: 28px;
    line-height: 1.2;
}
.article__content, .article__header p {
    font-size: 16px;
	text-align:justify;
}
.article h2 {
    font-size: 20px;
}
.article ol li, .article ul li {
    font-size: 16px;
}
.sidebar {
    width: 260px;
}
.main-side {
    width: calc(100% - 260px);
}
.yellow-ad-box, a.wide-button--red {
    font-size: 16px;
}
}@media screen and (max-width:768px) {
    .main-side {
    width: 100%;
    padding-bottom: 0;
}
.logo-box img {
    width: 100%}
.wrapper {
    padding-bottom: 0;
}
.sidebar {
    width: 100%;
    justify-content: center;
    padding-top: 0;
}
.sidebar__ad-box {
    position: static;
}
.article__content .img-paragraph {
    flex-wrap: wrap;
    justify-content: center;
}
.article__content .img-paragraph img {
    margin-right: 0;
    width: 100%}
}@media screen and (max-width:600px) {
    .article__content p {
    clear: both;
	text-align:justify;
}
.article__content .wp-block-image {
 /*   display: flex; */
    justify-content: center;
}
}
