a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	    color: #e91e63;
}

.hidden-block {
    overflow: hidden;
    padding: 15px 20px;
}
.svg-star {background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiID8+DQo8c3ZnIHdpZHRoPSI1MTJwdCIgaGVpZ2h0PSI1MTJwdCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnPg0KPHBhdGggZmlsbD0iI2ZjYzkwMCIgZD0iIE0gMjU1Ljk4IDguMDcgQyAyNzcuOTYgNjQuNTUgMjk5LjYyIDEyMS4xNiAzMjEuNDUgMTc3LjcwIEMgMzgyLjAyIDE4MS4wMCA0NDIuNjAgMTg0LjI1IDUwMy4xNyAxODcuNTEgQyA0NTYuMTggMjI1Ljg2IDQwOS4wMiAyNjQuMDAgMzYxLjk3IDMwMi4yOSBDIDM3Ny41NyAzNjAuOTAgMzkzLjIwIDQxOS41MSA0MDguNzggNDc4LjEzIEMgMzU3Ljg0IDQ0NS4xOSAzMDYuOTMgNDEyLjIyIDI1Ni4wMCAzNzkuMjkgQyAyMDUuMDUgNDEyLjIzIDE1NC4xNCA0NDUuMjIgMTAzLjE5IDQ3OC4xMyBDIDExOC44MyA0MTkuNTMgMTM0LjQxIDM2MC45MCAxNTAuMDMgMzAyLjI5IEMgMTAyLjk3IDI2NC4wMiA1NS44NCAyMjUuODUgOC44MiAxODcuNTQgQyA2OS4zOSAxODQuMjMgMTI5Ljk3IDE4MS4wMSAxOTAuNTUgMTc3LjcxIEMgMjEyLjM1IDEyMS4xNiAyMzQuMDggNjQuNTggMjU1Ljk4IDguMDcgWiIgLz4NCjwvZz4NCjwvc3ZnPg0K');}

.star-review {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
    margin-right: 4px;
    margin-top: -2px;
    height: 17px;
    width: 17px;
    background-size: 17px 17px;
}
.reviews-block {
    display: flex;
    position: relative;
}
.logo-rew {    position: absolute;
    padding: 0;
    z-index: 1;}

.logo-rew img {border-radius: 50px;
    width: 50px;
    height: 50px;
    max-width: inherit;
    object-fit: cover;}

.reviews-text-title {
    padding-left: 60px;
    min-height: 55px;
	    margin-bottom: 10px;
}
.text-rating {    display: inline-block;
    margin: 5px 0px;
    color: #999;}
.rating-star {display: inline-block;}


#contact-wrapper {
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:17px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
form#contactform label {
	display:block;
	float:none;
	width:auto;
}
form#contactform input {
	border: 1px solid #DEDEDE;
    padding: 5px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
form#contactform textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0px;
    border: 1px solid #DEDEDE;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  direction: ltr;
  color: #3C4858;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: 300;
  line-height: 21px;
	    margin: 0px;
	background-color: #e5e5e5;
}
.containe {white-space: pre-line;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
}

a:hover, a:focus {
  color: #89229b;
  text-decoration: none;
}

blockquote p {
  font-style: italic;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 36.4px;
  line-height: 54.6px;
}

h3 {
  margin: 20px 0 10px;
  font-size: 25.55px;
  line-height: 35.77px;
}

h4 {
  font-size: 18.2px;
  line-height: 28.21px;
}

h5 {
  margin-bottom: 15px;
  font-size: 17.5px;
  line-height: 27.125px;
}

h6 {
  font-size: 12.6px;
  line-height: 18.9px;
  font-weight: 500;
  text-transform: uppercase;
}



h1.title,
h1.hestia-title,
.pricing h2.title,
.pricing h2.hestia-title,
.contactus h2.title,
.contactus h2.hestia-title {
  margin-bottom: 30px;
}

h2.title,
h2.hestia-title {
  margin-bottom: 10px;
}

  hr {
    margin-top: 0;
    border-top: 1px solid #e91e63;}
.container {
  max-width: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

embed, iframe, img, object, video, button, input, select, textarea, .wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

ul, ol {
  margin-bottom: 30px;
  line-height: 25.2px;
}

legend {
  border-bottom: 0;
}

.thumbnail {
  padding: 0;
  border: 0 none;
  border-radius: 0;
}



:focus, :active, ::-moz-focus-inner {
  outline: 0 !important;
}

button,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 7px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

button,
input[type="submit"],
input[type="button"],
.btn {
  position: relative;
  margin: 10px 1px;
  padding: 12px 30px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  white-space: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  will-change: box-shadow,transform;
}

input[type="number"] {
  padding: 0;
}

button,
input[type="submit"],
input[type="button"],
.btn,
.btn.btn-default {
  -webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}




img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.gallery-caption {
  padding-top: 10px;
}

.bypostauthor {
  display: block;
}

.tables {border-collapse:collapse;border: 2px solid #FFFFFF; border-radius:6px;  -moz-border-radius:6px;-webkit-border-radius:6px;}
.tables tr:hover {background:#F5F5F5;}

.tables {
	line-height: 25px;
	margin-top: -20px;
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    border-radius:6px;
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    font-family: Arial;
    font-size: 0.99em;
	    width: 100%;
}


.tables tr {
background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
.tables td {border:1px dashed #E0E0E0; padding-left: 5px;padding-top:5px; padding-bottom:5px; vertical-align:middle;}


input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f4), color-stop(1, #dededd) );
	background:-moz-linear-gradient( center top, #f5f5f4 5%, #dededd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f4', endColorstr='#dededd');
	
	background-color:#dbdbdb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#636360 !important;
	font-size:15px;
	font-weight:normal;
	padding:4px 6px 4px 6px;
	text-decoration:none;
	height: 36px;
	margin-bottom: 0;border: 0px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}


	.btn4 {
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #e91e63;
  padding: 5px 17px 5px 17px;
  border: dotted #ff72a2 2px;
  text-decoration: none;
}

.btn4:hover {
  background: #ff72a2;
  text-decoration: none;
 color: #ffffff;
}

.btn5 {
 -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Arial;
  color: #ffffff;
  font-size: 25px;
 
  padding: 5px 17px 5px 17px;
  border: solid #e91e63 3px;
  text-decoration: none;
}

.btn5:hover {
background: #ff72a2;
  text-decoration: none;
 color: #ffffff;
}
.btn3 {
  -webkit-border-radius: 13;
  -moz-border-radius: 13;
  border-radius: 13px;
  font-family: Arial;
  color: #ffffff;
  font-size: 34px;
  background: #e91e63;
  padding: 10px 320px 10px 320px;
  border: dotted #ff72a2 2px;
  text-decoration: none;
}

.btn3:hover {
  background: #3cb0fd;
  text-decoration: none;
  color: #ffffff;
}

.containe {width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em;}
.containe::-webkit-scrollbar {-webkit-appearance: none; width: 14px; height: 14px;}
.containe::-webkit-scrollbar-thumb {border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3);}

.foto {margin: -30px 0px 0px 0px; background:url(https://top.cashbacks.com.ua/top.webp); background-attachment:fixed; color:#fff; padding: 60px 60px 30px 60px;padding-bottom: 100px;}
.fot {margin: -30px 0px 0px 0px;}
.centrito { text-align: center; margin: 50px 0px 45px 0px; }
.centrit { text-align: center;}

@media (max-width: 1100px) {.btn3 {
  font-size: 37px;
  padding: 10px 200px 10px 200px;}}
@media (max-width: 920px) {
    .foto h1 {
        font-size: 28px;
        margin-left: -25px;
        margin-right: -25px;
    }
.btn3 {
  font-size: 27px;
  padding: 10px 100px 10px 100px;}}
@media (max-width: 590px) {.btn3 {
  font-size: 20px;
  padding: 10px 20px 10px 20px;}}
@media (max-width: 330px) {.btn3 {
  font-size: 14px;
  padding: 10px 10px 10px 10px;}}


.rozo { color: #e91e63; font-size: 35px;}
.roz { color: #e91e63; font-size: 35px; padding-bottom: 50px;}
.rozoz { color: #e91e63; font-size: 35px; padding-top: 8px; display: inline-block; }
.dney{display: inline-block;  font-size: 14px;  color: #e91e63;}
.rozozz { color: #e91e63; font-size: 25px; }
.dneyz{font-size: 12px;  color: #000;}
.ringht {text-align: right;}
.white {background:#fff; margin: 20px 13px;}

.mobile-wi {margin-top: -80px;}
.main-block-2,.main-block-8,.main-block-5 {float: left; display: inline-block;}
.main-block-8 {width: 50%} 
.main-block-2 {width: 25%} 
.main-block-5 {width: 50%} 
.hidden-b {overflow: hidden;padding:15px 20px;color:black;}
.center {text-align:center}
.hr-mobile {    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc; margin-bottom: 10px}
.main-block-2 p {margin-bottom: 10px !important;}
.list-p p {font-size:13px !important;    margin: 3px !important;}

   .button-mobile{ display: block;
    margin: 20px 10px;
    border: 1px solid #e91e63;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    background: #e91e63;
    color: #fff;}



.blog-post.blog-post-wrapper .section-text h1 {
  font-size: 63.84px;
  line-height: 73.416px;
}
.blog-post.blog-post-wrapper .section-text h2 {
  font-size: 43.68px;
  line-height: 65.52px;
}
.blog-post.blog-post-wrapper .section-text h3 {
  font-size: 30.66px;
  line-height: 42.924px;
}
.blog-post.blog-post-wrapper .section-text h4 {
  font-size: 31.62px;
  line-height: 49.011px;
}
.blog-post.blog-post-wrapper .section-text h5 {
  font-size: 21px;
  line-height: 32.55px;
}
.blog-post.blog-post-wrapper .section-text h6 {
  font-size: 15.12px;
  line-height: 22.68px;
}

.blog-post {
  word-wrap: break-word;
  line-height: 25.2px;
}
.blog-post .section-text {
  padding-bottom: 0;
  font-size: 16.8px;
}
.blog-post .section-text p {
  margin-bottom: 30px;
}
.blog-post .section-blog-info {
  padding-top: 15px;
}
.blog-post .section-blog-info .entry-categories, .blog-post .section-blog-info .entry-tags {
  word-break: break-all;
}
.blog-post .section-blog-info .entry-categories span, .blog-post .section-blog-info .entry-tags span {
  display: inline-block;
  margin: 5px;
}


dl dd, pre {
  margin-bottom: 30px;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.gallery-caption {
  padding-top: 10px;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-header .container,
.page-header .author,
.page-header .author a,
.page-header .hestia-title,
.page-header .title,
.page-header .description {
  color: #fff;
}

.page-header {
  overflow: hidden;
  height: 90vh;
  margin: 0;
  padding: 0;
  border: 0;
  background-position: center center;
  background-size: cover;
}
.page-header .container {
  padding-top: 30vh;
  color: #fff;
}
.page-header .container .hestia-title,
.page-header .container .title {
  margin: 0 0 20px;
}
.page-header.header-small .container .hestia-title,
.page-header.header-small .container .title {
  margin: 20px 0 10px;
}

.archive .page-header.header-small .hestia-title,
.blog .page-header.header-small .hestia-title,
.search .page-header.header-small .hestia-title,
.archive .page-header.header-small .title,
.blog .page-header.header-small .title,
.search .page-header.header-small .title {
  font-size: 44.8px;
  line-height: 58.24px;
}


.main {
  position: relative;
  background: #fff;
}

.main-raised {
  margin: -60px 30px 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.but-go {overflow: hidden;
	clear: both;    padding-top: 15px;}



@media (min-width: 1110px) {
	.mobile-wi {max-width: 100%;}
	.hidden-b {width: 44% !important;float: left;display: inline-block;}
	.list-p p {font-size: 14px !important;}
}

@media (min-width: 670px) {
	.mobile-wi {max-width: 100%;}
	.hidden-b {width: 40%;float: left;display: inline-block;        min-height: 525px;}
}
@media (min-width: 1320px) {

	.hidden-b {width: 45% !important;min-height: 460px;}
}