@font-face{
    font-family:Gotham;
    src:url(/css/Gothampro/gothampro.ttf);
    font-style:normal;
}
@font-face{
    font-family:Gotham;
    src:url(/css/Gothampro/gothampro_medium.ttf);
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:Gotham;
    src:url(/css/Gothampro/gothampro_bold.ttf);
    font-weight:500;
    font-style:normal;
}
@font-face{
    font-family:Gotham;
    src:url(/css/Gothampro/gothampro_black.ttf);
    font-weight:700;
    font-style:normal;
}




body {
    margin: 0;
        font-family: Gotham, sans-serif;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f9f9f9;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
/*@media (min-width: 1200px) {
    .container {
        max-width: 800px;
    }
}*/
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
p {
    margin: 0 0 10px;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFF;
}
.terms__title {
	margin-bottom: 40px;
    text-align: center;
    color: #2f2f2f;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    font-weight: 700;
}
.terms__title_m {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #2f2f2f;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}

.dblock {
	display: block;
	max-height: 70px;
    height: 70px;
    line-height: 55px;
}
#header img {
	width: 100%;
}

#cards a {
    text-decoration: none;
    color: #333;
    width: 25%;
    float: left;
}
@media (max-width: 992px) {
    #cards a {
        width: 50%;
    }
    .card-item {
	margin-left: -10px!important;
    margin-right: -10px!important;
    margin-bottom: 10px!important;
   
    }
}

img {
    vertical-align: middle;
    border-style: none;
}
a {
    color: #22243d;
    text-decoration: none;
}
header {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 5%);
}
	
@media (min-width: 768px) {
header{
    height: 75px;
}
}

@media (max-width: 767px){
header nav {
    padding: 0.0rem 0;
}
}
header nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
a, a:active, a:visited, button, input, select, textarea {
    outline: none;
    cursor: pointer;

}
.cotrod {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
}








.header__bran:before {
    margin-top: 3px;
    /* font-size: 18px; */
    /* line-height: 30px; */
    /* align-items: center; */
    /* color: #09bc5e; */
    /* display: flex; */
    /* flex-shrink: 0; */
    /* font-size: 24px; */
    /* justify-content: center; */
    /* line-height: 35px; */
    /* font-weight: 500;*/
}


.header__bran {
    margin-top: 3px;
    /* font-size: 18px; */
    /* line-height: 30px; */
    /* align-items: center; */
    /* color: #09bc5e; */
    /* display: flex; */
    /* flex-shrink: 0; */
    /* font-size: 24px; */
    /* justify-content: center; */
    /* line-height: 35px; */
    /* font-weight: 500;*/
}
.header__cotrod {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

@media (max-width: 767px){
.header__bran {
    font-size: 22px;
    line-height: 31px;
}
}

.fix-toptab {
    position: fixed;
    z-index: 1;
    z-index: 3;
    background: #45d03e;
    background-color: #45d03e;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    -webkit-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);
    content: '';
    display: block;
    height: 105px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.home-top-container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
    z-index: 1;
}









/* табы табы табы*/
.tab-menu ul {
    margin: 0;
    display: flex;
    margin-left: -25px;
}
.tab-menu ul li {
    list-style: none;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    margin-bottom: 6px;
    padding-top: 10px;
    height: 40px;
	
}
.tab-menu ul li a:hover, .tab-menu ul li.current_page_item a {
    color: #ffffff;
    /* background: #ffffff;*/
}
.tab-menu ul li.current_page_item a {
    cursor: default;
}
.tab-menu ul li a {
    text-transform: uppercase;
    color: #beffba;

    margin-top: 20px;
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;

    text-align: center;

}
}

@media screen and (max-width: 767px){
.tab-menu {
    overflow-x: auto;
    overflow-y: hidden;
    /* margin-right: -20px; */
    /* margin-left: -20px; */
}
}
@media screen and (max-width: 1023px){
.tab-menu {
    overflow-x: auto;
    overflow-y: hidden;
    /* margin-right: -30px; */
    /* margin-left: -30px; */
}
}
.tab-menu ul li.current_page_item:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}



/* табы табы табы*/







/* мобильное приложение */
.c11139 {
    overflow: hidden;
    padding: 0 1em;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.c11151 {
    display: flex;
    align-items: center;
}
.c11152 {
    display: none;
}
.c11154 {
    text-align: center;
    margin-bottom: 1em;
}


@media (max-width: 700px){
.c11155 h3 {
    max-width: none;
}
}
@media (max-width: 660px){
.c11155 h3 {
    font-size: 32px;
}
}

.c11155 h3 {

    max-width: 480px;
    font-weight: 300;
    margin-bottom: 0.75em;
    text-align: center;
}
.c11156 {
    color: #333333;
    line-height: 1.44;
}
.c11159 {
    display: flex;
    align-items: center;
}
.c11160 {
    width: 50%;
}
.c11161 {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.c11157 {
    width: 50%;
    padding: 1.5em 0;
    border-top: solid 1px rgba(121, 118, 127, 0.15);
    border-bottom: solid 1px rgba(121, 118, 127, 0.15);
}
.c11158 {
    font-size: 18px;
    line-height: 1.28;
    color: rgba(33, 30, 39, 0.5);
    text-align: center;
}







/* мобильное приложение */

/* Верх меню  Верх меню*/


header .nav-item a {
    letter-spacing: 1px;
	color: #ffffff;
    padding: 22px 0;
    margin-left: 30px;
    font-size: 15px;
    position: relative;
    display: block;
}
header .nav-item a:before {
    background: #5d6971 none repeat scroll 0 0;
    bottom: 16px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .3s ease 0s;
    width: 0;
}
header .nav-item:hover a:before {
    opacity: 1;
    width: 35px;
}
@media (max-width: 768px){
header .nav-item a {
    padding: 15px;
    margin-left: 0;
}
}

@media (min-width: 576px){
.container, .container_text {
    max-width: 540px;
}
}

@media (min-width: 768px){
.container, .container_text {
    max-width: 720px;
}
}
@media (min-width: 992px){
.container, .container_text {
    max-width: 960px;
}
}
/*@media (min-width: 1200px){
.container, .container_text{
    max-width: 1140px;
}
}*/



.list_items {
	margin-bottom: 20px;
    float: left;
    padding-right: 40px;
    font-size: 14px;
    /*list-style-image: url(/css/play_list.svg);*/
	    list-style-image: url(/css/combined-shape-main.svg);
}
.list_active {
    list-style-image: url(/css/combined-shape-mainb.svg);
	text-decoration: line-through;
	color: #4f616e;
}
.collapse {
    display: none;
}
.collapse_open {
display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    /* left: 0; */
    /* position: fixed; */
    /* position: absolute; */
    margin: 0;
    border-radius: 2px;
    text-indent: 20px;
    line-height: 32px;
    background-color: #58c2a4;
    max-width: 648px;
    width: 100%;
    top: 52px;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 5000;

}






@media (min-width: 768px){
.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
@media (min-width: 768px){
.navbar-expand-md .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px){
.navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 768px){
.navbar-collapse {
    padding-top: 15px;
    padding-bottom: 1px;
}
}.navbar-toggler {
	padding: 13px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
@media (min-width: 768px){
.navbar-expand-md .navbar-toggler {
    display: none;
}
}
@media (max-width: 768px){
.nav-item {
    border-bottom: solid 1px #EEE;
}
}

@media (max-width: 768px){
header .nav-item a {
    padding: 15px;
    margin-left: 0;
}
}
.logoname {
    color: #000000;
    font-size: 30px;
    line-height: 46px;
    font-family: 'Ubuntu', sans-serif;
}
@media screen and (max-width: 767px){
.logoname {
    font-size: 22px;
}
}
.single .button a {
    border-radius: 3px;
    padding: 9px;
    display: block;
    margin: 27px 0;
    /* border: 1px solid #4ad081; */
    background: #4ad081;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.single .button a:hover {
	/*border: 1px solid #4ad081; */
    background: #30c269;

}
#touch-menu {
     display: none; 
}
.touch-m {
    background: none;
    background: url(/group-2x2.png) center no-repeat !important;
    background-size: 100% !important;
    font-size: 0;
    width: 32px;
    height: 24px;
    padding: 0;
    border: none;
    outline: none;
    float: right;
}
@media (max-width: 767px){
#touch-menu {
    display: block;
}
}
/* Верх меню  Верх меню*/



@media (min-width: 600px){
.col-sritie {
    display: none!important;
}
}






.fon_cont {

    position: relative;
}
.home-page-header-title {
font-family: Gotham, sans-serif;
    background: transparent;
    color: #ffffff;
    padding-top: 16px;
    margin: 0;
    font-size: 14px;
    line-height: 34px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

/*@media screen and (min-width: 776px){
.home-page-header-title {
    font-size: 44px;
    line-height: 56px;
    padding: 0 40px 40px;
    width: 535px;
}
}*/




.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}



.key-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px 5px 0px 5px;
}
.container .key-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}
.container .key-list li a {
    background: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    border: 1.5px solid #f3f3f3;
    display: inline-flex;
    padding: 10px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #41b83b;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    /* box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13); */
    /* -webkit-box-shadow: 0 1px 2px rgba(6, 33, 63, 0.13);*/
}



.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}

*, ::after, ::before {
    box-sizing: border-box;
}
blockquote {
    margin: 0 0 1rem;
}
blockquote {
    padding: 10px 20px;
	margin: 0 20px 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #a19fa5;
}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-6 {
    width: 50%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
}
@media (min-width: 768px) {
.col-sm-4 {
    width: 33.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
}

@media (min-width: 992px) {
.col-md-3 {
    width: 25%;
}
}
@media (min-width: 992px){
.col-md-6 {
    width: 50%;
}
}


@media (min-width: 1200px){
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.col-xl-6 {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
   /* margin-right: -15px;
    margin-left: -15px;    */
}
.terms__item-title {
    font-size: 18px;
    color: #4d4954;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 10px;
    font-family: Gotham, sans-serif;

}
.terms__item-text {
    color: #4d4954;
    font-size: 16px;
}

@media (min-width: 1200px){
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.col-xl-3  {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.partners__ul {
    margin: 0;
	list-style-type: none;
    padding: 0;
}
.partners__li {
    color: #4d4954;
	font-size: 18px;

}


















.box2 {
border: 1px solid #f3f3f3;
    /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15); */
    background: #FFF;
    border-radius: 5px;
    padding: 5px 15px 15px 15px;
    margin-bottom: 20px;
}


.text-center {
    text-align: center;
}
.info {
   margin: 0 20px 0 20px;
}
.links {
   margin: 0 20px 0 20px;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}












.card-item {
	text-align: center;
    background: #FAFAFA;
	box-shadow: 0 1px 8px rgba(6, 33, 63, 0.12);
    -webkit-box-shadow: 0 1px 8px rgba(6, 33, 63, 0.12);
    background-color: #fff;
    border-radius: 8px;
    /* overflow: hidden;*/
    position: relative;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
}
.label-info {
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #09bc5e;
    position: absolute;
    left: 50%;
    width: 110px;
    text-align: center;
    transform: translateX(-50%);
    top: -8px;
    padding: 0 4px;
    border-radius: 4px;
    /* text-transform: uppercase; */
    letter-spacing: .05em;

}

.row {
    margin-left: -10px;
    margin-right: -10px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px;*/
}
.partners__title {
    /*background: #f9f9f9;*/
}
.foot__title {
    background: #ffffff;
}
.stiker {
    display: none;
	/*position: absolute;
	background-color: #e99c29;
    transform: rotate(-45deg);
    left: -108px;
    color: #fff;
    top: 25px;
    width: 300px;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: .90em;
    font-weight: 700;
    padding: 5px 15px;
    box-shadow: 0 2px 10px #575757;*/
}
.stiker-red {
	background-color: #a20505;
}
.stiker-blue {
	background-color: #1e73be;
}
.stiker-green {
	background-color: #16ba78;
}
.card-item img {
	width: 145px;
    max-width: 100%;
    /* padding-top: 8px;
    padding-bottom: 8px;*/
    padding-left: 20px;
    padding-right: 20px;
}


.card-item .important {
	text-align: center;
    font-family: Gotham, sans-serif;
    font-weight: 500;
    letter-spacing: .03em;
    color: #525252;
    margin: 0 0 5px 0;
    padding: 10px 0;
    font-size: 11px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.card-info {
    font-family: Gotham, sans-serif;
	padding: 10px 0;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*.card-info p {
    font-size: .75em;
    line-height: 1.2;
    margin-bottom: 0;
}*/
.card-info span {
    font-weight: 300;
    color: #353535;
}
.btn {

    font-family: Gotham, sans-serif;
    background-color: #09bc5e;
    margin-top: 5px;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 1px 2px hsla(0, 0%, 61%, 0.46);
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 61%, 0.46);
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .03em;
}



@media (min-width: 992px){
.ltu2 {
    display: none;
}
}

@media (max-width: 992px)  {
    .btn {
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: .03em;
    font-family: Gotham, sans-serif;
    }
    #header {
        padding: 10px;
    }
    #header h2 {
        font-size: 22px;
    }
    .left {
        display: none;
    }
    .right {
        float: none;
        text-align: center;
    }
    .card-info {
        padding: 5px 0;
        margin-bottom: 0;
    }
}
.btn:hover {
	opacity: .9;
	transition: .5s;
}
#footer {
	background-color: #ecf0f3;
    color: #1e1e1e;
    padding: 25px;
    clear: both;
}
#footer .info>h3,
#footer .creditors-info,
#footer .links>h3 {
	font-size: 18px;
	padding: 10px 15px;
	background-color: #0b0a0a;
	color: #f9f3f3;
	border-bottom: 1px solid #fff;
}
.creditors-info h3 {
    font-size: 16px;
}
#footer ul {
	list-style: none;
	padding-inline-start: 0px;
}
#footer a {
	color: #1e1e1e;
}
#footer .creditors-item {
    border: 1px solid #333;
    padding: 10px 10px 0;
    width: 50%;
}
.creditors-item h3 {
    font-size: 16px;
}
.creditors-item p {
    font-size: 14px;
}
#footer .creditors>ul>li {
    float: left;
    width: 50%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
}