* {
    margin: 0;
    padding: 0;
  }
  html,
  body {
    height: 100%;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .content {
    flex: 1 0 auto;
    background-color: #000000;
  }
  .footer {
    flex: 0 0 auto;
  }
  


.single-goods {
    display: inline-block;
    width: 350px;
    height: 700x;
    border: 2px solid rgb(24, 0, 0);
    position: relative;
    background: #200101;
    border-radius: 3px;
    margin: 0 20px 20px 0;

    text-align: center;
    color: #ffffff;
    font			: bold 15px/26px Helvetica, Sans-Serif;
}

.single-goods button {
    background-color: #000000;
    border: none;
    color: rgb(255, 255, 255);
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    
}


.h2-1{
    font-size: 1.8em;
    text-align: center;
    letter-spacing: 3px;

}

.pp-2{
    font-size: 3pt;
}

.btn-korzina{
    display: block;
    border: 4px solid #5c0000;
    border-radius: 10px;
    position: relative;
    background-image: url(img/1.png);
    margin: 0 20px 20px 0;
    text-decoration: none;
    color: #ffffff;
    z-index: 0;
    height: 100%;
    width: 100%;
    text-align: center;
  }

  .btn-korzina-2{
    display: block;
    border: 4px solid #5c0000;
    border-radius: 10px;
    position: relative;
    background: #560713;
    margin: 0 20px 20px 0;
    text-decoration: none;
    color: #ffffff;
    z-index: 0;
    height: 100%;
    width: 100%;
    text-align: left;
  }

  .margin-0{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5%;
    padding-right: 5%;

  }

  .margin-0 .map{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;


  }



  .bg-sprey{
    background-image: url(img/2.png);
    background-size: 130%;
    
  }

  .beats{
    padding-left: 5%;
    padding-right: 5%;
  }

  @media (max-width: 800px) {
    #vk_community_messages {
      visibility: hidden; } ;
    .center {
      padding-left: 0px; 
      padding-right: 0px;

    }
  }

  .shadowblock{
    box-shadow: 0 12px 16px 0 rgba(255, 255, 255, 0.116), 0 17px 50px 0 rgba(255, 255, 255, 0.05)
  }

  .marginauto{
    margin: auto;
    display: block;
    text-align: center;
    box-align:center ;
  }

  .invertfilter{
    filter: invert(1);
  }

  .bg-white {
    background-color: #ffffff;
    color: #000000;
  }

  .topup {
    margin-top: 0.5em;
  }

/* pricing style */

  /* pricing style */
  .pricingTable{
   padding: 30px 0;
   margin: 50px 0;
   background: #ffffff;
   text-align: center;
   position: relative;
   transition: all 0.3s ease-out 0s;
  }
  .pricingTable:before,
  .pricingTable:after{
   content: "";
   width: 72%;
   height: 52px;
   background: #880707;
   margin: 0 auto;
   position: absolute;
   top: -32px;
   left: 0;
   right: 0;
   transform: rotate(-3deg) skew(-3deg);
   transition: all 0.3s ease-out 0s;
  }
  .pricingTable:after{
   top: auto;
   bottom: -32px
  }
  .pricingTable:hover,
  .pricingTable:hover:before,
  .pricingTable:hover:after{
   background: #000000;
  }



  .pricingTable .pricingTable-header{
   border-bottom: 1px solid #ffffff;
  }
  .pricingTable .price-value{
   padding: 8px 0;
   font-size: 45px;
   font-weight: bold;
   line-height: 45px;
   color: #161616;
  }
  .pricingTable:hover .price-value{
   color: #fff;
  }
  .pricingTable .month{
   font-size: 15px;
   color: #727272;
   line-height: 24px;
  }
  .pricingTable .title{
   color: #272727;
   text-transform: uppercase;
  }
  .pricingTable:hover .title{
   color: #fff;
  }
  .pricingTable .pricing-content{
   padding: 0 15%;
   margin: 0 0 30px 0;
   list-style: none;
  }
  .pricingTable .pricing-content li{
   display: block;
   padding: 20px 0;
   border-bottom: 1px solid #e6e5e5;
   font-size: 15px;
   color: #272727;
  }
  .pricingTable:hover .pricing-content li{
   color: #fff;
  }
  .pricingTable .pricingTable-signup{
   display: inline-block;
   padding: 2px 20px;
   background: #272727;
   font-size: 14px;
   color: #fff;
   line-height: 30px;
   text-transform: uppercase;
   border-radius: 3px;
   overflow: hidden;
   position: relative;
   z-index: 1;
   transition: all 0.3s ease-out 0s;
  }
  .pricingTable .pricingTable-signup:hover{
   color: #272727;
  }
  .pricingTable .pricingTable-signup:before{
   content: "";
   background: #6bbccb;
   border-radius: 50%;
   padding: 18%;
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: -1;
   transform: translate3d(-50%, -50%, 0) scale(0);
   transition: transform .3s cubic-bezier(1, 0.15, 0.34, 1.03);
  }
  .pricingTable-signup:hover:before{
   transform: translate3d(-50%, -50%, 0) scale(2.5);
  }
  @media only screen and (max-width: 990px){
   .pricingTable{ margin-bottom: 50px; }
  }
  @media only screen and (max-width: 767px){
   .pricingTable{ margin-bottom: 80px; }

  }

  
  /* pricing style */

  /* pricing style */
  .pricingTableBLK{
    padding: 30px 0;
    margin: 30px 0;
    background: #000000;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-out 0s;
   }
   .pricingTableBLK:before,
   .pricingTableBLK:after{
    content: "";
    width: 72%;
    height: 52px;
    background: #880707;
    margin: 0 auto;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    transform: rotate(-3deg) skew(-3deg);
    transition: all 0.3s ease-out 0s;
   }
   .pricingTableBLK:after{
    top: auto;
    bottom: -32px
   }
   .pricingTableBLK:hover,
   .pricingTableBLK:hover:before,
   .pricingTableBLK:hover:after{
    background: #ffffff;
   }
 
 
 
   .pricingTableBLK .pricingTable-headerBLK{
    border-bottom: 1px solid #000000;
   }
   .pricingTableBLK .price-valueBLK{
    padding: 8px 0;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    color: #ffffff;
   }
   .pricingTableBLK:hover .price-valueBLK{
    color: #000000;
   }
   .pricingTableBLK .month{
    font-size: 15px;
    color: #727272;
    line-height: 24px;
   }
   .pricingTableBLK .title{
    color: #ffffff;
    text-transform: uppercase;
   }
   .pricingTableBLK:hover .title{
    color: #000000;
   }
   .pricingTableBLK .pricing-contentBLK{
    padding: 0 15%;
    margin: 0 0 30px 0;
    list-style: none;
   }
   .pricingTableBLK .pricing-contentBLK li{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e6e5e5;
    font-size: 15px;
    color: #ffffff;
   }
   .pricingTableBLK:hover .pricing-contentBLK li{
    color: #000000;
   }
   .pricingTableBLK .pricingTable-signupBLK{
    display: inline-block;
    padding: 2px 20px;
    background: #272727;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
   }
   .pricingTableBLK .pricingTable-signupBLK:hover{
    color: #272727;
   }
   .pricingTableBLK .pricingTable-signupBLK:before{
    content: "";
    background: #6bbccb;
    border-radius: 50%;
    padding: 18%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: transform .3s cubic-bezier(1, 0.15, 0.34, 1.03);
   }
   .pricingTable-signupBLK:hover:before{
    transform: translate3d(-50%, -50%, 0) scale(2.5);
   }
   @media only screen and (max-width: 990px){
    .pricingTableBLK{ margin-bottom: 50px; }

   }
   @media only screen and (max-width: 767px){
    .pricingTableBLK{ margin-bottom: 80px; }
   }
 
   .tableright{
    text-align: right;
   }
   

   ul {
    list-style-position: inside;
    text-align: justify;
   }

   .beats {
    text-align: right;
   }

   .containerslider {
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    height: 100%;
  }
  
  .boxslider {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 2%;
    line-height: 0;
  }
  
  .boxslider > img {
    width: 200%;
    height: calc(100% - 10vh);
    object-fit: cover; 
    transition: .5s;
  }
  
  .boxslider > span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
  }
  
  .boxslider:hover { flex: 1 1 50%; }
  .boxslider:hover > img {
    width: 100%;
    height: 100%;
  }
   
  .padding-auto {
    padding: 0;
  }