::-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 {
    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 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px
}

.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;
    background-image: url(../img/prev-img.png)
}

.slick-arrow.slick-next {
    right: 20px;
    background-image: url(../img/next-img.png)
}

.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(../img/star.svg);
    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(../img/star.svg);
    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(../img/Zoom.svg), 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(../img/Zoom.svg)
}

.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(../img/down.svg)
}

.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;
    top: 2.5rem;
    right: 3.1rem;
    background-color: #fff
}

.share_icon_block .icon-box {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer;
    height: 30px;
    z-index: 1
}

.share_icon_block .icon-box .share_image {
    margin-right: 4px;
    width: 16px;
    position: relative;
    top: -3px
}

.xs_social_share_widget {
    width: 120px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 14px 15px 0 20px;
    display: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    margin-top: 50px !important
}

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

.xs_social_share_widget ul li {
    margin-bottom: 9px
}

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

.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(../img/next-img.png)
}

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

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

.pagination {
    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;
    margin-bottom: 40px
}

.pagination .number {
    display: inline-block;
    color: #212121;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
    text-align: center;
    border: 2px solid #e9e9e9
}

.pagination .number:hover {
    background-color: #e9e9e9
}

.pagination .number.active {
    background-color: #212121;
    border: 2px solid #212121;
    color: #fff
}

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

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

.catalog_products .pagination .number:hover, .magazine_content .pagination .number:hover {
    background-color: #e9e9e9
}

.catalog_products .pagination .number.active, .catalog_products .pagination .number:hover, .magazine_content .pagination .number.active, .magazine_content .pagination .number:hover {
    color: #212121;
    background-color: #fff;
    border: 2px solid #212121
}

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

.exceptional_baner {
    padding: 80px 0
}

.exceptional_baner h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    color: #212121;
    margin-bottom: 50px;
}

.exceptional_baner .image_wrap img {
    position: relative;
    left: 50%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intro {
    background-color: #080808;
    padding: 100px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.intro .large_title_container {
    position: relative;
    z-index: 1
}

.intro .large_title_container .large_title_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100%;
    margin-left: -30%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 8, .02)), color-stop(25%, rgba(8, 8, 8, .76)), color-stop(50%, rgba(8, 8, 8, .9)), color-stop(75%, rgba(8, 8, 8, .74)), to(rgba(8, 8, 8, .02)));
    background: -webkit-linear-gradient(left, rgba(8, 8, 8, .02) 0, rgba(8, 8, 8, .76) 25%, rgba(8, 8, 8, .9) 50%, rgba(8, 8, 8, .74) 75%, rgba(8, 8, 8, .02) 100%);
    background: -o-linear-gradient(left, rgba(8, 8, 8, .02) 0, rgba(8, 8, 8, .76) 25%, rgba(8, 8, 8, .9) 50%, rgba(8, 8, 8, .74) 75%, rgba(8, 8, 8, .02) 100%);
    background: linear-gradient(to right, rgba(8, 8, 8, .02) 0, rgba(8, 8, 8, .76) 25%, rgba(8, 8, 8, .9) 50%, rgba(8, 8, 8, .74) 75%, rgba(8, 8, 8, .02) 100%)
}

.intro .large_title {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 123px;
    line-height: 136px;
    position: relative;
    margin-left: 50%;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 174px
}

.intro .large_title span {
    display: inline-block
}

.intro .large_logo {
    position: absolute;
    bottom: 850px;
    right: 0
}

.intro .section_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro .section_content p {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #909090;
    margin-bottom: 1rem;
}

.intro .section_content .column {
    width: 390px;
    padding-right: 85px;
    color: #909090;
    margin-bottom: 194px
}

.intro .section_content .column:last-child {
    margin: 0;
    margin-top: 125px;
}

.intro .section_content .column b {
    font-weight: 500;
    color: #fff
}

.intro .section_content .large_text {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 151px;
    line-height: 152px;
    text-transform: uppercase;
    color: #080808;
    position: absolute;
    top: 540px;
    white-space: nowrap;
    text-shadow: 0 0 2px #fff
}

.intro .map {
    position: relative;
    height: 950px;
    margin-top: -200px;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important
}

.intro .map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 434px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0)), color-stop(53.71%, #080808));
    background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: -o-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.intro .map:after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 339px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0)), color-stop(53.71%, #080808));
    background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: -o-linear-gradient(top, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0, #080808 53.71%);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.intro .map .map_image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intro .map .location {
    position: absolute;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, .05))), rgba(255, 255, 255, .05);
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)), rgba(255, 255, 255, .05);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)), rgba(255, 255, 255, .05);
    background: linear-gradient(0deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)), rgba(255, 255, 255, .05)
}

.intro .map .location:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    -webkit-animation: pulse-white 2s infinite;
    animation: pulse-white 2s infinite
}

.intro .map .location .title {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intro .map .location_1 {
    top: 560px;
    left: 50%;
    margin-left: -420px
}

.intro .map .location_2 {
    top: 780px;
    left: 50%;
    margin-left: -260px
}

.intro .map .location_3 {
    top: 415px;
    left: 50%;
    margin-left: -105px
}

.intro .map .location_3 .title {
    left: auto;
    right: 120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.intro .map .location_4 {
    top: 420px;
    left: 50%;
    margin-left: -75px
}

.intro .map .location_5 {
    top: 440px;
    left: 50%;
    margin-left: -55px
}

.intro .map .location_5 .title {
    top: auto;
    bottom: -30px
}

.intro .map .location_6 {
    top: 435px;
    left: 50%;
    margin-left: -5px
}

.intro .map .location_6 .title {
    top: auto;
    bottom: -30px
}

.intro .map .location_7 {
    top: 575px;
    left: 50%;
    margin-left: 160px
}

.intro .map .location_7 .title {
    top: auto;
    bottom: -30px
}

.intro .map .location_8 {
    top: 670px;
    left: 50%;
    margin-left: 365px
}

.intro .map .location_8 .title {
    top: auto;
    bottom: -30px
}

.intro .map .location_9 {
    top: 585px;
    left: 50%;
    margin-left: 400px
}

.intro .map .location_9 .title {
    top: auto;
    bottom: -30px
}

@-webkit-keyframes pulse-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.mission {
    padding: 80px 0 61px;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
    background-color: #080808
}

.mission .title_wrap {
    text-align: center
}

.mission .title_wrap h2,
.mission .title_wrap .h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    color: #fff;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
    text-align: center;
}

.mission .title_wrap .desc {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #212121;
    width: 550px;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
    margin: 0 auto 48px
}

.mission .title_wrap .desc b {
    font-weight: 500
}

.mission .mission_list {
    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
}

.mission .mission_list .item {
    flex: 0 1 21%;
    text-align: center
}

.mission .mission_list .item:not(:last-child) {
    margin-right: 80px;
}

.mission .mission_list .item .title {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #212121;
    -webkit-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
    margin-top: 10px;
}

.mission.light_color {
    background-color: #fff
}

.mission.light_color .title_wrap h2,
.mission.light_color .title_wrap .h2 {
    color: #212121
}

.mission.light_color .title_wrap .desc {
    color: #212121
}

.mission.light_color .mission_list .item .title {
    color: #212121
}

.vision {
    padding: 80px 0;
    background-color: #080808;
    position: relative
}

.vision .large_logo {
    position: absolute;
    bottom: 0;
    left: 0
}

.vision .section_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 -10px
}

.vision .section_content p {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #909090;
    margin-bottom: 1rem;
}

.vision .section_content .text_wrap {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px;
    padding-right: 100px
}

.vision .section_content .text_wrap h2,
.vision .section_content .text_wrap .h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.vision .section_content .text_wrap .text {
    color: #909090
}

.vision .section_content .text_wrap .text b {
    font-weight: 500;
    color: #ffff
}

.vision .section_content .image_wrap {
    padding: 0 10px;
    width: 50%
}

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

.team {
    padding: 100px 0;
    position: relative;
    background-color: #080808;
    margin-top: -1px
}

.team .section_content {
    position: relative;
    z-index: 1;
    height: 642px;
    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
}

.team .section_content .map2 {
    position: absolute;
    left: 226px;
    top: 0;
    z-index: -1
}

.team .section_content .lang_logo .lang {
    position: absolute
}

.team .section_content .lang_logo .lang.lang_1 {
    top: 80px;
    left: 80px
}

.team .section_content .lang_logo .lang.lang_2 {
    top: 112px;
    left: 546px
}

.team .section_content .lang_logo .lang.lang_3 {
    top: 30px;
    right: 236px
}

.team .section_content .lang_logo .lang.lang_4 {
    top: 233px;
    right: 93px
}

.team .section_content .lang_logo .lang.lang_5 {
    bottom: 50px;
    left: 117px
}

.team .section_content .lang_logo .lang.lang_6 {
    bottom: -27px;
    left: 412px
}

.team .section_content .lang_logo .lang.lang_7 {
    bottom: 126px;
    left: 548px
}

.team .section_content .lang_logo .lang.lang_8 {
    bottom: 48px;
    right: 751px
}

.team .section_content .lang_logo .lang.lang_9 {
    bottom: -50px;
    right: 0
}

.team .section_content .left_wrap {
    width: 50%;
    padding-right: 70px
}

.team .section_content .left_wrap .h2,
.team .section_content .left_wrap h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
    color: #fff;
}

.team .section_content .left_wrap .text {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #909090;
}

.team .section_content .left_wrap .text b {
    font-weight: 500;
    color: #fff
}

.team .section_content .right_wrap {
    width: 50%;
    padding: 0 50px
}

.team .section_content .right_wrap .lang_counter {
    color: #fff;
    height: 219px;
    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;
    overflow: hidden;
    position: relative
}

.team .section_content .right_wrap .lang_counter:before {
    content: '';
    position: absolute;
    height: 219px;
    top: 0;
    width: 86px;
    z-index: 1;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#080808), color-stop(30%, rgba(8, 8, 8, .5)), color-stop(50%, rgba(8, 8, 8, 0)), color-stop(70%, rgba(8, 8, 8, .5)), to(#080808));
    background: -webkit-linear-gradient(top, #080808 0, rgba(8, 8, 8, .5) 30%, rgba(8, 8, 8, 0) 50%, rgba(8, 8, 8, .5) 70%, #080808 100%);
    background: -o-linear-gradient(top, #080808 0, rgba(8, 8, 8, .5) 30%, rgba(8, 8, 8, 0) 50%, rgba(8, 8, 8, .5) 70%, #080808 100%);
    background: linear-gradient(to bottom, #080808 0, rgba(8, 8, 8, .5) 30%, rgba(8, 8, 8, 0) 50%, rgba(8, 8, 8, .5) 70%, #080808 100%)
}

.team .section_content .right_wrap .lang_counter .m_counter {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 73px;
    line-height: 73px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 73px;
    margin-right: 10px;
    width: 88px;
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.team .section_content .right_wrap .lang_counter .m_counter.active {
    -webkit-animation-name: titleflip;
    animation-name: titleflip;
    -webkit-animation: titleflip 2s linear forwards;
    animation: titleflip 2s linear forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.team .section_content .right_wrap .lang_counter .title {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 92px;
    color: #FFFFFF;
}

@-webkit-keyframes titleflip {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    7.14% {
        -webkit-transform: translate(0, -73px);
        transform: translate(0, -73px)
    }
    14.28% {
        -webkit-transform: translate(0, -146px);
        transform: translate(0, -146px)
    }
    21.42% {
        -webkit-transform: translate(0, -219px);
        transform: translate(0, -219px)
    }
    28.56% {
        -webkit-transform: translate(0, -292px);
        transform: translate(0, -292px)
    }
    35.7% {
        -webkit-transform: translate(0, -365px);
        transform: translate(0, -365px)
    }
    42.84% {
        -webkit-transform: translate(0, -438px);
        transform: translate(0, -438px)
    }
    49.98% {
        -webkit-transform: translate(0, -511px);
        transform: translate(0, -511px)
    }
    57.12% {
        -webkit-transform: translate(0, -584px);
        transform: translate(0, -584px)
    }
    64.26% {
        -webkit-transform: translate(0, -657px);
        transform: translate(0, -657px)
    }
    71.4% {
        -webkit-transform: translate(0, -730px);
        transform: translate(0, -730px)
    }
    78.54% {
        -webkit-transform: translate(0, -803px);
        transform: translate(0, -803px)
    }
    85.68% {
        -webkit-transform: translate(0, -876px);
        transform: translate(0, -876px)
    }
    92.82% {
        -webkit-transform: translate(0, -942px);
        transform: translate(0, -942px)
    }
    100% {
        -webkit-transform: translate(0, -942px);
        transform: translate(0, -942px)
    }
}

@keyframes titleflip {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    7.14% {
        -webkit-transform: translate(0, -73px);
        transform: translate(0, -73px)
    }
    14.28% {
        -webkit-transform: translate(0, -146px);
        transform: translate(0, -146px)
    }
    21.42% {
        -webkit-transform: translate(0, -219px);
        transform: translate(0, -219px)
    }
    28.56% {
        -webkit-transform: translate(0, -292px);
        transform: translate(0, -292px)
    }
    35.7% {
        -webkit-transform: translate(0, -365px);
        transform: translate(0, -365px)
    }
    42.84% {
        -webkit-transform: translate(0, -438px);
        transform: translate(0, -438px)
    }
    49.98% {
        -webkit-transform: translate(0, -511px);
        transform: translate(0, -511px)
    }
    57.12% {
        -webkit-transform: translate(0, -584px);
        transform: translate(0, -584px)
    }
    64.26% {
        -webkit-transform: translate(0, -657px);
        transform: translate(0, -657px)
    }
    71.4% {
        -webkit-transform: translate(0, -730px);
        transform: translate(0, -730px)
    }
    78.54% {
        -webkit-transform: translate(0, -803px);
        transform: translate(0, -803px)
    }
    85.68% {
        -webkit-transform: translate(0, -876px);
        transform: translate(0, -876px)
    }
    92.82% {
        -webkit-transform: translate(0, -942px);
        transform: translate(0, -942px)
    }
    100% {
        -webkit-transform: translate(0, -942px);
        transform: translate(0, -942px)
    }
}

.certified {
    padding: 100px 0 145px;
    position: relative;
    background-color: #080808
}

.certified .section_content {
    position: relative;
    z-index: 1;
    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
}

.certified .section_content .text_wrap {
    width: 50%
}

.certified .section_content .text_wrap .h2,
.certified .section_content .text_wrap h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
    color: #fff;
}

.certified .section_content .text_wrap .text {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #909090;
    width: 546px;
    max-width: 100%
}

.certified .section_content .text_wrap .text b {
    font-weight: 500;
    color: #fff
}

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

.testimonials {
    margin-top: -1px;
    background-color: #080808
}

.testimonials .h2,
.testimonials h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 79px;
    line-height: 96px;
    text-transform: uppercase;
    margin-bottom: 17px;
    color: #fff
}

.testimonials .testimonials_items {
    margin: 0 -10px 22px
}

.testimonials .testimonials_items .slick-list {
    overflow: visible
}

.testimonials .testimonials_items .slick-slide {
    margin: 0 10px;
    width: 367px;
    border: 2px solid #646464;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.testimonials .testimonials_items .slick-slide .item__body {
    display: flex;
    align-items: start;
}

.testimonials .testimonials_items .item .t_logo {
    width: 31px;
    margin-right: 9px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.testimonials .testimonials_items .slick-slide:nth-child(4n + 1) .item_avatar {
    background: #FFBEF1;
}
.testimonials .testimonials_items .slick-slide:nth-child(4n + 2) .item_avatar {
    background: #BEFFD8;
}
.testimonials .testimonials_items .slick-slide:nth-child(4n + 3) .item_avatar {
    background: #FEFFBE;
}
.testimonials .testimonials_items .slick-slide:nth-child(4n) .item_avatar {
    background: #FFE4F9;
}

.testimonials .testimonials_items .item .item_avatar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31px;
    -ms-flex: 0 0 31px;
    flex: 0 0 31px;
    height: 31px;
    border-radius: 50px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 9px;
}

.testimonials .testimonials_items .item .item_avatar span {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #212121;
}

.testimonials .testimonials_items .item .text_wrap .text {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 3px;
}

.testimonials .testimonials_items .item .text_wrap .t_name {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
}

.testimonials_controll {
    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;
    position: relative;
}

.testimonials_controll .slick-arows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.testimonials_controll .slick-arows .slick-next, .testimonials_controll .slick-arows .slick-prev {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    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;
    border: 2px solid #646464;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.testimonials_controll .slick-arows .slick-next img {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.testimonials_controll .t_dots {
    width: 100%
}

.testimonials_controll .t_dots .slick-dots {
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0 60px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.testimonials_controll .t_dots .slick-dots li {
    width: 100%;
    line-height: 2px
}

.testimonials_controll .t_dots .slick-dots li button {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 2px;
    height: 2px;
    font-size: 0;
    border: none;
    background-color: #fff
}

.testimonials_controll .t_dots .slick-dots li.slick-active button {
    background-color: #fff
}

.testimonials_controll .t_dots .slick-dots li.slick-active ~ li button {
    background-color: #212121
}

.testimonials_controll .all_testimonials {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 14px 26px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    border: 1px solid transparent;
}

.testimonials_controll .all_testimonials:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.brands {
    padding: 122px 0 148px;
    background-color: #080808;
    margin-top: -1px
}

.brands .brands_list .item {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    line-height: 47px;
    color: #909090;
    padding: 0 20px;
}

.cta {
    font-family: 'univers_45_lightregular';
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.cta .large_img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: .03;
    margin-top: -40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cta .form_title {
    text-align: center;
    margin: 0 auto
}

.cta .form_title p {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #212121;
    margin-bottom: 1rem;
}

.cta .form_title .h2,
.cta .form_title h2 {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
    color: #212121;
}

.cta .form_title .desc {
    margin-bottom: 20px;
    max-width: 690px;
    margin: 0 auto;
}

.cta .cta_form form .form_content {
    width: 537px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cta .wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.cta .wpcf7-not-valid-tip {
    font-family: 'univers_45_lightregular';
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.cta .cta_form form .form_content .column:nth-child(1) {
    width: 230px;
    margin-right: 32px;
}

.cta .cta_form form .form_content .column:nth-child(2) {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 276px;
}

.cta .cta_form form .form_content .column:nth-child(2) label {
    margin-bottom: 30px;
}

.cta .cta_form form label {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.label-message {
    height: 100%;
}

.label-message span:nth-child(2) {
    height: 100%;
}

.cta .cta_form form .form_content .column:nth-child(1) label:hover .name {
    border-color: #000;
}

.cta .cta_form form label:not(:last-child) {
    margin-bottom: 16px;
}

.cta .cta_form form label .name {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    border: 1px solid #BFBFBF;
    border-bottom: none;
    padding: 5px 10px;
    transition: all .3s;
    order: -1;
}

.cta .cta_form form input {
    height: 48px;
}

.cta .cta_form form label .name.active {
    background: #000;
    color: #fff;
}

.cta .cta_form form textarea {
    height: 100%;
}

.cta .cta_form form input,
.cta .cta_form form textarea {
    font-family: 'Univers LT Std' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 16px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #bcbcbc;
    border-radius: 0;
}

.cta .cta_form form input::placeholder,
.cta .cta_form form textarea::placeholder {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #808080;
}

.cta .cta_form form input:active,
.cta .cta_form form input:focus,
.cta .cta_form form input:hover {
    border-color: #646464;
}

.cta .cta_form form .btn {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: table;
    margin-left: auto;
    transition: .2s linear all;
}

.cta .cta_form form .btn:hover {
    border-color: transparent;
    color: #000;
}

.magazine_page_head .large_img {
    width: 100%
}

.magazine_title_wrap {
    width: 692px;
    max-width: 100%;
    margin: -50px auto 60px;
    padding: 10px;
    height: 106px;
    position: relative;
    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;
    background-color: #fff
}

.magazine_title_wrap h1 {
    margin-bottom: 0
}

.magazine_title_wrap .date {
    position: absolute;
    left: 50%;
    top: -25px;
    line-height: 19px;
    padding: 0 10px;
    background-color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.magazine_content {
    padding: 0 0 80px
}

.magazine_content .search_wrap {
    left: 50%;
    position: relative;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    margin-bottom: 25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.filter_by_brand {
    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-bottom: 30px
}

.filter_by_brand .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px
}

.filter_by_brand .filter_list {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    position: relative
}

.filter_by_brand .filter_list:after {
    content: '';
    width: 58px;
    height: 40px;
    right: 40px;
    top: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(97.56%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 97.56%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 97.56%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 97.56%)
}

.filter_by_brand .filter_list a {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #7a7a7a;
    margin-right: 20px;
    display: inline-block
}

.filter_by_brand .filter_list .slick-arrow.slick-prev {
    display: none !important
}

.filter_by_brand .filter_list .slick-arrow.slick-next {
    right: 0
}

.magazine_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.magazine_items .item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 15px 30px
}

.magazine_items .item img {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.magazine_items .item .text_wrap {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border: 2px solid #e9e9e9;
    border-top: none;
    padding: 30px
}

.magazine_items .item .text_wrap .cat {
    color: #7a7a7a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase
}

.magazine_items .item .text_wrap .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    height: 40px;
    color: #212121;
    margin-bottom: 15px;
    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 * 20px);
    max-height: calc(2 * 20px)
}

.magazine_items .item .text_wrap .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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.magazine_items .item .text_wrap .meta .date {
    color: #212121;
    line-height: 19px;
    font-size: 13px;
    font-weight: 500
}

.magazine_items .item .text_wrap .meta .share img {
    width: auto
}

.article_content {
    padding: 40px 0
}

.article_content .title_wrap {
    position: relative;
    padding-right: 60px;
    margin-bottom: 20px
}

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

.article_content .title_wrap .date {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px
}

.article_content .title_wrap .share {
    position: absolute;
    right: 0;
    top: 5px
}

.article_content .large_image {
    margin-bottom: 30px
}

.article_content .large_image img {
    width: 100%
}

.article_content .text_content {
    width: 848px;
    margin: 0 auto;
    max-width: 100%
}

.article_content .text_content p {
    margin-bottom: 30px
}

.article_content .text_content .oneimage {
    width: 100%;
    margin-bottom: 30px
}

.article_content .text_content .leftone {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px
}

.article_content .text_content .rightone {
    float: right;
    margin-left: 10px;
    margin-bottom: 30px
}

.article_content .share_wrap {
    margin-bottom: 30px
}

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

.article_content .share_wrap .share_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article_content .share_wrap .share_list a {
    margin-right: 20px;
    font-size: 15px;
    line-height: 22px
}

.article_content .tags_wrap {
    margin-bottom: 30px
}

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

.article_content .tags_wrap .tags_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article_content .tags_wrap .tags_list a {
    margin-right: 20px;
    font-size: 15px;
    line-height: 22px
}

.related_posts {
    padding: 60px 0
}

.related_posts h2 {
    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(../img/arrow_down.svg)
}

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

@media only screen and (max-width: 1400px) {
    h2 {
        font-size: 30px
    }

    .about .section_content .text_wrap {
        padding: 20px 30px
    }

    .reviews {
        padding: 50px 0 70px
    }

    .reviews .review {
        margin-bottom: 20px
    }

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

    footer .footer_content .footer_column .footer_menu.footer_menu_3 ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .header_before_search, .header_search_result {
        top: -webkit-calc(100% - 52px);
        top: calc(100% - 52px)
    }
}

@media only screen and (max-width: 1200px) {
    .mission .mission_list .item {
        flex: 1 1 auto;
    }

    .product_page_content .image_wrap {
        width: 48% !important
    }

    .product_page_content .text_wrap {
        width: 48%
    }

    .favorite_brands .item {
        width: -webkit-calc(25% - 20px);
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width: 992px) {
    h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .futures .futures_items .item .title {
        font-size: 16px
    }

    .about .section_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .section_content .image_wrap {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .about .section_content .text_wrap {
        width: 100%
    }

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

    .product_page_content .text_wrap .price_meta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_page_content .text_wrap .price_meta .delivery_status {
        margin: 10px 0
    }

    .product_page_content .text_wrap .details {
        margin: 0 -10px
    }

    .product_page_content .text_wrap .details .item {
        padding: 0 10px
    }

    .product_page_content .text_wrap .product_tab_links .link {
        margin-right: 15px
    }

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

    .product_page_content .text_wrap .details_list {
        padding-left: 0
    }

    .sticky_bar {
        display: none
    }

    .job_page .section_content {
        padding-left: 250px
    }

    .catalog_categories .item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .products.products_grid .product {
        width: 33.33%
    }

    .intro .map_container {
        overflow-x: auto
    }

    .intro .map_container::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0
    }

    .intro .map_container::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .intro .map_container::-webkit-scrollbar-thumb {
        background: #00b67a
    }

    .intro .map {
        cursor: pointer;
        height: 700px;
        width: 1136px;
        margin-top: -150px
    }

    .intro .map .map_image {
        width: 100%
    }

    .intro .map:before {
        height: 323px
    }

    .intro .map:after {
        height: 252px
    }

    .intro .map .location {
        width: 36px;
        height: 36px
    }

    .intro .map .location_1 {
        top: 420px;
        margin-left: -310px
    }

    .intro .map .location_2 {
        top: 584px;
        margin-left: -210px
    }

    .intro .map .location_3 {
        top: 310px;
        margin-left: -80px
    }

    .intro .map .location_4 {
        top: 320px;
        margin-left: -60px
    }

    .intro .map .location_5 {
        top: 330px;
        margin-left: -40px
    }

    .intro .map .location_6 {
        top: 330px;
        margin-left: 10px
    }

    .intro .map .location_7 {
        top: 430px;
        margin-left: 120px
    }

    .intro .map .location_8 {
        top: 490px;
        margin-left: 270px
    }

    .intro .map .location_9 {
        top: 430px;
        margin-left: 310px
    }

    .team .section_content .right_wrap .lang_counter .title {
        font-size: 46px;
    }

    .team .section_content .right_wrap .lang_counter .m_counter {
        font-size: 57px
    }

    .category_content .text_wrap {
        width: 45%
    }

    .category_content .image_wrap {
        width: 55%
    }

    .magazine_items .item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px)
    }

    .faq_content .tabs_sidebar {
        width: 260px
    }

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

    .faq_page .title_wrap {
        padding-left: 260px
    }

    .contacts_content {
        display: block
    }

    .contacts_content .left_wrap {
        width: 100%;
        margin-bottom: 30px
    }

    .contacts_content .right_wrap {
        width: 100%
    }

    .mission .mission_list .item:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .mission .mission_list {
        flex-wrap: wrap;
        gap: 22px;
    }

    .cta .cta_form form label span:nth-child(2) {
        width: 100%;
    }

    .cta .cta_form form .form_content .column:nth-child(2) label {
        margin-bottom: 10px;
    }

    .testimonials_controll .slick-arows .slick-next, .testimonials_controll .slick-arows .slick-prev {
        margin: 0 0 20px;
    }

    .testimonials_controll .slick-arows {
        justify-content: space-between;
    }

    .team .section_content .map2 {
        left: 0;
        left: -300px;
        transform: scale(0.6);
    }

    .cta .cta_form form .btn {
        width: 100%;
    }

    .cta .cta_form form .form_content .column:nth-child(1),
    .cta .cta_form form .form_content .column:nth-child(2) {
        width: 100%;
    }

    .cta .cta_form form .form_content .column:nth-child(1) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cta .form_title .h2,
    .cta .form_title h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .testimonials .h2,
    .testimonials h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 17px;
    }

    .certified .section_content .text_wrap .h2,
    .certified .section_content .text_wrap h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 7px;
    }

    .team .section_content .left_wrap .h2,
    .team .section_content .left_wrap h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 11px;
    }

    .vision .section_content .text_wrap .h2,
    .vision .section_content .text_wrap h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 7px;
    }

    .mission .mission_list .item .title {
        margin: 0;
    }

    .mission .title_wrap h2,
    .mission .title_wrap .h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .futures {
        padding: 20px 0 40px
    }

    .futures .futures_items .item .icon {
        display: inline-block
    }

    .futures .futures_items .slick-arrow {
        margin: 0;
        top: -webkit-calc(100% + 15px);
        top: calc(100% + 15px)
    }

    .futures .futures_items .slick-arrow.slick-prev {
        left: 0
    }

    .futures .futures_items .slick-arrow.slick-next {
        right: 0
    }

    .futures .futures_items .slick-dots {
        position: absolute;
        top: -webkit-calc(100% + 25px);
        top: calc(100% + 25px);
        width: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .futures .futures_items .slick-dots li {
        margin: 0 5px
    }

    .futures .futures_items .slick-dots li button {
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        font-size: 0;
        border: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background-color: #e9e9e9
    }

    .futures .futures_items .slick-dots li.slick-active button {
        width: 24px;
        background-color: #212121
    }

    .about .section_content .text_wrap {
        padding: 18px;
        border: 2px solid #e9e9e9 !important;
        border-top: none !important
    }

    .products .product {
        padding: 10px
    }

    .reviews_footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews_footer .stars {
        margin-bottom: 10px
    }

    .reviews {
        padding: 20px 0
    }

    .reviews_items {
        margin: 0 0 60px !important
    }

    .reviews_items .item {
        padding: 0 !important
    }

    .reviews_items .slick-arrow {
        margin: 0;
        top: 100%
    }

    .reviews_items .slick-arrow.slick-prev {
        left: 0
    }

    .reviews_items .slick-arrow.slick-next {
        right: 0
    }

    .reviews_items .slick-dots {
        position: absolute;
        top: -webkit-calc(100% + 10px);
        top: calc(100% + 10px);
        width: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews_items .slick-dots li {
        margin: 0 5px
    }

    .reviews_items .slick-dots li button {
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        font-size: 0;
        border: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        background-color: #e9e9e9
    }

    .reviews_items .slick-dots li.slick-active button {
        width: 24px;
        background-color: #212121
    }

    .subscribe h2 {
        text-align: center
    }

    footer .footer_content {
        padding: 0 15px
    }

    footer .footer_content .footer_column {
        margin: 0;
        padding: 20px 0 5px;
        border-bottom: 1px solid #e9e9e9
    }

    footer .footer_content .footer_column .column_title {
        position: relative
    }

    footer .footer_content .footer_column .column_title:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 20px;
        margin-top: -10px;
        font-size: 30px;
        font-weight: 100
    }

    footer .footer_content .footer_column.active .column_title:after {
        content: "-"
    }

    footer .footer_content .footer_column .footer_menu {
        display: none
    }

    footer .footer_content_bottom {
        border: none
    }

    footer .footer_content .footer_column .footer_menu.footer_menu_3 ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    footer .footer_content_bottom .column_title {
        text-align: center
    }

    footer .footer_content_bottom .payment_info_items {
        text-align: center
    }

    footer .footer_content_bottom .payment_info_items img {
        margin: 0 10px 20px
    }

    footer .footer_content_bottom .footer_logo {
        display: none
    }

    footer .footer_bottom {
        padding: 20px 0
    }

    footer .footer_bottom .footer_bottom_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    footer .footer_bottom .footer_bottom_content .copyright {
        width: 100%
    }

    footer .footer_bottom .footer_bottom_content .footer_bottom_links {
        width: 100%
    }

    footer .footer_bottom .footer_bottom_content .footer_bottom_links a {
        margin: 0 10px
    }

    .product_page_content {
        display: block
    }

    .product_page_content .image_wrap {
        width: 100% !important;
        margin-bottom: 30px
    }

    .product_page_content .text_wrap {
        width: 100%
    }

    .product_page_content .text_wrap .price_meta .price {
        width: 100%
    }

    .product_page_content .text_wrap .offers_wrap {
        display: block
    }

    .product_page_content .text_wrap .offers_wrap .offer_text {
        margin-bottom: 20px;
        text-align: center
    }

    .product_page_content .text_wrap .offers_wrap .offers_btn {
        width: 100%;
        display: inline-block
    }

    .product_page_content .text_wrap .payment_info_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
    }

    .product_page_content .text_wrap .payment_info_items img {
        margin: 0 10px
    }

    .jobs_page_content .section_content .job_meta {
        display: block;
        text-align: center
    }

    .jobs_page_content .section_content .job_meta .count_wrap {
        margin-bottom: 8px
    }

    .job_items .item {
        padding: 20px;
        padding-right: 55px
    }

    .job_items .item:after {
        right: 20px;
        margin-top: 0;
        top: 38px;
        background-color: #f6f6f6;
        background-image: url(../img/next-img.png)
    }

    .job_items .item:hover:after {
        right: 20px
    }

    .jobs_page_head {
        z-index: 3
    }

    .jobs_page_head h1 {
        line-height: 40px
    }

    .left_sidebar {
        display: none
    }

    .job_page .section_content {
        padding-left: 0
    }

    .mini_cta {
        margin: 0 auto;
        padding: 30px 15px
    }

    .remodal#modal_step_1, .remodal#modal_step_2, .remodal#modal_step_3 {
        width: 100%
    }

    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 {
        width: 100%
    }

    body .remodal-wrapper .remodal#modal_step_1 .list, body .remodal-wrapper .remodal#modal_step_2 .list, body .remodal-wrapper .remodal#modal_step_3 .list {
        margin: 0;
        display: block
    }

    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: 100%;
        margin: 0 0 10px
    }

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

    .header_before_search, .header_search_result {
        top: -webkit-calc(100% - 0px);
        top: calc(100% - 0px)
    }

    .header_before_search .before_search_content, .header_before_search .search_result_content, .header_search_result .before_search_content, .header_search_result .search_result_content {
        display: block
    }

    .products.search_products .product {
        max-width: 50%;
        width: 50%
    }

    body .remodal-wrapper .remodal#modal_step_1 .modal_btn_wrap a, body .remodal-wrapper .remodal#modal_step_1 .modal_btn_wrap button, body .remodal-wrapper .remodal#modal_step_2 .modal_btn_wrap a, body .remodal-wrapper .remodal#modal_step_2 .modal_btn_wrap button, body .remodal-wrapper .remodal#modal_step_3 .modal_btn_wrap a, body .remodal-wrapper .remodal#modal_step_3 .modal_btn_wrap button {
        min-width: 100%
    }

    .jobs_page_head .sticky-wrapper.is-sticky .center_wrap {
        top: auto !important;
        bottom: 0 !important;
        margin: 0 -15px;
        width: 100vw !important;
        padding: 20px;
        z-index: 5 !important;
        background-color: #fff
    }

    .jobs_page_head .sticky-wrapper.is-sticky .center_wrap .btn_style {
        width: 100%
    }

    .product-oper-box {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
        padding: 10px;
        background-color: #fff
    }

    .catalog_page .catalog_page_content .most_popular_list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto
    }

    .catalog_page .catalog_page_content .most_popular_list .item {
        white-space: nowrap;
        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
    }

    .catalog_page .catalog_page_content .most_popular_list .item img {
        margin-right: 10px
    }

    .catalog_page .catalog_page_content .most_popular_list_container {
        width: 100vw;
        display: block;
        margin: 0;
        overflow-x: auto
    }

    .catalog_page .catalog_page_content .most_popular_list_container::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: 0 0
    }

    .catalog_page .catalog_page_content .most_popular_list_container::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        height: 0
    }

    .catalog_page .catalog_page_content .most_popular_list_container::-webkit-scrollbar-thumb {
        background: #00b67a;
        height: 0
    }

    .favorite_brands {
        margin: 0;
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px)
    }

    .favorite_brands .item {
        width: 200px
    }

    .catalog_filter_wrap .result_list_column {
        display: none
    }

    .clean_filter_column {
        display: none
    }

    .catalog_filter_wrap .filters_title {
        -webkit-box-ordinal-group: -1;
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
        width: 50%;
        cursor: pointer
    }

    .catalog_filter_wrap .filter_content {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 3;
        padding: 0;
        background-color: #fff
    }

    .catalog_filter_wrap .filter_content:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100vh;
        bottom: 100%;
        left: 0;
        z-index: -1;
        background-color: #212121;
        opacity: .5
    }

    .catalog_filter_wrap .filter_content .mob_filter_top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e9e9e9
    }

    .catalog_filter_wrap .filter_content .mob_filter_top .mob_filter_top_title {
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        display: block;
        width: 100%
    }

    .catalog_filter_wrap .filter_content .mob_filter_top .mob_filter_top_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 .mob_filter_top .mob_filter_close {
        position: relative;
        width: 13px;
        height: 13px;
        right: 0;
        top: 0;
        cursor: pointer
    }

    .catalog_filter_wrap .filter_content .mob_filter_top .mob_filter_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)
    }

    .catalog_filter_wrap .filter_content .mob_filter_top .mob_filter_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)
    }

    .catalog_filter_wrap .filter_content .select {
        width: 100%;
        display: block
    }

    .catalog_filter_wrap .filter_content .select-styled {
        padding-left: 20px;
        background-image: initial
    }

    .catalog_filter_wrap .filter_content .select-styled:after {
        content: '+';
        font-weight: 300;
        position: absolute;
        right: 30px;
        top: 10px;
        color: #212121;
        font-size: 32px
    }

    .catalog_filter_wrap .filter_content .select-styled.active:after {
        content: "-"
    }

    .catalog_filter_wrap .filter_content .select-styled .name {
        font-weight: 500;
        color: #212121
    }

    .catalog_filter_wrap .filter_content .select-options {
        position: initial;
        background-color: transparent;
        padding: 0 20px
    }

    .mob_filter_bottom {
        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: 10px 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mob_filter_bottom .mob_remove_all {
        width: 50%;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-transform: uppercase
    }

    .mob_filter_bottom .mob_show_all {
        width: 50%;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-color: #212121;
        color: #fff;
        padding: 12px 10px;
        text-align: center
    }

    .products.products_grid .product {
        width: 50%
    }

    .products .product .favorite {
        right: 5px;
        top: 5px
    }

    .products .product .share_btn {
        position: absolute;
        right: 5px;
        top: 35px
    }

    .exceptional_baner {
        padding: 40px 0
    }

    .h2,
    .exceptional_baner h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .exceptional_baner .image_wrap img {
        width: 652px
    }

    .intro {
        padding: 40px 0;
        overflow: hidden
    }

    .intro .large_title {
        font-size: 57px;
        line-height: 68px;
        margin-bottom: 26px;
        white-space: initial
    }

    .intro .section_content .column {
        margin-bottom: 7px;
        padding-right: 32px;
        width: 100%
    }

    .intro .section_content .large_text {
        position: initial;
        font-size: 76px;
        line-height: 96px;
        margin-bottom: 50px;
        display: block
    }

    .intro .large_logo {
        position: initial;
        max-width: 100%
    }

    .mission {
        padding: 40px 0 30px
    }

    .mission .mission_list .item:not(:last-child) {
        margin: 0 0 20px
    }

    .mission .mission_list .item img {
        margin-bottom: 10px
    }

    .mission .title_wrap .desc {
        width: 100%;
        margin-bottom: 30px;
    }

    .vision {
        padding: 40px 0
    }

    .vision .section_content {
        display: block;
        margin: 0
    }

    .vision .section_content .text_wrap {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .vision .section_content .image_wrap {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .vision .large_logo {
        position: initial;
        max-width: 100%;
        margin-bottom: 30px
    }

    .team {
        padding: 40px 0 100px;
    }

    .team .section_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .team .section_content .lang_logo .lang.lang_1 {
        top: 300px;
        left: 50%
    }

    .team .section_content .lang_logo .lang.lang_2 {
        top: 400px;
        left: 140px
    }

    .team .section_content .lang_logo .lang.lang_3 {
        top: 400px;
        right: -20px
    }

    .team .section_content .lang_logo .lang.lang_4 {
        top: 600px
    }

    .team .section_content .lang_logo .lang.lang_5 {
        bottom: -100px;
        left: 20px
    }

    .team .section_content .lang_logo .lang.lang_6 {
        bottom: 27px;
        left: 112px
    }

    .team .section_content .lang_logo .lang.lang_7 {
        bottom: 0;
        left: 0
    }

    .team .section_content .lang_logo .lang.lang_8 {
        right: 181px;
        bottom: -48px
    }

    .team .section_content .lang_logo .lang.lang_9 {
        bottom: -80px;
        right: -40px
    }

    .team .section_content .left_wrap {
        width: 100%;
        padding: 0
    }

    .team .section_content .right_wrap {
        width: 100%;
        padding: 0
    }

    .certified {
        padding: 45px 0 42px;
        overflow: hidden
    }

    .certified .section_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .certified .section_content .text_wrap {
        width: 100%
    }

    .certified .section_content .image_wrap {
        width: 100%;
        margin-top: 40px
    }

    .certified .section_content .image_wrap img {
        width: 600px
    }

    .testimonials .testimonials_items {
        margin: 0 0 20px
    }

    .testimonials .testimonials_controll {
        display: block
    }

    .testimonials .testimonials_controll .t_dots {
        margin: 30px 0;
        position: absolute;
        top: 0;
        left: 70px;
        right: 70px;
        width: calc(100% - 140px);
    }

    .testimonials .testimonials_controll .t_dots .slick-dots {
        padding: 0
    }

    .testimonials .testimonials_controll .all_testimonials {
        width: 100%;
        text-align: center
    }

    .brands {
        padding: 24px 32px
    }

    .brands .brands_list .item {
        font-size: 30px;
        line-height: 73px;
    }

    .cta {
        padding: 40px 0
    }

    .cta .form_title {
        width: 100%
    }

    .cta .cta_form form .form_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .cta .cta_form form .form_content .column {
        width: 100%
    }

    .cta .large_img {
        position: initial;
        max-width: 100%;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        margin-top: 30px
    }

    .category_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .category_content .text_wrap {
        width: 100%;
        margin-bottom: 30px
    }

    .category_content .image_wrap {
        width: 100%
    }

    .product_page_content .text_wrap .product-oper-box {
        width: 100%
    }

    .category_content .text_wrap h1, .magazine_title_wrap h1 {
        font-size: 30px;
        line-height: 30px
    }

    .magazine_items .item {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .magazine_items .item .text_wrap {
        padding: 15px
    }

    .magazine_title_wrap {
        width: 100%;
        margin: 0 0 20px
    }

    .magazine_content .search_wrap {
        width: 100%
    }

    .article_content .title_wrap {
        padding-right: 0
    }

    .article_content .title_wrap .share {
        position: initial
    }

    .article_content .text_content .leftone {
        width: 100%;
        float: initial;
        margin-right: 0
    }

    .article_content .text_content .rightone {
        width: 100%;
        float: initial;
        margin-left: 0
    }

    .faq_content {
        display: block
    }

    .faq_content .tabs_sidebar {
        width: 100%;
        margin-bottom: 30px
    }

    .faq_content .faq_tabs {
        width: 100%
    }

    .faq_page .title_wrap {
        padding-left: 0
    }
}

@media only screen and (max-width: 465px) {
    .intro .large_title {
        font-size: 35px;
        line-height: 40px;
    }

    .intro .section_content .large_text {
        font-size: 53px;
        line-height: 57px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 370px) {
    .category_content .text_wrap h1, .magazine_title_wrap h1 {
        font-size: 24px;
        line-height: 24px
    }
}

@media only screen and (max-width: 360px) {
    .product_page_content .text_wrap .btn {
        font-size: 12px
    }

    .product_page_content .text_wrap .product_tab_links .link {
        margin-right: 10px;
        font-size: 11px
    }
}

@media only screen and (min-width: 768px) {
    .visible-xs {
        display: none !important
    }

    .intro .section_content .column:last-child {
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .visible-sm {
        display: none !important
    }
}