@charset "UTF-8";

/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Alex Leibovich @LEOS
Version: 2.0
*/

@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
@import url('https://fonts.googleapis.com/css?family=Assistant:400,700&subset=hebrew');
::-webkit-input-placeholder {
    color: black;
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: black;
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
}
:-ms-input-placeholder {
    color: black;
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.circlebox,
.page-template-page-front .top_cats .top_cat:before {
    border-radius: 50%;
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    /*font-family: Assistant, "Open Sans Hebrew", sans-serif;;*/
    font-family: Assistant;
    margin: 0;
    padding: 0;
    height: 100%;
}
iframe {
    max-width: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#content {
    padding-bottom: 266px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.blue-bg {
    background-color: #0A8EAF;
    width: 100%;
    margin: 0 auto;
}
.blue-bg h1.main {
    margin: 0 auto;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 75px 0;
}
.blue-bg h1.main:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url(images/mobile.png);
    width: 79px;
    height: 121px;
    top: 50%;
    transform: translateY(-50%);
}
.center {
    text-align: center;
    justify-content: center;
}
.relative {
    position: relative;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.fcc,
.flex {
    display: flex;
}
.flow {
    flex-flow: row wrap;
}
.justify {
    justify-content: space-between;
}
.fcc,
.align {
    align-items: center;
}
div {
    font-size: 18px;
}
.fcc,
.jcc {
    justify-content: center;
}
.block {
    display: block;
}
.abscenter {
    margin: 0 auto;
    /*position: absolute;*/
    /*margin: auto;*/
    /*top: 50%;*/
    /*left: auto;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
}
.imgfix {
    line-height: 0;
}
h1,
h2,
h3 {
    font-weight: normal;
    margin: 0 0 0 0;
}
p {
    margin: 0 0 0 0;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0 0 0 0;
    list-style: none;
}
#MobBtns,
#MobNavBtn {
    display: none;
}
.the_title {
    /*font-size: 14px;*/
}
h1.title strong {
    color: #0A8EAF !important;
    font-size: 52px;
}
nav {
    width: 100%;
    text-align: center;
    position: relative;
}
div.main_menu {
    font-size: 0;
}
nav div.main_menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    align-items: center;
}
nav div.main_menu>ul>li {
    width: 100%;
    position: relative;
}
nav div.main_menu>ul>li>a {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
    font-size: 20px;
    color: #fff;
    background: transparent;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 100;
}
nav div.main_menu ul li.current_page_item>a,
nav div.main_menu ul li.current-menu-item>a,
nav div.main_menu ul li:hover>a {
    background: #ff6a4c;
}
nav div.main_menu ul.menu li.current_page_item>a,
nav div.main_menu ul li.current-menu-item>a,
nav div.main_menu ul li:hover>a {
    color: #3398B6!important;
}
nav div.main_menu>ul>li ul.sub-menu {
    display: block;
    z-index: 999;
    width: 150px;
    position: absolute;
    /*top: calc(100% + 30px);*/
    right: -40px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: #fff;
    border: 1px solid #dedede;
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    display: block;
    font-size: 16px;
    padding: 5px;
    width: calc(100% - 10px) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
}
#leos {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
    color: #fff;
    direction: ltr;
    padding: 14px 0;
    font-weight: 700;
}
#leos img {
    padding-top: 10px;
    height: 50px;
    width: auto;
}
#leos a {
    position: relative;
    display: inline-block;
}
#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: .3s;
    transition: .3s;
}
#leos a:hover span {
    right: -100px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.acf-map {
    width: 100%;
    height: 366px;
    pointer-events: none;
}
.entry {
    font-size: 14px;
    line-height: 1.4;
    color: #484848;
}
.entry .short_description {
    font-weight: 400;
    font-size: 16px;
    color: #2d384e;
}
.entry .short_description img {
    vertical-align: middle;
    margin-left: 5px;
}
.entry p {
    margin-bottom: 10px;
    font-size: 20px;
}
.entry img {
    max-width: 100%;
    height: auto;
}
.entry ul {
    margin: 0 20px;
    list-style: inherit;
}
.entry table {
    border: 1px solid #000;
}
.entry table td {
    border: 1px solid #000;
}
.entry table tr:nth-child(1)>td {
    text-align: center;
    background: #ccc;
}
div.wpcf7 img.ajax-loader {
    display: none;
}
svg * {
    fill: inherit !important;
}
.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.overh {
    overflow: hidden;
}
#FloatSocials {
    position: fixed;
    display: block;
    top: 30%;
    left: 10px;
    z-index: 90;
}
#FloatSocials div {
    margin-bottom: 5px;
}
#FloatSocials div a {
    display: inline-block;
}
#FloatSocials img,
#FloatSocials svg {
    width: 30px;
    height: 30px;
    fill: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/* Contact form style Start */

span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* Red Ballons CSS */

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    background: #f00;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    white-space: nowrap;
    left: 5%;
    -webkit-animation: formerror 400ms;
    animation: formerror 400ms;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 100%;
    left: 10%;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f00;
}
@-webkit-keyframes formerror {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 100%;
    }
}
@keyframes formerror {
    from {
        opacity: 0;
        bottom: 0;
    }
    to {
        opacity: 1;
        bottom: 100%;
    }
}
.wrap br {
    display: none;
}
div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
    font-family: Assistant, "Open Sans Hebrew", sans-serif;
    ;
}
div.wpcf7 textarea {
    height: 100px;
}
div.wpcf7 input[type=submit] {
    cursor: pointer;
}

/* Bubble animation for replacing ajax img */

@-webkit-keyframes bubbles {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@keyframes bubbles {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* Errors Msgs */

div.wpcf7-response-output {
    position: fixed;
    margin: 0 !important;
    border: none;
    padding: 10px 15px;
    bottom: -100%;
    z-index: 9999;
    font-size: 22px !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    -webkit-animation: form_msg_error 500ms;
    animation: form_msg_error 500ms;
    bottom: 0;
}
@-webkit-keyframes form_msg_error {
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}
@keyframes form_msg_error {
    from {
        bottom: -100%;
    }
    to {
        bottom: 0;
    }
}
div.wpcf7-mail-sent-ok {
    background: #398f14;
}
div.wpcf7-validation-errors {
    background: #f7e700;
}
.form_msg_error_out {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
@-webkit-keyframes form_msg_out {
    from {
        bottom: 0;
    }
    to {
        bottom: -300px;
    }
}
@keyframes form_msg_out {
    from {
        bottom: 0;
    }
    to {
        bottom: -300px;
    }
}
body {
    background: #ffffff;
}
header {
    padding: 32px 0 10px;
    background: #2d384e;
}
header .logo {
    margin-left: 20px;
    padding: 13px 0 0;
    max-width: 237px;
}
@media all and (max-width: 1024px) {
    header {
        padding: 0px;
        background: #2d384e;
    }
    div.logo {
        margin-left: 0px;
        padding-right: 50px !important;
    }
}
header .logo img {
    max-width: 80%;
}
.cat_name.green {
    color: #01abb8;
}
.cat_name.blue {
    color: #0094de;
}
.cat_name.pink {
    color: #de088a;
}
.cat_name.orange {
    color: #ea6002;
}
.page-template-page-front .page_title {
    padding: 50px 0;
    color: #666666;
}
.page-template-page-front .page_title h1,
.page-template-page-front .page_title h2 {
    font-size: 3vmax;
}
.page-template-page-front .page_title h2.sec_title {
    font-weight: bold;
    font-size: 2.7vmax;
}

/*.page-template-page-front .top_cats {
  padding: 80px 0;
  border-top: 2px dotted #a1a0a5;
}*/

.page-template-page-front .top_cats .top_cat {
    width: calc(100% / 4 - 15px);
    margin-bottom: 20px;
}
.page-template-page-front .top_cats .top_cat:nth-child(1) {
    background-color: #0A8EAF;
}
.page-template-page-front .top_cats .top_cat:nth-child(2) {
    background-color: #0A465E;
}
.page-template-page-front .top_cats .top_cat:nth-child(3) {
    background-color: #F77D48;
}
.page-template-page-front .top_cats .top_cat:nth-child(4) {
    background-color: #EFC55B;
}
.page-template-page-front .top_cats .top_cat .img_wrap:hover img {
    transform: scale(1.1);
}
.page-template-page-front .top_cats .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-front .top_cats .top_cat .img_wrap img {
    width: auto;
    /* width: 100%; */
    height: auto;
    transform: scale(0.6);
    transition: all .7s ease;
}
.page-template-page-front .top_cats .top_cat .cat_name {
    font-size: 40px;
    color: #fff;
}
.page-template-page-front .top_cats .top_cat:before,
.page-template-page-front .top_cats .top_cat:after {
    content: "";
    position: absolute;
    bottom: 105%;
    right: 50%;
    background: #a1a0a5;
    transform: translateX(50%);
}
.page-template-page-front .top_cats .top_cat:before {
    width: 5px;
    height: 5px;
    display: none;
}
.page-template-page-front .top_cats .top_cat:after {
    width: 1px;
    height: 65px;
    display: none;
}
.prod_btn {
    cursor: pointer;
    border-radius: 30px !important;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    opacity: 1;
    transition: all .7s ease;
    font-size: 20px;
    box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, .3);
}
.prod_btn:hover {
    opacity: .7;
}
.det_btn {
    cursor: pointer;
}
.prod_wrap>.details .det_btn span.open {
    display: inline-block;
}
.prod_wrap>.details .det_btn.rotated span.open {
    display: none;
}
.prod_wrap>.details .det_btn span.close {
    display: none;
}
.prod_wrap>.details .det_btn.rotated span.close {
    display: inline-block;
    transform: rotate(0deg)!important;
    padding: 5px 4px 7px;
}
.det_wrap {
    width: 100%;
}
.det_container {
    padding: 20px;
    margin-top: 16px;
    font-size: 14px;
}
.prod_wrap:first-child .det_container {
    /*margin-top: 14px;*/
}
.blue .form_wrap.opened {
    border-bottom: 4px solid #2c6ab5;
}
.pink .form_wrap.opened {
    border-bottom: 4px solid #c0499d;
}
.orange .form_wrap.opened {
    border-bottom: 4px solid #ea953b;
}
.green .form_wrap.opened {
    border-bottom: 4px solid #0A465E;
}
.prods.blue .prod_btn {
    background: #0A465E;
}
.prods .price .price-inner {
    padding: 0 10px 0 30px;
    text-align: left;
}
.prods .price .price-text {
    font-size: 18px;
}
.prods.blue .price {
    color: #0A465E
}
.prods.green .prod_btn {
    background: #08aa9d;
}
.prods.green .price {
    color: #0A465E;
}
.prods.green .price strong {
    color: #0A465E;
}
.prods.green .info .prod_btn {
    background: #0A465E;
}

/* Form Submit Button */

form .green .prod_wrap .wrap input[type=submit] {
    background: #0A465E !important;
}
.blue .prod_wrap .wrap input[type=submit] {
    background: #0A465E !important;
}
.pink .prod_wrap .wrap input[type=submit] {
    background: #0A465E !important;
}
.orange .prod_wrap .wrap input[type=submit] {
    background: #0A465E !important;
}
.prods.pink .prod_btn {
    background: #0A465E;
}
.prods.pink .price {
    color: #0A465E;
}
.prods.orange .prod_btn {
    background: #0A465E;
}
.prods.orange .price {
    color: #0A465E;
}
.container .sec_cats {
    margin-top: 20px;
}
.sec_cat_wrap {
    margin-bottom: 50px;
}
.sec_cat_wrap .title {
    text-align: center;
    background: #fff;
    padding: 5px 0;
    font-size: 35px;
    color: #0A465E;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.prod_wrap {
    /*padding: 20px 20px 34px;*/
    /*background: white;
  background-image: url(/wp-content/uploads/shadow.png);
  background-repeat: no-repeat;
  background-position: center 120px;
  background-size: initial;*/
    align-items: flex-end;
    position: relative;
    padding-top: 10px;
}
.prod_wrap:nth-child(odd) {
    background-color: rgba(0, 0, 0, .04);
}
.prod_wrap .bottom-shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    /* background-image: url(/wp-content/uploads/shadow.png); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: initial;
    z-index: 9;
    top: 146px;
    left: 0;
}
.prod_wrap .content,
.prod_wrap .price,
.prod_wrap .info {
    font-family: Assistant;
}
.prod_wrap .plogo {
    width: 20%;
    text-align: center;
}
.prod_wrap .content>.entry {
    position: relative;
    display: block;
}
.prod_wrap .content>.entry:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 80%;
    bottom: 0;
    right: -20px;
    background: #cecece;
}
.prod_wrap .company-name {
    color: #2d384e;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 14px;
    /*font-family: "Open Sans Hebrew";*/
}
.prod_wrap .info {
    width: 25%;
}
.prod_wrap>.price {
    width: 18%;
}
.prod_wrap>.price strong {
    font-size: 54px;
    line-height: 34px;
}
.prod_wrap>.details {
    width: 12%;
    text-align: center;
    margin-top: -30px;
}
.prod_wrap>.details span {
    background: #2d384e;
    padding: 1px 10px 7px;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 32px;
    line-height: 28px;
}
.sec_cats .prod_wrap>.details span {
    background: #2d384e;
    padding: 1px 1px 7px;
}
.prod_wrap .plogo img,
.prod_wrap .info img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    max-height: 80px;
    height: auto;
}
.prod_wrap .plogo .price,
.prod_wrap .info .price {
    font-size: 25px;
}
.prod_wrap .plogo .text,
.prod_wrap .info .text {
    font-size: 22px;
    margin-bottom: 3px;
    font-weight: 400;
}
.prod_wrap .content {
    width: 25%;
}
.prod_wrap .form_wrap {
    /*width: 50%;*/
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    transition: all .7s ease;
    padding: 0 20px;
}
.prod_wrap .form_wrap.opened {
    border-top: none;
    border-left: none;
    border-right: none;
}
.prod_wrap .form_container,
.prod_wrap .details_container {
    padding: 30px 0 10px;
    vertical-align: top;
}
@media screen and (min-width: 1026px) {
    .prod_wrap .form_container,
    .prod_wrap .details_container {
        display: inline-block;
        width: 49%;
        color: #0b465e;
    }
}
.prod_wrap .form_container .form_title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
}
.prod_wrap .form_container .form_title .close {
    position: absolute;
    top: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    font-weight: bold;
    color: grey;
    font-family: cursive;
    font-size: 25px;
    display: none;
}
.prod_wrap .wrap {
    width: 80%;
    margin: 0 auto;
}
.prod_wrap .wrap .fproduct,
.prod_wrap .wrap .fprice {
    display: none;
}
.prod_wrap .wrap .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 10px;
}
.prod_wrap .wrap .wpcf7-form-control-wrap input {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #848484;
    background-color: #fff !important;
}
.prod_wrap .wrap .wpcf7-form-control-wrap input.form-control {
    background-color: #fff !important;
    padding: 9px 10px;
    border-radius: 0;
}
.sec_cats .green .prod_wrap .wrap input[type=submit] {
    background: #0A465E !important;
}
.sec_cats .prod_wrap .wrap input[type=submit] {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: white;
    font-size: 20px !important;
    transition: all .7s ease;
    background: #06aa8c;
    border: 0;
}
.prod_wrap .wrap input[type=submit]:hover {
    background: #0094de;
}
@media (max-width: 767px) {
    .prod_wrap .wrap .wpcf7-form-control-wrap input {
        box-sizing: border-box;
        width: 100%;
    }
}
.page-template-page-front .texts {
    padding: 50px 0;
    background: #ebebeb;
    display: none;
}
.page-template-page-front .texts .text {
    width: 30%;
    margin-bottom: 20px;
}
.page-template-page-front .texts .text .entry {
    color: #2d384e;
}
footer {
    padding: 40px 0;
    /* background: #2d384e; */
    background: #EAEDEF;
}
footer .w {
    align-items: flex-start;
}
footer .f_right {
    width: 40%;
}
footer .f_right a {
    display: block;
    margin-bottom: 30px;
}
footer .f_right .f_text {
    color: white;
    color: #444B5D;
}
footer .f_left,
footer .f_mid {
    width: 25%;
}
footer .f_mid {
    justify-content: center;
}
footer .f_socials a {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    box-shadow: 1px 3px 6px rgba(0, 5, 0, 0.5);
}
footer .f_socials a svg {
    width: 25px;
    height: 25px;
    fill: white;
}
footer .footer_menu ul {
    display: flex;
    flex-flow: column wrap;
    /* color: white; */
    color: #444B5D;
    max-height: 180px;
}
footer .footer_menu ul li {
    margin-bottom: 10px;
    margin-left: 30px;
}
h1.main {
    padding: 50px 0;
    font-size: 40px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.the_post {
    width: calc(100% / 3 - 10px);
    margin-bottom: 10px;
}
.the_post .date {
    margin-bottom: 5px;
}
.the_post .date .text {
    width: calc(100% - 105px);
    background: #ebebeb;
    padding: 20px;
    font-size: 16px;
}
.the_post .date .plus {
    width: 60px;
    background: #33a59a;
    color: white;
    font-size: 35px;
}
.the_post .content {
    padding: 25px 15px;
    border: 1px solid #a8a7a7;
}
.the_post .content a {
    font-size: 25px;
    margin-bottom: 10px;
}
.the_post .content .entry {
    color: #a8a7a7;
}
.single .post {
    margin-bottom: 80px;
}
.rposts_title {
    color: #666666;
    font-size: 30px;
    margin-bottom: 20px;
}
.tax-Company .company_title {
    padding-top: 50px;
    padding-bottom: 20px;
}
.tax-Company .company_title h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 35px;
}
.tax-Company .company_title .title_wrap {
	width: 100%;
	text-align: center;
	color: #666;
    font-size: 30px;
}
.tax-Company .sub {
	display: block;
	text-align: center;
}
.tax-Company img.logo {
	position: absolute;
	max-width: 250px;
    margin-left: 25px;
}
.tax-Company .entry.main {
    color: #666666;
    margin-bottom: 100px;
}
.tax-Company .prods_title {
    background: #2d384e;
    justify-content: center;
}
.tax-Company .prods_title .p_title {
    cursor: pointer;
    padding: 5px 10px;
    color: white;
    font-size: 24px;
    background: transparent;
    transition: all .7s ease;
}
.tax-Company .prods_title .p_title:hover,
.tax-Company .prods_title .p_title.active {
    background: #ff6a4c;
}
.tax-Company .products_wrap {
    margin-bottom: 50px;
}
.tax-Company .tab {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all .7s ease;
}
.page-template-page-bus .entry,
.page-template-page-contact .entry {
    margin-bottom: 50px;
}
.page-template-page-bus .col,
.page-template-page-contact .col {
    width: 45%;
}
.page-template-page-bus .col .title,
.page-template-page-contact .col .title {
    width: 30%;
    font-size: 16px;
}
.page-template-page-bus .col p,
.page-template-page-contact .col p {
    width: 70%;
}
.page-template-page-bus .col .flex.align,
.page-template-page-contact .col .flex.align {
    margin-bottom: 10px;
}
.page-template-page-bus .col .wpcf7-form-control-wrap input,
.page-template-page-bus .col .wpcf7-form-control-wrap select,
.page-template-page-bus .col .wpcf7-form-control-wrap textarea,
.page-template-page-contact .col .wpcf7-form-control-wrap input,
.page-template-page-contact .col .wpcf7-form-control-wrap select,
.page-template-page-contact .col .wpcf7-form-control-wrap textarea {
    border-radius: 5px;
    border: 1px solid #8d8d8d;
    background: white;
    padding: 10px;
    width: calc(100% - 22px);
    font-size: 21px;
}
.page-template-page-bus .col .wpcf7-form-control-wrap select,
.page-template-page-contact .col .wpcf7-form-control-wrap select {
    width: 100%;
}
.page-template-page-bus .col .tarea,
.page-template-page-contact .col .tarea {
    align-items: flex-start;
}
.page-template-page-bus .wrap>p,
.page-template-page-contact .wrap>p {
    width: 100%;
}
.page-template-page-bus input[type=submit],
.page-template-page-contact input[type=submit] {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #33a59a;
    border-radius: 5px;
    padding: 5px;
    border: 0;
    border-bottom: 5px solid #2c8a81;
    font-size: 21px;
    transition: all .7s ease;
    background-image: url(images/pointer.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 25% center;
}
.page-template-page-bus input[type=submit]:hover,
.page-template-page-contact input[type=submit]:hover {
    border-bottom: 5px solid #33a59a;
}
.page-template-page-contact .col:first-child {
    display: none;
}
.page-template-page-contact .col:nth-child(2) {
    width: 100%;
}
.page-template-page-contact .col:nth-child(2) .title {
    width: 15%;
}
.page-template-page-contact .col:nth-child(2) p {
    width: 85%;
}
header li.brands {
    cursor: pointer;
}
header li.brands.active a {
    background-color: #ff6a4c;
}
header .top_brands {
    opacity: 0;
    pointer-events: none;
    transition: all .7s ease;
    position: absolute;
    top: 100%;
    background: white;
    flex-wrap: wrap;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 10px calc(50vw - 524px);
    box-shadow: 0px 5px 5px -5px #9c9b9b;
}
header .top_brands table {
    border-collapse: collapse;
}
header .top_brands td {
    width: 140px;
    padding: 6px 14px;
    height: auto;
    background-image: url(/wp-content/uploads/borders.png);
    background-size: 100% 100%;
}
header .top_brands a {
    line-height: 0;
    width: 100%;
    transition: all .5s ease;
}
header .top_brands a:hover {
    opacity: 0.6;
}
header .top_brands img {
    max-width: 120px;
    max-height: 70px;
    margin: 0 10px;
}
header .top_brands.active {
    opacity: 1;
    pointer-events: auto;
}
#slider-texts {
    direction: ltr;
    display: none;
}
#slider-texts .slick-slide {
    direction: rtl;
}
.texts .text {
    display: block;
}
#slider-texts .slick-slide p {
    padding: 0 10px;
}

/* Contact form style End */

@media (max-width: 1025px),
(max-device-width: 1025px) {
    #slider-texts {
        display: block;
    }
    .texts .text {
        display: none;
    }
    .up-date {
        width: 100%;
        text-align: center;
        display: block;
    }
    header .top_brands.active {
        opacity: 1;
        pointer-events: auto;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 1;
    }
    .page-template-page-front .top_cats .top_cat .cat_name {
        font-size: 20px;
    }
    .prod_wrap.flex.align.flow,
    .container.flex.justify.flow,
    .container.flex.justify.break.w,
    .wrap.flex.justify.flow {
        /*display: block;*/
        margin: 0 auto;
    }
    .page-template-page-front .texts .text,
    footer .f_right {
        width: 100%;
    }
    /*.sec_cat_wrap .title {
    width: 100vw;
    margin-right: -2vw;
  }*/
    .prod_wrap {
        background-position: center 100% !important;
        padding: 20px 5px 34px;
        align-items: center;
    }
    .prod_wrap .plogo {
        width: 26%;
        text-align: right;
        order: 1;
        margin-top: 46px;
    }
    .prod_wrap .plogo .company-name {
        vertical-align: middle;
        padding: 0 15px;
        display: inline-block;
        width: 45%;
    }
    .prod_wrap .plogo img {
        padding: 0 10px;
        vertical-align: middle;
        max-width: 60%;
        max-height: 60px;
    }
    .prod_wrap .content {
        width: 38%;
        order: 2;
        margin: 0;
        margin-top: 46px;
    }
    .prod_wrap .content>.entry:before {
        right: -10px;
    }
    .prod_wrap .content .company-name {
        position: absolute;
        right: -50%;
        top: -46px;
        width: 85vw;
    }
    .prod_wrap .content .short_description img {
        max-width: 16px;
        margin-left: 0;
    }
    .prod_wrap .price {
        order: 3;
        width: 36%;
        margin-top: 46px;
    }
    .prod_wrap>.price strong {
        font-size: 42px;
        line-height: 38px;
    }
    .prod_wrap .price a {
        width: 25%;
        padding: 0;
        background: none;
        color: #000;
        border: none;
    }
    .prod_wrap .info {
        order: 4;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .prod_wrap .info .prod_btn {
        width: 76%;
        padding: 4px 0;
        font-size: 24px;
    }
    .prod_wrap .info .text {
        position: absolute;
        left: 37%;
        transform: translateX(-50%);
        top: 100%;
        font-size: 18px;
        z-index: 2;
    }
    .prod_wrap>.details {
        display: none;
    }
    .prod_wrap .form_container .form_title {
        font-size: 18px;
    }
    .prod_wrap .form_wrap .wrap {
        width: 100%;
    }
    /*.prod_wrap .content,*/
    footer .f_left,
    footer .f_mid,
    .page-template-page-bus .col,
    .page-template-page-contact .col {
        width: 100%;
        margin: 25px 0;
    }
    .f_right img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .f_left.flex {
        display: block;
        text-align: center;
    }
    h1.main {
        padding: 15px 0;
    }
    .sec_cat_wrap .title {
        font-size: 25px;
    }
    .prod_wrap .form_wrap {
        width: 95%;
        order: 5;
    }
    .prod_wrap .form_container .form_title .close {
        display: block;
        top: 30px;
        left: 0px;
        font-size: 20px;
    }
    .page-template-page-bus input[type=submit] {
        font-size: 16px;
        background-size: 16px;
        /*text-align: right;*/
        background-position: left 5% center;
    }
    #content {
        padding-bottom: 0;
    }
    #leos {
        position: static;
    }
    footer {
        position: static;
        padding: 40px 0;
    }
    .nomobile {
        display: none !important;
    }
    .logo a img {
        width: 80%;
        height: auto;
    }
    #MobNavBtn {
        display: block;
        position: absolute;
        top: 10px;
        right: 100%;
        width: 45px;
        height: 45px;
        background: inherit;
        z-index: 9999;
    }
    #MobNavBtn span {
        display: block;
        height: 4px;
        width: 70%;
        background: #0A8EAF !important;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
    }
    #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -280%);
        transform: translate(-50%, -280%);
    }
    #MobNavBtn span:nth-child(2) {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, 180%);
        transform: translate(-50%, 180%);
    }
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    nav.active #MobNavBtn span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    #FloatSocials {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 4px);
        max-width: 200px;
        bottom: 2px;
        right: 2px;
        top: auto;
    }
    #FloatSocials div {
        margin: 2px 5px;
    }
    #FloatSocials svg {
        width: 30px;
        height: 30px;
    }
    #FloatSocials.replaced {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    nav {
        background: #000;
        display: block;
        position: fixed;
        height: auto;
        width: 70%;
        z-index: 999;
        /*bottom: 0;*/
        top: 0;
        right: 0;
        height: 100vh;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        text-align: right;
    }
    nav.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    nav div.main_menu>ul {
        display: block;
        margin-top: 10px;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    nav div.main_menu>ul>li {
        margin: 10px 0;
    }
    .menu-item-138 {
        display: none;
    }
    nav div.main_menu>ul>li>a {
        color: #fff;
    }
    nav ul li:after {
        display: none;
    }
    .back-to-menu,
    nav div.main_menu ul li.menu-item-has-children {
        padding: 0 0 0 30px;
        width: calc(100% - 30px);
    }
    nav div.main_menu ul.active .back-to-menu:after,
    nav div.main_menu ul li.menu-item-has-children:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
        background-size: contain;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    nav div.main_menu ul.active .back-to-menu:after {
        -webkit-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
    }
    nav div.main_menu ul.active li.menu-item-has-children {
        padding: 0;
        width: 100%;
    }
    nav div.main_menu ul.active li.menu-item-has-children:after {
        display: none;
    }
    nav ul.menu li a {
        padding: 10px 5px;
        width: calc(100% - 10px);
    }
    ul.sub-menu {
        display: none;
    }
    nav div.main_menu>ul>li>ul.sub-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 90%;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        pointer-events: none;
    }
    nav div.main_menu>ul>li>ul.sub-menu.chekd {
        height: 0;
        position: relative;
    }
    ul.sub-menu li {
        display: block;
        width: calc(100% - 10px);
        margin: 0 auto 0 0;
        padding: 0;
        position: relative;
    }
    .sub-menu li:nth-child(1),
    .sub-menu li:nth-child(2) {
        margin: 0;
        width: 100%;
    }
    nav div.main_menu>ul.menu>li.active>ul.sub-menu {
        opacity: 1;
    }
    nav div.main_menu>ul.menu.active>li>a {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    nav div.main_menu ul li.current_page_item>a,
    nav div.main_menu ul li.current-menu-item>a {
        color: #fff;
    }
    nav div.main_menu ul li:hover>a {
        color: #000;
    }
    .back-to-menu {
        cursor: pointer;
    }
    #MobBtns {
        display: block;
        position: fixed;
        bottom: 3px;
        left: 2.5px;
        z-index: 99999;
    }
    #MobBtns div {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 2.5px;
        background: #e01600;
        position: relative;
    }
    #MobBtns div a {
        display: block;
        height: 100%;
    }
    #MobBtns div svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #fff;
        max-width: 60%;
        max-height: 60%;
        width: auto;
        height: auto;
    }
    .prod_wrap .details_container {
        padding-top: 50px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .prod_wrap .details_container .col-desc {
        width: 48%;
    }
    .prod_wrap .form_wrap.opened {
        height: auto !important;
        padding-bottom: 0 !important;
        border-bottom: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .prod_wrap .bottom-shadow {
        top: 100%;
    }
    .green .form_wrap .details_container {
        border-bottom: 4px solid #0A465E;
    }
    .blue .form_wrap .details_container {
        border-bottom: 4px solid #0A465E;
    }
    .orange .form_wrap .details_container {
        border-bottom: 4px solid #0A465E;
    }
    .pink .form_wrap .details_container {
        border-bottom: 4px solid #0A465E;
    }
}
@media (max-width: 1025px) and (max-width: 600px),
(max-device-width: 1025px) and (max-width: 600px) {
    .break {
        flex-flow: row wrap;
    }
}

/* No SASS */

@media screen and (min-width: 800px) {
    .up-date {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        color: #ffffff !important;
        background: #0A8EAF;
        padding: 0;
        font-weight: 500;
        overflow: hidden;
    }
}
.tax-Company .the_prods .tab.active {
    height: auto !important;
}
@media screen and (min-width: 767px) {
    .whatshare {
        display: none;
    }
}
.entry iframe {
    min-width: 130px !important;
}
.wa_btn_l {
    font-size: 12px;
    padding: 8px 27px 8px 6px;
}
.wa_btn {
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    background-image: url(/wp-content/uploads/watsup.png);
    background-size: auto 76%;
    background-repeat: no-repeat;
    background-position: 100% center;
    width: calc(28% - 48px);
}
body:not(.home) #active-trail-form {
    /*position: relative;*/
    bottom: 249px;
}
#active-trail-form {
    background: #0A465E;
    padding: 50px 0
}
#active-trail-form h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
#active-trail-form p {
    width: 33%;
	display: inline-block;
	vertical-align: middle;
}
#active-trail-form input,
#active-trail-form input[type="submit"] {
    border-radius: 0px;
    width: 80%;
    height: 40px;
    padding: 0px 5%;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
}
#active-trail-form .wpcf7-form input[type="submit"] {
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-image: none !important;
    background: #F77D48;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s;
    border-radius: 0px;
}
#active-trail-form input[type="submit"]:hover {
    background: #2d384e;
    border-color: #fff;
}
#active-trail-form div.wpcf7 .ajax-loader {
	position: absolute;
}
@media screen and (max-width: 990px) {
    #active-trail-form p {
        width: 100%;
        margin-bottom: 20px;
    }
    #active-trail-form input[type="submit"] {
        width: 90%
    }
}
.page-id-464 #active-trail-form,
.page-id-895 #content #active-trail-form {
    display: none;
}
@media screen and (max-width:1024px) {
    body:not(.home) #active-trail-form {
        bottom: 0;
    }
}
@media screen and (min-width: 1025px) {
    /*.prods .price {
    margin-top: -14px;
  }*/
    .prod_wrap>.details {
        margin-bottom: 36px;
    }
    .prod_wrap .info {
        margin-top: 57px;
    }
    .prod_wrap .plogo {
        margin-bottom: 3%;
    }
    .prod_wrap .content {
        margin-bottom: 16px;
    }
    /*.prod_wrap .content .short_description {
    min-height: 58px;
  }*/
    .prod_wrap>.price {
        margin-bottom: 26px;
    }
}

/*#menu-item-77,
.products_wrap .prods_title #tab0 {
	display: none;
}*/

.page-template-page-bus h1.main {
    text-align: center;
    color: #299a96;
    font-size: 50px;
}
.page-template-page-bus .entry,
.page-template-page-bus .post>.wpcf7 {
    max-width: 570px;
    margin: 0 auto 20px;
}
.page-template-page-bus .post>.wpcf7 .col {
    width: 100%;
}

/* POPUP */


/*.sgcboxOverlayBg.colorbox2 {
  background-color: #1b1b1b !important;
}*/

#exitpopup-modal .modal-title {
    display: none;
}
#exitpopup-modal .popup-close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 22px;
    top: 14px;
    font-size: 24px;
}
#exitpopup-modal .modal-body {
    background-color: #0babb8 !important;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    border: 4px solid #fff;
}
.exitpopup-modal-window {
    border-radius: 10px !important;
}
.exitpopup-modal-window h3,
.exitpopup-modal-window h2 {
    color: #fff;
    font-weight: 600;
}
.exitpopup-modal-window h4,
.exitpopup-modal-window h5,
.exitpopup-modal-window span {
    color: #666;
}
.exitpopup-modal-window .popup-form-wrap {
    max-width: 80%;
    margin: auto;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 14px 15px;
}
.exitpopup-modal-window .popup-form-wrap input {
    width: calc(100% - 16px);
    padding: 2px 8px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #666;
    margin-top: 5px;
}
.exitpopup-modal-window .popup-form-wrap input[type="submit"] {
    width: 100%;
    background: #0babb8;
    color: #fff;
    border-color: #0babb8;
}
@media screen and (max-width: 767px) {
    #exitpopup-modal {
        display: none !important;
    }
}
@media screen and (max-width: 370px) {
    .prod_wrap .plogo {
        width: 30%;
    }
    .prod_wrap .content {
        width: 36%;
    }
    .prod_wrap .price {
        width: 34%;
    }
    .prod_wrap>.price strong {
        font-size: 32px;
    }
    .prod_wrap .info .prod_btn {
        width: 72%;
    }
    .wa_btn {
        width: calc(33% - 48px);
    }
}

/* Maliuk's code */

.texts .text:nth-child(2) {
    order: 3;
}
.prod_wrap .bottom-shadow {
    top: auto;
    bottom: -10px;
}
.short_description {
    min-height: 30px;
}
@media (max-width: 1400px) {
    .anchor-menu ul a {
        padding: 10px 10px 10px 6px !important;
    }
    .anchor-menu {
        width: 160px !important;
    }
}
@media (min-width: 1026px) {
    .prod_wrap .company-name {
        width: 200%;
        margin-bottom: 25px;
    }
}
@media (max-width: 1025px),
(max-device-width: 1025px) {
    .prod_wrap .content .company-name {
        font-size: 20px;
        line-height: 1;
    }
}
@media (max-width: 767px) {
    .tax-Company img.logo {
        max-width: 100px;
    }
    .tax-Company .company_title .title_wrap {
        font-size: 20px;
    }
    .tax-Company .company_title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .the_post {
        width: calc(100% / 2 - 10px);
        margin-bottom: 10px;
    }
    .entry .short_description {
        font-size: 14px;
        font-weight: bold;
    }
    .prod_wrap .plogo {
        width: 16%;
    }
    .prod_wrap .content {
        width: 51%;
    }
    .prod_wrap .price {
        width: 33%;
    }
    .prod_wrap>.price strong {
        line-height: 26px;
    }
    .prods .price .price-inner {
        padding: 0;
    }
    .prods .price .price-inner>strong {
        position: relative;
    }
    .prods .price .price-inner .price-text.price-text-top {
        position: absolute;
        top: -14px;
        right: 0;
    }
    .prod_wrap .plogo img {
        vertical-align: middle;
        max-width: 80%;
        max-height: 60px;
        position: relative;
        right: -9px;
        padding: 0;
    }
    .prod_wrap .content .company-name {
        right: -50px;
    }
}
@media (max-width: 400px) {
    .the_post {
        width: 100%;
        margin-bottom: 30px;
    }
}
.page-id-125 .entry,
.page-id-125 .title {
    font-size: 16px;
}
.prod_wrap .wrap input[type=submit] {
    font-size: 21px !important;
    font-weight: bold;
}

/*#more {display: none;}*/


/* Custom CF7 Loader
.wpcf7 .ajax-loader {
    background-image: url('images/Preloader_2.gif');
    width: 124px;
    height: 124px;
    position: absolute;
    z-index:999;
    margin:0 auto;
}*/


/*
div.wpcf7 form.wpcf7-form span.ajax-loader {
    width: 124px !important;
    height: 124px !important;
    background-image:url('images/Preloader_2.gif');
    background-size: 124px !important;
    position: absolute;
    z-index:999 !important;
    margin:0 auto !important;
}*/

li.sub-head {
    font-weight: 700;
    color: #0A8EAF;
}
#moremish {
    display: none;
}
button.readmore-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    color: #0BABB8;
}
button.readmore-button:hover {
    color: grey;
}
button.readmore-button:focus {
    outline: none;
}
div#wrapper {
    overflow: hidden;
    padding-top: 80px;
}

/* הצמדת תת תפריט בעמוד חברה לראש הדף במובייל */

@media only screen and (max-width: 500px) {
    /* .prods_title.flex {
		position: fixed;
		top: 8%;
		width: 100%;
		overflow: hidden;
    z-index: 2;
	} */
    /* .archive.tax-Company #content {
		margin-top: 30px;
	} */
    /* .tax-Company .entry.main {
		margin-bottom: 0;
	} */
    .the_prods.relative {
        z-index: 1;
    }
    .prod_btn .text.center {
        z-index: 1;
    }
    .fixedheadermob {
        position: fixed;
        width: 100%;
        top: 11.6%;
        z-index: 100;
    }
    .titleheightcat {
        height: 42.8px;
    }
}
#sgira_comp_popup {
    position: fixed;
    top: 120px;
    left: 40px;
    cursor: pointer;
    color: #0BABB8;
}
.post-template-default h2,
.post-template-default h3,
.post-template-default h4 {
    font-size: 24px !important;
}
.entry li {
    font-size: 20px;
}
.prod_wrap.flex.flow .info .text.center {
    font-weight: 700 !important;
    color: #2D384E !important;
}
.anchor-menu.green ul .anchor-menu.blue ul,
.anchor-menu.pink ul,
.anchor-menu.orange ul {
    background: #0A465E !important;
}
.anchor-menu.orange .selected a,
.anchor-menu.pink .selected a,
.anchor-menu.blue .selected a,
.anchor-menu.green .selected a {
    color: #0A465E !important;
}
@media only screen and (max-width: 768px) {
    h1.title strong,
    h1.main {
        font-size: 30px;
    }
}
div.f_right>a>img {
    max-width: 50%;
}
.short_description img {
    max-width: 25px;
}
.sec_cat_wrap .title:before,
.sec_cat_wrap .title:after {
    content: '';
    border-top: 5px solid #0A465E;
    /* border-bottom: 1px solid black; */
    width: 23%;
    display: block;
    height: 9px;
    position: absolute;
    top: 50%;
}
.sec_cat_wrap .title:before {
    right: 0;
}
.sec_cat_wrap .title:after {
    left: 0;
}
.term-17 .blue-bg h1.main:after {
    background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/network.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
}
.term-16 .blue-bg h1.main:after {
    background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/leptop.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
}
.term-15 .blue-bg h1.main:after {
    background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/www.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
}
.term-14 .blue-bg h1.main:after {
    background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/mobile.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
}
@media only screen and (max-width: 768px) {
    .blue-bg h1.main {
        margin: 0 auto;
        color: #fff;
        position: relative;
        width: 75%;
        padding: 15px 0 155px;
    }
    .term-14 .blue-bg h1.main:after {
        background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/mobile.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        top: 60%;
    }
    .term-15 .blue-bg h1.main:after {
        background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/www.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 95%;
        top: 60%;
    }
    .term-16 .blue-bg h1.main:after {
        background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/leptop.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 95%;
        top: 60%;
    }
    .term-17 .blue-bg h1.main:after {
        background-image: url('https://mozilim.co.il/wp-content/uploads/2019/07/network.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 95%;
        top: 60%;
    }
    .sec_cat_wrap .title:before,
    .sec_cat_wrap .title:after {
        display: none;
    }
}
.page-template-page-front .page_title {
    padding: 0 0 50px;
}
.page-template-page-front .page_title:first-child {
    padding: 50px 0 0;
}
#prods-results {
    margin: 0 -60px 40px;
}
#prods-results h2.sec-title {
    font-size: 3vmax;
}
#prods-results .prods-flex-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#prods-results .prod_wrap {
    width: 33.33%;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, .04);
    border: 1px solid #777;
}
#prods-results .prod_wrap .prod-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#prods-results .prod_wrap .prod-head .prod-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #08aa9d;
}
#prods-results .prod_wrap .plogo {
    width: 22%;
}
#prods-results .prod_wrap form {
    display: none;
}
#prods-results .prod_wrap>.price {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
    color: #08aa9d;
}
#prods-results .price .price-text {
    font-size: 18px;
}
#sendm {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 5px 0;
    font-family: assistant, sans-serif;
    text-align: center;
    color: white;
    font-size: 24px;
    transition: all .7s ease;
    background: #06aa8c !important;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.page-template-page-front #test .page_title {
    padding-bottom: 30px;
}
.page-template-page-front #test .page_title h2 {
    font-size: 2.5vmax;
}
@media (max-width: 1179px) {
    #prods-results {
        margin: 0 -20px 40px;
    }
    #prods-results .prod_wrap {
        width: 30%;
        margin: 0 6px;
    }
    #prods-results .prod_wrap .prod-head .prod-title {
        font-size: 20px;
    }
    #prods-results .prod_wrap .plogo {
        width: 26%;
        margin-top: 16px;
    }
    #prods-results .prod_wrap>.price {
        margin-top: 16px;
    }
}
@media (max-width: 1023px) {
    #prods-results {
        margin: 0 0 40px;
    }
}
@media (max-width: 767px) {
    .page-id-895.page-template-page-front .page_title h1,
    .page-id-895.page-template-page-front .page_title h2,
    #prods-results h2 {
        font-size: 3.8vmax;
    }
    #prods-results .prods-flex-wrapper {
        flex-direction: column;
    }
    #prods-results .prod_wrap {
        width: auto;
        margin: 6px 0;
    }
    #prods-results .prod_wrap .prod-head .prod-title {
        margin-bottom: 0;
    }
    .page-template-page-front .top_cats.smaller .top_cat .cat_name {
        margin-top: 0;
        font-size: 22px;
    }
}
.grecaptcha-badge {
    visibility: hidden !important;
}