:root {
    --top-bar-bg: #534B85;
    --top-bar-height: 40px;
    --banner-gradient-start: #AD2A2C;
    --banner-gradient-end: #534B85;
    --icon-color: #AD2A2C;
    --footer-bg-color: var(--banner-gradient-start);
    --text-color: #222222;
    --bg-color: #ffffff;
    --banner-height: 600px;
}

.btn-app{
    border-color: #A42E35;
    border-width: 2px;
    color: #A42E35;
    font-weight: bold;
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn-app:hover{
    background: #A42E35;
    color: #fff;
    border-color: #A42E35;
}

@media (max-width: 768px) {
    .btn-app-header {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

html, body {
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 600px) {
    html {
        font-size: 12px;
    }
}

.navbar {
    height: 100px;
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
}

.navbar .logo-utg {
    height: 80px;
}

.navbar .logo {
    height: 50px;
}

@media (max-width: 900px) {
    .navbar .logo-utg {
        height: 50px;
    }

    .navbar .logo {
        height: 50px;
    }

}

.navbar .links-block a {
    margin-left: 10px;
    color: #000;
    font-weight: bold;
}

.navbar .links-block a:hover, .navbar .links-block a.active {
    color: var(--icon-color);
    position: relative;
    text-decoration: none;
}

.navbar .links-block a:hover:before, .navbar .links-block a.active:before {
    position: absolute;
    content: " ";
    bottom: -4px;
    left: 10%;
    width: 80%;
    height: 3px;
    background: var(--icon-color);
}

.navbar .phones-list {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.navbar .phones-list li a {
    font-weight: bold;
    color: #000;
    font-size: .9rem;
}

@media (max-width: 768px) {
    .navbar .phones-list li {
        text-align: right;
    }
}

.navbar .phones-list li a:hover {
    color: var(--icon-color);
}

.banner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: var(--banner-height);
    background: url(../images/caunters.jpg) no-repeat bottom center;
    background-size: cover;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--banner-height);
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner .slogan {
    padding: 1rem;
    background: linear-gradient(to right, var(--banner-gradient-start), var(--banner-gradient-end));
    border: 10px solid #fff;
}

.banner .slogan h1 {
    font-size: 2.7rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center;
}


.banner__footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: linear-gradient(to right, var(--banner-gradient-start), var(--banner-gradient-end));
}

.banner__footer h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.banner__footer p {
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .banner {
        box-sizing: border-box;
        height: 492px;
        min-height: 492px;
        background: url(../images/caunters-mobile.jpg) no-repeat center center;
        background-size: cover;
    }

    #particles-js {
        height: 492px;
    }

    .banner .slogan {
        padding: 26px 13px;
        border: 6px solid #fff;
    }

    .banner .slogan h1 {
        font-size: 24px;
    }

    .banner__footer h2 {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }
}

.content {
    position: relative;
}

#particles-js2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
}

.content [class^="icon-"] {
    font-size: 8rem;
    color: var(--icon-color);
}

.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.03em;
    color: #AD2A2C;
    text-align: center;
    max-width: 850px;
    margin: 50px auto 35px;
}

@media (max-width: 768px) {
    .title {
        font-size: 24px;
        max-width: unset;
        margin: 35px auto 25px;
    }
}

.box {
    max-width: 510px;
    padding: 35px 30px;
    background: #F4F8FC;
    box-shadow: 8px 8px 15px rgba(83, 75, 133, 0.18);
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px ) {
    .box {
        max-width: unset;
        padding: 15px;
        font-size: 14px;
    }
}

.benefit {
    height: 144px;
    background: #AD2A2C;
    padding: 29px 130px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 35px 0 40px;
}

.benefit__title {
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 768px) {
    .benefit {
        height: auto;
        padding: 15px;
        font-size: 14px;
        font-weight: 400;
        margin: 20px -15px;
    }
    .benefit__title {
        font-weight: 700;
        font-size: 16px;
    }
}

.btn-consultation {
    font-size: 20px;
    background: linear-gradient(113.88deg, #AA2B2F 7.44%, #574A82 102.49%);
    border-radius: 30px;
    line-height: 60px;
    width: 350px;
    color: white;
    border-color: transparent;
}

@media (max-width: 768px) {
    .btn-consultation {
        font-size: 14px;
        line-height: 50px;
        width: 260px;
    }
}

.benefit-caunters__title {
    font-weight: bold;
    font-size: 22px;
}

.benefit-caunters__text {
    font-weight: 500;
    font-size: 16px;
}

.line-container {
    height: 78px;
}

.line {
    height: 4px;
    background: #574A82;
    top: calc(50% - 2px);
}

.line-circle {
    left: calc(50% - 14px);
    top: calc(50% - 14px);
}

.empty {
    min-height: 110px;
}

@media (max-width: 767px) {
    .line-container {
        transform: rotate(90deg);
        height: 87px;
        width: 87px;
        margin: 8px auto;
    }

    .line {
        height: 2px;
        background: #574A82;
        top: calc(50% - 1px);
    }

    .line-circle {
        left: calc(50% - 9px);
        top: calc(50% - 9px);
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 600px) {
    .content__banner {
        padding-left: 1rem !important;
    }

    .content__banner:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .img {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
}

@media (max-width: 800px) {
    .subtitle {
        font-size: 16px;
    }
}

.footer {
    position: relative;
    margin-top: calc((var(--top-bar-height) + 10px) * -1);
    padding: 2rem 1rem;
    width: 100%;
    background: var(--footer-bg-color);
}

.footer img {
    height: 100px;
}

.footer ul {
    list-style: none;
}

.footer ul li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 600px) {
    .footer img {
        height: 50px;
    }
}

.divider {
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}