/* Header */
header {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(17, 56, 69, 0.04);
       -moz-box-shadow: 0px 4px 20px rgba(17, 56, 69, 0.04);
            box-shadow: 0px 4px 20px rgba(17, 56, 69, 0.04);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 4vw 4px 1vw;
    z-index: 3;
    border-top: 1px solid #113845;
}
#categories {
    justify-content: center;
    padding: 20px;
    z-index: 2;
    width: 100%;
    background: #DADAEE
    font-weight: bold;
}
#categories a {
    padding: 5px 2%;
    border-bottom: 0.7px solid transparent;
}
/* Navigation */
nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 2%;
    text-align: right;
}
nav a {
    padding: 14px 24px;
    text-decoration: none;
    color:#141B2D;
    border-bottom: 0.7px solid transparent;
}
.onmobile{
    display: none;
}
/* Banner */
#banner .slick-slide{
    height: 100vh;
    max-height: 86vh;
    overflow: hidden;
}
#banner .slick-slide .info{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 8vh 4vw;
    max-width: 55vw;
}
#banner .slick-dots {
    margin: -1px 0 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 8vh;
    width: 15%;
    right: 4vw;
}
#banner .slick-dots li {
    float: right;
    padding: 3%;
}
#banner .slick-dots li button {
    background: #DADAEE;
    border: none;
    padding: 0;
    float: left;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin: 0;
}
#banner h2 {
    text-shadow: 0px 4px 20px rgba(17, 56, 69, 0.04);
    color:#FFFFFF;
    margin: 0;
}
#banner h3{
    color:#FFFFFF;
    font-size: 21px;
    line-height: 34px;
    margin: 20px 0;
    font-family: 'OpenSans-Regular';
}
#banner .btn{
    display: inline-block;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/* About */
#about{
    background: -webkit-radial-gradient(50% 50% at 50% 50%, #437C64 0%, #3B6C6D 100%);
    background: -moz-radial-gradient(50% 50% at 50% 50%, #437C64 0%, #3B6C6D 100%);
    background: -o-radial-gradient(50% 50% at 50% 50%, #437C64 0%, #3B6C6D 100%);
    background: radial-gradient(50% 50% at 50% 50%, #437C64 0%, #3B6C6D 100%);
    min-height: 86vh;
    color:#FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4vh 4vw;
}
#about .image{
    width: 50%;
    position: relative;
}
#about .image img{
    max-width: 80%;
    display: block;
    margin: auto;
    z-index: 1;
    position: relative;
}
#about .text{
    width: 50%;
}
#about .text p {
    margin: 5px 0 20px;
}
#about .text h5{
    font-size: 42px;
    line-height: 59px;
    margin: 0;
}
#about .text i{
    display: block;
}
#about .text strong{
    font-size: 21px;
    line-height: 29px;
    margin: 0;
    display: block;
}
/*  Sertificates */
#sertificates{
    padding: 8vh 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#sertificates div{
    text-align: center;
    margin: 1%;
}
#sertificates div:nth-child(1), #sertificates div:nth-child(2), #sertificates div:nth-child(3) {
    width: 48%;
}
#sertificates div:nth-child(4), #sertificates div:nth-child(5){
    width: 48%;
}
#sertificates div img{
    padding: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
    -moz-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
    box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
/* Works */
#works{
    padding: 8vh 0 8vh 4vw;
    background:#F3F3FA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#works h5 {
    color: #113845;
    font-size: 52px;
    line-height: 69px;
    margin: 0;
}
#works p{
    font-size: 21px;
    line-height: 28px;
    max-width: 60%;
}
#works .works {
    width: 100%;
    padding-top: 96px;
}
#works .works .slick-arrow{
    position: absolute;
    top: 0;
    right: 4vw;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #DADAEE;
    width: 64px;
    height: 64px;
    padding: 20px;
    cursor: pointer;
}
#works .works .slick-arrow.slick-prev {
    right: -webkit-calc(4vw + 96px);
    right: -moz-calc(4vw + 96px);
    right: calc(4vw + 96px);
}
#works .works .slick-dots {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 62px;
    left: 0;
    right: 25vw;
    background: #DADAEE;
}
#works .works .slick-dots li {
    float: left;
    width: 5%;
}
#works .works .slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    padding: 1px;
    float: left;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    background: #DADAEE;
}
#works .works .slick-track{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#works .works .slick-slide {
    height: 100%;
}
#works .works .slick-slide .card{
    margin: 0 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
       -moz-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
            box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    height: 100%;
    overflow: hidden;
}
#works .works .slick-slide .card .proj-img{
    width: 100%;
    height: 100%;
    min-height: 25vh;
}
#works .works .slick-slide .card .proj-txt{
    height: 100%;
    min-height: 200px;
    padding: 20px;
}
#works .works .slick-slide .card .proj-txt h4{
    display: block;
    color:#141B2D;
}
#works .works .slick-slide .card .proj-txt strong{
    display: block;
    color:#113845;
}
#works .works .slick-slide .card .proj-txt small{
    display: block;
    color:#A0A0AE;
}
/* FastOrder */
#fastorder{
    background: #F3F3FA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4vh 0 4vh 4vw;
}
#fastorder .form {
    width: 46%;
    margin: 0 2%;
    z-index: 2;
 }
#fastorder .form h1{
    font-size: 27px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    color: #113845;
}
#fastorder .form small, #fastorder .form small a {
    /* display: block; */
    color: #141B2D;
    margin-bottom: 24px;
    text-align: center;
}
#fastorder .form button{
    margin: auto;
}
#fastorder .image {
    width: 50%;
    height: 80vh;
    background-image: url('/static/theme/img/preorder.png');
    background-position: center right;
    background-repeat: no-repeat;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    display: block;
}
/* Products */
#products{
    padding: 8vh 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#products .col {
    float: left;
    width: 23%;
    padding: 20px;
    height: 100%;
    -webkit-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
       -moz-box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
            box-shadow: 0px 4px 20px rgba(71, 100, 195, 0.1);
    margin: 1%;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    text-align: center;
}
#products .col img{
    max-width: 60%;
}
#products .col span{
    margin-bottom: 20px;
    display: block;
}
#products h5 {
    color: #113845;
    font-size: 52px;
    line-height: 69px;
    margin: 0;
    width: 100%;
}
#products h4 {
    color: #113845;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    width: 100%;
}
#products p {
    margin: 0 0 20px;
    color: #141B2D;
    width: 100%;
}
#products .showall{
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
#products .showall a {
    display: inline-block;
    margin-top: 30px;
    background: transparent;
    color: #113845;
    border: 2px solid #113845;
}
#products .pagetext{
    width: 98%;
    margin: 0 1%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
/* Reviews */
#reviews{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8vh 4vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
#reviews h5 {
    color: #113845;
    font-size: 52px;
    line-height: 69px;
    margin: 0;
}
#reviews h6 {
    color: #141B2D;
    font-size: 21px;
    line-height: 28px;
    max-width: 60%;
    margin: 20px 0;
}
#reviews p {
    margin: 0 0 20px;
    color: #141B2D;
    padding-left: 55px;
}
#reviews strong, #reviews small{
    display: block;
    color: #141B2D;
}
#reviews .allreviews{
    width: 100%;
}
#reviews .allreviews .slick-slide {
    padding: 0 2rem 0 0;
    margin: 1px;
}
#reviews .allreviews .slick-slide div{
    padding: 2rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #F3F3FA;
}
#reviews p {
    margin: 20px 0 20px;
    color: #141B2D;
    padding-left: 0;
}
#reviews q{
    display: none;
}
#reviews .slick-dots {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
#reviews .slick-dots li {
    padding: 1%;
    display: inline-block;
}
#reviews .slick-dots li button {
    background: #DADAEE;
    border: none;
    padding: 0;
    float: left;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin: 0;
}
#reviews .allreviews .slick-slide div .ifimg {
    padding: 1rem 0;
}
/* Map */
#map {
    height: 100vh;
    max-height: 86vh;
    margin-bottom: -13vh;
}
#map h6{
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 20px;
    color: #113845;
}
#map p{
    margin: 0 0 20px;
}
#page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8vh 4vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-content: baseline;
                -ms-flex-line-pack: baseline;
                    align-content: baseline;
}
#page h1,#page h2, #page h3, #page h4, #page h5, #page h6, #page p, #page div{
    flex-grow: 1;
    width: 100%;
}
#attention{
    min-height: 86vh;
    color: #141B2D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4vh 4vw;
}
#attention .image img{
    max-width: 80%;
    display: block;
    margin: auto;
}
#attention .text, #attention .image{
    width: 50%;
}
#attention .text p {
    margin: 5px 0 20px;
}
#attention .text h5{
    font-size: 42px;
    line-height: 59px;
    margin: 0;
}
#attention .text a.btn {
    display: inline-block;
    margin-top: 30px;
    background: transparent;
    color: #113845;
    border: 2px solid #113845;
}
/* Footer */
footer {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15vh 4vw 10vh;
    background-image: url('/static/theme/img/bkg2.svg');
    background-repeat: no-repeat;
    background-position: top left;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer .info small{
    color: #FFFFFF;
}
footer .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
footer .info svg {
    max-width: 150px;
    padding-right: 4%;
}
footer .social{
    float: right;
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social svg {
    fill: #FFFFFF;
    float: left;
    margin: 0 9px;
}
/* Modal window */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(214, 212, 212, 0.5);
    display: none;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow-x: hidden;
}
.modal-window {
    display: table;
    width: 100%;
    height: 100%;
}
.modal-container {
    display: table-cell;
    padding: 50px;
    vertical-align: middle;
    text-align: center;
}
.modal-content {
    overflow-x: hidden;
    display: inline-block;
    max-width: 40vw;
    text-align: left;
    position: relative;
    min-height: 30px;
    background: #FFFFFF;
    border: 0.2px solid #A0A0AE;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-box-shadow: 0px 4px 50px rgba(214, 212, 212, 0.3);
    -moz-box-shadow: 0px 4px 50px rgba(214, 212, 212, 0.3);
    box-shadow: 0px 4px 50px rgba(214, 212, 212, 0.3);
    padding: 65px 25px 30px 25px;
}
.modal-content label{
    display: none;
}
.modal-content button{
    margin: 20px 0;
}
.modal-content h5{
    font-size: 27px;
    line-height: 35px;
    margin: 20px 0;
    color: #113845;
}
.modal-close {
    position: absolute;
    right: 17px;
    top: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 22px;
    height: 22px;
    z-index: 1;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #DADAEE;
    width: 66px;
    height: 66px;
    padding: 22px;
    cursor: pointer;
}
.modal-close svg{
    float: left;
}
.modal-close-overlay{
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.button, .background, .nav, #navi-toggle{
    display: none;
}
@media only screen and (max-width:1200px){
    nav {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        margin: 0;
        width: 40%;
    }
/* MobileMenu */
.button, .background, .nav{
    display: inherit;
}
.checkbox, header .btn {
display: none;
}
.button {
position: relative;
background-color: #FFFFFF;
height: 3rem;
width: 3rem;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
position: fixed;
top: 3vh;
right: 4vw;
z-index: 2000;
text-align: center;
cursor: pointer;
}
.background {
height: 3rem;
width: 3rem;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
position: fixed;
top: 3vh;
right: 4vw; 
background: #FFFFFF;
z-index: 1000;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
-o-transition: -o-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
-moz-transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav {
height: 100vh;
position: fixed;
top: 0;
right: -60vw;
z-index: 1500;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
width: 0;
-webkit-transition: all 0.8s;
-o-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}
.list {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
list-style: none;
text-align: center;
width: 100%;
padding: 5vh 5vw;
}
.list a{
display: block;
margin: 5vh 0;
}
.checkbox:checked ~ .background {
-webkit-transform: scale(80);
   -moz-transform: scale(80);
    -ms-transform: scale(80);
     -o-transform: scale(80);
        transform: scale(80);
}
.checkbox:checked ~ .nav {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
width: 100%;
right: 0;
}
.icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.icon, .icon:before, .icon:after {
width: 1.7rem;
height: 2px;
background-color: #113845;
display: inline-block;
}
.icon:before,.icon:after {
content: "";
position: absolute;
left: 0;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.icon:before {
top: -0.5rem;
}
.icon:after {
top: 0.5rem;
}
.button:hover icon:before {
top: -1rem;
}
.button:hover icon:after {
top: 1rem;
}
.checkbox:checked + .button .icon {
background-color: transparent;
}
.checkbox:checked + .button .icon:before {
top: 0;
-webkit-transform: rotate(135deg);
   -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
     -o-transform: rotate(135deg);
        transform: rotate(135deg);
}
.checkbox:checked + .button .icon:after {
top: 0;
-webkit-transform: rotate(-135deg);
   -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
     -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
}
}
@media only screen and (max-width:900px){
    #banner .slick-slide {
        max-height: 78vh;
    }
    #banner .slick-slide .info {
        max-width: 85vw;
    }
    #banner .slick-slide .triangle{
        opacity: 0.9;
    }
    #banner .slick-slide .dots{
        width: 60%!important;
        opacity: 0.5;
    }
    #about, #fastorder{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #about{
        min-height: auto;
    }
    #about .image, #about .text, #fastorder .form, #fastorder .image {
        width: 100%;
    }
    #about .image{
        margin-left: -10vw;
    }
    #fastorder {
        padding: 4vh 4vw;
    }
    #fastorder .image {
        height: 50vh;
        margin-top: -10vh;
        z-index: 1;
        margin-bottom: -15vh;
        right: -4vw;
        position: relative;
    }
}
@media only screen and (max-width:800px){
    nav {
        width: 4%;
        height: 0;
    }
    header a:nth-child(1){
        width: 85%;
    }
    header .btn {
        font-size: 14px;
        line-height: 22px;
        padding: 13px 20px;
    }
    header a img, .fixed img {
        max-width: 85%;
    }
    #banner .slick-dots {
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
        left: 0;
        text-align: center;
        padding: 20px;
        background: #3B6C6D;
    }
    #banner .slick-dots li {
        float: none;
        display: inline-block;
    }
    #banner .slick-slide {
        max-width: auto;
    }
    #works{
        padding: 4vh 4vw;
    }
    #banner h2, #works h5, #products h5, #reviews h5 {
        font-size: 30px;
        line-height: 49px;
    }
    #banner h3, #works p, #reviews h6 {
        font-size: 18px;
        line-height: 25px;
        max-width: 100%;
    }
    #works .works {
        padding-bottom: 96px;
        padding-top: 0;
    }
    #works .works .slick-slide .card {
        margin: 0 1px;
    }
    #works .works .slick-arrow {
        top: initial;
        bottom: 60px;
    }
    #works .works .slick-arrow.slick-next{
        right: 0;
    }
    #works .works .slick-arrow.slick-prev {
        left: 0;
        right: initial;
        z-index: 1;
    }
    #works .works .slick-slide .card .proj-img {
        min-height: 250px;
    }
    #about {
        padding: 8vh 8vw;
    }
    #about .text h5 {
        font-size: 32px;
        line-height: 49px;
        margin-top: 5px;
    }
    #about .image {
        margin-left: -4vw;
    }
    #about .image img, #banner .slick-slide .info {
        max-width: 96%;
    }
    #about .text strong {
        font-size: 18px;
        line-height: 26px;
        margin-top: 5px;
    }
    #products .col {
        width: 100%;
        height: auto!important;
    }
    #products .col:nth-child(1),#reviews .allreviews .slick-slide, #reviews p {
        padding: 0;
    }
    #fastorder .form h1 {
        font-size: 22px;
        line-height: 28px;
    }
    #reviews .slick-dots li {
        padding: 5px;
    }
    small {
        font-size: 12px;
    }
    q{
        display: none;
    }
    input, textarea {
        padding: 15px 22px;
        font-size: 15px;
    }
    footer{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    footer .social {
        width: 100%;
        margin-top: 40px;
    }
    .modal-container{
        padding: 5px;
    }
    .modal-content {
        max-width: -webkit-calc(100% - 10px);
        max-width: -moz-calc(100% - 10px);
        max-width: calc(100% - 10px);
        padding: 80px 10px 10px;
    }
    .modal-content h5 {
        font-size: 21px;
        line-height: 27px;
        margin: 0;
    }
    .modal-close {
        width: 46px;
        height: 46px;
        padding: 12px;
    }
    #attention .text {
        width: 58%;
    }
    #attention .image {
        width: 40%;
    }
    footer{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #attention{
        -webkit-flex-wrap: wrap-reverse;
            -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse;
    }
    #attention .image img, #attention .text a {
        margin: 0;
    }
    #attention .text h5 {
        font-size: 32px;
        line-height: 49px;
    }
}
@media only screen and (max-width:500px){
    footer .social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #attention .text,#attention .image {
        width: 100%;
    }
    #banner h2, #works h5, #products h5, #reviews h5 {
        font-size: 28px;
        line-height: 39px;
    }
    #banner h3, #works p, #reviews h6 {
        font-size: 16px;
        line-height: 23px;
    }
    #sertificates div:nth-child(1), #sertificates div:nth-child(2), #sertificates div:nth-child(3), #sertificates div:nth-child(4), #sertificates div:nth-child(5) {
        width: 100%;
    }
}