html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.w {
    display: block;
    position: absolute;
    margin-top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

@media (max-width: 1024px) {
    .w {
        margin-top: 20px;
        position: relative
    }
}

.w span {
    padding: 0
}

.mejs-poster.mejs-layer {
    height: 45px !important
}

.content {
    display: block;
    width: 100% !important;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px
}

.audio-player, .audio-player div, .audio-player h2, .audio-player a, .audio-player span, .audio-player button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

div.audio-player {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background: #000;
    padding-right: 30px;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    div.audio-player {
        overflow: hidden;
        padding-right: 0;
        height: auto;
        border-radius: 0;
        background: transparent
    }

    div.audio-player audio {
        display: block;
        width: 100%;
        min-height: 55px;
        border-radius: 0
    }
}

.audio-player h2 {
    position: absolute;
    top: 7px;
    left: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ececec;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px
}

.mejs-controls .mejs-play button {
    background: transparent url("../img/player/play.png") center no-repeat;
    background-size: 19px 20px
}

.mejs-controls .mejs-pause button {
    background: transparent url("../img/player/pause.png") center no-repeat;
    background-size: 11px 18px
}

.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    width: 18px;
    height: 19px;
    top: 9px;
    right: 142px;
    background: transparent url("../img/player/audio.png") 0 0;
    display: none
}

.mejs-controls .mejs-unmute button {
    background-position: 0 -19px
}

.mejs-controls div.mejs-horizontal-volume-slider {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
    display: none
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width: 120px;
    height: 11px;
    background: #212227;
    -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    width: 0;
    height: 9px;
    top: 1px;
    left: 1px;
    background: #90d26a;
    background: -webkit-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -moz-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -o-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: -ms-linear-gradient(top, #90d26a 0%, #83bb63 100%);
    background: linear-gradient(to bottom, #90d26a 0%, #83bb63 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.mejs-controls div.mejs-time-rail {
    width: 380px
}

.mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    max-width: 100%;
    height: 3px;
    top: 50%;
    left: 55px;
    cursor: pointer;
    transform: translateY(-50%)
}

.mejs-time {
    float: right;
    display: flex
}

.w span {
    padding: 0 !important;
    font-size: 13px;
    line-height: 45px;
    color: #FF4200
}

.mejs-controls {
    position: relative
}

.mejs-controls:after {
    content: '';
    display: table;
    clear: both
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #371206;
    width: 100% !important;
    max-width: calc(100% - 120px);
    min-width: 100px
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    left: 0;
    width: 0;
    background: #371206
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    left: 0;
    width: 0;
    background: rgba(255, 66, 0, 0.9)
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    position: absolute;
    display: block;
    width: 3px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/player/handle.png") no-repeat
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    width: 33px;
    height: 23px;
    top: -26px;
    margin-left: -17px;
    z-index: 9999;
    color: white
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 33px;
    display: block;
    left: 0;
    top: 4px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF4200;
    text-align: center;
    z-index: 9999
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

#fp-nav ul {
    list-style-type: none
}

#fp-nav ul li {
    list-style-type: none
}

#fp-nav ul li .fp-tooltip.left {
    left: 0;
    opacity: 1;
    width: initial;
    color: #777
}

#fp-nav ul li .fp-tooltip.left:hover {
    color: red
}

#fp-nav ul li .active + .fp-tooltip {
    color: red
}

#fp-nav ul, .fp-slidesNav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 4px;
    margin: 2px 7px;
    list-style-type: none
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 0;
    opacity: 1;
    width: initial;
    color: #777
}

#fp-nav ul li:hover .fp-tooltip.left {
    color: red
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 25%;
    height: 13px;
    width: 4px
}

@media (min-width: 1025px) {
    .slider, .slider_two {
        position: relative
    }

    .slider_item, .slider_two_item {
        background: #252525;
        margin: 0 20px;
        position: relative;
        text-align: left;
        box-sizing: border-box;
        flex-direction: column
    }

    .slider_item img, .slider_two_item img {
        margin-bottom: 20px;
        height: 172px
    }

    .slider_item h3, .slider_two_item h3 {
        font: 25px BebasNeue-Regular;
        color: #fff;
        line-height: 32px;
        margin: 15px 0 15px 0;
        padding: 0 25px
    }

    .slider_item.slick-slide, .slider_item.slick-slide.slick-current.slick-active.slick-center + .slider_item.slick-slide.slick-active {
        opacity: .1;
        transition: opacity 1s
    }

    .slider_item.slick-slide.slick-active, .slider_item.slick-slide.slick-current.slick-active.slick-center {
        opacity: 1;
        transition: opacity 1s
    }

    .slick-arrow {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1000;
        color: transparent;
        width: 61px;
        height: 61px;
        border: none
    }

    .slick-list {
        box-sizing: border-box;
        overflow: visible !important
    }

    .slick-list.draggable {
        padding: 0 !important
    }

    .slick-next {
        right: 0;
        background-image: url("../img/arrow-next.png");
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }

    .slick-prev {
        left: 0;
        background-image: url("../img/arrow-prew.png");
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .slick-dots {
        cursor: pointer;
        margin-top: 20px
    }

    .slick-dots li {
        display: inline-block
    }

    .slick-dots li.slick-active button {
        opacity: 1
    }

    .slick-dots button {
        background: #D8D8D8;
        border: none;
        border-radius: 100%;
        color: transparent;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 5px;
        opacity: .3;
        cursor: pointer
    }

    .slick-dots button:hover {
        opacity: .5
    }
}

@media (max-width: 1099px) {
    .slider h3 {
        padding: 10px 20px 0;
        margin: 0 !important
    }

    .slider_item {
        font-size: 14px;
        width: 100%;
        padding: 10px 10px 0;
        text-align: left
    }

    .slider_item img {
        width: 100%
    }

    .slider_item h3 {
        text-align: left;
        padding: 10px 20px 0
    }

    .slider_item span {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        display: block
    }

    .slick-dots {
        cursor: pointer;
        margin-top: 20px
    }

    .slick-dots li {
        display: inline-block
    }
}

@media (max-width: 1099px) and (max-width: 1099px) {
    .slick-dots li {
        max-height: 38px;
        margin-right: 15px
    }
}

@media (max-width: 1099px) {
    .slick-dots li.slick-active button {
        opacity: 1
    }

    .slick-dots button {
        background: #D8D8D8;
        border: none;
        border-radius: 100%;
        color: transparent;
        width: 6px;
        height: 6px;
        padding: 0;
        margin: 15px;
        opacity: .3;
        cursor: pointer
    }
}

@media (max-width: 1099px) and (max-width: 1099px) {
    .slick-dots button {
        vertical-align: top
    }
}

@media (max-width: 1099px) {
    .slick-dots button:hover {
        opacity: .5
    }
}

@media (max-width: 1099px) and (max-width: 1099px) {
    .slick-arrow {
        display: none
    }
}

@media (max-width: 1024px) {
    .slider .slick-list, .slider_two .slick-list {
        padding: 0 28px
    }

    .slider .more_text_wrap h3, .slider_two .more_text_wrap h3 {
        font-size: 18px;
        line-height: 23px;
        padding: 23px 25px 17px
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .slider_three .slick-list {
        overflow: hidden !important;
        padding: 0 !important
    }
}

#p3, #p6 {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden
}

@font-face {
    font-family: BebasNeue-Bold;
    src: url(../font/BebasNeue-Bold.ttf)
}

@font-face {
    font-family: BebasNeue-Book;
    src: url(../font/BebasNeue-Book.ttf)
}

@font-face {
    font-family: BebasNeue-Light;
    src: url(../font/BebasNeue-Light.ttf)
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(../font/BebasNeue-Regular.ttf)
}

@font-face {
    font-family: BebasNeue-Thin;
    src: url(../font/BebasNeue-Thin.ttf)
}

body {
    font-family: BebasNeue-Regular;
    background: #1e1e1e;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    width: 100%
}

body.fixed {
    position: fixed
}

* {
    font-family: BebasNeue-Regular
}

*:focus {
    outline: none
}

.header {
    align-items: center;
    background: transparent;
    box-sizing: border-box;
    color: #f00 !important;
    display: flex;
    font: 600 26px "Open Sans", sans-serif;
    justify-content: space-between;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    padding: 11px 0;
    position: fixed;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 7000
}

@media (min-width: 1025px) {
    .header {
        box-sizing: content-box;
        max-width: 970px
    }
}

@media (max-width: 1024px) {
    .header {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        background: #000;
        height: 47px;
        padding: 0 20px
    }
}

.header .n_bd {
    display: flex
}

.header .burger {
    display: none;
    margin: 0;
    padding: 0;
    z-index: 70;
    max-width: 39px;
    cursor: pointer
}

.header .burger img {
    width: 100%
}

.header .phone {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font: 14px 'Open Sans', sans-serif;
    padding: 4px 0px 0 0px
}

@media (max-width: 1024px) {
    .header .phone {
        line-height: 47px;
        padding: 0 20px 0 0
    }

    .header .phone, .header .burger {
        display: inline-block
    }
}

.logo {
    font: 600 26px "Open Sans", sans-serif;
    color: red;
    margin: 0;
    padding: 0;
    z-index: 70;
    max-width: 39px;
    padding-right: 20px
}

@media (max-width: 1099px) {
    .logo {
        max-width: 24px;
        padding-right: 0
    }
}

.logo img {
    width: 100%
}

#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 70
}

@media (max-width: 1024px) {
    #menu {
        display: none;
        position: absolute;
        top: 47px;
        background-color: #000;
        right: 0;
        padding: 20px 50px 20px 20px
    }

    #menu li {
        float: none !important;
        border: none !important
    }

    #menu li:nth-child(5) a {
        border: none !important;
        border-radius: 6px;
        color: rgba(255, 255, 255, 0.6) !important;
        font: 100 12px "Open Sans", sans-serif !important;
        line-height: 15px !important;
        padding: 10px 20px !important;
        text-decoration: none !important;
        transition: color .3s !important;
        border-radius: 6px
    }

    #menu li:nth-child(5) a:hover {
        background-color: #000 !important
    }

    #menu.active {
        display: block
    }
}

#menu li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px
}

#menu a {
    color: rgba(255, 255, 255, 0.6);
    float: left;
    font: 100 12px "Open Sans", sans-serif;
    line-height: 15px;
    padding: 10px 20px;
    text-decoration: none;
    transition: color .3s;
    text-transform: capitalize
}

#menu a .active a {
    color: #fff;
    background-color: #333
}

#menu a.act, #menu a:hover {
    color: #fff
}

#menu li:nth-child(5) a {
    border: 1px solid #FF4200;
    font: 12px 'Open Sans', sans-serif;
    line-height: 28px;
    display: inline-block;
    text-decoration: none;
    transition: background .5s;
    text-transform: lowercase;
    color: #fff;
    margin-right: 20px;
    padding: 0px 30px;
    border-radius: 6px
}

@media (max-width: 1024px) {
    #menu li:nth-child(5) a {
        text-transform: capitalize
    }
}

#menu li:nth-child(5) a:hover {
    background-color: #FF4200
}

.banner_left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 85px
}

@media (max-width: 1099px) {
    .banner_left {
        margin-right: 0
    }
}

.banner_left_logo {
    max-width: 160px;
    margin-bottom: 0px
}

@media (max-width: 1099px) {
    .banner_left_logo {
        margin-bottom: 10px;
        max-width: 36%
    }
}

@media (max-width: 1024px) {
    .banner_left_logo {
        max-width: 90px
    }
}

.banner_left_title {
    font: 400 108px BebasNeue-Regular;
    line-height: 93px;
    max-width: 455px;
    text-shadow: 0 0 11px rgba(0, 0, 0, 0.19)
}

.banner_left_designed {
    width: 173px;
    text-decoration: none
}

.banner_right_title {
    font: 400 32px BebasNeue-Regular;
    padding: 30px 0;
    margin-bottom: 0;
    color: #ffffff
}

@media (max-width: 1099px) {
    .banner_right_title {
        text-align: center
    }
}

.language_menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 1099px) {
    .language_menu {
        justify-content: center
    }
}

.language_menu_item {
    display: inline-flex
}

.language_menu_item.active a {
    color: #ffffff
}

.language_menu_item:first-child a {
    margin-left: 0
}

.language_menu_link {
    font: 400 13px "Open-Sans", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 25px;
    text-decoration: none;
    transition: color .3s
}

.language_menu_link:hover {
    color: #ffffff
}

.section {
    text-align: center;
    font: 50px BebasNeue-Regular;
    color: #fff;
    position: relative;
    background: #1e1e1e;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    display: inline-block;
    width: 100%
}

@media (max-width: 1099px) {
    .section {
        padding: 24px 0;
        margin: 0 auto
    }
}

.section_row {
    max-width: 1280px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .section_row {
        max-width: 970px
    }
}

@media (min-width: 1025px) {
    .section_row-manage2 {
        position: absolute;
        top: 32px;
        left: 33px;
        z-index: 99
    }
}

@media (min-width: 1025px) {
    .section_row-manage {
        display: none
    }
}

.section_two {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width: 1099px) {
    .section_two {
        flex-direction: column;
        padding: 0 20px;
        box-sizing: border-box
    }

    .section_two .section_text {
        position: relative;
        max-width: 100%;
        width: 100%;
        left: 0;
        margin: 0;
        padding-bottom: 25px
    }

    .section_two .section_text h2 {
        font: 35px "BebasNeue-Regular", sans-serif
    }

    .section_two .section_text p {
        font: 100 14px "Open Sans", sans-serif
    }
}

@media (max-width: 1024px) {
    .section_two {
        padding: 0 40px
    }
}

.section_two .section_text {
    margin-left: 0
}

.section_two img {
    display: block;
    position: relative;
    max-width: 55%
}

@media (max-width: 1099px) {
    .section_two img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

@media (min-width: 1025px) {
    .section_two img {
        max-width: 607px;
        width: 100%
    }
}

.section_three {
    padding: 25px 0
}

@media (max-width: 1024px) {
    .section_three {
        padding: 0
    }
}

.section_four {
    padding: 55px 0 125px
}

@media (max-width: 1099px) {
    .section_four {
        padding: 20px 0 30px
    }
}

.section_five {
    padding: 45px 0 90px
}

@media (max-width: 1099px) {
    .section_five {
        padding: 20px 0 30px
    }
}

.section h1 {
    font-weight: 100
}

@media (max-width: 1099px) {
    .section h1 {
        font-size: 70px;
        line-height: 58px;
        margin: 0 0 20px 0;
        padding: 0
    }
}

@media (max-width: 1024px) {
    .section h1 {
        font-size: 60px;
        line-height: 52px
    }
}

.section_text {
    color: rgba(255, 255, 255, 0.8);
    font: 400 17px BebasNeue-Regular;
    left: 50%;
    line-height: 26px;
    margin-left: 30px;
    max-width: 477px;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 100%;
    z-index: 1
}

.section_text h2 {
    font: 48px BebasNeue-Regular;
    color: #FF4200;
    margin-bottom: 14px
}

.section_text p {
    color: rgba(255, 255, 255, 0.8);
    font: 400 18px 'Open Sans', sans-serif;
    line-height: 26px;
    margin-bottom: 24px;
    opacity: 0.8
}

.section_text p:last-child {
    margin-bottom: 0
}

.section.video {
    padding: 40px 95px 80px
}

@media (max-width: 1099px) {
    .section.video {
        padding: 0
    }
}

.section.video .fp-tableCell {
    display: block;
    background: #f7f7f7;
    max-width: 900px;
    width: 100%;
    max-height: 450px;
    margin: 0 auto
}

@media (max-width: 1099px) {
    .section.video .fp-tableCell {
        background: #1e1e1e;
        height: 100% !important
    }

    .section.video .fp-tableCell .fp-table {
        height: 100% !important
    }
}

.section.video iframe {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border: none;
    overflow: hidden
}

.sound_engine {
    font: 48px BebasNeue-Regular;
    color: #fff;
    line-height: 46px;
    margin: 0 0 3px;
    text-align: left
}

@media (max-width: 1024px) {
    .sound_engine {
        color: #ff4200;
        font-size: 24px;
        line-height: 29px;
        margin: 0 20px
    }
}

.sound_engine_subtitle {
    margin-left: 170px;
    font: 400 16px 'Open Sans', sans-serif;
    color: #fff;
    line-height: 21px;
    margin-bottom: 14px;
    text-align: left;
    max-width: 100%;
    padding-right: 30px;
    box-sizing: border-box
}

@media (max-width: 1099px) {
    .sound_engine_subtitle {
        color: #c4c4c4;
        text-align: left;
        margin: 10px 10px 26px;
        font-size: 14px;
        padding-right: 0;
        line-height: 17px
    }
}

@media (max-width: 1024px) {
    .sound_engine_subtitle {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
        line-height: 21px;
        margin: 21px 20px 0px
    }
}

@media (min-width: 1025px) {
    .sound_engine_subtitle {
        font-size: 14px
    }
}

@media (min-width: 1100px) {
    .sound_engine_subtitle {
        margin-left: 0;
        width: 100%
    }
}

#p1 {
    margin-top: 0
}

.slider_item .more_text_link, .slider_item a {
    color: #FD4506;
    font: 600 14px 'Open Sans', sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer
}

.slider_item .more_text_link:hover, .slider_item a:hover {
    text-decoration: underline
}

@media (min-width: 768px) and (max-width: 1024px) {
    .slider_item.slick-active {
        opacity: 1
    }
}

@media (max-width: 1024px) {
    .slider_item {
        box-sizing: border-box;
        opacity: 0.2;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 0
    }

    .slider_item.slick-current {
        opacity: 1
    }
}

@media (min-width: 1100px) {
    .slider_item img {
        position: relative
    }
}

.play_sound {
    height: 45px;
    position: static;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #1e1e1e
}

@media (max-width: 1099px) {
    .play_sound {
        width: 100%;
        position: relative
    }

    .play_sound audio {
        max-width: 100%
    }
}

.play_sound audio {
    min-width: 100%;
    height: 100%;
    display: block
}

.more_text {
    height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    background: #FF4200;
    font: 16px 'Open Sans', sans-serif;
    cursor: pointer;
    text-align: center;
    color: #c4c4c4
}

@media (max-width: 1099px) {
    .more_text {
        max-width: 100%;
        position: relative;
        margin-top: 20px
    }
}

.more_text_wrap {
    background: #252525;
    margin: 0;
    position: relative;
    text-align: left;
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column;
    padding-bottom: 70px
}

@media (max-width: 1099px) {
    .more_text_wrap {
        padding-bottom: 90px;
        min-height: 100% !important
    }
}

@media (max-width: 1024px) {
    .more_text_wrap {
        padding-bottom: 0
    }
}

.more_text_content {
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    font: 400 14px 'Open Sans', sans-serif;
    line-height: 24px;
    min-height: 96px;
    padding: 0 25px
}

.more_text_content span {
    display: block;
    max-height: 72px;
    overflow: hidden
}

.more_text_content a {
    color: #FD4506;
    display: block;
    font: 600 14px 'Open Sans', sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    margin-top: 19px
}

.more_text_content a:hover {
    text-decoration: underline
}

@media (max-width: 1024px) {
    .more_text_content {
        padding: 0 25px
    }
}

h1 {
    text-align: left;
    font: 58px BebasNeue-Regular;
    text-transform: uppercase
}

h2 {
    text-align: left;
    font: 22px BebasNeue-Regular;
    text-transform: uppercase;
    color: red;
    margin-bottom: 15px
}

@media (min-width: 1100px) {
    h2 {
        font-size: 48px
    }
}

.line_step {
    max-width: 440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
    position: relative
}

.line_step span {
    font-size: 12px;
    color: #66514a;
    background: #661b00;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    padding: 6px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer
}

.line_step span.act {
    color: #fff;
    background: #FF4200
}

.line_step:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto 35px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 60px;
    right: 60px
}

@media (max-width: 1099px) {
    .footer {
        position: static;
        margin-bottom: 0
    }
}

@media (min-width: 1025px) {
    .footer {
        bottom: 11px;
        left: 0;
        margin: 0 auto;
        max-width: 970px;
        position: fixed;
        right: 0;
        z-index: 100
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer {
        padding-bottom: 24px
    }
}

@media (max-width: 767px) {
    .footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer_left {
    font: 14px 'Open Sans', sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .footer_left {
        flex-direction: row-reverse;
        justify-content: space-around;
        text-align: center;
        width: 100%;
        z-index: 999
    }
}

@media (max-width: 767px) {
    .footer_left {
        margin-bottom: 30px
    }
}

.footer_left a {
    text-decoration: none;
    color: #fff;
    font-weight: 100
}

.footer_left a.footer_left_phone {
    display: none
}

@media (max-width: 1024px) {
    .footer_left a.footer_left_phone {
        display: block
    }
}

.footer_left_btn {
    border: 1px solid #FF4200;
    font: 12px 'Open Sans', sans-serif;
    line-height: 28px;
    margin-right: 30px;
    width: 118px;
    display: inline-block;
    text-decoration: none;
    transition: background .5;
    border-radius: 6px;
}

@media (min-width: 1025px) {
    .footer_left_btn {
        text-align: center
    }
}

@media (max-width: 1024px) {
    .footer_left_btn {
        margin-right: 0
    }
}

.footer_left_btn:hover {
    background: #FF4200
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1099px) {
    .footer_social {
        order: 2
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer_social {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .footer_social {
        padding-bottom: 30px
    }
}

.footer_social a {
    width: 19px;
    height: 19px;
    margin: 0 20px
}

.footer_social a.vk {
    background: url("../img/vk.png") center no-repeat;
    background-size: 18px 10px
}

.footer_social a.facebook {
    background: url("../img/facebook.png") center no-repeat;
    background-size: 7px 14px
}

.footer_social a.google {
    background: url("../img/google.png") center no-repeat;
    background-size: 18px 12px
}

.footer_social a.in {
    background: url("../img/instagram.png") center no-repeat;
    background-size: 14px 14px
}

.footer_social a.fb {
    background: url("../img/fb.png") center no-repeat;
    background-size: 14px 14px
}

.footer_social a.yt {
    background: url("../img/youtube.png") center no-repeat;
    background-size: 15px 14px
}

.footer_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 59%
}

@media (max-width: 1099px) {
    .footer_right {
        width: 100%
    }
}

@media (max-width: 767px) {
    .footer_right {
        flex-direction: column-reverse;
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: center
    }
}

.footer_right span {
    font-size: 14px;
    line-height: 19px;
    color: #fff
}

@media (max-width: 1099px) {
    .footer_right span {
        order: 3
    }

    .footer_right span + a {
        height: 32px
    }

    .footer_right span + a img {
        vertical-align: top;
        height: 100%
    }
}

@media (max-width: 500px) {
    .footer_right span {
        padding-bottom: 30px;
        justify-content: center
    }

    .footer_right span span {
        display: inline-block
    }
}

.footer_right span.red {
    color: #FF4200
}

.footer_store-links {
    display: flex
}

.footer_app-store-link img, .footer_google-play-link img {
    display: block
}

@media (max-width: 1099px) {
    .footer_app-store-link, .footer_google-play-link {
        order: 1
    }

    .footer_app-store-link img, .footer_google-play-link img {
        height: 32px
    }
}

@media (min-width: 1025px) {
    .footer_app-store-link img, .footer_google-play-link img {
        height: 30px;
        width: auto
    }
}

.footer_app-store-link {
    margin-right: 16px
}

.popup, .popup_player, .popup_all_contact {
    background: #252525;
    box-sizing: border-box;
    display: none;
    left: 50%;
    margin: 0 auto;
    max-height: 90vh;
    max-width: 850px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    width: 100%
}

@media (max-width: 1099px) {
    .popup, .popup_player, .popup_all_contact {
        color: #fff;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        transform: translate(0, 0)
    }
}

.popup.open, .popup_player.open, .popup_all_contact.open {
    display: flex;
    flex-direction: column
}

.popup .popup_header, .popup .popup_footer, .popup_player .popup_header, .popup_player .popup_footer, .popup_all_contact .popup_header, .popup_all_contact .popup_footer {
    min-height: 30px;
    width: 100%
}

.popup .close, .popup_player .close, .popup_all_contact .close {
    position: absolute;
    right: 20px;
    top: 7px;
    display: inline-block;
    width: 16px;
    height: 16px;
    z-index: 10
}

.popup .close img, .popup_player .close img, .popup_all_contact .close img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1024px) {
    .popup .close, .popup_player .close, .popup_all_contact .close {
        right: 5px;
        top: 7px
    }
}

.popup .popup_content_inner, .popup_player .popup_content_inner, .popup_all_contact .popup_content_inner {
    height: 100%;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.popup_play_sound {
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: #000
}

.popup_play_sound_text {
    font-size: 20px;
    padding: 10px 0 0
}

.popup.open_popup {
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 1001;
    max-height: 768px;
    background: #252525;
    transform: translate(-50%)
}

.popup .slider_item, .popup .more_text_wrap {
    margin: 0;
    padding: 0;
    min-height: 100% !important
}

@media (max-width: 1099px) {
    .popup .slider_item, .popup .more_text_wrap {
        display: block;
        max-width: 100%;
        min-height: 100% !important
    }
}

.popup .slider_item {
    display: flex !important;
    opacity: 1
}

.popup .more_text {
    display: none
}

.popup_more {
    width: 100% !important
}

.popup_more .more_text_wrap .more_text_content {
    font-size: 18px;
    line-height: 26px;
    padding: 0 60px 40px 52px
}

.popup_more .more_text_wrap img {
    margin-bottom: 15px;
    min-height: 350px;
    max-width: 100%;
    width: 100%;
    height: auto
}

.popup_more .more_text_wrap h3 {
    font-size: 28px;
    line-height: 41px;
    margin: 38px 0 12px 0;
    padding: 0 52px
}

@media (max-width: 1099px) {
    .popup_more {
        min-width: 100%
    }

    .popup_more .more_text_wrap h3 {
        padding: 0 20px
    }

    .popup_more .more_text_wrap span {
        padding: 0 20px 20px
    }

    .popup_more .more_text_wrap img {
        margin-bottom: 30px;
        min-height: initial
    }
}

.popup_content .more_text_content {
    display: block;
    padding: 0
}

.popup_content .more_text_content span {
    overflow: visible;
    max-height: 100%;
    padding: 0
}

.popup_content .more_text_wrap h3 {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 23px 0;
    padding: 0 52px
}

@media (max-width: 1099px) {
    .popup_content .more_text_wrap h3 {
        padding: 0 20px 20px
    }
}

@media (max-width: 1024px) {
    .popup_content .more_text_wrap h3 {
        color: #fff;
        opacity: 1;
        font-size: 19px;
        line-height: 23px;
        margin: 0;
        padding: 0 50px 16px 15px
    }
}

.popup_content .more_text_wrap .more_text_content {
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
    padding: 29px 60px 40px 52px
}

@media (max-width: 1024px) {
    .popup_content .more_text_wrap .more_text_content {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 0;
        padding: 15px 15px 0
    }
}

.popup_content .more_text_link {
    display: none !important
}

.popup_content .more_text__hide_content {
    display: block !important
}

.popup_content .more_text__hide_content img:last-child {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .popup_player {
        padding-bottom: 0
    }

    .popup_player .close {
        top: 22.5px
    }
}

.popup_player .slider_item {
    display: none;
    background: #252525;
    margin: 0;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    flex-direction: column
}

@media (max-width: 1099px) {
    .popup_player .slider_item {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .popup_player .slider_item {
        opacity: 1
    }
}

.popup_player .slider_item img {
    height: 100%;
    width: 100%
}

@media (max-width: 1099px) {
    .popup_player .slider_item img {
        min-height: inherit
    }
}

.popup_player .w {
    display: block;
    position: absolute;
    left: 52px;
    right: 60px;
    bottom: 0;
    z-index: 10
}

@media (max-width: 1024px) {
    .popup_player .w {
        bottom: 0;
        left: 0;
        padding: 0 15px;
        position: relative
    }
}

.gm-svpc, .gmnoprint .gm-style-mtc, .gmnoprint.gm-style-cc, .gmnoprint .gm-style-cc, .gm-style .gm-style-cc {
    display: none !important
}

.popup_all_contact {
    padding: 0 37px
}

@media (max-width: 1024px) {
    .popup_all_contact {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .popup_all_contact .popup_content_inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.popup_all_contact_title {
    color: #fff;
    font: 400 28px BebasNeue-Regular;
    line-height: 41px;
    margin-bottom: 48px;
    padding-left: 25px
}

.popup_all_contact_title2 {
    color: #fff;
    font: 400 28px BebasNeue-Regular;
    line-height: 41px;
    margin-bottom: 48px;
}

@media (max-width: 1024px) {
    .popup_all_contact_title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 16px;
        padding-left: 20px
    }
}

.popup_all_contact .contact {
    padding: 0;
    background: transparent;
    max-width: 60%;
    margin: 0 auto 35px 0
}

.contact2 {
    padding: 0;
    background: transparent;
    max-width: 100%;
    margin: 0 auto 35px 0
}

@media (max-width: 1099px) {
    .popup_all_contact .contact {
        max-width: 100%;
        text-align: left
    }
}

.popup_all_contact .contact:last-child {
    margin-bottom: 0
}

.popup_all_contact .contact_title {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 10px
}

@media (max-width: 1024px) {
    .popup_all_contact .contact_title {
        font-size: 19px;
        line-height: 23px;
        padding: 0 20px
    }
}

.popup_all_contact .contact_cont {
    background: #1b1b1b;
    margin-bottom: 40px;
    padding: 14px 25px 23px
}

@media (max-width: 1024px) {
    .popup_all_contact .contact_cont {
        margin-bottom: 20px;
        padding: 14px 20px
    }
}

.popup_all_contact .contact_cont_block {
    padding-bottom: 23px
}

.popup_all_contact .contact_cont_name {
    color: #FF4200;
    font: 400 25px BebasNeue-Regular;
    line-height: 41px
}

.popup_all_contact .contact_cont_name2 {
    color: #FFF;
    font: 400 25px BebasNeue-Regular;
    line-height: 41px
}

@media (max-width: 1024px) {
    .popup_all_contact .contact_cont_name {
        font-size: 19px;
        line-height: 23px
    }
}

.popup_all_contact .contact_cont span {
    font-size: 15px;
    margin-bottom: 10px
}

@media (max-width: 1024px) {
    .popup_all_contact .contact_cont span {
        font-size: 13px;
        line-height: 21px
    }
}

@media (max-width: 1024px) {
    .popup_all_contact .contact_cont a {
        font-size: 13px;
        line-height: 21px
    }
}

.overlay, .overlay_select {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    cursor: pointer
}

.overlay_select {
    background: rgba(30, 30, 30, 0.01)
}

.close {
    cursor: pointer
}

.anchor.act + .fp-tooltip {
    color: #FF4200 !important
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    font: 400 16px "Open Sans", sans-serif;
    width: 335px;
    height: 44px;
    background: transparent;
    padding: 10px 40px 9px 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.select-styled:after {
    content: "";
    background: url("../img/select-arrow.png") center no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    transition: transform .5s
}

.select-styled:hover {
    background-color: transparent
}

.select-styled:active, .select-styled.active {
    background-color: transparent
}

.select-styled:active:after, .select-styled.active:after {
    transform: rotate(180deg)
}

.select-options {
    display: none;
    position: absolute;
    max-height: 235px;
    overflow: auto;
    top: 100%;
    right: -2px;
    left: -2px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #262626
}

@media (max-width: 1099px) {
    .select-options {
        max-height: 180px
    }
}

.select-options li {
    margin: 0;
    color: #fff;
    padding: 12px 24px 12px 5px;
    text-indent: 15px;
    text-align: left;
    font: 400 16px "Open Sans", sans-serif;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.select-options li:nth-child(2) {
    border-top: 0
}

.select-options li:hover {
    color: #FF4200
}

.select-options li[rel="hide"] {
    display: none
}

.select-options::-webkit-scrollbar {
    width: 0.2em
}

.select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(216, 216, 216, 0.1);
    border-radius: 25px
}

.select-options::-webkit-scrollbar-thumb {
    background-color: rgba(216, 216, 216, 0.6);
    outline: 1px solid slategrey;
    border-radius: 25px
}

.section.img_bg {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 745px;
    position: relative;
    width: 100%;
    z-index: 1
}

.section.img_bg::after {
    background: url("../img/main-banner.jpg") center no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (max-width: 1099px) {
    .section.img_bg {
        min-height: 568px
    }
}

@media (min-width: 1025px) {
    .section.img_bg {
        box-sizing: border-box;
        display: block !important;
        height: 100vh !important;
        max-height: 100vh !important;
        min-height: 100vh !important;
        padding-top: 70px
    }

    .section.img_bg .fp-tableCell {
        display: block !important
    }
}

.section.img_bg .section_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 0 65px;
    box-sizing: border-box
}

@media (max-width: 1099px) {
    .section.img_bg .section_row {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 1024px) {
    .section.img_bg .section_row {
        align-items: flex-start;
        padding: 0 40px
    }

    .section.img_bg .section_row h1 {
        margin-bottom: 0
    }
}

@media (min-width: 1025px) {
    .section.img_bg .section_row {
        -webkit-transform: translate(0, -50%);
        display: block;
        left: 0;
        margin: 0 auto;
        max-width: 970px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        top: 52%;
        transform: translate(0, -50%)
    }
}

@media (max-width: 1024px) {
    .about-box {
        background: #000
    }
}

.about .section_row {
    position: relative
}

.about .slider_three {
    float: right;
    width: 42.268041%;
    z-index: 9
}

@media (max-width: 1024px) {
    .about .slider_three {
        float: none;
        padding: 0 40px 20px;
        width: 100%
    }
}

.about .section_text {
    left: 0%;
    margin-left: 0;
    position: relative
}

@media (max-width: 1024px) {
    .about .section_text {
        left: 0;
        margin-bottom: 20px;
        max-width: none
    }

    .about .section_text h2 {
        font: 24px "BebasNeue-Regular", sans-serif;
        line-height: 29px
    }

    .about .section_text p {
        font-size: 13px;
        line-height: 21px
    }
}

.about .slick-prev {
    left: -550px !important
}

.about .slick-dots {
    margin-left: -550px !important
}

.about .slider_img {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    vertical-align: middle;
    margin-top: -30px
}

.about .slider_img img {
    width: 100%
}

@media (max-width: 1024px) {
    .about .slider_img {
        padding: 0 40px;
        position: relative;
        text-align: center
    }
}

.renew-box .slick-slide .more_link {
    pointer-events: none
}

.renew-box .slick-slide.slick-active .more_link {
    pointer-events: auto
}

.renew-box .slick-slide img {
    width: 100%
}

@media (min-width: 1025px) {
    .renew-box .slick-slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 1024px) {
    .renew-box .sound_engine {
        margin: 0 40px
    }

    .renew-box .sound_engine_subtitle {
        margin: 17px 40px 21px 40px
    }
}

.video-box .slick-list {
    overflow: hidden !important
}

.video-box .sound_engine_subtitle {
    max-width: 450px;
    width: 100%
}

@media (min-width: 1025px) {
    .video-box {
        overflow: hidden
    }

    .video-box .section_row {
        position: relative;
        z-index: 3
    }

    .video-box .slick-slider {
        margin-left: -20px;
        margin-right: -20px
    }

    .video-box .slick-slider .slick-slide {
        margin: 0 20px
    }

    .video-box .video_overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.6
    }

    .video-box .video_block:after {
        position: absolute;
        content: ' ';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #1e1e1e;
        z-index: 2
    }

    .video-box .video-fw__wrap .video-btn {
        background: url("../img/pause.png") center center no-repeat;
        opacity: 1 !important;
        background-size: cover
    }

    .video-box .video-fw__wrap .video-btn:hover {
        opacity: 1 !important
    }

    .video-box .video-btn {
        width: 88px;
        height: 88px;
        background: url("../img/play.png") center center no-repeat;
        background-size: cover;
        border: none;
        transition: all 0.4s;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 99
    }

    .video-box .video-btn:hover {
        cursor: pointer
    }

    .video-box .video-btn.stop {
        opacity: 0 !important
    }
}

@media (max-width: 1024px) {
    .video-box {
        background: #000;
        margin-bottom: 0
    }

    .video-box .sound_engine {
        margin: 2px 0 10px
    }

    .video-box .sound_engine_subtitle {
        font-size: 13px;
        line-height: 21px;
        margin: 0 0 20px;
        max-width: none
    }

    .video-box .slider_three .slick-list {
        padding: 0 28px !important
    }

    .video-box .slider_three .slick-dots {
        display: none !important
    }

    .video-box .slick-slide {
        opacity: 0.2;
        padding-left: 12px;
        padding-right: 12px
    }

    .video-box .slick-current {
        opacity: 1
    }

    .video-box .videoWrapper-box {
        display: block
    }
}

.app-box .slick-list {
    overflow: hidden !important
}

@media (min-width: 1025px) {
    .app-box .slick-slider {
        margin-left: -20px;
        margin-right: -20px
    }

    .app-box .slick-slider .slick-slide {
        margin: 0 20px
    }
}

@media (max-width: 1024px) {
    .app-box .slider_three .slick-list {
        padding: 0 28px !important
    }

    .app-box .slider_three .slick-dots {
        display: none !important
    }

    .app-box .slick-slide {
        opacity: 0.2;
        padding-left: 12px;
        padding-right: 12px
    }

    .app-box .slick-current {
        opacity: 1
    }
}

.ios_desktop {
    align-items: center;
    background: #1c1c1c;
    display: flex;
    margin: 0 auto;
    max-width: 970px;
    text-transform: none
}

@media (max-width: 767px) {
    .ios_desktop {
        display: none
    }
}

.ios_desktop .open-video {
    max-width: 415px;
    padding: 21px 0 0 41px;
    width: 42.783505%
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ios_desktop .open-video {
        padding: 10px 0 0
    }
}

.ios_desktop .open-video.without-link {
    padding-left: 0
}

.ios_desktop img {
    max-width: 374px;
    height: auto;
    width: 100%
}

.ios_desktop_left {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 17px 0 80px;
    max-width: 555px;
    text-align: left;
    text-transform: none;
    width: 57.216495%
}

.ios_desktop_left h2 {
    color: #d93800;
    font: 48px BebasNeue-Regular;
    line-height: 46px;
    margin-bottom: 12px;
    text-transform: none
}

.ios_desktop_left p {
    color: rgba(255, 255, 255, 0.8);
    font: 18px 'Open Sans', sans-serif;
    line-height: 26px;
    margin-bottom: 30px;
    text-transform: none
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ios_desktop_left {
        padding-left: 40px
    }

    .ios_desktop_left h2 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px
    }

    .ios_desktop_left p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 20px
    }
}

.ios_desktop a.download-link {
    align-content: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font: 400 18px 'Open Sans', sans-serif;
    height: 50px;
    justify-content: center;
    line-height: 23px;
    margin-bottom: 15px;
    padding-left: 66px;
    vertical-align: top;
    width: 240px
}

.ios_desktop a.download-link:hover {
    text-decoration: none
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ios_desktop a.download-link {
        background-size: 35px;
        font-size: 12px;
        height: 35px;
        line-height: 16px;
        padding-left: 46px;
        width: 164px
    }
}

.ios_desktop a.pdf-link {
    background-image: url("../img/pdf-icn.svg")
}

.ios_desktop .dwnl-store-block {
    display: flex;
    margin-bottom: 32px
}

.ios_desktop .dwnl-store-block a img {
    height: 50px;
    max-width: none !important;
    width: auto
}

@media (max-width: 1024px) {
    .ios_desktop .dwnl-store-block a img {
        height: 35px;
        width: auto
    }
}

.ios_desktop .dwnl-store-block a.google-play-link {
    margin-left: 16px
}

@media (max-width: 1024px) {
    .ios_desktop .dwnl-store-block a.google-play-link {
        margin-left: 11px
    }
}

.ios_mobile {
    line-height: 10px;
    padding: 0 15px;
    text-align: left
}

@media (min-width: 768px) {
    .ios_mobile {
        display: none
    }
}

@media (max-width: 767px) {
    .ios_mobile {
        padding: 0
    }
}

.ios_mobile h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    color: #fff;
    text-transform: capitalize
}

.ios_mobile p {
    font: 14px 'Open Sans', sans-serif;
    line-height: 18px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8)
}

@media (max-width: 1024px) {
    .ios_mobile p {
        font-size: 13px;
        line-height: 21px
    }
}

.ios_mobile img {
    margin-bottom: 30px;
    width: 100%
}

.ios_mobile h3 {
    font-size: 24px;
    line-height: 35px;
    color: #FF4200
}

@media (max-width: 1024px) {
    .ios_mobile h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 10px
    }
}

.ios_mobile span {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}

.ios_mobile a {
    display: block;
    margin: 30px auto 0
}

.ios_mobile a.open-video {
    margin-top: 0
}

.ios_mobile a.download-link {
    align-content: center;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    flex-direction: column;
    font: 400 12px 'Open Sans', sans-serif;
    height: 35px;
    justify-content: center;
    line-height: 16px;
    margin: 24px 0 0 0;
    padding-left: 46px;
    vertical-align: top;
    width: 164px
}

.ios_mobile a.download-link:hover {
    text-decoration: none
}

.ios_mobile a.pdf-link {
    background-image: url("../img/pdf-icn.svg")
}

.ios_mobile .dwnl-store-block {
    display: flex;
    margin-top: 24px
}

.ios_mobile .dwnl-store-block a {
    margin: 0
}

.ios_mobile .dwnl-store-block a img {
    height: 35px;
    margin: 0;
    width: auto
}

.ios_mobile .dwnl-store-block a.google-play-link {
    margin-left: 16px
}

.blog-box .slick-slide .hide_m_img, .blog-box .slick-slide .more_text {
    pointer-events: none
}

.blog-box .slick-slide.slick-active .hide_m_img, .blog-box .slick-slide.slick-active .more_text {
    pointer-events: auto
}

@media (min-width: 1025px) {
    .blog-box .slick-slider {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 1024px) {
    .blog-box .sound_engine {
        margin: 0 15px 21px 40px
    }
}

.system-box h2.mobile-title {
    color: #FF4200;
    display: none;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
    padding: 20px 7px 10px 20px;
    text-align: left
}

@media (max-width: 1024px) {
    .system-box {
        background: #141414
    }

    .system-box h2.mobile-title {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .system-box .section_two {
        flex-direction: column-reverse
    }

    .system-box .section_two .section_text {
        padding-bottom: 0
    }

    .system-box .section_two .section_text h2 {
        display: none
    }

    .system-box .section_two .section_text p {
        font-size: 13px;
        line-height: 21px
    }

    .system-box .section_two .section_img {
        width: 100%
    }

    .system-box .section_two img {
        margin-bottom: 16px
    }
}

@media (max-width: 1024px) {
    .order-box {
        background: #000
    }
}

.order-box .order .section_row {
    height: 100%
}

.order-box .order .section_order {
    background-color: #000;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    padding: 22px 47px 58px;
    width: 100%
}

@media (max-width: 1024px) {
    .order-box .order .section_order {
        display: block;
        padding: 0 40px
    }
}

@media (max-width: 768px) {
    .order-box .order .section_order {
        float: none !important;
        height: auto !important;
        width: 100%
    }
}

.order-box .order .section_order .section_order_item {
    background-color: #000;
    border: 0.5px solid #676767;
    box-sizing: border-box;
    display: inline-block;
    width: 48.5%
}

.order-box .order .section_order .section_order_item:hover .button_order {
    opacity: 0.9
}

.order-box .order .section_order .section_order_item h3 {
    font: 25px BebasNeue-Regular;
    padding: 10px 0
}

@media (max-width: 1024px) {
    .order-box .order .section_order .section_order_item h3 {
        padding: 16px 0 10px 0
    }
}

.order-box .order .section_order .section_order_item p {
    color: rgba(255, 255, 255, 0.8);
    font: 16px 'Open Sans', sans-serif;
    line-height: 26px;
    opacity: 0.8;
    padding-bottom: 20px
}

@media (max-width: 1024px) {
    .order-box .order .section_order .section_order_item p {
        font-size: 13px;
        line-height: 21px;
        padding-bottom: 10px
    }
}

.order-box .order .section_order .section_order_item p span {
    color: #FF4200
}

.order-box .order .section_order .section_order_item img.db {
    height: auto;
    max-width: 100px;
    padding-bottom: 24px;
    width: 100%
}

@media (max-width: 1024px) {
    .order-box .order .section_order .section_order_item img.db {
        padding-bottom: 34px
    }
}

.order-box .order .section_order #order1 {
    float: left
}

@media (max-width: 768px) {
    .order-box .order .section_order #order1 {
        margin-bottom: 30px
    }
}

.order-box .order .section_order #order2 {
    float: right
}

@media (max-width: 768px) {
    .order-box .order .section_order #order1, .order-box .order .section_order #order2 {
        float: none !important;
        width: 100%
    }
}

.order-box .order .section_order img {
    display: block;
    margin: 0 auto;
    padding-top: 4px;
    width: 50%
}

.order-box .order .section_order .button_order {
    background: #FF4200;
    box-sizing: border-box;
    color: #c4c4c4;
    cursor: pointer;
    display: block;
    font: 16px 'Open Sans', sans-serif;
    height: 44px;
    line-height: 44px;
    text-align: center
}

@media (max-width: 1024px) {
    .order-box .order .section_order .button_order {
        margin: 0 20.5px 19px
    }
}

.order-box .order .section_order_2 {
    background-color: #000;
    padding: 22px 47px 58px;
    position: relative
}

@media (max-width: 768px) {
    .order-box .order .section_order_2 {
        height: auto !important
    }
}

.order-box .order .section_order_2_image {
    display: inline-block;
    padding-top: 55px;
    vertical-align: top;
    width: 32%
}

@media (max-width: 768px) {
    .order-box .order .section_order_2_image {
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 400px) {
    .order-box .order .section_order_2_image {
        padding-top: 0px
    }
}

.order-box .order .section_order_2_image img {
    width: 100%
}

.order-box .order .section_order_2_text {
    display: inline-block;
    padding-top: 110px;
    vertical-align: top;
    width: 33%
}

@media (max-width: 768px) {
    .order-box .order .section_order_2_text {
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 1024px) {
    .order-box .order .section_order_2_text {
        padding-top: 0px
    }
}

.order-box .order .section_order_2_text p:nth-child(1) {
    font-size: 28px;
    text-align: left;
    padding-bottom: 20px
}

.order-box .order .section_order_2_text p:nth-child(2) {
    text-align: left;
    font: 16px 'Open Sans', sans-serif;
    color: #c4c4c4
}

.order-box .order .section_order_2_text p:nth-child(1) span, .order-box .order .section_order_2_text p:nth-child(2) span {
    color: #FF4200
}

@media (max-width: 1024px) {
    .order-box .order .section_order_2_text p:nth-child(1), .order-box .order .section_order_2_text p:nth-child(2) {
        text-align: center
    }
}

.order-box .order .section_order_2_form {
    display: inline-block;
    padding-top: 110px;
    vertical-align: top;
    width: 33%
}

@media (max-width: 768px) {
    .order-box .order .section_order_2_form {
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 400px) {
    .order-box .order .section_order_2_form {
        padding-top: 25px
    }
}

.order-box .order .section_order_2_form .bd_input {
    background-color: #000;
    border: 1px solid #FF4200;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font: 16px 'Open Sans', sans-serif;
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
    padding: 0px 13px;
    width: 210px;
    border-radius: 6px
}

@media (max-width: 768px) {
    .order-box .order .section_order_2_form .bd_input {
        height: 32px;
        line-height: 32px;
        padding: 0 9px;
        width: 100%
    }
}

.order-box .order .section_order_2_form .bd_submit {
    background-color: #FF4200;
    border: 1px solid #FF4200;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font: 16px 'Open Sans', sans-serif;
    height: 46px;
    line-height: 46px;
    width: 210px;
    border-radius: 6px
}

@media (max-width: 768px) {
    .order-box .order .section_order_2_form .bd_submit {
        height: 34px;
        line-height: 34px;
        width: 100%
    }
}

.order-box .order .section_order_3 {
    background-color: #000;
    padding: 40px 40px 100px 40px
}

@media (max-width: 768px) {
    .order-box .order .section_order_3 {
        height: auto !important
    }
}

.order-box .order .section_order_3 img {
    height: 90%
}

@media (max-width: 768px) {
    .order-box .order .section_order_3 img {
        box-sizing: border-box;
        width: 100%
    }
}

.order-box .order .section_order_2, .order-box .order .section_order_3 {
    box-sizing: border-box;
    height: 570px;
    width: 100%
}

.order-box .order .section_order_back {
    cursor: pointer;
    position: absolute;
    top: 22px
}

.order-box .order .section_order_back img {
    display: block
}

@media (max-width: 1024px) {
    .order-box .order .section_order_back {
        top: 30px
    }
}

.order-box .order .section_order h2, .order-box .order .section_order_2 h2, .order-box .order .section_order_3 h2 {
    color: #fff;
    font: 28px BebasNeue-Regular;
    margin-bottom: 15px;
    text-align: center
}

@media (max-width: 400px) {
    .order-box .order .section_order h2, .order-box .order .section_order_2 h2, .order-box .order .section_order_3 h2 {
        margin-bottom: 22px
    }
}

@media (max-width: 1024px) {
    .order-box .order .section_order h2 {
        color: #FF4200;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 17px;
        text-align: left
    }
}

.order-box .order .bd_non_active {
    display: none !important
}

.adve-box .section_text {
    margin-left: 0px;
    max-width: 960px;
    left: auto
}

.google-box .section_text {
    margin-left: 0px;
    max-width: 960px;
    left: auto
}

@media (max-width: 1024px) {
    .adve-box .section_text {
        padding-bottom: 0
    }
    .google-box .section_text {
        padding-bottom: 0
    }
}

.adve-box .section_text h2 {
    color: #fff;
    margin-bottom: 37px
}

.google-box .section_text h2 {
    color: #fff;
    margin-bottom: 37px
}

@media (max-width: 1024px) {
    .adve-box .section_text h2 {
        color: #FF4200;
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 30px
    }
    .google-box .section_text h2 {
        color: #FF4200;
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 30px
    }
}

.adve-box .item-adve {
    align-content: center;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/1-icon.png");
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    flex-direction: column;
    font: 400 18px 'Open Sans', sans-serif;
    height: 65px;
    justify-content: center;
    line-height: 26px;
    margin-bottom: 26px;
    opacity: 0.8;
    padding-left: 89px;
    vertical-align: top;
    width: 48.5%
}

@media (max-width: 1024px) {
    .adve-box .item-adve {
        background-size: 40px;
        font-size: 13px;
        height: auto;
        line-height: 21px;
        min-height: 40px;
        padding-left: 56px;
        padding-top: 0
    }

    .adve-box .item-adve:nth-child(even) {
        margin-right: 2%
    }
}

@media (max-width: 820px) {
    .adve-box .item-adve {
        width: 100%
    }

    .adve-box .item-adve:nth-child(even) {
        margin-right: 0
    }
}

.adve-box .item-adve:nth-child(3) {
    background-image: url("../img/6-icon.png")
}

.adve-box .item-adve:nth-child(4) {
    background-image: url("../img/2-icon.png")
}

.adve-box .item-adve:nth-child(5) {
    background-image: url("../img/7-icon.png")
}

.adve-box .item-adve:nth-child(6) {
    background-image: url("../img/3-icon.png")
}

.adve-box .item-adve:nth-child(7) {
    background-image: url("../img/8-icon.png")
}

.adve-box .item-adve:nth-child(8) {
    background-image: url("../img/4-icon.png")
}

.adve-box .item-adve:nth-child(9) {
    background-image: url("../img/9-icon.png")
}

.adve-box .item-adve:nth-child(10) {
    background-image: url("../img/5-icon.png")
}

.adve-box .item-adve:nth-child(11) {
    background-image: url("../img/10-icon.png")
}

@media (max-width: 1024px) {
    .adve-box .item-adve:nth-child(11) {
        margin-bottom: 0
    }
}

.config {
    max-width: 1000px;
    margin: 0 auto;
    background: #000;
    padding: 35px 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (max-width: 1099px) {
    .config {
        padding: 40px 20px
    }
}

.config h2 {
    font: 28px BebasNeue-Regular
}

@media (max-width: 1099px) {
    .config h2 {
        font-size: 24px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        margin-bottom: 30px
    }
}

.config_line {
    height: 24px;
    width: 440px;
    margin-bottom: 60px
}

.config_wrap {
    width: 100%
}

.config_title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 1099px) {
    .config_title {
        font-size: 23px;
        text-align: center;
        margin-bottom: 20px
    }
}

.config_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px
}

@media (max-width: 1099px) {
    .config_form {
        margin: 0;
        flex-direction: column
    }
}

.config_form select {
    font: 16px "Open Sans", sans-serif;
    line-height: 26px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer
}

@media (max-width: 1099px) {
    .config_form select {
        width: 150px;
        margin-bottom: 25px
    }
}

.config_btn {
    border-radius: 30px;
    color: #fff;
    background: #ff4200;
    border: none;
    text-align: center;
    width: 245px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 39px;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    margin: 0 auto;
    text-decoration: none
}

.config_btn.act {
    color: #fff;
    background: #FF4200
}

.config_step_two {
    width: 100%
}

.config_step_two_list {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

@media all and (max-width: 767px) {
    .config_step_two_list {
        align-items: center;
        flex-direction: column
    }
}

.config_step_two_item {
    max-width: 200px;
    margin-left: 20px;
    padding: 20px 15px 30px;
    box-sizing: border-box;
    background: rgba(112, 106, 106, 0.36);
    height: 213px;
    position: relative;
    display: block;
    cursor: pointer
}

@media all and (max-width: 767px) {
    .config_step_two_item {
        margin: 0 0 20px 0
    }
}

.config_step_two_item:first-child {
    margin-left: 0
}

.config_step_two img {
    margin: 0 auto 15px;
    display: block;
    max-height: 76px
}

.config_step_two_title {
    font: 18px BebasNeue-Regular;
    color: #fff;
    text-align: left;
    margin-bottom: 5px
}

.config_step_two_text {
    font: 12px BebasNeue-Regular;
    color: rgba(255, 255, 255, 0.8);
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    text-align: left
}

.config_step_two_btn {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font: 10px BebasNeue-Regular;
    color: #fff;
    line-height: 22px;
    transition: background .3s;
    cursor: pointer
}

.config_step_two_btn:hover {
    background: #FF4200
}

.config_step_three {
    max-width: 620px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0
}

@media all and (max-width: 767px) {
    .config_step_three {
        flex-direction: column
    }
}

.config_step_three_cont {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media all and (max-width: 767px) {
    .config_step_three_cont {
        flex-direction: column;
        margin-bottom: 15px
    }
}

.config_step_three_cont_text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 195px
}

.config_step_three_cont img {
    max-height: 162px;
    margin-right: 20px
}

@media all and (max-width: 767px) {
    .config_step_three_cont img {
        margin-bottom: 15px
    }
}

.config_step_three_title {
    font: 24px BebasNeue-Regular;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px
}

.config_step_three_text {
    font: 13px BebasNeue-Regular;
    color: rgba(255, 255, 255, 0.8);
    line-height: 19px;
    margin-bottom: 20px;
    text-align: left
}

.config_step_three .result_cont {
    font: 18px BebasNeue-Regular;
    color: #333;
    line-height: 22px;
    text-align: left
}

.config_step_three .result {
    font: 18px BebasNeue-Regular;
    color: #fff;
    line-height: 22px
}

.config_step_three_form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 195px;
    width: 100%
}

.config_step_three_form input, .config_step_three_form a {
    border: 1px solid #FF4200;
    background: transparent;
    margin-bottom: 15px;
    font: 400 12px "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 25px
}

.config_step_three_form input::-webkit-input-placeholder, .config_step_three_form a::-webkit-input-placeholder {
    color: #fff
}

.config_step_three_form input::-moz-placeholder, .config_step_three_form a::-moz-placeholder {
    color: #fff
}

.config_step_three_form input:-moz-placeholder, .config_step_three_form a:-moz-placeholder {
    color: #fff
}

.config_step_three_form input:-ms-input-placeholder, .config_step_three_form a:-ms-input-placeholder {
    color: #fff
}

.config_step_three_form a {
    background: #FF4200;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    transition: background .3s
}

.config_step_three_form a:hover {
    background: transparent
}

.config_wrap, .config_step_two, .config_step_three {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.config_wrap.prepared, .config_step_two.prepared {
    display: block
}

.config_step_three.prepared {
    display: flex
}

.config_wrap.show, .config_step_two.show, .config_step_three.show {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1024px) {
    .services-box {
        background: #000
    }
}

.services-box .services .section_row {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .services-box .services .section_row {
        flex-flow: row wrap;
        padding: 0 40px
    }
}

@media (max-width: 819px) {
    .services-box .services .section_row {
        flex-direction: column
    }
}

.services-box .services_cover {
    display: inline-flex;
    text-align: left;
    vertical-align: top;
    width: 50%
}

.services-box .services_cover img {
    cursor: pointer;
    height: auto;
    width: 100%
}

.services-box .services_cover #open_video_1 {
    display: inline-flex
}

@media (max-width: 1024px) {
    .services-box .services_cover {
        display: block;
        height: auto;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 819px) {
    .services-box .services_cover {
        width: 100%
    }

    .services-box .services_cover #open_video_1 {
        display: block;
        margin-bottom: 18px
    }
}

.services-box .services_title {
    color: #FF4200;
    font: 48px BebasNeue-Regular;
    margin-bottom: 20px
}

@media (max-width: 1000px) {
    .services-box .services_title {
        font-size: 35px;
        text-align: center
    }
}

.services-box .services_title.m-b {
    display: none
}

@media (max-width: 1024px) {
    .services-box .services_title.m-b {
        color: #ff4200;
        display: block;
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 18px;
        text-align: left;
        width: 100%
    }
}

.services-box .services_title.d-t {
    display: block
}

@media (max-width: 1024px) {
    .services-box .services_title.d-t {
        display: none
    }
}

.services-box .services_text {
    box-sizing: border-box;
    padding-left: 52px;
    text-align: left;
    vertical-align: top;
    width: 50%
}

@media (max-width: 1024px) {
    .services-box .services_text {
        padding-left: 40px
    }
}

@media (max-width: 819px) {
    .services-box .services_text {
        display: block;
        height: auto;
        padding: 0;
        width: 100%
    }
}

.services-box .services_text a {
    color: #fff
}

.services-box .services_link {
    margin-bottom: 26px;
    position: relative
}

.services-box .services_link:nth-child(4) .text {
    top: 15px
}

.services-box .services_link:nth-child(5) {
    margin-bottom: 20px
}

.services-box .services_link:nth-child(5) .text {
    top: 5px
}

@media (max-width: 1024px) {
    .services-box .services_link {
        margin-bottom: 15px
    }
}

@media (max-width: 1000px) {
    .services-box .services_link:nth-child(5) .text {
        top: 15px
    }
}

@media (max-width: 700px) {
    .services-box .services_link {
        height: auto;
        margin-left: 0
    }

    .services-box .services_link:nth-child(2) .text {
        top: 8px
    }

    .services-box .services_link:nth-child(3) .text {
        top: 10px
    }

    .services-box .services_link:nth-child(4) .text {
        top: 22px
    }

    .services-box .services_link:nth-child(5) .text {
        top: 10px
    }
}

@media (max-width: 400px) {
    .services-box .services_link:nth-child(2) .text {
        top: 0px
    }

    .services-box .services_link:nth-child(3) .text {
        top: 3px
    }

    .services-box .services_link:nth-child(4) .text {
        top: 14px
    }

    .services-box .services_link:nth-child(5) .text {
        top: 2px
    }
}

@media (max-width: 320px) {
    .services-box .services_link:nth-child(5) .text {
        top: -8px
    }
}

.services-box .services_link a {
    align-items: center;
    cursor: default;
    display: flex;
    text-decoration: none
}

.services-box .services_link .icon {
    display: inline-flex
}

.services-box .services_link .icon img {
    width: 111px
}

@media (max-width: 767px) {
    .services-box .services_link .icon img {
        width: 74px
    }
}

.services-box .services_link .text {
    color: rgba(255, 255, 255, 0.8);
    font: 400 17px 'Open Sans', sans-serif;
    padding-left: 24px
}

@media (max-width: 1024px) {
    .services-box .services_link .text {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px
    }
}

.services-box .services #open_pdf_1 {
    background: url("../img/pdf-icn.svg") left bottom no-repeat;
    background-size: 65px;
    border-top: 1px solid rgba(151, 151, 151, 0.2);
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font: 400 18px 'Open Sans', sans-serif;
    height: 86px;
    justify-content: center;
    line-height: 23px;
    margin-left: 46px;
    padding-left: 90px;
    padding-top: 20px;
    width: calc(100% - 46px)
}

.services-box .services #open_pdf_1:hover {
    text-decoration: none
}

@media (max-width: 1024px) {
    .services-box .services #open_pdf_1 {
        font-size: 13px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .services-box .services #open_pdf_1 {
        background-size: 40px;
        height: auto;
        margin-left: 32px;
        padding-left: 60px
    }
}

.services-box .services_popup_content {
    height: 80%;
    margin: 0 auto;
    position: absolute;
    width: 70%
}

.contact {
    max-width: 1000px;
    padding: 28px 0 18px;
    box-sizing: border-box;
    background: #242424;
    margin: 0 auto;
    text-align: left
}

@media (max-width: 1099px) {
    .contact {
        text-align: center
    }
}

@media (min-width: 1025px) {
    .contact {
        margin-bottom: 18px
    }
}

@media (max-width: 1024px) {
    .contact {
        margin-bottom: 0;
        padding: 28px 40px 14px;
        text-align: left;
        width: 100%
    }
}

.contact_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 1099px) {
    .contact_list {
        flex-direction: column;
        align-items: center
    }
}

.contact_item {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 25px;
    width: 25%
}

@media (max-width: 1099px) {
    .contact_item {
        align-items: center
    }
}

@media (max-width: 1024px) {
    .contact_item {
        align-items: flex-start;
        margin-bottom: 18px;
        padding: 0;
        width: 100%
    }
}

.contact p, .contact span {
    display: block
}

.contact_title {
    color: #FF4200;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 25px;
    padding: 0 25px;
    text-transform: uppercase
}

@media (min-width: 1025px) {
    .contact_title {
        margin-bottom: 25px
    }
}

@media (max-width: 1024px) {
    .contact_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
        padding: 0
    }
}

.contact span {
    color: #c4c4c4;
    font: 400 15px 'Open Sans', sans-serif;
    line-height: 21px;
    margin-bottom: 13px
}

@media (max-width: 1024px) {
    .contact span {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0
    }
}

.contact_tel {
    margin-bottom: 0;
    color: #c4c4c4;
    font: 16px 'Open Sans', sans-serif;
    line-height: 26px;
    text-decoration: none
}

.contact_tel:hover {
    text-decoration: underline
}

@media (max-width: 1024px) {
    .contact_tel {
        font-size: 13px;
        line-height: 18px
    }
}

.cities {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto 27px
}

@media (max-width: 1099px) {
    .cities {
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    .cities {
        margin-bottom: 0
    }
}

.cities .contact {
    width: 25%;
    padding: 20px 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #212121;
    transition: background .3s
}

@media (max-width: 1099px) {
    .cities .contact {
        width: 100%;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 1024px) {
    .cities .contact {
        align-items: flex-start;
        padding: 28px 40px 32px;
        text-align: left
    }
}

.cities .contact:nth-child(even) {
    background: #1b1b1b
}

.cities .contact_title {
    font-size: 20px;
    line-height: 41px;
    padding: 0
}

@media (max-width: 1024px) {
    .cities .contact_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px
    }
}

.cities .contact_cont span {
    margin-bottom: 32px
}

@media (max-width: 1024px) {
    .cities .contact_cont span {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0px
    }
}

.cities .contact_cont .contact_mail {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .cities .contact_cont .contact_mail {
        font-size: 13px;
        line-height: 18px
    }
}

.cities .contact_more_text {
    color: rgba(255, 255, 255, 0.6);
    font: 400 26px BebasNeue-Regular;
    line-height: 28px;
    margin-bottom: 20px
}

@media (max-width: 1024px) {
    .cities .contact_more_text {
        font-size: 24px;
        line-height: 29px
    }
}

.all_contact {
    cursor: pointer
}

.ico_cities_more {
    width: 19px;
    height: 14px;
    display: block;
    background: url("../img/ico-cities-more.png") center no-repeat;
    background-size: 19px 14px
}

.map {
    max-width: 970px;
    margin: 0 auto;
    height: 600px;
    background: gray
}

@media (max-width: 1024px) {
    .map {
        display: block
    }
}

.ymaps-layers-pane {
    filter: invert(100%) grayscale(100%);
    -ms-filter: invert(100%) grayscale(100%);
    -webkit-filter: invert(100%) grayscale(100%);
    -moz-filter: invert(100%) grayscale(100%);
    -o-filter: invert(100%) grayscale(100%)
}

.ymaps-map {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif !important
}

@media (max-width: 1099px) {
    #fp-nav {
        display: none
    }
}

@media (min-width: 1025px) {
    #fp-nav ul {
        counter-reset: dots
    }

    #fp-nav ul li {
        counter-increment: dots;
        height: auto
    }

    #fp-nav ul li a {
        height: 13px;
        width: 4px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease
    }

    #fp-nav ul li a span {
        border-radius: 2px;
        display: block;
        margin-top: 0;
        top: 0;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease
    }

    #fp-nav ul li a.active {
        height: 47px
    }

    #fp-nav ul li a.active span {
        background: #ff4200;
        border-radius: 2px;
        height: 47px;
        margin: 0 0 0 -2px;
        width: 4px;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease
    }

    #fp-nav ul li:hover a.active span {
        background: #ff4200;
        border-radius: 2px;
        height: 47px;
        margin: 0 0 0 -2px;
        width: 4px
    }

    #fp-nav ul li:hover a span {
        height: 13px;
        width: 4px
    }
}

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 4px;
    height: 13px;
    background-color: transparent
}

.fp-slidesNav ul li a span {
    display: none
}
