@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('fonts/Nunito-SemiBold.eot');
    src: url('fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nunito-SemiBold.woff2') format('woff2'),
    url('fonts/Nunito-SemiBold.woff') format('woff'),
    url('fonts/Nunito-SemiBold.ttf') format('truetype'),
    url('fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('fonts/Nunito-Regular.eot');
    src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nunito-Regular.woff2') format('woff2'),
    url('fonts/Nunito-Regular.woff') format('woff'),
    url('fonts/Nunito-Regular.ttf') format('truetype'),
    url('fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('fonts/Nunito-Bold.eot');
    src: url('fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nunito-Bold.woff2') format('woff2'),
    url('fonts/Nunito-Bold.woff') format('woff'),
    url('fonts/Nunito-Bold.ttf') format('truetype'),
    url('fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Light';
    src: url('fonts/Nunito-Light.eot');
    src: url('fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Nunito-Light.woff2') format('woff2'),
    url('fonts/Nunito-Light.woff') format('woff'),
    url('fonts/Nunito-Light.ttf') format('truetype'),
    url('fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Chalet-LondonNineteenSixty';
    src: url('fonts/ru/Chalet-LondonNineteenSixty.eot');
    src: url('fonts/ru/Chalet-LondonNineteenSixty.eot?#iefix') format('embedded-opentype'),
    url('fonts/ru/Chalet-LondonNineteenSixty.woff2') format('woff2'),
    url('fonts/ru/Chalet-LondonNineteenSixty.woff') format('woff'),
    url('fonts/ru/Chalet-LondonNineteenSixty.ttf') format('truetype'),
    url('fonts/ru/Chalet-LondonNineteenSixty.svg#Chalet-LondonNineteenSixty') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Chalet-LondonNineteenSixty';
    src: url('fonts/Chalet-LondonNineteenSixty.eot');
    src: url('fonts/Chalet-LondonNineteenSixty.eot?#iefix') format('embedded-opentype'),
    url('fonts/Chalet-LondonNineteenSixty.woff2') format('woff2'),
    url('fonts/Chalet-LondonNineteenSixty.woff') format('woff'),
    url('fonts/Chalet-LondonNineteenSixty.ttf') format('truetype'),
    url('fonts/Chalet-LondonNineteenSixty.svg#Chalet-LondonNineteenSixty') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Chalet-NewYorkNineteenSixty';
    src: url('fonts/Chalet-NewYorkNineteenSixty.eot');
    src: url('fonts/Chalet-NewYorkNineteenSixty.eot?#iefix') format('embedded-opentype'),
    url('fonts/Chalet-NewYorkNineteenSixty.woff2') format('woff2'),
    url('fonts/Chalet-NewYorkNineteenSixty.woff') format('woff'),
    url('fonts/Chalet-NewYorkNineteenSixty.ttf') format('truetype'),
    url('fonts/Chalet-NewYorkNineteenSixty.svg#Chalet-NewYorkNineteenSixty') format('svg');
    font-weight: bold;
    font-style: normal;
}


* {
    font-family: 'Chalet-LondonNineteenSixty';
}

.html_ru * {
    font-family: 'Chalet-LondonNineteenSixty' !important;
}

/**/
.center {
    width: 1300px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**/
html,
body {
    min-height: 100%;
    float: left;
    height: auto;
}

body,
.footer {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/body_bg.jpg");
    background-size: cover;
}

body {
    background-attachment: fixed;
    overflow-x: hidden;
}

.fixed_body {
    position: fixed;
    overflow: hidden;
}

/**/
.header_top,
.header_top_in {
    height: 33px;
}

.header_top {
    background-color: #000;
}

.h_top_menus li:not(:last-child) {
    margin-right: 14px;
}

.h_top_menus li:not(:last-child):after {
    content: none;
    right: -9px;
    top: 2px;
    position: absolute;
}

.h_top_menus li:not(:last-child):after,
.h_top_menus li a {

    font-size: 15px;
    color: #fff;

}

.h_top_menus li a:hover {
    color: #999999;
}

.header_middle {
    min-height: 225px;
}

.h_m_top {
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
}

.header_menus {
    justify-content: center;
    margin-top: 30px;
}

.header_menus li {
    margin: 0 21px;
}

.header_menus li a {
    color: #000;
    font-size: 17px;
}

.header_menus li a:hover {
    color: #919191;
}

/**/

.hamburger_menu_btn {
    position: relative;
    display: none;
}

.hamburger_menu_btn span,
.menu_close_btn span {
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #000;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.hamburger_menu_btn span:first-child,
.menu_close_btn span:first-child {
    transform-origin: 0% 0%;
}

.hamburger_menu_btn span:nth-child(2),
.menu_close_btn span:nth-child(2) {
    transform-origin: 0% 100%;
}

.hamburger_menu_btn span:last-child {

}

.hamburger_menu_btn.opened span:nth-child(1),
.menu_close_btn span:nth-child(1) {
    transform: rotate(45deg) translate(3px, -3px);
}

.hamburger_menu_btn.opened span:nth-child(2),
.menu_close_btn span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger_menu_btn.opened span:nth-child(3),
.menu_close_btn span:nth-child(3) {
    transform: rotate(-45deg) translate(0, 1px);
}

.menu_close_btn {
    right: -50px;
    position: absolute;
    top: 30px;
    display: none;
}

.menu_close_btn span {
    background-color: #fff;
}

.mobile_menu_bg,
.mobile_menu {
    position: fixed;
    height: 100%;
    z-index: 10000000000;
    top: 0;
    display: none;
}

.mobile_menu_bg {
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile_menu_bg.active {
    display: block;
}

.mobile_menu {
    transform: translateX(-100%);
    transition: transform 0.3s;
    background-color: #000;
    width: 300px;
}

.mobile_menu.active {
    transform: translateX(0);
}

.mobile_menu.active .menu_close_btn {
    display: block;
}

.mobile_menu_in {
    overflow-y: scroll;
    padding: 20px;
    padding-bottom: 10px;
}

.mobile_menus {
    flex-direction: column;
}

.mobile_menus li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}

.mobile_menus li a {
    color: #fff;
}

/**/
.search_letter_list {
    margin-top: 28px;
    justify-content: center;
}

.search_option_li,
.category_option_li {
    display: none;
}

.search_option {
    background-color: #000;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-image: url("images/select_arrow_down.svg");
    background-size: 23px;
}

.search_letter_list li label {
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 50px;
}

.search_letter_list li label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #424242;
}

.search_letter_list li label:hover input,
.search_letter_list li label input:checked {
    background-color: #000;
    transform: scale(1.2);
    z-index: 10;
}


.search_letter_list li label span {
    color: #fff;
    font-family: Chalet-NewYorkNineteenSixty;
    font-size: 16px;
    z-index: 12;
}

.btn {
    width: 180px;
    height: 60px;
    border: 1px solid #424242;
    padding: 4px;
    transition: all 0.5s;
    border-radius: 0;
}

.btn:hover {
    border-color: #000;
}

.btn:hover span {
    background-color: #000;
}

.btn span {
    background-color: #424242;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
    padding: 0 5px;
    text-transform: uppercase;
}

.search_btn {
    margin-left: 10px;
    display: none;
}

.search_result {
    margin-top: 45px !important;
}

.main {
    min-height: calc(100% - 753px);
}

/**/
.home_slide_section,
.home_slider,
.home_slider > li,
.home_slider > li > img {
    height: 610px;
}

.content_scroll {
    height: 580px;
    position: relative;
    float: left;
    width: 98%;
}

.home_slider li img {
    width: 100%;

}

.home_slider .slick-track,
.home_slider .slick-slide,
.home_slider .slick-slide > div,
.home_slider .slick-slide > div > li,
.home_slider li img {
    /* height: 100%;*/


}

@media only screen and (max-width: 1000px) {

    .home_slider .slick-track,
    .home_slider .slick-slide,
    .home_slider .slick-slide > div,
    .home_slider .slick-slide > div > li,
    .home_slider li img {
        height: 100%;

        width: auto;
        text-align: center;
        justify-content: center;
        display: flex;
    }
}

.home_slide_section {
    padding-right: calc((100% - 1400px) / 2);
    margin-top: 30px;
}

.home_sile_l_side {
    width: 840px;
}

.home_sile_r_side {
    width: calc(100% - 840px);
}

.slick-arrow {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: #424242;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    transition: background-color 0.5s;
}

.slick-arrow:hover {
    background-color: #919191;
}

.slick-list {
    height: 100%;
}

.home_slider .slick-arrow {
    bottom: 20px;
}

.slick-prev {
    background-image: url("images/arrow_left.png");
}

.home_slider .slick-prev {
    right: 65px;
}

.slick-next {
    background-image: url("images/arrow_right.png");
}

.home_slider .slick-next {
    right: 25px;
}

.slick-dots {
    position: absolute;
    right: 65px;
    bottom: 25px;
}

.slick-dots li {
    margin: 0 8px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    transition: all 0.5s;
    background-color: #fff;
    color: #fff;
}

.slick-dots li.slick-active button {
    background-color: #919191;
    color: #919191;
}

.home_sile_r_side {
    padding-left: 48px;
    padding-top: 12px;
}

.home_sile_r_side h2 {
    font-family: 'Chalet-NewYorkNineteenSixty';
    font-size: 30px;
    color: #000000;
    margin-bottom: 24px;
}

.home_sile_r_side p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 23px;
}

.soc_share_list:not(.footer_soc_list) {
    width: 40px;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.soc_share_list:not(.footer_soc_list) li {
    width: 100%;
}

.soc_share_list:not(.footer_soc_list) li:not(:last-child) {
    margin-bottom: 23px;
}


.soc_share_list li a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    /*background-color: #424242;*/
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.soc_share_list li a:hover {
    /*background-color: #000;*/
}

/*.soc_share_list li a.fb{
    background-image: url("images/fb_icon.png");
}

.soc_share_list li a.yt{
    background-image: url("images/yt_icon.png");
}

.soc_share_list li a.ins{
    background-image: url("images/ins_icon.png");
}*/

.all_product_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}

/**/
.home_new_collection_section {
    height: 438px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.home_new_collection_section img {
    position: absolute;
    object-fit: cover;
}

.home_new_collection_section p {
    font-size: 40px;
    color: #ffffff;
    z-index: 10;
}

.all_product_login {
    margin-top: 65px;
    border-color: #ffff;
}

.all_product_login span {
    background-color: #fff;
    color: #000;
}

.all_product_login:hover span {
    color: #fff;
}

/**/
.news_and_events {
    padding-top: 32px;
    padding-bottom: 27px;
    background-color: #fff;
}

.news_event_titles {
    text-align: center;
    font-size: 30px;
    color: #424242;
    margin-bottom: 20px;
}

.home_news_list {

}

.home_news_list li {
    padding: 0 21px;
    width: calc(100% / 3);

}

.home_news_list:not(.brands_list) li {
    height: 423px;
}

.home_news_box {
    padding: 25px 35px;
    border: 1px solid #dddddd;
}

.news_img_box {
    overflow: hidden;
    height: auto;
}

.home_news_list:not(.brands_list) .news_img_box {
    height: 235px;
}

.home_news_box span.date-news {
    position: relative;
    width: 100%;
    color: #ababab;
    font-size: 12px;
}

.news_img_box img {
    transition: all 0.5s ease;
    object-fit: cover;
    height: 250px;
}

.img_link {
    position: relative;
    float: left;
    width: 100%;
}

.news_img_box:hover img {
    transform: scale(1.2);
}

.sr {
    right: 0 !important;
}

/*.h_news_desc_title{
    margin-top: 20px;
}*/

.h_news_desc_title,
.h_news_desc_title a {
    font-size: 20px;
    color: #424242;
    font-family: 'Chalet-NewYorkNineteenSixty';
    cursor: pointer;
}


.h_news_desc_box {
    margin-top: 15px;
}

.h_news_desc_box p {
    color: #000;
    font-size: 16px;
}

.new_read_more {
    margin-top: 20px;
    justify-content: flex-start;
    float: left;
    color: #424242;
    transition: all 0.5s;
    position: absolute;
    bottom: 20px;
}

.new_read_more:hover {
    color: #000;
}

.new_read_more span {
    font-size: 30px;
    background-color: #dadada;
    color: #424242;
    font-family: 'Chalet-NewYorkNineteenSixty';
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 10px;
    float: left;
    line-height: 0;
    transition: all 0.5s;
}

.new_read_more:hover span {
    color: #dadada;
    background-color: #424242;
}

.home_news_list .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.home_news_list .slick-prev {
    left: -100px;
    right: unset;
}

.home_news_list .slick-next {
    right: -100px;
}

/**/
.footer {
    padding-top: 55px;
    padding-bottom: 45px;
}

.footer_in {
    align-items: flex-start;
}

.footer_box {
    position: relative;
    float: left;
}

.footer_box_1 {
    width: 25%;
    padding-right: 40px;
}

.footer_box_1 p {
    line-height: 23px;
}

.footer_box_2 {
    width: 40%;

}

.footer_box_3 {
    width: 20%;
    padding-left: 25px;
}

.footer_box_4 {
    width: 15%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer_box h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Chalet-NewYorkNineteenSixty';
    margin-bottom: 25px;
}


.footer_box p,
.footer_menu_list li a {
    color: #000;
    font-size: 16px;
}

.footer_menu_list li {
    width: calc(100% / 3);
    margin-bottom: 7px;
}

.footer_menu_list li a:hover {
    color: #424242;
}

.footer_adr_list li {
    width: 100%;
}

.f_logo img {
    width: 100%;
}

.footer_soc_list {
    margin-top: 30px;
}

.footer_soc_list li:not(:last-child) {
    margin-right: 10px;
}

.footer_soc_list li {
    width: 33px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
}

.footer_soc_list li a {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
}

.fb svg {
    width: 20px !important;
    height: 25px !important;
    margin-top: -1px;
}

.footer_soc_list li a svg {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    float: left;
    transition: .3s ease;
}

.footer_soc_list li a:hover svg path {
    fill: #5e5e5e !important;
}

/*
    .footer_soc_list li a.fb{
        background-color: #3b5998;
    }

    .footer_soc_list li a.yt{
        background-color: #e52d27;
    }

    .footer_soc_list li a.ins{
        background-color: #3f729b;
    }
*/

/**/
.search_btn2,
.go_top_btn {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 20px;
    /*background-color: #dadada;*/
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.go_top_btn {
    position: fixed;
    right: 10px;
    bottom: 20px;
    background-image: url("images/go_top.png");
    z-index: 1000;
    display: none;
}

.go_top_btn:hover {
    /*background-color: #000;
    background-image: url("images/go_top_hover.png");*/
}

/**/
.brands_list {

    margin-bottom: 40px;
}

.post_19 .home_news_list {
    margin-top: 25px;
}

.brands_list li {
    width: calc(25% - 15px);
    margin-right: 16px;
    margin-bottom: 14px;
    background-color: #fff;
    padding: 0;
}

.brands_list li:hover {
    background-color: #dadada;
}

.brands_list li:nth-child(4n+4) {
    margin-right: 0;
}

.brands_list_news li:nth-child(4n+4) {
    margin-right: 16px;
}

.floor_btn:not(.cat_btn) {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 105px;
    min-width: max-content;
}

.floor_btn {
    height: 35px;
    padding: 2px;
    float: left;
}

.floor_btn span {
    font-size: 12px;
}

.brands_list .home_news_box {
    padding: 20px;
}

/**/
.search_form {
    justify-content: center;
    display: none;

}

.search_form_box {
    position: relative;
    width: 384px;
    height: 46px;
    margin-top: 57px; /* 30px */
    left: 50%;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);
}


.search_input {
    padding-left: 27px;
    padding-right: 70px;
    color: #4a4a4a;
    font-size: 18px;
    background-color: #fff;
    -webkit-box-shadow: 0px 21px 37px -20px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 21px 37px -20px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 21px 37px -20px rgba(0, 0, 0, 0.63);
}

.search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
}

.search_input::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
}

.search_input:-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
}

.search_input:-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}

.search_btn2 {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("images/search_icon_b.png");
    border-radius: 9px;
}

.search_btn2:hover {
    background-color: #000;
    background-image: url("images/search_icon.png");
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.category_list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.category_list li {
    margin-bottom: 7px;
}

.category_list li:not(:last-child) {
    margin-right: 8px;
}

.category_list li .cat_btn {
    width: auto;
}

.category_list li .cat_btn span {
    padding-left: 15px;
    padding-right: 15px;
}

.cont {
    margin-right: 0 !important;
}

.cont:after {
    content: none !important;
}

/**/
.header_middle_2 {
    height: auto;
    padding-bottom: 45px;
}

.landing_top {
    padding-bottom: 50px;
    margin-top: 10px;
}

.landing_top_sides {
    position: relative;
    float: left;
    height: 470px;
    overflow: hidden;
}

.landing_left_side {
    width: 910px;
}

.l_top_slider_btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.l_top_slider_btn li:first-child {
    margin-right: 5px;
}

.l_top_slider_btn li .slick-arrow {
    position: relative;
}

.landing_right_side {
    width: calc(100% - 910px);
    padding-left: 35px;
}

.landing_sliders,
.landing_sliders li img,
.landing_t_small li,
.landing_t_small li img {
    overflow: hidden;
    height: 470px;
    width: 100%;
    object-fit: cover;
}


.small_s_top {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 34px;
    padding-bottom: 40px;
}

.small_s_top p {
    font-family: 'Chalet-NewYorkNineteenSixty';
    color: #fff;
    font-size: 35px;
}

.small_s_top p span {
}

.landing_search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.landing_search h2 {
    font-size: 30px;
    color: #919191;
}

.landing_search h2 span {
    color: #000;
}

.landing_search p {
    margin-top: 20px;
    font-size: 25px;
    color: #424242;
    margin-bottom: 8px;
}


.landing_search article p {
    font-size: 14px;
}

/**/
.e_catalog_and_3d {
    padding: 30px 0;
    background-color: #fff;
}

.e_catalog_and_3d_home {
    padding-bottom: 0;
}

.e_catalog_and_3d_list {
    height: 190px;
}

.e_catalog_and_3d_list li,
.e_catalog_and_3d_list li a,
.e_cat_img_box,
.e_cat_text_box {
    position: relative;
    float: left;
    height: 100%;
}

.e_catalog_and_3d_list li {
    width: 50%;
}


.e_cat_img_box {
    overflow: hidden;
    width: 350px;
}

.e_cat_text_box {
    width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5px 20px;
    background-color: #424242;;
}

.e_cat_img_box img {
    object-fit: cover;
    transition: all 0.5s ease;
}

.e_catalog_and_3d_list li a:hover img {
    transform: scale(1.2);
}

.e_catalog_and_3d_list li h2 {

    color: #fff;
    font-size: 30px;
    line-height: 35px;
}

.e_catalog_and_3d_list li p {
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}

/**/
.product_and_brand_section {
    background-color: #fff;
}

.product_and_brand_list {
    height: 610px;
    /*
        margin-top: 30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_and_brand_list li {
    width: calc(50% - 5px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_and_brand_list li:nth-child(even) {
    margin-left: 10px;
}

.product_and_brand_list li img,
.product_and_brand_list li > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.product_and_brand_list li img {
    object-fit: cover;
}

.product_and_brand_list li:hover img {
    transform: scale(1.2);
}

.product_and_brand_list li > span {
    background-color: #000;
    opacity: 0.5;
}


.product_and_brand_list li .all_product_login {
    margin-top: 0;
}

/**/
.login_box {
    position: relative;
    float: left;
    width: 850px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}


.fancybox-bg_2 {
    background-color: #000 !important;
    opacity: 1 !important;
}

.login_box_in {
    padding: 10px 40px;
}

.login_box_in h3 {
    text-align: center;
    font-family: 'Chalet-NewYorkNineteenSixty';
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.login_box_in p {
    text-align: center;

    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.login_input_list {
    margin-top: 20px;
}

.login_input_list li {
    width: 100%;
    margin-bottom: 15px;
}

.login_input {
    position: relative;
    float: left;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    color: #4a4a4a;
    font-size: 18px;
    border: 1px solid #424242;
}

.login_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4a4a4a;
}

.login_input::-moz-placeholder { /* Firefox 19+ */
    color: #4a4a4a;
}

.login_input:-ms-input-placeholder { /* IE 10+ */
    color: #4a4a4a;
}

.login_input:-moz-placeholder { /* Firefox 18- */
    color: #4a4a4a;
}

.remember_me_label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.remember_me {
    width: 30px;
    height: 30px;
    background-color: #4a4a4a;
    background-repeat: no-repeat;
    background-position: center;
}

.remember_me:checked {
    background-image: url("images/checked.svg");
}

.remember_me_label span,
.remember_me_label a {
    color: #4a4a4a;
    font-size: 18px;
    margin-left: 10px;
}

.remember_me_label a {
    margin-left: 0;
}

.login_btn {
    width: 100%;
}

.brands h1,
.text-center-head,
.cate_title,
.vacancies_section h2 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-family: 'Chalet-NewYorkNineteenSixty';
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.vacancies_section h2 {
    margin-bottom: 60px;
    margin-top: 24px;
}

.cate_title {
    margin-top: 30px;
    margin-bottom: 60px !important;
}

.text-center-head {
    margin-bottom: 60px;
}

.h_search_box {
    margin-bottom: 30px;
}

/* Customized */

.container-standard {
    position: relative;
    min-height: 300px;
    color: #000;
    padding: 0 60px;
    display: table;
    margin: 25px auto;
    margin-top: 0;
    margin-bottom: 0 !important;
}

.container-standard .center {
    width: 1200px;
}

.container-standard::before {
    position: relative;
    height: 81px;
    width: 40px;
    content: none;
    color: rgb(255, 255, 255);
    font-size: 69px;
    text-align: center;
    float: left;
    margin-right: 20px;
    background: rgb(51, 51, 51);
}

.container-standard h1 {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 23px;
    font-family: 'Chalet-NewYorkNineteenSixty';
    font-size: 30px;
    color: #000000;

    text-align: center;
}

.left-line-as-blg {
    /*border-left: 5px solid #d8d8d8;*/
}

.center_div {
    display: table;
    margin: 15px auto;
}

ul.page {
    position: relative;
}

ul.page li {
    display: inline-block;
    margin-right: 5px;
}

ul.page li a {
    background: #333;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}


ul.page li a.active {
    background: #eee;
    color: #333;
    border: 1px solid #e0e0e0;
}


ul.page li a:hover {
    background: #eee;
    color: #333;
}

ul.page li a.active:hover {
    background: #333;
    color: #fff;
}


.search_notification {
    margin: 80px;
    text-align: center;
    font-size: 24px;
    color: #bf9090;
}


.container-contact {

    position: relative;
    width: 100%;
    color: #666740;
    padding: 50px 0px;
    display: table;
    margin: 20px auto;
}

.container_c_center {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0 0px;
}


/*.container-contact .form-group {
    margin-left: 65px;
    margin-right: 73px;
    margin-top: 35px;
    float: left;
}*/

.con_list li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;

}

.con_list li:first-child {
    padding-left: 0;
}

.con_list li input {

    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #314828;
    font-size: 16px;
}

.con_btn {
    margin-top: 10px;
}

.con-full {
    width: 100% !important;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-contact .form-group select {

    width: 250px;
    height: 35px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #314828;
    background: #fff;
    text-align-last: center;
    cursor: pointer;
}

.con_list textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 12px 20px;
    color: #948d8d;
    resize: none;
    font-size: 16px;
}

/*.container-contact .form-group button{
    padding: 14px 25px;
    font-size: 14px;
    background: #384886;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.container-contact .form-group button:hover{
  margin-left: 10px;
}*/

.container-contact .response-success {
    color: green;
    margin: 5px;
    margin-left: 40px;
    font-size: 12px;
}

.container-contact .response-error {
    color: red;
    margin: 5px;
    margin-left: 40px;
    font-size: 12px;
}


.clear {
    clear: both;
}

.req_input_filled {
    border: 1px solid #1a9f29 !important;
}

.must_fill {
    border: 1px solid red !important;
}

/**/
.user_profile_page {
    padding-top: 20px;
    padding-bottom: 30px;
}

.user_file_list {
    background-color: #fff;
    margin: 20px 0;
    margin-bottom: 30px;
}

.table {
    width: 100%;
    color: #212529;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

table {
    border-collapse: collapse;
}

.table td, .table th {
    padding: 15px .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.file_down_btn {
    width: 120px;
    height: 50px;
}

.filter_ss {
    width: 130px;
    height: 31px;
    z-index: 1000;
}

/**/
.breadcrumbs {
    margin: 20px 0;
}

.breadcrumbs li:not(:last-child):after {
    content: '/';
    margin: 0 5px;
}

.breadcrumbs li:not(:last-child):after,
.breadcrumbs li a {
    font-size: 16px;
    color: #424242;
}


.file_list .news_img_box img {
    height: 90px !important;
    object-fit: contain;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/fancybox_loading@2x.gif");
    display: none;
}


/**/
.user_files_table_box {
    margin-top: 30px;
}

.meh_in_sec .slick-dots {
    display: none !important;
}

.meh_in_sec .slick-prev {
    right: 70px !important;
}

.pro_img .news_img_box img {
    height: 240px;
}

.pgnation {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(11, 10, 10, 0.75) !important;
}


.h_top_r_menu span a {
    font-size: 15px;
    color: #fff;
}

.h_top_r_menu span a.active_lang {
    color: #5e5e5e !important;
}

.h_top_r_menu .line {
    margin: 0 5px;
    color: #fff !important;
}

.home_page .search_letter_list {
    margin-bottom: 55px;
}

.post_19 .search_form_box {
    margin-bottom: 15px;
}

/**/
.load_more {
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
    width: 170px;
    height: 45px;
}


.post_15 .search_form_box {
    margin-bottom: 45px;
}

.post_type_15 .search_form_box,
.post_type_10 .search_form_box {
    margin-bottom: 45px;
}

.post_type_6 .brands_list {
    margin-top: 30px;

}


.brands_list {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.brands_list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cat_over {
    position: absolute;
    background: #4e5565;
    height: 50px;
    width: 140px;
    left: 0;
    top: 0;
}

.text-center-head {
    margin-top: 25px;
}

.text-center {
    text-align: center;
}

.cat_list_n li {
    margin: 0 !important;
    animation-fill-mode: forwards;
    visibility: visible !important;
    display: inline-block !important;
    padding: 5px;
}

.cat_list_n li:nth-child(1),
.cat_list_n li:nth-child(4),
.cat_list_n li:nth-child(7),
.cat_list_n li:nth-child(10) {
    width: 60% !important;
    height: 500px !important;

}

.cat_list_n li:nth-child(4),
.cat_list_n li:nth-child(4n + 6) {
    float: right;
}

.cat_list_n li:nth-child(5),
.cat_list_n li:nth-child(6),
.cat_list_n li:nth-child(1),
.cat_list_n li:nth-child(7),
.cat_list_n li:nth-child(10) {
    padding-left: 0;
}

.cat_list_n li:nth-child(11) {
}

.cat_list_n li:nth-child(2n),
.cat_list_n li:nth-child(2n + 3) {
    width: 40%;
    height: 250px;

}

.cat_list_n li:nth-child(3n),
.cat_list_n li:nth-child(3n + 3) {
    width: 40%;
    height: 250px;

}

.cat_list_n lit {

}

.cat_list_n li a:before {
    opacity: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    content: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(56%, rgba(0, 0, 0, 0.1)), color-stop(93%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.69)));
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
}

.cat_list_n li a:hover:before {
    opacity: 1;
}

.cat_list_n {
    display: block;
}

.cat_list_n li a {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.cat_list_n li:nth-child(12) img {
    object-fit: contain
}

.cat_list_n li a span {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    z-index: 9;
    width: 70%;
    left: 40px;
    bottom: 15px;
    z-index: 3;
    text-align: left;
    line-height: normal;
    opacity: 1;

    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.cat_list_n li:hover a span {
    left: 50px;
}

.cat_list_n li a img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}


.cat_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.cat_list_n li a:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out;
}

.cat_list_n li:nth-child(4n) {
    margin-right: 0 !important;
}

.br_list {
    background-color: rgba(255, 255, 255, 0.4);;
    padding-bottom: 30px;
    margin-top: 40px;
}

.letter_tit {
    position: absolute;
    float: left;
    left: 0;
    height: 100%;
    width: 140px;
    top: 0;
}

.br_list:before {
    position: absolute;
    width: 1px;
    height: 95%;
    top: 70px;
    left: 72px;
    background-color: #919191;
    content: '';
    z-index: 9;
    opacity: 0.3;
}

.br_link_box {
    position: relative;
    float: left;
    width: calc(100% - 140px);
    margin-left: 140px;
    padding-bottom: 18px;
}

.letter_tit span {
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 30px;
    width: 50px;
    background-color: #919191;
    color: #fff;
    border-radius: 19px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
    transition: .3s ease;
}

.br_list li {
    background-color: transparent;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    transition: .3s ease;
}

.br_list li:hover {
    background-color: #e8e8e8;
}

.br_list li:hover:after {
    content: none;
}

.br_list li:hover .letter_tit span {
    background-color: #000;
}

.br_list li a h2 {
    font-weight: normal;
}


.br_link_box a h2:after {
    position: relative;
    float: right;
    content: "/";
    width: 4px;
    height: 11px;
    margin-left: 35px;

}

.br_link_box a:last-child h2:after {
    content: none;
}


.br_list li:after {
    position: absolute;
    bottom: 0;
    content: '';
    margin-left: 20px;
    width: calc(90% - 20px);
    height: 1px;
    background-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.1;
}

.br_list li:last-child:after {
    content: none;
}

.br_list li:last-child {
    padding-bottom: 20px;
}

.br_list {
    margin-bottom: 0;
}

.br_list li:last-child {
    margin-bottom: 0
}


.br_list li a:after {
    position: absolute;
    bottom: 0;
    content: none;
    width: 0;
    height: 2px;
    background-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s ease;
}

.br_list li a:hover:after {
    opacity: 1;
    width: 100px;
}


.br_list li a {
    position: relative;
    float: left;
    margin-right: 35px;


}

.br_list li a h2 {
    transition: .3s ease;
}

.br_list li a:hover h2 {
    color: #000;
}

.br_list li a:nth-child(4n - 3) {
    margin-left: 0;
}

.cpage_left {
    position: relative;
    float: left;
    width: 250px;
    display: none;
}

.cpage_right {
    position: relative;
    float: right;
}

.footer_box_2:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(184, 184, 184, 0.5);
    content: '';
}

.footer_box_2:after {
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(184, 184, 184, 0.5);
    content: '';
}

.cpage_right ul li {
    position: relative;
    float: left;
    padding-left: 30px;
}

.cpage_contact_list {

}

.cpage_contact_list h3,
.cpage_contact_list a,
.cpage_contact_list p {
    color: #000;
    line-height: 1.5;
}

.cpage_contact_list h3 {
    margin-bottom: 10px;
}


.cont_sec {
    padding-top: 40px;
}


.col_form {
    position: relative;
    float: left;
    width: 100%;
}

.brands .con_left_img {
    top: 350px;
    height: 704px;
}

.brands .con_left_img img {
    height: 704px;
}

.con_left_img {
    position: absolute;
    top: 120px;
    left: 0;
    height: 600px;
    width: 390px;
}

.con_left_img img {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    object-fit: cover
}

#mapElement {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;

}

.contact_section {
    padding-bottom: 0;
}

.con_page_form {
    position: relative;
    float: right;
    width: calc(100% - 850px);
    padding-left: 50px;
    padding-right: 110px;
}

.ct_span {
    position: relative;
    float: left;
    font-size: 25px;
    width: 100%;
}

.ctspan1 {
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 25px;
}


.ctspan2 {
    margin-bottom: 50px;
    color: #000;
}

.user_info {
    text-align: center;
    font-size: 18px;
}

.about_images {
    position: relative;
    float: right;
    width: 40%;
    height: auto;
}

.about_images img {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about_content {
    position: relative;
    float: left;
    width: 60%;
    padding-right: 30px;
}

.about_content p {
    font-size: 16px;
    line-height: 22px;
}

.about_images li {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
    height: 250px;
}

.about_images li:first-child {
    margin-left: 0;
}

.about_images li img {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_ab {
    font-size: 18px !important;
    padding: 0 100px;
    margin-top: 20px;

}


.lt {
    position: relative;
    float: left;
    transition: .3s ease;
}

.lt.active {
    background-color: #000;
}


.lt2,
.lt1 {
    position: relative;
    float: left;
    width: 50%;
    height: 60px;
    background-color: #424242;
    color: #fff;
    font-size: 19px;
}

.lt2 {
    margin-left: 0;
}


.qeydiyyat_box {
    display: none;
}


.r_me {
    float: left;
}

.forget_pass {
    float: right;
}

.forget_pass:hover {
    color: #000;
}

.cat_in_list {
    margin-top: 0;
    margin-bottom: 40px;
}

.cat_in_list li a.active {
    border-color: #000;
}

.cat_in_list li a.active span {
    background-color: #000;
}

.departamentler {
    padding-bottom: 60px;
    margin-top: 5px;

}


.departamentler li {

    position: relative;

    float: left;

    width: 100%;

    background-color: #fff;

}


.departamentler li:last_child .tab_btn {

    border-bottom: 1px solid #E6E6E6;

}


.departamentler li:first-child {

    margin-top: 0;

}


.tab_btn {

    height: 70px;

    color: #3B3B3B;

    font-size: 18px;

    font-weight: bold;

    background-color: #fff;

    padding: 0 35px;

    width: 100%;

    text-align: left;

    background-position: right 35px center;

    background-repeat: no-repeat;

    background-image: url(images/tab_btn.png);

    cursor: pointer;

    border: 1px solid #E6E6E6;

    border-bottom: none;
    background-size: 15px;
    transition: .3s ease;

}


.tab_opn {


}

.cv_success {
    left: 0;
    position: absolute;
    font-size: 15px;
    top: -26px;
    color: #000;
    z-index: 9;
    display: none;
}

.cv_success_active {
    display: block !important;
}

.tab_content {

    display: none;

    padding: 20px 50px;
    padding-bottom: 40px;
    background-color: #fff;

    position: relative;

    float: left;
    border-left: 1px solid #E6E6E6;
    width: 100%;
    border-right: 1px solid #E6E6E6;

}

.tab_content p {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.tab_content p strong {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    float: left;
    width: 100%;
}


.tab_content ul li {

    position: relative;

    float: left;

    width: 100%;

    margin-top: 15px;

    padding-left: 25px;

}


.tab_content ul li:first-child {

    margin-top: 10px;

}


.tab_border {


}


.tab_content ul li:first-child {

    margin-top: 0;

}


.tab_content ul li span {

    position: relative;

    float: left;

    width: 100%;

    color: #262A30;

    font-size: 18px;

    font-weight: bold;

}

.vacancies_section {

}

.contact_section .main_cat_list {
    margin-top: 170px;
}

.send_cv_form {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.send_cv {
    height: 40px;
    width: 220px;
    background-color: #424242;
    color: #FFF;
    transition: .3s ease;
    font-size: 18px;
}

.send_cv:hover {
    background-color: #000;
}

.upload_cv {
    position: relative;
    float: left;
    width: 220px;
    height: 40px;
    margin-right: 30px;

}

.upload_cv:hover:after {
    background-color: #000;
}

.upload_cv:after {
    height: 40px;
    width: 220px;
    background-color: #424242;
    color: #FFF;
    content: attr(data-txt);
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .3s ease;
    cursor: pointer;
}


.upload_cv_all:after {
    height: 40px;
    width: 310px;
    background-color: #424242;
    color: #FFF;
    content: attr(data-txt);
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .3s ease;
    cursor: pointer;
}

.search_open {
    width: 30px;
    height: 30px;
    background-image: url(images/search_white.png);
    border-radius: 9px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
}

.fixed_menu .search_open {
    background-image: url(images/search_black.png);
    float: right;
}

.lang_list {
    margin-top: 6px;
}

.search_pop {
    width: 600px;
    height: 160px;
    background-color: #b8b8b8;
    display: none;
}

.search_pop .search_form {
    display: block !important;
}

.log_in svg {
    position: relative;
    float: left;
    width: 16px;
    margin-right: 5px;
    transition: .2s ease;
}

.log_in svg path {
    color: #5e5e5e;
}

.log_in:hover svg path {
    color: #000;
}

.swal-button {
    width: 150px;
    height: 40px;
    border: 1px solid #424242;
    padding: 4px;
    transition: all 0.5s;
    border-radius: 0;
    background-color: #424242;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-right: 243px;
}

.swal-modal {
    width: 690px;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-button:not([disabled]):hover {
    background-color: #000;
}

.verify_section .con_list li {
    width: 25%;
    position: relative;
    float: left;
}

.verify_section {
    padding-bottom: 75px;
}


.verify_section .con_list li:first-child {
    width: 48% !important;
    margin-right: 2%;
}

.verify_section .con_list li .btn {
    width: 300px;
}

.verify_section .con_list li {
    margin-bottom: 0;
}

.verify_section .con_list li .btn span {
    font-size: 15px;
}

.fancybox-close {
    background-image: url(images/pop_close.png) !important;
    right: -35px;
    top: -32px;
    background-size: contain !important;
    display: none;
}

.fixed_menu {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.fixed_menu .header_menus {
    margin-top: unset;
    margin-left: 40px;
    position: relative;
    float: left;
}

.sticky_on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.tab_border button {
    background-color: #d2d2d2;
}


.kataloq_title {
    margin-bottom: 60px;
    margin-top: 24px;
    font-family: 'Chalet-NewYorkNineteenSixty';
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.news_s h1 {
    margin-top: 25px;
}

.map_box {
    width: 650px;
    height: 520px;
    position: relative;
    float: left;
    margin-left: 200px;
    -webkit-box-shadow: 2px 3px 12px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 12px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 12px -3px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1850px) {
    .map_box {
        margin-top: -122px;
    }
}

.audio_btn {
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
}

.audio_play {
    background-image: url('images/play.png?v=2');
}

.audio_pause {
    background-image: url('images/pause.png?v=2');

}

.controls_audio {
    position: fixed;
    left: 15px;
    bottom: 35px;
    width: 24px;
    height: 24px;
}

.about_sec .center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.about_sec .center > div {
    flex: 1;
}

.fix_logo {
    position: relative;
    float: left;
    width: 180px;
    height: 100%;
    display: flex;
    align-items: center;
}

.fix_logo img {
    position: relative;
    float: left;
    width: 100%;
}

.fixed_menu .header_menus li {
    margin: 0 14px;
}

.fixed_menu .header_menus li a {
    font-size: 15px;
}


.flick_nav {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
}

.flick_nav svg {
    width: 25px;

}

.flick_nav svg path {
    fill: #4b4b4c;
    transition: .3s ease;
}

.flick_nav:hover svg path {
    fill: #000
}

/*.flick_prev{
    background-image:url(images/flick_prev.png?v=2);
}*/

.flick_next {
    /* background-image:url(images/flick_next.png?v=2);*/
    float: right;
    margin-left: unset;
    margin-right: 40px;
}


.brand-slider .portfolioitem span {
    transition: .3s ease;
}

.brand-slider .portfolioitem:hover span {
    opacity: 0;
}


.portfolioitem img, .imggalitem img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.portfolioitem:hover img, .imggalitem:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolioitem .mask {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    opacity: 0;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
    -webkit-transition: all 0.6s ease 0.3s;
    -o-transition: all 0.6s ease 0.3s;
    transition: all 0.6s ease 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolioitem .mask:before {
    -webkit-transition: 0.3s ease-in-out 0.3s;
    transition: 0.3s ease-in-out 0.3s;
    -webkit-backface-visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 2;
    border: 1px solid #a1a0a0;
    opacity: 0;
}

.portfolioitem:hover .mask {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolioitem:hover .mask:before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    padding: 4px;
    opacity: 0.5;
    width: auto;
    height: auto;
}

.portfolioitem .info {
    padding: 0 1em;
}

.portfolioitem .info h2 {
    background: transparent;
    color: #fff;
    font-family: 'Chalet-LondonNineteenSixty';
    font-size: 35px;
    margin: 5px 20px;
    opacity: 0;
    position: relative;
    text-align: center;
    line-height: 1.3;

    -webkit-transition: opacity 0.35s 0.1s, -webkit-transform 0.35s 0.1s;
    transition: opacity 0.35s 0.1s, transform 0.35s 0.1s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.portfolioitem:hover .info h2 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolioitem .info p {
    color: #888;
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin: 0 20px 5px;
    opacity: 0;

    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.portfolioitem:hover .info p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolioitem .textswitch .info h2 {
    color: #fff;
}

.portfolioitem .textswitch .info span {
    background-color: rgba(255, 255, 255, 0.2);
}

.portfolioitem .textswitch .info p {
    color: #ddd;
}

.top_middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.middle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.brand_s_sec {
    padding: 50px 0;
    padding-bottom: 150px;
}

.brand_s_sec .con_left_img {
    height: 640px;
}

.brand_s_sec .con_left_img img {
    height: 640px;
    object-fit: cover
}

.br_left {
    position: relative;
    float: left;
    width: 630px;
}

.br_right {
    width: calc(100% - 630px);
}

.br_left .brand-slider > div {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}

.br_left .brand-slider > div:nth-child(even) {
}

.br_left .brand-slider > div ul li {
    position: relative;
    float: left;
    height: 210px
}

.br_left .brand-slider > div ul li a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.br_left .brand-slider > div ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    z-index: 9;
    content: '';
    transition: .3s ease;
}

.br_left .brand-slider > div ul li a:hover:after {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1);
}


.br_left .brand-slider > div ul li a:hover span {
    color: #000;
}


.br_left .brand-slider > div ul li a span {
    color: #fff;
    font-size: 65px;
    position: absolute;
    z-index: 10;
    transition: .3s ease;
}

.br_s {
    width: 210px;
}

.br_l {
    width: 210px;
}

.news_b iframe {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}


.br_left .brand-slider > div ul li span {
    right: 15px;
    bottom: 10px;
}

/*.br_left .brand-slider>div ul li:nth-child(1) span,
.br_left .brand-slider>div ul li:nth-child(3) span{
	right: 15px;
	bottom: 10px;
}

.br_left .brand-slider>div ul li:nth-child(2) span,
.br_left .brand-slider>div ul li:nth-child(4) span{
	left: 15px;
	bottom: 10px;
}

.br_last ul li span{
	right: 15px !important;
	bottom: 10px;
	left: unset !important;
}*/

.a {
    background-image: url(images/A.png);
}

.b {
    background-image: url(images/B.png);
}

.c {
    background-image: url(images/C.png);
}

.d {
    background-image: url(images/D.png);
}

.e {
    background-image: url(images/E.png);
}

.f {
    background-image: url(images/F.png);
}

.g {
    background-image: url(images/G.png);
}

.h {
    background-image: url(images/H.png);
}

.i {
    background-image: url(images/I.png);
}

.j {
    background-image: url(images/J.png);
}

.k {
    background-image: url(images/K.png);
}

.l {
    background-image: url(images/L.png);
}

.m {
    background-image: url(images/M.png);
}

.n {
    background-image: url(images/N.png);
}

.o {
    background-image: url(images/O.png);
}

.p {
    background-image: url(images/P.png);
}

.q {
    background-image: url(images/Q.png);
}

.r {
    background-image: url(images/R.png);
}

.s {
    background-image: url(images/S.png);
}

.t {
    background-image: url(images/T.png);
}

.u {
    background-image: url(images/U.png);
}

.v {
    background-image: url(images/V.png);
}

.w {
    background-image: url(images/W.png);
}

.x {
    background-image: url(images/X.png);
}

.y {
    background-image: url(images/Y.png);
}

.z {
    background-image: url(images/Z.png);
}

.br_right {
    position: relative;
    float: right;
    padding-left: 40px;
    display: none;
}

.br_right.active {
    display: block;
}

.br_title_lt {
    position: relative;
    float: left;
    width: 100%;
    font-size: 60px;
    color: #000;
    text-align: left;
}

.brands_new_list {
    position: relative;
    float: left;
    width: 350px;
    margin-top: 30px;
}

.brands_new_list li {
    position: relative;
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.brands_new_list li:nth-child(even) {
    margin-left: 4%;
}

.brands_new_list li a {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    transition: .3s ease;
}

.brands_new_list li:hover a {
    color: #424242;
}

.br_left .slick-arrow {
    bottom: -20px;
}

.br_left .slick-prev {
    right: 37px;
}

.br_left .slick-next {
    right: 0;
}

.con_list .btn {
    position: absolute;
    left: 0;
    margin-top: 20px;
}

.category_list .floor_btn {
    height: 40px;
}

.footer_soc_list {
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: -15px;
}

.tab_content ul li:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #000;
    content: '';
    border-radius: 100%;
}

.news_n_design li {
    width: 100%;
    margin-bottom: 10px;
}

.news_n_design .news_img_box {
    position: relative;
    float: left;
    width: 300px;
}

.news_n_design .news_cont_nb {
    position: relative;
    float: left;
    height: 100%;
    width: calc(100% - 300px);
    padding-left: 40px;
}

.news_n_design a {
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #000;
    font-family: 'Chalet-NewYorkNineteenSixty'
}


.news_n_design a:hover {
    color: #424242;
}

.news_sdesc {
    position: relative;
    float: left;
    width: 80%;
    margin: 20px 0;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.main_cat_list li:nth-child(1),
.main_cat_list li:nth-child(4),
.main_cat_list li:nth-child(7),
.main_cat_list li:nth-child(10) {
    width: 30% !important;
    height: 300px !important;

}

.main_cat_list {
    margin-top: 10px;
}

.main_cat_list li:nth-child(4),
.main_cat_list li:nth-child(4n + 6) {
    float: right;
}

.main_cat_list .portfolioitem .info h2 {
    font-size: 22px !important;
}

.main_cat_list li:nth-child(5),
.main_cat_list li:nth-child(6),
.main_cat_list li:nth-child(1),
.main_cat_list li:nth-child(7),
.main_cat_list li:nth-child(10) {
    padding-left: 5px;
}

.main_cat_list li:nth-child(10),
.main_cat_list li:nth-child(11),
.main_cat_list li:nth-child(7) {
    padding-bottom: 0;
}

.main_cat_list li:nth-child(1),
.main_cat_list li:nth-child(7) {
    padding-left: 0;
}

.main_cat_list li:nth-child(10),
.main_cat_list li:nth-child(4) {
    padding-right: 0;
}

.main_cat_list li:nth-child(1),
.main_cat_list li:nth-child(2),
.main_cat_list li:nth-child(3),
.main_cat_list li:nth-child(4) {
    padding-top: 0;
}


.main_cat_list li:nth-child(11) {
    height: 150px !important;
    padding-right: 5px;
    padding-bottom: 0 !important;
}

.main_cat_list li:nth-child(12) {

    padding-bottom: 0 !important;
}

.main_cat_list li:nth-child(2n),
.main_cat_list li:nth-child(2n + 3) {
    width: 20%;
    height: 150px;

}

.main_cat_list li:nth-child(3n),
.main_cat_list li:nth-child(3n + 3) {
    width: 20%;
    height: 150px;

}


.search_slide {
    position: absolute;
    width: 300px;
    right: 0;
    height: 50px;
    top: 33px;
    background-color: #fefefe;
    z-index: -1;
    transform: translateY(-50px);
    transition: .3s ease;
}

.search_slide2 {
    transform: translateY(-90px);
}

.search_slide_open {
    transform: translateY(0) !important;
    z-index: 9 !important;
    transition: .3s ease;
}

.search_slide2.search_slide_open {
    transform: translateY(27px) !important;
}

.search_slide .search_form {
    display: block;
    margin-top: 0;
}


.search_slide .search_form_box {
    width: 300px;
    height: 50px;
    margin-top: 0;
}

.con_list_2 .btn {
    position: relative;
    margin-top: 0;
}


.con_list_2 li input {
    height: 60px;
}

.verify_section .ctspan2 {
    margin-top: 50px;
}

/**/
.search_form_3d .search_form {
    display: block;
}

.search_form_3d .search_form_box {
    margin-top: 0;
}

/**/
.login_sides {
    width: calc((100% - 100px) / 2);
}

.login_left_side {
    margin-right: 100px;
}

.main_file_list {

}

.main_file_list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc((100% - 50px) / 3);
    height: 300px;
}

.main_file_list li:nth-child(3n+3) {
    margin-right: 0;
}

.brands_list222 li {
    width: calc((100% - 75px) / 4);
    height: 190px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.brands_list222 li:nth-child(4n+4) {
    margin-right: 15px;
}

.brands_list222 li:nth-child(4n+4) {
    margin-right: 0;
}

.brands_list222 li .home_news_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.brands_list222 li .home_news_box a:nth-child(2) {
    align-items: flex-end;
    margin-top: auto;
}

.brands_list222 li .h_news_desc_title,
.brands_list222 li .h_news_desc_title a {
    font-size: 13px;
}

.post_22.post_type_6 .brands_new_list {
    position: relative;
    float: left;
    width: 370px;
    margin-top: 30px;
}

.post_22.post_type_6 .brands_new_list li {
    position: relative;
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

@media (max-width: 850px) {
    .post_22.post_type_6 .brands_new_list {
        width: 370px;
    }
}

@media (max-width: 600px) {
    .post_22.post_type_6 .brands_new_list {
        width: 370px;
    }
}

@media (max-width: 400px) {
    .post_22.post_type_6 .brands_new_list {
        width: 100%;
    }

    .brands_new_list li a {
        font-size: 14px;
    }
}

.post_1960.post_type_10 .home_slider li img {
    max-height: 650px;
    width: auto;
    object-fit: contain;
}

.post_1960.post_type_10 .home_slider li {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.post_type_8 .home_slide_section, .post_type_8  .home_sliderb    {
    height: auto;

}

/*.home_slide_section, .home_slider, .home_slider > li, .home_slider > li > img {

}*/


.post_2237.post_type_10 .home_slider li img {
    width: 60%;
}
 .post_2237.post_type_10 .home_slider .slick-slide > div > li{
     display:flex!important;
     justify-content:center;
 }


@media(min-width:1600px){
    
.post_2237.post_type_10 .home_slider li img {
    width: 55%;
}
}





.home_slider .slick-track, .home_slider .slick-slide, .home_slider .slick-slide > div, .home_slider .slick-slide > div > li, .home_slider li img {
    height: 100%;
}

.home_slider li img {
    width: 90%;
    object-fit: cover;
}

.home_slider .slick-slide > div > li{
    display:flex!important;
    justify-content:center;
}
@media(max-width:992px){
    
.post_2237.post_type_10 .home_slider li img {
    width: 100%;
}
.home_slider li img {
    width: 100%;
}


}

.post_288.post_type_10 .home_slider li img {
    width: 100%;
    height:auto;
    object-fit:contain;
}






.vacansies-container{
    display:flex;
}
.vacancies-apply{
    width:50%;
    margin-left:30px;
}

.departamentler{
    width:50%;
}
.vacancies_section h2 {
    margin-bottom: 25px;
    margin-top: 24px;
    text-align: left;
}



@media(max-width:992px){
    .vacansies-container{
        flex-direction:column;
    }
    .vacancies-apply{
    width:100%;
    margin-left:0;
}
.departamentler{
    width:100%;
}
.vacancies_section h2 {
    text-align: center;
}
}




