<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder {
    color: #7a7a7a
}

:-moz-placeholder {
    color: #7a7a7a
}

::-moz-placeholder {
    color: #7a7a7a
}

:-ms-input-placeholder {
    color: #7a7a7a
}

body input:focus::-webkit-input-placeholder, body textarea:focus::-webkit-input-placeholder {
    opacity: .5
}

body input:focus:-moz-placeholder, body textarea:focus:-moz-placeholder {
    opacity: .5
}

body input:focus::-moz-placeholder, body textarea:focus::-moz-placeholder {
    opacity: .5
}

body input:focus:-ms-input-placeholder, body textarea:focus:-ms-input-placeholder {
    opacity: .5
}

.fancybox-stage .fancybox-content {
    background-color: #fff !important
}

h1 {
    color: #1c1d22;
    font-size: 43px;
    line-height: 43px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px
}

h2 {
    color: #1c1d22;
    font-size: 33px;
    line-height: 33px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase
}

h3 {
    color: #1c1d22;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative
}

h4 {
    color: #1c1d22;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.futures {
    padding: 100px 0 35px
}

.futures .futures_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.futures .futures_items .item {
    max-width: 25%;
    text-align: center
}

.futures .futures_items .item .icon {
    margin-bottom: 10px;
    height: 42px
}

.futures .futures_items .item .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.about {
    padding: 35px 0 20px
}

.about .section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about .section_content .image_wrap {
    width: 50%
}

.about .section_content .image_wrap img {
    width: 100%
}

.about .section_content .text_wrap {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 108px;
    border: 2px solid #e9e9e9
}

.about .section_content .text_wrap h2 {
    margin-bottom: 10px
}

.about .section_content .text_wrap .text {
    margin-bottom: 15px
}

.latest_products {
    padding: 20px 0
}

.products {
    position: relative
}

.products.products_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products.products_grid .product {
    width: 25%;
    margin-bottom: 20px
}

.products.products_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products.products_grid .product {
    width: 25%;
    margin-bottom: 0;
    margin-top: -1px
}

.products.products_grid .product:last-child {
    border-right: 2px solid #f6f6f6
}

.products .product {
    border: 2px solid #f6f6f6;
    padding: 30px 20px 15px;
    border-right: none;
    position: relative
}

.products .product figure {
    margin: 0;
    padding: 0
}

.products .product .image {
    text-align: center;
    margin-bottom: 30px
}

.products .product .image img {
    box-shadow: none;
    display: inline-block;
    max-width: 100%
}

.products .product .image img:nth-child(2) {
    display: none
}

.products .product .product_image_slider {
    margin-bottom: 30px;
    position: relative
}

.products .product .product_image_slider .slick-arrow.slick-prev {
    left: 0
}

.products .product .product_image_slider .slick-arrow.slick-next {
    right: 0
}

.products .product .product_image_slider img {
    max-width: 100%;
    display: inline-block
}

.products .product .product_image_slider .slide {
    text-align: center
}

.products .product .card_product_title {
    text-align: center
}

.products .product .card_product_title .product-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 22px;
    min-height: 44px;
    text-transform: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: -webkit-calc(2 * 22px);
    max-height: calc(2 * 22px)
}

.products .product .card_product_title .desc {
    color: #909090;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: -webkit-calc(1 * 22px);
    max-height: calc(1 * 22px)
}

.products .product .card_product_title h6 {
    padding: 0;
    margin: 0
}

.products .product .card_product_title .price,
.products .product .card_product_title .price .cur {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.products .product .card_product_title .product_card_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #909090;
    font-size: 13px;
    line-height: 17px
}

.products .product .favorite {
    position: absolute;
    top: 20px;
    right: 20px
}

.products .product .favorite:hover svg path {
    fill: #000
}

.products .product .favorite.active svg path {
    fill: #f9523b;
    stroke: #f9523b
}

.products .product .share_btn {
    position: absolute;
    right: 50px;
    top: 18px
}

.products .product:hover .image img:nth-child(1) {
    display: none
}

.products .product:hover .image img:nth-child(2) {
    display: inline-block
}

.products.search_products .product {
    border: none;
    max-width: 200px
}

.products.search_products .product .favorite {
    display: none
}

.products.search_products .product .card_product_title .product-name {
    margin-bottom: 10px !important
}

.products.search_products .product .card_product_title .desc {
    display: none
}

.products.search_products .product .card_product_title .price {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.products.search_products .product .card_product_title .product_card_data {
    display: block
}

.products.search_products .product .card_product_title .product_card_data .date_col:after {
    content: '-';
    display: block;
    margin: 10px 0
}

.products.search_products .product .image img:nth-child(1) {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block !important
}

.products.search_products .product .image img:nth-child(2) {
    display: none !important
}

.products.search_products .product:hover .image img:nth-child(1) {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.products.search_products .product:hover .card_product_title .price {
    color: #00b67a
}

.products_column .count {
    color: #909090
}

.products_column .view_all {
    color: #00b67a;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    position: relative
}

.products_column .view_all:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #000
}

.products_column .view_all:hover:after {
    top: 130%
}

.slick-arrow {
    position: absolute;
    background-color: #f6f6f6;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 0;
    border: none;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    margin-top: -20px
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
    background-image: url('arrow-next-single.svg');
}

.reviews {
    padding: 70px 0 90px
}

.reviews .reviews_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px
}

.reviews .reviews_items .item {
    width: 345px;
    padding: 0 20px
}

.reviews .review {
    padding: 19px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff
}

.reviews .review .desc {
    color: #000;
    line-height: 22px;
    text-transform: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: -webkit-calc(3 * 22px);
    max-height: calc(3 * 22px)
}

.reviews .review .thumb {
    margin-right: 9px;
    padding-top: 30px
}

.reviews .review .thumb img {
    width: 31px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.reviews .review .cont .stars div {
    background-color: #00b67a;
    height: 15px;
    width: 15px;
    margin: 1px;
    background-image: url(../star.html);
    background-position: center .076rem;
    -webkit-background-size: .75rem .75rem;
    background-size: .75rem;
    background-repeat: no-repeat
}

.reviews .review .cont .logo {
    width: 58px;
    display: inline-block
}

.reviews .review .cont .user {
    color: #000;
    font-weight: 500
}

.reviews_footer .stars {
    margin-right: 16px
}

.reviews_footer .stars div {
    background-color: #00b67a;
    height: 30px;
    width: 30px;
    margin: 1px;
    background-image: url(../star.html);
    background-position: center .076rem;
    -webkit-background-size: 1.5rem 1.5rem;
    background-size: 1.5rem;
    background-repeat: no-repeat
}

.reviews_footer .title {
    margin-right: 14px
}

.reviews_footer .count {
    margin-right: 12px
}

.reviews_footer .logo {
    width: 109px
}

.subscribe {
    padding: 40px 0;
    border-top: 2px solid #e9e9e9
}

.subscribe h2 {
    margin-bottom: 0
}

.subscribe .subscribe_form form .field-box {
    width: 100%
}

.subscribe .subscribe_form form label {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 19px
}

.subscribe .subscribe_form form input {
    width: 102%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    font-family: inherit;
    line-height: 23px;
    padding: 12px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid #bcbcbc;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.subscribe .subscribe_form form input:active, .subscribe .subscribe_form form input:focus, .subscribe .subscribe_form form input:hover {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border: 2px solid #646464
}

.subscribe .subscribe_form form .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product_page {
    padding: 40px 0
}

.product_page_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_page_content .image_wrap {
    width: 630px !important
}

.product_page_content .image_wrap .large_img {
    margin-bottom: 11px;
    position: relative;
    outline: 2px solid #e9e9e9
}

.product_page_content .image_wrap .large_img .large_images .slick-arrow.slick-prev {
    left: 0
}

.product_page_content .image_wrap .large_img .large_images .slick-arrow.slick-next {
    right: 0
}

.product_page_content .image_wrap .large_img .large_images .large_image {
    text-align: center;
    position: relative;
    cursor: url(../zoom.html), auto
}

.product_page_content .image_wrap .large_img .large_images .large_image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.product_page_content .image_wrap .large_img .large_images .large_image:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    background-image: url(../zoom.html)
}

.product_page_content .image_wrap .large_img .large_images .large_image.active {
    display: block
}

.product_page_content .image_wrap .large_img .gallery_items_count {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    padding: 10px;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff
}

.product_page_content .image_wrap .image_thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px
}

.product_page_content .image_wrap .image_thumb .item {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    max-width: -webkit-calc(16.6666% - 6px);
    max-width: calc(16.6666% - 6px)
}

.product_page_content .image_wrap .image_thumb .item img {
    width: 100%
}

.product_page_content .text_wrap {
    width: 534px
}

.product_page_content .text_wrap .title_meta {
    position: relative;
    padding-right: 40px
}

.product_page_content .text_wrap h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase
}

.product_page_content .text_wrap .brand-name {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
    text-transform: uppercase
}

.product_page_content .text_wrap .reference {
    font-size: 13px;
    font-weight: 300;
    color: #909090;
    text-transform: uppercase;
    margin-bottom: 20px
}

.product_page_content .text_wrap .favorite {
    position: absolute;
    right: 0;
    top: 0
}

.product_page_content .text_wrap .favorite svg {
    position: relative;
    top: 0;
    height: 24px;
    width: 24px
}

.product_page_content .text_wrap .favorite.active svg {
    -webkit-animation: animate-jump 1s cubic-bezier(.9, .24, .62, .79);
    animation: animate-jump 1s cubic-bezier(.9, .24, .62, .79)
}

.product_page_content .text_wrap .favorite.active svg path {
    fill: #f9523b;
    stroke: #f9523b
}

.product_page_content .text_wrap .price_meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9e9e9
}

.product_page_content .text_wrap .price_meta .price {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 25px;
    text-transform: uppercase
}

.product_page_content .text_wrap .price_meta .stock {
    margin-right: 25px;
    position: relative;
    line-height: 22px
}

.product_page_content .text_wrap .price_meta .stock .dot {
    width: 6px;
    height: 6px;
    line-height: 22px;
    display: inline-block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    top: 8px;
    margin-right: 6px
}

.product_page_content .text_wrap .price_meta .stock .text-success {
    color: #00b67a
}

.product_page_content .text_wrap .price_meta .stock .text-success .dot {
    background-color: #00b67a
}

.product_page_content .text_wrap .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.product_page_content .text_wrap .details .item {
    min-width: 25%
}

.product_page_content .text_wrap .details .item .name {
    font-size: 13px;
    color: #909090;
    line-height: 20px;
    text-transform: uppercase
}

.product_page_content .text_wrap .product-oper-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.product_page_content .text_wrap .add_to_cart_button {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #00b67a;
    line-height: 21px;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #00b67a;
    border-radius: 4px
}

.product_page_content .text_wrap .add_to_cart_button:hover {
    background-color: #4dcca2
}

.product_page_content .text_wrap .btn {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase
}

.product_page_content .text_wrap .btn.offer_btn {
    border: 2px solid #212121;
    background-color: #fff
}

.product_page_content .text_wrap .btn.sell_btn {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

.product_page_content .text_wrap .btn:hover.offer_btn {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

.product_page_content .text_wrap .btn:hover.sell_btn {
    color: #212121;
    border: 2px solid #212121;
    background-color: #fff
}

.product_page_content .text_wrap .offers_wrap {
    margin-top: 10px;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5
}

.product_page_content .text_wrap .offers_wrap .offer_text a {
    color: #00b67a;
    font-weight: 500
}

.product_page_content .text_wrap .offers_wrap .offers_btn {
    width: 196px;
    font-size: 14px;
    line-height: 21px;
    padding: 12px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 2px solid #212121;
    background-color: #fff
}

.product_page_content .text_wrap .offers_wrap .offers_btn:hover {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

.product_page_content .text_wrap .product_tab_links {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #e5e5e5
}

.product_page_content .text_wrap .product_tab_links .link {
    cursor: pointer;
    margin-right: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
    position: relative
}

.product_page_content .text_wrap .product_tab_links .link:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #212121
}

.product_page_content .text_wrap .product_tab_links .link:hover:after {
    top: 130%
}

.product_page_content .text_wrap .product_tab_links .link:last-child {
    margin-right: 0
}

.product_page_content .text_wrap .product_tabs {
    margin-bottom: 10px
}

.product_page_content .text_wrap .product_tabs .tab {
    display: none;
    padding: 15px 0
}

.product_page_content .text_wrap .product_tabs .tab.active {
    display: block
}

.product_page_content .text_wrap .payment_info_items img {
    margin-right: 18px;
    margin-bottom: 15px
}

.product_page_content .text_wrap .text_wrap_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.product_page_content .text_wrap .details_list {
    margin-bottom: 40px
}

.product_page_content .text_wrap .details_list .item {
    border-bottom: 2px solid #e9e9e9
}

.product_page_content .text_wrap .details_list .item:first-child {
    border-top: 2px solid #e9e9e9
}

.product_page_content .text_wrap .details_list .item .title {
    line-height: 21px;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    cursor: pointer
}

.product_page_content .text_wrap .details_list .item .title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 22px;
    height: 13px;
    background-image: url(../down.html)
}

.product_page_content .text_wrap .details_list .item .text {
    padding: 0 0 20px;
    display: none
}

.product_page_content .text_wrap .details_list .item.active .title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes animate-jump {
    0% {
        top: 0;
        width: 24px;
        height: 24px
    }
    50% {
        top: -40px;
        width: 24px;
        height: 18px
    }
    100% {
        top: 0;
        width: 24px;
        height: 24px
    }
}

@keyframes animate-jump {
    0% {
        top: 0;
        width: 24px;
        height: 24px
    }
    50% {
        top: -40px;
        width: 24px;
        height: 18px
    }
    100% {
        top: 0;
        width: 24px;
        height: 24px
    }
}

@-webkit-keyframes animate-color {
    0% {
        fill: #000;
        stroke: #000
    }
    50% {
        fill: #f9523b;
        stroke: #f9523b
    }
    100% {
        fill: #f9523b;
        stroke: #f9523b
    }
}

@keyframes animate-color {
    0% {
        fill: #000;
        stroke: #000
    }
    50% {
        fill: #f9523b;
        stroke: #f9523b
    }
    100% {
        fill: #f9523b;
        stroke: #f9523b
    }
}

.share_icon_block {
    position: absolute;
    z-index: 2;
    bottom: -11px;
    right: 0;
    background-color: #fff
}

.share_icon_block .icon-box {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
    z-index: 1;
    padding: 8px 10px;
    border: 1px solid #E9E9E9;
}

.share_icon_block .icon-box .share_image {
    margin-right: 4px;
    width: 13px;
    height: 13px;
    position: relative;
    top: -1px
}

.xs_social_share_widget {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: none;
    margin-top: 40px !important;
}

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

.xs_social_share_widget ul li {
    margin: 1px 0;
}

.xs_social_share_widget li a {
    min-width: 126px !important;
}

.xs_social_share_widget ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px
}

.xs_social_share_widget ul li a i {
    width: 12px;
    font-size: 13px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.custom-class .xs-social-icon {
    display: flex;
    align-items: center;

    padding: 6px 10px;
    width: 36px;
    height: 36px;
}

.xs-social-follower-label {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

}

.sticky_bar {
    position: fixed;
    top: -200px;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.sticky_bar .left_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sticky_bar .left_wrap .product-name {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.sticky_bar .left_wrap .brand-name {
    color: #000;
    font-size: 15px;
    text-transform: uppercase
}

.sticky_bar .left_wrap .price {
    color: #00b67a;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

.sticky_bar .left_wrap .reference {
    color: #909090;
    font-size: 13px;
    text-transform: uppercase
}

.sticky_bar .add_to_cart_button {
    width: 256px;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #00b67a;
    line-height: 21px;
    padding: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #00b67a;
    border-radius: 4px
}

.sticky_bar .add_to_cart_button:hover {
    background-color: #4dcca2
}

.sticky_bar .btn {
    width: 160px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase
}

.sticky_bar .btn.offer_btn {
    border: 2px solid #212121;
    background-color: #fff
}

.sticky_bar .btn.sell_btn {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

.sticky_bar .btn:hover.offer_btn {
    color: #fff;
    border: 2px solid #212121;
    background-color: #212121
}

.sticky_bar .btn:hover.sell_btn {
    color: #212121;
    border: 2px solid #212121;
    background-color: #fff
}

.cur {
    font-family: arial;
    font-weight: 600;
    font-size: 90%
}

body.down .sticky_bar {
    top: 0
}

.jobs_page_head {
    position: relative;
    z-index: 1;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    min-height: 300px;
    height: 20vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jobs_page_head:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(50.98% 318.63% at 49.02% 50%, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .14) 100%);
    background: -o-radial-gradient(50.98% 318.63% at 49.02% 50%, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .14) 100%);
    background: radial-gradient(50.98% 318.63% at 49.02% 50%, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .14) 100%)
}

.jobs_page_head .section_content {
    position: relative;
    z-index: 1;
    text-align: center
}

.jobs_page_head h1 {
    color: #fff;
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 500
}

.jobs_page_head .text {
    color: #fff;
    width: 649px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center
}

.jobs_page_head .btn_style {
    min-width: 166px;
    z-index: 5
}

.jobs_page_content {
    padding: 60px 0 0
}

.jobs_page_content .section_content {
    width: 847px;
    margin: 0 auto;
    max-width: 100%
}

.jobs_page_content .section_content .job_meta {
    z-index: 3;
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jobs_page_content .section_content .job_meta .count_wrap {
    font-size: 15px;
    font-weight: 500
}

.jobs_page_content .section_content .job_meta .count_wrap .count {
    line-height: 27px;
    width: 28px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background-color: #debb9c;
    font-size: 15px;
    color: #fff;
    font-weight: 500
}

.jobs_page_content .section_content .job_meta .filter {
    height: 48px;
    z-index: 2;
    position: relative
}

.jobs_page_content .section_content .job_meta .filter .select {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff
}

.jobs_page_content .section_content .job_meta .filter .select.active, .jobs_page_content .section_content .job_meta .filter .select:hover {
    border-color: #646464
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.select-styled {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 196px;
    background-color: transparent;
    padding: 10px;
    padding-right: 40px;
    line-height: 22px;
    color: #7a7a7a;
    font-weight: 300;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-background-size: 1em 1em;
    background-size: 1em
}

.select-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-styled.active:after, .select-styled:active:after {
    top: 9px;
    border-color: transparent transparent #1c1d22 transparent
}

.select-styled .count {
    width: 16px;
    height: 16px;
    line-height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #dedede;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    color: #212121
}

.select-options {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 196px;
    list-style: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff
}

.select-options li {
    color: #7a7a7a;
    margin: 0 0 5px;
    text-indent: 10px;
    font-size: 15px;
    line-height: 22px
}

.select-options li.is-selected, .select-options li:hover {
    color: #000
}

.select-options li[rel=hide] {
    display: none
}

.catalog_filter_wrap {
    background-color: #fff
}

.catalog_filter_wrap .select-styled {
    position: relative
}

.catalog_filter_wrap .select-options {
    position: absolute;
    top: 100%;
    background-color: #f6f6f6
}

.sticky-wrapper .catalog_filter_wrap {
    z-index: 3 !important;
    padding: 0 0 10px
}

.sticky-wrapper.is-sticky .catalog_filter_wrap:before {
    content: '';
    z-index: -1;
    height: 100%;
    width: 200vw;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 2px solid #e9e9e9;
    background-color: #fff
}

.job_items .item {
    display: block;
    margin-bottom: 10px;
    padding: 25px 30px;
    padding-right: 70px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    position: relative
}

.job_items .item .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    color: #212121
}

.job_items .item .params {
    color: #212121
}

.job_items .item:after {
    content: '';
    position: absolute;
    background-color: transparent;
    width: 24px;
    height: 24px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    font-size: 0;
    border: none;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    margin-top: -12px;
    right: 30px;
    background-image: url(../next-img.html)
}

.job_items .item:hover {
    border: 2px solid #646464
}

.job_items .item:hover:after {
    right: 40px;
    background-color: #f6f6f6;
    background-image: url(../next-img.html)
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 40px
}

.pagination .page-numbers {
    font-family: 'Univers LT Std';
    display: inline-block;
    color: #212121;
    width: 34px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 300;
    margin: 0 5px;
    text-align: center;
    border-bottom: 1px solid transparent;
}

.pagination .page-numbers:hover {
    background: #F7EEE6;
}

.pagination .page-numbers.current {
    border-bottom-color: #000000;
}

.catalog_products .pagination,
.magazine_content .pagination {
    margin-top: 20px;
    margin-bottom: 0
}

.catalog_products .pagination .next,
.catalog_products .pagination .prev,
.magazine_content .pagination .next,
.magazine_content .pagination .prev {
    width: auto;
    color: #fff;
    line-height: 30px;
    padding: 0 9px;
    background-color: #212121;
    border: 2px solid #212121
}


.magazine_content .pagination .next,
.magazine_content .pagination .prev {
    background: #000000;
    line-height: 37px;
    text-transform: uppercase;
    border-radius: 0;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.magazine_content .pagination .next {
    padding-left: 20px;
    padding-right: 30px;
    margin-right: 0;
}

.magazine_content .pagination .prev {
    padding-left: 30px;
    padding-right: 20px;
}

.magazine_content .pagination .next::after,
.magazine_content .pagination .prev::after {
    content: '';
    display:block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.magazine_content .pagination .prev::after {
    left: 20px;
    width: 6px;
    height: 9px;
    background: url('arrow-prev-single.svg') no-repeat 0 0 / contain;
}

.magazine_content .pagination .next::after {
    right: 20px;
    width: 5px;
    height: 9px;
    background: url('arrow-next-single.svg') no-repeat 0 0 / contain;
}

.job_page {
    z-index: 1;
    position: relative;
    padding: 40px 0
}

.job_page .section_content {
    position: relative;
    padding-left: 300px
}

.mini_cta {
    width: 356px;
    max-width: 100%;
    padding: 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff
}

.mini_cta .logo {
    margin-bottom: 18px;
    max-width: 100%
}

.mini_cta .title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px
}

.mini_cta .btn_style {
    width: 100%
}

.left_sidebar {
    position: absolute;
    top: -200px;
    left: 0;
    width: 230px
}

.left_sidebar .left_sidebar_content {
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff
}

.left_sidebar .back_jobs {
    color: #646464;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 20px
}

.left_sidebar .back_jobs img {
    margin-right: 5px
}

.left_sidebar .logo {
    width: 130px;
    display: inline-block;
    margin-bottom: 10px
}

.left_sidebar .param {
    font-size: 13px;
    color: #000;
    margin-bottom: 8px
}

.left_sidebar .param img {
    margin-right: 0
}

.left_sidebar .line {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #e9e9e9
}

.left_sidebar .title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 13px
}

.left_sidebar .job_desc {
    color: #909090;
    font-size: 13px;
    font-weight: 500
}

.header_before_search {
    position: absolute;
    display: none;
    left: 0;
    top: -webkit-calc(100% - 60px);
    top: calc(100% - 60px);
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9
}

.header_before_search .before_search_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 0;
    position: relative
}

.header_before_search .before_search_content .close {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 20px;
    cursor: pointer
}

.header_before_search .before_search_content .close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header_before_search .before_search_content .close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header_before_search .before_search_content .title {
    font-weight: 500;
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 6px
}

.header_before_search .before_search_content .column {
    min-width: 220px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header_before_search .before_search_content .column ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header_before_search .before_search_content .delete {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    position: relative
}

.header_before_search .before_search_content .delete:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #000
}

.header_before_search .before_search_content .delete:hover:after {
    top: 130%
}

.header_search_result {
    position: absolute;
    display: none;
    left: 0;
    top: -webkit-calc(100% - 60px);
    top: calc(100% - 60px);
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9
}

.header_search_result .search_result_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 37px 0;
    position: relative
}

.header_search_result .search_result_content .close {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 20px;
    cursor: pointer
}

.header_search_result .search_result_content .close:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header_search_result .search_result_content .close:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header_search_result .search_result_content .title {
    font-weight: 500;
    line-height: 19px;
    font-size: 13px;
    margin-bottom: 6px
}

.header_search_result .search_result_content .column {
    min-width: 220px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header_search_result .search_result_content .column ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.head_search_result {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    position: relative
}

.head_search_result .column_title {
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px
}

.head_search_result .column_title .count {
    color: #909090
}

.chat_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5
}

.catalog_page {
    padding: 40px 0
}

.catalog_page .catalog_page_content h1 {
    margin-bottom: 0;
    text-transform: uppercase
}

.catalog_page .catalog_page_content .desc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 40px
}

.catalog_page .catalog_page_content .most_popular {
    margin-bottom: 25px
}

.catalog_page .catalog_page_content .most_popular_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog_page .catalog_page_content .most_popular_list .item {
    margin: 0 3px;
    padding: 12px 8px;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #212121
}

.catalog_page .catalog_page_content .most_popular_list .item img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    vertical-align: sub
}

.category_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px 40px
}

.category_content .text_wrap {
    width: 37%;
    padding: 0 15px
}

.category_content .text_wrap h1 {
    text-transform: uppercase
}

.category_content .image_wrap {
    width: 63%;
    padding: 0 15px
}

.category_content .image_wrap img {
    width: 100%
}

.catalog_title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.catalog_categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px
}

.catalog_categories .item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    position: relative;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 158px
}

.catalog_categories .item img {
    width: 100%
}

.catalog_categories .item .title {
    position: absolute;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    width: 100%;
    bottom: 0;
    left: 0
}

.favorite_brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 20px
}

.favorite_brands .item {
    width: -webkit-calc(16.66% - 20px);
    width: calc(16.66% - 20px);
    margin: 0 10px 20px;
    position: relative;
    display: block;
    padding: 20px 0;
    background-color: #f6f6f6
}

.favorite_brands .item img {
    width: 100%;
    margin-bottom: 10px;
    display: block
}

.favorite_brands .item .title {
    display: block;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 5px
}

.favorite_brands .item .price {
    display: block;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 0 15px
}

.catalog_filter_wrap .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog_filter_wrap .row &gt; * {
    width: auto
}

.catalog_filter_wrap .result_items {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    margin-right: 20px
}

.catalog_filter_wrap .filters_title {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    cursor: pointer
}

.catalog_filter_wrap .filters_title .num {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    display: inline-block
}

.catalog_filter_wrap .filter_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog_filter_wrap .select-styled {
    width: auto
}

.catalog_filter_wrap .filter_sort {
    padding: 0;
    margin-left: auto
}

.catalog_filter_wrap .result_list_column {
    width: auto
}

.catalog_filter_wrap .remove_filter_item {
    margin-right: 20px
}

.catalog_filter_wrap .remove_all_filters, .catalog_filter_wrap .remove_filter_item {
    padding-left: 20px;
    position: relative
}

.catalog_filter_wrap .remove_all_filters:before, .catalog_filter_wrap .remove_filter_item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    height: 18px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.catalog_filter_wrap .remove_all_filters:after, .catalog_filter_wrap .remove_filter_item:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    height: 18px;
    width: 2px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog_filter_wrap .clean_filter_column {
    width: auto
}

.view_style {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 50% !important;
    text-align: right
}

.view_style .title {
    font-size: 15px;
    line-height: 22px
}

.view_style .style_grid {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #909090
}

.view_style .style_grid:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    margin-left: -1px;
    background-color: #909090
}

.view_style .style_grid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 100%;
    background-color: #909090
}

.view_style .style_grid.active {
    border-color: #212121
}

.view_style .style_grid.active:after, .view_style .style_grid.active:before {
    background-color: #212121
}

.view_style .style_list {
    width: 18px;
    height: 18px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #909090
}

.view_style .style_list.active {
    border: 2px solid #212121
}

.related_posts {
    padding: 60px 0
}

.related_posts h2 {
    font-family: 'Univers LT Std';
    color: #1c1d22;
    font-size: 33px;
    line-height: 33px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center
}

.faq_page {
    padding: 30px 0
}

.faq_page .title_wrap {
    margin-bottom: 55px;
    padding-left: 325px
}

.faq_page .title_wrap .pretitle {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
    color: #909090
}

.faq_page .title_wrap h1 {
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase
}

.faq_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.faq_content .tabs_sidebar {
    width: 325px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.faq_content .tabs_sidebar .faq_tab_link {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #909090;
    display: block
}

.faq_content .tabs_sidebar .faq_tab_link.active {
    color: #212121
}

.faq_content .faq_tabs {
    width: -webkit-calc(100% - 325px);
    width: calc(100% - 325px)
}

.faq_content .faq_tabs .faq_tab {
    display: none
}

.faq_content .faq_tabs .faq_tab.active {
    display: block
}

.faq_list {
    border-bottom: 1px solid #e9e9e9
}

.faq_list .item {
    border-top: 1px solid #e9e9e9
}

.faq_list .item .question {
    padding: 17px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    position: relative
}

.faq_list .item .question:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-image: url(../arrow_down.html)
}

.faq_list .item .question.active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq_list .item .answer {
    display: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-bottom: 20px
}

.contacts_page {
    padding: 55px 0
}

.contacts_page .title_wrap {
    margin-bottom: 50px;
    text-align: center
}

.contacts_page .title_wrap h1 {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 10px
}

.contacts_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contacts_content .left_wrap {
    width: 50%
}

.contacts_content .left_wrap .contacts_list {
    width: 430px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts_content .left_wrap .contacts_list .item {
    height: 196px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9
}

.contacts_content .left_wrap .contacts_list .item.mail {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.contacts_content .left_wrap .contacts_list .item a {
    font-weight: 500
}

.contacts_content .right_wrap {
    width: 50%
}

.contacts_content .right_wrap form {
    width: 305px;
    max-width: 100%;
    margin: 0 auto
}

.contacts_content form label {
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 30px
}

.contacts_content form input, .contacts_content form textarea {
    width: 102%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    font-family: inherit;
    line-height: 23px;
    padding: 10px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 2px solid #bcbcbc;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.contacts_content form input:active, .contacts_content form input:focus, .contacts_content form input:hover, .contacts_content form textarea:active, .contacts_content form textarea:focus, .contacts_content form textarea:hover {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border: 2px solid #646464
}

.contacts_content form .btn {
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: table;
    margin-left: auto
}

footer {
    background-color: #fff;
    border-top: 2px solid #e9e9e9
}

footer .footer_content {
    padding: 40px 0 0
}

footer .footer_content .footer_column {
    margin-bottom: 40px
}

footer .footer_content .footer_column .column_title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px
}

footer .footer_content .footer_column .footer_menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .footer_content .footer_column .footer_menu ul li {
    margin-bottom: 10px
}

footer .footer_content .footer_column .footer_menu ul li a {
    color: #909090;
    font-size: 13px
}

footer .footer_content .footer_column .footer_menu ul li a:hover {
    color: #000
}

footer .footer_content .footer_column .footer_menu ul li a.show_more {
    color: #000;
    font-weight: 500;
    position: relative
}

footer .footer_content .footer_column .footer_menu ul li a.show_more:after {
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 1px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #000
}

footer .footer_content .footer_column .footer_menu ul li a.show_more:hover:after {
    top: 130%
}

footer .footer_content .footer_column .footer_menu.footer_menu_3 ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

footer .footer_content_bottom {
    padding: 27px 0 5px;
    border-top: 2px solid #e9e9e9
}

footer .footer_content_bottom .column_title {
    font-size: 13px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 20px
}

footer .footer_content_bottom .payment_info_items img {
    margin-right: 25px
}

footer .footer_bottom {
    padding: 40px 0;
    background-color: #f6f6f6
}

footer .footer_bottom .copyright {
    color: #909090;
    font-size: 13px
}

footer .footer_bottom .footer_bottom_links a {
    color: #909090;
    font-size: 13px;
    margin-right: 30px
}

footer .footer_bottom .footer_bottom_links a:hover {
    color: #000
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    display: table;
    content: '';
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background-color: rgba(0, 0, 0, .7)
}

.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 0
}

.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 690px;
    padding: 0;
    background-color: #fff;
    position: relative
}

.remodal#modal_step_1, .remodal#modal_step_2, .remodal#modal_step_3 {
    width: 493px
}

.remodal#modal_step_1 .modal_content, .remodal#modal_step_2 .modal_content, .remodal#modal_step_3 .modal_content {
    height: 100vh;
    overflow-y: auto
}

.remodal#modal_advanced_filter {
    width: 1024px;
    display: block;
    margin: 0 auto
}

.remodal#modal_advanced_filter .modal_content {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.remodal#modal_advanced_filter .advanced_filter_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_sidebar {
    width: 243px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_sidebar .tab_link {
    cursor: pointer;
    padding: 14px 30px;
    font-weight: 500;
    line-height: 21px;
    border-bottom: 1px solid #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_sidebar .tab_link:last-child {
    border: none
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_sidebar .tab_link.active {
    background-color: #f6f6f6
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_sidebar .tab_link .num {
    width: 16px;
    height: 16px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    display: inline-block;
    background-color: #000
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content {
    overflow-y: auto;
    width: 100%;
    height: 600px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_content {
    display: none;
    padding: 40px 50px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_content.active {
    display: block
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_content .tab_content_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_content .tab_title {
    font-weight: 500;
    margin-bottom: 5px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_popular_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_popular_list .item {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .tab_popular_list .item img {
    max-width: 100%;
    margin-bottom: 5px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .livesearch_form {
    position: relative;
    margin-bottom: 20px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .livesearch_form input {
    width: 100%;
    font-size: 15px;
    font-family: inherit;
    line-height: 22px;
    font-weight: 300;
    padding: 10px 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 2px solid #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .livesearch_form svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -9px
}

.remodal#modal_advanced_filter .advanced_filter_row .advanced_filter_content .livesearch_form svg path {
    fill: #909090
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item {
    margin-bottom: 10px
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .params_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .params_title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 30px;
    top: 50%;
    background-color: #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .tab_params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .tab_params .custom_checkbox {
    width: 188px;
    margin-right: 20px;
    margin-bottom: 10px
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .tab_params .custom_checkbox label {
    cursor: pointer
}

.remodal#modal_advanced_filter .advanced_filter_row .tab_params_item .tab_params .custom_checkbox input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    -webkit-filter: contrast(20) grayscale(1);
    filter: contrast(20) grayscale(1)
}

.remodal#modal_advanced_filter .remodal-close {
    width: 74px;
    height: 74px;
    border: none
}

.remodal#modal_advanced_filter .title_wrap .title {
    padding: 25px 30px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 30px 18px 20px;
    border-top: 1px solid #e9e9e9
}

.remodal#modal_advanced_filter .advanced_filter_footer .update_filter {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase
}

.remodal {
    vertical-align: middle
}

.remodal.remodal-is-closing, .remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 32px;
    line-height: 29px;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0;
    z-index: 1;
    color: #111;
    cursor: pointer;
    border: none;
    border-left: 1px solid #e9e9e9
}

.remodal-close:before {
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    background-color: #212121;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.remodal-close:after {
    content: '';
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    background-color: #212121;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

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

body .remodal-wrapper .remodal#modal_step_1 .modal_content .title_wrap, body .remodal-wrapper .remodal#modal_step_2 .modal_content .title_wrap, body .remodal-wrapper .remodal#modal_step_3 .modal_content .title_wrap {
    width: 100%;
    padding: 25px 30px;
    height: 96px;
    padding-right: 100px;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .title_wrap .title, body .remodal-wrapper .remodal#modal_step_2 .modal_content .title_wrap .title, body .remodal-wrapper .remodal#modal_step_3 .modal_content .title_wrap .title {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .title_wrap .job_desc, body .remodal-wrapper .remodal#modal_step_2 .modal_content .title_wrap .job_desc, body .remodal-wrapper .remodal#modal_step_3 .modal_content .title_wrap .job_desc {
    font-size: 13px;
    color: #909090;
    font-weight: 500
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .job_info, body .remodal-wrapper .remodal#modal_step_2 .modal_content .job_info, body .remodal-wrapper .remodal#modal_step_3 .modal_content .job_info {
    padding: 20px 30px;
    border-bottom: 1px solid #e9e9e9
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .job_info .param, body .remodal-wrapper .remodal#modal_step_2 .modal_content .job_info .param, body .remodal-wrapper .remodal#modal_step_3 .modal_content .job_info .param {
    font-size: 13px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .job_info .param img, body .remodal-wrapper .remodal#modal_step_2 .modal_content .job_info .param img, body .remodal-wrapper .remodal#modal_step_3 .modal_content .job_info .param img {
    margin-right: 2px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .profile_info, body .remodal-wrapper .remodal#modal_step_2 .modal_content .profile_info, body .remodal-wrapper .remodal#modal_step_3 .modal_content .profile_info {
    padding: 20px 30px;
    padding-bottom: 30px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .profile_info_title, body .remodal-wrapper .remodal#modal_step_2 .modal_content .profile_info_title, body .remodal-wrapper .remodal#modal_step_3 .modal_content .profile_info_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .profile_info_title .rtext, body .remodal-wrapper .remodal#modal_step_2 .modal_content .profile_info_title .rtext, body .remodal-wrapper .remodal#modal_step_3 .modal_content .profile_info_title .rtext {
    color: #909090;
    font-size: 13px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .profile_info_title .rtext span, body .remodal-wrapper .remodal#modal_step_2 .modal_content .profile_info_title .rtext span, body .remodal-wrapper .remodal#modal_step_3 .modal_content .profile_info_title .rtext span {
    color: #f9523b
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .facebook_btn, body .remodal-wrapper .remodal#modal_step_2 .modal_content .facebook_btn, body .remodal-wrapper .remodal#modal_step_3 .modal_content .facebook_btn {
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    line-height: 20px;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .facebook_btn img, body .remodal-wrapper .remodal#modal_step_2 .modal_content .facebook_btn img, body .remodal-wrapper .remodal#modal_step_3 .modal_content .facebook_btn img {
    position: relative;
    top: -2px;
    margin-right: 4px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .after_btn_text, body .remodal-wrapper .remodal#modal_step_2 .modal_content .after_btn_text, body .remodal-wrapper .remodal#modal_step_3 .modal_content .after_btn_text {
    color: #909090;
    font-size: 13px;
    margin-bottom: 25px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content form input, body .remodal-wrapper .remodal#modal_step_2 .modal_content form input, body .remodal-wrapper .remodal#modal_step_3 .modal_content form input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    font-family: inherit;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border: 2px solid #bcbcbc
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content form input:active, body .remodal-wrapper .remodal#modal_step_1 .modal_content form input:focus, body .remodal-wrapper .remodal#modal_step_1 .modal_content form input:hover, body .remodal-wrapper .remodal#modal_step_2 .modal_content form input:active, body .remodal-wrapper .remodal#modal_step_2 .modal_content form input:focus, body .remodal-wrapper .remodal#modal_step_2 .modal_content form input:hover, body .remodal-wrapper .remodal#modal_step_3 .modal_content form input:active, body .remodal-wrapper .remodal#modal_step_3 .modal_content form input:focus, body .remodal-wrapper .remodal#modal_step_3 .modal_content form input:hover {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border: 2px solid #646464
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content form label, body .remodal-wrapper .remodal#modal_step_2 .modal_content form label, body .remodal-wrapper .remodal#modal_step_3 .modal_content form label {
    font-size: 13px;
    margin-bottom: 5px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content form label span, body .remodal-wrapper .remodal#modal_step_2 .modal_content form label span, body .remodal-wrapper .remodal#modal_step_3 .modal_content form label span {
    color: #f9523b
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content form .invalid-feedback img, body .remodal-wrapper .remodal#modal_step_2 .modal_content form .invalid-feedback img, body .remodal-wrapper .remodal#modal_step_3 .modal_content form .invalid-feedback img {
    vertical-align: baseline
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .form-control.is-invalid, body .remodal-wrapper .remodal#modal_step_1 .modal_content .was-validated .form-control:invalid, body .remodal-wrapper .remodal#modal_step_2 .modal_content .form-control.is-invalid, body .remodal-wrapper .remodal#modal_step_2 .modal_content .was-validated .form-control:invalid, body .remodal-wrapper .remodal#modal_step_3 .modal_content .form-control.is-invalid, body .remodal-wrapper .remodal#modal_step_3 .modal_content .was-validated .form-control:invalid {
    border-color: #f9523b;
    background-image: none
}

body .remodal-wrapper .remodal#modal_step_1 .modal_content .form-control.is-valid, body .remodal-wrapper .remodal#modal_step_1 .modal_content .was-validated .form-control:valid, body .remodal-wrapper .remodal#modal_step_2 .modal_content .form-control.is-valid, body .remodal-wrapper .remodal#modal_step_2 .modal_content .was-validated .form-control:valid, body .remodal-wrapper .remodal#modal_step_3 .modal_content .form-control.is-valid, body .remodal-wrapper .remodal#modal_step_3 .modal_content .was-validated .form-control:valid {
    background-image: none
}

body .remodal-wrapper .remodal#modal_step_1 .profile_information_wrap, body .remodal-wrapper .remodal#modal_step_2 .profile_information_wrap, body .remodal-wrapper .remodal#modal_step_3 .profile_information_wrap {
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9
}

body .remodal-wrapper .remodal#modal_step_1 .profile_information_wrap .edit, body .remodal-wrapper .remodal#modal_step_2 .profile_information_wrap .edit, body .remodal-wrapper .remodal#modal_step_3 .profile_information_wrap .edit {
    font-size: 14px
}

body .remodal-wrapper .remodal#modal_step_1 .modal_btn_wrap, body .remodal-wrapper .remodal#modal_step_2 .modal_btn_wrap, body .remodal-wrapper .remodal#modal_step_3 .modal_btn_wrap {
    padding: 25px 10px 0;
    text-align: right;
    margin-top: 33px;
    border-top: 1px solid #e9e9e9
}

body .remodal-wrapper .remodal#modal_step_1 .modal_btn_wrap button, body .remodal-wrapper .remodal#modal_step_2 .modal_btn_wrap button, body .remodal-wrapper .remodal#modal_step_3 .modal_btn_wrap button {
    min-width: 165px
}

body .remodal-wrapper .remodal#modal_step_1 .upload_file_wrap, body .remodal-wrapper .remodal#modal_step_2 .upload_file_wrap, body .remodal-wrapper .remodal#modal_step_3 .upload_file_wrap {
    padding: 20px 30px;
    border-bottom: 1px solid #e9e9e9
}

body .remodal-wrapper .remodal#modal_step_1 .upload_file_section, body .remodal-wrapper .remodal#modal_step_2 .upload_file_section, body .remodal-wrapper .remodal#modal_step_3 .upload_file_section {
    border: 1px dashed #d3d3d3;
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body .remodal-wrapper .remodal#modal_step_1 .upload_file_section .icon, body .remodal-wrapper .remodal#modal_step_2 .upload_file_section .icon, body .remodal-wrapper .remodal#modal_step_3 .upload_file_section .icon {
    margin-bottom: 3px;
    display: inline-block
}

body .remodal-wrapper .remodal#modal_step_1 .upload_file_section .desc, body .remodal-wrapper .remodal#modal_step_2 .upload_file_section .desc, body .remodal-wrapper .remodal#modal_step_3 .upload_file_section .desc {
    color: #909090;
    margin-bottom: 10px
}

body .remodal-wrapper .remodal#modal_step_1 .upload_file_section .upload_file_btn, body .remodal-wrapper .remodal#modal_step_2 .upload_file_section .upload_file_btn, body .remodal-wrapper .remodal#modal_step_3 .upload_file_section .upload_file_btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #212121;
    background-color: #fff;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    padding: 14px;
    text-align: center;
    width: 277px;
    text-transform: uppercase
}

body .remodal-wrapper .remodal#modal_step_1 .job_info_text, body .remodal-wrapper .remodal#modal_step_2 .job_info_text, body .remodal-wrapper .remodal#modal_step_3 .job_info_text {
    padding: 20px 30px
}

body .remodal-wrapper .remodal#modal_step_1 .list, body .remodal-wrapper .remodal#modal_step_2 .list, body .remodal-wrapper .remodal#modal_step_3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
}

body .remodal-wrapper .remodal#modal_step_1 .list .item, body .remodal-wrapper .remodal#modal_step_2 .list .item, body .remodal-wrapper .remodal#modal_step_3 .list .item {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
    padding: 30px 10px
}

body .remodal-wrapper .remodal#modal_step_1 .list .item .image, body .remodal-wrapper .remodal#modal_step_2 .list .item .image, body .remodal-wrapper .remodal#modal_step_3 .list .item .image {
    height: 75px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .remodal-wrapper .remodal#modal_step_2 .modal_btn_wrap {
    padding: 25px 10px;
    margin-top: 0;
    border-top: none
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}


.post-template-default .livesearch_form,
.page-template-magazine .livesearch_form,
#mobile-top-search {
    display: none !important;
}

@media (max-width: 850px) {
    .headHt {
        height: 94px !important;
    }
}
</pre></body></html>