@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');
}

*:focus {
	outline: none;
}

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

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

p {
    margin: 0;
}

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

}

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

.social-share {
    margin-bottom: 96px;
}

@media screen and (max-width: 1024px) {
    .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;
    }
}

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

.single_product_head {
    width: 100vw;
    max-width: 1350px;
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: auto 0 55px auto;
    position: relative;
    box-sizing: border-box;
}

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

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

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

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

.single_product_head_text p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 37px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.single_product_head_picture {
    width: 740px;
    height: 100%;
    display: flex;
}

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

.single_product_head_picture img {
    display: none;
}

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

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

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

.slick-prod-slider {
    height: 430px;
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: 30px auto 30px;
    background-color: #f5f5f3;
	margin-bottom: 130px;
}

.slick-prod-slider .item .slick-prod-slider-buttons {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-prod-slider .slick-prod-slider-buttons {
    width: 470px;
    height: 110px;
    bottom: 0;
    left: 0;
    background-color: #F5F5F3;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name {
    width: calc(100% - 179px);
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name p {
    color: #363636;
    font-size: 12px;
    letter-spacing: 0.07px;
    line-height: 14px;
    text-align: left;
    width: 100%;
    padding-left: 60px;
    text-transform: uppercase;
}

.slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name .name {
    color: #363636;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.17px;
    line-height: 38px;
    text-transform: capitalize;
}

.slick-prod-slider .slick-prod-slider-buttons .arrows {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 39px;
}

.slick-prod-slider .slick-prod-slider-buttons .arrows img {
    cursor: pointer;
}

.slick-prod-slider .item {
    width: 100%;
    display: flex;
    background-size: cover;
    height: 430px;
    max-width: 918px;
    width: 100%;
}

.single_product .segment .title {
    color: #2F3134;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
}

.single_product .segment .text {
    color: #2F3134;
    font-family: "Work Sans";
    font-size: 18px;
    letter-spacing: 0.09px;
    line-height: 21px;
    margin: 30px 0 0;
}

.single_product-companies {
    width: 100%;
    position: relative;
}

.single_product-companies .title {
    max-width: 968px;
    text-align: left;
    margin: 0 auto 40px;
    color: #2F3134;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 53px;
}

.single_product-companies .single_product-carousel {
    height: 280px;
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides {
    height: 100%;
    /* display: flex; */
    /* position: absolute; */
    top: calc(50% - 65px);
    /* left: 0; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* animation: bannermove 20s linear infinite; */
}

@keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
}

.single_product-companies .single_product-carousel .single_product-carousel_slides a {
    display: flex;
    height: 115px;
    width: 260px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    position: relative;
    padding-bottom: 45px;
    z-index: 1;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides div img {
    max-width: 220px;
    height: auto;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides div p {
    color: #2F3134;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.09px;
    line-height: 22px;
    position: relative;
    left: 0;
    bottom: -12px;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides a > div {
    background-color: #fff;
    height: 115px;
    width: 260px;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides a img {
    top: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.single_product-companies .single_product-carousel .single_product-carousel_slides a > div div {
    height: 115px;
    width: 260px;
    position: relative;
}

@media screen and (max-width: 768px) {
	.social-share {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
    .header {
        background-size: auto;
    }

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

    .header.scrolled .logo_black {
        margin-left: 22px;
    }

    .header-right ul {
        display: none;
    }

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

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

    .slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name p {
        font-size: 12px;
        line-height: 14px;
    }

    .slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name .name {
        font-size: 20px;
        line-height: 24px;
    }

    .slick-prod-slider .slick-prod-slider-buttons {
        width: 100%;
    }

    .segment {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 30px 0 0;
    }

    .single_product .segment .title {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .single_product .segment .text {
        padding: 0 20px;
        margin-top: 8px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

    .slick-prod-slider {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .slick-prod-slider .item {
        height: 430px;
    }

    .single_product_head {
        height: auto;
        padding: 0;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .single_product-companies .title {
        margin: 20px 0 16px;
        padding-left: 24px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.12px;
        line-height: 44px;
    }

    .single_product_head_picture .image {
        display: none;
    }

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

    .single_product_head_text p {
        font-size: 24px;
    }

    .single_product_head_text div {
        margin: 0;
    }

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

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

    .single_product_head_picture {
        width: 100%;
    }

    .single_product {
        height: auto;
    }

    .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: 1600px) {

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

    .single_product_head_text {
        width: 50%;
    }

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

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

    .single_product_head_text p {
        font-size: 40px;
        line-height: 37px;
        -webkit-line-clamp: 5;
    }

    .single_product .segment .title {
        font-size: 28px;
        line-height: 32px;
    }

    .single_product .segment .text {
        font-size: 22px;
        line-height: 25px;
    }

    .single_product-companies .title {
        max-width: 1400px;
    }

    .slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name p {
        font-size: 16px;
        line-height: 18px;
    }

    .slick-prod-slider .slick-prod-slider-buttons .slick-prod-slider-name .name {
        font-size: 36px;
        line-height: 42px;
    }
}





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

.single_product_head_text{
	padding-left: 0;
}

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

.single_product_head_picture {
    object-fit: cover;
    position: relative;
}

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

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


@media (min-width: 1440px) {
	.single_product_head {
		padding-left: 260px;
	}
	
	.single_product_head_text a {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 14px;
	}
	
	.single_project .segment .title {
		font-size: 40px;
	}

	.single_project .segment .text {
		font-size: 20px;
	}
}


@media (max-width: 1024px) {
	.header .logo_black {
		margin-left: 25px!important;
	}
	
	.single_product_head {
		padding: 0;
	}
	
	.single_product_head_text {
		padding: 25px!important;
	}
	
	.single_product_head_text p {
		font-size: 24px;
	}
	
	.single_product_head_picture .image {
		height: 200px;
	}
}
