@font-face {
    font-family: 'Helvetica Neue LT GEO';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue.eot');
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.woff2') format('woff2'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.woff') format('woff'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue.svg#Helvetica Neue LT GEO') format('svg');
}

@font-face {
    font-family: 'Helvetica-Neue-Bold';
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.eot');
    src: url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.woff') format('woff'),
    url('/assets/fonts/helvetica-neue/HelveticaNeue-Bold.svg#Helvetica Neue LT GEO') format('svg');
}

@font-face {
    font-family: 'FiraGO-Book';
    src: url('/assets/fonts/FiraGO/FiraGO-Book.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'FiraGO-Bold';
    src: url('/assets/fonts/FiraGO/FiraGO-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'FiraGO-Medium';
    src: url('/assets/fonts/FiraGO/FiraGO-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/FiraGO/FiraGO-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

:root {
    --black: #313131;
    --blue: #007AFF;
    --dark-blue: #0069D5;
    --gray: #7D7D7D;
    --light-gray: #B5B5B5;
}

hr {
    background-color: #E0E0E0;
    height: 1px;
    border: 0;
}

p {
    margin: 0;
    line-height: 130%;
}

.news-main-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.news-main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.green-btn {
    font-family: 'FiraGo-Medium', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px 10px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #62a860;
    color: white;
    position: fixed;
    top: 100px;
    right: -15px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 50;
}

.green-btn:hover {
    background-color: #3f7a3e;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.green-btn:focus {
    background-color: #376e36;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.news-edit-btn {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    border: 1px solid #e8e8e8;
    font-size: 10px;
    padding: 0 10px;
    height: 35.19px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

p.bold {
    font-family: 'FiraGO-Bold', sans-serif !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a {
    text-decoration: none;
}


a:visited {
    color: unset;
}

body {
    background-color: #f7f7f7;
}

.navbar-wrapper {
    background-color: white;
    width: 100%;
    height: 80px;
}

.navbar-wrapper .langs a {
    color: #666666;
    font-family: 'FiraGo-Medium', sans-serif;
}

.navbar-wrapper .langs a:not(:last-child) {
    margin-right: .5rem;
}

.navbar-wrapper .langs {
    cursor: default;
}

.navbar-wrapper .langs a.active {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
}

.navbar-logo {
    position: relative;
    /*bottom: -33px;*/
}

.navbar {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-wrapper .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: #DFDFE4;
    padding: 12px;
    border-radius: 11px;
    /*margin-left: 200px;*/
    margin-top: 11px;
    opacity: 0;
}

.navbar-wrapper .menu li {
    display: inline-block;
    position: relative;
}

.navbar-wrapper .menu > li:not(:last-child) {
    margin-right: 30px;

}

.navbar-wrapper .menu li a {
    display: flex;
    align-items: center;
    color: #3E3E3E;
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.9375rem;
    transition: color .2s ease;
}

.navbar-wrapper .menu li a:hover {
    color: var(--red);
}

.navbar-wrapper .menu .sub-menu {
    -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.24);
    border-radius: 13px;
    position: absolute;
    left: 0;
    top: 30px;
    margin: 0;
    background-color: white;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(.9);
    -moz-transform: scaleY(.9);
    -ms-transform: scaleY(.9);
    transform: scaleY(.9);
    transition: all 250ms ease;
    padding: 20px;
}

.navbar-wrapper .menu > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
    z-index: 6;
}

.navbar-wrapper .menu .sub-menu .keep-opened {
    position: absolute;
    top: -12px;
    left: 0;
    width: 130px;
    height: 12px;
    background-color: transparent;
}

.navbar-wrapper .menu .sub-menu li {
    display: block;
    position: relative;
    line-height: 200%;
}

.navbar-wrapper .search {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F2F2F7;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.04);
    border-radius: 11px;
    width: 280px;
    height: 48px;
    padding: 4px;
    box-sizing: border-box;
}

.navbar-wrapper .search input {
    padding-left: 12px;
    font-family: 'FiraGO-Book', sans-serif;
    background-color: transparent;
    border: 0;
    width: 232px;
    height: 100%;
    outline: none;
}

.navbar-wrapper .search .btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: white;
    display: inline-flex;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    transition: background-color .2s ease;
}

.navbar-wrapper .search .btn:hover {
    background-color: #f3f3f3;
}

.navbar .socials {
    display: flex;
    align-items: center;
}

.navbar .socials .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #F2F2F7 0 0 no-repeat padding-box;
    border-radius: 10px;
    transition: background-color .2s ease;
}

.navbar .socials .item:hover {
    background-color: #dedede;
}

.navbar .socials .item:not(:last-child) {
    margin-right: 1rem;
}

.main-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 80px;
}

.main {
    flex: 1;
}

.main-slider {
    position: relative;
}

.main-slider .slide .photo {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.main-slider .slide .content {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
    box-sizing: border-box;
}

.main-slider .slide .content .category {
    font-family: 'FiraGO-Book', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8125rem;
    cursor: default;
}

.main-slider .link {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.main-slider .slide .content .date {
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
}

.bullet {
    font-size: 10px;
}

.main-slider .slide .content .title {
    display: block;
    color: white;
    font-size: 1.375rem;
    font-family: 'FiraGO-Bold', sans-serif;
    line-height: 130%;
    transition: color .2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.main-slider .arrows {
    display: flex;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 7px;
    background-color: rgba(242, 242, 247, .9);
    border-radius: 8px;
    font-family: 'FiraGO-Bold', sans-serif;
    font-size: 1.125rem;
    cursor: default;
}

.main-slider .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border-radius: 12px;
}

.main-slider .arrows img {
    padding: 5px;
    cursor: pointer;
}

.section-title {
    font-family: 'FiraGO-Medium', sans-serif;
    color: var(--black);
    border-left: 4px solid var(--dark-blue);
    font-size: 1.25rem;
}


.last-margin-top:last-child {
    margin-top: 3rem;
}

.news.style-1 {
    background-color: white;
    border-radius: 12px;
    padding: 4px;
    box-sizing: border-box;
}

.news.style-1 img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.news.style-1 .date {
    color: var(--gray);
    font-family: 'FiraGo-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-1 .title {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-1 .title:hover {
    color: var(--dark-blue);
}

.news.style-1.big {
    height: 100%;
}

.first-second-margin-bottom:first-child {
    margin-bottom: 3rem;
}

.news.style-1.big .title {
    font-size: 1rem;
    -webkit-line-clamp: 1;
}

.news.style-2 {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 4px;
    box-sizing: border-box;
}

.news.style-2 img {
    border-radius: 10px;
    width: 160px;
    height: auto;
}

.news.style-2 .date {
    color: var(--gray);
    font-family: 'FiraGo-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-2 .title {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-2 .title:hover {
    color: var(--dark-blue);
}

.news.style-2 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news.style-1.big.more-lines .title {
    -webkit-line-clamp: 2;
}


.news.style-1 .category-date {
    border-top: 1px solid #F2F2F7;
}

.news.style-1 .category {
    font-family: 'FiraGO-Bold', sans-serif;
    color: var(--dark-blue);
    font-size: 0.8125rem;
}


.news.style-3 {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 4px;
    box-sizing: border-box;
    height: 100%;
}

.news.style-3 img {
    border-radius: 10px;
    width: 302px;
    height: auto;
}

.news.style-3 .title {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-3 .title.lines-2 {
    -webkit-line-clamp: 2;
}

.news.style-3 .title:hover {
    color: var(--dark-blue);
}

.news.style-3 .category {
    font-family: 'FiraGO-Medium', sans-serif;
    color: var(--blue);
    font-size: 0.8125rem;
}

.news.style-3 .date {
    color: var(--gray);
    font-family: 'FiraGo-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-3 .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

.news.style-3 .content .description {
    color: var(--gray);
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

.news.style-4 {
    background-color: white;
    border-radius: 12px;
    padding: 15px;
}

.news.style-4 .title {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-4 .date {
    color: var(--gray);
    font-family: 'FiraGo-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-4 .title:hover {
    color: var(--dark-blue);
}

.news.style-4 .description {
    color: var(--gray);
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

.load-more-btn {
    background-color: var(--dark-blue);
    width: 100%;
    height: 56px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 32px rgb(0 122 255 / 16%);
    border-radius: 12px;
    border: 0;
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    font-size: 1rem;
    letter-spacing: .3px;
    transition: background-color .2s ease;
    cursor: pointer;
}

.load-more-btn:hover {
    background-color: #035cb7;
}

.footer {
    background-color: var(--black);
    height: 104px;
    display: flex;
    align-items: center;
}

.footer .pages {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: .9rem;
    font-family: 'FiraGO-Book', sans-serif;
    transition: color .2s ease;
}

.static-page .title {
    font-size: 2rem;
    font-family: 'FiraGO-Bold', sans-serif;
    color: #3E3E3E;
}

.share-wrapper {
    display: inline-flex;
    position: relative;
    width: 114px;
    height: 32px;
    border-radius: 2px;
}

.share-wrapper a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-wrapper.fb {
    background-color: #1877F2;
}

.share-wrapper.twitter {
    background-color: #1D9BF0;
}

.share-wrapper.telegram {
    background-color: #239FDB;
}

.share-wrapper img {
    display: block;
}

.share-wrapper .share-text {
    color: white;
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 14px;
}

.static-page p {
    font-family: 'FiraGO-Book', sans-serif;
    color: var(--black);
    margin-bottom: 20px;
    line-height: 150%;
}

.static-page p.bold {
    font-family: 'FiraGO-Bold', sans-serif;
    margin-bottom: 20px;
}

.static-page span.bold {
    font-family: 'FiraGO-Bold', sans-serif;
    margin-bottom: 20px;
}


.footer .pages:hover {
    color: rgba(255, 255, 255, 1);

}

.footer .pages:not(:last-child) {
    margin-bottom: 7px;
}


.footer .follow-us {
    font-family: 'FiraGo-Book', sans-serif;
    color: white;
    font-size: 1rem;
}

.footer .socials {
    cursor: default;
    display: flex;
    align-items: center;
}

.sidebar {
    position: sticky;
    top: 10px;
}

.sb-section-title {
    color: var(--black);
    font-size: 1.125rem;
    font-family: 'FiraGO-Medium', sans-serif;
    position: relative;
}

.sb-section-title:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 3px;
    display: block;
    left: 0;
    top: 30px;
    background-color: var(--dark-blue);
}

.news.style-5 {
    display: flex;
    align-items: center;
}

.news.style-5 img {
    width: 74px;
    height: auto;
    border-radius: 10px;
}

.news.style-5 .title {
    font-family: 'FiraGO-Medium', sans-serif;
    font-size: 0.8125rem;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-5 .title:hover {
    color: var(--dark-blue);
}

.news.style-5 .date {
    color: var(--gray);
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-5 .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.big-news {
    position: relative;
}

.big-news img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.big-news .overlay {
    background: transparent linear-gradient(0deg, #131313CC 0%, #0B0B0B9C 9%, #09090980 24%, #0707075E 37%, #0202021E 62%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
}

.big-news .content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.big-news .date {
    color: var(--light-gray);
    font-size: 0.8125rem;
    font-family: 'FiraGo-Book', sans-serif;
}

.big-news .title {
    font-family: 'FiraGO-Medium', sans-serif;
    font-size: 1rem;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

.news.style-6 {
    margin-top: 1rem;
}

.news.style-6:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 2px dashed var(--light-gray);
}

.news.style-6 .date {
    color: var(--gray);
    font-family: 'FiraGo-Book', sans-serif;
    font-size: 0.75rem;
}

.news.style-6 .title {
    color: var(--black);
    font-family: 'FiraGO-Book', sans-serif;
    font-weight: bold;
    font-size: 0.8125rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
    transition: color .2s ease;
}

.news.style-6 .title:hover {
    color: var(--dark-blue);
}

.news.style-6 .description {
    color: var(--gray);
    font-family: 'FiraGO-Book', sans-serif;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130%;
}

.category-search {
    background-color: white;
    padding: 30px;
    font-family: 'FiraGo-Bold', sans-serif;
    font-size: 1.6875rem;
    border-radius: 12px;
    color: var(--black);
}

.news-content .news-title {
    color: var(--black);
    font-size: 2.125rem;
    font-family: 'FiraGO-Medium', sans-serif;
}

.news-content .category {
    border-radius: 9px;
    background-color: white;
    padding: 10px;
    font-family: 'FiraGO-Medium', sans-serif;
    display: inline-block;
    font-size: 0.875rem;
}

.news-content .category a {
    color: var(--blue);
}

.sidebar .facebook-feed {
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.04));
    border-radius: 16px;
    padding: 2px 2px 0 2px;
    background-color: white;
}

.sidebar .facebook-feed iframe {
    border-radius: 16px;
}

.news-content .category span {
    color: var(--black);
}

.news-content .main-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.news-content .news-info .item .date {
    white-space: nowrap;
    font-family: 'FiraGo-Book', sans-serif;
    color: var(--gray);
}

.news-content .news-info .item img {
    transition: filter .2s ease;
}

.news-content .news-info .item:hover img {
    filter: invert(30%) sepia(97%) saturate(1298%) hue-rotate(190deg) brightness(90%) contrast(114%);
}

.news-content .news-info .item {
    padding: 30px 0;
}

.news-content .news-info .item:last-child {
    transform: rotate(
        90deg
    );
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.news-content .news-text p {
    font-size: 1rem;
    color: var(--black);
    font-family: 'FiraGo-Book', sans-serif;
    margin-bottom: 20px;
    line-height: 130%;
}

.news-content .news-info hr {
    border-top: 1px solid #F2F2F7;
    width: 100%;
}

.news-content .news-info {
    background-color: white;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-page .red-line {
    background-color: var(--dark-blue);
    width: 80px;
    height: 4px;
}

.contact-page .contact-title {
    font-family: 'FiraGo-Bold', sans-serif;
    color: var(--black);
    font-size: 1.75rem;
}

.contact-page .header {
    width: 100%;
}

.contact-page .contact-description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.125rem;
    font-family: 'FiraGO-Book', sans-serif;
    margin-left: 96px;
}

.contact-page .box {
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.contact-page .box img {
    max-width: 64px;
}

.contact-page .box .title {
    font-family: 'FiraGO-Bold', sans-serif;
    font-size: 1.375rem;
    color: var(--black);

}

.contact-page .box .description {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    font-family: 'FiraGO-Book', sans-serif;
}

.contact-page .box .red-href {
    color: var(--dark-blue);
    font-family: 'FiraGO-Bold', sans-serif;
    font-size: 1.063rem;
}

.contact-page .about-us-text {
    font-family: 'FiraGO-Book', sans-serif;
    color: var(--black);
    font-size: 1.125rem;
    line-height: 150%;
}

.contact-page .logo {
    width: 100%;
    height: auto;
}

.contact-page .about-us-text p {
    margin-bottom: 20px;
}


.contact-page .header .title {
    font-size: 3rem;
    font-family: 'Helvetica-Neue-Bold', sans-serif;
    color: #3E3E3E;
}

.contact-page .header .description {
    font-family: 'Helvetica Neue LT GEO', sans-serif;
    color: rgba(255, 255, 255, 0.74);
}

.forecast {
    width: 312px;
    height: 480px;
}

@media screen and (max-width: 1399px) {

    .forecast {
        max-width: 255px;
        width: 100%;
        height: 405px;
        display: block;
        margin: 0 auto;
    }

    .sidebar .facebook-feed {
        margin: 0 auto;
        width: fit-content;
    }

    .news.style-1.big .title {
        -webkit-line-clamp: 3;
    }
}



.social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #F2F2F7;
    border-radius: 11px;
}
.social-icons-footer a {
    width: 32px;
    height: 32px;
}
.social-icons a:hover svg {
    fill: #21409a;
}
.social-icons a svg {
    width: 16px;
    height: 16px;
    fill: #313131;
    transition: all .3s ease-in-out;
}
