@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.feedback p a{
    color: #fff;
    font-weight: 600
}

.header ul li{
    position: relative;
}

.header ul ul{
    background: #fff;
    width: 250px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    list-style: none;
    margin: 0px;
    padding:1rem 0px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.header ul li:hover ul{
    transform: translate(-50%, 0%);
    visibility: visible;
    opacity: 1;
}
.header ul ul li{
    line-height: 22px;
}

@media (min-width: 768px){
    .section__title {
        font-size: 36px;
        font-weight: 600;
        line-height: 43px;
        color: #222222;
    }
}
.video-block__video {
    position: relative;
    overflow: hidden;
    height: 0;
    margin-bottom: 20px;
    padding: 0 0 56.25% 0;
}
.video-block__video iframe, .video-block__video object, .video-block__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block p {
    font-size: 24px;
}
@media screen and (max-width: 767px){
    .header ul ul{
        position: static;
        visibility: visible;
        display: none;
        opacity: 1;
        transform: none;
        background: none;
        padding: 0px 0px 0px 10px;
        font-size: 12px;
        width: auto;
        box-shadow: none;
    }
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

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

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

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

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

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

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

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

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

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

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-right {
    text-align: right !important
}

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}


html,
html[dark=true] {
    --color-red: #ff463c;
    --color-green: #3bb74c;
    --notification-error: #db3229;
    --notification-success: #43ab73
}

*,
:after,
:before {
    box-sizing: border-box
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none
}

body {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    margin: 0;
    color: #1e1e1e;
    line-height: 1.3
}

body,
body.open-menu {
    overflow-x: hidden
}

a {
    color: #416685
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #e3281e
}

.backdrop {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .07)
}

.mb-20 {
    margin-bottom: 20px
}

@media only screen and (max-width:1280px) {
    body {
        font-size: 14px
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width:1060px) {
    .container {
        max-width: 1022px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1260px
    }
}

.owl-dot {
    width: 7px;
    height: 7px;
    background: #bebebe !important;
    border-radius: 50%;
    margin-right: 40px
}

.owl-dot.active {
    background: grey !important
}

.owl-dot:focus {
    outline: 0
}

.owl-dot:last-child {
    margin-right: 0
}

@media only screen and (max-width:1060px) {
    .owl-dot {
        margin-right: 20px
    }
}

.product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 25px;
    width: 380px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    text-align: center;
    transition: all .3s ease;
    margin: 10px 0
}

.product-img {
    width: 222px;
    height: 222px;
    margin: 0 auto 10px
}

.product-price {
    color: #e3281e;
    font-weight: 600;
    font-size: 48px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: auto
}

.product-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000
}

.product-link {
    padding-top: 20px
}

@media only screen and (max-width:1280px) {
    .product-box {
        max-width: 306px;
        padding: 25px
    }

    .product-box .btn {
        padding: 14px 60px
    }

    .product-img {
        width: 180px;
        height: 180px
    }

    .product-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .product-price {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1060px) {
    .product-box {
        max-width: 213px;
        padding: 10px 20px 20px
    }

    .product-box .btn {
        padding: 9px 46px;
        font-size: 14px
    }

    .product-img {
        width: 122px;
        height: 122px
    }

    .product-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .product-price {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .product-box {
        margin: 10px
    }
}

@media only screen and (max-width:576px) {
    .product-box {
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
        margin: 0 0 20px
    }

    .product-box:last-child {
        margin-bottom: 0
    }

    .product-box:hover {
        transform: none
    }

    .product-box .btn {
        width: 100%
    }
}

.instructions-box {
    display: flex;
    flex-direction: column;
    width: 210px;
    cursor: pointer;
    transition: all .3s ease;
    margin: 10px
}

.instructions-box:hover {
    transform: scale(1.02)
}

.instructions-img {
    margin-bottom: 8px;
    border: 1px solid #bebebe
}

.instructions-title {
    font-weight: 500;
    font-size: 16px;
    word-break: break-all
}

@media only screen and (max-width:1280px) {
    .instructions {
        padding: 30px 0
    }

    .instructions .title {
        margin-bottom: 30px
    }

    .instructions .instructions-box {
        width: 169px
    }

    .instructions .instructions-title {
        font-size: 14px
    }

    .instructions .instructions-slide .owl-dots {
        margin-top: 35px
    }
}

.nk-tab.list {
    padding-top: 20px
}

.nk-tab .nav {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 500
}

.nk-tab .nav a.active,
.nk-tab .nav a:hover {
    color: #e3281e
}

.goods-content {
    padding: 0
}

.goods-content .control-content-title {
    padding: 15px 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.goods-rates--box-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    background: #ffc000;
    border-radius: 5px;
    margin-top: 5px
}

.goods-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.goods-box:last-child {
    margin-bottom: 0
}

.goods-box-content {
    margin-bottom: 50px
}

.goods-box-image {
    width: 226px;
    height: 226px;
    overflow: hidden;
    margin-right: 8px;
    flex-grow: 0
}

.goods-box-right {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center
}

.goods-box-title {
    font-size: 22px;
    font-weight: 500;
    width: 260px
}

.goods-box-title span {
    display: block;
    color: grey;
    font-weight: 400
}

.goods-box-delete {
    cursor: pointer;
    color: #416685
}

.goods-box-current-balance {
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.goods-box-quantity {
    margin-left: auto
}

.goods-box-quantity label {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px
}

.goods-box-quantity .product-details-action {
    margin: 0
}

.goods-box-total {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 24px;
    width: 190px
}

.goods-box-total--count {
    color: grey
}

.goods-right-header {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

.goods-right-header span {
    color: #e3281e
}

.goods-right-bottom {
    font-size: 20px;
    margin-bottom: 14px
}

.goods-rates--content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-right: 1px solid #e6e6e6;
    padding-right: 30px;
    flex-direction: column
}

.goods-rates-checkbox {
    border: 2px solid #d8dde5;
    width: 30px;
    height: 30px;
    background: 0 0;
    border-radius: 50%;
    margin-right: 25px;
    cursor: pointer
}

.goods-rates-checkbox.active {
    position: relative;
    border-color: #66cb5d
}

.goods-rates-checkbox.active:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    border-radius: 50%;
    background: #66cb5d
}

.goods-rates--box {
    display: flex;
    align-items: center;
    padding: 25px 40px;
    height: 90px;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    background: #fff;
    border: 0;
    cursor: pointer
}

.goods-rates--box:focus {
    outline: 0
}

.goods-rates--box.active {
    cursor: default;
    border: 2px solid #75b726;
    box-shadow: 0 5px 20px rgba(102, 203, 93, .15)
}

.goods-rates--box-price,
.goods-rates--box-title {
    font-size: 24px;
    font-weight: 700
}

.goods-rates--box-price {
    color: #e3281e
}

@media only screen and (max-width:1280px) {
    .goods-rates--box {
        padding: 25px 20px
    }

    .goods-rates--box-price,
    .goods-rates--box-title {
        font-size: 20px
    }

    .goods-right-header {
        font-size: 22px
    }

    .goods-box-current-balance {
        font-size: 18px
    }

    .goods-rates--content {
        border-right: 0;
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .goods-rates--box {
        flex-wrap: wrap;
        height: auto
    }

    .goods-box-quantity {
        margin-left: 55px;
        margin-top: 5px
    }
}

@media only screen and (max-width:565px) {
    .goods-rates-checkbox {
        margin-right: 15px
    }

    .goods-rates--box-price,
    .goods-rates--box-title {
        font-size: 14px
    }

    .goods-rates--box-badge {
        font-size: 10px
    }

    .goods-box-quantity {
        flex-direction: column;
        margin-left: 45px
    }
}

.cart-payment--content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between
}

.cart-payment--body {
    display: block;
    vertical-align: top;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    text-align: left;
    margin-bottom: 15px;
    flex: 0 0 48%
}

.cart-payment--body label {
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-flex;
    align-items: flex-start
}

.cart-payment--body .label {
    position: relative
}

.cart-payment--title {
    font-size: 12px;
    font-weight: 400
}

.balance-method-text {
    display: block;
    position: relative;
    color: #000;
    margin-top: 10px
}

.balance-method-text .red {
    color: #e3281e
}

.balance-method-text .text-medium {
    font-weight: 500
}

.balance-method-body {
    margin-top: 20px
}

.balance-method .label {
    padding-left: 30px
}

.balance-method .label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 23px;
    height: 15px;
    background: url(../images/current-balance.svg) no-repeat
}

.cart-method a {
    display: block;
    margin-bottom: 20px
}

.cart-method-body,
.cash-method-body,
.kaspi-method-body {
    margin-top: 20px
}

.kaspi-method .label-info span {
    font-size: 14px;
    font-weight: 500
}

.qiwi-method-body {
    margin-top: 20px
}

.cyberplat-method-text {
    display: block;
    color: #000
}

.cyberplat-method-body {
    margin-top: 20px
}

.cyberplat-method .label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 18px;
    background-image: url(../images/cyberplat.gif);
    background-repeat: no-repeat;
    background-size: 29px
}

.label-info {
    display: none;
    color: #000;
    font-size: 14px;
    margin-top: 20px
}

.label-info.text span {
    margin: 0 0 10px
}

.label-info span {
    margin-right: 20px
}

.label-info a,
.label-info span {
    display: inline-block
}

.label-info h5 {
    margin: 0 0 10px;
    font-size: 16px
}

.label-info b,
.label-info h5 {
    font-weight: 500
}

@media only screen and (max-width:1060px) {
    .cart-payment--body {
        flex: 0 0 100%
    }

    .kaspi-method {
        order: 1
    }

    .cart-method {
        order: 2
    }

    .qiwi-method {
        order: 3
    }

    .cash-method {
        order: 4
    }

    .balance-method {
        order: 5
    }
}

@media only screen and (max-width:768px) {
    .cart-payment--body {
        margin-bottom: 25px
    }
}

.burger {
    width: 20px;
    padding: 0;
    margin: 0 21px 0 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: none
}

.burger:focus {
    outline: 0
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    background: #1e1e1e
}

.burger span:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1060px) {
    .burger {
        display: block;
        order: 1
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input,
select {
    font-family: Montserrat, sans-serif
}

select {
    cursor: pointer;
    -webkit-appearance: none
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-group .input-group {
    width: 49%
}

.form-group .w-100 {
    width: 100%
}

.form-group .mb-20,
.input-group {
    margin-bottom: 20px
}

.input-group {
    position: relative
}

.input-group.focus-in {
    transition: all .2s
}

.input-group.focus-in label {
    transform: translateY(-20px);
    background: #fff
}

.input-group label {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
    white-space: nowrap;
    transition: transform .2s ease-out
}

.input-group input,
.input-group select {
    display: block;
    border: 1px solid grey;
    padding: 32px 14px 14px;
    width: 100%;
    font-size: 16px;
    line-height: 14px;
    color: #000
}

.input-group input.w-100,
.input-group select.w-100 {
    width: 100%
}

.input-group input:focus,
.input-group select:focus {
    outline: 0;
    border-color: #416685
}

.input-group input::-moz-placeholder,
.input-group select::-moz-placeholder {
    color: grey
}

.input-group input:-ms-input-placeholder,
.input-group select:-ms-input-placeholder {
    color: grey
}

.input-group input::-ms-input-placeholder,
.input-group select::-ms-input-placeholder {
    color: grey
}

.input-group input::placeholder,
.input-group select::placeholder {
    color: grey
}

.input-group input.success,
.input-group select.success {
    border-color: #75b726
}

.input-group input.warning,
.input-group select.warning {
    border-color: #f2c94c
}

.input-group input.invalid,
.input-group select.invalid {
    border-color: #e3281e
}

.input-group select {
    background-image: url(../images/selecet-arr.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
    background-color: transparent
}

.input-default {
    display: block;
    border: 1px solid #bebebe;
    padding: 23px;
    font-size: 16px;
    line-height: 14px;
    color: #000;
    margin-bottom: 20px
}

.input-default.w-100 {
    width: 100%
}

.input-default:focus {
    outline: 0;
    border-color: #416685
}

.input-default.input-sm {
    padding: 14px
}

.input-default.invalid {
    border-color: #e3281e
}

.invalid-feedback {
    color: #e3281e;
    font-size: 12px
}

.checkbox {
    display: none
}

.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    margin-right: 8px
}

.checkbox-custom,
.label {
    color: #1e1e1e;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checkbox:checked+.checkbox-custom:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: url(../images/checkbox-arrow.svg) 50% no-repeat
}

.select2-selection {
    display: block;
    border: 1px solid grey !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 32px 14px 14px;
    height: auto !important;
    width: 100%;
    font-size: 16px;
    line-height: 14px;
    color: #000
}

.select2-container--default .select2-selection--single .select2-selection-rendered {
    line-height: inherit !important;
    padding: 0 !important
}

.select2-container--default .select2-selection--single .select2-selection-arrow {
    background: url(../images/selecet-arr.svg) 50% no-repeat;
    top: 23px !important;
    right: 19px !important
}

.select2-container--default .select2-selection--single .select2-selection-arrow b {
    display: none !important
}

@media only screen and (max-width:1060px) {
    .form-group .input-group {
        width: 100%
    }
}

@media only screen and (max-width:576px) {
    .input-default {
        padding: 18px
    }

    .input-group label {
        white-space: inherit;
        line-height: 12px;
        top: 9px;
        right: 14px
    }
}

.steps-progress-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px
}

.steps-progress-box {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    text-align: center
}

.steps-progress-box--line {
    width: 295px;
    height: 16px;
    position: relative;
    padding-right: 18px;
    background-image: url(../images/progress-line.svg);
    background-repeat: no-repeat;
    background-position: 100%
}

.steps-progress-box--line:before {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(100% - 18px);
    height: 1px;
    background-color: #e6e6e6;
    left: 0
}

.steps-progress-box--text {
    text-align: left
}

.steps-progress-box--square {
    position: relative;
    z-index: 2;
    width: 50px;
    flex: 0 0 50px;
    height: 50px;
    background: #bebebe;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
    margin-right: 13px
}

.steps-progress-box--square.active {
    background-color: #ffc000
}

.steps-progress-box--square.success {
    background-image: url(../images/progress-active.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #75b726;
    text-indent: -9999px;
    overflow: hidden
}

@media only screen and (max-width:1280px) {
    .steps-progress-box--line {
        width: 195px
    }
}

@media only screen and (max-width:1060px) {
    .steps-progress-content {
        padding-bottom: 30px
    }

    .steps-progress-box--line {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .steps-progress-content {
        align-items: flex-start
    }

    .steps-progress-box {
        margin-right: 8px;
        flex-direction: column;
        text-align: center;
        width: 100%;
        font-size: 14px;
        font-weight: 500
    }

    .steps-progress-box--text {
        text-align: center
    }

    .steps-progress-box:last-child {
        margin-right: 0
    }

    .steps-progress-box--square {
        height: 20px;
        width: 100%;
        flex: none;
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 3px;
        padding: 0
    }

    .steps-progress-box--square.success {
        background-size: 25px
    }
}

.pagination ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination ul li {
    margin-right: 10px
}

.pagination ul li:last-child {
    margin-right: 0
}

.pagination-link {
    display: block;
    padding: 6px 10px;
    color: #1e1e1e;
    border: 1px solid #1e1e1e
}

.pagination-link:hover {
    text-decoration: none;
    color: #1e1e1e
}

.pagination-link.is-active {
    border-width: 3px;
    border-color: #e3281e;
    color: #e3281e;
    font-weight: 600
}

.faq-panel {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    text-align: center;
    padding: 26px 46px 24px;
    cursor: pointer;
    transition: all .15s ease-out
}

.faq-panel:hover {
    background: #e3281e;
    color: #fff
}

.faq-panel:hover .faq-icon path {
    fill: #fff
}

.faq-icon {
    margin-bottom: 16px
}

.btn {
    display: inline-block;
    padding: 20px 70px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    border: 0;
    font-family: Montserrat, sans-serif
}

.btn.btn-block {
    display: block;
    width: 100%
}

.btn.sm-btn {
    padding: 9px 40px;
    font-size: 16px
}

.btn-red {
    border: 1px solid #e3281e;
    background: #e3281e;
    color: #fff
}

.btn-red:hover {
    background: #f10c00;
    color: #fff
}

.btn-green {
    border: 1px solid #4eb723
}

.btn-green,
.btn-green:hover {
    background: #4eb723;
    color: #fff
}

.btn-outline {
    background: 0 0;
    color: #1e1e1e;
    border: 1px solid #e3281e
}

.btn-outline:hover {
    background: #e3281e;
    color: #fff
}

.btn-yellow {
    background: #ffc000;
    color: #1e1e1e
}

.btn-yellow:disabled {
    cursor: not-allowed
}

.btn-yellow:disabled,
.btn-yellow:disabled:hover {
    background: rgba(242, 201, 76, .5)
}

.btn-yellow:hover {
    background: #ffc000
}

@media only screen and (max-width:576px) {
    .btn {
        display: inline-block;
        padding: 11px 40px;
        font-size: 14px
    }
}

.catalog-box {
    width: 210px;
    flex: 0 0 210px
}

.catalog-box .content-box {
    padding: 20px 25px;
    min-height: 170px
}

.catalog-button {
    display: block;
    font-size: 26px;
    color: #416685;
    font-weight: 600;
    margin-bottom: 45px
}

.catalog-button:hover {
    color: #e3281e
}

.catalog-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px
}

.catalog-subtitle,
.catalog-title {
    padding-left: 8px;
    word-break: break-word;
    color: #000
}

.catalog-subtitle {
    position: relative;
    display: block;
    cursor: pointer;
    transition: .3s ease-out;
    font-size: 14px;
    margin-bottom: 10px
}

.catalog-subtitle:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: grey;
    left: 0;
    top: 9px
}

.catalog-subtitle:hover {
    color: #e3281e;
    text-decoration: none
}

.catalog-subtitle:hover:before {
    background: #e3281e
}

.catalog-subtitle.active {
    color: #e3281e
}

.catalog-subtitle.active:before {
    background: #e3281e
}

.catalog-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
    flex-grow: 1
}

.catalog-product .product-box {
    width: 320px;
    margin-bottom: 20px
}

.show-catalog--btn {
    display: none
}

@media only screen and (max-width:1060px) {
    .show-catalog--btn {
        display: inline-block;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .catalog-box .content-box {
        min-height: auto;
        padding: 20px 32px 20px 25px
    }
}

@media only screen and (max-width:576px) {
    .catalog-product .product-box {
        width: 100%
    }
}

.widget {
    position: fixed;
    width: 50px;
    height: 50px;
    right: -220px;
    bottom: 75px;
    border-radius: 50%;
    background: #4ac959;
    text-align: center;
    z-index: 200;
    cursor: pointer;
    -webkit-animation: pulse 2.5s ease-out;
    animation: pulse 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.widget.move {
    transition: transform .5s ease-out;
    transform: translate3d(-280px, 0, 0)
}

.widget-title {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.widget-content {
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 10px;
    opacity: 1
}

.widget-content--box {
    padding: 15px 19px;
    width: 220px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    background: #fff
}

.widget-label {
    border: 0;
    background: 0 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 11px
}

.widget-label:last-child {
    margin-bottom: 0
}

.widget-label:hover {
    text-decoration: none;
    color: #e3281e
}

.widget-wp {
    position: absolute;
    width: 40px;
    top: calc(50% - 21px);
    right: 2px;
    height: 40px;
    background: url(../images/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 50%;
    opacity: 1
}

.widget-call {
    background: url(../images/call-icon.png) no-repeat 50%;
    display: inline-block;
    width: 35px;
    height: 100%
}

.widget-phone {
    position: absolute;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    height: 40px;
    background: url(../images/phone.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 50%;
    -webkit-animation: icon2 10s infinite;
    animation: icon2 10s infinite;
    opacity: 0
}

.cart-widget {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    font-size: 14px;
    background: #ffc000;
    color: #000;
    border-radius: 50%;
    font-weight: 500;
    position: fixed;
    right: -220px;
    bottom: 135px;
    z-index: 199;
    cursor: pointer;
    text-align: center
}

.cart-widget:hover {
    text-decoration: none
}

.cart-widget i {
    position: absolute;
    bottom: 7px;
    left: 13px;
    width: 25px;
    height: 25px;
    background: url(../images/cart-icon.png) no-repeat 50%
}

.cart-widget.move {
    transition: transform .8s ease-out;
    transform: translate3d(-280px, 0, 0)
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }

    25% {
        box-shadow: 0 0 0 2px rgba(79, 219, 130, .4)
    }

    49.9% {
        box-shadow: 0 0 0 5px rgba(85, 172, 238, 0)
    }

    50% {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }

    75% {
        box-shadow: 0 0 0 3px rgba(79, 219, 130, .6)
    }

    99.9% {
        box-shadow: 0 0 0 7px rgba(85, 172, 238, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }

    25% {
        box-shadow: 0 0 0 2px rgba(79, 219, 130, .4)
    }

    49.9% {
        box-shadow: 0 0 0 5px rgba(85, 172, 238, 0)
    }

    50% {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }

    75% {
        box-shadow: 0 0 0 3px rgba(79, 219, 130, .6)
    }

    99.9% {
        box-shadow: 0 0 0 7px rgba(85, 172, 238, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(85, 172, 238, 0)
    }
}

@media only screen and (max-width:575px) {
    .widget {
        bottom: 15px
    }

    .widget-content {
        right: 0
    }

    .widget.move {
        transform: translate3d(-235px, 0, 0)
    }

    .cart-widget {
        bottom: 75px
    }

    .cart-widget.move {
        transform: translate3d(-235px, 0, 0)
    }
}

.instructions-box {
    display: flex;
    align-items: baseline
}

.instructions-box.only-icon {
    margin-bottom: 20px
}

.instructions-box.only-icon .instructions-btn:first-child {
    margin-left: 0
}

.instructions-btn {
    display: flex;
    align-items: center;
    border: 0;
    background: 0 0;
    color: #416685;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0 20px;
    padding: 0;
    cursor: pointer
}

.instructions-btn:focus {
    outline: 0
}

.instructions-btn i {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/play-btn.png) 50% no-repeat;
    margin-right: 8px
}

@media only screen and (max-width:768px) {
    .instructions-box {
        flex-direction: column
    }

    .instructions-btn {
        font-size: 18px;
        margin: 0 0 18px
    }
}

.k-modal-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.k-modal-body {
    padding: 30px 20px
}

.k-modal-dialog {
    max-width: 610px !important
}

.close {
    color: var(--modal-close);
    text-shadow: var(--modal-close-text-shadow)
}

.nk-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1070
}

.nk-modal-dialog {
    position: relative;
    max-width: 660px;
    display: flex;
    align-items: center;
    margin: 50px auto;
    min-height: calc(100% - 100px)
}

.nk-modal-content {
    position: relative;
    background: #fff;
    padding: 35px
}

.nk-modal-content .close {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.nk-modal-content .close:focus {
    outline: 0
}

.nk-modal-content .close:hover path {
    stroke: #e3281e
}

.nk-modal-content p {
    text-align: center;
    color: #5a5a5a
}

.nk-modal-title {
    text-align: center;
    margin-bottom: 30px
}

.nk-modal-backdrop {
    z-index: 1070;
    opacity: .4
}

.modal-backdrop,
.nk-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop {
    z-index: 1040
}

.modal-backdrop.show {
    opacity: .5
}

@media only screen and (max-width:575px) {
    .nk-modal-content {
        padding: 30px 15px
    }
}

.k-notif-page {
    display: none;
    position: relative
}

.k-notif {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 1080;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer
}

.k-notif.error {
    background: var(--color-red)
}

.k-notif.error .k-notif-img {
    background-color: var(--notification-error)
}

.k-notif.success {
    background: var(--color-green)
}

.k-notif.success .k-notif-img {
    background-color: var(--notification-success)
}

.k-notif.warning {
    background: #e2b43e
}

.k-notif.warning .k-notif-img {
    background-color: #d0a639
}

.k-notif-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 81px;
    background-image: url(../images/error-triangle.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.k-notif-body {
    position: relative;
    padding: 27px;
    margin-left: 81px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.k-notif-body p {
    margin: 5px 0
}

.k-notif-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    background-color: #313131;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    font-size: 20px;
    border: 0;
    opacity: .5
}

.k-notif-close:after,
.k-notif-close:before {
    content: "";
    position: absolute;
    width: 3px;
    top: 6px;
    left: calc(50% - 2px);
    height: 13px;
    background: #fff
}

.k-notif-close:before {
    transform: rotate(45deg)
}

.k-notif-close:after {
    transform: rotate(-45deg)
}

.notif-plugin {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 1080;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer
}

.notif-plugin.error {
    background: var(--color-red)
}

.notif-plugin.error .k-notif-img {
    background-color: var(--notification-error)
}

.notif-plugin.success {
    background: var(--color-green)
}

.notif-plugin.success .k-notif-img {
    background-color: var(--notification-success)
}

.notif-plugin.warning {
    background: #e2b43e
}

.notif-plugin.warning .k-notif-img {
    background-color: #d0a639
}

@media only screen and (max-width:768px) {
    .k-notif-body {
        font-size: 14px;
        padding: 15px 40px 15px 15px
    }

    .k-notif-close {
        top: 15px;
        right: 15px
    }
}

.paranja {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: opacity .3s ease;
    z-index: 100
}

.paranja.loading:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath opacity='.25' d='M16 0a16 16 0 000 32 16 16 0 000-32m0 4a12 12 0 010 24 12 12 0 010-24'/%3E%3Cpath d='M16 0a16 16 0 0116 16h-4A12 12 0 0016 4z'/%3E%3C/svg%3E");
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    z-index: 11111;
    -webkit-animation: paranja-loader 972ms linear infinite;
    animation: paranja-loader 972ms linear infinite
}

@keyframes paranja-loader {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes paranja-loader {
    0% {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

div.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 27px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    background: #fff;
    z-index: 20
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content.default {
    justify-content: flex-start
}

.contact {
    text-align: left;
    margin-left: 40px;
    display: flex;
    flex-direction: column
}

.contact a {
    color: #1e1e1e;
    font-weight: 600
}

.contact span {
    color: grey;
    font-size: 12px
}

.contact span a {
    font-weight: 600
}

.contact span span {
    color: grey;
    font-size: 12px;
    display: block
}

.nav {
    margin: 0 auto;
    position: relative
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500
}

.nav-menu li {
    padding: 0 0px
}

.nav-link {
    color: #1e1e1e
}

.nav-link:hover {
    color: #e3281e
}

.log-in {
    font-weight: 500;
    color: #1e1e1e
}

.log-in:hover {
    color: #e3281e
}

.close-btn {
    display: none;
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 18px;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.close-btn:focus {
    outline: 0
}

.close-btn:after,
.close-btn:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    width: 1px;
    height: 15px;
    background: grey
}

.close-btn:after {
    transform: rotate(45deg)
}

.close-btn:before {
    transform: rotate(-45deg)
}

@media only screen and (max-width:1280px) {
    div.header {
        padding: 17px 0
    }

    .contact {
        margin-left: 30px
    }

    .nav-menu li {
        padding: 0 0px
    }
}

@media only screen and (max-width:1060px) {
    .nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .08);
        background: #fff;
        z-index: 5;
        transition: all .3s ease;
        width: 193px;
        padding: 45px 27px 27px;
        transform: translateX(-100%)
    }

    .nav.show-menu {
        transform: translateX(0)
    }

    .nav-menu {
        flex-direction: column
    }

    .nav-menu li {
        padding: 0;
        margin-bottom: 15px
    }

    .nav-menu li:last-child {
        margin-bottom: 0
    }

    .close-btn {
        display: block
    }

    .contact {
        margin: 0;
        order: 2
    }

    .logo {
        order: 3;
        margin: 0 auto
    }

    .log-in {
        order: 4
    }

    .content.default .contact {
        display: flex;
        order: 5
    }

    .content.default .logo {
        margin-left: 0;
        margin-right: 15px
    }
}

@media only screen and (max-width:768px) {
    .logo {
        width: 125px
    }

    .contact {
        display: none;
        order: 3;
        margin-right: auto
    }

    .contact a {
        font-size: 12px
    }

    .contact span {
        font-size: 8px
    }
}

@media only screen and (max-width:576px) {
    .nav li:first-child {
        display: block
    }
}

footer {
    background: #fafafa;
    padding: 42px 0
}

footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .footer-contact {
    font-weight: 500
}

footer .footer-contact-mobile {
    display: none
}

footer .footer-contact-mobile span {
    display: block;
    font-size: 12px;
    color: grey
}

footer .footer-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

footer .footer-menu a {
    color: #1e1e1e
}

footer .footer-menu button {
    color: #1e1e1e;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer
}

footer .footer-menu button:focus {
    outline: 0
}

footer .footer-menu li {
    margin-right: 56px
}

footer .footer-menu li:last-child {
    margin-right: 0
}

footer .footer-social:hover path {
    fill: #e3281e
}

@media only screen and (max-width:768px) {
    footer {
        padding: 28px 0
    }

    footer .footer-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: relative
    }

    footer .footer-contact {
        margin-bottom: 15px
    }

    footer .footer-contact-mobile {
        display: block
    }

    footer .footer-menu {
        flex-direction: column
    }

    footer .footer-menu li {
        margin-right: 0;
        margin-bottom: 15px
    }

    footer .footer-menu li:last-child {
        margin-bottom: 0
    }

    footer .footer-social {
        position: absolute;
        right: 0;
        top: 0
    }
}

.content-main {
    padding-top: 150px;
    padding-bottom: 70px;
    min-height: calc(100vh - 110px)
}

.content-box {
    padding: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08)
}

.content-title {
    font-size: 26px;
    margin: 0 0 40px
}

.ofd-banner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30
}

.ofd-banner-content {
    position: relative;
    width: 700px;
    height: 500px;
    background-image: url(../images/banner-1.png)
}

.ofd-banner-close {
    display: block;
    width: 33px;
    height: 33px;
    padding: 0;
    position: absolute;
    top: -33px;
    right: 0;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.ofd-banner-close:focus {
    outline: 0
}

.ofd-banner-close:after,
.ofd-banner-close:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 3px;
    height: 33px;
    background: #e3281e
}

.ofd-banner-close:after {
    transform: rotate(45deg)
}

.ofd-banner-close:before {
    transform: rotate(-45deg)
}

@media only screen and (max-width:1060px) {
    .content-main {
        padding-top: 110px
    }

    .content-title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .content-main {
        padding-bottom: 70px
    }

    .content-box {
        padding: 20px
    }

    .ofd-banner-content {
        width: 300px;
        height: 400px;
        background-image: url(../images/banner-mobile.png)
    }
}

@media only screen and (max-width:576px) {
    .content-title {
        font-size: 20px;
        margin: 0 0 20px
    }

    .content-main {
        padding-top: 90px;
        padding-bottom: 70px
    }
}

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

.register-box {
    width: 620px
}

.register-box .btn {
    margin-bottom: 20px
}

.register-box-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}

.register-box-desc {
    font-weight: 500;
    font-size: 20px;
    margin: 0 auto 40px;
    width: 80%;
    text-align: center
}

.register-box-promo {
    margin-top: 20px;
    margin-bottom: 0
}

.register-box-icon {
    right: 15px;
    top: 20px
}

.register-box-offer {
    display: block;
    margin-bottom: 20px
}

.register-box-offer a {
    color: #416685
}

.register-box-items {
    display: flex;
    margin-bottom: 20px;
    color: #416685;
    font-size: 14px
}

.register-box-items div {
    margin-right: 25px;
    cursor: pointer
}

.register-box-items .btn {
    color: #416685;
    font-size: 14px;
    text-align: left;
    padding: 0;
    font-weight: 400;
    background: 0 0;
    width: 50%;
    margin-right: 0
}

.register-box-items .btn:focus {
    outline: 0
}

.registration-steps--pos {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e6
}

.registration-steps--pos:last-child {
    margin-bottom: 10px;
    padding-bottom: 0;
    border: 0
}

.registration-steps--title {
    font-weight: 500;
    margin-bottom: 20px;
    width: 49%
}

.registration-steps--date {
    color: grey
}

.registration-steps--instruction {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.registration-steps--instruction p {
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 49%
}

.registration-title--nk {
    display: flex;
    justify-content: space-between
}

.registration-title--nk .color-red {
    color: #e3281e
}

@media only screen and (max-width:1060px) {
    .registration-steps--instruction {
        flex-direction: column;
        padding-bottom: 20px
    }

    .registration-steps--instruction p {
        width: 100%;
        margin-bottom: 15px
    }

    .registration-steps--instruction p:last-child {
        margin-bottom: 0
    }

    .registration-steps--title {
        width: 100%
    }

    .registration-title--nk {
        margin-top: 5px
    }
}

@media only screen and (max-width:768px) {
    .registration-steps--pos {
        margin-bottom: 20px
    }

    .registration-title--nk {
        flex-direction: column
    }

    .register-box {
        width: 100%
    }

    .register-box-title {
        font-size: 20px;
        margin-bottom: 15px
    }

    .register-box-desc {
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px
    }

    .register-box-offer {
        font-size: 12px
    }
}

.video-catalog-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -10px
}

@media only screen and (max-width:768px) {
    .video-catalog-content .instructions-box {
        width: 43%
    }

    .video-catalog-content .instructions-title {
        font-size: 12px
    }
}

.auth-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh
}

.auth-content-img {
    width: 270px;
    margin: 0 auto 40px
}

.auth-content-footer {
    margin-top: 30px;
    display: flex;
    justify-content: space-around
}

.auth-box {
    width: 500px
}

@media only screen and (max-width:575px) {
    .auth-box {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    .auth-content-img {
        width: 200px;
        margin-bottom: 20px
    }
}

.news-main-container img {
    height: auto !important
}

.product-main {
    display: flex;
    align-items: flex-start
}

.product-main .catalog-box {
    margin-right: 80px
}

.product-main .catalog-box.margin-small {
    margin-right: 40px
}

.product-main-box {
    display: flex;
    align-items: center
}

.product-main-image {
    width: 300px;
    height: 300px;
    margin-right: 25px
}

.product-main-image .tab-pane {
    height: auto
}

.product-main-image img {
    width: 100%
}

.product-main-image--list.mobile {
    display: none
}

.product-main-image--list .nav {
    margin: 0 0 40px
}

.product-main-image--list .nav-item {
    margin-right: 20px
}

.product-main-image--list .nav-item:last-child {
    margin-right: 0
}

.product-main-image--list .nav-item .active {
    opacity: .5
}

.product-details-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px
}

.product-details-item:last-child {
    margin-bottom: 0
}

.product-details-item-title {
    font-size: 24px;
    font-weight: 500
}

.product-details-item-content {
    font-size: 18px;
    color: grey
}

.product-details-price {
    font-weight: 600;
    font-size: 48px;
    color: #e3281e
}

.product-details-btn {
    padding: 12px 100px;
    font-weight: 500;
    font-size: 18px
}

.product-details-title {
    font-size: 24px;
    font-weight: 500
}

.product-details-action {
    margin-left: 40px
}

.product-details-action button {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    background: 0 0
}

.product-details-action button:focus {
    outline: 0
}

.product-details-action button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 1px;
    background: #000
}

.product-details-action .plus:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 15px;
    background: #000
}

.product-details-action input {
    width: 28px;
    border: 0;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin: 0 20px
}

.product-description-wrap {
    max-width: 860px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px
}

.product-description-wrap p {
    margin: 0 0 10px
}

.product-description-wrap strong {
    font-size: 22px;
    font-weight: 500
}

.product-description-wrap ul {
    position: relative;
    margin: 0 0 10px;
    list-style: none;
    padding-left: 8px
}

.product-description-wrap ul li {
    position: relative
}

.product-description-wrap ul li strong {
    font-weight: 400;
    font-size: 16px
}

.product-description-wrap ul li:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #e3281e;
    left: -8px;
    top: 13px
}

@media only screen and (max-width:1060px) {
    .product-main .catalog-box {
        position: fixed;
        background: #fff;
        right: 0;
        margin: 0;
        top: 0;
        bottom: 0;
        z-index: 20;
        transition: all .3s ease;
        transform: translateX(100%)
    }

    .product-main .catalog-box.margin-small {
        margin-right: 0
    }

    .product-main .catalog-box.show {
        transform: translateX(0)
    }

    .product-main .catalog-box .content-box {
        min-height: auto;
        height: 100%
    }

    .catalog-product {
        margin: 0
    }

    .product-description-wrap strong {
        font-size: 18px
    }

    .product-description-wrap ul li strong {
        font-size: 14px
    }

    .product-details-item {
        margin-bottom: 15px
    }

    .product-details-item.action {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .product-details-title {
        font-size: 18px
    }

    .product-details-action {
        margin: 0 0 20px
    }

    .product-details-price {
        font-size: 32px
    }

    .product-box {
        max-width: 213px;
        padding: 10px 20px 20px
    }

    .product-box .btn {
        padding: 9px 46px;
        font-size: 14px
    }

    .product-img {
        width: 122px;
        height: 122px
    }

    .product-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .product-price {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .product-main {
        flex-direction: column
    }

    .product-main .catalog-box {
        margin: 0 0 20px;
        flex: none
    }

    .product-description-wrap {
        font-size: 14px
    }

    .product-description-wrap strong {
        font-size: 16px
    }

    .product-details {
        width: 100%
    }

    .product-details-title {
        font-size: 16px
    }

    .product-details-price {
        font-size: 24px
    }

    .product-details-item .btn-outline {
        width: 100%
    }

    .product-main-box {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px
    }

    .product-main-image {
        margin: 0 auto
    }

    .product-main-image--list {
        display: none
    }

    .product-main-image--list .nav {
        margin-bottom: 20px
    }

    .product-main-image--list.mobile {
        display: block
    }

    .product-box {
        margin: 10px auto
    }

    .product-slide {
        margin-top: 35px
    }
}

@media only screen and (max-width:576px) {
    .product-main-image {
        width: 180px;
        height: 180px
    }

    .product-details-item {
        margin-bottom: 10px;
        justify-content: center
    }

    .product-details-item.action {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .product-details-item .btn-outline {
        width: auto
    }

    .product-details-price {
        font-size: 36px;
        color: #000
    }

    .product-details-action {
        margin: 0
    }

    .product-box {
        flex: 0 0 100%;
        width: 100%;
        max-width: none
    }

    .product-box:hover {
        transform: none
    }

    .product-box .btn {
        width: 100%
    }
}

.title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #1e1e1e;
    margin: 0
}

.landing-btn-red {
    margin-top: 20px;
    text-transform: uppercase
}

.main {
    padding-top: 180px
}

.main .main-content {
    display: flex
}

.main .main-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1
}

.main .main-info-title {
    margin: 0 0 14px;
    padding: 0;
    font-size: 100px;
    font-weight: 600;
    line-height: 75px;
    white-space: nowrap
}

.main .main-info-title-second {
    margin: 0 0 24px;
    padding: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 75px
}

.main .main-info .btn-red {
    margin-bottom: 15px;
    font-weight: 600
}

.main .main-img {
    margin-top: -48px;
    margin-right: 25px;
    margin-left: -105px
}

.main .main-feedback {
    margin-bottom: 10px
}

.main .main-feedback-title {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 40px
}

.main .main-feedback-items {
    display: flex;
    align-items: center
}

.main .main-feedback-group label {
    display: none
}

.main .main-feedback-group .main-input {
    padding: 12px 20px 14px;
    border: 1px solid grey;
    border-right: 0;
    font-size: 16px;
    line-height: 25px;
    color: #1e1e1e;
    text-align: left;
    width: 244px
}

.main .main-feedback-group .main-input::-moz-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.main .main-feedback-group .main-input:-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.main .main-feedback-group .main-input::-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.main .main-feedback-group .main-input::placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.main .main-btn {
    font-size: 16px;
    padding: 16px 20px
}

.main .main-btn.active {
    background: #e3281e;
    color: #fff
}

.main .main-footer-text {
    color: #000;
    margin-bottom: 40px;
    font-weight: 500
}

.main .main-footer-text:hover {
    color: #e3281e
}

.main-feedback-icons {
    display: flex
}

.main-feedback-icons .feedback-icons-item {
    display: flex;
    align-items: center;
    margin-right: 30px
}

.main-feedback-icons .feedback-icons-item:last-child {
    margin-right: 0
}

.main-feedback-icons .feedback-icons-item img {
    margin-right: 10px
}

.main-feedback-icons .feedback-icons-title {
    width: 107px;
    font-weight: 600;
    font-size: 16px
}

@media only screen and (max-width:1280px) {
    .main {
        padding-top: 145px
    }

    .main .main-content {
        justify-content: space-between
    }

    .main .main-info-title {
        font-size: 85px
    }

    .main .main-info-title-second {
        font-size: 34px;
        margin-bottom: 15px
    }

    .main .main-img {
        margin-right: 0;
        width: 415px;
        margin-top: -20px
    }
}

@media only screen and (max-width:1060px) {
    .title {
        font-size: 20px
    }

    .main .main-content {
        justify-content: space-between
    }

    .main .main-info-title {
        font-size: 60px;
        line-height: 30px
    }

    .main .main-info-title-second {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 50px
    }

    .main .main-info .btn-red {
        padding: 12px 44px;
        font-size: 14px
    }

    .main .main-img {
        margin-right: 0;
        width: 281px;
        margin-top: 0
    }

    .main .main-footer-text {
        margin-bottom: 25px
    }

    .main .main-feedback-title {
        font-size: 20px
    }

    .main .main-feedback-items input {
        padding: 11px 14px
    }

    .main-feedback-icons .feedback-icons-item {
        margin-right: 15px
    }

    .main-feedback-icons .feedback-icons-title {
        font-size: 15px
    }
}

@media only screen and (max-width:768px) {
    .title {
        font-size: 18px;
        line-height: normal;
        text-align: center
    }

    .main .main-content {
        justify-content: space-between
    }

    .main .main-info-title {
        font-size: 60px;
        line-height: 30px
    }

    .main .main-info-title-second {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 22px
    }

    .main .main-info .btn-red {
        margin-bottom: 8px;
        padding: 9px 44px;
        font-size: 14px
    }

    .main .main-img {
        display: none
    }

    .main .main-feedback-title {
        font-size: 20px
    }

    .main .main-feedback-items input {
        padding: 11px 14px
    }

    .main-feedback-icons .feedback-icons-title {
        font-size: 14px
    }
}

@media only screen and (max-width:576px) {
    .main {
        padding-top: 85px
    }

    .main .main-info {
        align-items: unset;
        flex: 0 0 100%
    }

    .main .main-info-title {
        font-size: 38px;
        line-height: 20px;
        margin-bottom: 15px;
        text-align: center
    }

    .main .main-info-title-second {
        font-size: 16px;
        line-height: 20px;
        text-align: center
    }

    .main .main-info .landing-btn-red {
        width: 65%;
        text-align: center;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 2px;
        margin: 30px auto 10px
    }

    .main .main-btn {
        width: 100%;
        font-size: 14px;
        padding: 11px 40px
    }

    .main .main-feedback-title {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center
    }

    .main .main-feedback-items {
        flex-direction: column
    }

    .main .main-feedback-group {
        width: 100%;
        position: relative
    }

    .main .main-feedback-group label {
        display: block;
        position: absolute;
        font-size: 12px;
        top: 10px;
        left: 10px
    }

    .main .main-feedback-group .main-input {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        border-right: 1px solid;
        font-size: 14px
    }

    .main .main-feedback-group .main-input::-moz-placeholder {
        font-size: 14px
    }

    .main .main-feedback-group .main-input:-ms-input-placeholder {
        font-size: 14px
    }

    .main .main-feedback-group .main-input::-ms-input-placeholder {
        font-size: 14px
    }

    .main .main-feedback-group .main-input::placeholder {
        font-size: 14px
    }

    .main .main-footer-text {
        text-align: center;
        font-size: 12px
    }
}

.included-price {
    padding: 35px 0 95px
}

.included-price .title {
    margin-bottom: 100px
}

.included-price .mobile-bg {
    display: none !important;
    position: absolute;
    right: 0;
    width: 186px
}

.included-price .included-price-box {
    height: 100%;
    text-align: center
}

.included-price .included-price-content {
    position: relative;
    height: 100%;
    display: inline-block;
    margin: -10px
}

.included-price .included-price-content .layer {
    width: 100%;
    height: 100%
}

.included-price .included-price-content .phone {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: -74px;
    left: calc(50% - 145px)
}

.included-price .included-price-content .dots {
    display: block;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.included-price .included-price-item {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.included-price .included-price-item span {
    display: block;
    width: 212px
}

.included-price .included-price-item span:first-child {
    font-weight: 500;
    font-size: 22px;
    color: #1e1e1e
}

.included-price .included-price-item span:last-child {
    font-weight: 500;
    font-size: 16px;
    color: grey
}

.included-price .included-price-item.left-top {
    top: 108px;
    left: -108px
}

.included-price .included-price-item.left-bottom {
    bottom: 108px;
    left: -108px
}

.included-price .included-price-item.right-top {
    top: 108px;
    right: -108px
}

.included-price .included-price-item.right-bottom {
    bottom: 108px;
    right: -108px
}

@media only screen and (max-width:1280px) {
    .included-price {
        padding-bottom: 60px
    }

    .included-price .title {
        margin-bottom: 90px
    }

    .included-price .included-price-content .dots {
        width: 516px
    }

    .included-price .included-price-content .phone {
        width: 221px;
        left: calc(50% - 110px);
        top: -53px
    }

    .included-price .included-price-item.left-top,
    .included-price .included-price-item.right-top {
        top: 72px
    }

    .included-price .included-price-item.left-bottom,
    .included-price .included-price-item.right-bottom {
        bottom: 72px
    }

    .included-price .included-price-item span:first-child {
        font-size: 20px
    }

    .included-price .included-price-item span:last-child {
        font-size: 14px
    }
}

@media only screen and (max-width:1060px) {
    .included-price {
        padding-bottom: 60px
    }

    .included-price .title {
        margin-bottom: 90px
    }

    .included-price .included-price-item.left-top,
    .included-price .included-price-item.right-top {
        top: 75px
    }

    .included-price .included-price-item.left-bottom,
    .included-price .included-price-item.right-bottom {
        bottom: 75px
    }

    .included-price .included-price-item span:first-child {
        font-size: 20px
    }

    .included-price .included-price-item span:last-child {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    .included-price {
        padding: 48px 0 24px
    }

    .included-price .title {
        margin-bottom: 20px
    }

    .included-price .mobile-bg {
        display: block !important
    }

    .included-price .included-price-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-left: 15px;
        justify-content: center;
        flex-wrap: wrap
    }

    .included-price .included-price-content .layer {
        width: auto;
        height: auto
    }

    .included-price .included-price-content .layer:nth-child(2) {
        order: 5;
        margin-bottom: 0
    }

    .included-price .included-price-content .layer:nth-child(3) {
        order: 1
    }

    .included-price .included-price-content .layer:nth-child(4) {
        order: 3
    }

    .included-price .included-price-content .layer:nth-child(5) {
        order: 2
    }

    .included-price .included-price-content .layer:nth-child(6) {
        order: 4
    }

    .included-price .included-price-content .dots,
    .included-price .included-price-content .phone {
        display: none
    }

    .included-price .included-price-item {
        position: relative;
        margin-bottom: 15px;
        width: 187px
    }

    .included-price .included-price-item span {
        width: auto
    }

    .included-price .included-price-item.mobile-big-w {
        width: 158px
    }

    .included-price .included-price-item.left-top {
        top: auto;
        left: auto
    }

    .included-price .included-price-item.left-bottom {
        bottom: auto;
        left: auto
    }

    .included-price .included-price-item.right-top {
        top: auto;
        right: auto
    }

    .included-price .included-price-item.right-bottom {
        bottom: auto;
        right: auto
    }

    .included-price .included-price-item span:first-child {
        font-size: 14px
    }

    .included-price .included-price-item span:last-child {
        font-size: 12px
    }
}

@media only screen and (max-width:576px) {
    .included-price .included-price-item {
        width: 150px
    }
}

.reviews {
    padding-bottom: 40px
}

.reviews .title {
    margin-bottom: 38px
}

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

.reviews .reviews-box {
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    max-width: 380px;
    transition: all .3s ease;
    margin: 10px
}

.reviews .reviews-box:hover {
    transform: scale(1.02)
}

.reviews .reviews-box-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.reviews .reviews-box-ava {
    margin-right: 30px
}

.reviews .reviews-box-info {
    display: flex;
    flex-direction: column
}

.reviews .reviews-box-info span {
    font-weight: 500;
    display: block
}

.reviews .reviews-box-title {
    color: #ff7e0c
}

.reviews .reviews-box-address {
    color: grey
}

.reviews .reviews-box-body {
    line-height: 2
}

.reviews .reviews-slide .owl-dots {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1280px) {
    .reviews {
        padding-bottom: 30px
    }

    .reviews .title {
        margin-bottom: 30px
    }

    .reviews .reviews-box {
        max-width: 306px
    }

    .reviews .reviews-slide .owl-dots {
        margin-top: 35px
    }

    .reviews .reviews-box-ava {
        width: 78px
    }
}

@media only screen and (max-width:768px) {
    .reviews {
        padding-bottom: 20px
    }

    .reviews .title {
        margin-bottom: 10px
    }

    .reviews .reviews-box {
        max-width: 100%;
        margin: 5px
    }

    .reviews .reviews-box:hover {
        transform: none
    }

    .reviews .reviews-slide .owl-dots {
        margin-top: 20px
    }
}

@media only screen and (max-width:576px) {
    .reviews .reviews-box {
        padding: 20px
    }

    .reviews .reviews-box-body {
        margin: 0
    }
}

.apps {
    padding: 40px 0
}

.apps .title {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.apps .apps-logo {
    display: flex;
    margin-left: 20px
}

.apps .apps-logo-item {
    margin-right: 20px
}

.apps .apps-logo-item:last-child {
    margin-right: 0
}

.apps .apps-content {
    display: flex;
    justify-content: center
}

.apps .apps-box {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
    text-align: center
}

.apps .apps-title {
    font-weight: 500;
    max-width: 218px;
    height: 56px;
    margin: 0 auto
}

.apps .apps-slide .owl-dots {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1280px) {
    .apps {
        padding: 30px 0
    }

    .apps .apps-box {
        max-width: 221px
    }

    .apps .apps-slide .owl-dots {
        margin-top: 35px
    }
}

@media only screen and (max-width:768px) {
    .apps {
        padding: 20px 0
    }

    .apps .title {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center
    }

    .apps .apps-logo {
        margin-left: 0;
        margin-top: 8px
    }

    .apps .apps-logo-item {
        margin-right: 8px;
        height: 25px
    }

    .apps .apps-logo-item:first-child {
        width: 74px
    }

    .apps .apps-logo-item:first-child img {
        height: 100%
    }

    .apps .apps-logo-item:nth-child(2) {
        width: 93px
    }

    .apps .apps-logo-item:nth-child(2) img {
        height: 100%
    }

    .apps .apps-logo-item:nth-child(3) {
        width: 75px;
        margin-right: 0;
        height: 25px
    }

    .apps .apps-title {
        height: auto;
        margin-bottom: 5px
    }

    .apps .apps-slide .owl-dots {
        margin-top: 20px
    }
}

.calculate {
    padding: 40px 0
}

.calculate .calculate-content {
    display: flex;
    flex-direction: column
}

.calculate .calculate-box {
    font-weight: 600
}

.calculate .calculate-box.first {
    width: 40%
}

.calculate .calculate-box.second,
.calculate .calculate-box.third {
    width: 30%
}

.calculate .calculate-box.nk {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 18px
}

.calculate .calculate-box.nk img {
    width: 40px;
    margin-right: 8px
}

.calculate .calculate-box.nk span {
    display: block;
    font-size: 12px
}

.calculate .calculate-header {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px
}

.calculate .calculate-body {
    display: flex
}

.calculate .calculate-body .calculate-box.first {
    font-weight: 500
}

.calculate .calculate-body .calculate-box.first .calc-row {
    padding-left: 24px
}

.calculate .calculate-body .calc-table {
    display: flex;
    flex-direction: column;
    text-align: left
}

.calculate .calculate-body .calc-row {
    padding: 14px 0
}

.calculate .calculate-body .calc-row span {
    color: grey;
    font-weight: 500
}

.calculate .calculate-body .calc-row:nth-child(2n) {
    background: #fbfbfb
}

@media only screen and (max-width:1280px) {
    .calculate {
        padding: 30px 0
    }

    .calculate .calculate-header .calculate-box.third {
        font-size: 18px
    }
}

@media only screen and (max-width:1060px) {
    .calculate {
        padding: 22px 0
    }

    .calculate .calculate-body .calc-row {
        padding: 4px 0;
        height: 44px;
        display: flex;
        align-items: center
    }
}

@media only screen and (max-width:768px) {
    .calculate {
        padding: 20px 0
    }

    .calculate .calculate-body .calc-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .calculate .calculate-body .calc-row span {
        font-size: 12px
    }

    .calculate .calculate-box.first {
        width: 39%
    }

    .calculate .calculate-box.first .title {
        line-height: 12px
    }

    .calculate .calculate-box.second img {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .calculate {
        font-size: 10px;
        font-weight: 500
    }

    .calculate .title {
        font-size: 10px
    }

    .calculate .container {
        padding: 0
    }

    .calculate .calculate-header {
        margin-bottom: 10px
    }

    .calculate .calculate-header .calculate-box.first {
        width: 39%;
        padding-left: 15px
    }

    .calculate .calculate-header .calculate-box.second {
        width: 34%
    }

    .calculate .calculate-header .calculate-box.second img {
        padding-right: 10px;
        width: 100%
    }

    .calculate .calculate-header .calculate-box.third {
        font-size: 10px;
        padding-right: 15px
    }

    .calculate .calculate-header .calculate-box.nk {
        font-size: 10px
    }

    .calculate .calculate-header .calculate-box.nk span {
        font-size: 8px
    }

    .calculate .calculate-body .calc-row {
        font-size: 12px
    }

    .calculate .calculate-body .calc-row span {
        font-size: 8px
    }

    .calculate .calculate-body .calculate-box.first .calc-row {
        padding-left: 15px
    }
}

.rates {
    padding: 40px 0
}

.rates .title {
    margin-bottom: 35px
}

.rates .rates-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center
}

.rates .rate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px 24px 25px;
    flex: 0 0 22%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    text-align: center;
    transition: all .3s ease;
    margin-left: 10px;
    margin-right: 10px
}

.rates .rate-box:hover {
    transform: scale(1.02)
}

.rates .rate-tag {
    position: absolute;
    right: -26px;
    top: -14px
}

.rates .rate-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600
}

.rates .rate-badge-warning {
    background: #ffda4e
}

.rates .rate-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

.rates .rate-price {
    margin-top: auto;
    color: #e3281e;
    font-weight: 600;
    font-size: 42px;
    line-height: 64px
}

.rates .rate-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px
}

@media only screen and (max-width:1280px) {
    .rates {
        padding: 30px 0
    }

    .rates .title {
        margin-bottom: 30px
    }

    .rates .rate-box {
        flex: 0 0 29%;
        margin-bottom: 40px
    }

    .rates .rate-box .btn {
        padding: 14px 60px
    }

    .rates .rate-title {
        margin-bottom: 5px
    }

    .rates .rate-price {
        font-size: 48px
    }

    .rates .rate-desc {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1060px) {
    .rates {
        padding: 22px 0
    }

    .rates .rate-box {
        flex: 0 0 44%
    }

    .rates .rate-box .btn {
        padding: 9px 46px;
        font-size: 14px
    }

    .rates .rate-title {
        margin-bottom: 5px
    }

    .rates .rate-price {
        font-size: 36px;
        line-height: normal
    }

    .rates .rate-desc {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .rates {
        padding: 20px 0
    }

    .rates .rate-box {
        margin: 10px
    }

    .rates .rate-tag {
        right: -16px;
        top: -8px;
        width: 55px
    }

    .rates .rate-badge {
        font-size: 11px
    }

    .rates .title {
        margin-bottom: 20px
    }

    .rates .rates-content {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media only screen and (max-width:576px) {
    .rates .rates-content {
        margin: 0
    }

    .rates .rate-box {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 0 20px
    }

    .rates .rate-box:last-child {
        margin-bottom: 0
    }

    .rates .rate-box:hover {
        transform: none
    }

    .rates .rate-box .btn {
        width: 100%
    }
}

.feedback .feedback-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 75px 0;
    background: url(../images/feedback-bg.jpg) no-repeat 50%
}

.feedback .title {
    font-size: 36px;
    color: #fff;
    font-weight: 700
}

.feedback .feedback-group {
    position: relative;
    display: flex
}

.feedback .feedback-group input {
    padding: 12px 20px 14px;
    border: 1px solid transparent;
    border-right: 0;
    font-size: 16px;
    line-height: 25px;
    color: #1e1e1e;
    text-align: left;
    width: 244px;
    margin-right: 30px
}

.feedback .feedback-group input::-moz-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.feedback .feedback-group input:-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.feedback .feedback-group input::-ms-input-placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.feedback .feedback-group input::placeholder {
    color: #1e1e1e;
    font-size: 16px
}

.feedback .feedback-group label {
    display: none;
    position: absolute;
    font-size: 12px;
    top: 10px;
    left: 10px
}

.feedback .feedback-items {
    display: flex
}

.feedback .btn {
    font-size: 16px;
    padding: 16px 20px
}

.feedback .btn.active {
    background: #e3281e;
    color: #fff
}

@media only screen and (max-width:1280px) {
    .feedback .title {
        font-size: 30px
    }
}

@media only screen and (max-width:1060px) {
    .feedback .title {
        margin-bottom: 15px
    }

    .feedback .feedback-content {
        padding: 50px 0;
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    .feedback {
        background: url(../images/feedback-mobile-bg.jpg) no-repeat 0
    }

    .feedback .title {
        margin-bottom: 15px;
        font-size: 24px
    }

    .feedback .feedback-content {
        background: 0 0
    }

    .feedback .feedback-group {
        width: 100%
    }

    .feedback .feedback-group label {
        display: block
    }

    .feedback .feedback-group input {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        padding: 30px 10px 10px;
        font-size: 14px
    }

    .feedback .feedback-group input::-moz-placeholder {
        font-size: 14px
    }

    .feedback .feedback-group input:-ms-input-placeholder {
        font-size: 14px
    }

    .feedback .feedback-group input::-ms-input-placeholder {
        font-size: 14px
    }

    .feedback .feedback-group input::placeholder {
        font-size: 14px
    }

    .feedback .feedback-items {
        width: 100%;
        flex-direction: column
    }
}

@media only screen and (max-width:576px) {
    .feedback .title {
        font-size: 20px
    }

    .feedback .btn {
        font-size: 14px;
        padding: 11px 40px
    }
}

.products {
    padding: 40px 0
}

.products .title {
    margin-bottom: 35px
}

.products .product-slide .owl-item {
    display: flex;
    flex: 1
}

.products .product-slide .owl-stage {
    display: flex
}

.products .product-slide .owl-dots {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1280px) {
    .products {
        padding: 30px 0
    }

    .products .title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1060px) {
    .products {
        padding: 22px 0
    }
}

@media only screen and (max-width:768px) {
    .products {
        padding: 20px 0
    }

    .products .title {
        margin-bottom: 20px
    }
}

.instructions {
    padding: 40px 0
}

.instructions .title {
    margin-bottom: 35px
}

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

.instructions .instructions-slide .owl-dots {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1280px) {
    .instructions {
        padding: 30px 0
    }

    .instructions .title {
        margin-bottom: 30px
    }

    .instructions .instructions-slide .owl-dots {
        margin-top: 35px
    }
}

@media only screen and (max-width:768px) {
    .instructions {
        padding: 20px 0
    }

    .instructions .title {
        margin-bottom: 20px
    }

    .instructions .instructions-slide .owl-dots {
        margin-top: 20px
    }
}

.blog {
    padding: 40px 0 135px
}

.blog .title {
    margin-bottom: 35px
}

.blog .blog-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px
}

.blog .blog-box {
    width: 210px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    margin: 10px
}

.blog .blog-box:hover {
    transform: scale(1.02)
}

.blog .blog-img {
    height: 150px;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid #bebebe
}

.blog .blog-title {
    font-weight: 500;
    font-size: 16px
}

.blog .blog-slide .owl-dots {
    margin-top: 45px;
    text-align: center
}

@media only screen and (max-width:1280px) {
    .blog {
        padding: 30px 0 100px
    }

    .blog .title {
        margin-bottom: 30px
    }

    .blog .blog-box {
        width: 169px
    }

    .blog .blog-title {
        font-size: 14px
    }

    .blog .blog-img {
        height: 108px
    }

    .blog .blog-slide .owl-dots {
        margin-top: 35px
    }
}

@media only screen and (max-width:768px) {
    .blog {
        padding: 20px 0 80px
    }

    .blog .title {
        margin-bottom: 20px
    }

    .blog .blog-slide .owl-dots {
        margin-top: 20px
    }
}

.services {
    padding: 40px 0
}

.services .title {
    margin-bottom: 35px
}

.services .services-content {
    display: flex;
    justify-content: center
}

.services .services-box.items {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.services .services-box.img {
    margin: 0 80px
}

.services .services-box-item {
    display: flex;
    width: 288px;
    font-weight: 600;
    font-size: 22px
}

.services .services-box-item:last-child {
    margin-top: 140px
}

.services .services-box-item i {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 14px
}

.services .services-box-item .build-icon {
    background-image: url(../images/building.png)
}

.services .services-box-item .convert-icon {
    background-image: url(../images/convert.png)
}

.services .services-box-item .refresh-icon {
    background-image: url(../images/refresh.png)
}

.services .services-box-item .settings-icon {
    background-image: url(../images/setting.png)
}

@media only screen and (max-width:1280px) {
    .services .services-box-item:last-child {
        margin-top: 87px
    }
}

@media only screen and (max-width:1060px) {
    .services {
        padding: 30px 0
    }

    .services .services-content {
        justify-content: space-around
    }

    .services .services-box.img {
        display: none
    }

    .services .services-box-item {
        font-size: 16px;
        margin-bottom: 40px
    }

    .services .services-box-item:last-child {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .services {
        padding: 20px 0
    }

    .services .title {
        margin-bottom: 20px
    }

    .services .services-box-item {
        width: 256px
    }
}

@media only screen and (max-width:576px) {
    .services .services-content {
        flex-wrap: wrap;
        align-items: center
    }

    .services .services-box-item {
        width: 225px;
        align-items: center;
        margin-bottom: 15px;
        font-size: 14px
    }
}

.news .title {
    font-size: 40px;
    margin-bottom: 50px
}

.news-box {
    display: flex;
    margin-bottom: 30px
}

.news-box .btn {
    margin-top: auto
}

.news-img {
    margin-right: 30px
}

.news-img img {
    width: 320px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.news-info {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: flex-start
}

.news-title {
    font-size: 28px;
    font-weight: 600;
    color: #313113;
    margin-bottom: 8px;
    word-break: break-word
}

.news-items {
    display: flex;
    margin-bottom: 16px
}

.news-viewed {
    display: flex;
    align-items: center;
    color: #c6c6c6
}

.news-viewed svg {
    margin-right: 6px
}

.news-data {
    color: #c6c6c6;
    margin-right: 8px
}

.news-desc {
    color: #000;
    margin-bottom: 15px;
    word-break: break-word;
    font-size: 20px
}

.news-show-desc {
    padding-left: 30px;
    font-style: italic;
    border-left: 10px solid #e3281e;
    margin-bottom: 30px
}

.news-feedback {
    display: flex;
    justify-content: center;
    padding: 0 50px
}

.news-feedback-item {
    flex: 1 1;
    margin-right: 16px;
    margin-bottom: 0
}

.news-feedback-item:last-child {
    margin-right: 0
}

@media only screen and (max-width:1060px) {
    .news .title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .news-title {
        font-size: 20px
    }

    .news-desc {
        font-size: 16px
    }

    .news-feedback {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    .news .title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .news-box {
        margin-bottom: 40px;
        flex-direction: column
    }

    .news-box .btn {
        width: 100%
    }

    .news-img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .news-img img {
        width: 100%;
        height: 220px
    }

    .news-title {
        font-size: 18px
    }

    .news-desc {
        font-size: 14px
    }

    .news-feedback {
        flex-direction: column
    }

    .news-feedback-item {
        margin-right: 0;
        margin-bottom: 15px
    }

    .news-feedback-item:last-child {
        margin-bottom: 0
    }
}

.post-nav {
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    transition: .2s ease-in
}

.post-nav,
.post-nav li {
    display: flex
}

.post-nav-link {
    color: #313131;
    padding: 10px 14px;
    border-bottom: 1px solid transparent
}

.post-nav-link:hover {
    text-decoration: none;
    color: #313131;
    border-bottom: 1px solid #313131
}

.post-nav-link.is-active {
    font-weight: 700;
    border-bottom: 2px solid #e3281e
}