@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
.base_btn-dark a {
    background: #192F43;
    border-radius: 4px;
    color: #FFFFFF;
    height: 56px;
    line-height: 56px;
    padding: 0 19px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}


.whitespace_nowrap {
    white-space: nowrap;
}

.system-gift {
    position: absolute;
    top: 10px;
    right: 0;
}
:root {
    --min-size: 2px;
    --max-size: 20px;
}

* {
    box-sizing: border-box;
}

/* спиннер в кнопке форм*/
.backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #00AFED;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

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

.dot {
    background: #F5C753;
    margin: 5px;
    animation-name: loader;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.dot:nth-child(1) {
    animation-delay: 0.2s;
}
.dot:nth-child(2) {
    animation-delay: 0.4s;
}
.dot:nth-child(3) {
    animation-delay: 0.6s;
}
.dot:nth-child(4) {
    animation-delay: 0.8s;
}
.dot:nth-child(5) {
    animation-delay: 1s;
}

@keyframes loader {
    from {
        width: var(--min-size);
        height: var(--min-size);
        border-radius: calc(var(--min-size) / 2);
    }
    to {
        width: var(--max-size);
        height: var(--max-size);
        border-radius: calc(var(--max-size) / 2);
    }
}
/* спиннер в кнопке форм*/


@media(max-width: 1199px) {
    .system-gift {
        position: absolute;
        top: 7px;
        right: auto;
        left: -7px;
        width: 26px;
    }
}
.other-karaoke-systems {
    margin: 0 -15px 60px;
}




    /*временній код поправить на странице pro2*/
.microphones_flex .buy-btn {
    margin: 0 3px 20px;
    width: 220px;
}
main {
    padding: 50px 0 0 ;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: auto !important;
    margin: 70px auto 0;
    padding: 0!important;
    position: relative;
}

header .wrapper-myan-menu {
    position: relative;
    width: 100%;
    background: #fff;
    margin-top: 0;
    max-height: 70px;
    height: 70px;
    border-bottom: thin solid #E2E6E7;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header_inner-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.header_inner-login .buy-btn {
    margin: 0;
    width: auto;
}
.header_inner-item {
    display: flex;
    align-items: center;
}
.header_title {
    font-size: 16px;
    font-weight: 700;
    color: #222020;
}
.header_title:hover {
    color: #222020;
    opacity: 0.8;
    text-decoration: unset;
}
.header_logo img {
    width: 126px;
}
.header_action {
    line-height: 80px;
    height: 70px;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}
.header_action svg {
    fill: #222020;
}
.header_action:hover svg {
    fill: #C4C4C4;
}
.header_action:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #E2E6E7;
    border-radius: 30rem 30rem 0 0;
}
.header_karaoke-set {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    background: linear-gradient(0deg, #F5C753, #F5C753), #E2E6E7;
    border-radius: 4px;
}
.header_karaoke-set h6 {
    width: 154px;
    margin: 0;
}
header #lang_sel ul li a {
    font-size: 16px;
    color: #222020;
    font-weight: 600;
    /*убираем дефолтные значения*/
    padding: 0;
    border: none;
    background: none;
}
header #lang_sel .lang_sel_sel:hover {
    color: rgba(34, 32, 32, 0.4);
    border-bottom: 4px solid #E2E6E7;
}
header #lang_sel a.lang_sel_sel {
    display: inline-block;
    background: unset;
    line-height: 68px;
    padding: 0 18px;
    text-decoration: unset;
    border-bottom: 4px solid transparent;
}
header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
header .wpml-ls-legacy-dropdown {
    width: auto;
}
.support_inner{
    display: flex;
}
.support_item {
    width: 420px;
}
.support_item .single-image img {
    width: 265px;
}
@media(max-width: 1200px) {
    .support_item{
        width: 320px;
    }
}
@media(max-width: 991px) {
    .support_item{
        width: 270px;
    }
}
@media(max-width: 991px) {
    .support_inner{
        display: block;
    }
    .support_item{
        width: 270px;
        margin: 0 auto;
    }
}
/*убираем дефолтные значения*/
header #lang_sel {
    font-family: inherit;
    height: auto;
}
/*убираем дефолтные значения*/
header #lang_sel ul {
    list-style: none;
    margin: 0;
}
/*убираем дефолтные значения*/
header #lang_sel li {
    display: inline-block;
    float: unset;
    width: unset;
}
header #lang_sel ul li ul {
    width: auto;
    visibility: visible;
    overflow: visible;
    top: 70px;
    height: 54px;
    right: 0;
    border-top: 0;
    display: none;
    position: absolute;
}
header #lang_sel ul li ul li {
    display: inline-block;
    padding: 18px 12px!important;
}
header #lang_sel ul li ul li a:hover {
    color: rgba(34, 32, 32, 0.4);
}
.wrapper-myan-dop-menu {
    width: 100%;
    background-color: #fff;
    display: flex;
    /*align-items: center;*/
}
.header_login-btn.btn,
.header_login-btn {
    color: #00AFED;
    font-weight: 600;
    font-size: 16px;
    line-height: 54px;
    margin: 0 0 0 20px;
    text-decoration: underline;
    background: transparent;
}
.header_login-btn.btn:hover,
.header_login-btn:hover {
    color: #FFA200;
    background: transparent;
}
.header_mob-menu .header_login-btn {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.header_call-link {
    color: #00AFED;
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    margin: 0 0 0 20px;
}
.header_call-link:hover {
    color: #FFA200;
}
header .myan-topbar-fixed-wraper-menu {
    width: 100%;
    padding: 0;
    z-index: 200;
    top: 0;
    background: #f8f8f8;
    position: fixed;
}
header .myan-topbar-fixed-wraper-menu {
    transition: padding .3s linear;
}
header .myan-topbar-fixed-wraper-menu.show-menu-lang #lang_sel ul li ul {
    display: flex;
    z-index: 22;
}
.home .page-karaoke-system.wrapper-myan-dop-menu.slide-down {
    height: 650px;
    top: 70px;
}
.wrapper-myan-dop-menu.dop-menu-lang.slide-down {
    height: 54px;
    top: 70px;
    background: #fff;
    transition: padding .3s linear;
    position: absolute;
    z-index: 10;
}
.header_mob {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    height: 56px;
    background: #fff;
    border-bottom: thin solid #E2E6E7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#burgerBtn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 12px 10px 10px;
    z-index: 2222;
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background-color: transparent;
}

#burgerBtn span {
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
    right: 8px;
    width: 18px;
    height: 2px;
    background: #444;
    z-index: 2220;
}

#burgerBtn span::before,
#burgerBtn span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 18px;
    height: 2px;
    background: #222020;
    content: "";
}

#burgerBtn span::before {
    top: -5px;
}

#burgerBtn span::after {
    bottom: -5px;
}

#burgerBtn.is-active-btn span {
    background: none;
}

#burgerBtn span::before,
#burgerBtn span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

#burgerBtn span::before {
    transition-property: top, transform;
}

#burgerBtn span::after {
    transition-property: bottom, transform;
}

#burgerBtn.is-active-btn span::before {
    top: 0;
    transform: rotate(45deg);
}

#burgerBtn.is-active-btn span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

#burgerBtn.is-active-btn span::before,
#burgerBtn.is-active-btn span::after {
    transition-delay: 0s, 0.3s;
}
.header_mob-menu {
    position: fixed;
    top: 54px;
    left: -100%;
    background: #fff;
    padding: 40px 80px;
    max-height: 94vh;
    overflow-y: auto;
    width: 100%;
    transition: all .3s linear;
}
.header_mob-link {
    display: flex;
    align-items: center;
    height: 55px;
    position: relative;
}
.header_mob-img {
    width: 80px;
    margin: 0 12px 0 0;
}
.header_mob-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #222020;
}
.header_mob .myan-menu {
    margin: 38px 0 0;
}
.header_mob .myan-menu ul li {
    display: block;
    line-height: 46px;
}
.header_mob-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 100%;
}
.header_mob-submenu .additional-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
}
.header_mob-submenu-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222020;
}
.header_mob-submenu-arrow {
    display: block;
    width: 12px;
    height: 6px;
    margin: 0 0 0 10px;
    background: url('/wp-content/themes/html5blank-master/images/arrow.svg') no-repeat center/cover;
}
.wrapper-myan-dop-menu.open .header_mob-submenu-arrow {
    transform: rotate(-180deg);
}
.header_mob-submenu .myan-menu.additional-menu {
    display: none;
}
.header_mob-submenu .wrapper-myan-dop-menu {
    display: none;
}
#form_contacts_page_send23242 fieldset .form-field.frm_form_policy {
    bottom: calc(50% - 170px);
}
@media(max-width: 1199px) {

    body {
        margin: 54px auto 0;
    }
    main {
        padding: 0 20px;
    }
    .myan-topbar-fixed-wraper-menu {
        display: none;
    }
    .header_mob-submenu .wrapper-myan-dop-menu {
        display: block;
    }
    .header_mob {
        display: flex;
        padding: 0 20px;
    }
    .header_mob-menu.is-active-nav {
        left: 0;
        transition: all .5s linear;
    }
    .header_call-link {
        display: block;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .header_login-btn {
        display: block;
        line-height: 30px;
        margin: 0 0 40px;
    }
    header #lang_sel {
        display: block;
    }
    header #lang_sel li {
        display: flex;
        align-items: center;
    }
    header #lang_sel ul li ul {
        display: flex;
        position: unset;
    }
    header #lang_sel a.lang_sel_sel {
        line-height: normal;
        padding: 8px 12px!important;
        background: #FFA200;
        border-radius: 4px;
        color: #FFFFFF;
        padding: 0 18px;
    }
    .header_mob-submenu .myan-menu.additional-menu {
        display: block;
    }
    .header_mob {
        padding: 0;
    }
    .header_mob-menu {
        padding: 40px 20px 40px 40px;
    }
    .header_action {
        display: flex;
        align-items: center;
        height: 56px;
    }
    .header_mob-btn .buy-btn {
        margin: 0;
        width: auto;
    }
    .header_inner-login {
        justify-content: flex-start;
        padding: 0 40px;
        margin: -20px 0 0;
    }
    .header_login-btn {
        margin: 0 20px 0 0;
    }
    .header_mob-menu .myan-menu ul li .sub-menu {
        display: none;
    }
    .wrapper-myan-dop-menu.open .header_mob-inner {
        height: auto;
    }
}


::-webkit-scrollbar {
	width: 8px;
    height: 3px;
    background: #F9F9F9;
    border-radius: 0px 4px 4px 0px;
}
::-webkit-scrollbar-track {  background-color: #C0C0C0;}
::-webkit-scrollbar-track-piece { background-color: #F9F9F9;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #C0C0C0; border-radius: 4px; width: 8px;}
::-webkit-scrollbar-corner { background-color: #C0C0C0;}
::-webkit-resizer { background-color: #F9F9F9;}

body.modal-is-open {
    overflow: hidden;
    height: 100vh!important;
}
.form-input input::placeholder {
    font-size: 0;
}
.form-input input.focus::placeholder {
    font-size: 14px;
}

.page-theme-image {
    background-position: 0 50%;
    background-size: contain!important;
    background-repeat: no-repeat;
}
.flexible-middle-width.crm-webform-iframe .content-wrap {
    max-width: 400px!important;
    margin: 0 0 0 auto;
}
.content-wrap{
  padding: 10px 0 20px 0;
    background: #fff;
}
.content {
    border-radius: 0;
}
.mfp-content .frm_forms .frm_error_style {
    display: none!important;
}
.crm-webform-block {
    border: 0;
}
.crm-webform-header-container, .crm-webform-header-container h2 {
    background: transparent;
    color: #222020;
    border: 0;
    text-align: center;
}
button.crm-webform-submit-button {
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 60px;
    text-shadow: 0 0.15rem 0.1rem rgba(0, 0, 0, 0.159692);
    font-weight: 300;
    height: 42px;
    line-height: 42px;
}
.modal-window {
    max-width: 946px;
    width: 100%;
}
.crm-webform-wrapper {
    background: #fff!important;
}
.crm-webform-body {
    padding: 0 20px!important;
}
.crm-webform-header-container div {
    display: none;
}
.crm-webform-header-container h2 {
    margin: 0;
}
.frm_description {
    display: none;
}
.modal-window_inner {
    height: 599px;
}
@media(max-width: 768px) {
    .modal-window {
        max-width: 400px;
        max-height: 600px;
    }
    .page-theme-image {
        background-position: 50% 0;
    }
    .modal-window_inner {
        min-width: 300px!important;
        overflow-y: scroll;
        max-height: 600px;
    }
    .flexible-middle-width.crm-webform-iframe .content-wrap {
        padding: 300px 0 0;
        background-color: transparent;
    }
}
@media(max-width: 600px) {
    .modal-window {
        top: 71px!important;
        transform: translate(-50%, 0)!important;
    }
    .modal-close {
        top: 10px!important;
        right: 10px!important;
    }
}


.hide {display: none!important;}
.red-class ul li:last-child {
	color: red;
}
.red-class ul li:first-child {
	color: red;
}
.aligncenter {
    margin: 0 auto;
}

table {
    table-layout: fixed;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(11,11,11,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	position: absolute;
	padding: 8.33333333% !important;
    background-color: #fff;
	max-width: 1164px !important;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	border-radius: 5px;
}

/* The Close Button */
.close {
  	width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    background: url(../images/sprites.png) no-repeat;
    font-size: 0;
    display: block;
    position: absolute;
    right: -40px;
    top: -40px;
    z-index: 100;
    background-position: -150px -150px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




/*  настройка для плагина форм начало*/
.frm_form_field, .frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
		width: 100%!important;
	}

	.with_frm_style .frm_none_container label.frm_primary_label, .with_frm_style .frm_pos_none, .frm_none_container label.frm_primary_label {
		display: initial!important;
	}

.mfp-content .form-ttl {
	font: 3vh/4vh 'Open Sans', sans-serif;
}

.mfp-content h3 {
	font: 3vh/4vh 'Open Sans', sans-serif;
}

.form-img {
	max-width: 50vh;
}

.form-input {
	padding: .5vh;
  margin-bottom: 1vh;
}

.mfp-content .single-image {
	max-width: 50vh;
}

.mfp-content .frm_form_field {
	padding: .5vh;
  margin-bottom: 1vh;
}

.form-button,
.mfp-content .frm_submit {
	    padding: 1vh 1.5vh;
}

.mfp-content {
	top:0;
}

.form-field.frm_form_policy {
	border: 0;
    color: #c6cdd3;
    display: block;
    text-align: center;
    font-size: 12px;
}

@media(max-width: 600px) {
	.mfp-content .single-image {
			max-width: 25vh;
		}
		.mfp-wrap.mfp-ready {
		top: 0!important;
		 height: 100vh!important;
			overflow: auto;
	}
	.mfp-content .frm_forms form {
		margin: 0 -3%!important;
	}

	#frm_form_117_container .text-h24 {
		width: 300px;
    margin: 0 auto;
	}
}
/*  настройка для плагина форм end*/
/* добавила видео на страницы с таблицей обновления пакета начало */
.btn-update-package {
    background-color: #2bb5ed;
    color: #ffffff;
    width: 230px;
    display: block;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 11px 0;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
	cursor: pointer;
}

.btn-update-package:after {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 13px;
    left: 45px;
}

.btn-play-video-slider.btn-update-package .video-play {
    background: transparent;
    margin: 0;
    left: -3px;
    top: 0;
    height: 45px;
    width: 200px;
    z-index: 100;
}


.btn-play-video-slider.btn-update-package .video-play:before {
    content: '';
    top: 6px;
    position: absolute;
    left: 15px;
    width: 91px;
    height: 39px;
    display: block;
    background-position: -500px -82px;
    background-size: 586%;
}

.btn-update-support .video-play:before {
    content: '';
    top: 6px;
    position: absolute;
    left: 20px;
    width: 91px;
    height: 39px;
    display: block;
    background: url(../images/sprites.png) no-repeat;
    background-position: -607px -103px;
}

.btn-update-support_russian .video-play:before {
	content: '';
	left: 18px;
}

.btn-update-support_ru {
	padding-left: 23px;
}

.btn-update-support_en {
	padding-left: 26px;
}

.btn-update-support_en .video-play:before {
	left: 35px;
}

.btn-update-support_uk {
	padding-left: 23px;
}

.btn-update-support_uk .video-play:before {
	left: 30px;
}


.btn-play-video-slider.btn-update-package:hover .video-play {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.update-package-txt {
	max-width: 650px;
	margin: 0 auto 20px;;
	font-size: 16px;
	text-align: center;
}
/* добавила видео на страницы с таблицей обновления пакета конец */
html {
    margin: 0!important;
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'Open Sans';
        src: url('/wp-content/themes/html5blank-master/fonts/open-sans/opensans-light-webfont.eot')
    }
    @font-face {
        font-family: 'Open Sans';
        src: url('/wp-content/themes/html5blank-master/fonts/open-sans/opensans-light-webfont.eot') format('embedded-opentype'), url('/wp-content/themes/html5blank-master/fonts/open-sans/opensans-light-webfont.woff') format('woff'), url('/wp-content/themes/html5blank-master/fonts/open-sans/opensans-light-webfont.ttf') format('truetype'), url('/wp-content/themes/html5blank-master/fonts/open-sans/opensans-light-webfont.svg#open_sanslight') format('svg');
        font-weight: 300;
        font-style: normal
    }
}
/* LayerSlider Full Width Skin */

.p-top501px {
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 69px;

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

.p-top501px {
      color: #ffffff;
      font-size: 3em;
      line-height: 45px;
      text-align: center;
    }
}
.text-main{

    font-size: 24px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;


}
.map{
font-size: 31px;
    line-height: 44px;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;

}

.ls-v5 .ls-playvideo {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
}

.ls-v5 .ls-playvideo,
.ls-v5 .ls-nav-sides,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-fullscreen,
.ls-v5 .ls-loading-container {
    /*background-image: url(skin.png);*/
}
.ls-wp-fullwidth-container .ls-v5 .ls-nav-prev,
.ls-wp-fullwidth-container .ls-v5 .ls-nav-next {
    width: 56px;
    height: 56px;
    z-index: 0;
    background: url('/wp-content/themes/html5blank-master/images/slider-arrow.svg') no-repeat center/contain;
}
.ls-wp-fullwidth-container .ls-v5 .ls-nav-prev {
    left: -230px;
}
.ls-wp-fullwidth-container .ls-v5 .ls-nav-next {
    transform: rotate(180deg);
    right: -230px;
}
.ls-wp-fullwidth-container .ls-v5 .ls-nav-prev:hover,
.ls-wp-fullwidth-container .ls-v5 .ls-nav-next:hover {
    opacity: .8;
    background-position: unset;
}

.ls-v5 .ls-playvideo {
    background-position: -300px -150px;
}

.ls-v5 .ls-playvideo:hover,
.ls-v5 .ls-vpcontainer:hover .ls-playvideo {
    background-position: -375px -150px;
}

.ls-v5 .ls-nav-start {
    background-position: -300px 0px;
}

.ls-v5 .ls-nav-start:hover,
.ls-v5 .ls-nav-start-active {
    background-position: -300px -75px;
}

.ls-v5 .ls-nav-stop {
    background-position: -450px 0px;
}

.ls-v5 .ls-nav-stop:hover,
.ls-v5 .ls-nav-stop-active {
    background-position: -450px -75px;
}

.ls-v5 .ls-bottom-slidebuttons a {
    background-position: 0px -150px;
}

.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active,
.ls-v5 .ls-bottom-slidebuttons a:hover {
    background-position: -75px -150px;
}

.ls-v5 .ls-nav-sideleft {
    background-position: -150px -150px;
}

.ls-v5 .ls-nav-sideright {
    background-position: -225px -150px;
}



.ls-v5 .ls-nav-prev,
.ls-v5 .ls-nav-next {
    width: 40px;
    height: 50px;
    z-index: 10000;
    top: 50%;
    margin-top: -25px;
    position: absolute;
}
.ls-nav-prev,
.ls-nav-next {
    z-index: 0;
}

.ls-v5 .ls-nav-prev {
    left: 10px;
}

.ls-v5 .ls-nav-next {
    right: 10px;
}



.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
    height: 20px;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-bottom-slidebuttons a,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
    display: inline-block;
}

.ls-v5 .ls-bottom-slidebuttons,
.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop,
.ls-v5 .ls-nav-sides {
    top: -30px;
}

.ls-v5 .ls-nav-start,
.ls-v5 .ls-nav-stop {
    width: 25px;
}

.ls-v5 .ls-bottom-slidebuttons a {
    width: 20px;
}

.ls-v5 .ls-nav-sides {
    width: 0px;
}



.ls-v5 .ls-thumbnail-hover {
    bottom: 30px;
    padding: 2px;
    margin-left: 1px;
}

.ls-v5 .ls-thumbnail-hover-bg {
    background: #eee;
}

.ls-v5 .ls-thumbnail-hover span {
    border: 5px solid #eee;
    margin-left: -5px;
}



.ls-v5 .ls-thumbnail {
    top: 10px;
}

.ls-v5 .ls-thumbnail-inner {
    padding: 2px;
    margin-left: -2px;
    background: #fff;
}

.ls-v5 .ls-thumbnail-slide a {
    margin-right: 2px;
}

.ls-v5 .ls-nothumb {
    background: #eee;
}



.ls-v5 .ls-loading-container {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-position: -450px -150px;
}

.ls-v5 .ls-loading-indicator {
    width: 22px;
    height: 22px;
    margin-top: 9px;
    background-image: url(loading.gif);
}



.ls-v5 .ls-fullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background-position: -525px -150px;
}

.ls-v5 .ls-fullscreen:hover {
    background-position: -525px -190px;
}

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

a, a:hover, ins {
    text-decoration: none
}

a:hover {
    cursor: pointer
}

a img, img {
    border: 0
}

del {
    text-decoration: line-through
}

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

blockquote, q {
    quotes: none
}

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

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus, :focus, a, div, img, input {
    outline: 0
}

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

.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: flexslider-icon;
    src: url(/wp-content/themes/html5blank-master/css/flexslider/fonts/flexslider-icon.eot);
    src: url(/wp-content/themes/html5blank-master/css/flexslider/fonts/flexslider-icon.eot) format('embedded-opentype'), url(/wp-content/themes/html5blank-master/css/flexslider/fonts/flexslider-icon.woff) format('woff'), url(/wp-content/themes/html5blank-master/css/flexslider/fonts/flexslider-icon.ttf) format('truetype'), url(/wp-content/themes/html5blank-master/css/flexslider/fonts/flexslider-icon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-pauseplay a, .no-js .slides > li:first-child, .slides:after, html[xmlns] .slides {
    display: block
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "020";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .slides {
    height: 1%
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-pauseplay a {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: 'f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: 'f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.blue {
    color: #00afed
}

.dark-blue {
    color: #8f92e1
}

.light-blue {
    color: #a4e7ff
}

.orange {
    color: #ffa200
}

.red {
    color: #ff4223
}

.green {
    color: #99b75d
}

.violet {
    color: #ce73cf
}

.pink {
    color: #ff99c8
}

.bright-green {
    color: #7ac514
}

.bright-violet {
    color: #7d6cff
}

.darken-blue {
    color: #113e56
}

.see-green {
    color: #1cbbb4
}

.pale-orange {
    color: #fdc689
}

.black, .black a, .black a:hover, .download-pdf, a.black, a.black:hover {
    color: #454545
}

.bolder {
    font-weight: 600 !important
}

.lighter {
    font-weight: lighter !important
}

.normal {
    font-weight: 400 !important
}

.m-bottom0px p {
    margin-bottom: 0 !important
}

.blue-separator p, .green-separator p, .orange-separator p, .red-separator p, .violet-separator p {
    margin-bottom: 20px;
    padding-top: 20px
}

.orange-separator p {
    border-bottom: 2px solid #ffa200;
    padding-bottom: 20px
}

.blue-separator p {
    border-bottom: 2px solid #00afed;
    padding-bottom: 20px
}

.red-separator p {
    border-bottom: 2px solid #ff4223;
    padding-bottom: 20px
}

.violet-separator p {
    border-bottom: 2px solid #ce73cf;
    padding-bottom: 20px
}

.green-separator p {
    border-bottom: 2px solid #7ac514;
    padding-bottom: 20px
}

.text-h80 {
    font: 80px/80px 'Open Sans', sans-serif
}

.text-h68 {
    font: 68px/66px 'Open Sans', sans-serif
}

.text-h48 {
    font: 48px/50px 'Open Sans', sans-serif;
    display: block
}

.text-h40 {
    font: 40px/44px 'Open Sans', sans-serif
}

.text-h30 {
    font: 30px/36px 'Open Sans', sans-serif;
    display: block
}

.text-h28 {
    font: 28px/32px 'Open Sans', sans-serif
}

.text-h24 {
    font: 24px/32px 'Open Sans', sans-serif
}

.text-h20 {
    font: 20px/32px 'Open Sans', sans-serif
}

.text-h18 {
    font: 18px/26px 'Open Sans', sans-serif
}

.text-h16 {
    font: 16px/24px 'Open Sans', sans-serif
}

.text-28 {
    font: 28px/32px 'Open Sans', sans-serif
}

.biger-text-24 {
    font: 24px/28px 'Open Sans', sans-serif
}

.text-20 {
    font: 20px/32px 'Open Sans', sans-serif
}

.text-18 {
    font: 18px/26px 'Open Sans', sans-serif
}

.text-16 {
    font: 16px/24px 'Open Sans', sans-serif
}

.download-pdf, .small-text-12 {
    font: 12px/15px 'Open Sans', sans-serif
}
/*
.download-pdf {
    font-weight: 700;
    padding-left: 42px;
    background: url(/wp-content/themes/html5blank-master/images/img-download-pdf.png) left top no-repeat;
    display: block;
    position: relative;
    min-height: 40px;
    padding-bottom: 15px
}
*/
.download-pdf {
    font-weight: 700;
     /*padding-left: 42px; */
     position: relative;
    min-height: 40px;
    /* padding-bottom: 15px; */
    margin-left: 45px;
    display: inline-block;
}
.download-pdf:before {
     content:'';
     left: -42px;
     /*background: url(/wp-content/themes/html5blank-master/images/img-download-pdf.png) left top no-repeat;*/
    background: url(../images/sprites.png) no-repeat;
     display: inline-block;
     position: absolute;
     min-height: 40px;
     width:  40px;
     background-position: -200px -50px;
}

.download-pdf:hover {
    text-decoration: none
}

.download-pdf:hover .blue, a:hover {
    text-decoration: underline
}

#ls-global * .ls-wp-container .ls-slide > a, .mfp-close, body * .ls-wp-container .ls-slide > a, html * .ls-wp-container .ls-slide > a {
    text-decoration: none
}

.download-pdf .file-size {
    position: absolute;
    left: 0;
    top: 40px;
    color: #bebebe;
    font: 10px/15px 'Open Sans', sans-serif
}

.page-support .download-pdf {
    margin-bottom: 40px
}
.colibri:after,
.trade-in-note:before,
.standart-text-price-28,
.big-text-price-50,
.change-evolution:before {
    background: url(../images/sprites.png) no-repeat;
}
.change-evolution:before {
    padding-left: 68px;
    /*background: url(/wp-content/themes/html5blank-master/images/change-system.png) left top no-repeat;*/
    display: block;
    background-position: -400px 0;
    width: 58px;
    height: 58px;
    display: inline-block;
    content: '';
    float: left;
}

.big-text-price-50 {
    font: 50px/55px 'Open Sans', sans-serif;
    display: inline-block;
    padding-left: 35px;
    font-weight: 700;
    background-position: -150px -100px;
    width: 27px;
    height: 40px;
    /*background: url(/wp-content/themes/html5blank-master/images/sign-rus-big.png) left center no-repeat*/
}

.standart-text-price-28 {
    font: 28px/32px 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 25px;
    background-position: -200px -100px;
    width: 16px;
    height: 23px;
    /*background: url(/wp-content/themes/html5blank-master/images/sign-rus.png) left center no-repeat;*/
    display: inline;
    color: #454545;
    white-space: nowrap
}

.trade-in-note:before {
    color: #454545;
    font-style: italic;
    /*padding-left: 100px;*/
    margin-right: 15px;
    background-position: -400px -65px;
    width: 94px;
    /*width: 100%;*/
    /*height: 94px;*/
    height: 150px;
    /*background: url(/wp-content/themes/html5blank-master/images/trade-in-ico.png) left center no-repeat;*/
    display: inline-block;
    min-height: 94px;
    content: '';
    float: left;
}

.trade-in-note.small {
    padding-left: 70px;
    min-height: 60px;
    background-size: 60px 60px;
    background-position: left top
}

.trade-in-note b {
    font-weight: 700;
    font-style: normal
}

.colibri {
    padding-right: 96px;
    position: relative
}

.colibri:after {
    content: "";
    position: absolute;
    top: -24px;
    right: -15px;
    background-position: -500px 0;
    width: 117px;
    height: 84px;
    /*background: url(/wp-content/themes/html5blank-master/images/colibri-text-after.png) center no-repeat*/
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.mfp-bg, .mfp-wrap {
    left: 0;
    position: fixed
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%
}

.mfp-bg {
    top: 0;
    z-index: 2042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    z-index: 2043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    /*background: 0 0;*/
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    line-height: 44px;
    opacity: .65;
    filter: alpha(opacity=65);
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.ls-fullscreen, .ls-playvideo, .ls-videopreview, .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.ls-v5 .ls-playvideo {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    background-position: -300px -150px
}

.ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-fullscreen, .ls-v5 .ls-loading-container, .ls-v5 .ls-nav-next, .ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-playvideo {
    /*background-image: url(/wp-content/plugins/LayerSlider/static/skins/v5/skin.png)*/
}

.ls-v5 .ls-playvideo:hover, .ls-v5 .ls-vpcontainer:hover .ls-playvideo {
    background-position: -375px -150px
}

.ls-v5 .ls-nav-start {
    background-position: -300px 0
}

.ls-v5 .ls-nav-start-active, .ls-v5 .ls-nav-start:hover {
    background-position: -300px -75px
}

.ls-v5 .ls-nav-stop {
    background-position: -450px 0
}

.ls-v5 .ls-nav-stop-active, .ls-v5 .ls-nav-stop:hover {
    background-position: -450px -75px
}

.ls-v5 .ls-bottom-slidebuttons a {
    background-position: 0 -150px
}

.ls-v5 .ls-bottom-slidebuttons a.ls-nav-active, .ls-v5 .ls-bottom-slidebuttons a:hover {
    background-position: -75px -150px
}

.ls-v5 .ls-nav-sideleft {
    background-position: -150px -150px
}

.ls-v5 .ls-nav-sideright {
    background-position: -225px -150px
}

.ls-v5 .ls-nav-next, .ls-v5 .ls-nav-prev {
    width: 40px;
    height: 50px;
    z-index: 10000;
    top: 50%;
    margin-top: -25px;
    position: absolute
}

.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-bottom-slidebuttons a, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
    height: 20px;
    display: inline-block
}

.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-sides, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
    top: -30px
}

.ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop {
    width: 25px
}

.ls-v5 .ls-bottom-slidebuttons a {
    width: 20px
}

.ls-v5 .ls-nav-sides {
    width: 0
}

.ls-v5 .ls-thumbnail-hover {
    bottom: 30px;
    padding: 2px;
    margin-left: 1px
}

.ls-v5 .ls-thumbnail-hover-bg {
    background: #eee
}

.ls-v5 .ls-thumbnail-hover span {
    border: 5px solid #eee;
    margin-left: -5px
}

.ls-v5 .ls-thumbnail {
    top: 10px
}

.ls-v5 .ls-thumbnail-inner {
    padding: 2px;
    margin-left: -2px;
    background: #fff
}

.ls-v5 .ls-thumbnail-slide a {
    margin-right: 2px
}

.ls-v5 .ls-nothumb {
    background: #eee
}

.ls-v5 .ls-loading-container {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-position: -450px -150px
}

.ls-v5 .ls-loading-indicator {
    width: 22px;
    height: 22px;
    margin-top: 9px;
    background-image: url(/wp-content/plugins/LayerSlider/static/skins/v5/loading.gif)
}

.ls-v5 .ls-fullscreen {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    background-position: -525px -150px
}

.ls-v5 .ls-fullscreen:hover {
    background-position: -525px -190px
}

.ls-container {
    visibility: hidden;
    position: relative
}

.ls-thumbnail-hover img, .ls-thumbnail-slide img {
    visibility: visible !important;
    max-width: none !important
}

.ls-lt-container {
    position: absolute
}

.ls-lt-container, .ls-lt-container * {
    text-align: left !important;
    direction: ltr !important
}

.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: #000 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important
}

.ls-inner, .ls-layer, .ls-slide {
    background-position: center center
}

.ls-container-fullscreen .ls-fullscreen, .ls-container-fullscreen .ls-shadow, .ls-container-fullscreen .ls-thumbnail-wrapper {
    display: none !important
}

.ls-inner {
    position: relative;
    z-index: 2
}

.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important
}

.ls-loading-indicator {
    margin: 0 auto
}

.ls-inner, .ls-slide {
    width: 100%;
    height: 100%
}

.ls-layer, .ls-slide {
    position: absolute;
    display: none;
    overflow: hidden
}

.ls-bar-timer, .ls-ct-half {
    background: #fff
}

.ls-active, .ls-animating {
    display: block !important
}

.ls-slide > * {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0
}

.ls-slide .ls-bg {
    left: 0;
    top: 0;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important
}

.ls-yourlogo {
    position: absolute;
    z-index: 99
}

.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0
}

.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none
}

.ls-ct-left, .ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0
}

.ls-ct-left .ls-ct-rotate, .ls-ct-right .ls-ct-half, .ls-ct-right .ls-ct-hider {
    left: 0
}

.ls-ct-left .ls-ct-half, .ls-ct-left .ls-ct-hider, .ls-ct-right .ls-ct-rotate {
    right: 0
}

.ls-ct-half, .ls-ct-hider {
    position: absolute;
    top: 0
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden
}

.ls-ct-half {
    width: 200%;
    height: 100%
}

.ls-ct-center {
    background: #444;
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute
}

.ls-link, .ls-slide > a > * {
    background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif)
}

.ls-ct-center, .ls-ct-half {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}

.ls-bottom-slidebuttons {
    text-align: left
}

.ls-below-thumbnails, .ls-bottom-nav-wrapper {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto
}

.ls-below-thumbnails {
    display: none;
    z-index: 6
}

.ls-bottom-nav-wrapper a, .ls-nav-next, .ls-nav-prev {
    outline: 0
}

* .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span * {
    direction: ltr !important
}

.ls-bottom-slidebuttons {
    z-index: 1000
}

.ls-bottom-slidebuttons, .ls-nav-sides, .ls-nav-start, .ls-nav-stop {
    position: relative
}

.ls-nothumb {
    text-align: center !important
}

.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

.ls-videopreview, .ls-vpcontainer {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%
}

.ls-tn {
    display: none !important
}

.ls-thumbnail-hover, .ls-thumbnail-hover-inner {
    display: none;
    left: 0;
    position: absolute
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    top: 0
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden
}

.ls-thumbnail-hover img {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto
}

#ls-global * .ls-slide > *, #ls-global * .ls-wp-container .ls-slide > a > *, #ls-global * .ls-yourlogo, .ls-3d-box div, body * .ls-slide > *, body * .ls-wp-container .ls-slide > a > *, body * .ls-yourlogo, html * .ls-slide > *, html * .ls-wp-container .ls-slide > a > *, html * .ls-yourlogo {
    margin: 0
}

.ls-thumbnail-inner, .ls-thumbnail-slide-container {
    width: 100%
}

.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative
}

.ls-touchscroll {
    overflow-x: auto !important
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative
}

.ls-thumbnail-slide img {
    max-height: 100% !important;
    height: 100%
}

.ls-bottom-nav-wrapper, .ls-nav-next, .ls-nav-prev, .ls-shadow, .ls-thumbnail-wrapper {
    visibility: hidden
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important
}

.ls-curtiles, .ls-overflow-hidden {
    overflow: hidden
}

.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important
}

.ls-wp-fullwidth-container {
    width: 100%;
    padding: 50px 0 80px;
    position: relative;
    background: linear-gradient(0deg, #F5C753, #F5C753), radial-gradient(50% 507.33% at 49.54% 50%, rgba(212, 228, 239, 0.87) 0%, rgba(255, 255, 255, 0) 100%), #4180A1;
}
.ls-wp-fullwidth-container .ls-v5 .ls-bottom-slidebuttons {
    top: 10px;
}

.ls-wp-fullwidth-helper {
    position: absolute
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px
}

.ls-lt-tile img {
    visibility: visible;
    display: inline-block
}

.ls-curtiles, .ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ls-curtile, .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ls-curtile {
    left: 0;
    top: 0
}

.ls-curtile img, .ls-nexttile img {
    position: absolute;
    filter: inherit
}

.ls-3d-container {
    position: relative;
    overflow: visible !important
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    padding: 0;
    position: absolute
}

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    display: block
}

#ls-global * .ls-bottom-nav-wrapper a, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container img, #ls-global * .ls-nav-next, #ls-global * .ls-nav-prev, #ls-global * .ls-thumbnail a, body * .ls-bottom-nav-wrapper a, body * .ls-container .ls-fullscreen, body * .ls-container img, body * .ls-nav-next, body * .ls-nav-prev, body * .ls-thumbnail a, html * .ls-bottom-nav-wrapper a, html * .ls-container .ls-fullscreen, html * .ls-container img, html * .ls-nav-next, html * .ls-nav-prev, html * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: 0;
    padding: 0;
    border: 0
}

#ls-global * .ls-slide > *, #ls-global * .ls-slide > a, #ls-global * .ls-slide > div, #ls-global * .ls-slide > h1, #ls-global * .ls-slide > h2, #ls-global * .ls-slide > h3, #ls-global * .ls-slide > h4, #ls-global * .ls-slide > h5, #ls-global * .ls-slide > p, #ls-global * .ls-slide > span, body * .ls-slide > *, body * .ls-slide > a, body * .ls-slide > div, body * .ls-slide > h1, body * .ls-slide > h2, body * .ls-slide > h3, body * .ls-slide > h4, body * .ls-slide > h5, body * .ls-slide > p, body * .ls-slide > span, html * .ls-slide > *, html * .ls-slide > a, html * .ls-slide > div, html * .ls-slide > h1, html * .ls-slide > h2, html * .ls-slide > h3, html * .ls-slide > h4, html * .ls-slide > h5, html * .ls-slide > p, html * .ls-slide > span {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

#ls-global * .ls-container img, body * .ls-container img, html * .ls-container img {
    background: 0 0;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0
}

#ls-global * .ls-wp-container .ls-slide > *, body * .ls-wp-container .ls-slide > *, html * .ls-wp-container .ls-slide > * {
    line-height: normal;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.ls-debug-console *, .ls-error p {
    line-height: normal !important;
    text-shadow: none !important
}

.ls-container, .ls-container *, .ls-wp-fullwidth-container, .ls-wp-fullwidth-helper {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}

#ls-global * .ls-tn, body * .ls-tn, html * .ls-tn {
    display: none
}

.site {
    overflow: visible !important
}

.ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important
}

.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: 700 !important
}

.ls-debug-console h1:first-child {
    padding-top: 0 !important
}

.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important
}

.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: 400 !important
}

#ls-global * .ls-debug-console li ul, body * .ls-debug-console li ul, html * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px
}

.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px #000 !important
}

#ls-global * .ls-debug-console li:hover ul, body * .ls-debug-console li:hover ul, html * .ls-debug-console li:hover ul {
    display: block
}

.ls-debug-console li ul * {
    color: #000 !important
}

.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted #fff !important
}

.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: #fff !important;
    height: auto !important;
    width: auto !important;
    color: #fff !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px #000
}

.ls-error p {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important
}

.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: 700 !important;
    font-size: 16px !important
}

.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: 400 !important;
    font-size: 13px !important
}

.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important
}

#ls-global * .ls-container .ls-3d-container, #ls-global * .ls-container .ls-bottom-nav-wrapper, #ls-global * .ls-container .ls-fullscreen, #ls-global * .ls-container .ls-lt-container, #ls-global * .ls-container .ls-lt-container *, #ls-global * .ls-container .ls-shadow, #ls-global * .ls-container .ls-slide > *, #ls-global * .ls-container .ls-thumbnail-wrapper, .ls-gpuhack, body * .ls-container .ls-3d-container, body * .ls-container .ls-bottom-nav-wrapper, body * .ls-container .ls-fullscreen, body * .ls-container .ls-lt-container, body * .ls-container .ls-lt-container *, body * .ls-container .ls-shadow, body * .ls-container .ls-slide > *, body * .ls-container .ls-thumbnail-wrapper, html * .ls-container .ls-3d-container, html * .ls-container .ls-bottom-nav-wrapper, html * .ls-container .ls-fullscreen, html * .ls-container .ls-lt-container, html * .ls-container .ls-lt-container *, html * .ls-container .ls-shadow, html * .ls-container .ls-slide > *, html * .ls-container .ls-thumbnail-wrapper {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

.ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important
}

.ls-oldiepnghack {
    filter: none !important
}

.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

#ls-global * .ls-container .ls-webkit-hack, body * .ls-container .ls-webkit-hack, html * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media (transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px
    }
}

.ls-forcehide {
    display: none !important
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " "
}

svg.line-drawing {
    pointer-events: none
}

.main figcaption {
    margin: 0 auto;
    max-width: 40em;
    width: 95%;
    text-align: center
}

.main figure:first-child figcaption {
    margin-top: 8em
}

.main figcaption h2 {
    font-weight: 300;
    font-size: 3em;
    margin-bottom: .2em
}

.main figcaption p {
    font-size: 1.3em
}

.drawings {
    position: relative;
    height: 600px
}

.illustration {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.show {
    opacity: 1
}

.illustration, .line-drawing {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.line-drawing path {
    fill: none;
    stroke: #fff;
    stroke-width: 3
}

path.line-round {
    stroke-linecap: round
}

path.stroke-medium {
    stroke-width: 2
}

path.stroke-thin {
    stroke-width: 1
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.myan-menu ul li:after, .myan-menu ul.container-menu li:after, footer .myan-menu ul .sub-menu li:after, footer .myan-menu ul li:after {
    content: '';
    clear: both
}



.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px
}

.page-parallax h1 {
    font-size: 68px
}

.page-parallax h3 {
    font-size: 66px;
    line-height: 66px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px
}

h1 {
    font-size: 42px;
    line-height: 55px
}

h2 {
    font-size: 38px;
    line-height: 50px
}

h3 {
    font-size: 32px;
    line-height: 34px
}

h4 {
    font-size: 24px;
    line-height: 32px
}

h5 {
    font-size: 20px;
    line-height: 28px
}

h6 {
    font-size: 18px;
    line-height: 24px
}

.container {
    box-sizing: border-box
}

.container-fluid {
    box-sizing: border-box
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-right-12 {
    margin-right: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-right-9 {
    margin-right: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-right-6 {
    margin-right: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-right-3 {
    margin-right: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-right-0 {
    margin-right: 0
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    opacity: 0;
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important
    }
}


.myan-logo .copyright-text {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
    margin: 4px 0
}

footer .myan-logo {
    text-align: left;
    vertical-align: middle;
    display: table;
    width: 80%
}
@media(max-width: 480px) {
	footer .myan-logo {
		display: flex;
    	justify-content: center;
	}
	footer .myan-logo-img-mini {
		display: flex!important;
    	align-items: center;
		width: auto!important;
	}
	footer .myan-logo .copyright-text {
		width: auto!important;
	}
	footer .myan-menu .widget_nav_menu ul {
		display: flex;
    	flex-direction: column;
    	text-align: center;
	}
	footer .myan-menu {
		display: block;
	}
	footer .myan-menu ul li a {
		padding: 5px 0;
	}
}

footer .myan-logo .copyright-text, footer .myan-logo .myan-logo-img-mini {
    display: table-cell;
    vertical-align: middle
}

footer .myan-logo .myan-logo-img-mini {
    width: 40px;
    height: 40px
}

footer .myan-logo .myan-logo-img-mini img {
    padding-right: 5px
}

.myan-search-wrap {
    width: 100%;
    height: auto;
    display: block
}

.myan-search-wrap h6 {
    padding: 0 0 0 2px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px
}

.myan-search-wrap form {
    position: relative;
    margin-top: -2px
}

.myan-search-wrap .filter span {
    display: inline-block
}

.myan-search-wrap .filter .title {
    padding: 0 4px 0 8px;
    font: 18px/20px 'Open Sans', sans-serif
}

.myan-search-wrap input[type=search] {
    background-color: #fff;
    padding: 5px 50px 5px 15px;
    font: 14px/20px 'Open Sans', sans-serif;
    color: #454545;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.myan-search-wrap input[type=search]:-moz-placeholder {
    color: #e5e5e5;
    font-weight: 400
}

.myan-search-wrap input[type=search]::-moz-placeholder {
    color: #e5e5e5;
    opacity: 1;
    font-weight: 400
}

.myan-search-wrap input[type=search]:-ms-input-placeholder {
    color: #e5e5e5;
    font-weight: 400
}

.myan-search-wrap input[type=search]::-webkit-input-placeholder {
    color: #e5e5e5;
    font-weight: 400
}

.myan-search-wrap input[type=search]:hover {
    border: 1px solid #ccc
}

.myan-search-wrap input[type=search]:focus {
    color: #222;
    border: 1px solid #ccc;
    cursor: text
}

.myan-search-wrap .search-submit {
    background: url(../images/sprites.png) no-repeat;
    background-position: -250px -50px;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: transparent;
    /*background: url(/wp-content/themes/html5blank-master/images/btn-search.png) 0 -38px #fff*/
}

.myan-search-wrap .text-input:focus + .search-submit:before {
    visibility: hidden;
    opacity: 0
}

.myan-search-wrap-btn {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: auto;
    font-size: 85.7%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.myan-search-wrap-btn form {
    margin: 0
}

.myan-search-wrap-btn form .search-submit:hover {
    background-position: -35px 0;
    background-color: #ffbe4d
}

.myan-search-wrap-btn form input[type=search].active, .myan-search-wrap-btn form input[type=search]:active, .myan-search-wrap-btn form:hover input[type=search] {
    margin-top: 0;
    width: 144px;
    color: #fff;
    display: block;
    padding: 0 44px 0 16px;
    height: 38px;
    line-height: 38px;
    border: 0 solid #fff2a1;
    background-color: #ffbe4d;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.myan-search-wrap-btn form input[type=search].active:-moz-placeholder, .myan-search-wrap-btn form input[type=search]:active:-moz-placeholder, .myan-search-wrap-btn form:hover input[type=search]:-moz-placeholder {
    color: #ffd07d;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search].active::-moz-placeholder, .myan-search-wrap-btn form input[type=search]:active::-moz-placeholder, .myan-search-wrap-btn form:hover input[type=search]::-moz-placeholder {
    color: #ffd07d;
    opacity: 1;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search].active:-ms-input-placeholder, .myan-search-wrap-btn form input[type=search]:active:-ms-input-placeholder, .myan-search-wrap-btn form:hover input[type=search]:-ms-input-placeholder {
    color: #ffd07d;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search].active::-webkit-input-placeholder, .myan-search-wrap-btn form input[type=search]:active::-webkit-input-placeholder, .myan-search-wrap-btn form:hover input[type=search]::-webkit-input-placeholder {
    color: #ffd07d;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
    border: 1px solid transparent;
    width: 34px;
    height: 28px;
    float: right;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .5s .3s ease-in-out;
    -moz-transition: .5s .3s ease-in-out;
    -o-transition: .5s .3s ease-in-out;
    transition: .5s .3s ease-in-out
}

.myan-search-wrap-btn form input[type=search]:-moz-placeholder {
    color: transparent;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search]::-moz-placeholder {
    color: transparent;
    opacity: 1;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search]:-ms-input-placeholder {
    color: transparent;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search]::-webkit-input-placeholder {
    color: transparent;
    font-weight: 400
}

.myan-search-wrap-btn form input[type=search].search-long-01 {
    width: 340px !important;
    height: 38px
}

.myan-search-wrap-btn form input[type=search].search-long-02 {
    width: 740px !important;
    height: 38px
}

.myan-search-wrap-btn form .search-submit {
    margin-right: 0;
    position: absolute;
    right: 1px;
    top: 0;
    display: block;
    background: url(../images/sprites.png) no-repeat;
    background-position: 0 -150px;
    width: 38px;
    height: 38px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    /*background: url(/wp-content/themes/html5blank-master/images/btn-btn-search.png) no-repeat rgba(0, 0, 0, 0);*/
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-left: 1px solid #ffa200
}

.myan-topbar-fixed-wraper {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0
}

.myan-menu {
    display: inline-block
}

.myan-menu.myan-menu-bottom ul li {
    float: left
}

.myan-menu.myan-menu-bottom ul li.menu-item-has-children > a:first-child {
    color: #fef5bf
}

.myan-menu.myan-menu-bottom ul li .sub-menu, .myan-menu.myan-menu-bottom ul li .sub-menu > .sub-menu {
    display: block;
    position: relative;
    padding: 0;
    left: auto !important;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important
}

.myan-menu.myan-menu-bottom ul li .sub-menu li, .myan-menu.myan-menu-bottom ul li .sub-menu > .sub-menu li {
    display: block;
    float: none
}

.myan-menu.additional-menu ul {
    text-align: right;
}

.myan-menu.additional-menu li {
    font: 14px/24px 'Open Sans', sans-serif;
    padding-left: 0;
    padding-right: 0;
    color: #454545;
    font-weight: 700;
    text-transform: none;
    text-shadow: none;
    cursor: pointer;
    margin: 0 0 0 14px;
}
.header_inner .buy-btn {
    width: 130px;
    margin: 0;
    text-align: center;
}

.myan-menu.additional-menu li.current-menu-item {
    color: #FFA200;
}

.myan-menu.additional-menu li.current-menu-item.black a {
    color: #454545;
}

.myan-menu.additional-menu li.current-menu-item.black:hover a, .myan-menu.additional-menu li.current-menu-item.current-menu-anchor a, .myan-menu.additional-menu li:hover {
    color: #FFA200;
    text-decoration: none;
}

.myan-menu.additional-menu li:hover:after {
    display: none;
}
.myan-menu.additional-menu li a:hover {
    text-decoration: none;
}

.myan-menu ul {
    display: inline-block;
    list-style: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 13px;
    text-align: left;
    padding: 0;
    font-weight: 400;
    line-height: 19.5px;
    margin-left: 0
}

.myan-menu ul li {
    color: #222020;
    display: inline-block;
    position: relative;
    padding: 0 18px;
    line-height: 70px;
}


.myan-menu ul li h6 {
    font-size: 18px;
    line-height: 1.42857143;
    color: #ffa200;
    font-weight: 700;
    padding: 0;
    border-top: 0 solid #fff
}

.myan-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: inherit;
    display: block;
    position: relative;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    background-color: inherit;
    white-space: nowrap
}
.header_mob-submenu .myan-menu ul li a {
    line-height: 20px;
}

.myan-menu ul li a .myan-menu-indicator {
    display: block;
    width: 0;
    height: 0;
    text-indent: -999em;
    /*background-image: url(/wp-content/themes/html5blank-master/css/none);*/
    background-position: top left;
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 8px
}

.myan-menu ul li:hover {
    color: rgba(34, 32, 32, 0.4);
}
header .myan-menu ul li:after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #E2E6E7;
    border-radius: 30rem 30rem 0 0;
    opacity: 0;
}
header .myan-menu ul li:hover:after{
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.myan-menu ul li:hover a .myan-menu-indicator {
    background-position: left 26px
}

.myan-menu ul li:hover > .sub-menu {
    display: block
}

.myan-menu ul li.current-menu-item {
    background-color: inherit;
    color: #FFA200
}
.myan-menu ul li.current-menu-item:hover {
    color: rgba(34, 32, 32, 0.4);
}

.myan-menu ul li .sub-menu {
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    border: 0;
    position: absolute;
    left: auto;
    text-transform: capitalize;
    font-weight: 400;
    padding: 3px 8px;
    margin: 0 -8px;
    z-index: 105;
    font-size: 12px;
    line-height: 21px;
    text-align: left
}

.myan-menu ul li .sub-menu li {
    white-space: nowrap;
    color: #fff;
    display: block;
    padding: 0
}
.myan-menu ul li .sub-menu .sub-menu {
    left: 116%;
    top: 0
}
#menu-glavnoe-menyu li a, #menu-glavnoe-menyu-en li a, #menu-glavnoe-menyu-ua li a {
    white-space: nowrap;
    text-decoration: none;
}



.myan-menu ul.container-menu {
    display: block;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    padding: 10px
}

.myan-menu ul.container-menu li {
    display: inline-block;
    float: left;
    margin-right: 16px
}

.myan-menu ul.container-menu li .sub-menu {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    position: relative;
    left: auto;
    margin: 0
}

.myan-menu ul.container-menu li .sub-menu li {
    display: block;
    float: none
}

.myan-menu ul.container-menu a:only-child {
    color: #fff;
    font-weight: 400
}

.wrapper-myan-dop-menu.dop-menu-support,
.wrapper-myan-dop-menu.page-karaoke-system,
.wrapper-myan-dop-menu.dop-menu-call,
.wrapper-myan-dop-menu.dop-menu-login {
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .3s .1s ease-in-out;
    -moz-transition: .3s .1s ease-in-out;
    -o-transition: .3s .1s ease-in-out;
    transition: .3s .1s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 101
}

.wrapper-myan-dop-menu#second-level-menu {
    opacity: 1;
    height: 54px;
    overflow: hidden;
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    -moz-transition-delay: .3s !important;
    transition-delay: .3s !important;
    z-index: 999;
    background: #EFEFEF;
}


.show-menu-karaoke-system {
    min-height: 54px;
    z-index: 999999
}

.show-menu-karaoke-system .wrapper-myan-dop-menu.page-karaoke-system {
    height: 680px;
    z-index: 999999
}

.show-menu-karaoke-system .wrapper-myan-dop-menu.page-karaoke-system .row {
    height: 174px
}

.show-menu-karaoke-system .wrapper-myan-dop-menu#second-level-menu {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}

.show-menu-support {
    min-height: 54px
}

.show-menu-support .wrapper-myan-dop-menu.dop-menu-support {
    padding: 70px 0 0;
    height: 520px;
    z-index: 155;
    align-items: flex-start;
}

.show-menu-support .wrapper-myan-dop-menu.dop-menu-support .row {
    height: 174px
}

.show-menu-support .wrapper-myan-dop-menu#second-level-menu {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0)
}
#menu-songs-and-clips,
#menu-about-company-page, .show-menu-about-company .wrapper-myan-dop-menu#second-level-menu {
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.wrapper-myan-dop-menu .float-right {
    max-width: 90%;
}
.show-menu-about-company {
    min-height: 54px
}

.show-menu-songs .wrapper-myan-dop-menu#second-level-menu,
.show-menu-about-company .wrapper-myan-dop-menu#second-level-menu {
    opacity: 0;
    -moz-opacity: 0;
    transition: all .3s ease-in-out
}
#menu-songs-and-clips,
#menu-about-company-page {
    top: 70px;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    transition: all .3s ease-in-out;
    height: 0
}
/* @media (min-width: 768px){
    #menu-songs-and-clips,
    #menu-about-company-page {
        top: 85px;
    }
} */
#menu-songs-and-clips.slide-down,
#menu-about-company-page.slide-down,
.wrapper-myan-dop-menu.dop-menu-login.slide-down,
.wrapper-myan-dop-menu.dop-menu-call.slide-down {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 54px
}

.menu-sitemap, .menu-sitemap li .sub-menu {
    display: block;
    list-style: none
}

.menu-sitemap li .sub-menu li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    padding: 0;
    margin-bottom: 5px
}

.menu-sitemap li .sub-menu li:last-child a, .menu-sitemap li a {
    margin-bottom: 15px
}

.menu-sitemap li a {
    display: block;
    font-size: 16px;
    color: #000
}

.menu-sitemap li.menu-item-has-children > a {
    margin-bottom: 5px
}

footer a:hover {
    text-decoration: underline !important
}

footer .border-bottom {
    height: 40px;
    float: left
}

#menu-menyu-futera-ua-2, footer .bottom-sub-menu .myan-menu, footer .bottom-sub-menu .myan-menu #menu-menyu-futera, footer .bottom-sub-menu .myan-menu #menu-menyu-futera-en {
    float: left;
    width: 100%
}

#menu-menyu-futera-ua-2 li:first-child, footer .bottom-sub-menu .myan-menu #menu-menyu-futera li:first-child, footer .bottom-sub-menu .myan-menu #menu-menyu-futera-en li:first-child {
    padding-left: auto
}

#menu-menyu-futera-ua-2 li.menu-item-has-children > a:first-child, footer .bottom-sub-menu .myan-menu #menu-menyu-futera li.menu-item-has-children > a:first-child, footer .bottom-sub-menu .myan-menu #menu-menyu-futera-en li.menu-item-has-children > a:first-child {
    font-size: 14px;
    color: #00afed;
    margin-bottom: 15px;
    margin-top: 30px
}

#menu-menyu-futera-ua-2 li a, footer .bottom-sub-menu .myan-menu #menu-menyu-futera li a, footer .bottom-sub-menu .myan-menu #menu-menyu-futera-en li a {
    font-size: 12px;
    line-height: 20px;
    color: #454545;
    padding: 0
}

footer .myan-menu ul {
    text-align: left;
    font-family: 'Open Sans', sans-serif
}

footer .myan-menu ul#menu-glavnoe-menyu, footer .myan-menu ul#menu-glavnoe-menyu-en {
    font: 14px/20px 'Open Sans', sans-serif;
    color: #454545;
    text-align: left
}

footer .myan-menu ul li {
    color: inherit;
    text-shadow: none;
    text-transform: none;
    font-weight: 400;
    padding: 0 10px 0 0;
    letter-spacing: 0;
    line-height: 16px;
}

footer .myan-menu ul li.current-menu-item, footer .myan-menu ul li:hover {
    color: #ffa200
}

footer .myan-menu ul li.container-menu > a:first-child {
    display: none
}

footer .myan-menu ul li.container-menu a:only-child {
    color: #222020;
    font-weight: 400
}

footer .myan-menu ul li a {
    padding: 10px 0;
    white-space: normal;
    font-size: 13px;
    font-weight: 500;
}

footer .myan-menu ul .sub-menu {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    margin: 0;
    left: auto;
    position: relative
}

footer .myan-menu ul .sub-menu li {
    display: block;
    float: none;
    width: auto
}

footer .myan-menu ul .sub-menu li .sub-menu {
    left: auto
}

.myan-logreg-group-wrapper {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

.myan-logreg-group-wrapper .myan-btn-login, .myan-logreg-group-wrapper .myan-btn-registr {
    display: inline-block;
    padding: 10px 20px 10px 37px;
    color: black;
    /*color: #2e7394;*/
    font: 14px/14px 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.myan-logreg-group-wrapper .myan-btn-login i, .myan-logreg-group-wrapper .myan-btn-registr i {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 20px;
    background-position: -120px 0;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/img-btn-logreg-user.png) no-repeat*/
}

.myan-logreg-group-wrapper .myan-btn-registr {
    padding-left: 17px;
    border: 0 solid black;
/*    border: 0 solid #2e7394;
    border-top: 0 #2e7394 solid;
    border-right: 0 #2e7394 solid;
    border-bottom: 0 #2e7394 solid;
    border-left: 0 #2e7394 solid;*/
    background-color: inherit
}

.myan-logreg-group-wrapper .myan-btn-registr i {
    left: 0;
    background-position: -120px 0;

}

.myan-logreg-group-wrapper .myan-btn-login {
    border: 1px solid black;
/*    border: 1px solid #2e7394;
    border-top: 1px #2e7394 solid;
    border-right: 1px #2e7394 solid;
    border-bottom: 1px #2e7394 solid;
    border-left: 1px #2e7394 solid;
*/    background-color: inherit
}

.myan-logreg-group-wrapper .myan-btn-login i {
    /*background-position: 0 100%*/
    background-position: -120px -12px;

}

.myanslider {
    display: block;
    margin: 20px 0
}

.myanslider ul {
    list-style: none
}

.myanslider .myan-close-hint {
    position: absolute;
    top: 0;
    right: -20px;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/myan-slider-close-hint.png) no-repeat;*/
    background-position: -251px -26px;
    width: 16px;
    height: 16px
}

.myanslider .myan-nav-button {
    position: absolute;
    top: 50%;
    margin-top: -71px;
    width: 100%
}

.myanslider .myan-nav-button ul li > a {
    background: url(../images/sprites.png) no-repeat;
    background-position: -500px -100px;
    width: 44px;
    height: 82px;
    /*background: url(/wp-content/themes/html5blank-master/images/myan-slider-prev-next-btn.png) no-repeat;*/
    position: absolute;
    top: 0;
    display: block;
/*    -moz-background-size: 88px 164px;
    -o-background-size: 88px 164px;
    -webkit-background-size: 88px 164px;
    background-size: 88px 164px;
*/    cursor: pointer;
    text-indent: -9999px
}

.myanslider .myan-nav-button ul li > a.flex-prev {
    left: 0;
    background-position: 0 0
}

.myanslider .myan-nav-button ul li > a.flex-prev:hover {
    background-position: 0 -82px
}

.myanslider .myan-nav-button ul li > a.flex-next {
    right: 0;
    background-position: -44px 0
}

.myanslider .myan-nav-button ul li > a.flex-next:hover {
    background-position: -44px -82px
}

.myanslider .flex-viewport + .flex-direction-nav {
    display: none
}

.myanslider .slides {
    display: block;
    height: 420px;
    overflow: hidden
}

.myanslider .slides li {
    display: none;
    height: 100%
}

.myanslider .more {
    font-weight: 700
}

.myanslider .myan-gallery-nav {
    display: block;
    text-align: center
}

.myanslider .myan-gallery-nav li {
    display: inline-block;
    margin: 0 10px
}

.myanslider .myan-gallery-nav li a {
    display: block;
    /*background: url(/wp-content/themes/html5blank-master/images/icons/start-page-capabilities-ico-little.png) no-repeat;*/
    background: url(../images/sprites.png) no-repeat;
/*    -moz-background-size: 360px 72px;
    -o-background-size: 360px 72px;
    -webkit-background-size: 360px 72px;
    background-size: 360px 72px;*/
    width: 45px;
    height: 36px
}

.myanslider .myan-gallery-nav li a.ico-audio-btn {
    background-position: 0 -300px;
}

.myanslider .myan-gallery-nav li a.ico-video-btn {
    background-position: -45px -300px;
}

.myanslider .myan-gallery-nav li a.ico-back-vocals-btn {
    background-position: -90px -300px;
}

.myanslider .myan-gallery-nav li a.ico-foto-video-btn {
    background-position: -138px -300px;
}

.myanslider .myan-gallery-nav li a.ico-voice-btn {
    background-position: -184px -300px;
}

.myanslider .myan-gallery-nav li a.ico-producer-btn {
    background-position: -225px -300px;
}

.myanslider .myan-gallery-nav li a.ico-media-btn {
    background-position: -270px -300px;
}

.myanslider .myan-gallery-nav li a.icomedia-btn {
    background-position: -315px -300px;
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-audio-btn, .myanslider .myan-gallery-nav li:active a.ico-audio-btn, .myanslider .myan-gallery-nav li:hover a.ico-audio-btn {
    background-position: 0 -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-video-btn, .myanslider .myan-gallery-nav li:active a.ico-video-btn, .myanslider .myan-gallery-nav li:hover a.ico-video-btn {
    background-position: -45px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-back-vocals-btn, .myanslider .myan-gallery-nav li:active a.ico-back-vocals-btn, .myanslider .myan-gallery-nav li:hover a.ico-back-vocals-btn {
    background-position: -90px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-foto-video-btn, .myanslider .myan-gallery-nav li:active a.ico-foto-video-btn, .myanslider .myan-gallery-nav li:hover a.ico-foto-video-btn {
    background-position: -138px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-voice-btn, .myanslider .myan-gallery-nav li:active a.ico-voice-btn, .myanslider .myan-gallery-nav li:hover a.ico-voice-btn {
    background-position: -184px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-producer-btn, .myanslider .myan-gallery-nav li:active a.ico-producer-btn, .myanslider .myan-gallery-nav li:hover a.ico-producer-btn {
    background-position: -225px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.ico-media-btn, .myanslider .myan-gallery-nav li:active a.ico-media-btn, .myanslider .myan-gallery-nav li:hover a.ico-media-btn {
    background-position: -270px -336px
}

.myanslider .myan-gallery-nav li.flex-active-slide a.icomedia-btn, .myanslider .myan-gallery-nav li:active a.icomedia-btn, .myanslider .myan-gallery-nav li:hover a.icomedia-btn {
    background-position: -315px -336px
}
.wrapper-container.myan-layerslider {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.wrapper-container.myan-layerslider h1, .wrapper-container.myan-layerslider h4 {
    text-align: center
}

#ls-global * .ls-bottom-nav-wrapper a {
    width: 120px;
    height: 2px;
    left: 968px;
    top: 586px;
    margin: 0 8px;
    background: #02020200;
    padding: 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.ls-v5 .ls-thumbnail-hover {
    display: none!important;
}
#ls-global * .ls-bottom-nav-wrapper a.ls-nav-active {
    /*background: #FFFFFF;*/
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}


.wrapper-container .ls-v5 .ls-bottom-slidebuttons {
    position: absolute;
    top: -425px;
    right: 0
}

.wrapper-container .ls-v5 .ls-bottom-slidebuttons a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 7px;
    background: #49839b
}

.wrapper-container .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active {
    border: 2px solid #ffa200 !important;
    background: 0 0;
    margin: 5px
}

.wrapper-container #layerslider_1 .btn, .wrapper-container #layerslider_10 .btn {
    font-size: 16px;
    line-height: 20px
}

.wrapper-container #layerslider_1 .text-h16, .wrapper-container #layerslider_10 .text-h16 {
    padding-top: 0;
    white-space: normal
}

.wrapper-container #layerslider_1 .ls-layer, .wrapper-container #layerslider_1 .ls-slide, .wrapper-container #layerslider_10 .ls-layer, .wrapper-container #layerslider_10 .ls-slide {
    overflow: visible !important
}

.wrapper-container .myan-layerslider-type-photo-video {
    position: relative;
    margin-bottom: -265px !important;
    z-index: 200;
    background: #fff
}

.wrapper-container .myan-layerslider-type-photo-video .close-myan-layerslider {
    position: absolute;
    z-index: 210;
    bottom: 135px;
    right: 8.33333333%;
    width: 30px;
    height: 30px;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/img-popup-close.png) no-repeat #fff;*/
    background-position: -150px -150px;
    background-color: #fff;
    text-indent: -999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    /*background-size: 100%*/
}

.wrapper-container .myan-layerslider-type-photo-video .close-myan-layerslider:hover {
    cursor: pointer
}

.wrapper-container .myan-layerslider-type-photo-video .ls-inner {
    background: #fff !important
}

.wrapper-container .myan-layerslider-type-photo-video .ls-v5 {
    max-width: none !important
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide {
    background: #fff;
    max-height: 860px;
    overflow: hidden !important;
    text-align: center
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide:after {
    z-index: 51;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: 0
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide > div:not(.video), .wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide > p {
    z-index: 155
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide .video {
    z-index: 50
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide > * {
    width: 100% !important;
    height: auto !important;
    z-index: 50
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide img {
    margin: 0 auto !important;
    position: relative;
    width: auto !important
}

.wrapper-container .myan-layerslider-type-photo-video .ls-container .ls-slide .video.ls-video-layer {
    background: #000
}



.float-left {
    float: left;
    display: inline-block;
    width: auto;
    max-width: 75%
}

.float-right {
    float: right;
    display: inline-block;
    width: auto;
    max-width: 20%;
}

.accordion, .wpb_wrapper .wpb_accordion {
    margin-bottom: 24px !important
}

header a, header div, header img {
    vertical-align: middle
}







.myan-search-wrap-btn form .search-submit {
    color: transparent
}



.wrapper-myan-menu .wrapper-dop-info .full-width .wrapper-search-btn {
    display: table-cell;
    position: relative
}

.with-button .btn {
    display: inline-block !important
}

.with-button .btn.btn-trade-in {
    display: none !important
}

.Tradein-button .btn {
    display: none
}

.Tradein-button .btn.btn-trade-in {
    display: inline-block !important
}

header .dop-equip > img {
    display: inline-block
}

header .dop-equip h5 {
    font-size: 18px
}

p {
    margin-bottom: 20px
}

a {
    color: #00afed
}

.myan-btn-complaint,
.container-fluid #lang_sel ul li a:hover,
.btn > a, .container #lang_sel ul li a:hover, .myan-btn-login, .myan-btn-registr, .myan-menu a, a.btn, a.btn:hover, header > a {
    text-decoration: none
}

.bg-archive-news h5 a:hover, .bg-archive-news h6 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #00afed
}

b, strong {
    font-weight: 700
}

em, i {
    font-style: italic
}

sup {
    vertical-align: text-top;
    font-size: .6em;
    line-height: 1.3em
}

br.clear {
    display: none
}

.text-column span {
    display: inline-block
}

li span {
    display: inline !important
}



#timeline-wrap .wrapper-container {
    overflow: visible
}

footer .btn, footer .btn-appstore > a, footer .btn-googleplay > a, header .btn-appstore > a, header .btn-googleplay > a {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.4px;
}

footer .separator {
    margin: 0
}


.overflow-visible {
    overflow: visible !important
}

.p-top100px {
    padding-top: 100px
}

.p-top50px {
    padding-top: 50px
}

.p-top40px {
    padding-top: 40px
}

.p-top30px {
    padding-top: 30px
}

.p-top20px {
    padding-top: 20px
}

.p-top0px, .p-top0px .separator {
    padding-top: 0
}

.p-top-bottom0px {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-bottom10px {
    padding-bottom: 10px
}

.p-bottom20px {
    padding-bottom: 20px
}

.p-bottom30px {
    padding-bottom: 30px
}

.p-bottom40px {
    padding-bottom: 40px
}

.p-bottom50px {
    padding-bottom: 50px
}

.p-top-bottom20px {
    padding-top: 20px;
    padding-bottom: 20px
}

.p-top-bottom30px {
    padding-top: 30px;
    padding-bottom: 30px
}

.p-top-bottom50px {
    padding-top: 50px;
    padding-bottom: 50px
}

.m-top70px {
    margin-top: 70px !important
}

.m-top40px {
    margin-top: 40px !important
}

.m-top30px {
    margin-top: 30px !important
}

.m-top0px {
    margin-top: 0 !important
}

.m-bottom70px {
    margin-bottom: 70px !important
}

.m-bottom115px {
    margin-bottom: 115px !important
}

.m-bottom40px {
    margin-bottom: 40px !important
}

.m-bottom30px {
    margin-bottom: 30px !important
}

.m-bottom25px {
    margin-bottom: 25px !important
}

.m-bottom20px {
    margin-bottom: 20px !important
}

.m-bottom10px {
    margin-bottom: 10px !important
}

.m-bottom0px {
    margin-bottom: 0 !important
}

.m-bottom-30px {
    margin-bottom: -30px !important
}

.m-top-71px {
    margin-top: -71px !important
}

.m-top-bottom20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.m-top-bottom30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.m-top-bottom40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.m-top-bottom70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.m-top-bottom0px {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-right0px {
    margin-right: 0 !important
}

.row-m-bottom30px .row {
    margin-bottom: 30px
}

.list-block-with-img .circle-166 {
    margin-top: 30px;
    margin-bottom: 30px
}

.width-auto {
    width: auto !important
}

.none {
    display: none !important
}

#accordion h3 {
    text-align: left;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 26px;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

#accordion h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 26px;
    vertical-align: top;
/*    background: url(/wp-content/themes/html5blank-master/images/img-additional-order.png) no-repeat;
    -moz-background-size: 26px 52px;
    -o-background-size: 26px 52px;
    -webkit-background-size: 26px 52px;
    background-size: 26px 52px
*/
    background: url(../images/sprites.png) no-repeat;

    background-position: -200px -140px;
}

#accordion h3.ui-accordion-header-active:before {
    background-position: -200px -166px;
}

#accordion .ui-accordion-content {
    height: auto !important
}

#accordion .ui-accordion-content:after, #accordion .ui-accordion-content:before {
    content: " ";
    display: table
}

#accordion .ui-accordion-content:after {
    clear: both
}

.myan-accordion .mix-row:hover .ui-accordion-header .text-h18 b {
    border-bottom: 1px dashed #000
}

.myan-accordion .mix-row:hover .ui-accordion-header.ui-accordion-header-active .text-h18 b {
    border-bottom: 1px dashed transparent
}

.myan-accordion .mix-row:hover .ui-accordion-header.ui-accordion-header-active:hover .text-h18 b {
    border-bottom: 1px dashed #000
}

.myan-accordion .mix-row:hover .ui-accordion-content {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer
}

.myan-accordion .mix-row:hover .ui-accordion-content-active {
    cursor: text
}

.myan-accordion .ui-accordion-header {
    cursor: pointer
}

.myan-accordion .ui-accordion-header .text-h18 b {
    display: inline;
    border-bottom: 1px dashed transparent
}

.myan-accordion .ui-accordion-content {
    overflow: hidden;
    height: 60px;
    display: block !important;
    margin-bottom: 20px;
    position: relative;
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    filter: alpha(opacity=60);
    min-height: 60px;
    -webkit-transition: opacity .4s ease-in-out height .4s ease-in-out ease-in-out;
    -moz-transition: opacity .4s ease-in-out height .4s ease-in-out ease-in-out;
    -o-transition: opacity .4s ease-in-out height .4s ease-in-out ease-in-out;
    transition: opacity .4s ease-in-out height .4s ease-in-out ease-in-out
}

.myan-accordion .ui-accordion-content:after {
    width: 100%;
    height: 60px;
    padding: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    /*background: url(/wp-content/themes/html5blank-master/images/myan_accordion.png) 0 bottom repeat-x;*/
    /*background: url(../images/sprites.png) repeat-x;*/
    background-position: -485px 0;
    width: 1px;
    opacity: 1;
   -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .4s ease-in-out .1s .3s ease-in-out;
    -moz-transition: all .4s ease-in-out .1s .3s ease-in-out;
    -o-transition: all .4s ease-in-out .1s .3s ease-in-out;
    transition: all .4s ease-in-out .1s .3s ease-in-out;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.btn-play-video-slider .video-play, .container #lang_sel ul li a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.myan-accordion .ui-accordion-content.ui-accordion-content-active {
    height: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

.myan-accordion .ui-accordion-content.ui-accordion-content-active:after {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    padding: 0
}
header .btn, header input[type=submit] {
    margin: 0 0 0 20px;
    width: auto;
}
.btn, input[type=submit] {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #00afed;
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    border: none;
}

.btn-border, .btn-mini {
    color: #00afed;
    border-color: #00afed
}

.btn:hover, input[type=submit]:hover {
    background-color: rgba(0, 175, 237, .8);
    top: auto
}

.btn-trade-in:after, .wpb_trade-in i {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px
}

.btn-trade-in {
    padding-right: 40px !important;
    position: relative
}

.btn-trade-in:after {
    content: "";
    display: block !important;
    position: absolute;
    right: 10px;
    /*background-image: url(/wp-content/themes/html5blank-master/images/img-btn-trade-in.png)*/
    background: url(../images/sprites.png) no-repeat;
    background-position: 0 -200px;
    width: 20px;
    height: 20px;
}

.btn-large {
    font-size: 24px;
    text-align: center
}

.wpb_trade-in {
    padding-right: 40px;
    position: relative
}

.wpb_trade-in i {
    position: absolute;
    display: block;
    right: 15px;
    /*background: url(/wp-content/themes/html5blank-master/images/img-btn-trade-in-big.png) no-repeat*/
    background: url(../images/sprites.png) no-repeat;
    background-position: -25px -200px;
    width: 20px;
    height: 20px;
}

.btn-center {
    display: inline-block;
    width: auto !important;
    margin: 0 auto
}

.btn-small {
    font-size: 12px;
    padding: 4px 6px;
    font-weight: 400;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 30%;
    cursor: default;
    text-align: center
}

.btn-mini {
    font: 12px/12px 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 4px 15px;
    background-color: transparent;
    margin-right: 7px
}

.btn-mini:hover {
    background-color: rgba(0, 175, 237, .15)
}

.btn-border {
    background-color: transparent
}

.btn-border:hover {
    background-color: rgba(0, 175, 237, .15)
}

.btn-rounded-pale-blue, .btn-rounded-pale-green, .btn-rounded-pale-orange {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding: 18px 30px;
    border: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-right: 20px;
    display: inline-block;
    width: 210px;
    margin-bottom: 40px;
    cursor: default;
    text-align: center
}

.btn-rounded-pale-orange, .btn-rounded-pale-orange:hover {
    background-color: #ff8e5c
}

.btn-rounded-pale-green, .btn-rounded-pale-green:hover {
    background-color: #59d59c
}

.btn-rounded-pale-blue, .btn-rounded-pale-blue:hover {
    background-color: #55d3db
}

.btn-rounded-pale-blue {
    font-size: 24px;
    line-height: 22px;
    padding: 14px 30px
}

.btn-orange, .btn-orange.btn-small:hover {
    background-color: #ffa200
}

.btn-orange {
    border: 2px solid #ffa200
}

.btn-orange:hover {
    background-color: rgba(255, 162, 0, .8)
}

.btn-border-blue {
    background-color: transparent;
    color: #00afed;
    border-color: #00afed
}

.btn-border-blue:hover {
    background-color: rgba(0, 175, 237, .15)
}

.btn-border-green {
    background-color: transparent;
    color: #99b75d;
    border-color: #99b75d
}

.btn-border-green.btn-small:hover {
    background-color: #99b75d
}

.btn-border-green:hover {
    background-color: rgba(153, 183, 93, .15)
}

.btn-border-bright-green, .btn-border-bright-green.btn-small:hover {
    background-color: transparent
}

.btn-border-bright-green {
    color: #7ac514;
    border-color: #7ac514
}

.btn-border-bright-green:hover {
    background-color: rgba(122, 197, 20, .15)
}

.btn-bright-green, .btn-bright-green.btn-small:hover {
    background-color: #7ac514
}

.btn-bright-green {
    border-color: #7ac514
}

.btn-bright-green:hover {
    background-color: rgba(122, 197, 20, .8)
}

.btn-border-orange, .btn-border-orange.btn-small:hover {
    background-color: transparent
}

.btn-border-orange {
    color: #ffa200;
    border-color: #ffa200
}

.btn-border-violet {
    color: #ce73cf
}

.btn-border-violet, .btn-violet {
    border-color: #ce73cf
}

.btn-border-orange:hover {
    background-color: rgba(255, 162, 0, .15)
}

.btn-border-violet, .btn-border-violet.btn-small:hover {
    background-color: transparent
}

.btn-border-violet:hover {
    background-color: rgba(206, 115, 207, .15)
}

.btn-violet, .btn-violet.btn-small:hover {
    background-color: #ce73cf
}

.btn-violet:hover {
    background-color: rgba(206, 115, 207, .8)
}

.btn-recomend-evoclub, .btn-tag-club, .btn-tag-home, .btn-tag-vip, .btn-tag-out, .btn-tag-soon {
    width: auto;
    font-size: 15px;
    line-height: 20px;
    margin: 0 7px 20px 7px;
    display: inline-block;
    cursor: pointer;
}

.btn-tag-club span, .btn-tag-home span, .btn-tag-vip span, .btn-tag-out span, .btn-tag-soon span {
    display: inline-block;
    width: auto;
    position: relative;
    text-align: center;
    padding: 5px 8px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}


.btn-tag-home span {
    color: #63AC00;
    border: thin solid #7AC514;
}

.btn-tag-club span {
    color: #E79609;
    border: thin solid #FFA200;
}
.btn-tag-vip span {
    color: #8F00FF;
    border: thin solid #8F00FF;
}
.btn-tag-soon span {
    color: #222020;
    border: thin solid #222020;
}
.btn-tag-out span {
    color: rgba(34, 32, 32, 0.4);
    border: thin solid rgba(34, 32, 32, 0.4);
}
.menu_title {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(34, 32, 32, 0.4);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 30px auto 20px;
}
.menu_title:first-child {
    margin: -40px auto 20px;
}
.menu_title span {
    position: relative;
}
.menu_title span:after {
    content: '';
    position: absolute;
   right: -16px;
    top: 5px;
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    background: url('/wp-content/themes/html5blank-master/images/arrow.svg') no-repeat center/contain
}

footer .btn-appstore, footer .btn-googleplay, header .btn-appstore, header .btn-googleplay {
    margin-bottom: 12px;
    display: inline-block
}

footer .btn-appstore > a, footer .btn-googleplay > a, header .btn-appstore > a, header .btn-googleplay > a {
    border: 1px solid #ccc;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    padding: 11px 20px !important;
    color: transparent !important;
    width: 145px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 50px
}

footer .btn-appstore:hover > a, footer .btn-googleplay:hover > a, header .btn-appstore:hover > a, header .btn-googleplay:hover > a {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80)
}
.myan-menu_sale i,
.social-ico,
.btn-play-video-slider .video-play:before,
.home-page .photo .video-play:before,
.wpb_regularsize.btn-appstore:before,
.wpb_regularsize.btn-googleplay:before,
.full-list-clubs #more-city-clubs i,
header .wrapper-header .header-phone em,
/*footer .btn-empty > a, header .btn-empty > a,*/
footer .btn-googleplay > a:before, header .btn-googleplay > a:before,
footer .btn-appstore > a:before, header .btn-appstore > a:before{
    background: url(../images/sprites.png) no-repeat;
}

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
    z-index: 0;
}

.wpb_regularsize.btn-appstore:before,
footer .btn-appstore > a:before, header .btn-appstore > a:before{
    background-position: 0 -90px;
    width: 110px;
    height: 30px;
    content: '';
    display: inline-block;
}

.wpb_regularsize.btn-googleplay:before,
footer .btn-googleplay > a:before, header .btn-googleplay > a:before{
background-position: 0px -50px;
    width: 110px;
    height: 30px;
    /* background-size: 600px; */
    content: '';
    display: inline-block;
}

footer .btn-empty > a, header .btn-empty > a {
    /*background-position: 0 -125px ;*/
    width: 145px;
    height:  50px;
    color: transparent !important;
    cursor: initial;
    background-size: 750px;
}

.wpb_regularsize.btn-appstore, .wpb_regularsize.btn-googleplay {
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 11px 20px !important;
    color: transparent !important;
    width: 145px;
    height: 50px;
    border-radius: 5px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-size: 750px;
}

.wpb_regularsize.btn-appstore:hover, .wpb_regularsize.btn-googleplay:hover {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80)
}


.btn-play-video-slider {
    cursor: pointer;
    position: relative;
    color: transparent;
    border: 0 !important
}

.btn-play-video-slider img {
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 100%
}


.btn-play-video-slider:hover .video-play {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12)
}

.circle-100, .circle-166, .circle-250, .circle-57, .circle-78 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.circle-100 img, .circle-166 img, .circle-250 img, .circle-57 img, .circle-78 img {
    display: block;
   width: 100% !important;
    height: 100% !important;

    max-height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.circle-250 {
    width: 250px;
    height:250px;
}

.circle-166 {
    width: 170px;
    height:170px;

}

.circle-100 {
    width: 100px;
    height:100px;
}

.circle-78 {
    width: 78px
}

.circle-57 {
    width: 57px
}
/*
.col-sm-8 .circle-57 {
    width: 7.55%
}

.col-sm-4 .circle-100 {
    width: 27.175%
}

.col-sm-4 .circle-166 {
    width: 45.1087%
}

.col-sm-4 .circle-78 {
    width: 21.1957%
}

.col-sm-4 .circle-57 {
    width: 15.4891%
}

.col-sm-3 .circle-250 {
    width: 85.91%
}

.col-sm-3 .circle-100 {
    width: 36.9%
}

.col-sm-3 .circle-166 {
    width: 61.2546%
}

.col-sm-3 .circle-78 {
    width: 28.782%
}

.col-sm-3 .circle-57 {
    width: 21.0332%
}
*/
.col-sm-1 .circle-78, .separator {
    width: 100%
}

.bg-pink {
    background-color: #ffa6cd
}

.bg-green {
    background-color: #8dc63f
}

.bg-blue {
    background-color: #a4e7ff
}

.bg-violet {
    background-color: #e7b4e8
}

.bg-orange {
    background-color: #f26522
}

.align-center {
    display: block;
    margin: 0 auto;
    text-align: center
}

p.align-center {
    margin: 0 0 20px
}

.separator {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin: 0 0 50px;
    height: 0;
    display: block;
    padding-top: 30px
}










.single-image {
    position: relative
}

.single-image img {
    height: auto;
    max-width: 100%
}

.single-image.with-area-of-use {
    display: inline-block
}

.single-image.with-area-of-use .wpb_wrapper {
    display: inline-block;
    position: relative
}

.single-image.with-area-of-use:hover .business-system + a img, .single-image.with-area-of-use:hover .home-system + a img, .single-image.with-area-of-use:hover .new-system + a img, .single-image.with-area-of-use:hover .new-system-home + a img, .single-image.with-area-of-use:hover .old-system + a img {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.single-image.without-v-space.align-center, .single-image.without-v-space.align-right {
    display: block;
    margin-bottom: -30px;
    margin-top: -50px
}

ol li, ul.margin-bottom20px li {
    margin-bottom: 20px
}

.single-image.without-v-space.align-center {
    margin-top: 0
}

.single-image-block-link:hover .home-system + a img, .single-image-block-link:hover .new-system + a img, .single-image-block-link:hover .new-system-home + a img, .single-image-block-link:hover .old-system + a img, .single-image-block-link:hover .single-image.with-area-of-use .business-system + a img {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.single-image-block-link:hover .single-image.with-area-of-use + .text-column a, .single-image-block-link:hover .single-image.with-area-of-use + .text-column a > * {
    color: inherit;
    text-decoration: underline
}

.align-right {
    text-align: right !important
}

.align-center input[type=submit] {
    text-align: center !important;
    margin-right: 0 !important
}

.align-left {
    text-align: left !important
}

ul {
    padding: 0;
    margin: 0 0 0 16px;
    list-style: url(/wp-content/themes/html5blank-master/images/text-block-ul-list.png)
}

ul.orange-dot {
    list-style: url(/wp-content/themes/html5blank-master/images/text-block-ul-list-orange.png);
    margin-left: 16px
}

ol {
    list-style: decimal;
    margin-left: 28px
}
.news-template-default img {
    height: 100%;
}

img {
    display: block;
}

.align-center img {
    display: block;
    margin: 0 auto
}

.big-photo {
    margin-bottom: 40px;
    margin-top: 120px
}

.big-photo .business-system, .big-photo .home-system, .big-photo .new-system, .big-photo .new-system-home, .big-photo .old-system {
    width: 182px;
    height: 182px;
    top: -50px;
    right: -70px;
    border-radius: 50%;
    background: url(/wp-content/themes/html5blank-master/images/for-evolution-system-big.png) no-repeat;
    -moz-background-size: 910px 364px;
    -o-background-size: 910px 364px;
    -webkit-background-size: 910px 364px;
    background-size: 910px 364px
}

.big-photo .business-system:after, .big-photo .home-system:after, .big-photo .new-system-home:after, .big-photo .new-system:after, .big-photo .old-system:after {
    padding: 6px;
    top: -12px;
    left: -12px;
    position: absolute
}

.big-photo .home-system {
    background-color: #7ac514;
    background-position: 0 0
}

.big-photo .home-system:hover {
    background-position: 0 -182px
}

.big-photo .home-system:after {
    border: 6px solid #7ac514
}

.big-photo .business-system {
    background-color: #ffa200;
    background-position: -182px 0
}

.big-photo .business-system:hover {
    background-position: -182px -182px
}

.big-photo .old-system, .big-photo .old-system:hover {
    background-position: -364px -182px
}

.big-photo .business-system:after {
    border: 6px solid #ffa200
}

.big-photo .old-system {
    background-color: #cbcbcb
}

.big-photo .old-system:after {
    border: 6px solid #cbcbcb
}

.big-photo .new-system {
    top: 70px;
    background-color: #7dc0f7;
    background-position: -546px 0
}

.big-photo .new-system:hover {
    background-position: -702px -182px
}

.big-photo .new-system-home:hover {
    background-position: -720px -182px
}

.big-photo .new-system:after {
    border: 6px solid #7dc0f7
}

.big-photo .new-system-home:after {
    border: 6px solid #7d6cff
}

.big-photo:hover .home-system {
    background-position: 0 -182px
}

.big-photo:hover .business-system {
    background-position: -182px -182px
}

.big-photo:hover .old-system {
    background-position: -364px -182px
}

.big-photo:hover .new-system {
    background-position: -546px -182px
}

.big-photo:hover .new-system-home {
    background-position: -720px -184px
}

.big-photo .new-system-home {
    top: 70px;
    background-color: #7d6cff;
    background-position: -720px 0
}

.dop-menu-support .business-system, .dop-menu-support .home-system, .dop-menu-support .new-system, .dop-menu-support .new-system-home, .dop-menu-support .old-system, .other-karaoke-systems .business-system, .other-karaoke-systems .home-system, .other-karaoke-systems .new-system, .other-karaoke-systems .new-system-home, .other-karaoke-systems .old-system, .page-karaoke-system .business-system, .page-karaoke-system .home-system, .page-karaoke-system .new-system, .page-karaoke-system .new-system-home, .page-karaoke-system .old-system {
    width: 84px;
    height: 84px
}

.dop-menu-support .home-system, .other-karaoke-systems .home-system, .page-karaoke-system .home-system {
    background-position: -9px -11px
}

.dop-menu-support .home-system:hover, .other-karaoke-systems .home-system:hover, .page-karaoke-system .home-system:hover {
    background-position: -9px -113px
}

.dop-menu-support .business-system, .other-karaoke-systems .business-system, .page-karaoke-system .business-system {
    background-position: -113px -11px
}

.dop-menu-support .business-system:hover, .other-karaoke-systems .business-system:hover, .page-karaoke-system .business-system:hover {
    background-position: -113px -113px
}

.dop-menu-support .old-system, .dop-menu-support .old-system:hover, .other-karaoke-systems .old-system, .other-karaoke-systems .old-system:hover, .page-karaoke-system .old-system, .page-karaoke-system .old-system:hover {
    background-position: -217px -117px
}

.dop-menu-support .new-system, .other-karaoke-systems .new-system, .page-karaoke-system .new-system {
    top: -10px;
    background-position: -322px -11px
}

.dop-menu-support .new-system-home, .other-karaoke-systems .new-system-home, .page-karaoke-system .new-system-home {
    top: -10px;
    background-position: -422px -11px
}

.dop-menu-support .new-system:hover, .other-karaoke-systems .new-system:hover, .page-karaoke-system .new-system:hover {
    background-position: -322px -113px
}

.dop-menu-support .new-system-home:hover, .other-karaoke-systems .new-system-home:hover, .page-karaoke-system .new-system-home:hover {
    background-position: -422px -113px
}
.other-karaoke-systems {
    margin: 60px -15px 30px;
}
.other_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #222020;
    margin: 0 0 72px;
}
.karaoke-system {
    text-align: left
}
.karaoke-system > a:first-child {
    margin: 0 auto 10px;
    position: relative;
    max-width: 360px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEEFEE;
    border-radius: 4px;
}
@media(max-width: 1199px) {
    .karaoke-system > a:first-child {
        height: 280px;
    }
}
@media(max-width: 991px) {
    .karaoke-system > a:first-child {
        height: 220px;
    }
}
@media(max-width: 767px) {
    .karaoke-system > a:first-child {
        height: 330px;
    }
}
@media(max-width: 480px) {
    .karaoke-system > a:first-child {
        width: 100%;
        height: auto;
        max-width: unset;
    }
}
.karaoke-system .karaoke-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #222020;
}
.karaoke-system .karaoke-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: rgba(34, 32, 32, 0.5);
}

.karaoke-system .karaoke-text a {
    display: block;
    font-weight: 400
}
.karaoke-price {
    margin: 12px 0 0;
    color: #222020;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.media-player .mejs-container .mejs-controls .mejs-currenttime-container, .media-player .mejs-container .mejs-controls .mejs-time.mejs-duration-container, .media-player .mejs-container .mejs-currenttime-container, .media-player .mejs-controls .mejs-volume-button, .media-player .mejs-controls .mejs-volume-button:hover, .media-player .mejs-controls div.mejs-horizontal-volume-slider, .media-player .mejs-controls div.mejs-horizontal-volume-slider:hover, .ts-counter-top .ts-counter-icon {
    display: none !important
}

.karaoke-system .separator {
    margin-bottom: 15px
}

.karaoke-system:hover a img {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.karaoke-system:hover .karaoke-text a {
    text-decoration: underline
}

.text-block-single-parallax-page {
    padding: 50px 0 30px
}

.text-block-single-parallax-page h4, .text-block-single-parallax-page h6 {
    font-weight: bolder
}

h1.usual-page {
    font-size: 42px;
    text-align: left;
    margin: 100px 0 40px;
}

/*.customize-support  h1.usual-page {
    margin: 45px 0 40px;
}*/

@media(max-width: 768px) {
    .customize-support  h1.usual-page {
        margin: 0 0 40px;
    }
}



.home-page .wrapper-capabilities .player-capabilities, .home-page h1, .pagination {
    text-align: center
}

.media-player h3 {
    font: 18px/20px 'Open Sans', sans-serif;
    padding-left: 55px;
    padding-top: 6px;
    margin-bottom: -26px
}

.media-player .full_width.mejs-audio {
    height: 40px !important;
    margin-bottom: 20px
}

.media-player .mejs-container, .media-player .mejs-container .mejs-controls {
    background: 0 0 !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail, .media-player .mejs-container .mejs-time-rail {
    padding: 0 !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail span, .media-player .mejs-container .mejs-time-rail span {
    height: 5px !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total, .media-player .mejs-container .mejs-time-rail span.mejs-time-total {
    margin: 35px 0 0 15px !important;
    background: 0 0 !important;
    border: 1px solid #ccc !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total .mejs-time-float, .media-player .mejs-container .mejs-time-rail span.mejs-time-total .mejs-time-float {
    height: 15px !important;
    border: 0 !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail span .mejs-time-current, .media-player .mejs-container .mejs-controls .mejs-time-rail span .mejs-time-loaded, .media-player .mejs-container .mejs-time-rail span .mejs-time-current, .media-player .mejs-container .mejs-time-rail span .mejs-time-loaded {
    top: -1px !important
}

.media-player .mejs-container .mejs-controls .mejs-time-rail span .mejs-time-loaded, .media-player .mejs-container .mejs-time-rail span .mejs-time-loaded {
    background: rgba(204, 204, 204, .3) !important
}

.media-player .mejs-container .mejs-controls, .media-player .mejs-container .mejs-controls div {
    height: 40px !important
}

.media-player .mejs-container .mejs-controls div.mejs-playpause-button {
    width: 40px !important
}

.media-player .mejs-container .mejs-controls div.mejs-playpause-button button {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    background: url(/wp-content/themes/html5blank-master/images/btn-play-pause-media-player.png) no-repeat !important;
    outline: #fff 0
}

.media-player .mejs-container .mejs-controls div.mejs-playpause-button button:active {
    border: 0 !important;
    outline: 0 !important
}

.media-player .mejs-container .mejs-controls div.mejs-playpause-button.mejs-play button {
    background-position: 0 0 !important
}

.media-player .mejs-container .mejs-controls div.mejs-playpause-button.mejs-pause button {
    background-position: 0 -40px !important
}

.media-player.blue-player .mejs-container .mejs-controls div.mejs-playpause-button button {
    background-color: #00afed !important
}

.media-player.blue-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #00afed !important
}

.media-player.orange-player .mejs-container .mejs-controls div.mejs-playpause-button button {
    background-color: #ffa200 !important
}

.media-player.orange-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffa200 !important
}

.ts-icon-counter table {
    margin: 0 !important;
    font-weight: inherit !important;
    vertical-align: middle !important
}

.social-ico {
    display: inline-block
}
.ts-icon-counter {
    display: inline-block !important
}

.ts-icon-counter {
    width: auto !important;
    vertical-align: bottom !important
}

.text-h110px {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 90px !important;
    font-size: 110px !important
}

.ts-icon-counter .ts-counter-value {
/*    font-weight: inherit !important;
    vertical-align: middle;
    line-height: inherit !important;
    font-size: inherit !important;
*/    color: inherit !important
}

.ts-icon-counter table, .ts-icon-counter table th, .ts-icon-counter table tr, .ts-icon-counter table tr td {
    line-height: inherit;
    font-weight: inherit
}

.social-ico {
    width: 40px !important;
    height: 40px;
    margin-right: 18px;
    margin-top: 30px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #ccc;
    background-color: transparent;
    float: left !important;
    /*background-image: url(/wp-content/themes/html5blank-master/images/icons/ico-sicial.png);*/
    background-repeat: no-repeat;
/*    -moz-background-size: 80px 280px;
    -o-background-size: 80px 280px;
    -webkit-background-size: 80px 280px;
    background-size: 80px 280px
*/
}

.social-ico a {
    display: block !important;
    background: 0 0 !important;
    height: 100%
}

.social-ico:hover {
    border-color: transparent
}

.social-ico.telegram {
	background-position: -392px -240px;
}

.social-ico.telegram:hover {
	background-position: -423px -240px;
	background-color: #2CA4D8;
}

.social-ico.viber {
	background-position: -391px -202px;
}

.social-ico.viber:hover {
	background-position: -422px -202px;
	background-color: #7B519C;
}

.social-ico.facebook {
    background-position: -300px -3px;
}

.social-ico.facebook:hover {
    background-color: #507cbe;
    background-position: -340px -3px
}

.social-ico.linkedin {
    background-position: -300px -40px
}

.social-ico.linkedin:hover {
    background-color: #91c9db;
    background-position: -340px -40px
}

.social-ico.you-tube {
    background-position: -300px -80px
}

.social-ico.you-tube:hover {
    background-color: #f16361;
    background-position: -340px -80px
}

.social-ico.vk {
    background-position: -300px -120px
}

.social-ico.vk:hover {
    background-color: #4e74a5;
    background-position: -340px -120px
}

.social-ico.google {
    background-position: -300px -160px
}

.social-ico.google:hover {
    background-color: #4e4e54;
    background-position: -340px -160px
}

.social-ico.vimeo {
    background-position: -300px -200px
}

.social-ico.vimeo:hover {
    background-color: #87d3e0;
    background-position: -340px -200px
}

.social-ico.instagram {
    background-position: -300px -240px
}

.social-ico.instagram:hover {
    background-color: #2C6A93;
    background-position: -340px -240px
}

.pagination {
    margin-bottom: 60px
}

.pagination a {
    text-decoration: none
}

.pagination .page-numbers {
    display: inline-block;
    font: 16px/24px 'Open Sans', sans-serif;
    font-weight: 700;
    margin-right: 5px;
    color: #222020;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffa200;
    min-width: 71px
}

.pagination .page-numbers:hover {
    opacity: .7
}

.pagination .page-numbers.current {
    padding-bottom: 5px;
    border-bottom: 5px solid #e1a400
}

.pagination .page-numbers.dots {
    -moz-border-image: url(/wp-content/themes/html5blank-master/images/border-bottom-pagination-dots.png) 3 repeat;
    -webkit-border-image: url(/wp-content/themes/html5blank-master/images/border-bottom-pagination-dots.png) 3 repeat;
    -o-border-image: url(/wp-content/themes/html5blank-master/images/border-bottom-pagination-dots.png) 3 repeat;
    border-image: url(/wp-content/themes/html5blank-master/images/border-bottom-pagination-dots.png) 3 repeat;
    color: transparent;
    width: 12px;
    min-width: 12px
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    padding: .8744%;
    min-width: 21px;
    border: 2px solid #ffa200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.pagination .page-numbers.next {
    background: url(/wp-content/themes/html5blank-master/images/arrow-pagination-next.png) center no-repeat
}

.pagination .page-numbers.prev {
    background: url(/wp-content/themes/html5blank-master/images/arrow-pagination-prev.png) center no-repeat
}

.home-page {
    color: #454545
}

.home-page h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 100px
}

.home-page h2 {
    font-size: 31px;
    line-height: 44px;
    margin-bottom: 45px
}

.home-page h2 span {
    font-size: 50px
}

.home-page h3 {
    color: #113e56
}

.home-page .blue-home-slider {
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200
}

.home-page .blue-home-slider .wrapper-capabilities {
}

.home-page .blue-home-slider .container {
    position: relative
}

.home-page .blue-home-slider .myan-close-hint {
    top: -40px !important;
    right: -40px !important
}

.home-page .wrapper-capabilities {
    width: 100%;
    height: auto;
    padding: 80px 0 42px;
}

.home-page .wrapper-capabilities .capabilities-ico-audio, .home-page .wrapper-capabilities .capabilities-ico-back-vocals, .home-page .wrapper-capabilities .capabilities-ico-foto-video, .home-page .wrapper-capabilities .capabilities-ico-music, .home-page .wrapper-capabilities .capabilities-ico-producer, .home-page .wrapper-capabilities .capabilities-ico-video, .home-page .wrapper-capabilities .capabilities-ico-voice, .home-page .wrapper-capabilities .capabilities-icomedia {
    position: relative;
    display: inline-block;
    padding-top: 100px;
    font: 18px/20px 'Open Sans', sans-serif;
    color: #454545;
    font-weight: lighter;
    cursor: pointer;
    text-decoration: none
}

.home-page .wrapper-capabilities .capabilities-ico-audio i,
.home-page .wrapper-capabilities .capabilities-ico-back-vocals i,
.home-page .wrapper-capabilities .capabilities-ico-foto-video i,
.home-page .wrapper-capabilities .capabilities-ico-music i,
.home-page .wrapper-capabilities .capabilities-ico-producer i,
.home-page .wrapper-capabilities .capabilities-ico-video i,
.home-page .wrapper-capabilities .capabilities-ico-voice i,
.home-page .wrapper-capabilities .capabilities-icomedia i {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
    width: 92px;
    height: 74px;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/icons/start-page-capabilities-ico.png) no-repeat*/
}

.home-page .wrapper-capabilities .capabilities-ico-audio:hover i, .home-page .wrapper-capabilities .capabilities-ico-back-vocals:hover i, .home-page .wrapper-capabilities .capabilities-ico-foto-video:hover i, .home-page .wrapper-capabilities .capabilities-ico-music:hover i, .home-page .wrapper-capabilities .capabilities-ico-producer:hover i, .home-page .wrapper-capabilities .capabilities-ico-video:hover i, .home-page .wrapper-capabilities .capabilities-ico-voice:hover i, .home-page .wrapper-capabilities .capabilities-icomedia:hover i {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.home-page .wrapper-capabilities .capabilities-ico-audio.active i, .home-page .wrapper-capabilities .capabilities-ico-back-vocals.active i, .home-page .wrapper-capabilities .capabilities-ico-foto-video.active i, .home-page .wrapper-capabilities .capabilities-ico-music.active i, .home-page .wrapper-capabilities .capabilities-ico-producer.active i, .home-page .wrapper-capabilities .capabilities-ico-video.active i, .home-page .wrapper-capabilities .capabilities-ico-voice.active i, .home-page .wrapper-capabilities .capabilities-icomedia.active i {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

.home-page .wrapper-capabilities .capabilities-ico-audio i {
    background-position: 0 -300px;
}

.home-page .wrapper-capabilities .capabilities-ico-video i {
    background-position: -92px -300px;
}

.home-page .wrapper-capabilities .capabilities-ico-back-vocals i {
    background-position: -184px -300px;
}

.home-page .wrapper-capabilities .capabilities-ico-foto-video i {
    background-position: -276px -300px;
}

.home-page .wrapper-capabilities .btn-play {
    width: 154px;
    height: 154px;
    margin: 50px 0;
    border: 10px solid #fff;
    display: inline-block;
    cursor: pointer;
    background: url(/wp-content/themes/html5blank-master/images/btn-play.png) center center no-repeat;
    -webkit-box-shadow: 1px 1px 1px rgba(140, 140, 140, .3);
    box-shadow: 1px 1px 1px rgba(140, 140, 140, .3);
    -moz-box-shadow: 1px 1px 1px rgba(140, 140, 140, .3);
    border-radius: 160px;
    -webkit-border-radius: 160px;
    -moz-border-radius: 160px
}

.home-page .wrapper-capabilities .capabilities-ico-voice i {
    background-position: 0 -374px
}

.home-page .wrapper-capabilities .capabilities-ico-producer i {
    background-position: -92px -374px
}

.home-page .wrapper-capabilities .capabilities-icomedia i {
    background-position: -184px -374px
}

.home-page .wrapper-capabilities .capabilities-ico-music i {
    background-position: -276px -374px
}

.home-page .wrapper-about-country {
    padding: 70px 0;
    width: 100%;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    background-size: contain;
    min-height: 408px

}

.home-page .wrapper-about-country .container {
    padding-top: 50px
}

.home-page .wrapper-about-country .border-bottom {
    padding-bottom: 50px
}

html[lang=ru-RU] .home-page .wrapper-about-country {
    background-image: url(/wp-content/themes/html5blank-master/images/bg-home-map.png)
}

html[lang=en-US] .home-page .wrapper-about-country {
    background-image: url(/wp-content/themes/html5blank-master/images/bg-home-map-en.png)
}

.home .dop-menu-support.wrapper-myan-dop-menu,
.home .page-karaoke-system.wrapper-myan-dop-menu,
.wrapper-myan-dop-menu.dop-menu-call,
.wrapper-myan-dop-menu.dop-menu-login {
    position: absolute;
    top: 70px;
}
#menu-songs-and-clips.wrapper-myan-dop-menu,
#menu-about-company-page.wrapper-myan-dop-menu {
    position: absolute;
    z-index:10;
    top: 70px;
}

.dop-menu-support.wrapper-myan-dop-menu .container,
.wrapper-myan-dop-menu.page-karaoke-system .container {
    opacity: 0;
    transition: opacity .2s .1s ease-in-out;
}
.dop-menu-support.wrapper-myan-dop-menu.slide-down .container,
.wrapper-myan-dop-menu.page-karaoke-system.slide-down .container {
    opacity: 1;
    transition: opacity .2s .2s ease-in-out;
}

.dop-menu-support.wrapper-myan-dop-menu, .page-karaoke-system.wrapper-myan-dop-menu {
    position: fixed;
    -webkit-transition: .3s .1s ease-in-out;
    -moz-transition: .3s .1s ease-in-out;
    -o-transition: .3s .1s ease-in-out;
    transition: .3s .1s ease-in-out;
    z-index: 999999
}

.dop-menu-support.wrapper-myan-dop-menu .col-sm-3, .page-karaoke-system.wrapper-myan-dop-menu .col-sm-3 {
    text-align: center
}

.dop-menu-support.wrapper-myan-dop-menu sup, .page-karaoke-system.wrapper-myan-dop-menu sup {
    font-size: small
}

.bg-archive-news .circle-166 i, .bg-archive-news .circle-166 img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.dop-menu-support.wrapper-myan-dop-menu .single-image, .page-karaoke-system.wrapper-myan-dop-menu .single-image {
    display: block;
    position: relative
}
.dop-menu-support.wrapper-myan-dop-menu .single-image:hover, .page-karaoke-system.wrapper-myan-dop-menu .single-image:hover {
    text-decoration: none;
    opacity: 0.4
}

.dop-menu-support.wrapper-myan-dop-menu .single-image.with-area-of-use, .page-karaoke-system.wrapper-myan-dop-menu .single-image.with-area-of-use {
    display: inline-block
}

.dop-menu-support.wrapper-myan-dop-menu .single-image.with-area-of-use .wpb_wrapper, .page-karaoke-system.wrapper-myan-dop-menu .single-image.with-area-of-use .wpb_wrapper {
    display: inline-block;
    position: relative
}

.dop-menu-support.wrapper-myan-dop-menu h6, .page-karaoke-system.wrapper-myan-dop-menu h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222020;
    letter-spacing: 0;
    font-size: 18px;
    text-transform: initial;
}

.dop-menu-support.wrapper-myan-dop-menu h6 a, .page-karaoke-system.wrapper-myan-dop-menu h6 a {
    color: inherit
}

.dop-menu-support.wrapper-myan-dop-menu .btn-recomend-evoclub, .dop-menu-support.wrapper-myan-dop-menu .btn-tag-club, .dop-menu-support.wrapper-myan-dop-menu .btn-tag-home, .dop-menu-support.wrapper-myan-dop-menu .btn-tag-vip, .page-karaoke-system.wrapper-myan-dop-menu .btn-recomend-evoclub, .page-karaoke-system.wrapper-myan-dop-menu .btn-tag-club, .page-karaoke-system.wrapper-myan-dop-menu .btn-tag-home, .page-karaoke-system.wrapper-myan-dop-menu .btn-tag-vip {
    font-size: 11px;
    margin-bottom: 0
}

.wrapper-map {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative
}

.wrapper-map #g-map-img {
    display: block;
    margin: 38px auto 0;
    position: relative
}

.wrapper-map #g-map-img .big-pin {
    width: 263px;
    height: 383px;
    background: url(/wp-content/themes/html5blank-master/images/big-pin.png) no-repeat;
    position: absolute;
    top: 90px;
    left: 423px
}

.wrapper-map #g-map-img .big-pin .pin-text-block {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 40px 0
}

.wrapper-map #g-map-img .big-pin .pin-text-block p {
    margin-bottom: 0;
    color: inherit
}

.wrapper-map #g-map-img .big-pin .pin-text-block h2 {
    font-weight: 400;
    color: inherit;
    margin-bottom: 0
}

.wrapper-map .content {
    display: block;
    padding: 10px 10px 0
}

.wrapper-map .content p:last-child {
    margin-bottom: 0
}

.wrapper-map .content .circle-57 {
    width: 57px;
    height: 57px
}

.wrapper-map .cluster-clubs-selected > div, .wrapper-map .cluster > div {
    padding: 0;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    background: #FF7E69;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    color: gray
}

.wrapper-map .cluster-clubs-selected > div {
    background: #abdb1b
}

.wrapper-select-region-club {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: rgba(255, 255, 255, .85);
    position: absolute;
    bottom: 0
}

.wrapper-select-region-club .find-club, .wrapper-select-region-club .search-club-by-name, .wrapper-select-region-club .select-region-club {
    float: left;
    width: 20%;
    margin: 0 10px 0 0
}

.wrapper-select-region-club .find-club .jq-selectbox, .wrapper-select-region-club .find-club .selectbox, .wrapper-select-region-club .search-club-by-name .jq-selectbox, .wrapper-select-region-club .search-club-by-name .selectbox, .wrapper-select-region-club .select-region-club .jq-selectbox, .wrapper-select-region-club .select-region-club .selectbox {
    width: 100%
}

.wrapper-select-region-club .find-club .jq-selectbox .dropdown, .wrapper-select-region-club .find-club .jq-selectbox .jq-selectbox__dropdown ul, .wrapper-select-region-club .find-club .selectbox .dropdown, .wrapper-select-region-club .find-club .selectbox .jq-selectbox__dropdown ul, .wrapper-select-region-club .search-club-by-name .jq-selectbox .dropdown, .wrapper-select-region-club .search-club-by-name .jq-selectbox .jq-selectbox__dropdown ul, .wrapper-select-region-club .search-club-by-name .selectbox .dropdown, .wrapper-select-region-club .search-club-by-name .selectbox .jq-selectbox__dropdown ul, .wrapper-select-region-club .select-region-club .jq-selectbox .dropdown, .wrapper-select-region-club .select-region-club .jq-selectbox .jq-selectbox__dropdown ul, .wrapper-select-region-club .select-region-club .selectbox .dropdown, .wrapper-select-region-club .select-region-club .selectbox .jq-selectbox__dropdown ul {
    max-height: 327px;
    overflow-y: auto;
    overflow-x: hidden
}

.wrapper-select-region-club .find-club.country .jq-selectbox__search, .wrapper-select-region-club .search-club-by-name.country .jq-selectbox__search, .wrapper-select-region-club .select-region-club.country .jq-selectbox__search {
    left: 200%;
    margin: 0 24px
}

.wrapper-select-region-club .find-club.city .jq-selectbox__search, .wrapper-select-region-club .search-club-by-name.city .jq-selectbox__search, .wrapper-select-region-club .select-region-club.city .jq-selectbox__search {
    left: 100%;
    margin: 0 10px
}

.wrapper-select-region-club .find-club {
    line-height: 20px;
    font: 18px/26px 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 11px 0
}

.contact-page h4, .tax-location h6 {
    font-weight: bolder
}

.circle {
    margin-bottom: 25px
}

.full-list-clubs {
    text-align: center
}

.full-list-clubs #more-city-clubs {
    padding-right: 24px;
    position: relative
}

.full-list-clubs #more-city-clubs i {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -4px;
    right: 0;
/*    background: url(/wp-content/themes/html5blank-master/images/arrow-select.png) no-repeat;
    -moz-background-size: 32px 27px;
    -o-background-size: 32px 27px;
    -webkit-background-size: 32px 27px;
    background-size: 32px 27px;
*/
    background-position: 0 0;
    width: 16px;
    height: 9px
}

.full-list-clubs #more-city-clubs i:hover {
    background-position: 0 -9px
}

.full-list-clubs #more-city-clubs.open i {
    background-position: -16px 0
}

.full-list-clubs #more-city-clubs.open i:hover {
    background-position: -16px -9px
}

.full-list-clubs #all-city-clubs {
    text-align: left;
    margin-top: 30px
}

#all-city-clubs > .type-clubs {
    margin-bottom: 40px
}

.user-location-city-block {
    margin: 60px 0
}

.user-location-city-block h1 {
    font-size: 48px;
    text-align: center
}

.user-location-city-block .wrapper-biger-text-city {
    text-align: center
}

.user-location-city-block .wrapper-biger-text-city .biger-text-24 {
    position: relative;
    display: inline;
    padding-left: 30px
}

.user-location-city-block .wrapper-biger-text-city .biger-text-24 a {
    color: #00afed
}

.user-location-city-block .wrapper-biger-text-city .biger-text-24 i {
    display: block;
    width: 20px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background: url(/wp-content/themes/html5blank-master/images/pin-for-text.png) no-repeat
}

.type-clubs {
    margin-bottom: 20px
}

.type-clubs .club-address, .type-clubs .club-title {
    display: block
}

.contact-page h1 {
    font-size: 42px
}

.grade .single-image + .wpb_wrapper {
    display: table-cell;
    vertical-align: middle
}

.past .wrapper-btn-era > a {
    border: 1px solid #d5a5a5;
    color: #000
}

.past .wrapper-btn-era > a.active:after {
    background: url(/wp-content/themes/html5blank-master/images/arrow-btn-previous.png) no-repeat
}

.wrapper-btn-era {
    position: relative;
    margin-top: 40px
}

.wrapper-btn-era a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #d1b3a1;
    color: #222020;
    display: inline-block;
    margin-right: 5px;
    padding: 9px 15px
}

.wrapper-btn-era a.active, a.timeline-filter.active {
    color: #00afed !important;
    border-color: #8cc6db;
    position: relative
}

.wrapper-btn-era a.active:after {
    content: "";
    width: 14px;
    height: 9px;
    background: url(/wp-content/themes/html5blank-master/images/arrow-btn-now.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 100%
}

.future .wrapper-btn-era > a {
    border: 1px solid #97b6c6;
    color: #000
}

.future .wrapper-btn-era > a.active:after {
    background: url(/wp-content/themes/html5blank-master/images/arrow-btn-future.png) no-repeat
}

.history-page #timeline .vco-storyjs img {
    border: 0 !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image {
    border-radius: 50%;
    overflow: hidden;
    width: 215px;
    height: 215px
}

.history-page #timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
    border-radius: 50%;
    display: block;
    height: 100% !important;
    width: auto !important;
    border: 0 !important;
    max-width: 215px !important;
    max-height: 215px !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent
}

.history-page #timeline .vco-slider .slider-item .content {
    vertical-align: top
}

.history-page #timeline .vco-slider .slider-item .content .content-container .text h3 {
    font: 23px/31px 'Open Sans', sans-serif !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .text p {
    font: 16px/25px 'Open Sans', sans-serif !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .text p a {
    display: block;
    font: 16px/20px 'Open Sans', sans-serif !important;
    text-decoration: none;
    padding: 20px 0
}

.history-page #timeline .vco-slider .slider-item .content .content-container .text p a:hover {
    color: #29b8eb
}

.history-page #timeline .vco-slider .nav-next, .history-page #timeline .vco-slider .nav-previous {
    top: 144px;
/*    background: url(/wp-content/themes/html5blank-master/images/myan-slider-prev-next-btn.png) no-repeat;
    width: 44px;
    height: 82px !important;
    -moz-background-size: 88px 164px;
    -o-background-size: 88px 164px;
    -webkit-background-size: 88px 164px;
    background-size: 88px 164px;
*/    cursor: pointer;
    background: url(../images/sprites.png) no-repeat;
    background-position: -500px -182px;
    width: 44px;
    height: 82px!important;
}

.history-page #timeline .vco-slider .nav-next > *, .history-page #timeline .vco-slider .nav-previous > * {
    display: none !important
}

.history-page #timeline .vco-slider .nav-previous {
    left: 30px
}

.history-page #timeline .vco-slider .nav-previous:hover {
    background-position: -500px -100px;
}

.history-page #timeline .vco-slider .nav-next {
    background-position: -550px -182px;
    right: 30px;
    left: auto !important
}

.history-page #timeline .vco-slider .nav-next:hover {
    background-position: -550px -100px
}

.history-page #timeline > :after {
    content: "";
    display: block;
    clear: both
}

.history-page #timeline .vco-container {
    position: relative !important
}

.history-page #timeline .vco-storyjs .vco-feature .vco-slider {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    float: none !important;
    position: relative
}

.history-page #timeline .vco-storyjs .vco-feature .vco-slider .slider-container-mask {
    width: 100% !important
}

.history-page #timeline .vco-slider .content {
    padding-top: 80px !important
}

.history-page #timeline .vco-slider .slider-item {
    width: 80% !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .media {
    min-width: 40% !important
}

.history-page #timeline .vco-slider .slider-item .content .content-container .text {
    width: 60% !important
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker .dot {
    background: #583358
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker .line {
    background: rgba(175, 133, 110, .2)
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker.active .dot, .history-page .past .vco-timeline .vco-navigation .timenav .content .marker.active .line {
    background: #ae67db
}

.history-page .past .vco-timeline .vco-navigation .timenav-background {
    background-image: -webkit-linear-gradient(top, #f6cccd 20%, #fff5f1 100%);
    background-image: linear-gradient(to bottom, #f6cccd 20%, #fff5f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6cccd', endColorstr='#fffff5f1', GradientType=0)
}

.history-page .past .vco-timeline .vco-navigation .timenav-background .timenav-line {
    background-color: #ae67db
}

.history-page .past .vco-timeline .vco-navigation .vco-toolbar .zoom-in {
    background-position: 0 -44px
}

.history-page .past .vco-timeline .vco-navigation .vco-toolbar .zoom-out {
    background-position: -44px -44px
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    color: #bc899c
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
    color: #4b274a
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker.active .flag, .history-page .past .vco-timeline .vco-navigation .timenav .content .marker:hover .flag {
    -webkit-box-shadow: 0 1px 2px rgba(75, 39, 74, .5);
    box-shadow: 0 1px 2px rgba(75, 39, 74, .5);
    -moz-box-shadow: 0 1px 2px rgba(75, 39, 74, .5)
}

.history-page .past .vco-timeline .vco-navigation .timenav .content .marker .flag {
    background: rgba(255, 245, 241, .9);
    border-color: rgba(188, 137, 156, .6)
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker .dot {
    background: #39494f
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker .line {
    background: rgba(168, 184, 190, .2)
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker.active .dot, .history-page .future .vco-timeline .vco-navigation .timenav .content .marker.active .line {
    background: #00afed
}

.history-page .future .vco-timeline .vco-navigation .timenav-background {
    background-image: -webkit-linear-gradient(top, #d0e0e6 20%, #f1fbff 100%);
    background-image: linear-gradient(to bottom, #d0e0e6 20%, #f1fbff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0e0e6', endColorstr='#fff1fbff', GradientType=0)
}

.history-page .future .vco-timeline .vco-navigation .timenav-background .timenav-line {
    background-color: #00afed
}

.history-page .future .vco-timeline .vco-navigation .vco-toolbar .zoom-in {
    background-position: 0 -88px
}

.history-page .future .vco-timeline .vco-navigation .vco-toolbar .zoom-out {
    background-position: -44px -88px
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    color: #8b9ba1
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
    color: #2c3c42
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker.active .flag, .history-page .future .vco-timeline .vco-navigation .timenav .content .marker:hover .flag {
    -webkit-box-shadow: 0 1px 2px rgba(44, 60, 66, .5);
    box-shadow: 0 1px 2px rgba(44, 60, 66, .5);
    -moz-box-shadow: 0 1px 2px rgba(44, 60, 66, .5)
}

.history-page .future .vco-timeline .vco-navigation .timenav .content .marker .flag {
    background: rgba(241, 251, 255, .9);
    border-color: rgba(139, 155, 161, .6)
}

.history-page .vco-timeline .vco-navigation {
    height: 550px
}

.history-page .vco-timeline .vco-navigation .vco-toolbar {
    top: 50% !important;
    margin-top: -107px;
    margin-left: 50px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-in, .history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-out {
    opacity: 1;
    background: url(/wp-content/themes/html5blank-master/images/time-line-zoom.png) no-repeat;
    width: 44px;
    height: 44px;
    -moz-background-size: 88px 132px;
    -o-background-size: 88px 132px;
    -webkit-background-size: 88px 132px;
    background-size: 88px 132px;
    padding: 0;
    margin-bottom: 30px;
    border: 0
}

.history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-in .icon, .history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-out .icon {
    display: none
}

.history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-in {
    background-position: 0 0
}

.history-page .vco-timeline .vco-navigation .vco-toolbar .zoom-out {
    background-position: -44px 0
}

.history-page .vco-timeline .vco-navigation .timenav {
    top: 75px
}

.history-page .vco-timeline .vco-navigation .timenav .time {
    top: 425px
}

.history-page .vco-timeline .vco-navigation .timenav .time .time-interval-minor, .history-page .vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
    height: 0;
    top: 0
}

.history-page .vco-timeline .vco-navigation .timenav .time .time-interval, .history-page .vco-timeline .vco-navigation .timenav .time .time-interval-major {
    top: 0
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min.active > .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min:hover > .flag {
    width: 16px;
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min.active > .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min:hover > .flag {
    background: 0 0
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min.active > .flag .flag-content, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min:hover > .flag .flag-content {
    display: block
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min .flag {
    background: url(/wp-content/themes/html5blank-master/images/timeline_flag-default.png) no-repeat
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_min .flag .flag-content {
    display: none
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_img .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_img.active > .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker.priority_img:hover > .flag {
    width: 55px;
    background: 0 0;
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag {
    background-image: none;
    background: rgba(255, 247, 238, .9);
    border: 1px solid rgba(148, 146, 130, .6);
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    min-width: 240px;
    width: auto !important;
    display: table
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
    padding: 0;
    display: table;
    height: 100% !important
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail {
    float: none
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img {
    width: auto;
    height: 58px;
    margin: 0;
    border: 0 !important
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail, .history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    display: table-cell;
    vertical-align: middle;
    opacity: 1
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
    padding: 5px 20px;
    color: #a89282;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3:hover {
    color: #000
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .line {
    height: 427px;
    background-color: rgba(175, 133, 110, .5) !important
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker .dot {
    color: #454545;
    top: 425px;
    z-index: 25 !important
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3, .review-info-block > *, .reviews .review-info-block > * {
    color: #000
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.active .flag, .history-page .vco-timeline .vco-navigation .timenav .content .marker:hover .flag {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    border-color: transparent
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.active .line, .history-page .vco-timeline .vco-navigation .timenav .content .marker:hover .line {
    background: #e8d7cb
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.active .dot, .history-page .vco-timeline .vco-navigation .timenav .content .marker:hover .dot {
    background: #333
}

.history-page .vco-timeline .vco-navigation .timenav .content .marker.active .dot {
    background: #ffa200;
    z-index: 40 !important
}

.history-page .vco-timeline .vco-navigation .timenav-background {
    height: 500px;
    background-image: -webkit-linear-gradient(top, #f4d5c3 20%, #fff7ee 100%);
    background-image: linear-gradient(to bottom, #f4d5c3 20%, #fff7ee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4d5c3', endColorstr='#fffff7ee', GradientType=0)
}

.history-page .vco-timeline .vco-navigation .timenav-background .timenav-line {
    height: 501px;
    background-color: #ffa200;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    width: 2px !important
}

.history-page .vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
    top: 501px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.history-page .vco-timeline .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
    height: 0
}

.history-page .vco-timeline .vco-navigation .timenav-background .timenav-indicator {
    display: none
}

.history-page .vco-storyjs .vco-feature .vco-slider {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none
}

.history-page .wrapper-btn-era {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 150;
    margin-top: 0
}

.history-page #era-title {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 30px;
    z-index: 151;
    left: 50%;
    margin-left: 35px
}


.with-black-arrow, .with-blue-arrow, .with-orange-arrow, .with-white-arrow {
    position: relative
}

.with-black-arrow:before, .with-blue-arrow:before, .with-orange-arrow:before, .with-white-arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    margin-top: -1px;
    left: 50%;
    margin-left: -21px;
    width: 53px;
    height: 27px;
    -moz-background-size: 212px 27px;
    -o-background-size: 212px 27px;
    -webkit-background-size: 212px 27px;
    background: url(/wp-content/themes/html5blank-master/images/arrow-after-wrapper-block.png) no-repeat
}

.with-orange-arrow:before {
    background-position: 0 0
}

.with-white-arrow:before {
    background-position: -53px 0
}

.with-blue-arrow:before {
    background-position: -106px 0
}

.with-black-arrow:before {
    background-position: -159px 0
}

.bg-color-gray-gradient {
    background-image: -webkit-linear-gradient(top, #fff 80%, #ececec 100%);
    background-image: linear-gradient(to bottom, #fff 80%, #ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0)
}

.review-info-block, .reviews .review-info-block {
    font-weight: 700;
    min-height: 68px;
    margin-bottom: 20px
}

.review-info-block address, .review-info-block h4, .review-info-block p, .reviews .review-info-block address, .reviews .review-info-block h4, .reviews .review-info-block p {
    margin-bottom: 0 !important
}

.review-info-block p a, .reviews .review-info-block p a {
    color: inherit
}

.review-info-block i, .reviews .review-info-block i {
    margin-bottom: 20px;
    display: block
}

.download-review .text-block p, .review-info-block i p, .reviews .review-info-block i p {
    margin-bottom: 0
}

.review-info-block address, .reviews .review-info-block address {
    color: #a0a0a0
}

.download-review {
    display: table;
    font-weight: 400
}

.download-review .img-block {
    width: 45px;
    height: 48px;
    background: url(/wp-content/themes/html5blank-master/images/img-download-review.png) left no-repeat
}

.download-review .img-block, .download-review .text-block {
    display: table-cell;
    vertical-align: middle
}

.breadcrumbs .separator {
    margin: 0 0 20px;
    padding: 0
}

.breadcrumbs a {
    display: inline-block;
    margin-right: 35px;
    color: #454545;
    position: relative
}

.future .tags-filter, .future .timeline-date {
    color: #00afed
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 5px;
    height: 7px;
    right: -20px;
    background: url(/wp-content/themes/html5blank-master/images/arrow-breadcumbs.png) no-repeat
}

.breadcrumbs + .col-sm-12 > .separator {
    margin: 20px 0 0;
    padding: 0
}

.bg-archive-news, .post-type-archive-news .wrapper-btn-era {
    margin-bottom: 40px
}

.future .bg-archive-news {
    background: url(/wp-content/themes/html5blank-master/images/news-bg-timeline-line-future.jpg) center center repeat-y
}

.future .audio .circle-166 i {
    background-position: 0 0
}

.future .text .circle-166 i {
    background-position: 0 -166px
}

.future .video .circle-166 i {
    background-position: 0 -332px
}

.future h5:before {
    background-color: #00afed
}

.now .tags-filter, .now .timeline-date {
    color: #ffa200
}

.now .bg-archive-news {
    background: url(/wp-content/themes/html5blank-master/images/news-bg-timeline-line-now.jpg) center center repeat-y
}

.now .audio .circle-166 i {
    background-position: -166px 0
}

.now .text .circle-166 i {
    background-position: -166px -166px
}

.now .video .circle-166 i {
    background-position: -166px -332px
}

.now h5:before {
    background-color: #ffa200
}

.past .tags-filter, .past .timeline-date {
    color: #8d8ab5
}

.past .bg-archive-news {
    background: url(/wp-content/themes/html5blank-master/images/news-bg-timeline-line-past.jpg) center center repeat-y
}

.past .audio .circle-166 i {
    background-position: -332px 0
}

.past .text .circle-166 i {
    background-position: -332px -166px
}

.past .video .circle-166 i {
    background-position: -332px -332px
}

.past h5:before {
    background-color: #8d8ab5
}

.post-type-archive-news .wrapper-btn-era a.active:after {
    margin-top: -1px;
    background: url(/wp-content/themes/html5blank-master/images/arrow-btn-news.png) no-repeat
}

.bg-archive-news .circle-166 i {
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out;
    background: url(/wp-content/themes/html5blank-master/images/img-news-hover.png) no-repeat;
    -moz-background-size: 498px 498px;
    -o-background-size: 498px 498px;
    -webkit-background-size: 498px 498px;
    background-size: 498px 498px
}

.bg-archive-news .circle-166 img {
    transition: all .3s ease-in-out;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

.parallax-wrapper, .parallax-wrapper .align-left img, .parallax-wrapper .align-right img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.bg-archive-news .circle-166:hover img {
    opacity: .2;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    filter: alpha(opacity=20)
}

.bg-archive-news .circle-166:hover i {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

.bg-archive-news .row .news:nth-child(3) {
    padding-top: 150px
}

.bg-archive-news .news {
    padding-top: 0;
    margin-bottom: 0
}

.bg-archive-news .news p {
    margin-bottom: 0
}

.bg-archive-news .news h5 {
    position: relative
}

.bg-archive-news .news h5:after, .bg-archive-news .news h5:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%
}

.bg-archive-news .news h5:after {
    width: 21px;
    height: 40px;
    margin-top: -20px;
    background: url(/wp-content/themes/html5blank-master/images/news-timeline-arrow.png) no-repeat
}

.bg-archive-news .news h5:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.bg-archive-news .news.left {
    float: left !important
}

.bg-archive-news .news.left h5:after {
    background-position: -21px 0;
    left: 125%
}

.bg-archive-news .news.left h5:before {
    left: 150%;
    margin-left: 25px
}

.blog-tags, .news-widjet ul {
    margin-left: 0;
    list-style: none
}

.bg-archive-news .news.right {
    float: right !important
}

.bg-archive-news .news.right h5:after {
    background-position: 0 0;
    right: 125%
}

.bg-archive-news .news.right h5:before {
    right: 150%;
    margin-right: 24px
}

.bg-archive-news .timeline-date {
    text-align: center;
    font: 40px/60px 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #fff;
    margin-top: 40px
}

.bg-archive-news > .row:first-child .timeline-date {
    margin-top: 0
}

.page-news .col-sm-8 {
    position: relative
}

.page-news .date {
    position: absolute;
    top: 0;
    right: 100%;
    text-align: right;
    padding-right: 10px;
    font: 48px/50px 'Open Sans', sans-serif;
    font-weight: 400
}

.page-news .date p {
    margin: 0;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.page-news .future .date {
    color: #00afed
}

.page-news .now .date {
    color: #ffa200
}

.page-news .past .date {
    color: #8d8ab5
}

.page-news .comment-reply-title {
    font: 24px/32px 'Open Sans', sans-serif;
    margin-bottom: 20px
}

#sh_button {
    background: #ffa200;
    z-index: 1000
}

#sh_button:hover {
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    filter: alpha(opacity=85)
}

.sh_button[rel=form_button] {
    border: 1px solid #ffa200;
    background: #ffa200
}

.sh_button[rel=form_button]:hover {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80);
    background: #ffa200
}

.shc.sh_chat {
    border: 1px solid #ffa200
}

.shc.sh_chat .sh_top_buttons {
    border-left: 1px solid #FDBF55
}

.sh_header[rel=header] {
    background: #ffa200
}

.open-online-support-chart {
    cursor: pointer
}

span.open-online-support-chart {
    color: #00afed
}

span.open-online-support-chart:hover {
    text-decoration: underline
}

.comment-list {
    background: 0 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list .comment {
    background: 0 0;
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5
}

.comment-list > .comment:first-child {
    border-top: 0
}

.comment-list .comment-list > .comment:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0
}

.comment-list .children {
    padding-left: 70px;
    margin-top: 0;
    list-style: none
}

.comment-list .children .comment {
    margin-top: 20px !important
}

.comment-list img {
    float: left;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 20px
}

.comment-list .comment-text {
    position: relative;
    margin-top: 15px;
    padding-left: 70px
}

.comment-list .comment .comment-meta {
    padding-left: 77px;
    margin-top: -30px;
    margin-bottom: 20px
}

.comment-list .comment .comment-meta a {
    margin-bottom: 5px;
    margin-top: 3px;
    color: #666;
    font-size: 14px
}

.comment-list .comment .comment-meta .comment-edit-link {
    padding-left: 100px
}

.comment-list .comment .comment-body {
    position: relative
}

.comment-list .comment .comment-body p {
    font-style: italic;
    padding-left: 77px
}

.comment-list .comment .comment-body .reply {
    position: absolute;
    top: 27px;
    left: 220px
}

.comment-list .comment .comment-body .reply a {
    color: inherit
}

.future .comment-list .comment .comment-body .reply {
    color: #00afed
}

.now .comment-list .comment .comment-body .reply {
    color: #ffa200
}

.past .comment-list .comment .comment-body .reply {
    color: #8d8ab5
}

.comment-author, .comment-list .comment .comment-author {
    font-weight: 700;
    font-size: 18px
}

.comment-author:after, .comment-list .comment .comment-author:after {
    clear: both
}

.comment-author:after, .comment-author:before, .comment-list .comment .comment-author:after, .comment-list .comment .comment-author:before {
    content: " ";
    display: table
}

.comment-list .comment .fn {
    float: left
}

.comment-list .comment .says {
    display: none !important
}

#cancel-comment-reply-link {
    font-size: 14px;
    color: #ffa200;
    display: block;
    text-align: right
}

.comment-widjet h5 {
    margin-bottom: 10px
}

.comment-widjet .comment-author .circle-57 {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px
}

.comment-widjet .comment-author .fn-author {
    margin-top: 15px;
    float: left
}

.comment-widjet .comment-content {
    font-style: italic;
    margin-bottom: 0
}

.comment-widjet a[href*="/news/"] {
    display: block;
    margin-bottom: 40px
}

.comment-widjet a[href*="/news/"]:last-child {
    margin-bottom: 20px
}

.news-widjet ul {
    color: #000
}

.blog-tags li a, .news-widjet ul li a {
    color: inherit
}

.news-widjet .wrapper-era {
    display: block;
    width: 100%
}

.news-widjet .wrapper-era:after {
    clear: both
}

.news-widjet .wrapper-era:after, .news-widjet .wrapper-era:before {
    content: " ";
    display: table
}

.news-widjet .first-column, .news-widjet .second-column {
    display: inline-block;
    margin-bottom: 30px;
    width: 25%;
    float: left
}

.news-widjet p {
    margin-bottom: 0
}

.blog-tags {
    margin-bottom: 20px
}

.blog-tags:after, .blog-tags:before {
    content: " ";
    display: table
}

.blog-tags:after {
    clear: both
}

.blog-tags li {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.blog-tags li a:hover {
    text-decoration: none
}

.future .blog-tags li {
    color: #00afed;
    border: 1px solid #00afed
}

.future .blog-tags li:hover {
    border-color: #00afed;
    background-color: #00afed;
    color: #fff
}

.now .blog-tags li {
    color: #ffa200;
    border: 1px solid #ffa200
}

.now .blog-tags li:hover {
    border-color: #ffa200;
    background-color: #ffa200;
    color: #fff
}

.past .blog-tags li {
    color: #8d8ab5;
    border: 1px solid #8d8ab5
}

.past .blog-tags li:hover {
    border-color: #8d8ab5;
    background-color: #8d8ab5;
    color: #fff
}

.tags-filter {
    font-weight: 600
}

#preloader {
    display: none;
    background-color: rgba(255, 255, 255, .8);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center
}

.archive-support .block, .is-loading #preloader, .page-support .block {
    display: block
}

#preloader span {
    width: 75px;
    height: 88px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -44px;
    background-image: url(/wp-content/themes/html5blank-master/images/sprite-preloader.png);
    -webkit-animation: play .8s steps(9) infinite;
    -moz-animation: play .8s steps(9) infinite;
    -ms-animation: play .8s steps(9) infinite;
    -o-animation: play .8s steps(9) infinite;
    animation: play .8s steps(9) infinite
}

@-webkit-keyframes play {
    from {
        background-position: 0
    }
    to {
        background-position: -675px
    }
}

@-moz-keyframes play {
    from {
        background-position: 0
    }
    to {
        background-position: -675px
    }
}

@-ms-keyframes play {
    from {
        background-position: 0
    }
    to {
        background-position: -675px
    }
}

@-o-keyframes play {
    from {
        background-position: 0
    }
    to {
        background-position: -675px
    }
}

@keyframes play {
    from {
        background-position: 0
    }
    to {
        background-position: -675px
    }
}

.archive-support {
    margin: -65px auto 0;
    padding: 0;
}

body.post-type-archive-support {
    padding-top: 70px !important
}

.archive-support .btn-play-video-slider, .page-support .btn-play-video-slider {
    margin-bottom: 20px
}

.archive-support a:hover.with-area-of-use, .page-support a:hover.with-area-of-use {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

.archive-support a:hover .old-system, .page-support a:hover .old-system {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    z-index: 10
}

.archive-support a:hover img, .page-support a:hover img {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70)
}

.archive-support a:hover div, .archive-support a:hover p, .page-support a:hover div, .page-support a:hover p {
    color: #00afed !important
}

.archive-support > .container .row:nth-child(2), .page-support > .container .row:nth-child(2) {
    position: relative
}

.archive-support > .container .row:nth-child(2) > .col-sm-3, .page-support > .container .row:nth-child(2) > .col-sm-3 {
    position: static
}

.archive-support .big-photo, .page-support .big-photo {
    margin-top: 40px;
    max-width: 100%
}

.archive-support .show-hide-ks, .archive-support .with-border-img-dashed, .page-support .show-hide-ks, .page-support .with-border-img-dashed {
    font: 28px/32px 'Open Sans', sans-serif;
    font-weight: 300;
    display: inline-block;
    color: #454545;
    -moz-border-image: url(/wp-content/themes/html5blank-master/images/border-image-base.png) 0 0 1 11 round;
    -webkit-border-image: url(/wp-content/themes/html5blank-master/images/border-image-base.png) 0 0 1 11 round;
    -o-border-image: url(/wp-content/themes/html5blank-master/images/border-image-base.png) 0 0 1 11 round;
    border-image: url(/wp-content/themes/html5blank-master/images/border-image-base.png) 0 0 1 11 round;
    border-bottom: 1px
}

.archive-support .show-hide-ks:hover, .archive-support .with-border-img-dashed:hover, .page-support .show-hide-ks:hover, .page-support .with-border-img-dashed:hover {
    text-decoration: none;
    color: #454545
}

.archive-support .show-hide-ks, .page-support .show-hide-ks {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    max-width: 20%
}

.page-support h1.usual-page {
	margin: 0 0 40px;
}
.page-support {
    margin: 73px 0 0;
}

.archive-support  h1.usual-page {
	margin: 50px 0 40px;
}

.show-video-btn a {
	width: 270px;
    display: block;
    height: 60px;
    border-radius: 4px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 18px 0;
    margin: 30px auto 0;
}

.show-video-btn a:hover,
.show-video-btn a:focus {
	text-decoration: none;
}

.show-video-btn a:hover {
	background-color: rgba(0, 175, 237, .8)!important;
}

.show-video-btn a i {
	margin: 2px 10px 0 -16px;
}


.archive-support .filter, .page-support .filter {
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    line-height: 20px;
    margin: 6px 20px 5px 0;
    border-bottom: 1px dashed transparent;
    color: #454545;
    cursor: pointer
}

.archive-support .filter.active, .archive-support .filter:hover, .page-support .filter.active, .page-support .filter:hover {
    text-decoration: none;
    color: #00afed;
    border-bottom-color: #00afed
}

.archive-support .filter[data-filter=all], .page-support .filter[data-filter=all] {
    color: #00afed
}

.archive-support .faq-txt-unswer, .page-support .faq-txt-unswer {
    position: relative
}

.archive-support .faq-txt-unswer img, .page-support .faq-txt-unswer img {
    max-width: 100%;
    height: auto
}

.page-support .menu-support {
    list-style: none
}

.page-support .menu-support li {
    display: block
}

.page-support .menu-support li .with-border-img-dashed {
    display: inline;
    font-size: 24px;
    line-height: 34px
}

.page-support .align-right .filter {
    text-transform: none;
    margin: 6px 0 5px 20px
}

.dop-info-txt {
    font: 14px/24px 'Open Sans', sans-serif;
    font-weight: lighter
}

.archive-faq .dop-info-txt {
    width: 75%
}

.support-videoinstr .row {
    margin-bottom: 40px
}

.support-videoinstr .row:last-child {
    margin-bottom: 0
}

.support-ico {
    background: url(/wp-content/themes/html5blank-master/images/support-ico.png) no-repeat;
    width: 176px;
    height: 176px;
    -moz-background-size: 704px 352px;
    -o-background-size: 704px 352px;
    -webkit-background-size: 704px 352px;
    background-size: 704px 352px;
    display: inline-block;
    margin-bottom: 30px
}

.support-ico.videinstr {
    background-position: 0 0
}

.support-ico.textinstr {
    background-position: -176px 0
}

.support-ico.faqinstr {
    background-position: -352px 0
}

.support-ico.updateinstr {
    background-position: -528px 0
}

.support-ico.tradeinstr {
    background-position: 0 -176px
}

.support-ico.onlineinstr {
    background-position: -176px -176px
}

.support-ico.contactinstr {
    background-position: -352px -176px
}

.open-online-support-chart:hover .support-ico, a:hover .support-ico {
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    filter: alpha(opacity=60)
}

.open-online-support-chart:hover .text-h18 {
    color: #00afed !important;
    text-decoration: underline
}

.block_currencies .on_currency, .open-online-support-chart .text-h18, .start-popup .btn-orange:hover, .wrap-trade-in-popup .btn-orange:hover {
    text-decoration: none
}

.wrapper-support-munu-ico {
    display: table;
    width: 100%
}

.support-munu-ico {
    display: table-cell;
    padding: 0 10px
}

.support-munu-ico:hover > * {
    opacity: .8;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    filter: alpha(opacity=80)
}

.support-munu-ico .support-ico {
    background: url(/wp-content/themes/html5blank-master/images/support-ico.png) no-repeat;
    width: 88px;
    height: 88px;
    -moz-background-size: 352px 176px;
    -o-background-size: 352px 176px;
    -webkit-background-size: 352px 176px;
    background-size: 352px 176px;
    display: inline-block;
    margin-bottom: 10px
}

.support-munu-ico .support-ico.videinstr {
    background-position: 0 0
}

.support-munu-ico .support-ico.textinstr {
    background-position: -88px 0
}

.support-munu-ico .support-ico.faqinstr {
    background-position: -176px 0
}

.support-munu-ico .support-ico.updateinstr {
    background-position: -264px 0
}

.container .mix {
    display: none;
    width: 100%
}

.container .mix ol li, .container .mix ul li {
    margin-bottom: 10px
}

.page-404 {
    text-align: center;
    background: url(/wp-content/themes/html5blank-master/images/404.jpg) center top no-repeat;
    min-height: 800px
}

.page-404 h1 {
    font-size: 66px;
    line-height: 66px;
    color: #00afed;
    font-weight: lighter;
    margin-top: 80px;
    margin-bottom: 510px
}

.page-404 .text-h16 {
    color: #8c8c8c;
    font-weight: lighter
}

.page-microphone, .page-microphone .col-sm-12 > .wpb_wrapper {
    min-height: 600px
}

.slide-text-wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.slide-text-wrapper .my-open-text {
    margin-bottom: 20px
}

.slide-text-wrapper .my-open-text > :last-child {
    margin-bottom: 0
}

.slide-text-content-wrapper > * {
    color: #454545;
}

.slide-text-content-wrapper h2 {
    font-size: 2.5em;
    line-height: 1.2em;
	margin-top: 65px;
	text-align: left;
}

.slide-text-content-wrapper h3 {
    font-size: 20px;
    line-height: 26px
}

.slide-text-caption {
    margin-bottom: 20px;
    overflow: hidden
}

.slide-text-caption p:last-child {
    margin-bottom: 0
}

.support-evolution {
    padding-top: 15px;
    padding-bottom: 15px
}

.support-evolution img {
    display: block;
    width: 100px;
    margin-bottom: 15px !important
}

.support-evolution a {
    color: #00afed
}

.wrap-trade-in-popup {
    position: absolute;
    top: 50%;
    margin-top: -94px
}

.parallax-wrapper, .parallax-wrapper .align-left, .parallax-wrapper .align-right {
    position: relative
}

.wrap-trade-in-popup .mfp-container {
    vertical-align: middle;
    display: table
}

.wrap-trade-in-popup .mfp-container:before {
    display: none
}

.wrap-trade-in-popup .mfp-content {
    display: table-cell;
    background: 0 0;
    padding: 0;
    top: 0
}

.wrap-trade-in-popup .mfp-content > .container {
    background-color: #ffa400;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.parallax-wrapper {
    width: 100%;
    margin: 0 !important;
    background-color: #99b75d;
    padding: 0;
    color: #fff;
    background-position-x: center;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.parallax-wrapper.go {
    background-position-y: -200px
}

.parallax-wrapper .align-left img, .parallax-wrapper .align-right img {
    position: absolute;
    width: 920px;
    transition: all .3s ease-in-out
}

.parallax-wrapper .align-left img {
    margin-right: -33px;
    right: 0
}

.parallax-wrapper .align-right img {
    margin-left: -33px;
    left: 0
}

.parallax-wrapper .col-sm-5, .parallax-wrapper .col-sm-6.parallax-text {
    display: table
}

.parallax-wrapper .col-sm-5 .wpb_wrapper, .parallax-wrapper .col-sm-6.parallax-text .wpb_wrapper {
    display: table-cell;
    vertical-align: middle
}

.parallax-wrapper .btn-large {
    width: auto !important;
    padding-left: 40px;
    padding-right: 40px
}

.parallax-wrapper .single-image img {
    max-width: none
}

.parallax-wrapper .single-image.fixed-wrapper-img {
    width: 453px;
    height: 245px;
    position: absolute;
    overflow: hidden;
    top: 376px;
    left: 50%;
    margin-left: -249px
}

.parallax-wrapper .single-image.fixed-wrapper-img img {
    margin: 0;
    left: 0
}

.parallax-wrapper .text-block-center {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    text-align: center
}

.parallax-wrapper .text-block-center .text-column {
    margin-top: 80px;
    margin-bottom: 45px;
    display: block;
    height: auto !important
}

.parallax-wrapper .text-block-center .text-column .wpb_wrapper {
    display: block
}

.parallax-wrapper .align-center img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.parallax-wrapper .align-center.big-size img {
    margin-left: -1120px
}

.parallax-wrapper .scale-img img {
    -webkit-animation: pulsate 2s ease-out;
    -moz-animation: pulsate 2s ease-out;
    -ms-animation: pulsate 2s ease-out;
    -o-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100)
}

@-webkit-keyframes pulsate {
    50% {
        -webkit-transform: scale(1, .8);
        -ms-transform: scale(1, .8);
        transform: scale(1, .8);
        -o-transform: scale(1, .8);
        opacity: .5;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        filter: alpha(opacity=50)
    }
    100% {
        -webkit-transform: scale(1, 1.1);
        -ms-transform: scale(1, 1.1);
        transform: scale(1, 1.1);
        -o-transform: scale(1, 1.1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes pulsate {
    50% {
        -webkit-transform: scale(1, .8);
        -ms-transform: scale(1, .8);
        transform: scale(1, .8);
        -o-transform: scale(1, .8);
        opacity: .5;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        filter: alpha(opacity=50)
    }
    100% {
        -webkit-transform: scale(1, 1.1);
        -ms-transform: scale(1, 1.1);
        transform: scale(1, 1.1);
        -o-transform: scale(1, 1.1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes pulsate {
    50% {
        -webkit-transform: scale(1, .8);
        -ms-transform: scale(1, .8);
        transform: scale(1, .8);
        -o-transform: scale(1, .8);
        opacity: .5;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        filter: alpha(opacity=50)
    }
    100% {
        -webkit-transform: scale(1, 1.1);
        -ms-transform: scale(1, 1.1);
        transform: scale(1, 1.1);
        -o-transform: scale(1, 1.1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes pulsate {
    50% {
        -webkit-transform: scale(1, .8);
        -ms-transform: scale(1, .8);
        transform: scale(1, .8);
        -o-transform: scale(1, .8);
        opacity: .5;
        -moz-opacity: .5;
        -khtml-opacity: .5;
        filter: alpha(opacity=50)
    }
    100% {
        -webkit-transform: scale(1, 1.1);
        -ms-transform: scale(1, 1.1);
        transform: scale(1, 1.1);
        -o-transform: scale(1, 1.1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

.parallax-wrapper p {
    font: 16px/24px 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #fff;
    margin: 50px 0
}

.parallax-wrapper .text-h24, .parallax-wrapper h3 {
    color: #fff
}

.parallax-wrapper .text-h20, .parallax-wrapper .text-h24 {
    margin-bottom: 20px
}

.parallax-wrapper .text-h20 p, .parallax-wrapper .text-h24 p {
    font: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    color: inherit !important
}

.parallax-wrapper .text-h20 {
    color: #222020;
    padding-top: 20px;
    font-weight: lighter
}

.parallax-wrapper .btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.parallax-wrapper .btn:hover {
    background-color: rgba(255, 255, 255, .15)
}

.parallax-wrapper.green-parallax .text-h24, .parallax-wrapper.green-parallax h1, .parallax-wrapper.green-parallax h3 {
    color: #e2ffa4
}

.parallax-wrapper.green-parallax .btn {
    background-color: transparent;
    color: #e2ffa4;
    border-color: #e2ffa4
}

.parallax-wrapper.green-parallax .btn:hover {
    background-color: rgba(226, 255, 164, .15)
}

.parallax-wrapper.orange-parallax .text-h24, .parallax-wrapper.orange-parallax h1, .parallax-wrapper.orange-parallax h3 {
    color: #ffec92
}

.parallax-wrapper.orange-parallax .btn {
    background-color: transparent;
    color: #ffec92;
    border-color: #ffec92
}

.parallax-wrapper.orange-parallax .btn:hover {
    background-color: rgba(255, 236, 146, .15)
}

.parallax-wrapper.orange-parallax-dark .text-h24, .parallax-wrapper.orange-parallax-dark h1, .parallax-wrapper.orange-parallax-dark h3 {
    color: #ffa200
}

.parallax-wrapper.orange-parallax-dark .btn {
    background-color: transparent;
    color: #ffa200;
    border-color: #ffa200
}

.parallax-wrapper.orange-parallax-dark .btn:hover {
    background-color: rgba(255, 164, 0, .15)
}

.parallax-wrapper.red-parallax .text-h24, .parallax-wrapper.red-parallax h1, .parallax-wrapper.red-parallax h3 {
    color: #ffd8dd
}

.parallax-wrapper.red-parallax .btn {
    background-color: transparent;
    color: #ffd8dd;
    border-color: #ffd8dd
}

.parallax-wrapper.red-parallax .btn:hover {
    background-color: rgba(255, 216, 221, .15)
}

.parallax-wrapper.violet-parallax .text-h24, .parallax-wrapper.violet-parallax h1, .parallax-wrapper.violet-parallax h3 {
    color: #dfdcff
}

.parallax-wrapper.violet-parallax .btn {
    background-color: transparent;
    color: #dfdcff;
    border-color: #dfdcff
}

.parallax-wrapper.violet-parallax .btn:hover {
    background-color: rgba(223, 220, 255, .15)
}

.parallax-wrapper.blue-parallax .text-h24, .parallax-wrapper.blue-parallax h1, .parallax-wrapper.blue-parallax h3 {
    color: #a0e6ff
}

.parallax-wrapper.blue-parallax .btn {
    background-color: transparent;
    color: #a0e6ff;
    border-color: #a0e6ff
}

.parallax-wrapper.blue-parallax .btn:hover {
    background-color: rgba(160, 230, 255, .15)
}

.parallax-wrapper.light-parallax .text-h24, .parallax-wrapper.light-parallax h1, .parallax-wrapper.light-parallax h3, .parallax-wrapper.light-parallax p {
    color: #7f482c
}

.parallax-wrapper.light-parallax .btn {
    background-color: transparent;
    color: #7f482c;
    border-color: #7f482c
}

.parallax-wrapper.light-parallax .btn:hover {
    background-color: rgba(127, 72, 44, .15)
}

.parallax-wrapper.light-parallax p {
    color: #000
}

.parallax-wrapper.business-page, .parallax-wrapper.business-page .text-h24, .parallax-wrapper.business-page p {
    color: #393838
}

.parallax-wrapper.business-page h1 {
    font-size: 42px
}

.parallax-wrapper.business-page .text-h40 {
    margin: 13px 0
}

.parallax-wrapper.seawave-parallax .text-h24, .parallax-wrapper.seawave-parallax h1, .parallax-wrapper.seawave-parallax h3, .parallax-wrapper.seawave-parallax p {
    color: #375a4b
}

.parallax-wrapper.seawave-parallax .btn-bordered {
    background-color: transparent;
    color: #375a4b;
    border-color: #375a4b
}

.parallax-wrapper.seawave-parallax .btn-bordered:hover {
    background-color: rgba(47, 80, 63, .15)
}

.parallax-wrapper.skyblue-parallax .text-h24, .parallax-wrapper.skyblue-parallax h1, .parallax-wrapper.skyblue-parallax h3, .parallax-wrapper.skyblue-parallax p {
    color: #236c73
}

.parallax-wrapper.skyblue-parallax .btn-bordered {
    background-color: transparent;
    color: #236c73;
    border-color: #236c73
}

table > tbody > tr:last-child > td, table > tbody > tr > td, table > thead > tr > th {
    border-bottom: 1px solid #ddd
}

.parallax-wrapper.skyblue-parallax .btn-bordered:hover {
    background-color: rgba(35, 108, 115, .15)
}

table > tbody > tr > td > p {
    margin-bottom: 0
}

table {
    margin-bottom: 40px;
    width: 100%
}

table > tbody > tr > td.col-2 {
    width: 194px
}

table > tbody > tr > td.col-3 {
    width: 291px
}

table > tbody > tr > td.col-4 {
    width: 388px
}

table > tbody > tr > td.col-5 {
    width: 485px
}

table > tbody > tr > td.col-6 {
    width: 582px
}

table > tbody > tr > td.col-7 {
    width: 679px
}

table > tbody > tr > td.col-8 {
    width: 776px
}

table > tbody > tr > td.col-9 {
    width: 873px
}

table > tbody > tr > td.col-10 {
    width: 970px
}

table > tbody > tr > td.col-11 {
    width: 1067px
}

table > tbody > tr:first-child > td {
    border-top: 1px solid #ffa200
}

table > tbody > tr > td:first-child {
    border-right: 1px solid #ddd
}

table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 25px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table > thead > tr > th {
    vertical-align: bottom
}

table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > th {
    border-top: 0
}

table > tbody + tbody {
    border-top: 1px solid #ddd
}

.table-bordered > tbody > tr:first-child > td:nth-child(1) {
    border-top: 1px solid #ddd !important
}

.table-bordered > tbody > tr:first-child > td:nth-child(2) {
    border-top: 1px solid #ffa200 !important
}

.table-bordered > tbody > tr:first-child > td:nth-child(3) {
    border-top: 1px solid #00afed !important
}

.table-bordered > tbody > tr:first-child > td:nth-child(4) {
    border-top: 1px solid #7ac514 !important
}

.table-bordered > tbody > tr:first-child > td:nth-child(5) {
    border-top: 1px solid #ff4223 !important
}

.table-bordered > tbody > tr:first-child > td:nth-child(6) {
    border-top: 1px solid #ce73cf !important
}

.table-bordered > tbody > tr > td:first-child {
    border-left: 0 !important;
    font-weight: 700
}

.table-bordered > tbody > tr > td:last-child {
    border-right: 0 !important
}

.table-bordered > tbody > tr:first-child > td {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.table-bordered > tbody > tr:first-child > td:first-child {
    font-size: 14px;
    text-align: left
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.page-id-2117 table.table20 > tbody > tr > td, .page-id-3716 table.table20 > tbody > tr > td {
    width: 20%
}

.page-id-2117 table.table25-18 > tbody > tr:first-child > td, .page-id-3716 table.table25-18 > tbody > tr:first-child > td {
    width: 18.5%
}

.page-id-2117 table.table25-18 > tbody > tr:first-child > td:first-child, .page-id-3716 table.table25-18 > tbody > tr:first-child > td:first-child {
    width: 25%
}

.page-id-187 table.table-bordered > tbody > tr > td, .page-id-215 table.table-bordered > tbody > tr > td, .page-id-3863 table.table-bordered > tbody > tr > td, .page-id-3869 table.table-bordered > tbody > tr > td, .postid-4120 table.table-bordered > tbody > tr > td, .postid-4139 table.table-bordered > tbody > tr > td, .postid-4725 table.table-bordered > tbody > tr > td, .postid-4726 table.table-bordered > tbody > tr > td {
    width: 16%
}

.page-id-187 table.table-bordered > tbody > tr > td:first-child, .page-id-215 table.table-bordered > tbody > tr > td:first-child, .page-id-3863 table.table-bordered > tbody > tr > td:first-child, .page-id-3869 table.table-bordered > tbody > tr > td:first-child, .postid-4120 table.table-bordered > tbody > tr > td:first-child, .postid-4139 table.table-bordered > tbody > tr > td:first-child, .postid-4725 table.table-bordered > tbody > tr > td:first-child, .postid-4726 table.table-bordered > tbody > tr > td:first-child {
    width: 20%
}

.page-id-221 table.table-bordered > tbody > tr > td, .page-id-3756 table.table-bordered > tbody > tr > td {
    width: 17%
}

.page-id-221 table.table-bordered > tbody > tr > td:first-child, .page-id-3756 table.table-bordered > tbody > tr > td:first-child {
    width: 15%
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.search-club-by-name {
    padding-right: 40px !important;
    position: relative
}

.search-club-by-name input[name=club_name] {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    background: 0 0
}

.search-club-by-name i {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/btn-btn-search.png) right center no-repeat;*/
/*    -moz-background-size: 105px 38px;
    -o-background-size: 105px 38px;
    -webkit-background-size: 105px 38px;
    background-size: 105px 38px;
*/    background-position: 0 -150px;
    width: 35px;
    height: 40px;
    cursor: pointer
}

.search-club-by-name i:hover {
    opacity: .7
}

.ui-autocomplete {
    max-width: 229px;
    list-style: none;
    background-color: #fff;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 327px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ui-autocomplete li {
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer
}

.cptch_block, .form-field, .search-club-by-name, .select-region-club {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.cptch_block label, .cptch_block#frm_field_cptch_number_container, .form-field label, .form-field#frm_field_cptch_number_container, .search-club-by-name label, .search-club-by-name#frm_field_cptch_number_container, .select-region-club label, .select-region-club#frm_field_cptch_number_container {
    color: #999
}

.cptch_block .frm_error, .form-field .frm_error, .search-club-by-name .frm_error, .select-region-club .frm_error {
    display: inline-block;
    width: 75%;
    float: right;
    color: #ff4223;
    font-size: 12px;
    position: relative;
    line-height: 20px;
    margin-top: 0;
    padding-left: 0
}

.cptch_block .jq-selectbox, .cptch_block .selectbox, .cptch_block input, .cptch_block textarea, .form-field .jq-selectbox, .form-field .selectbox, .form-field input, .form-field textarea, .search-club-by-name .jq-selectbox, .search-club-by-name .selectbox, .search-club-by-name input, .search-club-by-name textarea, .select-region-club .jq-selectbox, .select-region-club .selectbox, .select-region-club input, .select-region-club textarea {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    float: right;
    border: 0;
    width: 75%;
    border: 1px solid rgba(0, 0, 0, .07000000000000001)
}

.cptch_block .jq-selectbox__select, .form-field .jq-selectbox__select, .search-club-by-name .jq-selectbox__select, .select-region-club .jq-selectbox__select {
    font: inherit;
    padding: 0 25px 0 0
}

.cptch_block .jq-selectbox, .cptch_block .selectbox, .form-field .jq-selectbox, .form-field .selectbox, .search-club-by-name .jq-selectbox, .search-club-by-name .selectbox, .select-region-club .jq-selectbox, .select-region-club .selectbox {
    border: 0;
    position: relative
}

.cptch_block .jq-selectbox:hover, .cptch_block .selectbox:hover, .form-field .jq-selectbox:hover, .form-field .selectbox:hover, .search-club-by-name .jq-selectbox:hover, .search-club-by-name .selectbox:hover, .select-region-club .jq-selectbox:hover, .select-region-club .selectbox:hover {
    cursor: pointer
}

.cptch_block .jq-selectbox__select-text, .cptch_block .select, .cptch_block input, .form-field .jq-selectbox__select-text, .form-field .select, .form-field input, .search-club-by-name .jq-selectbox__select-text, .search-club-by-name .select, .search-club-by-name input, .select-region-club .jq-selectbox__select-text, .select-region-club .select, .select-region-club input {
    line-height: 22px;
    font-weight: 700
}

.cptch_block .jq-selectbox__select-text, .cptch_block .select, .form-field .jq-selectbox__select-text, .form-field .select, .search-club-by-name .jq-selectbox__select-text, .search-club-by-name .select, .select-region-club .jq-selectbox__select-text, .select-region-club .select {
    z-index: 10 !important
}

.cptch_block textarea, .form-field textarea, .search-club-by-name textarea, .select-region-club textarea {
    line-height: 18px
}

.cptch_block .jq-selectbox .jq-selectbox__select-text, .cptch_block .jq-selectbox .select, .cptch_block .selectbox .jq-selectbox__select-text, .cptch_block .selectbox .select, .form-field .jq-selectbox .jq-selectbox__select-text, .form-field .jq-selectbox .select, .form-field .selectbox .jq-selectbox__select-text, .form-field .selectbox .select, .search-club-by-name .jq-selectbox .jq-selectbox__select-text, .search-club-by-name .jq-selectbox .select, .search-club-by-name .selectbox .jq-selectbox__select-text, .search-club-by-name .selectbox .select, .select-region-club .jq-selectbox .jq-selectbox__select-text, .select-region-club .jq-selectbox .select, .select-region-club .selectbox .jq-selectbox__select-text, .select-region-club .selectbox .select {
    color: #00afed;
    width: 100%
}

.cptch_block .jq-selectbox .dropdown, .cptch_block .jq-selectbox .jq-selectbox__dropdown, .cptch_block .selectbox .dropdown, .cptch_block .selectbox .jq-selectbox__dropdown, .form-field .jq-selectbox .dropdown, .form-field .jq-selectbox .jq-selectbox__dropdown, .form-field .selectbox .dropdown, .form-field .selectbox .jq-selectbox__dropdown, .search-club-by-name .jq-selectbox .dropdown, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown, .search-club-by-name .selectbox .dropdown, .search-club-by-name .selectbox .jq-selectbox__dropdown, .select-region-club .jq-selectbox .dropdown, .select-region-club .jq-selectbox .jq-selectbox__dropdown, .select-region-club .selectbox .dropdown, .select-region-club .selectbox .jq-selectbox__dropdown {
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    margin: 10px -11px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.cptch_block .jq-selectbox .dropdown ul, .cptch_block .jq-selectbox .jq-selectbox__dropdown ul, .cptch_block .selectbox .dropdown ul, .cptch_block .selectbox .jq-selectbox__dropdown ul, .form-field .jq-selectbox .dropdown ul, .form-field .jq-selectbox .jq-selectbox__dropdown ul, .form-field .selectbox .dropdown ul, .form-field .selectbox .jq-selectbox__dropdown ul, .search-club-by-name .jq-selectbox .dropdown ul, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown ul, .search-club-by-name .selectbox .dropdown ul, .search-club-by-name .selectbox .jq-selectbox__dropdown ul, .select-region-club .jq-selectbox .dropdown ul, .select-region-club .jq-selectbox .jq-selectbox__dropdown ul, .select-region-club .selectbox .dropdown ul, .select-region-club .selectbox .jq-selectbox__dropdown ul {
    list-style: none;
    line-height: 40px;
    margin: 0 -11px 0 0
}

.cptch_block .jq-selectbox .dropdown ul li, .cptch_block .jq-selectbox .jq-selectbox__dropdown ul li, .cptch_block .selectbox .dropdown ul li, .cptch_block .selectbox .jq-selectbox__dropdown ul li, .form-field .jq-selectbox .dropdown ul li, .form-field .jq-selectbox .jq-selectbox__dropdown ul li, .form-field .selectbox .dropdown ul li, .form-field .selectbox .jq-selectbox__dropdown ul li, .search-club-by-name .jq-selectbox .dropdown ul li, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown ul li, .search-club-by-name .selectbox .dropdown ul li, .search-club-by-name .selectbox .jq-selectbox__dropdown ul li, .select-region-club .jq-selectbox .dropdown ul li, .select-region-club .jq-selectbox .jq-selectbox__dropdown ul li, .select-region-club .selectbox .dropdown ul li, .select-region-club .selectbox .jq-selectbox__dropdown ul li {
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer
}

.cptch_block .jq-selectbox .dropdown ul li.sel, .cptch_block .jq-selectbox .jq-selectbox__dropdown ul li.sel, .cptch_block .selectbox .dropdown ul li.sel, .cptch_block .selectbox .jq-selectbox__dropdown ul li.sel, .form-field .jq-selectbox .dropdown ul li.sel, .form-field .jq-selectbox .jq-selectbox__dropdown ul li.sel, .form-field .selectbox .dropdown ul li.sel, .form-field .selectbox .jq-selectbox__dropdown ul li.sel, .search-club-by-name .jq-selectbox .dropdown ul li.sel, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown ul li.sel, .search-club-by-name .selectbox .dropdown ul li.sel, .search-club-by-name .selectbox .jq-selectbox__dropdown ul li.sel, .select-region-club .jq-selectbox .dropdown ul li.sel, .select-region-club .jq-selectbox .jq-selectbox__dropdown ul li.sel, .select-region-club .selectbox .dropdown ul li.sel, .select-region-club .selectbox .jq-selectbox__dropdown ul li.sel {
    display: none !important
}

.cptch_block .jq-selectbox .dropdown ul li:last-child, .cptch_block .jq-selectbox .jq-selectbox__dropdown ul li:last-child, .cptch_block .selectbox .dropdown ul li:last-child, .cptch_block .selectbox .jq-selectbox__dropdown ul li:last-child, .form-field .jq-selectbox .dropdown ul li:last-child, .form-field .jq-selectbox .jq-selectbox__dropdown ul li:last-child, .form-field .selectbox .dropdown ul li:last-child, .form-field .selectbox .jq-selectbox__dropdown ul li:last-child, .search-club-by-name .jq-selectbox .dropdown ul li:last-child, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown ul li:last-child, .search-club-by-name .selectbox .dropdown ul li:last-child, .search-club-by-name .selectbox .jq-selectbox__dropdown ul li:last-child, .select-region-club .jq-selectbox .dropdown ul li:last-child, .select-region-club .jq-selectbox .jq-selectbox__dropdown ul li:last-child, .select-region-club .selectbox .dropdown ul li:last-child, .select-region-club .selectbox .jq-selectbox__dropdown ul li:last-child {
    border-bottom: 0
}

.cptch_block .jq-selectbox .dropdown .jq-selectbox__search, .cptch_block .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search, .cptch_block .selectbox .dropdown .jq-selectbox__search, .cptch_block .selectbox .jq-selectbox__dropdown .jq-selectbox__search, .form-field .jq-selectbox .dropdown .jq-selectbox__search, .form-field .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search, .form-field .selectbox .dropdown .jq-selectbox__search, .form-field .selectbox .jq-selectbox__dropdown .jq-selectbox__search, .search-club-by-name .jq-selectbox .dropdown .jq-selectbox__search, .search-club-by-name .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search, .search-club-by-name .selectbox .dropdown .jq-selectbox__search, .search-club-by-name .selectbox .jq-selectbox__dropdown .jq-selectbox__search, .select-region-club .jq-selectbox .dropdown .jq-selectbox__search, .select-region-club .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search, .select-region-club .selectbox .dropdown .jq-selectbox__search, .select-region-club .selectbox .jq-selectbox__dropdown .jq-selectbox__search {
    position: absolute;
    top: -46px;
    width: 100%;
    background: 0 0
}

.cptch_block .jq-selectbox .dropdown .jq-selectbox__search input[type=search], .cptch_block .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .cptch_block .selectbox .dropdown .jq-selectbox__search input[type=search], .cptch_block .selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .form-field .jq-selectbox .dropdown .jq-selectbox__search input[type=search], .form-field .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .form-field .selectbox .dropdown .jq-selectbox__search input[type=search], .form-field .selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .search-club-by-name .jq-selectbox .dropdown .jq-selectbox__search input[type=search], .search-club-by-name .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .search-club-by-name .selectbox .dropdown .jq-selectbox__search input[type=search], .search-club-by-name .selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .select-region-club .jq-selectbox .dropdown .jq-selectbox__search input[type=search], .select-region-club .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search], .select-region-club .selectbox .dropdown .jq-selectbox__search input[type=search], .select-region-club .selectbox .jq-selectbox__dropdown .jq-selectbox__search input[type=search] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
    width: 100%;
    background: #fff
}

.cptch_block .jq-selectbox .jq-selectbox__trigger-arrow, .cptch_block .jq-selectbox i,
.cptch_block .selectbox .jq-selectbox__trigger-arrow, .cptch_block .selectbox i,
.form-field .jq-selectbox .jq-selectbox__trigger-arrow, .form-field .jq-selectbox i,
.form-field .selectbox .jq-selectbox__trigger-arrow, .form-field .selectbox i,
.search-club-by-name .jq-selectbox .jq-selectbox__trigger-arrow, .search-club-by-name .jq-selectbox i,
.search-club-by-name .selectbox .jq-selectbox__trigger-arrow, .search-club-by-name .selectbox i,
.select-region-club .jq-selectbox .jq-selectbox__trigger-arrow, .select-region-club .jq-selectbox i,
.select-region-club .selectbox .jq-selectbox__trigger-arrow, .select-region-club .selectbox i {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 16px;
    height: 9px;
    background: url(../images/sprites.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
/*    background: url(/wp-content/themes/html5blank-master/images/arrow-select.png) no-repeat;
    -moz-background-size: 32px 27px;
    -o-background-size: 32px 27px;
    -webkit-background-size: 32px 27px;
    background-size: 32px 27px
*/}

.cptch_block .jq-selectbox .jq-selectbox__trigger-arrow:hover, .cptch_block .jq-selectbox i:hover, .cptch_block .selectbox .jq-selectbox__trigger-arrow:hover, .cptch_block .selectbox i:hover, .form-field .jq-selectbox .jq-selectbox__trigger-arrow:hover, .form-field .jq-selectbox i:hover, .form-field .selectbox .jq-selectbox__trigger-arrow:hover, .form-field .selectbox i:hover, .search-club-by-name .jq-selectbox .jq-selectbox__trigger-arrow:hover, .search-club-by-name .jq-selectbox i:hover, .search-club-by-name .selectbox .jq-selectbox__trigger-arrow:hover, .search-club-by-name .selectbox i:hover, .select-region-club .jq-selectbox .jq-selectbox__trigger-arrow:hover, .select-region-club .jq-selectbox i:hover, .select-region-club .selectbox .jq-selectbox__trigger-arrow:hover, .select-region-club .selectbox i:hover {
    background-position: 0 -9px
}

.mfp-content .cptch_block .frm_error, .mfp-content .form-field .frm_error, .mfp-content .search-club-by-name .frm_error, .mfp-content .select-region-club .frm_error {
    width: 80%
}

.form-submit {
    clear: both
}

#frm_field_cptch_number_container, .cptch_block {
    width: 50%;
    min-width: 195px
}

#frm_field_cptch_number_container #cptch_input, .cptch_block #cptch_input {
    border: 1px solid rgba(229, 229, 229, .5);
    padding: 0 10px;
    font-size: 16px !important;
    color: #454545;
    float: none;
    text-align: center
}

#frm_field_cptch_number_container .frm_error, .cptch_block .frm_error {
    width: 100%;
    text-align: right
}

#frm_field_cptch_number_container br, .cptch_block br {
    display: none
}

.frm_fields_container .require-field {
	display: none;
    margin-bottom: 30px;
    display: inline-block;
    font-style: italic;
    color: #999;
	opacity: 0;
    font-size: 0;
    margin: 0;
}

.require-field span {
    font-weight: 700
}

.frm_forms form {
    position: relative
}

.frm_forms form .wrapper-preloader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7)
}

.frm_forms form .wrapper-preloader img {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -55px
}

.frm_forms form.is-loading .wrapper-preloader {
    display: block
}

.wrapper-about-country .btn-border-blue, footer .btn-orange {
    display: none
}

.myan-search-wrap-btn {
    display: none !important
}

.mfp-wrap {
    cursor: default !important
}

.mfp-container {
    left: 50% !important;
    padding: 0 !important;
	transform: translate(-50%);
}

.mfp-container.mfp-image-holder {
    max-width: none !important;
    margin-left: 0
}

.mfp-figure:after {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    background: 0 0 !important
}

img.mfp-img {
    padding: 40px 80px 20px !important
}

.mfp-iframe-holder {
    padding: 0 !important
}

.mfp-iframe-holder .mfp-content {
    padding: 8.33333333% !important;
    background-color: #fff;
    max-width: none !important
}

.mfp-video .mfp-close {
    right: -40px !important;
    top: -40px !important
}

.mfp-bg-transparent .mfp-content {
    background: 0 0 !important
}

.start-popup, .wrap-trade-in-popup {
    background: 0 0;
    padding-top: 50px
}

.start-popup .close-start-popup.mfp-close, .wrap-trade-in-popup .close-start-popup.mfp-close {
    background: url(../images/sprites.png) no-repeat;
    width: 40px;
    height: 40px;
    /*background: url(/wp-content/themes/html5blank-master/images/start-popup/popup-close.png) center no-repeat !important;*/
    background-position: -150px -150px;
    border: 2px solid #ffa200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: -45px !important;
    top: -45px !important
}

.start-popup .text-h48, .wrap-trade-in-popup .text-h48 {
    text-align: center;
    color: #ffa200;
    font-weight: lighter;
    margin-bottom: 40px;
    display: block
}

.start-popup .text-18, .wrap-trade-in-popup .text-18 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 90px;
    display: block
}

.start-popup .arrow, .wrap-trade-in-popup .arrow {
    position: absolute;
    width: 118px;
    height: 30px;
    background: url(/wp-content/themes/html5blank-master/images/start-popup/arrow.png) no-repeat;
    left: 50%;
    margin-left: -59px;
    top: -15px;
    display: block
}

.start-popup .btn-orange, .wrap-trade-in-popup .btn-orange {
    color: #000 !important;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 18px;
    margin-right: 0
}

.mfp-close {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/img-popup-close.png) no-repeat !important;*/
    text-indent: -999px;
    right: 40px !important;
    top: 40px !important;
    color: transparent !important;
    cursor: pointer !important;
    background-position: -150px -150px;
}

.mfp-iframe-scaler {
    position: relative;
    overflow: visible !important
}

.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important
}

.mfp-content {
    padding-top: 50px;
    padding-bottom: 50px;
    top: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff
}

.mfp-content .frm_forms {
    margin-left: -10px;
    margin-right: -10px
}

.mfp-content .frm_forms form {
    margin: 0 16.66666667%;
    padding: 0 10px
}

.mfp-content .frm_forms .frm_error_style {
    text-align: center;
    padding: 0 50px;
    font-size: 16px;
    color: #ff4223
}

.mfp-content .frm_forms .frm_message {
    padding: 50px 10px;
    margin: 0 8.33333333%
}

.mfp-content .frm_forms .frm_message p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center
}

.mfp-content h3 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px
}

.mfp-content .frm_error {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px
}

.mfp-content fieldset .form-field {
    position: relative
}

.mfp-content fieldset .form-field label {
    line-height: 20px;
    width: 19%
}

.mfp-content fieldset .form-field input {
    margin: 0
}

.mfp-content fieldset .form-field input, .mfp-content fieldset .form-field textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px
}

.mfp-content fieldset .form-field input:-moz-placeholder, .mfp-content fieldset .form-field textarea:-moz-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.mfp-content fieldset .form-field input::-moz-placeholder, .mfp-content fieldset .form-field textarea::-moz-placeholder {
    color: #c4c4c4;
    opacity: 1;
    font-weight: 400
}

.mfp-content fieldset .form-field input:-ms-input-placeholder, .mfp-content fieldset .form-field textarea:-ms-input-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.mfp-content fieldset .form-field input::-webkit-input-placeholder, .mfp-content fieldset .form-field textarea::-webkit-input-placeholder {
    color: #c4c4c4;
    font-weight: 400
}

.mfp-content .about-pro2 .text-18 {
    margin-bottom: 10px
}

.mfp-content .additional-order {
    color: #00afed;
    font-size: 22px;
    padding-left: 35px;
    cursor: default;
    line-height: 26px;
    display: block;
    /*width: 100%;*/
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../images/sprites.png) no-repeat;
    /*background: url(/wp-content/themes/html5blank-master/images/img-additional-order.png) left top no-repeat*/
    background-position: -200px -140px;
    width: 26px;
    height: 26px;
}

.mfp-content .additional-order.open {
    padding-left: 0;
    background: 0 0;
    margin-bottom: 40px
}

.mfp-content .additional-closed {
    width: 100%;
    display: block
}

.mfp-content .additional-closed h4 {
    font-weight: 400;
 margin-bottom: 5px;
}
.mfp-content .frm_fields_container h4 {
 margin-bottom: 5px;
}

.mfp-content .additional-closed .form-field {
    border: 0
}

.mfp-content .additional-closed .accessories .form-field {
    padding-top: 140px
}

.mfp-content .additional-closed .accessories .form-field:nth-child(1) {
    background: url(/wp-content/themes/html5blank-master/images/evoclub-blue.jpg) 40px 0 no-repeat
}

.mfp-content .additional-closed .accessories .form-field:nth-child(2) {
    background: url(/wp-content/themes/html5blank-master/images/complect4.jpg) 40px 0 no-repeat
}

.mfp-content .additional-closed .accessories .form-field:nth-child(3) {
    background: url(/wp-content/themes/html5blank-master/images/converter.jpg) 40px 0 no-repeat
}

.mfp-content .additional-closed .region-bank-song .form-field {
    width: 25% !important;
    margin-bottom: 0 !important
}

.mfp-content .additional-closed .router .frm_radio {
    padding-top: 130px
}

.mfp-content .additional-closed .router .frm_radio:nth-child(3) {
    background: #fff
}

.mfp-content .additional-closed .router .frm_radio:nth-child(1) {
    background: url(/wp-content/themes/html5blank-master/images/router-1.jpg) 20px 0 no-repeat
}

.mfp-content .additional-closed .router .frm_radio:nth-child(2) {
    background: url(/wp-content/themes/html5blank-master/images/router-2.jpg) 20px 0 no-repeat
}

.mfp-content .additional-closed .frm_radio {
    padding: 10px 0
}

.mfp-content .additional-closed .accessories .form-field, .mfp-content .additional-closed .checkbox-block, .mfp-content .additional-closed .frm_radio, .mfp-content .additional-closed .region-bank-song .form-field {
    width: 33%;
    float: left
}

.mfp-content .additional-closed .accessories .form-field label, .mfp-content .additional-closed .checkbox-block label, .mfp-content .additional-closed .frm_radio label, .mfp-content .additional-closed .region-bank-song .form-field label {
    display: block;
    position: relative;
    padding-left: 30px;
    width: 100%;
    font-weight: 700
}

.mfp-content .additional-closed .accessories .form-field label .price, .mfp-content .additional-closed .checkbox-block label .price, .mfp-content .additional-closed .frm_radio label .price, .mfp-content .additional-closed .region-bank-song .form-field label .price {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-top: 10px
}

.mfp-content .additional-closed .accessories .form-field label:hover, .mfp-content .additional-closed .checkbox-block label:hover, .mfp-content .additional-closed .frm_radio label:hover, .mfp-content .additional-closed .region-bank-song .form-field label:hover {
    color: #454545
}

.mfp-content .additional-closed .accessories .form-field label input[type=radio], .mfp-content .additional-closed .accessories .form-field label input[type=radio] + i, .mfp-content .additional-closed .accessories .form-field label input[type=checkbox], .mfp-content .additional-closed .accessories .form-field label input[type=checkbox] + i, .mfp-content .additional-closed .checkbox-block label input[type=radio], .mfp-content .additional-closed .checkbox-block label input[type=radio] + i, .mfp-content .additional-closed .checkbox-block label input[type=checkbox], .mfp-content .additional-closed .checkbox-block label input[type=checkbox] + i, .mfp-content .additional-closed .frm_radio label input[type=radio], .mfp-content .additional-closed .frm_radio label input[type=radio] + i, .mfp-content .additional-closed .frm_radio label input[type=checkbox], .mfp-content .additional-closed .frm_radio label input[type=checkbox] + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=radio], .mfp-content .additional-closed .region-bank-song .form-field label input[type=radio] + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=checkbox], .mfp-content .additional-closed .region-bank-song .form-field label input[type=checkbox] + i {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    background-position: 0 0
}

.mfp-content .additional-closed .accessories .form-field label input[type=radio], .mfp-content .additional-closed .accessories .form-field label input[type=checkbox], .mfp-content .additional-closed .checkbox-block label input[type=radio], .mfp-content .additional-closed .checkbox-block label input[type=checkbox], .mfp-content .additional-closed .frm_radio label input[type=radio], .mfp-content .additional-closed .frm_radio label input[type=checkbox], .mfp-content .additional-closed .region-bank-song .form-field label input[type=radio], .mfp-content .additional-closed .region-bank-song .form-field label input[type=checkbox] {
    width: 1px;
    height: 1px;
    top: 10px;
    left: 5px;
    border: 0 !important;
    background: 0 0;
    padding: 0 !important
}

.mfp-content .additional-closed .accessories .form-field label input[type=radio] + i, .mfp-content .additional-closed .checkbox-block label input[type=radio] + i, .mfp-content .additional-closed .frm_radio label input[type=radio] + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=radio] + i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url(/wp-content/themes/html5blank-master/images/img-radio-button.png) no-repeat #fff
}

.mfp-content .additional-closed .accessories .form-field label input[type=checkbox] + i, .mfp-content .additional-closed .checkbox-block label input[type=checkbox] + i, .mfp-content .additional-closed .frm_radio label input[type=checkbox] + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=checkbox] + i {
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/html5blank-master/images/img-checkbox.png) no-repeat #fff
}

.mfp-content .additional-closed .accessories .form-field label input[type=radio]:checked + i, .mfp-content .additional-closed .checkbox-block label input[type=radio]:checked + i, .mfp-content .additional-closed .frm_radio label input[type=radio]:checked + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=radio]:checked + i {
    background-position: 0 -15px
}

.mfp-content .additional-closed .accessories .form-field label input[type=checkbox]:checked + i, .mfp-content .additional-closed .checkbox-block label input[type=checkbox]:checked + i, .mfp-content .additional-closed .frm_radio label input[type=checkbox]:checked + i, .mfp-content .additional-closed .region-bank-song .form-field label input[type=checkbox]:checked + i {
    background-position: 0 -18px
}

.mfp-content fieldset .form-field .jq-selectbox, .mfp-content fieldset .form-field input, .mfp-content fieldset .form-field textarea {
    width: 80%
}

.form-left-col-sm-6 {
    width: 60%;
    float: left;
    margin-left: -13%
}

.form-right-col-sm-6 {
    width: 60%;
    float: right;
    margin-right: -13%
}

.checkbox-block.with-2-column .frm_radio:first-child {
    width: 50%;
    margin-left: -4%
}

.checkbox-block.with-2-column .frm_radio:last-child {
    width: 54%;
    margin-right: -13%;
    float: right
}

.modal_info-price:after, .modal_info-price:before {
    content: "";
    visibility: hidden
}

.page-id-3790 .parallax-wrapper.light-parallax .btn {
    background-color: rgba(255, 255, 255, .85)
}

.myan-msg-error, .myan-msg-success {
    margin: 3px 0 18px 6px;
    padding-left: 30px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.025em;
    display: inline-block;
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.myan-msg-error {
    color: #cd0000;
}

.myan-msg-error a {
    color: #cd0000;
    border-bottom: 1px dotted #cd0000
}

.myan-msg-error a:hover {
    border: none
}

.myan-msg-success {
    color: #a0cd18;
}

.bottom, .top {
    position: fixed
}

.bottom {
    bottom: 0;
    z-index: 100
}

.top {
    top: 0;
    z-index: 100
}

.menu-item-has-children .hid {
    display: none
}

.menu-item-has-children .sub-menu .hid {
    display: block
}

.big-text-price-50s {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 700
}

.standart-text-price-28s {
    font-size: 2em;
    font-weight: 700
}

.pad-p-2px {
    margin-top: 5px
}

.pad-p-2px p {
    margin-bottom: 2px
}


.wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr,
.wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login,
.wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint {
    width: 25px;
}

.block_currencies {
    position: fixed;
    top: 160px;
    right: 0;
    width: 50px;
    height: 61px;
    background: #00afed;
    z-index: 201;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px
}

.block_currencies .on_currency {
    color: #fff;
    font-weight: 700
}

.block_currencies .off_currency {
    cursor: pointer;
    color: #fff
}

.block_currencies .off_currency:hover {
    text-decoration: underline
}

.norub {
    padding-left: 0;
    background: 0 0;
    width: auto;
}



.btn-large {
    width: 100%;
    padding: 18px 20px
}

.media-player .mejs-container .mejs-controls {
    overflow: hidden
}

.media-player .mejs-container .mejs-controls div {
    width: 0;
    left: -256px
}

#frm_field_cptch_number_container {
    display: none !important
}

.modal_info-price {
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0);
    text-indent: 0;
    cursor: help
}

.compact-hd-disp-none, .page-id-8465 .other-karaoke-systems.row, .page-id-8704 .other-karaoke-systems.row, .page-id-8705 .other-karaoke-systems.row, .page-id-8781 .other-karaoke-systems.row, .page-id-8787 .other-karaoke-systems.row, .page-id-17 .disp-none, .page-id-3967 .disp-none, .page-id-6715 .disp-none {
    display: none
}

.modal_info-price > .price-info-modal {
    position: absolute;
    bottom: 100%;
    left: -10em;
    right: -20em;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    max-width: 25em;
    max-height: 73vh;
    padding: .3em;
    border: solid #c8c8c8;
    font-size: 90%;
    background: #fff;
    line-height: normal;
    cursor: auto
}

.modal_info-price:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -.4em;
    border: .4em solid;
    border-color: #c8c8c8 transparent transparent;
    cursor: auto
}

.modal_info-price:before {
    position: absolute;
    top: -.4em;
    left: 0;
    right: 0;
    height: .4em
}

.modal_info-price:focus:after, .modal_info-price:focus:before, .modal_info-price:focus > .price-info-modal, .modal_info-price:hover:after, .modal_info-price:hover:before, .modal_info-price:hover > .price-info-modal {
    visibility: visible;
    transition: 0s .4s
}

.modal_info-price:focus {
    outline: 0
}

.modal_info-price:after, .modal_info-price > .price-info-modal {
    opacity: 0;
    transform: translateY(1.5em) scale(.3);
    transform-origin: center bottom
}

.modal_info-price:after {
    transform: translateY(.7em) scale(.3)
}

.modal_info-price:focus:after, .modal_info-price:focus > .price-info-modal, .modal_info-price:hover:after, .modal_info-price:hover > .price-info-modal {
    opacity: 1;
    transition: .6s .4s;
    transform: translateY(0);
    z-index: 999999;
    font-size: 12px
}

@media (max-width: 20em) {
    .modal_info-price > .price-info-modal {
        max-width: 100vw;
        box-sizing: border-box
    }
}

.page-id-8465 header .wrapper-myan-menu, .page-id-8781 header .wrapper-myan-menu, .page-id-8787 header .wrapper-myan-menu, .parent-pageid-8465 header .wrapper-myan-menu {
    background: #666565
}


.page-id-8465 #menu-glavnoe-menyu li, .page-id-8465 #menu-glavnoe-menyu-en li,
.page-id-8781 #menu-glavnoe-menyu li, .page-id-8781 #menu-glavnoe-menyu-en li,
.page-id-8787 #menu-glavnoe-menyu li,
.page-id-8787 #menu-glavnoe-menyu-en li, .parent-pageid-8465 #menu-glavnoe-menyu li {
    text-shadow: 0 1px 1px transparent
}

.page-id-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i,
.page-id-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i,
.page-id-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i,
.page-id-8781 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i,
.page-id-8781 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i,
.page-id-8781 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i,
.page-id-8787 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i,
.page-id-8787 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i,
.page-id-8787 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i,
.parent-pageid-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i,
.parent-pageid-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i,
.parent-pageid-8465 .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i {
    color: #666565
}

.page-id-8465 input[type=submit], .page-id-8781 .btn, .page-id-8781 input[type=submit], .page-id-8787 .btn, .page-id-8787 input[type=submit], .parent-pageid-8465 .btn, .parent-pageid-8465 input[type=submit] {
    border: 2px solid #7d6cff;
    background-color: #7d6cff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    padding: 10px 23px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    -ms-transition: all .5s linear !important;
    -o-transition: all .5s linear !important;
    transition: all .5s linear !important
}

.page-id-8465 input[type=submit]:hover, .parent-pageid-8465 .btn:hover, .parent-pageid-8465 input[type=submit]:hover {
    border: 2px solid #7d6cff;
    background-color: #9688ff;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    -ms-transition: all .5s linear !important;
    -o-transition: all .5s linear !important;
    transition: all .5s linear !important
}

.page-id-8465 .block_currencies, .parent-pageid-8465 .block_currencies {
    background: #7D6CFF
}

.page-id-8465 .big-photo .home-system, .page-id-8704 .big-photo .home-system, .page-id-8705 .big-photo .home-system {
    top: 120px;
    background-color: #7d6cff;
    right: 145px
}

.page-id-8465 .big-photo .home-system:after, .page-id-8704 .big-photo .home-system:after, .page-id-8705 .big-photo .home-system:after {
    border: 6px solid #7d6cff
}

.page-id-8465 .btn-large, .page-id-8704 .btn-large, .page-id-8705 .btn-large {
    padding: 15px 30px
}

.page-id-8465 .modal_info-price > .price-info-modal, .page-id-8704 .modal_info-price > .price-info-modal, .page-id-8705 .modal_info-price > .price-info-modal, .parent-pageid-8465 .modal_info-price > .price-info-modal {
    color: #333
}

.page-id-8465 .min-btm.wpb_column.column_container, .page-id-8704 .min-btm.wpb_column.column_container, .page-id-8705 .min-btm.wpb_column.column_container {
    padding: 0 77px
}

.page-id-8465 .big-text-price-50.norub, .page-id-8465 .standart-text-price-28, .page-id-8705 .big-text-price-50.norub, .page-id-8705 .standart-text-price-28, .parent-pageid-8465 .big-text-price-50s, .parent-pageid-8465 .big-text-price-50s.norub, .parent-pageid-8465 .standart-text-price-28 {
    font-weight: 400
}

.ls-slide span.slide-text, .ls-slide span.slide-title {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif
}

.page-id-8465 .container .full-width #lang_sel ul li:hover > ul li > a:hover, .page-id-8705 .container .full-width #lang_sel ul li:hover > ul li > a:hover, .parent-pageid-8465 .container .full-width #lang_sel ul li:hover > ul li > a:hover {
    color: #cacaca !important;
    border-bottom-color: #cacaca
}

.page-id-8781 main .separator, .page-id-8787 main .separator, .page-id-8821 main .separator {
    border-bottom: 1px solid #2f2f2f
}

.page-id-8781 .blue-separator p {
    border-bottom: 1px solid rgba(0, 175, 237, .68) !important
}

.page-id-8781 .red-separator p {
    border-bottom: 1px solid rgba(255, 66, 35, .68) !important
}

.page-id-8781 .violet-separator p {
    border-bottom: 1px solid rgba(206, 115, 207, .68) !important
}

.page-id-8781 .p-top50px, .page-id-8787 .p-top50px {
    background: #000;
    color: #fff
}

.page-id-8781 .table-bordered > tbody > tr:first-child > td:nth-child(2) {
    border-top: 1px solid rgba(255, 162, 0, .68) !important
}

.page-id-8781 .table-bordered > tbody > tr:first-child > td:nth-child(3) {
    border-top: 1px solid rgba(0, 175, 237, .68) !important
}

.page-id-8781 .table-bordered > tbody > tr:first-child > td:nth-child(4) {
    border-top: 1px solid rgba(122, 197, 20, .68) !important
}

.page-id-8465 .ls-v5 .ls-thumbnail-inner, .page-id-8704 .ls-v5 .ls-thumbnail-inner, .page-id-8705 .ls-v5 .ls-thumbnail-inner {
    padding: 2px;
    margin-left: -2px;
    background: rgba(255, 255, 255, 0)
}

.page-id-8465 .ls-thumbnail-wrapper, .page-id-8704 .ls-thumbnail-wrapper, .page-id-8705 .ls-thumbnail-wrapper {
    position: absolute;
    margin-top: -76%
}

.page-id-8465 .ls-thumb-1 img, .page-id-8465 .ls-thumb-2 img, .page-id-8465 .ls-thumb-3 img, .page-id-8465 .ls-thumb-4 img, .page-id-8465 .ls-thumb-5 img, .page-id-8465 .ls-thumb-6 img, .page-id-8465 .ls-thumb-7 img, .page-id-8465 .ls-thumb-8 img, .page-id-8465 .ls-thumb-9 img, .page-id-8704 .ls-thumb-1 img, .page-id-8704 .ls-thumb-2 img, .page-id-8704 .ls-thumb-3 img, .page-id-8704 .ls-thumb-4 img, .page-id-8704 .ls-thumb-5 img, .page-id-8704 .ls-thumb-6 img, .page-id-8704 .ls-thumb-7 img, .page-id-8704 .ls-thumb-8 img, .page-id-8704 .ls-thumb-9 img, .page-id-8705 .ls-thumb-1 img, .page-id-8705 .ls-thumb-2 img, .page-id-8705 .ls-thumb-3 img, .page-id-8705 .ls-thumb-4 img, .page-id-8705 .ls-thumb-5 img, .page-id-8705 .ls-thumb-6 img, .page-id-8705 .ls-thumb-7 img, .page-id-8705 .ls-thumb-8 img, .page-id-8705 .ls-thumb-9 img {
    box-shadow: none;
    border: 2px solid #fff !important;
    border-radius: 70px !important;
    height: 90px;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
    margin: 0 auto;
    margin-top: 10px !important
}

.page-id-8465 .ls-thumb-1 img.ls-thumb-active, .page-id-8465 .ls-thumb-2 img.ls-thumb-active, .page-id-8465 .ls-thumb-3 img.ls-thumb-active, .page-id-8465 .ls-thumb-4 img.ls-thumb-active, .page-id-8465 .ls-thumb-5 img.ls-thumb-active, .page-id-8465 .ls-thumb-6 img.ls-thumb-active, .page-id-8465 .ls-thumb-7 img.ls-thumb-active, .page-id-8465 .ls-thumb-8 img.ls-thumb-active, .page-id-8465 .ls-thumb-9 img.ls-thumb-active, .page-id-8704 .ls-thumb-1 img.ls-thumb-active, .page-id-8704 .ls-thumb-2 img.ls-thumb-active, .page-id-8704 .ls-thumb-3 img.ls-thumb-active, .page-id-8704 .ls-thumb-4 img.ls-thumb-active, .page-id-8704 .ls-thumb-5 img.ls-thumb-active, .page-id-8704 .ls-thumb-6 img.ls-thumb-active, .page-id-8704 .ls-thumb-7 img.ls-thumb-active, .page-id-8704 .ls-thumb-8 img.ls-thumb-active, .page-id-8704 .ls-thumb-9 img.ls-thumb-active, .page-id-8705 .ls-thumb-1 img.ls-thumb-active, .page-id-8705 .ls-thumb-2 img.ls-thumb-active, .page-id-8705 .ls-thumb-3 img.ls-thumb-active, .page-id-8705 .ls-thumb-4 img.ls-thumb-active, .page-id-8705 .ls-thumb-5 img.ls-thumb-active, .page-id-8705 .ls-thumb-6 img.ls-thumb-active, .page-id-8705 .ls-thumb-7 img.ls-thumb-active, .page-id-8705 .ls-thumb-8 img.ls-thumb-active, .page-id-8705 .ls-thumb-9 img.ls-thumb-active {
    padding: 10px !important;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
    margin-bottom: -12px !important;
    background: #000 !important;
    margin-top: 0 !important
}

.page-id-8781 table > tbody > tr:last-child > td, .page-id-8781 table > tbody > tr > td {
    border: 1px solid #2f2f2f
}

.parent-pageid-8465 table > tbody > tr > td:first-child {
    border-right: 1px solid #2f2f2f
}

.parent-pageid-8465 table > tbody > tr > td, .parent-pageid-8465 table > tbody > tr > th, .parent-pageid-8465 table > tfoot > tr > td, .parent-pageid-8465 table > tfoot > tr > th, .parent-pageid-8465 table > thead > tr > td, .parent-pageid-8465 table > thead > tr > th {
    padding: 25px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #2f2f2f
}

.parent-pageid-8465 table > tbody > tr:last-child > td, .parent-pageid-8465 table > tbody > tr > td {
    border-bottom: 1px solid #2f2f2f
}

.parent-pageid-8465 table > tbody > tr:first-child > td {
    border-top: 1px solid rgba(255, 162, 0, .68)
}

.page-id-8781 .table-bordered > tbody > tr:first-child > td:nth-child(1) {
    border-top: 1px solid #757272 !important
}

#post-8781 .table-bordered > tbody > tr > td:first-child {
    font-size: 16px
}

p.thumb_text {
    opacity: .6;
    position: fixed;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    margin: 38px 0;
    width: 128px;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important
}

p.thumb_text.ls-thumb-active {
    color: #fff;
    opacity: 1;
    -webkit-transition: all .3s linear !important;
    -moz-transition: all .3s linear !important;
    -ms-transition: all .3s linear !important;
    -o-transition: all .3s linear !important;
    transition: all .3s linear !important;
    position: fixed;
    padding: 1px 0 !important;
    margin: 40px 0 !important
}

.slider-padding {
    padding-top: 225px
}

.page-id-8465 img.btm.ls-preloaded:hover {
    opacity: .8
}

.page-id-8465 .ls-thumb-1, .page-id-8465 .ls-thumb-2, .page-id-8465 .ls-thumb-3, .page-id-8465 .ls-thumb-4, .page-id-8465 .ls-thumb-5, .page-id-8465 .ls-thumb-6, .page-id-8465 .ls-thumb-7, .page-id-8465 .ls-thumb-8, .page-id-8465 .ls-thumb-9, .page-id-8704 .ls-thumb-1, .page-id-8704 .ls-thumb-2, .page-id-8704 .ls-thumb-4, .page-id-8704 .ls-thumb-5, .page-id-8704 .ls-thumb-6, .page-id-8704 .ls-thumb-7, .page-id-8704 .ls-thumb-8, .page-id-8704 .ls-thumb-9, .page-id-8705 .ls-thumb-1, .page-id-8705 .ls-thumb-2, .page-id-8705 .ls-thumb-3, .page-id-8705 .ls-thumb-4, .page-id-8705 .ls-thumb-5, .page-id-8705 .ls-thumb-6, .page-id-8705 .ls-thumb-7, .page-id-8705 .ls-thumb-8, .page-id-8705 .ls-thumb-9 {
    height: 125px
}

.ls-slide span.slide-title {
    color: #fff
}

.ls-slide-2 span.slide-title, .ls-slide-3 span.slide-title, .ls-slide-4 span.slide-title {
    color: #92b5fa
}

.ls-slide span.slide-text {
    color: #aeadad
}

.page-id-8465 .ls-slide p.ls-l, .page-id-8704 .ls-slide p.ls-l, .page-id-8705 .ls-slide p.ls-l {
    line-height: 24px !important
}

.page-id-8465 .ls-v5 .ls-thumbnail-slide a, .page-id-8704 .ls-v5 .ls-thumbnail-slide a, .page-id-8705 .ls-v5 .ls-thumbnail-slide a {
    margin: 0 auto !important;
    text-align: center !important;
    padding: 10px 0 !important
}

.page-id-8465 .ls-thumbnail-slide img, .page-id-8704 .ls-thumbnail-slide img, .page-id-8705 .ls-thumbnail-slide img {
    margin: 0 auto;
    text-align: center !important
}

.page-id-8465 .ls-inner, .page-id-8704 .ls-inner, .page-id-8705 .ls-inner {
    border-bottom: 1px solid #2e2e2e;
    background: url(/wp-content/uploads/2016/05/line-top.png) no-repeat;
    background-position-x: center
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.page-id-8465 .fade-in, .page-id-8704 .fade-in, .page-id-8705 .fade-in {
    -webkit-animation: fade-in 5s linear;
    -moz-animation: fade-in 5s linear;
    -o-animation: fade-in 5s linear;
    animation: fade-in 5s linear
}

.page-id-8465 .ls-v5 .ls-playvideo, .page-id-8465 .ls-v5 .ls-playvideo:hover, .page-id-8465 .ls-v5 .ls-vpcontainer .ls-playvideo:hover, .page-id-8704 .ls-v5 .ls-playvideo, .page-id-8704 .ls-v5 .ls-playvideo:hover, .page-id-8704 .ls-v5 .ls-vpcontainer .ls-playvideo:hover, .page-id-8705 .ls-v5 .ls-playvideo, .page-id-8705 .ls-v5 .ls-playvideo:hover, .page-id-8705 .ls-v5 .ls-vpcontainer .ls-playvideo:hover {
    background-position: -277px -189px !important;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px;
    background-image: url(/wp-content/uploads/2016/05/ico-slide-compacthd_09.png)
}

.page-id-8465 .ls-slide, .page-id-8704 .ls-slide, .page-id-8705 .ls-slide {
    overflow: visible
}

#post-8781 h4, #post-8781 h5, #post-8781 h6, #post-8781 p, #post-8781 td, #post-8781 tr, #post-8787 h4, #post-8787 h5, #post-8787 h6, #post-8787 p, #post-8787 td, #post-8787 tr, #post-9180 .table20 tr > td:first-child, #post-9180 .text-18 {
    color: #fff;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif
}

#post-9180 .table20 tr > td:first-child, #post-9180 .text-18 {
    font-weight: 400
}

.dotted-slider {
    border-bottom: 1px solid
}

span.btn.wpb_wpb_button.mid-btn {
    font-size: 25px;
    padding: 15px 46px
}

.btn-large-center {
    width: 72%;
    padding: 18px 20px;
    margin-left: 0;
    margin-right: 0;
}

.btn-large-center-compact {
    width: 81%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 20px
}

table.table20 tr > td {
    vertical-align: middle;
    border-right: 1px solid #ddd
}

table.table20 tr > td:last-child {
    border-right: 1px solid rgba(221, 221, 221, 0)
}

.width5 {
    /*    width: 20%!important*/
}

.img-pro-it {
    position: absolute;
    margin: -61px 0 0 -11px
}

.page-id-8465 .ls-thumbnail-slide a:hover, .page-id-8704 .ls-thumbnail-slide a:hover, .page-id-8705 .ls-thumbnail-slide a:hover {
    background: url(/wp-content/uploads/2016/05/slider-a-hover.png) 15px 19px no-repeat
}

.page-id-8465 .ls-thumbnail-slide a:active, .page-id-8465 .ls-thumbnail-slide a:focus, .page-id-8465 .ls-thumbnail-slide a:visited, .page-id-8704 .ls-thumbnail-slide a:active, .page-id-8704 .ls-thumbnail-slide a:focus, .page-id-8704 .ls-thumbnail-slide a:visited, .page-id-8705 .ls-thumbnail-slide a:active, .page-id-8705 .ls-thumbnail-slide a:focus, .page-id-8705 .ls-thumbnail-slide a:visited {
    background: 0 0
}

.page-id-8465 header, .page-id-8704 header, .page-id-8705 header {
    z-index: 10
}

.page-id-8465 .single-image.with-area-of-use .wpb_wrapper, .page-id-8704 .single-image.with-area-of-use .wpb_wrapper, .page-id-8705 .single-image.with-area-of-use .wpb_wrapper {
    z-index: 2
}

li#menu-item-1603 li, li#menu-item-7150 li, li#menu-item-9560 li {
    display: none
}

li#menu-item-4248, li#menu-item-5202, li#menu-item-6588 {
    margin-bottom: 35px
}

/*
li#menu-item-1607 a, li#menu-item-7149 a, li#menu-item-9563 a {
    margin-top: -8px !important
}
li#menu-item-1616 .sub-menu a, li#menu-item-7166 .sub-menu a, li#menu-item-7225 .sub-menu a {
    margin-top: 10px !important
}

li#menu-item-1616, li#menu-item-7166, li#menu-item-7225 {
    margin-top: 20px
}
*/
.text-h31 {
    font: 31px/33px 'Open Sans', sans-serif
}

.text-h36 {
    font: 36px/37px 'Open Sans', sans-serif;
}

.text-h18 {
    font: 18px/23px 'Open Sans', sans-serif
}

.btn-violet2 {
    background: #7d6cff;
    border-color: #7d6cff;
    font-size: 16px;
    padding: 10px 20px
}

.btn-violet2:hover {
    background: #9688ff;
    -webkit-transition: all .5s linear !important;
    -moz-transition: all .5s linear !important;
    -ms-transition: all .5s linear !important;
    -o-transition: all .5s linear !important;
    transition: all .5s linear !important
}

@media (min-width: 1024px) {
    .karaoke-systems h3 {
        min-height: 4em;
    }

    .page-support > .wrapper-container:first-child {
        padding-top: 50px !important
    }

    .single-support .big-photo .new-system {
        top: -75px !important;
        right: 0;
    }

    .single-support .big-photo .business-system {
        top: -75px !important;
        right: 0;
    }

    .single-support .big-photo .old-system {
        top: -75px !important;
        right: 0;
    }

    .single-support .single-image img {
        height: auto;
        max-width: 75%;
        margin: 0 auto
    }

    .single-support .single-image .wpb_wrapper img {
        max-width: 100%;
    }

    .single-support .big-photo .new-system-home {
        top: -90px;
        right: 0;
    }

    .single-support .big-photo .new-system,
    .single-support .big-photo .business-system,
    .single-support .big-photo .old-system,
    .single-support .big-photo .new-system-home {
        zoom: 0.5;
    }
}

@media (max-width: 1023px) {
    .single-support .big-photo .new-system,
    .single-support .big-photo .business-system,
    .single-support .big-photo .old-system,
    .single-support .big-photo .new-system-home {
        zoom: 0.4;
        top: -50px;
        right: -30px;
    }

    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        /*max-height: 162px !important;*/
        max-width: 263px
    }
}

.man-left {
    margin: -3px 14px 0 -55px;
    display: -webkit-inline-box
}

.man-left a#manual-pro2 {
/*    padding: 0 0 0 37px;
    display: table-cell;
    background: url(/wp-content/themes/html5blank-master/images/img-download-pdf.png) left 4px no-repeat
*/}

@-moz-document url-prefix() {
    .mfp-content .additional-closed .frm_radio label input[type="radio"] {
        top: 5px;
        left: 1px;
    }
}
footer .myan-menu ul .sub-menu li[class*="domain"],
body[class*="domain"] *[class*="domain"]{display:none}
body.domain-com footer .myan-menu ul .sub-menu li.domain-com,
body.domain-ru footer .myan-menu ul .sub-menu li.domain-ru,
body.domain-ua footer .myan-menu ul .sub-menu li.domain-ua,
body.domain-kz footer .myan-menu ul .sub-menu li.domain-kz,
body.domain-com *.domain-com,
body.domain-ru *.domain-ru,
body.domain-kz *.domain-kz,
body.domain-ua *.domain-ua{display:block}

/*Adaptive*/

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important
}

@media (max-width: 0px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}

@media (min-width: 1px) and (max-width: 0) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px
    }

    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}



@media only screen and (max-device-width: 768px) {

    #sh_button {
        display: none !important
    }

    .parallax-wrapper {
        background-position: 50% -20px
    }

    .parallax-wrapper img {
        top: -200px
    }

    #timeline-wrap .storyjs-embed.full-embed {
        width: 100% !important
    }

    .vco-timeline .vco-navigation .timenav-background .timenav-line {
        left: 50% !important
    }

    .wpb_trade-in i {
        right: 10px
    }

    .text-h40 {
        font-size: 28px;
        line-height: 33px;
    }

    .wrapper-myan-menu .col-sm-10 .myan-menu {
        width: 82%;
    }

}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
		top: 70px;
    }

    .home-page .photo {
        position: absolute;
        width: 800px !important;
        height: 435px;
        margin: 0 auto;
        cursor: pointer;
    }

    .home-page .photo img {
        width: 100%;
        height: 435px;
        margin: 0 auto;
        padding: 0 !important;
    }
}


@media all and (max-width: 1000px) {
    .slider-padding {
        padding-top: 180px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .parallax-wrapper[style*="bg-img-luxury-seats.jpg"] {
        background-position: 50% -259px
    }

    .parallax-wrapper .align-center.big-size img[src*="luxury-seats.png"] {
        top: -324px
    }

    .container #lang_sel ul {
        right: 50%
    }

    header .wrapper-header .header-phone .more-header-phone span {
        margin-top: -.3em
    }

    header .wrapper-header .header-phone.show-phone .more-header-phone {
        height: 360px
    }

    .circle-100, .circle-166, .circle-250, .circle-57, .circle-78 {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        display: block;
        overflow: hidden;
        margin-bottom: 20px
    }

    .circle-100.m-top-bottom40px {
        margin-top: 10px !important;
    }

    .circle-100 img, .circle-166 img, .circle-250 img, .circle-57 img, .circle-78 img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        max-height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%
    }

    .col-sm-4 .circle-250, .col-sm-4 .circle-250 img {
        width: 228px !important;
        height: 228px !important
    }

    .col-sm-4 .circle-100, .col-sm-4 .circle-100 img {
        width: 65px !important;
        height: 65px !important
    }

    .col-sm-4 .circle-166, .col-sm-4 .circle-166 img {
        width: 105px !important;
        height: 105px !important
    }

    .col-sm-4 .circle-78, .col-sm-4 .circle-78 img {
        width: 51px !important;
        height: 51px !important
    }

    .col-sm-4 .circle-57, .col-sm-4 .circle-57 img {
        width: 45px !important;
        height: 45px !important
    }

    .col-sm-3 .circle-250, .col-sm-3 .circle-250 img {
        width: 143px !important;
        height: 143px !important
    }

    .col-sm-3 .circle-100, .col-sm-3 .circle-100 img {
        width: 63px !important;
        height: 63px !important
    }

    .col-sm-3 .circle-166, .col-sm-3 .circle-166 img {
        width: 104px !important;
        height: 104px !important
    }

    .col-sm-3 .circle-78, .col-sm-3 .circle-78 img {
        width: 50px !important;
        height: 50px !important
    }

    .col-sm-3 .circle-57, .col-sm-3 .circle-57 img {
        width: 37px !important;
        height: 37px !important
    }

    .col-sm-1 .circle-78, .col-sm-1 .circle-78 img {
        width: 44px !important;
        height: 44px !important
    }

    .page-id-197 .parallax-wrapper.light-parallax .btn {
        background-color: rgba(255, 255, 255, .85)
    }

    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr {
        background: 0 0
    }

    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i {
        content: '';
        color: #ffa200;
        width: 12px;
        height: 12px;
        font: 0/16px 'Open Sans', sans-serif;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 100;
        white-space: nowrap;
        text-indent: -9999px;
        background: url(../images/sprites.png) no-repeat;
    }

    .show-menu-karaoke-system .wrapper-myan-dop-menu.page-karaoke-system,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i:after,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i:after,
    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i:after {
        display: none
    }

    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-registr i {
        background-position: -120px 0;
    }

    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-login i {
        background-position: -120px -12px
    }

    .wrapper-myan-menu .wrapper-dop-info .full-width .myan-btn-complaint i {
        background-position: -120px -12px
    }

    header .wrapper-header .header-phone .more-header-phone div {
        padding-left: 0 !important
    }

    header .wrapper-header .header-phone.show-phone .more-header-phone {
        padding: 0 10px 0 20px

    }

    header .wrapper-header .header-phone .more-header-phone div:first-child {
        margin-top: 10px
    }

    .start-popup .close-start-popup.mfp-close {
        right: 0 !important
    }

    .home-page .blue-home-slider .myan-close-hint {
        position: fixed !important;
        top: 70px !important;
        right: 10px !important;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
        z-index: 250
    }


    .show-menu-karaoke-system {
        min-height: 0;
        z-index: 999999
    }

    input[type=submit] {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #fff !important;
        padding: 10px 20px !important;
        border-radius: 5px !important;
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border: 2px solid #00afed !important;
        background: #00afed !important;
        margin-right: 0 !important;
        display: inline-block;
        min-height: 44px !important
    }

    .circle-100 {
        height: 100px
    }

    .wrapper-myan-menu .col-sm-10 .myan-menu {
        width: 88%
    }

    .wrapper-myan-menu .wrapper-dop-info {
        width: 9%
    }

    h6 {
        font-size: 16px
    }

    .ls-slide .text-h80 {
        font-size: 58px
    }

    .ls-slide .text-h68 {
        font-size: 50px
    }

    .ls-slide .text-h24 {
        font-size: 20px
    }

    .ls-slide h2 {
        width: auto !important;
        top: 140px !important
    }

    .ls-slide p {
        top: 60px !important
    }

    .ls-slide.ls-active {
        overflow: visible
    }

    .parallax-wrapper.business-page .text-h40 {
        font-size: 38px
    }
}

@media (max-device-width: 1024px) and (orientation: landscape) {
    .wrapper-map, .wrapper-map-menu {
        height: 560px !important
    }
}

@media all and (max-width: 1170px) {
    .page-id-8465 .ls-thumb-1, .page-id-8465 .ls-thumb-2, .page-id-8465 .ls-thumb-3, .page-id-8465 .ls-thumb-4, .page-id-8465 .ls-thumb-5, .page-id-8465 .ls-thumb-6, .page-id-8465 .ls-thumb-7, .page-id-8465 .ls-thumb-8, .page-id-8465 .ls-thumb-9, .page-id-8704 .ls-thumb-1, .page-id-8704 .ls-thumb-2, .page-id-8704 .ls-thumb-4, .page-id-8704 .ls-thumb-5, .page-id-8704 .ls-thumb-6, .page-id-8704 .ls-thumb-7, .page-id-8704 .ls-thumb-8, .page-id-8704 .ls-thumb-9, .page-id-8705 .ls-thumb-1, .page-id-8705 .ls-thumb-2, .page-id-8705 .ls-thumb-3, .page-id-8705 .ls-thumb-4, .page-id-8705 .ls-thumb-5, .page-id-8705 .ls-thumb-6, .page-id-8705 .ls-thumb-7, .page-id-8705 .ls-thumb-8, .page-id-8705 .ls-thumb-9 {
        height: 79px !important
    }

    .page-id-8465 .ls-thumb-1 img, .page-id-8465 .ls-thumb-2 img, .page-id-8465 .ls-thumb-3 img, .page-id-8465 .ls-thumb-4 img, .page-id-8465 .ls-thumb-5 img, .page-id-8465 .ls-thumb-6 img, .page-id-8465 .ls-thumb-7 img, .page-id-8465 .ls-thumb-8 img, .page-id-8465 .ls-thumb-9 img, .page-id-8704 .ls-thumb-1 img, .page-id-8704 .ls-thumb-2 img, .page-id-8704 .ls-thumb-3 img, .page-id-8704 .ls-thumb-4 img, .page-id-8704 .ls-thumb-5 img, .page-id-8704 .ls-thumb-6 img, .page-id-8704 .ls-thumb-7 img, .page-id-8704 .ls-thumb-8 img, .page-id-8704 .ls-thumb-9 img, .page-id-8705 .ls-thumb-1 img, .page-id-8705 .ls-thumb-2 img, .page-id-8705 .ls-thumb-3 img, .page-id-8705 .ls-thumb-4 img, .page-id-8705 .ls-thumb-5 img, .page-id-8705 .ls-thumb-6 img, .page-id-8705 .ls-thumb-7 img, .page-id-8705 .ls-thumb-8 img, .page-id-8705 .ls-thumb-9 img {
        height: 61%;
        -webkit-transition: all .3s linear !important;
        -moz-transition: all .3s linear !important;
        -ms-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important
    }

    .page-id-8465 .ls-thumb-1 img.ls-thumb-active, .page-id-8465 .ls-thumb-2 img.ls-thumb-active, .page-id-8465 .ls-thumb-3 img.ls-thumb-active, .page-id-8465 .ls-thumb-4 img.ls-thumb-active, .page-id-8465 .ls-thumb-5 img.ls-thumb-active, .page-id-8465 .ls-thumb-6 img.ls-thumb-active, .page-id-8465 .ls-thumb-7 img.ls-thumb-active, .page-id-8465 .ls-thumb-8 img.ls-thumb-active, .page-id-8465 .ls-thumb-9 img.ls-thumb-active, .page-id-8704 .ls-thumb-1 img.ls-thumb-active, .page-id-8704 .ls-thumb-2 img.ls-thumb-active, .page-id-8704 .ls-thumb-3 img.ls-thumb-active, .page-id-8704 .ls-thumb-4 img.ls-thumb-active, .page-id-8704 .ls-thumb-5 img.ls-thumb-active, .page-id-8704 .ls-thumb-6 img.ls-thumb-active, .page-id-8704 .ls-thumb-7 img.ls-thumb-active, .page-id-8704 .ls-thumb-8 img.ls-thumb-active, .page-id-8704 .ls-thumb-9 img.ls-thumb-active, .page-id-8705 .ls-thumb-1 img.ls-thumb-active, .page-id-8705 .ls-thumb-2 img.ls-thumb-active, .page-id-8705 .ls-thumb-3 img.ls-thumb-active, .page-id-8705 .ls-thumb-4 img.ls-thumb-active, .page-id-8705 .ls-thumb-5 img.ls-thumb-active, .page-id-8705 .ls-thumb-6 img.ls-thumb-active, .page-id-8705 .ls-thumb-7 img.ls-thumb-active, .page-id-8705 .ls-thumb-8 img.ls-thumb-active, .page-id-8705 .ls-thumb-9 img.ls-thumb-active {
        padding: 8px !important;
        -webkit-transition: all .3s linear !important;
        -moz-transition: all .3s linear !important;
        -ms-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important
    }

    .page-id-8465 .btn.wpb_wpb_button.btn-large, .page-id-8704 .btn.wpb_wpb_button.btn-large {
        padding: 10px
    }

    .page-id-8465 .big-photo .new-system-home, .page-id-8704 .big-photo .new-system-home, .page-id-8705 .big-photo .new-system-home {
        display: none
    }

    .page-id-8465 p.thumb_text, .page-id-8704 p.thumb_text, .page-id-8705 p.thumb_text {
        opacity: .6;
        display: block;
        position: fixed;
        color: #fff;
        text-align: center;
        padding: 20px 0 0;
        margin: 0 auto;
        width: 11%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: pre-line;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -hp-pre-wrap;
        word-wrap: break-word
    }

    .slider-padding {
        padding-top: 185px !important
    }

    p.thumb_text.ls-thumb-active {
        margin: 25px 0 !important
    }

    .page-id-8465 .ls-thumbnail-slide a:hover, .page-id-8704 .ls-thumbnail-slide a:hover, .page-id-8705 .ls-thumbnail-slide a:hover {
        background: url(/wp-content/uploads/2016/05/slider-a-hover-min.png) 15px 19px no-repeat
    }
}

@media (min-width: 1px) and (max-width: 1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }

    .archive-faq .dop-info-txt {
        width: 100%
    }

    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .p-top55px-mob {
        padding-top: 55px !important
    }

    .p-top50px-mob {
        padding-top: 50px !important
    }

    .p-top40px-mob {
        padding-top: 40px !important
    }

    .p-left25px-mob {
        padding-left: 25px !important
    }

    .p-left15px-mob {
        padding-left: 15px !important
    }

    header .wrapper-header .header-phone {
        font-size: 18px
    }

    header .wrapper-header .header-phone span {
        font-size: 16px
    }

    header .wrapper-header .header-phone em {
        left: -16px
    }

    header .wrapper-header .header-phone.show-phone .more-header-phone {
        padding: 10px 10px 10px 20px
    }

    header .wrapper-header .header-phone.show-phone .more-header-phone div {
        padding-left: 11px
    }


    header .ls-v5 .ls-bottom-slidebuttons {
        top: -435px !important;
        z-index: 1000
    }

    header .ls-v5 {
        height: 390px !important;
    }

    header .ls-bottom-nav-wrapper {
        z-index: 100
    }


    header .text-h80 {
        font: 60px/70px 'Open Sans', sans-serif
    }

    header .text-h24 {
        font: 18px/24px 'Open Sans', sans-serif;
        margin-top: 20px
    }

    .page-news .date {
        font: 35px/50px 'Open Sans', sans-serif
    }

    .storyjs-embed.full-embed {
        min-height: 950px
    }


    .cptch_block label, .cptch_block#frm_field_cptch_number_container, .form-field label, .form-field#frm_field_cptch_number_container {
        font-size: 13px
    }

    .social-ico {
        margin-right: 10px
    }

    .myan-menu ul {
        margin-left: 0
    }

    .myan-menu #menu-glavnoe-menyu, .myan-menu #menu-glavnoe-menyu-en {
        font-size: 10px
    }

    .wrapper-myan-menu .col-sm-10 .myan-menu {
        width: 84%
    }

    .wrapper-myan-menu .wrapper-dop-info {
        width: 10%
    }

    .container #lang_sel {
        display: table-cell;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        height: auto
    }

    .container #lang_sel ul {
        right: -14px;
        overflow: visible
    }

    .container #lang_sel ul li {
        width: auto
    }

    .container #lang_sel ul li a.lang_sel_sel {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
        color: #fff;
        border-bottom-color: transparent;
        text-decoration: underline;
        font-size: 14px;
        cursor: default
    }

    .container #lang_sel ul li ul {
        position: absolute;
        left: -16px;
        top: 19px;
        display: flex
    }

    .container #lang_sel ul li ul li > a {
        border-bottom-color: #fff2a1
    }

    .container #lang_sel ul:hover {
        right: -14px
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul {
        right: -17px
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li {
        float: none
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li:before {
        display: none
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li a {
        margin: -4px 8px 4px !important
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li a.lang_sel_sel {
        font-size: 16px;
        color: #2e7394;
        border-bottom-color: transparent;
        cursor: default
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li ul {
        left: 0;
        top: 100%
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li ul li > a {
        opacity: 1;
        color: #00afed !important;
        margin-top: 8px !important;
        text-decoration: none;
        border-bottom-color: transparent
    }

    .container .myan-logreg-group-wrapper #lang_sel > ul li ul li > a:hover {
        border-bottom: 1px solid #00afed
    }

    h6 {
        font-size: 16px
    }

    .history-page .wrapper-btn-era a {
        padding: 5px 7px;
        font-size: 12px
    }

    .show-menu-karaoke-system .wrapper-myan-dop-menu.page-karaoke-system .row {
        overflow: visible;
        height: 246px;
        z-index: 999999
    }

    .show-menu-karaoke-system .wrapper-myan-dop-menu.page-karaoke-system {
        height: 270px
    }

    .history-page #timeline .vco-slider .slider-item {
        width: 70% !important;
        height: initial !important;
    }

    .history-page #timeline .vco-slider .slider-item .content .content-container .text h3 {
        font: 25px/30px 'Open Sans', sans-serif !important
    }

    .history-page #timeline .vco-slider .slider-item .content .content-container .text p {
        font: 15px/20px 'Open Sans', sans-serif !important
    }

    footer .myan-menu ul#menu-glavnoe-menyu {
        font-size: 13px
    }

    footer .myan-logo .myan-logo-img-mini {
        margin-right: 1px;
        width: 25px
    }

    footer .myan-logo .myan-logo-img-mini img {
        width: 100%
    }

    footer .myan-logo .copyright-text {
        font-size: 9px
    }

    footer .myan-menu ul#menu-menyu-futera-en.menu > li:first-child a, footer .myan-menu ul#menu-menyu-futera-en > li:last-child a, footer .myan-menu ul#menu-menyu-futera.menu > li:first-child a, footer .myan-menu ul#menu-menyu-futera > li:last-child a {
        white-space: nowrap
    }

    footer .myan-menu ul#menu-menyu-futera-en.menu li .sub-menu li a, footer .myan-menu ul#menu-menyu-futera-en.menu li a, footer .myan-menu ul#menu-menyu-futera.menu li .sub-menu li a, footer .myan-menu ul#menu-menyu-futera.menu li a {
        white-space: normal
    }

    footer .bottom-sub-menu .myan-menu #menu-menyu-futera li a, footer .bottom-sub-menu .myan-menu #menu-menyu-futera-en li a {
        line-height: 14px;
        margin-bottom: 6px
    }

    .myanslider .myan-gallery-nav li {
        margin: 0 3px
    }

    h3, h4 {
        line-height: 28px
    }

    .myan-logreg-group-wrapper .myan-btn-login, .myan-logreg-group-wrapper .myan-btn-registr {
        padding: 10px 10px 10px 18px;
        font-size: 12px
    }

    .myan-logreg-group-wrapper .myan-btn-registr {
        padding-left: 20px
    }

    .myan-logreg-group-wrapper .myan-btn-login i, .myan-logreg-group-wrapper .myan-btn-registr i {
        left: 5px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px;
        line-height: 24px
    }

    h3 {
        font-size: 26px
    }

    .text-h28 {
        font: 24px/28px 'Open Sans', sans-serif !important
    }

    .page-parallax h1 {
        font-size: 43px
    }

    .media-player .page-parallax h3 {
        font: 18px/20px 'Open Sans', sans-serif;
        padding-left: 55px;
    }

    /*.page-parallax h3 {
        font-size: 52px;
        line-height: 58px
    }*/
    .text-h80 {
        font-size: 64px;
        line-height: 68px
    }

    .text-h68 {
        font-size: 54px;
        line-height: 58px
    }

    .text-h48 {
        font-size: 38px;
        line-height: 42px
    }

    .text-h40 {
        font-size: 34px;
        line-height: 38px
    }

    .text-h30ext-h28 {
        font-size: 24px;
        line-height: 26px
    }

    .text-h24 {
        font-size: 20px;
        line-height: 24px
    }

    .text-h20 {
        font-size: 18px;
        line-height: 22px
    }

    .text-h18 {
        font-size: 16px;
        line-height: 20px
    }

    .text-h16 {
        font-size: 14px;
        line-height: 20px
    }

    .text-28 {
        font-size: 24px;
        line-height: 28px
    }

    .biger-text-24 {
        font-size: 20px;
        line-height: 24px
    }

    .text-20 {
        font-size: 18px;
        line-height: 22px
    }

    .text-18 {
        font-size: 16px;
        line-height: 20px
    }

    .text-16 {
        font-size: 14px;
        line-height: 20px
    }

    .small-text-12 {
        font-size: 10px;
        line-height: 12px
    }

    img {
        max-width: 100%
    }
 #packages-update img {
    max-width: initial;
 }
    .single-image.without-v-space img {
        /*max-width: none*/
    }

    .btn {
        font-size: 14px
    }

    .btn-large {
        font-size: 20px;
        width: auto;
        min-width: 100%;
        /*white-space: nowrap;*/
    }

    .wpb_trade-in i {
        right: 10px
    }

    .btn-mini, .btn-small {
        font-size: 10px
    }

    .btn-rounded-pale-blue, .btn-rounded-pale-green, .btn-rounded-pale-orange {
        font-size: 22px
    }

    .btn-rounded-pale-blue {
        max-width: 100%
    }

    .btn-tag-club, .btn-tag-home, .btn-tag-vip, .btn-tag-soon {
        font-size: 12px !important;
        margin: 0 3px 15px 0
    }

    .trade-in-note {
        background-size: 94px;
        margin: 15px auto;
    }

    /*
    .single-support .big-photo .old-system {
        width: 91px;
        height: 91px;
        top: -40px!important;
        right: -40px;
        background-position: -182px -91px;
        -moz-background-size: 455px 182px;
        -o-background-size: 455px 182px;
        -webkit-background-size: 455px 182px;
        background-size: 455px 182px;
    }
    */
    /*NEW*/
    .ls-wp-container .text-h40 {
        font-size: 29px;
        line-height: 31px;
    }

    .ls-wp-container .text-h16 {
        font-size: 15px;
    }

    .ls-wp-container .text-h36 {
        font-size: 30px;
        line-height: 1px;
    }

    .ls-wp-container .btn.m-top80px-mob {
        margin: 36px 0 0 0;
    }

    .ls-wp-container .text-h14.lighter.p-bottom10px {
        margin: -20px 0;
    }

    .ls-wp-container .text-h18 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }

    .ls-wp-container .text-h26 {
        font-size: 21px !important;
    }

    .ls-wp-container .btn.btn-violet2 {
        margin-top: 20px;
    }

    .ls-wp-container .btn {
        margin-top: 40px;
    }

    header .ls-v5 .ls-bottom-slidebuttons {
        top: -409px !important;
        z-index: 1000;
        right: 45px !important;
    }

    .ls-wp-container .text-h36.red-newyear {
        font-weight: bold;
        color: #f22613;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1164px
    }

    .mfp-container {
        max-width: 1164px !important;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-right-12 {
        margin-right: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-right-9 {
        margin-right: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-right-6 {
        margin-right: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-right-3 {
        margin-right: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-right-0 {
        margin-right: 0
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }

    .vco-storyjs .vco-feature .vco-slider {
        width: 1164px !important
    }
}

/*New Style
6307.home-system {
    background-color: #7dc0f7;
    background-position: 1px 0
}

.home-system:after {
    border: 3px solid #7dc0f7
}
.text-h36 {
    font: 36px/37px 'Open Sans', sans-serif;
}
*/
.bg-action {
    background: #0b011a url(/wp-content/uploads/2016/11/Bez-imeni-2.jpg) 50% 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 696px;
}

.action-new-year2017 {
    height: 330px;
    background: url(/wp-content/uploads/2016/05/image-santa-Compact.png) no-repeat 98% 27%;
}

.action-new-year2017-2 {
    margin-top: 50px;
    height: 330px;
    background: url(/wp-content/uploads/2016/05/image-santa.png) no-repeat 98% 27%;
}

.text-h26 {
    font: 26px/27px 'Open Sans', sans-serif;
}

.home-page ul.flex-direction-nav {
    position: relative;
    margin-top: -255px;
    margin-bottom: 255px;
}

#banner_home ul.flex-direction-nav li a.flex-prev, #banner_home ul.flex-direction-nav li a.flex-next ,
.home-page ul.flex-direction-nav li a.flex-prev, .home-page ul.flex-direction-nav li a.flex-next {
    /*background: url(/wp-content/themes/html5blank-master/images/myan-slider-prev-next-btn.png) no-repeat;*/
    position: absolute;
    top: 0;
    display: block;
/*    width: 44px;
    height: 82px;
    -moz-background-size: 88px 164px;
    -o-background-size: 88px 164px;
    -webkit-background-size: 88px 164px;
    background-size: 88px 164px;
*/    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/sprites.png) no-repeat;
    background-position: -500px -100px;
    width: 44px;
    height: 82px;
}
#banner_home ul.flex-direction-nav li a.flex-prev,
.home-page ul.flex-direction-nav li a.flex-prev {
    left: 0;
    background-position: -500px -100px;
}
#banner_home ul.flex-direction-nav li a.flex-next,
.home-page ul.flex-direction-nav li a.flex-next {
    right: 0;
    background-position: -544px -100px;
}

#flexslider_home {
    max-height: 615px;
    overflow: hidden;
    margin-bottom: 50px;
}

.home-page h1 {
    margin-bottom: 15px;
}

.home-page .subtext-block {
    padding-bottom: 25px;
}

.home-page .subtext-block a {
    text-decoration: none;
}

.home-page .subtext-block h2 {
    font-size: 44px;
    line-height: 50px;
    color: #454545;
    text-align: center;
    margin-bottom: 15px;
}

.home-page .subtext-block a span {
    text-decoration: none;
    font-size: 18px;
}

.home-page .subtext-block a span:hover {
    text-decoration: underline;
}

.home-page .subtext-block a h2 span {
    font-size: 25px;
}

.home-page .photo img {
    width: 100%;
    height: 435px;
    margin: 0 auto;
    padding: 0 10%;
}


.home-page .photo {
    position: absolute;
    width: 1165px;
    height: 435px;
    margin: 0 auto;
    cursor: pointer;
}
.btn-play-video-slider .video-play,
.home-page .photo .video-play {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    left: 50%;
    margin-left: -44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*background: url(/wp-content/themes/html5blank-master/images/btn-videoslider-play.png) center no-repeat;
    background-position: -50px 0;
    background-size: 700px;
    background-position: -250px -125px;*/
    background-color: rgba(0, 0, 0, .7);
    width: 88px;
    height: 88px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.btn-play-video-slider .video-play:before,
.home-page .photo .video-play:before {
    content: '';
    top: 28px;
    position: absolute;
    left: 30px;
    width: 35px;
    height: 35px;
    display: block;
    background-position: -50px 0;
}
div#field_theme2_chosen, div#field_theme_chosen, div#field_theme3_chosen {
    display: none;
}

.home-page .photo:hover .video-play {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12)
}

.home-page span.font16:hover {
    text-decoration: none !important;
}

iframe.video-slide {
    visibility: hidden;
}

.ls-wp-container .text-h36.red-newyear {
    font-weight: bold;
    color: #f22613;
    line-height: 43px;
}

@media all and (max-width: 940px) {
    .home-page .photo {
        position: absolute;
        width: 940px;
        height: 435px;
        margin: 0 auto;
        cursor: pointer;
    }

    .home-page .photo img {
        width: 100%;
        height: 435px;
        margin: 0 auto;
        padding: 0;
    }


}

@media all and (max-width: 800px) {
    .home-page .photo {
        position: absolute;
        width: 800px;
        height: 435px;
        margin: 0 auto;
        cursor: pointer;
    }

    .home-page .photo img {
        width: 100%;
        height: 435px;
        margin: 0 auto;
        padding: 0;
    }
}

/* ----------Maint mob tpl-------*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}


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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset { /*border:1px solid #c0c0c0;*/
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

/*a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
} */

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .wrapper-myan-dop-menu.page-karaoke-system .container,
    .wrapper-myan-dop-menu.dop-menu-support .container {
        width: 970px;
    }
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .header .text-h16 {
        font-size: 16px;
        font-weight: 700;
        color: #444444;
        font-family: Open Sans;
        margin-bottom: 0!important;
    }
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html, body {
    overflow-x: hidden;
}


@media only screen and (max-width: 690px) {
    .bottom-sub-menu {
        display: none;
    }
    .map
    {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 29px;
    }

    .home-page h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 29px;
    }

    .history-page .wrapper-btn-era {
        display: none;
    }

    .history-page #era-title {
        left: 10%;
    }

    .storyjs-embed.full-embed {
        min-height: auto;
    }

    .history-page #timeline .vco-slider .content {
        /*      display:none;*/
    }

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

    .home .slide-text-wrapper {
        text-align: left;
    }

    .home .support-evolution img {
        margin: 0 auto;
    }
/*
    .home-page .wrapper-capabilities {
        display: none;
    }
*/
    .home-page .wrapper-about-country {
        /*height: 480px;*/
        background-size: 680px;
        background-position: -309px 185px;
        padding-top: 0;
    }

    h2.sl-title {
        margin-bottom: 200px;
    }

    .single-image-block-link {
        margin-bottom: 30px;
        text-align: center;
    }

    .single-image-block-link p {
        text-align: left;

    }

    .lighter {
        padding-right: 5px;
    }
    .parallax-wrapper .col-sm-5 .wpb_wrapper, .parallax-wrapper .col-sm-6.parallax-text .wpb_wrapper {
        display: table-cell;
        vertical-align: top;
    }

    .parallax-wrapper .text-block-center .text-column {
        margin-top: 10px;
    }

    table {
        display: block;
        overflow-x: scroll;
    }

    .table_swipe {
        position: relative;
    }

    .table_swipe:after,
    .table_swipe:before {
        position: absolute;
        right: 0;
        top: 5px;
        content: '';
        display: block;
        width: 32px;
        height: 32px;
        background: url(/wp-content/themes/html5blank-master/images/swipe.png) 50% 50% no-repeat;
    }

    .table_swipe:before {
        right: 0;
        bottom: 10px;
        top:initial;
    }
    .text-block-center h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .wrapper-support-munu-ico {
        /*display:none;*/

    }

    .wrapper-map {
        height: 260px;
    }

    .wrapper-map #g-map-img {
        display: none;
    }

    .wrapper-select-region-club .search-club-by-name,
    .wrapper-select-region-club .select-region-club {
        width: 100%;
        margin: 0 10px 10px 0;
    }

    .col-sm-1 .circle-78 {
        width: 30%;
    }

    #form_contacts_page_send {
        margin-bottom: 20px;
    }

    .media-player .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total, .media-player .mejs-container .mejs-time-rail span.mejs-time-total {
        border: none !important;
    }

    .wpb_wrapper {
        /* overflow-x: scroll;*/

    }

    #layerslider_25_1522781765_1 {
        display: none;
    }

    .fade-in span {
        font-size: 41px !important;
        line-height: 55px!important;
    }

    .parallax-wrapper .align-left img {
        margin-right: 0;
        width: 100%;
        right: 0;
        margin-top: 370px;
    }

}

.storyjs-embed.full-embed .vco-feature {
    height: auto !important;
}

.support__complaint_box {
    padding-top: 12px;
    text-align: right;
}

.support__complaint_btn {

}

.contacts__complaint_btn {
    margin-top: 190px;
}

.page-id-11382 h1.usual-page,
.page-id-11385 h1.usual-page,
.page-id-11367 h1.usual-page {
    text-align: center;
}

.page-id-11382 .frm_forms h4,
.page-id-11385 .frm_forms h4,
.page-id-11367 .frm_forms h4 {
    text-align: center;
}

.frm_forms textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #ccc;
}

.frm_forms textarea:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color: #ccc;
}

.frm_forms textarea::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color: #ccc;
}

.frm_forms textarea:-ms-input-placeholder {
    font-style: italic;
    color: #ccc;
}

.frm_forms textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.frm_forms textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: transparent
}

.frm_forms textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: transparent
}

.frm_forms textarea:focus:-ms-input-placeholder {
    color: transparent
}

.page-id-11382 .frm_forms .frm_error_style,
.page-id-11385 .frm_forms .frm_error_style,
.page-id-11367 .frm_forms .frm_error_style {
    text-align: center;
    font-size: 16px;
    color: #ff4223;
}

.myan-menu_sale i {
    position: absolute;
    bottom: 45px;
    right: 15px;
    display: block;
    width: 32px;
    height: 16px;
    background-position: -250px 0;
}

.mfp-content .additional-closed .checkbox-block label .countryPriceSpecialClassOld_hide,
.mfp-content .additional-closed .frm_radio label .countryPriceSpecialClassOld_hide,
h4.countryPriceSpecialClassOld_hide,
h4.countryPriceSpecialClassOld_hide,
p.countryPriceSpecialClassOld_hide,
div.countryPriceSpecialClassOld_hide,
span.countryPriceSpecialClassOld_hide {
    display: none;
}

.mfp-content .additional-closed .checkbox-block label .countryPriceSpecialClassOld_show,
.mfp-content .additional-closed .frm_radio label .countryPriceSpecialClassOld_show,
h4.countryPriceSpecialClassOld_show,
p.countryPriceSpecialClassOld_show,
div.countryPriceSpecialClassOld_show,
span.countryPriceSpecialClassOld_show {
    display: inline-block;
    /*display: none;*/ /* fix old */
    text-decoration: line-through;
}

.mfp-content .additional-closed .checkbox-block label .countryPriceSpecialClassOld_show span,
.mfp-content .additional-closed .frm_radio label .countryPriceSpecialClassOld_show span,
h4.countryPriceSpecialClassOld_show span,
p.countryPriceSpecialClassOld_show span,
div.countryPriceSpecialClassOld_show span,
span.countryPriceSpecialClassOld_show span {
    text-decoration: line-through;
}

.standart-text-price-28s.countryPriceSpecialClassOld_show {
    font-size: 1.5em;
    color: #9f9f9f;
}

.standart-text-price-28.countryPriceSpecialClassOld_show span {
    font-size: 75%;
    color: #9f9f9f;
}

h4.countryPriceSpecialClassOld_show {
    font-size: 18px;
    color: #9f9f9f;
}

.big-text-price-50.countryPriceSpecialClassOld_show {
    font-size: 37px;
    line-height: 37px;
    color: #9f9f9f;
}

.big-text-price-50s.countryPriceSpecialClassOld_show {
    font-size: 2.25em;
    line-height: 1.1em;
    color: #9f9f9f;
}

.countryPriceSpecialClass_yes {
    color: #ff4223 !important; /* fix old */
}

.no-margin {
    margin: 0;
}

.single-post img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    /*max-height: 162px !important;*/
    max-width: initial;
}

.single-post .has-post-thumbnail > a {
    max-height: 300px;
    overflow: hidden;
    display: inline-block;
}

/*.vc_inner.row,
.hidden-overflow{overflow:hidden;}
*/
.specification .single-image {
    min-height: 120px;
}

.frm_hidden, input.frm_hidden {
    display: none;
}
.seo-clubs {
    text-align:  center;
}

.seo-clubs p {
    margin-bottom:  5px;
}

@media (max-width: 990px) {
    .slider-padding {
        padding-top: 15px !important;
    }
    .single-image.big-photo.with-area-of-use {
        width: 85%;
    }
    .home-page .wrapper-about-country{
        padding-top: 0;
    }
    .btn-large {
        margin-bottom: 15px;
    }
    #flexslider_home{
        margin-bottom: 0;
    }
    .mfp-content .frm_forms form {
        margin: 0 5%;
    }
    .home-page .wrapper-capabilities{
        padding: 20px 0 0;
    }
    .parallax-wrapper .btn {
        margin-bottom: 20px;
    }

    .mfp-close {
        right: 10px !important;
        top: 10px !important;
    }

    fieldset {
        border: none;
    }

    .form-left-col-sm-6,
    .form-right-col-sm-6 {
        width: 50%;
        margin: 0 auto;
    }

    .all-city-clubs,
    .more-country-clubs {
        text-align: center;
    }

    .footer-phone {
        margin-top: 1em;
    }

    .footer-phone p {
        margin-bottom: 1em;
    }

    .parallax-wrapper,
    .parallax-wrapper .vc_column_container,
    .parallax-wrapper .column_container .wpb_wrapper,
    .parallax-wrapper .column_container {
        height: initial !important;
    }

    .parallax-wrapper .vc_column_container .vc_column-inner,
    .parallax-wrapper .column_container .vc_column-inner {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .page-parallax h1 {
        margin: .3em 0;
    }


    .wrapper-myan-dop-menu{padding: 10px 0}


    header .myan-topbar-fixed-wraper-menu .wrapper-myan-menu {
        display: none;
    }

    .trade-in-note {
        zoom: .7;
    }

    main .p-top-bottom30px,
    main .p-top-bottom40px,
    main .p-top-bottom50px,
    main .p-top-bottom100px {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    .frm_forms .p-top100px,
    .frm_forms .p-top50px,
    .frm_forms .p-top40px,
    .frm_forms .p-top30px,
    .frm_forms .p-top50px,
    main .p-top100px,
    main .p-top50px,
    main .p-top40px,
    main .p-top30px,
    main .p-top50px {
        padding-top: 10px!important;
    }

    .frm_forms .p-bottom30px,
    .frm_forms .p-bottom40px,
    .frm_forms .p-bottom50px,
    .frm_forms .p-bottom100px,
    main .p-bottom30px,
    main .p-bottom40px,
    main .p-bottom50px,
    main .p-bottom100px {
        padding-bottom: 10px!important;
    }

    .m-top-71px,
    .m-top70px,
    .m-top40px,
    .m-top30px {
        margin-top: 10px !important
    }

    .m-bottom70px,
    .m-bottom115px,
    .m-bottom40px,
    .m-bottom30px,
    .m-bottom25px,
    .m-bottom-30px,
    .m-bottom20px {
        margin-bottom: 10px !important
    }

    .separator {
        /*padding-top: 1em!important;*/
        margin-bottom: 1em !important;
    }

    #faq-instructions .filter-faq[data-filter="all"] {
        margin-bottom: 50px;
    }

    #lang_sel ul, #lang_sel li {
        list-style: none !important;
    }

    .mob-nav .pull-right {
        text-align: right;
    }

    .mob-nav #lang_sel {
        margin-top: 15px;
    }

    #lang_sel ul ul a, #lang_sel ul ul a:visited {
        padding-left: initial;
        padding-right: initial;
    }

    footer .myan-logo {
        width: 100%;
        float: none;
    }

    footer .myan-logo .copyright-text {
        width: 80%;
        text-align: left;
    }

    footer .myan-logo .myan-logo-img-mini {
        width: 20%;
        text-align: right;
    }

    footer .myan-logo .myan-logo-img-mini img {
        width: 25px;
        margin: 0 0 0 auto;
    }

    #post-6701 .business-page .vc_column_container.col-sm-6 img,
    #post-3851 .business-page .vc_column_container.col-sm-6 img,
    #post-13 .business-page .vc_column_container.col-sm-6 img {
        left: -120px;
    }

    .skrollable.skrollable-between {
        /*margin-bottom: 20px !important;*/
    }

    .single-image.big-photo.replacewithsl .wpb_wrapper {
        width: 100%;
    }

    .single-image.big-photo.replacewithsl .business-system,
    .single-image.big-photo.replacewithsl .home-system,
    .single-image.big-photo.replacewithsl .new-system,
    .single-image.big-photo.replacewithsl .new-system-home,
    .single-image.big-photo.replacewithsl .old-system {
        right: 0;
    }

    iframe {
        width: 100%;
    }

    article#post-17,
    article#post-3967,
    article#post-6715 {
        text-align: center;
    }

    .single-image.without-v-space.align-center,
    .single-image.without-v-space.align-right {
        margin-bottom: 0;
        margin-top: 0;
    }

    .parallax-wrapper h3,
    .parallax-wrapper p{
        margin: 20px 0;
    }

    .single-image.evol-pro.without-v-space {
        margin-right: -25px;
        margin-top: -200px;
    }

    .frm_submit {
    position:  relative;
    clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    div.p-top-bottom50px {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .single-image.evol-pro.without-v-space {
        margin-right: -25px;
        margin-top: -200px;
    }
    article#post-17,
    article#post-3967,
    article#post-6715 {
        text-align: center;
    }

    iframe {
        width: 100%;
    }

    .business-system, .home-system, .new-system, .new-system-home, .old-system {
        zoom: 0.6;
    }

    .page-support .man-left {
        margin: initial;
    }

    .history-page #timeline .vco-slider .content {
        padding-top: 10px !important;
    }

    .single-image.big-photo.replacewithsl .wpb_wrapper {
        width: 100%;
    }

    .single-image.big-photo.replacewithsl .business-system,
    .single-image.big-photo.replacewithsl .home-system,
    .single-image.big-photo.replacewithsl .new-system,
    .single-image.big-photo.replacewithsl .new-system-home,
    .single-image.big-photo.replacewithsl .old-system {
        right: 0;
    }

    .mfp-content .frm_forms form {
        margin: 0 5%;
    }

    .mfp-close {
        right: 10px !important;
        top: 10px !important;
    }

    fieldset {
        border: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .history-page #timeline .vco-slider .content {
        padding-top: 10px !important;
    }

    #post-6701 .business-page .vc_column_container.col-sm-6 img,
    #post-3851 .business-page .vc_column_container.col-sm-6 img,
    #post-13 .business-page .vc_column_container.col-sm-6 img {
        top: -300px !important;
    }

    .page-support .man-left {
        margin: initial;
    }
    #second-level-menu .float-right {
        max-width: 25%;
    }
    .business-system, .home-system, .new-system, .new-system-home, .old-system {
        zoom: 0.6;
    }

    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        max-width: 100%;
    }

    #timeline {
        height: 1050px !important;
    }
}

@media (min-width: 768px) {
    #post-189 .single-image,
    #post-4555 .single-image,
    #post-6884 .single-image {
        min-height: 120px;
    }
    #post-3863 .single-image,
    #post-6897 .single-image,
    #post-187 .single-image{
        min-height:150px;
    }

    .wpb_column .width5 {
        width: 20%;
    }

    .big-photo .wpb_wrapper > div {
        zoom: 0.8;
    }

    .karaoke-systems h3 {
        min-height: 5em;
    }

    .karaoke-systems .single-image .wpb_wrapper a {
        min-height: 180px;
        display: block;
    }

}



@media (max-width: 767px) {
    .wrapper-btn-era {
        text-align: center;
    }
    .mobile-header-down-list {
    height: 0;
        max-height: 0;
       -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
	}

    .mobile-header-down-list.open {
        height: 100%;
        max-height: 500px;
    }

	#banner_home .photo {
		padding: 0 24px;
        margin:  20px auto 26px;
	}
    #banner_home .subtext-block {
        margin: 0 auto;
        padding: 0 24px;
        max-width: 400px;

    }
	.jq-selectbox__dropdown li {
		text-align: center;
	}
	 .wrapper-capabilities.no-slider {
		background-image: -webkit-gradient(radial, 45% 8%, 0, 45% 80%, 700, color-stop(25%, #fff), color-stop(80%, #2f769a));
		background-image: radial-gradient(circle farthest-side at 45% 80%, #fff 25%, #2f769a);
		background-repeat: no-repeat;
        height: 620px;
	}
    #banner_home .flex-control-nav {
        bottom: -32px;
    }
    #banner_home .flex-control-paging li a {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: none;
    }
    #banner_home .flex-control-paging li a.flex-active {
        background: #fff;
        box-shadow: none;
    }
	#banner_home h2 {
		margin: 0 0 24px;
        color: black;
        font: 700 36px/40px 'Open Sans', sans-serif;
	}
    #banner_home .banner_txt {
        font-size: 18px;
        line-height: 24px;
    }
    #banner_home  .banner_btn {
        display: inline-block;
        padding: 0 16px;
        font-weight: 600;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        color: #FFFFFF;
        background: #00AFED;
        border-radius: 4px;
        margin: 24px 0 60px;
    }
    #banner_home  .banner_btn:hover {
        opacity: 0.8;
    }
	#banner_home a:hover{text-decoration: none;}
	#banner_home.table_swipe:after{right: 5px;}
	#banner_home.table_swipe:before{content: none;}
    .wrapper-capabilities.no-slider {
        background: linear-gradient(0deg, #F5C753, #F5C753), radial-gradient(50% 507.33% at 49.54% 50%, rgba(212, 228, 239, 0.87) 0%, rgba(255, 255, 255, 0) 100%), #4180A1;
    }
    .ls-wp-container .text-h31,
	.ls-wp-container .text-h40 {
		font-size: 22px;
		line-height: 25px;
	}

	#post-3863 .single-image,
	#post-6897 .single-image,
	#post-187 .single-image{
		min-height:inherit;
	}
	.page-news {
		padding-top: 15px;
	}
	#faq-instructions,
	#video-instructions {
		padding-bottom: 0;
	}
	.support-videoinstr .row {
		margin-bottom: 10px
	}
	.type-clubs .club-title {
		margin-bottom: 5px;
	}
	.suport-system > div {
		margin-bottom: 25px;
	}

	.karaoke-systems .wpb_wrapper {
		text-align: center;
	}

	.other-karaoke-systems .karaoke-system {
		margin-bottom: 40px;
	}


	.now .bg-archive-news {
		background-image: inherit;
	}

	.bg-archive-news .news h5:after,
	.bg-archive-news .news h5:before {
		content: none;
	}

	.bg-archive-news .news.type-news {
		text-align: center;
		float: initial !important;
	}
	.store a{
		margin: 10px 10px 10px 0;
		float: left;
	}
	.circle-100, .circle-166, .circle-250,
	.circle-57, .circle-78 {
		margin-left: auto;
		margin-right: auto;
	}
	.bg-archive-news .row .news:nth-child(3) {
		padding-top: 20px;
	}

	.big-photo .wpb_wrapper > div {
		/*zoom: 0.5;*/
	}

	#timeline {
		height: 1050px !important;
	}

	.business-system, .home-system, .new-system, .new-system-home, .old-system {
		zoom: 0.5;
	}

	.single-support .big-photo .new-system,
	.single-support .big-photo .business-system,
	.single-support .big-photo .old-system,
	.single-support .big-photo .new-system-home {
		left: initial;
		zoom:0.3;
	}

	.history-page #timeline .vco-slider .content {
		padding-top: 10px !important;
	}

	#update-packs .btn {
		margin-bottom: 2em;
	}

	#faq-instructions .filter {
		padding: 5px;
		border: 2px solid #00afed;
		background-color: #00afed;
		color: white;
		border-radius: 5px;
		float: left;
	}

	.single-support .instructions {
		text-align: center;
	}

	.page-support .download-pdf {
		display: inline-flex;
	}

	.download-pdf .file-size {
		position: relative;
		top: 0;
		margin-left: 1em;
	}

	.page-support .download-pdf .blue {
		display: inline-block;
		margin-left: 1em;
	}

	.wrapper-support-munu-ico {
		display: block;
	}

	.man-left {
		padding-left: 15%;
	}

	.man-left,
	.support-munu-ico {
		display: block;
		margin: initial;
		width: 50%;
		float: left;
	}
	.btn-play-video-slider {
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	.media-player .mejs-container .mejs-controls .mejs-time-rail span.mejs-time-total, .media-player .mejs-container .mejs-time-rail span.mejs-time-total {
		border: none !important;
	}
	.single-image.align-center:not(.circle-100, .circle-166, .circle-250, .circle-57, .circle-78),
	.single-image.align-left:not(.circle-100, .circle-166, .circle-250, .circle-57, .circle-78) {
		width: 100%;
	}
	.single-image.align-center,
	.single-image.align-left{
		text-align: center !important;
		margin-bottom: 1.5em !important;
		margin-top: 1em !important;
	}
	.single-image.without-v-space.align-center, .single-image.without-v-space.align-right {
		margin-bottom: -15px !important;
	}
	.form-left-col-sm-6.single-image.align-center,
	.form-right-col-sm-6.single-image.align-center {
		width: 50%;
	}
	.mfp-content .additional-closed .accessories .form-field,
	.mfp-content .additional-closed .checkbox-block,
	.mfp-content .additional-closed .frm_radio,
	.mfp-content .additional-closed .region-bank-song .form-field {
		width: 100%;
		text-align: center;
	}
	.mfp-content .additional-closed .accessories .form-field:nth-child(1){
		background-position: 50% -70px;
		padding-top: 65px
	}
	.mfp-content .additional-closed .accessories .form-field:nth-child(2){
		background-position: 50% -30px;
		padding-top: 105px
	}
	.mfp-content .additional-closed .accessories .form-field:nth-child(3){
		background-position: 55% -20px;
		padding-top: 110px
	}
	.single-image img {
		margin: 0 auto;
	}
	#banner_home .flex-direction-nav {
		display:  none;
	}
	.row.karaoke-systems > .vc_column_container:after{
		content:'';
		border-bottom: 1px solid #e5e5e5;
		margin: 20px 0 20px;
		display: block;
	}
	.row.karaoke-systems > .vc_column_container:last-child:after{
		border-bottom:none;
		margin: 0;
	}
	#second-level-menu .float-right {
		display:  none;
	}
	#video-instructions p.text-h40.align-center.p-bottom50px {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.myan-menu ul li .sub-menu {
		display:  initial;
		position:  relative;
		box-shadow: initial;
		margin:  0;
		padding: 0;
	}
	.mob-nav-wrap .myan-menu .sub-menu a{
		padding-left:15px
	}
	#banner_home ul.flex-direction-nav li a.flex-next,
	#banner_home ul.flex-direction-nav li a.flex-prev{
		top:40%;
	}
	#banner_home .slides li .photo img {
		margin-left:  auto;
		margin-right: auto;
        max-height: 225px;
	}
}


@media (max-width: 690px) {
    main .p-bottom30px, main .p-bottom40px, main .p-bottom50px, main .p-bottom100px {
        padding-bottom: 10px;
    }

    #post-6701 .business-page .vc_column_container.col-sm-6 img,
    #post-3851 .business-page .vc_column_container.col-sm-6 img,
    #post-13 .business-page .vc_column_container.col-sm-6 img {
        top: -400px !important;
    }

    #post-6701 .business-page .vc_column_container.col-sm-6 .single-image,
    #post-3851 .business-page .vc_column_container.col-sm-6 .single-image,
    #post-13 .business-page .vc_column_container.col-sm-6 .single-image {
        height: 250px;
    }

    #faq-instructions .filter-faq[data-filter="all"] {
        margin-bottom: 20px;
    }

    .wrapper-select-region-club .find-club {
        width: 100%
    }

    .wrapper-map {
        display: none;
        height: initial !important;
    }

    .wrapper-map-menu {
        height: initial !important;
    }

    .wrapper-select-region-club {
        position: relative;
    }

    .popular-local-clubs article {
        text-align: center;
    }

    .popular-local-clubs .circle-100 {
        margin: 5px auto;
    }

    .home-page .photo {
        width: 100%;
        height: auto;
    }

    .home-page .photo img {
        height: auto;
    }

    .ts-icon-counter .ts-counter-value {
        line-height: 80% !important;
    }

}

@media (max-width: 560px) {

    #post-189 .vc_column_container.col-xs-6,
    #post-4555 .vc_column_container.col-xs-6,
    #post-6884 .vc_column_container.col-xs-6 {
        min-height: 255px;
    }

}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    #timeline.storyjs-embed.full-embed {
        /*height: initial!important;*/
        width: initial !important;
    }

    .history-page #timeline .vco-storyjs .vco-feature .vco-slider {
        height: initial;
    }

    .vco-skinny .vco-slider .slider-item .content .content-container {
        width: 90%;
    }
}

@media (max-width: 470px) {
    .post-type-archive-news .wrapper-btn-era {
        margin: 20px auto;
    }
    .single-image.evol-pro.without-v-space {
        margin-top: -100px!important;
    }
    .post-type-archive-news .wrapper-btn-era a {
        padding: 9px;
        font-size: 11px;
    }
}

@media (max-width: 426px) {
    .man-left, .support-munu-ico {
        width: 100%;
    }
    .page-parallax h3{
        font-size: 42px;
        line-height: 42px;
    }
    .media-player h3{
        font-size: 18px;
        line-height: 18px;
    }
    .man-left a#manual-pro2 {
        display: inline-block;
        margin-bottom: 20px;
    }


    .man-left {
        padding-left: 15%;
    }
    .mfp-content .additional-closed .accessories .form-field:nth-child(3){
        background-position-x: 58%;
    }
    .support-munu-ico .support-ico {
        zoom: 0.6;
    }

    .float-left,
    .float-right {
        max-width: initial;
        text-align: center !important;
        float: initial;
        width: 100%;
    }

    .history-page #timeline .vco-slider .content {
        padding-top: 10px !important;
    }

    .history-page #timeline .vco-slider .slider-item,
    .history-page #timeline .vco-slider .slider-item .content .content-container .text {
        width: 100% !important;
    }
    .home-page .photo {
        width: 425px !important;
        height: 200px;
    }
    #flexslider_home{
        max-height: 615px;
        margin-bottom: 0;
    }
    .home-page ul.flex-direction-nav{
        margin-top: -255px;
        margin-bottom: 255px;
    }
    iframe {
        height: 100%;
    }
    .home-page ul.flex-direction-nav {
        margin-top: -40%;
        margin-bottom: 40%;
    }
    .page-id-8465 main,
    .page-id-8704 main,
    .page-id-8705 main {
        margin-top: 20px;
    }

    span.text-h48.lighter.p-top100px {
        padding-top: 0;
    }

    .additional-menu li {
        margin-right: 15px;
    }

    .man-left {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 376px) {
    .post-type-archive-news .wrapper-btn-era a {
        padding: 5px;
        font-size: .7em;
    }
}

@media (max-width: 320px) {
    #post-6701 .business-page .text-h40,
    #post-3851 .business-page .text-h40,
    #post-13 .business-page .text-h40 {
        font-size: 30px;
    }

    #timeline {
        /*height:  1150px!important;*/
    }

    h1.usual-page {
        font-size: 30px;
    }
    .mfp-content .additional-closed .accessories .form-field:nth-child(3){
        background-position-x: 66%;
    }
}

#lang_sel .icl-uz {display:none}
.mfp-content .container {
    width: 100%;
}
.blog-container .posts-container article {
    margin-bottom: 2em;
}
#update-packs .table-bordered > tbody > tr > td:first-child {
    width:25%
}
.transparent.btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.transparent.btn:hover {
    background-color: rgba(255, 255, 255, .15);
}
.wrapper-myan-dop-menu .single-image img {
    max-height: 140px;
}
.wrapper-myan-dop-menu.page-karaoke-system.slide-down {
    align-items: flex-start;
    padding: 70px 0 0;
}
.page-karaoke-system.wrapper-myan-dop-menu .single-image {
    margin: 0 0 18px;
}
.disable a {
    pointer-events: none;
}
.disable {opacity: 0.6;}
.page-karaoke-system.wrapper-myan-dop-menu .disable.single-image:hover h6 a{text-decoration: none;}

.desktop-header-btn .buy-btn.btn {
    margin: 0 0 0 20px;
}

.history-page {
    margin: 54px 0 0;
}
/* add modify mobile submenu */
@media (max-width: 1199px){
	div#wpadminbar {display: none;}
	.additional-menu >ul.menu {width: 100%;}
	.additional-menu >ul.menu li {
		display: block;
		float: none;
		padding: 11px 10px!important;
        text-align: left;
        margin: 0 0 0 40px;
	}
	.wrapper-myan-dop-menu{
		position: sticky;
        top: 0;
		background-color: white;
		line-height: 0;
	}
	#second-level-menu .desktop-header-btn.float-right {
		display: none;
	}
	.wrapper-myan-dop-menu#second-level-menu {
		background: #fff;
		top: 0;
		transition: none;
        padding: 8px 0;
        border-top: thin solid #E2E6E7;
	}
	#second-level-menu .additional-menu ul{
		height:0;
		max-height: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}

	.myan-menu.additional-menu {
		height: 0;
		max-height: 0;
	}
    #second-level-menu .additional-menu ul.open,
    .myan-menu.additional-menu.open {
        /*display:block; */
        height: 100vh;
        max-height: 500px;
    }
    .wrapper-myan-dop-menu#second-level-menu.open {
        height: 400px;
    }

    main {
        margin-top: 0!important;
    }
    .header_mob.scroll-down-yellow {
        top: -76px;
    }
    .header_mob-submenu.scroll-down-yellow #second-level-menu{
        top: 0;
    }
    main.history-page {margin-top: 110px!important;}
    .wrapper-myan-dop-menu#second-level-menu.scroll-down-second-level {
        top: 0;
    }
}

div#wpadminbar {
    visibility: visible;
}

#form_contact3 .form-field textarea,
#form_contact33 .form-field textarea,
#form_contact32 .form-field textarea {
    float: left;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
    border-radius: 4px;
}

/*custom widjets*/
/*Виджет 'все о блоге'*/
.blog-bg {
    background: linear-gradient(89.97deg, #007BFF 0%, #7F21F7 67.15%);
    padding: 64px 0;
    position: relative;
}
.blog-bg:after {
    content: '';
    width: 170px;
    height: 142px;
    position: absolute;
    top: 20px;
    left: calc(50% - 180px);
    background: url('/wp-content/themes/html5blank-master/images/blog-icon.svg') no-repeat center/contain;
}
.blog-bg .container {
    display: flex;
    align-items: center;
}
.blog-bg_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.blog-bg_title span {
    color: #FF9017;
}
.blog-bg_button {
    display: block;
    width: 264px;
    height: 60px;
    border-radius: 4px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 19px 0;
    background: #00afed;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 auto ;
}
.blog-bg_button a {
    width: 264px;
    height: 60px;
    display: block;
}
.blog-bg_button:hover,
.blog-bg_button:focus,
.blog-bg_button a:hover,
.blog-bg_button a:focus{
    text-decoration: none;
    color :#fff;
}
.blog-bg_button:hover {
    background-color: rgba(0, 175, 237, .8)!important;
}
@media(max-width: 991px) {
    .blog-bg .container {
        width: auto;
    }
}
@media(max-width: 780px) {
    .blog-bg:after {
        left: auto;
        right: 30px;
    }
    .blog-bg {
        padding: 60px;
    }
    .blog-bg .container {
        flex-direction: column;
    }
    .blog-bg_button {
        margin: 36px 0 0;
    }
}

@media(max-width: 650px) {
    .home-page .blog-bg{
        margin: 0 0 -20px;;
    }
    .blog-bg {
        padding: 60px 40px;
    }
    .blog-bg_title {
        max-width: 360px;
    }
}
@media(max-width: 600px) {
    .blog-bg {
        padding: 30px 10px;
        text-align: center;
    }
    .blog-bg_title {
        font-size: 30px;
        line-height: 120%;
    }
    .blog-bg_title br {
        display: none;
    }
}

/*Виджет для дилеров*/
.diller-bg {
    background: #eaeaea;
    padding: 30px 15px 50px;
    text-align: center;
}
.diller-bg_title {
    color: #333333;
}
.diller-bg_subtitle {
    font: 400 16px 'Open Sans', sans-serif;
    max-width: 440px;
    margin: 20px auto;
}
.diller-bg .btn {
    font: 700 24px 'Open Sans', sans-serif;
    display: block;
    background: transparent!important;
    text-align: center;
    border: 2px solid #2bb5ed!important;
    margin: 0 auto 30px;
    max-width: 360px;
    color: #2bb5ed;
    text-decoration: none;
}
.diller-bg a {
    text-decoration: none;
}
.diller-bg .btn:hover {
    background: #2bb5ed!important;
    color: #fff;
    text-decoration: none;
}
.diller-bg_txt {
    font: 400 16px 'Open Sans', sans-serif;
}
.diller-bg_txt a {
    color: #2bb5ed;
}
.diller-bg_txt a:hover {
    opacity: 0.6;
}

/*Виджет об условиях доставки*/
.delivery-bg {
    background: url('/wp-content/uploads/2019/08/bg_delivery_KS_desktop.jpg?id=24375') no-repeat center bottom;
    height: 350px;
    text-align: center;
    margin: -80px 0 0px;
}
.delivery-bg hr {
    margin: 0 0 40px;
}
.delivery-bg_title {
    color: #333333;
}
.delivery-bg_link {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #00afed;
    background-color: transparent;
    margin: 20px auto 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.delivery-bg_link:hover {
    text-decoration: none;
    opacity: 0.6;
    color: #00afed;
}
@media (max-width: 767px) {
    .delivery-bg {
        background: url('/wp-content/uploads/2019/08/bg_delivery_KS_mobile.jpg?id=24394') no-repeat center;
        height: 445px;
        text-align: center;
    }
    .delivery-bg_title {
        margin: 150px 0 0;
        font-size: 26px;
        line-height: 35px;
    }
}

/*Виджет Компания в цифрах*/
.system-number {
    max-width: 1070px;
    padding: 0 60px;
    margin: 90px auto;
}
.system-number_title {
    font-weight: 700;
    font-size: 68px;
    line-height: 72px;
    color: #192F43;
    margin: 0 0 75px;
}
.system-number_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.system-number_item {
    width: 262px;
    margin: 0 30px 40px 0;
}
.system-number_subtitle {
    font-size: 54px;
    font-weight: 700;
    line-height: 46px;
    color: #192F43;
}
.system-number_subtitle span {
    font-size: 44px;
}
.system-number_txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #192F43;
    margin: 0 0 20px;
}
.system-number_subtxt {
    opacity: 0.8;font-size: 16px;
    line-height: 24px;
    color: #192F43;
}
@media(max-width: 650px) {
    .system-number {
        margin: 70px auto 40px;
    }
    .system-number_title {
        font-size: 60px;
        line-height: 72px;
    }
    .system-number_item {
        width: 214px;
    }
}
@media(max-width: 600px) {
    .system-number {
        text-align: center;
        padding: 0 15px;
    }
    .system-number_title {
        font-size: 32px;
        line-height: 100%;
        margin: 0 0 60px;
    }
    .system-number_item {
        width: 100%;
        margin: 0 0 40px;
    }
}

.form-input_name textarea{
    line-height: 22px;
}
.order-evobase textarea {
    resize: none;
}
.order-evobase .form_economy {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: -12px 0 20px auto;
    max-width: 300px;
    line-height: 14px;
    height: 13px;
}
.order-evobase .success_form {
    padding: 90px 30px;
    font-size: 20px;
    position: relative;
}
.order-evobase .success_form-title {
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin: 0 auto 15px;
}
.order-evobase .success_form:before {
    content:'';
    width:40px;
    height: 40px;
    position: absolute;
    top: 40px;
    left:50%;
    transform: translateX(-50%);
    background: url(/wp-content/themes/html5blank-master/css/../images/check.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.mfp-close {
    right: 0 !important;
    top: -53px !important;
    width: 48px !important;
    height: 43px !important;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background: url(/wp-content/themes/html5blank-master/css/../images/ic-close.png) no-repeat;background-position: center;
    background-size: cover;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.frm_forms form.order-evobase {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.order-evobase fieldset .form-field .frm_primary_label {
    line-height: 16px;
    top: 8px;
    padding: 0 8px;
    width: auto;
    position: absolute;
    transition: all .2s linear;
}
.order-evobase .frm_primary_label.focus {
    transform: translateY(-15px);
    top: 0;
    background: #fff;
    padding: 0 10px;
    transition: all .2s linear;
}
.order-evobase fieldset .form-field {
    margin: 0 0 20px;
    position: relative;
}
.order-evobase fieldset .form-field .jq-selectbox, .order-evobase fieldset .form-field input, .order-evobase fieldset .form-field textarea {
    width: 100%;
}

.order-evobase .frm_fields_container {
    max-width: 300px;
    margin: 0 0 0 auto;
    position: relative;
}
.order-evobase .frm_form_fields {
    padding: 40px 0 100px;
}
.order-evobase .form_title {
    font: 600 24px/28px 'Open Sans', sans-serif;
    max-width: 300px;
    margin: 0 0 20px auto;
    color: #2B414F;
}
.order-evobase .form_subtitle {
    max-width: 300px;
    margin: 0 0 20px auto;
    border-radius: 20px 0;
    font: 24px/19px 'Open Sans', sans-serif;
    color: #00afed;
}
.order-evobase .form_img {
    position: absolute;
    top: 0;
    right: 338px;
    max-width: unset;
    left: -6px;
    /* 	  height: 569px; */
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.order-evobase fieldset .form-field.frm_form_policy {
    position: absolute;
    bottom: calc(50% - 226px);
    left: auto;
    font-size: 11px;
    line-height: 16px;
}

.order-evobase .frm_final_submit,
.order-evobase .frm_button_submit{
    margin: 5px auto 0;
    max-width:300px;
    width:100%;
}
.mfp-content .container {
    padding: 0;
}
.cptch_block .jq-selectbox, .cptch_block .selectbox, .cptch_block input, .cptch_block textarea, .form-field .jq-selectbox, .form-field .selectbox, .form-field input, .form-field textarea, .search-club-by-name .jq-selectbox, .search-club-by-name .selectbox, .search-club-by-name input, .search-club-by-name textarea, .select-region-club .jq-selectbox, .select-region-club .selectbox, .select-region-club input, .select-region-club textarea {border: 0;}

.order-evobase .cptch_block .frm_error, .order-evobase .form-field .frm_error, .order-evobase .search-club-by-name .frm_error, .order-evobase .select-region-club .frm_error {
    position: absolute;
    bottom: -18px;
    font-size: 11px;
    width: 100%;
}
@media(max-width: 1100px) {
    .mfp-wrap.mfp-ready {
        top: 0!important;
        height: 100vh!important;
        overflow: auto;
    }
}
@media(max-width: 820px) {
    .order-evobase .form_economy {
        position: absolute;
        top: calc(50% + 118px);
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .order-evobase fieldset .form-field.frm_form_policy {
        bottom: calc(50% - 234px);
    }
    .order-evobase .form_img {
        position: relative;
        height: 460px;
        width: 100%;
        left: 0;
        background-position: center 43%;
    }
    .frm_forms {
        margin-left:0;
        margin-right: 0;
    }
    .frm_forms form.order-evobase {
        padding: 0;
        margin: 0 auto!important;
    }
    .order-evobase .frm_form_fields {
        padding: 0;
    }
    .order-evobase fieldset {
        padding: 0;
        margin: 0;
    }
    .order-evobase .form_title {
        position: absolute;
        top: calc(50% + 10px);
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .order-evobase .form_subtitle {
        position: absolute;
        top: calc(50% + 80px);
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        font-size: 24px!important;
    }
    .order-evobase .frm_fields_container {
        margin: 0 auto;
        padding: 138px 0 98px;
    }
    .mfp-close {
        top: 10px!important;
        right: 10px!important;
    }
    .order-evobase fieldset .form-field input, .order-evobase fieldset .form-field textarea {
        height: 30px;
        line-height: 22px;
    }
    .order-evobase fieldset .form-field .frm_primary_label {
        top: 50%;
        transform: translateY(-50%);
    }
    .order-evobase fieldset .form-field .frm_primary_label.focus {
        top: 0;
        background: #fff;
    }
}
@media(max-width: 480px) {
    .order-evobase .form_img {
        position: relative;
        height: 300px;
        width: 100%;
        left: 0;
        background-position: center 43%;
    }
    .order-evobase .form_title {
        top: calc(300px + 20px);
    }
    .order-evobase .form_subtitle {
        top: calc(360px + 30px);
    }
    .order-evobase .form_economy {
        top: calc(50% + 42px);
    }
}







.contacts_form-style label.frm_primary_label {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #2BB5ED;
}
#form_contact3 .cptch_block .jq-selectbox, #form_contact3 .cptch_block .selectbox, #form_contact3 .cptch_block input, #form_contact3.cptch_block textarea, #form_contact3 .form-field .jq-selectbox, #form_contact3 .form-field .selectbox, #form_contact3 .form-field input, #form_contact3 .form-field textarea, #form_contact3 .search-club-by-name .jq-selectbox, #form_contact3 .search-club-by-name .selectbox, #form_contact3 .search-club-by-name input, #form_contact3 .search-club-by-name textarea, #form_contact3 .select-region-club .jq-selectbox, #form_contact3 .select-region-club .selectbox, #form_contact3 .select-region-club input, #form_contact3 .select-region-club textarea,
#form_contact32 .cptch_block .jq-selectbox, #form_contact32 .cptch_block .selectbox, #form_contact32 .cptch_block input, #form_contact32.cptch_block textarea, #form_contact32 .form-field .jq-selectbox, #form_contact32 .form-field .selectbox, #form_contact32 .form-field input, #form_contact32 .form-field textarea, #form_contact32 .search-club-by-name .jq-selectbox, #form_contact32 .search-club-by-name .selectbox, #form_contact32 .search-club-by-name input, #form_contact32 .search-club-by-name textarea, #form_contact32 .select-region-club .jq-selectbox, #form_contact32 .select-region-club .selectbox, #form_contact32 .select-region-club input, #form_contact32 .select-region-club textarea,
#form_contact33 .cptch_block .jq-selectbox, #form_contact33 .cptch_block .selectbox, #form_contact33 .cptch_block input, #form_contact33.cptch_block textarea, #form_contact33 .form-field .jq-selectbox, #form_contact33 .form-field .selectbox, #form_contact33 .form-field input, #form_contact33 .form-field textarea, #form_contact33 .search-club-by-name .jq-selectbox, #form_contact33 .search-club-by-name .selectbox, #form_contact3 .search-club-by-name input, #form_contact33 .search-club-by-name textarea, #form_contact33 .select-region-club .jq-selectbox, #form_contact33 .select-region-club .selectbox, #form_contact33 .select-region-club input, #form_contact33 .select-region-club textarea{ float: right;}

.form-field.contacts_form-style {border: none;max-width: 488px; padding: 0; margin-bottom: 24px;}

#form_contact3 .frm_fields_container,
#form_contact32 .frm_fields_container,
#form_contact33 .frm_fields_container,
.contacts_form-style {
    display: flex;
    flex-direction: column;
}

#form_contact3 .form-field input,
#form_contact3 .form-field .jq-selectbox,
#form_contact32 .form-field input,
#form_contact32 .form-field .jq-selectbox,
#form_contact33 .form-field input,
#form_contact33 .form-field .jq-selectbox{
    float: left;
    border: 1px solid #D5D5D5;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px!important;
    height: 52px!important;
    padding-left: 16px;
    border-radius: 4px;
    width: 100%;
}

#form_contact3 .frm_button_submit.frm_final_submit,
#form_contact32 .frm_button_submit.frm_final_submit,
#form_contact33 .frm_button_submit.frm_final_submit{
    background: #2BB5ED;
    border-radius: 4px;
    border: 0;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

#form_contact3 .frm_description,
#form_contact32 .frm_description,
#form_contact33 .frm_description {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
}

#form_contact3 .frm_form_policy,
#form_contact32 .frm_form_policy,
#form_contact33 .frm_form_policy{
    text-align: left;
    position: absolute;
    bottom: 20px;
    padding: 0;
    font-size: 14px;
}
@media(max-width: 992px) {
    #form_contact3 .frm_form_policy,
    #form_contact32 .frm_form_policy,
    #form_contact33 .frm_form_policy{
        bottom: -15px;
    }
}

@media(max-width: 992px) {
    #form_contact3 .frm_form_policy,
    #form_contact32 .frm_form_policy,
    #form_contact33 .frm_form_policy{
        bottom: 20px;
    }
}
@media(max-width: 441px) {
    #form_contact3 .frm_form_policy, #form_contact32 .frm_form_policy, #form_contact33 .frm_form_policy {
        bottom: -15px;
    }
}

#form_contact3 .frm_submit, #form_contact32 .frm_submit, #form_contact33 .frm_submit {padding-bottom: 110px;}

#form_contact3 .jq-selectbox__select-text, #form_contact32 .jq-selectbox__select-text, #form_contact33 .jq-selectbox__select-text {line-height: 50px;}

#form_contact3 .form-field .jq-selectbox .jq-selectbox__trigger-arrow, #form_contact32 .form-field .jq-selectbox .jq-selectbox__trigger-arrow, #form_contact33 .form-field .jq-selectbox .jq-selectbox__trigger-arrow {
    right: 16px;
}

#form_contact3 .jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow,
#form_contact32 .jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow,
#form_contact33 .jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
}

#form_contact3 .jq-selectbox__dropdown,
#form_contact32 .jq-selectbox__dropdown,
#form_contact33 .jq-selectbox__dropdown{
    width: 488px;
    box-sizing: border-box;
    left: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#form_contact3 .form-field .jq-selectbox .jq-selectbox__select-text,
#form_contact32 .form-field .jq-selectbox .jq-selectbox__select-text,
#form_contact33 .form-field .jq-selectbox .jq-selectbox__select-text{
    color: #333;
    font-weight: 400;
}

#form_contact3 .jq-selectbox__dropdown li:hover,
#form_contact32 .jq-selectbox__dropdown li:hover,
#form_contact33 .jq-selectbox__dropdown li:hover {
    font-weight: 700;
}

#form_contact3 fieldset, #form_contact32 fieldset {padding:0;}
#form_contact3 .form-field textarea, #form_contact32 .form-field textarea, #form_contact33 .form-field textarea {padding: 16px;}




.frm_form_field, .frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container {
    width: 100%!important;
}

.with_frm_style .frm_none_container label.frm_primary_label, .with_frm_style .frm_pos_none, .frm_none_container label.frm_primary_label {
    display: initial!important;
}

.mfp-content .form-ttl {
    font: 3vh/4vh 'Open Sans', sans-serif;
}

.mfp-content h3 {
    font: 3vh/4vh 'Open Sans', sans-serif;
}

.form-img {
    max-width: 50vh;
}

.form-input {
    padding: .5vh;
    margin-bottom: 1vh;
}

.mfp-content .single-image {
    max-width: 50vh;
}

.mfp-content .frm_form_field {
    padding: .5vh;
    margin-bottom: 1vh;
}

.form-button,
.mfp-content .frm_submit {
    padding: 1vh 1.5vh;
}

.mfp-content {
    top:0;
}
@media(max-width: 600px) {
    .mfp-content .single-image {
        max-width: 25vh;
    }
    .mfp-wrap.mfp-ready {
        top: 0!important;
        height: 100vh!important;
        overflow: auto;
    }
    .mfp-content .frm_forms form,
    .mfp-content .frm_forms {
        margin: 0!important;
    }

    #frm_form_117_container .text-h24 {
        width: 300px;
        margin: 0 auto;
    }
}


/*HEADER NEW*/
/*Базове стили для дропдаун*/
.base_dropdown {
    position: relative;
}
.base_dropdown-content {
    position: absolute;
    top: 63px;
    left: -154px;
    background: #fff;
    height: 560px;
    min-width: 1140px;
    border-radius: 10px;
    padding: 24px 40px;
    opacity: 0;
    z-index: -1100;
    transform: translateY(-30px);
    transition: all .3s linear;
    animation: hideBlock .3s linear forwards;
}
@keyframes showBlock {
    0% {
        z-index: -1100;
    }
    5% {
        z-index: 1100;
    }
    100% {
        z-index: 1100;
    }
}
@keyframes hideBlock {
    0% {
        z-index: 1100;
    }
    95% {
        z-index: -1100;
    }
    100% {
        z-index: -1100;
    }
}
.base_dropdown:hover .base_dropdown-content {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s linear;
    animation: showBlock .3s linear forwards;
}
.base_dropdown:hover .base_dropdown-content:before {
    content: '';
    width: 100%;
    height: 30px;
    background: transparent;
    position: absolute;
    top: -30px;
    left: 0;
}
.header_overlay {
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
    transition: all .3s linear;
}
.header_overlay.active {
    opacity: 1;
    z-index: 1000;
    transition: all .3s linear;
}

.hide {
    display: none;
}


.header-desk {
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .header-desk {
        padding: 9px 20px;
        max-width: unset;
    }
}
.header-desk_logo {
    max-width: 126px;
}
.header-desk_link {
    display: block;
    color: #222020;
    padding: 6px 10px 8px;
    border-radius: 33px;
    font: 600 16px/20px 'Open Sans', sans-serif;
    transition: .2s ease-in-out;
}
.header-desk_link.active,
.header-desk_link:hover {
    background: #F5C753;
    text-decoration: none;
    color: #222020;
    transition: .2s ease-in-out;
}
.header-desk_dropdown {
    display: flex;
}
.header-desk_title {
    color: #222020;
    margin: 0 0 28px;
    font: 700 24px/28px 'Open Sans', sans-serif;
}
.header-desk_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 262px;
    color: #222020;
    margin: 0 0 21px;
    font: 600 18px/24px 'Open Sans', sans-serif;
}
.header-desk_tab:hover,
.header-desk_tab.active {
    color: #FFA200;
    text-decoration: none;
}
.header-desk_tab:hover:after,
.header-desk_tab.active:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-arrow.svg) no-repeat center/contain;
}
.header-desk_subtabs {
    position: absolute;
    left: 340px;
    margin: 59px 0 0 0;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    display: flex;
    align-items: flex-start;
}
.header-desk_subtabs.active {
    opacity: 1;
    z-index: 10;
}
.header-desk_subtabs-links {
    transform: translateX(-100px);
    position: relative;
    opacity: 0;
    padding-top: 3px;
}
.header-desk_subtabs.active .header-desk_subtabs-links {
    transform: translateX(0);
    opacity: 1;
    transition: all .3s linear;
}

.header-desk_subtab {
    display: block;
    color: #222020;
    min-width: 238px;
    margin: 0 0 24px;
    font: 600 18px/22px 'Open Sans', sans-serif;
}
.header-desk_subtab span {
    display: block;
    color: rgba(34, 32, 32, 0.5);
    font: 400 17px/22px 'Open Sans', sans-serif;
}
.header-desk_subtab:hover,
.header-desk_subtab.active {
    color: #FFA200;
    text-decoration: none;
}
.header-desk_images {
    width: 386px;
    max-height: 386px;
    height: 386px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 36px;
}
.header-desk_images img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear .2s;
}
.header-desk_images img.active {
    opacity: 1;
    transition: all .3s linear .2s;
}
.header-desk_call {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-call.svg) no-repeat center/24px;
}
.header-desk_call:hover,
.header-desk_call.active {
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-call.svg) #F5C753 no-repeat center/24px;
}
.header-desk_login {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-user.svg) no-repeat center/24px;
}
.header-desk_login:hover {
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-user.svg) #F5C753 no-repeat center/24px;
}
.header-desk_lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: auto;
    height: 64px;
    padding: 17px 36px 13px;
    left: calc(50% - 10px);
    transform: translate(-50%, -30px);
}
.base_dropdown:hover .header-desk_lang {
    transform: translate(-50%, 0);
}
.header-desk_lang-link {
    display: block;
    background: linear-gradient(0deg, #F0F1F0, #F0F1F0);
    border-radius: 24px;
    color: #222020;
    font: 600 16px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 6px 10px 8px;
    transition: .2s ease-in-out;
    margin: 0 10px;
}
.header-desk_lang-link:hover {
    background: #F5C753;
    text-decoration: none;
    color: inherit;
}
.header-desk_call-content {
    min-width: 256px;
    top: 65px;
    height: auto;
    padding: 24px 27px;
    left: calc(50% - 52px);
    transform: translate(-50%, -30px);
}
.base_dropdown:hover .header-desk_call-content {
    transform: translate(-50%, 0);
}
.header-desk_call-row {
    cursor: default;
    margin: 0 auto 24px;
    color: rgba(34, 32, 32, 0.5);
    font: 400 14px/18px 'Open Sans', sans-serif;
}
.header-desk_call-row:last-child {
    margin: 0 auto;
}
.header-desk_call-phone {
    color: #222020;
    margin: 0 0 4px;
    font: 600 21px/27px 'Open Sans', sans-serif;
}
.header-desk_call-phone:hover {
    text-decoration: none;
    color: #00AFED;
    opacity: 1;
}
/*MOBILE HEADER*/
.header-mobile {
    padding: 9px 18px;
    display: none;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 1070px) {
    .header-desk {
        display: none;
    }
    .header-mobile {
        display: flex;
    }
    .wrapper-myan-dop-menu#second-level-menu {
        top: 56px;
    }
}
.header-mobile_burger {
    width: 38px;
    height: 38px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-burger.svg) no-repeat center/24px;
}
.header-mobile_logo {
    width: 122px;
}
.header-mobile_cart {
    width: 38px;
    height: 38px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-cart.svg) no-repeat center/24px;
}
.header-mobile_call {
    width: 38px;
    height: 38px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-call.svg) no-repeat center/24px;
}
.header-mobile_callback-icon {
    width: 38px;
    height: 38px;
}
.header-mobile_call.active {
    border-radius: 50%;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-call.svg) #F5C753 no-repeat center/24px;
}
.header-mobile_login {
    width: 38px;
    height: 38px;
    margin: 0 0 0 24px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-user.svg) no-repeat center/24px;
}
.header-mobile_header {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 18px;
    margin: 0 -6px 8px;
}
.header-mobile_close {
    width: 38px;
    height: 38px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-close.svg) no-repeat center/24px;
}
.header-mobile_header .header-mobile_call {
    margin: 0 0 0 auto;
}
.header-mobile_menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    padding: 0 24px 8px;
    position: absolute;
    top: 60px;
}
.header-mobile_menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0 11px;
    color: #222020;
    font: 600 18px/24px 'Open Sans', sans-serif;
}
.header-mobile_menu-link:focus,
.header-mobile_menu-link:hover {
    text-decoration: none;
    color: inherit;
}
.header-mobile_menu-arrow:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-arrow-black.svg) no-repeat center/contain;
}
.header-mobile_menu-langs {
    display: flex;
    align-items: center;
    margin: 34px 0 0;
}
.header-mobile_menu-lang {
    display: block;
    margin: 0 18px 0 0;
    background: linear-gradient(0deg, #F0F1F0, #F0F1F0);
    border-radius: 24px;
    color: #222020;
    padding: 6px 10px 8px;
    font: 600 18px/24px 'Open Sans', sans-serif;
}
.header-mobile_menu-lang:focus,
.header-mobile_menu-lang:hover {
    text-decoration: none;
    color: inherit;
}
.header-mobile_menu-lang.active {
    background: #F5C753;
}

/*MOBILE MENU PRODUCT*/
.header-mobile_product {
    height: 100vh;
    background: #fff;
    padding: 0 24px 82px;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    width: 100%;
}
.header-mobile_product-close {
    display: inline-flex;
    align-items: center;
    color: #222020;
    margin: 0 0 16px;
    padding: 6px 15px 6px 5px;
    font: 600 18px/24px 'Open Sans', sans-serif;
    background: #F5C753;
    border-radius: 34px;
    cursor: pointer;
}
.header-mobile_product-close:before {
    content: '';
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    background: url(/wp-content/themes/html5blank-master/images/menu/ic-arrow-black.svg) no-repeat center/contain;
}

.header-mobile_product-inner {
    margin: 0 0 36px;
}
.header-mobile_product-title {
    display: block;
    color: rgba(34, 32, 32, 0.5);
    font: 600 24px/32px 'Open Sans', sans-serif;
    margin: 0 0 24px;
}
.header-mobile_product-title:focus,
.header-mobile_product-title:hover {
    text-decoration: none;
    color: inherit;
}
.header-mobile_product-link {
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px;
    color: #222020;
    font: 600 18px/24px 'Open Sans', sans-serif;
}
.header-mobile_product-link span {
    color: rgba(34, 32, 32, 0.5);
    font: 400 17px/22px 'Open Sans', sans-serif;
}
.header-mobile_product-link:focus,
.header-mobile_product-link:hover {
    text-decoration: none;
    color: inherit;
}
.header-mobile_product-img {
    width: 44px;
    margin: 0 11px 0 0;
    border-radius: 6px;
    overflow: hidden;
}

/*MOBILE CALL*/
.header-mobile_callback {
    height: 100vh;
    background: #fff;
    padding: 57px 67px 8px;
}
.header-mobile_callback-row {
    margin: 0 0 24px;
    color: rgba(34, 32, 32, 0.5);
    font: 400 14px/18px 'Open Sans', sans-serif;
}
.header-mobile_callback-row:last-child {
    margin: 0;
}
.header-mobile_callback-phone {
    display: block;
    color: #00AFED;
    margin: 0 0 4px;
    font: 600 24px/28px 'Open Sans', sans-serif;
}
.header-mobile_callback-phone:focus {
    text-decoration: none;
}

.header_modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1001;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.header_modal.slide-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: all .5s ease-in-out;
}
.header_modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
}
.header_modal.is-visible {
    opacity: 1;
    z-index: 1001;
}
.header_modal-body {
    max-width: 375px;
    height: 100vh;
    width: 100%;
    background: #fff;
    transform: translateX(-375px);
    transition: all .5s ease-in-out;
    overflow: hidden;
    z-index: 1001;
    position: relative;
}
.header_modal.is-visible .header_modal-body {
    transform: translateX(0);
    transition: all .5s ease-in-out;
}
.header-mobile_menu {
    opacity: 0;
    transform: translateX(-100px);
    transition: all .7s ease-in-out;
}
.header-mobile_menu.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all .7s ease-in-out ;
}
.header-mobile_menu-arrow:after {
    opacity: 0;
}
.header-mobile_menu.is-visible .header-mobile_menu-arrow:after {
    transition: all .1s ease-in-out .5s;
    opacity: 1;
}
.header-mobile_menu.slide-left {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease-in-out;
}
.header-mobile_product {
    opacity: 0;
    transform: translateX(375px);
    transition: all .5s ease-in-out;
}
.header-mobile_product.is-visible {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s ease-in-out;
}
.header-mobile_callback {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    z-index: -100;
    width: 100%;
    transition: all .2s ease-in;
}
.header-mobile_callback.is-visible {
    opacity: 1;
    z-index: 100;
    transition: all .2s ease-in;
}
body,
header {
    margin: 0!important;
    margin-top: 0!important;
}
@media (max-width: 600px) {
    body header {
        margin-top: 0!important;
    }
}
body {
    overflow-x: unset;
}
.header_down {
    position: sticky;
    top: 0;
    background: #EFEFEF;
    padding: 10px 0;
    z-index: 999;
}
.header_down .myan-menu.additional-menu {
    margin: 0 15px 0 0;
}
@media (max-width: 1199px) {
    .header_down {
        display: none;
    }
    .header_mob-submenu {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}
main {
    padding: 0!important;
}
.snp-pop-25079 .snp-bld-step-1 {
    margin-bottom: 0!important;
}

.new_label {
    width: 48px;
    height: 28px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #222020;
    background: #FFF;
    border: 2px solid #222020;
    border-radius: 15px;
    display: inline-block;
    margin: -10px 0 -5px 5px;
    vertical-align: middle;
}

.background-ny {
    background: #FFA200;
    height: 64px;
}

/*Акция на новый год*/
.ny-top {
    font-family: "Open Sans", serif;
    display: flex;
    color: #FFF;
    width: 100%;
}

.ny-img {
    margin-top: 7px;
    height: 49px;
    min-width: 64px;
}

.ny-gift {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 38.3046px;
    line-height: 31px;
    margin-top: 16px;
}
.ny-text {
    width: 168px;
    height: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin: auto 0 auto 8px;
    padding-top: 5px;
}

.premium-gift-big {
    background-image: url("/wp-content/themes/html5blank-master/images/new_year_action/hero-banner-des.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 549px;
    margin-top: 46px;
}

.premium-gift-big-content {
    font-family: Open Sans, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.premium_text, .mic_text, .evo-case_content {
    position: relative;
}

.premium_text {
    top: 51px;
}
.plus {
    display: none;
}
.mic_text {
    top: 89px;
}
.evo-case_content {
    top: 324px;
    width: 248px;
    margin: auto;
}
.evo-case_img {
    float: left;
}
.evo-case_img img {
    width: 68px;
    height: 71px;
}

.premium-gift-small {
    display: flex;
    width: 964px;
    height: 348px;
    background: linear-gradient(95.42deg, #2C8AD9 0%, #00AFED 100%);
    margin: auto;
    margin-top: 46px;
    font-family: Open Sans, serif;
    color: #FFFFFF;
}
.premium-gift-small_img {
    background-image: url("/wp-content/themes/html5blank-master/images/new_year_action/evocase-gift.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 50%;
}
.premium-gift-small_content-header {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-top: 84px;
}
.premium-gift-small_content-body {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    max-width: 353px;
    height: 52px;
    padding: 0 10px;
    margin: auto;
    margin-top: 14px;
}
.premium-gift-small_btn{
    margin-top: 24px;
    min-width: 156px;
    height: 42px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #00AFED;
    background: #FFFFFF;
}
.premium-gift-small_btn:hover {
    color: #222020;
    background: #FFA200;
    transition: all .2s linear;
}
@media (max-width: 1024px) {
    .premium-gift-small {
        width: 768px;
    }
    .premium-gift-small_img {
        width: 45%;
        background-size: contain;
    }
}
@media (max-width: 820px) {
    .premium-gift-small {
        width: unset;
        max-width: 375px;
        height: 595px;
        display: block;
    }

    .premium-gift-small_img {
        background-image: url("/wp-content/themes/html5blank-master/images/new_year_action/evocase-gift@2x.png");
        width: 100%;
        height: 45%;
        background-size: contain;
    }

    .premium-gift-small_content-header {
        width: 327px;
        font-size: 34px;
        line-height: 44px;
        margin: 20px auto 0;
    }
}
@media (max-width: 675px) {
    .premium-gift-big {
        background-image: url("/wp-content/themes/html5blank-master/images/new_year_action/hero-banner-mob.jpg");
    }

    .premium_text {
        top: 237px;
    }
    .plus {
        position: relative;
        top: 243px;
        display: block;
        font-weight: 500;
        font-size: 30px;
    }
    .mic_text {
        top: 250px;
    }
    .evo-case_content {
        top: 305px;
    }
}

@media (max-width: 376px) {
    .ny-text {
        font-size: 14.8245px;
        line-height: 17px;
    }
}
.vc_custom_1544809422650 {
    position: relative;
}

.evobox-main_price-blue {
    color: #FFFFFF;
    background: #00AFED;
    margin: 0 10px 0 0;
}
.evobox-main_price-grey {
    color: #222020;
    background: #E2E2E2;
}
.evobox-main_price-blue:hover,
.evobox-main_price-grey:hover {
    color: #222020;
    background: #FFA200;
    transition: all .2s linear;
}
