body {
    color: #161616;
    background: #ededf5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 500;
}

.article-blog {
    line-height: 1.6;
}

::selection {
    background: #1B1B76; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #1B1B76; /* Firefox */
    color: #fff;
}

article {
    color: #161616;
}

article a {
    color: #161616;
    text-decoration-color: #3232DC;
    transition: all .3s ease-out;
}

article a:hover {
    color: #3232DC;
}

article ol li::marker, article ul li::marker {
    color: #3232DC;
}

.breadcrumbs {
    color: #3232DC;
}

article b,
article strong {
    font-weight: 500;
}

table td,
table th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

header .logo-header .custom-logo-text {
    filter: brightness(0) invert(0);
}

footer a {
    color: #161616;
    font-weight: 400;
}

.breadcrumbs a {
    color: #161616;
    font-weight: 400;
}

.breadcrumbs .breadcrumb_last {
    color: #161616;
}

.header-glass {
    background: rgb(237 237 245 / 50%);
    border: 1px solid rgb(216 216 226);
}

#topnav {
    background: rgb(237 237 245 / 96%);
    border: 1px solid rgb(216 216 226);
}

header .phones a {
    color: #161616;
}

#topnav #top-nav-ul li a {
    color: #161616;
}

#topnav #top-nav-ul li a:hover {
    color: #FF0033;
}

.hr-site, footer hr {
    background: linear-gradient(to right, #FF0033, #ff9aae);
}

.send-phone-form .modal-content {
    background: rgb(237 237 245 / 96%);
    border: 1px solid rgb(216 216 226);
    /*backdrop-filter: blur(3px);*/
}

.wpcf7-form-control:not(.wpcf7-submit), .form-control {
    background: url(../images/icon-slash.svg) 15px center / 20px 20px no-repeat,
    linear-gradient(#ededf5, #ededf5) padding-box,
    linear-gradient(180deg, #FF0033, #ff9aae) border-box;
    color: #161616;
}

.modal .modal-header .modal-title {
    color: #161616;
}

.btn.wpcf7-submit {
    background: linear-gradient(to top, #99001F, #FF0033) border-box;
}

.cta .row-contact a {
    color: #161616;
    font-weight: 400;
}

.cta-header .sign {
    color: #ededf5;
    -webkit-text-stroke: 2px #FF0033;
    text-shadow: none;
    font-weight: 500;
}

.cta-header .heading {
    font-weight: 500;
}

#bottom-nav li a {
    background: #ededf5;
    border: 2px solid #FF0033;
    color: #161616;
    transition: all .3s ease-out;
}

#bottom-nav li a:hover {
    color: #ededf5;
    background: #FF0033;
}

.main-header .heading {
    font-weight: 400;
    text-shadow: none;
    color: #161616;
    font-size: 74px;
    -webkit-text-stroke: 1px #161616;
}

.page-header {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.wpcf7 .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 1px solid #FF0033 !important;
    background: #ededf5;
    color: #161616;
}

/*blog*/
.blog-thumb {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    top: 0;
    transition: all .4s ease-out;
}

.blog-thumb:hover {
    top: -4px;
}

.blog-thumb .blog-title {
    margin-bottom: 1rem;
}

.blog-thumb .blog-title a {
    font-size: 25px;
    line-height: 1.3;
    color: #161616;
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-out;
}

.blog-thumb .blog-title a:hover {
    color: #3232DC;
}

.blog-thumb .blog-description {
    font-size: 17px;
    font-weight: 300;
}

.blog-thumb .blog-bottom {
    margin-top: 1rem;
}

.blog-thumb .blog-bottom .btn-blog {
    background: #a7a7b9;
}

.blog-thumb .blog-bottom .btn-blog:before {
    background: linear-gradient(to right, #3232DC, #1B1B76);
}

.blog-thumb .blog-bottom svg {
    transition: all .4s ease-out;
}

.blog-thumb:hover .blog-bottom svg {
    transform: rotate(45deg);
}

.kamatoc-wrap {
    background: #dbdbe9;
    border: 1px solid rgb(216 216 226);
}

.kamatoc-wrap .kamatoc li a {
    color: #161616;
}

.kamatoc-wrap .kamatoc li::marker {
    color: #3232DC;
}

.modal .modal-header .modal-title {
    color: #fff;
}

.cookie-block {
    color: #fff;
}

/*end blog*/


@media (max-width: 1399px) {
    .main-header .heading {
        font-size: 76px;
    }
}

@media (max-width: 991px) {
    .main-header .heading {
        font-size: 64px;
    }

    .main-header {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .header-glass {
        background: transparent;
        border: none;
    }

    .header-glass .languages {
        background: rgb(237 237 245 / 50%);
        border: 1px solid rgb(216 216 226);
    }

    .main-header .heading {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .main-header .heading {
        font-size: 44px;
    }

    .blog-thumb .blog-title a {
        font-size: 24px;
    }

    .blog-thumb .blog-description {
        font-size: 16px;
    }

    .blog-thumb {
        border-radius: 15px;
        padding: 15px;
    }
}