@font-face {
    src: url('../fonts/Montserrat-Regular.ttf');
    font-family: 'Montserrat-Regular';
}
@font-face {
    src: url('../fonts/Montserrat-Medium.ttf');
    font-family: 'Montserrat-Medium';
}
@font-face {
    src: url('../fonts/Montserrat-Bold.ttf');
    font-family: 'Montserrat-Bold';
}
@font-face {
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-family: 'Montserrat-SemiBold';
}
@font-face {
    src: url('../fonts/Montserrat-Light.ttf');
    font-family: 'Montserrat-Light';
}
@font-face {
    src: url('../fonts/Montserratarm-Bold.otf');
    font-family: 'Montserratarm-Bold';
}
@font-face {
    src: url('../fonts/Montserratarm-SemiBold.otf');
    font-family: 'Montserratarm-SemiBold';
}
@font-face {
    src: url('../fonts/Montserratarm-Medium.otf');
    font-family: 'Montserratarm-Medium';
}
@font-face {
    src: url('../fonts/Montserratarm-Regular.otf');
    font-family: 'Montserratarm-Regular';
}
@font-face {
    src: url('../fonts/Montserratarm-Light.otf');
    font-family: 'Montserratarm-Light';
}
@font-face {
    src: url('../fonts/NotoSerif-Regular.ttf');
    font-family: 'NotoSerif-Regular';
}
@font-face {
    src: url('../fonts/NotoSerif-Medium.ttf');
    font-family: 'NotoSerif-Medium';
}
@font-face {
    src: url('../fonts/NotoSerif-Bold.ttf');
    font-family: 'NotoSerif-Bold';
}
@font-face {
    src: url('../fonts/NotoSerif-SemiBold.ttf');
    font-family: 'NotoSerif-SemiBold';
}

html[lang="hy-AM"], html[lang="hy-AM"] textarea, html[lang="hy-AM"] input{
    font-family: 'Montserratarm-Regular';
}
html[lang="en-US"], html[lang="ru-RU"],  html[lang="en-US"] textarea, 
html[lang="en-US"] input{
    font-family: 'Montserrat-Regular';
}
html[lang="hy-AM"] h1, html[lang="hy-AM"] h2, html[lang="hy-AM"] h3,
html[lang="hy-AM"] h4, html[lang="hy-AM"] h5, html[lang="hy-AM"] h6,
html[lang="hy-AM"] .light_text{
    font-family: 'Montserratarm-Light';

}
html[lang="en-US"] h1, html[lang="ru-RU"] h1, html[lang="en-US"] h2, html[lang="ru-RU"] h2,
html[lang="en-US"] h3, html[lang="ru-RU"] h3, html[lang="en-US"] h4, html[lang="ru-RU"] h4,
html[lang="en-US"] h5, html[lang="ru-RU"] h5, html[lang="en-US"] h6, html[lang="ru-RU"] h6,
html[lang="en-US"] .light_text, html[lang="ru-RU"] .light_text{
    font-family: 'Montserrat-Light';
}
html[lang="en-US"] .light_text, html[lang="ru-RU"] .light_text{
    font-family: 'Montserrat-Light';
}
html[lang="hy-AM"] .light_text, html[lang="hy-AM"] .light_text{
    font-family: 'Montserratarm-Light';
}
html[lang="en-US"] .medium_text, html[lang="ru-RU"] .medium_text{
    font-family: 'Montserrat-Medium';
}
html[lang="hy-AM"] .medium_text, html[lang="hy-AM"] .medium_text{
    font-family: 'Montserratarm-Medium';
}
html[lang="en-US"] .semi_text, html[lang="ru-RU"] .semi_text{
    font-family: 'Montserrat-SemiBold';
}
html[lang="hy-AM"] .semi_text, html[lang="hy-AM"] .semi_text{
    font-family: 'Montserratarm-SemiBold';
}
html[lang="en-US"] .bold_text, html[lang="ru-RU"] .bold_text{
    font-family: 'Montserrat-Bold';
}
html[lang="hy-AM"] .bold_text, html[lang="hy-AM"] .bold_text{
    font-family: 'Montserratarm-Bold';
}
html[lang="en-US"] .noto_serif, html[lang="ru-RU"] .noto_serif{
    font-family: 'NotoSerif-SemiBold';
}
html[lang="hy-AM"] .noto_serif, html[lang="hy-AM"] .noto_serif{
    font-family: 'NotoSerif-SemiBold';
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    transition: all 300ms ease-out;
}

*:hover {
    transition: all 0.3s ease-in;
}

*:focus{
    outline: none;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: var(--brandBlue);
}

img, video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:root {
    --black: #000;
    --brandBlue: #003963;
    --boldBlue: #042a49;
    --gray: rgba(0, 0, 0, 0.50);
    --white: #FFF;
}
:root {
    --twelve: 12px;
    --forteen: 14px;
    --sixteen: 16px;
    --eighteen: 18px;
    --twenty: 20px;
    --fontTwentyTwo: 22px;
    --twofour: 24px;
    --titleFont: 40px;
}

.wrapper {
    max-width: 1540px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.sto_ {
    width: 100%;
}
.full_wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body{
    color: var(--brandBlue);
    background-color: #EDF7FF;
}

html{
    overflow-x: hidden;
}



/* header */

header{
    z-index: 10;

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

}
.logo_big{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: rgba(237, 247, 255, 1);
    z-index: 1000;
}
.logo_scale{
    width: 638px;
    transition: all 1s ease-in-out;
    position: relative;
    z-index: 10;
}
.logo_big.active .logo_scale {
    width: 106px;
    /* transform: translate(-36vw, -42vh); */
}

.header_block{

    gap: 20px;

    padding: 30px 0 20px 0;

}

.three_head_blck{

    width: calc(100% / 3);

}

.three_head_blck .logo_head{

    margin-right: auto;

}

.leave_request_head{

    padding: 12px 10px;

    color: var(--white);

    background-color: var(--brandBlue);

}

.logo_head{

    max-width: 106px;

}

.nav_bar{

    min-width: fit-content;

    gap: 60px;

}

.nav_alink{

    font-size: var(--sixteen);

    text-transform: uppercase;

}

.nav_alink:hover{

    font-weight: bold;

}

.header_home .nav_alink{

    color: var(--white);

}

.burger_lang_blck{

    justify-content: end;

    gap: 20px;

}

.lang_block{

    gap: 12px;

}

.choose_lang{

    font-size: var(--sixteen);

    color: rgba(0, 57, 99, 0.70);

}

.header_home .choose_lang{

    color: rgba(255, 255, 255, 0.70);

}

.choose_lang:hover, .choose_lang_active{

    color: var(--brandBlue);

}

.header_home .choose_lang:hover, .header_home .choose_lang_active{

    color: var(--white);

}

.lang_slash{

    color: rgba(0, 57, 99, 0.70);

    font-size: var(--sixteen);

}

.header_home .lang_slash{

    color: rgba(255, 255, 255, 0.70);

}

.burger_svg{

    display: none;

    cursor: pointer;

}

/* end header */



/* home */

.home_general{

    justify-content: start;

    height: 100vh;

    position: relative;

    max-height: 1300px;

    overflow: hidden;

    /* max-width: 2400px; */

    margin: 0 auto;

}

.home_general_img, .blue_back{

    height: 100%;

    position: absolute;

    right: 0;

    left: 0;

}

.home_general_block{
    position: absolute;
    display: flex;
    bottom: 50px;
    height: 100%;
    align-items: end;
}
.home_general_block .wrapper{
    height: 100%;
    padding-top: 250px;
    display: flex;
    flex-direction: column;
}

.home_general_infos{
    flex-direction: column;
    /* gap: 18px; */
    max-width: 72%;
    margin: auto 0;
    align-items: start;

}

.home_bottom_block{

    position: absolute;

    bottom: 50px;

    right: 0;

}

.home_under_block{

    flex-direction: column;

    align-items: start;

    gap: 30px;

    width: fit-content;

    margin-left: auto;

    max-width: 50%;

    /* margin-top: 100px; */

}

.big_title{
    font-size: 110px;
    font-family: 'NotoSerif-Regular' !important;
    color: var(--white);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 135px;
    margin-bottom: 50px;
}

.blue_back_sp{
    padding: 10px;
    background-color: var(--brandBlue);
    color: var(--white);
    font-size: var(--sixteen);
    text-transform: uppercase;
}
.title_second{
    color: var(--white);
    font-size: 30px;
    text-transform: uppercase;
}
.description_{
    max-width: 560px;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    color: rgba(0, 0, 0, 0.50);
    font-size: var(--eighteen);
}

.home_general .description_{
    font-size: var(--twenty);
    color: var(--white);
}
.leave_request{
    padding: 18px 12px;
    color: var(--white);
    background-color: var(--boldBlue);
    text-transform: uppercase;
    font: var(--twenty);
    cursor: pointer;
}
.slogan_sp{
    color: var(--white);
    font-size: 26px;
    text-transform: uppercase;
}
.leave_request:hover{
    background-color: var(--brandBlue);
    color: var(--white);
}
.our_products_block{
    gap: 36px;
    margin: 110px 0;
    padding-left: clamp(0px, 12%, 220px);
}
.infof_our_product{
    max-width: 465px;
    flex-direction: column;
    align-items: start;
    gap: 44px;
}
.infof_our_product .description_ {
    text-align: justify;
}
.general_title{

    font-size: var(--titleFont);

    font-weight: 300;

    text-transform: uppercase;

}

.brands_imgs{

    justify-content: start;

    gap: 60px;

}

.brand_img{

    max-width: 106px;

}

.product_slider{

    width: 90%;

    padding-bottom: 40px !important;

    max-width: 1195px;

}

.product_item{

    align-items: center;

    display: flex !important;

    flex-direction: column;

    gap: 20px;

}

.prods_img{

    height: 405px;

}

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

    content: "" !important;

}

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

    width: 30px !important;

    background-color: var(--white);

    padding: 10px;

    height: 40px !important;

    position: initial !important;

    margin: 0 !important;

}

.next_prev_btns{

    position: absolute;

    top: 0;

    right: 16.3%;

}

.swiper-pagination-bullet-active{

    background-color: var(--boldBlue) !important;

}

.about_us_section{

    gap: 44px;

    justify-content: start;

}

.aboutus_img{

    position: relative;

    max-width: 610px;

    width: 100%;

    height: 496px;

}

.about_back_color{

    position: absolute;

    top: -28px;

    left: -22px;

    max-width: 600px;

    height: 100%;

    background-color: var(--boldBlue);

    z-index: -1;

}

.aboutus_info_block{

    flex-direction: column;

    align-items: start;

    gap: 50px;

    max-width: 820px;

    width: 70%;

}

.aboutus_info_block .description_{
    text-align: justify;
    max-width: none;
}

.we_trusted_block{
    flex-direction: column;
    margin: 140px 0 40px 0;
}
.marg_minus{
    margin-bottom: -50px;
}
.brands_swiper{
    padding: 65px 0 34px 0 !important;
}
.brand_trust_item{
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    height: 140px !important;
    background-color: var(--white);
}
.brand_trust_item:hover{
    border-color: var(--brandBlue);
}
.yearly_production{
    font-size: 22px;
}
.brand_trust_img{
   height: 100%;
}
.brands_swiper .next_prev_btns{
    right: 0 !important;
}
.brands_swiper .swiper-button-next, .brands_swiper .swiper-button-prev{
    background-color: transparent !important;
}
.nameof_prod{
    text-align: center;
    font-size: var(--twofour);
}
.service_home_blck{
    margin: 30px 0 100px 0;
    background-color: var(--white);
    padding: 20px 60px;
    gap: 20px;
}

.name_count_blck{

    flex-direction: column;

    align-items: start;

    gap: 12px;

}

.service_home_blck .categ_img_name {

    gap: 20px;

}

.service_home_blck .nameof_categ{

    font-size: var(--sixteen);

}

.right_line{

    border-right: 1px solid rgba(40, 40, 40, 0.20);

    height: 42px;

}























/* end home */



/* footer */

.footer_section{

    flex-direction: column;

    margin: 0 auto;

}

.last_block_f{

    background-color: var(--brandBlue);

    padding: 20px 30px;

}

.last_blocks_footer{

    gap: 20px;

}

.footer_back_block{

    justify-content: center;

    position: relative;

}

.footer_img{

    height: 552px;

    width: 100%;

}

.footer_block{

    flex-direction: column;

    align-items: start;

    gap: 20px;

    max-width: 1228px;

    width: 98%;

    position: absolute;

    top: 40px;

    padding: 40px 50px 50px 50px;

    background: rgba(2, 124, 213, 0.20);

    backdrop-filter: blur(110.5px);

}

.footer_block .general_title{

    max-width: 700px;

    color: var(--white);

}

.inps_blck{
    align-items: start;
    gap: 10px;
}
.inps_err_blck{
    flex-direction: column;
    align-items: start;
    gap: 5px;
}
.error_message {
    display: none;
    color: #FF3636;
    font-size: var(--forteen);
}
.error_message_active {
    display: block;
}
.inps_{
    padding: 20px;
    color: var(--white);
    background-color: transparent;
    font-size: var(--twenty);
    border-bottom: 1px solid var(--white);
}
.inps_::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.btn_cont_blck{
    gap: 24px;
}
.leave_btn{
    padding: 23px 37px;
    cursor: pointer;
    font-size: var(--sixteen);
    color: var(--brandBlue);
    text-transform: uppercase;
    margin-right: auto;
    background-color: var(--white);
}
.contact_alink{
    justify-content: start;
    padding: 20px 34px;
    border: 1px solid var(--white);
    gap: 10px;
    color: var(--white);
    font-size: var(--sixteen);
}
.reserved_blck{
    color: var(--white);
    gap: 4px;
}
.social_links_blck{
    gap: 34px;
}
.site_dev{
    gap: 4px;
    color: var(--white);
    font-size: var(--eighteen);
}
/* end footer */

/* about us */
.padding_top{
    padding-top: 200px;
}
.first_section{
    gap: 20px;
}
.first_section .description_ {
    text-align: justify;
}
.description_  b, .description_ strong{
    color: rgb(0 0 0 / 70%);
}
.navigation_title_blck{
    flex-direction: column;
    align-items: start;
    gap: 34px;
}
.navigation_blck{
    justify-content: start;
    gap: 4px;
}
.prev_page, .this_page{
    text-transform: uppercase;
    font-size: var(--twenty);
}
.big_general_title{
    font-size: 62px;
    text-transform: uppercase;
}
.about_right_blck{
    flex-direction: column;
    align-items: start;
    gap: 36px;
}
.about_right_blck .description_{
    color: var(--brandBlue);
}
.about_right_blck .leave_request, .services_right_blck .leave_request{
    background-color: var(--brandBlue);
    color: var(--white);
    border: 1px solid transparent;
}
.about_right_blck .leave_request:hover,
.services_right_blck .leave_request:hover{
    background-color: transparent;
    border-color: var(--brandBlue);
    color: var(--brandBlue);
}
.about_generl_seection{
    margin: 145px 0 0 0;
}
/* end about us */

/* contact us */
.big_conts_blck{
    align-items: stretch;
    gap: 30px;
    width: 50%;
}
.big_contact{
    flex-direction: column;
    max-width: 348px;
    width: 100%;
    background-color: var(--brandBlue);
    gap: 10px;
    padding: 36px 10px;
}
.conts_name{
    font-size: var(--twofour);
    color: var(--white);
    margin-top: 10px;
}
.conts_info{
    color: var(--white);
    font-size: var(--sixteen);
}
.contacts_form_block{
    align-items: stretch;
    background-color: var(--white);
    padding: 62px 64px;
    gap: 20px;
    margin: 42px 0 90px 0;
    justify-content: space-around;
}
.title_descrip_conts{
    max-width: 478px;
    width: 40%;
    flex-direction: column;
    gap: 20px;
}
.title_descrip_conts .description_{
    font-size: var(--sixteen);
}
.contacts_form{
    flex-direction: column;
    gap: 10px;
}
.contacts_form .inps_, .contacts_form .contact_alink{
    border-color: var(--brandBlue);
    color: var(--brandBlue);
}
.contacts_form .inps_::placeholder{
    color: rgba(0, 0, 0, 0.50);
}
textarea{
    resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.contacts_form .leave_btn{
    color: var(--white);
    background-color: var(--brandBlue);
}
.contacts_form .btn_cont_blck{
    align-items: stretch;
    margin-top: 65px;
}
/* end contact us */

/* services */

.services_right_blck{
    flex-direction: column;
    gap: 36px;
    max-width: 586px;
    align-items: start;
}
.services_first{
    align-items: stretch;
    margin-bottom: 100px;
}
.services_block{
    margin: 30px 0 80px 0;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
}
.category_item{
    border: 1px solid transparent;
    width: calc(100% / 2 - 16px);
    padding: 30px;
    gap: 20px;
    background-color: var(--white);
}
.category_item:hover{
    border-color: var(--brandBlue);
}
.categ_img_name{
    gap: 24px;
}
.categs_img{
    min-width: 60px;
    width: 60px;
    height: 60px;
}
.nameof_categ{
    font-size: var(--eighteen);
}
.peaces_num{
    min-width: fit-content;
    font-size: 18px;
    color: var(--white);
    padding: 8px 15px;
    background-color: var(--brandBlue);
}
.screen-reader-response{
    display: none;
}

