.mainpage {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.mainpage .headerinnerpage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: 0 0;
    padding-top: 20px;
    padding-bottom: 20px
}

.mainpage .smalltitle+h2 {
    margin-top: 60px
}

.mainpage h2+p {
    margin-top: 44px
}

.wrapper_mainpage {
    max-width: 1530px;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .wrapper_mainpage {
        padding-left: 30px;
        padding-right: 30px
    }
}

.number_section {
    font-size: 16px;
    line-height: 24px;
    color: #b1b1b1;
    position: absolute
}

.section_main {
    background: url(../img/section_main_bg.jpg) top center/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1140px;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 176px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%)
}

.section_main_smalltitle {
    color: #b1b1b1;
    margin-bottom: 56px
}

.section_main_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 180px;
    margin-bottom: 145px;
    padding-right: 58px
}

.section_main_content_left {
    padding-right: 60px
}

.section_main_content_left h1 {
    max-width: 760px;
    margin-bottom: 45px;
    margin-left: -5px;
    text-transform: uppercase
}

.section_main_content_left_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section_main_content_left_buttons .button {
    padding-left: 47px;
    padding-right: 47px
}

.section_main_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section_main_video_preview {
    width: 180px;
    height: 120px;
    border-radius: 5px;
    position: relative;
    background: center/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_main_video_play {
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 28px solid #fff;
    border-bottom: 16px solid transparent
}

.section_main_video_play:hover {
    opacity: .6
}

.section_main_video_text {
    padding-left: 30px;
    position: relative;
    padding-bottom: 40px;
    max-width: 184px
}

.section_main_video_text .title16 {
    margin-top: -5px
}

.section_main_video_playbutton {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 15px;
    height: 30px;
    font-size: 16px;
    line-height: 26px;
    width: 72px;
    text-align: center
}

.section_main_video_playbutton:hover {
    background: #ff3e35;
    border-color: #ff3e35
}

.section_main_content_right {
    padding-top: 15px
}

.section_main_botton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.scrolldown {
    position: relative;
    padding-right: 58px;
    display: inline-block
}

.scrolldown i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/upper.svg) center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px
}

.section_main_video_mobile {
    display: none;
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 40px;
    position: relative
}

.section_main_video_mobile:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #191819;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -12px
}

.section_main_video_mobile:hover {
    opacity: .6
}

@media (max-width:1599px) {
    .section_main_content {
        padding-left: 60px
    }
}

@media (max-width:1439px) {
    .section_main h1 {
        font-size: 50px;
        line-height: 58px;
        max-width: 460px
    }
}

@media (max-width:1279px) {
    .section_main {
        min-height: 0;
        padding-top: 176px;
        padding-bottom: 102px;
        display: block;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%)
    }

    .section_main_content {
        display: block;
        margin-bottom: 85px
    }

    .section_main_content_left {
        padding-right: 0;
        margin-bottom: 105px
    }

    .section_main_content_left h1 {
        background-size: calc(100% - 14px);
        margin-bottom: 48px
    }

    .section_main_video_preview {
        width: 150px;
        height: 90px
    }
}

@media (max-width:767px) {
    .section_main {
        text-align: center;
        padding-top: 132px;
        padding-bottom: 20px;
        -webkit-clip-path: none;
        clip-path: none
    }

    .section_main_content_left h1 {
        background: 0 0;
        color: #fff;
        font-size: 30px;
        line-height: 34px;
        max-width: 300px;
        margin: 0 auto 36px
    }

    .section_main_content {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 33px
    }

    .section_main_smalltitle {
        margin-bottom: 18px
    }

    .section_main_video_mobile {
        display: block
    }

    .section_main_content_right {
        display: none
    }

    .section_main_botton {
        display: block
    }

    .section_main_botton .followus {
        display: none
    }

    .scrolldown {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        padding-right: 0
    }

    .scrolldown span {
        display: none
    }

    .section_main_content_left {
        margin-bottom: 0
    }

    .section_main_content_left_buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:479px) {
    .section_main_content_left_buttons {
        display: block
    }

    .section_main_content_left_buttons .button {
        width: 100%;
        height: 40px;
        line-height: 36px
    }

    .section_main_content_left_buttons .button+.button {
        margin-top: 18px
    }
}

.section_trainigvideos {
    position: relative;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% calc(100% - 120px), 0 100%);
    margin-top: -121px;
    background: url(../img/section_trainigvideos.jpg) center/cover no-repeat;
    padding-top: 296px;
    color: #fff;
    min-height: 1140px;
    padding-bottom: 300px
}

.section_trainigvideos .number_section {
    left: 0;
    top: 296px;
    width: 100%;
    z-index: -1
}

.section_trainigvideos .smalltitle {
    color: #b1b1b1
}

.trainigvideos_content {
    max-width: 550px;
    padding-right: 30px
}

.trainigvideos_content p {
    max-width: 424px;
    margin-bottom: 95px
}

.trainigvideos_content .button {
    min-width: 210px
}

.trainigvideos {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 105px
}

.trainigvideos_item {
    width: 360px
}

.trainigvideos_item_title {
    color: #fff;
    margin-bottom: 24px
}

.trainigvideos_item_image {
    width: 100%;
    height: 600px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 27px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, .4);
    position: relative;
    background: #1d1b1c;
    overflow: hidden
}

.trainigvideos_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat
}

.trainigvideos_item_button {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center
}

.trainigvideos_item_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.trainigvideos_item_time {
    height: 30px;
    text-align: center;
    border: 2px solid #5c5c5c;
    font-size: 16px;
    line-height: 24px;
    border-radius: 15px;
    padding: 0 12px;
    min-width: 72px;
    margin-right: 15px
}

.trainigvideos_item_type {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase
}

.trainigvideos_item_locked .trainigvideos_item_title {
    color: #b1b1b1
}

.trainigvideos_item_locked .trainigvideos_item_img {
    opacity: .3
}

.trainigvideos_item_locked .trainigvideos_item_image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#121212));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #121212 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #121212 100%);
    z-index: 2
}

.trainigvideos_item_locked .trainigvideos_item_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/locked.png) center 188px/70px auto no-repeat;
    z-index: 4
}

.trainigvideos_item_locked .trainigvideos_item_button {
    z-index: 7
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    to {
        -webkit-transform: rotate(520deg);
        transform: rotate(520deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    to {
        -webkit-transform: rotate(520deg);
        transform: rotate(520deg)
    }
}

.trainigvideos_list .owl-nav button.owl-prev {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #8f9190;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.trainigvideos_list .owl-nav button.owl-prev:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.trainigvideos_list .owl-nav button.owl-prev:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.trainigvideos_list .owl-nav button.owl-prev:hover {
    width: 90px;
    height: 90px;
    margin: -15px;
    background: #fff;
    border-color: #fff
}

.trainigvideos_list .owl-nav button.owl-prev:hover:after {
    border-color: #151515
}

.trainigvideos_list .owl-nav button.owl-prev:hover:before {
    clip: rect(0, 35px, 120px, 0);
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

.trainigvideos_list .owl-nav button.owl-next {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #8f9190;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.trainigvideos_list .owl-nav button.owl-next:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -3px;
    margin-top: -7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.trainigvideos_list .owl-nav button.owl-next:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -10px;
    border: 2px solid #fff;
    clip: rect(0, 0, 0, 0);
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.trainigvideos_list .owl-nav button.owl-next:hover {
    width: 90px;
    height: 90px;
    margin: -15px;
    background: #fff;
    border-color: #fff
}

.trainigvideos_list .owl-nav button.owl-next:hover:after {
    border-color: #151515
}

.trainigvideos_list .owl-nav button.owl-next:hover:before {
    clip: rect(0, 35px, 120px, 0);
    -webkit-animation: 1.5s linear infinite spin;
    animation: 1.5s linear infinite spin
}

@media (pointer:coarse) {

    .trainigvideos_list .owl-nav button.owl-next:before,
    .trainigvideos_list .owl-nav button.owl-prev:before {
        display: none !important
    }

    .trainigvideos_list .owl-nav button.owl-next:hover,
    .trainigvideos_list .owl-nav button.owl-prev:hover {
        width: 60px;
        height: 60px;
        margin: 0
    }
}

.trainigvideos_list .owl-nav {
    position: absolute;
    left: -135px;
    top: 50%;
    width: 165px;
    height: 60px;
    margin-top: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.trainigvideos_scrolldown {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 100%
}

.trainigvideos_scrolldown .wrapper_innerpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.trainigvideos_scrolldown .wrapper_innerpage .scrolldown {
    z-index: 2
}

.trainigvideos_dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

.trainigvideos_dots .owl-dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #616161;
    margin: 0 6px
}

.trainigvideos_dots .owl-dot.active,
.trainigvideos_dots .owl-dot:hover {
    background: #fff
}

.trainigvideos_mobilebutton_allvideos {
    display: none;
    margin-bottom: 28px
}

.trainigvideos_mobilebutton_allvideos .button {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    height: 40px;
    line-height: 36px
}

@media (max-width:1439px) {
    .trainigvideos_list .owl-nav {
        left: -30px
    }
}

@media (max-width:1279px) {
    .section_trainigvideos {
        min-height: 0;
        -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
        clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
        margin-top: -51px;
        padding-top: 135px;
        padding-bottom: 152px
    }

    .section_trainigvideos .number_section {
        top: 135px
    }

    .trainigvideos_tabstyle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .trainigvideos_content {
        width: 50%;
        max-width: none;
        padding-right: 60px;
        padding-top: 60px
    }

    .trainigvideos_content h2 {
        font-size: 32px;
        line-height: 36px
    }

    .trainigvideos_content .smalltitle+h2 {
        margin-top: 18px
    }

    .trainigvideos_content h2+p {
        margin-top: 54px
    }

    .trainigvideos_content p {
        margin-bottom: 41px
    }

    .trainigvideos {
        position: static;
        width: calc(50% + 60px);
        margin-right: -60px;
        padding-left: 30px;
        display: block;
        padding-bottom: 0
    }

    .trainigvideos_item {
        width: 100%;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto
    }

    .trainigvideos_item_title {
        text-align: center;
        margin-bottom: 10px
    }

    .trainigvideos_item_image {
        height: 540px
    }

    .trainigvideos_list .owl-nav {
        margin-top: -12px;
        width: calc(100% + 60px)
    }

    .trainigvideos_scrolldown {
        bottom: 82px
    }

    .trainigvideos_dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:767px) {
    .section_trainigvideos {
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 0;
        padding-top: 38px;
        padding-bottom: 18px;
        text-align: center
    }

    .section_trainigvideos .number_section {
        position: static;
        text-align: center;
        margin-bottom: 36px
    }

    .trainigvideos_tabstyle {
        display: block
    }

    .trainigvideos_content {
        width: 100%;
        padding: 0
    }

    .trainigvideos_content .button {
        display: none
    }

    .trainigvideos_item_title {
        line-height: 20px;
        margin-bottom: 24px
    }

    .trainigvideos_item_title span {
        display: block
    }

    .trainigvideos {
        width: 100%;
        margin-right: 0;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 26px
    }

    .trainigvideos_item_image {
        height: 360px
    }

    .trainigvideos_mobilebutton_allvideos {
        display: block
    }

    .trainigvideos_scrolldown {
        position: static
    }

    .trainigvideos_scrolldown .wrapper_innerpage {
        display: block
    }

    .trainigvideos_dots {
        position: static;
        margin-bottom: 30px
    }

    .trainigvideos_content h2 {
        font-size: 24px;
        line-height: 30px
    }

    .trainigvideos_content h2+p {
        margin-top: 30px
    }

    .trainigvideos_content p {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .trainigvideos_list .owl-nav {
        margin-top: 2px
    }

    .trainigvideos_item_button {
        bottom: 30px
    }

    .trainigvideos_item_button .button {
        height: 40px;
        line-height: 36px
    }

    .trainigvideos_item_locked .trainigvideos_item_image:after {
        background-position: center
    }
}

.section_orderbook {
    position: relative;
    -webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    margin-top: -120px;
    padding-top: 296px;
    padding-bottom: 600px
}

.section_orderbook .number_section {
    left: 0;
    top: 0;
    width: 100%
}

.section_orderbook .smalltitle {
    color: #b1b1b1
}

.orderbook_bgtext {
    position: absolute;
    left: 0;
    top: 178px;
    width: 100%;
    overflow: hidden;
    font-size: 18.222916vw;
    line-height: 19.6875vw;
    z-index: 1;
    text-align: center;
    color: #f5f5f5;
    text-transform: uppercase
}

.orderbook_content {
    position: relative;
    z-index: 3
}

.orderbook_text {
    max-width: 360px
}

.orderbook_text h2 {
    letter-spacing: .05em
}

.orderbook_text p {
    margin-bottom: 53px
}

.orderbook_text .button {
    min-width: 240px;
    text-transform: uppercase
}

.orderbook_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.orderbook_scrolldown {
    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 4;
    color: #fff;
    width: 100%;
    text-align: right
}

@media (min-width:1921px) {
    .orderbook_img {
        width: calc(100% - 14.6875vw);
        left: auto;
        right: 0;
        background-size: 100% auto
    }
}

@media (max-width:1599px) {
    .orderbook_img {
        background-position: center bottom;
        background-size: 100% auto
    }

    .orderbook_bgtext {
        top: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1279px) {
    .section_orderbook {
        -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
        margin-top: -50px;
        padding-top: 194px;
        padding-bottom: 360px
    }

    .section_orderbook .smalltitle+h2 {
        margin-top: 20px
    }

    .section_orderbook .number_section {
        top: -60px
    }

    .orderbook_text {
        max-width: 480px
    }

    .orderbook_text h2 {
        font-size: 32px;
        line-height: 35px
    }

    .orderbook_text h2 br {
        display: none
    }

    .orderbook_text h2+p {
        margin-top: 30px
    }

    .orderbook_text p {
        margin-bottom: 40px
    }

    .orderbook_text .button {
        min-width: 210px
    }

    .orderbook_scrolldown {
        bottom: 42px
    }
}

@media (max-width:767px) {
    .section_orderbook {
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 0;
        text-align: center
    }

    .section_orderbook .number_section {
        position: static;
        margin-bottom: 36px
    }

    .orderbook_bgtext {
        height: auto;
        top: auto;
        bottom: 60px
    }

    .orderbook_text h2 {
        font-size: 24px;
        line-height: 30px
    }

    .orderbook_text h2+p {
        margin-top: 36px
    }

    .orderbook_text .button {
        height: 40px;
        line-height: 36px
    }

    .orderbook_img {
        position: relative;
        width: 100%;
        height: 52vw;
        margin-top: 52px
    }

    .orderbook_text {
        margin-left: auto;
        margin-right: auto
    }

    .orderbook_scrolldown {
        bottom: -20px;
        text-align: center
    }
}

@media (max-width:479px) {
    .orderbook_text .button {
        width: 100%
    }
}

.section_about {
    background: #151515;
    color: #fff;
    padding-top: 131px;
    padding-bottom: 160px;
    position: relative;
    margin-top: -1px
}

.section_about .number_section {
    left: 0;
    top: 131px
}

.section_about .about_scrolldown {
    position: absolute;
    right: 0;
    bottom: 149px;
    width: 100%;
    text-align: right
}

.section_about_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.section_about_item {
    display: block;
    padding: 15px
}

.section_about_item_img {
    display: block;
    width: 100%;
    height: 100%;
    background: center/cover no-repeat;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.section_about_item:hover>.section_about_item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section_about_item_text {
    width: 510px;
    height: 664px
}

.section_about_item_big {
    width: 660px;
    height: 664px
}

.section_about_item_small {
    width: 330px;
    height: 332px
}

.section_about_item_medium {
    width: 510px;
    height: 332px
}

.section_about_item_medium2 {
    width: 840px;
    height: 332px
}

.section_about_item_medium_pr {
    padding-right: 195px
}

.section_about_item_medium_pl {
    padding-left: 195px
}

.section_about_item_down {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.section_about_item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 63px
}

.section_about_item__text {
    max-width: 210px
}

.section_about_item__text .button {
    width: 100%
}

.section_about_title {
    font-size: 83px;
    line-height: 90px;
    letter-spacing: -.02em;
    margin-bottom: 75px;
    margin-left: -5px
}

.section_about_items_mobilebutton {
    display: none
}

.section_about_items_mobilebutton .button {
    height: 40px;
    line-height: 36px;
    width: 240px
}

@media (max-width:1919px) {
    .section_about_item_text {
        width: 26.5625vw;
        height: 34.583333vw;
        padding-top: 0
    }

    .section_about_item_big {
        width: 34.375vw;
        height: 34.583333vw
    }

    .section_about_item_small {
        width: 17.1875vw;
        height: 17.29166667vw
    }

    .section_about_item_medium {
        width: 26.5625vw;
        height: 17.29166667vw
    }

    .section_about_item_medium2 {
        width: 43.75vw;
        height: 17.2916667vw
    }

    .section_about_item_medium_pr {
        padding-right: 10.15625vw
    }

    .section_about_item_medium_pl {
        padding-left: 10.15625vw
    }
}

@media (max-width:1279px) {
    .section_about_items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row dense;
        padding-left: 60px;
        padding-right: 60px
    }

    .section_about_item.section_about_item_text {
        width: 100%;
        height: auto;
        display: block;
        grid-column: span 2/auto;
        margin-bottom: 90px
    }

    .section_about_item__text {
        max-width: none;
        padding-left: 48px
    }

    .section_about_item__text .button {
        width: 210px
    }

    .section_about_item_big {
        width: 100%;
        height: 84.61538461vw;
        grid-column: span 2/auto
    }

    .section_about_item_small {
        width: 100%;
        height: 42.3076923vw;
        grid-column: span 1/auto
    }

    .section_about_item_medium,
    .section_about_item_medium2 {
        width: 100%;
        height: 42.3076923vw;
        grid-column: span 2/auto
    }

    .section_about_item_medium_pr {
        padding-right: 15px;
        width: 100%;
        grid-column: span 1/auto
    }

    .section_about_item_medium_pl {
        padding-left: 15px;
        width: 100%;
        grid-column: span 1/auto
    }

    .section_about {
        padding-top: 140px;
        padding-bottom: 80px
    }

    .section_about .number_section {
        top: 85px
    }

    .section_about .about_scrolldown {
        position: static;
        margin-top: 60px
    }

    .section_about_title {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 42px
    }
}

@media (max-width:767px) {
    .section_about {
        text-align: center;
        padding-top: 64px;
        padding-bottom: 10px
    }

    .section_about .number_section {
        position: static;
        margin-bottom: 26px
    }

    .section_about_items {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px
    }

    .section_about_item__text {
        padding-left: 0
    }

    .section_about_title {
        font-size: 30px;
        line-height: 35px
    }

    .section_about_item__text .button {
        height: 40px;
        line-height: 36px
    }

    .section_about_item.section_about_item_text {
        margin-bottom: 30px
    }

    .section_about_item_big,
    .section_about_item_medium,
    .section_about_item_medium2,
    .section_about_item_small {
        height: 91.67vw
    }

    .section_about .about_scrolldown {
        text-align: center;
        position: static;
        margin-top: 13px
    }

    .section_about_item {
        display: none
    }

    .section_about_item:nth-child(-n+4) {
        display: block
    }

    .section_about_items_mobilebutton {
        display: block;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:479px) {

    .section_about_item__text .button,
    .section_about_items_mobilebutton .button {
        width: 100%
    }
}

.programs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.program {
    width: 50%;
    height: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 120px 60px;
    text-align: center;
    color: #f5f5f5
}

.program.program_women {
    background: url(../img/program_women.jpg) center/cover no-repeat #b01a27
}

.program.program_men {
    background: url(../img/program_men.jpg) center/cover no-repeat #0d0f0e
}

.program .button {
    width: 210px
}

.program_title {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 36px
}

@media (max-width:1279px) {
    .program {
        height: 810px;
        padding-bottom: 90px
    }
}

@media (max-width:767px) {
    .programs {
        display: block
    }

    .program {
        width: 100%;
        height: 570px;
        padding-left: 30px;
        padding-right: 30px
    }

    .program .button {
        height: 40px;
        line-height: 36px
    }

    .program>div {
        width: 100%
    }

    .program_title {
        margin-bottom: 40px
    }
}

@media (max-width:479px) {
    .program .button {
        width: 100%
    }
}

.section_pricingtable {
    background: url(../img/section_pricingtable.jpg) center/cover no-repeat;
    color: #fff;
    position: relative;
    padding-top: 175px;
    padding-bottom: 120px
}

.section_pricingtable .number_section {
    left: 0;
    top: 175px;
    width: 100%
}

.section_pricingtable .smalltitle {
    color: #b1b1b1
}

.section_pricingtable h2 {
    text-transform: uppercase;
    letter-spacing: .05em
}

.pricingtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 92px;
    text-align: left
}

.pricingtable_plan {
    width: 50%
}

.pricingtable_plan_l .pricingtable_plan_title,
.pricingtable_plan_l .pricingtable_table {
    padding-right: 15px
}

.pricingtable_plan_r {
    border-left: 1px solid #5b5b5b
}

.pricingtable_plan_r .pricingtable_plan_title,
.pricingtable_plan_r .pricingtable_table {
    padding-left: 15px
}

.pricingtable_plan_title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 39px
}

.pricingtable_table {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969
}

.pricingtable_table table {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.pricingtable_table table td {
    border-bottom: 1px solid #5c5c5c;
    padding: 18px 0 17px;
    vertical-align: top;
    white-space: nowrap
}

.pricingtable_table table td:first-child {
    width: 35%;
    padding-right: 10px
}

.pricingtable_table table td:last-child {
    width: 30%;
    padding-left: 10px
}

.pricingtable_table table td.pricingtable_cost {
    color: #eb3323
}

.pricingtable_table table tr:last-child td {
    border-bottom: none
}

.pricingtable_tip {
    padding-top: 48px;
    padding-bottom: 45px;
    border-bottom: 1px solid #5c5c5c;
    margin-bottom: 88px;
    text-align: left
}

.pricingtable_tip p {
    color: #b1b1b1
}

.pricingtable_tip_title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 9px
}

.pricingtable_scrolldown {
    position: absolute;
    right: 0;
    bottom: 126px;
    text-align: right;
    width: 100%;
    z-index: 1
}

.pricingtable_bottom {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pricingtable_bottom .button {
    min-width: 210px
}

.pricingtable_dots {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricingtable_dots .owl-dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5a5a5a;
    margin: 0 6px
}

.pricingtable_dots .owl-dot.active,
.pricingtable_dots .owl-dot:hover {
    background: #fff
}

.pricingtable.owl-carousel .pricingtable_plan {
    width: 100%
}

.pricingtable.owl-carousel .pricingtable_plan .pricingtable_plan_title,
.pricingtable.owl-carousel .pricingtable_plan .pricingtable_table {
    padding: 0
}

.pricingtable.owl-carousel .pricingtable_plan_r {
    border-left: none
}

@media (max-width:1279px) {
    .section_pricingtable {
        padding-top: 147px
    }

    .section_pricingtable .number_section {
        top: 86px
    }

    .section_pricingtable h2 {
        font-size: 32px;
        line-height: 36px
    }

    .section_pricingtable .smalltitle+h2 {
        margin-top: 20px
    }

    .pricingtable_scrolldown {
        display: none
    }

    .pricingtable {
        margin-top: 54px
    }

    .pricingtable_tip {
        padding-bottom: 35px;
        margin-bottom: 60px
    }

    .pricingtable_bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .pricingtable_dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pricingtable_table table td {
        white-space: normal
    }
}

@media (max-width:767px) {
    .section_pricingtable {
        padding-top: 42px;
        padding-bottom: 15px;
        text-align: center
    }

    .section_pricingtable .number_section {
        position: static;
        margin-bottom: 36px
    }

    .section_pricingtable h2 {
        font-size: 24px;
        line-height: 30px
    }

    .pricingtable_table table {
        font-size: 14px;
        line-height: 20px
    }

    .pricingtable_table table td {
        padding: 15px 10px 14px
    }

    .pricingtable_table table td.pricingtable_cost {
        text-align: right
    }

    .pricingtable_bottom {
        margin-bottom: 20px
    }

    .pricingtable_bottom .button {
        height: 40px;
        line-height: 36px
    }

    .pricingtable_scrolldown {
        display: block;
        position: static;
        text-align: center
    }

    .pricingtable {
        margin-top: 58px
    }

    .pricingtable_plan_title {
        font-size: 16px;
        margin-bottom: 30px
    }

    .pricingtable_tip_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px
    }

    .pricingtable_tip {
        padding-top: 35px;
        padding-bottom: 38px;
        margin-bottom: 26px
    }
}

@media (max-width:479px) {
    .pricingtable_bottom {
        display: block
    }

    .pricingtable_bottom .button {
        width: 100%
    }

    .pricingtable_bottom .pricingtable_dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }
}

.section_beforeafter {
    background: #fff
}

.section_ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section_ba_left,
.section_ba_right {
    width: 50%
}

.section_ba_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px
}

.section_ba_text {
    text-align: center;
    max-width: 440px
}

.section_ba_text .smalltitle {
    color: #b1b1b1;
    margin-bottom: 58px
}

.section_ba_name {
    font-size: 38px;
    line-height: 57px;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 26px
}

.section_ba_result {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 48px
}

.section_ba_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_ba_dots a {
    display: block;
    width: 18px;
    height: 18px;
    position: relative
}

.section_ba_dots a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b2b2b2;
    position: absolute;
    left: 6px;
    top: 6px
}

.section_ba_dots a.selected:before {
    background: #ff3e35
}

.section_ba_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section_ba_photo img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section_ba_photo .resize {
    width: 50%
}

.section_ba_photo .resize img {
    width: 100% !important
}

.section_ba_photo.ba-slider {
    display: block
}

.section_ba_photo.ba-slider img {
    width: 100vw !important;
    height: auto
}

.section_ba_photo.ba-slider .handle {
    width: 36px;
    margin-left: -18px;
    background: 0 0;
    height: 100%
}

.section_ba_photo.ba-slider .handle:before {
    content: "";
    display: block;
    width: 2px;
    margin-left: -1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1
}

.section_ba_photo.ba-slider .handle span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: #fff;
    z-index: 2
}

.section_ba_photo.ba-slider .handle span:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #0d0d0d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px
}

@media (max-width:1279px) {
    .section_ba {
        display: block
    }

    .section_ba_left,
    .section_ba_right {
        width: 100%
    }

    .section_ba_left {
        padding: 84px 60px 54px
    }
}

@media (max-width:767px) {
    .section_ba_left {
        padding: 55px 30px 52px
    }

    .section_ba_name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px
    }

    .section_ba_text .smalltitle {
        margin-bottom: 19px
    }

    .section_ba_result {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px
    }
}

.section_anytime {
    background: url(../img/section_anytime.jpg) center/cover no-repeat #151515;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 205px;
    padding-bottom: 158px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 120px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 120px))
}

.section_anytime .smalltitle {
    color: #b1b1b1
}

.section_anytime .number_section {
    left: 0;
    top: 205px;
    width: 100%;
    text-align: left
}

.section_anytime h2 {
    letter-spacing: .05em;
    line-height: 65px;
    margin-bottom: 81px
}

.anytime_img {
    width: 869px;
    height: 850px;
    margin: 0 auto 58px;
    background: url(../img/anytime_img.png) center/contain no-repeat
}

.anytime_scrolldown {
    text-align: right
}

@media (max-width:1279px) {
    .section_anytime {
        padding-top: 145px;
        padding-bottom: 129px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px))
    }

    .section_anytime .wrapper_mainpage {
        padding-left: 60px;
        padding-right: 60px
    }

    .section_anytime .number_section {
        top: 85px
    }

    .section_anytime h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 95px
    }

    .section_anytime .smalltitle+h2 {
        margin-top: 21px
    }

    .anytime_img {
        width: 100%;
        height: 646px
    }

    .anytime_scrolldown {
        display: none
    }
}

@media (max-width:767px) {
    .section_anytime {
        padding-top: 41px;
        padding-bottom: 36px;
        -webkit-clip-path: none;
        clip-path: none
    }

    .section_anytime .number_section {
        position: static;
        text-align: center;
        margin-bottom: 36px
    }

    .section_anytime .wrapper_mainpage {
        padding-left: 30px;
        padding-right: 30px
    }

    .section_anytime h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px
    }

    .anytime_img {
        background-image: url(../img/anytime_img_t.png);
        height: 89.72222vw
    }
}

.section_testimonials {
    position: relative;
    margin-top: -121px;
    color: #fff;
    z-index: 2;
    padding-top: 296px;
    padding-bottom: 215px
}

.section_testimonials .number_section {
    left: 0;
    top: 296px;
    width: 100%;
    z-index: 2;
    color: #fff
}

.testimonials_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.testimonials_bg_text {
    font-size: 16.7708333vw;
    letter-spacing: .032em;
    text-align: center;
    color: rgba(21, 21, 21, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #b0202a;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5.72916667vw
}

.testimonials_bg_img {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: calc(100% + 35px + 91px);
    background: url(../img/footer_promopage_img.png) center/contain no-repeat;
    z-index: 2
}

.testimonials_scrolldown {
    position: absolute;
    right: 0;
    bottom: 186px;
    width: 100%;
    text-align: right;
    z-index: 4
}

.testimonials_content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 630px
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.testimonials_users {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.testimonials_user {
    display: block;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: center/cover no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.testimonials_user+.testimonials_user {
    margin-left: 36px
}

.testimonials_right {
    width: 50%;
    padding-left: 225px;
    padding-bottom: 117px
}

.testimonials_carousel .owl-dots {
    position: absolute;
    left: -6px;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials_carousel .owl-dots .owl-dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: .3;
    margin: 0 6px
}

.testimonials_carousel .owl-dots .owl-dot.active,
.testimonials_carousel .owl-dots .owl-dot:hover {
    opacity: 1
}

.testimonials_item {
    padding-bottom: 45px
}

.testimonials_text {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: .05em;
    text-transform: uppercase;
    max-width: 360px
}

@media (max-width:1439px) {
    .testimonials_right {
        padding-left: 120px
    }
}

@media (max-width:1279px) {
    .section_testimonials {
        margin-top: -51px;
        padding-top: 233px;
        padding-bottom: 158px
    }

    .section_testimonials .number_section {
        top: 86px
    }

    .testimonials_scrolldown {
        display: none
    }

    .testimonials_bg_text {
        -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        display: block;
        padding-bottom: 0;
        padding-top: 238px
    }

    .testimonials {
        display: block
    }

    .testimonials_right {
        width: 100%;
        padding-left: 50%;
        padding-bottom: 0;
        margin-bottom: 210px
    }

    .testimonials_content {
        min-height: 0
    }

    .testimonials_users {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonials_user {
        margin: 0 18px
    }

    .testimonials_user+.testimonials_user {
        margin-left: 18px
    }

    .testimonials_bg_img {
        top: 72px;
        height: calc(100% - 72px - 96px)
    }
}

@media (max-width:767px) {
    .section_testimonials {
        margin-top: 0;
        padding-top: 44px;
        padding-bottom: 64px;
        text-align: center
    }

    .section_testimonials .number_section {
        position: relative;
        top: 0;
        margin-bottom: 78px
    }

    .testimonials_bg_text {
        -webkit-clip-path: none;
        clip-path: none;
        color: transparent
    }

    .testimonials_right {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 62px
    }

    .testimonials_text {
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        line-height: 34px;
        max-width: 320px
    }

    .testimonials_carousel .owl-dots {
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonials_item {
        padding-bottom: 42px
    }

    .testimonials_user {
        width: 84px;
        height: 84px;
        margin-left: 12px;
        margin-right: 12px
    }

    .testimonials_user+.testimonials_user {
        margin-left: 12px
    }
}

.section_news {
    -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    margin-top: -121px;
    padding-top: 296px;
    padding-bottom: 300px;
    position: relative
}

.section_news .number_section {
    z-index: 2;
    left: 0;
    top: 296px;
    width: 100%
}

.section_news .smalltitle {
    color: #b1b1b1
}

.section_news h2 {
    max-width: 1024px;
    text-transform: uppercase;
    letter-spacing: -.02em;
    font-size: 83px;
    line-height: 90px;
    margin-left: -5px;
    margin-bottom: 74px
}

.section_news .smalltitle+h2 {
    margin-top: 54px
}

.section_news_bgtext {
    position: absolute;
    left: 0;
    top: 210px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #f5f5f5;
    font-size: 18.22916667vw;
    z-index: 1;
    letter-spacing: .032em
}

.section_news_content {
    position: relative;
    z-index: 2
}

.news_list {
    border-top: 2px solid #f0f0f0;
    padding-top: 60px;
    padding-bottom: 90px
}

.news_wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.news_carousel {
    padding-bottom: 60px
}

.news_item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto
}

.news_item p {
    color: #b1b1b1;
    margin-bottom: 35px;
    padding-right: 45px
}

.news_img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 52px
}

.news_title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 28px
}

.news_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_date {
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #b8b8b8;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 13px;
    margin-right: 14px;
    min-width: 72px
}

.news_button {
    font-size: 16px;
    line-height: 24px
}

.news_button:hover {
    color: #ff3e35
}

.news_all {
    text-align: center
}

.news_all .button {
    min-width: 210px
}

.news_all .button:hover {
    background: #151515;
    border-color: #151515;
    color: #fff
}

.news_form {
    padding-top: 58px;
    border-top: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news_form form {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f0f0f0;
    border-radius: 5px;
    position: relative;
    padding: 15px 0
}

.news_form form input {
    font-size: 24px;
    font-family: RobotoCN;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 0 195px 0 30px;
    height: 60px;
    width: 100%;
    text-align: left
}

.news_form form input::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.news_form form input::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.news_form form input:-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.news_form form input::-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.news_form form input::placeholder {
    color: #b1b1b1;
    opacity: 1
}

.news_form form button {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 136px;
    z-index: 2
}

.news_form_title {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: .05em;
    white-space: nowrap;
    margin-right: 92px
}

.news_carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 9px;
    bottom: -34px;
    z-index: 2
}

.news_carousel .owl-dots .owl-dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b2b2b2;
    margin: 0 6px
}

.news_carousel .owl-dots .owl-dot.active,
.news_carousel .owl-dots .owl-dot:hover {
    background: #151515
}

.news_carousel .owl-nav button.owl-prev {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #151515;
    position: absolute;
    left: -165px;
    top: 240px;
    z-index: 3;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.news_carousel .owl-nav button.owl-prev:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #151515;
    border-left: 2px solid #151515;
    position: absolute;
    left: 10px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.news_carousel .owl-nav button.owl-prev:hover,
.news_carousel .owl-nav button.owl-prev:hover:before {
    border-color: #ff3e35
}

.news_carousel .owl-nav button.owl-next {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #151515;
    position: absolute;
    right: -165px;
    top: 240px;
    z-index: 3;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.news_carousel .owl-nav button.owl-next:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #151515;
    border-left: 2px solid #151515;
    position: absolute;
    right: 10px;
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.news_carousel .owl-nav button.owl-next:hover,
.news_carousel .owl-nav button.owl-next:hover:before {
    border-color: #ff3e35
}

@media (max-width:1919px) {
    .news_carousel .owl-nav button.owl-prev {
        left: -75px
    }

    .news_carousel .owl-nav button.owl-next {
        right: -75px
    }
}

@media (max-width:1599px) {
    .news_carousel .owl-nav button.owl-prev {
        left: -60px
    }

    .news_carousel .owl-nav button.owl-next {
        right: -60px
    }
}

@media (max-width:1279px) {
    .section_news {
        -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        margin-top: -51px;
        padding-top: 196px;
        padding-bottom: 138px
    }

    .section_news .number_section {
        top: 136px
    }

    .section_news h2 {
        font-size: 50px;
        line-height: 58px;
        margin-left: 0;
        letter-spacing: -.01em;
        margin-bottom: 58px
    }

    .section_news .smalltitle+h2 {
        margin-top: 14px
    }

    .news_list {
        padding-top: 30px
    }

    .news_carousel .owl-nav button.owl-prev {
        left: -45px;
        top: 143px
    }

    .news_carousel .owl-nav button.owl-next {
        right: -45px;
        top: 143px
    }

    .news_item p {
        padding-right: 0
    }

    .news_carousel .owl-dots {
        bottom: 11px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .news_carousel {
        margin-bottom: 50px
    }

    .news_form {
        display: block;
        padding-top: 52px
    }

    .news_form_title {
        text-align: center;
        margin-right: 0;
        white-space: normal;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 32px
    }

    .news_form form input {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .section_news {
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 60px;
        text-align: center
    }

    .section_news .number_section {
        position: static;
        margin-bottom: 36px
    }

    .section_news h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .section_news .smalltitle+h2 {
        margin-top: 18px
    }

    .section_news_bgtext {
        display: none
    }

    .news_wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .news_list {
        padding-top: 36px;
        padding-bottom: 60px
    }

    .news_item {
        padding-left: 30px;
        padding-right: 30px
    }

    .news_img {
        margin-bottom: 14px
    }

    .news_carousel .owl-dots {
        bottom: 0
    }

    .news_carousel {
        padding-bottom: 32px
    }

    .news_all .button {
        height: 40px;
        line-height: 36px
    }

    .news_form_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px
    }

    .news_form {
        padding-top: 38px
    }

    .news_form form button {
        height: 40px;
        line-height: 36px;
        top: 25px;
        width: auto
    }

    .news_carousel .owl-nav button.owl-prev {
        left: -15px
    }

    .news_carousel .owl-nav button.owl-next {
        right: -15px
    }
}

@media (max-width:479px) {
    .news_all .button {
        width: 100%
    }

    .news_form {
        padding-top: 38px
    }

    .news_form form {
        background: 0 0;
        padding: 0;
        display: block
    }

    .news_form form input {
        height: 60px;
        background-color: #f0f0f0;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 15px
    }

    .news_form form button {
        position: static;
        width: 100%
    }
}

.section_allvideos {
    background: url(../img/section_allvideos.jpg) center top/cover no-repeat #151515;
    position: relative;
    padding-top: 296px;
    padding-bottom: 285px;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
    margin-top: -121px;
    text-align: center;
    overflow: hidden
}

.section_allvideos .number_section {
    left: 0;
    top: 296px;
    width: 100%;
    text-align: left
}

.section_allvideos .smalltitle {
    color: #b1b1b1
}

.section_allvideos h2 {
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 60px
}

.allvideos {
    max-width: 1530px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.allvideos_filters,
.allvideos_videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    text-align: left
}

.allvideos_filter,
.allvideos_video {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px
}

.select2.select2-container--allvideos_filter {
    width: 100% !important;
    color: #b1b1b1;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.select2.select2-container--allvideos_filter .select2-selection--single {
    height: auto;
    border-bottom: 2px solid #616160;
    padding-bottom: 9px;
    position: relative
}

.select2.select2-container--allvideos_filter .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 30px
}

.select2.select2-container--allvideos_filter .select2-selection--single .select2-selection__arrow {
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0
}

.select2.select2-container--allvideos_filter.select2-container--open {
    color: #fff
}

.select2.select2-container--allvideos_filter.select2-container--open .select2-selection__arrow {
    border-color: #fff
}

.select2-container--allvideos_filter .select2-dropdown,
.select2-container--allvideos_filter_multiple .select2-dropdown {
    background-color: #616160;
    border: none;
    border-radius: 0;
    color: #b1b1b1;
    text-transform: uppercase
}

.select2-container--allvideos_filter .select2-results__options,
.select2-container--allvideos_filter_multiple .select2-results__options {
    padding-top: 18px;
    padding-bottom: 15px
}

.select2-container--allvideos_filter .select2-results__option,
.select2-container--allvideos_filter_multiple .select2-results__option {
    padding: 0 24px
}

.select2-container--allvideos_filter .select2-results__option.select2-results__option--highlighted,
.select2-container--allvideos_filter_multiple .select2-results__option.select2-results__option--highlighted {
    color: #fff
}

.select2-container--allvideos_filter .select2-results__option+.select2-results__option,
.select2-container--allvideos_filter_multiple .select2-results__option+.select2-results__option {
    margin-top: 13px
}

.select2-container--allvideos_filter_multiple .select2-results__option[aria-selected=true] {
    color: #fff !important
}

.select2-container--allvideos_filter_multiple .select2-results__option.select2-results__option--highlighted {
    color: #b1b1b1
}

.select2.select2-container--allvideos_filter_multiple {
    width: 100% !important
}

.select2.select2-container--allvideos_filter_multiple .select2-search--inline .select2-search__field {
    color: #fff;
    margin-top: 0;
    height: 40px
}

.select2.select2-container--allvideos_filter_multiple .select2-selection--multiple {
    min-height: 35px;
    padding-top: 48px
}

.select2.select2-container--allvideos_filter_multiple .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px
}

.select2.select2-container--allvideos_filter_multiple .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 16px;
    color: #b1b1b1;
    height: 30px;
    line-height: 26px;
    border: 2px solid #646464;
    border-radius: 15px;
    padding: 0 26px 0 18px;
    position: relative;
    text-transform: uppercase;
    margin: 5px
}

.select2.select2-container--allvideos_filter_multiple .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 24px
}

.select2.select2-container--allvideos_filter_multiple .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:hover {
    border-color: #fff;
    color: #fff
}

.allvideos_filters {
    margin-bottom: 20px
}

.allvideos_filter {
    margin-bottom: 54px
}

.allvideos_video {
    margin-bottom: 72px
}

.allvideos_video .trainigvideos_item_title {
    text-align: left
}

.allvideos_bottombutton {
    margin-top: 17px
}

.allvideos_bottombutton .button {
    min-width: 210px
}

.allvideos_filters_multiple {
    position: relative;
    margin-bottom: 30px;
    display: none
}

.allvideos_filters_multiple_title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1em;
    padding-right: 30px;
    color: #b1b1b1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 2px solid #616160;
    text-align: left;
    padding-bottom: 9px
}

.allvideos_filters_multiple_title:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:1599px) and (min-width:1279px) {
    .allvideos_video .trainigvideos_item_image {
        height: 512px
    }

    .allvideos_video.trainigvideos_item_locked .trainigvideos_item_image:after {
        background-position-y: 162px
    }
}

@media (max-width:1439px) and (min-width:1279px) {
    .allvideos_video .trainigvideos_item_image {
        height: 440px
    }

    .allvideos_video.trainigvideos_item_locked .trainigvideos_item_image:after {
        background-position-y: 136px
    }
}

@media (max-width:1279px) {
    .section_allvideos {
        -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
        margin-top: -51px;
        padding-top: 196px;
        padding-bottom: 158px
    }

    .section_allvideos .number_section {
        top: 136px
    }

    .section_allvideos h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px
    }

    .section_allvideos .smalltitle+h2 {
        margin-top: 20px
    }

    .allvideos_filter,
    .allvideos_video {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .allvideos_video {
        display: none
    }

    .allvideos_video:nth-child(-n+4) {
        display: block
    }

    .allvideos_video .trainigvideos_item_title {
        margin-bottom: 24px
    }

    .allvideos_bottombutton {
        margin-top: -13px
    }
}

@media (max-width:767px) {
    .section_allvideos {
        -webkit-clip-path: none;
        clip-path: none;
        margin-top: 0;
        padding-top: 42px;
        padding-bottom: 60px
    }

    .section_allvideos .number_section {
        position: static;
        margin-bottom: 36px;
        text-align: center
    }

    .section_allvideos h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 36px
    }

    .section_allvideos .smalltitle+h2 {
        margin-top: 18px
    }

    .allvideos_filter,
    .allvideos_video {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .allvideos_video:nth-child(-n+4) {
        display: none
    }

    .allvideos_video:nth-child(-n+2) {
        display: block
    }

    .allvideos_filters {
        display: none
    }

    .allvideos_filters_multiple {
        display: block
    }

    .allvideos_video {
        margin-bottom: 45px
    }

    .allvideos_bottombutton {
        margin-top: 6px
    }

    .allvideos_bottombutton .button {
        height: 40px;
        line-height: 36px
    }
}

@media (max-width:479px) {
    .allvideos_bottombutton .button {
        width: 100%
    }
}

.section_orderbook {
    background: url(../img/section_orderbook_bg.jpg) right center/cover no-repeat fixed
}

.orderbook_img {
    background: url(../img/orderbook_img_mask.png) center bottom/100% auto no-repeat
}

.orderbook_img_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media (min-width:1921px) {
    .orderbook_img_mask:before {
        content: "";
        display: block;
        width: 14.6875vw;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0
    }

    .orderbook_img {
        width: calc(100% - 14.6875vw);
        left: auto;
        right: 0;
        background-size: 100% auto
    }
}

@media (max-width:1279px) {
    .orderbook_img_mask:before {
        content: "";
        display: block;
        width: 100%;
        height: 20%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0
    }

    .section_orderbook {
        background-position: center
    }
}

.orderbook_text .link:hover {
    color: red
}

.orderbook_content .wrapper_mainpage {
    position: relative;
    z-index: 4
}

.section_pricingtable .preorder_plans {
    margin-top: 92px;
    margin-bottom: 88px
}

.section_news {
    display: none
}

@media (max-width:767px) {
    .orderbook_img_mask {
        position: relative;
        height: 52vw
    }

    .orderbook_img_mask:before {
        display: none
    }

    .section_orderbook {
        padding-top: 0;
        background: #fff
    }

    .orderbook_content {
        background: #fff;
        padding-top: 42px;
        padding-bottom: 52px
    }

    .orderbook_img {
        margin-top: 0;
        background: url(../img/orderbook_img.png) center bottom/100% auto no-repeat
    }

    .section_main_content_left_buttons.button2_row {
        display: block
    }

    .section_main_content_left_buttons.button2_row .button {
        padding-left: 12px;
        padding-right: 12px
    }
}

.section_main_content_left.noh1bg h1 {
    background: 0 0;
    color: #fff;
    text-transform: uppercase
}

.gabbiepage .section_main {
    background-image: url(../img/gabbie_bg.jpg)
}

.gabbie_plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 92px
}

.gabbie_plan {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    text-align: center;
    color: #b1b1b1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gabbie_plan_title {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 12px;
    min-height: 64px;
    opacity: .7;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    letter-spacing: .1em;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.gabbie_plan_content {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 39px 28px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.gabbie_plan_title2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 39px;
    text-transform: uppercase
}

.gabbie_plan_cost {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 12px
}

.gabbie_plan_cost_per {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 42px
}

.gabbie_plan_title_red {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #b92c20;
    margin-bottom: 33px;
    text-transform: uppercase;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.gabbie_plan_title3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 16px;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.gabbie_plan_text {
    font-family: RobotoCN;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 52px
}

.gabbie_plan_text p+p {
    margin-top: 18px
}

.gabbie_plan_button {
    margin-top: auto
}

.gabbie_plan_button .button {
    width: 100%;
    max-width: 210px
}

.gabbie_plan:hover .gabbie_plan_title {
    opacity: 1
}

.gabbie_plan:hover .gabbie_plan_content {
    background: #fff
}

.gabbie_plan:hover .gabbie_plan_cost {
    color: #151515
}

.gabbie_plan:hover .gabbie_plan_title3 {
    color: #595959
}

.gabbie_plan:hover .button_transparent_red:hover {
    border-color: #ff3e35;
    background: #ff3e35;
    color: #fff
}

@media (max-width:1279px) {
    .gabbie_plan_content {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:1023px) {
    .gabbie_plan_content {
        padding-left: 28px;
        padding-right: 28px
    }

    .gabbie_plans {
        display: block
    }

    .gabbie_plan+.gabbie_plan {
        margin-top: 36px
    }

    .gabbie_plan:nth-child(even) {
        background: #fff
    }

    .gabbie_plan:nth-child(even) .gabbie_plan_title {
        opacity: 1;
        color: #151515;
        padding-top: 22px
    }

    .gabbie_plan:nth-child(even) .gabbie_plan_cost {
        color: #151515
    }

    .gabbie_plan:nth-child(even) .gabbie_plan_title3 {
        color: #595959
    }

    .gabbie_plan:nth-child(even) .button_transparent_red:hover {
        border-color: #ff3e35;
        background: #ff3e35;
        color: #fff
    }
}

.section_main_botton.withGetFree {
    position: relative
}

.section_main_getfree {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 24px
}

.section_main_getfree a {
    text-transform: uppercase
}

.section_main_getfree a:hover {
    color: #ff3e35
}

@media (max-width:767px) {
    .section_main_getfree {
        margin-bottom: 0;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%)
    }
}

@media (max-width:479px) {
    .section_main_getfree {
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: static
    }

    .withGetFree .scrolldown {
        margin-right: 0
    }

    .section_main_botton.withGetFree {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.fi_bottom_links .usericon svg {
    fill: #8f9190;
    width: auto;
    height: 20px
}

.section_main_content_left_text {
    margin-bottom: 48px;
    font-family: TradeGothic, "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase
}

.section_main_content_left_text strong {
    font-weight: 700;
    color: #ffd748
}

@media (max-width:767px) {
    .section_main_content_left_text {
        font-size: 20px;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px
    }
}