

/* Start:/local/templates/clear/template_styles.css?177566594931366*/
@import url("/assets/fonts/graphik/stylesheet.css");

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Graphik LCG';
    font-weight: normal;
    font-style: normal;
    color: #333;
}

body.oh {
    overflow: hidden;
}

h1, h2, h3, h4, h5, p, ul, ol {
    margin: 0;
    padding: 0;
}

header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 300;
}

.max-width-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    transition: all .3s;
}

.header__col {
    margin-top: auto;
    margin-bottom: auto;
}

.header__col a {
    text-decoration: none;
}

#burger {
    width: 40px;
    padding: 5px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: relative;
}

#burger span {
    margin: 3px auto;
    width: 100%;
    height: 3px;
    background-color: #333;
    position: relative;
    transition: all .3s;
}

#burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
}

#burger.active span:nth-child(2) {
    display: none;
}

#burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 4px;
}

.logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.logo:hover .logo__text:nth-child(2) {
    opacity: 0;
    transition: all .3s;
}

.logo__text {
    font-weight: 600;
    transition: all .3s;
    color: #333;
}

.logo__text.domain {
    transition: all .3s;
}

.logo__text:nth-child(2) {
    opacity: 1;
}

.top-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.top-menu__li {
    list-style: none;
    padding: 0 20px;
}

.top-menu__li:last-child {
    padding: 0 0 0 20px;
}

.top-menu__link {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.top-menu__link.selected span {
    opacity: 0;
}

.top-menu__link span {
    opacity: 1;
    transition: all .3s;
}

.top-menu__link:hover {
    text-decoration: none;
    color: #333;
}

.top-menu__link:hover span {
    opacity: 0;
    transition: all .3s;
}

.common-wrapper {
    position: relative;
    overflow: hidden;
}

.main {
    position: relative;
    overflow: hidden;
}

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
}

/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
    opacity: 0;
}

.mobile-menu {
    display: block;
    width: 100vw;
    border-left: 1px solid #eee;
    position: fixed;
    height: 100vh;
    left: -100vw;
    z-index: 300;
    transition: all .3s;
}

.mobile-menu.active {
    left: 0;
    transition: all .3s;
}

.mobile-menu-inner {
    min-height: calc(100svh - 75px);
    height: 100%;
    margin-top: 75px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.mobile-menu-list {
    height: 40%;
    padding: 30px 30px;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.mobile-menu-list-ul {
    margin-top: auto;
    margin-bottom: 0;
}

.mobile-menu__li {
    list-style: none;
    display: block;
    text-align: right;
    padding: 0 0 15px 0;
}

.mobile-menu__li:last-child {
    padding-bottom: 0;
}

.mobile-menu__link {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.mobile-menu__link.selected {
    display: inline-block;
    position: relative;
}

.mobile-menu__link:active {
    color: #333!important;
    text-decoration: none!important;
}

.mobile-menu__link.selected:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/assets/images/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: -35px;
    top: -5px;
    opacity: .5;
}

.mobile-menu-contacts {
    height: 60%;
    background-color: #eee;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 30px;
    text-align: right;
}

.mobile-menu-contacts-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.mobile-menu-contacts-title__value {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mobile-menu-contacts-title__subtitle {
    font-size: 14px;
    color: #aeadae;
}

.mobile-menu-contacts-list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 15px 0;
    margin-bottom: 30px;
}

.mobile-menu-contacts-list a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    margin-left: auto;
}

.mobile-menu-contacts-list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.mobile-menu-contacts-list a:last-child {
    margin-bottom: 0;
}

.bx-form-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.bx-form-button__inner {
    margin: auto 0 auto auto;
}

footer {
    background-color: #fff;

}

.footer-wrapper {
    padding: 15px 40px;
    display: flex;
    border-top: 3px solid #eee;
}

.footer__col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.footer__col span {
    font-weight: 300;
    color: #333;
    font-size: 18px;
    /*text-transform: uppercase;*/
    display: inline-block;
}

.footer__col a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    font-size: 18px;
}

.footer__col a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s;
}

.footer__col a:hover:after {
    width: 100%;
    transition: all .3s;
}

.cookie-disclaimer {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 400;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    transition: opacity .3s, visibility .3s, transform .3s;
}

.cookie-disclaimer_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}

.cookie-disclaimer__text {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}

.cookie-disclaimer__button {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    font-family: 'Graphik LCG';
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 18px;
    transition: all .3s;
    white-space: nowrap;
}

.cookie-disclaimer__button:hover {
    background-color: #fff;
    color: #333;
}

@media (min-width: 320px) {
    .header__col:nth-child(2) {
        display: none;
    }
    .header__col:nth-child(3) {
        display: block;
    }
    .logo__text {
        font-size: 20px;
    }
    .header {
        height: 75px;
    }
    .max-width-wrapper {
        padding: 0 30px;
    }
    .inner-page-content.custom-padding {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .footer-wrapper {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
    .footer__col:nth-child(1) {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer__col:nth-child(2) {
        text-align: center;
    }
    .footer__col span {
        margin-left: auto;
        margin-right: 10px;
    }

    .footer__col a {
        margin-right: auto;
        margin-left: 0;
    }

    .cookie-disclaimer {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 14px 16px;
        flex-flow: column nowrap;
        align-items: flex-start;
        gap: 12px;
    }

    .cookie-disclaimer__text {
        font-size: 14px;
    }

    .cookie-disclaimer__button {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 410px) {
    .logo__text {
        font-size: 25px;
    }
}

@media (min-width: 640px) {
    .logo__text {
        font-size: 20px;
    }
    .header {
        height: 75px;
    }
    .inner-page-content.custom-padding {
        padding-top: 150px;
        padding-bottom: 60px;
    }
    .footer-wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .footer__col:nth-child(1) {
        text-align: left;
        margin-bottom: 0;
    }

    .footer__col:nth-child(2) {
        text-align: right;
    }
    .footer__col span {
        margin-left: auto;
        margin-right: 10px;
    }

    .footer__col a {
        margin-right: 0;
        margin-left: auto;
    }

    .cookie-disclaimer {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 16px 20px;
        flex-flow: row nowrap;
        align-items: center;
        gap: 20px;
    }

    .cookie-disclaimer__text {
        font-size: 15px;
    }

    .cookie-disclaimer__button {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .logo__text {
        font-size: 25px;
    }
    .header {
        height: 75px;
    }
    .header__col:nth-child(2) {
        display: block;
    }
    .header__col:nth-child(3) {
        display: none;
    }
    .max-width-wrapper {
        padding: 0 40px;
    }
    .inner-page-content.custom-padding {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .cookie-disclaimer {
        max-width: 760px;
        left: auto;
    }
}

@media (min-width: 1280px) {
    .logo__text {
        font-size: 30px;
    }
    .header {
        height: 100px;
    }
    .inner-page-content.custom-padding {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1368px) {

}




.main-page {
    min-height: 100svh;
    position: relative;
    z-index: 200;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.main-page__title {
    display: flex;
}

.main-page__title span {
    display: block;
    line-height: 1;
    color: #333;
}

.main-page__title span a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

.main-page__title span a:hover {
    color: #fff;
    -webkit-text-stroke: 1px  #333;
    transition: all .3s;
}

.main-page__title span:nth-child(1) {
    font-weight: 900;
}

.main-page__title span:nth-child(2) {
    font-weight: 600;
    opacity: .6;
    margin-top: auto;
}

.main-page__title span:nth-child(3) {
    font-weight: 600;
    opacity: .6;
}

.bg-text {
    position: absolute;
    z-index: -9999;
}
.bg-text-line, .bg-text-line-reverse {
    position: relative;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
    transform: skewY(-5deg);
}

.bg-text-line-inner {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 40s linear infinite;
    padding-top: 5px;
}

.bg-text-line-inner-reverse {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-reverse 40s linear infinite;
    padding-top: 5px;
}

.bg-text-line__content {
    color: transparent;
    -webkit-text-stroke: 1px  #ddd;
    text-transform: uppercase;
    display: inline-block;
    line-height: 0.75;
    min-width: auto;
    font-weight: 800;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes marquee-reverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

@media (min-width: 320px) {
    .main-page__title {
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .main-page__title__offer {
        margin: 40% auto auto 0;
    }
    .animate-text {
        margin-bottom: 60px
    }
    .main-page__title span:nth-child(1) {
        font-size: 75px;
        margin-right: 30px;
        margin-bottom: 15px;
        width: 100%;
    }
    .main-page__title span:nth-child(2) {
        font-size: 50px;
        width: auto;
    }

    .main-page__title span:nth-child(3) {
        font-size: 50px;
        width: auto;
    }
    .bg-text-line__content {
        font-size: 80px;
    }
    .bg-text-line {
        margin-bottom: 30px;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 80px;
    }
    .bg-text {
        top: 60%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .main-page__title {
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .main-page__title__offer {
        margin: 35% auto auto 0;
    }
    .animate-text {
        margin-bottom: 60px
    }
    .main-page__title span:nth-child(1) {
        font-size: 100px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .main-page__title span:nth-child(2) {
        font-size: 45px;
        margin-bottom: 5px;
        width: auto;
    }
    .main-page__title span:nth-child(3) {
        font-size: 45px;
        width: auto;
    }
    .bg-text-line__content {
        font-size: 90px;
    }
    .bg-text-line {
        margin-bottom: 30px;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 90px;
    }
    .bg-text {
        top: 60%;
    }
}

@media (min-width: 1024px) {
    .main-page__title {
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .main-page__title__offer {
        margin: 20% auto auto 0;
    }
    .main-page__title span:nth-child(1) {
        font-size: 100px;
        margin-right: 30px;
        width: auto;
        margin-bottom: 0;
    }
    .main-page__title span:nth-child(2) {
        font-size: 70px;
        margin-bottom: 5px;
        width: auto;
    }
    .main-page__title span:nth-child(3) {
        font-size: 70px;
        width: auto;
    }
    .bg-text-line__content {
        font-size: 90px;
    }
    .bg-text-line {
        margin-bottom: 30px;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 90px;
    }
    .bg-text {
        top: 60%;
    }
}

@media (min-width: 1280px) {
    .main-page__title__offer {
        margin: 20% auto auto 0;
    }
    .main-page__title span:nth-child(1) {
        font-size: 100px;
        margin-right: 30px;
    }
    .main-page__title span:nth-child(2) {
        font-size: 90px;
        margin-bottom: 5px;
    }
    .main-page__title span:nth-child(3) {
        font-size: 90px;
    }
    .bg-text-line__content {
        font-size: 90px;
    }
    .bg-text-line {
        margin-bottom: 30px;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 110px;
    }
    .bg-text {
        top: 60%;
    }
}

@media (min-width: 1368px) {

}

@media (min-width: 1440px) {
    .main-page__title__offer {
        margin: 15% auto auto 0;
    }
    .bg-text-container span {
        font-size: 120px;
    }
    .main-page__title span:nth-child(1) {
        font-size: 120px;
        margin-right: 30px;
    }
    .main-page__title span:nth-child(2) {
        font-size: 90px;
        margin-bottom: 5px;
    }
    .main-page__title span:nth-child(3) {
        font-size: 90px;
    }
    .bg-text-line__content {
        font-size: 100px;
    }
    .bg-text-line {
        margin-bottom: 60px;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 130px;
    }
    .bg-text {
        top: 60%;
    }
}


@media (min-width: 1600px) {
    .main-page__title__offer {
        margin: 20% auto auto 0;
    }
    .bg-text-line, .bg-text-line-reverse {
        height: 170px;
    }
    .bg-text-line__content {
        font-size: 150px;
    }
    .bg-text {
        top: 55%;
    }
}



.inner-page-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 100svh;
    position: relative;
    padding-bottom: 60px;
}

.inner-page-content {
    margin: auto auto auto 0;
}

.inner-page-content.custom-padding {
    margin: 0 auto auto 0;
}

.inner-page-content__title h2 {
    color: #333;
    font-weight: 600;
}

.inner-page-content__text p {
    line-height: 1.3;
    font-weight: 300;
}

.inner-page-content__text ul {
    padding: 0 0 0 20px;
}

.inner-page-content__text ul li {
    list-style: circle outside;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.inner-page-content__text ul li a {
    display: inline-block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    position: relative;
}

.inner-page-content__text ul li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.inner-page-content__text p:last-child {
    margin-bottom: 0;
}

.scroll-container {
    position: absolute;
    bottom: 15px;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    transition: all .3s;
}

.scroll-container__field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;
}

.mouse {
    width: 40px;
    height: 70px;
    border: 2px solid #333;
    border-radius: 60px;
    position: relative;
}

.mouse:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 50px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 50px;
    }
}

@media (min-width: 320px) {
    .inner-page-content__title h2 {
        font-size: 35px;
    }

    .inner-page-content__title {
        margin-bottom: 20px;
    }

    .inner-page-content__text p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .inner-page-wrapper:nth-child(1) {
        min-height: 100svh;
        padding-bottom: 0;
    }
    .inner-page-wrapper .inner-page-wrapper-about-text {
        padding-top: 100px;
    }
    .inner-page-wrapper .inner-page-content-competition {
        padding-top: 60px;
    }
}

@media (min-width: 410px) {
    .inner-page-content__title h2 {
        font-size: 40px;
    }

    .inner-page-content__title {
        margin-bottom: 20px;
    }

    .inner-page-content__text p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .scroll-container {
        display: none;
    }
}

@media (min-width: 640px) {
    .inner-page-content__title h2 {
        font-size: 50px;
    }

    .inner-page-content__title {
        margin-bottom: 20px;
    }

    .inner-page-content__text p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .inner-page-wrapper:nth-child(1) {
        min-height: 100svh;
        padding-bottom: 0;
    }
    .inner-page-wrapper.inner-page-wrapper-about-text {
        padding-top: 0;
    }
    .inner-page-wrapper .inner-page-content-competition {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .inner-page-content__title h2 {
        font-size: 50px;
    }

    .inner-page-content__title {
        margin-bottom: 20px;
    }

    .inner-page-content__text p {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1280px) {
    .inner-page-content__title h2 {
        font-size: 60px;
    }

    .inner-page-content__title {
        margin-bottom: 40px;
    }

    .inner-page-content__text p {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .scroll-container {
        display: flex;
    }
}

@media (min-width: 1368px) {
    .inner-page-content__title h2 {
        font-size: 90px;
    }

    .inner-page-content__title {
        margin-bottom: 60px;
    }

    .inner-page-content__text p {
        font-size: 25px;
        margin-bottom: 20px;
    }
}






.competencies-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.competencies-list__item {

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.competencies-list a {
    display: block;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .3s;
    margin: auto;
    width: 100%;
}

.competencies-list a:hover {

    background-color: #eee;
    transition: all .3s;
}

.competencies-list img {
    display: block;
    width: 100%;
}

@media (min-width: 320px) {
    .competencies-list__item {
        width: 100%;
        min-height: 120px;
        padding: 10px 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .competencies-list__item {
        width: 50%;
        min-height: 180px;
        padding: 15px;
    }
}

@media (min-width: 1024px) {
    .competencies-list__item {
        width: 33.33333%;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}




.services {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.service-item:first-child {
    /*border-mobile: 1px solid #eee;*/
}

.service-item:last-child {
    border-bottom: 0;
}

.service-item {
    display: flex;
    border-bottom: 1px solid #eee;
}

.service-item__title {
    padding-right: 30px;
}

.service-item__title h3 {
    color: #333;
    font-weight: 600;
}

.service-item__title p {
    font-weight: 300;
}

.service-item-includes {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.service-item-list {
    display: flex;
    justify-content: flex-start;
}

.service-item-list__item {
    padding: 0;
    font-weight: 400;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: relative;
}

.service-item-list__item:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #333;
    transition: all .3s;
}

.service-item-list__item:hover {

}

.service-item-list__item:hover:after {
    display: none;
    transition: all .3s;
}

@media (min-width: 320px) {
    .service-item {
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 30px 0;
    }
    .service-item__title {
        width: 100%;
    }

    .service-item-includes {
        width: 100%;
    }
    .service-item-list__item {
        display: list-item;
        list-style: circle outside;
        margin: 0 0 10px 0;
    }
    .service-item-list {
        flex-flow: column wrap;
        padding: 0 0 0 20px;
    }
    .service-item-list__item:after {
        display: none;
    }
    .service-item__title h3 {
        margin: 0 0 15px 0;
    }
    .service-item__title {
        margin-top: auto;
        margin-bottom: 30px;
    }
    .service-item__title h3 {
        font-size: 25px;
    }
    .service-item__title p {
        font-size: 18px;
    }
    .service-item-list__item {
        font-size: 16px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .service-item {
        flex-flow: column nowrap;
        justify-content: flex-start;
        padding: 30px 0;
    }
    .service-item__title {
        width: 100%;
    }

    .service-item-includes {
        width: 100%;
    }
    .service-item-list__item {
        display: list-item;
        list-style: circle outside;
        margin: 0 0 10px 0;
    }
    .service-item-list {
        flex-flow: column wrap;
        padding: 0 0 0 20px;
    }
    .service-item-list__item:after {
        display: none;
    }
    .service-item__title h3 {
        margin: 0 0 15px 0;
    }
    .service-item__title {
        margin-top: auto;
        margin-bottom: 30px;
    }
    .service-item__title h3 {
        font-size: 35px;
    }
    .service-item__title p {
        font-size: 20px;
    }
    .service-item-list__item {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .service-item {
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 60px 0;
    }
    .service-item__title {
        width: calc(50% - 30px);
    }

    .service-item-includes {
        width: calc(50% - 30px);
    }
    .service-item-list__item {
        display: inline-block;
        margin: 0 30px 15px 0;
        list-style: none;
    }
    .service-item-list {
        flex-flow: row wrap;
        padding: 0;
    }
    .service-item-list__item:after {
        display: block;
    }
    .service-item__title h3 {
        margin: 0 0 20px 0;
    }
    .service-item__title {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1368px) {

}





.cases {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -20px;
    position: relative;
    z-index: 200;
}

.case-item {
    padding: 20px;
    transition: all .3s;
}

.case-item:hover .case-item__inner {
    transform: scale(1.035, 1.035);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.case-item__inner {
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 25px 30px;
    overflow: hidden;
}

.case-item__title {
    line-height: 1.3;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    position: relative;
    z-index: 300;
    transition: all .3s;
    letter-spacing: 2px;
}

.case-item__description {
    font-weight: 300;
    font-size: 18px;
    position: relative;
    z-index: 300;
    line-height: 1.3;
    transition: all .3s;
}

.case-item__inner:hover .case-item__cover {
    height: 100%;
    transition: all .3s;
}


.case-item__inner:hover .case-item__title {
    color: #fff;
    opacity: 1;
    transition: all .3s;
}


.case-item__inner:hover .case-item__description {
    color: #fff;
}

.case-item__link {
    z-index: 300;
}

.case-item__link a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #fff;
    transition: all .3s;
}

.case-item__link a:hover {
    background-color: #fff;
    color: #333;
    transition: all .3s;
}

.case-item__text__cover {
    white-space: nowrap;
    color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    /* transform: rotate(-25deg); */
    /* transform: translateX(120px); */
    /* transform: skewY(-15deg); */
    /* transform: skewY(-15deg); */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform-origin: left bottom;
    transform: rotate(0deg);
    position: absolute;
    z-index: 300;
    bottom: 25px;
    left: 30px;
}

.case-item__inner:hover .case-item__text__cover {
    animation: marquee 5s linear infinite;
}

.case-item__cover {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    transition: all .3s;
    z-index: 100;
    opacity: .8;
}
.inner-page-content-service-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.inner-page-content-service-item__title {
    margin-bottom: 5px;
    font-weight: 500;
}

.inner-page-content-service-item__description {
    line-height: 1.3;
    font-weight: 300;
}


@media (min-width: 320px) {
    .case-item {
        width: 100%;
    }
    .case-item__inner {
        background-color: #333;
        opacity: .8;
    }
    .case-item__title {
        color: #fff;
    }

    .case-item__description {
        color: #fff;
    }
    .case-item__link a {
        color: #333;
        background: #fff;
    }
    .case-item__text__cover {
        -webkit-text-stroke: 1px  #eee;
        opacity: .4;
    }
    .case-item__title {
        opacity: 1;
        margin: 0 0 10px 0;
    }
    .case-item__description {
        margin-bottom: 15px;
    }
    .case-item__inner {
        height: 250px;
    }
    .case-item__description {
        display: none;
    }
    .case-item__text__cover {
        font-size: 50px;
    }
    .case-item__title {
        font-size: 16px;
        font-weight: 600;
    }
    .inner-page-content-service-item {
        margin-bottom: 25px;
        width: 100%;
    }
    .inner-page-content-service-item:last-child {
        margin-bottom: 0;
    }
    .inner-page-content-service-item__title {
        font-size: 18px;
    }

    .inner-page-content-service-item__description {
        font-size: 16px;
    }
    .inner-page-content-service-flex {
        padding: 20px 0 30px 0;
    }
    .inner-page-content-bitrix24__text {
        padding-bottom: 30px;
    }
}

@media (min-width: 410px) {
    .case-item__text__cover {
        font-size: 60px;
    }
    .case-item__title {
        font-size: 20px;
        font-weight: 900;
    }
}

@media (min-width: 640px) {
    .case-item {
        width: 50%;
    }
    .case-item__inner {
        background-color: #333;
        opacity: .8;
    }
    .case-item__title {
        color: #fff;
    }

    .case-item__description {
        color: #fff;
    }
    .case-item__link a {
        color: #333;
        background: #fff;
    }
    .case-item__text__cover {
        -webkit-text-stroke: 1px  #eee;
        opacity: .4;
    }
    .case-item__inner {
        height: 250px;
    }
    .case-item__description {
        display: block;
    }
    .inner-page-content-service-item {
        margin-bottom: 45px;
        width: calc(50% - 15px);
    }
    .inner-page-content-service-item__title {
        font-size: 25px;
    }

    .inner-page-content-service-item__description {
        font-size: 20px;
    }
    .inner-page-content-service-flex {
        padding: 60px 0 40px 0;
    }
    .inner-page-content-bitrix24__text {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .case-item {
        width: 50%;
    }
    .case-item__inner {
        background-color: #333;
        opacity: .8;
    }
    .case-item__inner {
        height: 300px;
    }
    .inner-page-content-bitrix24__text {
        padding-bottom: 60px;
    }
}

@media (min-width: 1280px) {
    .case-item {
        width: 33.3333%;
    }
    .case-item__inner {
        background-color: #fff;
        opacity: 1;
    }
    .case-item__title {
        color: #333;
    }

    .case-item__description {
        color: #333;
    }
    .case-item__link a {
        color: #fff;
        background: none;
    }
    .case-item__text__cover {
        -webkit-text-stroke: 1px  #ddd;
        opacity: 1;
    }
    .case-item__title {
        opacity: .8;
        margin: 0 0 15px 0;
    }
    .case-item__description {
        margin-bottom: 15px;
    }
}

@media (min-width: 1368px) {

}


/* End */
/* /local/templates/clear/template_styles.css?177566594931366 */
