body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background: blue;
    /*cursor: url('../../../media/service/NVA_Cursor_04.png'), auto;*/
}

img{
    max-width: 100%;
    height: auto;
}

a{
    color: #fe4049;

}

a:hover{
    color: white;
    /*color: #2d3436;*/
    text-decoration: none;
    /*cursor: url('../../../media/service/NVA_Cursor_03a.png'), auto;*/
}


section{
    background: black;
    position: relative;
    min-height: 100vh;

}

.sect_1{
    top: 50px;
    background-image: url("../../../media/service/BG_shop.png");
    background-repeat: no-repeat;
}

@media screen and (min-width: 1921px){
    .sect_1{
        background-image: url("../../../media/service/BG_shop_4K.png");
    }
}

/*@media screen and (max-width: 364px){*/
/*    .sect_1{*/
/*        background-image: none;*/
/*    }*/
/*}*/

/*.sect_2{*/
/*    background-image: url("../../../media/service/BG_shop.png");*/
/*    background-repeat: no-repeat;*/
/*}*/

.move-down{
    position: relative;
}

.container{
    /*padding-bottom: 200px;*/
    min-height: 100vh;
}

.container h1{
    color: white;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}
.container h2{
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.container h3{
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 364px){
    .container h3{
        color: white;
        font-weight: 300;
        font-size: 16px;
    }
}


.form-section{
    margin: auto;
    padding: 20px;
    width: 500px;
    border: 1px solid white;
    border-radius: 6px;
    text-align: center;
    color: white;
    background-color: #1a1a1a;
    overflow:auto;
}

.form-section form{
    /*background-color: olive;*/
}

.form-section label{
    float:left;
    /*background-color: olive;*/
    display: block;
    margin: 0 0 8px 0;
    padding: 0;
    /*padding-bottom: 100px;*/
}
.form-section input{
    float:right;
    /*background-color: green;*/
    display: block;
    margin: 0 0 4px 0;
    padding: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





/*  ---------- NAV BAR -----------  */

nav{
    z-index: 11;
}

.right{
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0%,-50%);
}
@media screen and (max-width: 1000px){
    .right{
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0%,0%);
    }
}

.btn1nav{
    position: relative;
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fe4049;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 10px 20px;
    color: white;
    /*color: #2d3436;*/
}

a.btn1nav:hover{
    color: white;
    text-decoration: none;
}

.btn1nav::before{
    background: #fe4049;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn2nav::before {
    width: 100%;
    height: 0;
}

.btn2nav:hover::before{
    height: 100%;
}

.cart-drop{
    position: absolute;
    background-color: #f8f9fa;
    top: 100%;
    right: 1rem;
    width: 400px;
    z-index: 10;
    padding-top: 1rem;
}
@media screen and (max-width: 1000px){
    .cart-drop{
        display: none;
    }
}




/*  ---------- SHOP-LIST -----------  */

label:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-dark{
    background-color: #000000;
    border-color: #000000;
}

.btn1{
    position: relative;
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fe4049;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 10px 20px;
    color: #2d3436;
}

a.btn1:hover{
    color: #2d3436;
    text-decoration: none;
}

.btn1::before{
    background: #fe4049;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn2::before {
    width: 100%;
    height: 0;
}

.btn2:hover::before{
    height: 100%;
}

.btn3::before {
    width: 100%;
    height: 0;
}

.btn3:hover::before{
    height: 100%;
}

.btn-shop{
    position: relative;
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #fe4049;
    text-transform: uppercase;
    overflow: hidden;
    color: #2d3436;
    background: white;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a.btn-shop:hover{
    color: #2d3436;
    text-decoration: none;
}

.btn-shop:hover{
    background: #fe4049;
    cursor: pointer;
}

.card-img-top{
    background-size: 100% auto;
    opacity: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /*background: orange;*/
}

.card-img-fill{
    width: 100%;
    height: 100%;
    opacity: 100%;
    left: 0;
    position: absolute;
    background: darkred;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(111,111,111,1) 25%, rgba(0,0,0,1) 50%);
    mix-blend-mode: screen;
    border-radius: 4px;
    z-index: 0;
}

.shop-card{
    position: absolute;
    border-radius: 0;
    border: none;
    transition: transform 0.2s;
}

.shop-card-item{
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
    background-color: white;    /*цвет нижней части плашки*/
    display: block;
    position: relative;
    transition: all 0.7s ease;
}

.dop-shop-card{
    border-radius: 6px;
    overflow: hidden;
    margin: 15px;

    /*margin-bottom: 30px;*/
    height: 220px;
    width: 180px;
    /*background-color: #dddddd;    !*цвет нижней части плашки*!*/
    /*display: block;*/
    position: relative;
    transition: all 0.7s ease;
}

.dop-shop-card-inner img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    /*z-index: -2;*/
}

.dop-shop-card h5{
    justify-content: center;
    margin-bottom: 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 14px;
    /*z-index: 2;*/
}

.dop-card-img-top{
    background-size: 100% auto;
    opacity: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    /*background: orange;*/

}

.dop-card-img-fill{
    width: 100%;
    height: 100%;
    opacity: 100%;
    left: 0;
    position: absolute;
    background: darkred;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(111,111,111,1) 25%, rgba(0,0,0,1) 50%);
    mix-blend-mode: screen;
    border-radius: 4px;
    z-index: 0;
}

.dop-shop-card-inner{
    height: 180px;
}

.dop-shop-list{
    display: flex;
    /*background: #bbccdd;*/
    justify-content: center;
}

.dop-shop-card-body{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
    /*background: #1fd180;*/
}

.card-body{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    /*background: #1fd180;*/
}

.card-title{
    font-size: 1.15vw;
    font-weight: 900;
}

.card-text{
    font-size: 1.2vw;
}


@media screen and (min-width: 1400px){
    .card-title{
        font-size: 15px;
        font-weight: 900;
    }
    .card-text{
        font-size: 14px;
    }
}









/*  ---------- SHOP-LIST AND DETAIL -----------  */
.bcard-form-inline{
    width: 100%;
    /*background: orange;*/
}

.bcard-input-area{
    width: 200px;
    /*background: #1fd180;*/
}

.bcard-form-control{
    border-radius: 1px;
    border-color: #6c757d;
    width: 100%;
}

.btn-prod{
    width: 100%;
    right: 0;
    display: flex;
    justify-content: right;
    /*background: white;*/
}

.btn-buy{
    margin: 0;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-dome{
    /*position: absolute;*/
    /*background: indianred;*/
    /*bottom: 0;*/
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bcard{
    padding: 20px 20px;
}

.bcard-product-footer{
    padding: 0;
    margin: 0;
    /*padding-top: 20px;*/
    width: 100%;
    /*background: #1fd180;*/
}

.bcard-img-shop{
    /*background: #205067;*/
    max-width: 600px;
    width: 100%;
    height: auto;
}

.bcard-img-div-mini{
    overflow: hidden;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    /*position: relative;*/
    /*background: #205067;*/
}

.bcar-row{
    /*overflow: hidden;*/
    /*height: 100px;*/
    width: 100%;
    display: flex;
    justify-content: left;
    position: relative;
    /*background: #1fd180;*/
}

.bcard-img-shop-mini{
    /*background: #205067;*/
    /*margin: 5px 0;*/
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
    height: 100%;
    width: auto;
}

.bcard-mini-space{
    height: 5px;
    width: 5px;
}

.bcard-body{
    position: relative;
    height: 100%;
    width: auto;
    /*bottom: 0;*/
    /*display: block;*/
    padding: 10px;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    /*background: mistyrose;*/
}

.bcard-title{
    font-size: 1.45vw;
    font-weight: 900;
}

.bcard-text{
    font-size: 1.2vw;
}

.bcard-text-price{
    font-size: 1.35vw;
}

@media screen and (min-width: 1400px){
    .bcard-title{
        font-size: 25px;
        font-weight: 900;
    }
    .bcard-text{
        font-size: 14px;
    }
    .bcard-text-price{
        font-size: 20px;
        font-weight: 700;
    }
}





/*           -------------------<  БЛОК с анимацией увеличения картинок в Shop_detail  >---------------------          */

#myImg1, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6{
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


#myImg1:hover, #myImg2:hover, #myImg3:hover, #myImg4:hover, #myImg5:hover, #myImg6:hover{
    opacity: 0.7;
}

.modal{
    display: none;
    z-index: 1;
    left: 0;
    top: 0;
    padding-top: 100px;
    width: 100%;
    min-height: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
}

.modal-content{
    justify-content: center;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption{
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from{-webkit-transform: scale(0)}
    to{-webkit-transform: scale(1)}
}
@keyframes zoom {
    from{transform: scale(0)}
    to{transform: scale(1)}
}

.close{
    text-decoration: none;
    position: absolute;
    top: 80px;
    right: 35px;
    color: lightgray;
    font-size: 60px;
    font-weight: 600;
    transition: 0.3s;


}

.close:hover, .close:focus{
    color: lightgray;
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.5);
}

@media only screen and (max-width: 700px) {
    .modal-content{width: 100%}
}







