* {
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    height: 100vh;
}

.w100 {
    width: 100%;
    /* height: 89%; վազող տողը սարքելու ժամանակ, էս տողը քոմենտից հանի, տակինը քոմենտի */
    height: 100%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: fill;
}

.video-advertising {
    width: 100%;
    height: 100%;
}

.video-advertising .carousel-inner,
.video-advertising .carousel-item {
    height: 100%;
}

.video-advertising video {
    width: 100%;
    height: 100%;
}

.w25 {
    width: 33%;
    height: 100%;
}

.yandex-map {
    color: white;
    width: 100%;
    height: 29.99%;
    background: #1d2430;
    padding-left: 10px;
}

.time {
    color: white;
    width: 100%;
    height: 11%;
    text-align: center;
    background: #1d2430;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 3px;
    gap: 10px;
}

.times {
    background: #224154;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 5px 7px 5px 0 rgba(0, 0, 0, 0.34);
    height: 75px;
    padding: 0 10px;
}

.weather {
    color: #FFFFFF;
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #1d2430;
}

.weather .row {
    display: flex;
    flex-direction: column;
    width: 16.6%;
    height: 95%;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 20px;
    color: white;
    background: #224154;
    justify-content: center;
    align-items: center;
}

.weather .row:hover {
    border: 1px solid #e9ecee;
    border-radius: calc(5 * 100vw / 1920);
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%), 0 1px 1px rgb(0 0 0 / 15%);
    margin-left: calc(-1 * 100vw / 1920);
    height: 103%;
}

.cityName {
    width: min-content;
    display: block;
    font-size: calc(16 * 100vw / 1920);
    line-height: calc(22 * 100vw / 1920);
    white-space: nowrap;
}

.weather .icon {
    width: 45px;
    height: 45px;

}

.weather .temp {
    font-size: calc(18 * 100vw / 1920);
    font-weight: 500;
    margin-bottom: calc(3 * 100vw / 1920);
}

.weather .temp1 {
    color: #939cb0;
    font-size: calc(18 * 100vw / 1920);
    font-weight: 500;
    line-height: calc(21 * 100vw / 1920);
    margin: 0;
}

.months {
    width: min-content;
    display: block;
    font-size: calc(16 * 100vw / 1920);
    line-height: calc(22 * 100vw / 1920);
    white-space: nowrap;
}
.classOne {
    display: flex;
    align-items: flex-start;
}
.classImg {
    object-fit: contain;
    width: 100%;
    min-width: 45px;
}
.bottom_img {
    color: white;
    width: 100%;
    height: 34.2%;
    font-size: calc(32 * 100vw / 1920);
    background: #1d2430;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.bottom_img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#time {
    font-size: calc(60 * 100vw / 1920);
    font-weight: bold;
    padding: 0 25px;
}

#time > span {
    color: #FFFFFF;
    opacity: 1;
    animation: transitionForTime ease 5s alternate;
    margin-bottom: 10px;
}

@keyframes transitionForTime {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#month, #weekday {
    font-weight: bold;
    text-align: left;
}

.date_container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(22 * 100vw / 1920);
    background: #224154;
    border-radius: 20px;
    box-shadow: 5px 7px 5px 0 rgba(0, 0, 0, 0.34);
    height: 75px;
    padding: 0 25px;
    font-weight: bold;
    padding-bottom: 5px;
}

#day {
    margin-right: calc(13 * 100vw / 1920);
    margin-top: calc(0 * 100vw / 1920);
    font-size: calc(60 * 100vw / 1920);
}

.mt10 {
    margin-top: calc(10 * 100vw / 1920);
}

#date {
    font-size: calc(32 * 100vw / 1920);
    font-weight: bold;
}

.currency_table {
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.currency {
    background: #1d2430;
    height: 9.8%;
}

.currency_table_row {
    padding: 10px 5px;
}

.currency_row {
    width: 100%;
    display: flex;
    background: #224154;
    border-radius: 20px;
    min-width: 9rem;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.currency_row > div {
    font-weight: bold;
    font-size: calc(20 * 100vw / 1920);
}

.currency_row > .blockCurrency {
    align-items: center;
    display: flex;
}

.currencyCity {
    font-weight: bold;
    padding-right: 20px;
    font-size: calc(20 * 100vw / 1920);
}

.currency_row > div > .currencyIcon {
    font-weight: bold;
    font-size: calc(30 * 100vw / 1920);
    padding: 0 10px;
}

.advertising_card {
    width: 94%;
    height: 45%;
    background: #224154;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*
small {
    font-size: 4rem !important;
    letter-spacing: 0.5rem;
}
*/

@media screen and (min-width: 1921px) {
    .bottom_img {
        font-size: 32px;
    }

    .date_container {
        font-size: 22px;
    }

    #day {
        margin-right: 20px;
        margin-top: -5px;
        font-size: 47px;
    }

    .mt10 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 870px) {
    #time, small {
        font-size: 5rem !important;
    }
}

@media screen and (max-width: 576px) {
    #time, small {
        font-size: 2rem !important;
    }
}

/* @charset "UTF-8"; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://weloveiconfonts.com/api/?family=entypo);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    margin: 0;
}

body {
    background-color: white !important;
    overflow-x: hidden;
}

:root {
    --main-bg-color-blue: #2B6286;
    --primary-color: #285C84;
}

a {
    text-decoration: none;
    color: inherit;
}

[class^=entypo-]:before {
    font-family: "entypo", sans-serif;
}

#social-sidebar {
    left: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: #285C84;
    border-radius: 0 8px 8px 0;
    margin: 0;
    padding: 0;
}

#social-sidebar li:first-child a {
    border-top-right-radius: 5px;
}

#social-sidebar li:last-child a {
    border-bottom-right-radius: 5px;
}

#social-sidebar a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}

#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity 0.3s, left 0.4s;
    top: 50%;
    z-index: -1;
}

::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2B6286;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1, h2 {
    font-weight: normal;
}

ul {
    list-style-type: none;
    padding: 0;
}

input, button, textarea {
    outline: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

.myContainer {
    width: 1500px;
    margin: 0 auto;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li > ul.dropdown-menu a:hover {
    color: initial;
    background-color: initial;
}

.navbar-nav li > ul.dropdown-menu a:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.navbar-nav li > ul.dropdown-menu a:after {
    content: none;
}

.navbar-nav li > ul.dropdown-menu a {
    margin-bottom: 12px;
}

.collapse.navbar-collapse {
    display: none !important;
}

.collapse.navbar-collapse.show {
    display: flex !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .navbar-collapse .dropdown-menu {
        display: block;
        margin-left: 20px;
        border: none !important;
        margin-top: 0;
    }

    .navbar-collapse .dropdown-menu .dropdown-submenu > .dropdown-menu {
        margin-top: 0;
    }
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    background: #FFFFFF;
    border: 1px solid #F6F5F6;
    width: max-content;
    border-radius: 0;
    font-weight: 400;
    line-height: 16px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

body {
    margin: 0;
    padding: 0;
}

body .my-container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}

body a {
    color: inherit;
}

body a:hover, body a:active {
    color: inherit;
}

.range {
    position: relative;
    width: 110px;
    height: 2px;
    background: white;
    margin: 0 auto;
}

.range input {
    width: 100%;
    position: absolute;
    top: 1px;
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
    margin: -5px 0 0;
    border-radius: 50%;
    background: #363738;
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 11px;
    height: 11px;
    margin: -5px 0 0;
    border-radius: 50%;
    background: #363738;
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 11px;
    height: 11px;
    margin: -5px 0 0;
    border-radius: 50%;
    background: #363738;
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 101px;
    height: 2px;
    cursor: pointer;
    background: #fff;
}

.range input::-moz-range-track {
    width: 101px;
    height: 2px;
    cursor: pointer;
    background: #fff;
}

.range input::-ms-track {
    width: 101px;
    height: 2px;
    cursor: pointer;
    background: #fff;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.font-size-slider {
    margin-left: 15px;
    background: #DBE4EA;
    height: 30px;
    border-radius: 21px;
    width: 150px;
    padding-top: 15px;
    padding-right: 5px;
}

.font-size-slider .slider-Parent {
    width: 140px;
    margin: 0 auto;
}

.font-size-slider .range-labels {
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.font-size-slider .range-labels li {
    position: relative;
    float: left;
    width: 28px;
    color: #363738;
    font-size: 14px;
    cursor: pointer;
    min-height: 2px;
}

.font-size-slider .range-labels li:first-child span {
    top: -25px;
    left: 4px;
    font-size: 8px;
}

.font-size-slider .range-labels li:last-child span {
    top: -31px;
    right: 1px;
    font-size: 14px;
}

.font-size-slider .range-labels li span {
    position: absolute;
    line-height: 150%;
    font-weight: bold;
}

.font-size-slider .range-labels li::before {
    position: absolute;
    top: -22px;
    left: 50%;
    content: "";
    margin: 0 auto;
    width: 1px;
    height: 6px;
    background: #363738;
    border-radius: 50%;
}

.font-size-slider .range-labels li:first-child:before, .font-size-slider .range-labels li:last-child:before {
    background: #2B6286;
    width: 1px;
}

header .contact-and-language {
    background: #fff;
    padding: 11px 0;
    align-items: center;
}

header .contact-and-language .my-container {
    align-items: center;
}

header .contact-and-language a.phone {
    text-decoration: none;
    gap: 5px;
    color: #2B6286;
    font-weight: 500;
    padding: 0 7px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

header .contact-and-language a.phone img {
    height: 20px;
    margin: 0 7px;
}

header .contact-and-language a.phone:hover span {
    display: block;
}

header .contact-and-language a.phone:hover img {
    transform: rotate(45deg);
}

header .contact-and-language a.phone span {
    display: none;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0F2939;
}

header .contact-and-language .languages {
    gap: 33px;
    position: relative;
}

header .contact-and-language .languages .selected {
    display: flex;
    align-items: center;
}

header .contact-and-language .languages .select-lang {
    display: none;
    position: absolute;
    background: #fff;
    top: 100%;
    flex-direction: column;
    padding: 20px;
    line-height: 2;
    left: 0;
}

header .contact-and-language .languages:hover .select-lang {
    display: flex;
}

header .contact-and-language .languages a {
    color: #555555;
}

header .contact-and-language .languages a.active {
    font-weight: bold;
}

header .accessibility .open-access {
    background: transparent;
    border: none;
    padding: 0 10px;
}

header .accessibility .accessibility-items {
    display: none;
}

header .accessibility .colors {
    margin: 0 14px;
    /* Rounded sliders */
}

header .accessibility .colors .switch {
    position: relative;
    display: inline-block;
    width: 69px;
    height: 30px;
}

header .accessibility .colors .switch:before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    background: #2b6286;
    border: 0.775281px solid #204B67;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 8px;
    left: 9px;
}

header .accessibility .colors .switch:after {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    background: #363738;
    border: 0.775281px solid #204B67;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 8px;
    right: 9px;
}

header .accessibility .colors .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

header .accessibility .colors .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(64, 114, 146, 0.19);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

header .accessibility .colors .slider:before {
    position: absolute;
    content: url(../img/checkedcolor.png);
    height: 30px;
    width: 30px;
    left: 1px;
    bottom: 0px;
    background-color: #dbe4ea;
    transition: 0.4s;
    border: 4px solid #363738;
    box-sizing: border-box;
    padding: 1px;
    z-index: 11;
}

header .accessibility .colors input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

header .accessibility .colors input:checked + .slider:before {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
    border: 4px solid #2b6286;
}

header .accessibility .colors .slider.round {
    border-radius: 34px;
}

header .accessibility .colors .slider.round:before {
    border-radius: 50%;
}

header .accessibility:hover .accessibility-items {
    display: flex;
}

header .accessibility:hover .open-access {
    transform: rotate(45deg);
}

header .search-and-accessibility .search form {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
}

header .search-and-accessibility .search form input {
    padding: 13px 48px;
    border: none;
    border-radius: 6px;
    background-image: url("../img/Search.png");
    background-repeat: no-repeat;
    background-position: 12px;
    width: 215px;
}

header .search-and-accessibility .search form button {
    color: #2B6286;
    border: none;
    border-left: 1px solid #C8C8C8;
    width: 120px;
    background: transparent;
    font-weight: bold;
}

header .search-and-accessibility .search form button img {
    margin-left: 10px;
}

header .logo-and-search {
    padding: 11px 0;
    background: #fff;
}

@media (max-width: 1100px) {
    header .logo-and-search img {
        max-width: 60px;
    }
}

header .logo-and-search h1.armenianpek {
    font-weight: 600;
    font-size: 30px;
    line-height: 125.48%;
    text-align: center;
    text-transform: uppercase;
    color: #363738;
}

@media (max-width: 1300px) {
    header .logo-and-search h1.armenianpek {
        font-size: 24px;
    }
}

@media (max-width: 1100px) {
    header .logo-and-search h1.armenianpek {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    header .logo-and-search h1.armenianpek {
        font-size: 13px;
    }
}

header .navigation {
    background: white;
    color: #fff;
    border-top: 6px solid var(--primary-color);
}

header .navigation .navbar-nav {
    width: 100%;
}

header .navigation .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1300px) {
    header .navigation .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    header .navigation .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    header .navigation .navbar-nav .nav-link {
        text-align: left;
    }
}

header .navigation .navbar-nav .nav-link .nav-item {
    position: relative;
}

header .navigation .navbar-nav .nav-link .nav-item .dropdown-menu {
    width: 100%;
}

header .navigation .navbar-nav .nav-link .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
}

header .navigation .navbar-nav .nav-link .nav-item .dropdown-menu .dropdown-item::after {
    right: 20px;
    position: absolute;
}

footer {
    background: #fff;
    border-top: 4px solid var(--primary-color);
}

footer .footer-navigation {
    padding: 87px 150px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 34px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    footer .footer-navigation {
        padding: 30px 30px 0;
    }
}

footer .footer-navigation .item p {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
}

footer .footer-navigation .item a {
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px;
    line-height: 120%;
}

footer .footer-navigation .item .phone-numbers, footer .footer-navigation .item .emails {
    gap: 13px;
    margin-bottom: 16px;
}

footer .footer-navigation .item .phone-numbers img, footer .footer-navigation .item .emails img {
    margin-top: 5px;
}

footer .footer-navigation .item .phone-numbers a, footer .footer-navigation .item .emails a {
    margin-bottom: 0;
    text-decoration: none;
    line-height: 150%;
}

footer .socials-and-subscribe {
    padding: 0 150px;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    footer .socials-and-subscribe {
        padding: 0 30px 30px;
    }
}

footer .socials-and-subscribe .soc {
    gap: 17px;
}

footer .socials-and-subscribe p.copyright {
    margin-top: 33px;
    max-width: 330px;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 1200px) {
    footer .socials-and-subscribe .subscribe {
        margin-top: 20px;
    }
}

footer .socials-and-subscribe .subscribe p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}

footer .socials-and-subscribe .subscribe form {
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    width: 421px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    footer .socials-and-subscribe .subscribe form {
        width: 100%;
    }
}

footer .socials-and-subscribe .subscribe input {
    background: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 5px 16px;
    width: 250px;
    height: 42px;
    color: #C6C7C8;
}

@media (max-width: 768px) {
    footer .socials-and-subscribe .subscribe input {
        width: calc(100% - 130px);
    }
}

footer .socials-and-subscribe .subscribe input::placeholder {
    color: #C6C7C8;
}

footer .socials-and-subscribe .subscribe button {
    border: none;
    width: 160px;
    color: #fff;
    height: 42px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    background: var(--primary-color);
    border-radius: 16px;
}

@media (max-width: 768px) {
    footer .socials-and-subscribe .subscribe button {
        width: 130px;
    }
}

.main-banner {
    background-image: url(../img/dd.png);
    max-height: 920px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 120px;
    background-size: cover;
}

@media (max-width: 768px) {
    .main-banner {
        height: 700px;
        padding-bottom: 30px;
    }
}

.main-banner.legal-fisical {
    align-items: flex-start;
    background-image: url(../img/ss.png);
}

.main-banner.legal-fisical .page-title {
    text-align: left;
}

.main-banner.legal-fisical .page-title p {
    display: flex;
    flex-direction: column;
}

.main-banner .page-title {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 128%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 11px 7px rgba(0, 0, 0, 0.15);
    width: 50%;
    margin-bottom: 120px;
}

@media (max-width: 1500px) {
    .main-banner .page-title {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .main-banner .page-title {
        font-size: 30px;
        width: 80%;
    }
}

@media (max-width: 576px) {
    .main-banner .page-title {
        font-size: 25px;
    }
}

.main-banner .page-title span {
    font-weight: bold;
}

.main-banner .category-links {
    margin-bottom: 100px;
    width: 100%;
}

.main-banner .category-links div {
    gap: 58px;
}

@media (max-width: 991px) {
    .main-banner .category-links div {
        flex-direction: column;
        align-items: center;
    }
}

.main-banner .category-links div a {
    padding: 18px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 150%;
    background-size: cover;
    width: 407px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9.5px);
    border-radius: 24px;
}

@media (max-width: 991px) {
    .main-banner .category-links div a {
        width: 80%;
        max-width: 407px;
    }
}

.main-banner .category-links div a p {
    font-style: normal;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
}

@media (max-width: 1200px) {
    .main-banner .category-links div a p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main-banner .category-links div a p {
        font-size: 16px;
    }
}

.main-banner .category-links div a img {
    height: 74px;
}

@media (max-width: 1200px) {
    .main-banner .category-links div a img {
        height: 55px;
    }
}

.tax-calendar h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #252A2C;
}

.tax-calendar .alert {
    width: 840px;
    height: 100px;
    margin: 0 auto 35px;
    background: rgba(255, 150, 27, 0.1);
    border: 1px solid #FF961B;
    border-radius: 6px;
    gap: 12px;
}

.tax-calendar .alert p {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #FF961B;
}

.tax-calendar button.subscribe {
    background: #2B6286;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    padding: 12px 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.faq {
    margin-top: 100px;
}

.faq h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #252A2C;
}

.faq .accordion {
    max-width: 950px;
    margin: 0 auto;
}

.faq .accordion .accordion-item {
    margin-bottom: 20px;
}

.faq .accordion .accordion-item button[aria-expanded=true] {
    margin-bottom: 10px;
}

.faq .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 30px;
    color: #555555;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: rgba(174, 187, 192, 0.2);
    border-radius: 6px;
}

.faq .accordion button:hover, .faq .accordion button:focus {
    cursor: pointer;
}

.faq .accordion button:hover::after, .faq .accordion button:focus::after {
    cursor: pointer;
}

.faq .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.faq .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #2B6286;
}

.faq .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #2B6286;
}

.faq .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faq .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background: rgba(174, 187, 192, 0.1);
    border-radius: 6px;
}

.faq .accordion p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #626667;
    padding: 30px;
}

.helping-info {
    padding: 100px 0;
    margin: 0;
}

.helping-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 39px;
    color: #252A2C;
}

.helping-info .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 30px;
}

@media (max-width: 1200px) {
    .helping-info .items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .helping-info .items {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px;
        gap: 10px;
    }
}

.helping-info .items .item {
    background: #FFFFFF;
    margin-bottom: 2.666667%;
    padding: 96px 15px 10px;
    box-shadow: 0px 3.76963px 25.1309px rgba(0, 0, 0, 0.2);
    border-radius: 20.1047px;
}

@media (max-width: 1300px) {
    .helping-info .items .item {
        padding: 25px 15px 10px;
    }
}

@media (max-width: 576px) {
    .helping-info .items .item {
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        padding: 10px;
    }
}

.helping-info .items .item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.helping-info .items .item a img {
    width: 125px;
}

@media (max-width: 768px) {
    .helping-info .items .item a img {
        width: 60px;
    }
}

.helping-info .items .item a p {
    width: 100%;
    margin-top: 36px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #252A2C;
}

@media (max-width: 1300px) {
    .helping-info .items .item a p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .helping-info .items .item a p {
        font-size: 12px;
        margin-top: 16px;
        word-break: break-word;
    }
}

.helping-links {
    margin-bottom: 100px;
}

.helping-links h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 80px;
    color: #252A2C;
}

@media (max-width: 991px) {
    .helping-links h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.helping-links .links-caroucel {
    overflow-y: auto;
    gap: 20px;
    width: 100%;
    padding-bottom: 30px;
}

.helping-links .links-caroucel .helper-links-carousel {
    width: 100%;
}

.helping-links .item {
    background: #FFFFFF;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    height: 120px;
    margin: 20px 10px;
}

.helping-links .item .parent-img {
    width: 100px;
}

.helping-links .item .parent-txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    max-width: calc(100% - 100px);
}

.helping-links .item .parent-txt span, .helping-links .item .parent-txt span p {
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.helping-links .item .logo {
    padding: 31px 50px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
}

.helping-links .item .logo img {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 100%;
}

.helping-links .item a {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-decoration-line: underline;
    margin-top: 8px;
    color: #2B6286;
    display: block;
}

.helping-links .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    margin-top: 8px;
    color: #252A2C;
}

.last-news {
    margin-bottom: 150px;
    width: 100%;
}

@media (max-width: 991px) {
    .last-news {
        margin-bottom: 50px;
    }
}

.last-news .latest-news-big-slider {
    margin-bottom: 60px;
}

.last-news .latest-news-big-slider .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.last-news .latest-news-big-slider .owl-dots .owl-dot span {
    border: 1px solid #fff;
    background: transparent;
}

.last-news .latest-news-big-slider .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.last-news .latest-news-big-slider .owl-nav {
    width: 37%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 37px 10px;
}

.last-news .latest-news-big-slider .owl-nav button {
    width: 41px;
    height: 41px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px !important;
}

.last-news .latest-news-big-slider .item {
    position: relative;
}

.last-news .latest-news-big-slider .item .image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 605px;
    object-fit: cover;
}

.last-news .latest-news-big-slider .item .info {
    width: 100%;
    color: #fff;
    position: absolute;
    padding: 0 40px;
    bottom: 50px;
    left: 0;
}

.last-news .latest-news-big-slider .item .info .date-and-time {
    gap: 37px;
}

.last-news .latest-news-big-slider .item .info .date-and-time img {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.last-news .latest-news-big-slider .item .info a.description {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.last-news h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    color: #252A2C;
}

@media (max-width: 991px) {
    .last-news h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.last-news .items {
    gap: 30px;
}

.last-news .items .owl-dots {
    margin-top: 38px !important;
}

.last-news .items .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #000000;
}

.last-news .items .owl-dots .owl-dot.active span {
    background: #000;
}

.last-news .items .item {
    position: relative;
    width: 350px;
}

@media (max-width: 700px) {
    .last-news .items .item {
        width: 100%;
    }
}

.last-news .items .item p.news-hashtag {
    position: absolute;
    padding: 5px 8px;
    top: 0;
    left: 19px;
    color: #363738;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.153em;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}

.last-news .items .item .image {
    height: 237px;
    margin-bottom: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.last-news .items .item .date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #626667;
}

.last-news .items .item .date img {
    width: max-content;
}

.last-news .items .item .title {
    text-decoration: none;
    font-style: normal;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #252A2C;
}

.page-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 39px;
    letter-spacing: 0.121226em;
    text-align: center;
    color: #363738;
}

.customPagination {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
}

.customPagination .countOfPage {
    margin-bottom: 0;
}

.customPagination button {
    border: none;
    background: transparent;
    font-size: 20px;
    margin: 0 10px;
}

.customPagination input {
    border: 1px solid var(--primary-color);
    width: 40px !important;
    padding: 0 10px;
    -moz-appearance: textfield;
    text-align: center;
    margin: 0 10px 0 0;
}

.customPagination input::-webkit-outer-spin-button, .customPagination input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.news-page {
    margin-top: 60px;
}

.news-page h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #252A2C;
}

.news-page .news-items-and-filter .all-news {
    margin-bottom: 0;
}

.news-page .news-items-and-filter .filter {
    display: flex;
    justify-content: flex-end;
}

.news-page .news-items-and-filter .filter .filter-items {
    border: 1px solid #363738;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.043));
    border-radius: 8px;
    width: 570px;
    display: flex;
    position: relative;
    z-index: 11;
}

.news-page .news-items-and-filter .filter .filter-items .calendar.vfc-popover-container.calendar.multiple {
    position: absolute;
    z-index: 12;
    top: 50px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 19px 13px rgba(0, 0, 0, 0.38);
    border-radius: 8px;
}

.news-page .news-items-and-filter .filter .filter-items .vfc-week .vfc-day span.vfc-span-day.vfc-today {
    background-color: var(--primary-color);
    color: #ffffff;
}

.news-page .news-items-and-filter .filter .filter-items .vfc-week .vfc-day span.vfc-span-day.vfc-marked:before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #F2F7FE;
}

.news-page .news-items-and-filter .filter .filter-items .vfc-week .vfc-day span.vfc-span-day.vfc-start-marked:before {
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 18px 0px 0px 18px;
}

.news-page .news-items-and-filter .filter .filter-items .vfc-week .vfc-day span.vfc-span-day.vfc-end-marked:before {
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 0 18px 18px 0;
}

.news-page .news-items-and-filter .filter .filter-items .vfc-top-date span.vfc-underline {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #202223;
    text-decoration: none;
}

.news-page .news-items-and-filter .filter .filter-items input {
    width: 500px;
    border-radius: 8px;
    border: none;
    background: transparent;
    padding-left: 15px;
}

.news-page .news-items-and-filter .filter .filter-items button {
    padding: 5px 10px;
}

.news-page .general-news {
    height: 300px;
    position: relative;
    margin-bottom: 24px;
}

@media (min-width: 576px) {
    .news-page .general-news {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .news-page .general-news {
        height: 600px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .news-page .general-news {
        height: 811px;
        margin-bottom: 129px;
    }
}

.news-page .general-news .shadow-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(58, 58, 58, 0) 54.19%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.news-page .general-news .news-hashtag {
    position: absolute;
    padding: 6px 10px;
    top: 26px;
    background: var(--primary-color);
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.153em;
    z-index: 11;
}

.news-page .general-news img, .news-page .general-news iframe {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    max-height: 100%;
    object-position: center;
}

.news-page .general-news .info {
    z-index: 11;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
}

.news-page .general-news .info .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .general-news .info .date {
    font-style: normal;
    font-weight: 300;
    font-size: 14.7826px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.71);
}

.news-page .news-items-and-filter .filter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.news-page .news-items-and-filter .filter button {
    background: transparent;
    border: none;
    outline: none;
}

.news-page .all-news .items {
    column-gap: 0;
}

@media (min-width: 576px) {
    .news-page .all-news .items {
        column-gap: 20px;
    }
}

@media (min-width: 1200px) {
    .news-page .all-news .items {
        column-gap: 140px;
    }
}

.news-page .all-news .item {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 576px) {
    .news-page .all-news .item {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1200px) {
    .news-page .all-news .item {
        margin-bottom: 90px;
        width: calc(50% - 70px);
    }
}

.news-page .all-news .item p.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-page .all-news.photo-gallery {
    width: 100%;
}

.news-page .all-news.photo-gallery .items {
    width: 100%;
    column-gap: 0;
}

@media (min-width: 576px) {
    .news-page .all-news.photo-gallery .items {
        column-gap: 20px;
    }
}

@media (min-width: 1200px) {
    .news-page .all-news.photo-gallery .items {
        column-gap: 60px;
    }
}

.news-page .all-news.photo-gallery .item {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 576px) {
    .news-page .all-news.photo-gallery .item {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1200px) {
    .news-page .all-news.photo-gallery .item {
        margin-bottom: 56px;
        width: calc(33.333% - 40px);
    }
}

.news-page .all-news.photo-gallery .item .image, .news-page .all-news.photo-gallery .item iframe {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 120px) {
    .news-page .all-news.photo-gallery .item .image, .news-page .all-news.photo-gallery .item iframe {
        height: 282px;
    }
}

.news-page .all-news.photo-gallery .item .title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #363738;
    text-decoration: none;
}

.news-page .all-news.photo-gallery .item .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #363738;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contact-page h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #252A2C;
    margin: 60px 0 40px;
}

.contact-page .ways-to-contact {
    max-width: 950px;
    margin: 0 auto 40px;
}

.contact-page .ways-to-contact h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #252A2C;
}

.contact-page .ways-to-contact ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #626667;
}

.contact-page .ways-to-contact ul strong {
    color: #252A2C;
}

.contact-page .ways-to-contact ul li {
    padding-left: 27px;
    line-height: 2;
    position: relative;
}

.contact-page .ways-to-contact ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    background: #2B6286;
    border-radius: 50%;
    transform: translateY(-50%);
}

.contact-page .contact-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(177, 181, 192, 0.25);
    border-radius: 12px;
    position: relative;
    padding: 100px;
    padding-bottom: 10px;
    margin-top: 100px;
    margin-bottom: 60px;
}

.contact-page .contact-form form .check-category {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -66px;
    gap: 31px;
    left: 0;
}

.contact-page .contact-form form .check-category label.checkbox-label {
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #2B6286;
    width: 337px;
}

.contact-page .contact-form form .check-category label.checkbox-label p {
    margin-top: 8px;
}

.contact-page .contact-form form .check-category label.checkbox-label.active {
    background: #2B6286;
    color: #FFFFFF;
}

.contact-page .contact-form form .grid-form-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-auto-rows: minmax(100px, auto);
}

.contact-page .contact-form form .grid-form-fields .form-group {
    display: flex;
    flex-direction: column;
}

.contact-page .contact-form form .grid-form-fields .form-group label {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #252A2C;
}

.contact-page .contact-form form .grid-form-fields .form-group input {
    border: 1px solid #BCBCBC;
    border-radius: 6px;
    height: 50px;
    padding: 0 15px;
}

.contact-page .contact-form form .grid-form-fields .form-group.submit {
    grid-column: 1/3;
    grid-row: 6/7;
    align-items: flex-end;
}

.contact-page .contact-form form .grid-form-fields .form-group.submit button {
    background: #2B6286;
    border-radius: 6px;
    padding: 5px 30px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.harkayin {
    margin-bottom: 50px;
}

.harkayin .banner {
    height: 540px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url("../img/Maskgroup.png");
    margin-bottom: 180px;
}

.harkayin .banner .shadow-bg {
    background: rgba(32, 59, 100, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.harkayin .banner .categories {
    position: absolute;
    bottom: -66px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 31px;
}

.harkayin .banner .categories .item {
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #2B6286;
    width: 337px;
    cursor: pointer;
}

.harkayin .banner .categories .item p {
    margin-top: 8px;
}

.harkayin .banner .categories .item.active {
    background: #2B6286;
    color: #FFFFFF;
}

.harkayin .service-types {
    gap: 30px;
    margin-bottom: 110px;
}

.harkayin .service-types .item {
    width: 337px;
    height: 215px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.harkayin .service-types .item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #252A2C;
    margin-top: 15px;
    padding: 0 40px;
    text-transform: uppercase;
}

.harkayin .service-types .item.active {
    background: #2B6286;
    border: 1px solid #2B6286;
}

.harkayin .service-types .item.active p {
    color: #fff;
    font-weight: bold;
}

.harkayin .list-of-info .left-navigation {
    width: 450px;
}

.harkayin .list-of-info .left-navigation .accordion {
    max-width: 950px;
    margin: 0 auto;
}

.harkayin .list-of-info .left-navigation .accordion .accordion-item {
    margin-bottom: 20px;
}

.harkayin .list-of-info .left-navigation .accordion .accordion-item button[aria-expanded=true] {
    margin-bottom: 10px;
    border-left: 2px solid #2b6286;
}

.harkayin .list-of-info .left-navigation .accordion .accordion-item button[aria-expanded=true] .icon:after {
    content: unset;
}

.harkayin .list-of-info .left-navigation .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 17px 22px;
    border: none;
    background: white;
    border-radius: 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #252A2C;
}

.harkayin .list-of-info .left-navigation .accordion button:hover, .harkayin .list-of-info .left-navigation .accordion button:focus {
    cursor: pointer;
}

.harkayin .list-of-info .left-navigation .accordion button:hover::after, .harkayin .list-of-info .left-navigation .accordion button:focus::after {
    cursor: pointer;
}

.harkayin .list-of-info .left-navigation .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.harkayin .list-of-info .left-navigation .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: #2B6286;
}

.harkayin .list-of-info .left-navigation .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: #2B6286;
}

.harkayin .list-of-info .left-navigation .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    display: flex;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.harkayin .list-of-info .left-navigation .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    padding-left: 40px;
    flex-direction: column;
}

.harkayin .list-of-info .left-navigation .accordion p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #626667;
    padding: 30px;
}

.harkayin .list-of-info .text {
    width: calc(100% - 500px);
    margin-left: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #626667;
}

.single-news-page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-news-page .main-info-about-this-news {
    width: 75%;
    padding-right: 30px;
}

@media (max-width: 1200px) {
    .single-news-page .main-info-about-this-news {
        width: 100%;
    }
}

.single-news-page .news-text {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: justify;
    color: #000000;
}

.single-news-page .general-news {
    position: relative;
}

.single-news-page .general-news img {
    width: 100%;
    border-radius: 0;
}

.single-news-page .general-news .date {
    font-style: normal;
    font-weight: 300;
    font-size: 14.7826px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.71);
}

.single-news-page .general-news iframe {
    width: 100%;
    height: 604px;
}

.single-news-page .general-news .info {
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
}

.single-news-page .general-news .info .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.single-news-page h2.photos {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #363738;
    margin-bottom: 55px;
}

.single-news-page .news-images {
    padding: 0 50px;
    position: relative;
}

.single-news-page .news-images .item img {
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.single-news-page .news-images .owl-item.active.center {
    transform: scale(1.25);
}

.single-news-page .news-images .owl-nav .owl-prev {
    width: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    font-size: 0;
}

.single-news-page .news-images .owl-nav .owl-prev:before {
    content: "❮";
    color: var(--primary-color);
    font-size: 30px;
}

.single-news-page .news-images .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.single-news-page .news-images .owl-nav .owl-next {
    width: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    font-size: 0;
}

.single-news-page .news-images .owl-nav .owl-next:before {
    content: "❯";
    color: var(--primary-color);
    font-size: 30px;
}

.single-news-page .news-images .owl-stage-outer {
    padding: 50px 0;
}

.single-news-page .news-images .next, .single-news-page .news-images .prev {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.4);
    opacity: 0.66;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-news-page .news-images .next {
    right: 0;
}

.single-news-page .news-images .prev {
    left: 0;
}

.single-news-page .similar-news {
    width: 25%;
    padding-left: 30px;
    border-left: 1px solid gray;
}

@media (max-width: 1200px) {
    .single-news-page .similar-news {
        display: none;
    }
}

.single-news-page .similar-news > p {
    font-style: normal;
    font-weight: 600;
    font-size: 23.9283px;
    line-height: 120%;
    color: #000000;
}

.single-news-page .similar-news .last-news {
    margin-bottom: 0;
}

.single-news-page .similar-news .last-news .items .item .image {
    border-radius: 6px;
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.single-news-page .similar-news .last-news .items .item .title {
    font-weight: 600;
    font-size: 17.7287px;
    line-height: 120%;
    color: #FFFFFF;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.legal-fisical-pages {
    margin-bottom: 100px;
}

.legal-fisical-pages h2.title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    text-align: left;
    line-height: 150%;
    letter-spacing: -0.018277em;
    color: #363738;
}

@media (max-width: 991px) {
    .legal-fisical-pages h2.title {
        font-size: 22px;
        margin-bottom: 30px;
    }
}

.legal-fisical-pages .helping-info {
    padding: 100px 0 0;
}

.contact-us h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: 0.121226em;
    color: #363738;
    margin: 35px 0 27px;
}

@media (max-width: 1100px) {
    .contact-us h1 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .contact-us h1 {
        font-size: 18px;
    }
}

.contact-us .contacting-ways {
    padding: 14px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-size: 18px;
    line-height: 137%;
    letter-spacing: 0.07em;
    color: #000000;
}

@media (max-width: 1100px) {
    .contact-us .contacting-ways {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .contact-us .contacting-ways {
        font-size: 14px;
    }
}

.contact-us .contacting-ways p {
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-us .contacting-ways ul {
    list-style: disc;
}

.contact-us .contacting-ways ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 1100px) {
    .contact-us .contacting-ways ul li {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .contact-us .contacting-ways ul li {
        font-size: 12px;
    }
}

.contact-us .form {
    padding: 50px;
}

@media (max-width: 1100px) {
    .contact-us .form {
        padding: 20px;
        justify-content: center !important;
    }
}

.contact-us .form > div {
    width: 49%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) {
    .contact-us .form > div {
        width: 100%;
        padding: 0;
    }
}

.contact-us .form > div > div {
    margin-bottom: 34px;
    padding: 0;
}

.contact-us .form > div > div.checkbox {
    font-weight: 400;
    font-size: 20px;
    line-height: 128.11%;
    letter-spacing: 0.0247662em;
    color: #2B6286;
    padding-left: 60px;
}

@media (max-width: 1100px) {
    .contact-us .form > div > div.checkbox {
        font-size: 14px;
    }
}

.contact-us .form > div > div.checkbox input {
    filter: grayscale(1);
}

.contact-us .form > div .form-control {
    height: 51px;
    border: 1.28267px solid #2B6286;
    border-radius: 8px;
    padding: 18px;
}

@media (max-width: 1100px) {
    .contact-us .form > div .form-control {
        height: 40px;
        padding: 10px;
    }
}

.contact-us .form > div button.submit {
    width: 100%;
    background: #2B6286;
    border-radius: 16px;
    border: none;
    height: 80px;
    color: white;
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    letter-spacing: 0.112798em;
}

@media (max-width: 1100px) {
    .contact-us .form > div button.submit {
        height: 40px;
        padding: 10px;
        font-size: 14px;
    }
}

.contact-us .form > div textarea.form-control {
    height: 160px;
}

@media (max-width: 1100px) {
    .contact-us .form > div textarea.form-control {
        height: 100px;
    }
}

.contact-us .form .captcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contact-us .form .captcha > p {
    margin-left: 180px;
    text-align: center;
    width: calc(100% - 180px);
}

@media (max-width: 1100px) {
    .contact-us .form .captcha > p {
        margin-left: 150px;
    }
}

.contact-us .form .captcha .code {
    position: relative;
    width: 160px;
}

@media (max-width: 1100px) {
    .contact-us .form .captcha .code {
        width: 130px;
    }
}

.contact-us .form .captcha .code button {
    position: absolute;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #2B6286;
    background: transparent;
    border: none;
    top: 100%;
    left: 0;
    width: max-content;
}

@media (max-width: 1100px) {
    .contact-us .form .captcha .code button {
        font-size: 12px;
    }
}

.contact-us .form .captcha .form-control {
    width: calc(100% - 180px);
    margin-left: 20px;
}

@media (max-width: 1100px) {
    .contact-us .form .captcha .form-control {
        width: calc(100% - 150px);
    }
}

.contact-us .form .captcha p.generated-code {
    border: 1.28267px solid #2B6286;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 25px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    margin-right: 15px;
    width: 100%;
}

@media (max-width: 1100px) {
    .contact-us .form .captcha p.generated-code {
        font-size: 18px;
        padding: 5px 20px;
    }
}

main {
    min-height: calc(100vh - 500px);
}

.text-info-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
}

.text-info-pages .left-menus {
    display: flex;
    flex-direction: column;
    width: 368px;
    padding: 19px 11px;
    max-height: 760px;
    overflow-y: auto;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

@media (max-width: 1100px) {
    .text-info-pages .left-menus {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .text-info-pages .left-menus {
        width: 100%;
        margin-bottom: 20px;
    }
}

.text-info-pages .left-menus .item {
    padding: 3px 5px;
    background: rgba(40, 92, 132, 0.05);
    border-radius: 16px;
    margin-bottom: 12px;
}

.text-info-pages .left-menus .item.active {
    background: var(--primary-color);
    color: #fff;
}

.text-info-pages .left-menus .item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.07em;
    padding: 7px;
}

.text-info-pages .right-content {
    width: calc(100% - 368px - 39px);
}

@media (max-width: 1100px) {
    .text-info-pages .right-content {
        width: calc(100% - 250px - 39px);
    }
}

@media (max-width: 991px) {
    .text-info-pages .right-content {
        width: 100%;
    }
}

.text-info-pages .right-content h2.title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 137%;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
    color: #000000;
}

.text-info-pages .right-content .accordion-item {
    border-radius: 0.4rem;
    background-color: transparent;
    border: none;
    margin-bottom: 12px;
}

.text-info-pages .right-content .accordion-link {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #FFFFFF;
    border: 1.5px solid #285C84;
    border-radius: 16px;
}

.text-info-pages .right-content .accordion-link h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.text-info-pages .right-content .accordion-link i {
    color: #000;
    padding: 0 10px;
    font-style: normal;
    font-size: 20px;
}

.text-info-pages .right-content .accordion-link ul {
    display: flex;
    align-items: flex-end;
    list-style-type: none;
    margin-left: 25px;
}

.text-info-pages .right-content .accordion-link li {
    font-size: 10px;
    padding: 0 0 1px 5px;
}

.text-info-pages .right-content .accordion-link div {
    display: flex;
}

.text-info-pages .right-content .accordion-link .ion-md-arrow-down {
    display: none;
}

.text-info-pages .right-content .answer {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 650ms;
}

.text-info-pages .right-content .answer .pdf-item {
    padding: 10px 2rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.text-info-pages .right-content .answer .pdf-item > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-info-pages .right-content .answer .pdf-item > div h1 {
    font-size: 18px;
}

.text-info-pages .right-content .answer .pdf-item p {
    margin-left: 10px;
    padding: 0;
}

.text-info-pages .right-content .answer p {
    font-size: 15px;
    padding: 2rem;
}

.text-info-pages .right-content .accordion-item.targetOpen .accordion-link {
    background: var(--primary-color);
    color: #fff;
}

.text-info-pages .right-content .accordion-item.targetOpen .answer {
    max-height: 25rem;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin: 10px 30px;
    word-break: break-word;
}

@media (max-width: 991px) {
    .text-info-pages .right-content .accordion-item.targetOpen .answer {
        margin: 10px;
    }
}

.text-info-pages .right-content .accordion-item.targetOpen .accordion-link .ion-md-arrow-forward {
    display: none;
}

.text-info-pages .right-content .accordion-item.targetOpen .accordion-link .ion-md-arrow-down {
    display: block;
    color: white;
}

.custom-dropdown__item {
    max-width: 240px;
    white-space: pre-wrap !important;
}

@media (max-width: 992px) {
    .custom-dropdown__item {
        max-width: unset;
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        width: unset;
        line-height: unset;
    }
}

.my-container__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    color: #363738;
    margin-top: 10px;
    margin-bottom: 50px;
}

.my-container__content {
    padding-left: 34px;
}

.my-container__content--title {
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0.12em;
    color: #363738;
}

.my-container__content--description {
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.07em;
    color: #000000;
}

.my-container__content--files a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18 newpx;
}

.my-container__select-box select {
    max-width: 579px;
    border-radius: 16px;
    height: 52px;
    background-color: var(--primary-color);
    font-size: 18px;
    line-height: 137%;
    letter-spacing: 0.07em;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-container__select-box option {
    line-height: 137%;
    height: 60px;
}

.my-container__select-box option:hover {
    background-color: var(--primary-color) !important;
}

.my-container__body {
    padding-bottom: 100px;
}

.my-container__cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 57px 42px;
    padding-top: 100px;
}

.my-container__card {
    border-radius: 22px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
}

.my-container__card--left-side {
    width: 50px;
    height: 100%;
    background: var(--primary-color);
}

.my-container__card--right-side {
    padding: 22px;
    width: calc(100% - 50px);
}

.my-container__card--title {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #363738;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.my-container__card--body {
    flex-direction: column;
    height: calc(100% - 40px);
}

.my-container__card--description {
    padding-top: 5px;
    font-weight: 400;
    font-size: 25px;
    line-height: 137%;
    letter-spacing: 0.07em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.my-container__card--description:nth-last-child(1) {
    display: inline;
}

.my-container__card--actions {
    padding-top: 25px;
}

.my-container__card--actions a {
    background: var(--primary-color);
    border-radius: 16px;
    width: 150px;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.my-container__card--actions button {
    border: none;
}

.my-container__card--actions a:hover {
    color: white;
}

.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    transition: all 0.6s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    cursor: pointer;
}

.blur-bg div {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: white;
}

.photo-item-popup:hover .blur-bg {
    opacity: 1;
}

.carousel-item-content:hover .blur-bg {
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */
.loginForm {
    width: 450px !important;
    margin: 0 auto;
    position: relative;
    background-color: #f3f3f3 !important;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}

@media (max-width: 768px) {
    .loginForm {
        width: 325px !important;
    }
}

.authBody {
    background-color: #0c5460 !important;
}

.authInp, .authInp:hover, .authInp:focus {
    height: 35px;
    width: 100%;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%);
    border-radius: 3px;
    font-size: 14px;
    /*max-width: 250px;*/
    float: right;
}

.fs30 {
    font-size: 30px;
}

.fs20 {
    font-size: 20px;
}

.home_footer_text {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    font-size: 12px;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 2px rgb(255 255 255 / 75%);
    -moz-box-shadow: inset 0 0 2px rgba(256, 256, 256, 0.75);
    -webkit-box-shadow: inset 0 0 2px rgb(255 255 255 / 75%);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.ymaps-2-1-79-map-copyrights-promo{
    display: none; !important;
}
#map .ymaps-2-1-79-copyright {
    display: none; !important;
}


.advertising_card {
    width: 94%;
    height: 45%;
    background: #224154;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.advertising_card_custom_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.advertising_image {
    width: 94%;
    height: 95%;
    background: #224154;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.weather-temp{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
