.pointer {
    position: absolute;
    width: 100px;
    height: 100px;
    pointer-events: none;
    z-index: 100;
    top: 50%;
    left: 50%;
    opacity: 0;
}

.pointer .pointer__circle {
    position: absolute;
    top: 50%;
    transform: scale(1) translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background: #324590;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.37, 0.01, 0, 0.98);
}

.pointer.hide .pointer__circle {
    transition: all 0.3s;
    opacity: 0.2;
    width: 60px;
    height: 60px;
}

.pointer .cursor__arrow {
    opacity: 0;
    position: absolute;
    left: 45%;
    top: 34%;
    transform: rotate(-45deg);
}

.pointer__circle.big {
    background: white !important;
    width: 128px;
    height: 128px;
}

.pointer__circle.big + .cursor__arrow {
    opacity: 1;
}

.pointer__circle.small {
    background: white !important;
    width: 64px;
    height: 64px;
}

.project-info__img:nth-child(3) {
    padding-top: 50%;
}

.blue-button__wrapper {
    display: flex;
    justify-content: center;
}

.page-text span {
    max-width: 1700px;
}

.container {
    max-width: 1300px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*------------------------*/
.seo-text h1 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 36px;
}

.seo-text h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
}

.seo-text p,
.seo-text  li {
    letter-spacing: -0.2px;
    font-size: 18px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.seo-text ul {
    list-style: disc;
    padding-left: 30px;
    margin: 20px 0;
}

.seo-text li {
    margin-bottom: 0;
}


/*------------------------*/
.services h2 {
    font-size: 36px;
}

.contacts-list ul li a,
.blog-list ul li a {
    display: inline-block;
    line-height: 17px;
    font-weight: 500;
    font-size: 16px;
    color: #324590;
    margin: 0 0 5px 0;
}

.contacts-list ul li a:hover,
.blog-list ul li a:hover {
    color: #4353FF;
}

@media (min-width: 360px) and (max-width: 480px) {
    section.page-text:not(.about) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .video-banner#masthead .video-banner__wrapper .masthead-container h1 .masthead-container__line .line.transform-anim {
        transform: translateY(0px) !important;
    }

}

/*------------ me ------------*/
.projects-slider {
    padding-bottom: 30px;
}
.projects-slider h2 {
    color: #202124;
    font-size: 43px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.bb-section .blue-button,
.bb-section .blue-button:hover {
    background: #fff;
    border: 1px solid #324590;
}
.bb-section .blue-button span {
    color: #324590;
}
.footer__layout__copyright a {
    color: #324590;
}
.footer__layout__copyright a:hover {
    color: #4353FF;
}





/*------------ adapt ------------*/
@media (max-width: 480px) {
    .projects-slider h2 {
        text-align: center;
        font-size: 28px;
    }
    .footer .footer__layout .footer__layout__btns .footer__layout__btns__to-top,
    .footer .footer__layout .footer__layout__btns .footer__layout__btns__to-top:hover {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .footer .footer__layout .footer__layout__btns .footer__layout__btns__to-top:hover path {
        fill: #324590 !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .page-top-text.transform-anim .anim1,
    .page-top-text.transform-anim .anim2 {
        white-space: initial; /*отключить анимацию для верхнего текстового блока на Главной*/
    }
}

@media (max-width: 720px) {
    .project-info .project-info__content .project-info__img-mobile {
        position: relative;
    }
    .showreel-banner .showrell-video.open {
        display: flex;
        align-items: center;
    }
}


@media (hover: none) and (pointer: coarse) {
    body div,
    body button,
    body section,
    body img,
    body a,
    body a:hover {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .footer .footer__layout .footer__layout__btns .footer__layout__btns__to-top:hover {
        background-color: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .blue-button:hover {
        background: #324590;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    body a:hover {
        color: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .header .header__menu .header__menu__body .header__menu__body__pages .header__menu__body__pages__link a:hover,
    .header .header__menu .header__menu__body .header__menu__body__forms .header__menu__body__forms__link a:hover,
    .header .header__menu .header__menu__body .header__menu__body__info .header__menu__body__info__link a:hover,
    .footer .footer__layout .footer__layout__info h2 a:hover,
    .footer__layout__copyright a:hover,
    .footer .footer__layout .footer__layout__info .footer__layout__info__content li a:hover {
        color: #324590;
    }
}






