body{
    /*min-width: 320px;
    font-size: 16px;*/
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin: 0; /*Это относится к Паралаксу и 3D CARD*/
    padding: 0;
    background: black;
}

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

a{
    color: #ffffff;
}

a:hover{
    color: #808080;
}

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

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

section{
    /*height: 100%;*/
    background: black;
    position: relative;
    min-height: 100vh;
}

.sect_1{
    top: 50px;
    background-image: url("../../../media/service/BG.png");
    background-repeat: no-repeat;
    /*height: 1335px;
    background-size: cover;*/
}

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

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

.container h1{
    color: #464646;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

.container h2{
    color: #464646;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.container h3{
    color: #464646;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}




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

nav{
    z-index: 11;
}

.right{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 150px;
    /*background: #2d3436;*/
}
@media screen and (max-width: 1000px){
    .right{
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0%,0%);
    }
}

.right a{
    text-decoration: none;
}

.btn-nav-cart{
    position: relative;
    /*top: 50%;
    right: 100px;
    transform: translate(0%,-50%);*/
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border: 2px solid #1fd180;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    padding: 5px 7px;
    color: #2d3436;
    text-decoration: none;
}

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

.btn-nav-cart-dop::before {
    width: 100%;
    height: 0;
}

.btn-nav-cart-dop:hover::before{
    height: 100%;
}

.cart-bar{
    position: relative;
    min-width: 150px;
}

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


/*  ---------- NEWS-LIST -----------  */

.studio-description{
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    /*text-transform: uppercase;*/
    color: white;
    margin-top: 2rem;
}

.news-card{
    position: relative;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-height: 300px;
    overflow:hidden;
    margin-top: 1rem;
}

.news-color-fill{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(111,111,111,1) 25%, rgba(222,222,222,1) 50%);
    mix-blend-mode: multiply;
    border-radius: 4px;
    z-index: 1;
}

.card-body{
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding-bottom: 1rem;
}

.card-title{
    font-size: 1.8vw;
}

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

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

.btn-more-news{
    /*background-color: #1fd180;*/
    /*background: #1fd180;*/
    min-height: 50px;
    width: 100%;
    position: relative;
    top: 25px;
    justify-content: center;
}

.experiment{
    position: relative;
    bottom: 0;

}

.btn1{
    position: relative;
    /*top: 50%;
    right: 100px;
    transform: translate(0%,-50%);*/
    display: block;
    border-radius: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    border: 2px solid #1fd180;
    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: #1fd180;
    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%;
}



/*  ---------- NEWS-DETAIL -----------  */

.news-post{
    background-color: #ffffff;
}

.news-post-inner{
    margin-left: 50px;
    margin-right: 50px;
}

.news-post-text{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}