@font-face {
    font-family: 'daxlinepro-regular';
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_regular.eot');
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_regular.woff2') format('woff2'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_regular.woff') format('woff'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxlinepro-medium';
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_medium.eot');
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_medium.woff2') format('woff2'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_medium.woff') format('woff'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'daxlinepro-bold';
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_bold.eot');
    src: url('/local/templates/viktoriya/fonts/ff_daxline_pro_bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_bold.woff2') format('woff2'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_bold.woff') format('woff'),
    url('/local/templates/viktoriya/fonts/ff_daxline_pro_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



.center {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

header .center {
    padding-left: 250px;
}

header + * {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

#logo {
    display: block;
    float: left;
    width: 250px;
    height: 125px;
    background: url("//victoria-group.ru/local/templates/viktoriya/images/Logo_NY.png") no-repeat center;
    margin-left: -250px;
}

.header-actions {
    padding: 17px 15px 12px 20px;
    white-space: nowrap;
    font: normal 13px 'daxlinepro-regular';
    color: #939597;
    text-align: right;
}

.header-actions > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.header-search {
    position: relative;
    width: 143px;
    height: 23px;
    margin: 0 10px 0 5px;
}

.header-search {
    margin-top: 5px;
    margin-left: 10px;
}

.header-search input[type="text"] {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    background: #f2f3f4;
    padding: 0 24px 0 6px;
    width: 143px;
    height: 23px;
    line-height: 23px;
    border: none;
    box-shadow: none;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
}

.header-search input[type="submit"] {
    display: block;
    width: 24px;
    height: 23px;
    background: #f2f3f4 url("//victoria-group.ru/local/templates/viktoriya/images/search-ico.png") no-repeat center;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.header-phone {
    font: normal 15px / 20px 'daxlinepro-bold';
    color: #a0ae39;
    margin: 0 23.5px 0 20px;
}

nav {
    margin: 20px 15px 20px;
    text-align: left;
    padding-left: 17px;
    white-space: nowrap;
}

nav div {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px;
    white-space: normal;
}

nav a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px;
    font: normal 13px 'daxlinepro-bold';
    color: #939597;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
    position: relative;
}

nav a:hover, nav a.active {
    color: #C1D43C;
    text-decoration: none;
}

/*nav a.akcii-link{color:#a8ad00;}*/
nav a.akcii-link:hover {
    color: #d22630;
}

nav > div > a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid transparent;
    z-index: 3;
    margin-top: 4px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

nav > div:hover > a:after {
    border-bottom-color: #C1D43C;
    margin-top: 14px;
}

nav > div:hover > a.akcii-link:after {
    border-bottom-color: #d22630;
    margin-top: 14px;
}

nav ul {
    padding: 0 20px;
    min-width: 140px;
    margin: -3px 0 0 15px;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    z-index: 1;
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10000;
}

nav > div:last-child ul {
    left: auto;
    right: 0;
    margin: -3px 14px 0 0;
}

nav div:hover ul {
    max-height: 1000px;
    padding: 10px 20px 13px;
}

nav li {
    display: block;
    margin: 11px 0;
    padding: 0;
}

nav li a {
    font: normal 13px 'daxlinepro-regular';
}

/*nav li a.akcii-link{color:#a8ad00;}*/
nav div a.akcii-link.active {
    color: #d22630;
}

nav li a.akcii-link:hover {
    color: #d22630;
}

/* line 863, ../sass/style.scss */
#content-wrapper {
    margin-bottom: -132px;
}

@media (max-width: 767px) {
    /* line 502, ../sass/media.scss */
    header {
        display: block;
        overflow: hidden;
        margin: auto;
    }

    /* line 508, ../sass/media.scss */
    header .center {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    /* line 513, ../sass/media.scss */
    header nav {
        display: none;
        padding: 0;
        position: relative;
    }

    /* line 518, ../sass/media.scss */
    header nav .partitions {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding-top: 10px;
        margin-top: 10px;
    }

    /* line 525, ../sass/media.scss */
    header nav .partitions .current-partiton {
        display: none;
    }

    /* line 528, ../sass/media.scss */
    header nav a, header .partitions a {
        margin: 0;
        padding: 0;
    }

    header .partitions a {
        display: block;
        float: left;
        clear: both;
    }

    /* line 535, ../sass/media.scss */
    header .header-actions {
        margin: 10px 20px;
        display: inline-block;
        padding: 0;
    }

    /* line 540, ../sass/media.scss */
    header .header-phone {
        color: #c3d52c;
        margin: 0 10px;
    }

    /* line 544, ../sass/media.scss */
    header .header-phone a {
        text-decoration: none;
        color: #c3d52c;
    }

    /* line 548, ../sass/media.scss */
    header .city-select {
        display: none;
    }

    /* line 551, ../sass/media.scss */
    header .header-search {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
    }

    /* line 557, ../sass/media.scss */
    header nav div {
        display: block;
    }

    /* line 560, ../sass/media.scss */
    header nav ul {
        display: none;
    }

    /* line 563, ../sass/media.scss */
    nav > div > a:after {
        border-bottom: 0;
    }

    /* line 566, ../sass/media.scss */
    #logo {
        width: 80px;
        height: 40px;
        background-size: cover;
        margin-left: 0;
    }

    /* line 572, ../sass/media.scss */
    header .menu-icon {
        position: absolute;
        right: 16px;
        top: 12px;
        /*top: 50%;
        transform: translate(0, -50%);*/
    }

}

@media (min-width: 768px) and (max-width: 999px) {
    header .center {
        padding-left: 0;
    }

    nav a {
        margin: 0 10px;
    }

    nav a, .partitions a {
        font-size: 11px;
    }

    nav {
        margin: 5px 15px;
    }

    nav li {
        margin: 7px 0;
    }

    nav li a {
        font-size: 11px;
    }

    .partitions {
        margin: 30px 0 20px;
    }

    .header-search {
        margin-left: 18px;
    }

    #logo {
        width: 192px;
        height: 96px;
        background-size: contain;
        margin-left: 0;
    }

    .current-partiton {
        width: 178px;
    }

    nav .nav-menu:nth-of-type(1) {
        margin-left: 10px;
    }
}

.partitions {
    position: relative;
    text-align: left;
    margin: 40px 0 33px;
    padding-left: 20px;
}

.partitions a {
    color: #939598;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    margin: 0 10px;
    font: normal 13px / 20px 'daxlinepro-regular';
}

.partitions a:hover, .partitions a.active {
    color: #C1D43C;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
}

.current-partiton {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    color: #959595;
    font: 20px / 20px "daxlinepro-bold";
    width: 247px;
}

.partitions a.red {
    color: #e9292a;
    text-decoration: underline;
    font-size: 14px;
}

.partitions a.red:hover {
    text-decoration: none
}

/*.partitions a.akcii-link{color:#a8ad00;}*/
.partitions .akcii-link.active {
    color: #d22630;
}

.partitions a.akcii-link:hover {
    color: #d22630;
}

header, .partitions {
    background: white;
}

.fLeft {
    float: left;
}
.feed-back_link a {
    display: block;
    width: 22px;
    height: 14px;
    background: url("//victoria-group.ru/local/templates/viktoriya/images/mail-ico.png") no-repeat center;
}

.center nav {
    margin-left: 0;
    margin-right: 0;
}


.jcf-select {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    border: none;
    background: #fff;
    margin: 0;
    min-width: 145px;
    width: 100%;
    height: 33px;
    cursor: pointer;
    font-family: 'daxlinepro-regular';
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 0 24.5px 0 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 8px;
    height: 31px;
    background: #f2f3f4;
    background-clip: padding-box;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    border-color: transparent;
    color: #939597;
    font-size: 13px;
    background: none;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: transparent;
    width: 20px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:before {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #939599;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    margin-left: -1.5px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #f2f3f4;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: none;
}
/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    background: #f2f3f4;
    height: 1%;
    cursor: pointer;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #939599;
    color: #fff;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-family: 'DaxlinePro-Bold';
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}