@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');
body, input, textarea, label, .control-label, .form-control {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.15px;
    text-transform: none;
    font-size: 16px
}
body, input, textarea, label, .control-label, .form-control {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.15px;
    text-transform: none;
    font-size: 16px
}

@media (min-width: 576px) and (max-width: 767px) {
    body, input, textarea, label, .control-label, .form-control {
        font-size: 16px
    }
    #map_sweden {
        width: 250px;
        height: 600px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body, input, textarea, label, .control-label, .form-control {
        font-size: 16px
    }
    #map_sweden {
        width: 500px;
        height: 300px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    body, input, textarea, label, .control-label, .form-control {
        font-size: 16px
    }
    #map_sweden {
        width: 500px;
        height: 300px;
    }
}
@media (min-width: 1200px) {
    body, input, textarea, label, .control-label, .form-control {
        font-size: 16px
    }
    #map_sweden {
        width: 700px;
        height: 500px;
    }

}
.flex-grow {
    flex: auto;
}
.diagonal{
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-bottom: 13.9vw solid #f4f4f4;
    margin-top: -13.9vw;
}
.bg-gr {
    background: #f4f4f4
}
.c6-bg {
    background: #fff
}
.c6-bg h1:not(.heading), .c6-bg h2:not(.heading), .c6-bg h3:not(.heading), .c6-bg h4:not(.heading), .c6-bg h5:not(.heading), .c6-bg h6:not(.heading), .c6-bg span.heading, .c6-heading {
    color: #fff
}
.c6-bg, .c6-bg .c6-text, .c6-text {
    color: #fff
}
.c6-bg a:not(.btn), .c6-link {
    color: #fff
}
.c6-bg a:not(.btn):active, .c6-bg a:not(.btn):focus, .c6-bg a:not(.btn):hover, .c6-link:active, .c6-link:focus, .c6-link:hover {
    color: #bdf8ff
}
.widget-title {
    font-size: 15px;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 15px 0
}

body {
    background: #fff;
    height: 100vh;
    color: #444
}

/*.base-bg h1:not(.heading), .base-bg h2:not(.heading), .base-bg h3:not(.heading), .base-bg h4:not(.heading), .base-bg h5:not(.heading), .base-bg h6:not(.heading), h1:not(.heading), h2:not(.heading), h3:not(.heading), h4:not(.heading), h5:not(.heading), h6:not(.heading) {
    color: #000
}*/
.base-heading {
    color: #000 !important
}
a {
    color: #3872ac
}

.heading {
    color: #000
}

.btn-text_base-btn-text .btn, .btn.base-btn-text {
    color: #f7f7f7
}
.btn-text_base-btn-text .btn:active, .btn-text_base-btn-text .btn:focus, .btn-text_base-btn-text .btn:hover, .btn.base-btn-text:active, .btn.base-btn-text:focus, .btn.base-btn-text:hover, a:active .btn.base-btn-text, a:focus .btn.base-btn-text, a:hover .btn.base-btn-text {
    color: #f9f4f4
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.control-label, .form-control, body, input, label {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -.15px;
    text-transform: none;
    font-size: 16px
}
@media (min-width: 576px) and (max-width: 767px) {
    .control-label, .form-control, body, input, label {
        font-size: 16px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .control-label, .form-control, body, input, label {
        font-size: 16px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .control-label, .form-control, body, input, label {
        font-size: 16px
    }
}
@media (min-width: 1200px) {
    .control-label, .form-control, body, input, label {
        font-size: 16px
    }
}
h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.5px;
    text-transform: none;
    font-size: 40px
}
@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 40px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 40px
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 40px
    }
}
h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.5px;
    text-transform: none;
    font-size: 36px
}
@media (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 36px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 36px
    }
}
@media (min-width: 1200px) {
    h2 {
        font-size: 36px
    }
}
h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.35px;
    text-transform: none;
    font-size: 22px
}
@media (min-width: 576px) and (max-width: 767px) {
    h3 {
        font-size: 22px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 22px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 22px
    }
}
@media (min-width: 1200px) {
    h3 {
        font-size: 22px
    }
}
h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.35px;
    text-transform: none;
    font-size: 20px
}
@media (min-width: 576px) and (max-width: 767px) {
    h4 {
        font-size: 20px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 20px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 20px
    }
}
@media (min-width: 1200px) {
    h4 {
        font-size: 20px
    }
}
h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.35px;
    text-transform: none;
    font-size: 18px
}
@media (min-width: 576px) and (max-width: 767px) {
    h5 {
        font-size: 18px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h5 {
        font-size: 18px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h5 {
        font-size: 18px
    }
}
@media (min-width: 1200px) {
    h5 {
        font-size: 18px
    }
}
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -.35px;
    text-transform: none;
    font-size: 16px
}
@media (min-width: 576px) and (max-width: 767px) {
    h6 {
        font-size: 16px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    h6 {
        font-size: 16px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h6 {
        font-size: 16px
    }
}
@media (min-width: 1200px) {
    h6 {
        font-size: 16px
    }
}

.btn {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 15px
}
@media (min-width: 576px) and (max-width: 767px) {
    .btn {
        font-size: 15px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn {
        font-size: 15px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn {
        font-size: 15px
    }
}
@media (min-width: 1200px) {
    .btn {
        font-size: 15px
    }
}
.btn.btn-sm {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 13px
}
@media (min-width: 576px) and (max-width: 767px) {
    .btn.btn-sm {
        font-size: 13px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn.btn-sm {
        font-size: 13px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn.btn-sm {
        font-size: 13px
    }
}
@media (min-width: 1200px) {
    .btn.btn-sm {
        font-size: 13px
    }
}
.btn.btn-lg {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 17px
}
@media (min-width: 576px) and (max-width: 767px) {
    .btn.btn-lg {
        font-size: 17px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn.btn-lg {
        font-size: 17px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn.btn-lg {
        font-size: 17px
    }
}
@media (min-width: 1200px) {
    .btn.btn-lg {
        font-size: 17px
    }
}
nav.main > ul {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px
}
@media (min-width: 576px) and (max-width: 767px) {
    nav.main > ul {
        font-size: 18px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    nav.main > ul {
        font-size: 18px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    nav.main > ul {
        font-size: 18px
    }
}
@media (min-width: 1200px) {
    nav.main > ul {
        font-size: 18px
    }
}

body {
    -webkit-font-smoothing: antialiased;
    height: 100vh
}
h1, h2, h3 {
    margin: 20px 0 15px
}
h4, h5, h6, p.heading {
    margin: 10px 0
}
p {
    margin: 8px 0 15px
}
.heading {
    margin: 0 !important;
    display: block
}

ul {
    margin: 8px 20px 15px;
    padding: 0
}
b {
    font-weight: 700
}
em, i {
    font-style: italic
}

.info :first-child:not(li), .text :first-child:not(li) {
    margin-top: 0 !important
}
.info :last-child:not(li), .text :last-child:not(li) {
    margin-bottom: 0 !important
}
.label {
    display: inline-block;
    padding: 0 3px;
    font-weight: 700;
    border-radius: 3px
}

body {
    position: relative;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    height: 100vh
}

body.no-header {
    padding: 0
}

@media (min-width: 1350px) {
    .container {
        max-width: 1350px
    }
}
a, a::after, a::before {
    transition: all .3s ease-in-out 0s
}

section.content {
    position: relative;
    display: block;
    height: auto
}

.content .component-introduction {
    padding-bottom: 30px
}
body:not(.full-page) section.content section.content.component .component-introduction {
    padding-bottom: 15px
}
@media (min-width: 0) and (max-width: 575px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 576px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 768px) {
    section.content:not(.usn_cmp_banner) {
        padding: 40px 0
    }
}
@media (min-width: 992px) {
    section.content:not(.usn_cmp_banner) {
        padding: 50px 0
    }
}
@media (min-width: 1200px) {
    section.content:not(.usn_cmp_banner) {
        padding: 60px 0
    }
}
@media (min-width: 0) and (max-width: 575px) {
    section.content .component-introduction .info.col {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 576px) {
    section.content .component-introduction .info.col {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    section.content .component-introduction .info.col {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    section.content .component-introduction .info.col {
        flex: 0 0 83.3333333%;
        -ms-flex: 0 0 83.3333333%;
        max-width: 83.3333333%
    }
}
@media (min-width: 1200px) {
    section.content .component-introduction .info.col {
        flex: 0 0 66.6666667%;
        -ms-flex: 0 0 66.6666667%;
        max-width: 66.6666667%
    }
}


@media (min-width: 992px) {
    .usn_back-to-bottom {
        position: fixed;
        bottom: -60px;
        z-index: 2;
        width: 45px
    }

}
.btn, button.btn {
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    outline: 0 !important;
    box-shadow: none
}
.btn:active, .btn:focus, button.btn:active, button.btn:focus {
    box-shadow: none
}
.btn, button, button.btn {
    transition: all .3s ease-in-out 0s !important
}
.btn, button.btn {
    padding: 8px 20px 8px 20px
}
.btn.btn-sm, button.btn.btn-sm {
    padding: 6px 16px 6px 16px
}
.btn.btn-lg, button.btn.btn-lg {
    padding: 10px 24px 10px 24px
}
.btn {
    position: relative;
    z-index: 1
}
.btn > span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: none;
    transition: all .3s ease-in-out 0s
}
.btn:active > span, .btn:focus > span, .btn:hover > span, a:active .btn > span, a:focus .btn > span, a:hover .btn > span {
    opacity: 1
}
.image {
    position: relative;
    overflow: hidden
}
img {
    height: auto;
    transform: scale(1);
    transform-origin: center
}

i.fa {
    margin-right: 5px
}
.image-component .image, .item .image, .item .image::before, .item .inner, img {
    border-radius: 5px
}
.image, img {
    box-shadow: none
}
.image img, .item_text-left .image, .item_text-right .image {
    box-shadow: none !important
}

.hidden {
    display: none !important
}
.gc-btn {
    font-weight: 500;
    font-display: swap;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
    padding: 12px 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase
}
.gc-btn:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, .25)
}
.gc-btn:focus {
    color: #fff
}
.footer-2020 {
    font-size: 13px;
    line-height: 1em;
    background: #444;
    color: rgba(255, 255, 255, .75);
    padding: 80px 0;
    margin-top: 10px;
    font-weight: 600
}
.footer-2020 a:link {
    color: rgba(255, 255, 255, .75)
}
.footer-2020 a:visited {
    color: rgba(255, 255, 255, .75)
}
.footer-2020 a:hover {
    color: #fff;
    text-decoration: underline
}
.footer-2020 a:active {
    color: #fff;
    text-decoration: underline
}
.footer-2020 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 80%
}
.footer-2020 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 25px
}

.footer-2020 .util-company ul li {
    display: block
}
.footer-2020 .util-company ul li:first-child {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-display: swap;
    margin: 15px 0
}

.hidden {
    display: none !important
}
nav * {
    margin: 0;
    padding: 0
}
html {
    max-width: 100%;
    overflow-x: hidden
}
.hidden {
    display: none !important
}
.v-center {
    display: flex;
    justify-content: right;
    align-items: center
}

.hidden {
    display: none !important
}
body {
    -webkit-animation-duration: 0 !important;
    animation-duration: 0 !important;
    -webkit-animation-delay: 0 !important;
    animation-delay: 0 !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
    transition: none !important;
    height: 100vh
}
.image, .item_text-left .image img, .item_text-right .image img, img {
    box-shadow: none !important
}

.image-component .image, .item .image, .item .image::before, .item .inner, img {
    border-radius: 0 !important
}

h3 {
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 60px 0 30px 0;
    color: #000
}

@media (min-width: 0) and (max-width: 575px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 576px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 768px) {
    section.content:not(.usn_cmp_banner) {
        padding: 40px 0
    }
}
@media (min-width: 992px) {
    section.content:not(.usn_cmp_banner) {
        padding: 50px 0
    }
}
@media (min-width: 1200px) {
    section.content:not(.usn_cmp_banner) {
        padding: 60px 0
    }
}
section.content {
    position: relative;
    display: block;
    height: auto;
    /*overflow: hidden*/
}
section.content.usn_cmpjumbotron .component-background-image, section.content.usn_cmp_splitcomponent.sect-download-form .component-background-image {
    background-size: cover !important;
    background-position: center bottom !important
}
section.content.usn_cmpjumbotron, section.content.usn_cmp_splitcomponent.sect-download-form {
    position: relative !important;
    padding-top: 50px !important
}
section.content.usn_cmpjumbotron .container, section.content.usn_cmp_splitcomponent.sect-download-form .container {
    padding-bottom: 60px
}
section.content.usn_cmpjumbotron .container .usn_cmpjumbotron_left_col p, section.content.usn_cmp_splitcomponent.sect-download-form .container .usn_cmpjumbotron_left_col p {
    font-size: 17px;
    font-weight: 400
}
/* HEADER Master page */
.image {
    position: relative;
    overflow: hidden
}
img {
    /*width: 100%;
    max-width: 100%;*/
    height: auto;
    transform: scale(1);
    transform-origin: center
}
.image img, .image.background-image, .image.icon-image {
    transform: scale(1);
    transform-origin: center
}
.image img, .image.icon-image {
    transition: all 0.4s ease-in-out 0s
}
.image.background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.4s ease-in-out 0s
}
.image.background-image.body-background-image, .image.background-image.footer-background-image, .image.background-image.component-background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}
.image.background-image.component-background-image + .component-inner {
    position: relative;
    z-index: 1
}
.image.background-image.lazyload, .image.lazyload img {
    display: block;
    width: 100%;
    height: auto
}
.image {
    overflow: hidden;
    padding: 0
}
.image a:hover img, .item a:hover .image.background-image, a:hover .image img {
    transform: scale(1.05)
}
i.fa {
    margin-right: 5px
}
.image-component .image, .item .image, .item .image::before, .item .inner, img {
    border-radius: 0 !important
}

/* KB page */
.component.usn_cmp_splitcomponent.p-0 .container-fluid .item_block.usn_cmp_gallery {
    margin: 0;
    padding: 0
}
.kb-sidebar .kb-sidebar-box {
    border: 3px solid #e6e7e8;
    border-radius: 6px;
    padding-top: 20px;
    margin-bottom: 15px
}
.kb-sidebar .kb-sidebar-box .kb-sidebar-box-head {
    margin: 0 0 20px 0;
    color: #000;
    font-family: 'Montserrat', 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 35px
}
.kb-sidebar .kb-sidebar-box .kb-sidebar-box-head .kb-sidebar-box-icon {
    text-align: right;
    padding-right: 0;
    font-size: 21px
}
.kb-sidebar .kb-sidebar-box .kb-sidebar-box-item {
    margin: 0;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px
}
.kb-sidebar .kb-sidebar-box .kb-sidebar-box-item .kb-sidebar-box-icon {
    text-align: right;
    padding-right: 0
}
.kb-sidebar .kb-sidebar-box .kb-sidebar-box-foot {
    margin: 35px 0 0 0;
    border-top: 2px solid #e6e7e8;
    background: #f5f6f7;
    color: #777;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px
}
article, footer, header, main, nav, section {
    display: block
}
.footer-2020 {
    font-size: 13px;
    line-height: 1em;
    background: #444;
    color: rgba(255, 255, 255, .75);
    padding: 80px 0;
    margin-top: 100px
}

.footer-2020 {
    font-size: 13px;
    line-height: 1em;
    background: #444;
    color: rgba(255, 255, 255, .75);
    padding: 80px 0;
    margin-top: 100px
}
.footer-2020 a:link, .footer-2020 a:visited {
    color: rgba(255, 255, 255, .75)
}
.footer-2020 a:active, .footer-2020 a:hover {
    color: #fff;
    text-decoration: underline
}
.footer-2020 ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.footer-2020 ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 25px
}
.footer-2020 .company-info i {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    margin-bottom: 10px
}
.footer-2020 .company-info p {
    color: rgba(255, 255, 255, .75);
    line-height: 22px
}
.footer-2020 .company-info p.copyright {
    margin: 15px 0
}
.footer-2020 .company-info a:active, .footer-2020 .company-info a:hover {
    text-decoration: none
}
.footer-2020 .util-company ul li {
    display: block
}
.footer-2020 .util-company ul li:first-child {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 15px 0
}
.footer-2020 .util-subscribe ul {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, .75)
}
.footer-2020 .util-subscribe ul li {
    display: block
}
.footer-2020 .util-subscribe ul li:first-child {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 15px 0
}
.footer-2020 .util-subscribe ul li .gc-btn {
    background: rgba(255, 255, 255, .75);
    color: #444;
    border-radius: 6px;
    margin: 20px 0;
    font-size: 13px
}
.footer-2020 .util-subscribe ul li .gc-btn:hover {
    background: #fff
}
@media only screen and (max-width: 991px) {
    .footer-2020 {
        padding: 40px 0
    }
    .footer-2020 .company-info ul {
        margin: 0 10px
    }
    .footer-2020 .company-info ul li {
        display: block
    }
    .footer-2020 .company-info ul li i {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 10px
    }
    .footer-2020 .util-company ul {
        margin: 0 10px
    }
    .footer-2020 .util-subscribe ul {
        margin: 0 10px;
        border: none;
        padding-left: 0
    }
}
main.home-2020 .home-promo-message {
    font-size: 14px;
    text-align: center;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin-top: -15px;
    margin-bottom: 30px
}
main.home-2020 .home-2020-header {
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0 200px 0;
    overflow: hidden
}
main.home-2020 .home-2020-header .header-image {
    position: relative
}
main.home-2020 .home-2020-header .header-image img {
    position: absolute;
    right: 0;
    top: -170px
}

main.home-2020 .home-2020-header .header-content h1 {
    font-size: 42px;
    color: #fff;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px
}
@media only screen and (max-width: 991px) {
    main.home-2020 .home-2020-header .header-image img {
        display: none
    }
    main.home-2020 .home-2020-header {
        background-position: center bottom;
        background-size: cover;
        padding: 20px 0 50px 0;
        overflow: hidden
    }
    main.home-2020 .home-2020-header .header-content h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}
main.home-2020 .home-2020-header .header-content p {
    color: #fff;
    margin: 0
}
main.home-2020 .home-2020-header .header-content p span {
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600
}
main.home-2020 .launcher {
    z-index: 2
}
@media only screen and (min-width: 991px) {
    main.home-2020 .launcher {
        margin-top: -70px
    }
}
@media only screen and (min-width: 991px) {
    main.home-2020 .launcher .box {
        padding-left: 7px;
        padding-right: 7px
    }
}
main.home-2020 .launcher .box .card-product {
    display: block;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
.my-flex-card .box {
    height: calc(100% - 15px);
    margin-bottom: 15px
}
@media only screen and (min-width: 991px) {
    main.home-2020 .launcher .box a {
        transition: all .2s ease
    }
}
main.home-2020 .launcher .box a:active, main.home-2020 .launcher .box a:hover, main.home-2020 .launcher .box a:link, main.home-2020 .launcher .box a:visited {
    text-decoration: none
}
@media only screen and (min-width: 991px) {
    .box a {
        transition: transform 0.3s ease;
    }
    .box a:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .box a:hover .hot {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .box a:hover .hot {
        right: -20px;
        transition: right 0.3s ease;
        /*transition: transform 0.3s ease;*/
    }
}
.box a {
    position: relative;
    overflow: hidden;
}
main.home-2020 .launcher .box .hot {
    position: absolute;
    top: 10px;
    right: -27px; /* Частично скрываем за границей */
    font-size: 12px;
    font-weight: bold;
    padding: 3px 40px; /* Широкая форма */
    color: #fff;
    background-color: #f43753;
    border: 1px dashed rgba(255,255,255,0.3);
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    transform: rotate(45deg); /* Наклон как у стикера */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1; /* Чтобы был поверх содержимого */
   /* position: absolute;
    font-size: 8px;
    padding: 4px 10px;
    border-radius: 3px;
    top: -5px;
    right: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f43753;*/
}

main.home-2020 .launcher .box a p {
    color: #fff;
    margin: 0;
    line-height: normal
}
main.home-2020 .launcher .box a p.product {
    font-size: 17px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 7px
}
main.home-2020 .launcher .box a p.product span {
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200
}
main.home-2020 .launcher .box a p.description {
    font-size: 13px;
    padding: 0 25px
}
@media only screen and (max-width: 1199px) {
    main.home-2020 .launcher .box a p.description span {
        display: none
    }
}
main.home-2020 .launcher .box a .icons {
    margin-top: 12px
}
main.home-2020 .launcher .box a .icons i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin: 0 6px
}
main.home-2020 .launcher .box.vis a {
    background-color: #d56a1e
}
main.home-2020 .launcher .box.focus a {
    background-color: #9d2235
}
main.home-2020 .launcher .box.pdf a {
    background-color: #961C45
}
main.home-2020 .launcher .box.excel a {
    background-color: #809B59FF
}

main.home-2020 .launcher .box.doc a {
    background-color: #20317e
}
main.home-2020 .launcher .box.useoff a {
    background-color: #727384
}
main.home-2020 .launcher .box.mt a {
    background-color: #5a207e
}
main.home-2020 .launcher .box.rtf a {
    background-color: #368eb6
}
main.home-2020 .launcher .box.ex a {
    background-color: #548d2a
}
main.home-2020 .launcher .box.htm a {
    background-color: #00c1d5
}
main.home-2020 .home-2020-callouts {
    padding: 85px 0 50px 0;
    text-align: center
}
@media only screen and (min-width: 991px) {
    main.home-2020 .home-2020-callouts .section-content {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}
main.home-2020 .home-2020-callouts .section-content h3 {
    font-size: 58px;
    letter-spacing: -3px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0 5px 0;
    color: #470a68
}
main.home-2020 .home-2020-callouts .section-content p {
    font-size: 19px;
    line-height: 30px;
    margin: 0
}
main.home-2020 .home-2020-understanding {
    margin-top: -100px;
    padding: 135px 0 60px 0;
    background: #f4f4f4
}
main.home-2020 .home-2020-understanding .section-head {
    text-align: center
}
main.home-2020 .home-2020-understanding .section-head h2 {
    font-size: 36px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0 60px 0
}
main.home-2020 .home-2020-understanding .section-content h3 {
    font-size: 18px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0 10px 0
}
main.home-2020 .home-2020-understanding .section-content p {
    margin: 0 0 30px 0
}
main.home-2020 .home-2020-updates {
    margin-top: 30px
}
main.home-2020 .home-2020-updates .section-head h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 50px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0 30px 0;
    color: #7f7f7f
}
main.home-2020 .home-2020-updates .section-content .inner {
    margin: 15px 0
}
main.home-2020 .home-2020-updates .section-content .inner h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #470a68;
    margin: 0;
    padding: 8px 15px;
    display: block;
    width: 100%;
    background: #7f7f7f;
    color: #fff
}
main.home-2020 .home-2020-updates .section-content .inner h5 a:active, main.home-2020 .home-2020-updates .section-content .inner h5 a:hover, main.home-2020 .home-2020-updates .section-content .inner h5 a:link, main.home-2020 .home-2020-updates .section-content .inner h5 a:visited {
    color: #fff;
    text-decoration: none
}
main.home-2020 .home-2020-updates .section-content .inner img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%
}
main.home-2020 .home-2020-updates .section-content .inner .wrap {
    padding: 0 15px
}
main.home-2020 .home-2020-updates .section-content .inner .indent {
    padding: 8px 15px
}
main.home-2020 .home-2020-updates .section-content .inner p.title {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600
}
main.home-2020 .home-2020-updates .section-content .inner p.mt {
    font-size: 12px;
    color: #a5a5a5
}
main.home-2020 .home-2020-updates .section-content .inner p.excerpt {
    font-size: 15px;
    margin-bottom: 15px
}
main.home-2020 .home-2020-updates .section-content .inner .article {
    padding: 10px 0;
    border-top: 1px solid #c4c4c4
}
main.home-2020 .home-2020-customers .section-head h2 {
    font-size: 42px;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0 40px 0
}
main.home-2020 .home-2020-customers .section-content .content-wrap {
    margin-bottom: 60px
}
main.home-2020 .home.product-info {
    margin-top: 40px;
    padding: 40px 0
}
main.home-2020 .home.product-info.bg-gr {
    background: #f4f4f4
}
main.home-2020 .home.product-info .product-info-img {
    position: relative
}
main.home-2020 .home.product-info .product-info-img img {
    /*max-width: none;*/
    position: absolute
}
main.home-2020 .home.product-info .product-info-img.left img {
    top: calc(50% - 200px);
    right: 40px
}
main.home-2020 .home.product-info .product-info-img.right img {
    top: calc(50% - 200px);
    left: 20px
}
@media only screen and (max-width:991px) {
    .product-info-img {
        display:none
    }
}

main.home-2020 .home.product-info .product-info-text h2 {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800
}
main.home-2020 .home.product-info .product-info-text h2 span {
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200
}
main.home-2020 .home.product-info .product-info-text h4 {
    margin: 30px 0;
    font-family: Montserrat, 'Open Sans', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600
}
main.home-2020 .home.product-info .product-info-text ul {
    margin: 5px 0 20px 20px
}
main.home-2020 .home.product-info .product-info-text ul li {
    margin-bottom: 10px
}
main.home-2020 .home.product-info .product-info-actions .gc-btn {
    width: 100%;
    background: #470a68;
    border-radius: 4px
}
main.home-2020 .home.product-info .product-info-actions .gc-btn:hover {
    background: #370851
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.vis {
    background: #d56a1e;
    border: 2px solid #d56a1e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.vis:hover {
    background: #bf5f1b
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.vis.clr {
    background: 0 0;
    border: 2px solid #d56a1e;
    color: #d56a1e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.vis.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus {
    background: #9d2235;
    border: 2px solid #7c1c2a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus:hover {
    background: #881d2e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus.clr {
    background: 0 0;
    border: 2px solid #9d2235;
    color: #9d2235
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.pdf {
    background: #961C45;
    border: 2px solid #961C45
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.pdf:hover {
    background: #85193e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.pdf.clr {
    background: 0 0;
    border: 2px solid #961C45;
    color: #961C45
}

/*main.home-2020 .home.product-info .product-info-actions .gc-btn.bundle {
    background: #4b79aa;
    border: 2px solid #4b75a1
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus:hover {
    background: #3e6a98
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus.clr {
    background: 0 0;
    border: 2px solid #4b79aa;
    color: #4b79aa
}*/
main.home-2020 .home.product-info .product-info-actions .gc-btn.excel {
    background: #809B59FF;
    border: 2px solid #809B59FF
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.excel:hover {
    background: #9bb46b
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.excel.clr {
    background: 0 0;
    border: 2px solid #809B59FF;
    color: #809B59FF
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.focus.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.doc {
    background: #20317e;
    border: 2px solid #20317e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.doc:hover {
    background: #1b296a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.doc.clr {
    background: 0 0;
    border: 2px solid #20317e;
    color: #20317e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.bundle {
    background: #2a609a;
    border: 2px solid #2a609a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.bundle:hover {
    background: #2a5888
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.bundle.clr {
    background: 0 0;
    border: 2px solid #2a609a;
    color: #2a609a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.useoff {
    background: #727384;
    border: 2px solid #727384
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.useoff:hover {
    background: #454650
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.useoff.clr {
    background: 0 0;
    border: 2px solid #727384;
    color: #727384
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.useoff.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.mt {
    background: #5a207e;
    border: 2px solid #5a207e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.mt:hover {
    background: #41175c
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.mt.clr {
    background: 0 0;
    border: 2px solid #5a207e;
    color: #5a207e
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.mt.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.rtf {
    background: #368eb6;
    border: 2px solid #368eb6
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.rtf:hover {
    background: #3665b6
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.rtf.clr {
    background: 0 0;
    border: 2px solid #368eb6;
    color: #368eb6
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.rtf.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.ex {
    background: #548d2a;
    border: 2px solid #548d2a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.ex:hover {
    background: #487924
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.ex.clr {
    background: 0 0;
    border: 2px solid #548d2a;
    color: #548d2a
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.ex.clr:hover {
    background: rgba(0, 0, 0, .05)
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.htm {
    background: #00c1d5;
    border: 2px solid #00c1d5
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.htm:hover {
    background: #00aabc
}
main.home-2020 .home.product-info .product-info-actions .gc-btn.htm.clr {
    background: 0 0;
    border: 2px solid #00c1d5;
    color: #00c1d5
}


.btn.sff {
    background-color: #49c128;
    border-color: #49c128;
    box-shadow: none
}


.fixed-sff {
    display:flex;
    justify-content:center;
    align-items:center;
    height:90px;
    width:100%;
    position:fixed;
    bottom:0;
    z-index:1021;
    text-align:center;
    background-color:hsla(99, 90.9%, 4.3%, 0.8)
}
.fixed-sff .support-text {
    display:flex;
    align-items:center;
    color:#fff;
    font-size:14px;
    padding:7px 0;
    cursor:pointer
}
.fixed-sff .sff {
    opacity: 0.8;
}
.fixed-sff .sff:hover{
    opacity: 1;
    -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
    box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
}
.product-price {
    font-size: 20px;
    /*color: #376fbd;
    color: #7DB101;*/
    color: #961c2a;
    font-weight: 700;
    margin-bottom: 12px;
}
.product-price del {
    font-size: 20px;
    opacity: 0.6;
}
/*Accordion*/
.repeatable .tab {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px
}

@media (min-width: 576px) and (max-width: 767px) {
    .repeatable .tab {
        font-size: 16px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .repeatable .tab {
        font-size: 16px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .repeatable .tab {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .repeatable .tab {
        font-size: 16px;
    }
}
.repeatable .nav-tabs {
    border: 0 none !important
}

.repeatable .tab {
    position: relative;
    margin: 0
}

.repeatable .tab .nav-link {
    position: relative;
    display: block;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0px;
    outline: 0 none;
    border-width: 2px;
    border-style: solid
}

.repeatable .repeatable-content {
    padding: 15px 0
}

@media (min-width: 992px) {
    .repeatable .tab .nav-link {
        padding: 10px 20px
    }
}


.repeatable.tabbed .tabs {
    position: relative;
    z-index: 1
}

.repeatable.tabbed .tab {
    display: inline-block;
    margin: 0 5px 10px 0
}

.repeatable.tabbed .nav.justify-content-center .tab {
    margin: 0 2.5px 10px
}

.repeatable.tabbed .nav.justify-content-center .tab {
    margin: 0 0 10px 5px
}

.repeatable-content {
    position: relative;
    top: 0;
    z-index: 0
}
.component.usn_cmp_accordiontab .repeatable.accordion .tab .nav-link {
    border-width: 0 !important;
    border-radius: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #eee !important;
    color: #000 !important;
    border-color: transparent !important
}

.component.usn_cmp_accordiontab .repeatable.accordion .tab .nav-link:hover {
    color: inherit !important;
    background: #ddd !important
}

.component.usn_cmp_accordiontab .repeatable .repeatable-content {
    padding: 20px !important
}


.repeatable.accordion .tab {
    margin-top: 10px;
}


.repeatable.accordion .tab .nav-link::after {
    display: inline-block;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dd";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    text-align: center;
    transform: translateY(-50%)
}

.repeatable.accordion .tab .nav-link:not(.collapsed)::after {
    content: "\f0de";
}

.repeatable.accordion .repeatable-content {
    border-top: 0
}

.base-bg {
    background: #fff
}
.kb-toc-wrap {
    padding-right: 50px
}
.kb-toc-wrap {
    border-right: 1px solid #e6e7e8
}
@media (min-width: 0) and (max-width: 575px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 576px) {
    section.content:not(.usn_cmp_banner) {
        padding: 30px 0
    }
}
@media (min-width: 768px) {
    section.content:not(.usn_cmp_banner) {
        padding: 40px 0
    }
}
@media (min-width: 992px) {
    section.content:not(.usn_cmp_banner) {
        padding: 50px 0
    }
}
@media (min-width: 1200px) {
    section.content:not(.usn_cmp_banner) {
        padding: 60px 0
    }
}
section.content {
    position: relative;
    display: block;
    height: auto;
    /*overflow: hidden*/
}
section.content.usn_cmpjumbotron .component-background-image, section.content.usn_cmp_splitcomponent.sect-download-form .component-background-image {
    background-size: cover !important;
    background-position: center bottom !important
}
section.content.usn_cmpjumbotron, section.content.usn_cmp_splitcomponent.sect-download-form {
    position: relative !important;
    padding-top: 50px !important
}
section.content.usn_cmpjumbotron .container, section.content.usn_cmp_splitcomponent.sect-download-form .container {
    padding-bottom: 60px
}
section.content.usn_cmpjumbotron .container .usn_cmpjumbotron_left_col p, section.content.usn_cmp_splitcomponent.sect-download-form .container .usn_cmpjumbotron_left_col p {
    font-size: 17px;
    font-weight: 400
}
    .btn.c1-btn-text, .btn-text_c1-btn-text .btn {
    color: #ffffff;
}
.btn.c1-btn-borders, .btn-borders_c1-btn-borders .btn {
    border-color: #3d4d95;
}
.btn.c1-btn-bg, .btn.btn-bg_c1-btn-bg {
    background: #3d4d95;
}
.btn.c1-btn-borders:hover, .btn.c1-btn-borders:focus, .btn.c1-btn-borders:active, .btn-borders_c1-btn-borders .btn:hover, .btn-borders_c1-btn-borders .btn:focus, .btn-borders_c1-btn-borders .btn:active {
    border-color: #28325f;
}
.btn.c1-btn-bg:hover, .btn.c1-btn-bg:focus, .btn.c1-btn-bg:active, .btn-bg_c1-btn-bg .btn:hover, .btn-bg_c1-btn-bg .btn:focus, .btn-bg_c1-btn-bg .btn:active {
    background: #3d4d95;
}
.star-rating {
    font-size: 0;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
    color: #FFB300;
    vertical-align: -15%;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.smile-rating__ico {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.smile-rating__ico:last-child {
    padding-left: 0;
}

.smile-rating__input {
    display: none;

}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}
.smile-rating__ico:hover {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);

}
.smile-rating__ico:before {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
.smile-rating__ico:checked {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
.smile-rating__input:checked {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
.smile-rating__input:before {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
.smile-label {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
}

/*input[type="checkbox"] {
    display: none;
}*/
input[type="checkbox"] + span {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.rating__ico {
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
    color: #FFB300;
    vertical-align: -15%;
}

input[type="checkbox"]:checked + span {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}

input[type="checkbox"]:before + span {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
input[type="checkbox"]:hover + span {
    -webkit-transform: rotateZ(20deg) scale(1.2);
    -ms-transform: rotateZ(20deg) scale(1.2);
    transform: rotateZ(20deg) scale(1.2);
}
.spinner-border:hover {
    opacity:0;
}
.sale-star {
    position: absolute;
    top: -160px;
    right: -330px;
    display: inline-block;
    background: red;
    color: white;
    height: 70px;
    width: 70px;
    text-align: center;
    transform: rotate(-20deg);
    animation: beat 1.5s ease infinite alternate;
    z-index: 10;
    box-shadow: 0 0 15px rgba(255,69,0,0.4);
    border-radius: 5%;
}

.sale-star:before,
.sale-star:after {
    content: "";
    position: absolute;
    background: inherit;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5%;
}

.sale-star:before {
    transform: rotate(30deg);
}

.sale-star:after {
    transform: rotate(60deg);
}

.star-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
    width: 74px;
    height: 74px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 2;
}

.star-text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .sale-star {
        top: -160px;
        right: -280px;
    }
}
@media (max-width: 1150px) {
    .sale-star {
        top: -160px;
        right: -250px;
    }
}
@media (max-width: 992px) {
    .sale-star {
        top: -140px;
        right: -370px;
    }
}
@media (max-width: 768px) {
    .sale-star {
        top: -160px;
        right: -270px;
    }
}
@media (max-width: 576px) {
    .sale-star {
        top: -140px;
        right: -400px;
    }
}
@media (max-width: 550px) {
    .sale-star {
        top: -140px;
        right: -360px;
    }
}
@media (max-width: 470px) {
    .sale-star {
        top: -140px;
        right: -240px;
    }
}
@media (max-width: 390px) {
    .sale-star {
        top: -140px;
        right: -200px;
    }
}
@keyframes beat {
    to {
        transform: rotate(-20deg) scale(1.1);
        box-shadow: 0 0 25px rgba(255,69,0,0.6);
    }
}

.star-circle:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    border: 2px dashed #FF4500;
    border-radius: 50%;
    opacity: 0.6;
}
.stamp-overlay {
    position: absolute;
    top: -160px;
    right: -330px;
    width: 80px;
    height: 80px;
    border: 4px solid red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 2s infinite;
    background-color: white;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.stamp-overlay::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 2px dashed red;
    border-radius: 50%;
}

.stamp-text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}