*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s;
}

html, body{
    font-family: 'Roboto', sans-serif;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #98261c; 
    border-color: #98261c; 
}

.mob-top{
    text-align: center;
    margin-left: 120px;
    margin-top: 15px;
}

.mob-top a{
    color: rgba(0,0,0,.5);
    text-decoration: none;
}

.mob-top a:hover {
    color: #c00422 !important;
}


/*HELPERS */
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mtp10{margin-top:10px;}
.hidn{display: none;}
.pdtb20{padding: 20px 0;}
.blbw{
    border-left:1px solid black;
}
.ml10{
    margin-left:10px;
}
.icosize{
    width: 18px;
}
.breadcrumb{
    background-color:#fff;
}
.breadcrumb a{
    color:#6c757d;
}
.breadcrumb-item.active{
    color:#98261c;
}

.header-line div {
    height: 500px;
}
.weqh{
    height: 200px !important;
    width: 200px !important;
}

/* END Helpers */

#scroller{
    position: fixed;
    bottom: 30px;
    right:30px;
    background: url(../img/arrow.png);
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    -webkit-background-size: cover;
    background-size: cover;
}

#nav-header{
    transition: all 0.3s;
}

.header-info{
    background-color: #858786;
}

.bg-light {
    background-color: #fff !important;
}

h1{
    font-weight: lighter;
    font-size: 36px;
    text-align: center;
    color:white;
    margin-bottom: 30px;
}

section {
    padding: 60px 0px;
}

.navbar-light .navbar-nav .white-link{
    color:white;
}

.on-gaz{
    background-color: #c00422;
}

.on-gaz:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.on-gaz .white-link:hover{
    color:#c00422 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .show > .nav-link{
    color:#fff !important;
}

.navbar-light .navbar-nav .show:hover > .nav-link{
    color:#c00422 !important;
}

.redh1{
    font-size: 40px;
    color: #c00422;
    font-weight: 300;
    margin-top:15px;
}

.header-gazets{
    transition: all 0.3s;
    position: absolute;
    width: 20%;
    z-index: 101;
    top: 400px;
    left: 200px;
}

.h3-sub{
    color:#fff;
    font-size: 40px;
    text-align: center;
    margin-bottom:0px;
    margin-top:0px;
}

.p-sub{
    margin-top:0px;
    margin-bottom:10px;
    color:#fff;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
}

.sub-form .btn{
    background-color: #c00422;
    color:#fff;
}

.sub-form .btn:hover{
    /*background-color: #343a40;*/
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.success {
    font-size: 20px;
    font-weight: lighter;
    color: #57e37c;
    display: none;
    text-align: center;
}

/*START NAVIGATION*/
/*NAVIGATION*/

.navigation{
    border-top: 155px solid transparent;
    margin-top: -155px;
    padding: 60px 0; /* паддинги - без проблем */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.navigation img{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.navigation .row{
    margin-top:40px;
}

.navigation a{
    text-decoration: none;
}

.navigation a:hover h2{
    color: #98261c;
}

.navigation .row h2{
    text-align: center;
    font-size: 18px !important;
    color: #747474;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-top: 15px;
}

.title{
    font-size: 28px !important;
    color: #747474;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/*END NAVIGATION*/

#news{
    background: url(../img/news-bg.jpg) fixed;
    background-size: auto;
    background-size: cover;
    position: relative;
    text-align: center;
}

#news h2 {
    color: #fff;
}

#news .btn-primary, #archive .btn-primary, #good .btn-primary, #feedbackForm .btn-primary{
    background-color: #98261c;
    border:none;
    outline: none;
    display: inline-block;
}

#news .btn-primary:hover, #archive .btn-primary:hover, #good .btn-primary:hover, #feedbackForm .btn-primary:hover{
   /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.bg-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
}

#goods .col-sm-3{
    margin-bottom: 25px;
}


#archive{
    position: relative;
    background: url(../img/archive.jpg) no-repeat;
    background-size: cover;
}

#archive h2 {
    color: #fff !important;
    position: relative;
}

#archive a{
    text-decoration: none !important;
    position: relative;
    display: block;
}

#archive .archive-info{
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
}

#archive a:hover .archive-info{
    bottom: 0px;
    visibility: visible;
    opacity: 1;
}

#archive .button-block{
    text-align: center;
    position: relative;
}

#archive .button-block .button{
    display: inline-block;
    padding: 10px 20px;
    background-color: #d84d42;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    text-decoration: none !important;
}

#archive .button-block .button:hover{
    background-color: #747474;
}

.archive-elem a{
    background-color: #fff;
    padding: 7px;
    display: block !important;
}

.archive-info{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding: 20px;
    background-color: #fff;
}
.archive-info .desc{
    font-size: 20px;
    display: inline-block;
    font-weight: lighter;
    color:#c00422;
}
.archive-info .date{
    font-size: 14px;
    color: #9b9b9b;
    display: inline-block;
    font-weight: 300;
    float: right;
}
/* END ARCHIVE */

/*ADD*/
#wanna{
    background-color: #c00422;
    text-align: center;
}
#wanna h2{
    color: #fff;
}
#wanna h3{
    padding: 10px;
    font-size: 25px;
    font-weight: lighter;
    color:#fff;
}
#wanna a{
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    border:1px solid #fff;
}
#wanna a:hover{
    background-color: #fff;
    /*color: var(--red);*/
    color: #c00422;
}
/* END ADD */

/* FOOTER */
footer{
    background-color: #343a40;
    padding-top: 40px;
}

footer h2{
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
    color:#fff;
}

footer p{
    color:#fff;
}

footer .mobfot p{
    margin-bottom: 5px;
}

footer p a{
    color:#fff;
    font-size: 18px;
    text-decoration: none;
}

footer p a:hover {
    color:#c00422;
    text-decoration: none;
}

footer h3{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

footer .row{
    margin: 0;
}

footer .footdop{
    border-top:1px solid #fff;
    margin-top: 10px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

footer .footdop p{
    margin-top:20px;
}
footer .social{
    margin-top: 15px;
}
footer .docs{
    text-align: center;
    margin-bottom: 0px;
    margin-top:20px;

}
footer .docs a{
    font-size:14px;
    color:#e9e9e9;
    margin-left:15px;
    text-decoration: none;
}
footer a{
    text-decoration: none !important;
}
footer .social i{
    color:#fff;
    font-size: 48px;
    margin-left:10px;
    text-decoration: none;
}
footer .social i:hover{
    color:#c00422;
    font-size: 48px;
    text-decoration: none;
}
/*END Footer */

/*Archive Page */
.header-line-other h1{
    color:#fff;
    margin-top:12%;
    font-size:40px;
    font-weight: bold;
    letter-spacing: 0.4em;
    display: none;
}

#archive-in a{
    background-color: #343a40;
    padding: 3px;
    display: block;
}

#archive-in .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#archive-in .text {
    background-color: #c00422;
    color: white;
    border:1px solid transparent;
    font-size: 16px;
    padding: 16px 32px;
}

#archive-in .text:hover {
    background-color: #fff;
    color: #c00422;
    border:1px solid #c00422;
    font-size: 16px;
    padding: 16px 32px;
}

#archive-in .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

#archive-in a:hover{
    background-color: #c00422;
    padding: 5px;
}

#archive-in a:hover .archive-info{
    background-color: #c00422;
}

#archive-in a:hover .middle {
    opacity: 1;
}

#archive-in .archive-info{
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 10px;
    background-color: #343a40;
}
#archive-in .archive-info .desc{
    font-size: 20px;
    display: inline-block;
    font-weight: lighter;
    color: #fff;
}
#archive-in .archive-info .date{
    font-size: 14px;
    color: #9b9b9b;
    display: inline-block;
    font-weight: 300;
    float: right;
}

#archive-in .row{
    margin-top:15px;
}
#archive-in .row:nth-child(1){
    margin-top:0px;
}
/*END Archive Page*/


/* FORM PAGE */
.form-page{

}

#form-in .ad-form{
    width: 70%;
    display: block;
    margin: 0 auto;
}

#form-in .iti{
    display: block !important;
}

#form-in .btn-primary, #archive .btn-primary{
    background-color: #c00422;
    border:none;
    outline: none;
}

#form-in .btn-primary:hover, #archive .btn-primary:hover{
    /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#form-in .ad-texts p{
    font-weight: 300;
    font-size: 16px;
}
/* END FORM PAGE */

/* CONTACT PAGE */
.header-line-other{
    position: relative;
    background: url(../img/archive.jpg) fixed;
    background-size: cover;
    height: 300px;
}

.contact-header{
    background: url(https://artgips.s3.eu-central-1.amazonaws.com/2017/07/background-3.jpg) fixed;
    background-size: cover;
}

#contacts{
    padding: 60px 0;
}

#contacts .card-body a{
    color:#98261c;
}

#contacts h3{
    margin-bottom:15px;
    font-size:28px;
    text-align: center;
}

#contacts .iti{
    width: 100%;
}

#contacts .contact-form{
    display: block;
}

#contacts .btn-primary, #archive .btn-primary{
    background-color: #98261c;
    border:none;
    outline: none;
}

#contacts .btn-primary:hover{
    /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/* END CONTACT PAGE */

.portfolio .col-12{
    margin-top:25px;
}

.portfolio .card{
    display: block;
    margin: 0 auto;
}

.portfolio .btn-primary, .portfolio .btn-primary{
    background-color: #98261c;
    border:none;
    outline: none;
}

.portfolio .btn-primary:hover{
    /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* SAlES PAGE */
#sales-in {
    padding: 30px 0px 60px;
}
#sales-in .new{
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding:0px 10px !important;
}
#sales-in .new img{
    min-height: 100%;
}
#sales-in .new a{
    position: relative;
    display: block;
    height: 200px;
}
#sales-in .new .desc{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 20% 20px;
    font-size: 20px;
    color: #fff !important;
    background-color: rgba(46, 46, 46, 0.6);
}
#sales-in .new .desc h3{
    font-size:26px;
    font-weight: 500;
}
#sales-in .new .desc p, #sales-in .new .desc span, #sales-in .new .desc p span{
    color: #fff;
}
#sales-in .new a:hover .desc{
    background-color: rgba(46, 46, 46, 0.8);
    opacity: 1;
    visibility: visible;
}
/*END SALES PAGE */


/* REKLAMA PAGE */
.s_reweview {
    padding-top:60px;
    padding-bottom:10px;
    margin-bottom:0px;
}
.s_reweview h2{
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
    border-radius: 10px;
    color: #B01514;
    font-size: 36px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom:30px;
}

.rinok_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    margin-bottom:0px;
}

.rinok_head span {
    font-size: 26px;
    color: #B01514;
    font-weight: bold;
}

.rinok_head p {
    margin-top: 0px;
}

.bonus{
    padding:0px;
    color: #DD0024;
    text-align: center;
    font-size: 18px;
}

.bonus span {
    padding-right: 15px;
}

.bonus h2{
    font-size: 28px;
}

.top_line{
    margin-top:20px;
}

.top_line .btnsee{
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none !important;
    font-size: 17px;
    background-color: #c00422;
    margin-top:30px;
    border:1px solid #c00422;
}

.top_line .btnsee:hover{
    background-color: #fff;
    border:1px solid #c00422;
    color: #c00422;
}

.s_tizers {
    padding-top: 15px;
    text-align: center;
    font-size: 21px;
}

.s_tizers p {
    margin-top: 0;
    margin-bottom:0;
}

.new_try2 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
}

#s_odessa {
    background-color: #fff;
    padding: 25px 30px;
    border: 1px solid #c00422;
    border-radius: 5px;
    width: 350px;
    margin-left: 70px;
}

#s_odessa h3 {
    font-size: 20px;
    text-align: center;
}

#s_odessa .btn-primary{
    background-color: #c00422;
    border:none;
    outline: none;
}

#s_odessa .btn-primary:hover{
    /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.profitable,
.profitable2 {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    margin-top: 30px;
}

.profitable img,
.profitable2 img {
    display: block;
    margin: 0 auto;
}

.profitable h3,
.profitable2 h3 {
    text-transform: uppercase;
    text-align: center;
    color: #c00422;
    font-weight: bold;
    font-size: 19px;
}
.profitable ul,
.profitable2 ul {
    float: left;
    list-style: url("../img/ok.png");
    margin: 0;
}
.profitable ul li,
.profitable2 ul li {
    font-size: 20px;
    padding: 6px;
}

.s_tizers{
    padding-top:40px;
    padding-bottom:20px;
}

/* END REKLAMA PAGE */


/* IN PAGE */
#in-page .container {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 80px;
}

#in-page{
    background-color: #eee;
    padding:40px 0;
    padding-bottom:60px;
}

#in-page .author{
    float: left;
    font-style: italic;
    color:gray;
}

#in-page .datewrite{
    float: right;
    font-style: italic;
    color:gray;
}

/* END IN PAGE */

/* NEWS PAGE */
#news-page .text-primary, #news-page .link-read{
    color:#c00422 !important;
}

/* END NEWS PAGE */

/* ABOUT PAGE */
#about-page a{
    margin-left:20px;
    margin-top:30px;
    text-align: center;
}
#about-page .btn-primary{
    background-color: #c00422;
    border:none;
    outline: none;
}

#about-page .btn-primary:hover{
    /* background-color: #343a40; */
    color:#c00422;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/* END ABOUT PAGE */

#category{
    padding:40px 0;
}

#category .paf{
    position: absolute;
    right: 10%;
    top: 35%;
}

#category .list-group-item{
    color: black;
}

#category .list-group-item-success{
    background-color: #fff;
    color: #98261c;
    font-weight: bold;
    border: 1px solid #98261c;
}

#category h2{
    text-align: center;
    font-size: 18px !important;
    color: #747474;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-top: 15px;
}

#category .row:first-child{
    margin-top:0px;
}
#category .row{
    margin-top:40px;
}

#category a{
    text-decoration: none;
}

#category a:hover h2{
    color: #98261c;
}

#category .list-group div a{
    padding-left:30px;
}

#category .list-group div div a{
    padding-left:40px;
}

.transition > svg {
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.flip-v { /* flip vertically 180 deg */
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


#good h1{
    color: #98261c;
    font-size:30px;
    font-weight: 500;
}

#good p{
    font-size:20px;
    font-weight: 300;
}

#good .tab-content{
    padding:20px 0;
}

#good #nav-tab a{
    color: #98261c;
}

#good .items{
    margin-top:20px;
}

#good .items img{
    margin: 0 auto;
}

#good .items h2{
    text-align: center;
    font-size: 16px !important;
    color: #747474;
    font-weight: bold !important;
    text-transform: uppercase;
    margin-top: 15px;
}

#good .items a{
    text-decoration: none;
}

#good .items a:hover h2{
    color: #98261c;
}

#good .slick-next:before, #good .slick-prev:before{
    color: #98261c;
    font-size: 60px;
}

#good .slick-next, #good .slick-prev{
    width: 60px;
    height: 60px;
}

#good .slick-next{
    right: -60px;
}

#good .slick-prev{
    left: -60px;
}

@media screen and (max-width:1025px){
    .mob-top{
        display: none;
    }
}

@media screen and (max-width:600px){
    .navbar-nav{
        display: block;
    }
    #news .card {
        margin:0 auto;
    }
    #news-page .img-fluid{
        margin:0 auto;
    }
    .navigation .row{
        margin-top:0px;
    }
    .navigation .row .col-12{
        margin-top:15px;
    }
    .header-line div{
        height: 200px;
    }
    header .navbar-nav{
        text-align: center;
    }
    header .blbw{
        display: inline-block !important;
        width: 50%;
        text-align: left;
        padding-left: 15px;
    }
    header .ml10{
        display: inline-block !important;
        width: 50%;
        float:left !important;
        margin-left:0px;
        text-align: right;
        padding-right: 15px;
    }
    #contacts h3{
        margin-top: 30px;
    }
    .header-line-other{
        height: 200px;
    }
    .header-line-other h1 {
        margin-top:15%;
    }
    .header-line .slick-slide img{
        height: 200px;
    }
    footer p{
        text-align: center;
    }

    footer h3{
        margin-top:15px;
    }
    footer{
        padding-top:20px;
    }
    #MainMenu{
        margin-bottom:30px;
    }
    #category img{
        margin: 0 auto;
        display: block;
    }
    #category .row{
        margin-top:0px;
    }
    #category .col-12{
        margin-top:15px;
    }
    #good .slick-slide img{
        padding:5px;
    }
    #good p{
        font-size:16px;
    }
    #good h1{
        font-size:28px;
    }
    .mt30 iframe{
        width: 100% !important;
    }
    #good .items h2{
        font-size: 14px !important;
        margin-top: 15px;
    }
    #in-page .container{
        padding:5px 10px;
    }
    .portfolio .row{
        margin-top:0px;
    }
    .portfolio .col-sm-4{
        margin-top:20px;
    }
}
