/*
	Popup
*/


.popup-cities {
    width: 772px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 22px 15px 20px;
    font-size: 12px;
    line-height: 19px;
    display: none;
    -webkit-box-shadow: 0 0 28px rgba(0,0,0,0.35);
    box-shadow: 0 0 28px rgba(0,0,0,0.35);
}
.popup-cities p, .popup-cities h3{
    color: #000000;
    text-align: left;
}
.popup-cities p {
    margin: 0 0 14px 29px;
    letter-spacing: normal;
    text-transform: none;
    letter-spacing: -0.025em;
    font: 29px/34px 'museo_sans_cyrl300', arial, sans-serif;
}
.popup-cities .search {
    float: none;
    overflow: hidden;
}
.popup-cities .holde {
    overflow: hidden;
}
.popup-cities table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}
.popup-cities table td {
    border-right: 1px solid #dbdbdb;
    padding: 0 18px;
    vertical-align: top;
}
.popup-cities table td:first-child {
    padding-left: 0;
}
.popup-cities table td:last-child {
    padding-right: 0;
    border: 0;
}
.popup-cities .col {
    float: left;
}
.popup-cities .col ul {
    padding-bottom: 0;
}
.popup-cities .search {
    margin: 0 0 25px 29px;
}
.popup-cities h4,
.popup-cities h3 {
    margin: 0 0 7px;
    font: 17px/19px 'museo_sans_cyrl500', arial, sans-serif;
}
.popup-cities h4 {
    margin-bottom: 11px;
}
.popup-cities h3 img {
    display: inline-block;
    vertical-align: top;
}
.popup-cities a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.popup-cities h3 a {
    font-weight: bold;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.popup-cities a:hover {
    color: #48bf00;
}
.popup-cities ul {
    margin: 0;
    padding: 0 0 12px 29px;
    list-style: none;
}
.popup-cities .search {
    background: #ebeaea;
    width: 323px;
    height: 35px;
    border-radius: 50px;
    position: relative;
}
.popup-cities .search input[type="text"] {
    display: block;
    overflow: hidden;
    height: 33px;
    padding: 10px 20px 9px 45px;
    background: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
}
.popup-cities .search input[type="text"]::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}
.popup-cities .search input[type="text"]:-moz-placeholder {
    color: #000;
    opacity: 0.6;
}
.popup-cities .search input[type="text"]::-moz-placeholder {
    color: #000;
    opacity: 0.6;
}
.popup-cities .search input[type="text"]:-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
}
.popup-cities .search input[type="text"]:focus::-webkit-input-placeholder {
    color:transparent;
}
.popup-cities .search input[type="text"]:focus:-moz-placeholder {
    color:transparent;
}
.popup-cities .search input[type="text"]:focus:-ms-input-placeholder {
    color:transparent;
}
.popup-cities .search input[type="text"]:focus::-moz-placeholder {
    color:transparent;
}
.popup-cities .search input[type="submit"] {
    position: absolute;
    top: 9px;
    left: 16px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/main/search-ico.png) no-repeat;
    width: 16px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    opacity: 0.3;
}
.popup-cities .search input[type="submit"]:hover {
    opacity: 0.5;
}

.popup-cities .close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/main/close.png) no-repeat;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 50;
}

/*<--popup*/

/*Mobile popup-->*/
.mobile-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
    font-size: 12px;
    line-height: 19px;
    padding: 20px 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-popup > * {
    box-sizing: border-box;
}
.mobile-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images/main/close.png) no-repeat;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 50;
}
.mobile-popup p {
    margin: 0 15px 25px;
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    font-family:  'museo_sans_cyrl300', arial, sans-serif;
    letter-spacing: -0.006em;
}
.mobile-popup table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.mobile-popup td {
    padding: 0 10px 0 15px;
    vertical-align: top;
    border-right: 1px solid #dbdbdb;
}
.mobile-popup table td:last-child {
    border: 0;
}
.mobile-popup h3 {
    margin: 0 0 12px;
    color: #000;
    letter-spacing: -0.025em;
    font: 17px/19px 'museo_sans_cyrl500', arial, sans-serif;
}
.mobile-popup h3 span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #000;
}
.mobile-popup h3 + ul {
    margin-top: -5px;
}
.mobile-popup h3 img {
    display: inline-block;
    vertical-align: top;
}
.mobile-popup ul {
    margin: 0;
    padding: 0 0 20px 29px;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-popup a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.mobile-popup .expanded {
    overflow: hidden;
    position: relative;
    display: none;
}
.mobile-popup .back {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 1px dashed #000;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    margin-left: 30px;
    text-decoration: none;
}
.mobile-popup .back:before {
    content: '\2039';
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 17px;
}
.mobile-popup .more {
    display: inline-block;
    text-decoration: none;
    position: relative;
    border-bottom: 1px dashed #000;
    margin-top: -10px;
    font: bold 12px/15px Arial, Helvetica, sans-serif;
}
.mobile-popup .more:after {
    content: '\203A';
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 17px;
}
.mobile-popup .drop {
    position: absolute;
    top: 0;
    right: -110%;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
}
.mobile-popup .drop table {
    margin-bottom: 20px;
}
.mobile-popup .drop ul {
    padding-bottom: 0;
}
.mobile-popup .drop h3 {
    margin-left: 15px;
}

.mobile-popup .hasDrop span{
    margin-left: 5px;
}
/*<--Mobile popup*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
    height: auto !important;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/images/main/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 27px;
    right: 27px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
    background: url(/images/main/close.png) no-repeat;
}

.fancybox-close:hover {
    opacity: 0.8;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}