

/* Start:/local/templates/optimism/css/mainpage.css?167325688518663*/
.container-max {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px
}

.sec-intro__title {
    margin: 160px 0 50px;
    font: 400 72px/76px "DINPro-CondBlack", sans-serif;
    height: 152px;
    letter-spacing: .05em
}
.blue-back.blue-back-desc {
    display: inline;
}

#seo-optimization-mobile {
    display: none;
}

.breadcrumb-prodvijenie .px-lg-4 {
    padding-left: 5px !important;
}

@media all and (max-width:1500px) {
    .guarant-text .blue-back-br {
        display: none;
    }
}
@media all and (max-width:768px) {
    .container-max {
        padding-left: 22px;
        padding-right: 22px
    }
}

@media all and (max-width:575px) {
    .container-max {
        padding-left: 15px;
        padding-right: 15px
    }
    
    /*.blue-back.blue-back-mobile {
        display: inline;
    }
    .guarant-text .blue-back-mobile:last-child {
        margin-left: -5px;
    }*/
}
@media all and (max-width:399px) {
    .inner-slider-item.mobile-hide, .carousel-navigation [data-nav="9"] {
        display: none !important;
    }
    .body--index .inner-sliders .carousel-navigation .dot {
        margin: 0 0.55rem !important;
    }
    .guarant-text .blue-back {
        display: inline;
    }
}

.header {
    position: absolute;
    width: 100%;
    z-index: 1
}

main.content {
    margin-top: 0!important
}

.sec-intro {
    position: relative;
    background-color: #fafcfc;
    overflow: hidden;
    padding-top: 90px
}

.sec-intro__back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.sec-intro__stars {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2000px;
    height: 2000px;
    background: repeat-y 50% 50% url(/local/templates/optimism/img/bg_stars_clear.png);
    -webkit-transform: translate(-1000px, -1000px) rotate(45deg);
    transform: translate(-1000px, -1000px) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sec-intro__smoke {
    position: absolute;
    top: 0;
    left: -30%;
    right: -30%;
    bottom: -20%;
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0) 40%, #e0f1f3 60%, #9ddae4 100%);
    background: radial-gradient(rgba(255, 255, 255, 0) 40%, #e0f1f3 60%, #9ddae4 100%)
}

.sec-intro__crests {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 450px;
    background: repeat-x center bottom url(/local/templates/optimism/img/bg_crests.png)
}

.sec-intro__front {
    position: relative;
    height: 100%
}

.sec-intro__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 90px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sec-intro__info {
    width: 920px;
    padding: 0 0 90px
}

.sec-intro__facts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.sec-intro__fact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sec-intro__fact .big-dec {
    display: block;
    color: #f75a53;
    line-height: 1em;
    letter-spacing: .05em
}

.sec-intro__fact span {
    display: block;
    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px
}

.sec-intro__scroll {
    display: block;
    position: absolute;
    left: 49.79%;
    bottom: 0;
    width: 39px;
    height: 90px;
    margin-left: -15px;
    background: no-repeat center top url(/local/templates/optimism/img/icon_mouse.svg)
}

.sec-intro__scroll:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 15px;
    height: 27px;
    background: 50% 100% url(/local/templates/optimism/img/icon_scroll-down.svg);
    -webkit-animation: mouse-down 1s linear 1s infinite;
    animation: mouse-down 1s linear 1s infinite
}

@-webkit-keyframes stars-fly {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

@keyframes stars-fly {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

@-webkit-keyframes mouse-down {
    0% {
        background-position: 50% 100%
    }
    to {
        background-position: 50% 0
    }
}

@keyframes mouse-down {
    0% {
        background-position: 50% 100%
    }
    to {
        background-position: 50% 0
    }
}

@media all and (min-width:993px) {
    .sec-intro__info {
        height: calc(100vh - 90px);
        padding: 0;
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .sec-intro__facts {
        flex-basis: 20%;
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .sec-intro__info_inner {
        flex-basis: calc(80% - 110px);
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .sec-intro__title {
        margin: 0 0 50px
    }
    .sec-intro__mob-logo {
        display: none
    }
}

@media all and (max-width:992px) {
    .sec-intro__wrap {
        min-height: calc(100vh - 51.33px)
    }
    .sec-intro__facts {
        display: none
    }
    .sec-intro__title {
        font: 400 54px/64px "DINPro-CondBlack", sans-serif;
        height: auto
    }
    .sec-intro__mob-logo {
        display: block;
        text-align: center
    }
    .sec-intro__info {
        padding-top: 40px;
        padding-bottom: 70px;
        width: 100%
    }
    .sec-intro__scroll {
        background: no-repeat center top url(/local/templates/optimism/img/down_scroll.png);
        -webkit-animation: MoveUpDown .8s linear .01s infinite;
        animation: MoveUpDown .8s linear .01s infinite;
        height: 33px;
        bottom: 10px
    }
    @keyframes MoveUpDown {
        0% {
            bottom: 10px
        }
        50% {
            bottom: 15px
        }
        to {
            bottom: 10px
        }
    }
    @-webkit-keyframes MoveUpDown {
        0% {
            bottom: 10px
        }
        50% {
            bottom: 15px
        }
        to {
            bottom: 10px
        }
    }
    .sec-intro__scroll:after {
        content: none
    }
    .sec-intro__front {
        position: relative
    }
    .sec-intro__mob-logo img {
        max-width: 290px;
        margin: 0 auto
    }
}

@media all and (max-width:768px) {
    .sec-intro__title {
        font: 400 36px/40px "DINPro-CondBlack", sans-serif;
        margin: 50px 0
    }
    .sec-intro__mob-logo img {
        max-width: 290px
    }
    .sec-intro__btn {
        width: 210px
    }
    .sec-intro__wrap {
        position: relative;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        -webkit-justify-content: inherit;
        justify-content: inherit
    }
    .mb-m .all-element {
        margin: 0;
        padding: 0.8rem 0;
    }
}

.offer-tile {
    position: relative
}

.offer-tile:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: 0 0 url(/local/templates/optimism/img/bg_dots.png);
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    opacity: 0
}

@media all and (min-width:992px) {
    .offer-tile:hover:before {
        opacity: 1
    }
    .offer-tile:hover .offer-tile__name {
        color: #f75a53
    }
    .offer-tile:hover .offer-tile__wrap:before,
    .offer-tile:hover .offer-tile__wrap:after {
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media all and (max-width:991px) {
    .mainnav .navbar {
        background-color: transparent!important
    }
    .sec-intro {
        padding-top: 55.59px
    }
    .offer-tile:active:before {
        opacity: 1
    }
    .offer-tile:active .offer-tile__name {
        color: #f75a53
    }
    .offer-tile:active .offer-tile__wrap:before,
    .offer-tile:active .offer-tile__wrap:after {
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.offer-tile__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 26px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.offer-tile__name {
    display: block;
    text-transform: uppercase;
    font: normal 20px/30px "DINPro-CondBold", sans-serif;
    letter-spacing: .05em;
    -webkit-transition: color 0s;
    transition: color 0s
}

.offer-tile__wrap {
    position: relative;
    padding: 35px 22px 30px
}

.offer-tile__wrap:active:before,
.offer-tile__wrap:active:after {
    border-color: #f75a53
}

.offer-tile__wrap:before,
.offer-tile__wrap:after {
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0s;
    transition: all 0s
}

.offer-tile__wrap:before {
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.offer-tile__wrap:after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.offer-tile__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.offer-tile__topics {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 20px/20px "DINPro-CondBold", sans-serif
}

.offer-tile__topics li {
    margin: 12px 0
}

.offer-tile__topics a {
    position: relative;
    z-index: 1
}

.offer-tile__topics a:hover {
    color: #00acee
}

.sec-offer {
    position: relative;
    color: #fff;
    text-align: center
}

@media all and (max-width:992px) {
    .sec-offer {
        min-height: auto
    }
}

.sec-offer__back {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed
}

.sec-offer__front {
    position: relative;
    background-color: rgba(1, 8, 12, 0.8);
    z-index: 2
}

.sec-offer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 30px
}

.sec-offer__title {
    margin: 0 0 35px;
    text-transform: uppercase;
    font: normal 60px "DINPro-CondBold", sans-serif;
    letter-spacing: .02em
}

.sec-offer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none
}

.sec-offer__item {
    width: 20%;
    margin: 10px 5%
}

.sec-offer__videos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.sec-offer__video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.sec-offer__more {
    text-align: center
}

.sec-offer__tabs {
    position: relative
}

.sec-offer__tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 45px 0 20px
}

.sec-offer__tabs-btn {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -2px;
    padding: 6px 50px 7px;
    text-transform: uppercase;
    font: normal 24px/30px "DINPro-CondBold", sans-serif;
    letter-spacing: .02em;
    border: 2px solid #f75a53
}

.sec-offer__tabs-btn:hover {
    color: #f75a53
}

.sec-offer__tabs-btn.is-active {
    color: #fff;
    background-color: #f75a53;
    cursor: default
}

.sec-offer__tabs-body {
    position: relative;
    overflow: hidden
}

.sec-offer__tabs-item {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -5
}

.sec-offer__tabs-item.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: auto;
    -webkit-transition: all 0s;
    transition: all 0s
}

.tarifs-section__items-list .tarifs__bottom div, .actions-item .actions-item__aside div, .sec-offer__subtext, .strategy {
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
}



@media all and (min-width:993px) {
    .sec-offer__btn {
        display: none
    }
}

@media all and (max-width:992px) {
    .sec-offer__wrap {
        padding-bottom: 40px
    }
    .sec-offer__btn {
        display: block;
        margin-top: 10px
    }
    .sec-offer__item {
        width: 40%;
        margin: 0 5%
    }
}

@media all and (max-width:992px) {
    .offer-tile__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 22px 22px 0
    }
    .offer-tile__icon {
        margin: 0;
        margin-bottom: 26px;
        padding: 31px
    }
    .offer-tile__name {
        margin-top: -20px;
        margin-left: 40px
    }
}

@media all and (max-width:480px) {
    .sec-intro__title {
        height: 120px
    }
}

@media all and (max-width:660px) {
    .sec-offer__btn {
        margin-top: 22px
    }
    .sec-offer__title {
        font-size: 38px;
        text-align: left;
        margin-bottom: 15px;
        line-height: 44px
    }
    .sec-offer__wrap {
        background: 0 0;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 20px
    }
    .sec-offer__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .sec-offer__item:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .offer-tile__icon {
        width: 31px;
        height: 31px;
        padding: 15px;
        margin-bottom: 0
    }
    .offer-tile__name {
        margin-left: 20px;
        margin-top: 0
    }
    .offer-tile__wrap {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0
    }
    .offer-tile__wrap:before,
    .offer-tile__wrap:after {
        content: none
    }
    .sec-offer .offer-tile__wrap {
        padding-right: 0
    }
    .sec-offer__more {
        margin-top: 20px
    }
    .sec-offer__title {
        text-align: center
    }
}

.color-style {
    filter: hue-rotate(99deg);
}
/* End */


/* Start:/local/templates/optimism/css/mainpage-new.css?176000945428641*/

.header-drop {
    z-index: 9999
}

.lh-13 {
    line-height: 1.3!important
}

@media all and (min-width: 992px) {
    #choice_by .sec-offer__front {
        min-height: 992px;
    }
}

#services .sec-offer__videos {
    background: url(/local/templates/optimism/img/main-slider-bg/bg-rockt3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#services .sec-offer__front {
    background-color: rgba(5, 14, 21, .8)
}

#services .sec-offer__back {
    background: #fff;
    overflow: visible
}

.body--index .panel-title {
    background-color: #fff;
    background-image: url(/local/templates/optimism/img/mainpage/new_main_bg_v2.jpg);
    padding-top: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 100vh;
    max-height: unset!important
}

.baloon {
    width: 20px;
    height: 20px;
    right: 7.5%;
    top: 50%;
    background-image: url(/local/templates/optimism/img/baloon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    z-index: 3
}

@media all and (max-width:992px) and (min-width:481px) {
    .body--index .panel-title {
        min-height: unset
    }
}

.body--index .header {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%
}

.body--index main.content {
    margin-top: 0!important
}

.body--index .header.fixed-header {
    position: fixed;
    z-index: 99
}

.body--index .panel-title .title {
    /*margin-bottom: 0.5em;*/
    font-family: "DINPro-CondBlack", sans-serif;
    letter-spacing: .06em;
    /*line-height: 1.2*/
    line-height: 1
}

.body--index .panel-title .title span {
    height: 101px
}

.body--index .panel-title .main-desc {
    height: 99px
}

@media all and (max-width:1700px) {
    .body--index .panel-title .title span {
        height: 82px
    }
}

@media all and (max-width:1450px) {
    .body--index .panel-title .title span {
        height: 71px
    }
    .body--index .panel-title .main-desc {
        height: 90px
    }
}

@media all and (max-width:1240px) {
    .body--index .panel-title .main-desc {
        height: auto
    }
}

.body--index .panel-title .container-max {
    max-width: 1670px;
    position: relative;
    z-index: 2;
    padding-top: 4%;
    padding-bottom: 2.5rem
}

.body--index .panel-first.type-one .part-left {
    width: calc(33.333% - 20px)
}

.body--index .part-left h2.title {
    margin-bottom: 4.4rem
}

.body--index .panel-first.type-one .part-right {
    width: calc(66.666% + 20px)
}

.body--index .panel-first.type-one .part-left {
    padding: 3.5rem 4rem
}

.body--index .panel-first .list-slider li {
    margin-bottom: .2em
}

.body--index .content-slider {
    padding: 3.5rem 4rem!important
}

.body--index .ds-flex {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.body--index .carousel-controls {
    width: 8rem;
    left: -4rem;
    bottom: 2.75rem;
    height: 6rem
}

.body--index .slider-second .carousel-controls .carousel-control-prev,
.body--index .slider-second .carousel-controls .carousel-control-next {
    width: 50%;
    padding: 0;
    background-size: auto 3.5rem;
    background-position: center
}

.body--index .ds-flex .content-item {
    width: 33.333%;
    margin-bottom: 2.25rem
}

.body--index .ds-flex .content-item .wrapper-item {
    width: auto;
    padding-right: 2rem;
    padding-top: 0em
}

.body--index .ds-flex .content-item span.number {
    font-size: 3rem;
    line-height: 1.15;
    padding: 0 .25em .1em
}

.body--index .ds-flex .content-item span {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .03em
}

.body--index .carousels-inner .panel-first.type-one .pseudo-fullheight {
    max-height: 760px
}

.body--index .text-big.type-tpu {
    font-size: 33rem;
    line-height: .73;
    letter-spacing: normal;
    margin-right: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.body--index .carousel-item-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 700px
}

.body--index .inner-sliders .carousel-navigation .dot,
.body--index #carousel3 .carousel-navigation .dot {
    border-width: 2px;
    margin: 0 .75rem;
    position: relative;
    z-index: 2
}

.body--index .inner-sliders .carousel-navigation,
.body--index #carousel3 .carousel-navigation {
    width: 100%;
    max-width: none;
    text-align: center;
    cursor: default
}

.body--index .inner-sliders .carousel-navigation .dot:before,
.body--index #carousel3 .carousel-navigation .dot:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 2rem);
    height: 500%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="prev"],
.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="next"] {
    height: 100%;
    max-height: none;
    width: 8rem;
    background-size: 2rem auto;
    background-position: 50% 50%;
    position: relative;
    z-index: 22
}

.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="prev"] {
    -webkit-transform: translate(-50%, -12.5%);
    -ms-transform: translate(-50%, -12.5%);
    transform: translate(-50%, -12.5%)
}

.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="next"] {
    -webkit-transform: translate(0%, -12.5%);
    -ms-transform: translate(0%, -12.5%);
    transform: translate(0%, -12.5%)
}

.body--index .sec-offer__tabs-btn:hover {
    color: #f75a53;
    text-decoration: none
}

.body--index .sec-offer__tabs-btn {
    color: #fff;
    cursor: pointer;
    position: relative
}

.body--index .sec-offer__tabs-btn.is-active {
    color: #fff!important
}

.body--index .sec-offer__wrap {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 0
}

.body--index .sec-offer__video {
    min-width: 150%;
    min-height: 150%
}

.body--index .sec-offer__list {
    margin-top: 30px
}

.body--index .panel-title .title {
    margin-bottom: 0 !important;
}

h1.title-one {
    line-height: 1 !important;
}

.icon-of-cafe {
    background-image: url(/local/templates/optimism/img/icon_cafe.svg)
}

.icon-of-cars {
    background-image: url(/local/templates/optimism/img/icon_cars.svg)
}

.icon-of-glass {
    background-image: url(/local/templates/optimism/img/icon_glass.svg)
}

.icon-of-cart {
    background-image: url(/local/templates/optimism/img/icon_cart.svg)
}

.icon-of-purse {
    background-image: url(/local/templates/optimism/img/icon_purse.svg)
}

.icon-of-board {
    background-image: url(/local/templates/optimism/img/icon_board.svg)
}

.icon-of-gear {
    background-image: url(/local/templates/optimism/img/icon_gear.svg)
}

.icon-of-look {
    background-image: url(/local/templates/optimism/img/icon_look.svg)
}

.body--index .slider-second .carousel-controls .carousel-control-next:hover {
    background-image: url(/local/templates/optimism/img/next-slideW.svg);
    opacity: .75
}

.body--index .slider-second {
    margin-top: initial
}

.body--index .offer-tile__topics a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: "JoannaSansNova", sans-serif
}

.body--index .offer-tile__name {
    font-size: 21px
}

.body--index .offer-tile__topics li {
    margin: 10px 0
}

.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="prev"]:hover {
    background-image: url(/local/templates/optimism/img/prev-slideW.svg);
    opacity: .75
}

.body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="next"]:hover {
    background-image: url(/local/templates/optimism/img/next-slideW.svg);
    opacity: .75
}

.body--index .sec-offer__tabs-btn {
    min-width: 290px
}

.body--index .slider-title {
    font-size: 3.75em!important;
    letter-spacing: .031em;
    line-height: 1.2!important
}

.body--index .offer-tile__topics a:hover {
    color: #f8584f
}

.body--index .sec-offer__tabs-item#offer-tab-03 {
    max-width: 955px;
    margin-left: auto;
    margin-right: auto
}

.svg-wrapper {
    position: relative;
    height: 0
}

.svg-wrapper>svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.svg-link {
    font-family:"JoannaSansNova", sans-serif;
    fill:rgb(255, 255, 255);
}

.svg-link:hover {
    cursor: pointer;
    fill: #f8584f
}

.body--index .list-slider sup {
    margin-left: 5px;
    font-size: 14px
}

.sec-features__staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%
}

.sec-features__worker {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% / 8);
    height: 20%;
    position: relative
}

.worker-tile__img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%
}

.sec-features__worker:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

.sec-features__worker:hover:before {
    display: none
}

.main-awards-list {
        margin-top: 1.5rem;
    }

.main-awards-list-item {
    padding: 0 20px;
    background: url(/local/templates/optimism/img/awards-left.svg) left center / auto 44px no-repeat, 
                url(/local/templates/optimism/img/awards-right.svg) right center / auto 44px no-repeat;
    height: 44px;
    line-height: 22px;
    font-size: 15px;
    margin: 0 13px
}

.main-awards-list-item:first-child {margin-left: 0;}
.main-awards-list-item:last-child {margin-right: 0;}

.title.cases-title {
    padding: 2rem 0 0 0;
}

@media all and (max-width: 767px) {
    /*.main-awards-list {
        max-width: 490px
    }*/
    .main-awards-list-item {
        margin: 0;
        padding: 0 15px;
        background: url(/local/templates/optimism/img/awards-left.svg) left center / auto 28px no-repeat, 
                    url(/local/templates/optimism/img/awards-right.svg) right center / auto 28px no-repeat;
        height: 28px;
        line-height: 14px;
        font-size: 12px;
    }
}

@media all and (max-width: 530px) {
    .main-awards-list-item {
        margin: 0;
        padding: 0 12px;
        background: url(/local/templates/optimism/img/awards-left.svg) left center / auto 24px no-repeat, 
                    url(/local/templates/optimism/img/awards-right.svg) right center / auto 24px no-repeat;
        height: 24px;
        line-height: 12px;
        font-size: 8px;
    }
}

@media all and (max-width: 374px) {
    .main-awards-list-item {
        padding: 0 10px;
        background: url(/local/templates/optimism/img/awards-left.svg) left center / auto 20px no-repeat, 
                    url(/local/templates/optimism/img/awards-right.svg) right center / auto 20px no-repeat;
        height: 20px;
        line-height: 10px;
        font-size: 7px;
    }
}

@media all and (max-width: 330px) {
    .main-awards-list-item {
        padding: 0 8px;
    }
}

.arrow-down-main {
    background-image: url(/local/templates/optimism/img/arrow-main-down.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 16px;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.arrow-down-main.animated {
    width: 48px;
    height: 50px;
    background-image: none;
}

.arrow-down-main.animated .chevron:before, 
.arrow-down-main.animated .chevron:after {
    background: #404040
}

@media all and (max-height: 740px) and (min-width: 1366px) {
    .arrow-down-main {
        display: none;
    }
}

@media all and (max-height: 712px) and (min-width: 1281px) {
    .arrow-down-main {
        display: none;
    }
}

@media all and (max-height: 670px) and (max-width: 1280px) and (min-width: 991px) {
    .arrow-down-main {
        display: none;
    }
}
@media all and (max-width: 990px) {
    .body--index .panel-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .arrow-down-main.animated {
        width: 40px;
        position: relative !important;
        flex: 1 1 auto;
    }

    .arrow-down-main .chevron {
        bottom: 0;
        top: 0;
        margin: auto;
    }

}

@media all and (min-width:992px) {
    .body--index .panel-title .title span {
        white-space: nowrap
    }
    .body--index .sec-offer__tabs-btn:after {
        content: '';
        display: block;
        position: absolute;
        height: 250%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }
    .carousel-navigation-wrapper {
        position: relative
    }
    .carousel-navigation-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 350%;
        width: 200%;
        right: 0;
        margin: 0 0 0 -50%
    }
    .body--index .slider-two {
        padding-top: 1rem;
        padding-bottom: 1rem;
        flex-direction: column
    }
}

@media all and (max-width:991px) {
    #carousel9 .carousel-item:first-child {
        display: none
    }
    .body--index .offer-tile__topics a {
        color: #fff!important
    }
    .body--index .panel-title .title span {
        height: auto
    }
    .body--index .panel-title .main-desc {
        height: auto
    }
    .body--index .panel-title .title.mb-m {
        margin-bottom: 0.2em!important;
    }
}

@media all and (max-width:1640px) {
    .body--index h2.title-three,
    .body--index strong.title-three,
    .body--index .font-weight-bold.title-three {
        font-size: 3em
    }
    .body--index .slider-title {
        font-size: 3em!important
    }
}

@media all and (min-width: 1366px) {
    .body--index .ds-flex .content-item:nth-child(6) ~ .content-item {
        margin-bottom: 0;
    }
}

@media all and (max-width:1365px) and (max-height:768px) {
    .body--index .panel-title .container-max {
        padding-top: 2.5rem
    }
    .body--index .sec-offer__wrap {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .body--index h2.title-three,
    .body--index strong.title-three,
    .body--index .font-weight-bold.title-three {
        font-size: 2.5em
    }
    .body--index .offer-tile__wrap {
        padding: 1rem 1rem
    }
    .body--index .offer-tile__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 1rem
    }
    .body--index .offer-tile__name {
        font-size: 18px
    }
    .body--index .ds-flex .content-item span.number {
        font-size: 2em
    }
    .body--index .ds-flex .content-item span {
        font-size: 18px
    }
    .body--index .ds-flex .content-item span.text {
        font-size: .8em
    }
    .body--index .slider-title {
        font-size: 2.5em!important
    }
    .body--index .text-big.type-tpu {
        font-size: 25rem
    }
    .body--index .carousels-inner .panel-first.type-one .pseudo-fullheight {
        min-height: 600px
    }
    .body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="next"] {
        -webkit-transform: translate(-25%, -12.5%);
        -ms-transform: translate(-25%, -12.5%);
        transform: translate(-25%, -12.5%)
    }
    .body--index .ds-flex .content-item {
        margin-bottom: 2rem
    }
    .body--index .py-cus2 {
        padding: 60px 0
    }
    .body--index .border-text {
        font-size: 1em
    }
}

@media all and (max-width:1300px) {
    .body--index .panel-first.type-one .part-left {
        padding: 2rem
    }
    .body--index .content-slider {
        padding: 2rem!important
    }
}

@media all and (max-width:1024px) {
    .body--index .panel-title {
        background: url(/local/templates/optimism/img/mainpage/intro-bg-clear_new.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom
    }
    .body--index .check-list__join .btn.btn-primary.check-list__join-btn {
        font-size: 14px
    }
    .body--index .panel-first.type-one .list-slider a {
        font-size: 1em
    }
    .body--index h2.title-three,
    .body--index strong.title-three,
    .body--index .font-weight-bold.title-three,
    .body--index .b-rates__topic {
        font-size: 2em
    }
    .body--index .slider-title {
        font-size: 2em!important
    }
    .body--index .part-left h2.title {
        margin-bottom: 3rem
    }
	/*fixed title 1024*/
	.body--index .panel-title .title {
        font-size: 2.3em;
    }
}

@media all and (max-width:991px) {
    .body--index .panel-first.type-one .part-left {
        padding: 1.5em 2.4em;
        width: auto
    }
    .body--index .panel-first.type-one .part-right {
        width: 100%
    }
    .body--index .sec-offer__tabs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .body--index .sec-offer__tabs-btn {
        min-width: 0;
        width: 100%
    }
    .body--index .header {
        position: absolute!important
    }
    .body--index .panel-title .title {
        text-align: left
    }
    .body--index .mainnav .navbar {
        background: none
    }
    .body--index .carousels-inner .panel-first.type-one .pseudo-fullheight {
        min-height: 0
    }
    .body--index .inner-sliders {
        padding-bottom: 3rem
    }
    .body--index .sec-offer__tabs-btn {
        width: auto;
        border: none
    }
    .body--index .sec-offer__tabs-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .body--index .sec-offer__tabs-btn.is-active {
        color: #f75a53!important;
        background: none
    }
    .body--index .panel-title .container-max {
        padding-top: 0
    }
    .body--index .panel-title .title {
        font-size: 1.8em
    }
    .panel-title .main-desc {
        font-size: 14px
    }
    .body--index h2.title-three,
    .body--index strong.title-three,
    .body--index .font-weight-bold.title-three,
    .body--index .b-rates__topic {
        font-size: 1.5em
    }
    .body--index .sec-offer__wrap {
        padding: 35px
    }
    .body--index .offer-tile__name {
        text-align: left;
        margin: auto 0 auto 2rem
    }
    .body--index .offer-tile__wrap {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .body--index .offer-tile__icon {
        margin-bottom: 0
    }
    .body--index .part-left h2.title {
        margin-bottom: 1.5rem
    }
    .body--index .slider-title {
        font-size: 1.5em!important;
        margin-bottom: 1rem!important
    }
    .body--index .ds-flex .content-item {
        margin-bottom: 1rem!important
    }
    .body--index .ds-flex .content-item:last-child {
        margin-bottom: 0!important
    }
    .body--index .carousels-inner .panel-first.type-one .pseudo-fullheight {
        max-height: none;
        background-size: cover
    }
    .body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="next"] {
        -webkit-transform: translate(-37.5%, -12.5%);
        -ms-transform: translate(-37.5%, -12.5%);
        transform: translate(-37.5%, -12.5%)
    }
    .body--index .reasons-slider-item .reasons-slider-switcher [data-bsslider-dir="prev"] {
        -webkit-transform: translate(-37.5%, -12.5%);
        -ms-transform: translate(-37.5%, -12.5%);
        transform: translate(-37.5%, -12.5%)
    }
    .body--index .ds-flex .content-item {
        width: 50%
    }
    .body--index .sec-offer__tabs-btn:before {
        background: url(/local/templates/optimism/img/angle2.png) no-repeat center center;
        background-size: contain;
        top: 0;
        left: -.75em
    }
    .body--index .sec-offer__tabs-btn:after {
        background: url(/local/templates/optimism/img/angle1.png) no-repeat center center;
        background-size: contain;
        bottom: 0;
        right: -.75em
    }
    .body--index .sec-offer__tabs-btn:before,
    .body--index .sec-offer__tabs-btn:after {
        content: "";
        display: block;
        position: absolute;
        width: .5em;
        height: .5em;
        opacity: 0
    }
    .body--index .sec-offer__tabs-btn.is-active:before,
    .body--index .sec-offer__tabs-btn.is-active:after {
        opacity: 1
    }
    .body--index .sec-offer__tabs-btn {
        position: relative;
        padding: .2em 0;
        font-size: 20px
    }
    .body--index .sec-offer__list {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .body--index .offer-tile__name {
        font-size: 16px;
        line-height: 1.5
    }
    .body--index .offer-tile__icon {
        width: 36px;
        height: 36px;
        padding: 0
    }
    .body--index #offer-tab-03 .offer-tile__icon {
        position: relative;
        top: 10px
    }
    .body--index .sec-offer__tabs-head {
        margin-top: 1.5rem;
        margin-bottom: 1rem
    }
    #offer-tab-01 .svg-wrapper {
        padding-bottom: 8%
    }
    .sec-offer__item {
        margin: 0
    }
    .body--index #offer-tab-03 .sec-offer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .body--index #offer-tab-03 .sec-offer__list .offer-tile__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .offer-tile__topics {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1;
        padding-left: 66px;
        margin-top: -10px
    }
    .body--index .offer-tile__topics li {
        margin: 0 .1em
    }
    .body--index .offer-tile__topics a {
        text-transform: lowercase
    }
    .body--index .offer-tile__topics a:after {
        content: ','
    }
    .body--index .offer-tile__topics li:last-child a:after {
        display: none
    }
    #carousel1 .carousel-item {
        display: none
    }
    #carousel1 .carousel-item:first-child {
        display: block
    }
    #carousel9 .carousel-item {
        display: block
    }
    #carousel9 .carousel-item>div {
        background: #0f98f1!important
    }
    .body--index .slider-title br {
        display: none
    }
    .body--index .panel-title .container-max {
        padding-left: 1.3rem;
        padding-right: 1.3rem
    }
    .body--index .panel-title .title {
        font-size: 2.3rem
    }
    .body--index .panel-title .title br {
        display: none
    }
    .body--index .sec-offer__wrap {
        padding: 1.5rem 1.3rem
    }
    .body--index h2.title-three br,
    .body--index strong.title-three br,
    .body--index .font-weight-bold.title-three br {
        display: none
    }
    .body--index .panel-first.type-one .content-slider {
        padding: 1.5rem 1.3rem!important
    }
    .body--index .slider-one .slider-text {
        padding-left: 15px;
        padding-right: 15px
    }
    .body--index .py-cus2 {
        padding: 2rem 0
    }
    .body--index .container {
        padding-left: 1.3rem;
        padding-right: 1.3rem
    }
    .body--index .mainnav .navbar {
        padding-left: 1.3rem;
        padding-right: 1.3rem
    }
    .body--index .menu-toggle .hamburger,
    .body--index .menu-toggle .cross {
        margin-left: 0
    }
    .body--index #carousel9 .carousel-item[data-slideid="2"] .content-slider {
        padding: 0 1.3em!important
    }
}

@media all and (max-width:767px) {
    .body--index .border-text {
        border-width: 1px
    }
    .body--index .border-text:after {
        content: '';
        position: absolute;
        top: calc(100% - 1.2em - 1px);
        width: 1rem;
        height: 1rem;
        border-left: 1px solid #fff;
        right: 4rem;
        border-top: 2px solid #0382df
    }
    .body--index .border-text:before {
        content: '';
        position: absolute;
        top: calc(100% - 1.2em - 1px);
        width: 22.6px;
        height: 22.6px;
        border-left: 1px solid #fff;
        right: 3.3rem;
        margin-top: 5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2
    }
}

@media all and (max-width:480px) {
    .body--index .ds-flex .content-item {
        width: 100%
    }
    #offer-tab-01 .svg-wrapper {
        padding-bottom: 25%
    }
}

/*STYLES FOR MAIN TITLE AND DESC*/

@media all and (min-width: 991px) {
    h1.title-one, 
    div.title-one {
        height: 2.4em !important;
        letter-spacing: 0.02em !important;
    }

    .main-desc {
        line-height: 1.3em !important;
        height: 3.9em !important;
        font-family: "JoannaSansNovaMedium", sans-serif;
    }

    .main-awards-list {
        margin-top: 4rem;
    }
}

@media all and (max-width: 990px) {
    h1.title-one, 
    div.title-one {
        margin-bottom: 1em !important; 
    }

    .panel-title .main-desc {
        margin-bottom: 2rem !important; 
    }
}

@media all and (min-width: 1920px) {
    h1.title-one, 
    div.title-one {
        font-size: 90px !important
    }

    .main-desc {
        font-size: 28px !important
    }
}

@media all and (max-width: 1919px) and (min-width: 1680px) {
    h1.title-one, 
    div.title-one {
        font-size: 80px !important
    }

    .main-desc {
        font-size: 25px !important
    }
}

@media all and (max-width: 1679px) and (min-width: 1600px) {
    h1.title-one, 
    div.title-one {
        font-size: 75px !important
    }

    .main-desc {
        font-size: 24px !important
    }
}

@media all and (max-width: 1599px) and (min-width: 1440px) {
    h1.title-one, 
    div.title-one {
        font-size: 72px !important
    }

    .main-desc {
        font-size: 22px !important
    }
}

@media all and (max-width: 1439px) and (min-width: 1366px) {
    h1.title-one, 
    div.title-one {
        font-size: 67px !important
    }

    .main-desc {
        font-size: 21px !important
    }
}

@media all and (max-width: 1365px) and (min-width: 1280px) {
    h1.title-one, 
    div.title-one {
        font-size: 64px !important
    }

    .main-desc {
        font-size: 20px !important
    }
}

@media all and (max-width: 1279px) and (min-width: 991px) {
    h1.title-one, 
    div.title-one {
        height: auto !important
    }

    .main-desc {
        height: auto !important
    }
}

@media all and (max-width: 992px) {
    .body--index #services, .body--index .type-graypale.order-8, .body--index .slider-section.main-page, .body--index .faq-section.order-10 {
        display: none;
    }
}

/*@media all and (max-width: 575px) {
    #bx_3218110189_1076 .title, #bx_3218110189_1078 .title, #bx_3218110189_1079 .title, #bx_3218110189_1080 .title {
          font-size: 22px;
    }
    #bx_3218110189_1076 .task, #bx_3218110189_1078 .task, #bx_3218110189_1080 .task {
        font-size: 1em;
    }
    #bx_3218110189_1076 .list-check li, #bx_3218110189_1078 .list-check li, #bx_3218110189_1080 .list-check li {
        line-height: 1.2 !important;
    }
    .mobile .slider-text {
        max-height: 680px !important;
        overflow: hidden !important;
    }
}*/

.content-inner-slider .project-slider-title {
    font-size: 6em;
}

.content-inner-slider .project-slider-subtitle {
    font-size: 2.5em;
    display: inline-block;
    /*padding: 0 .8em 1em;*/
}

.content-inner-slider .project-slider-title,
.content-inner-slider .project-slider-subtitle {
    background: #0ca1f5;
    line-height: 1;
}

/* End */
/* /local/templates/optimism/css/mainpage.css?167325688518663 */
/* /local/templates/optimism/css/mainpage-new.css?176000945428641 */
