html, body {
    width: 100%;
    /*scroll-behavior: smooth;*/
}

body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}

.fonts-loaded-1 body {
    font-family: 'GothamProSubset';
}

.fonts-loaded-2 body {
    font-family: 'GothamPro', sans-serif;
}

a, input[type=button], input[type=submit], input[type=reset], button {
    outline: 0 none;
    transition: all 0.2s ease;
    text-decoration: none;
}

input[type=button], button {
    font-size: 15px;
    font-weight: 400;
    font-family: 'GothamPro', sans-serif;
}

input[type=button]:hover, button:hover {
    cursor: pointer;
}

a {
    font-weight: 400;
    color: #000;
}

a:visited {
    color: #000;
}

button::-moz-focus-inner {
    border:0;
}

h1 {
    font-size: 36px;
    font-weight: 400;
    color: #262626;
    width: 100%;
    text-align: center;
}

header {
    /*height: 132px;*/
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: rgba(250,250,250,.9);
    box-shadow: 0 0 5px 5px #808080;
}

svg {
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

svg > rect {
    position: relative;
    pointer-events: auto;
    transition: all 0.2s ease;
}

.head-container {
    width: 100%;
}

#head-left-side {
    display: flex;
    justify-content: flex-start;
}

#head-right-side {
    display: flex;
    justify-content: flex-end;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*height: 100%;*/
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

#logo-wrap {
    height: 60px;
    width: 60px;
    background-color: #202020;    
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.main-logo {
    width: 45px; 
    height: 45px;    
}

#desktop-menu ul {
    display: flex;
    align-items: center;
}

#desktop-menu li {
    margin-left: 30px;
    line-height: 60px;
    text-transform: uppercase;
}

#desktop-menu li a {
    color: #202020;
}

#desktop-menu li a:hover {
    color: #000;
    text-shadow: 0px 0px 1px #000;
}

.mobile-mbutton {
    display: none;
    position: relative;
    width: 35px;
    height: 35px;
    transition: .3s ease;
}

.mobile-h, .mobile-mbutton:before, .mobile-mbutton:after {
    height: 5px;
    width: 35px;
    position: absolute;
    box-sizing: border-box;
    border: solid 1px #000;
    background-color: #000;
    border-radius: 3px;
}

.mobile-mbutton:before, .mobile-mbutton:after {
    content: '';
    display: block;
    left: 0;
    transition: all .3s ease-out;
}

.mobile-mbutton:before {
    top: 5px;
}

.mobile-mbutton:after {
    top: 25px;
}

.mobile-h {
    top: 15px;
    left: 0;
    transition: all .3s ease-out;
}

.mobile-mbutton-pressed .mobile-h {
    width: 0;
    left: 50%;
} 

.mobile-mbutton-pressed:before {
    transform: rotate(45deg);
    top: 15px;
}

.mobile-mbutton-pressed:after {
    transform: rotate(-45deg);
    top: 15px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    width: 100%;
    top: 60px;
    z-index: 1001;
    background-color: #fefefe;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 40px;
    box-shadow: 0 6px 5px 1px #808080;
    overflow: hidden;
    padding: 0 40px;
    height: 0;
    transition: all .3s ease-out;
}

.mobile-menu li {
    width: 100%;
    text-align: center;
}

.mobile-menu-active {
    padding: 20px 40px;
    height: auto;
}

#lang-name {
    margin: 0 10px 0 5px;
}

#lang-button {
    transition: all 0.2s ease;
}

#lang-button:hover {
    cursor: pointer;
    text-shadow: 0px 0px 1px #000;
}

.slide-item {
    width: 100%;
    height: 600px;
    background-color: #a0a0a0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.slide-description {
    padding: 20px; 
    border: 1px solid #fff; 
    border-radius: 5px; 
    color: #fff; 
    background-color: rgb(0, 0, 0, 0.5); 
    width: auto; 
    left: 60%; 
    top: 70%;
    line-height: 20px;
    position: absolute;
}

.section-white {
    background-color: #fff;
}

.section-grey {
    background-color: #fafafa;
}

.promo-cards {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
    box-sizing: border-box;
    height: 480px;
    overflow: hidden;
}

.promo-card {
    width: 300px;
    height: 400px;
    /*border: 1px solid #e0e0e0;*/
    background-color: #f0f0f0;
    transition: all .1s ease-out;
    border: 1px solid #fff;
    box-sizing: content-box;
    transition: all .5s ease;
}

.promo-card-hidden {
    opacity: 0;
    margin-top: 100px;
}

.promo-card-img {
    width: 100%;
    height: 255px;
    overflow: hidden;
    margin-bottom: 20px;
    /*position: relative;*/
}

.promo-card img {
    width: 100%;
    /*position: absolute;*/
    transition: all .3s ease-out;
}

.promo-card-descr {
    width: 100%;
}

.promo-card-cat {
    color: #808080;
    margin: 0 20px 10px;
}

.promo-card-text {
    margin: 0 20px;
    font-size: 20px;
    line-height: 22px;
}

.promo-card:hover img {
    /*width: 110%;
    left: -5%;
    top: -5%;*/
    transform: scale(1.15);
}

.promo-card:hover {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 3px 3px #f0f0f0;
    cursor: pointer;
}

section {
    padding: 20px 0;
}

.section-dummy {
    height: 60px;
    padding: 0;
}

#section-promo {
    padding: 0;
}

.about-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.about-row:nth-child(odd) {
    margin-left: 76px;
}

.about-row-hidden {
    margin-left: 76px;
    opacity: 0;
}

.about-row-hidden:nth-child(odd) {
    margin-left: 0;
    opacity: 0;
}

.about-row-pic {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.about-row svg {
    fill: #c0c0c0;
}

.about-row p {
    margin: 0;
    line-height: 20px;
}

.anim-link {
    font-weight: 600;
    position: relative;
    transition: all .3s;
    color: #000;
}

.anim-link:hover {
    color: #808080;
}

.anim-link:before {
        content: "";
        width: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #000;
        transition: all .3s;
}

.anim-link:hover:before {
        width: 100%;
        left: 0;
        background: #000;
}

p {
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0;
}

/* === products === */

#section-products h2 {
    font-weight: 500;
    color: #404040;
    margin: 0 0 20px;
}

.product-group {
    padding: 10px 0;
}

#product-portable-wrap {
    display: flex; 
    justify-content: flex-start;
}

#product-portable-wrap .products-slider-wrap {
    margin-right: 40px;
}

#product-stationary-wrap {
    display: flex; 
    justify-content: flex-end;
}

#product-stationary-wrap .products-slider-wrap {
    margin-left: 40px;
}

.products-main-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
}

.products-slider-wrap {
    width: 300px;
}

.products-main-img {
    width: 300px;
}

/* === spec === */

#spec-table {
    width: 100%;
    margin-bottom: 30px;
}

#spec-table th {
    padding: 10px 0;
}

.spec-table-img {
    height: 80px;
}

#spec-table td {
    width: 20%;
    padding: 5px;
    text-align: center;
    height: 50px;
}

#spec-table td:first-child {
    text-align: left;
}

#spec-table tr:nth-child(even) {
    background-color: #f0f0f0;
}

#spec-table tr:nth-child(odd) {
    background-color: #fff;
}

/* === support ==== */

.download-cards {
    padding: 40px 25%;
    height: auto;
    transition: all .3s;
}

.download-cards-hidden {
    padding: 40px 0;
}

.download-card {
    width: 240px;
    height: auto;
}

.download-card-hidden {
    opacity: 0;
}

.download-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 200px;
    margin: 0;
}

.download-card-text {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0;
    box-sizing: border-box;
}

.download-descr {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === contacts === */

.contacts-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
}

.contacts-item {
    /*width: 20%;*/
    color: #808080;
}

.contacts-text {
    color: #000;
    line-height: 18px;
}

.contacts-h3 {
    width: 100%; 
    text-align: center;
}

.contacts-icon-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

footer {
    border-top: solid 1px #e0e0e0;
    padding: 20px 0;
    color: #808080;
}

footer a {
    color: #000;
}

.footer-logo {
    width: 32px; 
    height: 32px;    
}

#logo-foot-wrap {
    height: 32px;
    width: 32px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

#footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#footer_cr {
    color: #808080;
}

/*footer h3 {
    color: #808080;
}*/

footer li {
    margin-bottom: 10px;
}

#lng-bkg {
    display: none;
    /*background-color: rgba(0,0,0,0.5);*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#lng-wrap {
    position: fixed;
    right: 10px;
    top: 50px;
    height: 0;
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 3px;
    box-shadow: 0 0 3px 3px #808080;
    padding: 10px;
    z-index: 1000;
    opacity: 0;
    transition: all .2s ease;
}

#lng-wrap li {
    padding: 0 5px;
}

#lng-wrap li:hover {
    background-color: #262626;
}

#lng-wrap li:hover a {
    color: #fff;
    transition: none;
}

#lng-wrap li:hover a:visited {
    color: #fff;
}


/*===========================*/


ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}




/* ============================ @MEDIA ========================= */

@media only screen and (max-width: 1180px) {
    .container {
        padding: 0 10px;
        margin: 0;
        box-sizing: border-box;
    }
    
    .slide-item {
        background-position: center;
        background-size: 140%;
        height: 480px;
    }
}

@media only screen and (max-width: 750px), (max-height: 680px) {
}

@media only screen and (min-width: 999px) and (max-height: 680px) {
}

@media only screen and (max-width: 750px) {
    #desktop-menu {
        display: none;
    }

    .mobile-mbutton {
        display: block;
    }
    
    /*#section-specifications {
        display: none;
    }*/
    
}

@media only screen and (max-width: 420px) {
    
    section {
        padding: 1px 0;
    }
    
    .slide-item {
        background-position: top;
        background-size: 120%;
    }

    .slide-item {
        height: 220px;
    }
    
    .slide-description {
        border: none;
        background: none;
        position: inherit;
        left: 0;
    }

    .promo-cards {
        height: auto;
        padding: 40px 0 0;
    }
    
    .promo-card {
        width: 100%;
        height: 120px;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
    }
    
    .promo-card-img {
        height: auto;
        width: 120px;
        margin-bottom: 0;
        margin-left: 20px;
    }
    
    .promo-card-descr {
        padding: 10px 0;
    }
    
    .promo-card-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .about-row-hidden:nth-child(odd) {
        margin-left: 76px;
    }
    
    .about-row:nth-child(odd) {
        margin-left: 0;
    }
    
    #product-portable-wrap {
        justify-content: space-around;
        flex-wrap: wrap-reverse;
    }

    #product-stationary-wrap {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #product-portable-wrap .products-slider-wrap, #product-stationary-wrap .products-slider-wrap {
        margin: 40px 0 0;
    }

    #spec-table-wrap {
        width: 100%;
        overflow-x: auto;
    }
    
    #spec-table {
        width: auto;
    }
    
    #spec-table th, #spec-table td {
        width: 100px;
    }
    
    #spec-table td:first-child, #spec-table th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }
    
    #spec-table tr:nth-child(odd) td:first-child {
        background-color: #fff;
    }

    #spec-table tr:nth-child(even) td:first-child {
        background-color: #f0f0f0;
    }
    
    .download-cards {
        padding: 0;
        display: block;
    }
    
    /*.download-card {
        width: 100%;
        height: auto;
    }*/
    
    .download-card-img {
        height: 120px;
        width: 160px;
        margin-left: 0;
    }
    
    .contacts-wrap {
        display: block;
        margin: 0 auto;
        width: 260px;
    }
    
    .contacts-item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    
    .contacts-icon-wrap {
        width: 48px;
        margin-right: 20px;
    }
    
    .contacts-h3 {
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    #footer-menu {
        margin-bottom: 30px;
    }
    
}

@media only screen and (max-width: 410px) {
}

@media only screen and (max-width: 380px) {
}