@import url('../fonts/Onest/stylesheet.css');

body {
    font-family: 'Onest';
    background: linear-gradient(0deg, #F0F2F5, #F0F2F5), #FFFFFF;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

:root {
    --main-color: #C83E5F;
}

.custom-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 118%;
}

@media (max-width: 766px) {

    .custom-title {
        font-size: 44px;
    }

}

.link-custom {
    font-weight: 700;
    font-size: 18px;
    line-height: 118%;
    transition: .4s;
    float: right;
    border: 1px solid #fff;
    border-radius: 55px;
    padding: 6px 7px 6px 35px;
}

.link-custom svg {
    margin-left: 20px;
    transition: .4s;
}

.link-custom:hover {
    background: white;
    color: var(--main-color);
}

.link-custom:hover svg {
    transform: rotate(-45deg);
}

.link-custom:hover circle {
    fill: var(--main-color);
}

.link-custom:hover path {
    stroke: white;
}

.link-custom:hover svg path {
    stroke: white;
}

.custom-limit-text {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

/* ===================[ Стилизация шапки ]=================== */

.navbar-mobile {
    display: none;
    transition: .3s;
}

.header-block {
    position: fixed;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F7F7F8;
    border-radius: 60px;
    height: 90px;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 100;
}

.header-block .row .col-md-4 svg {
    margin-top: 14px;
}

.navbar-list {
    text-align: right;
    padding-left: 0;
    height: 90px;
}

.navbar-list .dropdown-menu,
.navbar-mobile .dropdown-menu {
    border-radius: 12px;
    border: none !important;
    top: 37px !important;
}

.navbar-list .navbar-item:not(:last-child) {
    margin-right: 20px;
    padding-top: 34px;
}

.navbar-item {
    display: inline-block;
    position: relative;
    height: 90px;
}

.navbar-item .navbar-underline {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    border-radius: 13px;
}

.navbar-item a {
    transition: .3s;
}

.navbar-item a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.navbar-item a.navbar-link:not(.link-request):hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    border-radius: 13px;
    background: var(--main-color);
}

.navbar-item a.link-request {
    font-weight: 700;
    font-size: 18px;
    line-height: 118%;
    background: var(--main-color);
    color: #fff;
    padding: 17px 47px;
    border-radius: 55px;
    transition: .3s;
    border: 2px solid var(--main-color);
}

.navbar-item a.link-request:hover {
    background: #fff;
    color: var(--main-color);
    text-decoration: none;
}

.header-block .link-home img {
    margin-top: 13px;
}

.navbar-mobile.active {
    transition: .3s;
    transform: rotate(45deg);
}

.mobile-list-menu {
    position: absolute;
    top: 100px;
    background: #fff;
    width: 100%;
    border-radius: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.mobile-list-menu ul {
    list-style: none;
    margin: 0;
    padding: 20px;
}

.mobile-list-menu ul li:not(:first-child) {
    margin-top: 20px;
}

.mobile-toggle {
    display: none;
    text-align: right;
    padding-top: 31px;
    padding-right: 30px;
}

@media (max-width: 1400px) {

    .navbar-list .navbar-item:not(:last-child) {
        margin-right: 15px;
    }

}

@media (max-width: 1200px) {

    .navbar-list .navbar-item:last-child {
        display: none;
    }

}

@media (max-width: 990px) {

    .header-block .col-md {
        display: none;
    }

    .mobile-toggle {
        display: inline-block;
    }

}

/* ===================[ end ]=================== */


/* ===================[ Пагинация ]=================== */

.pagination {
    margin-top: 30px;
}

.pagination li:first-child a {
    margin-left: 0;
}

.pagination li a {
    padding: 12px 16px;
    background: #fff;
    margin-left: 15px;
    border-radius: 11px;
}

.pagination li.disabled {
    display: none;
}

.pagination li.active a,
.pagination li a:hover {
    background: linear-gradient(0deg, rgba(200, 62, 95, 0.5), rgba(200, 62, 95, 0.5)), #F7F7F8;
    color: #fff;
}

.pagination li.active a {
    pointer-events: none;
}

/* ===================[ end ]=================== */


/* ===================[ Хлебные крошки ]=================== */

.bread {
    margin-top: 160px;
}

.bread .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.bread .breadcrumb li {
    margin-right: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 118%;
    color: rgba(43, 43, 43, 0.6);
    transition: .3s;
}

.bread .breadcrumb li:not(.breadcrumbs-current):hover {
    color: var(--main-color);
}

.bread .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.bread .breadcrumb .breadcrumbs-current {
    font-weight: 700;
    color: rgba(43, 43, 43, 1);
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
}


/* ===================[ end ]=================== */


/* ===================[ Футер ]=================== */

.footer-block {
    color: #fff;
    background: #262626;
    border-radius: 90px 90px 0 0;
    padding: 60px 0 26px 0;
    margin-top: 110px;
}

.footer-block .footer-menu {
    list-style: none;
}

.footer-block .menu-item a {
    transition: .3s;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
}

.footer-block .menu-item a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.footer-block .menu-item:not(:first-child) {
    margin-top: 15px;
}

.footer-block .footer-social {
    margin-bottom: 44px;
}

.footer-block .social-link:not(:first-child) {
    margin-left: 10px;
}

.footer-block .social-link svg circle {
    transition: .3s;
}

.footer-block .social-link:hover svg circle {
    fill: var(--main-color);
}

.footer-block .footer-address,
.footer-block .footer-mail,
.footer-block .footer-phone {
    font-weight: 300;
    font-size: 18px;
    line-height: 94%;
    margin-top: 15px;
}

.footer-block .politic-info {
    margin-top: 80px;
    border-top: 1px solid #3D3D3D;
    padding-top: 15px;
}

.footer-block .politic-description,
.footer-block .politic-popup {
    font-weight: 300;
    font-size: 16px;
    line-height: 128.5%;
}

.footer-block .politic-popup {
    text-align: right;
}

@media (max-width: 992px) {

    .footer-block .footer-info-block .col-lg-3 li {
        display: inline-block;
        margin-left: 20px;
    }

    .footer-block .footer-info-block > div {
        margin-top: 20px;
        text-align: center;
    }

}

@media (max-width: 768px) {

    .footer-block .footer-info-block .col-lg-3 ul {
        padding-left: 0;
    }

    .footer-block .footer-info-block .col-lg-3 li {
        display: block;
        margin-left: 0;
    }

}

/* ===================[ end ]=================== */