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

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

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

a {
    text-decoration: none
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    padding: 0;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    height: auto !important;
    background-color: #f7f7f5
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100%;
    width: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff
}

.title_center {
    text-align: center;
}

.title_center h2 {
    display: inline-block;
}

:invalid {
    box-shadow: none
}

:-moz-submit-invalid {
    box-shadow: none
}

:-moz-ui-invalid {
    box-shadow: none
}

@media screen and (min-width: 1200px) {
    .main_wrap {
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

iframe {
    border: 0
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.674f50d287a8.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.674f50d287a8.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.af7ae505a9ee.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.fee66e712a8a.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.b06871f281fe.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.912ec66d7572.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal
}

header #sitemap_ico {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 8px 10px
}

header #sitemap_ico:hover {
    text-decoration: none
}

header #sitemap_ico::before {
    font-family: FontAwesome;
    color: #000073;
    content: '\f0e8';
    font-size: 1.6em
}

header a#sitemap_ico:hover::before {
    color: #1aa612
}

header p#sitemap_ico:hover::before {
    color: #000073
}

header #topmenu {
    margin: 0
}

header #topmenu ul {
    margin: 0;
    padding: 0;
    text-align: right
}

header #topmenu li {
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

header #topmenu li:hover {
    background-color: #1aa612
}

header #topmenu p, header #topmenu a {
    color: #1aa612;
    float: none;
    font-weight: 400;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    font-size: 14px;
    margin: 0
}

header #topmenu p:hover, header #topmenu a:hover, header #topmenu .current {
    color: #fff;
    text-decoration: none;
    background-color: #1aa612
}

@media screen and (max-width: 900px) {
    header #topmenu {
        position: relative;
        min-height: 40px
    }

    header #topmenu ul {
        width: 50px;
        padding: 5px 0;
        position: absolute;
        top: 5px;
        left: auto;
        right: 10px;
        border: solid 1px #aaa;
        background: #FAFAFA url("../img/icon-menu.61364185b10a.png") no-repeat 50%;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
        height: 22px;
        z-index: 10
    }

    header #topmenu li {
        display: none;
        margin: 0
    }

    header #topmenu .current {
        text-align: left;
        text-indent: 15px
    }

    header #topmenu a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left
    }

    header #topmenu ul:hover {
        height: auto;
        width: 180px;
        background: #fff
    }

    header #topmenu ul:hover li {
        display: block;
        margin: 0 0 5px
    }

    header #topmenu ul:hover::before {
        content: "";
        display: block;
        width: 100%;
        height: 28px;
        background: url("../img/icon-menu.61364185b10a.png") no-repeat 88% 50%
    }
}

header section {
    clear: both;
    width: 100%;
    border-top: solid 1px #cecece;
    padding: 0
}

header section ul {
    list-style: none;
    padding: 0
}

header section ul li {
    width: 22%;
    display: inline-block
}

header section ul li:last-child {
    width: 32%
}

header section ul li a#logo, header section ul li p#logo {
    display: block;
    background-image: url("../img/logo.4263ca30ab60.png");
    background-position: 50%;
    background-repeat: no-repeat;
    width: 200px;
    height: 48px;
    margin: auto
}

header section ul li:first-child p {
    font-size: 1.2em
}

header section ul li p {
    font-size: .8em;
    margin-top: 15px;
    text-align: center
}

header section ul li ul li {
    width: 100%;
    color: #000073;
    display: block;
    clear: both;
    float: left;
    text-align: center;
    line-height: 30px
}

header section ul li ul li:first-child::before {
    content: ''
}

header section ul li ul li:last-child {
    width: 100%
}

header section ul li ul li::before {
    content: "\f095";
    font-family: FontAwesome;
    font-weight: 300;
    font-style: normal;
    text-decoration: inherit;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
    color: #000073
}

header section ul li:nth-child(3) p {
    display: block;
    color: #1aa612;
    margin: auto;
    background-image: url("../img/napura_sulfate_free.058ccd61141b.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 210px;
    height: auto;
    padding: 100px 0 0
}

header section ul li #search:before, header section ul li #search:after {
    content: "";
    display: table
}

header section ul li #search:after {
    clear: both
}

header section ul li #search {
    zoom: 1;
    width: 310px;
    padding: 15px;
    margin: auto
}

header section ul li #search input {
    width: 170px;
    height: 40px;
    padding: 12px 5px;
    float: left;
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

header section ul li #search input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}

header section ul li #search input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

header section ul li #search input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

header section ul li #search input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

header section ul li #search button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #000073;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

header section ul li #search button:hover {
    background: #1aa612
}

header section ul li #search button:active, header section ul li #search button:focus {
    background: #1aa612
}

header section ul li #search button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #000073;
    top: 12px;
    left: -6px
}

header section ul li #search button:hover:before {
    border-right-color: #1aa612
}

header section ul li #search button:focus:before {
    border-right-color: #1aa612
}

header section ul li #search button::-moz-focus-inner {
    border: 0;
    padding: 0
}

header section ul li:last-child p {
    font-size: .95em;
    font-weight: 700;
    color: #646464;
    height: 1.3em;
    padding: 0;
    margin: 0
}

header section ul li:last-child p::before {
    content: "\f041";
    font-family: FontAwesome;
    margin: 0 15px;
    font-size: 1.3em
}

header section ul li:last-child #currency {
    padding: 5px 15px;
    width: 50%
}

header section ul li:last-child div {
    font-size: .8em;
    color: #1aa612;
    padding: 20px;
    line-height: 1em;
    margin: auto
}

header section ul li:last-child div a {
    display: block;
    float: right;
    color: #1aa612;
    font-size: 1.3em
}

header section ul li:last-child div a::before {
    content: "\f07a";
    font-family: FontAwesome;
    margin: 0 15px;
    font-size: 1.3em;
    color: #646464
}

header section ul li:last-child div a:hover {
    text-decoration: none;
    color: #000073
}

header section ul li:last-child div a:hover::before {
    text-decoration: none;
    color: #000073
}

@media screen and (max-width: 999px) {
    header section ul li, header section ul li:last-child {
        width: 48%
    }
}

@media screen and (max-width: 768px) {
    header section ul li, header section ul li:last-child {
        width: 100%
    }

    header section ul li ul li, header section ul li ul li:last-child {
        width: 50%;
        clear: none
    }
}

header #hmenu, header #hmenu ul, header #hmenu ul li, header #hmenu ul li a, header #hmenu ul li p, header #hmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

header #hmenu:after, header #hmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

header #hmenu #menu-button {
    display: none
}

header #hmenu {
    width: auto;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    line-height: 1;
    background: #000073;
    border-radius: 5px;
    z-index: 9
}

header #menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #1aa612;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    max-width: 1104px
}

header #hmenu > ul > li {
    float: left
}

header #hmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

header #hmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

header #hmenu.align-center ul ul {
    text-align: left
}

header #hmenu.align-right > ul > li {
    float: right
}

header #hmenu.align-right ul ul {
    text-align: right
}

header #hmenu > ul > li > p, header #hmenu > ul > li > a {
    padding: 18px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

header #hmenu > ul > li:hover > a, header #hmenu > ul > li.active > a {
    color: #1aa612
}

header #hmenu > ul > li.parent > a, header #hmenu > ul > li.parent > a {
    padding-right: 25px
}

header #hmenu > ul > li.parent > p::after, header #hmenu > ul > li.parent > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

header #hmenu > ul > li.parent:hover > p::after, header #hmenu > ul > li.parent:hover > a::after {
    border-color: #1aa612
}

header #hmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9999;
}

header #hmenu li:hover > ul {
    left: auto
}

header #hmenu.align-right li:hover > ul {
    right: 0
}

header #hmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

header #hmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

header #hmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

header #hmenu ul li:hover > ul > li {
    height: 32px
}

header #hmenu ul ul li p, header #hmenu ul ul li a {
    padding: 10px 20px;
    width: 250%;
    font-size: 15px;
    background: #eee;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

header #hmenu ul ul li:hover > p, header #hmenu ul ul li p:hover, header #hmenu ul ul li:hover > a, header #hmenu ul ul li a:hover {
    color: #000073;
    background-color: #cecece
}

header #hmenu ul ul li.parent > p::after, header #hmenu ul ul li.parent > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

header #hmenu.align-right ul ul li.parent > p::after, header #hmenu.align-right ul ul li.parent > a::after {
    right: auto;
    left: 10px;
    border-right: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000
}

header #hmenu ul ul li.parent:hover > p::after, header #hmenu ul ul li.parent:hover > a::after {
    border-color: #00AFFF
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 21) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    header #hmenu {
        width: 100%;
        font-family: 'Ubuntu', 'Open Sans', Arial, Helvetica, sans-serif
    }

    header #hmenu ul {
        width: 100%;
        display: none
    }

    header #hmenu.align-center > ul, header #hmenu.align-right ul ul {
        text-align: left
    }

    header #hmenu ul li, header #hmenu ul ul li, header #hmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, .15)
    }

    header #hmenu ul li p, header #hmenu ul ul li p, header #hmenu ul li a, header #hmenu ul ul li a {
        width: 100%;
        font-family: 'Ubuntu', 'Open Sans', Arial, Helvetica, sans-serif
    }

    header #hmenu > ul > li, header #hmenu.align-center > ul > li, header #hmenu.align-right > ul > li {
        float: none;
        display: block
    }

    header #hmenu ul ul li p, header #hmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
        color: #fff;
        background: none
    }

    header #hmenu ul ul li:hover > p, header #hmenu ul ul li p:hover, header #hmenu ul ul li:hover > a, header #hmenu ul ul li a:hover {
        color: #1aa612
    }

    header #hmenu ul ul ul li p, header #hmenu ul ul ul li a {
        padding-left: 40px
    }

    header #hmenu ul ul, header #hmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    header #hmenu > ul > li.parent > p::after, header #hmenu ul ul li.parent > p::after, header #hmenu > ul > li.parent > a::after, header #hmenu ul ul li.parent > a::after {
        display: none
    }

    header #menu-line {
        display: none
    }

    header #hmenu #menu-button {
        display: block;
        padding: 20px;
        color: #1aa612;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase
    }

    header #hmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 20px;
        height: 2px;
        background: #1aa612
    }

    header #hmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 20px;
        height: 3px;
        border-top: 2px solid #1aa612;
        border-bottom: 2px solid #1aa612
    }

    header #hmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, .15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    header #hmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99
    }

    header #hmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99
    }

    header #hmenu .submenu-button.submenu-opened:after {
        display: none
    }
}

section h1, section h2, section h3, section h4 {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    color: #000073;
    font-size: 1.6em
}

section h2 {
    font-size: 1.3em
}

section h3 {
    font-size: 1em
}

section h1::after, section h2::after, section h3::after {
    content: '';
    background-color: #1aa612;
    width: 200px;
    height: 2px;
    display: block
}

section#content {
    padding: 10px
}

section#content .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 solid #fff;
    margin: 0
}

section#content .bx-wrapper img {
    margin: auto;
    width: 100%
}

#items, main {
    padding: 10px
}

main article:hover, #items article:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    cursor: pointer
}

main article, #items article {
    width: 200px;
    padding: 10px;
    display: inline-block;
    position: relative
}

main article img, #items article img {
    width: 100%;
    margin: 0 0 0 -20px
}

main article a, #items article a {
    font-size: .8em;
    text-align: center;
    display: block;
    color: #1aa612;
    height: 55px
}

main article p, #items article p {
    text-align: right;
    font-weight: 700;
    color: #000073
}

main article .item_img, #items article .item_img {
    height: 202px
}

main article span, #items article span, #item form span.euro {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    background: #000073;
    color: #fff;
    font-family: Helvetica, Arial Black, sans;
    font-size: .8em;
    text-align: center;
    line-height: 4.4em;
    text-indent: 3px
}

#item form span.euro {
    left: -50px
}

#content {
    /*text-indent: 20px;*/
    text-align: justify;
    padding: 10px
}

#content section[data-type="text"] {
    background-color: #f6f4e8;
    padding: 10px
}

#content section[data-type="text"]:before {
    content: '';
    width: 98%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 1%;
}

#content section[data-type="text"] p {
    padding: 10px 0;
    text-indent: 20px
}

#content section[data-type="text"] a {
    color: #000000
}

#content section[data-type="text"] h3 {
    width: 100%;
    text-align: center
}

#content section[data-type="text"] ul li {
    list-style-type: disc;
    margin: 0 0 0 40px
}

#content section[data-type="text"] ol li {
    list-style-type: decimal;
    margin: 0 0 0 40px;
}

#index article {
    position: relative
}

#index article div, #item div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

@media screen and (min-width: 600px) {
    #item div {
        width: 500px;
        padding-bottom: 280px
    }
}

#index article div iframe, #item div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#index article img {
    float: left;
    padding: 0 1% 0 0
}

#index article img:nth-child(even) {
    float: right;
    padding: 0 0 0 1%
}

#index article p {
    text-indent: 3%;
    text-align: justify;
    padding: 0 0 2%;
    margin: 0
}

@media screen and (max-width: 768px) {
    #index article img {
        width: 50%
    }
}

section #actions_page article, section #news_details article {
    width: 98%;
    margin: auto
}

section #actions_page article:hover, section #news_details article:hover {
    box-shadow: none;
    cursor: default
}

section #actions_page article time, section #news_details article time {
    float: left;
    color: #909090;
    width: 100%;
    text-align: left;
    font-size: .8em
}

section #actions_page article h2, section #actions_page article div {
    padding: 0 10px
}

section #actions_page article div a {
    width: 100%;
    text-align: right
}

section #actions_page article img, section #news_details article img, section #about img {
    float: left;
    max-width: 380px;
    height: auto;
    border: solid 1px #1aa612;
    padding: 10px;
    margin: 0 2em 0 0
}

section #actions_page article ul,
section #news_details article ul,
section #actions_page article ol,
section #news_details article ol {
    padding: 0 0 0 2em
}

section #actions_page article ul,
section #news_details article ul {
    list-style-type: disc
}

section #actions_page article ol,
section #news_details article ol {
    list-style-type: decimal
}

@media screen and (max-width: 768px) {
    section #actions_page article img, section #news_details article img, section #about img {
        max-width: 300px
    }
}

section #about img, section #about p img {
    margin: 0 0 0 10px;
    float: right
}

section #about p {
    text-align: justify;
    padding: .8rem;
}

section #about ul{
    padding-left: 20px;
}

section #about ul li {
    margin: 0 0 0 10px;
    list-style: disc;
}

section #actions_page article p, section #news_details article p {
    text-align: justify;
    font-size: 1em;
    color: #000;
    padding: 0 10px;
    font-weight: 400
}

section #news_details article p {
    padding: 0;
    text-indent: 1em;
    margin: 10px 0
}

section #news_details ul {
    padding: 10px;
    margin: 0
}

section #news_details ul li {
    display: inline-block
}

section #news_details ul li a img {
    max-width: 200px;
    height: auto;
    border: solid 1px #1aa612;
    padding: 10px
}

section #news_details article p a {
    color: #2196F3;
    display: inline;
    font-size: 1em;
    height: auto
}

section #salons article {
    text-align: center;
    margin: .5em 0
}

section #salons article img {
    width: auto;
    max-width: 180px
}

section #salons article p, section #salons article a {
    margin: 0;
    font-size: .8em;
    text-align: center;
    display: block;
    color: #1aa612;
    height: 20px;
    font-weight: 300
}

section #salons article h3 {
    min-height: 40px;
}

section #salons article h3:after {
    height: 0
}

section #salons article div {
    height: 115px
}

section #salons article div p {
    font-family: 'Fira Sans Extra Condensed';
    text-align: right;
    font-weight: 300;
    font-size: .9em;
    margin: 5px 0;
    color: #000073;
    float: right;
    width: 100%
}

section #salons article div p:first-child {
    height: 45px
}

section #actions_page article a {
    height: 0;
    width: 360px;
    display: block
}

section #actions_previous {
    /*display: inline-block;*/
    position: relative;
    text-align: left;
    padding: 20px 0;
}

section #actions_previous > li {
    display: inline-block;
    font-size: .8em;
    width: 210px;
    padding: 4px;
    margin-bottom: 20px;
    /*float: left*/
    vertical-align: top;
    position: relative;
}

section #actions_previous > li a {
    display: block;
    color: #000;
}

section #actions_previous > li .hover_text {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    display: none;
    z-index: 2;
    padding: 5px;
    font-size: 0.9em;
}

section #actions_previous > li:hover .hover_text {
    display: block;
    border: 2px solid #1aa612;
}

section #actions_previous > li:hover {

}

section #actions_previous h4 {
    font-size: 1.1em;
    min-height: 2.5em
}

section p.inform {
    margin: 5%;
    width: 100%;
    text-align: center;
}

section #breadcrumbs {
    color: #909090;
    font-size: .9em;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300
}

section #breadcrumbs a {
    color: #1aa612
}

section #item {
    position: relative
}

section #item a img {
    display: inline-block;
    padding: 0;
    float: left
}

section #item a img:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5)
}

section #item form {
    display: inline-block;
    padding: 20px;
    height: 300px;
    width: 190px;
    margin: 0 20px;
    position: relative
}

@media screen and (max-width: 600px) {
    section #item form {
        height: auto;
        display: block;
        margin: auto
    }

    section #item a {
        display: block;
        text-align: center
    }

    section #item a img {
        float: none
    }
}

section #item form p {
    font-size: 1.8em;
    color: #1aa612;
    font-weight: 700;
    text-align: center;
    text-indent: 0;
    padding: 20% 0 0
}

section #item form.saloon_only p {
    font-size: .9em;
    padding: 40% 0 0
}

section #item form.present p {
    padding: 40% 0 0
}

section #item form.saloon_only a::before, section #item form.present a::before {
    content: "";
    margin: 0
}

section #item form input {
    width: 50px;
    margin: 0;
    text-align: center;
    padding: 4px
}

section #item form a {
    display: block;
    padding: 5px;
    background-color: #1aa612;
    color: #fff;
    width: auto;
    text-align: center;
    margin: 16px 0
}

section #item form a::before {
    content: "\f217";
    font-family: FontAwesome;
    margin: 0 30px 0 0;
    font-size: 1.3em
}

section #item form a:hover {
    text-decoration: none;
    background-color: #000073
}

section #item form .minus, section #item form .plus {
    width: auto;
    font-weight: 700;
    color: #000073;
    padding: 5px 30px 5px 0;
    cursor: pointer
}

section #item form .minus {
    padding: 5px 0 5px 25px
}

section #item p {
    text-indent: 20px;
    text-align: justify
}

section #item dl dt {
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 150px;
    font-weight: 700
}

section #item dl dd {
    margin: 2px 0;
    padding: 5px 0
}

section #artile-table-list {
    width: 100%;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

section #artile-table-list tr td {
    text-align: center;
    border: solid 1px #000073;
    padding: 10px 0;
}

section #artile-table-list tr td input {
    width: 40px
}

section #artile-table-list tr td input.submit {
    background-image: url("../img/refresh.c0be1a41e1da.svg");
    width: 20px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    background-size: contain;
    background-color: #fff
}

section #artile-table-list tr td input.submit:hover, section #artile-table-list .plus, section #artile-table-list .minus {
    cursor: pointer
}

section #artile-table-list tr.article-small-column td:first-of-type {
    width: 50px
}

section #artile-table-list tr.article-small-column td a {
    color: #000073
}

section #artile-table-list tr.article-small-column td img {
    width: 100%
}

section #cart_form {
    width: 400px
}

@media screen and (max-width: 4600px) {
    section #cart_form {
        width: 360px
    }
}

section #cart_form #cargo-inform input#id_post_office_number, section #cart_form #cargo-inform select, section #cart_form input#id_name, section #cart_form input#id_email, section #cart_form input#id_phone_number, section #cart_form input#id_city, section #cart_form textarea {
    width: 92%;
    margin-top: 4px;
    padding: 10px 5px 10px 32px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(168, 168, 168, .6) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(168, 168, 168, .6) inset;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, .6) inset;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

section #cart_form #cargo-inform input#id_post_office_number, section #cart_form #cargo-inform select {
    width: 39%
}

section #cart_form #cargo-inform select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

section #cart_form #cargo-inform select:focus {
    background-image: linear-gradient(45deg, #1aa612, transparent 50%), linear-gradient(135deg, transparent 50%, #1aa612), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #1aa612;
    outline: 0
}

section #cart_form table.tb_del {
    font-size: .9em
}

section #cart_form input.submit {
    background-color: #1aa612;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center
}

section main #contacts {
    list-style: none;
    padding: 10px
}

section main #sitemap a {
    color: #000;
    text-decoration: none
}

section main #sitemap {
    margin: 2em 0;
    list-style-type: none;
    background: url("../img/sitemap_icons/dots1.76541527a1ea.png") repeat-y 0 0;
    padding: 0
}

section main #sitemap li {
    display: inline
}

section main #sitemap li a {
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 24px;
    background: url("../img/sitemap_icons/bullet1.45806b2af162.png") no-repeat 0 0
}

section main #sitemap li a.open {
    background: url("../img/sitemap_icons/bullet1-open.491154ca7adb.png") no-repeat 0 0
}

section main #sitemap ul {
    margin: 0;
    padding: 0;
    background: url("../img/sitemap_icons/dots2.3cacaefb151a.png") repeat-y 30px 0
}

section main #sitemap li li a {
    padding: 0 0 0 45px;
    background: url("../img/sitemap_icons/bullet2.0169c8003a6a.png") no-repeat 0 0
}

section main #sitemap li li a.open {
    background: url("../img/sitemap_icons/bullet2-open.c90a1ed57deb.png") no-repeat 0 0
}

section main #sitemap ul ul {
    padding: 0;
    background: url("../img/sitemap_icons/dots3.33a5ada50b66.png") repeat-y 60px 0
}

section main #sitemap li li li a {
    padding: 0 0 0 75px;
    background: url("../img/sitemap_icons/bullet3.19c67df1b965.png") no-repeat 0 0
}

section main #sitemap li li li a.open {
    background: url("../img/sitemap_icons/bullet3-open.a88d93932fb9.png") no-repeat 0 0
}

section main #sitemap ul ul ul {
    padding: 0;
    background: url("../img/sitemap_icons/dots4.006e7336dd79.png") repeat-y 90px 0
}

section main #sitemap li li li li a {
    padding: 0 0 0 105px;
    background: url("../img/sitemap_icons/bullet4.2fa53d3000c0.png") no-repeat 0 0
}

section main #sitemap li li li li a.open {
    background: url("../img/sitemap_icons/bullet4-open.e8b72005d2e9.png") no-repeat 0 0
}

footer {
    width: 1350px;
    margin: auto -75px
}

footer > div {
    padding: 30px 200px 20px;
    background: #242424
}

footer > div > a {
    width: 180px;
    display: block;
    margin: 0 auto 10px
}

footer > div > a > img {
    width: 100%
}

footer > div > p {
    font-size: 14px;
    text-align: center;
    color: #979a99;
    margin-bottom: 30px
}

footer > div > ul {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

footer > div > ul > li {
    width: 33%;
    display: inline-block;
    vertical-align: top
}

footer > div > ul > li:first-of-type p:first-of-type {
    font-weight: 700;
    margin-bottom: 10px
}

footer > div > ul > li:first-of-type a {
    width: 140px;
    color: #fff;
    display: block
}

footer > div > ul > li:first-of-type a:last-of-type {
    text-decoration: underline
}

footer > div > ul > li:nth-of-type(2) {
    padding-left: 10px
}

footer > div > ul > li:nth-of-type(2) > p {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px
}

footer > div > ul > li:nth-of-type(2) select {
    display: inline-block;
    background: #242424;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    font-size: 14px
}

footer > div > ul > li:nth-of-type(2) div a {
    width: 140px;
    color: #fff;
    display: block
}

footer > div > ul > li:nth-of-type(2) div a:last-of-type {
    text-decoration: underline
}

footer > div > ul > li:nth-of-type(2) div {
    display: none
}

footer > div > ul > li:nth-of-type(2) #adress {
    display: block
}

footer > div > ul > li:nth-of-type(3) {
    padding-left: 100px
}

footer > div > ul > li:nth-of-type(3) ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 35px 47px 0
}

footer > div > ul > li:nth-of-type(3) ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../img/main/instagram.a5dfef6f9b18.png") no-repeat center center/29px
}

footer > div > ul > li:nth-of-type(3) ul li + li a {
    background: url("../img/main/facebook.65b2079dcb58.png") no-repeat center center/100%
}

footer > div > ul > li:nth-of-type(3) ul li + li + li a {
    background: url("../img/main/facebook.65b2079dcb58.png") no-repeat center center/100%
}

footer > div > ul > li:nth-of-type(3) a {
    font-size: 14px;
    color: #979a99
}

footer > div > ul > li:nth-of-type(3) a img {
    display: block
}

@media screen and (max-width: 1360px) {
    footer {
        width: 100%;
        background: #242424;
        margin: auto
    }

    footer > div {
        width: 950px;
        margin: 0 auto;
        padding: 30px 0 20px
    }
}

@media screen and (max-width: 1023px) {
    footer > div {
        width: 90%
    }

    footer > div > ul > li {
        width: 49%;
        padding: 0 0 0 2.5%
    }

    footer > div > ul > li:last-of-type {
        width: 100%;
        position: relative;
        padding: 20px 0 0 2.5%
    }

    footer > div > ul > li:nth-of-type(3) > p, footer > div > ul > li:nth-of-type(3) > ul, footer > div > ul > li:nth-of-type(3) a {
        width: 49%
    }

    footer > div > ul > li:nth-of-type(3) a, footer > div > ul > li:nth-of-type(3) > ul {
        display: inline-block;
        vertical-align: top
    }

    footer > div > ul > li:nth-of-type(3) > a {
        margin-top: -24px
    }

    footer > div > ul > li:nth-of-type(3) ul li {
        margin: 0 35px 0 0
    }
}

@media screen and (max-width: 600px) {
    footer > div > ul > li, footer > div > ul > li:nth-of-type(2), footer > div > ul > li:nth-of-type(3) > p, footer > div > ul > li:nth-of-type(3) > ul, footer > div > ul > li:nth-of-type(3) a {
        width: 320px;
        padding: 0;
        display: block;
        margin: 0 auto
    }

    footer > div > ul > li:nth-of-type(1) {
        padding-left: 90px;
        margin-bottom: 20px
    }

    footer > div > ul > li:nth-of-type(2) {
        padding-left: 35px
    }

    footer > div > ul > li:nth-of-type(3) > p, footer > div > ul > li:nth-of-type(3) > ul {
        padding-left: 70px
    }

    footer > div > ul > li:nth-of-type(3) > a {
        padding-left: 60px
    }

    footer > div > ul > li:nth-of-type(3) a img {
        margin-left: 50px
    }

    footer > div > ul > li:nth-of-type(3) ul li {
        margin: 0 35px 15px 0
    }

    footer > div > p {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    footer > div {
        width: 100%
    }

    footer > div > p {
        display: block;
        width: 90%;
        margin: 0 auto 20px
    }

    footer > div > ul > li, footer > div > ul > li:nth-of-type(2), footer > div > ul > li:nth-of-type(3) > p, footer > div > ul > li:nth-of-type(3) > ul, footer > div > ul > li:nth-of-type(3) a {
        width: 310px
    }
}

.pagination {
    clear: both
}

.pagination ul {
    padding: 0;
    margin: 0
}

.pagination ul li {
    display: inline-block;
    list-style: none;
    width: 32px;
    height: auto
}

.pagination ul li a, .pagination ul li p {
    padding: 5px;
    border: solid 1px #1aa612;
    position: relative;
    text-align: center;
    line-height: .8em;
    font-size: 1em
}

.pagination ul li a {
    background-color: #fff;
    color: #1aa612;
    display: block
}

.pagination ul li p {
    background-color: #1aa612;
    color: #fff
}

.pagination ul li:first-child a, .pagination ul li:last-child a {
    text-indent: -99999px;
    border: none
}

.pagination ul li:first-child a::after, .pagination ul li:last-child a::after {
    content: '\f060';
    font-family: FontAwesome;
    color: #1aa612;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: #fff;
    text-indent: 0;
    padding: 5px 0
}

.pagination ul li:last-child a::after {
    content: '\f061'
}

.item_add_hidden, .item_add_visible {
    display: none;
    position: fixed;
    right: 8px;
    z-index: 999;
    top: 60%;
    background: #1aa612;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
    color: #fff;
    font-size: .8em;
    text-align: center
}

.item_add_hidden::before, .item_add_visible::before {
    content: "\f290";
    font-family: FontAwesome;
    margin: 0 10px 0 0;
    font-size: 1.3em
}

.item_add_visible {
    display: block
}

.to-hide {
    display: none
}

.popup {
    display: none
}

.popup button:hover {
    background: #005c64
}

.popup a {
    cursor: pointer
}

.popup h3 {
    width: 80%;
    margin: 0 auto 1%;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default
}

.overlay:target {
    display: block
}

.popup {
    display: block;
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 1006;
    margin: 0;
    width: 85%;
    min-width: 280px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #242424;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform .6s ease-out;
    -moz-transition: -moz-transform .6s ease-out;
    -o-transition: -o-transform .6s ease-out;
    transition: transform .6s ease-out
}

.overlay:target + .popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%
}

.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px
}

.close:hover {
    background-color: rgba(25, 165, 18, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.popup img {
    width: 100%;
    height: auto
}

.pic-left, .pic-right {
    width: 25%;
    height: auto
}

.pic-left {
    float: left;
    margin: 5px 15px 5px 0
}

.pic-right {
    float: right;
    margin: 5px 0 5px 15px
}

.popup embed, .popup iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%
}

.popup p {
    margin: 0;
    padding: 5px 0
}

.popup form[name="feedback"], .popup form[name="reserve"] {
    text-align: center
}

.popup form[name="feedback"] input, .popup form[name="feedback"] textarea, .popup form[name="feedback"] button, .popup form[name="reserve"] input, .popup form[name="reserve"] textarea, .popup form[name="reserve"] button {
    width: 90%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-image: none;
    border: solid 1px #554331;
    padding: 10px;
    margin: 10px auto
}

.popup form[name="feedback"] textarea, .popup form[name="reserve"] textarea {
    resize: none;
    height: 80px
}

form input[name="honeypot"],
form input[name="password"]{
    display: none
}

noscript div img {
    position: absolute;
    left: -9999px
}

noscript img {
    display: none
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../img/bx_loader.931bdb6b5081.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url("../img/controls.98fb76ccaa30.png") no-repeat 0 -32px
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url("../img/controls.98fb76ccaa30.png") no-repeat -43px -32px
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.98fb76ccaa30.png") -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.98fb76ccaa30.png") -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    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-inline-holder .mfp-content, .mfp-ajax-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-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -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;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

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

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

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

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

.mfp-image-holder .mfp-close, .mfp-iframe-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;
    white-space: nowrap
}

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

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

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

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

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

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

.mfp-arrow-left {
    left: 0
}

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

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

.mfp-arrow-right {
    right: 0
}

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

.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%;
    max-width: 900px
}

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

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

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

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

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

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

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

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

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@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
    }
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV2vo9lNJZpbj_UVpUsrZt4a.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV2V-X_vaNb4D9hF8H44JewG.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV0VlePf5UptTWK8KPs5IYr2.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV2mkaG5AML978cN4zIVRDRg.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV3_M3_xTkrIEZsLEuwGvZNs.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV09C1vuN2jBMyDul1Ey42nf.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Fira Sans Extra Condensed Light'), local(FiraSansExtraCondensed-Light), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwW7O05EUNkkL_mPtCuekiV3oHZtC2XY6q-fqGsl0jnn4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGed8PZoqYNvuaEtxMzhnQk8SbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGb36aABA35U5KbBGmAqRMh0SbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGTdJ-uZdA0sUHfhF3lCH6_oSbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGaysm4-mRWEBmjlBOiZJoSUSbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGaCRTYQsFMQlqItlwK_ntW0SbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGQCHOeWCQWG0jW-ep4kIJ70SbZyiE6aTiPyL3F1wza7H.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Extra Condensed Regular'), local(FiraSansExtraCondensed-Regular), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/wg_5XrW_o1_ZfuCbAkBfGVRjX9Jlut_-eN40c1mQErxbV0WvE1cEyAoIq5yYZlSc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6evo9lNJZpbj_UVpUsrZt4a.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6eV-X_vaNb4D9hF8H44JewG.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6cVlePf5UptTWK8KPs5IYr2.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6emkaG5AML978cN4zIVRDRg.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6f_M3_xTkrIEZsLEuwGvZNs.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6c9C1vuN2jBMyDul1Ey42nf.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Fira Sans Extra Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Extra Condensed Bold'), local(FiraSansExtraCondensed-Bold), url(https://fonts.gstatic.com/s/firasansextracondensed/v1/34whiWDL4CxC1laOcj7OwdEjTMY3GGLBv_AxlS3Ww6foHZtC2XY6q-fqGsl0jnn4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local(OpenSans), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local(OpenSans-Bold), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

button.remove-item {
    background-image: url("../img/remove.56d276e392e8.svg");
    width: 20px;
    height: 20px;
    background-size: contain;
    border: none;
    background-color: transparent;
    padding: 2px;
    cursor: pointer;
}

.payment {
    text-align: center;
}

.payment .btn_cart_prev,
.payment .btn_cart,
#cart_checkout .btn_cart_prev {
    display: inline-block;
    margin: 20px;
    padding: 20px;
    background-color: #1aa612;
    color: white;
    cursor: pointer;
}

.payment .btn_cart {
    background-color: #000073;
}

#cart_checkout .btn_cart_prev {
    border: none;
    display: block;
    margin: 20px auto;
}

#purchase-table {
    width: 100%;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#purchase-table tr {

    border: solid 1px #000073;
}

#purchase-table th {
    text-align: center;
    padding: 10px 0;
}

#purchase-table select,
#purchase-table input,
#purchase-table textarea {
    width: 250px;
    padding: 5px;
}

label[for="id_honeypot"],
input[name="honeypot"],
input[name="password"]{
    display: none !important;
}

#select_lang {
    position: relative;
    transition: 0.5s all ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 5px 20px 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
    background: url("../img/orientation.847ee6222f65.svg") no-repeat 98% center #fff;
    background-size: 8px 8px;
    cursor: pointer;
    border: none;
}

#select_lang option {
    padding: 8px 20px 8px 5px;
    font-family: "OpenSans-SemiBold", sans-serif;
}