@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/work/medium/work-sans-v8-latin-300.eot');
    src: local(''),
    url('../fonts/work/medium/work-sans-v8-latin-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/work/medium/work-sans-v8-latin-300.woff2') format('woff2'),
    url('../fonts/work/medium/work-sans-v8-latin-300.woff') format('woff'),
    url('../fonts/work/medium/work-sans-v8-latin-300.ttf') format('truetype'),
    url('../fonts/work/medium/work-sans-v8-latin-300.svg#WorkSans') format('svg');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/work/regular/work-sans-v8-latin-regular.eot');
    src: local(''),
    url('../fonts/work/regular/work-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/work/regular/work-sans-v8-latin-regular.woff2') format('woff2'),
    url('../fonts/work/regular/work-sans-v8-latin-regular.woff') format('woff'),
    url('../fonts/work/regular/work-sans-v8-latin-regular.ttf') format('truetype'),
    url('../fonts/work/regular/work-sans-v8-latin-regular.svg#WorkSans') format('svg');
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/work/semi/work-sans-v8-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/work/semi/work-sans-v8-latin-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/work/semi/work-sans-v8-latin-500.woff2') format('woff2'),
    url('../fonts/work/semi/work-sans-v8-latin-500.woff') format('woff'),
    url('../fonts/work/semi/work-sans-v8-latin-500.ttf') format('truetype'),
    url('../fonts/work/semi/work-sans-v8-latin-500.svg#WorkSans') format('svg');
}

@font-face {
    font-family: 'Work Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/work/bold/work-sans-v8-latin-700.eot');
    src: local(''),
    url('../fonts/work/bold/work-sans-v8-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/work/bold/work-sans-v8-latin-700.woff2') format('woff2'),
    url('../fonts/work/bold/work-sans-v8-latin-700.woff') format('woff'),
    url('../fonts/work/bold/work-sans-v8-latin-700.ttf') format('truetype'),
    url('../fonts/work/bold/work-sans-v8-latin-700.svg#WorkSans') format('svg');
}

body {
    font-family: "Work Sans";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    min-height: 800px;
    margin: 0;
    color: #ffffff;
    overflow-x: hidden;
}

*:focus {
	outline: 0;
}

body button {
    font-family: "Work Sans";
}

p {
    margin: 0;
}

.logo-drawing {
    height: 359px;
    width: 468px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header.scrolled {
    background: #FFFFFF;
    color: #292929;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}

.header.scrolled .logo_black {
    width: 190px;
    margin-left: 50px;
    z-index: 10;
    display: flex;
}

.header .logo_black {
    display: none;
}

.header-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.header-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right ul li {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    margin-right: 27px;
    text-transform: uppercase;
}

.header-right .menu-quote {
    width: 291px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px 25px 46px;
    box-sizing: border-box;
    background-color: #292929;
}

.header-right .menu-quote p {
    color: #FFFFFF;
    font-family: "Work Sans";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.header-right .menu-quote .menu {
    width: 50px;
    height: auto;
    display: flex;
    cursor: pointer;

}

.arrows {
    margin: 25px 0 0 0;
}

.menu-container {
    width: 100vw;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow: auto;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background: #F5F5F3;
    position: fixed;
    top: 0;
    z-index: 1;
}

.menu-header .logo {
    width: 190px;
    margin-left: 50px;
}

.menu-header-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.menu-header-right .menu-quote {
    width: 291px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px 25px 46px;
    box-sizing: border-box;
    background-color: #292929;
}

.menu-header-right .menu-quote p {
    line-height: 20px;
}

.menu-header-right .menu-quote .menu {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.menu-header-right .menu-quote .menu img {
    max-width: 100%;
    height: auto;
}

.menu-body-container {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #F5F5F3;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 70px;
}

.menu-body {
    width: 100%;
    max-width: 1250px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 25px;
    margin: 60px auto 90px;
    box-sizing: border-box;
}

.menu-body .left, .menu-body .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menu-body .right {
    align-items: flex-end;
}

.menu-body .left ul {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-body .left ul li {
    color: #2F3134;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 103px;
}

.menu-body .right .menu-image {
    height: 335px;
    width: 520px;
    opacity: 0.33;
}

.menu-body .right .menu-image img {
    max-width: 100%;
    height: auto;
}

.menu-body .right .menu-contact-socials {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-body .right .menu-contact-socials p {
    color: #000000;
    font-size: 32px;
    letter-spacing: 0.16px;
    line-height: 29px;
    text-align: right;
    margin-top: 30px;
}

.menu-body .right .menu-contact-socials .socials {
    max-width: 460px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 80px;
}

.menu-body .right .menu-contact-socials .socials a {
    margin-left: 15px;
}

.button-mob {
    display: none;
}

@media screen and (max-width: 1024px) {
    .arrows {
        margin: 25px 0;
    }
    .menu-header .logo {
        width: 155px;
        margin-left: 20px;
    }

    .menu-body-container {
        height: auto;
        flex-direction: column;
    }

    .menu-header-right .menu-quote {
        width: auto;
        padding: 25px 30px;
    }

    .menu-header-right .menu-quote p {
        display: none;
    }

    .menu-header-right .menu-quote menu {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .menu-body {
        max-width: 600px;
        flex-direction: column;
        margin-top: 80px;
        margin-bottom: 0;
        min-height: calc(100vh - 260px);
    }

    .menu-body .left, .menu-body .right {
        width: 100%;
    }

    .menu-body .right {
        margin-top: 195px;
    }

    .menu-body .left ul li {
        font-size: 40px;
        letter-spacing: 0.2px;
        line-height: 63px;
        text-align: center;
    }

    .menu-body .right .menu-image, .menu-body .right .menu-contact-socials .socials {
        display: none;
    }

    .menu-body .right .menu-contact-socials {
        align-items: center;
    }

    .menu-body .right .menu-contact-socials p {
        margin: 0;
        font-size: 22px;
        letter-spacing: 0.11px;
        line-height: 29px;
        text-align: center;
    }

    .menu-body .right .menu-contact-socials .email {
        margin-top: 8px;
    }

    .button-mob {
        width: 100%;
        height: 70px;
        display: block;
        background-color: #292929;
        text-align: center;
        margin-top: 40px;
    }

    .button-mob a {
        width: 100%;
        height: 100%;
        display: block;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 15px;
        text-decoration: none;
        padding: 27px 0;
        box-sizing: border-box;
    }
}

.all_products {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-top: 70px;
}

.all_products_head {
    width: 100vw;
    max-width: none;
    padding-left: calc((100vw - 1170px) / 2);
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 55px;
    position: relative;
    box-sizing: border-box;
}

.text_picture {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.all_products_head_text {
    width: calc(100% - 790px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25px;
    color: #2F3134;
    box-sizing: border-box;
}

.all_products_head_text div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.all_products_head_text a {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 11px;
}

.all_products_head_text p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 37px;
}

.all_products_head_picture {
    width: 740px;
    height: 200px;
    display: flex;
}

.all_products_head_picture .image {
    background-size: 100% !important;
    background: url("../img/all_products/3.png") no-repeat center;
    width: 100%;
    height: auto;
}

.all_products_head_picture img {
    display: none;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.segment {
    width: 100%;
    max-width: 1170px;
    display: flex;
    /* flex-direction: row; */
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;
    /* padding: 0 25px 240px; */
    flex-wrap: wrap;
    box-sizing: border-box;
}

.tabs {
    width: 100%;
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.border {
    width: 100vw;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    border-bottom: 1px solid #000000;
}

.tabs ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0;
    margin-top: 36px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

li.active {
    opacity: 1!important;
}



.tabs ul li {
    color: #2F3134;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.09px;
    line-height: 21px;
    cursor: pointer;
    margin-right: 30px;
    opacity: 0.4;
    white-space: nowrap;
    text-transform: uppercase;
}

li.active {
    opacity: 1;
}

.all_products-title {
    color: #2F3134;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 53px;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 65px;
}

.all_products .drawing {
    display: flex;
    width: 100%;
    max-width: 1170px;
    height: auto;
}

.prods {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px;
    width: 100%;
    flex-wrap: wrap;
    justify-items: flex-end;
    justify-content: space-between;
    max-width: 1440px;
    padding: 0 25px 240px;
}

.single-all_products {
    max-width: 360px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.single-all_products .image-wrapper {
    width: 100%;
}

.single-all_products .image-wrapper img {
    max-width: 100%;
    height: auto;
}

.single-all_products .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000000;
}

.single-all_products .info .title {
    min-height: 55px;
    color: #2F3134;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 21px;
}

.single-all_products .info .service {
    color: #757575;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 12px;
}

.single-all_products .info .type {
    color: #757575;
    font-family: "Work Sans";
    font-size: 16px;
    letter-spacing: 0.08px;
    line-height: 19px;
    margin-top: 12px;
}

.footer {
    width: 100%;
    background-color: #F6F6F6;
    margin-top: 150px;
    padding: 130px 1% 110px;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.footer .contacts-socials {
    width: 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000000;
}

.footer .contacts-socials .text {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 14px;
}

.footer .contacts-socials .contact-us {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 14px;
    margin-top: 14px;
}

.footer .contacts-socials .phone {
    font-size: 32px;
    letter-spacing: 0.16px;
    line-height: 29px;
    margin-top: 65px;
}

.footer .contacts-socials .mail {
    font-size: 32px;
    letter-spacing: 0.16px;
    line-height: 29px;
    margin-top: 20px;
}

.footer .contacts-socials .socials {
    max-width: 460px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
}

.footer .contacts-socials .socials a {
    margin-right: 15px;
}

.map {
    width: 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000000;
}

.map .visit-us {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 28px;
}

#map {
    height: 165px;
    width: 500px;
    margin-top: 35px;
}

.map .address {
    font-size: 18px;
    letter-spacing: 0.56px;
    line-height: 42px;
    margin-top: 35px;
}

.map .time {
    font-size: 18px;
    letter-spacing: 0.56px;
    line-height: 28px;
}

ul.tab.slick-products-archive {
    /* max-width: 800px; */
}

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

    .logo-drawing {
        display: none;
    }

    .header {
        background-size: auto;
    }

    .header.scrolled .logo_black {
        max-width: 150px;
        margin-left: 20px;
    }

    .header-right ul {
        display: none;
    }

    .header-right .menu-quote {
        width: 80px;
        padding: 30px 16px;
    }

    .header-right .menu-quote p {
        display: none;
    }

    .container .segment {
        /* flex-direction: column; */
        align-items: center;
        height: auto;
        padding: 0;
        box-sizing: border-box;
    }

    .all_products_head {
        height: auto;
        padding: 0;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .all_products_head_picture .image {
        display: none;
    }

    .all_products_head_picture img {
        max-width: 100%;
        height: auto;
        display: flex;
        width: 100%;
    }

    .single-all_products .info .service {
        margin-top: 8px;
    }

    .single-all_products .info .type {
        margin-top: 8px;
    }

    .all_products_head_text p {
        font-size: 24px
    }

    .all_products_head_text div {
        margin: 0;
    }

    .text_picture {
        height: auto;
        flex-direction: column;
        align-self: center;
        justify-content: center;
    }

    .all_products {
        height: auto;
    }

    .all_products_head_text {
        width: 100%;
        padding: 25px;
    }

    .all_products_head_picture {
        width: 100%;
        height: 100%;
    }

    .tabs {
        width: 100%;
        display: flex;
        text-align: center;
        overflow: hidden;
        justify-content: center;
        /* padding-left: 45px; */
    }

    .tabs ul {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        margin: 25px 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tabs ul::-webkit-scrollbar {
        display: none;
    }

    .tabs ul li {
        scroll-snap-align: start;
        flex-shrink: 0;
        margin-right: 20px;
        font-size: 14px;
    }

    .tabs ul li:last-child {
        margin: 0;
    }

    .prods {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
        justify-items: center;
        padding: 30px 25px 0;
    }

    .all_products-title {
        letter-spacing: 0.2px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .single-all_products .image-wrapper {
        width: 100%;
    }

    .single-all_products .info {
        margin: 0;
        width: 95%;
    }

    .single-all_products .info .title {
        min-height: auto;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.12px;
        line-height: 36px;
        margin-top: 16px;
    }

    .single-all_products .info .information {
        width: 100%;
        max-width: 350px;
    }

    .single-all_products .info .information div .name {
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 0.64px;
        line-height: 28px;
    }

    .single-all_products .info .information div .value {
        font-size: 19px;
        letter-spacing: 0.1px;
        line-height: 28px;
    }

    .single-all_products .info .text {
        width: 100%;
        max-width: 350px;
        font-size: 14px;
        letter-spacing: 0.07px;
        line-height: 18px;
    }

    .footer {
        padding: 50px 25px 100px;
    }

    .footer-container {
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer .map, .footer .contacts-socials {
        width: 100%;
    }

    .map .visit-us {
        font-size: 20px;
        letter-spacing: 0.63px;
    }

    .map .address {
        font-size: 11px;
        letter-spacing: 0.34px;
        line-height: 14px;
        margin-top: 16px;
    }

    .map .time {
        font-size: 11px;
        letter-spacing: 0.34px;
        line-height: 14px;
    }

    .footer .contacts-socials {
        margin-top: 70px;
    }

    .footer .contacts-socials .text {
        font-size: 21px;
        letter-spacing: 0.66px;
        line-height: 21px;
    }

    .footer .contacts-socials .phone {
        font-size: 29px;
        letter-spacing: 0.14px;
        line-height: 29px;
        margin-top: 45px;
    }

    .footer .contacts-socials .mail {
        font-size: 29px;
        letter-spacing: 0.14px;
        line-height: 29px;
        margin-top: 12px;
    }

    .footer .contacts-socials .socials {
        margin-top: 120px;
    }

    #map {
        width: 100%
    }
}

@media screen and (min-width: 1024px) and (max-width: 1220px) {
    .prods {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .tabs {
        padding: 0 25px;
    }

    .tabs ul li {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {

	ul.tab.slick-products-archive {
		max-width: 1200px;
	}

    .all_products_head {
        max-width: none;
        padding-left: calc((100vw - 1400px) / 2);
    }

    .all_products_head_text {
        width: 50%;
        padding: 0;
    }

    .all_products_head_picture {
        position: absolute;
        right: 0;
    }

    .text_picture {
        /* padding-left: 100px; */
        box-sizing: border-box;
    }

    .tabs {
        /* justify-content: center; */
        max-width: 1440px;
        margin: 0;
        padding-left: 0;
        box-sizing: border-box;
    }

    .arrows {
        margin-top: 25px;
    }

    .segment {
        max-width: 1440px;
    }

    .prods {
        justify-items: center;
    }

    .single-all_products {
        max-width: 377px;
    }

    .single-all_products .info .title {
        font-size: 27px;
    }

    .single-all_products .info .service {
        font-size: 18px;
        line-height: 28px;
    }

    .single-all_products .info .type {
        font-size: 20px;
        line-height: 24px;
    }

    .all_products_head_text a {
        font-size: 14px;
        line-height: 14px;
    }

    .all_products_head_text p {
        font-size: 44px;
        line-height: 44px;
    }

    .all_products .drawing {
        max-width: 1400px;
    }
}




.all_products_head {
	padding-left: 50px;
	max-width: 100%;
}

.all_products_head_text{
	padding-left: 0;
}

.all_products_picture .image {
    display: block!important;
    height: 200px;
    background-size: cover!important;
}

.all_products_head_picture {
    height: 200px;
    object-fit: cover;
    position: relative;
}

.all_products_head_picture .image {
	display: block!important;
	background-size: cover!important;
}

.all_products_head_text a {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 11px;
}

.tabs {
	padding-left: 0;
}


@media (min-width: 1440px) {
	
	.all_products_head {
		padding-left: 260px;
	}
	
	.all_products_head_text a {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 14px;
	}


}


@media (max-width: 1024px) {
	.header .logo_black {
		margin-left: 25px!important;
	}
	
	.all_products_head {
		padding: 0;
	}
	
	.all_products_head_text {
		padding: 25px!important;
	}
	
	.all_products_head_text p {
		font-size: 24px;
	}
	
	.tabs {
		padding-left: 25px;
	}
	
	/* .contact_us_container .information { */
		/* padding: 0; */
	/* } */
	
}