
body{
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


.btn i{
    padding-left: 5px;
}

.dropdown-menu {
    border: none;
}

.navbar li{
    margin: 0;
}

/* HEADER START */

.header {
    -webkit-box-shadow: 15px 4px 13px -5px rgba(0,0,0,0.43);
    -moz-box-shadow: 15px 4px 13px -5px rgba(0,0,0,0.43);
    box-shadow: 1px 1px 12px -1px rgba(0,0,0,0.43);
}
.navbar-light{
	display: none;
}

.navbar-light .navbar-nav .nav-link{
	color: #8AC44B;
	padding: 5px 0;
}

.navbar{
	padding: 1.5rem 0;
}

.navbar-light .navbar-toggler{
	border: none;
	color: #8AC44B;
}

.dropdown-item{
	background: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}

.nav-item i{
	padding-left: 5px;
}

.navbar-nav li{
	margin: 0;
}


a{
	padding: 15px 0;
	color: #8AC44B;
	font-weight: 700;
	line-height: 1;
}
a:hover{
	color: #8AC44B;
	text-decoration-color: #8AC44B;
}

a:not([href]):not([tabindex]){
	padding: 5px 0;
}

.btn{
	padding: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

/* DESK NAV START */


.dws-menu *{
 color: #8AC44B;
 padding: 0;
	margin: 0;
}

.dws-menu ul{
    list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content: space-between;

}
.dws-menu > ul li{
 position: relative;
 cursor: pointer;
}

.dws-menu > ul li a{
 display: flex;
 -ms-align-items: center;
 align-items: center;
 margin: 0 20px;
 border-bottom: 1px solid #fff;
 color: #8AC44B;
 text-decoration: none;
 transition: all 0.3s;
 white-space: nowrap;
} 
.dws-menu li a:hover{
 border-bottom: 1px solid #8AC44B;
}

.dws-menu > ul li a i{
	padding-left: 2px;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 color: #000;
}
.dws-menu li > ul li a{
 padding: 1em 7em 1em 1em;
 margin: 0;
 background: #fff;
 color: #000;
 white-space: nowrap;
 border: none;
    font-weight: 500;
}
.dws-menu li > ul li a:hover{
	border: none;
	text-decoration: underline;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}



/* DESK NAV END */

/* HEADER END */

.credit{
	padding: 2em 0;
}

.banner {
    background: url(../img/banner.png) 0 0/cover no-repeat;
    padding-bottom: 36%;
}



.input-group{
	padding: 0;
	margin: 0 auto;
}

.credit__items{
	padding: 5em 0 3em 0;
	-webkit-box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
	box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
}

.credit__title{
	font-size: 24px;
	font-weight: 700;
}

.item__title{
	color: #000;
	font-size: 16px;
}

.btn-light{
	margin: 0 auto;
	padding: 15px;
	-webkit-box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
	box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
	background: transparent;
}

.btn-light i{
	padding-left: 2em;
	font-size: 20px;
	color: #8AC44B;
}

.form-control{
	border: none;
	-webkit-box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
	box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.41);
}

input[type="text"]::-webkit-input-placeholder { color:#000; font-weight: 700;
}
   input[type="text"]:-ms-input-placeholder { color: #000; font-weight: 700;
   }
   input[type="text"]::-ms-input-placeholder { color:#000; font-weight: 700;
   }
   input[type="text"]::placeholder { color: #000; font-weight: 700;
   }

.btn-success{
	padding: 1em 4em;
	margin-top: 20px;
	background: #8AC44B;
	border:none;
	border-radius: initial;
}

.offers{
	padding: 2em 0;
}

.offer__items > .offer__item + .offer__item{
	padding-left: 1em;
}

.offer__item{
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
	box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
}

.offer__item_img{
	padding-bottom: 20px;
    align-content: center;
    text-align: center;
}

.offer__item_img img{
    width: 80%;
}

.offer__item_title{
	font-size: 18px;
}

.offers__info_row{
	margin: 1em 0;
	color: #000;
	font-size: 14px;
}

.offers__info_row img{
	padding-right: 15px;
}
.offers__info_row span{
    font-size: 12px;
}

.btn-dark{
	padding: 15px 85px;
	background: transparent;
	border: 1px solid #8AC44B;
	color: #000;

}

.btn-dark:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.news{
	padding: 3em 0;
}

.news a{
	padding: 0;
	padding-top: 5px;
}

.news__item{
	color: #000;
	font-size: 16px;
}

.news__item_img0{
	background: url(../img/pc.png) 0 100%/cover no-repeat;
    padding-bottom: 67%;
}
.news__item_img1{
	background: url(../img/russia.png) 0 100%/cover no-repeat;
    padding-bottom: 67%;
}
.news__item_img2{
	background: url(../img/micro.png) 0 100%/cover no-repeat;
    padding-bottom: 67%;
}

.news__item_title{
	padding: .8em 0;
	font-size: 20px;
	font-weight: 700;
}

.news__item_mobile{
	display: none;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul li {
  margin: 0 0 14px;
}
.the-arrow {
  width: 20px;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #000;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #000;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 3px;
}
.the-arrow.-right > .shaft {
  width: 20px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 10px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #8AC44B;
  display: block;
  height: 2px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #8AC44B;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

a.animated-arrow:hover{
    text-decoration: none;
    color: inherit;
}
.animated-arrow {
    display: inline-block;
    color: #000;
    font-style: italic;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 20px;
  transition-delay: 0.1s;

}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;

}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  font-weight: 400;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.info{
	padding: 3em 0;
}

.info__first{
	color: #8AC44B;
}

.info__text{
	margin: 0 auto;
	padding: 2em;
	background: rgba(204, 204, 204, .1);
	color: #000;
	font-size: 16px;
}

.footer{
	padding: 3em 0 0;
	background: #82b846;
	color: #fff;
	font-size: 14px;
}

.footer__nav{
	flex-direction: column;
}

.footer a{
	white-space: nowrap;
	color: #fff;
	text-decoration-color: #fff;
}

.footer__nav ul{
	margin: 0 20px 0 0;
	padding: 0;
    list-style: none;
    text-align: right;
}

.footer__nav ul li{
	margin: 4px 0;
}

.footer .footer__nav ul{
    margin: 55px 2em 0 0;
    padding: 0;
}


.form .form__title{
    margin: 2rem 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.form .input-group>.custom-select:not(:last-child), .form .input-group>.form-control:not(:last-child), .form .input-group>.custom-select:not(:first-child), .form .input-group>.form-control:not(:first-child){
    border-radius: initial;
    border: initial;
}

.form form{
    padding: 15px 20px 0;
    background: transparent;
    -webkit-box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
    -moz-box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
    box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
}

.form{
    margin: 2rem 0;
}

.form input, .form textarea{
    background: transparent;
    -webkit-box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
    -moz-box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
    box-shadow: 1px 1px 17px -9px rgba(0,0,0,0.43);
}

.form input[type="text"]::-webkit-input-placeholder { color: rgba(156, 156, 156, .4); }
.form input[type="text"]:-ms-input-placeholder { color: rgba(156, 156, 156, .4); }
.form input[type="text"]::-ms-input-placeholder { color: rgba(156, 156, 156, .4); }
.form input[type="text"]::placeholder { color: rgba(156, 156, 156, .4); }

.form textarea[type="textarea"]::-webkit-input-placeholder { color: rgba(156, 156, 156, .4); }
.form textarea[type="textarea"]:-ms-input-placeholder { color: rgba(156, 156, 156, .4); }
.form textarea[type="textarea"]::-ms-input-placeholder { color: rgba(156, 156, 156, .4); }
.form textarea[type="textarea"]::placeholder { color: rgba(156, 156, 156, .4); }

.form .btn-success{
    padding: 1rem 0;
    margin: 25px 0;
    background: #8AC44B;
    border: none;
    border-radius: initial;
    font-size: 16px;
}




.banner {
    background: url(../img/banner.png) 0 0/cover no-repeat;
    padding-bottom: 36%;
}

.credit__content{
    padding: 1em 4em;
    background: url(../img/hand.png) 100% 0/cover no-repeat;
    color: #fff;
    margin: 0 0.5em;
}

.credit__content h2{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.credit__content h3{
    padding: 4rem 0 1rem;
    font-size: 24px;
    font-weight: 700;
}

.credit__content p{
    font-size: 16px;
}

.line{
    width: 215px;
    height: 10px;
    background: #8AC44B;
}

.credit{
    padding: 1em 0;
}

.credit a{
    text-decoration: none;
}
.hidden{
    visibility: hidden;
}
@media all and (max-width: 1080px) {
    .hidden{
        display: none;
    }
}

.news ul li{
    list-style: none;
}

.news ul{
    margin-bottom: 40px;
}

.news h4{
    font-size: 20px;
    font-weight: 700;
}
.news p{
    font-size: 16px;
}
.news .grid-col img {
    width: 100%;
    margin-bottom: 20px;
}
.grid {
    display: flex;
}
.grid-col {
    flex: 1;
    padding: 0 0.1em;

}
.grid-col--2, .grid-col--3 {
    display: none;
}

@media (min-width: 580px){
    .grid-col--2 {
        display: block;
    }
}
@media (min-width: 768px) {
    .container {
        width: 90%;
    }

    .grid-col {
        padding: 0 0.5em;
    }
}
@media (min-width: 1080px) {
    .grid-col--3 {
        display: block;
    }
    .container {
        width: 80%;
    }
    h1 {
        margin: 1em 0;
    }
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.the-arrow {
    width: 20px;
    transition: all 0.2s;
}
.the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0;
}
.the-arrow.-left > .shaft {
    width: 0;
    background-color: #000;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
    width: 0;
    background-color: #000;
}
.the-arrow.-left > .shaft:before {
    transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
    transform: rotate(0);
}
.the-arrow.-right {
    top: 3px;
}
.the-arrow.-right > .shaft {
    width: 20px;
    transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
    width: 10px;
    transition-delay: 0.3s;
    transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
    transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
    transform: rotate(-40deg);
}
.the-arrow > .shaft {
    background-color: #8AC44B;
    display: block;
    height: 2px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
    background-color: #8AC44B;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
}
.the-arrow > .shaft:before {
    transform-origin: top right;
}
.the-arrow > .shaft:after {
    transform-origin: bottom right;
}
.animated-arrow {
    display: inline-block;
    color: #000;
    font-style: italic;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
    width: 20px;
    transition-delay: 0.1s;
    background-color: #8AC44B;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
    width: 8px;
    transition-delay: 0.1s;
    background-color: #8AC44B;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
    transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
    transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
    transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    transform: rotate(0);
}
.animated-arrow > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.animated-arrow > .main > .text {
    margin-right: 15px;
    padding-top: 5px;
    font-weight: 400;
    line-height: 1;
}
.animated-arrow > .main > .the-arrow {
    position: relative;
}

.news a{
    padding: 0;
}

.info{
    padding: 2em 0;
    color: #000;
}

.info__title{
    margin: 1em 0;
    font-size: 24px;
    font-weight: 700;
}

.info p{
    margin-bottom: 1.5em;
    font-size: 16px;
}

.info img{
    width: 100%;
    padding: 0 15px;
    margin: 20px 15px 20px 0;
}

.info  blockquote{
    padding: 2em 3%;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.43);
    -moz-box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.43);
    box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.43);
}

.news__box{
    padding: 2em 0;
}

.news__title{
    font-size: 24px;
    font-weight: 700;
}

.news__box a{
    color: #000;
    text-decoration-color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0;
}


.credit__info{
    margin: 30px auto;
    padding: 2em 3em 1em;
    color: #000;
    background: rgba(156, 156, 156, .1);
}


.offers_desk .credit__title{
    color: #8AC44B;
    font-size: 20px;
}

.credit__links{
    margin: 0 auto;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43);
    box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43)
}


.credit__link_item{
    margin: 5px 0;
}

.mobile_link{
    display: none;
}

.credit__link a {
    padding: 15px 0;
    white-space: nowrap;
}

.offers__item .btn-success{
    padding: 15px 0;
    background: #8AC44B;
    border:none;
    border-radius: initial;
}

.offers__item {
    padding: 1em;
    -webkit-box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43);
    box-shadow: 0px 6px 11px -10px rgba(0,0,0,0.43);
}

.offers__item_info .offers__info_row img{
    opacity: .5;
}

.offers__item_info span{
    font-weight: 700;
    color: #8AC44B;
}

.offers__item_info .criterion{
    color: #000;
}

.offers__item_btn p{
    margin: 0;
    color: #000;
}


.offer__circle a{
    padding: 0;
    font-size: 16px;
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.offer__circle a img{
    height: 25px;
    width: 30px;
}

.offer__more{
    font-size: 16px;
}
.offer__more img{
    margin-top: 5px;
    margin-right: 7px;

}

.offer__items > .offer__item + .offer__item{
    padding-left: 1em;
}

.offer__item{
    -webkit-box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
    box-shadow: 0px 2px 24px -16px rgba(0,0,0,0.44);
}


.offer__item_title{
    font-size: 18px;
}

.offers__info_row{
    margin: 1em 0;
    color: #000;
    font-size: 14px;
}


.btn-dark{
    padding: 15px 30px;
    background: transparent;
    border: 1px solid #8AC44B;
    color: #000;
}

.btn-dark:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}



.credit__items{
    padding: 5em 0 3em 0;
    -webkit-box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
    box-shadow: 0px 7px 10px -9px rgba(0,0,0,0.41);
}

.credit__title{
    font-size: 24px;
    font-weight: 700;
    color: #8AC44B;
}


.credit__info_title{
    font-size: 24px;

    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}
h1.credit__info_title{
    margin-top: 0;
}
h2.credit__info_title{
    margin-top: 25px;
}

.credit__text{
    font-weight: 700;
}

.credit__text p{
    font-weight: 500;
}

.credit_mobile{
    display: none;
}

.offers_desk .credit__title{
    color: #8AC44B;
    font-size: 18px;
    padding-bottom: 15px;
}

.offers_desk a{
    color: #000;
    text-decoration-color: #000;
    font-weight: 400;
}

.btn-success{
    padding: 1em 4em;
    background: #8AC44B;
    border:none;
    border-radius: initial;
}

.offers__content{
    background: rgba(153, 153, 153, .1);
    margin-bottom: 5em;
    padding: 2em 2em 1em;
}

.offers__content p{
    font-size: 16px;
}

.offers__item {
    padding: 1em;
}


.offers__info{
    color: #000;
}

.offers__info img{
    padding-right: 7px;
    padding-bottom: 5px;
    margin-right: 5px;
    width: 28px;
    height: 28px;
}

.offers__item_info span{
    font-weight: 700;
    color: #8AC44B;
}


.offers__item_btn p{
    margin: 0;
    color: #000;
}

.value{
    color: #8AC44B;
}

.offer__circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8AC44B;
}

.offers__info_mob{
    display: none;
}

.pay__method p{ margin: 4px 0; padding: 0;}
.offers__item_img{
    text-align: center;
    align-content: center;
}
.offers__item_img img{
    width: 80%;
}

.credit__blink{
    width: 100%;
    height: 60px;
    background-color: #8AC44B;
    border: 1px solid #fff;
    text-align: center;
    align-content: center;
    -ms-flex-align: center!important;
    align-items: center!important;
    color: #fff;
    padding: 20px 0;
    border-radius: 2px;
    margin-top: 20px;
}
.credit__blink.method{
    width: 50%;
    margin-top: 0;
}
.credit__blink .fa-lock{
    font-weight: 600;
    font-size: 16px;
}
.offers_desk a.credit__blink{
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    margin-top: 40px;

}

.credit__blink.promo_link{
    background-color: #16b4ee;
    margin-right: 30px;
}

.offers_desk .link_box{
    display: inline-block;
    padding-top: 20px;
}

@media (max-width:1200px) {
    .offers_desk .d-flex{
        display: block !important;
    }
    .offers_desk a.credit__blink{
        display: block;
        margin-top: 20px;
    }
    .offers_desk .credit__blink.promo_link{
        height: 75px;
    }
}



p.footer__info noindex{
    font-size: 12px;
}

p.footer__info{
    margin-bottom: 10px;
}

.promomodal .modal-content.promo{

    border: none;
    border-radius: 0 0 0.2em 0.2em;

}

.promomodal .modal-header{
    background-color: #8AC44B;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.promomodal .modal-title{
    line-height: 1;
    color: white;
}

.promomodal .modal-body{
    padding: 20px;
}
.promomodal .img_modal{
    width: 80%;
    margin: 0 auto;
}

.promomodal .modal-body #desc_modal p{
    font-size: 16px;
}

.promomodal .modal-body .desc_promo span{
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    height: 50px;
}

.promomodal .modal-body .desc_promo a{
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    margin-top: 10px;
}

.promomodal .modal-body .desc_promo a:hover{
    color: white;
}

.modal-header .close{
    color: white;
    opacity: 1;
    overflow:hidden;
}

.modal-header .close:focus,.modal-header .close:hover{
    border: none;
    color: white;
}

.social_box{
    margin-bottom: 15px;
}

.social_box a{
    margin-right: 10px;
}

.social_box a .fa{
    font-size: 24px;
}

.copy p a{
    text-align: right;
    display: inline-block;
    float: right;
    margin: 0;
    padding-top: 4px;
}