html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-size: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.6;
  font-family: "Noto Sans Hebrew", arial, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 75;
  font-size: 16px;
  color: #000;
  background: #fff;
}
button {
  font-family: "Noto Sans Hebrew", arial, sans-serif;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}
.responsive-table th,
.responsive-table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.responsive-table th {
  background: #7fe4c3;
  color: #000000;
  font-size: 20px;
}
.responsive-table td {
  background-color: #f7f9fa;
  font-size: 18px;
}
.responsive-table tr:nth-child(even) td {
  background-color: #f0f0f0;
}
.responsive-table img {
  width: 45px;
  height: 45px;
}

/*end css reset*/

.clear:before,
.clear:after,
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clear:after,
.clearfix:after {
  clear: both;
}
.clear,
.clearfix {
  zoom: 1;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

b,
strong {
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  text-align: center;
}

/***popup**/
.myformPop {
  display: none;
  width: 320px;
  min-height: 189px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.myformPop *,
.myformPop {
  box-sizing: content-box;
}

.myformPop i.close,
.myformPop .cancelButton,
.myformPop .acceptButton {
  position: absolute;
  bottom: 15px;
  font-family: arial;
  font-size: 0.75em;
  left: 15px;
  display: block;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #a95151;
  box-shadow: 0 1px 2px 0 #cd8787 inset;
  -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
  -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
  background: #c57979;
  background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c57979), color-stop(100%, #a34c4c));
  background: -webkit-linear-gradient(top, #c57979 0%, #a34c4c 100%);
  background: -o-linear-gradient(top, #c57979 0%, #a34c4c 100%);
  background: -ms-linear-gradient(top, #c57979 0%, #a34c4c 100%);
  background: linear-gradient(top, #c57979 0%, #a34c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
  border: 0px;
  outline: none;
  text-shadow: 0 -1px #6f6f6f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.myformPop .confirmButtons {
  width: 193px;
  margin: 0 auto;
  margin-top: 81px;
}
.myformPop .confirmButtons button {
  float: right;
  margin-right: 10px;
  padding: 12px 25px 12px 25px;
  position: relative;
  left: auto;
  bottom: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  font-size: 0.875em;
  font-weight: normal;
}

.myformPop .cancelButton {
  border: 1px solid #6f3333;
}

.myformPop .acceptButton {
  margin-right: 0px;
  background: #a9ca7b; /* Old browsers */
  background: -moz-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9ca7b), color-stop(100%, #84ab58)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a9ca7b 0%, #84ab58 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9ca7b', endColorstr='#84ab58',GradientType=0 ); /* IE6-9 */
  border: 1px solid #567a34;
}

.myformPop i.close:hover,
.myformPop .confirmButtons button {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.myformPop i.close:active,
.myformPop .confirmButtons button:active {
  background: #b15e5e;
  box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
  -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.myformPop .confirmButtons .acceptButton:active {
  background: #a9ca7b;
}

.myformPop .heading {
  width: 320px;
  height: 44px;
  background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
  background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
  background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
  background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
  background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
  border-bottom: 1px solid #bababa;
  -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  color: #444444;
  text-shadow: 0px 1px 0px #fff;
}

.myformPop .output {
  font-family: arial;
  font-size: 0.875em;
  width: 300px;
  min-height: 114px;
  background: #f3f3f3;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  padding-bottom: 42px;
}

.myformPop .output.delete {
  color: #a70505;
}

.myformPop .output span.success {
  color: #4f8a10;
  border: 1px solid #4f8a10;
  background: #dff2bf;
  display: block;
  padding: 3%;
  width: 94%;
  text-align: center;
}
.myformPop .output span.error {
  color: #a70505;
}

.myformPop .output ul {
  list-style-type: disc;
  color: #d8000c;
  background-color: #ffbaba;
  padding: 3%;
  width: 94%;
  margin: 0;
  border: 1px solid #d8000c;
}

.myformPop .output ul li {
  margin-right: 20px;
}
/***popup**/

/***FORMS***/
/*****HE****/
.myform {
  display: block;
  padding-bottom: 10px;
}

.myform fieldset {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.myform fieldset label {
  width: 28%;
  float: right;
  font-size: 1em;
  color: #777777;
  margin-left: 2%;
}

.myform fieldset.req:before {
  content: "*";
  color: red;
  position: absolute;
  top: -9px;
  right: 1px;
  display: block;
}

.myform fieldset div.inputArea {
  float: right;
  width: 70%;
}

.myform fieldset.full div.inputArea {
  float: none;
  width: 100%;
}

.myform fieldset div.inputArea input[type="text"],
.myform fieldset div.inputArea input[type="tel"],
.myform fieldset div.inputArea input[type="password"],
.myform fieldset div.inputArea textarea,
.myform fieldset div.inputArea select {
  background: #fff;
  padding-right: 51px;
  -webkit-appearance: none;
  padding-left: 2%;
  width: 100%;
  line-height: 50px;
  color: #000;
  font-size: 1.375em;
  text-align: right;
  direction: rtl;
  outline: 0px;
  border: 0;
  position: relative;
  font-family: "Noto Sans Hebrew", arial, sans-serif;
  border: 2px solid #000;
  border-radius: 15px;
}

.myform fieldset div.inputArea select {
  padding-left: 30px;
}

input.errorField,
textarea.errorField {
  border-color: red !important;
  background-color: #ffbaba !important;
}

.myform fieldset div.inputArea textarea {
  min-height: 70px;
  line-height: normal;
  resize: none;
}

.myform button,
.mybutton {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 1.5em;
  padding: 16px 10px;
  outline: 0;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none !important;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.myform button:hover,
.myform .mybutton:hover {
  color: #2ad09d;
}

.myform button i,
.mybutton i {
  color: #2ad09d;
}

.myform button:disabled {
  cursor: auto;
  background: #d0d0d0;
}

.myform button:disabled,
.myform button:disabled:hover,
.myform button:disabled i {
  color: #fff;
}

.myform button:active,
.mybutton:active {
  position: relative;
}

.mybutton.green {
  background: #2ad09d;
  color: #fff;
}

.mybutton.green:hover {
  color: #fff;
  background: #26b186;
}

.myform fieldset div.inputArea input::-webkit-input-placeholder,
.myform fieldset div.inputArea textarea::-webkit-input-placeholder {
  color: #000;
}
.myform fieldset div.inputArea input:-moz-placeholder,
.myform fieldset div.inputArea textarea:-moz-placeholder {
  color: #000;
}
.myform fieldset div.inputArea input::-moz-placeholder,
.myform fieldset div.inputArea textarea::-moz-placeholder {
  color: #000;
}
.myform fieldset div.inputArea input:-ms-input-placeholder,
.myform fieldset div.inputArea textarea:-ms-input-placeholder {
  color: #000;
}

.form_wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 8px;
}
/*****HE****/

.material-icons::after,
.material-symbols-outlined:after {
  content: attr(data-icon);
}

.spacing {
  margin-bottom: 20px;
}

#header {
  width: 100%;
  border-bottom: 1px solid #000000;
}

.inputArea:before {
  content: "\f0ad";
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  top: 13px;
  color: #000;
  font-size: 1.25em;
  display: block;
  z-index: 1;
}

.inputArea.email:before {
  content: "\f0e0";
}
.inputArea.phone:before {
  content: "\f095";
}
.inputArea.professionType:before {
  content: "\f06c";
}
.inputArea.professionType::after {
  position: absolute;
  top: 6px;
  left: 8px;
  content: "\f0d7";
  color: #2ad09d;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.25em;
}
.inputArea.city:before {
  content: "\f015";
}
.inputArea.note:before {
  content: "";
}
.inputArea.name:before {
  content: "\f007";
}

.center {
  text-align: center;
  display: block;
}

/*****EN****/

.myform.ltr fieldset.req:before {
  right: none;
  left: 1px;
}

.myform.ltr fieldset label {
  float: left;
  margin-right: 2%;
  margin-left: 0;
}

.myform.ltr fieldset div.inputArea {
  float: left;
}

.myform.ltr button {
  float: right;
}
/*****EN****/
/***FORMS***/

/***PAGE***/
.page {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

.page.ltr {
  direction: ltr;
  text-align: left;
}

.pageTitle,
h1,
h2,
h3 {
  display: block;
  font-size: 3em;
  line-height: normal;
  padding-bottom: 12px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.subTitle {
  display: block;
  font-size: 1.5em;
  line-height: normal;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.subPage h2 {
  padding-top: 20px;
}

.customTitle {
  font-size: 2em;
  text-align: center;
  line-height: normal;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}

.customTitle span {
  padding: 0 15px;
}

#mainPageContent .wrap > h1,
#mainPageContent .wrap > .pageTitle {
  margin-bottom: 0px;
}

#mainPageContent .textArea .pageTitle,
#mainPageContent .textArea h1 {
  margin-bottom: 0px;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.875em;
}

.underlineTitle {
  border-bottom: 1px solid #000;
}

.flexWrap {
  width: 100%;
  display: grid;
  column-gap: 40px;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr);
}

.flexWrap .leftBlocks {
  position: relative;
}

.flexWrap .leftBlocks .leftContact {
  position: sticky;
  top: 80px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.flexWrap .leftBlocks .leftContact:before {
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: -12px;
  background: #7fe4c3;
}

.flexWrap .leftBlocks .leftContact > b {
  font-size: 1.4em;
  line-height: normal;
}

.flexWrap .leftBlocks .leftContact > span {
  font-size: 1.125em;
  line-height: normal;
}

.flexWrap .leftBlocks .leftContact .note a {
  color: #000;
}

.leftContact .myform {
  margin-top: 15px;
}

.leftContact .myform .rightContact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.leftContact .note {
  margin-top: 10px;
  display: block;
}

.flexBox {
  display: flex;
  margin-bottom: 20px;
}

.flexBox > div {
  flex: 1;
  width: 50%;
}

.flexBox > div:first-child {
  margin-left: 3%;
  width: 60%;
}

.textArea {
  font-size: 1.125em;
  line-height: 1.8em;
}

.textArea a {
  color: #2ad09d;
  font-weight: bold;
  text-decoration: none;
}

.textArea a:hover {
  color: #000;
  text-decoration: underline;
}

.textArea ul,
.textArea ol {
  display: block;
  margin: 1.12em 0;
  margin-right: 40px;
  list-style: disc outside none;
}

.textArea ol {
  list-style-type: decimal;
}

.textArea.ulTick ul {
  list-style-image: url("/img/tick.png");
}

.textArea.ulMark ul {
  list-style-image: url("/img/mark.png");
}

.textArea h1:first-of-type {
  padding-top: 0;
}

.page.ltr .textArea ul,
.page.ltr .textArea ol {
  margin-left: 40px;
  margin-right: 0;
}

.page-nav {
  margin: 10px 0;
  color: #8f8f8f;
}

.page-nav a {
  display: inline-block;
  color: #8f8f8f;
  text-decoration: none;
}

.page-nav a:hover {
  text-decoration: underline;
  color: #8f8f8f;
}

.page-nav li {
  display: inline-block;
}

.page-nav li:after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.page-nav li:last-child:after {
  content: "";
}

.linkMap a {
  color: #730c1d;
  font-size: 0.813em;
}

.map {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.center_text {
  background: #ececec;
  padding: 20px;
  border-top: 8px solid #dbdbdb;
  border-bottom: 8px solid #dbdbdb;
  margin: 10px 0;
}

/*****************ERROR******************/
#errorpage h4 {
  color: #311413;
  font-size: 2.875em;
  font-weight: bold;
}

#errorpage h3 {
  color: #311413;
  font-size: 2.25em;
  font-weight: bold;
}

#errorpage p {
  color: #311413;
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}

#errorpage ul li,
#errorpage ol li {
  color: #311413;
  font-size: 0.875em;
}

#errorpage ol li a {
  color: #311413;
  text-decoration: underline;
}
/*****************ERROR******************/
/***PAGE***/

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#header header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  padding: 10px 0px;
  gap: 20px;
}

a#logo {
  background: url("/img/logo.png") no-repeat;
  width: 167px;
  height: 24px;
  flex-shrink: 0;
}

.primaryButton,
.blueButton,
.secondaryButton,
.thirdButton,
.fourthButton,
.fifthButton,
.textArea .primaryButton,
.textArea .blueButton,
.textArea .secondaryButton,
.textArea .thirdButton,
.textArea .fourthButton,
.textArea .fifthButton {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 1.125em;
  padding: 5px 10px;
  background-color: #000000;
  color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none !important;
  text-align: center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  border: 0;
  outline: 0;
}

.primaryButton i,
.blueButton i,
.secondaryButton i,
.thirdButton i,
.fourthButton i,
.fifthButton i,
.textArea .primaryButton i,
.textArea .blueButton i,
.textArea .secondaryButton i,
.textArea .thirdButton i,
.textArea .fourthButton i,
.textArea .fifthButton i {
  color: #2ad09d;
}

.primaryButton:hover,
.blueButton:hover,
.secondaryButton:hover,
.thirdButton:hover,
.fourthButton:hover,
.fifthButton:hover,
.textArea .primaryButton:hover,
.textArea .blueButton:hover,
.textArea .secondaryButton:hover,
.textArea .thirdButton:hover,
.textArea .fourthButton:hover {
  color: #2ad09d;
}

.primaryButton {
  box-shadow: 0px 7px 8px 0px rgba(0, 248, 164, 0.43);
}

.primaryButton:disabled {
  box-shadow: 0px 7px 8px 0px rgba(193, 193, 193, 0.43);
}

.secondaryButton {
  padding: 13px 10px;
}

.fourthButton {
  background: #80e5c3;
  color: #000;
  padding: 3px 10px;
  border: 2px solid #000;
}

.fourthButton i {
  color: #000;
}

.fourthButton:hover {
  background: #000;
  color: #fff;
}

.fourthButton:hover i {
  color: #fff;
}

.fifthButton {
  background: #ffffff;
  color: #000;
  padding: 3px 10px;
  border: 2px solid #000;
}

.fifthButton i {
  color: #000;
}

.fifthButton:hover {
  background: #000;
  color: #fff;
}

.fifthButton:hover i {
  color: #fff;
}

.centerButton {
  margin: 20px auto;
  display: table;
  font-size: 1em;
}

.blueButton i {
  font-size: 0.9em;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.redButton {
  display: inline-flex;
  text-decoration: none;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #172c96;
  gap: 5px;
  border: 1px solid #172c96;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 5px 10px;
  white-space: nowrap;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.redButton img {
  max-width: none !important;
}

.redButton:hover {
  background: #172c96;
  color: #fff;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  padding: 10px;
}

header .redButton {
  height: 41px;
}

.linkButton {
  color: #2ad09d;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.linkButton:hover {
  color: #000;
}

.pcardButton {
  margin-left: 8px;
}

.pcardButton i {
  background: url("/img/pcard-p.png");
  width: 20px;
  height: 22px;
}

nav#menuArea {
  position: relative;
  flex: 1;
}

ul#navigator {
  display: flex;
  gap: 24px;
}

ul#navigator > li {
  position: relative;
  display: block;
}

ul#navigator > li > div {
  display: flex;
  align-items: center;
  height: 100%;
}

ul#navigator > li > div > a,
ul#navigator > li > a,
ul#navigator > li > div .text {
  display: block;
  color: #000;
  font-size: 1.125em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 36px;
  padding: 10px 5px;
}

ul#navigator > li:hover > div > a,
ul#navigator > li:hover > a {
  color: #2ad09d;
}

ul#navigator > li > ul.drop {
  display: none;
  background: #fff;
  border-top: 4px solid #2ad09d;
  position: absolute;
  right: 0;
  padding: 15px;
  -webkit-box-shadow: -4px 6px 18px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -4px 6px 18px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -4px 6px 18px 0px rgba(0, 0, 0, 0.45);
  z-index: 99;
  width: 622px;
  border-radius: 10px;
}

ul#navigator > li.edge > ul.drop {
  left: 0;
  right: auto;
}

ul#navigator > li:hover > ul {
  display: block;
}

ul#navigator > li > ul.drop li > a {
  display: block;
  text-decoration: none;
  padding: 5px;
  color: #000;
  width: 31.3%;
  float: right;
  margin-left: 2%;
  border-bottom: 1px solid #2ad09d;
}

ul#navigator > li > ul.drop li:nth-child(3n) > a {
  margin-left: 0;
}

ul#navigator > li > ul.drop > li > a:hover {
  color: #2ad09d;
}

i#menuBar {
  display: none !important; /* Hide by default, only show in mobile */
  font-size: 1.5em;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease;
  outline: none;
  position: relative;
  width: 24px;
  height: 18px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

i#menuBar:hover,
i#menuBar:focus {
  color: #2ad09d;
}

/* Create custom hamburger lines */
i#menuBar:before,
i#menuBar:after,
i#menuBar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  content: "";
}

i#menuBar:before {
  top: 0px;
}

i#menuBar span {
  top: 7px;
}

i#menuBar:after {
  top: 14px;
}

/* Transform to X when menu is open */
i#menuBar.menu-open:before {
  top: 7px;
  transform: rotate(135deg);
}

i#menuBar.menu-open span {
  opacity: 0;
  left: -60px;
}

i#menuBar.menu-open:after {
  top: 7px;
  transform: rotate(-135deg);
}

#searchButton {
  font-size: 1.3em;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease;
  outline: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  text-decoration: none;
}

#searchButton:hover,
#searchButton:focus {
  color: #2ad09d;
}

/* Search Overlay */
#searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

#searchOverlay.show {
  display: flex;
  opacity: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#searchOverlay .search-container {
  width: 90%;
  max-width: 600px;
  text-align: center;
  transform: translateY(-50px) scale(0.8);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.15s ease;
}

#searchOverlay.show .search-container {
  transform: translateY(0) scale(1);
  opacity: 1;
}

#searchOverlay .search-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  animation: slideInDown 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s both;
}

#searchOverlay .search-input-container {
  position: relative;
  margin-bottom: 20px;
  animation: slideInUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
  z-index: 1;
}

#searchOverlay .search-input {
  width: 100%;
  padding: 20px 20px 20px 60px;
  font-size: 1.5em;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  outline: none;
  text-align: right;
  direction: rtl;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

#searchOverlay .search-input:focus {
  border-color: #2ad09d;
  box-shadow: 0 4px 30px rgba(42, 208, 157, 0.2);
  transform: scale(1.02);
}

#searchOverlay .search-input-container .search-input-icon {
  outline: 0;
  border: 0;
  background: transparent;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #999;
  transition: color 0.2s ease, transform 0.15s ease;
  pointer-events: none;
}

#searchOverlay .search-input:focus + .search-input-icon {
  color: #2ad09d;
  transform: translateY(-50%) scale(1.1);
}

#searchOverlay .search-suggestions {
  text-align: right;
  color: #666;
  font-size: 1.1em;
  animation: fadeInUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;
}

#searchOverlay .search-suggestions span {
  display: inline-block;
  margin: 5px 10px;
  padding: 8px 15px;
  background: #f5f5f5;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

#searchOverlay .search-suggestions span a {
  color: #666;
  text-decoration: none;
}

#searchOverlay .search-suggestions span:nth-child(1) {
  animation-delay: 0.3s;
}
#searchOverlay .search-suggestions span:nth-child(2) {
  animation-delay: 0.4s;
}
#searchOverlay .search-suggestions span:nth-child(3) {
  animation-delay: 0.5s;
}
#searchOverlay .search-suggestions span:nth-child(4) {
  animation-delay: 0.6s;
}

#searchOverlay .search-suggestions span:hover {
  background: #2ad09d;
  color: white;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(42, 208, 157, 0.3);
}

/* Search Autocomplete Dropdown */
.search-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e8ed;
  max-height: min(400px, calc(100vh - var(--autocomplete-top-offset, 300px)));
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.search-autocomplete.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f3f7;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  text-align: right;
}

.search-autocomplete-item:last-child {
  border-bottom: none;
}

.search-autocomplete-item:hover {
  background: #f8fafc;
  color: #2ad09d;
}

.search-autocomplete-item.selected,
.search-autocomplete-item:active {
  background: #e8f5f1;
  color: #2ad09d;
}

.search-autocomplete-item .item-icon {
  margin-right: 8px;
  color: #999;
  font-size: 0.9em;
  transition: color 0.15s ease;
}

.search-autocomplete-item:hover .item-icon {
  color: #2ad09d;
}

.search-autocomplete-item .item-title {
  font-weight: 500;
  color: #2c3e50;
  transition: color 0.15s ease;
}

.search-autocomplete-item:hover .item-title {
  color: #2ad09d;
}

.search-autocomplete-empty {
  padding: 16px;
  text-align: center;
  color: #999;
  font-style: italic;
}

/* Loading state */
.search-autocomplete-loading {
  padding: 16px;
  text-align: center;
  color: #999;
}

.search-autocomplete-loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #2ad09d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Positioning relative for autocomplete container */
#searchOverlay .search-input-container {
  position: relative;
}

/* Search Overlay Keyframe Animations */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 4px 30px rgba(42, 208, 157, 0.2);
  }
}

.mainSection {
  margin-bottom: 30px;
}

.gridContainer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}

.main_page .mainContainer {
  grid-template-columns: 1fr 1fr;
}

#main_calculator {
  background: #80e5c3;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}

#main_calculator .calcs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  width: 90%;
  text-align: center;
}

#main_calculator .calcs .calc_title {
  font-size: 3em;
  line-height: normal;
}

#main_calculator .calcs sub {
  font-size: 1.75em;
  line-height: normal;
}

#main_calculator .secondaryButton {
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  font-weight: bold;
}

.slider-container {
  position: relative;
  margin-top: 75px;
}

#main_calculator .slider-container {
  margin: 0 auto;
  margin-top: 95px;
  width: 78%;
}

.slider-container input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  direction: ltr;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: white;
  border: 1px solid #000;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: -8px;
}

.slider-container input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to left, #999, #000);
}

.slider-container .bubble {
  position: absolute;
  top: -50px;
  background: white;
  padding: 0px 14px;
  border: 1px solid black;
  font-size: 1.5em;
  border-radius: 0;
}

.slider-container .bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background: white;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}

.slider-container .slider-labels {
  display: flex;
  justify-content: space-between;
  color: #369f7c;
  font-size: 1.125em;
}

.slider-container .slider-labels span {
  direction: ltr;
}

.slider-container .slider-labels span:first-child {
  order: 2;
}

.slider-container .slider-labels span:last-child {
  order: 1;
}

aside .block {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 10px;
}

aside .block:last-of-type {
  margin-bottom: 0;
}

.sub_page aside .block {
  background: #f3f3f3;
}

aside .block .block_header {
  line-height: 66px;
  background: #2ad09d;
  font-size: 1.2em;
  width: 100%;
  color: #fff;
  position: relative;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

aside .block .block_header span {
  background: #fff;
  height: 31px;
  width: 31px;
  display: flex;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

aside .block .block_header i {
  color: #2ad09d;
  margin-left: 4%;
}

aside .block .block_body {
  background: #f3f3f3;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: -4px;
}

.sub_page aside .block .block_body {
  background: none;
  padding: 15px 10px;
}

aside .block .block_body .inner_block {
  position: relative;
}

.sub_page aside .block .block_body .inner_block {
  background: transparent;
}

aside .block .block_body .inner_block.videoWrapper {
  height: 240px;
}

.inner_block#calc_box {
  padding: 20px;
}

a.green_button {
  font-size: 1.25em;
  color: #fff;
  background: #2ad09d;
  font-weight: 700;
  padding: 13px;
  width: 100%;
  display: block;
  margin: 13px 0px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

a.green_button:hover {
  background: #1cb579;
}

#handyman {
  display: block;
  background: url(/img/sprite.png) -4px -113px;
  width: 68px;
  height: 150px;
  position: absolute;
  right: -11px;
  bottom: -4px;
}

.block ul.list > li {
  display: block;
  overflow: hidden;
}

.block ul.list > li > a {
  line-height: 28px;
  color: #3b3a45;
  text-decoration: underline;
  display: block;
  padding-left: 1em;
}

.foot-list li {
  font-weight: 700;
  border-top: 1px solid #2ad09d;
}

.full_link {
  text-align: center;
  font-weight: bold;
  color: #2ad09d;
  text-decoration: none;
  display: block;
}

#tickers {
  min-height: 290px;
  width: 100%;
  margin: auto;
}

#tickers ul {
  display: block;
  width: 100%;
}

#tickers ul li,
.tickers_list li {
  overflow: hidden;
  border-bottom: 1px solid #2ad09d;
  padding: 7px;
  margin-bottom: 7px;
}

#tickers ul li a,
.tickers_list li a {
  text-decoration: none;
  color: #3b3a45;
  display: inline;
}

#tickers ul li a > b {
  color: #2ad09d;
}

#tickers ul li a:hover > b {
  color: #2ad09d;
}

.tickers_list li .q i {
  color: #2ad09d;
}

#tickers ul li:hover a,
.tickers_list li:hover a,
.tickers_list li:hover a b {
  color: #2ad09d;
}

.tickers_list li a > strong {
  color: #2ad09d;
}

.tickers_list li a:hover > strong {
  color: #3b3a45;
}

#tickers ul li .foot,
.tickers_list li .foot {
  color: #2ad09d;
  margin-top: 5px;
  font-size: 0.75em;
  float: left;
  margin-left: 9px;
}

#mainPageContent {
  position: relative;
  width: 100%;
  min-height: 109px;
  overflow: hidden;
}

#mainPageContent .wrap > .textArea {
  float: right;
  width: 60%;
}

#decorative {
  margin-top: 20px;
  background: url("/img/footer-bg.webp");
  width: 100%;
  height: 152px;
}

footer {
  width: 100%;
  padding-top: 0;
  position: relative;
  bottom: 0;
  background: #000000;
  padding-top: 30px;
}

footer .wrap {
  padding: 10px;
  padding-top: 0px;
}

footer .wrap .footer_wrap {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  flex: 1;
  overflow: hi;
  gap: 0 13%;
}

footer .wrap .social {
  flex: 0.4;
}

footer .wrap .social ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .wrap .social ul li {
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: center;
}

footer .wrap .social ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6em;
}

footer .wrap .social ul li .icon {
  border-radius: 50%;
  height: 53px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 1.6em;
}

footer .wrap .social ul li i {
  color: #2ad09d;
}

footer .blocks {
  width: 100%;
  display: flex;
}

footer h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 1.875em;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  padding-bottom: 5px;
}

footer .blocks .block {
  flex: 1;
}

footer .block.last {
  margin-left: 0;
}

footer .block ul > li > a {
  display: block;
  padding: 4px 0px;
  color: #fff;
  font-size: 1.125em;
  line-height: normal;
  text-decoration: none;
}

footer .block ul > li > a:hover {
  color: #2ad09d;
}

footer .footer_note {
  width: 80%;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 20px auto;
  margin-top: 35px;
}

footer .footer_note a {
  color: #fff;
}

footer .footer_cp {
  text-align: center;
  color: #fff;
}

footer .footer_cp .cp {
  font-size: 0.75em;
}

#footer_plain {
  margin: 40px auto;
  display: block;
}

.innerWrap {
  width: 84%;
  margin: 0 auto;
}

#topArea .topArea_title {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: #000;
}

#topArea .topArea_activities {
  display: flex;
  gap: 60px;
  justify-content: center;
}

#activities {
  overflow: hidden;
  position: relative;
  width: calc(100% - 348px - 20px);
}

#activities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

#activities li {
  flex: 1;
}

#activities li:hover a {
  box-shadow: 0px 9px 9px 0px rgba(42, 208, 157, 0.42);
  border: 1px solid #000;
}

#activities li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  height: 124px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  border-radius: 10px;
}

#activities li a i {
  height: 129px;
  width: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2ad09d;
  margin-bottom: 20px;
}

#activities li a span {
  padding: 4px;
  font-size: 1.25em;
}

#activities li a img {
  display: block;
  margin: 0 auto;
}

#activities li.last a {
  margin-left: 0;
}

/* Base responsive styles for topImg */
.topImg {
  max-width: 348px;
  height: auto;
  display: block;
}

.phoneBox {
  font-size: 1.125em;
  line-height: 51px;
  background: #ffa800;
  position: relative;
  padding-right: 3%;
  margin-top: 20px;
  display: block;
  text-decoration: none !important;
  color: #000 !important;
}

.phoneBox:hover {
  background: #f4a204;
}

.phoneBox small {
  display: inline-block;
  background: url("/img/sprite.png") -169px -46px;
  width: 196px;
  height: 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 21px;
  font-size: 1.25em;
}

.phoneBox i {
  display: block;
  background: url("/img/sprite.png") -4px -113px;
  width: 68px;
  height: 150px;
  position: absolute;
  left: -4px;
  top: -53px;
}

.gray_box {
  overflow: hidden;
  background: #f3f3f3;
  margin: 15px 0px;
  padding: 20px 0px;
}

.gray_box h3 {
  color: #2ad09d;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.gray_box h2 {
  line-height: normal;
}

span.underline {
  border-bottom: 1px solid #2ad09d;
  padding-bottom: 16px;
  display: block;
  line-height: normal;
  text-align: center;
  font-size: 1.5em;
}

span.underline > b:first-child {
  color: #2ad09d;
}
span.underline > b:nth-child(2) {
  color: #2ad09d;
}

span.underline i {
  color: #2ad09d;
  font-weight: bold;
}

span.underline i.fas {
  background: -webkit-linear-gradient(#ff5130, #dd2476);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px;
  font-size: 2.25em;
}

.green_box {
  background: #2ad09d;
  color: #fff;
  font-weight: 700px;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px 0px;
  display: block;
}

#numbers_block {
  text-align: center;
}

#numbers_block .wrap {
  width: 90%;
}

#numbers_block .block_body {
  padding: 15px;
}

#numbers_block b.number {
  font-size: 2.25em;
  display: block;
  line-height: 2em;
  color: #2ad09d;
}

#numbers_block .inner_block_wrap {
  width: 80%;
  margin: 0 auto;
}

#numbers_block .green_line {
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: #2ad09d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.125em;
  margin-bottom: 5px;
}

#numbers_block .green_line.small {
  font-size: 0.875em;
}

#numbers_block .link {
  font-size: 0.875em;
}

#numbers_block .link a {
  text-decoration: none;
  color: #2ad09d;
}

#numbers_block .link a:hover {
  text-decoration: underline;
}

#numbers_block p {
  margin: 0 auto;
  margin-top: 10px;
}

#numbers_block p > b:nth-child(2) {
  color: #2ad09d;
}

#numbers_block p a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #2ad09d;
  padding-bottom: 3px;
}

#numbers_block p a:hover {
  color: #2ad09d;
}

#how_its_work {
  margin-bottom: 20px;
}

#how_its_work h3 {
  font-size: 1.5em;
  text-align: center;
  display: block;
  line-height: normal;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px solid #2ad09d;
}

#how_its_work h3 b {
  font-weight: 900;
}

#how_its_work ol {
  font-size: 1.125em;
  display: block;
}

#how_its_work ol li {
  display: block;
  margin-bottom: 3px;
}

#how_its_work ol li a {
  color: #2ad09d;
  text-decoration: none;
}

#how_its_work ol li a:hover {
  text-decoration: underline;
}

#how_its_work ol li b {
  background: #2ad09d;
  display: inline-block;
  margin-left: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 0.825em;
  padding: 1px 8px;
}

#how_its_work img {
  margin: 15px -5px;
}

#how_its_work p {
  text-align: center;
  font-size: 1.125em;
  color: #2ad09d;
}

.videoWrapper {
  position: relative;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stream_area {
  overflow: hidden;
  margin: 10px 0px 0px 0px;
}

.stream_area .li {
  margin-bottom: 10px;
}

.stream_box_title {
  margin-top: 25px;
  width: 100%;
  background: #f2f2f2;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding-right: 10px;
  line-height: 36px;
  overflow: hidden;
  color: #2ad09d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ans {
  padding-bottom: 5px;
}

.ans > * {
  display: inline;
}

.gallery_box {
  float: right;
  width: 37%;
  margin-left: 3%;
}

.video_box {
  float: right;
  width: 60%;
  position: relative;
}

.video_box .videoWrapper {
  height: 223px;
}

#videoWrapper {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 15px;
}
#videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-inner .fancybox-caption {
  font-size: 1.125em;
  font-weight: 700;
  direction: rtl;
}

.stream_box ul {
  list-style: none;
  margin: 0;
}

.gallery_box ul li {
  float: right;
  width: 48%;
  margin-left: 4%;
  display: block;
  margin-bottom: 10px;
}

.gallery_box ul li:nth-child(2n) {
  margin-left: 0;
}

.gallery_box ul li a {
  border: 1px solid #adabab;
  display: block;
  overflow: hidden;
  position: relative;
}

.gallery_box ul li:hover a:before {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
}

.gallery_box ul li:hover a:after {
  content: "\f00e";
  color: #2ad09d;
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 2.125em;
  text-align: center;
}

.gallery_box ul li img {
  width: 100%;
  height: 104px;
  display: block;
}

.qa_box .stream_box_title {
  font-size: 1.125em;
}

.qa_box .orange_header_box.green,
.orange_header_box.green {
  float: left;
  margin-left: 3%;
  font-size: 1.113em;
  color: #2ad09d;
}

.tariff_box li {
  overflow: hidden;
  padding: 13px 6px;
  border-bottom: 1px solid #3b3a45;
  color: #3b3a45;
}
.tariff_box li:hover {
  background: #f2f2f2;
}

.tariff_box li b {
  font-size: 1.125em;
}

.tariff_box li p {
  color: #6f6f6f;
}

.tariff_box li span {
  float: left;
  font-size: 1.225em;
  width: 33%;
  text-align: left;
}

.tariff_box li .inner > div {
  float: right;
  width: 65%;
}

.qa_box li p {
  display: block;
  margin: 0 0 10px 0;
}

.qa_box li p b {
  color: #2ad09d;
}

.dialog {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  z-index: 9999992;
}

.dialog .dialog_wrap {
  width: 100%;
  max-width: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.dialog .dialog_header {
  background: #2ad09d;
  width: 100%;
  line-height: 50px;
  color: #000;
  padding-right: 3%;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.25em;
  position: relative;
  border-radius: 12px 12px 0px 0px;
}

.dialog .dialog_body {
  background: #fff;
  padding: 3%;
  width: 100%;
  border-radius: 0px 0px 12px 12px;
}

.dialog .close_dialog {
  position: absolute;
  top: 0px;
  left: 17px;
  display: block;
  color: #000;
  cursor: pointer;
  font-size: 1.125em;
}

.dialog_body .note_text {
  padding: 8px;
  font-size: 0.8875em;
  text-align: center;
  margin-top: 25px;
  display: block;
}

.dialog_body .note_text a {
  color: #000;
}

.dialog_body .note_text a:hover {
  color: #2ad09d;
}

.dialog_body .myform {
  width: 84%;
  margin: 0 auto;
}

.calc_area .tabs_options > a {
  display: block;
  text-decoration: none;
  float: right;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  color: #000;
  text-align: center;
}

.calc_area .tabs_options > a p {
  height: 84px;
  position: relative;
  display: block;
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 2%;
  margin-bottom: 5px;
}

.calc_area .tabs_options > a:hover,
.calc_area .tabs_options > a.current {
  color: #2ad09d;
}
.calc_area .tabs_options > a:hover p,
.calc_area .tabs_options > a.current p {
  background: #dcdcdc;
}

.calc_area .tabs_options > a img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
}

.calc_area .tabs_options > a:last-child {
  margin-left: 0;
}

.calc_area .tabs_body {
  overflow: hidden;
  margin-top: 15px;
}

.calc_area .hidden_tabs {
  display: none;
}

.calc_area .tabs_footer {
  margin: 10px 0;
}

.calc_area .total_price {
  text-align: left;
  font-size: 1.5em;
  float: left;
}

.calc_area .tabs_body .tab {
  background: #f2f2f2;
  padding: 10px;
  overflow: hidden;
}

.calc_area .tabs_body .tab table {
  table-layout: fixed;
  width: 100%;
}

.calc_area .tabs_body .tab table td {
  border-left: 1px solid #2ad09d;
  width: 23%;
  padding-right: 1.2%;
  background: #fff;
  position: relative;
  padding-bottom: 10px;
}
.calc_area .tabs_body .tab table td:nth-child(2) {
  width: 54%;
}

.calc_area .tabs_body .tab table td:last-child {
  border-left: 0;
}

.calc_area .tabs_body .tab table td:first-child b {
  font-size: 1.5em;
  display: block;
  text-align: center;
}
.calc_area .tabs_body .tab table td:first-child label {
  display: block;
  font-size: 1.125em;
  text-align: center;
}
.calc_area .tabs_body .tab table td label input[type="text"],
.calc_area .tabs_body .tab table td label input[type="number"] {
  display: inline-block;
  width: 55px;
  height: 35px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #2ad09d;
  font-size: 1.125em;
  font-weight: bold;
  color: #2ad09d;
  margin: 0 3px;
}

.calc_area .tabs_body .tab table td label input[type="text"]::-webkit-input-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="text"]:-moz-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="text"]::-moz-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="text"]:-ms-input-placeholder {
  color: #2ad09d;
}

.calc_area .tabs_body .tab table td label input[type="number"]::-webkit-input-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="number"]:-moz-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="number"]::-moz-placeholder {
  color: #2ad09d;
}
.calc_area .tabs_body .tab table td label input[type="number"]:-ms-input-placeholder {
  color: #2ad09d;
}

.calc_area .tabs_body .tab table td:first-child a,
.calc_area .tabs_body .tab table td .hide_tab {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 0.65em;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 5px 0px;
}
.calc_area .tabs_body .tab table td .hide_advanced {
  font-size: 0.85em !important;
}

.calc_area .tabs_body .tab table td:first-child a.advanced {
  font-size: 0.9em !important;
  width: 91%;
  float: none;
  padding: 7px 2px;
  margin: 5px auto;
  color: #000;
}

.calc_area .tabs_body .tab table td:first-child a.advanced:hover {
  color: #fff;
}

.calc_area .tabs_body .tab table td .hide_tab {
  margin: 0;
  position: absolute;
  top: 3px;
  left: 9px;
}

.calc_area .tabs_body .tab table td .hide_tab:hover,
.calc_area .tabs_body .tab table td:first-child a:hover {
  color: #2ad09d;
}

.calc_area .tabs_body .tab table td .hide_tab i {
  color: #2ad09d;
  margin-left: 2px;
}

.calc_area .tabs_body .tab table td.price {
  text-align: center;
  font-size: 1.5em;
  vertical-align: middle;
}

.calc_area .tabs_body .tab table td .custom_checkbox {
  display: inline-block;
  margin-left: 10px;
}

.calc_area .tabs_body .tab table td .custom_checkbox:nth-child(4n) {
  margin-left: 0;
}

.calc_area .tabs_body .tab table .advanced_area {
  display: none;
}

.calc_area .tabs_body .tab table .advanced_area td:first-child {
  padding-top: 10px;
}

.calc_area .tabs_body .tab table .advanced_area td:first-child b {
  font-size: 1.125em;
}

.mybutton.printButton {
  text-decoration: none !important;
  float: right;
  line-height: 2.3em;
  color: #fff;
  font-size: 1em;
}

.mybutton.printButton:hover {
  color: #fff;
}

.custom_checkbox input[type="checkbox"] {
  display: none;
}
.custom_checkbox input[type="checkbox"] + label {
  line-height: 28px;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"] + label:before {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #f2f2f2;
  content: "";
  font-weight: 900;
  font-size: 1.438em;
  color: #2ad09d;
  vertical-align: bottom;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  margin-left: 7px;
}

.custom_checkbox input[type="checkbox"]:checked + label:before {
  content: "\f00c";
}

.fastContact {
  width: 80%;
  margin: 0 auto;
}

.fastContact .fastContact_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background: #f2f2f2;
  padding: 25px 15px;
  margin: 10px 0px;
  padding-right: 35px;
  margin-bottom: 0;
  position: relative;
}

.fastContact .fastContact_inner:after {
  display: block;
  position: absolute;
  bottom: -8px;
  right: 17%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #e4eff2 transparent transparent transparent;
  z-index: 1;
}

.fastContact .fastContact_inner a {
  text-decoration: none;
}

.fastContact .form {
  margin-right: auto;
  width: 60%;
}

.fastContact .form .myform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0;
}

.fastContact .myform fieldset div.inputArea input[type="text"],
.fastContact .myform fieldset div.inputArea input[type="tel"],
.fastContact .myform fieldset div.inputArea input[type="password"],
.fastContact .myform fieldset div.inputArea textarea,
.fastContact .myform fieldset div.inputArea select {
  background: transparent;
  border-bottom: 1px solid #2ad09d;
  color: #000;
}

.fastContact .myform fieldset div.inputArea input::-webkit-input-placeholder,
.fastContact .myform fieldset div.inputArea textarea::-webkit-input-placeholder {
  color: #000;
}
.fastContact .myform fieldset div.inputArea input:-moz-placeholder,
.fastContact .myform fieldset div.inputArea textarea:-moz-placeholder {
  color: #000;
}
.fastContact .myform fieldset div.inputArea input::-moz-placeholder,
.fastContact .myform fieldset div.inputArea textarea::-moz-placeholder {
  color: #000;
}
.fastContact .myform fieldset div.inputArea input:-ms-input-placeholder,
.fastContact .myform fieldset div.inputArea textarea:-ms-input-placeholder {
  color: #000;
}

.fastContact .form .myform > div {
  width: 72%;
}

.fastContact .myform fieldset div.inputArea {
  padding: 3px;
}

.fastContact .myform fieldset div.inputArea:before {
  color: #2ad09d;
}

.fastContact .myform fieldset:last-of-type {
  margin-bottom: 0;
}

.fastContact .form .myform input.mybutton {
  margin-right: 2%;
  white-space: normal;
  line-height: normal;
  font-size: 1.35em;
  padding: 0;
  text-align: center;
  margin-top: 0;
  flex: 1;
}

.fastContact .note_text {
  background: #2ad09d;
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  display: block;
  line-height: normal;
}

.fastContact .note_text input {
  margin-left: 5px;
  margin-right: 5px;
}

.fastContact .note_text a {
  color: #fff;
}

.fastContact .note_text a:hover {
  color: #fff;
}

.ig {
  margin: 50px auto;
  margin-top: 60px;
  position: relative;
}

.ig > img {
  width: 100%;
  max-width: 702px;
}

.ig > p {
  position: absolute;
  text-align: center;
  font-weight: 800;
}

.ig > p b {
  color: #000;
  display: block;
}

.ig > p span {
  color: #2ad09d;
  font-size: 1.125em;
}

.ig > p:nth-of-type(1) {
  top: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.ig > p:nth-of-type(2) {
  bottom: -51px;
  right: 0;
}

.ig > p:nth-of-type(3) {
  bottom: -51px;
  left: 0;
}

.toc {
  margin: 10px 0px 13px 0px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 10px 8px;
  font-size: 0.875em;
}

.toc .toc_header {
  line-height: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.toc .toc_header i#menuBar {
  color: #2ad09d;
  font-size: 1.5em;
  margin-left: 10px;
}

.toc .toc_header i.fa-bars {
  color: #2ad09d;
  font-size: 1.5em;
  margin-left: 10px;
}

.toc .toc_header i.fa-plus {
  color: #2ad09d;
  font-size: 1.3em;
  margin-right: auto;
}

.toc.open .toc_header i.fa-plus:before {
  content: "\f068";
}

.toc .toc_body {
  display: none;
}

.toc .toc_body ul li a {
  color: #000;
  text-decoration: none;
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #e6e4e4;
}

.toc .toc_body ul li:first-child a {
  padding-top: 6px;
}

.toc .toc_body ul li:last-child a {
  border-bottom: 0;
}

.toc .toc_body ul li a:hover {
  color: #2ad09d;
}

.dialog .dialog_header {
  font-size: 1em;
  line-height: 2em;
}

.dialog .dialog_body {
  padding: 3% 0;
}

.dialog_body .myform {
  width: 94%;
}

#arrow_up {
  background: rgba(57, 57, 57, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
  position: fixed;
  bottom: 6%;
  right: 20px;
  cursor: pointer;
  font-size: 1.2em;
  color: #fff;
  line-height: normal;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  display: none;
  z-index: 999999;
}

#arrow_up:hover {
  background: rgba(57, 57, 57, 0.85);
}

#mobile_buttons {
  display: none;
}

#pop_list .gray_box_list {
  padding: 2px;
}

#pop_list aside {
  padding-top: 0;
}

#pop_list aside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pop_list aside ul li {
  width: 33%;
  background: #fff;
  margin-bottom: 2px;
  border: 1px solid transparent;
}

#pop_list aside ul li:hover {
  border-color: #168ef6;
}

#pop_list section:first-child,
#pop_list a:first-child {
  margin: 0;
}

#pop_list li a {
  padding: 17px;
  display: block;
  text-align: center;
}

#pop_list li:hover a {
  color: #168ef6;
}

#pop_list li a i {
  height: 25px;
  margin-bottom: 3px;
}

#pop_list li a img {
  max-height: 21px;
}

.textArea .buttons_table a.mybutton.orange {
  display: flex;
  padding: 7px 0px;
  margin: 8px 2px;
  align-items: center;
  justify-content: center;
  font-size: 0.9em !important;
  width: 100%;
}

.textArea .buttons_table {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.textArea .buttons_table li {
  width: 50%;
  display: flex;
}

#video_watch {
  display: flex;
  font-size: 1.125em;
  margin-top: 15px;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

#links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#links ul li {
  width: 22%;
  border: 1px solid #adadad;
  background: #ffffff;
  margin-top: 10px;
}

#links ul li:hover {
  border-color: #2ad09d;
}

#links ul li a {
  display: flex;
  padding: 10px;
  align-items: center;
  color: #2ad09d;
  font-size: 1.2em;
  text-decoration: none;
}

#links ul li a i {
  background: #2ad09d;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-left: 5%;
}

#links ul li a i:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#links ul li a i img {
  max-width: 80%;
}

#mainSections {
  margin: 50px auto;
}

#mainSections .sections {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 22px;
}

#mainSections .sections .img {
  top: -10px;
  position: relative;
}

#mainSections .sections.boxes {
  box-shadow: 0px 33px 29px 0px rgba(0, 94, 142, 0.13);
}

#mainSections .sections section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 -1px -1px 0;
  padding-top: 10px;
}

#mainSections .sections section .img {
  height: 50px;
  width: 100%;
}

#mainSections .sections section .box {
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 15px;
  height: 170px;
  position: relative;
}

#mainSections .sections section .box .triangle {
  background: url("/img/triangle.png");
  width: 46px;
  height: 23px;
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

#mainSections .sections section .box .box_title {
  font-size: 2.25em;
}

#mainSections .sections section:first-child .box {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#mainSections .sections section:last-child .box {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#mainSections .buttons {
  display: grid;
  gap: 15px;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin: 15px auto;
}

.custom_slider {
  direction: ltr;
  position: relative;
}

#customer_service {
  box-shadow: 0px 33px 32px 0px rgba(2, 48, 153, 0.17);
  padding: 30px;
  width: 70%;
  margin: 20px auto;
  margin-bottom: 35px;
}

#customer_service .gridContainer {
  align-items: center;
  justify-content: center;
}

#customer_service .gridContainer .column:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#centerContact {
  background: url(/img/center-contact-bg.png) right;
  width: 100%;
  min-height: 653px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
}

#centerContact .wrap {
  width: 48%;
  max-width: 600px;
  padding-top: 160px;
}

#centerContact .wrap > b {
  font-size: 2.25em;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

#centerContact .note {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-top: 10px;
  display: block;
  border-radius: 10px;
  text-align: center;
}

#centerContact .note a {
  color: #2ad09d;
}

#centerContact .note a:hover {
  color: #000;
}

#centerContact .myform fieldset div.inputArea input[type="text"],
#centerContact .myform fieldset div.inputArea input[type="tel"],
#centerContact .myform fieldset div.inputArea input[type="password"],
#centerContact .myform fieldset div.inputArea textarea,
#centerContact .myform fieldset div.inputArea select {
  border-radius: 10px;
  border: 0 !important;
  font-weight: bold;
  padding-right: 10px;
}

#centerContact .inputArea:before {
  content: "";
}

.spacing {
  margin-bottom: 30px;
}

#centerPurchase {
  background: url(/img/pur-bg.png) right;
  width: 100%;
  min-height: 619px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
}

#centerPurchase .wrap > span {
  display: block;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.325em;
}

#centerPurchase .wrap > span b {
  font-size: 1.125em;
}

#centerPurchase .wrap .redButton {
  display: inline-block;
  font-size: 1.5em;
  margin-top: 35px;
  box-shadow: 0px 9px 30px 0px rgb(13 90 169 / 30%);
  background: #fff;
  padding: 10px 30px;
}

#centerPurchase .wrap .redButton span {
  position: relative;
}

#centerPurchase .wrap .redButton span i {
  position: absolute;
  top: 5px;
  left: -3px;
  color: #fe2922;
}

#centerPurchase .wrap .redButton:hover span i {
  color: #fff;
}

#centerPurchase .wrap .redButton:hover {
  background: #172c96;
}

.bottom_blocks {
  margin: 20px 0px;
}

.block .block_header b {
  font-size: 2.2em;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

.block .block_body {
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 15px;
  box-shadow: 0px 33px 29px 0px rgba(0, 248, 164, 0.08);
}

.block .block_body .list {
  display: grid;
  gap: 15px;
  justify-content: space-between;
  padding: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.block .block_body .list a:hover {
  color: #2ad09d;
}

#recs {
  background: #fafafa;
  padding: 20px 0;
  padding-bottom: 45px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  direction: ltr;
  text-align: left;
}

#recs .slick-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}

.slick-slide {
  margin: 0 20px;
}

.slick-list {
  margin: 0 -20px;
}

#recs .items .item {
  padding-top: 48px;
}

#recs .items .item-grid {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  gap: 15px;
  position: relative;
  flex-direction: column;
  padding-top: 60px;
  height: 100%;
}

#recs .items .item img {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  object-fit: cover;
}

#recs .items .item span {
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
  color: #595959;
}
#recs .items .item p {
  font-weight: 200;
  font-size: 1.125em;
  text-align: center;
  color: #595959;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  direction: rtl;
}

.prices_list {
  margin: 20px 0px;
}

.prices_list .discount {
  color: red;
  display: block;
  border: 1px dashed red;
  padding: 3px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.65em;
  direction: rtl;
}

.textArea .prices_list_text ul {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.prices_list section {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
}

.prices_list section img {
  max-height: 150px;
  width: auto !important;
  margin: 0 auto;
}

.prices_list_text {
  font-size: 1em;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 15px 0px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* מוסיף צל קל */
}

.prices_list_text h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.prices_list_text p {
  font-size: 1em;
  color: #333;
}

.percent_format {
  display: inline-block;
  direction: ltr;
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-no-scroll {
  overflow: hidden !important;
}

#left_links {
  position: fixed;
  bottom: 3%;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 4;
}

#left_links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  color: #000;
  max-width: 105px;
  text-align: center;
}

#left_links a .icon {
  text-decoration: none;
  background: #80e5c3;
  color: #000;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 11px;
  font-size: 1.7em;
  padding: 8px 19px;
  width: 60%;
}

#left_links a .text {
  font-weight: bold;
}

#header header img#mobile-goodbit {
  display: none;
}

/* =================================================================
   CONSOLIDATED MEDIA QUERIES
   ================================================================= */

/* Print Styles */
@media print {
  .printButton {
    display: none !important;
  }
}

/* Large Desktop and Tablet Styles - 1200px and below */
@media (max-width: 1200px) {
  .pageTitle,
  h1,
  h2,
  h3 {
    font-size: 1.8em;
  }
  h1,
  h2 {
    text-align: center;
  }
  .spacing {
    margin-bottom: 15px;
  }

  .myform fieldset div.inputArea input[type="text"],
  .myform fieldset div.inputArea input[type="tel"],
  .myform fieldset div.inputArea input[type="password"],
  .myform fieldset div.inputArea textarea,
  .myform fieldset div.inputArea select {
    font-size: 1em;
  }

  .myform button,
  .mybutton {
    font-size: 1em;
  }

  /* Show hamburger menu */
  i#menuBar {
    display: block !important;
    z-index: 1001;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  /* Hide desktop navigation */
  nav#menuArea {
    display: none;
  }

  /* Mobile menu overlay */
  nav#menuArea.mobile-menu-open {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 84%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    padding: 80px 0 20px 0;
  }

  nav#menuArea.mobile-menu-open.slide-in {
    right: 0;
  }

  /* Primary button inside mobile menu */
  nav#menuArea.mobile-menu-open .mobile-menu-primary-button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1002;
    font-size: 0.9em;
    padding: 8px 12px;
    white-space: nowrap;
    display: block;
  }

  /* Mobile menu backdrop */
  .mobile-menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-backdrop.show {
    display: block;
  }

  #searchButton {
    width: 30px;
    height: 30px;
    font-size: 1em;
    order: 2;
  }

  /* Mobile navigation styles */
  ul#navigator {
    display: block;
    padding: 0;
    margin: 0;
  }

  ul#navigator > li {
    display: block;
    border-bottom: 1px solid #eee;
  }

  ul#navigator > li > div,
  ul#navigator > li > a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    font-size: 1em;
    border: none;
    background: none;
    position: relative;
  }

  ul#navigator > li > div > a,
  ul#navigator > li > div > span.text {
    display: inline;
    padding: 0;
    font-size: 1em;
  }

  /* Mobile dropdown arrow */
  ul#navigator > li.plus > div > span.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    color: #666;
    font-size: 1.6em;
    cursor: pointer;
    padding: 0 10px;
  }

  ul#navigator > li.minus > div > span.icon {
    transform: translateY(-50%) rotate(180deg);
  }

  /* Mobile dropdown menu */
  ul#navigator > li > ul.drop {
    display: none;
    position: static;
    width: 100%;
    background: #f8f9fa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  ul#navigator > li.mobile-dropdown-open > ul.drop {
    max-height: 800px !important;
  }

  ul#navigator > li > ul.drop li {
    width: 100%;
    float: none;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
  }

  ul#navigator > li > ul.drop li:last-child {
    border-bottom: none;
  }

  ul#navigator > li > ul.drop li > a {
    display: block;
    padding: 12px 40px;
    width: 100%;
    float: none;
    margin: 0;
    border: none;
    color: #555;
    font-size: 1em;
  }

  ul#navigator > li > ul.drop li > a:hover {
    color: #2ad09d;
    background: #f0f0f0;
  }

  /* Mobile menu close button */
  .mobile-menu-close {
    display: none; /* Hide the separate close button */
  }

  /* Header adjustments for mobile */
  #header header {
    padding: 15px 0;
    flex-wrap: wrap;
  }

  #header header a#logo {
    order: 2;
    flex: 1;
    background-position: center center;
  }

  #header header i#menuBar {
    order: 1;
    margin-left: 0;
    margin-right: 15px;
  }

  #header header .primaryButton {
    display: none; /* Hide primaryButton from header in mobile */
  }

  #header header img#goodbit {
    display: none;
  }

  #header header img#mobile-goodbit {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  /* Ensure proper stacking */
  .mobile-menu-backdrop,
  nav#menuArea.mobile-menu-open {
    position: fixed !important;
  }

  .flexWrap {
    flex-direction: column;
    gap: 30px;
    display: flex;
  }
  .flexWrap .leftBlocks,
  .flexWrap .rightBlocks {
    width: 100%;
    margin: 0;
  }

  /* #topArea Styles */
  .innerWrap {
    width: 95%;
    padding: 0 10px;
  }

  #topArea {
    text-align: center;
    padding: 0;
  }

  #topArea .topArea_title {
    font-size: 1.2em;
    line-height: 1.3;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  #topArea .topArea_activities {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  #activities {
    width: 100%;
    order: 2;
  }

  #activities ul {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
  }

  #activities li a {
    height: 80px;
    padding: 12px;
    gap: 12px;
    flex-direction: row;
  }

  #activities li a i {
    height: 50px;
    width: 50px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  #activities li a span {
    text-align: right;
    flex: 1;
    font-size: 1em;
  }

  .topImg {
    display: none;
  }

  /* #main_calculator Styles */
  #main_calculator {
    padding: 25px 15px;
    margin: 20px 0;
  }

  #main_calculator .calcs {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  #main_calculator .calcs .calc_title {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  #main_calculator .calcs sub {
    font-size: 1em;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
  }

  #main_calculator .slider-container {
    width: 100%;
    margin-top: 40px;
  }

  .slider-container .bubble {
    font-size: 1em;
    padding: 2px 8px;
    top: -35px;
  }

  .slider-container .slider-labels {
    font-size: 0.8em;
    margin-top: 10px;
  }

  #main_calculator .secondaryButton {
    margin-top: 30px;
    padding: 10px 12px;
    font-size: 0.9em;
    line-height: 1.3;
    width: 95%;
    max-width: 400px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
  }

  /* Additional slider container responsiveness */
  .slider-container {
    margin-top: 60px;
  }
  footer .blocks {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 0.875em;
  }
  footer h3 {
    margin-bottom: 5px;
  }
  footer .footer_note {
    width: 100%;
  }

  /* Search Overlay Responsive Styles */
  #searchOverlay .search-container {
    width: 95%;
    max-width: 500px;
    padding: 0 15px;
  }

  #searchOverlay .search-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  #searchOverlay .search-input {
    padding: 16px 16px 16px 50px;
    font-size: 1.3em;
    border-radius: 25px;
  }

  #searchOverlay .search-input-container .search-input-icon {
    left: 20px;
    font-size: 1.3em;
  }

  #searchOverlay .search-suggestions {
    font-size: 1em;
    margin-top: 15px;
  }

  #searchOverlay .search-suggestions span {
    margin: 4px 8px;
    padding: 6px 12px;
    font-size: 0.95em;
    border-radius: 15px;
  }
}
