/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'almoni-tzar';
    font-weight: 400;
    /*(regular)*/
    font-style: normal;
    src: url('./fonts/almoni-tzar-regular-aaa.woff2') format('woff2'),
        url('./fonts/almoni-tzar-regular-aaa.woff') format('woff');
}

@font-face {
    font-family: 'almoni-tzar';
    font-weight: 700;
    /*(bold)*/
    font-style: normal;
    src: url('./fonts/almoni-tzar-bold-aaa.woff2') format('woff2'),
        url('./fonts/almoni-tzar-bold-aaa.woff') format('woff');
}

body {
    font-family: 'Heebo', sans-serif !important;
    font-size: 19px;
    position: relative;
    color: #000;
}

.hide_pc {
    display: none;
}

.clearfix {
    clear: both;
}

.center {
    text-align: center;
    margin: 0 auto;
}

#content {
    margin-top: 118px;
    font-size: 22px;
}

.page-header .entry-title {
    display: none;
}

ul,
menu {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #000000;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}

.otgs-development-site-front-end {
    display: none !important;
}

.ttitle h2,
h2 {
    font-size: 60px;
    font-family: 'almoni-tzar';
}

.ttitle h3,
h3 {
    font-size: 40px;
    font-family: 'almoni-tzar';
}

.ttext p {
    font-size: 22px;
}


/* === header === */

header#main_head {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 20px 0 20px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
}

.admin-bar header#main_head {
    top: 32px;
}

header#main_head .warp {
    display: flex;
    justify-content: space-between;
}

header#main_head .warp_logo {
    display: flex;
    align-items: center;
}

header#main_head #hamburger_menu .line {
    display: none;
}

header#main_head .logo {
    width: 172px;
    /*margin-bottom: 15px;*/
}

header#main_head #main_menu {
    margin-top: 13px;
    /*position: relative;*/
}

header#main_head #main_menu li {
    display: inline-block;
    list-style-type: none;
    margin-left: 40px;
    height: 40px;
}

header#main_head #main_menu li .sub-menu {
    display: none;
}

header#main_head #main_menu li:hover .sub-menu {
    display: block;
}

header#main_head #main_menu .sub-menu {
    display: block;
    position: absolute;
    background: #fff;
    padding: 30px 0;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    width: 99.9%;
    right: 0px;
    top: 116px;
    text-align: center;
    z-index: 999999;
}

header#main_head #main_menu li .sub-menu:hover {
    display: block;
}

header#main_head #main_menu .sub-menu ul {
    display: flex;
    justify-content: center;
}

header#main_head #main_menu .sub-menu li {
    font-size: 22px;
    margin-left: 0;
    /*width: 400px;*/
    padding: 0 35px;
}

header#main_head #main_menu .sub-menu li:hover {
    font-weight: bold;
    cursor: pointer;
}

header#main_head #main_menu .sub-menu li a {}

header#main_head #main_menu .menu-354 .sub-menu li span {
    display: none;
}

header#main_head #main_menu .menu-354 .sub-menu li img {
    transform: scale(1);
    transition: transform 0.5s;
    width: 90px;
    height: 50px;
    object-fit: contain;
    cursor: pointer;
}

/* pp */
header#main_head #main_menu .menu-354 .sub-menu li.menu-1665 img {
    width: 155px;
}

/* gaon */
header#main_head #main_menu .menu-354 .sub-menu li.menu-1401 img {
    width: 155px;
}


header#main_head #main_menu .menu-354 .sub-menu li img:hover {
    transform: scale(1.2);

}

#contact_side_banner {
    top: 350px;
    left: 0px;
    background: #015294;
    position: fixed;
    padding: 13px;
    color: #fff;
    font-size: 25px;
    z-index: 9999999999999;
}

/*header#main_head #main_menu .sub-menu-menu li:hover img {
    height: 74px;
}*/

header#main_head #main_menu .sub-menu li img {
    height: 50px;
    margin-left: 10px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline;
}

/*header#main_head #main_menu .sub-menu li span {
    display: inline-block;
    width: 180px;
}*/


header#main_head #main_menu li:hover::after {
    content: "";
    display: block;
    width: 45px;
    text-align: center;
    margin: 0 auto;
    background: #015294;
    height: 4px;
    position: relative;
    top: 10px;
    z-index: 9999999999999;
}

header#main_head #main_menu li .sub-menu li::after {
    display: none;
}

header#main_head .search-form {
    border-radius: 25px;
    border: 0.5px solid #000000;
    width: 260px;
}

header#main_head .search-form .rippo {
    border-left: 0.5px solid #000000;
    display: inline-block;
}

header#main_head .search-form .search-field,
header#main_head .search-form .search-submit {
    border: 0;
    outline: 0;
    color: #000;
    margin: 0;
    padding: 0;
}

header#main_head .search-form .search-field {
    position: relative;
    top: -5px;
}

header#main_head .search-form .search-submit {
    padding: 10px 15px;
}

header#main_head .search-form .search-submit img {
    height: 20px;
    display: block;
}

header#main_head .search-form .search-submit:hover,
header#main_head .search-form .search-submit:active,
header#main_head .search-form .search-submit:focus {
    background: transparent;
}

#mobile_menu {
    display: none;
}

/* === footer === */

.footer_form .e-form__buttons {
    width: 16%;
    padding-left: 0;
}

.footer_form button {
    width: 200px;
    left: 10px;
    position: relative;
}

.footer_menu a {
    color: #fff;
}

/* === home page === */

.home_page_icons .title,
.home_page_icons .about,
.home_page_icons .moreinfo {
    display: none;
}

.home_page_icons .in {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.home_page_icons .in img {
    margin: 20px auto !important;
    transform: scale(1);
    transition: transform 0.5s;
    width: 140px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
}

.home_page_icons .in img:hover {
    transform: scale(1.3);
}

.home_page_icons .in .plasim_palgal img,
.home_page_icons .in .gaon img {
    width: 180px;
}

.home_page_icons .in .hadarom img {
    width: 200px;
}

.home_page_icons .in .sagiv img,
.home_page_icons .in .madi_vard img {
    width: 120px;
}




/* === company pages === */

.gaon_toi {
    background: #ffffffb8;
    padding: 60px;
    margin: 60px 0;
}


.gaon_icomg {
    font-size: 35px;
    font-family: 'almoni-tzar';
    display: inline-block;
    width: auto !important;
    margin-left: 80px;
}

.gaon_icomg img {
    width: 150px;
    height: 120px;
    object-fit: contain;
}

.gaon_icomg .elementor-image-box-img {
    width: auto !important;
}

.gaon_tec_t h4 {
    /*font-family: 'almoni-tzar';*/
    color: #015294 !important;
    margin-top: 20px;
    font-size: 22px;
}

.gaon_tec_t.first h4 {
    margin-top: 0;
}

.tzinorot_icon h3 {
    font-size: 35px;
    font-family: 'almoni-tzar';
}

/* === archive pages === */

.post-type-archive-blog h2,
.post-type-archive-project h2 {
    text-align: center;
}

.post-type-archive-blog .warp_article,
.post-type-archive-project .warp_article {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 80%;
    margin: 0 auto;
}

.post-type-archive-blog article, 
.post-type-archive-project article {
    margin-bottom: 70px;
}

.post-type-archive-blog article img, 
.post-type-archive-project article img {
    width: auto;
    height: 250px;
}

.post-type-archive-blog article h3, 
.post-type-archive-project article h3 {
    margin: 0;
    padding: 0;
}

.post-type-archive-blog article .excerpt p, 
.post-type-archive-project article .excerpt p {
    margin: 0;
    padding: 0;
}

/* === single pages === */


.single-blog h2,
.single-project h2 {
    font-size: 80px;
    text-align: center;
    margin-bottom: 40px;
}

.single-blog h3,
.single-project h3 {
    font-size: 60px;
}

.single-blog .warp_article,
.single-project .warp_article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    justify-items: end;
}

.single-blog .warp_article .img {
    max-width: 35%;
    float: left;
}

.single-blog .warp_article .navl span,
.single-project .warp_article .navl span  {
    text-decoration: underline;
    margin-left: 20px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.single-blog .kishut,
.single-project .kishut {
    position: relative;
    top: -30px;
}

.single-project .elementor_gaon_project {
    max-width: 36vw;
}

.single-project .elementor_gaon_project .l3 {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    justify-content: space-between;
}

.single-project .elementor_gaon_project .l3 .imager.active img {
    border: 0;
}

.single-project .elementor_gaon_project .l3 .imager img {
    width: 135px;
    height: 110px;
}

.single-project .elementor_gaon_project .swiper-wrapper {
    height: auto;
}

.single-project .elementor_gaon_project .swiper-wrapper .swiper-slide img {
    max-height: 600px;
    width: 100%;
}

/* === contact us === */

.contact h3 {
    font-size: 35px;
    font-family: 'almoni-tzar';
}

.page-id-2836 .footer_form.infooter {
    display: none;
}


/* === about === */

.about_hativot h4 {
    font-size: 33px;
    font-family: 'almoni-tzar';
    box-shadow: 0px 3px 6px #0000004F;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}

.product_about_icons  {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    text-align: center;
}

.product_about_icons .title {
    font-size: 19px;
}

.product_about_icons img {
    height: 120px;
    margin-bottom: 30px;
}

.about_comp .in{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.about_comp .title {
    font-size: 40px;
    font-family: 'almoni-tzar';
    margin: 10px 0;
}

.about_comp .moreinfo {
    font-size: 30px;
    font-family: 'almoni-tzar';
    margin-top: 20px;
    text-decoration: underline;
    display: block;
    position: absolute;
    bottom: -71px;
    right: 41%;
}

.about_comp .warp {
    position: relative;
    margin-bottom: 160px;
}

.about_comp .about {
    margin: 0 80px;
}

.about_comp img {
    width: 180px;
    height: 70px;
    object-fit: contain;
}

.about_comp .madi_vard img {
    width: 100px;
}

.about_comp .hadarom img,
.about_comp .gilvon img  {
    height: 90px;
    width: 300px;
}

.about_comp .sagiv img {
    height: 54px;
}

.about_comp .gws img {
    height: 54px;
}

.about_comp .palyam img {
    height: 43px;
}

.about_comp .tzinorot img {
    height: 82px;
}


/* === team === */

.gaon_team.l1 {
    display: flex;
    margin-bottom: 65px;
}

.gaon_team .title {
    font-weight: bold;
}

.gaon_team.l1 .job1{
    font-weight: bold;
}

.gaon_team.l1 .warp {
    display: flex;
    align-items: center;
}

.gaon_team.l1 .y2 {
    width: 35%;
    margin-right: 25px;
}

.gaon_team.l2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gaon_team.l2 .warp {
    width: 71%;
    margin-bottom: 50px;
}

.gaon_team.l2 .content::before {
    content: 'תפקידים קודמים:';
}

.gaon_team.l2 .content {
    margin-top: 30px;
}

/* === elementor plugins === */

.elementor_three_grid {
    position: relative;
    overflow: hidden;
}

.elementor_three_grid .image1,
.elementor_three_grid .image2 {
    position: absolute;
}

.elementor_three_grid .image_mobile {
    display: none;
}

.elementor_three_grid .content {
    position: relative;
}


.elementor_three_grid .content {
    font-size: 22px;
}

.elementor_three_grid .content .title {
    font-size: 60px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: 'almoni-tzar'
}

.elementor_three_grid .content .title::after {
    content: "";
    display: block;
    width: 50px;
    background: #F5892F;
    height: 4px;
}

.elementor_three_grid .content .readmore {
    margin-top: 30px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
}


.elementor_hativot {
    position: relative;
}

.elementor_hativot .maintitle {
    font-size: 60px;
    font-family: 'almoni-tzar';
}

.elementor_hativot .bgimg {
    position: absolute;
    top: 60px;
    left: 0;
}

.elementor_hativot .bgimg img {
    width: 85%;
    float: left;
}

.elementor_hativot.id-def3a2a .bgimg img {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 30px;
}

.elementor_hativot .bgimg .sidely {
    margin: 25px;
    text-align: left;
    ;
}

.elementor_hativot .warp {
    max-width: 40vw;
}

.elementor_hativot h3 {
    margin-top: 40px;
    font-family: 'almoni-tzar';
    font-size: 40px;

}

.elementor_gaon_project .back {
    background: #E6E6E6;
    margin-bottom: 30px;
}

.elementor_gaon_project .warp {
    display: none;
}

.elementor_gaon_project .warp.num-0 {
    display: block;
}

.elementor_gaon_project .l1,
.elementor_gaon_project .l2,
.elementor_gaon_project .l3 {
    float: right;
    padding: 0 15px;
}

.elementor_gaon_project .l1 {
    width: 30%;
}

.elementor_gaon_project .l1 .vart {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 45px;
}


.elementor_gaon_project .l1 .title {
    font-family: 'almoni-tzar';
    font-size: 35px;
    line-height: 40px;
}

.elementor_gaon_project .l1 .content {
    font-size: 22px;
}

.elementor_gaon_project .l2 {
    /*width: 886px;
    height: 664px;*/
    width: 50%;
}

.elementor_gaon_project .l2 .swiper-slide img {
    width: 100%;
}

.elementor_gaon_project .l1,
.elementor_gaon_project .l2 .swiper-slide img,
.elementor_gaon_project .swiper-wrapper {
    height: 500px;
}

.elementor_gaon_project .l3 {
    width: 20%;
}

.elementor_gaon_project .l3 .imager img {
    cursor: pointer;
    width: 110px;
    height: 110px;
    display: block;
    margin-bottom: 20px;
}

.elementor_gaon_project .l3 .imager[data-pos="4"] img {
    margin-bottom: 0;
}

.elementor_gaon_project .l3 .imager.active img {
    border: 5px solid #D1B62E;
}

.elementor_gaon_project .l4 {
    display: none;
}

.elementor_gaon_project .move.next {
    margin-right: 30px;
}

.elementor_gaon_project .move.prev::before {
    content: ' ';
    border: solid #707070;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 3px;
}

.elementor_gaon_project .move.next::after {
    content: ' ';
    border: solid #707070;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: 3px;
}

.elementor_gaon_project .swiper-button-prev:after,
.elementor_gaon_project .swiper-rtl .swiper-button-next:after {
    display: none;
}

.elementor_gaon_project .swiper-button-next,
.elementor_gaon_project .swiper-button-prev {
    color: #fff;
    background: transparent;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.elementor_gaon_project .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

}

.elementor_gaon_hativot_product {
    position: relative;
}

.elementor_gaon_hativot_product .title {
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'almoni-tzar'
}

.elementor_gaon_hativot_product .title::after {
    content: "";
    display: block;
    width: 50px;
    background: #F5892F;
    height: 4px;
}

.elementor_gaon_hativot_product .bgimg {
    position: absolute;
    top: 0;
}

.elementor_gaon_hativot_product .company {
    box-shadow: 0px 3px 3px #00000029;
    border: 1px solid #707070;
    display: inline-block;
    padding: 10px 25px;
}

.elementor_gaon_hativot_product .company .flexy {
    display: flex;
    align-items: center;
    gap: 20px;
}

.elementor_gaon_hativot_product .company img {
    height: 52px;
}

.elementor_gaon_hativot_product .company .co.plasim_palgal img {
    height: 22px;
}

.elementor_gaon_hativot_product .company .co.gaon img {
    height: 40px;
}

.elementor_gaon_hativot_product .company .co.madi_vard img {
    height: 35px;
}

.elementor_gaon_hativot_product .company .co.sagiv img {
    height: 38px;
}

.elementor_gaon_hativot_product .company .co.hakohav img {
    height: 60px;
}

.elementor_gaon_hativot_product .company .more {
    font-family: 'almoni-tzar';
    text-decoration: underline;
    font-size: 25px;
}

.elementor_gaon_the_companies .warp {
    display: inline-block;
    margin-left: 40px;
    margin-top: 30px;
    width: 280px;
    text-align: center;
    ;
}

.elementor_gaon_the_companies .imgrap {
    box-shadow: 0px 3px 6px #0000004f;
    display: flex;
    width: 85%;
    margin: 0 auto 15px auto;
    justify-content: space-around;
    height: 70px;
    align-items: center;
}

.elementor_gaon_the_companies .imgrap img {
    height: 60px;
}

.elementor_gaon_the_companies .readmore {
    display: block;
    text-decoration: underline;
    font-size: 20px;
    margin-top: 15px;
}

.elementor_gaon_breadcrumbs {
    font-size: 18px;
    margin-bottom: 20px;
}

.elementor_gaon_breadcrumbs li {
    list-style-type: none;
    display: inline;
}

.elementor_gaon_activity {
    width: 157px;
    height: 154px;
}

.elementor_gaon_activity .back {
    background: #7B9FCD;
}

.elementor_gaon_activity .content {
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

/* === short codes === */

.product_tzinorot {
    position: relative;
}

.product_tzinorot .warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #6395BD;
}

.product_tzinorot .mig {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    cursor: pointer;
}

.product_tzinorot .mig::after {
    content: "";
    display: block;
    width: 79px;
    height: 10px;
    background: #D1B62E;
    position: absolute;
    top: 73px;
}

.product_tzinorot .mig img {
    width: 80px;
    height: 70px;
    object-fit: contain;
}

.product_tzinorot .title {
    font-family: 'almoni-tzar';
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.product_tzinorot .moreinfo {
    color: #000;
    cursor: pointer;
}

.product_tzinorot .moreinfo.close {
    display: none;
}

.product_tzinorot .contenter {
    display: none;
    padding: 30px 0;
}

.product_tzinorot .contenter .mot {
    width: 30%;
}

.product_tzinorot .contenter .small_title {
    margin-bottom: 15px;
    font-family: 'almoni-tzar';
    font-size: 35px;
    font-weight: bold;
    line-height: 35px;
}

.product_tzinorot .contenter .outlink {
    float: left;
    display: block;
    color: #fff;
    background: #505050;
    box-shadow: 0px 3px 3px #00000045;
    font-size: 20px;
    padding: 12px;
}

.product_tzinorot .contenter .is_title {
    font-size: 33px;
    font-family: 'almoni-tzar';
    margin: 70px 0;
}


.product_tzinorot.pp .contenter .mot {
    width: 80%;
}

.product_tzinorot.pp .kitbtn {
    display: none;
}

.product_tzinorot.pp .in_warp_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.product_tzinorot.pp .in_warp .in_title {
    text-decoration: underline;
    margin: 5px 0;
}

.product_tzinorot.pp .in_warp .in_img img {
    height: 150px;
}

.product_tzinorot_post_warp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.product_tzinorot_post .title {
    font-weight: bold;
}

.product_pp_post_warp {
    display: flex;
    justify-content: space-around;
}

.product_pp_post .content {
    font-weight: bold;
    text-align: center;
}

.product_pp_icons, .product_medi_vard_icons {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.product_pp_icons .img img,
.product_medi_vard_icons .img img {
    height: 100px;
}

.product_pp_icons .title {
    font-size: 35px;
    font-family: 'almoni-tzar';
}

.product_medi_vard_icons .title {
    font-weight: bold;
    margin-top: 20px;
}

.product_hakohav_solutions {
    width: 70%;
    margin: 0 auto;
}

.product_hakohav_solutions .super_warp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.product_hakohav_solutions .warp {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    text-align: center;
    position: relative;
}

.product_hakohav_solutions .warp .img img {
    height: 150px;
}

.product_hakohav_solutions .warp .title,
.product_hakohav_solutions .inside .title {
    font-size: 40px;
    font-family: 'almoni-tzar';
    margin-top: 20px;
}

.product_hakohav_solutions .warp .arr {
    position: relative;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #CFCFCF;
    bottom: -50px;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.product_hakohav_solutions .warp.active .title {
    font-weight: bold;
}

.product_hakohav_solutions .warp.active .arr {
    border-top: 15px solid #015294;
    bottom: -80px;
}

.product_hakohav_solutions .inside {
    background: #F9F9F9;
    padding: 25px;
    margin-top: 70px;
    display: none;
}

.product_hakohav_solutions .inside .title {
    float: right;
    width: 20%;
    line-height: 40px;
    font-weight: bold;
    text-align: center;;
}

.product_hakohav_solutions .inside .title::after {
    content: "";
    display: block;
    width: 180px;
    background: #F5892F;
    height: 4px;
    position: relative;
    top: 10px;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
}

.product_hakohav_solutions .inside .proder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    text-align: center;
}

.product_hakohav_solutions .inside .proder .s_title {
    line-height: 24px;
}

.product_hakohav_solutions .inside .proder .s_img img {
    height: 75px;
}


.medv .product_tzinorot .mig {
    gap: 0;
}

.medv .product_tzinorot .mig img{
    display: none;
}

.medv .product_tzinorot .mig::after {
    top: 36px;
}

.medv .product_tzinorot .contenter .mot {
    width: 62%;
}
