@import url("https://fonts.googleapis.com/css?family=Lato");

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;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 1099px) {
    .w {
        display: none;
    }
}

.w span {
    padding: 0;
}

/*#mep_0, #mep_1, #mep_2, #mep_3 { height: 45px !important;
}*/
.mejs-poster.mejs-layer {
    height: 45px !important;
}

.content {
    display: block;
    width: 100% !important;
    /*background: #fff;*/
    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 styles **/
.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;
}

.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);
}

/* play/pause control */
.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;
}

/* mute/unmute control */
.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;
}

/* volume scrubber bar */
.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;
}

/* time scrubber bar */
.mejs-controls div.mejs-time-rail {
    width: 380px;
}

.mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block; /*width: 380px;*/
    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: 300px !important;*/
    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);
}

/* metallic sliders */
.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;
}

/* time progress tooltip */
.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; /*background: url('../img/player/time-box.png') center no-repeat;*/
}

.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 **/
.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 a {
    display: 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 {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.left {
    left: 17px;
}

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

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 8px 7px;
    position: relative;
    list-style-type: none;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: 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: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
@media (min-width: 1100px) {
    .slider, .slider_two {
        position: relative;
    }

    .slider_item, .slider_two_item {
        background: #252525; /*width: 425px !important;*/
        margin: 0 20px;
        position: relative;
        text-align: left; /*max-width: 460px;*/ /*min-height: 458px !important;*/ /*display: flex !important;*/
        box-sizing: border-box;
        flex-direction: column; /*padding-bottom: 95px;*/
    }

    .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-bottom: 23px;
        padding: 0 27px;
    }

    .slider_item .more_text_content, .slider_two_item .more_text_content {
        color: #fff;
        font: 400 14px 'Open Sans', sans-serif;
        line-height: 24px;
        padding: 0 30px;
        min-height: 96px;
    }

    .slider_item .more_text_content span, .slider_two_item .more_text_content span {
        max-height: 72px;
        overflow: hidden;
        display: block;
        margin-bottom: 15px;
        color: #c4c4c4;
    }

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

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

    .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 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        background: #777;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1000;
        color: transparent;
        width: 61px;
        height: 61px;
        border: none;
    }

    .slick-list {
        box-sizing: border-box;
        /*max-width: 1000px;
       margin: 0 auto !important;*/
        overflow: visible !important;
    }

    .slick-list.draggable {
        padding: 0 100px 0 160px !important;
    }

    .slick-slider {
        /*margin: 0 auto;
       max-width: 1000px;*/
    }

    .slick-next {
        right: 0;
        background: transparent url("../img/arrow-next.png") center no-repeat;
    }

    .slick-prev {
        left: 70px;
        background: transparent url("../img/arrow-prew.png") center no-repeat;
    }

    .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) {
	.popup_content .slider_item h3, 
	.popup_content .slider_two_item h3 {
    	margin-top: 23px;
	}
	.slider_item h3, 
	.slider_two_item h3 {
    	font: 25px BebasNeue-Regular !important;
    	color: #fff;
    	line-height: 32px;
    	/*margin-bottom: 23px;
    	margin-top: 23px;*/
    	padding: 0 27px;
	}
    .slider h3 {
        padding: 10px 20px 0;
        margin: 0 !important;
    }

    .slider_item {
        font: 14px 'Open Sans', sans-serif;
        width: 100%;
        padding: 10px 10px 0;
        text-align: left;
    }

    .slider_item img {
        width: 100%;
    }

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

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

    .slider_item span span {
        overflow: hidden;
        height: 71px;
        color: #c4c4c4;
    }

    .popup_content .slider_item span span {
        height: auto;
    }

    .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;
    }
}

#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;
}

* {
    font-family: BebasNeue-Regular;
}

*:focus {
    outline: none;
}

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

@media (max-width: 1099px) {
    .header {
        justify-content: center;
        padding: 10px;
    }
}

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

.logo img {
    width: 100%;
}

#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 70;
}
.header .burger{
	display: none;
}
.header a.phone {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font: 14px 'Open Sans', sans-serif;
    padding: 4px 0px 0 0px;
}
.header .burger {
    margin: 0;
    padding: 0;
    z-index: 70;
    max-width: 39px;
    cursor: pointer;
}
.header .burger img {
    width: 100%;
}

@media (max-width: 1025px) {
    #menu {
      display: none;
      position: absolute;
    	top: 68px;
    	background-color: #000;
    	right: 0;
    	padding: 20px 50px 20px 20px;
    }
    #menu li {
    	float: none !important;
    	border: none !important;
}
    #menu.active {
        display: block;
    }
		.header .phone{
			padding: 10px 20px 0 0 !important;
		}
		.header .phone,
		.header .burger{
			display: inline-block;
		}
		#menu li:nth-child(5) a {
    padding: 10px 20px !important;
    text-decoration: none !important;
    font: 100 12px "Open Sans", sans-serif !important;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 15px !important;
    transition: color .3s !important;
    text-transform: uppercase !important;
    border: none !important;
	}
		#menu li:nth-child(5) a:hover {
			background-color: #000 !important; 
	}
}

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

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

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

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

.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;
        /*align-items: center;*/
        /*margin-bottom: -50px;*/
    }
}

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

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

.banner_left_title {
    font: 400 108px BebasNeue-Regular;
    line-height: 92px;
    max-width: 455px;
    text-shadow: 0 0 11px rgba(0, 0, 0, 0.19);
    /*margin-bottom: 20px;
   text-transform: inherit;*/
}

.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.img_bg {
    width: 100%;
    background: url("../img/main-banner.jpg") center no-repeat;
    background-size: cover;
    min-height: 745px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.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;
    }
}

.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%;
    margin: 25px auto;
}

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

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

.section_two {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 115px 80px 75px;
}

@media (max-width: 960px) {
    .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;
    }
}

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

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

.section_three {
    padding: 25px 0;
}

@media (max-width: 1099px) {
    .section_three h2 {
        margin: 10px 20px;
    }

    .section_three h3 {
        margin: 10px 20px 26px;
    }
}

.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;
        /* text-align: center; */
        margin: 0 0 20px 0;
        padding: 0;
    }
}

.section_text {
    text-align: left;
    text-transform: none;
    font: 400 17px BebasNeue-Regular;
    color: #fff;
    line-height: 26px;
    margin-left: 30px;
    position: absolute;
    max-width: 40%;
    left: 47%; 
    z-index: 1;
}
.adve-box .section_text {
    margin-left: 0px;
    max-width: 960px;
    left: auto; 
}
.about .section_text {
    max-width: 100%;
    left: 0%; 
}
.about .slick-prev{
	left: -550px !important;
}
.about .slick-dots{
	margin-left: -550px !important;
}

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

.section_text p {
    font: 400 17px 'Open Sans', sans-serif;
    color: #c4c4c4;
    line-height: 26px;
}

.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;
}

#p1 {
    margin-top: 0;
}

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

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

@media (max-width: 1099px) {
    .slider_item .more_text_link, .slider_item a {
        padding: 10px 10px 0;
    }
}

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

.popup_more {
    min-width: 830px;
}

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

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

.popup_more .more_text_wrap h3 {
    padding: 0 40px;
}

.popup_more .more_text_wrap span {
    font: 400 16px 'Open Sans', sans-serif;
    padding: 0 40px 20px;
}

.popup_more .more_text_wrap span a {
    margin-top: 35px;
    margin-bottom: 20px;
    display: block;
}

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

.sound_engine {
		font: 48px BebasNeue-Regular;
    color: #FFF;
    margin-bottom: 15px;
}

@media (max-width: 1099px) {
    .sound_engine {
        text-align: left;
        margin: 10px 10px 26px;
        font-size: 26px;
    }
}

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

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

.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; /*min-height: 100% !important;*/
    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;
    }
}

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

h2 {
    text-align: left;
    font: 38px BebasNeue-Bold;
    text-transform: uppercase;
    color: red;
    margin-bottom: 45px;
}

.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: #ffffff;
    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 {
    /*position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);*/
    border-radius: 30px;
    color: #ffffff;
    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;
}

.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;
}

.contact {
    max-width: 1000px;
    padding: 30px 25px 25px;
    box-sizing: border-box;
    background: rgba(216, 216, 216, 0.03);
    margin: 0 auto 26px;
    text-align: left;
}

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

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

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

.contact_item {
    max-width: 300px;
    margin-right: 120px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .contact_item {
        margin-right: 0;
        /*margin-bottom: 30px;*/
        align-items: center;
    }
}

.contact_item:last-child {
    margin-right: 0;
}

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

.contact_title {
    color: #FF4200;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 30px;
}

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

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

.contact_tel:hover {
    text-decoration: underline;
}

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

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

.cities .contact {
    width: 25%;
    padding: 20px 25px;
    margin: 0;
    box-sizing: border-box;
    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;
    }
}

.cities .contact:hover {
    background: #262626;
}

.cities .contact_title {
    font-size: 20px;
    line-height: 28px;
}

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

.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: 1000px;
    margin: 0 auto 165px;
    height: 600px;
    background: gray;
}

.map2 {
    max-width: 1000px;
    margin: 0 auto 165px;
    height: 400px;
    background: gray;
}

@media (max-width: 1099px) {
    .map {
        /*display: none;*/
    }
}

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

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

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

@media (max-width: 1099px) {
    .footer_left {
        display: none;
    }
}

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

.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 .5s;
}

.footer_left_btn:hover {
    background: #FF4200;
}

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

.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/fb.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: 18px 14px;
}

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

@media (max-width: 1099px) {
    .footer_right {
        /*flex-direction: column-reverse;*/
        width: 100%;
    }
}

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

@media (max-width: 1099px) {
    .footer_right span {
       /* margin-bottom: 35px;*/
    }

    .footer_right span + a {
        height: 32px;
    }

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

.footer_right span.red {
    color: #FF4200;
}

@media (max-width: 1099px) {
    .footer_logo {
        /*margin-bottom: 35px;*/
        order: 1;
    }
    .footer_logo img {
        height: 32px;
    }
    .footer_social {
    	order: 2;
		}
		.footer_right span {
    	order: 3;
}
}

.ios_desktop {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    text-transform: none;
    background: #1c1c1c;
    /*padding-top: 43px;*/
}

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

.ios_desktop_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-left: 50px;
    text-transform: none;
}

.ios_desktop_left h2 {
    font: 68px BebasNeue-Regular;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: none;
    color: #d93800;
}

.ios_desktop_left span {
    margin-bottom: 70px;
    font: 17px 'Open Sans', sans-serif;
    line-height: 26px;
    padding-right: 50px;
    color: #c4c4c4;
    text-transform: none;
}

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

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

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

.ios_mobile p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
}

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

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

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

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

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

@media (max-width: 1099px) {
    .popup {
        padding-bottom: 30px;
        color: #fff;
        max-width: 85%;
        width: 100%;
    }
}

.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 .close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 16px;
    height: 16px;
    z-index: 10;
}

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

.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;
}

.popup .more_text {
    display: none;
}

@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;
    color: #c4c4c4;
}

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

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

.popup_content .more_text_link {
    display: none !important;
}

.popup_content .more_text__hide_content {
    display: block !important;
}

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

@media (max-width: 1099px) {
    .popup_player {
        color: #fff;
        max-width: 90%;
        overflow: hidden;
        width: 100%;
    }
}

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

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

.popup_player .slider_item img {
    width: 100%;
    height: 100%;
    max-height: 271px;
}

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

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

.popup_player .close {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}

.popup_player .w {
    display: block;
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 0;
    z-index: 10;
    /*max-width: 460px;*/
}

@media (max-width: 1099px) {
    .popup_player .w {
        /*display: none;*/
        bottom: 27px;
    }
}

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

.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.7);
    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, input:checked+.config_step_two_btn {
    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.7);
    line-height: 19px;
    margin-bottom: 20px;
    text-align: left;
}

.config_step_three .result_cont {
    font: 18px BebasNeue-Regular;
    color: #333333;
    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; /* Firefox 19+ */ /* Firefox 18- */
}

.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;
}

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

@media (max-width: 1099px) {
    .popup_all_contact {
        color: #fff;
        width: 100%;
        max-width: 90%;
        padding: 40px 20px 0;
    }
}

.popup_all_contact_title {
    color: white;
    font: 400 38px BebasNeue-Regular;
    line-height: 35px;
    margin-bottom: 30px;
}

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

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

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

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

.popup_all_contact .contact_title {
    margin-bottom: 10px;
}

@media (max-width: 1099px) {
    .popup_all_contact .contact_title {
        line-height: 26px;
    }
}

.popup_all_contact .contact_cont {
    margin-bottom: 10px;
}

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

.overlay, .overlay_select {
    display: none;
    background: rgba(30, 30, 30, 0.9);
    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 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.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 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.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;
}


.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;
}

#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;
}

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