

body {
    font-family: Geologica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

li,
p {
    font-size: 16px;
}

.popup-window{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
}

.slide-popup {
    left: -500px;
    -webkit-animation: slidePopup 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slidePopup 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slidePopup {
    100% { left: 15px; }
}

@keyframes slidePopup {
    100% { left: 15px; }
}

.popup-window .popup-content{
    width: 400px;
    position: relative;
}
.popup-window .popup-content .popup-close{
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 29px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
}
.popup-window .popup-content .popup-image-wrapper{
    position: relative;
}
.popup-window .popup-content .image-text{
    color: #fff;
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
header .header-contant-block{
    padding-top: 13px;
    padding-bottom: 13px;
}
.header-top-info-blocks{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.header-top-info-blocks .header-top-info-block-item{
    display: flex;
    align-items: center;
    column-gap: 8px;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 12px;
}
.header-top-info-block-item-text,
.header-top-info-block-item-text a{
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}
.header-slogan-wrapper{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    color: #5C5C5C;
    text-align: left;
    text-transform: uppercase;
}
.header-slogan-wrapper span{
    color: #EF4A42;
}
.header-socials-icons{
    display: flex;
    align-items: center;
}
.header-callback-button-wrapper{
    display: flex;
    align-items: center;
}
.header-callback-button{
    background: #EF4A42;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
    padding: 13px 78px;
}
body .header-style-4.style-1 .header-nav .nav > li > a{
    padding: 24px 33px;
}
.language-switcher-placeholder{
    display: flex;
    align-items: center;
    padding-left: 33px;
}
.language-switcher-placeholder span{
    border-radius: 31px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #EF4A42;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}
.header-contant-block .col{
    flex-basis: unset;
    width: auto;
    flex-grow: unset    ;
}
.mobile-menu-address{
    display: none !important;
}
.extra-nav .language-switcher-placeholder,
.phone-mobile-custom,
.header-callback-button-mobile{
    display: none;
}
.fa-angle-down:before {
    content: "\f107"; }
.fa-angle-up:before {
    content: "\f106"; }
.mobile-header-section .mobile-header-wrapper{
    background: #fff;
}
.footer-socials-icons-wrapper img, .contacts-socials-icons-wrapper img{
    width: 35px;
}
.header-top-info-block-item-icon img{
    width: 37px;
    height: 37px;
}
.header-socials-icons-wrapper img{
    width: 52px;
    height: 51px;
}
@media only screen and (max-width: 1805px) {
    .header-socials-icons-wrapper img{
        width: 40px;
    }
    .header-callback-button{
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        padding: 10px 60px;
    }
}
@media only screen and (max-width: 1705px) {
    .header-socials-icons-wrapper img{
        width: 30px;
    }
    .header-callback-button{
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        padding: 9px 25px;
    }
    .logo-container-header a{
        height: 85px;
    }
    .header-top-info-block-item-text, .header-top-info-block-item-text a{
        font-size: 14px;
    }

}
@media only screen and (max-width: 1497px) {
    .header-socials-icons-wrapper img{
        width: 25px;
    }
    .header-callback-button{
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        padding: 9px 25px;
    }
    .logo-container-header a{
        height: 75px;
    }
    .header-top-info-block-item-icon img{
        width: 24px;
        height: 24px;
    }
    .header-top-info-block-item-text, .header-top-info-block-item-text a{
        font-size: 13px;
    }
    .header-slogan-wrapper{
        font-size: 14px;
    }
    body .header-style-4.style-1 .header-nav .nav > li > a {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 1395px) {
    .header-socials-icons-wrapper img{
        width: 25px;
    }
    .header-callback-button{
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        padding: 9px 25px;
    }
    .logo-container-header a{
        height: 65px;
    }
    .header-top-info-block-item-icon img{
        width: 18px;
        height: 18px;
    }
    .header-top-info-block-item-text, .header-top-info-block-item-text a{
        font-size: 12px;
    }
    .header-slogan-wrapper {
        font-size: 12px;
    }
    body .header-style-4.style-1 .header-nav .nav > li > a {
        padding: 20px 10px;
    }
}
@media only screen and (max-width: 1199px) {
    body .header-style-4.style-1 .header-nav .nav > li > a{
        padding: 13px 15px;
    }
    .navbar-nav .language-switcher-placeholder{
        display: none !important;
    }
    .mobile-header-section .header-links-mobile{
        column-gap: 34px;
    }
    .mobile-header-section .header-links-mobile a{
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        text-transform: uppercase;
    }
    .mobile-header-section .language-switcher-placeholder{
        padding: 0;
    }
    .mobile-header-section .language-switcher-placeholder span{
        width: 28px;
        height: 28px;
        border-radius: 31px;
        font-size: 10px;
        line-height: 10px;
    }
    .header-nav .nav > li:not(.mobile-menu-address),
    .header-nav .nav > li > a{
        border: none !important;
    }
    .extra-nav .language-switcher-placeholder{
        display: flex;
    }

}

@media only screen and (max-width: 991px) {
    header.header-style-4{
        height: 112px !important;
        position: fixed;
        width: 100%;
        left: 0;
    }
    .desktop-only{
        display: none;
    }
    .mobile-menu-address{
        display: flex !important;
        text-align: left;
        flex-direction: column;
        padding: 13px 15px;
        border-top: 1px solid #D9D9D9;
        gap: 7px;

    }
    .mobile-menu-address div{
        color: #5C5C5C;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0px;
        text-align: left;
    }
    .mobile-menu-address div:first-of-type{
        color: #5C5C5C;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
    }
    .header-callback-button-mobile{
        display: block;
    }
    .header-callback-button-mobile .header-callback-button{
        font-size: 14px;
        line-height: 19px;
        padding: 12px 41px;
        border-radius: 10px;
    }
    .phone-mobile-custom{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .phone-mobile-custom .header-top-info-block-item-icon,
    .phone-mobile-custom .header-top-info-block-item-icon img{
        width: 16px;
        height: 16px;
        line-height: 0;
    }
    .phone-mobile-custom .header-top-info-block-item-text,   .phone-mobile-custom .header-top-info-block-item-text a{
        font-size: 9px;
        line-height: 9px;
    }
    .phone-mobile-custom .header-top-info-block-item{
        display: flex;
        column-gap: 4px;
        align-items: center;
    }
    .header-nav .nav>li .sub-menu li .fa{
        transform: none;
    }
    body .header-style-4.style-1 .header-nav .nav > li > a{
        color: #5C5C5C;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        text-transform: uppercase;
        padding: 10px 8px;
    }
    body .header-style-4.style-1 .header-nav .nav > li > a,
    .header-nav .nav .submenu-open{
        padding: 10px 8px;
    }

    body .header-style-4.style-1 .header-nav .nav  li.have-submenu > .sub-menu{
        order: 4;
    }
    body .header-style-4.style-1 .header-nav .nav  li.have-submenu > a{
        order: 2;
    }
    .header-style-4 .main-bar, .main-bar,
    .sticky-header.mobile-header-section .navigation-bar{
        background: transparent;
    }
    .header-nav .nav li.have-submenu, .header-nav .nav>li .sub-menu>li.have-submenu{
        justify-content: flex-start;
    }
    .header-nav{
        width: 90vw;
    }
    .header-nav .nav>li .sub-menu, .header-nav .nav>li ul{
        background: none;
        border: none;
    }
    .header-nav .nav>li .sub-menu li{
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .popup-window .popup-content{
        width: 300px;
    }
    .popup-window{
        left: 7.5px;
        bottom: 7.5px;
    }
    .popup-window .popup-content .image-text{
        bottom: 44px;
    }
    @-webkit-keyframes slidePopup {
        100% { left: 7.5px; }
    }

    @keyframes slidePopup {
        100% { left: 7.5px; }
    }
}

@media only screen and (max-width: 579px) {
    .dez-bnr-inr h1{
        font-size: 30px;
    }
    .popup-window .popup-content{
        width: 240px;
    }
    .popup-window .popup-content .image-text{
        bottom: 30px;
    }
    .blog-post.blog-single img,
    .dez-post-text-del img{
        width: 100% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 416px) {
    .header-callback-button-mobile .header-callback-button{
        font-size: 11px;
        line-height: 17px;
        padding: 9px 16px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 359px) {
    .mobile-header-section .header-links-mobile {
        column-gap: 10px;
    }
}
@media only screen and (max-width: 335px) {
    .mobile-header-section .mobile-header-wrapper{
        padding: 10px 10px;
    }
}
.img-fullwidth {
    width: 100%;
    max-width: 100%;
}
.img-left {
    float: left;
    width: 100%;
    max-width: 400px;
    margin: 0 10px 10px 0;
}
.img-right {
    float: right;
    width: 100%;
    max-width: 400px;
    margin: 0 0 10px 10px;
}
.max-width-300px {
    max-width: 300px;
}
@media (max-width: 768px) {
    .img-left,
    .img-right {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

.responsive-iframe {
    padding-bottom: 56.2% !important;
}


body .font-weight-500 {
    font-weight: 500;
}


.reviews__background-img {
    position: absolute;
}
.reviews__background-img + .container {
    padding-top: 30px;
}
.other-services-section .pages-carousel .dez-info.border-1 {
    height: 165px;
}
/* .other-services-section .pages-carousel .dez-media { */
/*     height: 270px; */
/* } */
/* .other-services-section .pages-carousel .dez-media img { */
/*     object-fit: cover; */
/*     height: 100%; */
/*     width: 100%; */
/* } */
.other-services-section .pages-carousel .dez-info.border-1 .dez-title {
    height: 65px;
}

@media only screen and (min-width: 1200px) {
    .logo-container-header a img {
        height: 100%;
        aspect-ratio: 204 / 95;
    }
}
@media (min-width: 480px) and (max-width: 510px) {
    .other-services-section .pages-carousel .dez-info {
        padding: 20px 16px;
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .other-services-section .pages-carousel .dez-info {
        padding: 20px 16px;
    }
}


@media (min-width: 576px) {
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-next {
        right: -20px;
    }
}
@media (min-width: 640px) {
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-next {
        right: -50px;
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-next {
        right: -20px;
    }
}
@media (min-width: 992px) and (max-width: 1040px) {
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-prev {
        left: -20px;
    }
    .material-home .owl-carousel.client-logo-carousel .owl-nav .owl-next {
        right: -20px;
    }
}




.img-3, .img-2, .img-1 {
    clear: both;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-3 img {
    width: 30%;
}
.img-2 img {
    width: 49%;
}
.img-1 img {
    width: 100%;
}
@media (max-width: 768px) {
    .img-2 img,
    .img-3 img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 5;
}

.header__top {
    background: #e3e3e3;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    height: 38px;
}

.header__bottom {
    background: #fff;
}

.header__top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__phones{
    display: flex;
    gap: 10px;
    align-items: center;
}
.header__phones .header__social a{
    text-decoration: none;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c42820;
    border-radius: 50%;
}
.header__phones .header__social a img{
    width: unset;
    height: unset;
}
.header__phones a {
    color: #000;
}

.header__phones a:hover {
    color: #d9232a;
}

.header__phones .header__phones-links a + a {
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-left: 5px;
}

.header__contacts {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header__address span + span {
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-left: 5px;
}

.header__social {
    margin-left: 30px;
    display: flex;
    gap: 4px;
}

.footer__social img,
.header__social img {
    width: 24px;
    height: 24px;
}

footer .logo,
header .logo {
    display: flex;
    align-items: center;
    flex: none;
}
.logo .slogan {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 1;
    font-size: 10px;
    margin-top: 4px;
    padding-top: 2px;
}

.header__logo .slogan {
    border-left: 1px solid #000;
}

.footer__logo .slogan {
    border-left: 1px solid #fff;
}

.footer__logo .slogan {
    color: #fff;
}

.footer__logo {
    margin-bottom: 50px;
}

.site-button,
.header-callback-button {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #d9232a;
    font-weight: 500;
    border-radius: 2px;
    padding: 14px 24px;
    display: inline-block;
    line-height: 1.3;
}

.site-button:hover,
.header-callback-button:hover {
    color: #fff;
    background: #ab1c21;
}

.site-button--light {
    background: #fff;
    color: #d9232a;
}

.site-button--light:hover {
    background: #fff;
    color: #ab1c21;
}

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

.main-menu {
    list-style: none;
    display: flex;
    gap: 43px;
    margin: 0px;
    padding: 0px;
}

.header__right {
    display: flex;
    align-items: center;
    gap: 13px;
}

.main-menu .sub-menu {
    display: none;
}

.main-menu a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.submenu-open {
    font-size: 16px;
    margin-left: 8px;
    display: inline-block;
}

.mobile-menu-toggle {
    flex: none;
    cursor: pointer;
}

footer {
    font-family: "Inter";
}

.footer__top {
    padding-top: 32px;
    padding-bottom: 70px;
    background: #000;
    color: #fff;
}

.footer__top a {
    color: #fff;
}

.footer__top a:hover {
    color: #d9232a;
}
.footer__bottom {
    background: #fff;
    color: #000;
    padding-top: 19px;
    padding-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
}

.flex {
    display: flex;
}

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

.sprava {
    gap: 4px;
}

.license p {
    font-size: 11px;
    color: #9e9e9e;
}

.footer__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer__wrapper > div:first-child {
    width: 25%;
}

.footer__wrapper > div:last-child {
    width: 10%;
}

.rating-block {
    margin-bottom: 0px;
}

.rating-block .fa {
    font-size: 14px;
}

.rating-block .full-stars {
    color: #ffcb03;
}

.footer__menu {
    margin-top: 10px;
}
.footer__menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
}

.footer__social {
    margin-top: 10px;
    display: flex;
    gap: 4px;
}

.footer__contacts,
.footer__scheldue {
    font-size: 14px;
}

header .logo {
    padding: 0;
}

.footer__header {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

header .header__logo--mobile {
    display: none;
}

.not-slider {
    display: flex;
    width: 100%;
}

.not-slider__item {
    width: 50%;
    height: 630px;
    max-height: 630px;
    transition: 0.2s;
    position: relative;
}
.not-slider__item picture{
    height: 100%;
    width: 100%;
    display: block;
}
.not-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.not-slider:hover .not-slider__item {
    width: 40%;
}

.not-slider:hover .not-slider__item:hover {
    width: 60%;
}

.btn--light {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
    background: #ffffff12;
    padding: 14px 24px;
    display: inline-block;
    line-height: 1.3;
}

.btn--light:hover {
    background: #ffffff24;
    color: #fff;
}

.not-slider__text {
    position: absolute;
    bottom: 56px;
    left: 60px;
    width: calc(100% - 120px);
    z-index: 2;
}
.not-slider__overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
    z-index: 1;
}

.not-slider__title {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}

.not-slider__item:hover .btn--light {
    background: #d9232a;
}

.not-slider__item:hover .btn--light:hover {
    background: #ab1c21;
}

.about {
    padding: 120px 0px 80px;
    font-size: 16px;
}

.about-grid {
    display: grid;
}

.about-grid a {
    margin-top: 40px;
}

h1, .h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.about__items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.about__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 24px);
    padding: 32px;
    position: relative;
    z-index: 1;
}

.about__item .dig p {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -3px;
    color: #d9232a;
    font-weight: 100;
}

.about__item:before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    background: linear-gradient(130deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 25%, rgba(255,255,255,1) 100%);
}

.about__item:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff;
}

.about__item {
    background-clip: padding-box;
}

.section__header {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}
a.arrow {
    color: #000;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #000;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    min-width: 70px;
}

a.arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 7px;
    right: -1px;
    bottom: -4px;
    background: url(/storage/icons/arrow-link.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.services {
    padding-top: 64px;
    padding-bottom: 100px;
}

.service-block__items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.service-block__item {
    background: #fff;
    width: calc(25% - 24px);
    padding: 24px;
}

.service-block__title a {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.site-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline;
}

.service-block__text {
    margin-top: 24px;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
}

.service__item .site-link,
.service-block__text .site-link {
    margin-top: auto;
}


.service__item .site-link {
    font-size: 14px;
}

.service-block__content {
    padding-bottom: 24px;
}

.call {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 88px 0px;
}

.call img {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    object-fit: cover;
}

.call .container {
    position: relative;
}

.call__header {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: 400;
}

.call__subheader {
    font-size: 16px;
    margin-bottom: 40px;
}

.modal-content {
    background: #c42820;
    position: relative;
    padding: 30px 70px 40px 40px;
}

.modal .modal-dialog {
    max-width: 550px;
}

.modal .modal-body {
    padding: 0px;
}

.hidden {
    display: none;
}

.modal-header {
    background: none;
    border: none;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    padding: 0px;
    color: #fff;
    margin-bottom: 10px;
}

.modal .close {
    position: absolute;
    top: 22px;
    right: 20px;
    color: #fff;
    text-shadow: none;
    font-size: 2em;
    opacity: 1;
}

.modal-footer {
    border: none;
    padding: 0px;
    justify-content: flex-start;
}

section.staff {
    padding-top: 80px;
    padding-bottom: 116px;
    background: #fff;
}

.staff__header div {
    display: inline-block;
    color: #d9232a;
    font-weight: 400;
    font-size: 24px;
    background: #fff;
    padding: 12px 76px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.staff__header div:before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: -1;
    background: linear-gradient(130deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 50%, rgba(217,35,42,1) 100%);
}

.staff__header div:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff;
}

.staff__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #d9232a;
    margin-bottom: 20px;
}

.staff__item {
    width: calc(25% - 20px);
}

.staff__image img {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #d9232a;
}

.staff__legend {
    margin-top: 28px;
}

.staff__name {
    font-size: 18px;
    font-weight: 400;
}

.staff__item p {
    font-size: 14px;
}

section.reviews {
    padding-top: 57px;
    padding-bottom: 52px;
}

.reviews::before {
    display: none;
}

.reviews__item {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
}

.review__rating {
    font-size: 14px;
    color: #ffcb03;
}

.review__rating .fa {
    margin-left: 1px;
    margin-right: 1px;
}

.review__service {
    margin-top: auto;
    font-size: 14px;
    color: #8d8d8d;
}

.review__service a {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline;
}

.owl-stage {
    display: flex;
}

.owl-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 55px;
}

.owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #d9232a;
    transition: 0.2s;
    cursor: pointer;
}

.owl-dot.active,
.owl-dot:hover {
    background: #d9232a;
}

.owl-next,
.owl-prev {
    width: calc(50% - 150px);
    bottom: -2px;
    position: absolute;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.owl-next {
    right: 0px;
}

.owl-carousel .arrow-left,
.owl-carousel .arrow-right {
    height: 2px;
    background: #cfcfcf;
    position: relative;
    display: block;
}

.owl-carousel .arrow-right:before,
.owl-carousel .arrow-right:after,
.owl-carousel .arrow-left:before,
.owl-carousel .arrow-left:after {
    content: '';
    height: 2px;
    width: 10px;
    background: #cfcfcf;
    display: block;
    position: absolute;
}


.owl-carousel .owl-next:hover .arrow-right,
.owl-carousel .owl-next:hover .arrow-right:before,
.owl-carousel .owl-next:hover .arrow-right:after,
.owl-carousel .owl-prev:hover .arrow-left:before,
.owl-carousel .owl-prev:hover .arrow-left:after,
.owl-carousel .owl-prev:hover .arrow-left {
    background: #d9232a;
}

.owl-carousel .arrow-left:before {
    transform: rotate(45deg);
    bottom: -3px;
    left: -1px;
}

.owl-carousel .arrow-left:after {
    transform: rotate(-45deg);
    top: -3px;
    left: -1px;
}

.owl-carousel .arrow-right:before {
    transform: rotate(45deg);
    top: -3px;
    right: -1px;
}

.owl-carousel .arrow-right:after {
    transform: rotate(-45deg);
    bottom: -3px;
    right: -1px;
}

section.news {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 77px;
}

.news .blog-carousel {
    margin-top: -35px;
}

.news .blog-carousel .owl-item {
    overflow: hidden;
}

.news__item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px
}

.news__image {
    width: 50%;
}

.news__image img {
    width: 100%;
    max-height: 472px;
    object-fit: cover;
    object-position: top;
}

.news__text {
    width: calc(50% - 20px);
    margin-bottom: 37px;
    padding: 1px;
}

.news__header {
    margin-bottom: 24px;
}

.news__header a {
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #000;
}

.news__short-content {
    font-size: 16px;
    margin-bottom: 40px;
}

.news .blog-carousel .owl-dots {
    margin-top: 0px;
    position: absolute;
}

.advantages {
    position: relative;
    padding-top: 69px;
    padding-bottom: 93px;
}

.advantages > picture img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.advantages > picture:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    background: #0000008F;
    z-index: 2;
}

.advantages .container,
.advantages .new-container{
    position: relative;
    z-index: 3;
}

.advantages__header {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 8px;
}

.advantages__content {
    font-size: 14px;
    font-weight: 300;
}

.advantages__icon {
    height: 65px;
}

.icon-bx-wraper {
    margin-top: 40px;
}

section.partners {
    padding-top: 88px;
    padding-bottom: 50px;
    background: #fff;
}

.partners .owl-nav.disabled {
    display: none;
}

section.consult {
    color: #fff;
    background: #c42820;
    padding: 88px 0px;
}

.consult__wrapper {
    display: flex;
    align-items: center;
}

.consult__left {
    width: 50%;
}

.consult__right {
    width: 50%;
    max-width: 315px;
}

.consult__header {
    margin: 0px;
    padding: 0px;
    font-size: 48px;
    line-height: 1;
}

.consult__subheader {
    font-size: 18px;
    font-weight: 400;
}

#consultform-messenger {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 34px;
    max-width: 315px;
}

.consult label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 17px;
}

.consult label:after {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.consult label:has(input:checked):after {
    background: #fff;
}

.dez-bnr-inr {
    min-height: 204px;
}

.dez-bnr-inr h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.breadcrumb-row {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.breadcrumb-row a {
    opacity: 0.5;
}

.breadcrumb-row a:hover {
    opacity: 1;
}

.service__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service__item {
    width: calc(25% - 20px);
}

.owl-stage .service__item {
    width: 100%;
    height: 100%;
}

.service__item .dez-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 23px;
    margin-bottom: 8px;
    height: initial;
}

.dez-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dez-info {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.service__item .dez-title a {
    color: #000;
}

.dez-box .dez-title + p {
  height: initial;
  font-size: 14px;
  margin-bottom: 8px;
}

.acod-title {
    background-color: transparent;
    border: 1px solid #d9232a;
    margin-top: 7px;
}

.faq-bx .acod-head a {
    padding: 11px 34px 13px;
    background: #d9232a;
    color: #fff;
    border-radius: 0;
}

.faq-bx .acod-head a.collapsed {
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 34px 13px;
}

.faq-bx .acod-head a:hover,
.faq-bx .acod-head a.collapsed:hover {
    padding: 11px 34px 13px;
    background: #d9232a;
    color: #fff;
    border-radius: 0;
}

.faq-bx .acod-head a.collapsed::after {
    font-size: 9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-bx .acod-head a:after,
.faq-bx .acod-head a.collapsed:hover:after {
    font-size: 9px;
    font-weight: 300;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acod-content table + p {
    font-size: 14px;
    color: #999;
    border-top: 1px solid #999;
    padding: 7px 38px;
}

.acod-content table + p strong {
    font-weight: 400;
}

.contacts-page-form {
    background: #c42820;
    color: #fff;
    padding: 60px 0px;
}

.contacts-page-form .h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
}

.contacts-page-form__inputs {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-page__wrapper {
    display: flex;
    gap: 46px;
    margin-top: 40px;
}

.contacts-page__item {
    width: calc(100% / 3 - 46px);
    padding: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.contacts-page__item img {
    margin-bottom: 32px;
}

.contacts-page__item a {
    color: #000;
    text-decoration: underline;
}

.contacts-page__socials {
    display: flex;
    margin-top: 10px;
    gap: 8px;
}

.contacts-page__socials img {
    margin: 0px;
}

.contacts-page__socials a {
    text-decoration: none;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c42820;
    border-radius: 50%;
}

.contacts-page__item::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  background: linear-gradient(130deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 25%, rgba(255,255,255,1) 100%);
}
.contacts-page__item::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
}

.reviews-page__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews-page__wrapper > div {
    width: calc(25% - 20px);
}

.paginator {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.paginator .active a {
    color: #fff;
}

.has-error .help-block {
  color: #fff;
  font-size: 12px;
}

.post-title a:hover {
    color: #000;
}

body a {
    color: #d9232a;
}

.pages-carousel .owl-stage {
    display: flex;
}

span.text-dec-line-through {
    text-decoration: line-through;
}

@media (min-width: 991px) {
    .mobile-only{
        display: none;
    }

    .main-menu li {
        position: relative;
    }
    .main-menu > li {
        padding: 22px 0px;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .main-menu .have-submenu:hover > ul {
        display: block;
        position: absolute;
        background: #fff;
        top: 100%;
        margin: 0px;
        padding: 0px;
        min-width: 250px;
        left: 50%;
        list-style: none;
        z-index: 9;
    }

    .main-menu .two-column:hover > ul {
        min-width: 400px;
    }

    .main-menu > .have-submenu:hover > ul {
        transform: translateX(-50%);
    }

    .main-menu .sub-menu > li:hover > ul {
        top: 0px;
        left: 100%;
    }

    .main-menu .have-submenu .sub-menu li {
        padding: 10px 11px;
    }

    .main-menu .have-submenu .sub-menu li:hover {
        background: #e7e7e7;
    }

    .main-menu > .have-submenu .sub-menu .submenu-open {
        transform: rotate(-90deg);
    }

    .main-menu .two-column:hover > .sub-menu {
        display: flex;
        flex-wrap: wrap;
        z-index: 9;
    }

    .main-menu .two-column:hover > .sub-menu > li {
        width: 50%;
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

    .about-grid {
         grid-template-columns: 1fr 1fr;
         grid-template-rows: auto;
         gap: 10px;
         grid-template-areas:
             "item1 item3"
             'item2 item3'
             'item4 item3';
    }

    .about-grid > div:nth-child(2) {
        grid-area: item2;
        padding-right: 35px;
    }

    .about-grid h1 {
        grid-area: item1;
        padding-right: 35px;
        margin-bottom: 0px;
    }

    .about-grid > div:nth-child(4) {
        grid-area: item4;
        padding-right: 35px;
    }

    .about__items {
        grid-area: item3;
    }

    .about__item:nth-child(2):before {
        background: linear-gradient(-130deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 25%, rgba(255,255,255,1) 100%);
    }

    .about__item:nth-child(3):before {
        background: linear-gradient(50deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 25%, rgba(255,255,255,1) 100%);
    }

    .about__item:nth-child(4):before {
        background: linear-gradient(-50deg, rgba(217,35,42,1) 0%, rgba(227,227,227,1) 25%, rgba(255,255,255,1) 100%);
    }

    .header__mobile-contacts {
        display: none;
    }
}


@media (max-width: 991px) {
    .btn--light {
        font-size: 12px;
    }
    li,
    p {
        font-size: 16px;
    }

    .site-button, .header-callback-button {
        font-size: 12px;
    }

    .header__menu {
        display: none;
    }

    .header__bottom {
        position: relative;
    }

    .show-mobile .header__menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background: #fff;
        z-index: 10;
        padding: 18px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    .main-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .main-menu a {
        font-size: 16px;
    }

    .main-menu > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


    .main-menu > li > a {
        font-weight: 500;
        font-size: 16px;
    }

    .main-menu .show-submenu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        padding-left: 10px;
    }

    .main-menu .show-submenu li.have-submenu > a {
        font-weight: 500;
        font-size: 16px;
    }

    .main-menu .show-submenu li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header__contacts {
        display: none;
    }

    .header__top-wrapper {
        justify-content: center;
    }

    .header__bottom {
        padding: 8px 0px;
    }

    .footer__wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer__wrapper > div:nth-child(2) {
        order: 2;
        width: 20%;
    }

    .footer__wrapper > div:nth-child(3) {
        order: 3;
        width: 20%;
    }

    .footer__wrapper > div:nth-child(4) {
        order: 5;
        width: 20%;
    }

    .footer__wrapper > div:nth-child(5) {
        order: 6;
        width: 20%;
    }

    .footer__wrapper > div:first-child {
        width: 40%;
        order: 1;
    }

    .footer__wrapper > div:last-child {
        order: 4;
        width: 40%;
    }

    .footer__logo {
        margin-bottom: 0px;
    }

    .footer__social {
        margin-top: 0px;
    }

    .footer__header {
        margin-top: -20px;
    }

    .not-slider__item {
        max-height: 380px;
    }

    .not-slider__text {
        width: calc(100% - 45px);
    }

    .not-slider__title {
        font-size: 24px;
    }

    .about {
        font-size: 16px;
    }

    .about__items {
        gap: 11px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h1, .h1 {
        font-size: 24px;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .about__item {
        width: calc(25% - 11px);
        padding: 17px;

    }

    .about__item .dig p {
        font-size: 36px;
    }

    .about-grid h1,
    .about-grid > div:not(.about__items) {
        text-align: center;
    }

    .about-grid a {
    margin-top: 40px;
    }

    .service-block__items {
        gap: 10px;
    }

    .service-block__item {
        width: calc(50% - 10px);
        display: flex;
        gap: 18px;
    }

    .service-block__text {
        height: 100%;
        width: calc(100% - 56px - 18px);
        margin-top: 0px;
    }

    section.services {
        padding-top: 16px;
        padding-bottom: 60px;
    }

    .call {
        padding: 48px 0px 40px;
    }

    .call__header {
        font-size: 24px;
    }

    .call__subheader {
        font-size: 14px;
    }

    section.staff {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .section__header {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .staff__header {
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .staff__header div {
        padding: 12px 37px;
    }

    .staff__items {
        gap: 10px;
        margin-bottom: 10px;
    }

    .review__content,
    .staff__item p {
        font-size: 12px;
    }

    a.arrow {
        font-size: 12px;
    }

    .staff__legend {
        margin-top: 15px;
    }


    .staff__name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .reviews__item {
        padding: 16px;
    }

    section.news {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .news__header a {
        font-size: 24px;
    }

    .news .blog-carousel {
        margin: 0px;
    }

    .news__short-content {
        font-size: 14px;
    }

    .news__image img {
        max-height: 256px;
    }

    .advantages {
        padding-top: 0px;
        padding-bottom: 62px;
    }

    .icon-bx-wraper {
        display: flex;
        gap: 17px;
        align-items: center;
    }

    .advantages__icon {
        flex: none;
        height: initial;
    }

    .advantages__header {
        font-size: 14px;
    }

    .advantages__content {
        font-size: 12px;
    }

    section.partners {
        padding-top: 55px;
        padding-bottom: 0px;
    }

    section.consult {
        padding: 55px 0px;
    }

    .service__items {
        gap: 10px;
    }

    .service__item {
        width: calc(25% - 10px);
        margin-top: 10px;
    }

    .service__item .dez-title {
        font-size: 20px;
        margin-top: 15px;
    }
    .service__item .site-link {
        font-size: 12px;
    }
    .dez-box .dez-title + p {
        font-size: 14px;
    }

    .contacts-page__wrapper {
        gap: 10px;
        margin-top: 20px;
    }

    .contacts-page__item {
        width: calc(100% / 3 - 10px);
        padding: 16px;
        font-size: 15px;
    }

    .header__mobile-contacts {
        margin-top: 40px;
    }

    .header__mobile-contacts .header__social {
        margin-left: 0px;
        margin-top: 14px;
    }

    .header__mobile-contacts .header__social a {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #d9232a;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__mobile-contacts .header__social img {
        width: 14px;
        height: 14px;
    }

    .reviews-page__wrapper {
        gap: 10px;
    }

    .reviews-page__wrapper > div {
        width: calc(100% / 3 - 10px);
    }
}

@media (max-width: 767px) {
    .not-slider {
        flex-wrap: wrap;
    }
    .not-slider__item {
        width: 100%;
    }

    .not-slider:hover .not-slider__item {
        width: 100%;
    }

    .not-slider:hover .not-slider__item:hover {
        width: 100%;
    }

    .not-slider__text {
        text-align: center;
        left: 15px;
        width: calc(100% - 30px);
    }

    .about__item {
        width: calc(50% - 11px);
    }

    .about {
        padding-top: 25px;
        padding-bottom: 45px;
    }

    .service-block__items {
        gap: 18px;
    }

    .service-block__item {
        width: 100%;
    }

    section.services {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .staff__items {
        flex-wrap: wrap;
    }

    .staff__item {
        width: calc(50% - 10px);
    }

    section.news {
        padding-bottom: 40px;
        padding-top: 19px;
    }

    .news__item {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .news__image {
        width: 100%;
        text-align: center;
    }

    .news__image img {
        max-width: 238px;
        margin-left: auto;
        margin-right: auto;
    }

    .news__text {
        width: 100%;
        margin-bottom: 0px;
    }

    .news__header {
        margin-bottom: 14px;
    }

    .news__short-content {
        margin-bottom: 14px;
    }

    .news .owl-dots {
        display: none;
    }

    .advantages {
        padding-top: 24px;
        padding-bottom: 47px;
    }

    .icon-bx-wraper {
        display: flex;
        gap: 40px;
        align-items: center;
        margin-top: 18px;
    }

    section.consult {
        padding-top: 26px;
        padding-bottom: 37px;
    }

    .consult__wrapper {
        flex-wrap: wrap;
    }

    .consult__header {
        font-size: 24px;
        text-align: center;
    }

    .consult__subheader {
        font-size: 14px;
        text-align: center;
    }

    .consult label {
        font-size: 12px;
    }

    .consult label {
        margin-bottom: 14px;
    }

    .consult label:after {
        height: 15px;
        width: 15px;
    }

    .consult__left {
        width: 100%;
        text-align: center;
    }

    .consult__right {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #consultform-messenger {
        margin-left: auto;
        margin-right: auto;
        margin-top: 19px;
    }

    .service__item {
        /* width: calc(50% - 10px); */
        width: 100%;
    }

    .contacts-page__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contacts-page__item {
        width: calc(50% - 10px);
        font-size: 14px;
    }

    .reviews-page__wrapper > div {
        width: calc(50% - 10px);
    }
}

@media (max-width: 560px) {
    header .header__logo--mobile {
        display: block;
    }

    .footer__top {
        padding-bottom: 50px;
    }

    .header__top {
        font-size: 12px;
    }

    header .header__logo {
        display: none;
    }

    .header__right {
        width: 100%;
    }

    .header-callback-button {
        display: block;
        text-align: center;
        width: 100%;
    }

    .header__top-wrapper {
        justify-content: space-between;
    }

    footer .footer__top .footer__wrapper > div {
        width: 100%;
        order: 3;
    }

    footer .footer__wrapper > div:first-child {
        order: 1;
        width: 100%;
    }

    footer .footer__wrapper > div:last-child {
        order: 2;
        width: 100%;
    }

    .footer__header {
        margin-top: 10px;
    }

    .reviews__wrapper .owl-nad {
        display: none;
    }

    .contacts-page__item {
        width: 100%;
    }
}
@font-face {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica-Thin.ttf) format("woff2");
}

@font-face {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica-Light.woff2) format("woff2");
}

@font-face {
    font-family: 'Geologica';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica_Cursive-Light.woff2) format("woff2");
}

@font-face {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/inter/Inter18pt-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Geologica';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica_Cursive-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/geologica/Geologica-Medium.woff2) format("woff2");
}



@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXO61F3f.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXq61F3f.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXC61F3f.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnX661A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXO61F3f.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXq61F3f.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXC61F3f.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnX661A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXO61F3f.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXq61F3f.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXC61F3f.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnX661A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXO61F3f.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXq61F3f.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXC61F3f.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnX661A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXO61F3f.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXq61F3f.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnXC61F3f.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWEBXyIfDnIV7nEnX661A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../gfonts/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWkU1Z4Y.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFU0U1Z4Y.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUU1Z4Y.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
