/*
useful links:
- https://www.toptal.com/designers/htmlarrows/symbols/
*/

/*
fonts
 */
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(../fonts/google/opensanscondensed/opensanscondensed-greek-normal-300.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(../fonts/google/opensanscondensed/opensanscondensed-latin-normal-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/google/opensanscondensed/opensanscondensed-greek-normal-700.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/google/opensanscondensed/opensanscondensed-latin-normal-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'FontAwesome-Regular';
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.eot');
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.woff') format('woff'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.woff2') format('woff2'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.ttf') format('truetype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-regular-400.svg#icomoon') format('svg');
}
@font-face {
    font-family: 'FontAwesome-Brands';
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.eot');
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.woff') format('woff'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.woff2') format('woff2'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.ttf') format('truetype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-brands-400.svg#icomoon') format('svg');
}
@font-face {
    font-family: 'FontAwesome-Solid';
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.eot');
    src: url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.woff') format('woff'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.woff2') format('woff2'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.ttf') format('truetype'),
    url('../fonts/fontawesome-5.0.13/web-fonts-with-css/webfonts/fa-solid-900.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
initial
 */
body, div, ul, li, p, h1, h2, h3, h4, span, a, form, input, select, object, textarea, fieldset, legend, button, iframe{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    font-weight: 400;
    font-family: 'Open Sans Condensed', courier new;
    cursor: default;
}
h1, h2, h3, h4{
    font-weight: 700;
}
iframe{

    width: 0;
    height: 0
}
ul{
    list-style: none
}
img{
    border: 0
}
a{
    border: 0;
    text-decoration: none;
    cursor: pointer
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
    /*
    color
    */
    --light-grey-color: #eee;
    --dark-grey-color: #666;
    --middle-grey-blue-color: #666A77;
    --dark-blue-color: #111A22;
    --light-blue-color: #379ECB;
    /*
    font
    */
    --header-font: 2.5rem;
    --title-font: 2rem;
    --title-line-height: 3rem;
    --title-small-font: 1.6rem;
    --title-small-line-height: 2.2rem;
    --description-font: 1.2rem;
    --description-line-height: 1.8rem;
}
/*
generic
 */
.outer-container{
    position: relative;
    width: 100%;
}
.inner-container{
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding: 0 8rem;
    box-sizing: border-box;
    overflow: hidden;
}
.button{
    padding: .8rem 1.8rem;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid var(--light-grey-color);
    cursor: pointer;
    border-radius: 2rem;
}
.button-hover{
    background-color: var(--light-grey-color);

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.button-hover:hover{
    background-color: var(--dark-blue-color);
    color: #fff;
}
joomla-alert{
    margin: 2rem 0!important;
}
joomla-alert [class$="-wrapper"]{
    padding: 1rem 0;
}
joomla-alert [class$="-message"]{
    font-size: var(--description-font);
}
.social > a::before {
    content: '';
    font-family: "FontAwesome-Brands";
}
.social > a.facebook::before{
    content: '\f39e';
}
.social > a.instagram::before{
    content: '\f16d';
}
.social > a.twitter::before{
    content: '\f099';
}
/*
header
 */
header{
    position: relative;
    width: 100%;
    z-index: 10000;
    padding: 2rem 0;
    background-color: #fff;
    font-size: 1.5rem;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
header.shrunk{
    position: fixed;
    top: 0;
    padding: 0.5rem 0;
}
/*
top-menu
 */
.top-menu{
    display: flex;
    align-items: center;

    height: 5rem;
}
.top-menu .left,
.top-menu .middle,
.top-menu .right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;

    height: 100%;
}
.top-menu .left{
    width: 25%;
}
.top-menu .middle{
    width: 45%;
}
.top-menu .right{
    width: 30%;
}
.top-menu .logo{
    width: 100%;
    height: 100%;

    background-image: url("../images/logo_dark.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.top-menu .middle > a {
    font-weight: bold;
    color: var(--dark-grey-color);
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    font-size: 1.3rem;
}
.top-menu .logo,
.top-menu .middle > a,
.top-menu .right > a,
.top-menu .right > a::before{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.top-menu .right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    text-align: right;
    position: relative;
    padding: 4rem 0;
}
.top-menu .right::before{
    position: absolute;
    height: 0.4rem;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.top-menu .right:hover::before{
    background-color: var(--light-blue-color);
}
.top-menu .right > a {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 .5rem;
}
.top-menu .right > a::before{
    content: '';
    font-family: "FontAwesome-Solid";
    position: absolute;
    left: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(100,100,100,0.5);
    font-size: 1.8rem;
    color: var(--middle-grey-blue-color);
    text-align: center;
}
.top-menu .right > a:hover::before{
    color: var(--light-blue-color);
}
.top-menu a.location::before{
    content: '\f3c5';
}
.top-menu a.mail::before{
    content: '\f0e0';
}
.top-menu a.phone::before{
    content: '\f095';
}
header.shrunk{
    background-color: rgba(255,255,255,.9);
}
header.shrunk .top-menu .logo{
    height: 70%;
}
header.shrunk .top-menu .middle > a{
    font-size: 1.2rem;
}
header.shrunk .top-menu .right > a{
    width: 3rem;
    height: 3rem;
}
header.shrunk .top-menu .right > a::before{
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 3rem;
}
/*
footer
 */
footer{
    padding: 5rem 0 2rem 0;
    background-color: var(--dark-blue-color);
}
footer .logo{
    padding-top: 5rem;
    height: 0;

    background-image: url("../images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
footer .menus{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 2rem;
}
footer .logo{
    flex: 1;
    margin-bottom: 2rem;
}
footer .menu-items {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
footer .menu-items .item{
    box-sizing: border-box;
    padding-left: 5rem;
}
footer .menu-items .item .header{
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--light-grey-color);
}
footer .menu-items .item > a{
    display: block;
    font-size: var(--description-font);
    line-height: var(--description-line-height);
    color: var(--light-grey-color);
}
footer .address{
    flex: 1;
    background-color: rgba(100,100,100,0.2);
    box-sizing: border-box;
    padding: 3rem;
}
footer .address > p{
    font-size: var(--description-font);
    color: var(--light-grey-color);
}
footer .address > p:nth-child(4){
    margin-top: 2rem;
}
footer .address > p:nth-child(5) *{
	cursor: pointer;
}
footer .address > p strong{
    color: var(--light-blue-color);
}
footer .social{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    position: relative;
    padding: 2rem 0;
}
footer .social::before{
    position: absolute;
    height: 0.2rem;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-color: var(--middle-grey-blue-color);
}
footer .social:hover::before{
    background-color: var(--light-blue-color);
}
footer .social > a {
    position: relative;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0 1rem;
    background-color: var(--dark-blue-color);
}
footer .social > a::before{
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(100,100,100,0.5);
    font-size: 2rem;
    line-height: 3.5rem;
    color: var(--middle-grey-blue-color);
    text-align: center;
}
footer .social > a:hover::before{
    color: var(--light-blue-color);
}
footer .copy{
    font-size: var(--description-font);
    color: var(--middle-grey-blue-color);
}
/*
page-home
 */
.page-home .header{
    font-size: var(--header-font);
}
.page-home .title{
    font-size: 1.8rem;
}
.page-home .description{
    font-size: var(--description-font);
    line-height: var(--description-line-height);
}
.slick-slider .slider-item{
    background-repeat: no-repeat;
    background-position: center;

    position: relative;
}
.page-home .top-slider.slick-slider .slider-item{
    background-size: cover;
    height: 50rem;
}
.page-home .main-manufacturer > div{
    height: 0;
    padding-top: 10%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.manufacturers-slider.slick-slider{
    padding: 5rem 0;
}
.manufacturers-slider.slick-slider .slider-item{
    background-size: 60% auto;
    height: 5rem;
    margin: 0 5rem;
}
.page-home .slick-slider .slider-item .title{
    position: absolute;
    bottom: 5rem;
    right: 0;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    width: 50%;
    padding: 2rem;
    padding-left: 4rem;
    color: #fff;
    background: rgba(10,10,10,.8);
}
.page-home .about{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.page-home .about .top,
.page-home .about .bottom {
    display: flex;
}
.page-home .about .left,
.page-home .about .right{
    box-sizing: border-box;
    width: 50%;
    line-height: var(--description-line-height);
    color: var(--dark-grey-color);
}
.page-home .about .left{
    padding-right: 5%;
}
.page-home .about .right{
    padding-left: 5%;
}
.page-home .about .top .left{
    padding-bottom: 2rem;
    font-weight: 200;
    color: #000;
}
.page-home .about .top .button-hover{
    display: inline-block;
    margin-bottom: 2rem;
    border-radius: 2rem;
    border: none;
    background-color: var(--light-grey-color);
    color: #000;
}
.page-home .about .button-hover:hover{
    background-color: var(--dark-grey-color);
    color: var(--light-grey-color);
}
.page-home .portfolio .inner-container{
    padding: 4rem 0;
    text-align: center;
    background-color: var(--light-grey-color);
}
.page-home .portfolio .header{
    color: var(--dark-blue-color);
    text-align: center;
}
.page-home .portfolio .button{
    display: inline-block;
    margin-top: 4rem;
}
.page-home .portfolio .item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 3rem 0;
}
.page-home .portfolio .item .text,
.page-home .portfolio .item .images{
    width: 50%;
}
.page-home .portfolio .title{
    text-align: left;
    color: var(--dark-grey-color);
    background: #ddd;
    padding: 1rem 2rem;
}
.page-home .portfolio .left .text .title{
    text-align: right;
}
.page-home .portfolio .description{
    margin-top: 3rem;
    color: var(--dark-grey-color);
}
.page-home .portfolio .right .text .description{
    padding-right: 10rem;
    text-align: left;
}
.page-home .portfolio .left .text .description{
    padding-left: 10rem;
    text-align: right;
}
.page-home .portfolio .images{
    position: relative;
}
.page-home .portfolio .image{
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-home .portfolio .button{
    background: #fff;
}
.page-home .portfolio .button:hover{
    background: var(--dark-grey-color);
}
.page-home .products{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-home .products .inner-container{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.page-home .products .left{
    width: 40%;
    background-image: url("../images/aluminum-frame-drawing.png");
    background-position: center 20%;
    background-size: 80%;
    background-repeat: no-repeat;
}
.page-home .products .right{
    width: 60%;
}
.page-home .products .header{
    padding-bottom: 4rem;
    color: #000;
}
.page-home .products .button{
    display: inline-block;
    margin-bottom: 4rem;
}
.page-home .products .item{
    position: relative;
    box-sizing: border-box;
    padding-left: 6rem;
}
.page-home .products .item::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f546';
    font-family: "FontAwesome-Solid";
    font-size: 2rem;
    color: #666;
    background: var(--light-grey-color);
    padding: 1rem;
    border-radius: 50%;
    opacity: .5;
}
.page-home .products .title{
    font-weight: bold;
    text-align: left;
    color: #000;
    padding-right: 2rem;
}
.page-home .products .description{
    width: 80%;
    padding: 1rem 0;
    text-align: left;
    color: var(--dark-grey-color);
}
/*
page-about
 */
.page-about .top-bg{
    background-image: url("../images/about_header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    padding-top: 10rem;
    padding-bottom: 10rem;
}
.page-about .top-text{
    margin: auto;
    position: relative;
    margin-bottom: 5rem;
    box-sizing: border-box;
    padding: 4rem 5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: rgb(74,84,94);
    background: linear-gradient(180deg, rgba(74,84,94,1) 0%, rgba(221,225,230,1) 8rem, rgba(255,255,255,1) 100%);
}
.page-about .top-text *{
    font-size: var(--title-small-font)!important;
    line-height: var(--title-small-line-height)!important;
}
.page-about .inner-container:nth-child(2){
    margin-top: -8rem;
}
.page-about .card .about-our-values{
    display: flex;
}
.page-about .card .about-our-values .left{
    width: 50%;
    margin-right: 10%;
}
.page-about .card .about-our-values .right{
    width: 40%;
}
.page-about .card .about-our-values .left .title{
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.page-about .card .about-our-values .left .description *{
    font-size: var(--description-font);
}
.page-about .card .about-our-values .left .description > p{
    font-size: var(--description-font)!important;
    line-height: var(--description-line-height)!important;
    padding-bottom: 2rem;
}
.page-about .card .about-our-values .left .description > ul > li{
    padding-bottom: 1rem;
}
.page-about .card .about-our-values .left .description > ul > li::before {
    content: "\f00c";
    font-family: FontAwesome-Solid;
    font-size: var(--description-font);
    margin-right: .5rem;
    color: var(--light-blue-color);
}
.page-about .card .about-our-values .right .image{
    height: 100%;

    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
/*
page-services
 */
.page-services .top-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    height: 20rem;
    padding-bottom: 10rem;
}
.page-services .inner-container.first{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-services .title{
    font-weight: bold;
    font-size: var(--title-font);
}
.page-services .text,
.page-services .text *{
    font-size: var(--description-font);
}
.page-services .text{
    padding-top: 2rem;
}
.page-services .text h2 {
    font-size: var(--header-font);
}
.page-services .text ul {
    padding: 2rem 0;
}
.page-services .text li {
	list-style-type: disc;
    padding: 1rem 0;
}
/*
page-portfolio-list
 */
.page-portfolio-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.page-portfolio-list .item{
    display: block;
    width: 27%;
    padding: 2rem 3%;
    color: inherit;
}
.page-portfolio-list .item *{
    cursor: pointer;
}
.page-portfolio-list .item .image{
    position: relative;
    height: 0;
    padding-top: 60%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-portfolio-list .item .image::before{
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.page-portfolio-list .item:hover .image::before{
    background: rgba(0,0,0,0.3);
}
.page-portfolio-list .item .text .title{
    display: block;
    font-size: var(--description-font);
    font-weight: bold;
    text-align: left;
    color: var(--dark-grey-color);
    padding: 1rem 0;
}
/*
page-portfolio-article
 */
.page-portfolio-article .header{
    padding-top: 3rem; 
    padding-bottom: 3rem;
    font-size: var(--header-font);
    font-weight: bold;
    text-align: center;
}
.page-portfolio-article .header-wrapper{
    border-bottom: 0.1rem solid var(--dark-grey-color);
}
.page-portfolio-article .description,
.page-portfolio-article .description *{
    font-size: var(--description-font);
    line-height: var(--description-line-height);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.portfolio-article-images {
	text-align: center;
}
.portfolio-article-images .image-item {
    height: 0;
    padding-top: 20%;
    width: 28%;
    margin: 2rem 1%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	cursor: zoom-in;
}
/*
page-product-list
 */
.page-product-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.page-product-list .item{
    display: block;
    width: 27%;
    padding: 2rem 3%;
    color: inherit;
}
.page-product-list .item *{
    cursor: pointer;
}
.page-product-list .item .image{
    position: relative;
    height: 0;
    padding-top: 60%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-product-list .item .image::before{
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.page-product-list .item:hover .image::before{
    background: rgba(0,0,0,0.3);
}
.page-product-list .item .text .title{
    display: block;
    font-size: var(--description-font);
    font-weight: bold;
    text-align: left;
    color: var(--dark-grey-color);
    padding: 1rem 0;
}
.page-product-list .item .text .description{
    font-size: var(--description-font);
    line-height: var(--description-line-height);
}
/*
page-product-article
 */
.page-portfolio-article-border{
    height: 0.1rem;
    border-top: 0.1rem solid var(--light-grey-color);
}
.page-product-article .main{
    padding: 3rem 0;
}
.page-product-article .left{
    width: 40%;
    padding: 0 5%;
}
.page-product-article .right{
    width: 40%;
    padding: 0 5%;
    font-size: var(--header-font);
    font-weight: bold;
}
.product-article-images {
	text-align: center;
}
.product-article-images .image-item {
    height: 0;
    padding-top: 20%;
    width: 28%;
    margin: 2rem 1%;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	cursor: zoom-in;
}
.page-product-article .header{
	padding: 3rem;
    font-size: var(--header-font);
    font-weight: bold;
}
.page-product-article .description,
.page-product-article .description *{
    font-size: var(--description-font);
    line-height: var(--description-line-height);
}
.page-product-article .attributes{
    padding: 3rem 0;
    background: var(--light-grey-color);
}
.page-product-article .attributes .title{
    font-size: var(--title-font);
    font-weight: bold;
}
.page-product-article .attributes .items{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.page-product-article .attributes .item{
    width: 30%;
    padding-top: 2rem;
    margin-right: 3%;
}
.page-product-article .attributes .item .name{
    font-size: var(--description-font);
    font-weight: bold;
    color: var(--dark-grey-color);
}
.page-product-article .attributes .item .value,
.page-product-article .attributes .item .value li{
    font-size: var(--description-font);
    color: var(--dark-grey-color);
}
/*
contact
 */
.contact-page-border{
    height: 0.1rem;
    border-top: 0.1rem solid var(--light-grey-color);
}
.contact-page .inner-container{
    width: 70%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.contact-page .header{
    font-size: var(--title-font);
    font-weight: bold;
    padding-bottom: 2rem;
}
.contact-page .description *{
    font-size: var(--description-font)!important;
    line-height: var(--description-line-height);
}
.contact-page .content-container{
    background-color: var(--light-grey-color);
}
.contact-page .control-group:not(:last-child) .controls{
    box-sizing: border-box;
    border: 1px solid #000;
}
.contact-page .control-label{
    padding: 1.5rem 0 .8rem 0;
}
.contact-page label,
.contact-page label > span{
    font-size: var(--description-font);
}
.contact-page label .star{
    font-weight: bold;
}
.contact-page label .form-control-feedback{
    display: block;
    color: #ff4444;
}
.contact-page input{
    height: 3rem;
    font-size: var(--description-font);
    width: 100%!important;
    box-sizing: border-box;
    padding: 1rem;
}
.contact-page textarea{
    font-size: var(--description-font);
    width: 100%!important;
    box-sizing: border-box;
    padding: 1rem;
}
.contact-page button{
    margin-top: 2rem;
    border: 3px solid var(--light-blue-color);
}
/* =====================================================================================================================
    MEDIA QUERIES
 */
@media only screen and (max-width: 1024px) {
    :root {
        --header-font: 1.8rem;
        --title-font: 1.4rem;
        --title-line-height: 1.8rem;
        --description-font: 1.2rem;
        --description-line-height: 1.5rem;
    }
    .inner-container{
        padding: 0 4rem;
    }
    header.shrunk,
       header{
        padding: 0;
    }
    header.shrunk .top-menu .right > a,
    .top-menu .right > a{
        width: 2rem;
        height: 2rem;
    }
    header.shrunk .top-menu .right > a::before,
    .top-menu .right > a::before{
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
    header .inner-container{
        padding: 0 2rem;
    }
    header .top-menu .logo,
    header.shrunk .top-menu .logo{
        height: 70%;
    }
    header.shrunk .top-menu .middle > a,
    .top-menu .middle > a{
        font-size: 1rem;
    }
    .page-about .top-bg{
        height: 15rem;
    }
    .page-about .inner-container:nth-child(2){
        margin-top: -4rem;
    }
    .page-about .top-bg .txt{
        font-size: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .page-about .top-text{
        margin-top: 0;
    }
    .page-about .top-text *{
        font-size: var(--description-font) !important;
        line-height: var(--description-line-height) !important;
    }
    .page-about .card .about-our-values .left .title{
        font-size: var(--title-font);
        line-height: var(--title-font);
    }
    .page-about .card .about-our-values .left .description > p*{
        font-size: var(--description-font) !important;
        line-height: var(--description-line-height) !important;
    }
    .page-about .manufacturers-slider.slick-slider{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .page-services .top-bg{
        height: 10rem;
    }
    .page-services .text h2{
        font-size: var(--description-font)
    }
    .page-portfolio-list .item{
        width: 40%;
        padding: 2rem 5%;
    }
    .page-portfolio-article .header{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .page-portfolio-article .description,
    .page-portfolio-article .description *{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .page-product-list .item{
        width: 40%;
        padding: 2rem 5%;
    }
    .contact-page .inner-container{
        width: 90%;
    }
}
@media only screen and (max-width: 800px) {
    :root {
        --header-font: 1.5rem;
        --title-font: 1.2rem;
        --title-line-height: 1.6rem;
        --description-font: 1rem;
        --description-line-height: 1.4rem;
    }
    .button{
        padding: .5rem 1.4rem;
        font-size: 1rem;
        border: 1px solid var(--light-grey-color);
    }
    .inner-container{
        padding: 0 2rem;
    }
    .top-menu{
        display: block;
        height: initial;
        position: relative;
        padding: 1rem 0;
    }
    .top-menu .left,
    .top-menu .middle {
        display: block;
        width: 100%;
        height: initial;
    }
    .top-menu .left,
    .top-menu .right {
        width: 50%;
    }
    header .top-menu .logo,
    header.shrunk .top-menu .logo{
        display: block;
        padding-top: 13%;
        background-position: center;
    }
    .top-menu .middle {
        text-align: center;
        margin-top: 1rem;
    }
    .top-menu .right {
        position: absolute;
        top: 1rem;
        right: 0;
        height: initial;
        padding: 0;
    }
    footer{
        padding: 2rem 0;
    }
    footer .inner-container{
        padding: 0 2rem;
    }
    footer .logo{
        padding-top: 3rem;
    }
    footer .address{
        padding: 2rem;
    }
    footer .menus{
        display: block;
        position: relative;
    }
    footer .menu-items{
        margin-top: 2rem;
    }
    footer .menu-items .item .header{
        font-size: 1.2rem;
        padding-bottom: .5rem;
    }
    footer .menu-items .item > a{
        font-size: 1rem;
    }
    footer .social{
        padding: 0;
    }
    footer .social > a{
        width: 2.5rem;
        height: 2.5rem;
    }
    footer .social > a::before{
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    .page-home .title {
        font-size: var(--title-font);
    }
    .page-home .description{
        line-height: var(--description-line-height);
    }
    .page-home .top-slider.slick-slider .slider-item {
        height: 20rem;
    }
    .page-home .slick-slider .slider-item .title{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 4rem;
        bottom: 0;
    }
    .page-home{
        box-sizing: border-box;
    }
    .page-home .about{
        position: relative;
        padding-bottom: 7rem;
        padding-top: 3rem;
    }
    .page-home .about .inner-container{
        padding: 0 2rem;
    }
    .page-home .about .top,
    .page-home .about .bottom{
        display: block;
    }
    .page-home .about .top .left,
    .page-home .about .top .right,
    .page-home .about .bottom .left,
    .page-home .about .bottom .right{
        width: 100%;
        padding: 0;
    }
    .page-home .about .top .left{
        padding-bottom: 1rem;
    }
    .page-home .about .left,
    .page-home .about .right{
        line-height: var(--description-line-height);
    }
    .page-home .about .top .right{
        position: absolute;
        bottom: 0;
    }
    .page-home .portfolio .header{
        margin-bottom: 2rem;
    }
    .page-home .portfolio .item{
        display: block;
        position: relative;
        padding-bottom: 5rem;
    }
    .page-home .portfolio .item.right {
        padding-top: 35%;
    }
    .page-home .portfolio .item.right .images{
        position: absolute;
        top: 0;
        left: 0;
    }
    .page-home .portfolio .item .text,
    .page-home .portfolio .item .images{
        width: 100%;
    }
    .page-home .portfolio .right .text .title{
        text-align: center;
    }
    .page-home .portfolio .right .text .description,
    .page-home .portfolio .left .text .description{
        margin-top: 1rem;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .page-home .portfolio .image{
        padding-top: 35%;
    }
    .page-home .portfolio .item .button{
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateX(-50%);
        margin-left: 50%;
    }
    .page-home .portfolio .left .text .title {
        text-align: center;
    }
    .page-home .products{
        display: block;
        margin-bottom: 0;
    }
    .page-home .products .item{
        padding-left: 3rem;
    }
    .page-home .products .item::before{
        font-size: 1rem;
        padding: .5rem;
    }
    .page-home .products .left{
        display: none;
    }
    .page-home .products .right {
        width: 100%;
    }
    .page-home .products .description{
        width: 100%;
    }
    .page-home .products .right > a:last-child{
        position: relative;
        left: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .page-home .manufacturers-slider.slick-slider{
        padding: 1rem 0;
        padding-top: 0;
    }
    .page-about .top-bg {
        height: 5rem;
        padding-bottom: 10rem;
    }
    .page-about .top-bg .txt{
        font-size: 2rem;
    }
    .page-about .top-text {
        padding: 2rem 3rem;
        margin-bottom: 2rem;
    }
    .page-about .card .about-our-values .left {
        width: 100%;
        margin-right: 0;
    }
    .page-about .card .about-our-values .right {
        display: none;
    }
    .page-portfolio-list .item{
        width: 60%;
        padding: 1rem 20%;
    }
    .page-product-list .item{
        width: 80%;
        padding: 2rem 10%;
    }
    .page-product-article .main{
        display: block;
        position: relative;
        padding: 3rem 5%;
        padding-top: 14rem;
    }
    .page-product-article .left{
        padding: 0;
        width: 100%;
    }
    .page-product-article .right{
        position: absolute;
        top: 2rem;
        left: 0;
        width: 90%;
        height: 12rem;
        padding: 0 5%;
    }
    .page-product-article .header{
        padding-bottom: 1rem;
    }
    .page-product-article .attributes .items{
        display: block;
    }
    .page-product-article .attributes .item{
        width: 100%;
    }
    .contact-page .inner-container{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .contact-page .header{
        padding-bottom: 1rem;
    }
}