@charset "utf-8";
/*
    графитовы    - rgba(57, 68, 77, 1)    - #39444d
    графитовый 2 - rgba(37, 48, 57, 1)
                 - rgba(17, 28, 37, 1)
    графитовы    - rgba(180, 190, 200, 1) - #b4bec8
    зеленый      - rgba(20, 105, 60, 0)   - #14693c
*/
* {
	font-family: 'Tenor Sans', sans-serif;
	transition: 0.3s linear;
}
html, body {
    font-family: 'Tenor Sans', sans-serif;
    background-color: rgba(57, 68, 77, 1);
    color: rgba(255,255,255,1);
    margin: 0; 
    padding: 0;
}
a { 
    text-decoration: none; 
    transition: 0.3s linear;
    color: rgba(180, 190, 200, 1);
}
a:hover {
    color: rgba(255,255,255,1);
}
header, section, copyright {
    position:relative;
    width:80%;
    padding: 0 10%;
}
header {
    position:fixed;
    z-index: 9;
    transition: 0.3s linear;
    
}
header nav, header logo {
    display: inline-block;
}
header logo img {
    width: 18vmin;
    padding:1vw 0;
}
header.scrolled {
    height: 10.5vmin;
    background-color: rgba(17, 28, 37, 0.9);
    transition: 0.3s linear;
}
header.scrolled logo img {
    width: 6.8vmin;
    padding: 0.5vw 0;
}
nav {
    position: relative;
    vertical-align: top;
    float: right;
    font-size: 2vmin;
}
nav ul {
    margin: 0; 
    padding-left: 0;
    display: inline-block;   
    vertical-align: middle;
    height:100%;
}
nav > .line {
    display: inline-block;
    width: 1px;
    height: 40px;
    vertical-align: middle;
    background: rgba(255,255,255,1);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
nav ul:not(.menu) li {
    display: block;
    height: 50%;
}
nav ul li {
    list-style-type: none;
    padding: 0 1vmin;
}
nav ul.menu {
    
}
nav ul.menu > li {
    display: inline-block;
    text-transform: uppercase;
    height:100%;
    position: relative;
}
nav ul.menu li:hover ul.sub-menu {
    height: fit-content;
}
nav ul.sub-menu {
    background-color:rgba(17, 28, 37, 0.6);
    position:absolute;
    left:0;
    top: 10.5vmin;
    width: max-content;
    min-width: 20vw;
    overflow:hidden;
    height: 0;
}
nav ul.sub-menu li {
    display: block;
    border-top:1px solid rgba(17, 28, 37, 1);
}
nav ul.sub-menu li.first {
    border-top:3px solid rgba(17, 28, 37, 0);
}
nav ul.sub-menu li a {
    display: block;
    padding: 1.5vmin 0;
    font-weight: normal;
}
nav ul.sub-menu li:hover {
    background-color:rgba(17, 28, 37, 0.9);
    color: rgba(255,255,255,1);
}
nav a {
    color: rgba(180, 190, 200, 1);
    display: block;
}
nav ul.menu > li > a {
    font-weight: bold;
    padding: 4vmin 0;
    border-bottom: 3px solid rgba(244, 172, 29, 0);
    transition: 0.3s linear;
}
nav ul.menu > li:hover > a, nav ul.menu > li.active > a {
    color: rgba(255,255,255,1);
    border-bottom: 3px solid rgba(244, 172, 29, 1);
    transition: 0.3s linear;
}
nav .addr i, .footer aside i {
    padding-right:1.5vmin;
}
main section {
    position:relative;
}
main section * {
    position:relative;
    z-index:3;
}
main section h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-top: 10vmin;
    padding-bottom: 3vmin;
    font-size: 4vmin;
}
main section:nth-child(even) {
    background-color:  rgba(255,255,255,0.1);;
}
main .title h1 {
    padding-top:32vmin;
    font-size: 5vmin;
}
main .title .wline {
    margin-bottom: 0;
}
main .title .breadcrumb {
    padding: 3vmin 0 6vmin;
}
.breadcrumb {
    text-align:center;
    margin: 0; 
    padding-left: 0;
    display: block;   
    vertical-align: middle;
    width:100%;
}
.breadcrumb li {
    display:inline-block;
    list-style-type: none;
}
footer {
    background-color:rgba(37, 48, 57, 1);
}
.footer {
    display:flex;
}
.footer aside {
    width: 33.3333%;
    padding: 6vmin 0;
    text-align: center;
}
.footer logo img {
    width: 20vmin;
}
.footer aside h3 {
    margin: 0;
    padding-bottom:2vmin;
}
.footer aside p {
    text-align: left;
}
.footer aside em {
    margin: 0;
    font-size: 3vmin; 
}
copyright {
    background-color:rgba(17, 28, 37, 1);
    display: block;
    padding-top: 1.5vmin;
    padding-bottom: 1.5vmin;
}
copyright, copyright a {
    color: rgba(57, 68, 77, 1);
    font-size: 2vmin;
}
#slider {
    min-height:100vh;
}
.wline {
    height: 1px;
    width: 15vw;
    margin: 0 auto 4vmax;
    background: rgba(255,255,255,1);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.hline {
    display: inline-block;
    height: 20vh;
    width: 1px;
    margin: 10vh 0;
    background: rgba(255,255,255,1);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
#mission {
    position:relative;
}
#mission:before {
    content: "";
    display: block;
    position:absolute;
    right: 0;
    bottom: 0;
    height: 30vmin;
    width: 30vmin;
    background-image: url(../images/list-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;
}
#mission aside {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 8vmin 0;
    position:relative;
    z-index: 2;
}
#mission aside p {
    margin:0;
    padding: 1vmin 5vmin;
    font-size:2.5vmin;
}
#mission aside h2 {
    margin:0;
    padding: 1.5vmin;
    font-size:4vmin;
}
#products,.full {
    padding: 0;
    width: 100%;
}
#products .catalog {
    position:relative;
    display:flex;
}
#products .catalog a {
    display:block;
    position:relative;
    width:33.3333%;
    overflow:hidden;
    height:60vh;
}
#products .catalog a .img {
    background-position: center center;
    background-size:cover;
    width:100%;
    height:100%;
    transition: 0.5s linear;
}
#products .catalog a:hover .img {
    margin: -10%;
    padding: 10%;
    transition: 0.3s linear;
}
#products .catalog a .title {
    position: absolute;
    display:block;
    bottom: 0;
    width: 100%;
    padding: 30vh 0;
    height: auto;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 3vmin;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s linear;
}
#products .catalog a:hover .title {
    padding: 2vmax 0;
    height:auto;
    background-color: rgba(20, 105, 60, 1);
    transition: 0.3s linear;
}

.main {
    padding-bottom: 8vh;
}
#news .main a {
    display: inline-block;
    width:32%;
    min-height:66vh;
    margin-left:1%;
    background-color:rgba(37, 48, 57, 1);
    vertical-align: top;
}
#news .main a:first-child { 
    margin-left:0;
}
#news .main a .date {
    background-color: rgba(20, 105, 60, 1);
    display: block;
    position: absolute;
    top: 2vmin;
    left: 2vmin;
    padding: 1vmin;
    border-radius: 0vmin;
    color: #ffffff;
}
#news .main a .date span {
    display:block;
    text-align:center;
    font-size: 2vmin;
    text-transform: uppercase;
}
#news .main a .date span:first-child {
    font-size: 4vmin;
}
#news .main a .img {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center center;
}
#news .main a .title {
    padding: 1vmax;
    font-size: 2vmin;
}
#news .main a .title p {
    margin:0;
}
#news .main a .title p:first-child {
    min-height: 10vh;
}
#certificats .main a {
    display:inline-block;
    width:23.79%;
    margin-left: 1%;
    height: 60vh;
    overflow:hidden;
    background-color: rgba(17, 28, 37, 1);
    position:relative;
}
#certificats .main a:first-child {
    margin-left:0;
}
#certificats .main a .img {
    height: 50vh;
    width:100%;
    background-size: cover;
    background-position: top center;
}
#certificats .main a .info {
    background-color: rgba(17, 28, 37, 1);
    text-align:center;
    width:100%;
    position:absolute;
    top:50vh;
}
#certificats .main a:hover .info {
    top:33vh;
}
.info h3 {
    margin:0;
    padding:1vh;
}
.info p {
    font-size: 1.8vmin;
    margin: 0;
    padding: 0.5vmin;
}
.info p:first-child {
    display: block;
    min-height: 4vmin;
}
.info .wline {
    margin:0 auto;
    width: 10vw;
}
#statistic .item {
    display:inline-block;
    width:31.33%;
    margin-left: 1%;
    margin-bottom: 8vmin;
    text-align: center;
}
#statistic .item:nth-child(5n+1) {
    margin-left: 0;
}
.item h3 {
    font-size: 4vmin;
    margin:0;
    padding:1vmin;
}
.item h3 span {
    font-size: 8vmin;
    padding-right:2vmin;
}
.item p {
    font-size: 2.8vmin;
    padding: 1vmin;
    margin:0;
}
#statistic .hline {
    margin:0;
    height:15vh;
}
.bshadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.dshadow {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.75));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.75));
}
.xshadow {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:1;
}
.parallax, main section {
  min-height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mmenu {
    display:none;
}

* {
	 scrollbar-width: thin;
	 scrollbar-color: rgba(17, 28, 37, 1) rgba(57, 68, 77, 1) ;
}
 *::-webkit-scrollbar {
	 width: 12px;
}
 *::-webkit-scrollbar-track {
	 background:rgba(57, 68, 77, 1) ;
}
 *::-webkit-scrollbar-thumb {
	 background-color: rgba(17, 28, 37, 1);
	 border-radius: 20px;
	 border: 3px solid rgba(57, 68, 77, 1) ;
}

 
@media only screen and (max-width: 768px) {
    header, section, copyright {
        width: 90%;
        padding: 0 5%;
    }
    header, header.scrolled {
        height: 20vmin;
        background-color: rgba(17, 28, 37, 0.9);
    }
    header logo img, header.scrolled logo img {
        height:18vmin;
        width:auto;
        padding: 1vmin 0
    }
    main section h1 {
        font-size: 6vmin;
    }
    #mission {
        padding-top: 10vmin;
        padding-bottom:10vmin;
    }
    #mission aside {
        width: 100%;
        display:block;
        padding:0;
    }
    #mission .hline {
        display:none;
    }
    #mission aside h2 {
        font-size: 6vmin;
    }
    #mission aside p {
        font-size: 4vmin;
    }
    #products .catalog {
        display:block;
    }
    #products .catalog a {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 40vh;
    }
    #products .catalog a .title {
        font-size: 4vmin;
        padding: 20vh 0;
    }
    #news .main a, #certificats .main a  {
        display: block;
        width: 100%;
        margin: 5% 0;
    }
    #news .main a .title {
        padding: 5%;
        font-size: 5vmin;
    }
    #news .main a .title p {
        margin: 5% 0 !important; 
    }
    #news .main a .title p:first-child {
        min-height: auto;
    }
    .info p {
        font-size: 4vmin;
        margin: 0;
        padding: 1vmin;
    }
    .info p:first-child {
        min-height: 9vmin;
    }
    #statistic .item {
        display: block;
        width: 100%;
    }
    #statistic .hline {
        display:none;
    }
    .wline {
        width: 40vw;
        height:2px;
    }
    #statistic .item:not(:last-child):after, #mission aside:not(:last-child):after {
        content: "";
        display:block;
        height: 1px;
        width: 80vw;
        margin: 4vmax auto;
        background: rgba(255,255,255,1);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    }    
    .item h3 span {
        font-size: 10vmin;
    }
    .item h3 {
        font-size: 6vmin;
    }
    .item p {
        font-size: 5vmin;
    }
    .parallax, main section {
        min-height: 20vh;
    }
    .footer {
        display: block;
    }
    .footer aside {
        width:100%;
    }
    .footer aside em {
        font-size: 5vmin;
    }
    .footer logo img {
        width: 30vmin;
    }
    header nav {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: rgba(17, 28, 37, 0.6);
    }
    header nav ul {
        display:block;
        width:100%;
    }
    header nav ul li, nav ul.menu > li {
        display:block;
        font-size:5vmin;
        padding:0 5%;
    }
    nav ul li a {
        border:none !important;
        padding: 3vmin 0;
    }
    nav ul.sub-menu {
        position:initial;
        height:auto;
        width:auto;
    }
    nav .line {
        display: none;
    }
    nav > ul {
        border-bottom: 2px solid;
        padding: 3vmin 0;
    }
    nav > ul:first-child {
        border-top: 2px solid;
    }
    .mmenu {
        display: inline-block;
        position:absolute;
        font-size:10vmin;
        right:5%;
        top:0;
        padding: 5vmin 0;
    }
    main section h1 { 
        font-size: 6vmin;
    }
}