section{
    overflow:hidden
}
.navigation{
    padding:0 25px;
    -webkit-box-shadow:0px 2px 22px -10px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 2px 22px -10px rgba(0,0,0,0.8);
    z-index:11;
    position:fixed;
    top:0;
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:white;
    box-shadow:0px 2px 22px -10px rgba(0,0,0,0.8)
}
.navigation-logo{
    padding:0;
    width:135px
}
.navigation-logo-img{
    width:100%
}
.navigation-menu{
    color:unset;
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    font-size:40px
}
.navigation-menu:active{
    color:unset
}
.navigation-menu:focus{
    color:unset
}
.navigation-menu:hover{
    color:#43558e
}
.links-list{
    margin:0;
    width:150px;
    display:flex;
    justify-content:space-between
}
.links-link:hover i{
    color:#43558e
}
.links-link i{
    transition:.3s all ease;
    color:black;
    font-size:23px
}
.custom-menu{
    border:none;
    position:static !important;
    display:flex !important;
    opacity:1;
    background:transparent;
    transition:.4s all ease !important;
    left:50% !important;
    transform:translateX(0%) translateY(0%);
    width:100%
}
.custom-menu a{
    font-size:16px;
    font-family:"Fira Sans",sans-serif;
    font-weight:bold
}
.custom-menu li{
    background:transparent
}
.custom-menu li:hover a{
    background:transparent;
    color:#43558e
}
.custom-menu.show{
    opacity:1;
    transform:translateX(-50%) translateY(0%)
}
.section-header{
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    font-size:40px;
    margin-top:30px;
    color:#deb34f
}
.banner{
    color:#fff;
    min-height:100vh;
    background:url("../img/sunglasses.jpg") center center/cover no-repeat
}
.banner-content{
    height:100vh;
    width:373px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.banner-header{
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    text-transform:capitalize;
    display:block;
    text-align:center
}
.about{
    min-height:100vh;
    padding:20px 0
}
.about-header{
    font-size:30px;
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    margin-top:20px
}
.about-desc{
    font-size:16px;
    max-width:600px;
    margin:0 auto;
    margin-top:25px
}
.about-cards{
    margin-top:50px
}
.about-cards-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-right:2px solid lightgray;
    padding:0px 20px
}
.about-cards-item:last-child{
    border-right:none
}
.about-cards-img{
    width:100px;
    min-height:100px
}
.about-cards-title{
    margin-top:20px;
    font-size:20px;
    font-family:"Fira Sans",sans-serif;
    font-weight:bold
}
.about-cards-desc{
    margin-top:20px;
    font-size:16px
}
.goods{
    padding:166px 0;
    position:relative;
    min-height:100vh;
    color:white
}
.goods-inner{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.goods-background{
    overflow:hidden;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:-1;
    background:#43558e;
    width:100vw;
    height:100%
}
.goods-background::before{
    content:'';
    height:100%;
    width:45%;
    background:white;
    position:absolute;
    top:0;
    right:0;
    transform:skewX(20deg)
}
.goods-background::after{
    content:'';
    height:100%;
    width:45%;
    background:white;
    position:absolute;
    top:0;
    right:0;
    transform:skewX(-20deg)
}
.goods-title{
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    margin-top:10px;
    font-size:20px
}
.goods-desc{
    margin-top:30px;
    font-size:16px
}
.goods-item:nth-of-type(2){
    margin-top:40px
}
.goods-item-img{
    max-width:200px;
    width:100%;
    height:200px
}
.partners{
    min-height:100vh;
    padding:60px 15px;
    width:100%
}
.partners-wrapper{
    margin-top:50px
}
.partners-item{
    min-height:200px;
    border:1px solid black
}
.partners-link{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    min-height:200px
}
.partners-img{
    object-fit:contain
}
.contacts{
    min-height:50vh;
    padding:50px
}
.contacts-inner{
    margin-top:60px
}
.contacts-title{
    font-family:"Fira Sans",sans-serif;
    font-weight:bold;
    font-size:40px
}
.contacts-desc{
    font-size:16px;
    margin-top:30px
}
.contacts-form{
    padding:30px 15px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    height:100%;
    width:100%
}
.contacts-form-input{
    width:90%;
    height:50px;
    margin-bottom:15px;
    font-size:16px;
    line-height:16px;
    padding:15px;
    border:2px solid lightgray
}
.contacts-form-textarea{
    height:100px
}
.contacts-form-submit{
    border:none;
    width:90%;
    height:50px;
    margin-bottom:15px;
    font-size:16px;
    line-height:16px;
    background:#43558e;
    color:white
}
a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
  }
  
  .cbtn {
    position: relative;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 1rem 1.9rem;
    background: transparent;
    outline: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: "Fira Sans",sans-serif;
    z-index: 1;
  }
  .cbtn::after, .cbtn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }
  .cbtn::before {
    background-color: #43558e;
    top: -1rem;
    left: 0rem;
  }
  .cbtn::after {
    background-color: #43558e;
    top: 1rem;
    left: 8rem;
  }
  .cbtn:hover::before, .cbtn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }
  .cbtn:hover::after {
    left: 0rem;
  }
  .cbtn:hover::before {
    left: 8.75rem;
  }
  
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #43558e;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.form-responce{
    display:none;
    margin-top:20px
}
.form-responce.active{
    display:block;
    margin-top:20px
}
.success{
    display:none;
    color:green
}
.error{
    color:red;
    display:none
}
.success.active{
    display:block;
    color:green
}
.error.active{
    color:red;
    display:block
}
.footer{
    border-top:2px solid black;
    padding:30px
}
.footer-inner{
    display:flex;
    justify-content:center;
    align-items:center
}
.logo-img{
    width:250px
}
@media (max-width: 3768px){
    h1:before{
        content: "";
        position: absolute;
        background-image: url('../img/b.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 1.25rem;
        height: 1.25rem;
        left: 1rem;
        top: -7px;
   }
    h1:after{
        content: "";
        position: absolute;
        background-image: url('../img/b.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 35px;
   }
   h1{
    position: relative;
   }
    .custom-menu-block{
        display:flex !important
    }
    .custom-menu li .links{
        display:none
    }
    .links-list{
        width:200px
    }
    .section-header{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:60px;
        margin-top:30px
    }
    .banner-content{
        margin-left:53px
    }
    .banner-header{
        font-size:45px
    }
    .banner-desc{
        font-size:17px
    }
    .about{
        padding:100px
    }
    .about-desc{
        font-size:20px
    }
    .about-cards{
        margin-top:100px
    }
    .about-cards-img{
        width:150px
    }
    .about-cards-title{
        font-size:40px
    }
    .about-cards-desc{
        font-size:18px
    }
    .goods-title{
        font-size:50px
    }
    .goods-desc{
        font-size:20px
    }
    .goods-desc-img{
        max-width:300px
    }
    .contacts{
        min-height:50vh;
        padding:50px 0
    }
    .contacts-inner{
        margin-top:60px
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:50px
    }
    .contacts-desc{
        font-size:20px;
        margin-top:30px
    }
}
@media (max-width: 1440px){
    .section-header{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:30px
    }
    .banner-content{
        margin-left:51px
    }
    .banner-header{
        font-size:40px
    }
    h1{
        position: relative;
    }
    h1:before{
         content: "";
         position: absolute;
         background-image: url('../img/b.svg');
         background-repeat: no-repeat;
         background-size: 100% auto;
         width: 1.25rem;
         height: 1.25rem;
         left: -1rem;
         top: -7px;
    }
     h1:after{
         content: "";
         position: absolute;
         background-image: url('../img/b.svg');
         background-repeat: no-repeat;
         background-size: 100% auto;
         width: 1.25rem;
         height: 1.25rem;
         margin-top: 35px;
    }
     .banner-desc{
        margin-top:20px;
        font-size:16px
    }
    .about{
        padding:100px 0 150px
    }
    .about-header{
        margin-top:0
    }
    .about-desc{
        font-size:16px
    }
    .about-cards-img{
        width:100px
    }
    .about-cards-title{
        font-size:20px
    }
    .about-cards-desc{
        font-size:16px
    }
    .goods-title{
        font-size:30px
    }
    .goods-desc{
        font-size:16px
    }
    .goods-desc-img{
        max-width:200px
    }
    .contacts{
        min-height:50vh;
        padding:100px 0
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:30px
    }
    .contacts-desc{
        font-size:16px;
        margin-top:30px
    }
}
@media (max-width: 1199px){
    .custom-menu a{
        font-size:20px
    }
    .links-link i{
        font-size:20px
    }
    .links-list{
        width:150px
    }
    .section-header{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .banner-content{
        margin-left:30px
    }
    .banner-header{
        font-size:25px
    }
    .banner-desc{
        margin-top:20px;
        font-size:13px;
        width:400px
    }
    .about{
        padding:20px 0
    }
    .about-desc{
        font-size:13px
    }
    .about-cards-img{
        width:100px
    }
    .about-cards-title{
        font-size:25px
    }
    .about-cards-desc{
        font-size:13px
    }
    .goods-title{
        font-size:25px
    }
    .goods-desc{
        font-size:13px
    }
    .goods-desc-img{
        max-width:200px
    }
    .contacts{
        min-height:50vh;
        padding:100px 0
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .contacts-desc{
        font-size:13px;
        margin-top:25px
    }
}
@media (max-width: 991px){
    .custom-menu-block{
        display:flex !important
    }
    .custom-menu a{
        font-size:16px;
        padding:0 10px
    }
    .navigation-logo{
        width:135px
    }
    .section-header{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .banner-content{
        background:rgba(0,0,0,0.668);
        text-shadow:1px 1px 2px black;
        width:100%;
        margin:0
    }
    .banner-header{
        font-size:25px
    }
    .banner-desc{
        margin-top:20px;
        font-size:13px;
        width:400px
    }
    .about{
        padding:20px 0
    }
    .about-desc{
        font-size:13px
    }
    .about-cards-img{
        width:100px
    }
    .about-cards-title{
        font-size:25px
    }
    .about-cards-desc{
        font-size:13px;
        line-height:16px
    }
    .goods{
        padding:84px 0
    }
    .goods-title{
        font-size:25px
    }
    .goods-desc{
        font-size:13px
    }
    .goods-desc-img{
        max-width:200px
    }
    .contacts{
        min-height:50vh;
        padding:30px
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .contacts-desc{
        font-size:13px;
        margin-top:25px
    }
}
@media (max-width: 767px){
    .navigation-menu{
        display:none
    }
    .hamburger{
        display:block;
        position:absolute;
        right:10px;
        top:50%;
        transform:translateY(-50%);
        width:26px;
        height:12px
    }
    .hamburger span{
        display:block;
        height:2px;
        width:100%;
        background-color:#000;
        margin-bottom:2px;
        transition:0.5s all
    }
    .hamburger_active span{
        margin-bottom:-2px
    }
    .hamburger_active span:nth-child(1){
        transform:translateY(3px) rotate(-45deg)
    }
    .hamburger_active span:nth-child(2){
        display:none
    }
    .hamburger_active span:nth-child(3){
        transform:translateY(3px) rotate(45deg)
    }
    .custom-menu{
        position:fixed !important;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        top:-300%;
        left:80% !important;
        width:40%;
        height:250px;
        padding:20px 15px;
        transition:0.6s all;
        background:white;
        transform:translateX(-50%) translateY(-400%);
        border:1px solid lightgray
    }
    .custom-menu a{
        padding:5px 0;
        font-size:20px
    }
    .custom-menu-block{
        display:block !important
    }
    .custom-menu_active{
        top:10% !important
    }
    .custom-menu li .links{
        display:block
    }
    .custom-menu li .links-list{
        padding:10px
    }
    .links{
        display:none
    }
    .banner-content{
        position:relative;
        z-index:2;
        background:rgba(0,0,0,0.668);
        text-shadow:1px 1px 2px black;
        width:100%
    }
    .banner-header{
        font-size:25px
    }
    .banner-desc{
        margin-top:20px;
        font-size:13px;
        width:400px
    }
    .about{
        height:auto;
        padding:20px 0
    }
    .about-desc{
        font-size:13px
    }
    .about-cards{
        margin-top:30px
    }
    .about-cards-item{
        margin-top:80px;
        border:none
    }
    .about-cards-img{
        width:100px
    }
    .about-cards-title{
        font-size:25px
    }
    .about-cards-desc{
        font-size:13px;
        line-height:16px
    }
    .goods{
        padding:84px 0
    }
    .goods-title{
        font-size:20px
    }
    .goods-desc{
        font-size:13px
    }
    .goods-desc-img{
        max-width:200px
    }
    .contacts{
        min-height:50vh;
        padding:100px 0
    }
    .contacts-inner{
        padding:0 15px
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .contacts-desc{
        font-size:13px;
        margin-top:25px
    }
}
@media (max-width: 575px){
    .custom-menu_active{
        top:10% !important;
        left:78% !important
    }
    .goods{
        margin-top:30px
    }
    .goods-inner{
        color:black;
        width:100%;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column
    }
    .goods-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin-left:100px
    }
    .goods-item-img{
        width:200px
    }
    .goods-desc{
        width:200px
    }
    .goods-background{
        overflow:hidden;
        position:absolute;
        top:0;
        right:0;
        left:0;
        bottom:0;
        z-index:-1;
        background:#43558e;
        width:100vw;
        height:100%
    }
    .goods-background::before{
        content:'';
        height:100%;
        width:100%;
        background:white;
        position:absolute;
        top:0;
        right:-150px;
        transform:skewX(20deg)
    }
    .goods-background::after{
        content:'';
        height:100%;
        width:100%;
        background:white;
        position:absolute;
        top:0;
        right:-150px;
        transform:skewX(-20deg)
    }
    .contacts{
        padding-top:30px
    }
}
@media (max-width: 425px){
    .banner-content{
        position:relative;
        z-index:2;
        background:rgba(0,0,0,0.668);
        text-shadow:1px 1px 2px black;
        width:100%
    }
    .banner-header{
        font-size:25px
    }
    .banner-desc{
        margin-top:20px;
        font-size:11px;
        width:300px
    }
    .about{
        height:auto;
        padding:20px 0
    }
    .about-desc{
        font-size:11px
    }
    .about-cards{
        margin-top:30px
    }
    .about-cards-item{
        margin-top:80px;
        border:none
    }
    .about-cards-img{
        width:100px
    }
    .about-cards-title{
        font-size:25px
    }
    .about-cards-desc{
        font-size:11px;
        line-height:16px
    }
    .partners-wrapper{
        margin-top:30px
    }
    .goods{
        padding:84px 0
    }
    .goods-title{
        font-size:20px
    }
    .goods-desc{
        font-size:11px
    }
    .goods-desc-img{
        max-width:200px
    }
    .contacts{
        min-height:50vh;
        padding:30px 0
    }
    .contacts-inner{
        margin-top:30px;
        padding:0 15px
    }
    .contacts-title{
        font-family:"Fira Sans",sans-serif;
        font-weight:bold;
        font-size:25px
    }
    .contacts-desc{
        font-size:11px;
        margin-top:25px
    }
}
@media (max-width: 375px){
    .custom-menu{
        width:55%
    }
    .custom-menu_active{
        top:12% !important;
        left:74% !important
    }
    .about-cards{
        margin-top:30px
    }
    .about-cards-item{
        margin-top:20px;
        border:none
    }
}
*{
    list-style-type:none;
    font-family:"Comfortaa",cursive
}
 