html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input[type="submit"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    box-sizing: border-box;
    padding: 5px 10px;
}

@font-face {
    font-family: "Segoe UI Semilight";
    src: url("../fonts/SegoeUI-Semilight.eot");
    src: url("../fonts/SegoeUI-Semilight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SegoeUI-Semilight.woff2") format("woff2"),
    url("../fonts/SegoeUI-Semilight.woff") format("woff"),
    url("../fonts/SegoeUI-Semilight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Armenian Regular";
    src: url("../fonts/NotoSansArmenian-Regular.eot");
    src: url("../fonts/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NotoSansArmenian-Regular.woff2") format("woff2"),
    url("../fonts/NotoSansArmenian-Regular.woff") format("woff"),
    url("../fonts/NotoSansArmenian-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calibri";
    src: url("../fonts/Calibri.eot");
    src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff"),
    url("../fonts/Calibri.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Times New Roman";
    src: url("../fonts/TimesNewRomanPSMT.eot");
    src: url("../fonts/TimesNewRomanPSMT.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TimesNewRomanPSMT.woff2") format("woff2"),
    url("../fonts/TimesNewRomanPSMT.woff") format("woff"),
    url("../fonts/TimesNewRomanPSMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calibri Bold";
    src: url("../fonts/Calibri-Bold.eot");
    src: url("../fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri-Bold.woff2") format("woff2"),
    url("../fonts/Calibri-Bold.woff") format("woff"),
    url("../fonts/Calibri-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Calibri Light";
    src: url("../fonts/Calibri-Light.eot");
    src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Calibri-Light.woff2") format("woff2"),
    url("../fonts/Calibri-Light.woff") format("woff"),
    url("../fonts/Calibri-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

body,
input,
textarea,
a,
label {
    font-size: 18px;
    color: #4d545b;
    font-family: "Times New Roman", Arial;
}

.wrapper {
    margin: 0 auto;
    max-width: 1404px;
    padding: 0 10px;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}


.flex-block {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.color_orange {
    color: #e6460a;
}

.section__title {
    font-family: "Calibri Bold", Arial;
    text-transform: uppercase;
    color: #000e1d;
    font-size: 32px;
    line-height: 48px;
}

.btn {
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 16px;
    gap: 8px;
    padding: 0 30px;
    background: #e6460a;
    font-family: "Calibri Bold", Arial;
}

.btn:hover {
    background: #005a69;
}

.header {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 10;
    background: #ffffff;
}

.header__flex {
    align-items: center;
}

.header__logo a {
    display: inline-block;
    width: 180px;
    margin-left: 13px;
}

.header__logo a img {
    max-width: 100%;
}

.header__menu > ul > li {
    margin: 0 64px 0 0;
    position: relative;
}

.header__menu > ul > li > a {
    padding: 24px 32px 24px 8px;
    display: block;
    text-transform: uppercase;
    color: #e6460a;
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri Bold", Arial;
    position: relative;
    cursor: pointer;
}

.header__menu > ul > li > a svg {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__menu > ul > li:hover > a {
    color: #005a69;
}

.header__menu > ul > li:hover > a svg path {
    fill: #005a69;
}

.header__menu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header__menu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 8px 0;
    -webkit-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #fafafa;
    border-top: none;
    background: #ffffff;
    min-width: 282px;
    white-space: nowrap;
}

.header__menu > ul > li > ul li {
    position: relative;
}

.header__menu > ul > li > ul li a {
    display: block;
    padding: 8px 34px 8px 16px;
    position: relative;
    color: #4d545b;
    line-height: 24px;
    font-family: "Calibri", Arial;
}

.header__menu > ul > li > ul li a svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header__menu > ul > li > ul li a:hover {
    color: #19222c;
    background: #e8f0f9;
}

.header__menu > ul > li > ul li a.active {
    color: #005a69 !important;
    background: #ffffff !important;
}

.header__menu > ul > li > ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    padding: 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    border: 1px solid #fafafa;
    border-top: none;
    background: #ffffff;
    min-width: 282px;
    white-space: nowrap;
}

.header__menu > ul > li > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header__lang--selected {
    cursor: pointer;
    padding-left: 28px;
    color: #e6460a;
    font-family: "Calibri Bold", Arial;
    position: relative;
    display: flex;
    align-items: center;
}

.header__lang--selected svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner {
    padding: 23px 0 12px;
}

.banner__flex {
    align-items: center;
}

.banner__text {
    width: 588px;
}

.banner__text p {
    margin-top: 8px;
    line-height: 28px;
    color: #4d545b;
}

.banner__title {
    font-size: 48px;
    line-height: 72px;
    /* text-transform: uppercase; */
    font-family: "Calibri Bold", Arial;
    color: #005a69;
}

.banner__img {
    margin-right: -36px;
    width: 537px;
}

.banner__img img {
    max-width: 100%;
}

.about {
    padding: 96px 0 120px;
    background: #f1f5f6;
}

.about__block {
    margin-bottom: 64px;
}

.about__block:last-child {
    margin-bottom: 0;
}

.about__flex {
    gap: 32px;
    margin-top: 32px;
}

.about__text {
    align-items: flex-start;
}

.about__text--item {
    flex: 1;
    padding: 30px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about__text--item__name {
    font-size: 16px;
    line-height: 24px;
    color: #005a69;
    font-family: "Calibri Bold", Arial;
}

.about__text--item__name a {
    font-family: "Calibri Bold", Arial;
}

.about__text--item__name a:hover {
    text-decoration: underline;
}

.about__text--item p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #4d545b;
}

.about__text--item__btn {
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    display: none;
}

.about__text--item__btn .btn {
    width: 100%;
}

.about__text--item:hover {
    border: 1px solid #005a69;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}

.about__text--item:hover .about__text--item__btn {
    display: block;
    opacity: 1;
}

.about__card--item {
    flex: 1;
}

.about__card--item__img {
    overflow: hidden;
    height: 240px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.about__card--item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about__card--item__date {
    margin-top: 8px;
    color: #e6460a;
    font-size: 18px;
    line-height: 28px;
}

.about__card--item__name {
    margin-top: 8px;
    text-transform: uppercase;
    color: #005a69;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Calibri", Arial;
}

.about__card--item p {
    color: #4d545b;
    font-size: 18px;
    line-height: 28px;
}

.calendar {
    font-family: "Calibri", Arial;
    padding: 96px 0;
    /* weekend */
    /* sunday */
    /* vertical highlight */
}

.calendar .calendar-container {
    background: #e0e9eb;
    padding: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.calendar .buttons-container {
    cursor: pointer;
    color: #000;
}

.calendar .year-dropdown {
    outline: none;
}

.calendar .week {
    overflow: hidden;
}

.calendar .week.highlight {
    background: #efefef;
}

.calendar .week .day:first-child {
    color: #000000;
}

.calendar .week .day:last-child {
    color: #e6460a;
}

.calendar .week .day.highlight span {
    color: #005a69;
}

.calendar .week .day:first-child {
    /*color: red;*/
}

.calendar .day.today span::after {
    border-bottom: 2px solid #e6460a;
}

.calendar .day {
    display: inline-block;
    float: left;
    width: 14.28%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    color: #000000;
}

.calendar .day.disabled span {
    color: #aaa;
}

.calendar .week .day.highlight span {
    /*color: blue;*/
}

.calendar .day.selected span {
    background: #e6460a;
    color: #000000;
}

.calendar .day.today span {
    font-weight: bold;
}

.calendar .months-container.hidden,
.calendar .weeks-container.hidden {
    display: none;
}

.calendar .months-wrapper {
    overflow: hidden;
}

.calendar .months-wrapper .month {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.calendar .months-wrapper .month.one-third {
    width: 33.33%;
}

.calendar .next-button,
.calendar .prev-button {
    cursor: pointer;
}

.calendar .header {
    position: static !important;
    box-shadow: none !important;
    background: none !important;
}

.information {
    padding: 16px 0 48px;
}

.information__flex {
    align-items: flex-start;
}

.information__text {
    width: calc(100% - 408px);
}

.information__text > div {
    margin-bottom: 32px;
}

.information__text > div:last-child {
    margin-bottom: 0;
}

.information__contact {
    background: #f1f5f6;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: sticky;
    top: 80px;
    width: 376px;
}

.information__contact--list {
    padding-bottom: 32px;
}

.information__contact--item {
    margin-bottom: 16px;
    padding: 0 32px 0 72px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.information__contact--item:last-child {
    margin-bottom: 0;
}

.information__contact--item__icon {
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
}

.information__contact--item__icon svg {
    max-width: 100%;
    max-height: 100%;
}

.information__contact--item__prof {
    color: #4d545b;
}

.information__contact--item__name {
    color: #005a69;
    font-family: "Calibri Bold", Arial;
}

.information__contact--item__contact a {
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    word-break: break-all;
}

.information__contact--item__contact a:hover {
    text-decoration: none;
}

.information__title {
    padding: 24px 30px;
    color: #e6460a;
    font-size: 24px;
    line-height: 32px;
    font-family: "Calibri", Arial;
    text-transform: uppercase;
}

.text-area h1 {
    font-size: 48px;
    line-height: 72px;
    font-family: "Calibri Bold", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area h2 {
    font-size: 32px;
    line-height: 48px;
    font-family: "Calibri Bold", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Calibri", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Calibri", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area h5 {
    font-size: 18px;
    line-height: 28px;
    font-family: "Calibri", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri", Arial;
    text-transform: uppercase;
    color: #000e1d;
}

.text-area p {
    color: #4d545b;
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
}

.text-area ol {
    counter-reset: item;
    margin-top: 16px;
}

.text-area ol li {
    padding-left: 32px;
    margin-bottom: 16px;
    color: #001215;
    font-size: 16px;
    line-height: 24px;
    counter-increment: item;
    position: relative;
}

.text-area ul {
    padding-left: 32px;
    margin-top: 16px;
}

.text-area ul li {
    list-style: disc;
    margin-bottom: 16px;
    color: #001215;
    font-size: 16px;
    line-height: 24px;
}

.text-area b,
.text-area strong {
    font-family: "Calibri Bold", Arial;
}

.text-area a {
    text-decoration: underline;
    color: #005a69;
}

.text-area a:hover {
    text-decoration: none;
}

.project-info {
    padding-bottom: 48px;
}

.project-info__block {
    border-top: 1px solid #d0e8ff;
    padding: 48px 0;
}

.project-info__flex {
    margin-top: 24px;
}

.project-info__text {
    width: 376px;
}

.project-info__text--item {
    margin-bottom: 16px;
}

.project-info__text--item:last-child {
    margin-bottom: 0;
}

.project-info__text--item__name {
    color: #e6460a;
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri Bold", Arial;
}

.project-info__text--item__text {
    color: #4d545b;
    font-size: 18px;
    line-height: 28px;
}

.project-info__slider {
    width: calc(100% - 408px);
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    height: 520px;
}

.project-info__slider .slick-track,
.project-info__slider .slick-list {
    height: 100%;
}

.project-info__slider--item {
    height: 100%;
    position: relative;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.project-info__slider--item__img {
    height: 100%;
}

.project-info__slider--item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-info__slider--item__text {
    position: absolute;
    padding: 88px 32px;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(150, 150, 150, 0.41) 35%,
            black 100%
    );
}

.project-info__slider--item__title {
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    font-family: "Calibri Bold", Arial;
}

.project-info__slider--item__title > a:hover {
    text-decoration: underline;
}

.project-info__slider--item p {
    font-size: 18px;
    line-height: 28px;
}

.slick-dots {
    gap: 8px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 32px;
}

.slick-dots li {
    cursor: pointer;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f1f5f6;
    box-sizing: content-box;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    border: 4px solid #f1f5f6;
    background: #005a69;
}

.footer {
    padding: 48px 0;
    background-color: #005a69;
}

.footer__flex {
    gap: 24px;
    flex-direction: column-reverse;
    flex-wrap: unset;
}

.footer__left {
    flex: 1;
}

.footer__left p {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Noto Sans Armenian Regular", Arial;
    color: #fff;
}

.footer__contact--item {
    border-left: 3px solid #c64c28;
    margin-bottom: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "Noto Sans Armenian Regular", Arial;
}

.footer__contact--item:last-child {
    margin-bottom: 0;
}

.footer__contact--item span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #c64c28;
    margin-bottom: 8px;
    font-family: "Calibri Light", Arial;
    font-weight: bold;
}

.footer__contact--item a:hover {
    color: #c64c28;
}

.footer__title {
    margin-bottom: 16px;
    font-family: "Calibri Bold", Arial;
    color: #e6460a;
    font-size: 20px;
    line-height: 30px;
}

.footer__links {
    flex: 1;
}

.footer__links--flex {
    gap: 53px;
    justify-content: flex-start;
}

.footer__links--flex.flex-column {
    flex-direction: column;
    flex-wrap: unset;
}

.footer__links ul li {
    margin-bottom: 8px;
}

.footer__links ul li a {
    color: #fff;
    font-family: "Calibri", Arial;
    font-size: 16px;
    line-height: 24px;
}

.footer__links ul li a:hover {
    color: #e6460a;
    text-decoration: underline;
}

.footer__end {
    align-items: center;
    margin-top: 32px;
}

.footer__end--text {
    font-size: 14px;
    line-height: 20px;
    color: #c64c28;
    text-align: right;
    font-family: "Segoe UI Semilight", Arial;
    font-weight: bold;
}

.about__grid__custom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.about__grid__custom > div.about__text--item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    transition: all 0.5s;
}

.about__grid__custom > div.about__text--item > .about__text--item__btn {
    display: block;
    transition: all 0.5s;
}

.article--image {
    float: right;
    margin: 0 0 0.5rem 0.5rem;
    width: 100%;
    max-width: 480px;
}

#language__selector {
    display: none;
}

#language__selector--content > form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

#language__selector--content > form > button {
    padding: 1rem 0;
    background: #fff;
    border: 2px solid #444;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s;
}

#language__selector--content > form > button:hover {
    background: #e6460a;
    border-color: #fff;
    color: #fff;
}

.active_language {
    pointer-events: none;
    opacity: 0.3;
}

.active_language::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: green
}

.modal_article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.modal_article--item > h2 {
    font-size: 1.5rem;
    font-weight: bold;
    /* margin-bottom: 1rem; */
}

.modal_article--item {
    margin-top: 1.5rem;
}

.modal_article--item:not(:last-child) {
    border-bottom: 1px solid #555;
    margin-bottom: 0.5rem;
}

.footer__contact {
    display: flex;
    align-items: baseline;
    gap: 2rem;
    justify-content: space-between;
}

.header__logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
}

.footer__links--flex.flex-block ul {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    /* grid-gap: 1rem; */
}

button[type="submit"][name="language"] {
    display: block;
    text-transform: uppercase;
    color: #005a69;
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri Bold", Arial;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    font-weight: bold;
}



ul.main-menu {
    display: flex;
    gap: 2.5rem;
}

ul.main-menu > li {position: relative;}

ul.main-menu > li > ul {
    position: absolute;
    min-width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    padding: 1rem 0;
    width: max-content;
}

ul.main-menu > li:hover > ul
{
    visibility: visible;
    opacity: 1;
}

ul.main-menu > li > a {
    text-transform: uppercase;
    color: #005a69;
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri Bold", Arial;
    cursor: pointer;
    display: block;
    margin: 1rem 0;
}

ul.main-menu > li:hover > a {
    color: #e6460a;
}

ul.main-menu >li > ul > li > a {
    padding: 0.5rem 1rem;
    display: block;
    transition: all 0.3s;
    font-family: "Calibri", Arial;
    color: #4d545b;
}

ul.main-menu >li > ul > li > a:hover {
    color: #19222c;
    background: #e8f0f9;
}

.wrapper.banner__flex.flex-block > div {
    flex: 1 1 0;
}

button[type="submit"][name="language"] > img {
    width: 35px;
    padding: 0.25rem;
}

button[type="submit"][name="language"].active-language {
    opacity: 0.8;
    pointer-events: none;
}

button[type="submit"][name="language"].active-language {
    border: 3px solid #005a69;
}

.language-form {
    display: flex;
    gap: 0.25rem;
}

ul.Documents {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: larger;
    width: fit-content;
}

ul.Documents > li {
    color: #005a69;
    transition: all 0.3s;
}

ul.Documents > li:hover > a {
    color: #e6460a;
}

.about__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 32px;
}

.more_button {
    text-transform: uppercase;
    color: #e6460a;
    font-size: 16px;
    line-height: 24px;
    font-family: "Calibri Bold", Arial;
    cursor: pointer;
    display: block;
    margin: 1rem 0;
}

ul.Documents {
    margin-bottom: 2rem;
}

ul.Documents > li {
    border: 1px solid #005a69;
    padding: .5rem;
    border-radius: .5rem;
}
ul.Documents > li:hover a {
    color: #e6460a;
}

ul.Documents > li a {
    font-size: 24pt;
    font-weight: bolder;
}

ul.Documents > li > div > div {
    margin-top: .5rem;
    font-size: initial;
}


ul.Documents > li img {
    float: left;
    max-width: 150px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.5rem;
}

.calendar-text {
    height: 427px;
    overflow: auto;
}

ul.main-menu >li > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #ccc2;
}

ul.main-menu >li > ul > li > ul > li > a {
    padding: 0.5rem 1rem;
    display: block;
    transition: all 0.3s;
    font-family: "Calibri", Arial;
    color: #4d545b;
    text-align: right;
    padding-left: 2.5rem;
}

ul.main-menu >li > ul > li > ul > li > a:hover {
    color: #19222c;
    background: #e8f0f9;
}

div.search-and-language {
    display: flex;
    gap: .5rem;
    align-items: center;
}
div.search-and-language .search-form input {
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
}

.search-items {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.search-items a {
    color: #005a69;
    transition: all 0.5s;
    padding: 1rem;
    border: 1px transparent solid;
    border-radius: 0.5rem;
}

.search-items a:hover {
    color: #e6460a;
    border: 1px #005a69 solid;
}

.search__title {
    color: #005a69;
    font-size: xxx-large;
    margin-bottom: 2rem;
    font-family: "Times New Roman", Arial;
}

/*# sourceMappingURL=style.css.map */