html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.add-button{
    position: fixed;
	z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: #006ce7;
    outline: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    color:#fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
:focus{
	outline: 0;
}

html {
  height: 100%;
}
body {
	position: relative;
    max-width: 1920px;
}

ul{
    list-style: none;
}
	
body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    cursor: default;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(to bottom, #eaf6ff 0, #ededed 400px, #ededed 100%)no-repeat #ededed;
}

*{ box-sizing: border-box; }

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ededed;
    display: block;
    z-index: 9999;
    top: 0;
}

.content{
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
	width: 100%;
}
.center{
	text-align:center;
}

.logo{
    width: 160px;
}

header {
    padding: 30px 0;
    box-shadow: 0 4px 4px #c2c2c2;
    background-color: white;
}

.lblock, .rblock{
	display:inline-block;
}

.rblock {
    float: right;
}

header .lblock p {
    float: right;
    max-width: 125px;
    font-size: 12px;
    color: #64b620;
    margin-left: 15px;
    margin-top: -7px;
}

ul.menu {
    clear: both;
    float: right;
}

ul.menu li {
    display: inline-block;
    margin-right: 23px;
}
ul.menu li:last-child {
    margin-right: 0;
}

ul.menu li a {
    transition: 0.3s;
    font-size: 15px;
    font-weight: bold;
}

h1 {
    font-size: 46px;
    font-weight: bold;
}

h2 {
	font-size: 37px;
    font-weight: bold;
}

#sec1 h1{
	margin-top:35px;
	padding: 5px 0;
}

.note {
    margin-top: 35px;
	font-size: 25px;
    font-weight: 400;
}

p.note font {
    font-size: 22px;
    color: #fff;
    background: #e93667;
    margin: 0px 0px;
    width: 23px;
    display: inline-block;
    border-radius: 8px;
    line-height: 25px;
    font-family: monospace;
}

p.rating {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}

#filter{
    border-bottom: #ccc solid 1px;
    margin: 0 10px;
	text-align: left;
}

#filter li{
	display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    font-size: 18px;
}

#filter li.is-checked,
#filter li:hover {
	color:#1e77c1;
}

#filter li:after {
	content:"";
    display:block;
	width:0;
	height:4px;
	background:#b8d2e9;
	transition:0.3s;
	margin:5px auto 0;
}

#filter li.is-checked:after,
#filter li:hover:after {
	width:100%;
}

.wrapgrid {
    text-align: center;
}

.grid{
	max-width: 1140px;
    position: relative;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    text-align: center;
	width: 100%;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.bank {
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 6px #b0b0b0;
	width:258px;
	min-height: 410px;
	margin: 5px 13px;
}

.bankLine {
    text-align: center;
    background: #e93667;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 600;
	position:relative;
	overflow: hidden;
}

.bankLine.play:after {
    content: "";
    display: block;
    width: 0px;
    height: 34px;
    background: #ffffff;
    position: absolute;
    left: -35px;
    top: -6px;
    z-index: 1;
    transform: rotate(31deg);
    animation-name: slideme;
    animation-duration: 5s;
    animation-timing-function: linear;
	box-shadow: 0 0 3px 1px #ffffffc7, 0 0 10px 2px #ffffffbf, 0 0px 20px 6px #ffffff, 0 0px 16px 8px #ffffff;
    animation-iteration-count: infinite;
}


@-webkit-keyframes slideme { 0% { left: -35px; margin-left: 0px; }
  99% { left: 110%; }
  100% { left: 110%; } }

.grid{
	margin-top:0px;
}

.infoBlock {
    display: inline-block;
    margin: 10px 0;
    width: 115px;
}

.infoBlock p{
    margin: 5px 0;
}

.infoTitle{
    font-size: 10px;
}

.par {
    font-weight: bold;
    font-size: 18px;
}

.timing:before {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-right: 5px;
}

.timing:after {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
}

.answer:before {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-right: 5px;
}

.answer:after {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
}

.rate:before {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-right: 5px;
}

.rate:after {
    display: inline;
    font-size: 9px;
    font-weight: 400;
    margin-left: 5px;
}

.butget {
    padding: 10px 0;
    background: #4eac01;
    width: 94%;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px auto 30px;
	box-shadow: 0px 4px 6px #b0b0b0;
	transition:0.3s;
}

.butget:hover {
    background: #6ff500;
}

.logoBank{
width: auto;
    max-height: 96px;
    max-width: 100%;
}

.advantage {
    padding: 0px 0;
    margin: 10px 0 10px;
    border-top: #ccc solid 1px;
}

.advBlock{
	display:inline-block;
	width:260px;
	margin: 10px;
	vertical-align: middle;
	text-align: left;
	transition: 0.8s ease-out 0.4s;
    opacity: 0;
}

.advBlock.playAdvBlock{
	opacity:1;
}

.advBlock.playAdvBlock img{
	transform: scale(1);
}

.advBlock p {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 205px;
    font-weight: 900;
    font-size: 18px;
}

.advBlock img{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	transform: scale(0);
	transition: 1.5s;
}

.divider {
    text-align: center;
    padding: 20px 0;
    background-color: #4eac01;
    margin: 40px 0;
}

.divider > p {
	color: #fff;
    font-size: 25px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
	padding: 0 10px;
}

.infolist,
.terms {
	position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px #b0b0b0;
    margin: 60px 10px 0;
    padding: 40px 80px;
}

.infolist h2,
.faq h2, .terms h2 {
    color: #4eac01;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 30px;
}

.infolist h3 {
    margin: 20px 0 0;
    color: #e93667;
    font-weight: 900;
    font-size: 16px;
}

.faqTitle {
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0 10px 40px;
    margin: 10px 0;
    border-bottom: #ccc solid 1px;
    cursor: pointer;
    position: relative;
}

.faq {
    margin: 80px 10px 0;
}

.faq p {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0;
}

.faq ul {
    list-style: disc;
}

.faq ul li {
    margin:10px 0 10px 20px;
}

.faqTitle:before {
	display: inline-block;
    content: "";
    width: 40px;
    height: 25px;
    margin: 0 0;
    transition: 0.3s;
    transform: rotate(-90deg);
    background: url(../img/openTab.svg)no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px;
}

.faqActive .faqTitle:before {
    transform: rotate(90deg);
}

.faqBody {
    overflow: hidden;
	transition:0.3s;
	max-height: 0;
}

.faqActive .faqBody{
	max-height: 1000px;
}

.termsrow{
	margin:5px 0;
}

.termsrow > p{
	display:inline-block;
	font-weight: 300;
    font-size: 14px;
}

.termsrow p:nth-child(3) {
    color: #000;
    font-weight: 500;
}

.termsrow > p:nth-child(2) {
    font-size: 20px;
	margin:0 10px;
}
.ppcText {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-size: 10px;
    color: gray;
    height: 50px;
}

.wrapRating {
    text-align: left;
    margin-left: 10px;
    font-size: 12px;
}

.wrapRating > p {
    font-size: 10px;
	margin-top:3px;
}

.rating, .ratingValue {
    display: inline-block!important;
}

.footerBank{
	text-align:left;
}

.bankLink, .wrapRating{
	display: inline-block;
	width: 45%;
}

.bankLink {
    font-size: 11px;
    float: right;
    color: #639fff;
}

.footer{
    width: 100%;
    background: #25282b;
    margin-top: 60px;
    padding: 60px 0;
    color: #c4c4c4;
}

.footerBlock{
	display:inline-block;
	width:49%;
	vertical-align:top;
}

.footer .lBlock{
	max-width:600px;
	font-size: 14px;
}

.footer .rBlock{
text-align: right;
}

.footercart{
    width: 165px;
    height: 42px;
    background: url(../img/footercart.svg)no-repeat;
    background-size: cover;
    float: right;
}

.cop {
    margin-top: 10px;
    color: #6c6c6c;
}

#mob{
	display:none;
}



/* ////////////////////////////
rating
//////////////////////////// */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* ////////////////////////////
end rating
//////////////////////////// */



/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

@media screen and (max-width: 1155px) {
    .grid{
        max-width: 870px;
    }
}

@media screen and (max-width: 980px) {	
.termsrow .dots{
	display:none;
}

.infolist, .terms {
    padding: 40px 10px;
	margin: 60px 0 0;
}

.termsrow p {
    width: 49%;
    vertical-align: top;
	margin: 10px 0;
}

.termsrow p:first-child{
	margin-right:5px;
} 

.termsrow p:nth-child(3){
	color: #000;
    font-weight: 500;
} 

.content {
	padding:0 10px;
}

#sec1 h1 {
    margin-top: 10px;
	font-size: 26px;
	text-transform:uppercase;
}

#sec1 h2 {
	display:none;
}

p.note {
    margin-top: 0px;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0px;
}

#filter li {
    display: inline-block;
    background: #ffffff;
    text-align: center;
    width: 49%;
    margin: 5px auto;
    padding: 8px 0;
    color: black;
    border-radius: 6px;
    box-shadow: 0px 4px 6px #b0b0b0;
	font-size:12px;
}

.sort:first-child{
	display:none!important;
}

#filter {
    padding-bottom: 10px;
}

#filter li:after {
    display:none;
}

.grid {
    text-align: center;
	margin-top: 0px;
}

.footerBlock {
    display: block;
    width: 100%;
}

.footercart {
    float: none;
    margin-top: 20px;
}

.divider > p {
    font-size: 16px;
}

.footer {
    padding: 30px 0;
}

#mWrap {
    overflow: hidden;
    width: 0;
    background: #ededed;
    top: 0px;
    position: fixed;
    right: 0;
    height: 100vh;
    transition: 0.5s;
    z-index: 100;
}

#mWrap.mactiv {
    width: 100%;
}

ul.menu {
	margin-top: 70px;
    margin-left: 10px;
    float: none;
	text-align:center;
}

ul.menu li {
    display: block;
    border: #6a6a6a solid 1px;
    width: 300px;
    padding: 15px 0;
    margin: 20px auto;
    border-radius: 5px;
}

ul.menu li:last-child {
	margin: 15px auto;
}

#mmenu {
	width: 40px;
    height: 47px;
    position: fixed;
    top: 3px;
    right: 4%;
    z-index: 100;
    transition: 0.3s;
}

#mmenu span {
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background: #4d4d4d;
    transition: 0.5s;
    right: 0;
    left: 0;
}

#msp1 {
    top: 8px;
}

#msp2 {
    top: 20px;
}

#msp3 {
    top: 32px;
}

#mmenu.acts #msp1 {
    top: 24px;
    transform: rotate(-45deg);
}

#mmenu.acts #msp2 {
    top: 24px;
    opacity: 0;
}

#mmenu.acts #msp3 {
    top: 24px;
    transform: rotate(45deg);
}

#sec1 {
    padding-top: 60px;
}

header {
    position: fixed;
    width: 100%;
	z-index:99;
	padding: 15px 0;
}

.cop {
    text-align: center;
}

.infolist h2, .faq h2, .terms h2 {
    font-size: 22px;
    text-align: center;
}

.faq {
    margin: 60px 10px 0;
}

.advantage {
    width: 562px;
    margin: 0 auto;
	border:none;
	padding: 0px 0 0;
}

.advBlock{
	display: inline-block;
}

#desk{
	display:none;
}
#mob{
	display:block;
}
}

@media screen and (max-width: 886px) {
    .grid{
        max-width: 575px;
    }
}


@media screen and (max-width: 603px) {
    .grid{
        max-width: 600px;
    }

    .bank {
        margin: 10px 3px;
        width: 48%;
    }
}

@media screen and (max-width: 569px) {	
.wrapgrid {
    margin: 0 auto;
}

.logo {
    width: 120px;
}

header .lblock p {
    font-size: 11px;
    margin-left: 10px;
    color: #3d8401;
    font-weight: 500;
}
}

@media screen and (max-width: 469px) {	
.advBlock {
	margin: 20px 0px;
    width: 140px;
}

.advBlock:nth-child(1),
.advBlock:nth-child(3) {
	display:none!important;
}

.advBlock p {
    margin-left: 8px;
    width: 80px;
    font-size: 14px;
}

.advantage {
    width: auto;
}
}
/* ///////////////////
/////////////////// */
@media screen and (max-width: 330px) {
.bankLink {
    margin-top: 0px!important;
    margin-right: 5px!important;
}
}
@media screen and (max-width: 569px) {	
.bank {
    margin: 10px 3px;
    width: 48%;
}
.bankLine {
    font-size: 7px;
}
.infoBlock {
    margin: 0;
}
.infoBlock:first-child {
    margin-top: 10px;
}
.infoBlock p {
    margin: 3px 0;
}
.butget {
    font-size: 12px;
}
.bankLink, .wrapRating {
    width: auto;
}
.bankLink {
    margin-top: -14px;
	font-size: 9px;
	margin-right: 5px;
}
p.note font {
    font-size: 17px;
    width: 18px;
    line-height: 17px;
}
p.rating {
    font-size: 11px;
}
}

@media screen and (min-width: 470px) and (max-width: 1160px) {	
.advBlock {
    margin: 20px 10px;
	width: 170px;
}

.advBlock p {
    margin-left: 8px;
    width: 90px;
    font-size: 12px;
}

.advantage {
    width: auto;
}
}

@media screen and (min-width: 570px) and (max-width: 871px) {	
.wrapgrid {
    margin: 0 auto;
}

}

@media screen and (min-width: 872px) and (max-width: 1156px) {	
.wrapgrid {
    margin: 0 auto;
}

}

@media screen and (min-width: 981px) and (max-width: 1155px) {	
.content {
    width: 96%;
}
}

#cookie_notification {
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
	box-sizing: border-box;
}

.innerNotif {
	max-width: 1100px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

#cookie_notification p {
	margin: 0;
	font-size: 14px;
	text-align: left;
	color: #fff;
}


.cookie_accept {
	margin: 0 0 0 25px;
	min-width: 100px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ffc11e;
	color: #ffc11e;
	font-size: 14px;
}



@media (min-width: 576px){

  #cookie_notification.show{
    display: flex;
  }

.cookie_accept:hover {
	border: 1px solid #ffc11e;
	color: #000;
    background-color: #ffc11e;
}


}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }

}

#ugoda {
	max-width: 500px;
	padding: 20px;
}