@font-face {

    src: url("../fonts/Mardoto-Light.ttf");

    font-family: 'Mardoto-Light';

}

@font-face {

    src: url("../fonts/Mardoto-Regular.ttf");

    font-family: 'Mardoto-Regular';

}

@font-face {

    src: url("../fonts/Mardoto-Medium.ttf");

    font-family: 'Mardoto-Medium';

}

@font-face {

    src: url("../fonts/Mardoto-Bold.ttf");

    font-family: 'Mardoto-Bold';

}

@font-face {

    src: url("../fonts/UbuntuSans-Regular.ttf");

    font-family: 'UbuntuSans-Regular';

}

@font-face {

    src: url("../fonts/UbuntuSans-Bold.ttf");

    font-family: 'UbuntuSans-Bold';

}

@font-face {

    src: url("../fonts/UbuntuSans-Medium.ttf");

    font-family: 'UbuntuSans-Medium';

}

@font-face {

    src: url("../fonts/UbuntuSans-Light.ttf");

    font-family: 'UbuntuSans-Light';

}

@font-face {

    src: url("../fonts/conthrax-sb.otf");

    font-family: 'conthrax-Regular';

}

*{

    margin: 0;

    padding: 0;

    text-decoration: none;

    list-style: none;

    outline: none;

    border: none;

    box-sizing: border-box;

    /*color: var(--black);*/

    font-family: 'Mardoto-Regular';

    transition: all 300ms ease-out;

}

*:hover {

    transition: all .3s ease-in;

}

html[lang="hy"], html[lang="hy"] textarea{

    font-family: 'Mardoto-Regular';

}

/*html[lang="en"], html[lang="ru"]{*/

/*    font-family: 'UbuntuSans-Regular';*/

/*}*/

html {

    scroll-behavior: smooth;

}

a{

    text-decoration: none;

    color: var(--black);

}

img, video{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

:root {

    --black: #1C1C21;

    --gray: #DFDFDF;

    --grayBack: #EFEFEF;

    --white: #F6F4EE;

}

:root {

    --forteen: 14px;

    --sixteen: 16px;

    --eighteen: 18px;

    --twenty: 20px;

    --fontTwentyTwo: 22px;

    --twofour: 24px;

    --titleFont: 60px;

}

.wrapper{

    max-width: 1714px;

    width: 100%;

    padding: 0 30px;

    margin: 0 auto;

}

.sto_{

    width: 100%;

}

.full_wrapper{

    max-width: 2500px;

    width: 100%;

    margin: 0 auto;

}

.d_flex{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

body, html{

    overflow-x: hidden;

    background-color: var(--grayBack);

}

/* header */

header{

    top: 0;

    position: absolute;

    max-width: 1746px;

    width: 100%;

    padding: 0 50px;

    left: 0;

    right: 0;

    z-index: 10;

    margin: 0 auto;

}

.header_blck{

    gap: 12px;

    padding-top: 62px;

}

.burger_menu{

    cursor: pointer;

    display: none;

}

.burger_mob_active svg path{

    fill: #07B2BD;

}

.logo_head{
    max-width: 100px;
    width: 100%;
}
.nav_bar{
    gap: 54px;
}
.nav_alink{

    font-size: var(--fontTwentyTwo);

    color: var(--white);

    background: linear-gradient(transparent calc(100% - 1px), #fff 1px);

    background-position: 100%;

    background-repeat: no-repeat;

    background-size: 0 100%;

    padding-bottom: 2px;

    font-family: 'Mardoto-Light';

    transition: background-size .3s linear;

}

/*html[lang="hy"] .nav_alink{*/

/*    font-family: 'Mardoto-Light';*/

/*}*/

/*html[lang="en"] .nav_alink, html[lang="ru"] .nav_alink{*/

/*    font-family: 'UbuntuSans-Light';*/

/*}*/

.nav_alink:hover{

    background-position: 0;

    background-size: 100% 100%;

    color: #fff;

}

.head_cont_block{

    gap: 40px;

}

.languages_{

    position: relative;

}

.lang_svg{

    cursor: pointer;

}

.lang_drpd{

    display: none;

    position: absolute;

    padding: 4px 6px;

    min-width: 50px;

    border-radius: 4px;

    gap: 4px;

    top: 50px;

    left: 50%;

    transform: translate(-50%, 0%);

    flex-direction: column;

    background-color: var(--white);

}

.lang_drpd_active{

    display: flex;

}

.lang_drpd .notranslate{

    display: flex;

    gap: 4px;

}

.lang_drpd .notranslate img{

    width: 20px;

}

.lang_drpd .gt_container-y1lzsc{

    display: flex;

    flex-direction: column;

    gap: 4px;

}

.display_section_hover{

    height: 100vh;

    position: relative;

}

.choose_lang{

    cursor: pointer;

    font-size: 18px;

    font-family: 'Mardoto-Medium';

}

.choose_lang:hover{

    text-decoration: underline;

}

/*html[lang="hy"] .choose_lang{*/

/*    font-family: 'Mardoto-Medium';*/

/*}*/

/*html[lang="en"] .choose_lang, html[lang="ru"] .choose_lang{*/

/*    font-family: 'UbuntuSans-Medium';*/

/*}*/

.phone_num_head{

    gap: 10px;

    color: var(--white);

    font-size: var(--fontTwentyTwo);

}

/* end header */



/* home */

.general_home_block{

    overflow: hidden;

    margin: 0 auto;

    max-width: 2400px;

    height: 100vh;

    max-height: 1300px;

    position: relative;

}

.big_home_img{

    height: 100%;

    position: absolute;

    right: 0;

    left: 0;

}

/* .second_hover_block .big_home_img{

    height: inherit;

}

.second_hover_block .big_home_img {

    width: 96%;

    left: auto;

    transform: translate(-2%, 0%);

} */

.swipers_wrapper{

    max-width: 1920px;

    width: 100%;

    margin: 0 auto;

}

.big_home_img video{

    width: 100%;

    height: 100%;

}

.shadow_img{

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    height: 100%;

    width: 100%;

}

.hover_calculate_block{

    position: absolute;

    right: 2%;

    bottom: 5%;

    flex-direction: column;

    gap: 40px;

    max-width: 555px;

    width: 100%;

}

.hover_on_screen{

    display: none;

    gap: 20px;

    justify-content: start;

}

.hover_on_screen_active{

    display: flex;

}

.drag_finger, .finger_scaling{

    display: none;

}

.hover_img{

    position: relative;

    max-width: 88px;

    width: 100%;   

}

@keyframes scaleSvg {

    0% {

        transform: scale(1) translateY(0) translateX(0);

    }

    50% {

        transform: scale(1.4) translateY(20px) translateX(15px);

    }

    100% {

        transform: scale(1) translateY(0) translateX(0);

    }

}

.mouse_scaling, .finger_scaling{

    position: absolute;

    bottom: 0;

    right: 0;    

    animation: scaleSvg 1.5s infinite;

}

.hover_inf{

    font-size: var(--eighteen);

    color: var(--white);

}

.calculate_blck{ 

    position: relative;

    flex-direction: column;

    gap: 22px;

    padding: 28px 48px;

    border-radius: 24.227px;

    background: rgba(0, 0, 0, 0.20);

    box-shadow: 0px 0px 39.409px 0px rgba(0, 0, 0, 0.25) inset;

    backdrop-filter: blur(12.840195655822754px);

}

.scalable_about{

    position: relative;

    overflow: hidden;

    transition: transform 2s ease;

    transform: scale(0.5); 

}

.scalable_about .aboutus_video img, .scalable_about .aboutus_video video{

    border-radius: 300px;

    height: 600px;

    transition: border-radius 2s ease; 

}

.scalable_about.active {

    opacity: 1;

    transform: scale(1);

}

.aboutus_video.expanded {

    width: 100%;

}

.aboutus_video.shrinked {

    width: 85%;

}

.title_inf{

    gap: 10px;

}

.title_onhov{

    font-size: var(--fontTwentyTwo);

    color: var(--white);

    font-family: 'Mardoto-Medium';

}

/*html[lang="hy"] .title_onhov, html[lang="hy"] .bold_num,*/

/*html[lang="hy"] .medium_sp{*/

/*    font-family: 'Mardoto-Medium';*/

/*}*/

/*html[lang="en"] .title_onhov, html[lang="en"] .bold_num,*/

/*html[lang="ru"] .title_onhov, html[lang="ru"] .bold_num*/

/*html[lang="ru"] .medium_sp, html[lang="ru"] .medium_sp{*/

/*    font-family: 'UbuntuSans-Medium';*/

/*}*/

.floor_sp{

    color: var(--white);

    font-size: var(--eighteen);

    text-transform: uppercase;

    padding: 4px 6px;

    border-radius: 8px;

    border: 1px solid var(--white);

}

.floor_sp .bold_num{

    color: var(--white);

} 

.bold_num{

    font-size: var(--fontTwentyTwo);

    font-family: 'Mardoto-Medium';

}

.line_white{

    border-bottom: 1px solid var(--white);

}

.hidden_inf_blck{

    border-top: 1px solid transparent;

    flex-direction: column;

    gap: 13px;

    padding-top: 10px;

    height: 0;

    overflow: hidden;

}

.hidden_inf_blck_active{

    height: auto;

    display: flex;

    padding-top: 26px;

    border-color: var(--white);

}

.round_white{

    display: none;

    position: absolute;

    top: -18px;

    width: 36px;

    height: 36px;

    border-radius: 50%;

    align-self: center;

    background-color: var(--white);

}

.calc_btn{

    padding: 8px 8px 8px 12px;

    border-radius: 16px;

    gap: 26px;

    color: var(--white);

    cursor: pointer;

    font-size: var(--eighteen);

    border: 1px solid var(--white);

}

.calc_btn:hover{

    background-color: var(--white);

    color: var(--black);

}

.calc_btn:hover svg rect{

    fill: var(--black);

}

.calc_btn:hover svg path{

    fill: var(--white);

}

.inf_line{

    gap: 10px;

}

.thin_inf{

    font-size: var(--eighteen);

    color: var(--white);

    min-width: fit-content;

    font-family: 'Mardoto-Light';

}

/*html[lang="hy"] .thin_inf{*/

/*    font-family: 'Mardoto-Light';*/

/*}*/

/*html[lang="en"] .thin_inf,*/

/*html[lang="ru"] .thin_inf{*/

/*    font-family: 'UbuntuSans-Light';*/

/*}*/

.dashed_line{

    border-bottom: 1px dashed var(--white);

}

.medium_sp{

    font-size: var(--fontTwentyTwo);

    color: var(--white);

    min-width: fit-content;

    font-family: 'Mardoto-Medium';

}

.video_hover{

    z-index: -1;

    position: absolute;

    max-width: 420px;

    height: 730px;

    width: 100%;

    top: 52%;

    left: 51%;

    transform: translate(-51%, -52%);

    /* clip-path: polygon(73px 17%, 57% 0px, 87% 3%, 94% 94%, 59% 92%, 21% 102%); */

}

.video_hover_second{

    z-index: -1;

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

}

.video_hover_second video{

    border-radius: 58px;

    object-fit: cover;

}

.video_for_hover{

    cursor: pointer;

    position: absolute;

    top: 54%;

    left: 44%;

    transform: translate(-44%, -54%);

    width: 250px;

    height: 622px;

    z-index: 2;

}

.second_hover_screen{

    padding: 20px;

    border-radius: 25px;

    border-radius: 25.125px;

    box-shadow: 0px 0px 39.409px 0px rgba(0, 0, 0, 0.25) inset;

    backdrop-filter: blur(12.840195655822754px);

}

.second_hover_block .hover_calculate_block{

    gap: 20px;

    right: 70px;

    bottom: 70px;

    max-width: 474px; 

}

.second_hover_block .mouse_scaling, .second_hover_block .finger_scaling{

    max-width: 35px;

}

.second_hover_block .hover_img{

    max-width: 66px;

}

.display_first_block .video_for_hover{

    width: 800px;

    height: 470px;

    top: 52%;

    left: 56%;

    transform: translate(-56%, -52%);

}

.second_hover_block .dashed_hover{

    left: 50%;

    transform: translate(-100%, 0);

}

.aboutus_video{

    /* max-width: 1408px; */

    width: 85%;

    margin: 0 auto;

    padding-top: 170px;

    position: sticky;

    justify-content: center;

}

.to_top{

    transform: translateY(-2000px) !important;

    transition-duration: 1s !important;

}

.pulse-layer1, .pulse-layer2, .pulse-layer3, .pulse-layer4 {

    transform-origin: center;

    animation-timing-function: ease-in-out;

    animation-iteration-count: infinite;

    width: 300px;

    height: 600px;

}

.pulse-layer1 {

    animation: pulse1 3s infinite 0s;

}

.pulse-layer2 {

    animation: pulse2 3s infinite 0.75s;

}

.pulse-layer3 {

    animation: pulse2 3s infinite 1.5s;

}

.pulse-layer4 {

    animation: pulse4 3s infinite 2s; 

}

@keyframes pulse1 {

    0%, 100% {

      transform: scale(0.6);

      opacity: 1;

    }

    100% {

      transform: scale(1); 

      opacity: 0.4;

    }

}

@keyframes pulse2 {

    0% {

      opacity: 1;

      transform: scale(0.7);

    }

    100% {

      transform: scale(1);

      opacity: 0.5;

    }

}

@keyframes pulse3 {

    0%{

      opacity: 1;

      transform: scale(0.8);

    }

    100% {

      transform: scale(1);

      opacity: 0.6;

    }

}

@keyframes pulse4 {

    0%{

      opacity: 1;

      transform: scale(0.9);

    }

    100% {

      transform: scale(1);

      opacity: 0.7;

    }

}

.pulsatition_video_one{

    position: absolute;

    z-index: 1;

    top: 52%;

    left: 52%;

    overflow: visible;

    transform: translate(-52%, -52%);

}

.active .aboutus_video img, .active .aboutus_video video{

    border-radius: 50px ;

}

.play_img{

    position: absolute;

    cursor: pointer;

}

.aboutus_infblck{

    padding: 30px 0 170px 0;

    flex-direction: column;

    gap: 35px;

    max-width: 1080px;

    margin: 0 auto;

}

.title_general{

    font-weight: 500;

    text-transform: uppercase;

    font-size: var(--titleFont);

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .title_general{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .title_general,*/

/*html[lang="ru"] .title_general{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.about_descrip{

    font-size: var(--fontTwentyTwo);

    text-align: center;

}

.learn_more_btn{

    background-color: var(--black);

    color: var(--white);

    font-size: var(--fontTwentyTwo);

    gap: 14px;

    border-radius: 17px;

    padding: 16px 20px;

    cursor: pointer;

}

.learn_more_btn:hover svg{

    transform: translateX(15px);

} 

.dashed_hover{

    position: absolute;

    overflow: hidden;

    align-self: center;

    display: none;

    top: -68px;

    left: -160px;

    max-width: 440px;

    width: 100%;

    height: 50px;

}

.animated_dashes{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-position: right;

    object-fit: contain;

    animation: revealImage 1s forwards;

}

@keyframes revealImage {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}

.second_hover_block{

    position: relative;

    margin-bottom: 170px;

    /* height: 930px; */

    height: 100%;

}

.animation_blocks .big_home_img img{

    border-radius: 58px;

}

.marg_minus{

    margin-bottom: -90px;

}

.news_swiper{

    margin-bottom: 200px;

    padding-top: 124px !important;

    margin-top: 30px;

    padding-left: 6% !important;

}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {

    content: '' !important;

}

.rel_for_swiper .swiper-button-next, .rel_for_swiper .swiper-rtl .swiper-button-prev {

    right: 0;

}

.rel_for_swiper .swiper-button-prev, .rel_for_swiper .swiper-rtl .swiper-button-next {

    left: auto;

    right: 5%;

}

.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev{

    width: 50px;

    height: 50px;    

    top: 26px;

}

.news_item{

    display: flex !important;

    flex-direction: column;

    gap: 10px;

    align-items: start;

}

.news_item:hover .read_more svg{

    transform: rotate(45deg);

}

.news_item:hover .news_item_img img{

    transform: scale(1.1);

}

.news_item:hover .news_item_title{

    opacity: 0.8;

}

.news_item_img {

    height: 300px;

    overflow: hidden;

    border-radius: 30px;

}

.news_item_img img{

    border-radius: 30px;

}

.news_item_title{

    font-size: 22px;

}

.news_mini_descrip{

    font-size: var(--sixteen);

}

.read_more{

    font-size: var(--sixteen);

    text-transform: uppercase;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .read_more{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .read_more,*/

/*html[lang="ru"] .read_more{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.shine_right{

    position: absolute;

    height: 100%;

    bottom: 0;

    right: 0;

    z-index: 2;

}

.news_swiper .swiper-button-next{

    right: 6%;

}

.news_swiper .swiper-button-prev{

    right: 10%;

}

.title_descrip_blck{

    gap: 10px;

    margin-bottom: 66px;

}

.second_title{

    font-family: 'Mardoto-Regular';

    font-size: var(--fontTwentyTwo);

    max-width: 794px;

    width: 50%;

}

.brands_block{

    flex-wrap: wrap;

    justify-content: center;

}

.beehive_items{

    position: relative;

    justify-content: center;

    width: calc(100% / 8);

}

.brans_imgs{

    z-index: 1;

    position: absolute;

    width: 57%;

    /*padding: 8px;*/

    border-radius: 50%;

    background-color: white;

    aspect-ratio: 1/1;

    overflow: hidden;

    justify-content: space-around;

}

/*.brans_imgs img{*/

/*    object-fit: contain;*/

/*}*/

.margin_minus{

    margin: -20px 0;

}

.contact_us_block{

    max-width: 1414px;

    overflow: hidden;

    position: relative;

    margin: 132px auto 116px auto;

    background-color: white;

    padding: 54px 100px;

    gap: 20px;

    align-items: stretch;

    border-radius: 50px;

}

.cont_back_img{

    height: 100%;

    position: absolute;

    right: 0;

    top: 0;

}

.contact_form{

    flex-direction: column;

    gap: 20px;

    align-items: start;

    /*max-width: 535px;*/

    /*width: 50%;*/

}

.contact_form .title_general{

    text-transform: none;

    font-size: 58px;

}

.cont_descrip{

    margin-bottom: 20px;

    font-family: 'Mardoto-Regular';

    color: black;

    font-size: 14px;

}

.inps_{

    padding: 12px 20px;

    font-family: 'Mardoto-Regular';

    border-radius: 10px;

    border: 0.9px solid #E0E0E0;

}

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}

.lab_inp{

    flex-direction: column;

    gap: 10px;

    align-items: start;

}

.lab_inp .wpcf7-form-control-wrap{

    width: 100%;

}

.inputs_error{

    border-color: red;

}

.error_message{

    font-size: 12px;

    color: red;

}

.send_btn{

    padding: 16px 30px;

    gap: 10px;

    cursor: pointer;

    color: var(--white);

    border-radius: 30px;

    background: var(--black);

    align-self: center;

}

.send_btn:hover svg{

    transform: translateX(10px);

}

.drpdwn_rel{

    position: relative;

}

.drpdwn_rel .wpcf7-form-control-wrap{

    position: absolute;

    width: 100%;

}

.drp_title{

    cursor: pointer;

    gap: 10px;

    padding: 12px 20px;

    border-radius: 10.801px;

    border: 0.9px solid #E0E0E0;

}

.title_drp{

    font-size: 14px;

    font-family: 'Mardoto-Regular';

}

.dopdown_{

    position: absolute;

    top: 100%;

    left: 0;

    overflow: hidden;

    border-radius: 12px;

    box-shadow: 0px 138.454px 196.389px -78.556px rgba(47, 115, 107, 0.15);

}

.drops_borders{

    max-height: 120px;

    flex-direction: column;

    align-items: start;

    gap: 10px;

    height: 0;

    overflow: hidden;

    padding: 0 20px;

    background-color: #f9f9f9;

}

.dopdown_active .drops_borders{

    height: auto;

    overflow: auto;

    padding: 10px 20px;

}

.reason_sp{

    border-bottom: 1px solid transparent;

    cursor: pointer;

    font-size: 14px;

    padding-bottom: 10px;

}

.reason_sp:hover{

    border-color: black;

}

.drops_borders::-webkit-scrollbar-thumb {

    background-color: var(--black);

    border-radius: 10px;

    cursor: pointer;

    background-clip: padding-box;

    transition: all 300ms ease-out;

}

.drops_borders::-webkit-scrollbar {

    height: 2px;

    width: 2px;

}

.drops_borders::-webkit-scrollbar-track {

    background-color: rgba(200, 200, 200, 0.50);

}

.phone_email_block{

    gap: 10px;

}

.phem_img_infs{

    gap: 14px;

}

.phone_email_img{

    min-width: 36px;

    width: 36px;

    height: 36px;

}

.info_links_sp{

    flex-direction: column;

    align-items: start;

    gap: 3px;

}

.phone_email_sp{

    text-transform: uppercase;

    color: #9C9C9C;

    font-size: var(--sixteen);

}

.phone_mail_link{

    font-size: var(--sixteen);

}

.phone_mail_link:hover{

    text-decoration: underline;

}

.map_contact iframe{

    width: 100%;

    height: 100%;

    border-radius: 40px;

}

.map_contact{

    z-index: 1;

    max-width: 535px;

    width: 100%;

}

.scroll_down{

    z-index: 2;

    flex-direction: column;

    gap: 15px;

    position: absolute;

    left: 10%;

    bottom: 5%;

    font-size: 22px;

    color: white;

}

.lang_svg:hover svg path{

    stroke: #07B2BD;

}

.phone_num_head:hover svg path{

    fill: #07B2BD;

}

.phone_num_head:hover{

    color: #07B2BD;

}

.scroll_down:hover{

    text-decoration: underline;

} 

/*.brands_autoscroll {*/

/*    overflow: hidden;*/

/*}*/

body.no-scroll {

    overflow: hidden;

}

.block_animation_section {

    margin-bottom: 170px;

}

.animation_flex{

    flex-direction: column;

    gap: 56px;

    position: relative;

}

.animation_blocks {

    width: 100%;

    height: 96vh;

    max-height: 1080px;

    position: sticky;

    top: 10px;

}

/*.animation_blocks.totop {*/

/*    top: -200%; */

/*    transform: translate(-50%, -50%) scale(0.8);*/

/*}*/

.news_swiper .swiper-wrapper{

    align-items: stretch;

}

.news_item {

    height: auto !important;

}

.news_swiper .read_more{

    margin-top: auto;

}

.display_three_block .video_for_hover{

    width: 543px;

    transform: rotate(16deg);

    top: 41%;

    left: 8%;

    height: 230px;

}

.display_second_block .video_for_hover{

    width: 524px;

    top: 42%;

    height: 294px;

    left: 28%;

    transform: translate(-28%, -42%);

}

.acitve_for_mob{
    display: flex !important;
}
.display_four_block .video_for_hover{
    width: 205px;
    height: 165px;
    top: 48%;
    left: 19%;
    transform: translate(-19%, -48%);
}
.video_forhover_left{
    width: 180px;
    height: 414px;
    top: 35%;
    left: 6%;
    transform: translate(-6%, -35%);
}
.video_hover_left{
    max-width: 704px;
    height: 400px;
    top: 30%;
    left: 6%;
    transform: translate(-6%, -30%);
}
.video_forhover_right, .video_hover_right{
    top: 35%; 
}
.display_five_block .video_for_hover{
    /* width: 138px;
    height: 350px;
    top: 35%;
    left: 6%;
    transform: translate(-6%, -35%); */
    width: 160px;
    height: 392px;
    top: 30%;
    left: 13%;
    transform: translate(-13%, -30%);
}
.display_six_block .video_for_hover{
    top: 43%;
    left: 53%;
    transform: translate(-53%, -43%);
    width: 700px;
    height: 242px;
}
.display_seven_block .video_for_hover{
    left: 54%;
    top: 24%;
    transform: translate(-54%, -24%);
    width: 558px;
    height: 200px;
}
.display_eight_block .video_for_hover{
    top: 36%;
    left: 50%;
    transform: translate(-50%, -36%);
    width: 414px;
    height: 426px;
}
.display_nine_block .video_for_hover{
    top: 46%;
    left: 70%;
    transform: translate(-70%, -46%);
    width: 270px;
    height: 330px;
}

.animation_blocks video{
     border-radius: 58px;
}

/* end home */

/* footer */
footer{
    border-radius: 100px 100px 0 0;

    /*padding-bottom: 48px;*/

    padding: 75px 0 48px 0;

    background-position: top;

    background-size: cover;

    background-repeat: no-repeat;

    background-image: url(../img/gooter_back.png);

}

.footer_logo{

    max-width: 140px;

    width: 100%;

    margin: 0 auto 45px auto;

    /*margin: 0 auto;*/

}

.footer_wrapper{

    max-width: 1664px;

    width: 81%;

    border-radius: 30px;

    padding: 66px 30px 63px 30px;

    margin: 0 auto;

    background-color: #DFDFDF;

    border: 1px solid #C6C6C6;

}

.footer_block{

    gap: 34px;

    flex-direction: column;

}

.footer_navbar{

    max-width: 1338px;

    padding-bottom: 25px;

    gap: 10px;

    border-bottom: 1px solid black;

}

.nava_link{

    cursor: pointer;

    color: black;

    font-size: var(--fontTwentyTwo);

}

.nava_link:hover{

    opacity: 0.7;

}

.footer_contact_block{

    gap: 10px;

    justify-content: center;

}

.footer_contact_block .phem_img_infs{

    width: calc(100% / 4);

    justify-content: center;

}

.copyright_ws{

    margin: 0 auto;

    padding-top: 20px;

    max-width: 1334px;

    width: 70%;

    gap: 20px;

}

.site_ws, .copyright_{

    color: var(--black);

    gap: 2px;

    font-family: 'Mardoto-Medium';

    font-size: var(--eighteen);

}

/* end footer */



/* our display */

.black_head .nav_alink{

    color: black;

    background: linear-gradient(transparent calc(100% - 1px), #000 1px);

    background-position: 100%;

    background-repeat: no-repeat;

    background-size: 0 100%;

}

.black_head .phone_num_head{

    color: black;

}

.our_display_section{

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding-top: 150px !important;

}

.desiplay_title{

    font-size: 55px;

    font-family: 'Mardoto-Medium';

    font-weight: 500;

}

/*html[lang="hy"] .desiplay_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .desiplay_title,*/

/*html[lang="ru"] .desiplay_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.black_head .nav_alink:hover {

    background-position: 0;

    background-size: 100% 100%;

    color: black;

}

.desiplay_title{

    text-align: center;

    max-width: 1414px;

    margin: 0 auto;

}

.statistic_block{

    gap: 20px;

    margin: 100px 0 190px 0;

}



.statistick_numbers {

    width: calc(100% / 4 - 26px);

    height: 270px;

    overflow: hidden;

    position: relative;

    border-radius: 50px;

    cursor: pointer;

    background: linear-gradient(var(--bg-anglo), rgba(7, 178, 189, 0.7) -6.71%, rgba(220, 225, 225, 0.7) 39.37%);

    animation: spinning 4s infinite linear;

    transition: none;

    animation-play-state: running;

}

@property --bg-anglo {

    inherits: false;

    initial-value: 0deg;

    syntax: "<angle>";

}

@keyframes spinning {

    0% {

        --bg-anglo: 0deg;

    }

    100% {

        --bg-anglo: 360deg;

    }

}

.statistic_item_blck {

    background: #E3E3E3;

    border-radius: 50px;

    height: 98%;

    gap: 12px;

    z-index: 1;

    margin: 3px;

    position: relative;

    transition: none;

    justify-content: center;

    flex-direction: column;

}

.numbers_statistic{

    font-size: 50px;

    color: black;

    font-family: 'conthrax-Regular';

}

.statistic_sp{

    text-align: center;

    font-size: var(--fontTwentyTwo);

    text-transform: uppercase;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .statistic_sp, html[lang="hy"] .aboutus_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .statistic_sp, html[lang="en"] .aboutus_title,*/

/*html[lang="ru"] .statistic_sp, html[lang="ru"] .aboutus_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

/* end our display */



/* About us */

.aboutus_title{

    font-size: 78px;

    color: white;

    font-family: 'Mardoto-Bold';

    margin-bottom: 86px;

}

.aboutus_section{

    display: flex;

    justify-content: start;

    align-items: end;

}

.title_abouts{

    z-index: 1;

}

.aboutus_section .scroll_down{

    right: 10%;

    left: auto;

    bottom: 5%;

}

.aboutus_block{

    flex-direction: column;

    gap: 30px;

    margin-top: 50px;

}

.about_second_title{

    color: black;

    font-size: 34px;

    font-family: 'Mardoto-Bold';

}

.oneled_descrip{

    max-width: 1416px;

    font-size: 26px;

    color: black;

    text-align: center;

}

.oneled_descrip b{

    font-family: 'Mardoto-Bold';

}

.three_info_blocks{

    margin-top: 40px;

    justify-content: space-around;

    align-items: stretch;

    gap: 10px;

}

.info_block{

    flex-direction: column;

    gap: 10px;

    width: calc(100% / 4 - 28px);

}

.abouts_inf_img{

    max-width: 146px;

}

.about_inf_tilte{

    text-transform: uppercase;

    text-align: center;

    font-size: 26px;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .about_inf_tilte{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .about_inf_tilte,*/

/*html[lang="ru"] .about_inf_tilte{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.grey_descrip{

    text-align: center;

    color: #7F7F7F;

    font-size: var(--sixteen);

}

.contact_section{

    margin-top: 180px;

}

/* end About us */



/* news */

.news_section{

    margin: 240px 0 130px 0;

    flex-direction: column;

    gap: 60px;

}

.news_title{

    text-transform: uppercase;

    font-size: 60px;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .news_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .news_title,*/

/*html[lang="ru"] .news_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.news_items_block{

    flex-wrap: wrap;

    justify-content: start;

    gap: 30px 50px;

}

.news_items_block .news_item{

    width: calc(100% / 3 - 34px);

}

.pagination_{

    justify-content: center;

    width: fit-content;

    padding: 16px;

    gap: 12px;

    margin: 0 auto;

    border-radius: 26px;

    height: 55px;

    gap: 20px;

    border: 1px solid #939393;

}

.prev_next_page{

    cursor: pointer;

}

.prev_next_page:hover svg path{

    stroke: #07B2BD;

    fill: #07B2BD;

}

.page_sp{

    width: 28px;

    color: #616161;

    cursor: pointer;

    justify-content: center;

    border-radius: 50%;

    aspect-ratio: 1/1;

}

.page_sp_active, .page_sp:hover{

    background-color: #07B2BD;

    color: white;

}

/* end news */



/* single blog */

.blog_news_text p, .blog_news_text strong {

    text-align: center;

    font-size: 22px;

} 

/*html[lang="hy"] .single_blog_block  h2,html[lang="hy"] .blog_news_text h3,html[lang="hy"] .blog_news_text h4,*/

/*html[lang="hy"] .single_blog_block  h5,html[lang="hy"] .blog_news_text h6{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .single_blog_block  h2,html[lang="en"] .single_blog_block  h3,html[lang="en"] .blog_news_text h4,*/

/*html[lang="en"] .single_blog_block  h5,html[lang="en"] .single_blog_block  h6,*/

/*html[lang="ru"] .single_blog_block  h2,html[lang="ru"] .single_blog_block  h3,html[lang="ru"] .blog_news_text h4,*/

/*html[lang="ru"] .single_blog_block  h5,html[lang="ru"] .single_blog_block  h6{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.blog_news_text a{

    font-size: 22px;

    color: #07B2BD;

}

.blog_news_text a:hover{

    text-decoration: underline;

}

.single_blog_block h2, .single_blog_block h3, .single_blog_block h4,

.single_blog_block h5, .single_blog_block h6{

    font-size: 28px;

    font-family: 'Mardoto-Bold';

}

.blog_single_section{

    max-width: 1100px;

    width: 100%;

    margin: 0 auto;

    padding: 0 50px;

}

.single_blog_block{

    flex-direction: column;

    gap: 40px;

    margin-bottom: 120px;

    margin-top: 270px;

}

.blogs_title_block{

    gap: 10px;

}

.blogs_title{

    font-size: 40px;

    text-transform: uppercase;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .blogs_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .blogs_title,*/

/*html[lang="ru"] .blogs_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.share_blog{

    padding: 12px;

    max-width: 112px;

    width: 100%;

    gap: 10px;

    justify-content: center;

    font-size: var(--sixteen);

    border-radius: 13.5px;

    background:#F5F5F5;

    color: rgba(62, 50, 50, 0.75);

}

.blogs_imgs{

    position: relative;

}

.blogs_imgs img{

    border-radius: 30px;

}

.dateof_news{

    position: absolute;

    right: 50px;

    bottom: 50px;

    background-color: var(--white);

    border-radius: 38px;

    padding: 10px;

    gap: 8px;

    font-size: 14px;

    color: black;

    font-family: 'Mardoto-Medium';

}

/*html[lang="hy"] .dateof_news{*/

/*    font-family: 'Mardoto-Medium';*/

/*}*/

/*html[lang="en"] .dateof_news,*/

/*html[lang="ru"] .dateof_news{*/

/*    font-family: 'UbuntuSans-Medium';*/

/*}*/

.blog_news_text{

    text-align: center;

    font-size: 22px;

}

/* end single blog */



/* service */

.service_section{

    margin-top: 246px;

}

.service_title{

    font-size: 70px;

    text-align: center;

    text-transform: uppercase;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .service_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .service_title,*/

/*html[lang="ru"] .service_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.services_block{

    margin-top: 100px;

    flex-direction: column;

    gap: 70px;

}

.service_item{

    gap: 10px;

}

.service_info_block{

    max-width: 650px;

    width: 45%;

    flex-direction: column;

    align-items: start;

    gap: 30px;

}

.serv_item_title{

    color: black;

    font-size: 52px;

    font-weight: 400;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .serv_item_title{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .servicserv_item_titlee_title,*/

/*html[lang="ru"] .serv_item_title{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.descrip_serv_item{

    margin-bottom: 10px;

    font-size: var(--fontTwentyTwo);

}

.items_img img{

    border-radius: 50px;

}

.items_img{

    overflow: hidden;

    border-radius: 50px;

    max-width: 690px;

    width: 50%;

}

.items_img:hover img{

    transform: scale(1.1);

}

.items_img img.scale {

    transform: scale(1.1);

}

/* end service */



/* single display */

.single_page_section {

    height: 100vh;

}

.single_page_section .big_home_img img{

    border-radius: 0 0 50px 50px !important;

}

.calculate_block{

    align-items: stretch;

    max-width: 1394px;

    margin: 0 auto;

    background-color: white;

    border-radius: 45px;

    padding: 0 65px;

    gap: 20px;

}

.calcluate_range_block{

    flex-direction: column;

    align-items: start;

    padding: 50px 0 80px 0;

    gap: 15px;

    max-width: 770px;

    width: 65%;

}

.height_line{

    border-right: 1px solid #ACACAC;

}

.calc_title_active{

    gap: 10px;

}

.calc_title{

    font-size: 32px;

    font-weight: 400;

    text-transform: uppercase;

    font-family: 'Mardoto-Medium';

}

/*html[lang="hy"] .calc_title{*/

/*    font-family: 'Mardoto-Medium';*/

/*}*/

/*html[lang="en"] .calc_title,*/

/*html[lang="ru"] .calc_title{*/

/*    font-family: 'UbuntuSans-Medium';*/

/*}*/

.active_time, .choose_time{

    font-size: var(--fontTwentyTwo);

    color: black;

}

.range_block{

    width: 96%;

    margin-top: 60px;

    position: relative;

}

.range_{

    height: 7px;

    background-color:#E3E3E3;

}

.active_range_color{

    position: absolute;

    top: 0;

    left: 0;

    height: 7px;

    transition: width 0.3s ease; 

    background-color: #07B2BD;

}

.range_points{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 7px;

    pointer-events: none;

} 

.range_point{

    position: absolute;

    width: 25px;

    height: 25px;

    top: 3px;

    background: #E3E3E3;

    border: 1px solid #C2C2C2;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    pointer-events: auto;

    cursor: pointer;

}

.range_point[data-value="1"]{

    left: 0%;

}

.range_point[data-value="2"]{

    left: 33.33%;

}

.range_point[data-value="3"]{

    left: 66.66%;

}  

.range_point[data-value="4"]{

    left: 100%;

}

.range_point_time{

    position: absolute;

    top: 30px;

    left: 0;

    width: 100%;

    pointer-events: none;

}

.time_choose{

    position: absolute;

    min-width: max-content;

    font-size: 28px;

    color: #696969;

}

.time_choose[data-value="1"] {

    left: -3%;

}

.time_choose[data-value="2"]{

    left: 30%;

}

.time_choose[data-value="3"]{

    left: 64%;

}  

.time_choose[data-value="4"]{

    left: 97%;

}

.range_point_prev{

    border-color: #07B2BD;

    background-color: #07B2BD;

}

.range_point_active{

    background-color: #E3E3E3;

    width: 36px;

    height: 36px;

    border: 6px solid #07B2BD;

}

.total_price_calculating{

    padding: 45px 0;

    max-width: 350px;

    width: 40%;

    flex-direction: column;

    gap: 20px;

}

.inhour_month{

    align-items: stretch;

    gap: 30px;

    min-width: max-content;

}

.hour_month_block{

    flex-direction: column;

    gap: 5px;

    height: 100px;

    padding: 10px 20px;

    border-radius: 22px;

    border: 1px solid #858585;

}

.quantity_inhour{

    font-size: 44px;

    color: black;

    font-family: 'Mardoto-Bold';

}

.hours_{

    font-size: var(--fontTwentyTwo);

    color: #858585;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .quantity_inhour, html[lang="hy"] .hours_{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .quantity_inhour, html[lang="en"] .hours_*/

/*html[lang="ru"] .quantity_inhour, html[lang="ru"] .hours_{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

.total_price{

    gap: 18px;

}

.price_sp{

    color: #9C9C9C;

    font-size: var(--fontTwentyTwo);

    font-family: 'Mardoto-Light';

}

/*html[lang="hy"] .price_sp{*/

/*    font-family: 'Mardoto-Light';*/

/*}*/

/*html[lang="en"] .price_sp,*/

/*html[lang="ru"] .price_sp{*/

/*    font-family: 'UbuntuSans-Light';*/

/*}*/

.big_price{

    font-size: 42px;

    color: #07B2BD;

    font-family: 'Mardoto-Bold';

}

/*html[lang="hy"] .big_price{*/

/*    font-family: 'Mardoto-Bold';*/

/*}*/

/*html[lang="en"] .big_price,*/

/*html[lang="ru"] .big_price{*/

/*    font-family: 'UbuntuSans-Bold';*/

/*}*/

/* end single display */



.sale-price{

        text-decoration: line-through;

}



