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

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

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

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

body,
html {
    height: 100%;
}

body,
html,
nav,
h1,
h2,
p,
img,
ul,
li,
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

.slogan-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.slogan-wrapper:before {
    content: '';
    display: table;
    clear: both;
}

nav:after {
    content: '';
    display: table;
    clear: both;
}

nav:before {
    content: '';
    display: table;
    clear: both;
}

.float-left {
    position: relative;
    float: left;
    display: block;
}

.float-right {
    position: relative;
    float: right;
    display: block;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
header,
nav,
footer {}


/*TITLE*/

.slogan-title,
.title,
.product-title {
    font-family: "YesevaOne";
    font-style: italic;
    font-weight: 300;
}


/*HEADER*/

.header {
    width: 100%;
    background: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    margin-top: 50px;
}

.navigation {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.smaller {
    height: 70px;
    border-bottom: 2px solid #a3a60f;
}

.smaller div.logo {
    width: 150px;
    height: 65px;
    line-height: 65px;
}

.smaller .main-navigation {
    margin-top: 35px;
}

.smaller div.logo img {
    margin-top: 5px;
}

.navigation nav {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 5px;
}

.main-navigation {
    float: right;
    margin-top: 55px;
    padding-right: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation-link {
    margin-right: 20px;
    text-decoration: none;
    color: #231f20;
    font-family: "BloggerSans";
}

.language-link {
    color: #231f20;
    text-decoration: none;
}

.language-link.active {
    color: #aead0d;
}

.navigation-link:hover,
.language-link:hover {
    color: #aead0d;
}

.navigation-link:active {
    color: #aead0d;
}

.language-nav {
    float: right;
    font-family: "BloggerSans";
}

.navigation-button {
    float: right;
    display: none;
    margin-right: 20px;
    background: url(../images/nav-button.png) center no-repeat;
}

.navigation-button:hover {
    cursor: pointer;
}


/*MOBILE NAVIGATION*/

.mobile-nav {
    display: none;
    background: #f1f1f1;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    margin-top: 8px;
}

.mobile-nav-link,
.mobile-language-link {
    display: block;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    color: #231f20;
    font-size: 20px;
    font-family: "BloggerSans";
}

.mobile-nav-link:hover,
.mobile-language-link:hover {
    color: #aead0d;
}


/*BRAND IMAGE*/

.logo {
    display: inline-block;
}

.logo img {
    margin-top: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-logo {
    width: 180px;
    display: block;
    margin-bottom: 15px;
}


/*SLOGAN*/

.slogan {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: -50px;
}

.slogan-wrapper {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
}

.slogan-title {
    text-align: left;
    padding: 15px 0;
    color: #a3a60f;
    font-size: 38px;
}

.product-image-small {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    overflow: hidden;
}

.professional-products {
    float: left;
    display: block;
    position: relative;
}

.slogan-info {
    color: #fff;
    font-family: "Roboto-Regular";
    line-height: 1.8;
    padding-right: 20px;
    padding-bottom: 15px;
}

.btn {
    float: right;
    display: block;
    position: relative;
    padding-right: 30px;
}

.green {
    color: #a3a60f;
}

.slogan-image {
    position: absolute;
    right: 0;
    display: block;
    height: 349px;
    overflow: hidden;
    bottom: 0;
}

.responsive-image {
    display: block;
    width: 100%;
}

.view-info {
    color: #a3a60f;
    font-family: "PlayfairDisplay";
    border-radius: 2px;
    border: 1px solid #a09995;
    padding: 10px 10px;
    text-decoration: none;
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, .8);
}


/*CONTENT*/

.wrapper {
    width: 970px;
    margin: 0 auto;
    display: block;
}

.title {
    text-align: center;
    color: #a3a60f;
    font-size: 44px;
    padding: 30px 0 50px 0;
}

.product-content {
    position: relative;
    display: block;
    color: #5e5e5e;
    font-family: "Roboto-Regular";
}

.product-content:after {
    content: '';
    clear: both;
    display: table;
}

.product-content:before {
    content: '';
    clear: both;
    display: table;
}

.product-image {
    width: 39%;
}

.product-item-second .product-image {
    width: 39%;
}

.product-image img {
    margin:0 auto;
    display: block;
    max-width: 100%;
}

.product-item-first .product-description {
    width: 60%;
}



.product-item-first h2 {
    font-size: 40px;
    text-align: right;
    color: #5e5e5e;
    padding-bottom: 35px;
}
.product-item-first h3 {
    text-align: right;
    font-family: "YesevaOne";
    font-style: italic;
    font-weight: 300;
    font-size: 33px;
    margin-top: 0;
}
.product-item-first,
.product-item-second {
    margin-bottom: 50px;
}

.product-description ul {
    padding-left: 20px;
    margin: 20px 0;
}

.product-description ul p  {
    margin-left: -20px;
}


/*SECOND PRODUCT*/

.product-item-second .product-description {
    width: 60%;
    /*margin-right: 100px;*/
}

.product-item-second h2 {
    font-size: 40px;
    color: #5e5e5e;
    padding-bottom: 35px;
}
.product-item-second h3 {
    text-align: left;
    font-family: "YesevaOne";
    font-style: italic;
    font-weight: 300;
    font-size: 33px;
    margin-top: 0;
}

/*CONTACT*/

.contact {
    width: 100%;
    background-color: #e8e8e8;
    font-style: italic;
    font-family: "Roboto-Regular";
    padding-bottom: 30px;
}

.contact-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.location {
    width: 40%;
    color: #767c00;
}

.brand-name {
    font-size: 24px;
    font-weight: 900;
}

.city,
.street,
.phone,
.email {
    font-size: 20px;
    padding: 5px 0;
}

.map {
    overflow: hidden;
    height: 350px;
    width: 550px;
    border: 5px solid #fff;
}


/*LOCATION*/

.phone {
    background: url(../images/phone-icon.png) no-repeat left 0px center;
    padding-left: 35px;
    margin-top: 15px;
}

.email {
    background: url(../images/email-icon.png) no-repeat left 0 center;
    padding-left: 35px;
}


/* partners*/
.partners-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 15px;
    color: #767c00;
}
.partners-content h3 {
    font-size: 24px;
    font-weight: 900;
}
.partners-content h4 {
    margin-bottom: 10px;
    font-size: 22px;
}
.partners-content .partner-item .phone {
    margin: 0;
}

@media (min-width: 971px) {
    .col-1-3 {
        width: 33.33%;
        float: left;
    }
    .col-12 {
        width: 100%;
        float: left;
    }
}

/*CONDITION*/

.condition {
    display: none;
}

.condition-content {
    max-width: 970px;
    margin: 0 auto;
    font-family: "Roboto-Regular";
    font-style: italic;
}

.condition-item {
    color: #474747;
    font-size: 16px;
    padding-bottom: 10px;
}

.condition-item:last-child {
    padding-bottom: 30px;
}

.item-title {
    font-size: 20px;
    color: #474747;
    font-weight: bold;
}


/*FOOTER*/

.footer {
    width: 100%;
    background-color: #767c00;
    color: #fff;
    font-family: "BloggerSans";
}

.footer-wrapper {
    max-width: 970px;
    margin: 0 auto;
}

.copyright {
    line-height: 70px;
    width: 49%;
    display: inline-block;
}

.second-navigation {
    line-height: 70px;
    width: 50%;
    display: inline-block;
    text-align: right;
}

.second-navigation .nav-links {
    text-decoration: none;
    padding-right: 10px;
    color: #fff;
}

.second-navigation .nav-links:hover {
    color: #cbce24;
}


/*MEDIA*/

@media (max-width: 970px) {
    .header {
        min-height: 60%;
    }
    .navigation {
        height: 70px;
    }
    .title,
    .product-title {
        text-align: center;
    }
    .product-item-first h2,
    .product-item-second h2 {
        text-align: center;
    }
    .product-item-first .product-description {
        margin: 0 auto;
        width: 100%;
        padding: 0 10px;
    }
    .product-item-second .product-description {
        margin: 0 auto;
        width: 100%;
        padding: 0 10px;
    }
    .email {
        margin-bottom: 25px;
    }
    .contact-content {
        display: block;
    }
    .location {
        padding-left: 70px;
        width: 100%;
    }
    .map {
        display: block;
        margin: 0 auto;
    }
    .copyright,
    .second-navigation {
        display: block;
        width: 100%;
        text-align: center;
        line-height: normal;
    }
    .copyright span {
        display: none;
    }
    .copyright {
        max-width: 220px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .second-navigation {
        padding: 20px 0;
    }
    .nav-links {
        display: block;
        line-height: 30px;
    }
    .product-image-small {
        display: table;
        width: 230px;
    }
    .content-image-small {
        height: 230px;
    }
    .smaller div.logo {
        width: 140px;
        height: 54px;
    }
}

@media (max-width: 600px) {
    .map {
        width: 450px;
    }
}

@media (max-width: 500px) {
    .map {
        width: 400px;
    }
}

@media (max-width: 440px) {
    .map {
        width: 350px;
    }
}

@media (max-width: 400px) {
    .map {
        width: 300px;
    }
}

@media (max-width: 970px) {
    .header {
        /*min-height: 60%;*/
        /*margin-top: 60px;*/
        position: relative;
    }
    .wrapper {
        width: 100%;
    }
    .product-image,
    .product-item-second .product-image {
        width: 100%;
        text-align: center;
    }
    .product-image img {
        margin-top: 0;
    }
    .navigation-button {
        display: block;
        margin: 5px 0 0 0;
        height: 60px;
        width: 90px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .main-navigation {
        display: none;
    }
    .logo {
        margin: 8px auto 0 auto;
        width: 140px;
        display: block;
    }
    .logo img {
        margin-top: 8px;
    }
    .slogan {
        background-color: #000;
        position: static;
        margin-top: -2px;
    }
    .col-35-p {
        width: 35%;
        bottom: 256px;
        top: inherit;
        overflow: hidden;
        height: 210px;
    }
    .responsive-image {
        width: 100%;
    }
    .slogan-wrapper .col-65-p {
        width: 100%;
    }
    .col-35-p {
        display: none;
    }
    .slogan-title {
        text-align: center;
        padding: 15px 5px;
    }
    .slogan-info {
        padding-bottom: 15px;
    }
    .slogan-info {
        padding: 0 15px 15px 15px;
    }
    .condition-content {
        padding: 0 15px;
    }
    .professional-products {
        width: 100%;
        padding: 0 10px;
        float: none;
    }
    .view-info {
        margin: 20px auto;
    }
    .btn {
        padding: 5px;
        float: none;
    }
    .float-left,
    .float-right {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 450px) {
    .product-description,
    .slogan-info,
    .condition-item {
        font-size: 12px;
    }
    .item-title {
        font-size: 16px;
    }
    .product-item-first .product-description,
    .product-item-second .product-description,
    .condition-content {
        margin: 0;
        padding: 0 10px;
        width: 100%;
    }
    .product-item-first h2,
    .product-item-second h2,
    .title,
    .brand-name,
    .slogan-title {
        font-size: 24px;
    }
    .city,
    .street,
    .phone,
    .email {
        font-size: 14px;
    }
    .location {
        padding-left: 0;
    }
    .product-image img {
        width: 60%;
    }
}

.col-65-p {
    width: 65%;
}

.col-35-p {
    width: 35%;
}

@media (max-width: 500px) {
    .header {
        background: url(../images/bg-header-mobile.jpg);
        background-size: cover;
        min-height: 40%;
    }
    .product-image-small {
        width: 160px;
    }
    .content-image-small {
        height: 160px;
    }
    .slogan-info {
        font-size: 12px;
    }
    .slogan-title {
        font-size: 24px;
    }
}


@media (max-height: 500px) and (orientation: landscape) {
    .slogan-info {
        font-size: 12px;
    }
    .slogan-title {
        font-size: 24px;
    }
    .header {
        min-height: 90%;
    }
    .product-image-small {
        width: 160px;
    }
    .content-image-small {
        height: 160px;
    }
}


/*
* slick slider
*/

.product-slider {
    padding: 0 25px;

    max-width: 400px;
    margin: 0 auto;
}
.product-slider .slick-prev {
    left: 5px;
}
.product-slider .slick-next {
    right: 5px;
}
.slick-prev:before, .slick-next:before {
    color: black;
}
