* {
    margin: 0;
    padding: 0;
}

.smart-tarife {
    background: url('/custom/smart-tarife-30-40/assets/images/pozadina-bg.jpg') #E8EFF5;
    background-repeat: no-repeat;
  	
  	background-position: center top; 
    color: #fff;
 }

.content-main {
    max-width: 2000px;
    margin: 0 auto;
    
}

.products .single-product:not(:last-child) {
    margin-bottom: 150px;
}

.entry-title {
    padding: 140px 0;
}

.entry-title h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
}
.smart-xiaomi-samsung{
	margin: -351px 0 0 -571px;
	display: block;
}

.smart-xiaomi-xiaomi{
	margin: -250px 0 0 0px;
	display: block;
}


.smart-30-64gb {
    margin: -300px 0 0 -163px;
    display: block;
}

.smart-30-128gb {
    margin: -600px 0 0 8px;
    display: block;
}

.xiaomi {
    margin-bottom: 10px;
}

.smart-45-128gb {
    margin: -150px 0 -270px -194px;
    display: block;
}

.entry-title h1 span {
    display: block;
    font-weight: 700;
}

.model h2 {
    font-size: 50px;
    margin-top: 5px;
    font-weight: 700;
}

.model {
    margin: 215px 0px 50px 50px;
}

.animate-shadow {
    -webkit-animation: animate 1s ease-in-out infinite alternate; /* Safari 4+ */
    -moz-animation: animate 1s ease-in-out infinite alternate; /* Fx 5+ */
    -o-animation: animate 1s ease-in-out infinite alternate; /* Opera 12+ */
    animation: animate 1s ease-in-out infinite alternate;
}

@keyframes animate {
    0%   { 
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
    }
    100% { 
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.mobile-img {
    position: absolute;
    left: 42px;
    top: 37px;
    z-index: 10;
}

.bottom-content {
    padding: 140px 0 350px 0;
    text-align: center;
}

.bottom-content p {
    font-size: 21px;
    font-weight: 700;
}

.bottom-content p a {
    color: #fff;
    text-decoration: underline;
}

.bottom-content p a:hover {
    opacity: 0.5;
}

.offer-mt {
    margin-top: 200px;
}

