* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face{
    src:url("../../../../fonts/Noto_Sans_Armenian/NotoSansArmenian-VariableFont_wdth,wght.ttf");
    font-family: Noto;
    font-weight: 400;
    font-display: swap;
}




body{
    font-family: Noto;

}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body.header-fixed header .header-two {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 0;
    width: 100%;
    z-index: 25;
}
ol,ul, il{
    padding-left: 40px;
}

main{
    min-height: calc(100vh - 320px);
}

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

.breadcrumb{
    background: transparent !important;
    padding: 10px 0;
}


.breadcrumb__link a,
.breadcrumb__link{
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #A7A7A7;
}

.breadcrumb__link {
    padding-left: 5px;
}
.img{
    width: 100%;
}

.header-one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.tel a {
    color: #084B60;
    /*font-family: Roboto;*/
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.54px;
    display: flex;
    text-decoration: none;

}

.tel a div{
    padding-right: 10px;
}


.soc-icon-item{
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #084B60;
    background: #084B60;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.soc-icon-item:hover img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(1330%) hue-rotate(130deg) brightness(93%) contrast(101%);
}

.soc-icon-item:hover{
    background: #fff;
}
.lang-soc{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-soc-icon{
    display: flex;

}


.soc-icon-item{
    margin: 3px;

}


.breadcrumb .breadcrumb__link:not(:last-child)::after {
    content: " /";
    color: #A7A7A7;
}



.dropdown-language a:hover{
    color: #084B60  !important;
    text-decoration: none;
}

.language a{
    color: #525252;
    text-align: center;
    /*font-family: Roboto;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

.language.show{
    position: relative;
    display: block;
}
.header-info{
    background: #00B78C;
}

.header-section li,
.header-section ul{
    list-style-type: none;
}

.header-logo img{
    max-width: 150px;
}
.logo-tel{
    display: flex;
    justify-content: flex-start;

}
.tel{
    display: flex;
    align-items: center;
}
.tel-block{
    margin-right: 5px;
}
/*.header-menu{*/
/*    display: flex;*/
/*}*/
.header-menu a{
    /*font-family: Roboto;*/
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.header-two{
    background: #fff;
}

.header-section-info{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header-menu li:not(:last-child) .header-menu-item{
    border-right: 1px dashed #33C5A3;

}
.header-menu li .header-menu-item{
    padding: 0 10px;
    color: #fff;
}
.show {
    display: block;
}

.burger-btn{
    border: none;
    background-color: transparent;
}

.burger-close-btn{
    border: none;
    background-color: transparent;
    display: none
}



.language {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.dropbtn {
    background: #fff;
    color: #525252;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
    outline: none;
}

.btn.focus, .btn:focus{
    outline: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}


.dropdown-menu {
    min-width: 7rem !important;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-20px, 30px, 0px) !important;
}



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-item{
    padding: 7px 5px !important;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu a img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
//display: block;
}


.dropdown-language {
    display: none;
    position: absolute;
    top: 28px;
    box-shadow: 0px 0px 1px 0px;
    z-index: 2;
    background: #fff;
}

.dropdown-language a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-language img{
    margin-right: 15px;
    width: 20px;
}

.show {
    display: block;
}



.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}
.img{
    width: 100%;
}
.header-logo img{
    max-width: 150px;
}
.logo-tel{
    display: flex;
    justify-content: flex-start;

}

.tel-block{
    margin-right: 5px;
}

.header-menu a{
    color: #FFF;
    /*font-family: Roboto;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.12px;

}
.header-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;

}

.header-menu a:hover{
    text-decoration: underline 2px solid #084B60;
    text-underline-offset: 10px
}

.header-menu li:not(:last-child) .header-menu-item{
    border-right: 1px solid #33C5A3;

}
.header-menu li .header-menu-item{
    padding: 0 15px;
}

.header-menu{
    display: none;
}

.burger-btn,
.burger-close-btn{
    border: none;
    background-color: transparent;
    display: none
}







footer{
    margin-top: 20px;
    background: #084B60;
    clear: both;
}
footer li,
footer ul{
    list-style-type: none;
}


.footer-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;

}

.footer-section a,
.footer-section p{
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}
.footer-menu, .footer-contact{
    padding: 12px 0 17px;
}
.footer-menu{
    column-count: 2;
    column-gap: 180px;
}


.footer-item{
    display: flex;
    justify-content: space-between;
    color: #fff;

}
.footer-item a{
    color: #fff;
    cursor: pointer;
}
.footer-item p{
    font-size: 14px;
    padding: 10px 0 16px;
}
.footer-item a:hover{
    text-decoration: underline;
}
.footer-contact p{
    text-align: right;
}

.footer-tel{
    display: flex;
    align-items: center;
}

.footer-call-number{
    margin-left: 5px;
    display: flex;
    align-items: baseline;

}

.footer-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-address{
    display: flex;
    align-items: baseline;
}

.footer-address-text{
    margin-left: 7px;
}

.footer-soc-icon{
    display: flex;
}
.footer-soc-icon img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(1330%) hue-rotate(130deg) brightness(93%) contrast(101%);
}

.footer-soc-icon .soc-icon-item{
    background: #fff;
}

.contact-tel p{
    line-height: unset;
}

.burger-close-btn i{
    color: #fff;
    font-size: 18px;
}

.call-btn{
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    text-align: center;
    min-width: 150px;
}

.call-btn:hover button{
    background: #084B60;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
}

/*.call-btn button:hover{*/
/*    background: #003496 ;*/
/*    color: #fff;*/
/*    border: 1px solid #fff;*/
/*}*/

.nav-call{
    display: flex;
    align-items: center;

}
.navigation ul{
    margin-bottom: 0;
}

.call-btn button{
    background: #fff;
    border: none;
    color: #00B78C;
    padding: 12px 19px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*text-transform: capitalize;*/
    cursor: pointer;
    outline: none;
    /*border: 1px solid #fff;*/
    border-radius: 2px;

}
.footer-logo .call-btn{
    max-width: 160px;
    margin-top: 23px;
}
.footer-logo .call-btn:hover button {
    background: #00B78C;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
    padding: 12px 23px;
}

.fixed {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
}

.footer-tel a{
    text-decoration: none;
}

.header-menu{
    display: none;
}
.header-menu {
    padding: 60px 24px 87px 63px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: #ffffff;
    margin-right: 0;
    display: none;
    overflow-y: auto;
    box-shadow: 0px 3px 6px #fff;
    z-index: 11;
}

.header-menu div{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-menu li .header-menu-item {
    color: rgba(55, 55, 55, 1);
    padding-right: 0;
    font-size: 35px;
}
.header-menu li:not(:last-child) .header-menu-item {
    border-right: none;

}
.header-menu a {
    line-height: 2.5;
}
.header-info{
    margin-bottom: 0;
}

.header-logo img{
    max-width: 115px;
}

.burger-btn{
    display: flex;
    margin-right: 15px;
}

.burger-close-btn i {
    margin-right: 0;
    z-index: 50;
    color: #084B60;
    font-size: 20px;

}







/* responsive */
@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .header-menu li .header-menu-item{
        padding: 0 15px;
    }
    .header-menu a{
        font-size: 15px;
    }
}

@media all and (max-width: 1400px){
    .header-menu a{
        font-size: 14px;
    }
    .header-menu li .header-menu-item{

        padding: 0 7px;
    }
}
@media all and (max-width: 1300px){
    .header-menu li .header-menu-item{
        padding: 0 5px;
    }
}

@media all and (max-width: 1199px){


    .active {
        /*color: #33C5A3 !important;*/
        text-decoration: underline 1px #084B60 !important;
        text-underline-offset: 10px
    }

    /*.nav-call {*/
    /*    display: flex;*/
    /*    align-items: end;*/
    /*}*/

    .footer-contact{
        padding-top: 12px;
        padding-bottom: 50px;
    }
    .footer-contact p {
        text-align: left;
    }
    .footer-logo{
        width: 100%;
        padding: 37px 0;
    }

}

@media all and (max-width: 930px){
    .footer-contact{
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }
    .header-menu li .header-menu-item{
        font-size: 20px;
    }
}


@media all and (max-width: 767px){
    .footer-menu{
        column-count: 1;
    }

}




@media all and (max-width: 575px){
    .container {
        max-width: 100%;
        padding: 0 15px;
    }


    .header-logo img{
        width: 90px;
    }


    .tel svg{
        width: 20px;
        height: 20px;
    }
    .burger-btn img{
        width: 22px;
    }
    .footer-section{
        flex-direction: column;

    }
    .footer-menu, .footer-contact{
        padding: 0;
    }
    .footer-contact p {
        text-align: left;
    }
    .footer-contact {
        padding: 34px 0;
    }
    .footer-item{
        flex-direction: column;
        padding: 12px 0;
    }
    .footer-item p{
        padding: 0;
        line-height: 20px;
        margin-bottom: 0;
    }
    .tel-number{
        display: none;
    }
    .form__footer {
        align-content: center;
    }
    .footer-section{
        padding-top: 0;
    }


}

@media all and (max-width: 375px) {
    .footer-logo .call-btn {
        max-width: 130px;
        font-size: 10px;

    }
}


