/**
 * @web/uploads/custom-style.css
 */





.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	/*border:#ccc 1px solid;*/
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}	

.simple-little-table td{
	 border: none;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

















#static-txt .txt-content p {
    text-align: justify;
}
#static-txt .txt-content ul {
    margin-left: 10px;
}


#static-txt .txt-content ol {
        counter-reset:myCounter;
        margin-left:0;
        padding-left:15px;
        color: rgb(100,100,100);
      }

      #static-txt .txt-content li {
        position: relative;
        padding-left: 3em;
        margin: 0.45em 0;
        list-style: none;
        line-height: 1.8em;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }

      #static-txt .txt-content li:hover {
        color: rgb(0,0,0);
      }

      #static-txt .txt-content li:before {
        content:counter(myCounter);
        counter-increment:myCounter;
        position:absolute;
        top:0;
        left:0;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        padding:0px;
        color:#fff;
        background:#ff9315;
        font-weight:bold;
        text-align:center;
        border-radius: .9em;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      #static-txt .txt-content li:hover:before {
        background-color: rgba(96, 69, 162, 1);
      }

      #static-txt .txt-content li li:before{
        background-color: #ff9315;
      }

      /*#static-txt .txt-content ol li:after {
        position: absolute;
        top: 2.1em;
        left: 0.9em;
        width: 2px;
        height: calc(100% - 2em);
        content: '';
        background-color: rgb(203, 203, 203);
        z-index: 0;
      }*/

      #static-txt .txt-content ol li:hover:after {
        background-color: rgba(96, 69, 162, 1);
      }

      #static-txt .txt-content ol li li {
        font-size: 0.8em;
      }







.a-btn {
    border-radius: 50px;
    border: none;
    background: url(/img/btn-bg.png) 10% 50% no-repeat #ffa526;
   -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    padding-left: 99px;
    padding-right: 26px;
    height: auto;
    width: 100%;
    color: white;
    text-decoration: none;
    display: -webkit-inline-box;
    position: relative;
    clear: both;
    margin: 10px 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.a-btn img {
    position: absolute;
    width: 18%;
    left: 15px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.a-btn-text {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 12%;
    display: block;
    font-size: 23px;
    text-align: left;
    width: 53%;
    text-shadow: 0px -1px 1px #80ab5d;
}

.a-btn-text1 {
    padding-top: 13px;
    padding-left: 22px;
    display: block;
    font-size: 16px!important;
    text-align: left;
    width: 43%;
    color: #edf4f8;
}

.a-btn:hover{
	background: url(/img/btn-bg.png) 90% 50% no-repeat #ffa526d4;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}

/*.a-btn:hover img{
    -webkit-transform:scale(10);
    -moz-transform:scale(10);
    -ms-transform:scale(10);
    -o-transform:scale(10);
    transform:scale(10);
    opacity:0;
}
*/
.a-btn:active{
    position:relative;
    top:1px;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
}

.news-content .container {font-size: 20px; padding-bottom: 10px;}


.links_content {
    font-size: 15px;
    line-height: 22px;
	padding-top: 10px;
	text-align: center;
}

.links_content a {
    /* background: #ffae3c none repeat scroll 0 0; */
    border: 1px white solid;
    border-radius: 3px;
    display: inline-block;
    line-height: 10px;
    margin: 2px;
    padding: 8px;
    text-decoration: none;
    color: #303030;
    transition: all .35s ease;
}

.links_content a:hover {
    background: none;
    border: 1px solid;
    color: #fd9400;
	border-color: #ffae3c;
}

#gotomiloan {
    height: 50px;
    font-size: 14px;
    transition: all .3s;
    position: relative;
    max-width: 395px;
    margin: 0 auto;
    width: 100%;
    line-height: 50px;
  	background: #f04848;
    text-align: center;
    color: #fff;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
  	border-radius: 25px; 
  	margin-top: 10px;
}

#gotomiloan span {
  font-size: 10px;
}
#chosen-office .credit-values .checkbox span.hint {
  color: #000;
}


.txt-3-block {
  display: inline-block;
  width: calc(100% / 3);
  float: left;
  width: 33%;
  height: 300px;
  padding: 40px;
}



.txt-11-block {
  display: inline-block;
  float: left;
  width: 20%;
  height: auto;
}

.txt-22-block {
  display: inline-block;
  float: left;
  width: 80%;
  height: auto;
  padding: 10px;
}


.col {
    display: table-row;
}


.imrollover {
 transition: all 0.3s ease;
 background-repeat: no-repeat;
}
.imrollover:hover {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}


.ico {
    width: 100%;
    display: flow-root;
}
.ico1 {
    display: block;
    width: 15%;
    float: left;
    /* padding: 10px; */
    text-align: right;
    padding-right: 10px;
}

.ico2 {
    display: block;
    width: 85%;
    float: left;
    height: 50px;
    padding: 10px;
    vertical-align: middle;
}

.texth2 {
    font-size: 20px!important;
}

#static-txt .txt-content h2 {
    font-size: 20px!important;
}


.a-btn-text-rk {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    font-size: 22px;
    text-shadow: 0px -1px 1px #80ab5d;
}

.a-btn-kr {
border-radius: 50px;
    border: none;
    background: url(/img/btn-bg.png) 50% 50% no-repeat #ffa526;
    -webkit-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    -moz-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    height: 60px;
    color: white;
    text-decoration: none;
    display: -webkit-inline-box;
    position: relative;
    clear: both;
    width: 60%;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}



.a-btn-kr:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    background-position:140px;
        -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}

.ico:hover img {
   margin-right:10px;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}






@media screen and (max-width: 1023px) {

.txt-3-block {
    display: inline-block;
    float: left;
    width: 33%;
    height: auto;
    padding: 0px;
}

.ico1 {
    width: auto;
    float: left;
    padding: 0px;
}


.ico2 {
    width: 80%;
    float: left;
    height: auto;
    padding: 5px;
    padding-left: 34px;
    vertical-align: middle;
}

  
.ico:hover img {
   margin-right:0px;
}  
  
  
  
.texth2 {
    font-size: 15px!important;
}
  
  
#static-txt .txt-content h2  {
    font-size: 15px!important;
}  
  
  .a-btn-kr {
    width: 100%;

}


.a-btn-text-rk {
    font-size: 16px;
}

.a-btn-kr:hover {
    background-position: 10px;
}
  
#static-txt .txt-content img {
    margin-bottom: 5px!important;
}  
  
  

}


ol {
    padding-left: 20px;
    color: #2B2F3E;
    font-size: 14px;
    line-height: 20px;
}



footer .seo-txt {
    padding: 40px 30px;
    font-size: 16px;
	color: #4c4c4c;
    line-height: 18px;
}




#news-article .news-content p {
    margin-bottom: 16px;
    margin-top: 14px;
}


#news-article .news-content ul li {
    padding-left: 32px;
    margin-bottom: 10px;
}


#news-article .news-content ul li:before {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #FFA526;
    border-radius: 50%;
}






.txt-2-block {
  display: inline-block;
  width: calc(100% / 2);
  float: left;
  width: 50%;
  height: 250px;
  padding: 40px;
}


.txt-2-block img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
  margin-top: -15px;
    height: 200px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

/**
 Для заглушки, не удалять
 */
.offline-content {   
  width: 800px;
  margin: 25px auto;
}


.first-loan-video .ttl {
    background-color: #ffa52661;
}


.label_39 
{display:none!important}



._bottom_3v 
{display:none!important}


._pad100_GR 
{display:none!important}


._init_Tk
{display:none!important}

.notranslate
{display:none!important}



@media screen and (max-width: 600px)
{


.a-btn {
    border-radius: 13px;
    border: none;
    background: url(/img/btn-bg.png) 50% 50% no-repeat #ffa526;
    -webkit-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    -moz-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    padding-left: 8px;
    padding-right: 87px;
    height: auto;
    width: 100%;
    color: white;
    text-decoration: none;
    display: -webkit-inline-box;
    position: relative;
    clear: both;
    margin: 6px 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}











.a-btn-text {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5%;
    display: inherit;
    font-size: 19px;
    text-align: left;
    width: 100%;
    text-shadow: 0px -1px 1px #80ab5d;
}

.a-btn-text1 {
    padding-top: 0px;
    padding-left: 5%;
    padding-bottom: 7px;
    display: inherit;
    font-size: 12px!important;
    text-align: left;
    width: 100%;
    line-height: 12px;
    color: #edf4f8;
    position: relative;
}

#static-txt .txt-content img {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    
}

.a-btn img {
    position: absolute;
    width: 20%;
    left: 20px;
  margin-left: 70%;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

}






.rectangle ul li:before {
    position: absolute;!iportant;
    top: 41px;!iportant;
    left: 0;!iportant;
    width: 10px;!iportant;
    height: 10px;!iportant;
    content: "dsfs";!iportant;
    background-color: red!iportant;
    border-radius: 50%;!iportant;
}

.rectangle a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: 0.5em 0 -0.5em -1.5em;
    background: #edf4f8;
    /* border: solid 4px; */
    border: #c7c7c7 solid 1px;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    z-index: 99;
}
.rectangle a:hover {
background: #DCDDE1;
}       
.rectangle a:before {/* content: counter(li); */counter-increment: li;position: absolute;left: -4.5em;top: 50%;margin-top: -1em;background: #9097A2;height: 2em;width: 3em;line-height: 2em;text-align: center;font-weight: bold;}

.rectangle a:hover:after {
    left: -01em;
    border-left-color: #9097A2;
}

.rectangle a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -0.5em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}


.bingc-phone-button {display:none!important;}
.bingc-active-overlay {display:none!important;}
.bingc-passive {display:none!important;}
.bingc-passive {display:none!important;}
.bingc-passive-closed {display:none!important;}
.bingc-language-ru {display:none!important;}


.credit-values #fail p, .credit-values #thx p {
    font-size: 16px!important;
    font-weight: 500;
    text-align: left!important;
    line-height: 17px!important;
}

.credit-values #fail, .credit-values #sms-verf, .credit-values #thx {
    padding: 30% 30px 0;
}

table.delivery {width: 100%; border: 0px; border-collapse: collapse;}
table.delivery thead {font-weight: bold;}
table.delivery td {padding: 0.6rem 1rem; border-bottom: 1px solid #e8e9eb; vertical-align: middle;}

@media screen and (max-width: 800px) {
  table.delivery thead {
    display: none;
  }
  table.delivery tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table.delivery td {
    display: block;
    text-align: right;
	
  }
  table.delivery td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}

footer .soc-info .content-list>li:last-child div {
    padding: 9px 0 0 20px;
    display: none;
}

.credit-values .checkbox {
    margin-bottom: 15px;
    display: none;
}

.first-loan-video {
    display: none;
}

#gotomiloan {
    display: none;
}

.closest-office {
    display: none;
}



.credit-values .term-info .term-wrap {
    display: none!important;
}












/* ------------Отказная Витрина ------------------*/



.a-btn-kr {
border-radius: 50px;
    border: none;
    background: url(../img/btn-bg.png) 50% 50% no-repeat #ffa526;
    -webkit-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    -moz-box-shadow: 0 7px 29px 0 rgba(255,165,38,.7);
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}



.a-btn-kr:hover{

}





.stars {
	
	
width: 94%;
    color: #fcba30;
    text-align: center;	
	
	
}







.logomain {
    width: 338px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}








.prod2 {
    width: 25%;
    margin: 0px;
    float: left;
    padding: 12px;
    outline: 1px solid #d2d2d2;
    outline-offset: -5px;
}

.prod2:hover {

	outline: 1px solid #96cb51;
    -webkit-box-shadow: 0 7px 29px 0 rgb(160, 208, 98);
	    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}	

.prod3 {
    width: 33%;
    margin: 0px;
    float: left;
    padding: 12px;
    outline: 1px solid #d2d2d2;
    outline-offset: -5px;
  margin-bottom: 20px;
  background-color: white;
}
	
			
.prod {
	width:100%;
    box-shadow: 1px 2px 15px #ffffff;
    padding: 6px 5px 2px 5px;
    margin-top: 20px;
	background-color: #ffffff;
    color: #474c4d;
}			


.prod3:hover {
    outline: 1px solid #F89100;
    transition: all 0.3s ease-in-out;
}	





.log {
	width:100%;
	display: block;
    float: left;
	padding: 10px;
	background-color: #ffffff33;
    border-radius: 7px;
  max-height: 110px;
}


.inf {
	width:100%;
	display: block;
    float: left;
	padding: 10px;
	text-align:left;
}

.bat {
	width:100%;
	display: block;
    float: left;
	padding: 10px;
}


.bat .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    background-color: #FFA526;
    border: none;
    border-radius: 25px;
  
  	background: url(https://cashpoint.ua/img/btn-bg.png) 50% 50% no-repeat #FFA526;
    transition: all 0.6s ease-in-out;
  
  
}



.bat .btn:hover {
	background-position: 140px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}
.prod2 .log {
	width:100%!important;
}
.prod2 .inf {
	width:100%!important;
}
.prod2 .bat {
	width:100%!important;
}



.all {
	
width:100%;
    float: left;
	
}



@media (max-width: 700px){
	
	
	.logomain {
    width: 100%!important;
}
	
	
	
	
	
	

	footer{
		padding: 80px 15px;
	}

	
	.prod2 {
	width:100%!important;
	}

	.prod3 {
	width:100%!important;
}
	
	
	
	.log {
	width:100%;
	display: block;
    float: left; 
}


.inf {
	width:100%;
	display: block;
    float: left;
}

.bat {
	width:100%;
	display: block;
    float: left;
}

	
	
}
@media (max-width: 1200px) {
	
		.prod2 {
	width:50%;
}
			.prod3 {
	width:100%;
}
	
}


.log img {
    display: initial!important;
  margin-bottom: 10px!important;
}

.inf ul {
    margin-bottom: 0px!important;
}

.reh2 {
    text-align: center;
    margin-bottom: 10px;
}

.log p {
text-align: center!important;
}

/* ------------Отказная Витрина ------------------*/

#main .credit-values {
    min-height: auto;
}


#static-txt .txt-content #go-up {
    top: 75px!important;
}





@media screen and (max-width: 1023px) {
.credit-values .term-info {
    padding-bottom: 0px;
    margin-bottom: 29px;
}
}

#static-txt .txt-content .lgltxt p {
    margin-bottom: 8px!important;
	text-align: left!important;
}

.credit-values .calculating-info-text {
    position: relative;
    z-index: 1;
    padding: 15px 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #8493A8;
}