@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@1,900&family=Roboto+Slab:wght@900&display=swap');

html{
  /*overflow:  hidden;*//*Прокрутка сайта*/
}

body{
  background-color: #af0f0f;
  background-image: url(../img/bg_1.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #fff;
  font-family: "Open Sans", sans-serif; /*SFMono-Regular, Consolas, Menlo, monospace;*//* -apple-system, BlinkMacSystemFont, Helvetica, Arial, san-serif;*/
  font-size: 1.2em;
  text-shadow: 2px 2px 7px black;
}

.my-header{
  padding: 5% 0;
}

.my-list{
  color: #fff;
}

.my-carousel{
  height: 400px;
}

.my-carousel-header{
  bottom: 0.1rem;
}

a{
  text-decoration: none;
}

.my-headtext{
  font-family: 'Roboto Slab', serif;
  font-size: 2em;
  font-weight: 900;
}

.card{
    background: none;
    border: none;
    margin: 0.8em auto;
    text-align: center;
}

.card-title{
    font-weight: bold;
    margin-bottom: 1rem;
}

.card-link{
    display: inline-block;
    width: 80%;
    color: #fff;
    text-align: right;
}

.my-hr{
    margin: 1em auto 0 auto;
    width:80%;
    opacity: 1;
    color: #fff;
}

@media (min-width: 768px){
    #my-card-id{display: none;}
    
    .my-copy{
      float: right;
    }
}

@media (max-width: 767px) {
  .my-headtext{
    font-size: 1.5em;
  }
  .my-p-carousel{
    font-size: 0.8em;
  }
  #carouselExampleCaptions{display: none;}
  
  #my-card-id{
      display: block;
      margin: 3em 0;
      
  }
  .my-footer-center{
      margin-bottom: 1em;
      text-align: center;
  }
  
  .my-breadcrumb{display: none;}
  
  .my-text-show{display: none;}
}

.my-show-img{
    margin-bottom: 2rem;
}

@media (min-width: 992px){
    .my-show{display: none;}
    .my-margin_hrf{
        float: right;
    }
}

@media (max-width: 991px){
    
    .my-hidden{display: none;}
    .my-margin_hrf{
        float: left;
        margin-bottom: 2rem;
    }
}

    .my-margin_btm{
        float: rigth;
        margin-bottom:4rem;
    }

.carousel-caption{
    position:static;
}

@media (min-width: 1200px){
    .my-icon-ordersmall-show{display:none;}
    
}

@media (max-width: 1199px){
    .my-icon-orderbig-show{display:none;}
}

.my-lest-section{
  padding: 0 0 6em 0;
}

.breadcrumb{
    padding: 0 1rem;
}
.my-breadcrumb{
    margin-bottom: 3em;
    font-size: 0.8em;
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.breadcrumb-item.active{
    color: #cfd8df;
}


.nav-link{
    color: white;
}
.nav-tabs .nav-link.active{
    color: #510505;
}

.nav-link:hover{
    color: #fff;
    background-color: #7b0404;
}

/*
section{
  font-family: 'Roboto Slab', serif;
  font-size: 3.5em;
  font-weight: 900;
  margin-left: 10%;
  clear: both;
}

.container{
  padding: 10%;
}

.logo{
  float: left;
}


.logo img{
  width: 100%;
}

nav{
  float: right;
  width: 40%;
}

.mycontactinfo{
  float: left;
  width: 50%;
}

li{
  list-style: none;
  padding-bottom: 15px;
}

.mysection{
  padding-top: 50px;
}

footer{
  position: absolute;
  width: 80%;
  bottom: 10%;
  text-align: 0 auto;

}

.myfooter{
  border:1px solid blue;
    margin: 0 auto;
    text-align: 0 auto;
}

a{
  color: #fff;
  text-decoration:none;
}

.mymailto{
  float: left;
}
.mycopy{
  text-align: right;
}*/

.my-h1{
    margin: 0 auto;
    width: 90%;
    text-align: center;
    margin-bottom: 4rem;
}

.accordion-item{
    background: none;
    border-bottom: none;
}
.accordion-button{
    background: none;
    border:none;
    color: #fff;
    text-shadow: 2px 5px 7px black;
}

.accordion-button:not(.collapsed){
    background: none;
    color: #fff;
    box-shadow: none;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-button::after{
    background-color: #fff;
}

.navbar-dark .navbar-toggler{
    margin: 0 auto;
    border: none;
    border-color: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.my-margin{
    margin-bottom: 2rem;
}

.my-h3{
    margin: 3rem 0 2rem 2rem;
}

.my-icon-order-left{
    font-size: 2.5rem;
    /*text-align: center;*/
    margin-bottom: 3rem;
}

.my-icon-order-right{
    font-size: 1.2rem;
    float: right;
    margin-bottom: 3rem;
    margin-right: 1.5rem;
}

.my-text-order{
    /*font-size: 1.5rem;*/
    /*text-align: center;*/
    /*margin-bottom: 2rem;*/
}

.my-text-order-h3{
    margin-bottom: 2rem;
}


