/*****************
0. IMPORTS
1. GENERAL
2. SECTIONS
3. NAVIGATION
4. OFFERS
5. FILTERS
6. PAGE TEXT
7. FOOTER
8. HELP PAGE
9. CONTACT PAGE
10. ABOUT PAGE
11. PRIVACY PAGE
12. PRIVACY ALERT
13. COMMENTS
404. OTHER
*****************/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,600,700,900&display=swap&subset=cyrillic');

/*******************
    1. GENERAL
*******************/

* {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #343a40;
    background-color: #eaf0f8;;
    margin: 0
}

body:focus * {
    outline: none;
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

div:focus {
    outline: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 500;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

template {
    display: none;
}

/*******************
    2. SECTIONS
*******************/

.g-content {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (max-width: 1169px) {
    .g-content {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .g-content {
        padding: 0;
    }
}

.g-content:before,
.g-content:after {
    content: '';
    display: table;
}

.g-content:after {
    clear: both;
}

.g-content {

    width: 100%;
    margin: 0 auto;
}

.g-container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    background-color: #eaf0f8;
}

@media (max-width: 768px) {
    .g-container {
        padding: 0 5px;
    }
}

.head-section {
    background-color: #EBF4F6;
    border-radius: 0 0 30px 30px;
    padding-bottom: 80px;
}

@media (max-width: 999px) {
    .head-section {
        border-radius: 0 0 15px 15px;
        padding-bottom: 25px;
        padding-top: 51px;
    }
}

.g-section-middle {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.g-section-footer {
    width: 100%;
    margin: 0 auto;
    background-color: #EBF4F6 !important;
    font-size: 15px;
    padding: 30px 0 20px 0;
    color: #adb5bd;
}

@media (max-width: 768px) {
    .g-section-footer {
        width: 100%;
        margin: 0 auto;
        background-color: #EBF4F6;
        padding: 10px 0 0 0;
    }
}

.g-section-footer > .g-container {
    background: none;
}

@media (min-width: 576px) {
    .g-section-footer .g-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .g-section-footer .g-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .g-section-footer .g-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .g-section-footer .g-container {
        max-width: 1140px;
    }
}

.container {
    position: relative;
    background: #f4f7fa;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
    padding-top: 30px;
    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: 1170px;
    }
}

@media (max-width: 1169px) {
    .container {
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-bottom: 22px;
    }
}

.inner-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .inner-container {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 825px;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
        border: 1px solid #e9ecef !important;
        border-radius: 10px !important;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .inner-container {
        padding-top: 20px;
        padding-bottom: 5px;
    }
}

/* MAIN */

main {
    min-height: 400px;
    color: #343a40;
    float: left;
    width: calc(100% - 330px);
}

.main {
    background-color: #f4f7fa;
}

.main:before,
.main:after {
    content: '';
    display: table;
}

.main:after {
    clear: both;
}

.main-top {
    font-size: 18px;
    font-weight: 500;
    color: #5e5d5f;
    margin: 25px 0;
}

.main-top > div:nth-child(1) {
    float: left;
}

.main-top > div:nth-child(2) {
    float: right;
}

/*******************
    3. NAVIGATION
*******************/

/* LOGO */

.logo {
    display: inline-block;
    float: left;
}

.logo img {
    height: 50px;
}

/* TOPBAR */

.topbar_left a {
    text-decoration: none;
    border-bottom: 1px dotted #878f94;
    color: #67809d;
}

/* DESKTOP */

.top-menu {
    max-width: 1200px;
    margin: auto;
    padding: 12px 30px 0 30px;
}

.top-menu:after {
    content: "";
    display: table;
    clear: both;
}

.navbar-logo {
    display: inline-block;
    padding-top: 25px;
    padding-left: 30px;
}

.menu-main {
    list-style: none;
    margin: 0;
    padding-top: 2px;
    float: right;
}

.menu-main li {
    display: inline-block;
}

.menu-main a {
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 25px;
    margin: 5px 10px;
    padding: 5px 15px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    transition: .3s linear;
}

.menu-main a:hover {
    text-decoration: underline;
}

.menu-main a:hover:before {
    opacity: 1;
}

.kwork-menu-box a {
    text-decoration: none;
    display: block;
    position: relative;
    line-height: 25px;
    margin: 5px 10px;
    padding: 5px 15px;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    transition: .3s linear;
}

a.shine-link {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #893168;
    background: #893168;
    border-color: transparent;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.shine-link:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 16px 31px -16px #893168;
    box-shadow: 0 16px 31px -16px #893168;
    background: #893168;
    border-color: #893168;
    /*-webkit-transform: translateY(-4px);*/
    /*transform: translateY(-4px);*/
    outline: none;
    text-decoration: none;
}

@media (max-width: 768px) {
    .menu-main {
        float: none;
        padding-top: 20px;
    }

    .top-menu {
        text-align: center;
        padding: 20px 0 0 0;
    }

    .menu-main a {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .menu-main li {
        display: block;
    }
}

.active-link a {
    padding: 5px 15px;
    color: white;
    font-size: 16px;
}

.menu-link:hover {
    color: #000;
}

@media (max-width: 999px) {
    .top-menu,
    .menu-main,
    .menu-link {
        display: none;
    }
}

.menu-last-padding {
    padding-right: 40px !important;
}

/* MOBILE */

#menu-toggle,
.menu-btn,
.menu-btn,
.menu-box,
.menu-item,
.hamburger-logo,
.hamburger-menu {
    display: none;
}

@media (max-width: 999px) {
    .hamburger-menu {
        display: inline-block;
        width: 100%;
    }

    .hamburger-logo {
        float: right;
        padding-top: 13px;
        padding-right: 11px;
        display: inline-block;
        margin-top: 9px;
    }

    #menu-toggle {
        opacity: 0;
        visibility: visible;
    }

    #menu-toggle:checked ~ .menu-btn > span {
        transform: rotate(45deg);
        visibility: visible;
    }

    #menu-toggle:checked ~ .menu-btn > span::before {
        top: 0;
        transform: rotate(0);
        visibility: visible;
    }

    #menu-toggle:checked ~ .menu-btn > span::after {
        top: 0;
        transform: rotate(90deg);
        visibility: visible;
    }

    #menu-toggle:checked ~ .menu-box {
        visibility: visible;
        left: 0;
    }

    .menu-btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 100;
        visibility: visible;
    }

    .menu-btn > span,
    .menu-btn > span::before,
    .menu-btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition-duration: .25s;
        visibility: visible;
    }

    .menu-btn > span::before {
        content: '';
        top: -8px;
        visibility: visible;
    }

    .menu-btn > span::after {
        content: '';
        top: 8px;
        visibility: visible;
    }

    .menu-box {
        display: block;
        position: absolute;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 220px;
        margin: 0;
        padding: 65px 0 20px 0;
        z-index: 99;
        list-style: none;
        background-color: #ffffff;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
        transition-duration: .25s;
    }

    .menu-item {
        display: block;
        padding: 7px 22px;
        color: #343a40;
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        transition-duration: .25s;
        visibility: visible;
    }

    .menu-item:hover {
        font-weight: 500;
        color: #ffffff;
        background-color: #EBF4F6;
        visibility: visible;
    }
}

.kwork-toggler {
    color: rgba(255, 255, 255, .5);
    padding: .25rem .75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px rgba(0, 0, 0, .1) solid;
    outline: none;
    box-shadow: none;
    border-radius: .25rem;
    cursor: pointer;
    box-sizing: border-box;
    height: 32px;
    width: 48px;
}

.menu-item:hover, .menu-item:active {
    background: none !important;
    color: #EBF4F6 !important;
}

.kwork-icon {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    height: 22px;
    width: 22px;
}

.hamburger-menu {
    margin-top: 0;
    padding: 10px 0 !important;
    background-color: #f8fafe !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.kwork-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

@media (min-width: 768px) {
    .kwork-container {
        max-width: 720px;
    }
}

@media (min-width: 576px) and (max-width: 999px) {
    .hamburger-menu > .kwork-container {
        max-width: unset;
    }
}

@media (max-width: 768px) {
    .kwork-menu-box .menu-item {
        padding: 6px 0;
        color: rgba(52, 58, 64, 0.9);
        font-size: 0.9rem;
        font-weight: normal;
        line-height: 26px;
    }
}

.hamburger-logo {
    padding: 0 !important;
    margin: 0 !important;
}

.kwork-menu-box {
    padding-top: 9px;
}


.kwork-menu-box li {
    list-style: none;
}

.kwork-menu-box .menu-item {
    padding-left: 0;
}

.kwork-nav-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.kwork-collapse:not(.menu-open) {
    display: none;
}

.kwork-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 888;
}

a.shine-link {
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
}

/* TEXT PART */

.headtext-top {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 38px;
    font-weight: 500;
    width: 700px;
    color: #000;
    padding-top: 50px;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    background-color: #EBF4F6;
}

@media (max-width: 999px) {
    .headtext-top {
        display: block;
        font-family: 'Rubik', sans-serif;
        font-size: 20px;
        color: #000;
        padding-top: 35px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.3;
        text-align: center;
        width: auto;
        background-color: #EBF4F6;
    }
}

.headtext-under {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    padding-top: 5px;
    background-color: #EBF4F6;
}

@media (max-width: 768px) {
    .headtext-under {
        text-align: center;
        font-size: 15px;
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        color: #000;
        background-color: #EBF4F6;
    }
}

.inside-text {
    font-size: 16px;
    color: #717479;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .inside-text {
        font-size: 14px;
    }
}

.inside-li {
    font-size: 16px;
    color: #717479;
    margin-bottom: 10px;
    margin-left: 17px;
}

@media (max-width: 768px) {
    .inside-li {
        font-size: 14px;
    }
}

.inside-ol {
    font-size: 16px;
    color: #717479;
    margin-bottom: 10px;
    margin-left: 17px;
}

@media (max-width: 768px) {
    .inside-ol {
        font-size: 14px;
    }
}

.inside-h1 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
}

.inside-h2 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .inside-h2 {
        margin-top: 15px;
        font-size: 18px;
    }
}

.cond-head {
    padding-top: 13px;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1169px) {
    .cond-head {
        padding-top: 0;
        font-size: 20px;
        font-weight: 500;
        margin: 0 15px 0 15px;
    }
}

@media (max-width: 768px) {
    .cond-head {
        padding-top: 0;
        font-size: 20px;
        font-weight: 500;
        margin: 0 15px 0 15px;
    }
}

.cond-head-main {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1169px) {
    .cond-head-main {
        margin: 0 15px 0 15px;
    }
}

@media (max-width: 768px) {
    .cond-head-main {
        padding-top: 15px;
        font-size: 20px;
        font-weight: 500;
        margin: 0 15px 0 15px;
    }
}

.cond-text {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 1.5;
}

@media (max-width: 1169px) {
    .cond-text {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 15px 0 15px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .cond-text {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 15px 0 15px;
        line-height: 1.2;
    }
}

.cond-pts {
    font-size: 15px;
    margin-left: 17px;
    font-weight: 300;
}

@media (max-width: 1169px) {
    .cond-pts {
        font-size: 14px;
        margin-left: 17px;
    }
}

@media (max-width: 768px) {
    .cond-pts {
        font-size: 14px;
        margin-left: 17px;
    }
}

@media (max-width: 1169px) {
    .ul-margined {
        margin: 0 15px 0 15px;
    }
}

@media (max-width: 768px) {
    .ul-margined {
        margin: 0 15px 0 15px;
    }
}

/* NEW MENU */

.nav-top {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.nav-top__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1170px;
    margin: auto;
}

.nav-top__logo-link {
    line-height: 0;
}

.nav-top__logo-desktop {
    display: none;
}

.nav-top__menu {
    list-style: none;
    margin: 0
}

.nav-top__menu-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: .3s linear;
}

.nav-top__menu a.shine-link {
    padding: 10px 20px 10px 20px;
}

@media (max-width: 991px) {
    .nav-top {
        position: fixed;
        top: 0;
        left: 0;
        height: 52px;
        z-index: 777;
        padding: 0 15px;
    }

    .mobile-nav-opened .nav-top:before {
        content: '';
        position: fixed;
        top: 52px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 10;
    }

    .nav-top__logo {
        height: 12px;
    }

    .nav-top__toggle {
        position: absolute;
        top: 18px;
        right: 15px;
        cursor: pointer;
        background-color: transparent;
        border: 0;
    }

    .nav-top__toggle:focus {
        outline: none;
    }

    .nav-top__toggle > span {
        display: block;
        width: 24px;
        height: 3px;
        border-radius: 4px;
        background: #000000;
        transition: all .2s;
    }

    .mobile-nav-opened .nav-top__toggle > span {
        transform: rotate(45deg) translate(6px, 5px);
    }

    .mobile-nav-opened .nav-top__toggle > span:first-child + span {
        display: none;
    }

    .mobile-nav-opened .nav-top__toggle > span:last-child {
        transform: rotate(-45deg) translate(0px, 0px);
    }

    .nav-top__toggle > span + span {
        margin-top: 5px;
    }

    .mobile-nav-opened .nav-top__menu-wrapper {
        /*display: block;*/
        right: -10px;
    }

    .nav-top__menu-item {
        min-height: 40px;
        border-bottom: 1px solid #686868;
        padding: 8px 16px 8px 40px;
    }

    .nav-top__menu-wrapper {
        position: absolute;
        left: auto;
        top: 52px;
        right: -100%;
        width: 300px;
        height: 100vh;
        padding: 0 0 50px;
        margin-top: 0;
        background: #fff;
        border: none;
        overflow-y: scroll;
        box-shadow: 0 100px 0 #4a4a4a;
        transition: right .5s;
        z-index: 100;
        /*display: none;*/
    }
}

@media (min-width: 992px) {
    .nav-top__inner {
        padding: 0 30px 0 30px;
    }

    .nav-top__logo-mobile {
        display: none;
    }

    .nav-top__logo-desktop {
        display: inline-block;
    }

    .nav-top__menu-item {
        display: inline-block;
        margin: 0 15px;
    }

    .nav-top__menu-link {
        position: relative;
        line-height: 25px;
        margin: 5px 2px;
        /*padding: 5px 0;*/
        letter-spacing: 0;
    }

    .nav-top__menu a.shine-link {
        margin: 10px 0 10px 15px;
        color: #fff !important;
    }

    .nav-top__menu a.shine-link:hover {
        color: #ffffff !important;
    }
}


/*******************
    4. OFFERS
*******************/

.unavailable {
    background-color: #f2f5ff;
    text-align: center;
    padding: 10px 25px;
    font-weight: 500;
    color: #2c2c2c;
    margin: 30px 0;
    font-size: 16px;
    border-radius: 7px;
    /*box-shadow: inset 0 1px 10px #cabdbd, inset 0 0 4px #ffffff;*/
}

.more-offers {
    background-color: #893168;
    text-align: center;
    padding: 10px 25px;
    font-weight: 500;
    color: #f4f7fa;
    margin: 30px 0;
    font-size: 16px;
    border-radius: 7px;
    transition: .2s;
    /*box-shadow: 0 0 4px #893168, 0 1px 15px #893168;*/
}

.more-offers:hover {
    background-color: #6d2753;
}

.offers .offers-container-title:last-child {
    display: none;
}

.offer {
    display: block;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 15px 25px 15px;
    position: relative;
    box-shadow: 1px 14px 28px #e0e0e0, -1px -16px 29px #ffffff;
}

.offer.feature {
    border-top: 5px solid;
}

.offer_feature span {
    padding: 5px 12px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .24);
}

.offer_logo {
    display: inline-block;
    width: 135px;
    vertical-align: middle;
}

.offer_logo_con {
    vertical-align: middle;
}

.offer_logo img {
    vertical-align: middle;
    width: 95%;
}

@media (max-width: 768px) {
    .offer_logo img {
        vertical-align: middle;
        width: 80%;
    }
}

.offer_rating {
    text-align: center;
    margin-top: 10px;
}

.offer_rating_stars {
    position: relative;
    height: 14px;
    width: 90px;
    text-align: left;
    display: inline-block;
}

.offer_rating_stars_icons,
.offer_rating_stars_icons_outline {
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.offer_rating_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.offer_info {
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: middle;
}

.offer_info_con {
    display: inline-block;
    width: calc(100% - 235px);
    padding-left: 20px;
    vertical-align: middle;
}

.offer_money {
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .offer_money {
        overflow-x: hidden;
    }
}

.offer_conditions {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.offer_money > div,
.offer_conditions > div {
    display: inline-block;
}


.offer_money > div:nth-child(1),
.offer_conditions > div:nth-child(1) {
    width: 140px;
    padding-left: 12px;
}

.offer_money > div .value {
    font-weight: 500;
    word-spacing: -3.5px;
}

.offer_money > div:nth-child(1) .value {
    color: #e06816;
    font-weight: 500;
}

.offer_money > div:nth-child(1) .value::after {
    color: #343a40;
    content: '=';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: -1px;
}

.offer_money > div:nth-child(2),
.offer_conditions > div:nth-child(2) {
    width: calc(100% - 295px);
}

.offer_money > div:nth-child(2) .value::after {
    color: #485a7e;
    content: '+';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 12px;
    top: -1px;
}

.offer_money > div:nth-child(3),
.offer_conditions > div:nth-child(3) {
    width: 135px;
}

.offer_money .label,
.offer_conditions .label {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 13px;
    color: #828282;
    font-weight: 400;
}

.offer_money .value,
.offer_conditions .value {
    color: #343a40;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.offer_conditions .value {
    font-size: 16px;
}

.offer_money .value small,
.offer_conditions .value small {
    font-size: 12px;
    margin-left: 2px;
    font-weight: 400;
}

.offer_open {
    display: inline-block;
    vertical-align: middle;
    margin-left: 32px;
}

.popup_container .popup_body img {
    height: 100%;
    max-height: 480px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
}

@media (max-width: 1199px) {
    .offer_open {
        float: right;
        margin: 10px 0 5px;
    }

    .offer_info_con {
        width: calc(100% - 20px);
    }
}

@media (max-width: 1199px) {
    .offer_info {
        width: 100%;
    }

    .offer_logo {
        width: 100%;
    }

    .offer_logo_con {
        display: inline-block;
        width: 47%;
        line-height: 60px;
        vertical-align: middle;
    }

    .offer_rating {
        display: inline-block;
        width: 51%;
    }

    .offer_open {
        width: 100%;
        text-align: center;
        margin: 15px 0 10px;
    }

    .offer_open .btn {
        width: calc(100% - 100px);
    }

    .main-top {
        text-align: center;
    }

    .main-top > div:nth-child(1) {
        float: none;
    }

    .main-top > div:nth-child(2) {
        float: none;
    }

    .offer_info_con {
        width: 100%;
        padding: 0;
        line-height: 20px;
    }

    .offer_conditions {
        border: 0;
        padding-top: 0;
    }

    .offer_money > div .value::after {
        display: none;
    }

    .offer_money > div,
    .offer_conditions > div {
        padding: 0 !important;
        margin: 4px 0;
    }

    .offer_money .label,
    .offer_conditions .label {
        width: 180px;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 2px;
    }

    .offer_money .value,
    .offer_conditions .value {
        width: calc(100% - 220px);
        text-align: left;
        font-size: 15px;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
        white-space: nowrap;
    }

    .offer_money div .label {
        font-size: 12px;
    }

    .offer_money > div:nth-child(2) .value span::before {
        position: relative;
        right: 5px;
        content: '=';
        margin-right: 3px;
    }

    .offer_money > div:nth-child(3) .value span::before {
        position: relative;
        right: 2px;
        content: '+';
        margin-right: 3px;
    }

    .offer_money > div:nth-child(2) .value {
        position: relative;
        right: 13px;
    }

    .offer_money > div:nth-child(3) .value {
        position: relative;
        right: 13px;
    }

    .offer_money > div:nth-child(3) {
        position: relative;
        left: 50px;
    }

    .offer_open .btn {
        width: 100%;
        margin: 0 auto;
        padding: 12px 0 12px 0;
        font-size: 18px;
        border-radius: 6px;
    }

    h1 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .offer_money > div:nth-child(2) .value span::before {
        position: relative;
        right: 5px;
        content: '=';
        margin-right: 3px;
    }

    .offer_money > div:nth-child(3) .value span::before {
        position: relative;
        right: 2px;
        content: '+';
        margin-right: 3px;
    }

    .offer_money > div:nth-child(2) .value {
        position: relative;
        right: 13px;
    }

    .offer_money > div:nth-child(3) .value {
        position: relative;
        right: 13px;
    }

    .offer_conditions {
        margin-top: 7px;
        display: flex;
        flex-direction: column;
    }

    .credit-section {
        display: flex;
    }

    .credit-cost {
        display: flex;
    }

    .credit-cost .value span {
        margin-left: 68px;
        font-weight: 400;
    }

    .rate_field {
        display: flex;
        justify-content: space-between;
    }

    .rate_field .value {
        margin-left: 160px;
    }

    .credit-section .value {
        position: relative;
        left: 75px;
    }

    .date_field .value {
        margin-left: 175px;
    }

    .date_field {
        display: flex;
    }

    .offer_conditions span {
        font-weight: 400;
    }

    .offer_money {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        border-bottom: 1px dashed #ccc;
    }
}

.offer_best {
    text-align: right;
    margin-bottom: 5px;
}

.offer_best_text {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 11px;
    background: #EBF4F6;
}

@media (max-width: 1199px) {
    .offer_best {
        position: absolute;
        top: 15px;
        right: 25px;
    }
}

@media (max-width: 767px) {
    main {
        width: 100%;
        float: right;
    }

    .value span {
        font-weight: bold;
    }

    .value small {
        font-weight: 600;
    }

    .offer {
        max-width: 420px;
        margin: 0 auto 20px;
    }

    .offer_money > div:nth-child(2) {
        margin-left: -10px;
    }

    .offer_money > div:nth-child(3) .value span::before {
        position: relative;
        content: '+';
        right: 2px;
        bottom: 1px;
        margin-right: 3px;
        font-size: 16px;
    }

    .offer_money > div:nth-child(1) .value {
        position: relative;
        left: 2px;
    }

    .offer_money > div:nth-child(2) .value span::before {
        position: relative;
        right: 5px;
        bottom: 1px;
        content: '=';
        margin-right: 3px;
        font-size: 16px;
    }

    .offer_money .value {
        position: relative;
        right: 14px;
    }

    .offer_money > div:nth-child(2) .value span {
        position: relative;
        right: 0;
    }

    .offer_money {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        border-bottom: 1px dashed #ccc;
    }

    .offer_conditions {
        margin-top: 7px;
        display: flex;
        flex-direction: column;
    }

    .credit-section {
        display: flex;
    }

    .credit-cost {
        display: flex;
    }

    .credit-cost .value span {
        margin-left: 69px;
        font-weight: 400;
    }

    .rate_field {
        display: flex;
        justify-content: space-between;
    }

    .rate_field .value {
        margin-left: 160px;
    }

    .credit-section .value {
        position: relative;
        left: 75px;
    }

    .date_field .value {
        margin-left: 175px;
    }

    .date_field {
        display: flex;
    }

    .offer_open .btn {
        width: calc(100%);
        font-size: 17px;
        padding: 10px 0 10px 0;
        border-radius: 6px;
    }

    aside {
        transform: translateX(-50%);
        position: relative !important;
        left: 50%;
        float: left;
        margin-bottom: 20px;
        max-width: 420px;
        width: 100%;
    }

    .sidebar-inner {
        position: static !important;
        height: 250px;
    }

    .recommend .container:before {
        left: 20px;
    }

    .credit_calc_row:last-of-type {
        margin: 0;
    }

    .credit_calc_row {
        margin: 0;
    }
}

@media (max-width: 660px) {
    .offer_money > div:nth-child(3) {
        position: relative;
        left: 50px;
    }
}

@media (max-width: 766px) {
    .offer_money > div:nth-child(2) {
        position: relative;
        left: 20px;
    }

    .offer_money > div:nth-child(3) {
        position: relative;
        left: 70px;
    }
}

@media (max-width: 405px) {
    .offer_open .btn {
        width: 100%;
        padding: 10px 0 10px 0;
        border-radius: 6px;
        font-size: 17px;
    }
}

@media (max-width: 355px) {
    .offer_open .btn {
        width: 100%;
        padding: 10px 0 10px 0;
        border-radius: 6px;
        font-size: 17px;
    }
}

.slider_line_cont {
    height: 44px;
    position: relative;
    padding: 0 46px 0;
    padding-top: 18px;
}

@media (max-width: 768px) {
    .slider_line_cont {
        padding-bottom: 10px;
    }
}

.slider_line_cont .slider_control {
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: 0;
    /*margin-top: 18px;*/
}

.slider_line_cont .slider_control:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #424767;
    border: 0;
}

.slider_line_cont .slider_control .icon {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 14px;
    height: 14px
}

.slider_line_cont .slider_control .icon:before, .slider_line_cont .slider_control .icon:after {
    content: '';
    position: absolute;
    background-color: #fff;
}

.slider_line_cont .slider_control .icon:before {
    top: 6px;
    left: -1px;
    width: 17px;
    height: 3px;
}

.slider_line_cont .slider_control .icon:after {
    top: 0;
    left: 6px;
    width: 3px;
    height: 15px;
}

.slider_line_cont .slider_control:hover .icon:before, .slider_line_cont .slider_control:hover .icon:after {
}

.slider_line_cont .slider_control.slider_minus {
    left: 0;
    background-color: transparent;
}

.slider_line_cont .slider_control.slider_minus .icon:after {
    display: none;
}

.slider_line_cont .slider_control.slider_plus {
    right: 0;
    background-color: transparent;
}

@media (max-width: 390px) {
    .credit-cost .value span {
        margin-left: -5px;
        font-weight: 400;
    }

    .rate_field .value {
        margin-left: 87px;
    }

    .credit-section .value {
        position: relative;
    }

    .date_field .value {
        margin-left: 5px;
    }
}

@media (max-width: 960px) {
    .offer_money div .label {
        font-size: 12px;
    }

    .offer_money .value {
        font-size: 12px;
    }

    .value span {
        font-size: 15px;
        font-weight: 400;
    }
}

@media (max-width: 450px) {
    .offer_money div .label {
        font-size: 12px;
    }

    .offer_money .value {
        font-size: 12px;
    }

    .value span {
        font-size: 15px;
        font-weight: 400;
    }

    .offer_money .value {
        position: relative;
        right: 13px;
    }

    .offer_money {
        display: inline-block;
    }

    .offer_money > div:nth-child(1) {
        width: 33.33%;
    }

    .offer_money > div:nth-child(2) {
        position: relative;
        left: 20px;
        width: 33.33%;
    }

    .offer_money > div:nth-child(3) {
        position: relative;
        left: 20px;
        right: 25px;
        width: 33.33%;
    }
}

@media (max-width: 400px) {
    .offer_money > div:nth-child(2) {
        position: relative;
        left: 20px;
    }

    .offer_money > div:nth-child(3) {
        position: relative;
        left: 30px;
    }
}

@media (max-width: 350px) {
    .offer_money > div:nth-child(2) {
        position: relative;
        left: 15px;
    }
}

.feature__text {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.offer > .offer__border {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px 0 0 20px;
}

@media (min-width: 992px) {

}

@media (min-width: 992px) {

}

/*******************/
@media (min-width: 1199px) {
    .offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .offer_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .offer_rating {
        margin-top: 0;
    }

    .offer_logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .offer_rating {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .offer_logo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .offer > .offer__border {
        display: none;
    }
}

@media (min-width: 1200px) {
    .offer_money {
        padding-bottom: 15px;
    }

    .offer_logo_con {
        line-height: unset;
    }

    .offer_conditions {
        padding-top: 20px;
    }

    .offer_logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }

    .offer_with_feature .offer_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .offer_with_feature .offer_logo_con {
        margin-top: 10px;
    }

    .offer_logo_con {
        margin-bottom: 20px;
    }
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

.icon_star {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 -1px;
    background: url(../images/star.png) 0 0 no-repeat;
}

.icon_star_outline {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 -1px;
    background: url(../images/star_outline.png) 0 0 no-repeat;
}

/* BUTTONS */

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 11px 16px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 7px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .24);
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.primary_btn {
    color: #fff;
    background: #893168;
    font-weight: 500;
    font-size: 17px;
    transition: .5s;
    /*box-shadow: 1px 1px 1px #893168, 0 0 2px #893168;*/
}

@media (max-width: 768px) {
    .primary_btn {
        border-radius: 7px;
        padding: 8px 0 8px 0;
    }
}

.primary_btn:hover {
    /*-webkit-box-shadow: 0 16px 31px -16px #893168;*/
    /*box-shadow: 0 16px 31px -16px #893168;*/
    background: #6d2753;
    border-color: #6d2753;
    /*-webkit-transform: translateY(-4px);*/
    /*transform: translateY(-4px);*/
    outline: none;
    text-decoration: none;
    transition: .2s;
}

.offer__link {
    text-align: right;
    padding-top: 10px;
}

.offer__link a {
    text-decoration: none;
    color: #343a40;
    font-size: 13px;
}

.offer__link a:hover {
    /*text-decoration: underline;*/
}

@media (min-width: 1200px) {
    .offer__link {
        position: absolute;
        bottom: 15px;
        right: 34px;
    }
}

/* OFFERS CRICITAL FIX */

main[data-role="offers"] {
    width: 100%;
}

@media (min-width: 768px) {
    main[data-role="offers"] {
        width: calc(100% - 330px);
    }
}

/*******************
    5. FILTERS
*******************/

aside {
    float: right;
    width: 300px;
    color: #ffbdbd;
    will-change: min-height;
}

aside > div {
    display: block;
    position: relative;
    will-change: position, transform;
}

.sidebar-inner {
    display: block;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 273px;
    box-shadow: 14px 14px 28px #e0e0e0, -14px -14px 28px #ffffff;
}

/* CALCULATOR */

.credit_calc * {
    outline: 0;
}

.credit_calc_row {
    margin-bottom: 35px;
}

.credit_calc_row.calc_term .calc_sum_value {
    width: 32px;
    padding: 0 40px 0 8px;
}

.calc_sum_label {
    font-weight: 500;
    color: #343a40;
    font-size: 20px;
    line-height: 38px;
    height: 44px;
    white-space: nowrap;
}

.calc_sum_value {
    float: right;
    width: 70px;
    position: relative;
    background-color: #ffffff;
    padding: 0 34px 0 6px;
    margin-top: 0;
    line-height: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 2px solid #424767;
}

.calc_sum_value:hover {
    border-color: #893168;
    transition: 0.5s;
}

.calc_sum_value_suffix {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 13px;
    right: 5px;
    pointer-events: none;
}

.calc_sum_value_input {
    font-size: 22px;
    line-height: 34px;
    height: 34px;
    position: relative;
    z-index: 2;
    color: #343a40;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    width: 100%;
    font-weight: 500;
    text-align: right;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    /*padding-top: 17px;*/
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/*input[type=range]::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border-radius: 7px;*/
/*    background: #893168;*/
/*    cursor: pointer;*/
/*    margin-top: -17px;*/
/*}*/

/*input[type=range]::-moz-range-thumb {*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border-radius: 7px;*/
/*    background: #893168;*/
/*    cursor: pointer;*/
/*}*/

/*input[type=range]::-ms-thumb {*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border-radius: 7px;*/
/*    background: #893168;*/
/*    cursor: pointer;*/
/*}*/

/*input[type=range]::-webkit-slider-runnable-track {*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    cursor: pointer;*/
/*    background: #d4d4d4;*/
/*    border-radius: 3px;*/
/*}*/

/*input[type=range]:focus::-webkit-slider-runnable-track {*/
/*    background: #d4d4d4;*/
/*}*/

/*input[type=range]::-moz-range-track {*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    cursor: pointer;*/
/*    background: #d4d4d4;*/
/*    border-radius: 1px;*/
/*}*/

/*input[type=range]::-ms-track {*/
/*    width: 100%;*/
/*    height: 6px;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border-color: transparent;*/
/*    border-width: 16px 0;*/
/*    color: transparent;*/
/*}*/

input[type=range]::-ms-fill-lower {
    background: #d4d4d4;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-lower {
    background: #d4d4d4;
}

input[type=range]::-ms-fill-upper {
    background: #d4d4d4;
    border: 0 solid #010101;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-upper {
    background: #d4d4d4;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media (max-width: 450px) {
    .calc-weight {
        font-weight: 500 !important;
        font-size: 19px !important;
        margin-left: 2px !important;
    }
}

@media (max-width: 767px) {
    .calc-weight {
        font-weight: 500 !important;
        font-size: 19px !important;
        margin-left: 2px !important;
    }
}

@media (max-width: 1199px) {
    .calc-weight {
        font-weight: 500 !important;
        font-size: 19px !important;
        margin-left: -1px !important;
    }
}

/* FILTERS */

.sdl-filter-btn {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='394pt' fill='%23fff' viewBox='-5 0 394 394' width='394pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M367.82 0H16.56A16.502 16.502 0 001.848 8.96a16.732 16.732 0 001.3 17.415L131.836 207.66c.043.063.09.121.133.184a36.751 36.751 0 017.219 21.816v147.8a16.448 16.448 0 004.773 11.688A16.45 16.45 0 00155.617 394a16.94 16.94 0 006.48-1.3l72.313-27.571c6.477-1.98 10.778-8.094 10.778-15.453V229.66a36.774 36.774 0 017.214-21.816c.043-.063.09-.121.133-.184L381.227 26.371a16.717 16.717 0 001.3-17.406A16.492 16.492 0 00367.82 0zm0 0'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    background-color: #893168;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 0 20px 20px 0;
    transform: translateY(-50%);
    position: fixed;
    bottom: 20px;
    left: 0;
    top: 95%;
    z-index: 9999;
    width: 47px;
    height: 40px;
}

.sdl-filter-content > .sdl-filter-section:last-child {
    margin: 0;
}

.sdl-filter-content {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    padding: 20px 20px 10px;
}

.sdl-filter-section {
    margin-bottom: 30px;
}

.sdl-filter-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #343a40;
}

.sdl-autocomplite {
    position: relative;
    display: inline-block;
}

.sdl-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-top: none;
    border-bottom: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.sdl-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    color: black;
    border-bottom: 1px solid #d4d4d4;
}

.sdl-autocomplete-items div:hover {
    background-color: #294dc6;
    color: white;
}

.sdl-autocomplete-active {
    background-color: #294dc6 !important;
    color: #fff !important;
}

.sdl-checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-top: -3px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 2px solid #424767;
    border-radius: 7px;
    position: relative;
    text-align: center;
    transition: 0.5s;
}

.sdl-checkbox-custom:hover {
    border-color: #424767;
    cursor: pointer;
    transition: 0.5s;
}

.sdl-checkbox {
    display: none;
}

.sdl-checkbox-text {
    font-size: 15px;
    color: #222;
    display: table-cell;
}

.sdl-filter-item {
    margin-bottom: 13px;
}

.sdl-checkbox:checked + .sdl-checkbox-custom {
    background-color: transparent;
    border-color: #424767;
}

.sdl-checkbox:checked + .sdl-checkbox-custom:before {
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("../images/check-solid-services.svg");
    position: absolute;
    top: 3px;
    left: 3px;
}

.sdl-filter-input {
    display: block;
    width: 100%;
    padding: 6px 40px 6px 10px;
    min-height: 45px;
    border: 2px solid #424767;
    border-radius: 3px;
    background-color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    transition: 0.5s;
}

.sdl-filter-input:hover {
    border-color: #424767;
    transition: 0.5s;
}

.sdl-filter-input:focus {
    border-color: #424767;
    outline: none;
}

.sdl-form-group-btn {
    cursor: pointer;
    border: none;
    border-radius: 7px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #424767;
}

.sdl-form-group-btn:hover {
    box-shadow: 0 16px 31px -16px #EBF4F6;
    outline: none;
}

.sdl-form-group {
    position: relative;
    padding-right: 50px;
}

.sdl-form-group-btn:before {
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240.823 240.823' fill='%23fff'%3E%3Cpath d='M183.189 111.816L74.892 3.555c-4.752-4.74-12.451-4.74-17.215 0-4.752 4.74-4.752 12.439 0 17.179l99.707 99.671-99.695 99.671c-4.752 4.74-4.752 12.439 0 17.191 4.752 4.74 12.463 4.74 17.215 0l108.297-108.261c4.68-4.691 4.68-12.511-.012-17.19z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.sdl-form-group-label {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #939393;
}

.popup__overlay {
    z-index: 555;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}

.popup__container,
.popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup__container {
    z-index: 100000;
    overflow: auto;
    visibility: hidden;
}

.popup__content {
    width: 260px;
    transition: .35s;
    z-index: 999;
}

.toggle-hidden {
    display: none;
}

@media (min-width: 768px) {
    .filter-aside {
        position: relative;
        float: right;
        margin-top: 25px;
    }

    aside {
        float: right;
    }

    .sdl-filter-content {
        border-radius: 10px;
    }

    .sdl-filter-container {
        width: 300px;
    }

    .popup__container {
        visibility: visible;
    }

    .popup__btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .sdl-filter-container {
        color: #ffbdbd;
        will-change: min-height;
        border: 0 solid;
    }

    .sidebar-inner {
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    aside {
        transform: unset !important;
        position: relative !important;
        left: unset !important;
        float: unset !important;
        width: 100% !important;
        max-width: unset !important;
    }

    .toggle-left {
        transform: translateX(-100%);
        position: relative;
    }

    aside {
        z-index: 99;
    }
}

.filter-link {
    color: black;
    text-decoration: none;
}

.filter-link:hover {
    color: #000;
    text-decoration: underline;
}

.sdl-shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden !important;
    color: #f4f7fa !important;
}

.sdl-shape > svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .sdl-shape {
        bottom: -5px;
    }

    .container {
        padding-top: 20px;
    }
}

.sdl-to-top {
    display: none;
    z-index: 1001;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #3c4858;
    background-color: #EBF4F6;
    transition: all .5s ease;
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .sdl-to-top {
        display: none;
        z-index: 1001;
        position: fixed;
        bottom: 2.3%;
        right: 9px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #3c4858;
        background-color: #EBF4F6;
        transition: all .5s ease;
        box-shadow: 0 0 3px rgba(60, 72, 88, .15);
        border-radius: 10px;
        text-align: center;
    }
}

.sdl-to-top::-moz-selection {
    background-color: #4466d8;
    transform: rotate(45deg);
}

.sdl-to-top:hover {
    background-color: #EBF4F6;
    transform: rotate(45deg);
}

.sdl-to-top-img {
    transition: all .5s ease;
    fill: #fff;
    display: inline !important;
    vertical-align: middle !important;
}

.sdl-to-top:hover .sdl-to-top-img {
    fill: #fff;
    transform: rotate(-45deg);
}

.c-checkbox.c-checkbox--link {
    display: table;
}

/*******************
    6. PAGE TEXT
*******************/

.conditions {
    max-width: 1320px;
    margin: auto 0;
    width: 50%;
    display: inline-block;
}

@media (max-width: 768px) {
    .conditions {
        max-width: 1320px;
        margin: 20px auto 0;
        width: 100%;
    }
}

.conditions-2 {
    max-width: 1320px;
    margin: 15px auto;
    width: 47%;
    display: inline-block;
    float: right;
    margin-left: 3%;
}

@media (max-width: 768px) {
    .conditions-2 {
        max-width: 1320px;
        margin: 0;
        width: 100%;
        float: none;
    }
}

/*******************
    7. FOOTER
*******************/

.before-footer {
    height: 35px;
}

@media (max-width: 1169px) {
    .before-footer {
        height: 10px;
    }
}

@media (max-width: 768px) {
    .before-footer {
        height: 10px;
    }
}

footer {
    padding-top: 0;
    overflow: hidden;
}

.footer {
    text-align: center;
    background-color: #303B2D;
    padding: 25px 0 20px 0;
    color: #cdcdcd;
}

@media (max-width: 768px) {
    footer {
        padding-top: 0;
    }
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #3d4349;
    background: #EBF4F6;
    position: relative;
    color: #adb5bd;
}

.g-footer-info, .g-footer-form-column, .g-footer-nav1, .g-footer-nav1 {
    flex: 100%;
    max-width: 100%;
}

.g-footer-form-column, .col-sm-6, .col-lg-12, .g-footer-info, .g-footer-nav1, .g-footer-nav2, .g-footer-form-column {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
}

@media (max-width: 768px) {
    .g-footer-form-column, .col-sm-6, .col-lg-12, .g-footer-info, .g-footer-nav1, .g-footer-nav2, .g-footer-form-column {
        padding-left: 20px;
    }
}

.g-footer-info {
    padding-bottom: .5rem !important;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-sm-left {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .g-footer-nav1, .g-footer-nav2, .g-footer-form-column {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .g-footer-info {
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .g-footer-nav2, .g-footer-form-column {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .g-footer-info {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .g-footer-nav1 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-head {
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #000;
    margin-bottom: .5rem;
}

@media (max-width: 768px) {
    .footer-head {
        font-size: 19px;
    }
}

.mb-0 {
    color: #000;
    font-size: 15px;
}

.mt-4 {
    margin-top: 1.5rem !important;
    color: #000;
}

@media (max-width: 768px) {
    .mt-4 {
        margin-top: 1rem !important;
        font-size: 14px;
    }
}

.mt-5 {
    margin-top: 0.9rem !important;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
}

.form-group .icons {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100px;
    font-size: 18px;
    margin-left: 1rem !important;
}

.form-control {
    display: block;
    width: 100%;
    background-color: #f8fafe;
    background-clip: padding-box;
    border: 1px solid #424767;
    color: #000;
    box-shadow: none;
    height: 42px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    padding: .375rem .75rem;
    padding-left: 3rem !important;
    margin-top: 15px;
}

input.form-control:focus {
    border-color: #893168;
    outline: none;
}

.footer-list {
    margin-top: 1rem !important;
}

.footer-list li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-list li a {
    text-decoration: none;
    transition: all 0.5s ease;
    color: #000;
}

.footer-list li a:hover {
    /*text-decoration: underline;*/
}


span.g-mdi, span.g-mdi-email {
    vertical-align: middle;
    margin-right: .25rem !important;
}

span.g-mdi-email {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 47px;
    font-size: 18px;
    margin-left: 1rem !important;
}

.g-mdi-email::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23adb5bd' d='M512,85.25V448H0V85.25l256,224L512,85.25z M487.688,64H24.297L256,266.75L487.688,64z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

span.g-mdi::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23adb5bd' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' /%3E%3C/svg%3E");
    background-size: cover;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -5px;
}

.footer-social-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
}

.footer-social-item {
    display: inline-block;
    cursor: pointer;
}

.footer-social-item a {
    width: 32px;
    color: #adb5bd;
    border: 1px solid #3c4858;
    display: inline-block;
    height: 32px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    vertical-align: middle;
}

.footer-social-item a:hover {
    background-color: #EBF4F6 !important;
}

.footer-social-img {
    width: 18px;
    height: 18px;
    cursor: pointer;

}

.footer-subscribe-btn {
    text-align: center;
    color: #ffffff;
    border-radius: 7px;
    background-color: #424767;
    border-color: #424767;
    cursor: pointer;
    font-size: 16px;
    height: 38px;
    padding: 6px 33px;
    text-decoration: none;
    font-weight: 400;
    transition: .5s;
    user-select: none;
    width: 100%;
    outline: none;
    border-style: solid;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .footer-subscribe-btn {
        margin-bottom: 0;
    }
}

.footer-subscribe-btn:hover {
    /*-webkit-box-shadow: 0 16px 31px -16px #424767;*/
    /*box-shadow: 0 16px 31px -16px #424767;*/
    background: #424767;
    border-color: #424767;
}

.footer-bottom .g-container {
    background: none;
}

.form-control {
    box-sizing: border-box;
}

.g-footer-form-column, .col-sm-6, .col-lg-12, .g-footer-info, .g-footer-nav1, .g-footer-nav2, .g-footer-form-column {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .g-footer-form-column, .col-sm-6, .col-lg-12, .g-footer-info, .g-footer-nav1, .g-footer-nav2, .g-footer-form-column {
        box-sizing: border-box;
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .footer-bottom {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .g-footer-before {
        padding-bottom: 20px;
    }
}

.form-group .message {
    display: none;
    width: 100%;
    vertical-align: middle;
}

.footer-message {
    margin-top: 5px;
    color: #000;
}

.footer-margins {
    padding-left: 15px;
}

footer footer-message.message {
    border-radius: 0;
    background-color: transparent;
}

@media (max-width: 768px) {
    .footer-margins {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .footer-text-upper {
        padding-bottom: 5px;
    }
}

.footer-cond-text {
    font-size: 15px;
    font-weight: 300;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 1169px) {
    .footer-cond-text {
        font-size: 14px;
        padding: 15px;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .footer-cond-text {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .footer-text-upper {
        padding-bottom: 5px;
    }
}

/*******************
    8. HELP PAGE
*******************/

.help.inner-container {
    background: #ffffff;
}

@media (max-width: 768px) {
    .help-margins-top {
        padding-top: 5px;
    }
}

.help__accordion_card {
    overflow: hidden;
    border: 1px solid #e9ecef;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-radius: 10px;
    margin-bottom: .5rem;
}

.accordion__card_item {
    position: relative;
    background-color: #ffffff;
    color: #3c4858;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

.accordion__card_item::before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #3c4858;
    border-left: 2px solid #3c4858;
}

.accordion__card_question {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.accordion__card_header {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    padding: 1rem 40px 1rem 1rem;
    background-color: #f8f9fc;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion__card_question {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .accordion__card_question {
        font-size: 14px;
        font-weight: 400;
    }
}

.accordion__card_body {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    max-height: 0;
    transition: all ease-out 0.5s;
    padding: 1.25rem 1.25rem;
}

@media (max-width: 768px) {
    .accordion__card_body {
        padding: 10px 20px;
    }
}

.accordion__card_ans {
    color: #8492a6;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 16px;
}

@media (max-width: 768px) {
    .accordion__card_ans {
        font-size: 14px;
    }
}

.card-active .accordion__card_item::before {
    transform: translateY(-50%) rotate(-225deg);
}

.card-active .accordion__card_question {
    color: #333;
    font-weight: 400;
}

.collapse .accordion__card_body {
    padding: 0 1.25rem;
}

.help-head-text {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
}

.help-head-text-next {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 30px;
}

.li-help {
    font-size: 16px;
    color: #8492a6;
    line-height: 1.6;
    margin-left: 18px;
}

.ul-help {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .help h1, .help h2, .help h3 {
        display: block;
    }
}

@media (max-width: 768px) {
    .help-head-text, .help-head-text-next {
        font-size: 17px;
        font-weight: 500;
        padding-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .help-head-text {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .help-head-text-next {
        padding-top: 20px;
    }
}

/*******************
    9. CONTACT PAGE
*******************/

.contact .container {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
}

.contact__item, .col-md-6, .col-sm-12, .col-md-12, .contact__section_left, .contact__section_right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact__detail {
    text-align: center;
}

.contact__detail_icon {
}

.contact__item_avatar {
    height: 65px;
    width: 65px;
}

.contact__item_content {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .contact__item_content {
        margin-bottom: 20px;
    }
}

.contact__item_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .5rem;
}

.contact__item_text {
    line-height: 1.6;
    color: #8492a6;
    margin-bottom: 1rem;
}

.contact__item_link {
    color: #893168;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.contact__section_form {
    margin-top: 100px;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .contact__section_form {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.contact__section_left {
    padding-top: .5rem;
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.contact__section_right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 768px) {
    .contact__section_right {
        text-align: center;
    }
}

.img-fluid {
    max-width: 80%;
    height: auto;
}

.contact__form_wrapper {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border-radius: 10px;
    background-color: #f8f9fc;
    padding: 20px 1.5rem;
}

.contact__form {
    margin-top: 10px;
}

.contact__form_title {
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
}

.contact__form_group {
    margin-bottom: 20px;
    position: relative;
}

.contact__form_group label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .5rem;
}

.contact__form_group .icons {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100px;
    font-size: 18px;
    margin-left: 1rem;
}

.contact__form_group .icons > span {
    display: inline-block;
    background-size: cover;
    height: 16px;
    width: 16px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-account span {
    background: url("../images/account.svg") no-repeat;
}

.mdi-mail span {
    background: url("../images/message.svg") no-repeat;
}

.mdi-subject span {
    background: url("../images/subject.svg") no-repeat;
}

.mdi-message span {
    background: url("../images/message.svg") no-repeat;
}

.contact__form_control {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    height: 42px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: .375rem .75rem .375rem 3rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.contact__form_control:focus {
    outline: none;
    border-color: #893168;
}

.contact__form_control::-webkit-input-placeholder {
    font-size: 12px;
}

.contact__form_control::-moz-placeholder {
    font-size: 12px;
}

.contact__form_control:-ms-input-placeholder {
    font-size: 12px;
}

.contact__form_control::-ms-input-placeholder {
    font-size: 12px;
}

.contact__form_control::placeholder {
    font-size: 12px;
}

.contact__form_group textarea.contact__form_control {
    line-height: 25px;
    height: 120px !important;
    height: auto;
    padding-left: 3rem !important;
}

.contact__form_submit {
    display: block;
    cursor: pointer;
    width: 100%;
    line-height: 1.5;
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    border-radius: 10px;
    background-color: #893168;
    /*-webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);*/
    /*box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);*/
    border: 1px solid #893168;
    color: #ffffff;
}

.contact__form_submit:hover {
    -webkit-box-shadow: 0 16px 31px -16px #893168;
    box-shadow: 0 16px 31px -16px #893168;
    background: #893168;
    border-color: #893168;
}

@media (min-width: 576px) {
    .contact__section_left {
        margin-top: 0;
        padding-top: 0;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .contact__item {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact__section_left, .contact__section_right, .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .contact__section_left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contact__section_right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 992px) {
    .contact__section_left {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .contact__section_right {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .contact .container {
        max-width: 1140px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.contact-margins {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .contact-margins {
        margin-top: 40px;
    }
}

/* CONTACT FORM */

#message {
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
}

#simple-msg {
    display: none;
    margin-top: 7px;
    padding: 10px;
    border: solid red 1px;
}

#simple-msg.success-message {
    border-color: green;
}

/*******************
    10. ABOUT PAGE
*******************/

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.col-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-12, .about__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.about__title_container {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .about__title_container {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.about__title {
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .about__title {
        font-size: 20px;
        letter-spacing: 0;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.about__desc {
    color: #8492a6;
    line-height: 1.6;
    font-size: 16px;
    margin: 0 auto;
    max-width: 600px;
}

@media (max-width: 768px) {
    .about__desc {
        font-size: 14px;
    }
}

.about__special_text {
    color: rgb(47, 85, 212);
    font-weight: 700;
}

.about__item {
    padding-top: .5rem;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .about__item {
        padding-top: 0;
    }
}

.about__item_card {
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 8px 10px;
    background-color: #fff !important;
    webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.about__item_card:hover {
    webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about__item_card_title {
    margin-top: .5rem;
}

.about__item_title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 768px) {
    .about__item_title {
        font-size: 14px;
    }
}

.about__item_icon {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
    height: 40px;
    width: 40px;
    margin-right: 1rem;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
}

.mdi-responsive-1:before {
    display: inline-block;
    content: "";
    background: url("../images/about-cash.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-responsive-2:before {
    display: inline-block;
    content: "";
    background: url("../images/about-term.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-responsive-3:before {
    display: inline-block;
    content: "";
    background: url("../images/about-time.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-responsive-4:before {
    display: inline-block;
    content: "";
    background: url("../images/about-way.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-responsive-5:before {
    display: inline-block;
    content: "";
    background: url("../images/about-type.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.mdi-responsive-6:before {
    display: inline-block;
    content: "";
    background: url("../images/about-rate.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    line-height: inherit;
    vertical-align: middle;
}

.about__btn_wrapper {
    padding-top: .5rem !important;
    margin-top: 1.5rem !important;
}

.about__btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: #EBF4F6;
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #EBF4F6 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
    box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.about__btn:hover {
    background-color: #2443ac;
    border-color: #2443ac;
}

.mdi-about {
    display: inline-block;
    width: 24px;
}

@media (min-width: 768px) {
    .about__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .about__item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.about__section .container {
    min-height: unset;
    box-sizing: border-box;
}

.about__section_text_wrapper .about__btn {
    margin-top: 1rem;
}

.about__column_left, .about__column_right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 1.5rem;
    padding-top: .5rem;
}

.about__section_title {
    letter-spacing: 0.5px;
    font-size: 30px;
    margin-bottom: 1.5rem !important;
    font-weight: normal;
}

.about__section_text {
    font-size: 16px;
    color: #8492a6;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .about__section_text {
        font-size: 14px !important;
    }
}

@media (min-width: 576px) {
    .about__column_left {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .about__column_left {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .about__column_right {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 992px) {
    .about__column_left {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .about__section_text_wrapper {
        margin-left: 1.5rem;
    }

}

@media (min-width: 1200px) {
    .about__section .container {
        max-width: 1140px;
    }
}

.about__section .container {
    min-height: unset;
    box-sizing: border-box;
}

.about__section_text_wrapper .about__btn {
    margin-top: 1rem;
}

.about__column_left, .about__column_right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin-top: 1.5rem;
    padding-top: .5rem;
}

.about__section_title {
    letter-spacing: 0.5px;
    font-size: 30px;
    margin-bottom: 1.5rem !important;
    font-weight: normal;
}

.about__section_text {
    font-size: 16px;
    color: #8492a6;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .about__column_left {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .about__column_left {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .about__column_right {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media (min-width: 992px) {
    .about__column_left {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .about__section_text_wrapper {
        margin-left: 1.5rem;
    }

}

@media (min-width: 1200px) {
    .about__section .container {
        max-width: 1140px;
    }
}

.about {
    min-height: 0;
    margin: 0 auto;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .about {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

/*******************
    11. PRIVACY PAGE
*******************/

.privacy-ol-margins {
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .privacy-top {
        padding-bottom: 10px;
    }
}

/************************
    12. PRIVACY ALERT
*************************/

.cookie__alert {
    box-sizing: border-box;
}

.cookie__alert {
    position: fixed;
    background-color: #EBF4F6;
    bottom: 30px;
    left: 30px;
    width: 280px;
    z-index: 9999;
    opacity: 0;
    border-radius: .75rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    padding: 1.5rem;
    margin: 0;
}

.cookie__alert.show {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0s 1000ms;
    -o-transition: 0s 1000ms;
    transition: 0s 1000ms;
    border: 1px solid #893168;
}

.cookie__alert p {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.9;
}

.cookie__alert p a {
    font-family: Rubik, sans-serif;
    color: #000;
    text-decoration: underline;
}

.accept__cookies {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    color: #fff;
    background-color: #893168;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #893168;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 768px) {
    .cookie__alert {
        width: 400px;
        padding: 2rem;
    }
}

/************************
    13. COMMENTS
*************************/

.sdl-review-item {
    background-color: #f4f7fa;
    padding: 5px 30px 15px;
}

@media (max-width: 768px) {
    .sdl-review-item {
        padding: 5px 15px 15px;
    }
}

.sdl-review-chose {
    padding: 20px 25px;
    background-color: #f4f7fa;
    border-radius: 10px;
    /*margin-bottom: 30px;*/
}

@media (max-width: 768px) {
    .sdl-review-chose {
        padding: 0 15px 15px;
    }
}

.sdl-company-review {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #424767;
}

@media (max-width: 768px) {
    .sdl-company-review {
        border: 0;
        margin-bottom: 0;
    }
}

.sdl-review-head {
    display: flex;
    flex-wrap: wrap;
}

.sdl-review-title, .sdl-review-write, .sdl-review-tabs-head {
    min-height: 1px;
    box-sizing: border-box;
}

.sdl-review-title {
    font-size: 18px;
    font-weight: 500;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

@media (max-width: 768px) {
    .sdl-review-title {
        font-size: 16px;
    }
}

.sdl-review-write {
    text-align: right;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.sdl-review-write-btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
    height: auto;
    background-color: #424767;
    text-decoration: none;
    font-size: 15px;
    padding: 4px 10px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 7px;
}

.sdl-review-close-btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
    height: auto;
    background-color: #EBF4F6;
    text-decoration: none;
    font-size: 16px;
    padding: 4px 10px;
    color: #fff;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 7px;
}

.sdl-review-tabs-head {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
}

.sdl-tabs-head-list {
    width: 110%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.sdl-tabs-head-item {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    width: auto;
    text-align: center;
}

.sdl-tabs-head-item.active > .sdl-tabs-control {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    background-color: #424767;
    border-radius: 7px;
}

.sdl-tabs-control {
    font-size: 14px;
    cursor: pointer;
    line-height: 32px;
    display: block;
    margin-bottom: -1px;
    height: 32px;
    color: #222;
    padding: 0 8px;
}

.sdl-review-inner {
    border-left: 2px solid #f3f3f3;
    background: #ffffff;
}

.sdl-review-date {
    font-size: 14px;
    color: #939393;
    margin-bottom: 12px;
}

.sdl-review-content {
    font-size: 15px;
    margin-bottom: 12px;
}

.sdl-review-info {
    font-size: 15px;
    margin-bottom: 12px;
}

.sdl-review-rating-content {
    display: flex;
    flex-wrap: wrap;
}

.sdl-review-rating-item {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.sdl-rating-col {
    display: flex;
    align-items: center;
}

/* POPUP START */

.sdl-modal {
    background-color: #EBF4F6;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 889;
}

body.modal-show .sdl-modal {
    visibility: visible;
}

body.modal-show {
    overflow-y: hidden;
}

.sdl-add-review-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 46px;
}

.sdl-modal-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sdl-modal-text {
    margin-bottom: 15px;
    font-size: 16px;
}

.sdl-modal-close {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    padding: 5px;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
}

.modal-content {
    padding: 20px;
    background-color: #fff;
    border: 10px solid rgba(255, 232, 165, .9);
    min-height: 89%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .modal-content {
        padding: 25px;
    }
}

@media (min-width: 1240px) {
    .sdl-modal {
        padding: 80px 0;
    }

    .sdl-modal-close {
        top: 35px;
        right: auto;
        left: 43%;
        -webkit-transform: translateX(600px);
        transform: translateX(600px);
    }

    .modal-content {
        max-width: 960px;
        margin: 0 auto;
        padding: 50px 60px 60px;
        border-color: transparent;
    }
}

/* Popup End*/

/* Popup star Start*/
.sdl-star-section {
    display: grid;
    margin-bottom: 38px;
    border: 1px solid transparent;
}

.sdl-star-rating {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.sdl-star-title {
    font-size: 16px;
    width: 60%;
    text-align: left;
}

.sdl-star-input {
    display: none;
}

.sdl-star-label {
    float: right;
    cursor: pointer;
    padding-right: 5px;
    position: relative;
    z-index: 1;
    background-image: url(../images/stars-sprite.png);
    background-position: 0 -13px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}

.sdl-star-label.select {
    background-position: 0 0;
}

.sdl-star-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.sdl-star-section-bg {
    background-color: #e0f0ff;
}

@media (min-width: 992px) {
    .sdl-star-section {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

/* Popup star End*/

/* Popup FORM Start*/
.sdl-form-textarea {
    position: relative;
}

.sdl-form-control.invalid, .sdl-star-section.invalid {
    border-color: red;
}

.g-recaptcha.invalid > div {
    border: solid red 1px
}

.sdl-form-control {
    display: block;
    border: 3px solid #dff1ff;
    background-color: #fff;
    padding: 10px 10px 100px;

    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

.sdl-textarea-xs {
    height: 150px;
}

.sdl-textarea-sm {
    height: 150px;
}

.sdl-form-info {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 10px;
    background-color: #f4f9fe;
    z-index: 0;
    font-size: 14px;
    max-height: 100px;
    overflow: hidden;
}

.sdl-form-section {
    margin-bottom: 38px;
}

.sdl-error-message {
    display: block;
    position: static;
    font-size: 15px;
    margin-top: 5px;
    color: #ed6369;
}

/* Popup FORM End*/

.review-empty > .sdl-review-inner {
    border: none;
}

/*******************
    404. OTHER
*******************/

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* COMPANY */

.g-container .sdl-company {
    background-color: #fff;
}

.sdl-company {
    margin: 30px auto 15px auto !important;
    padding: 0;
}

@media (max-width: 768px) {
    .sdl-company {
        background-color: #f8fafe;
        margin: 0 !important;
    }
}

.sdl-company-info {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .sdl-company-info {
        margin-bottom: 0;
    }
}

.sdl-header {
    position: relative;
    width: 250px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.sdl-info-logo {

}

.sdl-info-img {
    display: block;
    width: 100px;
    height: auto;
}

.sdl-info-name {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0;
}

.sdl-info-rate-box {
    position: absolute;
    left: 70%;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    bottom: 14px;
}

.sdl-info-rate {

}

.sdl-info-star {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/stars-sprite.png') no-repeat;
    background-position: 0 -72px;
    height: 19px;
}

.sdl-rat-star {
    background: url('../images/stars-sprite.png') no-repeat;
    background-position: 0 -52px;
    width: 90%;
    height: 19px;
}

.sdl-rate-text {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-left: 7px;
    font-weight: 500;
    color: #222;
}

@media (max-width: 768px) {
    .sdl-rate-text {
        font-size: 15px;
        font-weight: 400;
    }
}

.sdl-info-table {
    background-color: #EBF4F6;
    padding: 18px 16px 16px;
    color: #383730;
}

.sdl-table-wrapper {
    max-width: 300px;
    margin: 0 auto;
}

.sdl-table-client {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.sdl-table-link-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sdl-table-link {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 7px 18px;
    line-height: 1.2;
    height: auto;
    background-color: #893168;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
    border: 2px solid transparent;
}

.sdl-table-link span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
}

.sdl-table-num {
    font-weight: 500;
}

.sdl-table-info {
    font-weight: 500;
}

.sdl-table-info span {
    font-weight: 400;
}

.sdl-table-client {
    font-size: 14px;
    display: block;
}

.sdl-table-client::before {
    content: '';
    display: inline-block;
    margin-bottom: -4px;
    margin-right: 7px;
    background-image: url(../images/com-arrow.png);
    background-size: cover;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.sdl-company .collapse .accordion__card_body {
    padding: 0 40px;
}

.sdl-company .accordion__card_body {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    max-height: 0;
    transition: all ease-out .3s;
    padding: 10px 40px 30px 40px;
    background-color: #EBF4F6;
    box-sizing: content-box;
    border-radius: 10px;
}

.sdl-condition-box {
    background-color: transparent;
    text-align: center;
    padding: 14px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
    .sdl-condition-box {
        font-size: 15px;
    }
}

.sdl-condition-box:hover {
    text-decoration: underline;
}

.card-active .sdl-condition-box span:first-child {
    transform: rotate(180deg);
}

.active-show {
    display: none;
}

.card-active .active-show {
    display: inline;
}

.card-active .active-close {
    display: none;
}

.sdl-condition-box span:first-child {
    background: url("../images/com-arrow-down.png") no-repeat;
    background-size: cover;
    width: 16px;
    height: 9px;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(0deg);
}

.sdl-condition-content {
    font-weight: 500;
}

.condition-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.condition-column {
    flex: 0 0 100%;
    max-width: 100%;
}

.sdl-condition-item:not(.sdl-condition-item-top):hover {
    background-color: #424767 !important;
    border-radius: 10px;
    color: #ffffff;
}

.sdl-condition-item:nth-child(even) {
    background-color: #f4f7fa;
    border-radius: 10px;
}

.sdl-condition-item-top {
    margin-bottom: 10px;
}

.sdl-condition-num {
    font-size: 20px;
}

.sdl-company-row {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .sdl-company-row {
        display: flex;
        flex-wrap: wrap;
    }
}

.sdl-left-column {
    flex: 0 0 100%;
    max-width: 100%;
}

.sdl-right-column {
    flex: 0 0 100%;
    max-width: 100%;
}

.sdl-company-text {
    font-size: 15px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .sdl-company-text {
        font-size: 14px;
        padding-bottom: 13px;
    }
}

.sdl-company-rating {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #424767;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sdl-company-rating {
        border: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
}

.sdl-rating-title {
    padding-left: 25px;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .sdl-rating-title {
        font-size: 16px;
        padding-left: 15px;
    }
}

.sdl-rating-content {

}

.sdl-rating-item {
    padding: 6px 25px 0;
}

@media (max-width: 768px) {
    .sdl-rating-item {
        padding: 3px 15px;
    }
}

.sdl-rating-item:nth-child(odd) {
    background-color: #f4f9fe;
}

.sdl-rating-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.sdl-rating-col {
    font-size: 15px
}

@media (max-width: 768px) {
    .sdl-rating-col {
        font-size: 14px;
    }
}

.sdl-rating-col-left {
    flex: 0 0 60%;
    max-width: 60%;
}

.sdl-rating-col-right {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sdl-rating-stars {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/stars-sprite.png') no-repeat;
    background-position: 0 -39px;
    width: 76px;
    height: 12px
}

.sdl-rating-star {
    background: url('../images/stars-sprite.png') no-repeat;
    background-position: 0 0;
    width: 90%;
    height: 12px;
}

.sdl-rating-text {
    margin-left: 5px;
}

.sdl-contact-info {
    position: relative;
    padding: 28px 30px 30px;
    /*border: 2px solid #f3f3f3;*/
    background-color: #EBF4F6;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sdl-contact-info {
        border-radius: 0;
        padding: 20px 15px 0;
    }
}

.sdl-contact-info:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 23px;
    display: block;
    height: 47px;
    width: 39px;
    background: url("../images/com-phone.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .sdl-contact-info:after {
        right: 20px;
        height: 33px;
        width: 29px;
    }
}

.sdl-contact-title {
    width: 85%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

@media (max-width: 768px) {
    .sdl-contact-title {
        font-size: 16px;
    }
}

.sdl-contact-h {
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .sdl-contact-h {
        font-size: 14px;
    }
}

.sdl-contact-row {
    display: flex;
    flex-wrap: wrap;
}

.sdl-contact-column {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 15px;
}

@media (max-width: 768px) {
    .sdl-contact-column {
        font-size: 14px;
    }
}

.sdl-grah {
    font-size: 15px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .sdl-grah {
        font-size: 14px;
    }
}

.sdl-grah-item {
    margin-top: 5px;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .sdl-grah-item {
        margin-top: 5px;
    }
}

.sdl-grah-item-col {
    flex: 45%;
}

.sdl-contact-alt {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sdl-company-section {
    margin-bottom: 30px;
}

.sdl-company-link {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
    height: auto;
    background-color: #893168;
    text-decoration: none;
    width: 100%;
    padding: 8px 20px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 7px;
}

@media (max-width: 768px) {
    .sdl-company-link {
        font-size: 16px;
    }
}

.sdl-company-link:hover {
    /*background-color: #1886da;*/
}

.sdl-company-main-title {
    width: 85%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

@media (max-width: 768px) {
    .sdl-company-main-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.sdl-section-box {
    padding: 28px 30px 30px;
}

@media (max-width: 768px) {
    .sdl-section-box {
        padding: 15px 15px 10px;
    }
}

.sdl-company-list {
    list-style: none;
    padding: 0 0 0 34px;
}

.sdl-pay-box {
    position: relative;
    background-color: #EBF4F6;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sdl-pay-box {
        border-radius: 0;
    }
}

.sdl-pay-box:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    height: 40px;
    width: 40px;
    background: url("../images/com-pay.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .sdl-pay-box:after {
        height: 25px;
        width: 25px;
    }
}

.sdl-process-box {
    position: relative;
    background-color: #EBF4F6;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sdl-process-box {
        border-radius: 0;
    }
}

.sdl-process-box:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../images/com-process.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .sdl-process-box:after {
        width: 25px;
        height: 25px;
    }
}

.sdl-process-box li {
    margin: 0 15px 7px;
}

.sdl-list-ol {
    padding: 0;
    margin: 0 0 0 25px;
    counter-reset: item;
    list-style-type: none;
}

.sdl-list-ol li {
    position: relative;
    margin-bottom: 7px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .sdl-list-ol li {
        margin-bottom: 3px;
        font-size: 14px;
    }
}

.sdl-list-ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    font-weight: 500;
    margin-left: -20px;
    position: absolute;
    top: 0;
    left: -3px;
}

.sdl-company-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 7px;
}

.sdl-company-list li:before {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 8px;
    left: -28px;
    background: #fff;
}

.sdl-table-item {
    display: flex;
}

.sdl-table-info {
    width: 65%;
}

.sdl-table-item-center {
    justify-content: center;
}

.sdl-table-item-center .sdl-table-info {
    display: inline;
    /*width: unset;*/
}

@media (max-width: 768px) {
    .sdl-table-item-center {
        justify-content: flex-start;
    }
}

.c-table__link-client {
    display: inline;
}

.sdl-table-link-wrapper {
    width: 100%;
    display: block;
}

.sdl-table-link {
    display: block;
    width: 100%;
}

.d-none {
    display: none;
}

@media (max-width: 1200px) {
    .sdl-table-item {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .condition-row {
        max-width: 500px;
        margin: 0 auto;
    }

    .sdl-company .accordion__card_body {
        padding: 0;
    }

    .sdl-company-section-text {
        padding: 0 15px;
    }

    .sdl-condition-name {
        margin-bottom: 15px;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: #000;
    }

    .sdl-sm-condition {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .sdl-sm-col-1 {
        flex: 0 0 77%;
        max-width: 77%;
    }

    .sdl-sm-col-2 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .sdl-condition-item {
        padding: 12px 40px;
    }
}

@media (max-width: 767px) {
    .sdl-contact-column {
        margin-bottom: 10px;
    }

    .sdl-table-item {
        width: 280px;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .sdl-condition-box span:first-child {
        /*position: absolute;*/
        top: 30px;
        left: 25px;
    }

    .sdl-table-link {
        font-size: 16px;
        border-radius: 7px;
    }

    .sdl-company-section {
        margin-bottom: 16px;
    }

    .sdl-company-condition {
        /*padding-bottom: 16px;*/
    }
}

@media (min-width: 768px) {
    .sdl-company {
        padding: 0 15px;
    }

    .d-md-flex {
        display: flex;
    }

    .sdl-contact-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .d-md-none {
        display: none;
    }

    .sdl-header {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .sdl-info-block {
        font-size: 16px;
        max-width: 50%;
        flex: 0 0 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .sdl-info-block-right {
        text-align: right;
    }

    .sdl-info-rate-box {
        display: inline-block;
        position: relative;
        transform: unset;
        bottom: unset;
        left: unset;
        top: 12px;
    }

    .sdl-info-star {
        width: 121px;
    }

    .sdl-info-logo {
        display: inline-block;
        vertical-align: middle;
    }

    .sdl-info-name {
        margin-right: 18px;
        display: inline-block;
        vertical-align: middle;
    }

}

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

    .d-lg-flex {
        display: flex;
    }

    .condition-column {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .condition-row {
        flex-direction: row;
    }

    .sdl-left-column {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sdl-right-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .sdl-right-column {
        flex: 0 0 47%;
        max-width: 47%;
        padding-left: 37px;
    }

    .sdl-company {
        margin-bottom: 38px;
        background-color: transparent;
    }

    .sdl-header {
        /*margin-bottom: 30px;*/
    }

    .sdl-info-img {
        width: 200px;
    }

    .sdl-info-name {
        font-size: 35px;
    }

    .sdl-table-wrapper {
        display: table;
        width: 100%;
        max-width: unset;
    }

    .sdl-info-table {
        padding: 30px 25px 25px 25px;
        border-radius: 10px;
    }

    .sdl-table-client {
        display: block;
        vertical-align: middle;
        width: 110px;
    }

    .sdl-table-item {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

    .sdl-table-link-wrapper {
        width: 240px;
        /*padding-left: 10px;*/
        margin-left: auto;
    }

    .sdl-table-link {
        font-size: 20px;
        padding: 15px 0;
        border-radius: 10px;
        margin-left: -15px;
    }

    .sdl-table-num {
        margin-top: 6px;
        font-size: 50px;
        line-height: 1;
    }

    .sdl-table-num span {
        font-size: 20px;
    }

    .sdl-table-info {
        font-size: 14px;
        width: unset;
        padding-bottom: 10px;
    }

    .sdl-table-client {
        text-align: center;
        width: 75px;
        margin: 0 auto;
        color: #1b90e9;
    }

    .sdl-table-client::before {
        display: block;
        margin: 0 auto 7px;
        background-image: url(../images/com-arrow.png);
        width: 17px;
        height: 17px;

    }

    .sdl-condition-name {
        font-size: 20px;
    }

    .sdl-condition-num {
        font-size: 30px;
    }

    .sdl-condition-content {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .sdl-condition-num {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .sdl-condition-item-top {
        display: block
    }

    .condition-row {
        align-items: center;
    }
}

.c-table__text {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .c-table__text {
        padding-top: 0;
    }
}

.company-link-colour {
    color: #343a40;
}

.ul-offer-page {
    padding-bottom: 20px;
    margin-left: 17px;
}

@media (max-width: 768px) {
    .ul-offer-page {
        padding-bottom: 13px;
    }
}

.li-offer-page {
    font-size: 15px;
}

@media (max-width: 768px) {
    .li-offer-page {
        font-size: 14px;
    }
}

.credit_calc input[type="range"] {
    margin-top: 9px;
    background: linear-gradient(to right, #424767 0%, #424767 10%, #f8fafe 10%, #f8fafe 50%);
    border-radius: 3px;
}

.credit_calc input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 250px; /*Ширина всего пути*/
    height: 20px; /*Высота всего пути*/
    cursor: pointer;
    /*   overflow:hidden; */
    border: none;
}

.credit_calc input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #424767; /*Цвет бегунка*/
    height: 40px; /*Высота бегунка*/
    width: 14px; /*Ширина бегунка*/
    margin-top: -10px;
    cursor: pointer;
    border-radius: 2px;
    border: none;
}

.credit_calc input[type=range]::-moz-range-thumb {
    height: 40px;
    width: 14px;
    border-radius: 7px;
    background: #424767;
    cursor: pointer;
    border: none;
}

.credit_calc input[type=range]::-ms-thumb {
    height: 40px;
    width: 14px;
    border-radius: 7px;
    background: #424767;
    cursor: pointer;
}

/*Load more comments*/
.sdl-review-more {
    text-align: center;
    color: #fff;
    border-radius: 7px;
    background-color: #424767;
    border-color: #424767;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    padding: 6px 33px;
    text-decoration: none;
    font-weight: 400;
    transition: .5s;
    user-select: none;
    outline: 0;
    border-style: solid;
}

.sdl-review-more-wrap {
    background-color: #f4f7fa;
    text-align: center;
    padding: 20px 0;
}

.spinner-wrap {
    background-color: #f4f7fa;
    display: none;
    position: relative;
    height: 50px;
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.spinner .path {
    stroke: #93bfec;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.sdl-company-section-text {
    font-size: 15px;
}

.sdl-company-section-text p {
    font-size: 15px;
    padding-bottom: 20px;
}

.sdl-company-section-text ol {
    padding: 0;
    margin: 0 0 20px 25px;
    counter-reset: item;
}

.sdl-company-section-text ol li {
    position: relative;
    margin-bottom: 7px;
    font-size: 15px;
}

.sdl-company-section-text ul {
    padding-bottom: 20px;
    margin-left: 17px;
}

.sdl-company-section-text ul li {
    font-size: 15px;
}

.all-services-link {
    position: relative;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease;
    border-radius: 7px;
    background-color: transparent;
    border: 1px #1c2540 solid;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #1c2540;
    margin: 9px 0 9px;
    transition: .4s;
}

.all-services-link svg {
    fill: #1c2540;
    height: 16px;
    margin-right: 8px;
}

.all-services-link:hover {
    /*transform: translate(0, -2px);*/
    background: #1c2540;
    color: #ffffff;
}

@media (min-width: 992px) {
    .nav-top__menu .all-services-link:hover {
        color: #ffffff;
    }
}

.all-services-link:hover svg {
    fill: #ffffff;
}

.nav-compare {
    position: relative;
    width: 25px;
    height: 21px;
    margin-right: 30px;
    margin-left: 15px;
    cursor: pointer;
}

.nav-compare__label {
    position: absolute;
    display: none;
    top: -7px;
    right: -7px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    background-color: #893168;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.nav-compare.is-active .nav-compare__label {
    display: block;
}

.compare_icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icons8-compare-90.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.compare_icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icons8-compare-90.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.offer_compare_icon {
    width: 25px;
    height: 21px;
}

.offer_compare {
    cursor: pointer;
    margin-right: 5px;
    font-size: 13px;
}

.offer_compare.is-active {
    color: #893168;
}

@media (max-width: 991px) {
    .nav-compare {
        position: fixed;
        top: 15px;
        right: 20px;
    }

    .nav-compare__wrap {
        height: 0;
        min-height: 0;
        padding: 0;
        border: 0;
    }
}

.sdl-pay-box:after {
    background-image: url("../images/recieve.svg");
}

.sdl-process-box:after {
    background-image: url(../images/process.svg);
}

.sdl-contact-info:after {
    background-image: url(../images/contact.svg);
    background-size: contain;
}


.sdl-review-separator {
    font-size: 26px;
    line-height: 1;
    text-align: center
}

.a-link,
[data-link-offer],
.text-foot,
.nav-top__menu-link,
.colored-link,
.offer_compare {
    display: inline-block;
    position: relative;
}

.a-link:before,
[data-link-offer]:before,
.text-foot:before,
.nav-top__menu-link:before,
.colored-link:before,
.offer_compare:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out 0s;
}

.a-link:before,
[data-link-offer]:before,
.nav-top__menu-link:before,
.colored-link:before {
    left: 0;
}

.text-foot:before,
.offer_compare:before {
    right: 0;
}

.a-link:hover,
[data-link-offer]:hover,
.text-foot:hover,
.nav-top__menu-link:hover,
.colored-link:hover {
    text-decoration: none;
}

.a-link:hover:before,
[data-link-offer]:hover:before,
.nav-top__menu-link:hover:before,
.colored-link:hover:before {
    width: 100%;
}

.text-foot:hover:before {
    width: calc(100% - 19px);
}

.offer_compare:hover:before {
    width: calc(100% - 30px);
}

.filter-link {
    display: inline;
    background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
    background-position: 0 1.1em;
    background-repeat: no-repeat;
    background-size: 0 6px;
    transition: background-size 0.3s ease-in-out;
}
.filter-link:hover {
    text-decoration: none;
    background-size: 100% 1px;
    transition-delay: 0s;
}
