@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'WeblySleekUISemilight';
  src: url('../arm-fonts/weblysleekuisl.eot');
  src: url('../arm-fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'),
       url('../arm-fonts/weblysleekuisl.woff') format('woff'),
       url('../arm-fonts/weblysleekuisl.ttf') format('truetype'),
       url('../arm-fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}
@font-face { font-family: 'WeblySleekUISemiBold'; src: url('../arm-fonts/weblysleekuisb.ttf') format('truetype'); }
@font-face { font-family: 'WeblySleekUISemiLight'; src: url('../arm-fonts/weblysleekuisl.ttf') format('truetype'); }
@font-face { font-family: 'Montserratarm-Bold'; src: url('../arm-fonts/Montserratarm-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat-Bold'; src: url('../arm-fonts/Montserrat-Bold.ttf') format('truetype'); }

/*body {font-family: 'WeblySleekUISemiBold',sans-serif;}*/
.webly-semibold {font-family: 'WeblySleekUISemiBold',sans-serif!important;}

.montserrat-bold-hy {font-family: 'Montserratarm-Bold',sans-serif!important;}
.montserrat-bold-en, .montserrat-bold-ru {font-family: 'Montserrat-Bold',sans-serif!important;}
.montserrat-bold-ru, .montserrat-bold-ru {font-family: 'Montserrat-Bold',sans-serif!important;}

/*body {font-family: 'WeblySleekUISemilight',sans-serif;}*/
.webly {font-family: 'WeblySleekUISemilight',sans-serif;}
.zoom-09 {zoom:0.9}
.zoom-08 {zoom:0.8}
.zoom-07 {zoom:0.7}
.zoom-06 {zoom:0.6}
.zoom-11 {zoom:1.1}
.zoom-12 {zoom:1.2}

:root { --blue: #00648B; }
:root { --orange: #f99b1c; }
:root { --orange-light: #FFE8BA; }
:root { --bordo: #6E0202; }
.blue {color:var(--blue)!important; }
.orange { color:var(--orange)!important; }
.bordo { color:var(--bordo)!important; }
.bg-blue {background-color:var(--blue)!important; }
.bg-orange {background-color:var(--orange)!important; }
.bg-bordo {background-color:var(--bordo)!important; }
.subtitles {color: rgba(57,57,57,1.00)!important; font-size: 14px!important;}
.logos {width: 130px}
.hand {cursor: pointer;}
.book-thumb {width: 200px; opacity: 0.3; border: solid 1px rgba(0,0,0,1.00); border-bottom-right-radius: 18px;}
.not-underline {text-decoration: none!important;}
.right-left-bg {background-color: #f0f1f2!important}
.bold {font-weight: bold}
.not-bold {font-weight: normal}
.publications_block {text-decoration: none}
.publications_block:hover {color: black}
.issue-thumb {opacity: 1}
.profile-pic {width:80px; height:80px; object-fit:cover;}

ol.arm { list-style-type: lower-armenian;}

/*ol.arm { counter-reset: list; }
ol.arm > li { list-style: none; }
ol.arm > li:before { content: counter(list, lower-armenian) ") "; counter-increment: list; }*/

@media (min-width: 1400px)  and (max-width:2920px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
    .logo {width: 100px}
   
}

@media (min-width: 1200px)  and (max-width:1400px) { /*----------------------MIN 1200 MAX 1920 ---------------------------*/
    .logo {width: 90px}
    #header-left, #header-right {font-size: 18px!important}
     
}
@media (min-width: 992px) and (max-width:1200px) { /*----------------------MIN 992 MAX 1200 ---------------------------*/
    .logo {width: 180px}
    #header-left, #header-right {font-size: 16px!important}
    
}
 @media (min-width: 768px) and (max-width:992px) { /*----------------------MIN 768 MAX 992 ---------------------------*/
    .logo {width: 80px}
     logos-text {font-size: 14px}
}
@media (min-width: 576px) and (max-width:768px) { /*----------------------MIN 576 MAX 768 ---------------------------*/
    .logo {width: 80px}
    .logos-text {font-size: 14px}
}
@media (min-width: 320px) and (max-width:576px) { /*----------------------MIN 320 MAX 576 ---------------------------*/
    .logo {width: 90px}
    .logos-text {font-size: 14px}
}

.fs-10 {font-size:10px;}
.fs-11 {font-size:11px;}
.fs-12 {font-size:12px;}
.fs-13 {font-size:13px;}
.fs-14 {font-size:14px;}
.fs-15 {font-size:15px;}
.fs-16 {font-size:16px;}
.fs-17 {font-size:17px;}
.fs-18 {font-size:18px;}
.fs-19 {font-size:19px;}
.fs-20 {font-size:20px;}
.fs-21 {font-size:21px;}
.fs-22 {font-size:22px;}
.fs-23 {font-size:23px;}
.fs-24 {font-size:24px;}
.fs-25 {font-size:25px;}
.fs-26 {font-size:26px;}
.fs-27 {font-size:27px;}
.fs-28 {font-size:28px;}
.fs-29 {font-size:29px;}
.fs-30 {font-size:30px;}

.w-80px {width: 80px!important}
.w-100px {width: 100px!important}
.w-150px {width: 150px!important}
#footer a:hover {text-decoration: underline}
.zoom-img {transition: transform .4s; /* Animation */}
.zoom-img:hover {transform: scale(1.02); }

.warn-in-placeholder::-webkit-input-placeholder { color: #FF0000 !important; font-size: 13px; }
.warn-in-placeholder::-moz-input-placeholder { color: #FF0000 !important; font-size: 13px; }
.warn-in-placeholder::-ms-input-placeholder { color: #FF0000 !important; font-size: 13px; }

.accordion {
    /*--bs-accordion-border-color: var(--blue);
    --bs-accordion-border-width: 0px;
    --bs-accordion-active-bg: #cfd4e7;
    --bs-accordion-bg: rgba(207,212,231,0.70);
    --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: 0px;*/
    --bs-accordion-btn-bg: var(--orange-light);
    --bs-accordion-active-bg: var(--orange);

}

#top_menu {z-index:10 }
#top-shopping-cart {z-index: 10}
.top-shopping-cart-span {position: absolute; right:5px; }

.bottom-fixed { position:fixed; bottom:0px; left:0px;}

.field-group h3 { border-bottom: 1px solid var(--bordo); padding-bottom: 8px; }


/*--------------------------------*/
.form-container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        .section-title {
            color: #2c3e50;
            font-weight: 700;
            border-bottom: 1px solid var(--bordo);
            padding-bottom: 10px;
            margin-bottom: 25px;
        }
        .form-check-input:checked {
            background-color: #3498db;
            border-color: #3498db;
        }
        .evaluation-section {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 25px;
        }
        .notes-section {
            background: #fff3cd;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 25px;
        }
        .final-section {
            background: #d1ecf1;
            border-radius: 15px;
            padding: 20px;
        }
        .form-control:focus, .form-select:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
        }
        .required {
            color: #e74c3c;
        }
        .form-label {
            font-weight: 600;
            color: #2c3e50;
        }
        .textarea-large {
            min-height: 120px;
            resize: vertical;
        }
        .language-switcher .btn.active {
            background-color: #3498db;
            color: white;
        }
        .language-switcher {
            position: sticky;
            top: 10px;
            z-index: 1000;
        }

.form-check-input {
    transform: scale(1.2);
    border-width: 2px;
    cursor: pointer
}