@charset "UTF-8";
/*
Theme Name: iOK
Theme URI: http://wordpress.org/
Description: OK new theme
Version: 0.5
Author: Boris & Roman
Tags: mantle color, variable width, two columns, widgets

*/
:root {
  --ok_green: #098608;
  --ok_green2:#3c8326;
  --ok_green_semilight: #269f2b;
  --ok_green_light: #5ABA47;
  --ok_gray: #f5f5f5;
  --ok_yellow: #FFF200;
  --ok_yellow_dark: #ffc521;
  --ok_yellow_light: #FFFCE2;
}

/* 
Loader spinner
HTML: <div class="loader"></div> 
*/
.loader-wrapper {
  width: 100%;
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--ok_yellow) 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, var(--ok_yellow));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
:root {
  --cart-border: 1px solid #E5E5E5;
}

.screen-reader-text {
  position: absolute !important;
  left: -1000em !important;
  display: none !important;
}

a {
  color: black;
  text-decoration: none;
}

a img {
  border: none;
}

/*a:hover {*/
/*color: #058107;*/
/*text-decoration: underline;*/
/*}*/
acronym, abbr {
  border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
  font-size: 90%;
  letter-spacing: 0.07em;
}

acronym, abbr {
  cursor: help;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

cite {
  font-size: 90%;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeSpeed !important;
}

html {
  font-size: 14px; /* 11px */
}
html[lang=he-IL] {
  direction: rtl;
}
html[lang=he-IL] .our_feedback {
  direction: ltr;
}

body, table, input, label, textarea, button, select {
  color: #333366;
  font: normal 100% Montserrat, Arial, Sans-Serif;
}

select {
  width: 200px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block;
}

h1 {
  color: #392802;
}

h2 {
  color: #023302;
  padding: 0 6px 12px 6px;
}

h3 {
  color: #646464;
  text-align: start;
} /* 18px */
h3.cyan {
  color: #85c6ee;
}

h4 {
  color: #aaaaaa;
  padding: 0;
}

h4 strong {
  display: block;
  color: #fdaf00;
}

p {
  margin: 10px 0;
  padding: 0;
  text-align: start;
}

p:first-child {
  margin-top: 0 !important;
}

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
body.bg-green {
  position: relative;
  background: linear-gradient(45deg, #0A8607, #ACD624);
}
body.bg-green::before {
  content: " ";
  background-image: url(./styles/images/star.png);
  width: 500px;
  height: 418px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-120%);
}
body.bg-green .top_menu, body.bg-green #wrapper {
  position: relative;
}
body.bg-green section {
  color: white;
}
body.bg-green section h1, body.bg-green section h2, body.bg-green section h3, body.bg-green section h4, body.bg-green section h5, body.bg-green section h6 {
  color: white;
}
body .student-rating {
  max-width: 500px;
  margin: 0 auto;
}
body .student-rating .rating {
  margin: 30px 0;
}
body .student-rating .years {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
body .student-rating .big-emojis {
  font-size: 80px;
  margin: 40px 0;
}
body .student-rating .rating > ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
}
body .student-rating .rating > ul li {
  display: flex;
  background: white;
  color: black;
  margin: 1px 0;
  border-radius: 6px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
body .student-rating .rating > ul li.me {
  background-color: var(--ok_yellow_light);
}
body .student-rating .rating > ul li span {
  padding: 6px;
  font-weight: bold;
}
body .student-rating .rating > ul li .name {
  flex-grow: 1;
}
body .student-rating .rating > ul li .score {
  flex-basis: 20%;
  text-align: end;
}
body .student-rating .rating > ul li .place {
  flex-basis: 10%;
  text-align: center;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .student-rating .rating > ul li .place::before {
  content: "";
  position: absolute;
  background: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
}
body .student-rating .rating > ul li:nth-child(1) .place::before, body .student-rating .rating > ul li:nth-child(2) .place::before, body .student-rating .rating > ul li:nth-child(3) .place::before {
  border: 1px solid black;
}
body .student-rating .rating > ul li:first-child .place::before {
  background: linear-gradient(135deg, #f7e9a6 0%, #f5d679 40%, #d5a94f 75%, #b7892c 100%);
}
body .student-rating .rating > ul li:nth-child(2) .place::before {
  background: linear-gradient(135deg, #f2f2f2 0%, #d9d9d9 40%, #b5b5b5 75%, #9e9e9e 100%);
}
body .student-rating .rating > ul li:nth-child(3) .place::before {
  background: linear-gradient(135deg, #f3c9a1 0%, #d89a5b 40%, #b66d33 75%, #8e4c1a 100%);
}
body .student-rating .rating > ul.no-medals li .place::before {
  content: none;
}
body .person h1 .rating {
  background: linear-gradient(45deg, #0A8607, #ACD624);
  color: white;
  padding: 4px 4px 4px 22px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
  top: 1px;
}
body .person h1 .rating:hover {
  text-decoration: none;
}
body .person h1 .rating::before {
  content: "★";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

img, fieldset {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

button {
  padding: 0 12px;
}

td {
  text-align: start;
}

fieldset.auth .company {
  display: none;
}

ol#comments li p {
  font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
  list-style: none;
}

ul.post-meta span.post-meta-key {
  font-weight: bold;
}

.credit {
  background: #90a090;
  border-top: 3px double #aba;
  color: #fff;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 3px;
  text-align: center;
}

.credit a:link, .credit a:hover {
  color: #fff;
}

.feedback {
  color: #ccc;
  text-align: right;
  clear: both;
}

.meta {
  font-size: 0.75em;
}

.meta li, ul.post-meta li {
  display: inline;
}

.meta ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta, .meta a {
  color: #333333;
  font-weight: normal;
  letter-spacing: 0;
}

.storytitle {
  border-bottom: 1px dotted #CCCCCC;
  margin: 6px 0;
}

.storytitle a {
  text-decoration: none;
}

.storycontent {
  margin-top: 24px;
}

.storycontent p {
  text-align: justify;
}

.storycontent h3 {
  padding: 48px 0 24px 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  background: #fff;
  border: 1px solid #999999;
  padding: 0.2em;
}

#commentform textarea {
  width: 100%;
}

#commentlist li ul {
  border-left: 1px solid #ddd;
  font-size: 110%;
  list-style-type: none;
}

#commentlist li .avatar {
  float: right;
  margin-right: 25px;
  border: 1px dotted #ccc;
  padding: 2px;
}

#content {
  margin: 30px 13em 0 3em;
  padding-right: 60px;
}

#header {
  background: #90a090;
  border-bottom: 3px double #aba;
  border-left: 1px solid #9a9;
  border-right: 1px solid #565;
  border-top: 1px solid #9a9;
  font: italic normal 230% "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 15px 10px 15px 60px;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#menu {
  /*padding: 20px 0 10px 30px;
  position: absolute;
  right: 2px;
  top: 0;*/
  width: 100%;
}

#menu form {
  margin: 0 0 0 13px;
}

#menu input#s {
  width: 80%;
  background: #eee;
  border: 1px solid #999;
  color: #000;
}

#menu ul {
  color: #ccc;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding-left: 3px;
}

#menu ul li {
  letter-spacing: 0;
  margin-top: 10px;
  padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
  font-variant: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#menu ul ul li {
  border: 0;
  font: normal normal 12px/115% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: 0;
  margin-top: 0;
  padding: 2px 0;
  padding-left: 12px;
}

#menu ul ul li a {
  text-decoration: none;
}

#menu ul ul li a:hover {
  text-decoration: underline;
}

#menu ul ul ul.children {
  font-size: 142%;
  padding-left: 4px;
}

#wp-calendar {
  border: 1px solid #ddd;
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 90%;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
}

#wp-calendar a:hover {
  background: #e0e6e0;
  color: #333;
}

#wp-calendar caption {
  color: #999;
  font-size: 16px;
  text-align: left;
}

#wp-calendar td {
  color: #ccc;
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {
  background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
  background: #eee;
  color: #bbb;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/* TOP MENU */
.top_menu {
  width: 100%;
  height: 60px;
  background: #fff;
}
.top_menu .content {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.top_menu .content ul {
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.top_menu .content ul li {
  margin: 0;
  padding: 0;
}
.top_menu .content #menu_icon {
  margin: 16px;
  float: none;
}
.top_menu .content .right-side {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 960px) {
  .top_menu .content .right-side {
    display: none;
  }
}
.top_menu .content .fmenu, .top_menu .content .personal {
  float: none;
  margin-inline: 0 0 0 25px;
  padding: 0;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* End captions & aligment */
.post {
  padding: 6px 12px;
}

.comments, .paging {
  padding: 6px 12px;
  margin-bottom: 80px;
}

.paging {
  background-color: #F0F0F0;
  font-size: 120%;
}

.commentInfo {
  color: #999999;
  font-size: 90%;
}

#commentlist li {
  list-style-type: none;
  padding: 16px 0;
}

.widget {
  list-style-type: none;
}

.wrap {
  margin: 0 auto 0;
  width: 980px;
  position: relative;
  /*z-index:2;*/
}

.toolbar {
  padding: 0;
  height: 42px;
}

.body ul, .body ol {
  padding: 0 0 0 20px;
}

.account,
.langs {
  margin: 10px 0px 5px 15px;
  float: right;
  height: 27px;
  width: 210px;
  overflow: hidden;
  color: #ffffff;
  text-align: right;
}

.account li,
.langs li {
  display: inline;
  list-style: none;
  font-size: 75%;
  color: #cccc00;
  padding: 0px 8px;
  margin: 8px 0 0 0;
  border-left: 1px solid #2E791A;
}

.account .first,
.langs .first {
  border-left: 0 none;
}

.langs .current {
  /*font-weight: bold;
  display: none;*/
}

.account {
  font-size: 90%;
  color: #509400;
}

.account li,
.account a,
.langs li,
.langs em,
.langs a {
  text-decoration: none;
  font-style: normal;
  font-size: 95%;
  color: #ffffff;
  height: 16px;
  line-height: 16px;
}

.langs,
.langs a {
  color: #cccc00;
}

.account a {
  text-decoration: underline;
}

ul.social_btn {
  float: left;
  padding: 8px 10px 8px 0;
  width: 320px;
}

ul.social_btn li {
  float: left;
  list-style-type: none;
  padding: 0 4px;
}

ul.social_btn li span {
  display: none;
}

ul.social_btn li.delim {
  background: transparent url(../../../../assets/public/images/header-menu-delim.png) no-repeat 0px -5px;
  width: 4px;
  height: 25px;
}

ul.social_btn li.facebook {
  width: 80px;
  height: 22px;
}

ul.social_btn li.twitter {
  width: 80px;
  height: 22px;
}

ul.social_btn li.vkontakte {
  width: 95px;
  height: 22px;
  padding-top: 4px;
}

ul.social_btn li.livejournal {
  width: 80px;
  height: 20px;
  padding-top: 5px;
}

.site_name a {
  font-size: 85%;
  color: #067906;
  padding: 12px 10px 8px 0px;
  width: 130px;
  overflow: hidden;
  float: left;
  font-family: arial, sans-serif;
  text-decoration: none;
}

.site_phone {
  background: transparent url(../../../../assets/public/images/man-phone.png) no-repeat 4px;
  font-size: 130%;
  font-weight: normal;
  text-align: left;
  color: #fff400;
  padding: 8px 0px 8px 30px;
  width: 130px;
  float: left;
  margin: 0;
}

.header {
  margin: 4px 0 6px 0;
  float: left;
  width: 100%;
}

.header h1 span {
  display: none;
}

.header .logo-ru {
  height: 52px;
  float: left;
  font-weight: bold;
  width: 290px;
  margin: 0;
  background: url(../../../../assets/public/images/logo-main-ru.png) no-repeat;
}

.header .logo-he {
  height: 52px;
  float: right;
  font-weight: bold;
  width: 238px;
  margin: 0;
  background: url(../../../../assets/public/images/logo-main-he.png) no-repeat 0 2px;
}

.header .logo-fr {
  height: 52px;
  float: right;
  font-weight: bold;
  width: 238px;
  margin: 0;
  background: url(../../../../assets/public/images/logo-main-he.gif) no-repeat 0 2px;
}

.header .logo-ar {
  height: 52px;
  float: right;
  font-weight: bold;
  width: 238px;
  margin: 0;
  background: url(../../../../assets/public/images/logo-main-he.gif) no-repeat 0 2px;
}

.header .logo-ru h1,
.header .logo-he h1,
.header .logo-fr h1,
.header .logo-ar h1 {
  visibility: hidden;
}

.header .slogan.ru {
  height: 37px;
  float: left;
  font-weight: bold;
  width: 150px;
  margin: 14px 0px 0;
  background: url(../../../../assets/public/images/slogan-main-ru.png) no-repeat 0 2px;
}

.header .slogan.he {
  height: 32px;
  float: right;
  font-weight: bold;
  width: 194px;
  margin: 14px 0px 0;
  background: url(../../../../assets/public/images/slogan-main-he.png) no-repeat 0 2px;
}

.header .slogan span {
  visibility: hidden;
}

.topmenu {
  float: right;
  background: transparent url(../../../../assets/public/images/topmenu-r.gif) no-repeat right 11px;
  padding-top: 11px;
  padding-right: 12px;
  margin-top: 16px;
  font-size: 90%;
  color: #326c32;
  height: 27px;
}

.topmenu ul {
  background: #003300 url(../../../../assets/public/images/topmenu-l.gif) no-repeat left;
  float: right;
  padding: 6px 0px 4px 8px;
}

.topmenu ul li {
  float: right;
  list-style-type: none;
  padding: 0px 6px;
  border-left: 1px solid #2E791A;
  height: 15px;
  line-height: 13px;
  margin-top: 2px;
  font-size: 90%;
  word-wrap: break-word;
}

.topmenu ul li.last {
  border-left: 0 none;
}

.topmenu ul li a {
  color: #326c32;
  text-decoration: none;
}

.topmenu ul li a:hover {
  color: #469846;
}

.topmenu ul li.sel {
  background: #ffffff url(../../../../assets/public/images/topmenu-sel-r.gif) no-repeat right 0px;
  color: #469846;
  float: right;
  list-style-type: none;
  padding: 0px 8px;
  border-left: 1px solid #2E791A;
  height: 19px;
  margin-top: -2px;
  line-height: 19px;
  position: relative;
}

.topmenu ul li.sel div.l {
  background: #ffffff url(../../../../assets/public/images/topmenu-sel-l.gif) no-repeat left 0px;
  width: 9px;
  height: 19px;
  float: left;
  position: relative;
  left: -9px;
  margin: 0 -10px 0 0;
}

.topmenu ul li.sel .mobook {
  padding: 0 24px 0 0;
  font-weight: bold;
}

.topmenu ul li.sel .mobook .icon {
  background: #ffffff url(../../../../assets/public/images/mobook-logo-menu.gif) no-repeat;
  width: 24px;
  height: 32px;
  display: block;
  position: absolute;
  top: -15px;
  right: 8px;
}

.topmenu ul li.sel .mobook .icon2 {
  background: #ffffff url(../../../../assets/public/images/courseonline-logo-menu.gif) no-repeat;
  width: 24px;
  height: 28px;
  display: block;
  position: absolute;
  top: -10px;
  right: 8px;
}

.mainmenu {
  background: url(../../../../assets/public/images/mainmenu-l.gif) no-repeat left;
  padding-left: 10px;
  margin-top: 2px;
  float: left;
  width: 960px;
}

.mainmenu .r {
  background: url(../../../../assets/public/images/mainmenu-r.gif) no-repeat right 0;
  padding-right: 10px;
  float: left;
  width: 100%;
  overflow: hidden;
}

.mainmenu div ul,
.mainmenu div table {
  height: 40px;
  background: url(../../../../assets/public/images/mainmenu-bg.gif) repeat-x;
  overflow: hidden;
}

.mainmenu li,
.mainmenu td {
  visibility: hidden;
  margin-top: 7px;
  text-align: center;
  color: #ffffff;
  font-size: 90%;
  border: 0 none;
  list-style-type: none;
  padding: 0 15px 0 10px;
  background: 0 none;
  height: 25px;
  line-height: 23px;
  position: relative;
  font-weight: bold;
  /*z-index: 10;*/
}

.mainmenu li {
  float: left;
}

.mainmenu li.last {
  border: 0 none;
}

.mainmenu li a,
.mainmenu li a:link,
.mainmenu li a:visited {
  color: #ccffcc;
  text-decoration: none;
  background: 0 none;
  display: block;
}

.mainmenu li a:hover {
  color: #7FFF81;
  background: 0 none;
  text-decoration: none;
}

.mainmenu li.sel,
.mainmenu li.sel a {
  color: #fff300;
}

.mainmenu .backLava {
  /*z-index:3;*/
  background: url(../../../../assets/public/images/mainmenu-sel-bg.png) no-repeat right;
  border: 0 none;
}

.mainmenu .backLava .leftLava {
  background: url(../../../../assets/public/images/mainmenu-sel-r.png) no-repeat;
  width: 11px;
  height: 25px;
  margin: 0 -10px;
  float: left;
}

.browserOldIE {
  background-color: #5AC203;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px 20px;
  text-align: center;
  width: 70%;
  display: none;
}

.browserOldIE a,
.browserOldIE a:link,
.browserOldIE a:visited,
.browserOldIE a:active,
.browserOldIE a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

.splash-main-he {
  width: 725px;
  height: 355px;
  background: #078307 url(../../../../assets/public/images/splash-main-bg-he.jpg) no-repeat;
}

.splash-main-ru {
  width: 725px;
  height: 355px;
  background: #078307 url(../../../../assets/public/images/splash-main-bg-ru.jpg) no-repeat;
}

.sidebar .box.green {
  margin-bottom: 18px;
}

.box-green {
  background: url(../../../../assets/public/images/box-green-t.png) no-repeat right top;
  padding: 8px 0 0 0;
  margin-bottom: 6px;
  font-size: 0.8em;
}

.box-green a,
.box-green a:link,
.box-green a:active {
  color: #ffffff;
  text-decoration: none;
}

.box-green a:hover {
  text-decoration: underline;
}

.box-green h3 {
  background-color: #007400;
  padding: 2px 12px 0px 12px;
  text-align: left;
  color: #ffffff;
  font-size: 130%;
  font-weight: normal;
}

.box-green .body {
  background-color: #007400;
  padding: 6px;
}

.box-green .b {
  background: url(../../../../assets/public/images/box-green-b.png) no-repeat bottom;
  height: 17px;
}

.box-green td {
  color: #ffffff;
}

.box-green select,
.box-green input {
  border: 1px solid #ffffff;
  padding: 1px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.sidebar {
  padding: 0 0 0 8px;
  width: 240px;
}

.sidebar_container {
  padding: 28px 0 0 12px;
}

.container {
  clear: both;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 10px;
}

.container .columns {
  padding-bottom: 80px;
}

.bt {
  background: url("../../../../assets/public/images/content-bg-white.png") no-repeat right 0 transparent;
  height: 16px;
  margin: 0 0 0 18px;
}

.bt div {
  background: url("../../../../assets/public/images/content-bg-white.png") no-repeat 0 0 transparent;
  font-size: 0;
  height: 16px;
  left: -18px;
  line-height: 0;
  position: relative;
  width: 18px;
}

.i1 {
  padding: 0;
  background-color: #ffffff;
}

.i2 {
  padding: 0 10px 0 0;
}

.i3 {
  background-color: #ffffff;
  padding: 0 0 0 8px;
  padding-bottom: 48px;
}

body .content {
  max-width: 1060px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, Arial, Sans-Serif;
  padding: 0 15px 50px 15px;
}

.bb {
  background: url("../../../../assets/public/images/content-bg-white.png") no-repeat scroll 100% 100% transparent;
  height: 14px;
  margin: 0 0 0 12px;
}

.bb div {
  background: url("../../../../assets/public/images/content-bg-white.png") no-repeat scroll 0 100% transparent;
  font-size: 0;
  height: 14px;
  left: -12px;
  line-height: 0;
  position: relative;
  width: 12px;
}

.box {
  padding: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.box.green {
  background-color: #509400;
}

noindex:-o-prefocus, .box {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPG1hc2sgaWQ9Im1hc2siPgoJCTxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSIxMCIgcnk9IjEwIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cgk8L21hc2s+Cgk8cmVjdCBzdHJva2U9ImJsYWNrIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI21hc2spIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiByeD0iMTAiIHJ5PSIxMCIvPgo8L3N2Zz4K);
  border: none !important;
}

.button {
  cursor: pointer;
}

.button.arrow-orange-right {
  background: url("../../../../assets/public/images/arrow-orange-right.png") no-repeat;
}

.button.green {
  margin: 0;
  padding: 0 10px 0 10px;
  background-color: transparent;
  border: 0 none;
}

.button.green .r1 {
  background: url("../../../../assets/public/images/button.png") no-repeat right 0px transparent;
  margin: 0 -10px 0 0;
  height: 10px;
}

.button.green .r2 {
  background: url("../../../../assets/public/images/button.png") no-repeat left 0 transparent;
  height: 10px;
  margin: 0 0 0 -10px;
  width: 10px;
  float: left;
}

.button.green .r3 {
  background: url("../../../../assets/public/images/button.png") no-repeat right -10px transparent;
  margin-right: -10px;
  padding-right: 10px;
}

.button.green .r4 {
  background: url("../../../../assets/public/images/button.png") no-repeat left -10px transparent;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 6px;
}

.button.green:hover .r1 {
  background: url("../../../../assets/public/images/button.png") no-repeat right -200px transparent;
}

.button.green:hover .r2 {
  background: url("../../../../assets/public/images/button.png") no-repeat left -200px transparent;
}

.button.green:hover .r3 {
  background: url("../../../../assets/public/images/button.png") no-repeat right -210px transparent;
}

.button.green:hover .r4 {
  background: url("../../../../assets/public/images/button.png") no-repeat left -210px transparent;
}

.cmd {
  background: url(../../../../assets/public/images/button-white.png) no-repeat 0 0 transparent;
  cursor: pointer;
  font-size: 95%;
  border: 0 none;
  color: #000000;
  height: 30px;
  top: 4px;
  line-height: 20px;
  margin: 2px 0 0 0;
  padding: 0 1px 8px 10px;
  position: relative;
  text-decoration: none;
  float: left;
  text-align: center;
}

.cmd .l {
  background: url(../../../../assets/public/images/button-white.png) no-repeat -280px 0 transparent;
  height: 30px;
  position: absolute;
  top: 0px;
  width: 13px;
  text-decoration: none;
  float: right;
  right: -13px;
}

html > body .cmd .l, x:-moz-any-link, x:default { /* FF hack */
  top: -6px;
  right: 0px;
}

.cmd.orange {
  color: #ffffff;
  background: url(../../../../assets/public/images/button-orange.png) no-repeat 0 0 transparent;
  text-shadow: 0px 0px 2px #000000;
}

.cmd.orange .l {
  background: url(../../../../assets/public/images/button-orange.png) no-repeat -280px 0 transparent;
}

.sidebar {
  font-size: 85%;
}

.sidebar .flat_list {
  margin: 12px 0 100px 0;
}

.sidebar .flat_list h3 {
  color: #ffffff;
  font-size: 140%;
  font-weight: bold;
  padding: 0 0 8px 18px;
}

.sidebar .flat_list h3 a,
.sidebar .flat_list h3 a:link,
.sidebar .flat_list h3 a:visited {
  text-decoration: none;
  color: #ffffff;
}

.sidebar .flat_list h3 a:hover {
  text-decoration: underline;
}

.sidebar .flat_list li {
  list-style-image: url(../../../../assets/public/images/arrow-darkgreen-right.png);
  list-style-position: inside;
  background: url(../../../../assets/public/images/line-green.gif) repeat-x top;
  padding: 6px 0px 2px 24px;
  color: #E2F3BC;
  font-size: 90%;
  text-indent: -20px;
  margin: 0 0 0 20px;
}

.sidebar .flat_list li a,
.sidebar .flat_list li a:link,
.sidebar .flat_list li a:active {
  color: #E5F6BF;
  text-decoration: none;
}

.sidebar .flat_list li a:visited {
  color: #B1CF8E;
}

.sidebar .flat_list li a:hover {
  text-decoration: underline;
}

.sidebar .flat_list li.first {
  background: none;
}

.mainfeedback {
  float: left;
  margin: 26px 26px 0 0;
  width: 330px;
  height: 240px;
  overflow: hidden;
}

.mainfeedback li {
  float: left;
  position: relative;
  display: none;
}

.mainfeedback .face {
  float: left;
  padding-top: 4px;
}

.mainfeedback .frame {
  background: url("../../../../assets/public/images/face-frame2-green.png") no-repeat;
  width: 100px;
  height: 140px;
  z-index: 2;
  position: absolute;
}

.mainfeedback img.photo {
  /*z-index:1;*/
  position: absolute;
}

.mainfeedback img.shadow {
  margin-top: 104px;
}

.mainfeedback .info {
  float: left;
  padding: 0 0 0 112px;
  background-color: transparent;
  background-image: none;
}

.mainfeedback h3 {
  color: #ffffff;
  font-size: 120%;
  margin-bottom: 4px;
}

.mainfeedback .name {
  color: #FFF400;
  width: 210px;
  height: 20px;
  overflow: hidden;
}

.mainfeedback .title {
  color: #5AC203;
  width: 210px;
  height: 40px;
  overflow: hidden;
  font-size: 85%;
  line-height: 110%;
}

.mainfeedback .descr {
  color: #CCF0A8;
  width: 210px;
  height: 64px;
  overflow: hidden;
  font-size: 75%;
}

.footer {
  background: #ffffff url(../../../../assets/public/images/footer-bg.gif) repeat-x;
  height: 100px;
  margin-top: -70px;
}

.footer .wrap {
  padding-top: 80px;
}

.footer a:link,
.footer a:visited,
.footer a.active {
  text-decoration: none;
}

.footer li a,
.footer li a:link,
.footer li a:active {
  color: #058107;
  text-decoration: none;
  font-weight: normal;
  font-size: 90%;
}

.footer a:hover,
.footer li a:hover {
  text-decoration: underline;
}

.footer li a:visited {
  color: #88bb88;
}

.footer .line td {
  border-top: 1px dotted #cccccc;
}

.footer .menu {
  margin: 120px 0 20px 0;
  float: left;
}

.footer .menu div {
  list-style-type: none;
  float: left;
  border-left: 1px solid #cccccc;
  font-size: 80%;
  padding: 0 6px 0 6px;
  margin: 4px 0;
  font-weight: bold;
  color: #004100;
}

.footer .menu div a {
  color: #004100;
}

.footer .menu div.first {
  border: 0 none;
}

/*.footer div.bottom div,
.footer div.bottom div a {
    color: #5AAC5A;
    font-weight: normal;
}*/
.footer .copy {
  font-size: 80%;
  float: right;
  color: #5AAC5A;
}

.footer .copy a {
  color: #5AAC5A;
}

.footer .beed {
  display: block;
  width: 96px;
  height: 16px;
  background: url(../../../../assets/public/images/beed.gif) no-repeat;
  float: right;
}

.footer .info {
  width: 223px;
  overflow: hidden;
  float: left;
  padding: 0 10px;
  /*border-left: 1px solid #eeeeee;
  height: 230px;*/
  background: transparent none;
}

.footer .info.first {
  margin: 0;
  border-left: 0 none;
  padding-left: 6px;
  padding-right: 14px;
}

.footer .info .title,
.footer .info .title a {
  color: #078307;
  font-size: 1.1em;
  margin-bottom: 18px;
}

.footer .info li {
  margin: 0;
  color: #058107;
}

.footer .info.articles ul {
  padding-left: 16px;
}

.footer .info.articles li {
  list-style-image: url(../../../../assets/public/images/arrow-green-right.png);
  /*list-style-position: inside;*/
  /*text-indent: -20px;*/
  padding: 0 4px 6px 2px;
  font-size: 85%;
}

.footer .info.forum li {
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.footer .info.forum li div {
  width: 160px;
  height: 14px;
  overflow: hidden;
  font-size: 85%;
  float: left;
}

.footer .info.forum .time {
  font-size: 70%;
  color: #999999;
  padding: 0 4px 0 0;
  float: left;
}

.footer .info.forum li a {
  color: #058107;
  font-size: 90%;
  /*text-decoration: underline;*/
  overflow: hidden;
  width: 210px;
  height: 14px;
  display: block;
}

.footer .course li {
  list-style-type: none;
  padding-bottom: 12px;
}

.footer .books li {
  width: 50px;
  padding: 0 4px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.aleft {
  text-align: start;
}

.aright {
  text-align: end;
}

/****************************/
.relatedPosts {
  padding: 20px 0;
  margin: 22px 0 42px 0;
}

.relatedPosts p {
  font-style: italic;
  font-size: 110%;
  color: #999999;
}

.relatedPosts ol li {
  list-style-image: url("../../../../assets/public/images/arrow-green-right.png");
  margin: 0 0 0 18px;
  padding: 3px 10px;
  font-size: 100%;
}

#login_win {
  display: none;
  width: 390px;
  height: 66px;
  padding: 0 4px;
}

#login_win label {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  width: 150px;
}

#login_win span,
#login_win a {
  color: #ffffff;
  font-size: 11px;
}

#login_win span.text {
  color: #FDF132;
}

#login_win input {
  width: 180px;
  -moz-border-radius: 4px;
  border: 0;
  margin: 3px 4px 0;
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 1px 4px;
}

#login_win input.password {
  width: 120px;
}

#login_win .h {
  width: 380px;
  margin: 0 6px;
}

#login_win .f {
  color: #FFFFFF;
  font-size: 11px;
  margin: -2px 0 0 8px;
  padding: 0 4.5px;
  text-align: center;
}

#login_win .f.r {
  width: 180px;
}

#login_win .f.m {
  width: 125px;
}

#login_win .f.c {
  width: 45px;
  margin: -2px 0 0 0;
  padding: 0;
}

#login_win .checkbox {
  padding: 0;
  margin: 0 4px 0 10px;
  width: 26px;
  height: 14px;
  display: inline;
}

#wpadminbar {
  display: none;
}

/* articles */
.article .accordion h3 {
  padding: 40px 0 25px 25px;
}

.content .woocommerce-cart-form h2 {
  font-size: 30px;
  padding-top: 12px;
  padding-bottom: 24px;
}

.content .woocommerce-cart-form .input-text.qty {
  text-align: start;
  border: var(--cart-border);
  padding-inline-start: 6px;
}

tr.cart-subtotal td, .order-total td {
  text-align: end;
}

.no-border {
  border: 0 !important;
}

.woocommerce-info {
  border-top-color: #098608 !important;
}

.woocommerce-info::before {
  color: #098608 !important;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

table.shop_table.woocommerce-checkout-review-order-table tr {
  background-color: #fff !important;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border: var(--cart-border) !important;
  border-collapse: collapse !important;
}

table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  border: none;
  border-top: var(--cart-border) !important;
}

input.input-checkbox {
  vertical-align: text-top !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr,
table.shop_table.woocommerce-checkout-review-order-table tr:not(.cart_item) {
  display: table-row;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  font-weight: 500;
  padding-bottom: 4px;
  border: none !important;
  border-top: var(--cart-border) !important;
  width: 100%;
  box-sizing: border-box;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-total {
  display: block;
  font-size: 14px;
  color: #444;
  border: none !important;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-total strong {
  font-weight: 700;
}

#order_review #place_order {
  height: 60px !important;
}

div.wc-block-components-notice-banner {
  margin: 16px 0 0 !important;
}

.wc-block-components-notice-banner > div.wc-block-components-notice-banner__content a.wc-forward {
  background-color: #098608 !important;
  font-weight: bold !important;
  color: white !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  padding: 7px 12px !important;
  opacity: 1;
}

.shop_header .page_header {
  padding: 8px 0 20px;
}

.woocommerce div.product h2.product_title {
  font-size: 22px;
  line-height: 26px;
}

.woocommerce-product-details__short-description p {
  line-height: 20px;
}

.woocommerce-page .iok_shop div.product div.summary.entry-summary {
  margin-inline-start: 24px !important;
}

.basket_summary {
  padding: 20px 16px 0 !important;
  height: min-content !important;
  max-height: inherit !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart img,
.woocommerce-mini-cart .mini_cart_item img {
  display: none !important;
}

.mini-cart-bottom-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.mini-cart-bottom-line .remove {
  font-size: 18px;
  line-height: 1;
  color: #d00;
}

.woocommerce-mini-cart-item.mini_cart_item a {
  line-height: 20px;
}

.woocommerce div.product form.cart .variations td[colspan="2"] {
  display: flex;
  flex-wrap: wrap;
}

div.custom_variable {
  height: auto !important;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce-checkout #customer_details {
  padding-top: 10px;
}

.no-shipping-needed {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  table.cart woocommerce-cart-form__contents tr.cart_item, table.shop_table tr.coupon_row {
    border-bottom: var(--cart-border) !important;
    background-color: white !important;
  }
  .woocommerce-cart-form__contents td {
    border-top: 0 !important;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail {
    display: none;
  }
  .cart-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4em;
  }
  .cart-item-top .product-name a {
    color: #222;
    text-decoration: none;
  }
  .cart-item-top .product-remove-mobile {
    flex-shrink: 0;
  }
  .cart-item-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95em;
  }
  .quantity-wrap {
    display: flex;
    align-items: center;
    gap: 0.3em;
  }
  .quantity input.qty {
    width: 3em;
    text-align: center;
  }
  .subtotal strong {
    font-weight: 700;
  }
  .woocommerce table.shop_table_responsive tr {
    display: flex !important;
  }
  .woocommerce table.shop_table_responsive tr td, body.woocommerce-page table.shop_table_responsive tr td {
    text-align: start !important;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal,
  .woocommerce table.shop_table_responsive tr.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: var(--cart-border);
    border-bottom: var(--cart-border);
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal th,
  .woocommerce table.shop_table_responsive tr.cart-subtotal td,
  .woocommerce table.shop_table_responsive tr.order-total th,
  .woocommerce table.shop_table_responsive tr.order-total td {
    display: inline-block;
    width: auto !important;
    float: none;
    text-align: start;
    padding: 10px 9px;
    background-color: #fff !important;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal td:before,
  .woocommerce table.shop_table_responsive tr.order-total td:before {
    content: none !important;
  }
  .cart woocommerce-cart-form__contents .woocommerce-Price-amount {
    font-weight: bold;
  }
  .woocommerce-cart-form__cart-item:first-child {
    border-top: none;
  }
  .woocommerce-cart-form__cart-item:last-child {
    border-bottom: var(--cart-border);
  }
  table.shop_table tr.woocommerce-cart-form__cart-item {
    padding: 0;
    border: var(--cart-border);
    border-radius: 0;
    position: relative;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-price::before {
    content: "× ";
  }
  table.shop_table tr.woocommerce-cart-form__cart-item td::before {
    content: "" !important;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item tr, table.shop_table tr.woocommerce-cart-form__cart-item td {
    background: transparent !important;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item thead {
    display: none;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-thumbnail {
    display: none;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-name {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-remove a {
    color: #c00;
    text-decoration: none;
    font-size: 18px;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-quantity,
  table.shop_table tr.woocommerce-cart-form__cart-item .product-price,
  table.shop_table tr.woocommerce-cart-form__cart-item .product-subtotal {
    margin-right: 6px;
    font-size: 16px;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .product-quantity input.qty {
    width: 50px;
    text-align: center;
    padding: 3px;
  }
  table.shop_table tr.woocommerce-cart-form__cart-item .woocommerce-cart-form .actions {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    width: 100%;
  }
  .woocommerce-page table.shop_table_responsive tr td::before {
    float: none !important;
  }
  .cart_totals .shop_table ul#shipping_method {
    margin: 10px 0 0 !important;
  }
  .woocommerce-cart-form .coupon input.input-text {
    width: 100%;
    box-sizing: border-box;
  }
  .woocommerce-cart-form .button {
    width: 100%;
    text-align: center;
  }
  div.quantity::after {
    content: "*";
    padding-inline-start: 5px;
    vertical-align: sub;
  }
  .woocommerce-cart-form__cart-item {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .woocommerce-cart-form__cart-item td.product-name,
  .woocommerce-cart-form__cart-item td.product-remove,
  .woocommerce-cart-form__cart-item td.product-quantity,
  .woocommerce-cart-form__cart-item td.product-price,
  .woocommerce-cart-form__cart-item td.product-subtotal {
    display: flex !important;
    align-items: center;
    border: none !important;
  }
  .woocommerce-cart-form__cart-item td.product-name {
    order: 1;
    width: 80% !important;
  }
  .woocommerce-cart-form__cart-item td.product-remove {
    order: 3;
    height: fit-content !important;
  }
  .woocommerce-cart-form__cart-item td.product-quantity {
    order: 5;
    padding-inline-end: 0 !important;
  }
  .woocommerce-cart-form__cart-item td.product-price {
    order: 6;
    padding-inline-start: 5px !important;
  }
  .woocommerce-cart-form__cart-item td.product-subtotal {
    order: 7;
    margin-left: auto;
    font-weight: 700;
  }
  .woocommerce-cart-form__cart-item td {
    float: none !important;
  }
  #coupon_code {
    width: 48%;
  }
  .wc-block-components-notice-banner__content {
    display: flex;
    flex-direction: column;
    color: #000;
  }
  .wc-block-components-notice-banner__content .button.wc-forward {
    order: 2;
    margin-top: 8px;
    width: fit-content;
    margin-top: 10px !important;
  }
  .wc-block-components-notice-banner__content {
    order: 1;
  }
  .woocommerce-product-gallery__wrapper,
  .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  /* Main product image */
  .woocommerce-product-gallery__image img.wp-post-image {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  /* Disable zoom image size constraints */
  .woocommerce-product-gallery__image .zoomImg {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
  .woocommerce-page .iok_shop div.product div.woocommerce-product-gallery.images {
    max-width: inherit !important;
  }
  .woocommerce div.product h2.product_title, .related.products h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .variations .custom_variable {
    width: 100%;
  }
}
body .shop .content ul.products li .image-holder {
  width: 100%;
  padding-bottom: 134%; /* to fit most of our images */
  background: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
