/*

Theme Name: Hello Elementor

description: >-

  Hello Elementor Child Theme


Template: hello-elementor

Text Domain: hello-elementor-child

*/

/* STYLES HERE

----------------------------------*/
.fp-slidesContainer {
    transition-delay: 1.5s !important;
}

.overflover{
    overflow: hidden!important;
    overflow-y: hidden!important;
    position: fixed!important;
}

body:not(.page-template-fullwidth-content) .site-content{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
a, span, div, p, input, button{
  outline: none!important
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    background: rgb(255 255 255 / 0%);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(2 2 2);
}

@media(min-width: 1024px){
    .hronos_container{display: block!important;}
    .mobile_content{display: none!important;}
    .onas_page{display: block!important;}
}
@media (max-width: 1024px){
    .hronos_container{display: none!important;}
    .onas_page{display: none!important;}
    .mobile_content{display: block!important;}
}

/*
#wptime-plugin-preloader {
    background: #fff!important;
}

#wptime-plugin-preloader:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: url(/wp-content/webp-express/webp-images/uploads/2021/03/5556-1.png.webp) no-repeat 50%!important;
    -moz-background-size: 350px 350px!important;
    -o-background-size: 350px 350px!important;
    -webkit-background-size: 350px 350px!important;
    background-size: 350px 350px!important;

    animation-fill-mode: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name:preloaderr;
    animation-name:preloaderr;
    -webkit-animation-duration:7s;
    animation-duration:7s;
    -webkit-animation-timing-function:cubic-bezier(0.57, 0.04, 1, 1);
    animation-timing-function:cubic-bezier(0.57, 0.04, 1, 1);
}
@keyframes preloaderr{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%{
    -webkit-transform:  rotate(-50deg);
    transform: rotate(-50deg);
  }
  80%{
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
  }
  100%{
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

#wptime-plugin-preloader:after{
    content: '';
    display: block;
    position: absolute;
    left: 5%;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: url(/wp-content/webp-express/webp-images/uploads/2021/02/33333322-1.png.webp) no-repeat 50%!important;
    -moz-background-size: 230px 200px!important;
    -o-background-size: 230px 200px!important;
    -webkit-background-size: 230px 200px!important;
    background-size: 230px 200px!important;

    animation-fill-mode: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name:preloaderrtw;
    animation-name:preloaderrtw;
    -webkit-animation-duration:7s;
    animation-duration:7s;
    -webkit-animation-timing-function:cubic-bezier(0.57, 0.04, 1, 1);
    animation-timing-function:cubic-bezier(0.57, 0.04, 1, 1);
}
@keyframes preloaderrtw{
  0%{
    -webkit-transform: translate3d(-4.7vw, 0, 0px) rotate(0deg);
    transform: translate3d(-4.7vw, 0, 0px) rotate(0deg);
  }
  50%{
    -webkit-transform: translate3d(2vw, 0, 0px) rotate(-50deg);
    transform: translate3d(2vw, 0, 0px) rotate(-50deg);
  }
  80%{
    -webkit-transform: translate3d(0vw, 0, 0px) rotate(180deg);
    transform: translate3d(0vw, 0, 0px) rotate(180deg);
  }
  100%{
    -webkit-transform: translate3d(-4.7vw, 0, 0px) rotate(-1deg);
    transform: translate3d(-4.7vw, 0, 0px) rotate(-1deg);
  }
}
*/

.box_ocver{
    display: none;
    height: 3.5258333333333335vw!important;
    width: 3.6858333333333335vw;
    position: absolute;
    left: 0;
    top: -3.5258333333333335vw!important;
    z-index: 99999999;
}
.boxbocerlayy.disadble{
    display: block;
    height: 3.5258333333333335vw!important;
    width: 3.6858333333333335vw;
    position: absolute;
    top: 0!important;
    z-index: 99999999;
}
.boxbocerlayy.disadble .box_ocver{
    display: block!important;
}
/******************* Burger Menu *********************/
/******Sidebar******/
@media(min-width: 1024px){
    .sidebarser_peca{
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        z-index: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .sidebarser_peca.active .home_nemu_peca_header{
        animation-fill-mode: forwards;
        -webkit-animation-name:fade_menus;
        animation-name:fade_menus;
        -webkit-animation-duration:1.3s;
        animation-duration:1.3s;
        -webkit-animation-timing-function:cubic-bezier(0.65, 0.05, 0.36, 1);
        animation-timing-function:cubic-bezier(0.65, 0.05, 0.36, 1);
    }

    @keyframes fade_menus {
      0%{
        opacity: 0;
        background: #fff;
      }
      100%{
        opacity: 1;
        background: #fff;
      }
    }


    .sidebarser_peca.active{
        animation-fill-mode: forwards;
        -webkit-animation-name:flideupmenddu;
        animation-name:flideupmenddu;
        -webkit-animation-duration:0.3s;
        animation-duration:0.3s;
        -webkit-animation-timing-function:ease;
        animation-timing-function:ease;
    }
    @keyframes flideupmenddu {
      0%{
        opacity: 0;
      }
      97%{
        opacity: 0;
      }
      99%{
        opacity: 0.7;
      }
      100%{
        opacity: 1;
        z-index: 999999999;
        visibility: visible;
      }
    }


}


.sidebarser{
    display: none;
}
.iconclose {
    margin-top: 30px;
}
@media(max-width: 1024px){
    .sidebarser.active.btm_pick_closed{
        animation-fill-mode: forwards;
        -webkit-animation-name:opefrt;
        animation-name:opefrt;
        -webkit-animation-duration:2.5s;
        animation-duration:2.5s;
        -webkit-animation-timing-function:ease;
        animation-timing-function:ease;
    }

    @keyframes opefrt {
      0%{
        opacity: 1;
        z-index: 999999999;
        visibility: visible;
      }
      50%{
        opacity: 0.6;
        top: -999vw;
      }
      100%{
        top: -9999vw;
        opacity: 0;
        visibility: hidden;
      }
    }
    .sidebarser_peca{
        display: none;
    }
    .sidebarser{
        display: block!important;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        background: #fff;
        background: radial-gradient(circle, rgb(169 172 182) 50%, rgba(244,245,246,1) 90%, rgb(217 219 223) 100%);
        -webkit-background: radial-gradient(circle, rgb(169 172 182) 50%, rgba(244,245,246,1) 90%, rgb(217 219 223) 100%);
        width: 100%;
        height: 100%;
        min-height: 100vh;
        transition: 1.5s;
        z-index: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch
    }
    .sidebarser.active{
        animation-fill-mode: forwards;
        -webkit-animation-name:flideupmenu;
        animation-name:flideupmenu;
        -webkit-animation-duration:0.3s;
        animation-duration:0.3s;
        -webkit-animation-timing-function:ease;
        animation-timing-function:ease;
    }

    @keyframes flideupmenu {
      0%{
        opacity: 0;
      }
      97%{
        opacity: 0;
      }
      99%{
        opacity: 0.7;
      }
      100%{
        opacity: 1;
        z-index: 999999999;
        visibility: visible;
      }
    }

    .box_top_heconttwo .col_home_conttnt .elementor-widget-wrap:first-child{
        padding: 0px 0px 0px 0px!important;
    }    


}
/*************************************************/






 
.kenovadageds {
  bottom: 50px;
  position: fixed;
  right: 20px;
}
.kenovadaged {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  text-align: center;
  color: #f5eeee;
  margin: 14px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(19, 18, 18, 0.18), 0px 4px 12px -7px rgba(16, 16, 16, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}
.kenovadaged > i {
    font-size: 24px;
    line-height: 55px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
    margin-left: -2px;
    color: #000000;
}
.mainkenovadaged svg{
    width: 27px;
    height: 27px;
    margin-top: 14px;
    margin-left: -4px;
}
.kenovadaged:active,
.kenovadaged:focus,
.kenovadaged:hover {
  box-shadow: 0 0 4px rgba(12, 12, 12, 0.14), 0 4px 8px rgba(16, 16, 16, 0.28);
}
.kenovadaged:not(:last-child) {
  width: 55px;
  height: 55px;
  margin: 15px auto 0;
  opacity: 0;
}
.kenovadaged:not(:last-child) > i {
  font-size: 30px;
  line-height: 55px;
  transition: all .3s ease-in-out;
color: #db2e26;
}
.kenovadageds:hover .kenovadaged:not(:last-child) {
  opacity: 1;
  width: 55px;
  height: 55px;
  margin: 15px auto 0;
}
.kenovadaged:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.kenovadaged:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.kenovadaged:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.kenovadaged:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}


[tooltip]:before {
    font-weight: 600;
    border-radius: 24px;
    background-color: rgb(78 75 75 / 80%);
    color: #f5eeee;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 3px 11px 6px 11px;
    margin-left: 10px;
    position: absolute;
    right: 105%;
    bottom: 21%;
    white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.kenovadaged.mainkenovadaged{
    background: rgb(219 46 38 / 41%);
}
.kenovadaged.telegram{
    background: #fafafa;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 9%);
}
.kenovadaged.viber{
    background: #fafafa;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 9%);
}
.kenovadaged.whatsapp{
    background: #fafafa;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 9%);
}
.kenovadaged.telegram svg{
    width: 28px;
    height: 28px;
    margin-top: 13px;
    margin-left: -2px;
}
.whatsapp .fa-whatsapp{
    margin-left: 0px!important;
}




/*обрезаем края слайда*/
.fp-slidesContainer .fp-slide{overflow: hidden;}
/*3d*/
.ipnrm-lightbox{
  display: none!important;
}

.fit_to_head{
  margin-top: 4.45vw!important;
}
.fit_to_headdsr {
    padding-top: 56px!important;
}

/*перекрытие моделек главная*/
.mask_for_homemodel, .mask_for_homemodeltwo, .mask_for_homemodelthr{
  position: absolute;
  width: 100%;
  height: 280px;
  z-index: 999;
  top: 40px;
}
.mask_for_homemodel p, .mask_for_homemodeltwo p, .mask_for_homemodelthr p{
  font-size: 0px!important;
  margin-bottom: 0!important;
}

.box_fos_home_page .nf-form-content input:not([type=button]) {
    color: #000!important;
}
.nf-error.field-wrap .nf-field-element:after {
    height: 2.5vw!important;
    line-height: 2.5vw!important;
    border-radius: 4px!important;
    min-height: 2.5vw!important;
}
.nf-pass.field-wrap .nf-field-element:after {
    right: 5px!important;
    width: 1.9791666666666667vw!important;
    height: 2.5vw!important;
    line-height: 2.5vw!important;
    min-height: 2.5vw!important;
}
.nf-error-msg {
    font-size: 0.7291666666666666vw;
}

#menu-item-2058:before{
    content: '';
    position: absolute;
    width: 8vw;
    height: 7vw;
    right: 0vw;
    top: 11vw;
    z-index: 9999;
}
#menu-item-1985:before{
    content: '';
    position: absolute;
    width: 8.5vw;
    height: 7.5vw;
    right: 0vw;
    top: 3.5vw;
}



/*header*/
.breadcums{
    margin-top: 1.5625vw!important;
}

.search_box_reslt .probox .promagnifier {
    transition: .2s ease;
}
.search_box_reslt .probox .promagnifier:hover{
    background-color: #db2e26!important;
}
.header_moutionslider{
    position: absolute;
    width: 100%;
}
.header_mfirst_page{
    position: absolute;
    width: 100%;
}
.header_box_main_pages{
    transition: .4s ease;
    background: transparent;
}
.header_box_main_pages:before{
    content: "";
    position: absolute;
    transition: .4s ease;
}

.header_box_main_pages.elementor-sticky--effects{
    background: #fff;
}
.header_box_main_pages.elementor-sticky--effects:before {
    content: "";
    position: absolute;
    width: 89.25vw;
    height: 9vw;
    background: linear-gradient(180deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    top: -1vw;
    -webkit-background: -webkit-linear-gradient(180deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    z-index: 0;
    left: 0;
}


.header_box_main_pages.elementor-sticky--active{
    top: .78125vw!important;
}

.btm_call_zakaz.elementor-sticky--active{
  top: 7vw!important;
}
.box_top_hecontsoc_block.elementor-sticky--active{
  top: 4.35vw!important;
}

.box_container_slided.stick_fon{
    background: #fff;
    z-index: 909;
}
.box_container_slided.stick_fon:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 9vw;
    background: linear-gradient(270deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
    top: -1vw;
    background: -webkit-linear-gradient(270deg, #ffffff 50%, rgb(255 255 255 / 0%) 100%);
    z-index: 0;
    left: 0;
}


.box_top_hecontsoc_block.elementor-sticky--active:before{
    content: "";
    position: absolute;
    width: 24vw;
    height: 53vw;
    background: linear-gradient(236deg,#ffffff 10%,rgb(255 255 255 / 0%) 50%);
    -webkit-background: -webkit-linear-gradient(236deg,#ffffff 10%,rgb(255 255 255 / 0%) 50%);
    top: -5.5vw;
    z-index: 0;
    right: 0vw;
}

.box_menu_sic_end .elementor-icon.elementor-social-icon, .socila_share_box_frst .elementor-icon.elementor-social-icon, .socibtms_menu .elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,1.3020833333333333vw)!important;
    line-height: var(--icon-size,1.3020833333333333vw)!important;
    width: calc(var(--icon-size, 1.3020833333333333vw) + (2 * var(--icon-padding, .5em)))!important;
    height: calc(var(--icon-size, 1.3020833333333333vw) + (2 * var(--icon-padding, .5em)))!important;
}

.headfosbox .homeheadfos{margin-top: .342125vw!important;margin-right: 2.5941666666666665vw!important;}

.btm_call_zakaz.elementor-sticky--active{
    z-index: 999999!important;
}

.box_fos_head_menu{margin-top: 0.42875vw;margin-right: 1.8229166666666667vw;}
.box_fos_head_topnav{margin-top: 0.66875vw;margin-right: 1.8229166666666667vw;}
.call_back_btm_fos .call_back_fos{font-family: "Play", Sans-serif;padding-bottom: 0.3125vw;font-size: 0.9375vw;font-weight: 400;color: #202020!important;cursor: pointer;}
.call_back_btm_fos .call_back_fos:active{color: #DB2E26!important;}
.call_back_btm_fos .call_back_fos:before{
  content: '';
  position: absolute;
  top: 1.45vw;
  color: #DB2E26;
  left: 0;
  width: 100%;
  height: 0.10416666666666667vw;
  background-color: currentColor;
  will-change: transform;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform .9s cubic-bezier(.25,.46,.45,.94);

  -webkit-will-change: transform;
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.call_back_btm_fos:hover .call_back_fos:before{
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-timing-function: ease;
  transition-delay: 150ms;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 150ms;
}


.call_back_btm_fos .box_block_btm{font-family: "Play", Sans-serif;padding-bottom: 0.3125vw;font-size: 0.9375vw;font-weight: 400;color: #202020!important;cursor: pointer;}
.call_back_btm_fos .box_block_btm:active{color: #DB2E26!important;}
.call_back_btm_fos .box_block_btm:before{
  content: '';
  position: absolute;
  top: 106%;
  color: #DB2E26;
  left: 0;
  width: 100%;
  height: 0.10416666666666667vw;
  background-color: currentColor;
  will-change: transform;
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition: transform .9s cubic-bezier(.25,.46,.45,.94);

  -webkit-will-change: transform;
  -webkit-transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  -webkit-transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.call_back_btm_fos:hover .box_block_btm:before{
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-timing-function: ease;
  transition-delay: 150ms;

  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 150ms;
}

.ha-threesixty-rotation-360img {
    background-color: rgb(38 39 39 / 0%)!important;
    box-shadow: unset!important;
}



.box_zakaz_home_page #nf-field-16-container input[type=button], .box_fos_home_page #nf-field-9-container input[type=button]{transition: .9s ease!important;}
.box_zakaz_home_page #nf-field-16-container input[type=button]:hover, .box_fos_home_page #nf-field-9-container input[type=button]:hover{border-color: transparent!important;}


/*header*/
.remive_head{
  opacity: 0;
  height: 1px;
}
.remive_head_just{
  opacity: 0;
}
.visin_head{
  opacity: 1!important;
}

.box_top_headerada_fos{
    margin-top: 0.78125vw;
}
.box_top_headerada_fos .elementor-container{
    height: 3.6458333333333335vw!important;
    max-width: 87.60416666666667vw!important;
}

.header_box_main_pages{
    top: .78125vw;
}
.header_box_main_pages .elementor-container{
    height: 3.6458333333333335vw!important;
    max-width: 87.60416666666667vw!important;
}

.box_top_headerada{
    margin-top: 0.78125vw;
}
.box_top_headerada .elementor-container{
    height: 3.6458333333333335vw!important;
}
.box_top_headerada .elementor-container {
    max-width: 87.60416666666667vw!important;
}
.col_one_close{
    width: 3.6791666666666667vw!important;
}
.col_two_search{
    width: 22.989583333333332vw!important;
}
.col_thre_logo{
    width: 32.25vw!important;
}
.col_four_numb{
    width: 13.686458333333333vw!important;
}
.col_five_calback{
    width: 11.073958333333334vw!important;
}
.col_six_lang{
     width: 4.525vw!important;
}

/*translate*/
.box_translat_boxwe{
    margin-left: 0.6770833333333334vw;
    margin-top: 0.3725vw;
}
.box_translat_boxwe .translate_block_home ul{
    line-height: 1.40vw;
    margin-bottom: 0; 
}

.home_traslsfirst{
    margin-top: 0.40125vw!important;
}


.box_top_heconttwo .elementor-container {
    max-width: 87.60416666666667vw!important;
}
.col_one_conttnt{
    width:83.69009959vw!important;
}

/*телефон в меню*/

.box_to_call_menu{margin-top: 0.6033333333333334vw;margin-right: 2.6041666666666665vw;}
.box_to_call_menu .list-content-box .feature-list-title{font-family: "Play", Sans-serif;margin: 0;font-size: 0.937vw;font-weight: 400;color: #202020;line-height: 1em;margin-bottom: 0.2208333333333334vw;margin-top: 0.1vw!important;}
.box_to_call_menu .list-content-box .feature-list-content{font-size: 0.625vw;font-weight: 400;line-height: 1.5em;color: #202020;margin: 0;margin-left: -1.5vw;margin-top: 0.4vw;}

.box_to_call_menu .list-icon-box{
  position: absolute;
    left: -1.45vw;
    top: 0;
}
.box_to_call_menu .list-icon-box .list-icon-inner i{
    background: url(/wp-content/uploads/2021/03/Group-468.svg) no-repeat;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    width: 1.5vw;
    height: 1.2vw;
  background-size: 0.9895833333333334vw;
  -webkit-background-size: 0.9895833333333334vw;
}
.box_to_call_menu .call_header_phone a:hover .list-icon-inner i{
    background: url(/wp-content/uploads/2021/03/Group-583.svg) no-repeat;
    background-size: 0.9895833333333334vw;
    -webkit-background-size: 0.9895833333333334vw;
}


.box_to_call_menu .call_header_phone a:active .feature-list-title{color: #DB2E26!important;}

.box_to_call_menu .call_header_phone .feature-list-title:before{
    content: '';
    position: absolute;
  top: 1.25vw;
    color: #DB2E26;
    left: 0vw;
    width: 100%;
    height: 0.10416666666666667vw;
    background-color: currentColor;
    will-change: transform;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .9s cubic-bezier(.25,.46,.45,.94);

    -webkit-will-change: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.box_to_call_menu .call_header_phone a:hover .feature-list-title:before{
  transform: scaleX(1);transform-origin: 0 50%;transition-timing-function: ease;transition-delay: 150ms;
  -webkit-transform: scaleX(1);-webkit-transform-origin: 0 50%;-webkit-transition-timing-function: ease;-webkit-transition-delay: 150ms;}



/*телефон*/
.box_call_phome_head{margin-top: 0.68125vw;margin-right: 2.6041666666666665vw;}
.box_call_phome_head .eael-feature-list-title{margin-top: 0.1vw!important;}
.box_call_phome_head .eael-feature-list-title:active{color: #DB2E26!important;}
.box_to_call_block{margin-top: 0.6033333333333334vw;margin-right: 2.6041666666666665vw;}
.box_to_call_block .list-content-box .feature-list-title{font-family: "Play", Sans-serif;margin: 0;font-size: 0.937vw;font-weight: 200;color: #202020;line-height: 1em;margin-bottom: 0.2208333333333334vw;margin-top: 0.1vw!important;}
.box_to_call_block .list-content-box .feature-list-content{font-size: 0.625vw;font-weight: 400;line-height: 1.5em;color: #202020;margin: 0;margin-left: -1.5vw;margin-top: 0.4vw;}

.box_to_call_block .list-icon-box{
  position: absolute;
    left: -1.45vw;
    top: 0;
}
.box_to_call_block .list-icon-box .list-icon-inner i{
    background: url(/wp-content/uploads/2021/03/Group-468.svg) no-repeat;
    display: inline-block;
    width: 1.5vw;
    height: 1.2vw;
  background-size: 0.9895833333333334vw;
  -webkit-background-size: 0.9895833333333334vw;
}
.box_to_call_block .call_header_phone a:hover .list-icon-inner i{
    background: url(/wp-content/uploads/2021/03/Group-583.svg) no-repeat;
    background-size: 0.9895833333333334vw;
    -webkit-background-size: 0.9895833333333334vw;
}


.box_to_call_block .call_header_phone a:active .feature-list-title{color: #DB2E26!important;}

.box_to_call_block .call_header_phone .feature-list-title:before{
    content: '';
    position: absolute;
  top: 1.25vw;
    color: #DB2E26;
    left: 0vw;
    width: 100%;
    height: 0.10416666666666667vw;
    background-color: currentColor;
    will-change: transform;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: transform .9s cubic-bezier(.25,.46,.45,.94);

    -webkit-will-change: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.box_to_call_block .call_header_phone a:hover .feature-list-title:before{
  transform: scaleX(1);transform-origin: 0 50%;transition-timing-function: ease;transition-delay: 150ms;
  -webkit-transform: scaleX(1);-webkit-transform-origin: 0 50%;-webkit-transition-timing-function: ease;-webkit-transition-delay: 150ms;}


#popmake-2179, #popmake-3727, #popmake-4102, #popmake-4227, .color_fon_pp{
    background: rgb(248 252 255 / 75%)!important;
    backdrop-filter: blur(8px)!important;
    -webkit-backdrop-filter: blur(8px); 
}
.pum-theme-1696, .pum-theme-content-only {
    background: rgb(253 254 255 / 9%)!important;
    backdrop-filter: blur(8px)!important;
    -webkit-backdrop-filter: blur(8px); 
}


.back_overlay_fos{
    position: absolute!important;
    left: -10vw;
    display: block;
    width: 200vw;
    height: 100vh;
    z-index: 0;
    top: 0;
}

#pum-1729.pum-overlay {
    background-color: rgb(255 255 255)!important;
    background-image: url(/wp-content/uploads/2021/03/seeeee.jpg)!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    backdrop-filter: blur(0)!important;
    -webkit-backdrop-filter: blur(0); 
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 2px!important;
} 


/*меню*/
.box_burger_btm{margin-left: 6.19vw;}
#nav-container{text-align: center;max-width: 3.6458333333333335vw;}
.nav_text_burg{margin: 0;margin-top: 1.6833333333333335vw;}
.nav_text_burg, .nav_text_burg_cls{font-family: "Play", Sans-serif;font-size: 0.9375vw;color: #202020;} 
#nav-container .nav_text_burg_cls{display: none;}
#nav-container.pushed .nav_text_burg_cls{display: block;margin-bottom: 0;margin-top: 2.0833333333333335vw;}
#nav-container.pushed .nav_text_burg{display: none;}

#nav-containercls{text-align: center;max-width: 3.6458333333333335vw;}
#nav-containercls .nav_text_burg_cls{display: none;}
#nav-containercls.pushed .nav_text_burg_cls{display: block;margin-bottom: 0;margin-top: 2.0833333333333335vw;}
#nav-containercls.pushed .nav_text_burg{display: none;}

#nav-containermob{text-align: center;max-width: 3.6458333333333335vw;}
#nav-containermob .nav_text_burg_cls{display: none;}
#nav-containermob.pushed .nav_text_burg_cls{display: block;margin-bottom: 0;margin-top: 2.0833333333333335vw;}
#nav-containermob.pushed .nav_text_burg{display: none;}

.box_burger_btms .toggle-icon{border: 0!important;border-right: 0.05208333vw solid #000000!important;}
.box_burger_btms_fos .toggle-icon{border: 0!important;}

.box_burger_btms_menu .toggle-icon{border: 0!important;border-right: 1px solid #000000!important;}
.box_burger_btms_menu .pushed .toggle-icon, .box_burger_btms_menu .pushed .fos_colse{height: 3.5258333333333335vw!important;}


.jltma-submenu-indicator{
  display: none!important;
}




.box_top_underhead .elementor-container {
    max-width: 87.60416666666667vw!important;
}
.box_top_underhead{
    height: 100vh
}
.col_to_nav_titles{
    height: 82vh!important;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-x: hidden;
    -webkit-overflow-y: scroll;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    width: 80.11510416666667vw!important;
}
.meenu_head_main{
     transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.meenu_head_main .vertical .navbar-nav {
    flex-direction: column!important;
}
.meenu_head_main .jltma-nav-panel{
    display: none
}

.meenu_head_main .jltma-megamenu{
    padding-left: 0!important;
}

.meenu_head_main .jltma-menu-container nav {
    padding: 0!important;
    padding-left: 1.1458333333333333vw!important;
    padding-top: 1.19792vw!important;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    max-width: 19.991667vw;
    height: 82vh;
}
.meenu_head_main .jltma-navbar-nav > li {
    padding: 0.9895833333333334vw 0 0.9895833333333334vw 0!important;
    margin: 0!important;
}
    
.meenu_head_main .jltma-menu-container .dropdown-menu{
    position: absolute!important;
    left: 19.891145833333334vw!important;
    height: 82vh!important;
    width: 56.9vw!important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: transparent!important;
}
.jltma-menu-container .hover ul li:hover > ul {
    top: 0!important;
}
.jltma-menu-container .hover ul li:hover > ul .elementor-2059{
    display: block;
    position: relative;
    height: 100%;
}
.meenu_head_main  .jltma-menu-container{
    overflow: hidden;
}



















.meenu_head_main .menu-item{
    display: flex!important;
}
.meenu_head_main .menu-item .number{
    display: inline-block;
    padding-right: 0.9375vw;
    font-size: 10px;
    font-family: "Play", Sans-serif;
    margin-top: 0.40vw;
    width: 1.40625vw;
}
.meenu_head_main .menu-item .jltma-menu-nav-link{
    display: inline-block;
}

.meenu_head_main_mob .menu-item .jltma-menu-nav-link{
    width: 250px;
}
.meenu_head_main_mob .menu-item .number{
    display: inline-block;
    padding-right: 20px;
    font-size: 10px;
    font-family: "Play", Sans-serif;
    margin-top: 9px;
}
.meenu_head_main_mob .menu-item .jltma-menu-nav-link{
    display: inline-block;
}


.meenu_head_mains .menu-item{
    display: flex!important;
}
.meenu_head_mains .menu-item .number{
    display: inline-block;
    padding-right: 0.9375vw;
    font-size: 10px;
    font-family: "Play", Sans-serif;
    margin-top: 0.40vw;
}
.meenu_head_mains .menu-item .jltma-menu-nav-link{
    display: inline-block;
}

.first_level a:hover{
    color: #DB2E26;
}


.line_rile_catalog_menu{max-height: 41.364583333333332vw!important;height: 100%!important;}




.cont_menu_punct_prod .first_level:last-child{
    padding-bottom: 100px;
}

.line_rile_catalog_menu .cont_menu_punct_prod{display: flex;}
.line_rile_catalog_menu .cont_menu_punct_prod ul{
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    overflow-x: unset!important;
    -webkit-overflow-x: unset;
    height: 100%!important;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    border-right: 1px solid #AEAEAF; 
    margin: 0!important;
    box-shadow: unset;
    width: 70vw;
    max-height: 82vh!important;
}
.line_rile_catalog_menu .cont_menu_punct_prod ul li:last-child{padding-bottom: 2.4vw;}
.line_rile_catalog_menu .cont_menu_punct_prod ul li{list-style: none;transform: scaleX(-1);-ms-transform: scaleX(-1);-webkit-transform: scaleX(-1);}
.line_rile_catalog_menu .cont_menu_punct_prod ul p{list-style: none;transform: scaleX(-1);-ms-transform: scaleX(-1);-webkit-transform: scaleX(-1);margin-bottom: 0;}
.line_rile_catalog_menu .cont_menu_punct_prod ul p a{
    font-size: 0.9375vw;
    color: #000;
    font-weight: 500; 
    transition-duration: .4s;
    display: flex;
    margin-bottom: 1.0791666666666667vw;
    margin-left: 1.875vw;
    margin-top: 2vw;
    padding: 0;
}
.line_rile_catalog_menu .cont_menu_punct_prod ul p a:hover{
    color: #db2e26;
}
.line_rile_catalog_menu .cont_menu_punct_prod ul li a{
    font-size: 0.9375vw;
    color: #000;
    font-weight: 400; 
    transition-duration: .4s;
    display: flex;
    line-height: 1.6em;
    margin-bottom: 0.5791666666666667vw;
    margin-left: 1.875vw;
}
.line_rile_catalog_menu .cont_menu_punct_prod ul li a:hover{color: #DB2E26;}
.line_rile_catalog_menu .cont_menu_punct_prod ul li a span{color: #808080;font-size: 0.5208333333333334vw;padding-right: 1.09375vw; }
.line_rile_catalog_menu .image_prod_box{position: relative;width: 100%;}
.line_rile_catalog_menu .box_image_loader{
    position: absolute;
    top: 7.5vw;
    right: -0.989583vw;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 27.291667vw;
}
.line_rile_catalog_menu .box_image_loader.active{opacity: 1;}

.line_norm_catld{max-height: 40.364583333333332vw!important;height: 100%!important;}

.line_norm_catld .cont_menu_t_prod{display: flex;}

.line_norm_catld .cont_menu_t_prod ul{
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    overflow-x: unset!important;
    -webkit-overflow-x: unset;
    height: 100%!important;
    transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    border-right: 1px solid #AEAEAF; 
    margin: 0!important;
    box-shadow: unset;
    width: 55vw;
    max-height: 40.364583vw!important;
}

.line_norm_catld .cont_menu_t_prod ul li:last-child{padding-bottom: 100px;}
.line_norm_catld .cont_menu_t_prod ul li{list-style: none;transform: scaleX(-1);-ms-transform: scaleX(-1);-webkit-transform: scaleX(-1);}

.line_norm_catld .cont_menu_t_prod ul p{list-style: none;transform: scaleX(-1);-ms-transform: scaleX(-1);-webkit-transform: scaleX(-1);margin-bottom: 0;}
.line_norm_catld .cont_menu_t_prod ul p a{
    font-size: 0.9375vw;
    color: #000;
    font-weight: 500; 
    transition-duration: .4s;
    display: flex;
    margin-bottom: 1.0791666666666667vw;
    margin-left: 1.875vw;
    margin-top: 2vw;
    padding: 0;
}

.line_norm_catld .cont_menu_t_prod ul li a{
    font-size: 0.9375vw;
    color: #000;
    font-weight: 400; 
    transition-duration: .4s;
    display: flex;
    line-height: 1.6em;
    margin-bottom: 0.5791666666666667vw;
    margin-left: 1.875vw;
}
.line_norm_catld .cont_menu_t_prod ul li a.active{color: #DB2E26;}
.line_norm_catld .cont_menu_t_prod ul li a:hover{color: #DB2E26;}
.line_norm_catld .cont_menu_t_prod ul li a span{color: #808080;font-size: 0.5208333333333334vw;padding-right: 1.09375vw; }

.line_norm_catld .image_prod_box{position: relative;width: 100%;}

.line_norm_catld .box_image_loader{
    position: absolute;
    top: 7.5vw;
    right: 1.010417vw;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 17.291667vw;
}

.line_norm_catld .box_image_loader.active{opacity: 1;}



/*footer*/
.foot_sec:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 14vw;
    background: linear-gradient(90deg, #ffffff 10%, rgb(255 255 255 / 0%) 70%);
    background: -webkit-linear-gradient(90deg, #ffffff 10%, rgb(255 255 255 / 0%) 70%);
    top: -12.52vw;
    z-index: 0;
}

.box_menu_right_barmenu{
    height: 82vh;
    width: 4.525vw!important;
}
.box_menu_right_barmenu_main_page{
    height: 82vh;
    width: 4.525vw!important;
}
/*для узкости*/
.box_menu_right_cont_nemu{
    width: 4.525vw!important;
}







/*menu togle*/
.toggle-icon,  .fos_colse{
    border: 1px solid #000000;
    height: 3.6458333333333335vw;
    width: 3.6858333333333335vw;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    margin: 0;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    -webkit-transition: transform .75s cubic-bezier(.19,1,.22,1);
}

.toggle-icon .bar, .fos_colse .bar{
  width: 2.34375vw;
  height: 2px;
  position: absolute;
  left: 0.625vw;
  opacity: 1;
  overflow: hidden;
}
  .toggle-icon .bar_firs, .fos_colse .bar_firs {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
    transition: top .1s ease-out .35s,transform .25s ease-out 0s;
    -webkit-transition: top .1s ease-out .35s,transform .25s ease-out 0s;
    top: 0.78125vw;
  }
  .toggle-icon .bar_firs:before, .fos_colse .bar_firs:before {
    transform: translate(0);
    transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
  }
  .toggle-icon .bar_firs:after, .fos_colse .bar_firs:after {
    transform: translate(100%);
    transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;

    -webkit-transform: translate(100%);
    -webkit-transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
  }
  .toggle-icon:hover .bar_firs:before, .fos_colse:hover .bar_firs:before{
      transform: translate(-100%);
      transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;

      -webkit-transform: translate(-100%);
      -webkit-transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
  }
  .toggle-icon:hover .bar_firs:after , .fos_colse:hover .bar_firs:after{
    transform: translate(0);
    transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
  }
  .toggle-icon .bar_secnd, .fos_colse .bar_secnd {
    top: 1.3020833333333333vw;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform .25s ease-out 0s,opacity .1s ease-out;
    transform: rotate(0) scale(1);
  }
  .toggle-icon .bar_secnd:before, .fos_colse .bar_secnd:before {
    transform: translate(0);
    transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
  }
  .toggle-icon .bar_secnd:after, .fos_colse .bar_secnd:after {
    transform: translate(100%);
    transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;

    -webkit-transform: translate(100%);
    -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
  }
  .toggle-icon:hover .bar_secnd:before, .fos_colse:hover .bar_secnd:before {
    transform: translate(-100%);
    transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;

    -webkit-transform: translate(-100%);
    -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
  }
  .toggle-icon:hover .bar_secnd:after, .fos_colse:hover .bar_secnd:after {
    transform: translate(0);
    transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
}

.toggle-icon .bar_firs:before, .toggle-icon .bar_firs:after, .toggle-icon .bar_secnd:before, .toggle-icon .bar_secnd:after,
.fos_colse .bar_firs:before, .fos_colse .bar_firs:after, .fos_colse .bar_secnd:before, .fos_colse .bar_secnd:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

/*pushed*/
.pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs{
    top: 1.302083vw;
    transform: rotate(-45deg) scale(1);
    transform-origin: 50% 50%;
    transition: top .1s ease-out,transform .1s ease-out .15s;

    -webkit-transform: rotate(-45deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: top .1s ease-out,transform .1s ease-out .15s;
}
.pushed .toggle-icon .bar_firs:before, .pushed .fos_colse .bar_firs:before {
    transform: translate(0);
    transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
}
.pushed .toggle-icon .bar_firs:after, .pushed .fos_colse .bar_firs:after {
    transform: translate(100%);
    transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;

    -webkit-transform: translate(100%);
    -webkit-transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
}

.pushed .toggle-icon .bar_secnd, .pushed .fos_colse .bar_secnd {
    transform: rotate(45deg) scale(1);
    transform-origin: 50% 50%;
    transition: transform .1s ease-out .15s;

    -webkit-transform: rotate(45deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: transform .1s ease-out .15s;
}
.pushed .toggle-icon .bar_firs:before, .pushed .fos_colse .bar_firs:before {
    transform: translate(0);
    transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
}
.pushed .toggle-icon .bar_firs:after, .pushed .fos_colse .bar_firs:after {
    transform: translate(100%);
    transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;

    -webkit-transform: translate(100%);
    -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
}





/*языки*/
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0!important;}
#google_translate_element2 {display:none!important;}

.translate_block_home ul{list-style: none;padding: 0;}
.translate_block_home ul li .glink{font-family: "Play", Sans-serif;color: #808080;font-size: 0.9375vw;position: relative;}
.translate_block_home ul li .glink.active{color: #000;}
.translate_block_home ul li .glink:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
    background-size: 13px;
    opacity: 0;
    right: -1.40vw;
    top: 0.08vw;
}
.translate_block_home ul li .glink:hover:before{opacity: 1!important;}
.translate_block_home ul li .glink:hover{color: #000;}
.translate_block_home ul li .glink.active:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/wp-content/uploads/2021/03/2332.svg) no-repeat;
    background-size: 15px;
    right: -1.30vw;
    top: 0.08vw;
    opacity: 1!important;
}



/*главная*/
#hronos_container .fp-controlArrow{display: none;}
.meenu_head_main .jltma-menu-has-children{position: relative;}
.meenu_head_main #menu-item-1985 .jltma-menu-nav-link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
    background-size: 13px;
    left: 6.25vw;
    top: 4px;
}
.meenu_head_main #menu-item-2058 .jltma-menu-nav-link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
    background-size: 13px;
    left: 6.25vw;
    top: 4px;
}
.meenu_head_main #menu-item-4998 .jltma-menu-nav-link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
    background-size: 13px;
    left: 14.84375vw;
    top: 4px;
}

.meenu_head_main #menu-item-1985:hover .jltma-menu-nav-link:before {
    content: '';
    background: url(/wp-content/uploads/2021/04/dsdsg.svg) no-repeat!important;
    left:  6.197916666666667vw;
    width: 17px;
    height: 17px;
    background-size: 15px!important;
}
.meenu_head_main #menu-item-2058:hover .jltma-menu-nav-link:before {
    content: '';
    background: url(/wp-content/uploads/2021/04/dsdsg.svg) no-repeat!important;
    left:  6.197916666666667vw;
    width: 17px;
    height: 17px;
    background-size: 15px!important;
}
.meenu_head_main #menu-item-4998:hover .jltma-menu-nav-link:before {
    content: '';
    background: url(/wp-content/uploads/2021/04/dsdsg.svg) no-repeat!important;
    left: 14.791666666666666vw;
    width: 17px;
    height: 17px;
    background-size: 15px!important;
}



.shester_one img{
  filter: blur(3px);
}


/*меню слайдов*/

.meenu_head_mains .menu-item .jltma-menu-nav-link:before{
  content: '';
  position: absolute;
  top: 100%;
  color: #DB2E26;
  left: 0;
  width: 5%;
  height: 1px;
  background-color: currentColor;
  will-change: transform;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.meenu_head_mains .menu-item:hover a{color: #000;}
.meenu_head_mains .menu-item:active a{color: #DB2E26;}
.meenu_head_mains .menu-item:hover .jltma-menu-nav-link:before{
  transform: scaleX(1);transform-origin: 0 50%;transition-timing-function: ease;transition-delay: 150ms;
  -webkit-transform: scaleX(1);-webkit-transform-origin: 0 50%;-webkit-transition-timing-function: ease;-webkit-transition-delay: 150ms;
}



/*меню слайдов*/
.home_first_menu{list-style: none;padding: 0;}
.home_first_menu li{position: relative;overflow: hidden;cursor: pointer;padding-bottom: 0.7854vw;}
.home_first_menu li a{position: relative;overflow: hidden;cursor: pointer;color: #000;}
.home_first_menu li a span{display: inline-block;font-family: "Play", Sans-serif;}
.home_first_menu .linc_count{font-size: 0.5708vw;padding-right: 1.19270vw;}
.home_first_menu .linc_text{font-size: 0.829vw;}
.home_first_menu li .linc_text:before{
  content: '';
  position: absolute;
  top: 100%;
  color: #DB2E26;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  will-change: transform;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .9s cubic-bezier(.25,.46,.45,.94);
}
.home_first_menu li:hover a{color: #000;}
.home_first_menu li:active a{color: #DB2E26;}
.home_first_menu li:hover .linc_text:before{
  transform: scaleX(1);transform-origin: 0 50%;transition-timing-function: ease;transition-delay: 150ms;
  -webkit-transform: scaleX(1);-webkit-transform-origin: 0 50%;-webkit-transition-timing-function: ease;-webkit-transition-delay: 150ms;
}

.home_first_menu.analizator li{
      padding-bottom: 2.0833333333333335vw;
}
.home_first_menu.analizator .linc_count {
    font-size: 0.5708vw;
    padding-right: 1.19270vw;
    vertical-align: top;
    margin-top: 0.15vw;
    display: inline-block;
}


/*всю продукцию - ссылка*/
.see_all_prodct .arrow-circle {
    color: #000;
    font-family: "Play", Sans-serif;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9375vw;
    display: inline-block;
    transition: transform 0.9s ease;
}
.see_all_prodct .arrow-circle .arrow-circle-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
    width: 2.8645833333333335vw;
    height: 1.71875vw;
}
.see_all_prodct .arrow-circle .arrow-circle-iconcircle {
    transition: stroke-dashoffset 2s ease;
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
}
.see_all_prodct .arrow-circle:hover {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    color: #000;
}
.see_all_prodct .arrow-circle:active {
    color: #DB2E26;
}
.see_all_prodct .arrow-circle:hover .arrow-circle-iconcircle {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
}

/*всю продукцию - ссылка меню*/
.see_all_prodct_men .arrow-circle {
    color: #000;
    font-family: "Play", Sans-serif;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9375vw;
    display: inline-block;
    transition: transform 0.9s ease;
}
.see_all_prodct_men .arrow-circle .arrow-circle-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
    width: 2.8645833333333335vw;
    height: 1.71875vw;
}
.see_all_prodct_men .arrow-circle .arrow-circle-iconcircle {
    transition: stroke-dashoffset 2s ease;
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
}
.see_all_prodct_men .arrow-circle:hover {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    color: #000;
}
.see_all_prodct_men .arrow-circle:active {
    color: #DB2E26;
}
.see_all_prodct_men .arrow-circle:hover .arrow-circle-iconcircle {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
}

/*подробнее*/
.all_info_arr .arrow-circle {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9375vw;
    display: inline-block;
    transition: transform 0.9s ease;
}

.all_info_arr.whitecolor .arrow-circle{
    color: #fff!important;
}

.all_info_arr .arrow-circle .arrow-circle-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
    width: 2.8645833333333335vw;
    height: 1.71875vw;
}
.all_info_arr .arrow-circle .arrow-circle-iconcircle {
    transition: stroke-dashoffset 2s ease;
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
}
.all_info_arr .arrow-circle:hover {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    color: #000;
}
.all_info_arr .arrow-circle:active {
    color: #DB2E26;
}
.all_info_arr .arrow-circle:hover .arrow-circle-iconcircle {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
}

/*подробнее*/
.seesll .arrow-circle {
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.9375vw;
    display: inline-block;
    transition: transform 0.9s ease;
}
.seesll .arrow-circle .arrow-circle-icon {
    position: relative;
    transition: transform 0.3s ease;
    vertical-align: middle;
    width: 2.8645833333333335vw;
    height: 1.71875vw;
}
.seesll .arrow-circle .arrow-circle-iconcircle {
    transition: stroke-dashoffset 2s ease;
    stroke-dasharray: 150;
    stroke-dashoffset: 0;
}
.seesll .arrow-circle:hover {
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    color: #000;
}
.seesll .arrow-circle:active {
    color: #DB2E26;
}
.seesll .arrow-circle:hover .arrow-circle-iconcircle {
    stroke-dashoffset: 150;
    stroke-dasharray: 150;
}



/*анимация*/
.to_logo_fancu_sub .eael-fancy-text-strings{
    letter-spacing: 0.78em!important;
}

.shester_one_fos{
    -webkit-animation: shester 95s linear infinite;
    animation: shester 95s linear infinite;
}
@-webkit-keyframes shester {
      0% {transform: translateY(3vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(4vw) translateX(0vw) rotate(10deg);}
      10% {transform: translateY(4vw) translateX(1vw) rotate(10deg);}
      20% {transform: translateY(4vw) translateX(1vw) rotate(30deg);}
      30% {transform: translateY(5vw) translateX(1vw) rotate(60deg);}
      40% {transform: translateY(6vw) translateX(1vw) rotate(-5deg);}
      50% {transform: translateY(2vw) translateX(-1vw) rotate(-20deg);}
      60% {transform: translateY(-2vw) translateX(-1vw) rotate(-40deg);}
      70% {transform: translateY(-1vw) translateX(-1vw) rotate(-60deg);}
      80% {transform: translateY(1vw) translateX(-1vw) rotate(-10deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(10deg);}
      100% {transform: translateY(3vw) translateX(1vw) rotate(30deg);}
}

@keyframes shester {
      0% {transform: translateY(3vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(4vw) translateX(0vw) rotate(10deg);}
      10% {transform: translateY(4vw) translateX(1vw) rotate(10deg);}
      20% {transform: translateY(4vw) translateX(1vw) rotate(30deg);}
      30% {transform: translateY(5vw) translateX(1vw) rotate(60deg);}
      40% {transform: translateY(6vw) translateX(1vw) rotate(-5deg);}
      50% {transform: translateY(2vw) translateX(-1vw) rotate(-20deg);}
      60% {transform: translateY(-2vw) translateX(-1vw) rotate(-40deg);}
      70% {transform: translateY(-1vw) translateX(-1vw) rotate(-60deg);}
      80% {transform: translateY(1vw) translateX(-1vw) rotate(-10deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(10deg);}
      100% {transform: translateY(3vw) translateX(1vw) rotate(30deg);}
}

.shester_one{
    -webkit-animation: shester 95s linear infinite;
    animation: shester 95s linear infinite;
}
.shester_ones{
    -webkit-animation: shester 95s linear infinite;
    animation: shester 95s linear infinite;
}
@-webkit-keyframes shester {
      0% {transform: translateY(3vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(4vw) translateX(0vw) rotate(10deg);}
      10% {transform: translateY(4vw) translateX(1vw) rotate(10deg);}
      20% {transform: translateY(4vw) translateX(1vw) rotate(30deg);}
      30% {transform: translateY(5vw) translateX(1vw) rotate(60deg);}
      40% {transform: translateY(6vw) translateX(1vw) rotate(-5deg);}
      50% {transform: translateY(2vw) translateX(-1vw) rotate(-20deg);}
      60% {transform: translateY(-2vw) translateX(-1vw) rotate(-40deg);}
      70% {transform: translateY(-1vw) translateX(-1vw) rotate(-60deg);}
      80% {transform: translateY(1vw) translateX(-1vw) rotate(-10deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(10deg);}
      100% {transform: translateY(3vw) translateX(1vw) rotate(30deg);}
}

@keyframes shester {
      0% {transform: translateY(3vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(4vw) translateX(0vw) rotate(10deg);}
      10% {transform: translateY(4vw) translateX(1vw) rotate(10deg);}
      20% {transform: translateY(4vw) translateX(1vw) rotate(30deg);}
      30% {transform: translateY(5vw) translateX(1vw) rotate(60deg);}
      40% {transform: translateY(6vw) translateX(1vw) rotate(-5deg);}
      50% {transform: translateY(2vw) translateX(-1vw) rotate(-20deg);}
      60% {transform: translateY(-2vw) translateX(-1vw) rotate(-40deg);}
      70% {transform: translateY(-1vw) translateX(-1vw) rotate(-60deg);}
      80% {transform: translateY(1vw) translateX(-1vw) rotate(-10deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(10deg);}
      100% {transform: translateY(3vw) translateX(1vw) rotate(30deg);}
}

.shester_two{
    -webkit-animation: shestertwo 120s linear infinite;
    animation: shestertwo 120s linear infinite;
}
.shester_twos{
    -webkit-animation: shestertwo 120s linear infinite;
    animation: shestertwo 120s linear infinite;
}
@-webkit-keyframes shestertwo {
      0% {transform: translateY(-1vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(-1vw) translateX(0vw) rotate(5deg);}
      10% {transform: translateY(1vw) translateX(-1vw) rotate(10deg);}
      20% {transform: translateY(1vw) translateX(-2vw) rotate(15deg);}
      30% {transform: translateY(1vw) translateX(-3vw) rotate(-5deg);}
      40% {transform: translateY(-1vw) translateX(-2vw) rotate(-15deg);}
      50% {transform: translateY(-2vw) translateX(0vw) rotate(-15deg);}
      60% {transform: translateY(-3vw) translateX(0vw) rotate(15deg);}
      70% {transform: translateY(1vw) translateX(0vw) rotate(15deg);}
      80% {transform: translateY(2vw) translateX(-1vw) rotate(5deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(8deg);}
      100% {transform: translateY(0vw) translateX(0vw) rotate(5deg);}
}
 
@keyframes shestertwo {
      0% {transform: translateY(-1vw) translateX(0vw) rotate(5deg);}
      5% {transform: translateY(-1vw) translateX(0vw) rotate(5deg);}
      10% {transform: translateY(1vw) translateX(-1vw) rotate(10deg);}
      20% {transform: translateY(1vw) translateX(-2vw) rotate(15deg);}
      30% {transform: translateY(1vw) translateX(-3vw) rotate(-5deg);}
      40% {transform: translateY(-1vw) translateX(-2vw) rotate(-15deg);}
      50% {transform: translateY(-2vw) translateX(0vw) rotate(-15deg);}
      60% {transform: translateY(-3vw) translateX(0vw) rotate(15deg);}
      70% {transform: translateY(1vw) translateX(0vw) rotate(15deg);}
      80% {transform: translateY(2vw) translateX(-1vw) rotate(5deg);}
      90% {transform: translateY(2vw) translateX(-1vw) rotate(8deg);}
      100% {transform: translateY(0vw) translateX(0vw) rotate(5deg);}
}



/*пятна*/

.fog__img {
position: absolute;
}


.fog__img--second {
background: url("/wp-content/themes/hello-elementor-child/img/1.png") no-repeat;
background-size: contain;
background-position: center;
-webkit-background-size: contain;
-webkit-background-position: center;
height: 100vh;
width: 80vw;
opacity: 0;
}
.fog__img--first {
background: url("/wp-content/themes/hello-elementor-child/img/34444.png") no-repeat;
background-size: contain;
background-position: center;
-webkit-background-size: contain;
-webkit-background-position: center;
opacity: 0;

height: 150vh;
width: 150vw;
}
.fog__img--andmore{
background: url("/wp-content/themes/hello-elementor-child/img/2.png") repeat;
background-size: contain;
background-position: center;
-webkit-background-size: contain;
-webkit-background-position: center;
opacity: 0;
height: 120vh;
width: 65vw;
} 



.normal_amin_one{
-webkit-animation: marqueseNormal 90s linear infinite;
animation: marqueseNormal 90s linear infinite;
}
.normal_amin_two{
-webkit-animation: marqueeNormal 100s linear infinite;
animation: marqueeNormal 100s linear infinite;

}
.normal_amin_three{
-webkit-animation: marqumoreNormal 100s linear infinite;
animation: marqumoreNormal 100s linear infinite;
}

@keyframes marqueseNormal {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg);}
    3% {opacity: 0.7; transform: translate3d(-1vw, 1vw, 0) rotate(25deg);}
    40% {opacity: 0.7; transform: translate3d(-50vw, 5vw, 0) rotate(5deg);}
    60% {opacity: 0.7; transform: translate3d(0vw, 20vw, 0) rotate(50deg);}
    95% {opacity: 0.7; transform: translate3d(0vw, 0vw, 0) rotate(5deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) rotate(0deg);}
}
@keyframes marqueeNormal {
    0% {opacity: 0; transform: translate3d(25vw, -5vw, 0) rotate(0deg);}
    3% {opacity: 0.8; transform: translate3d(25vw, -5vw, 0) rotate(15deg);}
    40% {opacity: 0.8; transform: translate3d(25vw, 15vw, 0) rotate(-15deg);}
    60% {opacity: 0.8; transform: translate3d(25vw, -20vw, 0) rotate(15deg);}
    95% {opacity: 0.8; transform: translate3d(0vw, 0vw, 0) rotate(-15deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) rotate(0deg);}
}
@keyframes marqumoreNormal {
    0% {opacity: 0; transform: translate3d(0, 0, 0);}
    3% {opacity: 1; transform: translate3d(0, 0, 0);}
    40% {opacity: 1; transform: translate3d(30vw, -20vw, 0);}
    60% {opacity: 1; transform: translate3d(30vw, 20vw, 0);}
    95% {opacity: 1; transform: translate3d(0vw, 0vw, 0);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0);}
}
@-webkit-keyframes marqueseNormal {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg);}
    3% {opacity: 0.7; transform: translate3d(-1vw, 1vw, 0) rotate(25deg);}
    40% {opacity: 0.7; transform: translate3d(-50vw, 5vw, 0) rotate(5deg);}
    60% {opacity: 0.7; transform: translate3d(0vw, 20vw, 0) rotate(50deg);}
    95% {opacity: 0.7; transform: translate3d(0vw, 0vw, 0) rotate(5deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) rotate(0deg);}
}
@-webkit-keyframes marqueeNormal {
    0% {opacity: 0; transform: translate3d(25vw, -5vw, 0) rotate(0deg);}
    3% {opacity: 0.8; transform: translate3d(25vw, -5vw, 0) rotate(15deg);}
    40% {opacity: 0.8; transform: translate3d(25vw, 15vw, 0) rotate(-15deg);}
    60% {opacity: 0.8; transform: translate3d(25vw, -20vw, 0) rotate(15deg);}
    95% {opacity: 0.8; transform: translate3d(0vw, 0vw, 0) rotate(-15deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) rotate(0deg);}
}
@-webkit-keyframes marqumoreNormal {
    0% {opacity: 0; transform: translate3d(0, 0, 0);}
    3% {opacity: 1; transform: translate3d(0, 0, 0);}
    40% {opacity: 1; transform: translate3d(30vw, -20vw, 0);}
    60% {opacity: 1; transform: translate3d(30vw, 20vw, 0);}
    95% {opacity: 1; transform: translate3d(0vw, 0vw, 0);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0);}
}


.fasted_amin_one{
-webkit-animation: marquese 2s linear infinite;
animation: marquese 2s linear infinite;
}
.fasted_amin_two{
-webkit-animation: marquee 2s linear infinite;
animation: marquee 2s linear infinite;
}
.fasted_amin_three{
-webkit-animation: marqumore 2s linear infinite;
animation: marqumore 2s linear infinite;
}

@keyframes marquese {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg);}
    20% {opacity: 0.5; transform: translate3d(-1vw, 1vw, 0) scale(1.5) rotate(5deg);}
    40% {opacity: 1; transform: translate3d(-50vw, 5vw, 0) scale(2) rotate(75deg);}
    60% {opacity: 1; transform: translate3d(0vw, 20vw, 0) scale(2.5) rotate(180deg);}
    80% {opacity: 0.5; transform: translate3d(0vw, 0vw, 0) scale(3) rotate(190deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) scale(4) rotate(195deg);}
}
@keyframes marquee {
    0% {opacity: 0; transform: translate3d(25vw, -5vw, 0) scale(1.5) rotate(-5deg);}
    20% {opacity: 0.5; transform: translate3d(25vw, -5vw, 0)  scale(3) rotate(-55deg);}
    40% {opacity: 1; transform: translate3d(25vw, 15vw, 0)  scale(4) rotate(-75deg);}
    60% {opacity: 1; transform: translate3d(25vw, -25vw, 0)  scale(4.5) rotate(-90deg);}
    80% {opacity: 0.5; transform: translate3d(0vw, 0vw, 0)  scale(5.5) rotate(-130deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0)  scale(6) rotate(-135deg);}
}
@keyframes marqumore {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(5deg) scale(0.1);}
    20% {opacity: 0.5; transform: translate3d(0, 0, 0) rotate(50deg) scale(1);}
    40% {opacity: 1; transform: translate3d(-30vw, 0, 0) rotate(80deg) scale(3);}
    60% {opacity: 1; transform: translate3d(-30vw, 0, 0) rotate(100deg) scale(4);}
    80% {opacity: 0.5;transform: translate3d(0vw, 0, 0) rotate(130deg) scale(6);}
    100% {opacity: 0;transform: translate3d(0vw, 0, 0) rotate(190deg) scale(8);}
}
@-webkit-keyframes marquese {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(0deg);}
    20% {opacity: 0.5; transform: translate3d(-1vw, 1vw, 0) scale(1.5) rotate(5deg);}
    40% {opacity: 1; transform: translate3d(-50vw, 5vw, 0) scale(2) rotate(75deg);}
    60% {opacity: 1; transform: translate3d(0vw, 20vw, 0) scale(2.5) rotate(180deg);}
    80% {opacity: 0.5; transform: translate3d(0vw, 0vw, 0) scale(3) rotate(190deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0) scale(4) rotate(195deg);}
}
@-webkit-keyframes marquee {
    0% {opacity: 0; transform: translate3d(25vw, -5vw, 0) scale(1.5) rotate(-5deg);}
    20% {opacity: 0.5; transform: translate3d(25vw, -5vw, 0)  scale(3) rotate(-55deg);}
    40% {opacity: 1; transform: translate3d(25vw, 15vw, 0)  scale(4) rotate(-75deg);}
    60% {opacity: 1; transform: translate3d(25vw, -25vw, 0)  scale(4.5) rotate(-90deg);}
    80% {opacity: 0.5; transform: translate3d(0vw, 0vw, 0)  scale(5.5) rotate(-130deg);}
    100% {opacity: 0; transform: translate3d(0vw, 0vw, 0)  scale(6) rotate(-135deg);}
}
@-webkit-keyframes marqumore {
    0% {opacity: 0; transform: translate3d(0, 0, 0) rotate(5deg) scale(0.1);}
    20% {opacity: 0.5; transform: translate3d(0, 0, 0) rotate(50deg) scale(1);}
    40% {opacity: 1; transform: translate3d(-30vw, 0, 0) rotate(80deg) scale(3);}
    60% {opacity: 1; transform: translate3d(-30vw, 0, 0) rotate(100deg) scale(4);}
    80% {opacity: 0.5;transform: translate3d(0vw, 0, 0) rotate(130deg) scale(6);}
    100% {opacity: 0;transform: translate3d(0vw, 0, 0) rotate(190deg) scale(8);}
}



/*КРУГИ БОКС*/

#shape_onesvg2{
    width: 31.4375vw!important;
    max-width: 600px!important;
    height: 32.135417vw!important;
}
#shape_twosvg2{
    width: 14.479166666666666vw!important;
    height: 25.833333333333332vw!important;
}
#shape_threesvg2{
    width: 10.052083333333334vw!important;
    height: 19.791666666666668vw!important;
}

#shape_onesvfgg2{
    width: 31.4375vw!important;
    height: 32.185417vw!important;
}

/**/
.go_load_lines_fast #shape_one, .go_load_lines_fast #shape_more_one, .go_load_lines_fast #shape_more_two, .go_load_lines_fast #shape_two,
.go_load_lines_fast #shape_more_three, .go_load_lines_fast #shape_three, .togle_in_libne, 
.line_under_box_left_two, .line_under_box_right_two,
.container_box_umade_main_two, .podloj_model{
    opacity: 0;
} 

.go_load_lines_fast #first_circl_box{
  animation: circle_stroke 1.5s ease-in forwards;
  animation-delay: 1s;

  -webkit-animation: circle_stroke 1.5s ease-in forwards;
  -webkit-animation-delay: 1s;
}
.go_load_lines_fast #shape_more_one{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 2s;
}
.go_load_lines_fast #shape_more_two{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 2s;
}


.go_load_lines_fast #secnd_circl_box{
  animation: circle_strokese 1.5s ease-in forwards;
  animation-delay: 1.2s;

  -webkit-animation: circle_strokese 1.5s ease-in forwards;
  -webkit-animation-delay: 1.2s;
}
.go_load_lines_fast #shape_more_three{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 2s;
}

.go_load_lines_fast #nexel_circl_box{
  animation: circle_strottt 1.5s ease-in forwards;
  animation-delay: 1.4s;

  -webkit-animation: circle_strottt 1.5s ease-in forwards;
  -webkit-animation-delay: 1.4s;
}

/*----------------*/
.go_load_lines_fast_nex #first_circl_box{
  animation: circle_stroke 1.5s ease-in forwards;
  animation-delay: 2.5s;

  -webkit-animation: circle_stroke 1.5s ease-in forwards;
  -webkit-animation-delay: 2.5s;
}
.go_load_lines_fast_nex #shape_more_one{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 3.5s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 3.5s;
}
.go_load_lines_fast_nex #shape_more_two{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 3.5s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 3.5s;
}


.go_load_lines_fast_nex #secnd_circl_box{
  animation: circle_strokese 1.5s ease-in forwards;
  animation-delay: 2.7s;

  -webkit-animation: circle_strokese 1.5s ease-in forwards;
  -webkit-animation-delay: 2.7s;
}
.go_load_lines_fast_nex #shape_more_three{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 3.5s;

  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 3.5s;
}

.go_load_lines_fast_nex #nexel_circl_box{
  animation: circle_strottt 1.5s ease-in forwards;
  animation-delay: 2.9s;

  -webkit-animation: circle_strottt 1.5s ease-in forwards;
  -webkit-animation-delay: 2.9s;
}
/*----------------*/


#firsgt_circl_box{
  animation: circle_stroke 1.5s ease-in forwards;
  animation-delay: 1s;
  -webkit-animation: circle_stroke 1.5s ease-in forwards;
  -webkit-animation-delay: 1s;
  opacity: 0;
  stroke-dashoffset:1500;
  stroke-dasharray:1500;
  stroke:red;
  stroke-width: 1;
  fill:none;
}
#shape_gmore_one{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;
  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 2s;
  opacity: 0;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}
#shape_mgore_two{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;
  -webkit-animation: circle_stroketw 1.5s ease-in forwards;
  -webkit-animation-delay: 2s;
  opacity: 0;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}


#secnd_cigrcl_box{
  animation: circle_strokese 1.5s ease-in forwards;
  animation-delay: 1.2s;
   -webkit-animation: circle_strokese 1.5s ease-in forwards;
   -webkit-animation-delay: 1.2s;
  opacity: 0;
  stroke-dashoffset:1500;
  stroke-dasharray:1500;
  stroke:red;
  stroke-width:1;
  fill:none;
}
#shape_moggre_three{
  animation: circle_stroketw 1.5s ease-in forwards;
  animation-delay: 2s;
   -webkit-animation: circle_stroketw 1.5s ease-in forwards;
   -webkit-animation-delay: 2s;
  opacity: 0;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}

#nexel_cigrcl_box{
  animation: circle_strottt 1.5s ease-in forwards;
  animation-delay: 1.4s;
   -webkit-animation: circle_strottt 1.5s ease-in forwards;
   -webkit-animation-delay: 1.4s;
  opacity: 0;
  stroke-dashoffset:1500;
  stroke-dasharray:1500;
  stroke:red;
  stroke-width:1;
  fill:none;
}


#first_circl_box{
stroke-dashoffset:1500;
stroke-dasharray:1500;
stroke:red;
stroke-width: 1;
fill:none;
}
#shape_more_one {
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;
}
#shape_more_two {
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;
}
#secnd_circl_box{
stroke-dashoffset:1500;
stroke-dasharray:1500;
stroke:red;
stroke-width:1;
fill:none;
}
#shape_more_three{
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;

}
#nexel_circl_box{
stroke-dashoffset:1500;
stroke-dasharray:1500;
stroke:red;
stroke-width:1;
fill:none;
}

/**/
.togle_in_libne_prod, .tooltp_text_frst_three_prod, .tooltp_text_frst_two_prod, .tooltp_text_frst_one_prod{
  opacity: 0;
} 
.togle_in_libne_prod{animation-fill-mode: forwards;animation-delay: 3s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.tooltp_text_frst_three_prod{animation-fill-mode: forwards;animation-delay: 3.2s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.tooltp_text_frst_two_prod{animation-fill-mode: forwards;animation-delay: 3.4s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.tooltp_text_frst_one_prod{animation-fill-mode: forwards;animation-delay: 3.6s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}




/*КРУГИ БОКС страница продукта*/
#shape_one_prod{
stroke-dashoffset:1158;
stroke-dasharray:1158;
stroke:red;
stroke-width:0.5;
fill:none;
animation: circle_stroke 1.5s ease-in forwards;
animation-delay: 3s;
-webkit-animation: circle_stroke 1.5s ease-in forwards;
-webkit-animation-delay: 3s;
}
#shape_more_one_prod {
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;
animation: circle_stroketw 1.5s ease-in forwards;
animation-delay: 5.5s;
-webkit-animation: circle_stroketw 1.5s ease-in forwards;
-webkit-animation-delay: 5.5s;
}
#shape_more_two_prod {
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;
animation: circle_stroketw 1.5s ease-in forwards;
animation-delay: 5.5s;
-webkit-animation: circle_stroketw 1.5s ease-in forwards;
-webkit-animation-delay: 5.5s;
}
#shape_two_prod{
stroke-dashoffset:1558;
stroke-dasharray:1558;
stroke:red;
stroke-width:0.5;
fill:none;
animation: circle_strokese 1.5s ease-in forwards;
animation-delay: 3.5s;
-webkit-animation: circle_strokese 1.5s ease-in forwards;
-webkit-animation-delay: 3.5s;
}
#shape_more_three_prod{
stroke-dashoffset:558;
stroke-dasharray:558;
stroke: #DB2E26;
stroke-width:3;
fill:none;
animation: circle_stroketw 1.5s ease-in forwards;
animation-delay: 5.5s;
-webkit-animation: circle_stroketw 1.5s ease-in forwards;
-webkit-animation-delay: 5.5s;
}
#shape_three_prod{
stroke-dashoffset:1558;
stroke-dasharray:1558;
stroke:red;
stroke-width:0.5;
fill:none;
animation: circle_strottt 1.5s ease-in forwards;
animation-delay: 4s;
-webkit-animation: circle_strottt 1.5s ease-in forwards;
-webkit-animation-delay: 4s;
}



@keyframes circle_stroke {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@keyframes circle_strokese {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@keyframes circle_strottt {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@keyframes circle_stroketw {
  0%{opacity: 0;}
  10%{opacity: 1;stroke-dashoffset: 558;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 


@-webkit-keyframes circle_stroke {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@-webkit-keyframes circle_strokese {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@-webkit-keyframes circle_strottt {
  0%{opacity: 0;fill:none;}
  10%{opacity: 1;stroke-dashoffset: 1500;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 
@-webkit-keyframes circle_stroketw {
  0%{opacity: 0;}
  10%{opacity: 1;stroke-dashoffset: 558;}
  100% {stroke-dashoffset: 0;opacity: 1;}
} 


.zoomtoglein_2_7sec_nex{animation-fill-mode: forwards;animation-delay: 4.2s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_1sec_nex{animation-fill-mode: forwards;animation-delay: 3.6s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_5sec_nex{animation-fill-mode: forwards;animation-delay: 3.5s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_7sec_nex{animation-fill-mode: forwards;animation-delay: 5.2s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_7sec_nex{animation-fill-mode: forwards;animation-delay: 8.5s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_nex{animation-fill-mode: forwards;animation-delay: 8s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}


.zoomtoglein_2_7sec{animation-fill-mode: forwards;animation-delay: 2.7s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_1sec{animation-fill-mode: forwards;animation-delay: 3.1s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_5sec{animation-fill-mode: forwards;animation-delay: 3.5s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_3_7sec{animation-fill-mode: forwards;animation-delay: 3.7s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
.zoomtoglein_7sec{animation-fill-mode: forwards;animation-delay: 7s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}

.zoomtoglein{animation-fill-mode: forwards;animation-delay: 6.5s;-webkit-animation-name:zoomtoglein;animation-name:zoomtoglein;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
 @keyframes zoomtoglein {
  from{  
    transform: scale(1.5);
    opacity:0;
  }
  to{
    transform: scale(1);
    opacity:1;
  }
 }



.text_tool_prods, .toltp_icon_plus_prod, .hotspont_block_contenr, .text_lins_png, .pgx_togles_home{
  opacity: 0;
}
.mobile_pgx_home .pgx_togles_home{
  opacity: 1!important;
} 

.carousel_block .slick-active .toltp_icon_plus_prod{animation-fill-mode: forwards;animation-delay: 2.5s;-webkit-animation-name:fadeTogless;animation-name:fadeTogless;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;}
.carousel_block .slick-active .text_tool_prods{animation-fill-mode: forwards;animation-delay: 2.8s;-webkit-animation-name:fadeTogless;animation-name:fadeTogless;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;}
.carousel_block .slick-active .hotspont_block_contenr{animation-fill-mode: forwards;animation-delay: 3.2s;-webkit-animation-name:fadeTogless;animation-name:fadeTogless;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;}

@keyframes fadeTogless {
    0%{
      opacity:0;
    }  
    100%{
      opacity:1;
    }     
 }

#wheowal_one_svg{
    width: 37.239583333333336vw!important;
    height: 37.239583333333336vw!important;
}

#wheowal_one_svg_gx{
    width: 42.904166666666664vw!important;
    height: 40.104166666666664vw!important;
}
#circles_one_svg_gx{

}

/**/
.carousel_block .slick-active #wheowal_one{
  animation: load_line_one 0.5s ease-in forwards;
  animation-delay: 0.1s;
  stroke-dashoffset:1558;
  stroke-dasharray:1558;
  stroke:#fff;
  stroke-width:0.5;
}
.carousel_block .slick-active #wheowal_more_one{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 0.4s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}
.carousel_block .slick-active #wheowal_more_two{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 0.8s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
} 


.whitecircle_home_one.go_load_lines_fast #wheowal_one{
  animation: load_line_one 1.5s ease-in forwards;
  animation-delay: 1.6s;
  stroke-dashoffset:1558;
  stroke-dasharray:1558;
  stroke:#fff;
  stroke-width:0.5;
}
.whitecircle_home_one.go_load_lines_fast #wheowal_more_one{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 2.5s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}
.whitecircle_home_one.go_load_lines_fast #wheowal_more_two{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 3s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
} 

.whitecircle_home_one_gx.go_load_lines_fast #wheowal_one{
  animation: load_line_one 1.5s ease-in forwards;
  animation-delay: 1.6s;
  stroke-dashoffset:1558;
  stroke-dasharray:1558;
  stroke:#fff;
  stroke-width:0.5;
}
.whitecircle_home_one_gx.go_load_lines_fast #wheowal_more_one{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 2.5s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
}
.whitecircle_home_one_gx.go_load_lines_fast #wheowal_more_two{
  animation: load_line_two 1.5s ease-in forwards;
  animation-delay: 3s;
  stroke-dashoffset:558;
  stroke-dasharray:558;
  stroke: #DB2E26;
  stroke-width:3;
  fill:none;
} 





@keyframes load_line_one {
  0%{
    stroke-dashoffset: 1558;
  }
  100% {
      stroke-dashoffset: 0;
  }
} 

@keyframes load_line_two {
  0%{
    stroke-dashoffset: 558;
  }
  100% {
      stroke-dashoffset: 0;
  }
} 




/*ЕРЕКЛЮЧАТЕЛЬ СЛАЙДОВ*/
.carousel_block .carousel-arrow:active path:first-child{
    stroke: #db2e26;
}
.carousel_block .carousel-arrow svg path:first-child{
    transition: stroke-dashoffset 2s ease;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}
.carousel_block .carousel-arrow:hover svg path:first-child{
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}
.carousel_block .carousel-arrow{
    transition: transform 0.9s ease;
}
.carousel_block .carousel-prev:hover {
    transform: translate3d(-5px, 0, 0);
}
.carousel_block .carousel-next:hover {
    transform: translate3d(5px, 0, 0);
}


/*ХОТСПОТЫ*/
.ui-point {
    position: absolute;
    display: block;
    width: 2.6041666666666665vw;
    height: 2.6041666666666665vw;
    background-size: 100%;
}
.ui-point .ui-hotpoint {
    position: absolute;
    top: 0;
    left: 0;
}
.ui-point .circle-point, .ui-point .ui-hotpoint {
    width: 100%;
    height: 100%;
}

/*pgx 10001-1*/
.ui-point1 {
    top: 4.5vw;
    left: 4.5vw;
}
.ui-point2 {
    top: 2vw;
    left: 9.5vw;
}
.ui-point3 {
    top: 8vw;
    left: 7.5vw;
}
.ui-point4 {
    top: 12vw;
    left: 16.9vw;
}
.ui-point5 {
    top: 19.5vw;
    left: 12vw;
}
.ui-point6{
    left: 5vw;
    top: 16vw;
}


/*pgx 10001-2*/
.togle_pgx_two .ui-point1 {
    top: 7.5vw;
    left: 6vw;
}
.togle_pgx_two .ui-point2 {
    top: 5vw;
    left: 8.5vw;
}
.togle_pgx_two .ui-point4 {
    top: 20vw;
    left: 10.9vw;
}
.togle_pgx_two .ui-point5 {
     top: 9vw;
    left: 17.5vw;
}
.togle_pgx_two .ui-point6{
    left: 3vw;
    top: 13.2vw;
}

/*блок бокс*/
.hotspont_block_blockbox .ui-point1{
     top: 12.5vw;
     left: -6vw;
     width: 100%;
}
.hotspont_block_blockbox .ui-point-line{
    transform: rotate(180deg);
}
.hotspont_block_blockbox  .ui-point-line svg {
    width: 12.072917vw!important;
    height: 3.623958vw!important;
}
.hotspont_block_blockbox .ui-point-info.left {
    top: 0.42vw!important;
    left: 0.55vw!important;
}
.hotspont_block_blockbox .ui-point-info.left .ui-point-label {
    margin-left: -12.1vw!important;
    background: transparent!important;
    padding: 0!important;
    border-radius: 0!important;
    border: 0!important;
    top: 1.50625vw!important;
}

.blue_pp_togl svg polyline{
    stroke: #0085ff!important;
}
.blue_pp_togl .ui-point-info.left .ui-point-label {
    border: 1.5px solid #0085ff;
    color: #0085ff;
}

body .ipnrm-theme-bubbles .ipnrm-markers .ipnrm-marker:not(.ipnrm-custom) .ipnrm-body {
    -webkit-animation: ipnrm-animation-rodek 4s infinite alternate!important;
    animation: ipnrm-animation-rodek 4s infinite alternate!important;
    width: 75px;
    height: 75px;
    background-image: url(/wp-content/uploads/2021/04/Group-350.png)!important;
    background-repeat: no-repeat;
}
@keyframes ipnrm-animation-rodek {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.5);
  }
  100%{
    transform: scale(1);
  }
}

.ipnrm-theme-bubbles .ipnrm-tooltips .ipnrm-form {
    background-color: rgb(255 255 255 / 84%)!important;
    border-radius: 5px!important;
    font-size: 13px!important;
    padding: 10px 15px!important;
    border: 1.5px solid #db2e26;
    color: #db2e26;
    font-weight: 400;
    line-height: 1.2em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: left;
}
.ipnrm-theme-bubbles .ipnrm-tooltips .ipnrm-tooltip.ipnrm-top .ipnrm-arrow {
    left: 48.3%!important;
    background-color: rgb(255 255 255 / 40%)!important;
}



/*пгх главная*/
.hotspont_block_for_png_home .ui-point1{
    top: 4.5vw;
    left: 6.5vw;
}
.hotspont_block_for_png_home .ui-point3 {
    top: 15vw;
    left: 5.5vw;
}
.hotspont_block_for_png_home .ui-point4 {
    top: 8vw;
    left: 16vw;
}
.hotspont_block_for_png_home .ui-point-line{
    transform: rotate(180deg);
}
.hotspont_block_for_png_home  .ui-point-line svg {
    width: 12.072917vw!important;
    height: 3.623958vw!important;
}
.hotspont_block_for_png_home .ui-point-info.left {
    top: 0.51vw!important;
    left: -10.7vw!important;
}
.hotspont_block_for_png_home .ui-point-info.left .ui-point-label {
    margin-left: -12.1vw!important;
    background: rgb(255 255 255 / 20%)!important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding: 0!important;
    border-radius: 0!important;
    border: 0!important;
    top: 1.50625vw!important;
}

.hotspont_block_for_png_home .ui-point-info.right{
    top: 0.46vw!important;
    left: 1.3vw!important;
}
.hotspont_block_for_png_home .ui-point-info.right .ui-point-label {
    margin-left: -8.2vw!important;
    background: rgb(255 255 255 / 20%)!important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    padding: 0!important;
    border-radius: 0!important;
    border: 0!important;
    top: 1.50625vw!important;
}


/*точка*/
.ui-point .circle-point, .ui-point .grey-circle {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.ui-point .blue-circle, .ui-point .circle-point {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.ui-point:hover .circle-point {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.ui-point:hover .blue-circle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*тултип*/
.ui-point-info {
    display: block;
    width: 17.625vw;
    height: 100%;
    pointer-events: none;
}
.ui-point-info.left {
    text-align: left;
    position: absolute;
    top: -0.25vw;
    left: 50%;
}
.ui-point-info.right {
    text-align: right;
    position: absolute;
    top: -0.1vw;
    right: 40%;
}

.ui-point-info.left .ui-point-label, .ui-point-info.left .ui-point-line, .ui-point-info.right .ui-point-label, .ui-point-info.right .ui-point-line {
    float: left;
}
.ui-point-info .ui-point-info, .ui-point-info .ui-point-label, .ui-point-info .ui-point-line polyline {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 0;
}


.box_posts_news .eael-grid-post-link{
    overflow: hidden;
    max-height: 47px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.box_posts_news .eael-grid-post-excerpt{
    min-height: 250px;
}
.box_posts_news .eael-entry-header .eael-entry-title{
    min-height: 47px;
}

/*линия*/
.ui-point-line svg{
    width: 8.072916666666666vw!important;
    height: 1.6239583333333333vw!important;
}

.box_slider_product_gx .ui-point-line svg polyline, .ui-point-line svg polyline{
    fill: none;
    stroke: #db2e26;
    stroke-miterlimit: 10;
    opacity: 0;
    stroke-dashoffset: 300;
    stroke-dasharray: 300;
    transition: stroke-dashoffset 0.5s ease;
    stroke-width: 0.5px;
}
.box_slider_product_gx .ui-point:hover .ui-point-line svg polyline, .ui-point:hover .ui-point-line svg polyline{
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
}

.box_slide_page .ui-point-line svg polyline{
    stroke-dashoffset: 300;
    stroke-dasharray: 300;
}
.box_slide_page .ui-point:hover .ui-point-line svg polyline{
    opacity: 1;
    stroke-dashoffset: 200;
    stroke-dasharray: 300;
}


/*текст*/
.ui-point-info.right .ui-point-label {
    position: relative;
    bottom: 3.40625vw;
    min-height: 3.6458333333333335vw;
}
.ui-point-info.left .ui-point-label{
    position: relative;
    bottom: 4.90625vw;
    min-height: 3.6458333333333335vw;
}
.box_slider_product_gx .ui-point-info.left .ui-point-label{
    min-height: auto!important;
}

.just_tooltp_box.home .ui-point-info.right .ui-point-label {
    min-height: 1.205833vw;
}
.just_tooltp_box.home .ui-point-info.left .ui-point-label{
    min-height: 1.205833vw;
}





.ui-point-info.left .ui-point-label {
    margin-left: 4vw;
    background: rgb(255 255 255 / 84%);
    padding: 0.5vw;
    border-radius: 5px;
    border: 1.5px solid #db2e26;
    color: #db2e26;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 0.7291666666666666vw;
    backdrop-filter: blur(8px);  
    -webkit-backdrop-filter: blur(8px); 
    z-index: 999;
    max-width: 14.5vw;
}

.ui-point-info.right .ui-point-label {
    margin-right: -5.3vw;
    background: rgb(255 255 255 / 84%);
    padding: 0.5vw;
    border-radius: 5px;
    border: 1.5px solid #db2e26;
    color: #db2e26;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 0.7291666666666666vw;
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);  
    z-index: 999;
    max-width: 14.5vw;
    text-align: left;
}





.ui-point .ui-point-label {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.ui-point:hover .ui-point-label {
    opacity: .999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*кольцо*/
.ui-point-circle {
    width: 90px;
    height: 90px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ui-point-circle svg {
    position: absolute;
    left: 50%;
    opacity: 0;
    top: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-45px) translateY(-45px);
    -ms-transform: translateX(-45px) translateY(-45px);
    transform: translateX(-45px) translateY(-45px);
}

.ui-point1 .ui-point-circle svg{
  animation: togle_inser 24s linear infinite;
  animation-delay: 1s;
}
.ui-point2 .ui-point-circle svg{
  animation: togle_inser 24s linear infinite;
  animation-delay: 5s;
}
.ui-point3 .ui-point-circle svg{
  animation: togle_inser 24s linear infinite;
  animation-delay: 9s;
}
.ui-point4 .ui-point-circle svg{
  animation: togle_inser 24s linear infinite;
  animation-delay: 13s;
}
.ui-point5 .ui-point-circle svg{
  animation: togle_inser 24s linear infinite;
  animation-delay: 17s;
}

@keyframes togle_inser {
  0%{
     -webkit-transform: matrix(1,0,01,0,0);
    stroke-width: 1;
    opacity: 0;
  }
  4%{
    opacity: 0.5;
  }
  8%{
    -webkit-transform: matrix(6,0,0,6,-45,-45);
    stroke-width: 0.15;
  }
  10%{
    -webkit-transform: matrix(7,0,0,7,-45,-45);
    stroke-width: 0;
    opacity: 0;
  }
  100%{
    opacity: 0;
    -webkit-transform: matrix(8,0,0,8,-45,-45);
    stroke-width: 0;
  }
}



.remover{
  display: none!important;
}
.btm_callback{background: #DB2E26;border: 0.5px solid #000;position: relative;display: flex;transition: .4s ease;cursor: pointer;}
.btm_callback:hover, .btm_callback_mobile:hover{background: #c01710;}
.btm_callback.non_active{width: 4.495vw!important;float: right;}


.btm_callback_mobile{
    width: 3.6458333333333335vw;
    height: 3.6458333333333335vw;
    float: left;
    background: #DB2E26;
    border-right: 0.5px solid #000;
    position: relative;
    display: flex;
    transition: .4s ease;
    cursor: pointer;
}
.btm_callback_mobile .icon_calb svg{width: 1.09375vw;height: 1.09375vw;}
.btm_callback_mobile .icon_calb {
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}

.icon_calbackbtm{
    background: #C01710;
    width: 0.8333333333333334vw;
    border-right: 1px solid #000;
}
.icon_calbackbtm .btm_to_close_fos{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.btm_callback .elementor-icon{
    padding-top: 1.2760416666666667vw;
    padding-bottom: 1.2760416666666667vw;
    padding-left: 0.46875vw;
}
.btm_callback .elementor-icon svg{
    width: 1.09375vw;
    height: 1.09375vw;
}
.btm_callback.non_active .elementor-icon{
    padding-left: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.text_calbackbtm{
    color: #fff;
    padding-top: 1.09375vw;
    padding-bottom: 1.1458333333333333vw;
    font-size: 0.9375vw;
    font-weight: 300;
    padding-left: 0.4427083333333333vw;
}



.box_svhg_lines #block_lines_uslug{
    width: 72.29166666666667vw!important;
    height: 48.852083333333336vw!important;
}

.box_svhg_lines #cont_lines_uslug1,
.box_svhg_lines #cont_lines_uslug8,
.box_svhg_lines #cont_lines_uslug12,
.box_svhg_lines #cont_lines_uslug23,
.box_svhg_lines #cont_lines_uslug13,
.box_svhg_lines #cont_lines_uslug14,
.box_svhg_lines #cont_lines_uslug15,
.box_svhg_lines #cont_lines_uslug24,
.box_svhg_lines #cont_lines_uslug,
.box_svhg_lines #cont_lines_uslug16,
.box_svhg_lines #cont_lines_uslug17,
.box_svhg_lines #cont_lines_uslug18,
.box_svhg_lines #cont_lines_uslug19{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  opacity: 0;
}
@keyframes load_li_page {
  0%{
      stroke-dashoffset: 1500;
      opacity: 0;
  }
  5%{
      opacity: 1;
  }
  100% {
      stroke-dashoffset: 0;
      opacity: 1;
  }
} 


.box_svhg_lines#cont_lines_uslug11,
.box_svhg_lines #cont_lines_uslug10,
.box_svhg_lines #cont_lines_uslug6,
.box_svhg_lines #cont_lines_uslug5,
.box_svhg_lines #cont_lines_uslug4,
.box_svhg_lines #cont_lines_uslug3,
.box_svhg_lines #cont_lines_uslug2,
.box_svhg_lines #cont_lines_uslug7,
.box_svhg_lines #cont_lines_uslug9,
.box_svhg_lines #cont_lines_uslug22,
.box_svhg_lines #cont_lines_uslug21,
.box_svhg_lines #cont_lines_uslug20{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 1s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}
@keyframes load_li_pages {
  0%{
      stroke-dashoffset: 1000;
      opacity: 0;
  }
  20%{
      opacity: 1;
  }
  100% {
      stroke-dashoffset: 0;
      opacity: 1;  
  }
} 



#hronos_container_about #cont_lines_uslug1,
#hronos_container_about #cont_lines_uslug2,
#hronos_container_about #cont_lines_uslug3,
#hronos_container_about #cont_lines_uslug4,
#hronos_container_about #cont_lines_uslug5,
#hronos_container_about #cont_lines_uslug6,
#hronos_container_about #cont_lines_uslug7,
#hronos_container_about #cont_lines_uslug8,
#hronos_container_about #cont_lines_uslug9,
#hronos_container_about #cont_lines_uslug10,
#hronos_container_about #cont_lines_uslug11,
#hronos_container_about #cont_lines_uslug12,
#hronos_container_about #cont_lines_uslug13,
#hronos_container_about #cont_lines_uslug14,
#hronos_container_about #cont_lines_uslug15,
#hronos_container_about #cont_lines_uslug16,
#hronos_container_about #cont_lines_uslug18,
#hronos_container_about #cont_lines_uslug17{
  opacity: 0;
}

#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug16,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug17,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug11,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug12,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug13,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug8,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug9,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug10,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug4{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug2,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug14,
#hronos_container_about .liner_onas_one.justFide1_5sec_nex #cont_lines_uslug15{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*2019*/
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug8,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug9,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug10,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug11,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug12,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug13,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug14,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug15,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug16,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug17,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug18,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug19,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug20{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug2,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_2019teo.justFide1_5sec_nex #cont_lines_uslug5{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}


/*2010*/
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug8{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_2010teo.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*2007*/
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug8{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_2007teo.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*2004*/
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug7,

#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug8,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug9,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug10,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug11,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug12,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug13,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug14,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug15{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_2004teo.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}


/*222222*/
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug8,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug9,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug10,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug11,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug12,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug13,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug14,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug15,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug16,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug17,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug18{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug2,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_teo.justFide1_5sec_nex #cont_lines_uslug6{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*33333*/
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug8{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_thre.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*4444*/
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug8{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 2s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_four.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

/*55555*/
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug9,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug10,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug11,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug4,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug5,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug6,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug7,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug8{
  animation: load_li_pages 2s ease-in forwards;
  animation-delay: 1.5s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  opacity: 0;
}

#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug1,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug3,
#hronos_container_about .liner_onas_six.justFide1_5sec_nex #cont_lines_uslug2{
  animation: load_li_page 5s ease-in forwards;
  animation-delay: 1s;
  stroke-dashoffset: 1500;
  stroke-dasharray: 2.2;
}

.liner_onas_one svg{
    width: 75vw!important;
    height: 26vw!important;
}
.liner_onas_teo svg{
    width: 102vw!important;
    height: 22vw!important;
}
.liner_onas_2019teo svg{
    width: 102vw!important;
    height: 27vw!important;
}
.liner_onas_2010teo svg{
    width: 102vw!important;
    height: 19vw!important;
}
.liner_onas_2007teo svg{
    width: 102vw!important;
    height: 19vw!important;
}
.liner_onas_2004teo svg{
    width: 102vw!important;
    height: 36vw!important;
}
.liner_onas_thre svg{
    width: 102vw!important;
    height: 11vw!important;
}
.liner_onas_four svg{
    width: 102vw!important;
    height: 14.1vw!important;
}
.liner_onas_six svg{
    width: 86vw!important;
    height: 31.1vw!important;
}

#hronos_container_about #fp-nav ul, #hronos_container_about .fp-slidesNav ul {
    max-width: 100vw!important;
}
#hronos_container_about .fp-controlArrow{display: none;}

#hronos_container_about .fp-slidesNav ul li:first-child .fp-sr-only {
    display: block;
}
#hronos_container_about .fp-sr-only {
    width: 80px;
    margin-left: -34px;
}

/**/
.title_hist, .title_hist_under, #hronos_container_about .breadcums, .box_counter_one, .box_counter_two, .shester_main_onas .elementor-widget-container, .litle_shester_onas .elementor-widget-container,
.vipusheno_onas, .box_text_reberl, .red_text_onas_one, .red_text_onas_two, .title_hist_underyear, .main_image_onas_one{
  opacity: 0;
}
.after_togles_naler{
      display: none;
}
.after_togles_naler .elementor-icon-list-item{
      display: block!important;
  }
.after_togles_naler .elementor-icon-list-icon, .after_togles_naler .elementor-icon-list-text{
    vertical-align: top;
    display: inline-block;
}

.box_lide_gxmain{
    width: 30vw!important;
    height: 31vw!important;
    z-index: 999;
}
.box_lide_gx{
    position: absolute;
    width: 27vw;
    height: 12vw;
    display: block;
}
.box_lide_gx.two{
    top: 16vw!important;
    height: 10vw!important;
}

.box_lide_gxmain:hover ~ .two_line_prodlines{
  display: none;
}
.model_box_gx:hover ~ .two_line_prodlines{
  display: none;
}


/*analizator*/
.analizatormenu .home_first_menu li:hover a{
  transition: .4s ease;
}
.analizatormenu .home_first_menu li:hover a{
  color: #db2e26!important;
}
.analizatormenu .home_first_menu li.active a{
  color: #db2e26!important;
}
.analizatormenu .home_first_menu li .linc_text:before {
    top: 120%;
}
.analizatormenu .home_first_menu li .linc_text{
  display: inline-block;
}


.pgh_menu_slider .home_first_menu li:hover a{
  transition: .4s ease;
}
.pgh_menu_slider .home_first_menu li:hover a{
  color: #db2e26!important;
}



/*ENGL*/
.translt .elementor-element-c7ee57a {
    left: 16vw!important;
}
.translt .number{
    display: none!important;
}
.translt .by_chrom{
    left: 7.6vw!important;
}
.translt .elementor-element-ba950c9 {
    left: 31.2vw!important;
}

body .box_pop_sarefse.bl_box_pp {
    width: 1080px!important;
}



/*4k*/
@media(min-width:3300px){
    body .cont_col_one {
        width: 3.6385416666666666vw!important;
    }
}
@media (min-width: 3060px){
    body .cont_col_one {
        width: 3.6585416666666666vw!important;
    }
    body .box_burger_btms_menu .pushed .toggle-icon, body .box_burger_btms_menu .pushed .fos_colse {
        height: 3.5858333333333335vw!important;
    }
}
@media (min-width: 2550px){
    body .cont_col_one {
        width: 3.6085416666666666vw!important;
    }
}
@media(min-width:1930px){

    .box_to_call_block .list-icon-box {
        top: -0.2vw!important;
    }
    .box_slider_product_gx .tool_box_tw{
        top: 27.8vw!important;
    }
    .box_panorama_trr .ipanorama {
        height: 800px!important;
    }
    body .box_pop_sarefse.bl_box_pp {
        width: 1580px!important;
    }
    #popmake-5337 .box_pop_sarefse .elementor-container:first-child{
        max-width: 1580px!important;
    }
    .box_top_heconttwo_breadc .togles_preimush_nlock{
      top: 21vw!important;
    }
     .translate_block_home ul li .glink:before { 
          width: 1vw;
          height: 1vw;
          background-size: 0.7vw;
          top: 0.1vw;
     }
     .translate_block_home ul li .glink.active:before {
          width: 1vw;
          height: 1vw;
          background-size: 0.8vw;
          right: -1.35vw;
          top: 0.08vw;
     }
     .fog__img--second { 
        height: 200vh;
        width: 500vw;
     }
     .fog__img--first {
        height: 200vh;
        width: 500vw;
     }
     .fog__img--andmore{
        height: 57vw;
        width: 550vw;
     } 
    body .box_burger_btms_menu .pushed .toggle-icon, body .box_burger_btms_menu .pushed .fos_colse {
        height: 3.5858333333333335vw!important;
    }
    body .cont_col_one {
        width: 3.6535416666666666vw!important;
    }
    body .col_to_nav_titles {
        width: 80.01510416666667vw!important;
    }
    body div.asl_m .probox .promagnifier .innericon svg{
        width: 1vw!important;
    }
    .meenu_head_main #menu-item-1985:hover .jltma-menu-nav-link:before {
        width: 26px;
        height: 26px;
        background-size: 26px!important;

    }
    .meenu_head_main #menu-item-1985 .jltma-menu-nav-link:before {
        width: 24px;
        height: 24px;
        background-size: 21px!important;
        top: 11px;
    }
    .meenu_head_main #menu-item-2058:hover .jltma-menu-nav-link:before {
        width: 26px;
        height: 26px;
        background-size: 26px!important;
    }
    .meenu_head_main #menu-item-2058 .jltma-menu-nav-link:before {
        width: 24px;
        height: 24px;
        background-size: 21px!important;
        top: 11px;
    }
    .meenu_head_main #menu-item-4998:hover .jltma-menu-nav-link:before {
        width: 26px;
        height: 26px;
        background-size: 26px!important;
    }
    .meenu_head_main #menu-item-4998 .jltma-menu-nav-link:before {
        width: 24px;
        height: 24px;
        background-size: 21px!important;
        top: 11px;
    }
}



@media(min-width:1420px){
  .after_togles_naler{right: 4vw!important;}
}

@media(min-width:1024px){
    #menu-item-7640{
        display: none!important;
    }
    html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
        overflow: unset!important;
    }
    #pum-1729 .pum-container{width: 87.60416666666667vw!important;}
    .after_togles_naler .elementor-icon-list-text{max-width: 12vw;}
    .after_togles_naler .elementor-icon-list-item{height: 5vw;}
    /*реализованые*/
    body .eael-entry-thumbnail {
        height: 7.79423226812159vw!important;
        width: 21.044427123928294vw!important;
    }
    body .box_posts_portfolio .eael-entry-media {
        max-height: 7.79423226812159vw!important;
        height: 7.79423226812159vw!important;
    }
    .box_posts_news .eael-grid-post .eael-grid-post-excerpt p:first-child{
          min-height: 8.677083333333334vw;
    }

}

@media(max-width:1480px){

    .toggle-icon .bar, .fos_colse .bar {height: 0.10616666666666667vw!important;}
    .box_burger_btms_menu .pushed .toggle-icon, .box_burger_btms_menu .pushed .fos_colse {
        height: 3.5558333333333335vw!important;
    }
    .block_text_usl{font-size: 0.8375vw!important;}
    .box_fos_home_page .btm_cont {margin-top: -3vw;}

    .nf-error.field-wrap .nf-field-element:after {
        height: 2.45vw!important;
        line-height: 2.45vw!important;
        min-height: 2.45vw!important;
    }

      .fog__img--andmore{height: 150vh;width: 51vw;background-repeat: no-repeat;} 
    .fog__img--first {height: 250vh;width: 100vw;}

  .headfosbox .homeheadfos {margin-top: 0vw!important;}
  .content_uslug_sizing .elementor-container {min-height: 83.33333333333333vw!important;}

  .fos_colse .bar{width: 2.04375vw;left: .80vw;top: 1.1vw!important;}
  .toggle-icon.pum-close .bar{top: 1.1vw!important;}

  body .box_slide_product .elementor-swiper-button-prev {left: -2.65vw!important;}

  .btm_call_zakaz{right: 6.14vw!important;}

  .box_slide_product .elementor-main-swiper .swiper-slide-active {box-shadow: 0px 20px 50px -20px #0000006b!important;}
  .home_first_menu .linc_text {font-size: 0.939vw;}

  body .carousel_block .slick-dots li {padding-right: 120px;}
  body .carousel_block .slick-dots li:first-child:before {top: 6px!important;left: 13px!important;width: 105px!important;}
  body .carousel_block .slick-dots li:before {top: 6px!important;left: 13px!important;width: 105px!important;}

  body .carousel_block .slick-dots li svg {font-size: 7.5px!important;width: 12px!important;height: 12px!important;}
  body .carousel_block .slick-dots li.slick-active:after {height: 6px!important;width: 6px!important;left: 3px!important;top: 3px!important;}

  body .carousel_block .slick-dots {top: 37.5vw;}


  .hotspont_block_for_png_home .ui-point-info.left .ui-point-label {background: rgb(255 255 255 / 10%)!important;backdrop-filter: blur(0px);-webkit-backdrop-filter: blur(0px);}
  body .box_top_head_menu .elementor-container {height: 3.7058333333333335vw!important;}
 .box_to_first_screen .box_translat_box {margin-top: 0.05vw!important;}

  .box_fos_head_topnav { margin-top: 0.56875vw!important;}
  .box_slide_product .elementor-swiper-button-next{right: -3.1vw!important;}
  .box_slide_product .elementor-swiper-button-prev{left: -2.9vw!important;}
  .neznayachtoeto{top: 38.1vw!important;}
  .two_home_sctrrn .ome_togle{left: 10.9vw!important;}
  .two_home_sctrrn .three_togle{left: 27.55vw!important;}
  .two_home_sctrrn .two_togle{top: 29.1vw!important;}

  .three_home_sctrrn .three_togle_tr{left: 55.9vw!important;}
  .three_home_sctrrn .two_togle_tw{ left: 26.35vw!important;}
  .three_home_sctrrn .one_togle_om{top: 5.65vw!important;}
  .four_home_sctrrn .togle_gx_ft{left: 28.9vw!important;}
  .four_home_sctrrn .togle_gx_thr{left: 55.9vw!important;}
  .four_home_sctrrn .togle_gx_ft{top: 6.1vw!important;}
  .four_home_sctrrn .togle_gx_tw{left: 26.35vw!important;top: 30.4vw!important;}
  
  .coliu_bl_box .tool_box_on{top: 32.9vw!important;left: 48.4vw!important;}
  .coliu_bl_box .tool_box_tw{left: 52.98vw!important;}
  .coliu_bl_box .tool_box_thr{}
  
  .col_to_carousel_product .togle_one{left: 43.6vw!important;}
  .col_to_carousel_product .togle_two{left: 45.2vw!important;}
  .col_to_carousel_product .togle_three{left: 44.95vw!important;}
  .col_to_carousel_product .togle_four{left: 43.3vw!important;}
  .col_to_carousel_product .togle_gxtw_thre{left: 45.25vw!important;}
  .col_to_carousel_product .togle_gxtw_four{left: 43.90vw!important;}
  .col_to_carousel_product .togle_gxtw_fiv{left: 41.6vw!important;}
  
  .carous_pgx_one .three_togle{top: 29.9vw!important;}
  .carous_pgx_one .two_togle{left: 35.0vw!important;top: 4.32vw!important;} 
  .carous_pgx_one .one_togle{top: 4.2vw!important;} 

  .box_tride_model .one_togh{top: 3.8vw!important;}
  .box_tride_model .two_togh{left: 40.8vw!important;}
  .box_tride_model .five_togh{left: 40.8vw!important;}
  .box_tride_model .nex_onegto{left: 36.4vw!important;}
  .box_tride_model .nexel_onegto{left: 39.20vw!important;}

  .call_back_btm_fos .call_back_fos:before{top: 1.7vw!important;height: 0.11vw!important;}
  .box_to_call_block .call_header_phone .feature-list-title:before {top: 1.25vw;height: 0.11vw;}
  .box_to_call_block {margin-right: 2.0041666666666665vw;margin-top: 0.5533333333333334vw;}
  .box_fos_head_menu {margin-top: 0.52875vw;}
  .box_to_call_block .list-content-box .feature-list-content {margin-top: 0.55vw;}

  .box_to_call_menu .call_header_phone .feature-list-title:before {top: 1.25vw;height: 0.11vw;}
  .box_to_call_menu {margin-top: 0.5033333333333334vw;}
  .box_to_call_menu .list-content-box .feature-list-content {margin-top: 0.65vw;}

  .translate_block_home ul li .glink.active:before {background-size: 12px;top: 1px;}
  .translate_block_home ul li .glink:before {background-size: 9.6px;top: 2px;}
  .box_fos_head {margin-top: 0.58125vw;}

  .box_translat_boxwe {margin-top: .2525vw;}

  .box_translat_box {margin-top: 0.1125vw;}
  .home_first_menu li .linc_text:before {top: 115%;}


  .meenu_head_main #menu-item-1985 .jltma-menu-nav-link:before {width: 14px;height: 14px;background-size: 11px;left: 6.25vw;top: 2px;}
  .meenu_head_main #menu-item-1985:hover .jltma-menu-nav-link:before {left: 6.177916666666667vw;width: 14px;height: 14px;background-size: 13px!important;}

  .meenu_head_main #menu-item-2058 .jltma-menu-nav-link:before {width: 14px;height: 14px;background-size: 11px;left: 6.25vw;top: 2px;}
  .meenu_head_main #menu-item-2058:hover .jltma-menu-nav-link:before{left: 6.177916666666667vw;width: 14px;height: 14px;background-size: 13px!important;}
  
  .meenu_head_main #menu-item-4998 .jltma-menu-nav-link:before {width: 14px;height: 14px;background-size: 11px;left: 14.84375vw;top: 2px;}
  .meenu_head_main #menu-item-4998:hover .jltma-menu-nav-link:before {left: 14.761666666666666vw;width: 14px;height: 14px;background-size: 13px!important;}

  .box_slider_product .ui-point-info.right {top: -0.3vw;right: 32%;}
  .box_slider_product .ui-point-info.right .ui-point-label {bottom: 3.15625vw;}
  .box_slider_product .ui-point-info.left {top: -0.4vw;left: 45%;}
  .box_slider_product .ui-point-info.left .ui-point-label {bottom: 4.90625vw;}

  .home_first_menu li {padding-bottom: 0.3854vw;}

  .box_to_call_block .list-icon-box {top: 0.1vw;}
  body .meenu_head_main .jltma-menu-container .dropdown-menu {left: 19.821145833333334vw!important;}
  body .link_menu_go{margin-left: 1.875vw;}

  body .box_translat_box_menu {margin-top: .2525vw;}

  .line_rile_catalog .box_image_loader {right: 4.010417vw!important;}
  .line_rile_catalog .box_image_loader .all_info_arr {right: -30.85vw!important;}

  body .cont_col_one {width: 3.5835416666666666vw!important;}

  .four_home_sctrrn .togle_gx_on{top: 5.6vw!important;}


}


@media(max-width:1360px){
  .coliu_bl_box .tool_box_on {top: 32.7vw!important;left: 48.4vw!important;}
  .coliu_bl_box .tool_box_thr{left: 32.1vw!important;}


  body .box_burger_btms_menu .pushed .toggle-icon, .box_burger_btms_menu .pushed .fos_colse {height: 48px!important;}

  .headfosbox .homeheadfos {margin-top: 0.15vw!important;}

  .box_slider_product .ui-point-info.right .ui-point-label {bottom: 3.05625vw;}

  body .box_slide_product .elementor-swiper-button-prev {left: -2.95vw!important;}

  .btm_call_zakaz{right: 6.10vw!important;}

  body .cont_col_one {width: 3.735416666666666vw!important;}
  body .link_menu_go {margin-left: 2.075vw;}
  .line_rile_catalog_menu .box_image_loader {top: 5.5vw!important;}
  div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {width: 19px!important;}
  
  body .box_top_head_menu .elementor-container {height: 50px!important;}
  body .meenu_head_main .jltma-menu-container .dropdown-menu {left: 19.791145833333334vw!important;}

  .socibtms_menu svg, .socibtms_menu i{
    width: 20px!important;
    font-size: 20px;
    height: 20px!important;
  }
  .box_menu_sic_end .elementor-icon.elementor-social-icon, .socila_share_box_frst .elementor-icon.elementor-social-icon, .socibtms_menu .elementor-icon.elementor-social-icon {
      font-size: var(--icon-size,1.0020833333333333vw)!important;
      line-height: var(--icon-size,1.0020833333333333vw)!important;
      width: calc(var(--icon-size, 1.0020833333333333vw) + (2 * var(--icon-padding, .5em)))!important;
      height: calc(var(--icon-size, 1.0020833333333333vw) + (2 * var(--icon-padding, .5em)))!important;
  }
  .box_menu_sic_end .elementor-icon.elementor-social-icon, .socila_share_box_frst .elementor-social-icons-wrapper, .socibtms_menu .elementor-social-icons-wrapper{
      --grid-row-gap: 20px!important;
  }

 .box_slider_product .ui-point-info.left {top: -0.5vw;}
 
 .toggle-icon.pum-close .bar, .fos_colse .bar {width: 2.26575vw;left: .67525vw;}

 .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 1.152083vw;}
  .toggle-icon .bar_secnd, .fos_colse .bar_secnd{top: 1.25083vw;}
  .pum-close.toggle-icon .bar_secnd {top: 1.152083vw!important;}

 .box_serach_home .jltma-search-submit svg {margin-top: -3px;}
  .cont_col_one {width: 3.5035416666666666vw!important;}
  .box_fos_head_topnav {margin-top: 0.36875vw!important;}
  .translate_block_home ul li .glink.active:before {right: -1.6vw;top: 1px;background-size: 10px;}
  .translate_block_home ul li .glink:before {top: 1.5px;background-size: 8.5px;right: -1.7vw;}

  .box_translat_boxwe {margin-top: .1225vw;}

  .two_home_sctrrn .two_togle {top: 29.0vw!important;}
  .four_home_sctrrn .togle_gx_ft {left: 28.8vw!important;}
  .col_to_carousel_product .togle_four {left: 43.1vw!important;}

  .carous_pgx_one .three_togle{left: 9.2vw!important;top: 30vw!important;}
  .carous_pgx_one .two_togle{left: 35.0vw!important;top: 4.32vw!important;} 
  .carous_pgx_one .one_togle{top: 4.2vw!important;} 
  
  .box_tride_model .toltp_icon_plus_prod .attachment-full{width: 1.0416666666666667vw;}

  .box_tride_model .one_togh{left: 10.9vw!important;}
  .box_tride_model .two_togh { left: 41.1vw!important;}
  .box_tride_model .thre_togh{top: 29.2vw!important;}
  .box_tride_model .fro_togh{left: 38.34vw!important;}
  .box_tride_model .five_togh{top: 21.0vw!important;}
  .box_tride_model .five_togh {left: 40.9vw!important;}

  .call_back_btm_fos .call_back_fos:before{top: 1.9vw!important;height: 0.13vw!important;}
  .box_fos_head_menu {margin-top: 0.25875vw;}
  .box_to_call_menu .call_header_phone .feature-list-title:before {height: 0.13vw;}
  .box_to_call_menu .list-icon-box {top: -0.1vw;}
  .box_to_call_menu .list-content-box .feature-list-content {font-size: 0.655vw;margin-left: -1.85vw;margin-top: 0.60vw;}

 .box_to_call_block .call_header_phone .feature-list-title:before {top: 1.28vw;height: .13vw;}
 .box_to_call_block .list-icon-box {top: -0.15vw;}

 .box_translat_box{margin-top: 0.04vw;}
 .box_to_first_screen .box_translat_box {margin-top: -0.05vw!important;}

 .fit_to_headdsr{padding-top: 54px!important;}
}


@media(max-width:1024px){
    .meenu_head_mains .menu-item .jltma-menu-nav-link:before {left: 13px;width: 19%;}

    .translt .meenu_head_main_mob .menu-item-2058 .jltma-menu-nav-link:before {left: 189px!important;}
    .translt .meenu_head_main_mob .menu-item-4998 .jltma-menu-nav-link:before {left: 177px!important;}
    .translt .meenu_head_main_mob .menu-item-2058:hover .jltma-menu-nav-link:before{left: 84px!important;}
    .translt .meenu_head_main_mob .menu-item-4998:hover .jltma-menu-nav-link:before{left: 176px!important;}

    #pum-1729.pum-overlay {background: rgb(255 255 255)!important;}
    #pum-1729 .pum-container{
        background: rgb(255 255 255)!important;
    }
    #pum-1729{
        overflow: unset!important;
    }

    .meenu_head_main_mob{min-height: 510px; }
    .block_text_usl{font-size: 13px!important;}
    .toggle-icon .bar, .fos_colse .bar {height: 2px!important;}

    body .box_slide_product .elementor-swiper-button-prev {left: -35px;}

  .carousel_block .slick-active .toltp_icon_plus_prod{animation-delay: 0.5s!important;}
  .carousel_block .slick-active .text_tool_prods{animation-delay: 0.8s!important;}
  .carousel_block .slick-active .hotspont_block_contenr{animation-delay: 0.2s!important;}


  .carous_pgx_one .three_togle{left: 134px!important;top: 343px!important;}
  .carous_pgx_one .two_togle{left: 431px!important;top: 42px!important;} 
  .carous_pgx_one .one_togle{top: 153px!important;} 
  

  .header_moutionslider{
    display: none!important;
    position: absolute;
    left: -9999999;
  }

  .meenu_head_mains .menu-item .number{margin-top: 11px!important;}
  .cont_menu_punct_prod .first_level:last-child {padding-bottom: 5px;}
    #wptime-plugin-preloader:before{
        -moz-background-size: 250px 250px!important;
        -o-background-size: 250px 250px!important;
        -webkit-background-size: 250px 250px!important;
        background-size: 250px 250px!important;
    }
  #wptime-plugin-preloader:after{
      -moz-background-size: 150px 120px!important;
      -o-background-size: 150px 120px!important;
      -webkit-background-size: 120px 120px!important;
      background-size: 150px 120px!important;
  }

.pushed .toggle-icon .bar_firs:before, .pushed .fos_colse .bar_firs:before {
    transform: translate(0);
    transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;

    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
}
.pushed .toggle-icon .bar_firs:after, .pushed .fos_colse .bar_firs:after {
    display: none;
}
.pushed .toggle-icon .bar_secnd:after, .pushed .fos_colse .bar_secnd:after {
    display: none;
}
.toggle-icon:hover .bar_secnd:before, .fos_colse:hover .bar_secnd:before {
    transform: translate(0);
    transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
    -webkit-transform: translate(0);
    -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
}

  .carousel_block .slick-dots li svg{width: 15px!important;height: 15px!important;}
  .btm_callback_mobile{width: 70px;height: 70px;}
  .btm_callback_mobile .icon_calb svg {width: 21px;height: 21px;}
  #nav-container {max-width: 70px;float: right;}
  #nav-containermob {max-width: 70px;float: right;}
  .toggle-icon, .fos_colse {border: 1px solid #000000;border-bottom: 0;border-top: 0; height: 70px;width: 70px;}

  .table_tops .fos_colse {border: 1px solid #000000!important;border-bottom: 1px solid #000000!important;border-top: 1px solid #000000!important; height: 70px;width: 70px;}
  
  .toggle-icon .bar{width: 45px;height: 2px;left: 12.5px;}
  .pushed .fos_colse .bar, .pushed .toggle-icon .bar{width: 34px;height: 2px!important;left: 18.5px;}

  .toggle-icon .bar_firs, .fos_colse .bar_firs{top: 17px;}
  .toggle-icon .bar_secnd, .fos_colse .bar_secnd{top: 26px;}
  .nav_text_burg, .nav_text_burg_cls {font-size: 18px;}
  .nav_text_burg {margin-top: 33px;}
  .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 26px;}
  #nav-container.pushed .nav_text_burg_cls {margin-top: 41px;}
  #nav-containermob.pushed .nav_text_burg_cls {margin-top: 41px;}

  #wheowal_one_svg {width: 433px!important;height: 433px!important;}

  .mobile_header_top{margin-top: 0!important;top: 20px;transition: .2s ease;background: transparent;}
  .mobile_header_top.elementor-sticky--active{background: #fff;top: 20px!important;}
  .mobile_header_top.elementor-sticky--effects:before {
    content: "";
    position: absolute;
    width: 105vw;
    height: 140px;
    background: linear-gradient(180deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    -webkit-background: -webkit-linear-gradient(180deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    top: -22px;
    z-index: 0;
    left: -10px;
  }

  .ui-point {width: 44px;height: 44px;}

  body .home_first_menu li {padding-bottom: 10px;}
  .home_first_menu .linc_count {font-size: 10px;padding-right: 23px;}
  .home_first_menu .linc_text {font-size: 14px;}

  .carousel_block .slick-dots {left: 0px!important;top: 460px!important;text-align: left!important;}
  .carousel_block .slick-dots li {padding-right: 118px!important;}

  .all_info_arr .arrow-circle {font-size: 18px}
  .all_info_arr .arrow-circle .arrow-circle-icon {width: 55px;height: 33px;}

  .ui-point-info.right {top: -73px;right: -147px;width: 260px;}
  .ui-point-info.left {top: -75px;left: -80px;width: 260px;}
  .ui-point-info.right .ui-point-label, .ui-point-info.left .ui-point-label{margin-right: 0;padding: 10px;   font-size: 14px;   max-width: 314px;width: 100%;}
  .ui-point-info.right .ui-point-line{transform: rotate(90deg);left: 57px;position: absolute;top: 47px;}
  .ui-point-info.left .ui-point-line{transform: rotate(-90deg);left: 57px;position: absolute;top: 47px;}
  .ui-point-line svg {stroke-width: 2px;}

  #wheowal_one_svg_gx {width: 537px!important;height: 537px!important;}
  .main-sectoin{overflow: hidden;}

  .carous_pgx_one .one_togle{top: 42px!important;}
  .carous_pgx_one .two_togle{top: 42px!important;}
  .carous_pgx_one .three_togle{top: 343px!important;}

  #shape_onesvfgg2 {
    width: 530px!important;
    height: 438px!important;
  }
  .hotspont_block_blockbox .ui-point1 {
      top: 17.5vw;
      left: 2vw;
  }

  .after_togles_naler .elementor-icon-list-item {height: 16vw;}
  .after_togles_naler .elementor-icon-list-text {max-width: 18vw;}


  .coliu_bl_box .tool_box_on{}
  .coliu_bl_box .tool_box_tw{}
  .coliu_bl_box .tool_box_thr{}

  .box_pop_sarefse #nav-containercls {max-width: 70px;}
  .box_pop_sarefse #nav-containercls.pushed .nav_text_burg_cls {margin-top: 43px;}
  .box_pop_sarefse .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 22px;}
  .box_pop_sarefse .fos_colse .bar_secnd{top: 22px;}
  .box_pop_sarefse .toggle-icon, .box_pop_sarefse .fos_colse {border: 1px solid #000000;border-bottom: 1px solid #000000!important;border-top: 1px solid #000000!important;}
  .hotspont_block_for_png_home .ui-point1{top: 37px;left: 61px;}
  .hotspont_block_for_png_home .ui-point3 {top: 184px;left: 65px;}
  .hotspont_block_for_png_home .ui-point4 {top: 132px;left: 187px;}

  .fos_pp_alpage #nav-containercls {max-width: 70px;}
  .fos_pp_alpage #nav-containercls.pushed .nav_text_burg_cls {margin-top: 43px;}
  .fos_pp_alpage .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 22px;}
  .fos_pp_alpage .fos_colse .bar_secnd{top: 22px;}
  .fos_pp_alpage .toggle-icon, .fos_pp_alpage .fos_colse {border: 1px solid #000000;border-bottom: 1px solid #000000!important;border-top: 1px solid #000000!important;}
  
  .box_pop_sarefsesex #nav-containercls {max-width: 70px;}
  .box_pop_sarefsesex #nav-containercls.pushed .nav_text_burg_cls {margin-top: 43px;}
  .box_pop_sarefsesex .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 22px;}
  .box_pop_sarefsesex .fos_colse .bar_secnd{top: 22px;}
  .box_pop_sarefsesex .toggle-icon, .box_pop_sarefse .fos_colse {border: 1px solid #000000;border-bottom: 1px solid #000000!important;border-top: 1px solid #000000!important;}
  

  .translate_block_home ul li .glink {font-size: 18px;}
  .box_translat_box_menu .translate_block_home ul {line-height: 1.6em!important;}
  .translate_block_home ul li .glink.active:before {width: 15px;height: 15px;background-size: 15px;right: -25px;top: 2px;}
  .translate_block_home ul li .glink:before {width: 16px;height: 17px;background-size: 13px;right: -28px;top: 2px;}

  .box_translat_box_menu {margin-left: 15px!important;margin-top: 9px!important;}

  .box_pop_menyy #nav-containercls {max-width: 70px;}
  .box_pop_menyy #nav-containercls.pushed .nav_text_burg_cls {margin-top: 43px;}
  .box_pop_menyy .pushed .toggle-icon .bar_firs, .pushed .fos_colse .bar_firs {top: 24px!important;}
  .box_pop_menyy .fos_colse .bar_secnd{top: 24px!important;}
  .box_pop_menyy .toggle-icon, .box_pop_menyy .fos_colse {border: 1px solid #000000;border-bottom: 0!important;border-top: 0!important;border-right: 0!important;}
.search_box_reslt_mob div.asl_m.asl_w {max-width: 860px;margin: 0 auto;}
  
  body .box_serach_home .jltma-search-form {max-width: 100%!important;}
  body .box_serach_home .jltma-search-form .jltma-search-field {font-size: 16px!important;height: 40px!important;}
  body .box_serach_home .jltma-search-submit {height: 40px!important;padding: 0.1vw 25px!important;}
  body .box_serach_home .jltma-search-submit svg {width: 22px!important;height: 22px!important;}
  body .box_serach_home{margin-top: 30px!important;}

  .meenu_head_main_mob .navbar-nav{
    display: block!important;
  }
  .meenu_head_main_mob .jltma-menu-offcanvas-elements, .meenu_head_main_mob .jltma-elementor-header{
    padding: 0!important
  }
  .meenu_head_main_mob .jltma-nav-panel{
    display: none;
  }
  .box_serach_home .jltma-search-field {padding: 5px 15px!important;}

  .meenu_head_main_mob .jltma-menu-has-children{position: relative;}
  .meenu_head_main_mob .menu-item-1985 .jltma-menu-nav-link:before {
      content: '';
      position: absolute;
      background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
      -webkit-transition: all 1s;
      transition: all 1s;
      width: 16px;
      height: 17px;
      background-size: 13px;
      left: 105px;
      top: 4px;
  }
  .meenu_head_main_mob .menu-item-2058 .jltma-menu-nav-link:before {
      content: '';
      position: absolute;
      background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
      -webkit-transition: all 1s;
      transition: all 1s;
      width: 16px;
      height: 17px;
      background-size: 13px;
      left: 105px;
      top: 4px;
  }
  .meenu_head_main_mob .menu-item-4998 .jltma-menu-nav-link:before {
      content: '';
      position: absolute;
      background: url(/wp-content/uploads/2021/04/eeee.svg) no-repeat;
      -webkit-transition: all 1s;
      transition: all 1s;
      width: 16px;
      height: 17px;
      background-size: 13px;
      left: 255px;
      top: 4px;
  }

  .meenu_head_main_mob .menu-item-1985:hover .jltma-menu-nav-link:before {content: '';background: url(/wp-content/uploads/2021/03/2332.svg) no-repeat!important;left: 105px!important;}
  .meenu_head_main_mob .menu-item-2058:hover .jltma-menu-nav-link:before {content: '';background: url(/wp-content/uploads/2021/03/2332.svg) no-repeat!important;left: 104px!important;}
  .meenu_head_main_mob .menu-item-4998:hover .jltma-menu-nav-link:before {content: '';background: url(/wp-content/uploads/2021/03/2332.svg) no-repeat!important;left: 255px!important;}
  .meenu_head_main_mob .dropdown-menu{margin-left: 0!important;}
  .meenu_head_main_mob  .elementor-heading-title a{margin: 0!important;padding-left: 20px!important;padding-top: 40px!important;}

  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul {
      height: 100%!important;
      border-left: 1px solid #AEAEAF;
      margin: 0!important;
      box-shadow: unset;
      width: 100%;
      padding-left: 0!important;
  }
  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul p {
      list-style: none;
      margin-bottom: 0;
  }
  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul p a {
      font-size: 16px;
      color: #000;
      font-weight: 400;
      transition-duration: .4s;
      display: flex;
      margin-bottom: 20px;
      margin-left: 33px;
      margin-top: 2vw;
      padding: 0;
  }
  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul li a {
      font-size: 16px;
      color: #000;
      font-weight: 300;
      transition-duration: .4s;
      display: flex;
      line-height: 1.6em;
      margin-bottom: 10px;
      margin-left: 60px;
  }

    .line_rile_catalog_menu_mob .cont_menu_punct_prod ul p a:hover{
        color: #db2e26;
    }
    .line_rile_catalog_menu_mob .cont_menu_punct_prod ul li a:hover{
        color: #db2e26;
    }

  #pum-1729 .pum-container .pum-content, #popmake-3727 .pum-container .pum-content, #popmake-2179 .pum-container .pum-content {overflow: hidden;overflow-y: unset;max-height: 100%;}

  .line_norm_catld {max-height: 100%!important;height: 100%!important;margin-top: 20px;}
  .line_norm_catld .cont_menu_t_prod ul p a {font-size: 16px;font-weight: 400;margin-bottom: 20px;margin-left: 30px;margin-top: 20px;}
  .line_norm_catld .cont_menu_t_prod ul li a {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 11px;
      margin-left: 60px;
  }
  .samfirstlvl .one_level_prod_title{
    margin-top: 0!important;
  }

    .line_norm_catld .cont_menu_t_prod ul{
      overflow-x: visible!important;
      overflow-y: visible!important;
      -webkit-overflow-x: visible!important;
      -webkit-overflow-y: visible!important;
      height: 100%!important;
      max-height: 100%!important;
  }

  body .line_rile_catalog_mob {
      max-height: unset!important;
      height: 100%!important;
          padding-bottom: 40px;
  }
  body .line_rile_catalog_mob .cont_menu_nav_list ul {
      max-height: 100%!important;
      height: 100%!important;
      max-width: 100%!important;
  }
  body .line_rile_catalog_mob .cont_menu_nav_list ul li a {
      font-size: 16px!important;
      margin-bottom: 30px!important;
      margin-left: 30px!important;
  }
  body .line_rile_catalog_mob .cont_menu_nav_list ul li a span {
      font-size: 10px!important;
      padding-right: 18px!important;
  }

  .hotspont_block_for_png_home .ui-point-info.left {top: -86px!important;left: -90px!important;}

  .carousel_block .carousel-prev {display: none!important;}
  .carousel_block .carousel-next {display: none!important;}

  .pgx_onemds .ui-point1 {top: 24px!important;left: 74px!important;} 
  .pgx_onemds .ui-point2 {top: 14px!important;left: 140px!important;}
  .pgx_onemds .ui-point3 {top: 81px!important;left: 120px!important;}
  .pgx_onemds .ui-point4 {top: 100px!important;left: 225px!important;}
  .pgx_onemds .ui-point5 {top: 193px!important;left: 80px!important;}
  .pgx_onemds .ui-point6 {left: 74px!important;top: 128px!important;}
  .pgx_onemds .ui-point-info.right {top: -69px!important;right: -153px!important;}
  .pgx_onemds .ui-point-info.left {top: -72px!important;left: -78px!important;}

  .togle_pgx_two .ui-point1 {top: 58px!important;left: 93px!important;}
  .togle_pgx_two .ui-point2 {top: 20px!important;left: 124px!important;}
  .togle_pgx_two .ui-point4 {top: 194px!important;left: 105px!important;}
  .togle_pgx_two .ui-point5 {top: 104px!important;left: 214px!important;}
  .togle_pgx_two .ui-point6 {left: 34px!important;top: 140px!important;}


    .box_to_call_menu .list-icon-box {top: -3px;left: -28px;}
    .box_to_call_menu .list-icon-box .list-icon-inner i {width: 19px;height: 19px;background-size: 19px;-webkit-background-size: 19px;}
    .box_to_call_menu .call_header_phone a:hover .list-icon-inner i {background-size: 19px;-webkit-background-size: 19px;}
    .box_to_call_menu .call_header_phone .feature-list-title:before {height: 1px;top: 18px;}

    .box_to_call_menu .list-content-box .feature-list-title {  font-size: 18px;margin-bottom: 9px;margin-top: 0!important;}
    .box_to_call_menu .list-content-box .feature-list-content {font-size: 12px;margin-left: -29px;}
    .box_to_call_menu .list-icon-box .list-icon-inner:before {width: 19px;height: 16px;left: -33px;top: 3px;background-size: 19px;}

    .informmaterials_menu:before {display: none;}

    .box_to_call_menu .list-icon-box {top: -6px;}

    body .search_box_reslt_mob .asl_m .probox,  body .search_box_reslt_mob .asl_m{
      background-color: rgb(255 255 255 / 0%)!important;
    } 
    body .search_box_reslt_mob div.asl_m .probox .promagnifier .innericon svg, 
    body .search_box_reslt_mob div.asl_m .probox .prosettings .innericon svg, 
    body .search_box_reslt_mob div.asl_m .probox .proloading svg {
        width: 22px!important;
    }
    body .search_box_reslt_mob .probox .promagnifier {
        height: 42px!important;
        margin-top: -1px!important;
    }

    .meenu_head_main_mob .dropdown-menu {
      background-color: transparent!important;
    }


}



@media(max-width:768px){
    body .link_menu_go {
        margin-left: 0;
    }
  .breadcums{
    margin-top: 20px!important;
  }
  body .meenu_head_main_mob .atsuppage{
    padding-left: 37px!important;
  }

  .box_inform_menu .line_norm_catld {
    margin-top: 0!important;
    padding-top: 0;
  }

  .hotspont_block_blockbox .ui-point {width: 170px!important;}
  .hotspont_block_blockbox .ui-point .ui-hotpoint {top: -1px!important;left: -64px!important;}
    
  body .box_pop_sarefse.bl_box_pp { width: 90vw!important;}
  .ipnrm-theme-bubbles .ipnrm-tooltips .ipnrm-form {max-width: 200px;}

  .ha-threesixty-rotation-360img{display:none;}
  .fos_colse .bar {left: 18.5px;top: 24px!important;}

  body .box_slide_product .elementor-swiper-button-prev {left: -10px!important;}

  .carous_pgx_one .three_togle{left: 10px!important;top: 85px!important;}
  .carous_pgx_one .two_togle{left: 10px!important;top: 45px!important;} 
  .carous_pgx_one .one_togle{top: 10px!important;} 

  .meenu_head_main_mob .menu-item .number{width: 34px;}
 
  .carousel_block .slick-active .text_tool_prods{animation-fill-mode: forwards;animation-delay: 0.1s!important}
  body .carousel_block .slick-dots li svg {width: 15px!important;height: 15px!important;}
  body .carousel_block .slick-dots li.slick-active:after {height: 7px!important;width: 7px!important;left: 4px!important;top: 4px!important;}
  .carousel_block .slick-dots li {padding-right: 110px!important;font-size: 7.5px!important;}
  .carousel_block .slick-dots {left: 10px!important;top: 555px!important;}

  .pgxrtwo.carousel_block .slick-dots {left: 10px!important;top: 580px!important;}

  #wheowal_one_svg_gx {width: 104.5vw!important;height: 104.5vw!important;}

  .carousel_block .slick-dots li.slick-active:after {height: 6px!important;width: 6px!important;left: 3px!important;top: 3px!important;}
  body .carousel_block .slick-dots li:first-child:before {top: 7.5px!important;left: 13px!important;width: 96px!important;}

  .carous_pgx_one .one_togle{top: 10px!important;}
  .carous_pgx_one .two_togle{top: 45px!important;}
  .carous_pgx_one .three_togle{top: 80px!important;}

  .home_first_menu .linc_text {font-size: 18px;line-height: 1.3em;max-width: 245px;}
  .home_first_menu li a {display: inline-block;vertical-align: top}
  .home_first_menu .linc_count {padding-top: 5px;}
  .home_first_menu li {padding-bottom: 20px;}
  .home_first_menu .linc_count {padding-right: 15px;}


  .jltma-menu-container {
      display: block!important;
      align-items: start!important;
  }
  .jltma-menu-container .hover ul li:hover > ul {
      padding-left: 0!important;
  }
  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul li a {
      margin-left: 20px;
  }
  .line_rile_catalog_menu_mob .cont_menu_punct_prod ul p a {
      margin-top: 20px;
      max-width: 300px;
      margin-left: 20px;
  }
  .meenu_head_main_mob .elementor-heading-title a {
      padding-left: 0px!important;
      padding-top: 10px!important;
  }
  .line_norm_catld .cont_menu_t_prod ul {
      height: 100%!important;
      width: 100%!important;
      max-height: 100%!important;
  }

  .line_norm_catld .cont_menu_t_prod ul p a {
      margin-bottom: 20px;
      margin-left: 20px;
      margin-top: 20px;
  }
  .line_norm_catld .cont_menu_t_prod ul li a {margin-left: 20px;}
  .line_rile_catalog_mob{margin-top: 10px;}

  .mobile_pgx_home .ui-point-info.left {top: -65px!important;left: -71px!important;}
  .mobile_pgx_home .ui-point-info.left .ui-point-line {left: 61px!important;top: 50px!important;}
  .mobile_pgx_home .hotspont_block_for_png_home .ui-point-line svg {width: 49px!important;height: 15px!important;}
  .mobile_pgx_home .ui-point-info.left .ui-point-label {
      margin-left: 35px!important;
      top: 8px!important;
      max-width: 150px;
      padding: 8px!important;
      border-radius: 10px!important;
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(10px);
  }

  .ui-point-info.right .ui-point-label, .ui-point-info.left .ui-point-label {max-width: 214px;}

  .box_to_call_menu {
      margin-top: 8px;
      margin-right: 11px;
  }

  body .box_popup_togles .ui-point1{top: 163px!important;left: 10px!important;}
  body .box_popup_togles .ui-point2{top: 127px!important;left: 263px!important;}
  body .box_popup_togles .ui-point3{display: none;}

  .box_popup_togles .ui-point1 .ui-point-info.left {
      top: -137px!important;
      left: -15px!important;
      width: 260px!important;
  }
  .box_popup_togles .ui-point1 .ui-point-info.left .ui-point-line {
      transform: rotate(90deg)!important;
      left: -4px!important;
      position: absolute!important;
      top: 76px!important;
  }
  .box_popup_togles .ui-point1 .ui-point-line svg {
      width: 70px!important;
      height: 91px!important;
  }
   .box_popup_togles .ui-point2 .ui-point-line svg {
      width: 70px!important;
      height: 91px!important;
  }
  .box_popup_togles .ui-point2 .ui-point-info.right {
      top: 85px!important;
      right: -45px!important;
      width: 260px!important;
  }
  .box_popup_togles .ui-point2 .ui-point-info.right .ui-point-line {
      transform: rotate(90deg)!important;
      left: 152px!important;
      position: absolute!important;
      top: -75px!important;
  }

  .pgx_onemds .ui-point1 {top: 2px!important;left: 22vw!important;}
  .pgx_onemds .ui-point2 {top: -43px!important;left: 31vw!important;}
  .pgx_onemds .ui-point3 {top: 38px!important;left: 32vw!important;}
  .pgx_onemds .ui-point4 {top: 100px!important;left: 44vw!important;}
  .pgx_onemds .ui-point5 {top: 195px!important;left: 30vw!important;}
  .pgx_onemds .ui-point6 {left: 22vw!important;top: 128px!important;}

  .pgx_onemds .ui-point-info.right {top: 0!important;right: -55px!important;width: 240px!important;}
  .pgx_onemds .ui-point-info.left {top: 0px!important;left: -94px!important;width: 240px!important;}
  .pgx_onemds .ui-point-line svg {width: 131px!important; height: 21px!important;}
  .pgx_onemds .ui-point-info.right .ui-point-label {bottom: 82px;}
  .pgx_onemds .ui-point-info.left .ui-point-label {bottom: 83px;}

  .pgx_onemds .ui-point-info.right .ui-point-line {
      left: 85px!important;
      top: 2px!important;
      transform: rotate(180deg);
      position: absolute;
  }
  .pgx_onemds .ui-point-info.left .ui-point-line {
      left: 74px!important;
      top: 3px!important;
      transform: rotate(180deg);
  }
  .ui-point-info.right .ui-point-label {min-height: 23.745833vw;}

  .pgx_onemds .point_one_pgxon .ui-point-info.left .ui-point-label {bottom: -50px!important;left: 30px!important;}
  .pgx_onemds .point_one_pgxon .ui-point-info.left .ui-point-line {left: 96px!important;top: 36px!important;transform: rotate(90deg)!important;}
  .pgx_onemds .point_one_pgxon .ui-point-line svg {width: 54px!important;height: 21px!important;}

  .pgxtwoblockss .ui-point2 .ui-point-info.right .ui-point-label{bottom: 86px!important;}
  .pgxtwoblockss .ui-point1 .ui-point-info.left .ui-point-label {bottom: 99px!important;}
  .pgxtwoblockss .ui-point5 .ui-point-info.right .ui-point-label {bottom: 86px!important;margin-left: 42px!important;}
  .pgxtwoblockss .ui-point6 .ui-point-info.left .ui-point-label {margin-left: 109px!important;bottom: 148px!important;}
  .pgxtwoblockss .ui-point4 .ui-point-info.right .ui-point-label {bottom: 61px!important;min-height: 17.745833vw!important;}




  .pgxtwoblockss .ui-point-info.right {top: 0!important;right: -55px!important;width: 240px!important;}
  .pgxtwoblockss .ui-point-info.left {top: 0px!important;left: -94px!important;width: 240px!important;}
  .pgxtwoblockss .ui-point-line svg {width: 131px!important; height: 21px!important;}

  .pgxtwoblockss .ui-point-info.right .ui-point-line {
    left: 106px!important;
    top: 2px!important;
    transform: rotate(180deg) scaleX(-1);
    position: absolute;
  }
  .pgxtwoblockss .ui-point-info.left .ui-point-line {
      left: 74px!important;
      top: 3px!important;
      transform: rotate(180deg);
  }
  .pgxtwoblockss .ui-point-info.left .ui-point-label {margin-left: 50px;bottom: 80px;}
  .pgxtwoblockss .ui-point-info.right .ui-point-label {bottom: 80px;min-height: 24.745833vw;margin-left: 90px;}


  .togle_pgx_two .ui-point1 {top: 80px!important;left: 85px!important;}
  .togle_pgx_two .ui-point2 {top: 25px!important;left: 120px!important;}
  .togle_pgx_two .ui-point4 {top: 201px!important;left: 132px!important;}
  .togle_pgx_two .ui-point5 {top: 80px!important;left: 205px!important;}
  .togle_pgx_two .ui-point6 {left: 44px!important;top: 146px!important;}

  .box_bpgxtwo .home_first_menu li {padding-bottom: 10px!important;}
  .box_bpgxtwo .home_first_menu .linc_count {font-size: 10px!important;}



}


@media(max-width:500px){
  .pgx_onemds .ui-point1 {top: 24px!important;left: 26vw!important;}
  .pgx_onemds .ui-point2 {top: 6px!important;left: 49vw!important;}
  .pgx_onemds .ui-point3 {top: 81px!important;left: 41vw!important;}
  .pgx_onemds .ui-point4 {top: 150px!important;left: 66vw!important;}
  .pgx_onemds .ui-point5 {top: 195px!important;left: 51vw!important;}
  .pgx_onemds .ui-point6 {left: 26vw!important;top: 128px!important;}
}


@media(max-width:360px){
  .box_to_call_menu .list-content-box .feature-list-title {
      font-size: 17px;
      margin-bottom: 4px;
      margin-top: 0!important;
  }
  .box_to_call_menu .list-icon-box .list-icon-inner:before {
      width: 16px;
      height: 16px;
      left: -23px;
      top: 1px;
      background-size: 16px;
  }
  .box_to_call_menu .list-content-box .feature-list-content {
      font-size: 11.2px;
      margin-left: -24px;
  }
  .translate_block_home ul li .glink {
      font-size: 16px;
  }
  .translate_block_home ul li .glink.active:before {
      right: -21px;
      top: 1.5px;
  }
  .translate_block_home ul li .glink:before {
      right: -24px;
      top: 1px;
  }
  .box_to_call_menu .list-icon-box {
        top: -7px;
        left: -24px;
    } 
}

@media(max-width:330px){
    .meenu_head_main_mob .menu-item .jltma-menu-nav-link{
        width: 220px;
    }
    .meenu_head_main_mob .menu-item-4998 .jltma-menu-nav-link:before {
        left: 166px;
        top: 13px;
    }
    .meenu_head_main_mob .menu-item-4998:hover .jltma-menu-nav-link:before {
        left: 166px!important;
    }
}





/*вращение моделек*/
.go_image{
  display: block!important;
}
.no_image{
  display: none!important;
}
.go_imageff{
  display: block!important;
}
.no_imageff{
  display: none!important;
}

.coliu_bl_box .one_line_onbpx, .coliu_bl_box .tool_justt, .two_line_prodlines{transition: .4s ease;}

.hidde{
    opacity: 0;
    position: absolute;
    visibility: hidden;
}


.box_lide_gxmainsd{
    width: 34vw!important;
    height: 21vw!important;
    z-index: 999;
}
.box_lide_gxmainsd .box_lide_gx{
    position: absolute;
    width: 26vw;
    height: 12vw;
    display: block;
}
.box_lide_gxmainsd:hover ~ .one_line_onbpx{
    display: none!important;
}
.model_box:hover ~ .one_line_onbpx{
    display: none!important;
}




@media screen and (-webkit-min-device-pixel-ratio:0) {     
  ::i-block-chrome,.pushed .toggle-icon .bar_firs:after, ::i-block-chrome,.pushed .fos_colse .bar_firs:after {
      transform: translate(100%);
      transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
      -webkit-transform: translate(100%);
      -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.pushed .toggle-icon .bar_firs:after, ::i-block-chrome,.pushed .fos_colse .bar_firs:after {
      transform: translate(100%);
      transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
      -webkit-transform: translate(100%);
      -webkit-transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.toggle-icon .bar_firs:after, ::i-block-chrome,.fos_colse .bar_firs:after {
      transform: translate(100%);
      transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
      -webkit-transform: translate(100%);
      -webkit-transition: transform .25s ease-out 0s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.toggle-icon .bar_firs:before, ::i-block-chrome,.toggle-icon .bar_firs:after, ::i-block-chrome,.toggle-icon .bar_secnd:before, 
  ::i-block-chrome,.toggle-icon .bar_secnd:after, ::i-block-chrome,.fos_colse .bar_firs:before, ::i-block-chrome,.fos_colse .bar_firs:after, 
  ::i-block-chrome,.fos_colse .bar_secnd:before, ::i-block-chrome,.fos_colse .bar_secnd:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
  }
  ::i-block-chrome,.pushed .toggle-icon .bar_firs:before, ::i-block-chrome,.pushed .fos_colse .bar_firs:before {
      transform: translate(0);
      transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
      -webkit-transform: translate(0);
      -webkit-transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.pushed .toggle-icon .bar_firs:before, ::i-block-chrome,.pushed .fos_colse .bar_firs:before {
      transform: translate(0);
      transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
      -webkit-transform: translate(0);
      -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.toggle-icon .bar_firs:before, ::i-block-chrome,.fos_colse .bar_firs:before {
      transform: translate(0);
      transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
      -webkit-transform: translate(0);
      -webkit-transition: transform .25s ease-out .2s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.toggle-icon:hover .bar_secnd:before, ::i-block-chrome,.fos_colse:hover .bar_secnd:before {
      transform: translate(-100%);
      transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
      -webkit-transform: translate(-100%);
      -webkit-transition: transform .25s ease-out .1s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.toggle-icon:hover .bar_secnd:after, ::i-block-chrome,.fos_colse:hover .bar_secnd:after {
      transform: translate(0);
      transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
      -webkit-transform: translate(0);
      -webkit-transition: transform .25s ease-out .3s,background-color .25s ease-out .5s;
  }
  ::i-block-chrome,.header_box_main_pages.elementor-sticky--effects:before {
    content: "";
    position: absolute;
    width: 89.25vw;
    height: 9vw;
    background: linear-gradient(270deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    top: -1vw;
    background: -webkit-linear-gradient(270deg,#ffffff 50%,rgb(255 255 255 / 0%) 100%);
    z-index: 0;
    left: 0;
  }
  ::i-block-chrome,.line_rile_catalog_menu .cont_menu_punct_prod ul {
      overflow-x: unset;
      -webkit-overflow-x: unset;
  }

}