.product-podarok{
width: 267px;
display: inline-block;
vertical-align: top;
text-align: center;
margin-left: 10px;
padding: 5px;
cursor: pointer;
margin-right: 10px;
}
.product-podarok .image{
    width: 126px;
    height: 200px;
    margin-left: calc(50% - 63px);
}
.product-podarok .btn.button_buy{
    margin-top: 105px;
    font-size: 20px;
    color: #2f8f56;
    background-color: unset;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px dotted #2f8f56;
    max-width: 145px;
    width: 100%;
    font-family: 'Bubbleboddy Neue Trial';
}
.product-podarok .name {
margin: 0 auto;
margin-top: 20px; ;
text-align: center;
font-size: 18px;
max-width: 100%;
overflow: hidden;
}
.product-podarok .name span{
font-family: 'Bubbleboddy Neue Trial';
font-size: 25px;
color: #3c2925;
text-decoration: none;
line-height: normal;
display: block;
height:80px;
}
.disc-gift{
text-align: center;
font-size: 18px;
margin: 0 auto;
margin-bottom: 0px;
margin-top: 10px;
min-height: 37px;
max-height: 37px;
font-family: 'Bubbleboddy Neue Trial';
color: #564d4b;
line-height: normal;
max-width: 80%;
overflow: hidden;
}
.modal-title{
  text-align: center;
  font-size: 24px;
  font-family: 'Bubbleboddy Neue Trial';
  color: rgb(174, 34, 41);
  line-height: 1.2;
  flex-wrap: wrap;
  padding-top: 5px;
}
.modal-title>img{
    margin: -14px 40px 0px 40px;
}
.modal-title>div{
}
#pager-gift{
width: 100%;
 margin-top: 30px;
 height: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
}
.one-page-gift{
    float: left;
     margin: 4px;
    height: 15px;
    width: 15px;
    border: 1px solid #b6aba4;
}
.active-gift-page>div{
    width: 7px;
    height: 7px;
    background-color: #6d5548;
    margin: 3px;
}
.wrapper-gifts{
    width: 6000px;
}
.modal-body{
   overflow: hidden;
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
#arrow-gift-l{
    position: absolute;
    top:200px;
    left: 10px;
    cursor: pointer;
}
#arrow-gift-r{
    position: absolute;
    top:200px;
    right: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}
@media(max-width: 767px)
{
.product-podarok{
    width: 40vw;
    margin-left: 2vw;
    margin-right: 2vw;
                }
}
@media(max-width: 560px){
.product-podarok{
    width: 48vw;
    margin-left: 20vw;
    margin-right: 20vw;
}
.modal-title>img{
    margin: -14px 2% 0px 2%;
}
.modal-body{
    padding-left: 0px;
}
.modal-title{
  text-align: center;
  font-size: 18px;
  font-family: 'Bubbleboddy Neue Trial';
  color: rgb(174, 34, 41);
  line-height: 1.2;
  flex-wrap: wrap;
  padding-top: 5px;
}
}