@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/* Scroll Bar */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 8px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 8px;
    background-color: #cc0000;
    -webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 8px;
    background-color: #cc0000;
    -webkit-border-radius: 5px;
}
@font-face {
    font-family: 'LawyerGothic';
    src: url('../fonts/LawyerGothic-Bold.eot');
    src: url('../fonts/LawyerGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/LawyerGothic-Bold.woff2') format('woff2'), url('../fonts/LawyerGothic-Bold.woff') format('woff'), url('../fonts/LawyerGothic-Bold.ttf') format('truetype'), url('../fonts/LawyerGothic-Bold.svg#LawyerGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'StreetBoldExpanded';
    src: url('../fonts/StreetBoldExpanded.eot');
    src: url('../fonts/StreetBoldExpanded.eot?#iefix') format('embedded-opentype'), url('../fonts/StreetBoldExpanded.woff2') format('woff2'), url('../fonts/StreetBoldExpanded.woff') format('woff'), url('../fonts/StreetBoldExpanded.ttf') format('truetype'), url('../fonts/StreetBoldExpanded.svg#StreetBoldExpanded') format('svg');
    font-weight: bold;
    font-style: normal;
}
@keyframes grow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2.5);
    }
}
@keyframes grow-arrow {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
@-webkit-keyframes jittery {
    5%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    15% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    20% {
        -webkit-transform: scale(1.05) rotate(-5deg);
        transform: scale(1.05) rotate(-5deg)
    }
    25% {
        -webkit-transform: scale(1.05) rotate(5deg);
        transform: scale(1.05) rotate(5deg)
    }
    30% {
        -webkit-transform: scale(1.05) rotate(-3deg);
        transform: scale(1.05) rotate(-3deg)
    }
    35% {
        -webkit-transform: scale(1.05) rotate(2deg);
        transform: scale(1.05) rotate(2deg)
    }
    40% {
        -webkit-transform: scale(1.05) rotate(0);
        transform: scale(1.05) rotate(0)
    }
}
@keyframes jittery {
    5%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    15% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    20% {
        -webkit-transform: scale(1.05) rotate(-5deg);
        transform: scale(1.05) rotate(-5deg)
    }
    25% {
        -webkit-transform: scale(1.05) rotate(5deg);
        transform: scale(1.05) rotate(5deg)
    }
    30% {
        -webkit-transform: scale(1.05) rotate(-3deg);
        transform: scale(1.05) rotate(-3deg)
    }
    35% {
        -webkit-transform: scale(1.05) rotate(2deg);
        transform: scale(1.05) rotate(2deg)
    }
    40% {
        -webkit-transform: scale(1.05) rotate(0);
        transform: scale(1.05) rotate(0)
    }
}
@-webkit-keyframes heartbeat {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}
@keyframes heartbeat {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input, button, select, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
button, a {
    cursor: pointer;
    transition: 300ms;
}
table {
    border-collapse: collapse;
    width: 100%;
}
img {
    max-width: 100%;
}
#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #750c7e;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
}
/*#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 1px solid white;
    position: fixed;
    border-radius: 4px;
    z-index: 101;
    pointer-events: none;
    transition: border-color 0.5s;
}*/
.fixed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.fixed:after {
    content: '';
    clear: both;
    display: table;
}
*:before, *:after {
    box-sizing: border-box;
}
*[class*="-btn"] {
    transition: 300ms;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    justify-content: center;
}
.flex-align {
    align-items: center;
}
.flex-right {
    margin-left: auto;
}
.inline {
    display: inline-block;
    vertical-align: middle;
}
.head {
    padding: 20px 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}
.btn {
    background: rgb(227, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    color: #fff;
    transition: 300ms;
    text-align: center;
    text-decoration: none!important;
    font-size: 16px;
    max-width: 100%;
    font-weight: 500;
    border-radius: 5px;
}
.btn:hover {
    background: rgb(204, 0, 0);
}
.promo-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.promo-bg {
    background: url(../img/promo.webp) no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: grow 100000ms;
}
.promo-bg:before {
    content: '';
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.promo-section .fixed {
    height: 100%;
    position: relative;
}
.promo-cont {
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 5;
}
.promo-inner {
    position: relative;
}
.promo-title {
    width: 100%;
    font: 55px 'LawyerGothic', sans-serif;
    margin-bottom: 35px;
}
.promo-title span {
    font-size: 85px;
}
.promo-title i {
    font-size: 25px;
    font-style: normal;
}
.promo-text {
    font: 500 27px 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.promo-social {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.promo-social-link {
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none!important;
    font-size: 22px;
}
.promo-social-link.telegram {
    font-size: 27px;
}
.promo-social-link.viber {
    font-size: 26px;
}
.promo-social-link.vk {
    font-size: 25px;
}
.promo-social-link.vk i {
    line-height: 2.1;
}
.promo-social-link:hover {
    color: #cc0000;
    background: #fff;
    transform: translateX(2px);
}
.promo-arrow {
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
    width: 100%;
}
.promo-arrow svg {
    width: 30px;
}
.promo-arrow svg path {
    fill: #fff;
}
.promo-arrow-btn {
    cursor: pointer;
    opacity: 0.7;
    animation: grow-arrow 1500ms infinite;
}
.cmax {
    max-width: 1100px;
    margin: 0 auto;
}
.me-section {
    padding: 120px 0;
}
.me-col-1 {
    width: 350px;
}
.me-col-2 {
    width: calc(100% - 420px);
    margin-left: auto;
}
.me-photo > img {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}
.me-sbm {
    align-items: center;
}
.me-sbm-btn {
    -webkit-animation: jittery 4s infinite;
    animation: jittery 4s infinite;
}
.me-sbm-btn:hover {
    -webkit-animation: heartbeat .2s infinite;
    animation: heartbeat .2s infinite;
}
.me-sbm-text {
    font-size: 14px;
    font-weight: 500;
    margin-left: 22px;
}
.me-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
}
.me-info {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 35px;
    gap: 25px;
}
.me-info-item-title {
    font-weight: 500;
}
.me-text {
    line-height: 1.5;
    margin-bottom: 30px;
}
.serv-section {
    background: #ebebeb;
    padding: 80px 0;
}
.serv-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.serv-list {
    margin: 0 0 0 15px;
}
.serv-list > li {
    list-style: square outside;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.serv-list > li:last-child {
    margin-bottom: 0;
}
.serv-list > li > b {
    font-weight: 600;
}
.footer {
    padding: 50px 0;
    font-size: 14px;
}
.footer-row {
    align-items: center;
}
.footer-col {
    flex: auto;
}
.footer-rekv > p:not(:last-child) {
    margin-bottom: 10px;
}
.footer-rekv b {
    font-weight: 600;
}
.footer-list {
    text-align: center;
}
.footer-list > li:not(:last-child) {
    margin-bottom: 10px;
}
.footer-social {
    margin: -7px;
    justify-content: flex-end;
}
.footer-social .promo-social-link {
    border-color: #cc0000;
    color: #cc0000;
    margin: 7px;
}
.footer-social .promo-social-link:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}
.oferta-section {
    padding: 80px 0;
}
.oferta-title {
    margin-bottom: 40px;
}
.one-wrapper {
    font-size: 14px;
    line-height: 1.5;
}
.one-wrapper:not(:last-child),
.one-wrapper p:not(:last-child) {
    margin-bottom: 15px;
}
.rev-section {
    padding: 80px 0;
}
.rev-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.rev-item-box {
    background: #e7faff;
    border-radius: 5px;
    padding: 25px;
    height: 100%;
    font-size: 15px;
}
.rev-item-top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #2d6e86;
}
.rev-item-type {
    font-weight: 500;
    margin-bottom: 20px;
}
.rev-all {
    justify-content: center;
    margin-top: 45px;
}
.rev-item-text {
    max-height: 97px;
    overflow: auto;
}
@media(max-width: 1100px) {
    #pointer-ring,
    #pointer-dot {
        display: none!important;
    }
}
@media(max-width: 991px) {
    .promo-section {
        height: auto;
    }
    .promo-inner {
        padding: 50px 0 100px 0;
    }
    .promo-title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .promo-title span {
        font-size: 50px;
    }
    .promo-title i {
        font-size: 20px;
    }
    .promo-text {
        font-size: 22px;
    }
    .promo-social {
        right: 20px;
    }
}
@media(max-width: 950px) {
    .me-section,
    .serv-section,
    .rev-section {
        padding: 55px 0;
    }
    .rev-section {
        padding-bottom: 35px;
    }
    .me-col {
        width: 100%;
    }
    .me-col-1 {
        margin-bottom: 35px;
    }
}
@media(max-width: 768px) {
    .footer-row {
        margin: -15px -5px;
    }
    .footer-col {
        width: 50%;
        padding: 15px 5px;
    }
    .footer-col-3 {
        width: 100%;
    }
    .footer-social {
        justify-content: center;
    }
    .footer-list {
        text-align: right;
    }
    .footer {
        padding: 40px 0;
    }
    body {
        font-size: 14px;
    }
    .serv-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .promo-arrow {
        display: none;
    }
    .promo-inner {
        padding: 50px 0;
    }
    .rev-items {
        grid-template-columns: 100%;
    }
    .rev-item-text {
        height: auto;
        overflow: hidden;
    }
}
@media(max-width: 650px) {
    .promo-social-link {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .promo-social-link.telegram {
        font-size: 22px;
    }
    .promo-social-link.vk {
        font-size: 20px;
    }
    .me-photo > img {
        width: 250px;
        height: 250px;
    }
    .promo-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .promo-title span {
        font-size: 30px;
    }
    .promo-title i {
        font-size: 13px;
    }
    .promo-text {
        font-size: 14px;
    }
    .promo-social .promo-social-link {
        margin: 13px 0;
    }
}
@media(max-width: 550px) {
    .me-sbm-text {
        width: 100%;
        margin: 15px 0 0 0;
    }
}