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, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-family: 'PFBeauSansPro_reg';
    color: #333;
	text-decoration: none;
	vertical-align: baseline;
    box-sizing: border-box;
    outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	position: relative;
}
body,html {
    width: 100%;
	min-width: 1200px;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    cursor: pointer;
    display: inline-block;
    height: 58px;
    font-size: 24px;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 24px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn_green {
    background: #a7c870;
}
.btn_green:hover {
    background: #86ba30;
}
.btn_blue {
    background: #508fbf;
}
.btn_blue:hover {
    background: #337db6;
}
.btn_white {
    background: #fff;
    border: 1px solid #999;
    color: #59a1d6;
}
.btn_white:hover {
    border: 1px solid #508fbf;
    background: #508fbf;
    color: #fff;
}

.preload_images {
    display: none;
    width: 0px;
    height: 0px;
}

.outer_container {
    width: 100%;
    float:left;
}
.main_container {
    width: 100%;
    // min-width: 1240px;
    // max-width: 1240px;
    margin: 0 auto;
    height: inherit;
}
div.clear {
	clear: both;
}

.header_block {
    position: relative;
    height: 86px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_block > * {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_logo {
    left: 20px;
    height: 54px;
}
.header_logo img {
    float: left;
    position: relative;
    top: 1px;
}
.header_logo span {
    float: left;
    margin-left: 5px;
    padding-top: 20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-family: 'PFBeauSansPro_bold';
    font-size: 24px;
    color: #59a1d6;
}
.header_language {
    right: 20px;
    height: 20px;
}
.header_language * {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-family: 'PFBeauSansPro_semibold';
    color: #999;
    margin-left: 10px;
    border-bottom: 1px dashed #999;
}
.header_language *:hover,
.header_language *.active {
    border: 0px;
    color: #59a1d6;
}

.social_block {
    height: 45px;
}
.social_block a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    /*background-color: #fff;*/
    border-radius: 30px;
    border: 1px solid #59a1d6;
}
.social_block a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center 0px;
}
.social_block a:hover {
    background: #59a1d6;
}
.social_block a:hover span {
    background-position: center 100%;
}
.soc_fb span {
    height: 21px;
    background-image: url('../media/ico_fb.png');
}
.soc_vk span {
    height: 19px;
    background-image: url('../media/ico_vk.png');
}
.soc_insta span {
    height: 23px;
    background-image: url('../media/ico_insta.png');
}
.header_social {
    right: 132px;
}
.header_social a {
    margin-left: 10px;
}
.partner_btn {
    padding: 0 45px;
    padding-top: 12px;
    height: 45px;
    right: 340px;
    color: #59a1d6;
    font-size: 14px;
    font-family: 'PFBeauSansPro_semibold';
    text-transform: uppercase;
}
.header_text {
    left: 0;
    right: 0;    
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
}
.header_text span {
    line-height: 32px;
    font-size: 24px;
    text-align: center;
}

.slider_out {
    background: #f8f9fb;
}
.slider_menu {
    height: 70px;
    border-bottom: 4px solid #a7c870;
}
.mobile_slider_menu {
    // display: none;
}
.slider_menu_item {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    padding: 15px;
}
.slider_menu_item:first-child {
    margin-left: 0px;
}
.slider_menu_item span {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    padding-top: 9px;
    text-align: center;
}
.slider_menu_item div {
    width: 100%;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center 0px;
}
.slider_menu_item:hover,
.slider_menu_item.active {
    background-color: #a7c870;
}
.slider_menu_item:hover span,
.slider_menu_item.active span {
    color: #fff;
}
.slider_menu_item:hover div,
.slider_menu_item.active div {
    background-position: center 100%;
}
.slider_block {
    position: relative;
    height: 892px;
}
.slider_nav {
    position: absolute;
    min-width: 1656px;
    max-width: 1656px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider_nav > * {
    z-index: 3;
}
.slider_arr {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 74px;
    height: 74px;
    background-image: url('../media/slider_nav.png');
    background-repeat: no-repeat;
}
.slider_arr:hover {
    background-position: center 100%;
}
.slider_prev {
    left: 0px;
}
.slider_next {
    right: 0px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider_dots {
    width: 100%;
    position: absolute;
    bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_dots.hidden {
    display: none;
}
.slider_dots > * {
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
}
.slider_dots > *:last-child {
    margin-right: 0px;
}
.slider_dots div {
    position: relative;
    margin: 0 10px;
    font-size: 14px;
    color: #fff;
}
.slider_dots div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
    width: 18px;
    height: 13px;
    background: url('../media/slider_chevron.png') no-repeat;
    background-position: 0 0;
}
.slider_dot_prev:after {
    left: -18px;
}
.slider_dot_next:after {
    right: -18px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider_dots div:hover {
    color: #a7c870;
    text-decoration: underline;
}
.slider_dots div:hover:after {
    background-position: 0 -13px;
}
.slider_dots .slider_dot {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
   
}
.slider_dots .slider_dot:hover,
.slider_dots .slider_dot.active {
    background-color: #a7c870;
    border-color: #a7c870;
}
.slider_item_out {
    position: relative;
    width: 100%;
    height: 100%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider_item_out .slider_item_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 58, 0.32);
}
.slider_item {
    position: relative;
    z-index: 2;
}
.slider_item > div {
    width: 100%;
}
.slider_title_out {
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_title {
    padding: 0 20px;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    white-space: nowrap;
}

.slider_content_out {
    float: left;
    height: 100%;
    padding-top: 140px;
    position: relative;
    overflow: hidden;            
}
.slider_content_out > div {
    height: 100%;
    width: 40%;
    // padding-bottom: 80px;
}
.slider_content_out > div.slider_info {
    // padding-bottom: 140px;
}
.slider_content {
    float: left;
    position: relative;
}
.slider_info {
    float: right;
    position: relative;
    // padding-left: 190px;
}

.slider_content > div {
    width: 100%;
}
.slider_telegram_out {
    height: 48px;
    margin-bottom: 20px;
}
.slider_telegram {
    display: inline-block;
    width: 100%;
    height: 48px;
    max-width: 550px;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 23px;
    padding-left: 48px;
    padding-right: 26px;
}
.slider_telegram span {
    padding-top: 14px;
    font-family: 'PFBeauSansPro_semibold';
}
.slider_telegram_left {
    float: left;
    position: relative;
    color: #cbcbcb;
}
.slider_telegram_left:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 9px;
    width: 29px;
    height: 29px;
    background: url('../media/ico_telegram.png') no-repeat center;
}
.slider_telegram_right {
    float: right;
    color: #59a1d6;
}
.slider_messages {
    position: absolute;
    bottom: 20px;
    max-height: 604px;
    padding-right: 70px;
    overflow-y: hidden;
}
.slider_message {
    display: flex;
    align-self: flex-end;
    margin-bottom: 14px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.625, 0.125, 0.305, 0.875), max-height 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    -moz-transition: opacity 0.25s cubic-bezier(0.625, 0.125, 0.305, 0.875), max-height 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    -o-transition: opacity 0.25s cubic-bezier(0.625, 0.125, 0.305, 0.875), max-height 0.5s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    transition: opacity 0.25s cubic-bezier(0.625, 0.125, 0.305, 0.875), max-height 0.4s cubic-bezier(0.625, 0.125, 0.305, 0.875);
    max-height: 500px;
}
.slider_message img {
    float: left;
    width: 48%;
    height: auto;
    margin: 5px 0;
}
.slider_message img.smile {
    float: none;
    width: initial;
    position: relative;
    top: 0px;
    margin: -5px 0;
}
.slider_message img.smile:after {
    content: '123';
}
/*<img class="smile" src="/assets/media/slider/smile.jpg">*/
.slider_message img:nth-of-type(2n) {
    float: right;
}
.slider_message.hide {
    opacity: 0;
}
.slider_message.small {
    max-height: 0;
}
.slider_message span {
    position: relative;
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 17px 28px;
    padding-bottom: 15px;
    font-family: 'PFBeauSansPro_light';
    border-radius: 23px;
}
.slider_message span:after {
    content: "";
    display: block;
    position: absolute;
}
.slider_message span:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid rgba(255,255,255,0.55);
    border-radius: 30px;
}
.slider_message_answer {
    padding-left: 120px;
    padding-right: 45px;
}
.slider_message_answer span {
    background: #1fbddd;
    color: #fff;
    border: 1px solid #00b3d8;
}
// .slider_message_answer span:after {
//     right: -19px;
//     /*bottom: 22px;*/
//     bottom: 14px;
//     width: 20px;
//     height: 27px;
//     background-image: url('../media/slider_answer_arr.png');
// }
.slider_message_answer span:before {
    right: -42px;
    background-image: url('../media/slider/uber_logo_message.png');
    border-radius: 100%;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    border: 2px solid #00b3d8;
    background-color: #1fbddd;
    top: 50%;
    transform: translateY(-50%);    
}
.slider_message_question {
    padding-left: 50px;
    padding-right: 105px;
}
.slider_message_question span {
    background: #e0e0e0;;
}
// .slider_message_question span:after {
//     left: -20px;
//     /*bottom: 22px;*/
//     bottom: 14px;
//     width: 21px;
//     height: 28px;
//     background-image: url('../media/slider_question_arr.png');
// }
.slider_message_question span:before {
    left: -43px;
    bottom: 4px;
    background: #505050;
    background-image: url('../media/slider/user_message_icon.png');
    border-radius: 100%;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    border: 2px solid #434343;
    top: 50%;
    transform: translateY(-50%);
}
@-webkit-keyframes animate-dot {
    0% {opacity:0.25}
    66%{opacity:1}
}
@keyframes animate-dot{
    0%{opacity:0.25}
    66%{opacity:1}
}
.slider_loading {
    padding-left: 65px;
}
.slider_loading i {
    -webkit-animation: animate-dot linear 0.5s infinite alternate;
    animation: animate-dot linear 0.5s infinite alternate;
    display: inline-block;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 10px;
    margin: 5px 2px;
}
.slider_loading i.dot_1 {
}
.slider_loading i.dot_2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slider_loading i.dot_3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.slider_info > div {
    position: absolute;
}
.slider_text_out {
    bottom: 50%;
    padding-bottom: 25px;
}
.slider_text {
    align-self: flex-end;
}
.slider_text,
.slider_text * {
    font-size: 18px;
    color: #fff;
}

.slider_btn {
    width: 85%;
    max-width: 100%;
    text-align: center;
}



.info_block_out {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #fff;
}
.title_block {
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 65px;
}
.info_block {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
}
.info_block:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background: #a7c870;
}
.info_block > div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
}
.info_block > div .info_block_item {
    width: 340px;
    position: relative;
    left: calc(50% - 340px);
}
.info_block > div:nth-of-type(2n) .info_block_item {
    left: 50%;
}
.info_block > div .info_block_item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    width: 24px;
    height: 1px;
    background: #a7c870;
}
.info_block > div:nth-of-type(2n) .info_block_item:after {
    left: 11px;
    right: inherit;
}
.info_block > div .info_block_item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #a7c870;
    border-radius: 20px;
}
.info_block > div:nth-of-type(2n) .info_block_item:before {
    left: -8px;
    right: inherit;
}
.info_block > div span {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-family: 'PFBeauSansPro_light';
}
.info_block_text {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.info_block_text span {
    font-size: 30px;
    line-height: 48px;
}

.faq_block_out {
    padding-top: 65px;
    padding-bottom: 75px;
    background: #f7f8fb;
}
.faq_block {
    float: left;
    width: 100%;
}
.faq_block > div {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.faq_block > div:last-child {
    margin-right: 0;
}
.faq_block > div .faq_img {
    height: 65px;
    background-repeat: no-repeat;
}
.faq_block > div .faq_img1 {
    background-image: url('../media/faq1.png');
}
.faq_block > div .faq_img2 {
    background-image: url('../media/faq2.png');
}
.faq_block > div .faq_img3 {
    background-image: url('../media/faq3.png');
}
.faq_block > div .faq_text {
    line-height: 26px;
}
.faq_block > div .faq_title {
    display: block;
    width: 100%;
    height: 145px;
    padding-top: 15px;
    font-size: 24px;
    line-height: 32px;
    color: #59a1d6;
}


.connect_block_out {
    padding-top: 65px;
    padding-bottom: 45px;
}
.connect_block {

}
.connect_block > * {
    display: block;
    width: 100%;
    text-align: center;
}
.connect_text1 {
    font-size: 30px;
    line-height: 48px;
}
.connect_text2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 45px;
}
.connect_btn {
    width: 406px;
    max-width: 100%;
    text-align: center;
}
.connect_telegram_out {
    margin-top: 40px;
}
.connect_telegram {
    display: inline-block;
    width: 472px;
    border-bottom: 1px solid #e0e3ed;
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 38px;
}

.connect_block .connect_telegram_out:last-child .connect_telegram{
    border-bottom: none;
}

.connect_telegram > * {
    display: block;
    width: 100%;
}
.connect_telegram_img {
    height: 60px;
    background: url('../media/connect_telegram.png') top no-repeat;
    margin-bottom: 20px;
}
.connect_telegram_text1 {
    font-family: 'PFBeauSansPro_bold';
    color: #508fbf;
    margin-bottom: 5px;
}
.connect_telegram_text2 {

}

.footer_block_out {
    padding-top: 60px;
    padding-bottom: 35px;
    background: #f7f8fb;
}
.footer_block {

}
.footer_block > div {
    display: block;
    width: 100%;
    text-align: center;
}
.footer_soc_block {
    height: 67px;
    padding-bottom: 22px;
}
.footer_soc_block a {
    margin: 0 7.5px;
}
.footer_copy_block * {
    font-size: 14px;
    color: #999999;
}
.footer_copy_block a:hover {
    color: #337db6;
    text-decoration: underline;
}
.footer_copy_block span {
    display: block;
}

.modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.78);
    overflow: scroll;
    z-index: 10;
    padding: 80px 0;
    text-align: center;
}
.modal_body {
    position: relative;
    display: inline-block;
    width: 580px;
    background: #fff;
    z-index: 11;
    text-align: left;
}
.modal_close {
    cursor: pointer;
    position: absolute;
    right: -19px;
    top: -19px;
    width: 19px;
    height: 19px;
    background-image: url('../media/modal_close.png');
    background-repeat: no-repeat;
    background-position: center 0;
}
.modal_close:hover {
    background-position: center 100%;
}
.modal_title {
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
    background: #59a1d6;
    text-align: center;
}
.modal_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #fff;    
}
.modal_title span {
    display: inline-block;
    max-width: 350px;
    color: #fff;
}
.modal_content {
    padding: 25px 28px;
}
.modal_content > div {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.modal_content > div.field_error {
}
.modal_content > div.field_error input {
    border-color: #ffa8a8;
    background: #ffe8e8;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(121, 24, 24, 0.22);
    -moz-box-shadow:    inset 0px 2px 7px 0px rgba(121, 24, 24, 0.22);
    box-shadow:         inset 0px 2px 7px 0px rgba(121, 24, 24, 0.22);
}
.modal_content > div.field_error:after {
    content: "Ошибка ввода. Не ввели данные в поле.";
    display: block;
    margin-top: 8px;
    color: #ff0101;
    font-size: 12px;
}
.modal_content > div > span,
.modal_content > div > input {
    display: block;
    width: 100%;
}
.modal_content > div > *.half {
    width: 50%;
}
.modal_content > div span {
    font-size: 15px;
}
.modal_content > div span.modal_top_text {
    font-size: 12px;
}
.modal_content > div span.red {
    color: #ff0000;
}
.modal_content > div > input {
    height: 42px;
    padding: 0 12px;
    padding-top: 2px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 2px 7px 0px rgba(24, 24, 25, 0.22);
    -moz-box-shadow:    inset 0px 2px 7px 0px rgba(24, 24, 25, 0.22);
    box-shadow:         inset 0px 2px 7px 0px rgba(24, 24, 25, 0.22);
}
.form_btn {
    text-align: center;
    width: 245px;
    max-width: 100%;
}
.mm_partner_bg,
.mm_slider_bg {
    display: none;
}

/*--new_css--*/

.slider_out{
    float: left;
}

.outer_container.slider_out{
    border-top: 4px solid #a7c870;
    // box-shadow: 0px 15px 50px -15px #000;
}
.slider_menu{
    width: 20%;
    float: left;
}
.slider_block{
    width: 80%;
    float: right;
}
.slider_nav{
    width: 98%;
    min-width: 98%;
    max-width: 98%;
}

.mobile_slider_menu {
    position: relative;
    display: block;
    padding: 8.5px 0;
    padding-left: 10px;
    padding-right: 15px;
}

.main_slider_menu{
    display: none;
}

.slider_menu .main_container{
    min-width: unset;
    max-width: unset;
}

.mm_slider_btn {
    display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-image: url('../media/mm_btn.png');
    background-position: center 0;
    background-repeat: no-repeat;
}
.mm_slider_btn:hover {
    background-position: center 100%;
}

.main_slider_menu, .mm_slider_bg{
    display: block;
    float: left;
    width: 100%;
    background: #f7f8fb;
}

.slider_menu{
    border-bottom: none;
}

.mm_slider_item {
    height: 55px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.mm_slider_item:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: #dedeea; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedeea 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #dedeea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #dedeea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedeea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mm_slider_item span{
    line-height: 55px;
    display: block;
    float: left;
    width: 70%;
    font-size: 18px;
    transition: color 0.32s ease;
}

.mm_slider_item div{
    width: 30%;
    height:55px;
    float:left;
    background-position: 0 center;
    background-repeat: no-repeat;
    transition: background 0.3s ease;
}

.mm_slider_item:not(.active):hover span,
.mm_slider_item.active span{
    color: #59a1d6;
}

.mm_slider_item:not(.active):hover div,
.mm_slider_item.active div{
    background-position: 15px center;
}

.mm_slider_item.disabled{
    pointer-events: none;
}

.mm_slider_item.disabled span{
    color: #c0c0cb;
}

.slider_content{
    background-image: url(/assets/media/slider/iphone.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 35px;
    width: 55%;
}

.slider_nav{
    display: none;
}

.slider_content{
    background: #fff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 0px;
    margin-left: 110px;
}

.slider_messages{
    bottom: 0px;
    max-height: unset;
    padding-right: 5px;
}

.info_block_out{
    padding-top: 60px;
    padding-bottom: 50px;
    float: left;
}

.slider_item_out.taxi .slider_message_answer span{
    border-color: #00b3d8;
    background-color: #1fbddd;
}
.slider_item_out.taxi .slider_message_answer span:before{
    border-color: #00b3d8;
    background-color: #1fbddd;
    background-image: url('../media/slider/uber_logo_message.png');
    background-size: 18px;
}

.slider_item_out.reservetaion .slider_message_answer span{
    background-color: #ff5a5f;
    border-color: #ff474c;
}
.slider_item_out.reservetaion .slider_message_answer span:before{
    background-color: #ff5a5f;
    border-color: #ff474c;
    background-image: url('../media/slider/airbnb_logo_message.png');
    background-size: 20px;
}

.slider_item_out.goods .slider_message_answer span{
    border-color: #111e2e;
    background-color: #232f3e;
}
.slider_item_out.goods .slider_message_answer span:before{
    border-color: #111e2e;
    background-color: #232f3e;
    background-image: url('../media/slider/amazon_logo_message.png');
    background-size: 25px;
}

.slider_item_out.booking .slider_message_answer span{
    border-color: #122d6d;
    background-color: #1f3975;
}
.slider_item_out.booking .slider_message_answer span:before{
    border-color: #122d6d;
    background-color: #1f3975;
    background-image: url('../media/slider/booking_logo_message.png');
    background-size: 30px;
}

.slider_item_out.facilities .slider_message_answer span{
    border-color: #dc2e3c;
    background-color: #dd3744;
}
.slider_item_out.facilities .slider_message_answer span:before{
    border-color: #dc2e3c;
    background-color: #dd3744;
    background-image: url('../media/slider/facilities_logo_message.png');
    background-size: 25px;
}

#iphone_container{
    position: absolute;
    left: 70px;
    z-index: 1;
    width: 700px;
    min-width: 380px;
}

#iphone_container{
    width: 700px;
    // height: 755px;
}

#iphone-shadow{
    height: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 70px;
    width: 700px;
    box-shadow: 10px 0px 13px 2px #000;
}

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

.slider_content{
    width: 625px !important;
    min-width: 340px;
}
.slider_info{
    width: calc(100% - 735px) !important;
}

/*---tmp---*/
.slider_text_out{
    display: none;
}

.slider_btn_out{
    padding-top: 25px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    text-align: center;
    min-width: 230px;
    max-width: 300px;
}

.slider_menu{
    width: 380px;    
}    
.slider_block{
    width : calc(100% - 380px);
}

.mm_partner_btn{
    display: none;
}

.main_container{
    min-width: 1240px;
    max-width: 1240px;
}


/*--new_css_end--*/

@media (max-width: 1656px) {
    .mobile_slider_menu {
    position: relative;
    display: block;
    padding: 8.5px 0;
    padding-left: 10px;
    padding-right: 15px;
}

.main_slider_menu{
    display: none;
}

.slider_menu .main_container{
    min-width: unset;
    max-width: unset;
}

.mm_slider_btn {
    display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-image: url('../media/mm_btn.png');
    background-position: center 0;
    background-repeat: no-repeat;
}
.mm_slider_btn:hover {
    background-position: center 100%;
}

.main_slider_menu, .mm_slider_bg{
    display: block;
    float: left;
    width: 100%;
    background: #f7f8fb;
}

.slider_menu{
    border-bottom: none;
}

.mm_slider_item {
    height: 55px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.mm_slider_item:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0px;
    background: #dedeea; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedeea 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #dedeea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #dedeea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedeea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mm_slider_item span{
    line-height: 55px;
    display: block;
    float: left;
    width: 70%;
    font-size: 18px;
    transition: color 0.32s ease;
}

.mm_slider_item div{
    width: 30%;
    height:55px;
    float:left;
    background-position: 0 center;
    background-repeat: no-repeat;
    transition: background 0.3s ease;
}

.mm_slider_item:not(.active):hover span,
.mm_slider_item.active span{
    color: #59a1d6;
}

.mm_slider_item:not(.active):hover div,
.mm_slider_item.active div{
    background-position: 15px center;
}

.mm_slider_item.disabled{
    pointer-events: none;
}

.mm_slider_item.disabled span{
    color: #c0c0cb;
}
    .header_text {
        left: 270px;
        right: auto;
    }
    // .slider_nav {
    //     min-width: 1240px;
    // }
    .slider_item {
        // padding-left: 105px;
        // padding-right: 105px;
    }
    .slider_messages {
        padding-right: 5px;
    }
    .slider_next {
        right: 10px;
    }
    .slider_prev {
        left: 10px;
    }
    .faq_block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slider_title {
        padding: 0 125px;
    }
    // .slider_btn_out{
    //     left: 0px;
    //     transform: none;
    // }
    .slider_menu{
        width: 380px;    
    }

    #iphone_container, #iphone-shadow{
        width: 640px;
    }
    .slider_content{
        width: 565px !important;
        margin-left: 109px;
    }
    .slider_info{
        width: calc(100% - 675px) !important;
    }
}

@media (max-width: 1505px) {
    .slider_content{
        margin-left: 108px;
    }
}


@media (max-width: 1380px) {
    .header_text {
        max-width: 430px;
    }
    .header_text span {
        text-align: left;
    }
    
    .slider_menu{
        width: 360px;    
    }    
    .slider_block{
        width : calc(100% - 360px);
    }  
    #iphone_container, #iphone-shadow{
        width: 590px;
    }
    .slider_content{
        width: 520px !important;
        margin-left: 105px;
    }
    .slider_info{
        width: calc(100% - 700px) !important;
    }

}
@media (max-width: 1240px) {
    body, html {
        min-width: 980px;
    }
    .main_container {
        min-width: 980px;
    }
    .header_logo {
        left: 10px;
    }
    .header_text {
        width: 330px;
        left: 190px;
    }
    .header_social {
        right: 90px;
    }
    .partner_btn {
        right: 280px;
    }
    .header_language {
        right: 10px;
    }
    .slider_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slider_info {
        padding-left: 20px;
    }
    .slider_arr {
        display: none;
    }
    .connect_block {
        padding-left: 20px;
        padding-right: 20px;
    }
    .info_block > div {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .slider_title {
        padding: 0 20px;
    }
    .slider_block{
        width: 70%;
    }
    .slider_menu{
        width: 30%;
    }
    .slider_menu{
        width: 360px;    
    }    
    .slider_block{
        width : calc(100% - 360px);
    }
    .slider_content{
        margin-left: 35px;
    }
    #iphone_container, #iphone-shadow{
        left:0px;
    }
    #iphone_container, #iphone-shadow{
        width: 590px;
    }
    .slider_content{
        width: 520px !important;
        // margin-left: 105px;
    }
    .slider_info{
        width: calc(100% - 700px) !important;
    }

    .slider_info{
        width: calc(100% - 555px) !important;
    }
    .slider_btn_out{
        // max-width: 100%;
        // top: 50%;
        // transform: translateY(-50%);
        // width: 60%;
        // left: 50px;        
    }
    .mm_partner_btn{
        display: none;
    }

}
@media (max-width: 980px) {

    body, html {
        min-width: 768px;
    }
    .main_container {
        min-width: 768px;
    }
    .header_logo {
        left: 25px;
    }
    .header_text {
        width: 290px;
        left: 200px;
    }
    .header_text span {
        font-size: 18px;
        line-height: 24px;
    }
    .header_social {
        display: none;
    }
    .partner_btn {
        right: 105px;
    }
    .header_language {
        right: 25px;
    }
    
    .faq_block {
        display: block;
    }
    .faq_block > div {
        width: 100%;
        min-width: 100%;
        text-align: center;
        margin-bottom: 60px;
        margin-right: 0;
    }
    .faq_block > div:last-child {
        margin-bottom: 0px;
    }
    .faq_block > div .faq_img {
        background-position: center;
    }
    .faq_block > div .faq_title {
        height: initial;
        margin-bottom: 35px;
        font-size: 30px;
        line-height: 32px;
    }
    .faq_space {
        display: none;
    }

    .slider_arr {
        display: initial;
    }
    .slider_content_out {
        display: block;
        padding: 0px;
    }
    .slider_content_out > div {
        // height: 50%;
        width: 40%;
        padding-bottom: 0px;
    }
    .slider_content_out > div.slider_info {
        margin-bottom: 0px;
    }
    .slider_item {
        // padding: 110px 65px;
        // padding-bottom: 80px;
        padding: 140px 20px 0px 20px;
    }
    .slider_menu_item {
        max-width: 138px;
        min-height: 98px;
        padding: 10px;
        margin-left: 0px;
    }
    .slider_menu_item span {
        padding-top: 8px;
    }
    .slider_content {
        width: 100%;
        height: 100%;
    }
    .slider_info {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .slider_info > div {
    }
    .slider_text {
        padding: 0 20px;
    }
    .slider_text_out {
        height: 100%;
        position: relative;
        bottom: initial;
        padding-bottom: 75px;
    }
    .slider_text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider_btn_out {
        // width: 80%;
        // padding-top: 0px;
    }
    .slider_telegram_out {
        text-align: center;
    }
    .slider_messages {
        max-height: 290px;
        bottom: 0px;
    }
    .slider_title_out {
        height: 110px;
    }
    .slider_title {
        white-space: initial;
        width: 100%;
        text-align: left;
        padding-left: 30px;
    }

    .mm_slider_bg{
        display: none;
    }

    .slider_block{
        width: 100%;
    }
    .mm_slider_btn{
        display: block;
    }
    .mm_partner_btn{
        display: initial;
    }
     .mm_partner_btn {
            cursor: pointer;
        position: absolute;
        right: 15px;
        top: 6px;
        bottom: 0;
        margin: auto;
        font-family: 'PFBeauSansPro_semibold';
        color: #999;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 15px;
        height: 15px;
        border-bottom: 1px dashed #999;
    }
    .mm_partner_btn:hover {
        border: 0px;
        color: #59a1d6;
    }  
    .mm_slider_item div{
        display: none;
    }
    .mm_slider_item span{
        padding-left: 20px;
    }

    .mobile_slider_menu {
        position: relative;
        display: block;
        padding: 8.5px 0;
        padding-left: 10px;
        padding-right: 15px;
    }
    .slider_menu {
        height: 66px;
    }
    .mm_slider_btn {
        cursor: pointer;
        width: 45px;
        height: 45px;
        background-image: url('../media/mm_btn.png');
        background-position: center 0;
        background-repeat: no-repeat;
    }
    .mm_slider_btn:hover {
        background-position: center 100%;
    }
    .mm_partner_btn {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 6px;
        bottom: 0;
        margin: auto;
        font-family: 'PFBeauSansPro_semibold';
        color: #999;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 15px;
        height: 15px;
        border-bottom: 1px dashed #999;
    }
    .mm_partner_btn:hover {
        border: 0px;
        color: #59a1d6;
    }

    .mm_partner_bg,
    .mm_slider_bg {
        display: none;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.78);
        z-index: 10;
    }
    .mm_partner_out,
    .mm_slider_out {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 44px;
        z-index: 11;

        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: -webkit-transform,left;
        -moz-transition-property: -moz-transform,left;
        transition-property: transform,left;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mm_partner_out {
        padding-left: 44px;
        padding-right: 0px;
    }
    .mm_slider_out.hidden {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .mm_partner_out.hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .mm_partner,
    .mm_slider {
        height: auto;
        background: #fff;
    }
    .mm_title {
        display: block;
        padding-left: 18px;
        padding-right: 18px;
        height: 71px;
        line-height: 73px;
        font-size: 18px;
        font-family: 'PFBeauSansPro_bold';
        background: #f8f9fb;
    }
    .mm_partner .mm_title {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'PFBeauSansPro_semibold';
        background: #59a1d6;
    }
    .mm_title .mm_close {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        height: 71px;
        background-color: #59a1d6;
        background-image: url('../media/mm_close.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    .mm_partner .mm_title .mm_close {
        left: 0px;
        right: initial;
    }
    .mm_partner_text {
        position: relative;
        padding: 5px 15px;
        padding-bottom: 15px;
        color: #fff;
        background: #59a1d6; 
    }
    .mm_partner_text:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0px;
        bottom: 1px;
        left: 0;
        border-bottom: 1px dashed #fff;
    }
    .mm_partner_form {
        padding: 5px 15px;
        padding-top: 15px;
    }
    .mm_partner_form.modal_content > div > *.half {
        width: 100%;
    }
    .mm_partner_form img {
        max-width: 100%;
    }
    .mm_partner_bg,
    .mm_slider_bg {
        display: none;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.78);
        z-index: 10;
    }    
    .mm_title{
        width: 0px;
        float: right;
        padding: 0px;
    } 

}
@media (max-width: 768px) {
    body, html {
        min-width: 320px;
    }
    .main_container {
        min-width: 320px;
    }
    .partner_btn,
    .header_text {
        display: none;
    }
    .header_block {
        height: 71px;
    }

    .slider_arr {
        display: none;
    }
    .slider_dots {
        bottom: 22px;
    }
    .slider_item {
        padding: 66px 10px;
        padding-bottom: 0px;
    }
    .slider_title_out {
        height: 66px;
    }
    .slider_title {
        font-size: 24px;
        line-height: 32px;
    }
    .slider_text {
        font-size: 15px;
        line-height: 18px;
    }
    .slider_messages {
        max-height: 330px;
        overflow: hidden;
    }
    .slider_message span {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 16px;
        padding-bottom: 10px;
    }
    .slider_message_question {
        padding-right: 35px;
    }
    .slider_message_answer {
        padding-left: 30px;
    }
    .title_block {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .info_block {
        padding-bottom: 20px;
    }
    .info_block_text {
        margin-top: 15px;
    }
    .info_block_out {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .faq_block_out {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .faq_block > div .faq_title {
        font-size: 24px;
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .faq_block > div .faq_text {
        font-size: 15px;
        line-height: 20px;
    }
    .faq_block > div {
        margin-bottom: 45px;
    }
    .connect_btn {
        width: 332px;
        font-size: 18px;
    }
    .connect_text1 {
        font-size: 18px;
        line-height: 30px;
    }
    .connect_text2 {
        font-size: 24px;
        line-height: 30px;
    }
    .connect_block_out {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .footer_block_out {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .info_block,
    .connect_block,
    .faq_block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .connect_telegram {
        max-width: 100%;
    }
    .info_block > div .info_block_item {
        width: 100%;
        left: initial;
        padding-bottom: 105px;
    }
    .info_block > div .info_block_item:after {
        top: initial;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 1px;
        height: 65px;
    }
    .info_block > div:nth-of-type(2n) .info_block_item:after {
        left: 0;
        right: 0;
    }
    .info_block > div .info_block_item:before {
        top: initial;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 9px;
        height: 9px;
    }
    .info_block > div:nth-of-type(2n) .info_block_item:before {
        left: 0;
        right: 0;
    }
    .info_block > div:nth-of-type(2n) .info_block_item {
        left: initial;
    }
    .info_block > div:last-child .info_block_item {
        padding-bottom: 0px;
    }
    .info_block > div:last-child .info_block_item:before,
    .info_block > div:last-child .info_block_item:after,
    .info_block:after
    {
        display: none;
    } 
    .mm_slider_item div{
        display: none;
    }

    .mobile_slider_menu {
        position: relative;
        display: block;
        padding: 8.5px 0;
        padding-left: 10px;
        padding-right: 15px;
    }
    .slider_menu {
        height: 66px;
    }
    .mm_slider_btn {
        cursor: pointer;
        width: 45px;
        height: 45px;
        background-image: url('../media/mm_btn.png');
        background-position: center 0;
        background-repeat: no-repeat;
    }
    .mm_slider_btn:hover {
        background-position: center 100%;
    }
    .mm_partner_btn {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 6px;
        bottom: 0;
        margin: auto;
        font-family: 'PFBeauSansPro_semibold';
        color: #999;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 15px;
        height: 15px;
        border-bottom: 1px dashed #999;
    }
    .mm_partner_btn:hover {
        border: 0px;
        color: #59a1d6;
    }

    .mm_partner_bg,
    .mm_slider_bg {
        display: none;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.78);
        z-index: 10;
    }
    .mm_partner_out,
    .mm_slider_out {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-right: 44px;
        z-index: 11;

        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: -webkit-transform,left;
        -moz-transition-property: -moz-transform,left;
        transition-property: transform,left;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mm_partner_out {
        padding-left: 44px;
        padding-right: 0px;
    }
    .mm_slider_out.hidden {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .mm_partner_out.hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .mm_partner,
    .mm_slider {
        height: auto;
        background: #fff;
    }
    .mm_title {
        display: block;
        padding-left: 18px;
        padding-right: 18px;
        height: 71px;
        line-height: 73px;
        font-size: 18px;
        font-family: 'PFBeauSansPro_bold';
        background: #f8f9fb;
    }
    .mm_partner .mm_title {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'PFBeauSansPro_semibold';
        background: #59a1d6;
    }
    .mm_title .mm_close {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0px;
        width: 44px;
        height: 71px;
        background-color: #59a1d6;
        background-image: url('../media/mm_close.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    .mm_partner .mm_title .mm_close {
        left: 0px;
        right: initial;
    }
    .mm_partner_text {
        position: relative;
        padding: 5px 15px;
        padding-bottom: 15px;
        color: #fff;
        background: #59a1d6; 
    }
    .mm_partner_text:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0px;
        bottom: 1px;
        left: 0;
        border-bottom: 1px dashed #fff;
    }
    .mm_partner_form {
        padding: 5px 15px;
        padding-top: 15px;
    }
    .mm_partner_form.modal_content > div > *.half {
        width: 100%;
    }
    .mm_partner_form img {
        max-width: 100%;
    }

    // .mm_slider_item {
    //     cursor: pointer;
    //     position: relative;
    //     width: 100%;
    //     height: 73px;
    //     padding-top: 15px;
    //     padding-bottom: 15px;
    //     display: -webkit-box;
    //     display: -webkit-flex;
    //     display: -ms-flexbox;
    //     display: flex;
    //     -webkit-box-align: center;
    //     -webkit-align-items: center;
    //     -ms-flex-align: center;
    //     align-items: center;
    //     border-bottom: 1px solid #a7c870;
    // }
    // .mm_slider_item:hover,
    // .mm_slider_item.active {
    //     color: #fff;
    //     background: #a7c870;
    // }
    // .mm_slider_item div {
    //     width: 68px;
    //     height: 44px;
    //     background-position: center 0;
    //     background-repeat: no-repeat;
    // }
    // .mm_slider_item:hover div,
    // .mm_slider_item.active div {
    //     background-position: center 100%;
    // }
    // .mm_slider_item span {
        // color: inherit;
    // }

    .mm_partner_bg {
        display: none;
    }

    #iphone_container{
        top: 120px;
        transform: translateX(-50%);
        left: 50%;        
    }
    #iphone-shadow{
        transform: translateX(-50%);
        left: 50%;        
    }
    .slider_content_out > div{
        height: 706px;
    }
    .slider_info{
        width: 100% !important;
        float: left;
        height: 120px !important;
    }
    .slider_content{
        position: relative;
        margin: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .slider_btn_out{
        // transform: translateX(-50%) translateY(-50%);
        max-width: 100%;
        // left: 50%;
    }

    .mm_slider_item {
        height: 55px;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
    }

    .mm_slider_item:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0px;
        left: 0px;
        background: #dedeea; /* Old browsers */
        background: -moz-linear-gradient(top,  #dedeea 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #dedeea 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #dedeea 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedeea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .mm_slider_item span{
        line-height: 55px;
        display: block;
        float: left;
        width: 70%;
        font-size: 18px;
        transition: color 0.32s ease;
    }

    .mm_slider_item div{
        width: 30%;
        height:55px;
        float:left;
        background-position: 0 center;
        background-repeat: no-repeat;
        transition: background 0.3s ease;
    }

    .mm_slider_item:not(.active):hover span,
    .mm_slider_item.active span{
        color: #59a1d6;
    }

    .mm_slider_item:not(.active):hover div,
    .mm_slider_item.active div{
        background-position: 15px center;
    }

    .mm_slider_item.disabled{
        pointer-events: none;
    }

    .mm_slider_item.disabled span{
        color: #c0c0cb;
    }

    .mm_slider_item span{
        padding-left: 10px;
    }

    .mm_slider{
        border-top:1px solid rgba(204,204,204, 0.5);
    }

    .mm_title{
        width: 0px;
        padding: 0px;
        float: right;
    }
    
    #iphone_container{
        width: 90%;
    }
    #iphone-shadow{
        width: 100%;
    }
    .slider_content{
        width: 80% !important;
    }    
}
@media (max-width: 400px) {
    .slider_btn_out{
        // width: 100%;
    }
    #iphone_container{
        width: 100%;
        height: 795px;
        // content: url(/assets/media/slider/iphone_360.png);
    }
     #iphone-shadow{
        width: 100%;
     }
    .slider_content{
        width: 89% !important;
    }
}
