@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

.nav-up {
    top: -200px;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    width: 100%;
    z-index: 99;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.head_fixed {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .8);
}

header .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
    font-weight: 500;
}

header ul ul {
    position: absolute;
    flex-direction: column;
    gap: 0;
    width: 200px;
    align-items: start;
    padding-top: 1rem;
    display: none;
    font-weight: 400;
}

header ul ul a {
    font-size: .8rem !important;
}

header ul li:hover ul {
    display: flex;
}

header ul ul li {
    background-color: #1A3B4D;
    width: 100%;
    padding: .5rem 1rem;
}

header ul ul li:first-child {
    padding-top: 1rem;
    border-radius: 4px 4px 0 0;
}

header ul ul li:last-child {
    padding-bottom: 1rem;
    border-radius: 0 0 4px 4px;
}

header .col > div {
    display: flex;
    align-items: center;
    gap: 2rem;
}

header a {
    color: #fff;
}

header a:hover {
    color: #5591B1;
}

header button {
    line-height: 100%;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background-color: #6B7482;
    color: #fff;
    border: 0;
    font-size: .75rem;
    font-weight: 500;
}

header button:hover {
    background-color: #fff;
    color: #6B7482;
}

.block__1 {
    height: 720px;
    position: relative;
}

.block__1 .container {
    height: 100%;
    position: relative;
    z-index: 10;
}

.block__1 .row {
    display: flex;
    align-items: end;
    padding-bottom: 3rem;
    height: 100%;
}

.block__1__text {
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(1.5rem);
    -webkit-backdrop-filter: blur(1.5rem);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 4px;
}

.block__1__text h1 {
    font-size: 3.5rem;
    font-weight: 600 !important;
    margin: 0;
}

.block__1__text h2 {
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin: 0;
}

.block__1__text hr {
    margin: 0;
}

.block__1__text p {
    font-size: .75rem;
    line-height: 200%;
    margin: 0;
}

.block__1 video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.block__1 .video__shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.45) 20%,
    rgba(0,0,0,0.25) 45%,
    rgba(0,0,0,0.12) 65%,
    rgba(0,0,0,0.04) 85%,
    rgba(0,0,0,0) 100%
  );
}

.carousel__1 {
    color: #fff;
}

.carousel__1 .item > div {
    position: relative;
    border-top: 1px solid #fff;
    padding-right: 2rem;
    margin-top: 6px;
    padding-top: 1.5rem;
}

.carousel__1 .item > div::before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    margin-top: -6px;
}

.carousel__1 .item h3 {
    font-size: 2.5rem;
    font-weight: 300 !important;
}

.carousel__1 .item p {
    margin: 0;
}

.send {
    border: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 4px;
    background-color: #5591B1;
    color: #fff;
    line-height: 100%;
    font-weight: 500;
}

.send:hover {
    background-color: #f9f9f9;
    color: #5591B1;
}

header .active > a,
#menu .active > a,
footer .active a {
    color: #5591B1;
    font-weight: 500 !important;
}

footer ul ul {
    display: none;
}

#menu ul ul {
    font-size: 1rem;
}

#menu ul {
    list-style: none;
    font-size: 1.7rem;
    font-weight: 300;
    margin: 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

#menu .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#menu ul a {
    color: #000;
}

#menu .col > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

#menu .col > div a {
    font-size: 2rem;
    font-weight: 600;
    color: #5591B1;
}

#menu .col button {
    background-color: #5591B1;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 4px;
    line-height: 100%;
    border: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #5591B1;
}

footer .f__1 {
    background-color: #264E63;
    margin-top: 3rem;
    border-radius: 4px 4px 0 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer .f__2 {
    background-color: #1A3B4D;
    font-size: .75rem;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

footer .f__2 .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

footer .f__2 p {
    margin: 0;
}

footer .f__2 span {
    color: rgba(255, 255, 255, .5);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    font-size: 14px;
    font-weight: 500;
}

.logo__social__footer {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 2rem;
}

.logo__social__footer > div {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: center;
}

.logo__social__footer > div picture {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: .3s all;
}

.logo__social__footer > div picture:hover {
    border-color: #fff;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
}

.contact__item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.contact__item picture {
    flex-shrink: 0;
}

.contact__item p {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.owl-theme {
    position: relative;
}

.card__1 > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}

.card__1 > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.card__1 > div > picture:hover img {
    transform: scale(1.1);
}

.card__1 > div > picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.card__1 h3 {
    position: relative;
    z-index: 2;
    margin: 2rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500 !important;
    transition: .3s all;
}

.card__1:hover h3 {
    color: #5591B1;
}

.card__1 span {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 2;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
}

.card__1 span:hover {
    transform: scale(1.2);
}

.block__2 .col-12 > h2 {
    font-size: 1.5rem;
    margin: 3rem 0;
}

.carousel__2 .owl-nav {
    top: 0;
    position: absolute;
    right: 0;
    top: -5.5rem;
    display: flex;
    gap: .75rem;
}

.carousel__2 .owl-nav button {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #E1E1E1 !important;
    font-size: 0 !important;
    border-radius: 100% !important;
}

.carousel__2 .owl-nav button:hover {
    border: 1px solid #c1c1c1 !important;
}

.carousel__2 .owl-nav .owl-prev {
    background: url(../img/left.svg) center no-repeat !important;
}

.carousel__2 .owl-nav .owl-next {
    background: url(../img/right.svg) center no-repeat !important;
}

.block__3 {
    margin-top: 4.5rem;
}

.block__3 h2 {
    font-size: 1.5rem;
    margin: 0;
}

.block__3 p {
    font-size: 1rem;
    margin: 2rem 0;
}

.block__3 a {
    color: #5591B1;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 100%;
    border: 1px solid #5591B1;
    display: inline-block;
}

.block__3 a:hover {
    background-color: #5591B1;
    color: #fff;
}

.block__3 picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.block__3 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
}

.block__4 {
    margin-top: 3rem;
    box-shadow: inset 0 253px 0 #6B7482;
    padding-top: 3rem;
}


.block__4 h2 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 1.5rem 0;
}

.products__card h3 {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 2rem;
    line-height: 100%;
    font-size: 1rem;
    background-color: #fff;
    color: #5591B1;
    border-radius: 4px;
    padding: 20px 24px;
    left: 2rem;
    bottom: 2rem;
    transition: .3s all;
}

.products__card h3:hover {
    background-color: #222;
    color: #fff;
}

.products__card > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.products__card > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.products__card > div > picture:hover img {
    transform: scale(1.1);
}

.card__2 {
    height: 100%;
    padding: 40px;
    background-color: #F9F9F9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    align-items: center;
}

.card__2 > picture {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__2 > picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: 3.5rem !important;
    max-height: 3.5rem !important;
}

.card__2 p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.card__2 p strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.block__5 {
    margin-top: 3rem;
}

.block__5 h2 {
    font-size: 1.5rem;
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.carousel__3 .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.carousel__3 .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
    cursor: pointer;
}

.carousel__3 .ratio > div > picture:hover img {
    transform: scale(1.1);
}

.carousel__3 .item .col-lg-5 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.project__short__text {
    height: 100%;
    width: 100%;
    padding: 0 2rem;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.project__short__text p {
    font-size: 14px;
    line-height: 160%;
}

.project__short__text p strong {
    font-size: 1rem;
}

.project__short__text ul {
    margin: 0;
    padding: 0 0 0 .75rem;
    font-size: 14px;
}

.project__short__text > div > a {
    color: #5591B1;
    padding: 1rem 1.5rem;
    line-height: 100%;
    font-size: .75rem;
    color: #5591B1;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #5591B1;
    display: inline-block;
    margin-top: 1.5rem;
}

.project__short__text > div > a:hover {
    background-color: #5591B1;
    color: #fff;
}

.project__mini__photos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
}

.block__6 {
    margin-top: 3rem;
}

.block__6 h2 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.block__6 .owl-nav,
.block__7 .owl-nav {
    position: absolute;
    top: -4.5rem;
    width: calc(100% - 2rem);
    max-width: 636px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block__7 .owl-nav {
    width: calc(100% - .5rem);
}

.block__6 .owl-nav button,
.block__7 .owl-nav button {
    font-size: 0 !important;
    width: 11px !important;
    height: 18px !important;
}

.block__6 .owl-nav button:hover,
.block__7 .owl-nav button:hover {
    transform: scale(1.2);
}

.block__6 .owl-nav .owl-prev,
.block__7 .owl-nav .owl-prev {
    background: url(../img/left_2.svg) center no-repeat !important;
}

.block__6 .owl-nav .owl-next,
.block__7 .owl-nav .owl-next {
    background: url(../img/right_2.svg) center no-repeat !important;
}

.block__7 {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #F9F9F9;
    border-radius: 4px;
}

.block__7 h2 {
    font-size: 1.5rem;
    margin: 0 0 3rem 0;
}

.carousel__4 .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}

.carousel__4 .ratio > div > picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 80% !important;
    max-height: 80% !important;
    transition: .3s all;
}

.carousel__4 .ratio > div > picture:hover img {
    transform: scale(1.2);
}

.header__block {
    padding-top: 120px;
    padding-bottom: 1.5rem;
    background: url(../img/bg.png) center no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
}

.header__block ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
}

.header__block ul li {
    display: inline-block;
}

.header__block a {
    color: #fff;
}

.header__block a:hover {
    color: #5591B1;
}

.header__block h1 {
    font-size: 2rem;
    margin: 0;
    color: #fff;
}

.seo__block {
    margin-top: 3.5rem !important;
    align-items: center;
}

.seo__block .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.seo__block .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
}

.categories__block {
    display: flex;
    height: 84px;
    width: 100%;
    margin-bottom: 3rem;
}

.categories__block > div {
    background-color: #264E63;
}

.categories__block > a {
    background-color: #5591B1;
}

.categories__block > a:hover {
    background-color: #437996;
}

.categories__block > div,
.categories__block > a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.sidebar__block ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin: 0;
    padding: 0;
}

.sidebar__block ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    background-color: #F9F9F9;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
}

.sidebar__block ul a svg {
    flex-shrink: 0;
}

.sidebar__block ul a svg path {
    stroke: #264E63;
    transition: .3s all;
}

.sidebar__block ul a:hover,
.sidebar__block .active a {
    background-color: #264E63;
    color: #fff;
}

.sidebar__block ul a:hover svg path,
.sidebar__block .active a svg path {
    stroke: #fff;
}

.product__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 4px;
    background-color: #F9F9F9;
}

.product__card .ratio > div > a > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.product__card .ratio > div > a > picture img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.product__card .ratio > div > a > picture:hover img {
    transform: scale(1.2);
}

.product__card > a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.product__card > a:hover {
    color: #264E63;
}

.product__card > p {
    margin: 0;
    font-size: 1rem;
}

.product__card > button {
    width: 100%;
    background-color: #264E63;
    line-height: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.product__card > button:hover {
    background-color: #437996;
}

.category__descriptions nav {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.category__descriptions .nav {
    gap: 5rem;
    border: 0;
    position: relative;
}

.category__descriptions .nav::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.category__descriptions nav button {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid transparent;
}

.category__descriptions nav button:hover {
    color: #000;
}

.category__descriptions nav button.active {
    color: #000;
    border-bottom: 1px solid #000;
}

.category__descriptions img {
    width: 100% !important;
    border-radius: 4px;
}

#sidebar {
    display: none;
}

#sidebar ~ label {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    color: #000;
    font-size: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

#sidebar ~ label picture {
    flex-shrink: 0;
}

.projects__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.projects__list .accordion-item button {
    background-color: #F9F9F9;
    width: 100%;
    border: 0;
    display: flex !important;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    justify-content: space-between;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: start;
}

.projects__list .accordion-item button svg {
    transition: .3s all;
    flex-shrink: 0;
}

.projects__list .accordion-item button svg path {
    stroke: #000;
    transition: .3s all;
}

.projects__list .accordion-item button:not(.collapsed) {
    background-color: #264E63;
    color: #fff;
}

.projects__list .accordion-item button:not(.collapsed) svg {
    transform: rotate(180deg);
}

.projects__list .accordion-item button:not(.collapsed) svg path {
    stroke: #fff;
}

.project__card {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
    margin-top: 1.5rem;
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);  
}

.project__card > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    left: 0;
}

.project__card > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.project__card > div > picture:hover img {
    transform: scale(1.1);
}

.project__card > div > div {
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin: 2rem;
    width: calc(100% - 4rem);
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    padding: 2rem;
}

.project__card > div > div h2 {
    font-size: 1rem;
    margin: 0;
}

.project__card > div > div a {
    color: #5591B1;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    border: 1px solid #5591B1;
    font-size: .75rem;
    font-weight: 500;
    line-height: 100%;
}

.project__card > div > div a:hover {
    background-color: #5591B1;
    color: #fff;
}

.photos__project picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.photos__project picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.photos__project picture:hover img {
    transform: scale(1.1);
}

.text__project > div {
    padding: 1rem;
}

.about__image img {
    width: 100% !important;
    border-radius: 4px;
}

.about__carousel {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.about__carousel .carousel__1 {
    color: #000;
}

.about__carousel .carousel__1 .item > div {
    border-top: 1px solid #e1e1e1;
}

.about__carousel .carousel__1 .item > div::before {
    background-color: #5591B1;
}

.about__carousel .carousel__1 .item h3 {
    color: #5591B1;
}

.certificate__card > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
}

.certificate__card > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.certificate__card > div > picture:hover img {
    transform: scale(1.1);
}

.news__card {
    display: flex;
    flex-direction: column;
}

.news__card .ratio > div > a > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}

.news__card .ratio > div > a > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.news__card .ratio > div > a > picture:hover img {
    transform: scale(1.1);
}

.news__card__info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    padding: 1rem;
}

.news__card__info span {
    display: block;
    margin-bottom: .5rem;
    font-size: .75rem;
}

.news__card__info a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

.news__card__info a:hover {
    color: #437996;
}

.news__card__info p {
    font-size: .75rem;
    margin: 0;
}

.paginator__block {
    text-align: center;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.paginator__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.paginator__block ul li {
    display: inline-block;
    margin: 0 1.7rem;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.paginator__block ul li a {
    font-weight: 400;
    color: #c1c1c1;
}

.paginator__block ul li a:hover {
    color: #000;
}

.new__photo img {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s all;
}

.new__photo img:hover {
    opacity: .9;
}

.shared__block {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background-color: #F9F9F9;
    border-radius: 4px;
    font-size: 14px;
    margin: 1.5rem 0;
}

.block__6 .carousel__2 .owl-nav button {
    border-radius: 0 !important;
    border: 0 !important;
}

.block__6 .carousel__2 .owl-nav button:hover {
    border-radius: 0 !important;
    border: 0 !important;
}

.contacts__block__1 {
    background-color: #F9F9F9;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contacts__block__1 p {
    color: #000;
    font-size: 14px;
}

.contacts__block__1 a {
    color: #000;
    font-size: 14px;
}

.contacts__block__1 button {
    width: 100%;
    background-color: #5591B1;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    border-radius: 4px;
    line-height: 100%;
    padding: 1rem;
    border: 0;
}

.contacts__block__1 button:hover {
    background-color: #1A3B4D;
}

.contacts__block__1 a > picture {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #5591B130;
    transition: .3s all;
}

.contacts__block__1 a > picture:hover {
    border-color: #5591B1;
}

.contacts__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.employee__card {
    background-color: #f9f9f9;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.employee__card .ratio > div > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.employee__card .ratio > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.employee__card__info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.employee__card__info h2 {
    font-size: 1.2rem;
    margin: 0;
}

.employee__card__info p {
    font-size: .8rem;
    margin: 0;
}

.employee__card__info > div {
    background: #f0f0f0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    border-radius: 4px;
}

.employee__card__info > div p {
    font-size: 1rem;
}

.employee__card__info > div p a {
    color: #000;
}

.employee__card__info > div p a:hover {
    color: #5591B1;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    header ul {
        display: none;
    }

    .block__1 {
        height: auto;
    }

    .block__1 .container {
        padding-top: 200px;
    }

    .block__1 .row {
        height: auto;
        gap: 3rem;
    }
}

@media (max-width: 992px) {
    footer .f__2 .col {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .category__descriptions .nav {
        gap: 3rem;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    #sidebar ~ label {
        display: flex;
    }

    .sidebar__block ul {
        display: none;
    }
    
    #sidebar:checked ~ ul {
        display: flex;
    }

    .text__project > div {
        padding: 0;
    }

    .map {
        height: 300px;
    }
}

@media (max-width: 768px) {
    header .col > div a {
        display: none;
    }
}

@media (max-width: 576px) {
    header .col > div {
        display: none;
    }

    .block__1__text h1 {
        font-size: 3rem;
    }

    .block__1__text h2 {
        font-size: 1.2rem;
    }

    .logo__social__footer > div {
        gap: .25rem;
    }

    .products__card h3 {
        font-size: 1rem;
        left: .75rem;
        bottom: .25rem;
        padding: 1rem;
    }

    .card__2 {
        padding: 1.5rem;
        flex-direction: row;
        gap: 1.5rem;
    }

    .card__2 p {
        text-align: start;
    }

    .card__2 p strong {
        font-size: .75rem;
        font-weight: 700 !important;
        margin: 0;
    }

    .card__2 > picture {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .project__short__text {
        padding: 0;
    }

    .projects__list .accordion-item button {
        font-size: 1rem;
        padding: 1rem;
    }
}