:root {
    --color: #fff;
    --color-footer: rgb(181, 189, 195);
    --color-footer-hover: rgb(255, 255, 255);
    --footer-border: rgba(255, 255, 255, 0.15);
    --footer-border-top: #090666;
    --footer-widgettitle: rgb(255, 255, 255);
    --footer-widget-color: #b3c6de;
    --footer-background: #1a3763;
    --footer-background-icons: linear-gradient(to bottom, #080234 0, #0f0f0f 100%);
    --footer-border-icons: rgba(0, 0, 0, 0.2);
    --footer-btn-back-to-top-background: linear-gradient(to bottom, #080234 0, #0f0f0f 100%);;
}


.site-footer {
    font-size: 15px;
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    margin: 0px;
    color: var(--color-footer);
}

.site-footer-inside {
    padding: 0px;
    max-width: 1600px;
    margin: 0px auto;
}

.site-info {
    display: inline-block;
    width: 100%;
    margin: -5px auto 5px;
    /*border-bottom: 1px solid #222222;*/
}

.footer-widgets {
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .footer-widgets {
        padding: 5% 0px;
    }

    .site-footer-inside {
        padding-bottom: 5%;
    }

    .site-footer .copyright {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .footer-widgets {
        padding-bottom: 0px;
    }
}

.site-footer a {
    color: var(--color-footer);
}

.site-footer a:hover {
    color: var(--color-footer-hover);
}

.footer-widget {
    display: inline-block;
    float: left;
    width: 33.2%;
    vertical-align: top;
    border-right: 1px dotted var(--footer-border);
    border-bottom: 1px dotted var(--footer-border);
    padding: 6% 4% 1%;
    min-height: 220px;
    max-height: 220px;
    padding-top: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.footer-widget:nth-child(3n) {
    border-right: 0px none;
}

@media only screen and (max-width: 960px) {
    .footer-widget {
        width: 49%;
    }

    .footer-widget:nth-child(2n) {
        border-right: medium none;
    }

    .footer-widget:nth-child(3n) {
        border-right: 1px dotted var(--footer-border);
    }
}

@media only screen and (max-width: 768px) {
    .footer-widget {
        width: 100%;
        border-right: medium none;
    }
}

@media only screen and (max-width: 768px) {
    .footer-widget {
        width: 100%;
        border-right: medium none;
    }
}

@media only screen and (max-width: 600px) {
    .footer-widget {
        padding: 10% 5%;
    }
}

.footer-widget:last-child {
    margin-right: 0px;
}

.footer-widgets aside .widget-title,
.footer-widgets aside .widgettitle {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    margin: 0;
    color: var(--footer-widgettitle);
}

@media only screen and (max-width: 480px) {
    .footer-widgets aside .widget-title, .footer-widgets aside .widgettitle {
        font-size: 18px;
    }
}

.site-footer a {
    line-height: 15px;
}

.follow {
    float: left;
    line-height: 2;
    height: 30px;
}

.follow-button {
    margin-top: 0px;
    float: left;
    overflow: hidden;

}

.textwidget .follow-button a {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 2px;

    font-size: 15px;
    color: var(--footer-widgettitle);
    text-align: center;
    line-height: 1.6;

    background: var(--footer-background-icons);
}

.textwidget .follow-button .facebook:hover {
    background: #3b5998;
!important;
    border-color: var(--footer-border-icons);
}

.textwidget .follow-button .twitter:hover {
    background: #55acee;
    border-color: var(--footer-border-icons);
}

.textwidget .follow-button .linkedin:hover {
    background: #007bb6;
    border-color: var(--footer-border-icons);
}

.textwidget .follow-button .youtube:hover {
    background: #cf142b;
    border-color: var(--footer-border-icons);
}

.textwidget .follow-button .instagram:hover {
    background: #833AB4;
    border-color: var(--footer-border-icons);
}

.site-footer .follow-button a {
    padding-top: 3px;
    margin-right: 0px;
    margin-left: 12px;
}

.site-footer a, .site-footer .copyright a, .site-footer, .widget .menu li a::before {
    color: rgb(181, 189, 195);
}

.footer-widgets h3 {
    color: var(--footer-widgettitle);
    font: bold 25px 'Cookie', cursive;
    margin: 0;
}

.partnerSites {
    border-bottom: 1px dotted var(--footer-border);
    padding: 1% 1% 0% 4%;
    text-align: center;
}

.partnerSites .site-info span {
    margin-top: 10px;
    text-align: center;
}

.widget-center i {
    font-size: 17px;
    line-height: 30px;
    padding-right: 1em;
}

.widget-center p span {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.widget-center p > a {
    color: var(--footer-widget-color);
    text-decoration: none;
}

.widget-right p {
    display: block;
    color: var(--footer-widget-color);
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    margin: 5px;
}

.widget-right p > a {
    color: var(--footer-widget-color);
    text-decoration: none;
    display: block;
    margin: 10px 5px;
    /*font: normal 14px sans-serif !important;*/
}

.widget-right p > a:hover {
    color: var(--color-footer-hover) !important;
    text-decoration-line: underline;
}

/* Back to top button*/
.back-to-top {
    display: none;
    background: var(--footer-btn-back-to-top-background);
    color: var(--color);
    height: 40px;
    padding: 5px;
    width: 40px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 5000;
}

.back-to-top span {
    margin-left: 6px;
    margin-top: 6px;
}

.widget-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Back to top button end*/