html, body {
    font-family: "Arial", serif;
    /*font-size: 16px;*/
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 4px;
}

/*html.theme-color1, html .theme-color1 {*/
/*border-color: #000 !important;*/
/*background: #fff !important;*/
/*color: #000 !important;*/
/*}*/

/*html.theme-color2, html .theme-color2 {*/
/*border-color: #fff !important;*/
/*background: #000 !important;*/
/*color: #fff !important;*/
/*}*/

/*html.theme-color3, html .theme-color3 {*/
/*border-color: #195183 !important;*/
/*background: #00deff !important;*/
/*color: #195183 !important;*/
/*}*/

html.theme1, html .theme1 {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}

html.theme2, html .theme2 {
    border-color: #fff !important;
    background: #000 !important;
    color: #fff !important;
}

html.theme3, html .theme3 {
    border-color: #195183 !important;
    background: #00deff !important;
    color: #195183 !important;
}

html.font-size-small, html .font-size-small {
    font-size: 16px !important;
}

html.font-size-normal, html .font-size-normal {
    font-size: 18px !important;
}

html.font-size-big, html .font-size-big {
    font-size: 22px !important;
}

header, main, footer {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    min-height: 50px;
}

header .logo {
    height: 49px;
    background: url("/export/images/assets/logo-head.png") no-repeat center;
}

header .settings-page {
    text-align: center;
}

header .settings-page .sizes, header .settings-page .color-themes {
    padding: 0;
    margin: 0;
}

header .settings-page .sizes {
    margin: 10px 0px 10px;
}

header .settings-page .color-themes {

}

header .settings-page p.sizes button {
    height: 25px;
    width: 25px;
    background: none;
    border: 0;
    cursor: pointer;
    border-radius: 15px;
    color: inherit;
}

header .settings-page p.sizes button.active {
    text-decoration: underline;
}

header .settings-page p.sizes button.small {
    font-size: 1rem !important;
}

header .settings-page p.sizes button.normal {
    font-size: 1.1rem !important;
}

header .settings-page p.sizes button.big {
    font-size: 1.2rem !important;
}

header .settings-page p.color-themes button {
    height: 25px;
    cursor: pointer;
    width: 25px;
    border-radius: 13px;
    border: 1px solid;
    margin: 0px 5px;
}

header .settings-page p.color-themes button.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    border-bottom: 1px solid;
    margin-top: 5px;
    margin-left: -6px;
}

header .phone, footer .phone {
    text-align: right;
}

header .phone p, footer .phone p {
    font-size: 1.45rem;
    margin-bottom: 0;
}

header .phone span, footer .phone span {
    font-size: 0.8rem;
}

hr {
    color: inherit;
}

main .all-info ul {
    list-style-type: none;
    display: block;
    width: 100%;
    height: 205px;
    padding: 0;
}

main .all-info ul li {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid;
    border-radius: 11px;
    text-align: center;
    font-size: 0.9rem;
    padding: 17px;
    margin: 25px;
}

main .cur-rates-and-department-info .currency-rates .title-currency-rates {
    text-align: center;
}

main .cur-rates-and-department-info .currency-rates table {
    display: block;
    margin: 0 auto;
    position: relative;
    width: calc(1rem * 12);
    border-collapse: collapse;
}

/*main .cur-rates-and-department-info .currency-rates table tbody tr th,*/
/*main .cur-rates-and-department-info .currency-rates table tbody tr td {*/
/*text-align: center;*/
/*}*/

/*main .cur-rates-and-department-info .currency-rates table tbody tr th,*/
/*main .cur-rates-and-department-info .currency-rates table tbody tr:nth-child(2) td {*/
/*border-bottom: 1px solid;*/
/*}*/

/*main .cur-rates-and-department-info .currency-rates table tbody tr th,*/
/*main .cur-rates-and-department-info .currency-rates table tbody tr td {*/
/*border-right: 1px solid;*/
/*}*/

/*main .cur-rates-and-department-info .currency-rates table tbody tr th:last-child,*/
/*main .cur-rates-and-department-info .currency-rates table tbody tr td:last-child {*/
/*border-right: 0 !important;*/
/*}*/
main .cur-rates-and-department-info .currency-rates table tbody tr th,
main .cur-rates-and-department-info .currency-rates table tbody tr td {
    border: 1px solid;
    padding: 3px;
    text-align: center;
}

footer .copyright p {
    padding: 0;
    margin: 5px;
}

footer .to-main-page {
    padding: 0;
    text-align: center;
}

footer .to-main-page a {
    color: inherit;
}

@media screen and  (max-width: 1279px) {
    header .settings-page {
        text-align: left;
    }

    footer .phone {
        text-align: center;
    }
}

@media screen and  (max-width: 991px) {
    main .all-info ul {
        height: auto;
        list-style-type: disc;
    }

    main .all-info ul li {
        width: auto;
        height: auto;
        border: none;
        border-radius: inherit;
        float: none;
        text-align: left;
        padding: 0 10px;
    }

}
@media screen and  (max-width: 767px) {
    header .settings-page .sizes, header .settings-page .color-themes, header .phone{
        text-align: center;
   }
}
