@charset "utf-8";
/* CSS Document */

/**{font-family: 'Montserrat', sans-serif;

    font-family: 'Playfair Display', serif;}*/

html {
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #1f1f1f;
	overflow-x: hidden;
}

/*BUTTONS*/

a {
    text-decoration: none;
}
button,
.button {
    padding: 20px 60px;
    border: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
}
.button--dark {
    background-color: #dd4647;
    color: #fff!important;
    letter-spacing: 2px;
text-decoration:none !important;}

.button--dark:hover {
    background-color: #434343;
}

.button--light {
    background-color: #d8d8d8;
    color: #434343;
    letter-spacing: 2px;
    font-weight: 500;
}

.button--light:hover {
    background-color: #c7c7c7;
}

.button--with-line {
    color: #1f1f1f;
    position: relative;
    padding: 0 0 0 110px;
    letter-spacing: 2px;
}
.button--with-line:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #000;
    top: 10px;
    left: 0px;
    transition: all 0.3s ease;
}

.button--with-line:hover {color:#dd4647;}

.button--with-line:hover:before {
    width: 70px;
	background-color:#dd4647;
}

/*FORMS*/

input,
select,
textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    height: 50px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}
textarea {
    height: 230px;
}

/*TYPOGRAPHY*/

p {
    color: #434343;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
}
p + p {
    margin-top: 30px;
}

p + img {
    margin: 30px 0;
}

strong {
    font-weight: 700;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 80px;
    color: #1f1f1f;
    display: inline-block;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    color: #1f1f1f;
    display: inline-block;
}
h3 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    color: #1f1f1f;
    font-weight: 400;
    display: inline-block;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 1.4;
    display: inline-block;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 700;
    display: inline-block;
}

small {
    display: block;
}

.title-with-line {
    position: relative;
}
.title-with-line:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    left: 0;
    bottom: -25px;
}

.title-with-middle-line {
    position: relative;
}
.title-with-middle-line:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.title-with-sideline {
    position: relative;
}
.title-with-sideline span {
    background-color: #fff;
    padding-right: 20px;
}
.title-with-sideline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #1f1f1f;
    left: 0;
    bottom: 15px;
    z-index: -1;
}

.title-with-line-through {
    position: relative;
}
.title-with-line-through:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #1f1f1f;
    right: -250px;
    transform: translateX(-50%);
    bottom: 21px;
}

.text-link {
    transition: all 0.3s ease;
    color: #e46f71;
}
.text-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 40px;
    }

    p + p {
        margin-top: 15px;
    }
}

/*HEAD-------------------------------------------*/

.head a {
    color: #1f1f1f;
}

/*head top*/
.head-top {
    background-color: #efefef;
    position: relative;
}

.head-top:before,
.head-top:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    height: 100%;
    background-color: inherit;
    z-index: -1;
}

.head-top:before {
    left: -9999px;
}

.head-top:after {
    right: -9999px;
}

.head-top a {
    color: #000;
}
.head-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

/*head contact*/
.head-contact {
    display: flex;
    padding: 10px 0;
}
.head-contact_item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: #707070;
    letter-spacing: 1px;
    font-size: 14px;
}
.head-contact svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
	
}

.head-contact svg path {
fill:#dd4647;
}


.head-contact a {
    transition: all 0.3s ease;
}
.head-contact a:hover {
    opacity: 0.7;
}

.head-lang {
    position: relative;
    top: -1px;
    z-index: 99;
}
.head-lang-pasive {
    background-color: #1f1f1f;
    color: #fff !important;
    font-size: 12px;
    padding: 13px 5px 12px 5px;
    display: inline-block;
}
.head-lang-active {
    background-color: #dd4647;
    position: absolute;
    top: 38px;
    width: 100%;
    display: none;
}
.head-lang-active a {
    color: #fff !important;
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    background-color: #dd4647;
    width: 100%;
    display: block;
}

.login-active {
    position: absolute;
    background-color: #efefef;
    top: 60px;
    right: 0;
    padding: 30px;
    z-index: 1000;
    width: 400px;
    display: none;
}
.login-active input {
    margin-bottom: 10px;
}
.login-active-forgot-pass {
    margin-top: 0px;
    display: block;
    font-size: 12px;
}
.login-active button {
    margin-top: 20px;
}

.form-password {
    position: relative;
    display: block;
    width: 100%;
}

.form-password svg {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 18px;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-password svg:hover,
.form-password svg.active {
    opacity: 1;
}

.forgot-pass {
    position: absolute;
    background-color: #efefef;
    top: 60px;
    right: 0;
    padding: 30px;
    z-index: 1000;
    width: 400px;
    display: none;
}
.forgot-pass input {
    margin-bottom: 10px;
}

.forgot-pass button {
    margin-top: 20px;
}

.forgot-pass small {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 64%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #efefef;
    border-width: 20px;
    margin-left: -30px;
}

/*head-bottom*/

.head-bottom {
    margin: 30px 0;
}
.head-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
}

.head-bottom-right-col {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}



/*head nav*/

.head-nav {
    display: flex;
}

.head-nav__item {
    margin-left: 40px;
    font-weight: 500;
    position: relative;
    padding-bottom: 17px;
}
.head-nav__item:before {
    position: absolute;
    content: "";
    background-color: #dd4647;
    height: 0px;
    width: 100%;
    top: 30px;
    left: 0;
    transition: all 0.2s ease-in;
}
.head-nav__item:hover:before,
.head-nav__item--active:before {
    height: 5px;
}

.header-bottom-nav-sub-div {
    width: auto;
    position: absolute;
    background-color: #fff;
    top: 68px;
    right: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
    border-top: 7px solid #dd4647;
    z-index: 600;
    display: none;
}

.header-bottom-nav-sub {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1740px;
    width: 100%;
    min-height: 250px;
}

.header-bottom-nav-sub__col {
    padding: 20px 40px 0 40px;
    width: 50%;
    margin-bottom: 20px;
}

.header-bottom-nav-sub__col:nth-child(odd) {
    border-right: 1px solid #d6d6d6;
}

.header-bottom-nav-sub-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.header-bottom-nav-sub-list__item {
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    font-size: 16px;
}

/*head nav mob*/

.head-nav-mob {
    display: none;
    height: 20px;
}
.head-nav-mob-pasive {
    width: 35px;
    display: inline-block;
}
.head-nav-mob-pasive span {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}
.head-nav-mob-pasive span:nth-child(2) {
    margin-top: 8px;
}
.head-nav-mob-pasive span:nth-child(3) {
    margin-top: 8px;
}
.head-nav-mob-pasive:hover span {
    width: 100%;
}

/*head-active */

.head-nav-mob-active {
    background-color: #1f1f1f;
    padding: 40px;
    position: fixed;
    right: 0px;
    top: 146px;
    z-index: 1005;
    width: 100vw;
    min-width: 500px;
    display: none;
    text-align: right;
    height: calc(100svh - 146px);
    overflow-y: auto;
}
.head-nav-mob-active-links a {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}

.head-nav-mob-active__item {
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.head-nav-mob-active a:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.head-nav-mob-active-lang {
    margin-top: 30px;
    display: flex;
}
.head-nav-mob-active-lang a {
    color: #1f1f1f;
    font-weight: 700;
    margin-right: 10px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 35px;
    text-align: center;
    font-size: 14px;
}

.head-nav-mob-sub {
    margin-bottom: 15px;
}
.head-nav-mob-sub__item {
    margin-bottom: 10px;
}

.head-quality-icons__content {
    margin-left: 25px;
}

.head-quality-icons__content img {
    max-height: 40px;
}

.head-quality-icons__content img:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 1360px) {
    .header-bottom-nav-sub-div {
        right: 0;
    }
}

@media screen and (max-width: 1340px) {
    .head-bottom {
        margin: 10px 0;
    }

    .head-bottom .container {
        padding: 0;
    }

    .head-top .container {
        padding: 0;
    }
    .head-nav {
        display: none;
    }
    .head-nav-mob {
        display: block;
    }

    .head-bottom-right-col {
        flex-direction: row;
    }

    .head-quality-icons__content {
        margin-left: 0;
        margin-right: 25px;
    }
}

@media screen and (max-width: 600px) {
    .head-logo img {
        width: 70%;
        min-width: 133px;
    }
    .head-nav-mob-active {
        width: 100%;
        right: 0;
        top: 121px;
        min-width: auto;
        padding: 30px 20px;
        height: calc(100svh - 121px);
    }
    .head-nav-mob-active-links a {
        font-size: 20px;
    }
}

@media screen and (max-width: 485px) {
    .arrow_box:after,
    .arrow_box:before {
        left: 47%;
    }
}

@media screen and (max-width: 430px) {
    .head-contact {
        display: none;
    }
	
	.head-quality-icons__content img:first-child {
    margin-right: 5px;
}
}

/*hero*/
.hero {
    /* background-size: cover;
    width: 100%;
    height: 780px;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;*/
}
.hero-1 {
    position: relative;
}

.hero-slider {
    width: 100%;
    /*height:100%;*/
    /*display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 47px;
    position: absolute;*/
    overflow: hidden;
}

.hero-slider-background {
    background-size: cover;
    width: 100%;
    /*height: 780px;*/
    /*padding-bottom: 55%;*/
    background-position: center;
    line-height: 0;
}

.hero-slider-background video {
    width: 100%;
    object-fit: cover;
}

.hero-nav {
    z-index: 55;
    position: absolute;
    bottom: 5%;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-nav-pics {
    margin-bottom: -4px;
    display: flex;
}

.hero-nav-pics__item img {
    display: block;
}
.hero-nav-pics__item {
    /*margin-left: 7px;*/
    display: inline-block;
    transition: all 0.3s ease;
}
.hero-nav-pics__item-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56%;
    width: 125px;
}
.hero-nav-video__item-background {
    width: 125px;
    height: 70px;
}
.hero-nav-video__item-background video {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.hero-nav-links {
    display: flex;
}
.hero-nav svg {
    width: 10px;
    height: 10px;
}
.hero-nav-right,
.hero-nav-left {
    background-color: #efefef;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.hero-nav-left {
    margin-right: 7px;
}
.hero-nav-right {
    margin-left: 7px;
}
.hero-nav-left svg {
    transform: rotate(180deg);
}

.hero-nav-left:hover,
.hero-nav-right:hover {
    background-color: #1f1f1f;
}
.hero-nav-left:hover svg,
.hero-nav-right:hover svg {
    fill: #fff;
}

.hero-nav-desc {
    background-color: #fff;
    margin: 7px 47px 0 47px;
    padding: 10px;

    text-align: center;
    letter-spacing: 3px;
    font-size: 15px;
}
.hero-nav-desc-num {
    display: block;
    margin-bottom: 3px;
    color: #8a8a8a;
}

.hero-with-title {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.hero-title {
    margin-right: 60px;
    margin-bottom: 50px;
    text-align: right;
    color: #fff;
    position: absolute;
}
.hero-title h1 {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-title small {
    font-size: 22px;
    font-weight: 300;
    display: block;
    text-align: right;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

.hero-product {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 35%;
    width: 100%;
}

.hero-dot-nav {
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	bottom: 30px;
	z-index: 54;
}

.dot-nav .bx-pager {
  display: flex;
}

.dot-nav .bx-pager-item {
  margin-right: 14px;
}

.hero-dot-nav a {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: #fff;
  text-indent: -9999px;
}

.hero-dot-nav a:hover, .hero-dot-nav a.active {
	background-color:#dd4647;
}

/*hero-social-media*/

.head-social-media {
    writing-mode: vertical-rl;
    color: #8a8a8a;
    letter-spacing: 5px;
    position: absolute;
    font-size: 12px;
    left: -28px;
    top: 0;
    /*transform: translateY(-50%);*/
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head-social-media span {
    height: 50px;
    width: 1px;
    background-color: #8a8a8a;
    display: inline-block;
    margin: 10px 0 20px 0;
}
.head-social-media a {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.head-social-media a:hover {
    opacity: 0.7;
}

.head-social-media a svg {
    width: 20px;
    height: 20px;
}

/* hero small*/

.hero-small {
    position: relative;
}

.hero-category {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding-bottom: 35%;*/
    width: 100%;
    height: calc(100vh - 162px);
}

/* MEDIA QUERIES ----------------- */

@media screen and (max-width: 1340px) {
    .head-quality-icons__content img {
        max-height: 35px;
    }
}

@media screen and (max-width: 1300px) {
    .head-social-media {
        font-size: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .hero-category {
        height: calc(100vh - 185px);
    }
}

@media screen and (max-width: 1024px) {
    .head-social-media {
        display: none;
    }
    .hero {
        /*height: 550px;*/
    }
    .head-wrapper {
        padding: 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .hero-title {
        margin: 0 40px 40px 40px;
        text-align: right;
    }
    .hero-title h1 {
        margin-bottom: 15px;
        font-size: 50px;
        line-height: 1;
    }
}

@media screen and (max-width: 600px) {
    .hero {
        /*height: 360px;*/
    }

    .hero-category {
        padding-bottom: 70%;
    }
    .hero-nav-pics,
    .hero-nav-desc {
        display: none;
    }
    .hero-nav-right,
    .hero-nav-left {
        height: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-nav-right {
        right: 20px;
    }
    .hero-nav-left {
        left: 20px;
    }
	
	.hero-product {
		padding-bottom: 55%;
	}
	
	.hero-title h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 485px) {
    .hero-category {
        padding-bottom: 100%;
        height: 100%;
    }
    .hero-title {
        margin: 0 20px 20px 20px;
    }
    .hero-title h1 {
        font-size: 40px;
    }
    .hero-title small {
        font-size: 17px;
    }
}

@media screen and (max-width: 390px) {
    .head-quality-icons__content img {
        max-height: 20px;
    }
}

/*	-----CONTENT ----- */

.years-text {
	margin:30px 0 0 0 ;
	text-align:center;
}

.main-title-num {
    font-size: 80px;
    color: #f6f6f6;
    font-family: "Playfair Display", serif;
    font-weight: 700;
}
.main-title-small {
    color: #787878;
    letter-spacing: 2px;
}

/*ABOUT*/

.about-us-sustainability {margin-top:30px;}

.about-us-sustainability h5  {font-style:italic; font-family:"Playfair Display", serif; margin-bottom:40px; line-height:1.4;}

.about {
    display: flex;
    margin-top: 140px;
}
.about-text {
    width: 45%;
    padding-right: 150px;
}
.about-title {
    margin-bottom: 40px;
}

.about-img {
    position: relative;
}
.about-img:before {
    content: "";
    position: absolute;
    background-color: #efefef;
    width: 1000%;
    height: 117%;
    left: 200px;
    top: -90px;
    z-index: -1;
}

.about-img--no-bg:before {
    content: none;
}

.about-button {
    margin-top: 50px;
}

/* MEDIA QUERIES ----------------- */

@media screen and (max-width: 1280px) {
    .about {
        margin-top: 80px;
    }
    .about-text {
        width: 65%;
        padding-right: 50px;
    }
    .main-title-num {
        margin-top: -20px;
    }
    .about-img {
        display: flex;
    }
    .about-img img {
        align-self: center;
    }
    .about-img:before {
        top: -50px;
        height: 106%;
    }
}

@media screen and (max-width: 1024px) {
    .about {
        flex-direction: column;
        margin-top: 50px;
    }
    .about-text {
        width: 100%;
        padding-right: 0;
    }
    .about-img {
        display: none;
    }
}

/*PRODUCTS-CAROUSEL*/

.products {
    margin-top: 100px;
}
.products-tabs {
    margin-bottom: 50px;
    display: flex;
}
.products-tabs__item {
    color: #c7c7c5;
    letter-spacing: 2px;
    margin-right: 70px;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 10px;
}
.products-tabs__item:hover,
.products-tabs__item--active {
    color: #434343;
}

.products-tabs__item:last-child {
    margin-right: 20px;
}

.products-tabs__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 0px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.products-tabs__item:hover:before,
.products-tabs__item--active:before {
    background-color: #dd4647;
}

.product-images {
    position: relative;
}

.products-carousel {
    display: flex;
    position: relative;
}
.products-carousel-nav {
    position: absolute;
    background-color: #1f1f1f;
    padding: 20px;
    z-index: 500;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-carousel-nav--left {
    left: 33%;
}
.products-carousel-nav--left svg {
    transform: rotate(180deg);
}

.products-carousel-nav--right {
    right: 33%;
}

.products-carousel-nav svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.products-carousel__item {
    /*margin: 0 20px 0 20px;*/
    position: relative;
}

.products-carousel__item-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 66%;
    width: 100%;
}

.products-carousel-item-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.products-carousel-item-nav a {
    width: 12px;
    height: 12px;
    margin: 0 3px 0 3px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.products-carousel-item-nav a:hover {
    background-color: #1f1f1f;
}

.products-info .container {
    background-color: #efefef;
    position: relative;
    overflow: visible;
    padding: 40px 140px 80px 140px;
    display: flex;
}
.products-info .container:before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    height: 200px;
    background-color: #efefef;
    width: 100%;
    z-index: -1;
}
.products-info-text {
    padding: 85px 0 0 100px;
}
.products-info-text a {
    margin-top: 50px;
}

@media screen and (max-width: 1280px) {
    .products-info .container {
        padding: 20px 40px 40px 40px;
    }
    .products {
        margin-top:70px;
    }
    .products-carousel-nav {
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .products-info .container {
        flex-direction: column;
        padding: 20px 20px 40px 20px;
    }
    .products-info .container:before {
        top: -50px;
    }
    .products-info-text {
        padding: 40px 0 0 0;
    }
    .products-tabs {
        margin-bottom: 20px;
    }

    .products-tabs__item {
        margin-right: 50px;
    }
}

@media screen and (max-width: 960px) {
    .products-carousel {
        overflow-x: scroll;
    }
    .products-carousel-nav {
        display: none;
    }
    .products-carousel__item {
        margin: 0 10px 0 10px;
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .products-tabs {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .products-tabs__item {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .products-carousel__item {
        width: 100%;
        max-width: 100%;
    }
}

/*WHY US*/

.why-us {
    margin-top: 170px;
}
.why-us-top {
    display: flex;
}

.why-us-top-img {
	max-width:675px;
	max-height:964px;
	overflow:hidden;
}

.why-us-top-img video {
	object-fit:cover;

}

.why-us-top--about {
    align-items: center;
}

.why-us-title {
    margin-bottom: 40px;
}
.why-us-top-text {
    padding-left: 170px;
    width: 50%;
}
.why-us-button {
    margin-top: 50px;
}

.why-us-bottom {
    background-color: #efefef;
    position: relative;
}
.why-us-bottom:before {
    content: "";
    left: 0;
    top: -200px;
    height: 200px;
    width: 100%;
    background-color: #efefef;
    position: absolute;
    z-index: -1;
}
.why-us-bottom .container {
    display: flex;
    align-items: center;
}

.why-us-quote {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 43px;
    color: #656565;
    font-style: italic;
    text-align: center;
    width: 30%;
    padding: 0 50px 0 0;
}
.why-us-quote svg {
    width: 195px;
    display: block;
    margin: 0 auto 20px auto;
}

.why-us-bottom-img {
    width: 70%;
    text-align: right;
    margin: -90px 0 -90px 0;
}

@media screen and (max-width: 1500px) {
    .why-us-top-text {
        padding: 0 0 100px 50px;
    }
    .why-us-bottom:before {
        top: -60px;
    }
    .why-us-bottom-img {
        margin: 20px 0 -90px 0;
    }
}

@media screen and (max-width: 1300px) {
    .why-us {
        margin-top: 100px;
    }
    .why-us-bottom {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .why-us {
        margin-top: 50px;
    }
    .why-us-top {
        flex-direction: column-reverse;
    }
    .why-us-top-text {
        width: 100%;
        padding: 0;
    }
    .why-us-top-img {
        display: none;
    }
    .why-us-bottom:before {
        top: 0;
    }
    .why-us-bottom .container {
        padding: 40px 20px;
    }
    .why-us-quote {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .why-us-bottom .container {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .why-us-bottom-img {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .why-us-quote {
        width: 100%;
        padding: 20px 0;
    }
}

/*ABOUT PAGE*/

/*ABOUT*/

.about-us-top {
    display: flex;
    margin-top: 80px;
    margin-bottom: 100px;
    align-items: center;
}
.about-us-top-text {
    width: 55%;
    padding-right: 40px;
}
.about-us-top-title {
    margin-bottom: 40px;
}

.about-us-top-img {
    position: relative;
}

.about-us-bottom {
    display: flex;
    align-items: center;
}

.about-us-bottom-title {
    margin-bottom: 40px;
}

.about-us-bottom-text {
    padding-left: 40px;
    width: 50%;
}

.about-us-list-text {
    padding-left: 0 !important;
    padding-right: 65px;
    max-width: 55%;
}

.about-us-text {
    width: 87%;
}
.about-us-icon {
    width: 9%;
    opacity: 0.3 !important;
}
.about-us-icon img {
    max-width: 70px;
    width: 100%;
}

/* MEDIA QUERIES ----------------- */

@media screen and (max-width: 1280px) {
    .about-us-top-text {
        width: 85%;
    }
}

@media screen and (max-width: 1200px) {
    .about-us-list-text {
        max-width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .about-us-top {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .about-us-top-text {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .about-text {
        width: 100%;
        padding-right: 0;
    }
    .about-us-bottom {
        flex-direction: column-reverse;
    }

    .about-us-bottom-text {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .about-us-text {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .about-us-icon {
        width: 17%;
    }
}

/*HIGHLIGHTS*/

.highlights {
    background-color: #efefef;
    margin-top: 280px;
    padding: 100px 0;
}

.highlights--mar-top-small {
    margin-top: 180px;
}

.highlight-icons {
    display: flex;
}
.highlights-item {
    text-align: center;
    padding: 0 30px;
    flex: 1;
}
.highlights-item-title {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    margin-bottom: 10px;
    margin: 40px 0 15px 0;
    font-weight: 700;
}
.highlights svg {
    height: 70px;
	opacity:0.7;
}
.higlights-button {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1300px) {
    .highlights {
        margin-top: 180px;
        padding: 50px 0;
    }
}

@media screen and (max-width: 1024px) {
    .highlights {
        margin-top: 120px;
    }
    .highlight-icons {
        flex-direction: column;
    }

    .highlights-item {
        margin-bottom: 50px;
    }

    .highlights-item:last-child {
        margin-bottom: 0px;
    }

    .highlights-item-title {
        margin: 15px 0;
    }

    .higlights-button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .highlights {
        margin-top: 0;
        padding: 30px 0;
    }
}

@media screen and (max-width: 485px) {
    .highlights-item {
        padding: 0;
    }
}

/*BLOG*/

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

.blog {
    margin-top: 160px;
}
.blog .container {
    display: flex;
    align-items: center;
}

.blog-img {
    display: flex;
    width: 50%;
    min-height: 580px;
}
.blog-vertical-title {
    writing-mode: vertical-rl;
    position: relative;
    color: #bababa;
    letter-spacing: 3px;
    margin-right: 20px;
}

.blog-vertical-title span {
    background-color: #fff;
    display: inline-block;
    padding-bottom: 10px;
}

.blog-vertical-title:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #bababa;
    top: 0;
    left: 8px;
    z-index: -1;
}
.blog-img-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    width: 100%;
}
.blog-txt {
    width: 50%;
    padding: 0 0 0 50px;
}

.blog-txt h3 {
    margin-bottom: 70px;
}
.blog-button {
    margin-top: 40px;
}

@media screen and (max-width: 1300px) {
    .blog {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .blog-img {
        width: 50%;
    }
    .blog-txt {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .blog {
        margin-top: 80px;
    }
    .blog .container {
        flex-direction: column;
    }
    .blog-txt {
        padding: 50px 0 0 0;
    }
    .blog-img,
    .blog-txt {
        width: 100%;
        min-height: auto;
    }
    .blog-txt {
        padding: 30px 0 0 0;
    }
    .blog-img {
        flex-direction: column;
    }
    .blog-txt h3 {
        margin-bottom: 50px;
    }
    .blog-vertical-title {
        writing-mode: horizontal-tb;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-vertical-title:before {
        top: 8px;
        left: 0;
        width: 100%;
        height: 1px;
    }
    .blog-vertical-title span {
        padding: 0 10px 10px 0;
    }
    .blog-button {
        margin-top: 20px;
    }
}

/*PRODUCT LIST*/

.product-list {
    margin-top: 80px;
}

.product-list-title {
    position: relative;
    margin-bottom: 40px;
}
.product-list-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #1f1f1f;
    left: -120px;
    bottom: 29px;
}

.product-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.product-list__item:nth-child(even) {
    background-color: #efefef;
    position: relative;
    padding: 20px 0;
}

.product-list__item:nth-child(even):before {
    content: "";
    background-color: #efefef;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}

.product-list__item:nth-child(even):after {
    content: "";
    background-color: #efefef;
    position: absolute;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}

/*.product-list__item:last-child {
    margin-bottom: 0;
}*/

.product-list-text {
    padding: 20px 80px;
    width: 100%;
}
.product-list-text h3 {
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
}
.product-list-text .button {
    margin-top: 50px;
}
.product-list-img {
    width: 70%;
}
.product-list-img-background {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 75%;
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .product-list-img {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .product-list {
        margin-top: 80px;
    }
}

@media screen and (max-width: 860px) {
    .product-list-title {
        margin-bottom: 50px;
    }
    .product-list__item-img-right {
        flex-direction: column-reverse;
    }
    .product-list__item-img-left {
        flex-direction: column;
    }

    .product-list-img {
        width: 100%;
    }
    .product-list-text {
        padding: 30px 0 30px 0;
    }

    .product-list-text h3 {
        margin-bottom: 20px;
    }
    .product-list-text .button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .product-list {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .product-list-title {
        margin-bottom: 30px;
        font-size: 40px;
    }
}

/*SERVICES*/

.hero-services {
    background-color: #efefef;
    height: 385px;
    display: flex;
    justify-content: flex-start;
    padding-right: 1000px;
    padding-bottom: 0;
    align-items: center;
}
.hero-services-text {
    width: 100%;
    padding: 0px 0 0px 80px;
}

.services-top {
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
}
.services-top-text {
    width: 50%;
}
.services-top-img {
    width: 100%;
    text-align: right;
    margin-top: -380px;
}

.services-middle {
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.services-middle-text h4 {
    margin-bottom: 50px;
}
.services-middle-list__item {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.services-middle-list-num {
    font-size: 40px;
    opacity: 0.1;
    font-weight: 700;
    margin-right: 50px;
}

.services-middle-text {
    padding-left: 65px;
    width: 70%;
}
.services-middle-list-text h5 {
    margin-bottom: 15px;
	font-family:"Playfair Display", serif;
	font-style:italic;

}

.services-bottom {
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.services-bottom-text {
    padding: 0 100px 0 0;
    width: 70%;
}
.services-bottom-text h2 {
    margin-bottom: 80px;
}
.services-bottom-text h4 {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 40px;
}

/*.services-bottom-img {
    width: 100%;
}*/

@media screen and (max-width: 1600px) {
    .hero-services {
        padding-right: 850px;
    }
    .services-top-img {
        width: 50%;
    }
    .services-top-text {
        padding: 40px 80px 0 0;
    }
}

@media screen and (max-width: 1550px) {
    .hero-services {
        height: 355px;
    }
    .hero-services {
        padding-right: 740px;
    }
}

@media screen and (max-width: 1200px) {
    .services-middle {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 70px;
    }
    .services-middle-img {
        display: none;
    }
    .services-middle-text {
        padding-left: 0;
        width: 100%;
    }

    .services-bottom {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1300px) {
    .hero-services {
        padding-right: 0;
        height: auto;
    }
    .hero-services-text {
        padding: 40px 40px 80px 40px;
    }
    .services-top {
        align-items: center;
    }
    .services-top-img {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1024px) {
    .services-bottom {
        flex-direction: column-reverse;
    }
    .services-bottom-img {
        text-align: center;
        margin-bottom: 40px;
    }
    .services-bottom-text {
        padding: 0 0 50px 0;
    }
    .services-bottom-text h2 {
        margin-bottom: 30px;
    }

    .services-bottom-text {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    .hero-services-text {
        padding: 40px;
    }
    .services-top-img {
        margin-top: 20px;
    }
    .services-top {
        flex-direction: column-reverse;
    }
    .services-top-text,
    .services-top-img {
        width: 100%;
    }
    .services-top-text {
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 485px) {
    .hero-services-text {
        padding: 20px;
    }
    .services-middle-list__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* PRODUCT DETAILS */

.product-details {
    margin-top: 100px;
}
.product-details-top {
    display: flex;
    align-items: center;
}

.product-details-top-text {
    padding-right: 150px;
    width: 80%;
}
.product-details-top-title {
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1.5px;
}
.product-details-top-text h4 {
    margin-bottom: 40px;
}
.product-details-top-img {
    width: 100%;
}

.product-details-middle {
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.product-details-middle-list,
.product-details-middle-text {
    width: 80%;
    padding-left: 30px;
}
.product-details-middle-list h4 {
    margin-bottom: 50px;
}
.product-details-middle-list li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}
.product-details-middle-list li:last-child {
    margin-bottom: 0;
}
.product-details-middle-list p {
    display: inline;
}
.product-details-middle-img {
    width: 75%;
    text-align: left;
}

.product-details-bottom {
    display: flex;
    align-items: center;
    margin-top: 75px;
}
.product-details-bottom-img {
    width: 90%;
}
.product-details-bottom-text {
    padding-right: 100px;
    width: 90%;
}

.product-details-gallery {
    margin-top: 115px;
    clear: both;
}
.product-details-gallery-title {
    text-align: center;
}
.product-details-gallery-wrapper {
    margin-top: 80px;
}

@media screen and (max-width: 1500px) {
    .product-details-bottom-text {
        width: 100%;
        padding-left: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .product-details-top-text {
        padding-right: 30px;
    }
    .product-details-top-img {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .product-details {
        margin-top: 60px;
    }
    .product-details-gallery {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .product-details-top-text {
        padding-right: 0px;
        width: 100%;
    }
    .product-details-top {
        flex-direction: column;
    }
    .product-details-top-img {
        width: 100%;
        margin-top: 30px;
    }
    .product-details-middle,
    .product-details-bottom {
        margin-top: 40px;
    }
    .product-details-middle-list h4 {
        margin-bottom: 30px;
    }

    .product-details-middle-list li {
        font-size: 20px;
    }

    .product-details-bottom {
        flex-direction: column;
    }
    .product-details-bottom-img {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .product-details-bottom-text {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media screen and (max-width: 675px) {
    .product-details-middle-list {
        width: 100%;
        padding-left: 0;
    }
    .product-details-middle-img {
        display: none;
    }
}

/* BREADCRUMBS */

.breadcrumbs {
    background-color: #ededed;
    padding: 20px 0;
    font-size: 16px;
    margin-bottom: 60px;
}
.breadcrumbs a {
    color: #1f1f1f;
    transition: all 0.3s ease;
}
.breadcrumbs a:hover {
    opacity: 0.7;
}

/*TEXT PAGE */

.text-page .container {
    display: flex;
}
.text-page-left-col {
    width: 20%;
    padding-right: 30px;
    margin-top: -5px;
}
.text-page-right-col {
    width: 80%;
}
.text-page-left-col h4 {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .text-page .container {
        flex-direction: column;
    }
    .text-page-left-col,
    .text-page-right-col {
        width: 100%;
        padding-right: 0;
    }
    .text-page-left-col {
        margin-bottom: 30px;
    }
}

/*BLOG POST*/

.blog-page .container {
    display: flex;
}

.blog-post-title {
    margin-bottom: 30px;
    background-color: #ededed;
    padding: 20px;
}
.blog-post-title-date {
    display: block;
    color: #787878;
    font-size: 16px;
    letter-spacing: 2px;
}
.blog-post-title h4 {
    font-weight: 700;
}

.blog-post {
    width: 70%;
    padding-right: 100px;
}
.blog-archive {
    width: 30%;
}

.blog-archive-title {
    font-weight: 700;
    margin-bottom: 50px;
}
.blog-archive__item {
    display: block;
    border-bottom: 1px dashed #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-archive__item strong {
    transition: all 0.3s ease;
}

.blog-archive__item:hover strong {
    opacity: 0.7;
}

.blog-archive__item:last-child {
    border-bottom: none;
}
.blog-archive-date {
    display: block;
    color: #787878;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.blog-archive-post-title {
    color: #1f1f1f;
    font-size: 25px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .blog-page .container {
        flex-direction: column;
    }
    .blog-post {
        width: 100%;
        padding-right: 0;
    }
    .blog-archive {
        width: 100%;
        margin-top: 50px;
    }
    .blog-archive-title {
        margin-bottom: 30px;
    }
    .blog-archive__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/*CONTACT*/

.contact .container {
    display: flex;
}

.contact-address {
    width: 30%;
    padding-right: 40px;
}
.contact-address h3 {
    margin-bottom: 40px;
    font-weight: 700;
}
.contact-address__item {
    display: flex;
    margin-bottom: 40px;
}
.contact-address-icon {
    margin-right: 30px;
    padding-top: 10px;
}
.contact-address-icon svg {
    width: 25px;
	fill:#dd4647;
}

.contact-address-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #434343;
}
.contact-address-content a {
    color: #434343;
}
.contact-address-content a:hover {
    opacity: 0.7;
}

.contact-form {
    width: 70%;
}
.contact-form h3 {
    margin-bottom: 40px;
    font-weight: 700;
}
.contact-form-input {
    display: flex;
}
.contact-form-input__item {
    width: 50%;
    margin: 0 0 20px 0;
}
.contact-form-input__item:nth-child(odd) {
    margin-right: 20px;
}

.contact-form-button {
    margin-top: 30px;
    text-align: right;
}

.contact-form-recaptcha {
    margin-bottom: 30px;
}

.c-box {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
}
.c-box div {
    display: flex;
    align-items: center;
}
.c-box__label {
    float: none;
    width: auto;
    min-height: auto;
    margin-left: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #707070;
}

.c-box__label a {
    color: #707070;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.c-box__label a:hover {
    opacity: 0.7;
}

.google-map {
    margin-bottom: -4px;
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .contact-address {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .contact .container {
        flex-direction: column-reverse;
    }
    .contact-form,
    .contact-address {
        width: 100%;
    }
    .contact-address {
        padding-right: 0;
        margin-top: 40px;
    }
}

.brands {
	background-color: #ededed;
	padding: 40px 0;
	margin-bottom:-140px;
	margin-top: 140px;
	
	.container {
		display:flex;
	}
}

.brands-title {
	font-family: "Playfair Display", serif;
	font-size: 40px;
	font-weight: 700;
	margin-right: 20px;
	width:170px;
	
	span {
		display:block;
		font-size: 20px;
		color: #434343;
		font-weight: 400;
		opacity: 0.5;
	}
}

.brands-list {
	
	display:flex;
	align-items: center;
	overflow-x: auto;
	padding-bottom: 5px;
	flex: 1;
	
	span {
		display: inline-block;
		margin-right: 30px;
		padding-right: 30px;
		flex: 0 0 auto;
		min-width: 140px;
		max-width: 200px;
		text-align: center;
		position: relative;
		
		&:before {
			content: "";
			height:100%;
			width:1px;
			background-color:#000;
		}
		
		&:last-child {
			border-right: none;
			padding-right: 0;
			min-width: 50px;
		}
		
		img {height:100%; max-height: 50px;}
	}
}

@media screen and (max-width:1024px) {
	.brands {
		margin:100px 0 -100px 0;
	}
}

@media screen and (max-width:660px) {
	.brands {
		
		padding:20px 0; 
		
		.container {
			flex-direction: column;
		}
		
		.brands-title {
			width:100%;
			font-size: 30px;
			margin-bottom: 20px;
			
			span {
				display:inline;
				font-family: "Playfair Display", serif;
  				font-size: 30px;
  				font-weight: 700;
				opacity:1;
				color: #1f1f1f;
				margin-left: 5px;
			}
		}
	}
}



/*FOOTER*/
.footer {
    margin-top: 140px;
}

.footer-no-mar {
    margin-top: 0;
}

/*.quality-icons {background-color:#f5f5f5;}
.quality-icons .container {display:flex; align-items:center; justify-content:center;padding:20px;}
.quality-icons__content { padding-left: 210px;}
.quality-icons__content img {max-height:80px; margin-right:10px;}*/

.newsletter {
    background-color: #1f1f1f;
    padding: 30px 0;
}
.newsletter-title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.newsletter-title small {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color: #9a9a9a;
}
.newsletter form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 150px;
}
.newsletter input {
    width: 70%;
    margin: 0 15px 0 40px;
    height: 58px;
}

.newsletter-form {
    /*display: flex;*/
    width: 65%;
}
.newsletter-form button {
    min-width: 210px;
}

.newsletter-form-top-row {
    display: flex;
}
.newsletter-form-bottom-row {
    margin-left: 40px;
}

.footer-links {
    background-color: #ededed;
    padding: 80px 0 50px 0;
}
.footer-links .container {
    display: flex;
    justify-content: space-between;
}
.footer-nav a {
    color: #595959;
    border-right: 1px solid #434343;
    padding-right: 20px;
    margin-right: 20px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-nav a:hover {
    opacity: 0.7;
}

.footer-nav a:last-child {
    border-right: none;
}

/*privole*/

.newsletter input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 0 0 0 0;
}
.newsletter .c-box {
    margin-bottom: 0;
}

/*footer-contact*/
.footer-contact {
    display: flex;
}
.footer-contact svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
	
}
.footer-contact svg path {
	fill:#dd4647;
}

.footer-contact a {
    display: flex;
    align-items: center;
    color: #707070;
    margin-left: 25px;
    font-size: 15px;
}

/*footer-sm*/

.footer-sm {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.footer-sm a {
    margin-left: 10px;
}
.footer-sm a svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.footer-sm a:hover svg {
    fill: #595959;
}

/*footer-bottom*/

.footer-bottom {
    background-color: #f5f5f5;
    padding: 25px 0;
    color: #9a9a9a;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.5;
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
}
.footer-bottom a {
    color: #9a9a9a;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: #1f1f1f;
}

/* footer eu icons*/

.footer-eu .container {
    padding: 30px 20px;
    max-width: 1250px;
}
.footer-eu-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-eu-icons__item {
    padding: 0 20px;
}
.footer-eu-text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width: 1400px) {
    .newsletter form {
        padding: 0;
    }
}

@media screen and (max-width: 1300px) {
    .footer-links {
        padding: 40px 0;
    }
    .footer-links .container {
        flex-direction: column;
    }
    .footer-right-col {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .footer-contact a {
        margin-left: 0;
        margin-right: 15px;
        letter-spacing: 1px;
    }
    .footer-sm {
        justify-content: flex-start;

        margin-top: 0;
    }
    .footer-bottom .container {
        flex-direction: column;
    }
    .footer-bottom-right-col {
        margin-top: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        margin-top: 100px;
    }

    .footer-no-mar {
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .newsletter-title {
        margin-bottom: 20px;
    }
    .newsletter form {
        flex-direction: column;
        align-items: flex-start;
    }
    .newsletter-form {
        width: 100%;
    }
    .newsletter input {
        margin: 0 15px 0 0;
    }
    .newsletter-form-bottom-row {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .footer-nav a {
        display: block;
        border-right: none;
        margin-bottom: 15px;
    }
    .footer-right-col {
        margin-top: 0;
    }
    .footer-bottom {
        font-size: 12px;
    }

    .quality-icons__content {
        padding-left: 70px;
    }
    .title-with-line-through:before {
        width: 30px;
        right: -70px;
    }
    .quality-icons__content img {
        max-height: 60px;
    }
}

@media screen and (max-width: 600px) {
    .footer-eu-icons__item {
        margin: 0 0 20px 0;
        padding: 0;
    }
    .footer-eu-icons {
        flex-direction: column;
    }
    .footer-eu-text {
        margin-top: 0;
    }

    .quality-icons .container {
        flex-direction: column;
    }
    .title-with-line-through:before {
        content: none;
    }
    .quality-icons__content {
        padding-left: 0;
        margin-top: 10px;
    }
    .quality-icons h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 485px) {
    .newsletter-form-top-row {
        flex-direction: column;
    }
    .newsletter input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer-right-col {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
    .footer-sm a {
        margin: 20px 10px 0 0;
    }
    .footer-links {
        padding: 40px 0;
    }
    .footer-contact {
        flex-direction: column;
    }
    .footer-contact_item {
        margin-bottom: 10px;
    }
}

/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1f1f1f;
    z-index: 99999999;
    display: none;
}
.cookies-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.cookies p {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 0;
}
.cookies p a {
    text-decoration: underline;
    color: #ffffff;
}
.cookies p a:hover {
    opacity: 0.8;
}
.cookies a.button {
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 40px;
    background-color: rgba(255, 255, 255, 1);
    color: #1f1f1f;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.cookies a.button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
@media screen and (max-width: 700px) {
    .cookies-wrap {
        flex-direction: column;
    }
    .cookies p {
        text-align: center;
    }
    .cookies a.button {
        margin: 20px 0 0 0;
    }
}

/*POPUP*/
.popup_div {
    display: none;
}
.overlay {
    background: rgb(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup {
    background-color: #fff;
    overflow-y: auto;
    max-height: 90vh;
    color: #707070;
}
.popup .b-header {
    position: relative;
}
.popup .close {
    float: right;
    font-size: 20px;
    margin: 10px 10px 0 0;
    font-weight: 700;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #fff;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 16px;
    z-index: 50;
}
.popup .close a {
    color: #333135;
}
.popup .close a:hover {
    opacity: 0.7;
}
.popup-content {
    /*padding:40px 40px 20px 40px;*/
    width: 625px;
}
.popup-content p {
    font-size: 18px;
    /*margin-bottom:15px;*/
    color: #707070;
}
.popup-content a:hover {
    opacity: 1;
}

@media screen and (max-width: 680px) {
    .popup {
        width: 90%;
    }
    .popup-content {
        width: 100%;
        /*padding:40px 20px 20px 20px;*/
    }
}

/*POSTAVLJANJE UREĐAJA*/

#tablet-wide {
    display: none;
}
#tablet {
    display: none;
}
#smartphone {
    display: none;
}
/******MEDIA QUERIES******/

@media screen and (max-width: 1024px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: block;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: block;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: block;
    }
}
