

/* 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?176174213528769*/
.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 .blue {
        position: relative
	background-color: white;
        border-radius: 20px;
    }
    .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 */


/* Start:/smroulette_new/css/smroulette.min.css?165996979723196*/
@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap);.smart-roulette__items{display:block;position:relative;height:100%;width:100%;border-radius:175px;overflow:hidden;-webkit-transition:all cubic-bezier(.13,.65,.75,1.02) 6s;-o-transition:all cubic-bezier(.13,.65,.75,1.02) 6s;transition:all cubic-bezier(.13,.65,.75,1.02) 6s;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items .smart-roulette__item{top:0;right:0;left:0;margin:auto;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1}.smart-roulette__items .smart-roulette__item::before{top:0;left:0;position:absolute;display:inline-block;content:"";width:0;height:0;border-style:solid;z-index:0}.smart-roulette__items .smart-roulette__item::after{z-index:5;position:absolute;display:block;text-align:center;color:#fff;font-weight:700}.smart-roulette__items .smart-roulette__item_1::before{border-color:#50DAFE transparent transparent}.smart-roulette__items .smart-roulette__item_2::before{border-color:#007CC3 transparent transparent}.smart-roulette__items .smart-roulette__item_3::before{border-color:#C5F2FE transparent transparent}.smart-roulette__items .smart-roulette__item_4::before{border-color:#50DAFE transparent transparent}.smart-roulette__items .smart-roulette__item_5::before{border-color:#007CC3 transparent transparent}.smart-roulette__items .smart-roulette__item_6::before{border-color:#C5F2FE transparent transparent}.smart-roulette__items .smart-roulette__item_7::before{border-color:#007CC3 transparent transparent}.smart-roulette__items .smart-roulette__item_7 span {color:#ffffff!important;}.smart-roulette__items .smart-roulette__item_8::before{border-color:#036eb8 transparent transparent}.smart-roulette__items .smart-roulette__item_9::before{border-color:#00913a transparent transparent}.smart-roulette__items .smart-roulette__item_10::before{border-color:#8fc31f transparent transparent}.smart-roulette__items .smart-roulette__item span{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);line-height:1.2;width:100px;height:27px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:.7rem;text-transform:uppercase;color:#007DC4;padding:0 0 2px 15px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box!important;-webkit-line-clamp:2;white-space:normal;word-wrap:break-word}.smart-roulette__items_10 .smart-roulette__item{width:114px;height:175px;-webkit-transform-origin:57px 175px;-ms-transform-origin:57px 175px;transform-origin:57px 175px}.smart-roulette__items_10 .smart-roulette__item::before{border-width:175px 57px}.smart-roulette__items_10 .smart-roulette__item::after{width:100px;line-height:40px;font-size:20px}.smart-roulette__items_10 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_10 .smart-roulette__item_2{-webkit-transform:rotate(36deg);-ms-transform:rotate(36deg);transform:rotate(36deg)}.smart-roulette__items_10 .smart-roulette__item_3{-webkit-transform:rotate(72deg);-ms-transform:rotate(72deg);transform:rotate(72deg)}.smart-roulette__items_10 .smart-roulette__item_4{-webkit-transform:rotate(108deg);-ms-transform:rotate(108deg);transform:rotate(108deg)}.smart-roulette__items_10 .smart-roulette__item_5{-webkit-transform:rotate(144deg);-ms-transform:rotate(144deg);transform:rotate(144deg)}.smart-roulette__items_10 .smart-roulette__item_6{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-roulette__items_10 .smart-roulette__item_7{-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg)}.smart-roulette__items_10 .smart-roulette__item_8{-webkit-transform:rotate(252deg);-ms-transform:rotate(252deg);transform:rotate(252deg)}.smart-roulette__items_10 .smart-roulette__item_9{-webkit-transform:rotate(288deg);-ms-transform:rotate(288deg);transform:rotate(288deg)}.smart-roulette__items_10 .smart-roulette__item_10{-webkit-transform:rotate(324deg);-ms-transform:rotate(324deg);transform:rotate(324deg)}@media (max-width:420px){.smart-roulette__items_10 .smart-roulette__item_10 span{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}.smart-roulette__items_9 .smart-roulette__item{width:128px;height:175px;-webkit-transform-origin:64px 175px;-ms-transform-origin:64px 175px;transform-origin:64px 175px}.smart-roulette__items_9 .smart-roulette__item::before{border-width:175px 64px}.smart-roulette__items_9 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_9 .smart-roulette__item_2{-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}.smart-roulette__items_9 .smart-roulette__item_3{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}.smart-roulette__items_9 .smart-roulette__item_4{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.smart-roulette__items_9 .smart-roulette__item_5{-webkit-transform:rotate(160deg);-ms-transform:rotate(160deg);transform:rotate(160deg)}.smart-roulette__items_9 .smart-roulette__item_6{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg)}.smart-roulette__items_9 .smart-roulette__item_7{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.smart-roulette__items_9 .smart-roulette__item_8{-webkit-transform:rotate(280deg);-ms-transform:rotate(280deg);transform:rotate(280deg)}.smart-roulette__items_9 .smart-roulette__item_9{-webkit-transform:rotate(320deg);-ms-transform:rotate(320deg);transform:rotate(320deg)}.smart-roulette__items_8 .smart-roulette__item{width:146px;height:175px;-webkit-transform-origin:73px 175px;-ms-transform-origin:73px 175px;transform-origin:73px 175px}@media (max-width:420px){.smart-roulette__items_8 .smart-roulette__item{font-size:.875rem}}.smart-roulette__items_8 .smart-roulette__item::before{border-width:175px 73px}.smart-roulette__items_8 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_8 .smart-roulette__item_2{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.smart-roulette__items_8 .smart-roulette__item_3{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.smart-roulette__items_8 .smart-roulette__item_4{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.smart-roulette__items_8 .smart-roulette__item_5{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-roulette__items_8 .smart-roulette__item_6{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.smart-roulette__items_8 .smart-roulette__item_7{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.smart-roulette__items_8 .smart-roulette__item_8{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.smart-roulette__items_7 .smart-roulette__item{width:170px;height:175px;-webkit-transform-origin:85px 175px;-ms-transform-origin:85px 175px;transform-origin:85px 175px}@media (max-width:420px){.smart-roulette__items_7 .smart-roulette__item{font-size:.875rem}}.smart-roulette__items_7 .smart-roulette__item::before{border-width:175px 85px}.smart-roulette__items_7 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_7 .smart-roulette__item_2{-webkit-transform:rotate(51.428deg);-ms-transform:rotate(51.428deg);transform:rotate(51.428deg)}.smart-roulette__items_7 .smart-roulette__item_3{-webkit-transform:rotate(102.856deg);-ms-transform:rotate(102.856deg);transform:rotate(102.856deg)}.smart-roulette__items_7 .smart-roulette__item_4{-webkit-transform:rotate(154.284deg);-ms-transform:rotate(154.284deg);transform:rotate(154.284deg)}.smart-roulette__items_7 .smart-roulette__item_5{-webkit-transform:rotate(205.712deg);-ms-transform:rotate(205.712deg);transform:rotate(205.712deg)}.smart-roulette__items_7 .smart-roulette__item_6{-webkit-transform:rotate(257.14deg);-ms-transform:rotate(257.14deg);transform:rotate(257.14deg)}.smart-roulette__items_7 .smart-roulette__item_7{-webkit-transform:rotate(308.568deg);-ms-transform:rotate(308.568deg);transform:rotate(308.568deg)}.smart-roulette__items_6 .smart-roulette__item{width:204px;height:175px;-webkit-transform-origin:102px 175px;-ms-transform-origin:102px 175px;transform-origin:102px 175px}.smart-roulette__items_6 .smart-roulette__item::before{border-width:175px 102px}.smart-roulette__items_6 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_6 .smart-roulette__item_2{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.smart-roulette__items_6 .smart-roulette__item_3{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.smart-roulette__items_6 .smart-roulette__item_4{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-roulette__items_6 .smart-roulette__item_5{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.smart-roulette__items_6 .smart-roulette__item_6{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.smart-roulette__items_5 .smart-roulette__item{width:254px;height:175px;-webkit-transform-origin:127px 175px;-ms-transform-origin:127px 175px;transform-origin:127px 175px}.smart-roulette__items_5 .smart-roulette__item::before{border-width:175px 127px}.smart-roulette__items_5 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_5 .smart-roulette__item_2{-webkit-transform:rotate(72deg);-ms-transform:rotate(72deg);transform:rotate(72deg)}.smart-roulette__items_5 .smart-roulette__item_3{-webkit-transform:rotate(144deg);-ms-transform:rotate(144deg);transform:rotate(144deg)}.smart-roulette__items_5 .smart-roulette__item_4{-webkit-transform:rotate(216deg);-ms-transform:rotate(216deg);transform:rotate(216deg)}.smart-roulette__items_5 .smart-roulette__item_5{-webkit-transform:rotate(288deg);-ms-transform:rotate(288deg);transform:rotate(288deg)}.smart-roulette__items_4 .smart-roulette__item{width:350px;height:175px;-webkit-transform-origin:175px 175px;-ms-transform-origin:175px 175px;transform-origin:175px 175px}.smart-roulette__items_4 .smart-roulette__item::before{border-width:175px 175px}.smart-roulette__items_4 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_4 .smart-roulette__item_2{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.smart-roulette__items_4 .smart-roulette__item_3{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.smart-roulette__items_4 .smart-roulette__item_4{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.smart-roulette__items_3 .smart-roulette__item{width:610px;height:175px;-webkit-transform-origin:305px 175px;-ms-transform-origin:305px 175px;transform-origin:305px 175px;left:-130px}.smart-roulette__items_3 .smart-roulette__item::before{border-width:175px 305px}.smart-roulette__items_3 .smart-roulette__item_1{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.smart-roulette__items_3 .smart-roulette__item_2{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.smart-roulette__items_3 .smart-roulette__item_3{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.smart-roulette{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;visibility:hidden;opacity:0;position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-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;padding:30px 15px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;left:0;top:0;right:0;bottom:0;background:#000;background-image:-o-radial-gradient(top left,circle,#000,#3c4858);background-image:radial-gradient(circle at top left,#000,#3c4858);height:100vh;overflow-y:scroll;z-index:1000}@media (max-width:870px){.smart-roulette{padding:5px}}.smart-roulette_active{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;visibility:visible;opacity:1;height:100%}.smart-roulette button,.smart-roulette div,.smart-roulette input,.smart-roulette label,.smart-roulette textarea{-webkit-box-sizing:border-box;box-sizing:border-box}.smart-roulette__gift{border:none;padding:0;margin:0;background:0 0;position:fixed;cursor:pointer;outline:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;bottom:15px;-webkit-animation:2.2s ease-in-out 0s normal none infinite running shake-animation;animation:2.2s ease-in-out 0s normal none infinite running shake-animation;z-index:999}.smart-roulette__gift_left{left:15px;bottom:50px}.smart-roulette__gift_right{right:15px}.smart-roulette__gift:hover{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;opacity:.8}.smart-roulette__inner{background:#01B2F3;position:relative;width:100%;height:100%;max-width:900px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;border-radius:15px;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.2);box-shadow:0 3px 5px rgba(0,0,0,.2)}@media (max-width:1000px){.smart-roulette__inner{max-width:845px}}.smart-roulette__close{position:absolute;top:10px;right:10px;padding:0;line-height:0;font-size:28px;border:none;background:0 0;height:20px;width:20px;outline:0;cursor:pointer;color:#404040}.smart-roulette__left-block,.smart-roulette__right-block{padding:50px;width:50%;display: flex;align-items: center;justify-content: center;}@media (max-width:1000px){.smart-roulette__left-block,.smart-roulette__right-block{padding:35px}}@media (max-width:870px){.smart-roulette__left-block,.smart-roulette__right-block{width:100%}}@media (max-width:359px){.smart-roulette__left-block,.smart-roulette__right-block{padding:15px 10px}}.smart-roulette__left-block{border-right:2px solid rgba(255,255,255,.65)}@media (max-width:870px){.smart-roulette__left-block{border:none;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;padding:0 35px 35px;height:175px;position:relative}}.smart-roulette__right-block{border-left:2px solid rgba(255,255,255,.65);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:870px){.smart-roulette__right-block{border:none;text-align:center;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (max-width:480px){.smart-roulette__right-block{min-height:290px}}@media (max-width:380px){.smart-roulette__right-block{padding:30px 15px}}@media (max-width:359px){.smart-roulette__right-block{padding:30px 10px 15px}}.smart-roulette__disc-wrapper{position:relative;width:350px;height:350px;border-radius:175px;-webkit-box-shadow:5px 5px 2px rgba(39,54,56,.2);box-shadow:5px 5px 2px rgba(39,54,56,.2);z-index:1001}@media (max-width:870px){.smart-roulette__disc-wrapper{margin:0 auto}}@media (max-width:420px){.smart-roulette__disc-wrapper{position:absolute;left:calc(50% - 175px)}}.smart-roulette__disc-wrapper:before{position:absolute;width:100%;height:100%;border-radius:175px;background:url(/smroulette_new/css/../img/disc.png) center center no-repeat;background-size:cover;z-index:3;top:0;content:'';display:block}.smart-roulette__text-area{width:100%;z-index:1001;text-align:left;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}@media (max-width:870px){.smart-roulette__text-area{text-align:center}}.smart-roulette__text-title{font-size:32px;text-transform:uppercase;margin-bottom:15px;font-weight:600;width:100%}@media (max-width:870px){.smart-roulette__text-title{font-size:20px}}.smart-roulette__text-description{width:100%;font-size:18px;margin-bottom:30px;line-height:1.3}@media (max-width:640px){.smart-roulette__text-description{margin-bottom:15px;font-size:16px}}.smart-roulette__form{width:100%}.smart-roulette__text-respond{display:none}.smart-roulette__title-respond{font-size:20px;text-transform:uppercase;font-weight:600;margin-bottom:15px}.smart-roulette__prize-respond{font-size:32px;font-weight:600;color:#fff;margin-bottom:15px;text-transform:uppercase}.smart-roulette__subtitle-respond{font-size:16px}.smart-roulette__inputs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-shadow:3px 3px 2px rgba(39,54,56,.2);box-shadow:3px 3px 2px rgba(39,54,56,.2);position:relative;margin-bottom:22px;border-radius:4px}@media (max-width:480px){.smart-roulette__inputs{margin-bottom:25px}}.smart-roulette__input-msgs{position:absolute;bottom:-18px;left:0;font-size:12px;color:#c14f4f}@media (max-width:480px){.smart-roulette__input-msgs{width:100%}}.smart-roulette__button{height:50px;width:150px;display:block;color:#fff;border:none;background:#00BFFF;border-radius:4px;font:16px Roboto,sans-serif;line-height:0;cursor:pointer;outline:0;overflow:hidden;position:relative;padding:0}@media (max-width:420px){.smart-roulette__button{width:100px}}.smart-roulette .ripple{display:block;position:absolute;background:rgba(255,255,255,.5);border-radius:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.smart-roulette .ripple.animate{-webkit-animation:ripple .65s linear;animation:ripple .65s linear}@-webkit-keyframes ripple{100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes ripple{100%{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.smart-roulette__input-wrapper{width:calc(100% - 150px)}@media (max-width:420px){.smart-roulette__input-wrapper{width:calc(100% - 100px)}}.smart-roulette__input{width:100%;border-radius:4px 0 0 4px;border:none;padding:0 15px 1px;height:50px;outline:0;font:16px Roboto,sans-serif;line-height:0}.smart-roulette__agreement-wrapper{width:100%;font:12px Roboto,'Open Sans',sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:1;position:relative}@media (max-width:870px){.smart-roulette__agreement-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.smart-roulette__input-agreement{display:none}.smart-roulette__input-agreement+label::before{content:'';display:inline-block;width:20px;height:20px;border-radius:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #007CC3;background:rgba(255,255,255,.65);margin-right:15px;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;cursor:pointer;-webkit-box-shadow:3px 3px 2px rgba(39,54,56,.2);box-shadow:3px 3px 2px rgba(39,54,56,.2)}@media (max-width:380px){.smart-roulette__input-agreement+label::before{margin-right:9px}}.smart-roulette__input-agreement:not(:disabled):not(:checked)+label:hover::before{border-color:#007CC3;width:20px;height:20px;border-radius:20px;-webkit-box-shadow:3px 3px 2px rgba(39,54,56,.2);box-shadow:3px 3px 2px rgba(39,54,56,.2)}.smart-roulette__input-agreement:checked+label::before{border-color:#007CC3;background-color:#007CC3;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.smart-roulette__input-agreement:disabled+label::before{background-color:#e9ecef}.smart-roulette__link-agreement{text-align:left;color:#fff;text-decoration:none}@-webkit-keyframes shake-animation{0%,100%,50%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0)}10%,30%{transform:rotate(-10deg);-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg)}20%,40%{transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-o-transform:rotate(10deg);-ms-transform:rotate(10deg)}}@keyframes shake-animation{0%,100%,50%{transform:rotate(0);-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0)}10%,30%{transform:rotate(-10deg);-webkit-transform:rotate(-10deg);-moz-transform:rotate(-10deg);-o-transform:rotate(-10deg);-ms-transform:rotate(-10deg)}20%,40%{transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-o-transform:rotate(10deg);-ms-transform:rotate(10deg)}}
.smart-roulette__gift:focus{
	outline:none !important;
}
/*.smart-roulette__inner{
	overflow: auto;
}
body.page-template{
	overflow-y: initial !important;
}*/
.smart-roulette__gift {
    display: none !important;
}
.smart-roulette__item_2 span, .smart-roulette__item_5 span{
	color:#fff !important;
}
.smart-roulette__item_5 span{
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
}
.smart-roulette__item_6 span{
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
}
.smart-roulette__text-title, .smart-roulette__text-description{
	color:#fff;
} 
@media (min-width: 1024px){
.smart-roulette_active { 
	    display: flex;
    align-items: center;
    justify-content: center;
}
.smart-roulette__inner {
	height: 600px;
}}

@media (min-width: 1200px) {
	.smart-roulette__gift {
	    display: block !important;
	}
}
/* End */
/* /local/templates/optimism/css/mainpage.css?167325688518663 */
/* /local/templates/optimism/css/mainpage-new.css?176174213528769 */
/* /smroulette_new/css/smroulette.min.css?165996979723196 */
