.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role=button] {
    cursor: pointer
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

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

/*@media(min-width:768px) {
    .container {
        width: 750px
    }
}

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

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}*/

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

.row {
    /*margin-left: -15px;
    margin-right: -15px*/
}

.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .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-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .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-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .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-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}


.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,


.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

@-ms-viewport {
    width: device-width
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

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

.visible-print-inline {
    display: none !important
}

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

.visible-print-inline-block {
    display: none !important
}

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

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

/*!politespace - v1.0.2 - 2017-07-06
Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).
* https://github.com/filamentgroup/politespace
* Copyright (c) 2017 Filament Group (@filamentgroup)
* MIT License*/

.politespace-proxy {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.politespace-proxy-val {
    display: none
}

.politespace-proxy.active.notempty>.politespace-proxy-val {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.politespace-proxy.active.notempty input {
    -webkit-text-fill-color: transparent;
    color: transparent
}

.politespace-proxy.active.notempty input[type=number] {
    -moz-appearance: textfield
}

.politespace-proxy.active.notempty input[type=number]::-webkit-inner-spin-button,
.politespace-proxy.active.notempty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    text-decoration: none;
    outline: 0;
    color: #207fb3
}

a:hover {
    text-decoration: underline
}

body,
table {
    font-family: Source Sans Pro, sans-serif
}

.affix {
    position: fixed
}

b {
    font-weight: 600
}

hr:first-child {
    margin-top: 0
}

hr:last-child {
    margin-bottom: 0
}

button.close {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    color: #6f6f6f;
    background: 0 0;
    border: 0;
    outline: 0;
    text-transform: none;
    -webkit-appearance: none
}

button.close:before {
    content: "\f00d";
    display: block;
    font-size: 18px;
    font-family: Font Awesome\ 5 Pro
}

/*.container {
    max-width: 712px;
    margin: 0 auto;
    padding: 0
}*/

/*@media only screen and (max-width:767px) {
    .container {
        max-width: auto
    }
}*/

/*.container-lg {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0
}*/

/*@media(max-width:1204px) {
    .container-lg {
        margin: 0 32px
    }
}*/

/*@media only screen and (max-width:767px) {
    .container-lg {
        max-width: none;
        margin: 0 10px
    }
}*/

.alert {
    position: relative;
    border: 1px solid #fbc1c2;
    background: #fff3f3;
    padding: 14px 32px 14px 64px;
    margin-top: 14px;
    margin-bottom: 24px;
    line-height: 20px;
    color: #303435;
    font-size: 14px !important
}

@media only screen and (max-width:767px) {
    .alert {
        font-size: 16px !important
    }
}

.alert:after {
    content: "";
    position: absolute;
    display: block;
    top: 14px;
    left: 32px;
    width: 20px;
    height: 20px;
    background: url(/assets/img/alert.svg);
    background-size: cover
}

.alert.alert-info {
    background: #edf4f9;
    border-color: #d0e0ee
}

.alert.alert-info:after {
    background: url(/assets/img/alert-info.svg)
}

.alert.alert-success {
    background: #edf9ee;
    border-color: #d0eed5
}

.alert.alert-success:after {
    display: none
}

.alert.alert-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.alert.alert-coupon {
    padding: 14px 28px
}

@media only screen and (max-width:767px) {
    .alert.alert-coupon {
        padding: 12px
    }
}

#alerts .alert {
    border-left: 0;
    border-right: 0;
    border-top: 0
}

@media only screen and (max-width:767px) {
    #alerts .alert {
        padding: 12px 16px
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes wave {
    0% {
        transform: translate3d(-20px, 0, 0);
        -webkit-perspective: 1000
    }
    to {
        transform: translateZ(0);
        -webkit-perspective: 1000
    }
}

@-moz-keyframes wave {
    0% {
        transform: translate3d(-20px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@-o-keyframes wave {
    0% {
        transform: translate3d(-20px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes wave {
    0% {
        transform: translate3d(-20px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

span.loading {
    display: inline-block;
    width: 30;
    height: 30;
    border: 3px solid #f3632e;
    border-bottom-color: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    vertical-align: middle
}

body {
    background: #f4f4fa
}

p.term-line {
    max-width: 400px;
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin: 0 auto 32px
}

@media only screen and (max-width:360px) {
    .hidden-micro {
        display: none
    }
}

.header,
.text-center {
    text-align: center
}

.header {
    background: #fff;
    font-size: 0
}

.header .contain {
    position: relative;
    height: 79px
}

.header .contain.full {
    height: 86px
}

.header a.back,
.header a.next,
.header a.user {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #303435;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    padding-right: 4px
}

.header a.back:before,
.header a.next:before,
.header a.user:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 10px;
    background-repeat: no-repeat;
    background-position: 50%
}

.header a.back {
    position: absolute;
    top: 26px;
    left: 32px;
    bottom: 0;
    padding-left: 16px
}

@media only screen and (max-width:767px) {
    .header a.back {
        left: 16px
    }
}

.header a.back:before {
    left: 0;
    background-image: url(/assets/img/back.svg)
}

.header a.user {
    position: absolute;
    top: 26px;
    right: 32px;
    bottom: 0;
    font-size: 16px;
    color: #fc591e;
    line-height: 24px
}

.header a.user span {
    font-weight: 600;
    color: #3d3d3d;
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .header a.user {
        font-size: 24px;
        right: 16px
    }
    .header a.user span {
        display: none
    }
}

.header a.next {
    position: absolute;
    top: 26px;
    right: 32px;
    bottom: 0;
    padding-right: 16px
}

@media only screen and (max-width:767px) {
    .header a.next {
        right: 16px
    }
}

.header a.next:before {
    right: 0;
    background-image: url(/assets/img/skip.svg)
}

.header .logo {
    display: inline-block
}

.header .logo img {
    margin-top: 19px;
    height: 36px;
    width: auto
}

@media only screen and (max-width:767px) {
    .header .logo img {
        width: auto;
        height: 28px;
        margin-top: 18px
    }
}

.header .progress {
    height: 6px
}

.header .progress,
.header .progress .bar {
    background: #efefef
}

.header .progress .value {
    height: 6px;
    background: #fc591e
}

.header #alerts .alert {
    margin: 0;
    font-size: 14px
}

.header #alerts .alert:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url(/assets/img/alert.svg);
    background-size: cover;
    vertical-align: bottom
}

.header #alerts .alert:after {
    display: none
}

.header #alerts .alert.alert-info:before {
    background: url(/assets/img/alert-info.svg)
}

.header #alerts .alert.alert-success:before {
    display: none
}

.header.shadow {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .06)
}

@media only screen and (max-width:767px) {
    .header.shadow {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .06)
    }
}

.box {
    position: relative;
    background: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .04), 0 0 42px rgba(0, 0, 0, .04);
    border-radius: 20px;
    padding: 40px
}

@media only screen and (max-width:767px) {
    .box {
        padding: 32px 24px;
        font-size: 42px;
        line-height: 42px
    }
}

@media only screen and (max-width:360px) {
    .box {
        padding: 24px 12px
    }
}

.box.padsides .body,
.box.padsides .heading {
    padding: 32px 64px 42px
}

@media only screen and (max-width:767px) {
    .box.padsides .body,
    .box.padsides .heading {
        padding: 24px 14px 34px
    }
}

.box .box-icon {
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background: #1a8ef9;
    font-size: 32px;
    height: 78px;
    width: 78px;
    line-height: 64px;
    border-radius: 39px;
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -39px;
    box-sizing: border-box;
    border: 7px solid #f3f3f3
}

@media only screen and (max-width:767px) {
    .box .box-icon {
        position: relative;
        top: auto;
        left: auto;
        height: 64px;
        width: 64px;
        border: 0;
        border-radius: 32px;
        margin: 12px auto 20px
    }
}

.box .box-icon-push {
    padding-bottom: 14px
}

@media only screen and (max-width:767px) {
    .box .box-icon-push {
        display: none
    }
}

.box .heading {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 56px;
    line-height: 56px;
    color: #322f3b
}

.box .heading.dleft {
    text-align: left
}

@media only screen and (max-width:767px) {
    .box .heading.dleft {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .box .heading {
        font-size: 42px;
        line-height: 42px
    }
}

.box .heading.heading-left {
    text-align: left
}

.box .headings.heading-right {
    text-align: right
}

.box .heading .circle {
    margin: 0 auto 16px
}

.box .heading p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 23px;
    color: #656565;
    font-weight: 400
}

.box .heading p a {
    color: #fc591e;
    font-weight: 600
}

.box .heading p a,
.box .heading p a:hover {
    text-decoration: none
}

.box .heading p.info {
    color: #939596;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0
}

.box .heading~.body {
    padding-top: 0 !important
}

.box .heading hr {
    border: 0;
    outline: 0;
    height: 1px;
    background-color: #eaeaea;
    margin: 40px 0
}

@media only screen and (max-width:767px) {
    .box .heading hr {
        margin: 32px 0
    }
}

.box .box-toggle:after {
    content: "\f107";
    position: absolute;
    display: block;
    padding: 9px;
    top: 42px;
    right: 64px;
    background: #deeffe;
    color: #1a8ef9;
    width: 42px;
    height: 42px;
    font-family: Font Awesome\ 5 Pro;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 6px
}

@media only screen and (max-width:767px) {
    .box .box-toggle:after {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px
    }
}

.box.box-fold.open .box-toggle:after {
    content: "\f106"
}

.box.box-fold:not(.open) .body {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden
}

.box h1,
.box h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 700;
    line-height: 42px;
    text-align: center
}

.box h1 {
    font-size: 42px
}

@media only screen and (max-width:767px) {
    .box h1 {
        font-size: 32px;
        line-height: 1
    }
}

.box h2 {
    font-size: 36px
}

@media only screen and (max-width:767px) {
    .box h2 {
        font-size: 23px;
        line-height: .83
    }
}

.box .buttons {
    margin-top: 24px
}

.box .buttons .btn {
    padding: 0 24px
}

.box .card {
    margin-left: -32px;
    margin-right: -32px;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

@media only screen and (max-width:767px) {
    .box .card {
        margin: 0
    }
}

.box .card .card-head {
    height: 45px;
    padding: 12px 32px;
    background: #f8f8f8
}

.box .card .card-head .left {
    text-align: left;
    float: left
}

.box .card .card-head .right {
    float: right;
    text-align: right
}

.box .card .card-head .col {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .9px;
    text-align: left;
    color: #939596;
    text-transform: uppercase;
    line-height: 21px
}

@media only screen and (max-width:767px) {
    .box .card .card-head {
        padding: 20px 14px
    }
}

.box .card .card-body {
    padding: 24px 32px
}

.box .card .card-body hr {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    outline: 0;
    background: #ebebeb;
    padding: 0;
    margin: 24px 0
}

.box .card .card-body .item {
    position: relative;
    text-align: left
}

.box .card .card-body .item .name {
    font-size: 18px;
    color: #000;
    line-height: 24px
}

.box .card .card-body .item .info {
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 24px
}

.box .card .card-body .item .posts {
    margin: 12px 0 6px;
    font-size: 0
}

.box .card .card-body .item .posts img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .item .posts img {
        height: 56px;
        width: 56px
    }
}

.box .card .card-body .item .posts img.userImage {
    display: none
}

.box .card .card-body .item .price {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #303435
}

.box .card .card-body .item .price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #6f6f6f
}

@media only screen and (max-width:767px) {
    .box .card .card-body .item .name {
        font-size: 16px
    }
    .box .card .card-body .item .info {
        font-size: 14px
    }
    .box .card .card-body .item .price {
        font-size: 16px
    }
    .box .card .card-body .item .price span {
        font-size: 14px
    }
}

.box .card .card-body .total .info a {
    font-weight: 700;
    border-bottom: 1px dashed #8fbfd9;
    text-decoration: none
}

.box .card .card-body .total .price {
    font-size: 22px;
    color: #f3632e
}

.box .card .card-body .total .price.normal {
    color: #303435
}

.box .card .card-body .plan .posts {
    margin: 12px 0 6px;
    font-size: 0
}

.box .card .card-body .plan .posts img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .plan .posts img {
        height: 56px;
        width: 56px
    }
}

.box .card .card-body .posts {
    margin-top: 24px
}

.box .card .card-body .posts .item {
    margin-bottom: 12px
}

.box .card .card-body .posts .item img.thumb {
    width: 100%
}

.box .card .card-body .posts .item .item-info {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    height: 24px;
    color: #303435;
    font-size: 16px
}

.box .card .card-body .posts .item .item-info b {
    font-weight: 600
}

.box .card .card-body .posts .item .item-info img.status {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 10px
}

.box .card .card-body .posts .row {
    margin-left: -12px;
    margin-right: -12px
}

.box .card .card-body .posts .row .col-lg-1,
.box .card .card-body .posts .row .col-lg-2,
.box .card .card-body .posts .row .col-lg-3,
.box .card .card-body .posts .row .col-lg-4,
.box .card .card-body .posts .row .col-lg-5,
.box .card .card-body .posts .row .col-lg-6,
.box .card .card-body .posts .row .col-lg-7,
.box .card .card-body .posts .row .col-lg-8,
.box .card .card-body .posts .row .col-lg-9,
.box .card .card-body .posts .row .col-lg-10,
.box .card .card-body .posts .row .col-lg-11,
.box .card .card-body .posts .row .col-lg-12,
.box .card .card-body .posts .row .col-md-1,
.box .card .card-body .posts .row .col-md-2,
.box .card .card-body .posts .row .col-md-3,
.box .card .card-body .posts .row .col-md-4,
.box .card .card-body .posts .row .col-md-5,
.box .card .card-body .posts .row .col-md-6,
.box .card .card-body .posts .row .col-md-7,
.box .card .card-body .posts .row .col-md-8,
.box .card .card-body .posts .row .col-md-9,
.box .card .card-body .posts .row .col-md-10,
.box .card .card-body .posts .row .col-md-11,
.box .card .card-body .posts .row .col-md-12,
.box .card .card-body .posts .row .col-sm-1,
.box .card .card-body .posts .row .col-sm-2,
.box .card .card-body .posts .row .col-sm-3,
.box .card .card-body .posts .row .col-sm-4,
.box .card .card-body .posts .row .col-sm-5,
.box .card .card-body .posts .row .col-sm-6,
.box .card .card-body .posts .row .col-sm-7,
.box .card .card-body .posts .row .col-sm-8,
.box .card .card-body .posts .row .col-sm-9,
.box .card .card-body .posts .row .col-sm-10,
.box .card .card-body .posts .row .col-sm-11,
.box .card .card-body .posts .row .col-sm-12,
.box .card .card-body .posts .row .col-xs-1,
.box .card .card-body .posts .row .col-xs-2,
.box .card .card-body .posts .row .col-xs-3,
.box .card .card-body .posts .row .col-xs-4,
.box .card .card-body .posts .row .col-xs-5,
.box .card .card-body .posts .row .col-xs-6,
.box .card .card-body .posts .row .col-xs-7,
.box .card .card-body .posts .row .col-xs-8,
.box .card .card-body .posts .row .col-xs-9,
.box .card .card-body .posts .row .col-xs-10,
.box .card .card-body .posts .row .col-xs-11,
.box .card .card-body .posts .row .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px
}

.box .card .card-body .upsell {
    position: relative
}

.box .card .card-body .upsell .text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 36px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell .text {
        display: block;
        margin: 0;
        line-height: 24px;
        max-width: 75%
    }
}

.box .card .card-body .upsell .text .alt {
    color: #f3632e
}

.box .card .card-body .upsell .added {
    font-size: 16px;
    line-height: 22px;
    color: #83b93f;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell .added {
        padding-bottom: 18px
    }
}

.box .card .card-body .upsell .added img {
    margin-right: 8px
}

.box .card .card-body .upsell .up-info {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 20px;
    width: auto;
    text-align: right
}

.box .card .card-body .upsell .up-info .up-price {
    display: block;
    font-size: 18px;
    color: #303435;
    line-height: 36px
}

.box .card .card-body .upsell .up-info .remove {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #6f6f6f
}

.box .card .card-body .upsell button {
    position: absolute;
    top: -2px;
    right: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    line-height: 36px;
    border-radius: 6px
}

.box .card .card-body .upsell button i {
    font-size: 16px;
    margin-right: 8px
}

.box .card .card-body .upsell button .strike {
    vertical-align: top;
    color: hsla(0, 0%, 100%, .7);
    text-decoration: line-through
}

.box .card .card-body .upsell .added,
.box .card .card-body .upsell .up-info,
.box .card .card-body .upsell input {
    display: none
}

.box .card .card-body .upsell.active .text {
    margin-top: 0;
    display: block
}

.box .card .card-body .upsell.active .added,
.box .card .card-body .upsell.active .up-info {
    display: block
}

.box .card .card-body .upsell.active button {
    display: none
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell {
        border: 0;
        padding: 0;
        height: auto
    }
    .box .card .card-body .upsell .text {
        font-size: 16px;
        text-align: left;
        margin-top: 0
    }
    .box .card .card-body .upsell .added {
        position: relative
    }
    .box .card .card-body .upsell button {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 12px
    }
    .box .card .card-body .upsell .up-info {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell.av .info {
        margin-top: 28px;
        text-align: center
    }
    .box .card .card-body .upsell.av .info img {
        max-width: 100%
    }
}

.box .card .card-body .upsell.av .avinfo {
    margin-top: 18px;
    padding: 16px;
    border-radius: 4px;
    background-color: #f2f8e9;
    border: 1px solid rgba(128, 189, 41, .2)
}

.box .card .card-body .upsell.av .avinfo p {
    margin-bottom: 16px
}

.box .card .card-body .upsell.av .avinfo a.btn {
    font-weight: 600;
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .box .card .card-body .upsell.av .avinfo a.btn {
        font-size: 16px
    }
}

.box .card .card-body .refill {
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.box .card .card-body .refill .title {
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .box .card .card-body {
        padding: 20px
    }
}

.box .card~.card {
    margin-top: 24px
}

.box .card.card-orange {
    margin: 0;
    padding: 24px;
    background: rgba(252, 101, 75, .05)
}

.box .card.card-orange p {
    margin-bottom: 12px;
    font-size: 18px
}

.box .card.card-orange p>a {
    color: #fc654b
}

.box .card.card-orange p>a:hover {
    text-decoration: none;
    -webkit-appearance: none;
    outline: 0;
    border-bottom: 1px dashed #fc654b
}

.box .card.card-orange .form-control {
    padding: 12px;
    height: 45px
}

.box hr {
    margin: 32px 0
}

.box hr:first-child {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .box hr {
        margin: 20px 0
    }
}

.box~.box {
    margin-top: 32px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    .box~.box {
        margin: 24px 20px
    }
    .box~.box .heading {
        padding: 30px 20px
    }
    .box~.box .body {
        padding: 20px
    }
}

.checkflex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 96px 0
}

.checkflex .show-sm {
    display: none !important
}

@media(max-width:1180px) {
    .checkflex {
        justify-content: space-around
    }
    .checkflex .show-sm {
        display: block !important
    }
    .checkflex .hide-sm {
        display: none !important
    }
}

.checkflex.ftop {
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .checkflex {
        display: block;
        margin: 24px 0
    }
}

.checkflex .flex-c1 {
    flex: 0 0;
    min-width: 640px
}

@media only screen and (max-width:767px) {
    .checkflex .flex-c1 {
        width: auto;
        margin-bottom: 50px;
        min-width: auto
    }
}

.checkflex .flex-c2 {
    flex: 1 1;
    max-width: 316px;
    margin: 0 32px
}

@media only screen and (max-width:767px) {
    .checkflex .flex-c2 {
        max-width: none;
        margin: 0 0 50px
    }
}

.checkflex .flex-c3 {
    flex: 1 1;
    max-width: 444px
}

@media only screen and (max-width:767px) {
    .checkflex .flex-c3 {
        max-width: none;
        margin-bottom: 50px
    }
}

.errContainer {
    padding-top: 180px;
    padding-bottom: 40px;
    text-align: center;
    color: #303435
}

.errContainer .errTitle {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
    font-weight: 600
}

.errContainer .errText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 300
}

.errContainer .btn {
    padding: 0 24px
}

.errContainer .btn img {
    margin-right: 9px;
    position: relative;
    top: -1px
}

@media only screen and (max-width:767px) {
    .errContainer {
        padding-top: 32px;
        padding-bottom: 16px
    }
    .errContainer .errTitle {
        font-size: 28px;
        line-height: 36px
    }
    .errContainer .errText {
        font-size: 16px;
        line-height: 22px
    }
}

.form {
    text-align: left
}

.form-disabled {
    opacity: .6;
    cursor: default;
    user-select: none;
    pointer-events: none
}

.form-group {
    position: relative;
    margin-bottom: 16px;
    box-sizing: border-box
}

.form-group .input-icon {
    z-index: 100;
    pointer-events: none;
    margin: 0;
    position: absolute;
    top: 18px;
    left: 17px
}

.form-group .input-icon img {
    height: 22px;
    width: 22px
}

.form-group .input-icon.pusht {
    top: 20px
}

.form-group label {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 16px 16px 16px 54px;
    line-height: 24px;
    outline: 0;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #656565;
    display: block
}

.form-group .form-help {
    position: absolute;
    top: 38px;
    right: 11px
}

.form-row {
    display: flex;
    margin-bottom: 16px
}

.form-row .col {
    display: inline-block;
    flex-grow: 1
}

.form-row .col:not(:last-child) {
    margin-right: 16px
}

.button-group .btn {
    margin-bottom: 10px
}

.button-group .btn:last-child {
    margin-bottom: 0
}

.form-control {
    display: block;
    height: 56px !important;
    width: 100%;
    padding: 15px 16px 16px 53px;
    line-height: 24px;
    outline: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.form-control.no-icon {
    padding-left: 16px
}

@media only screen and (max-width:360px) {
    .form-control {
        font-size: 17px
    }
}

.form-control:not(:placeholder-shown)+label {
    display: none
}

.form-control.active,
.form-control:focus {
    border-color: #fc654b;
    box-shadow: 0 0 10px 0 rgba(252, 101, 75, .2)
}

.form-control.secure:focus {
    border-color: #207fb3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .08)
}

.form-control.form-error {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    border-color: #f64c0e
}

.form-control.form-error.active,
.form-control.form-error:focus {
    border-color: #f64c0e;
    box-shadow: 0 0 2px 1px #fcc1c1
}

.form-control.form-error.secure:focus {
    border-color: #f64c0e
}

.form-spacer {
    height: 24px
}

@media only screen and (max-width:767px) {
    .form-spacer {
        height: 16px
    }
}

textarea.form-control {
    line-height: 1.3 !important;
    padding: 16px !important
}

@media only screen and (max-width:767px) {
    textarea.form-control {
        line-height: 1.2 !important;
        padding: 12px !important
    }
}

.form-error-text {
    margin: 6px 0;
    font-size: 16px;
    color: #f64c0e;
    font-weight: 500;
    line-height: 20px
}

.select-wrap {
    position: relative;
    display: block
}

.select-wrap:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 20px;
    width: 0;
    height: 0;
    border-color: #464b4d transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

@media only screen and (max-width:767px) {
    .select-wrap:after {
        top: 22px;
        right: 18px
    }
}

.select-wrap select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

.select-wrap select.form-control.ph {
    font-weight: 300;
    color: #989898
}

.select-wrap select.form-control::-ms-expand {
    display: block
}

.form-group .card-group {
    position: relative
}

.form-group .card-group img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1000;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .form-group .card-group img {
        top: 15px;
        right: 15px
    }
}

.selector {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 400
}

.selector strong {
    font-weight: 600
}

.selector.disabled {
    pointer-events: none
}

.selector.selector-clear>.clear-add {
    position: absolute;
    top: 16px;
    right: 56px
}

@media only screen and (max-width:767px) {
    .selector.selector-clear>.clear-add {
        top: 13px;
        right: 46px
    }
}

.selector.selector-clear>.form-control {
    padding-right: 96px
}

.selector .selector-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.selector>button.form-control {
    position: relative;
    margin-bottom: 6px;
    padding-right: 56px
}

@media(max-width:399px) {
    .selector>button.form-control .alt {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .selector>button.form-control .description {
        overflow: hidden;
        height: 100%;
        display: block
    }
}

@media only screen and (max-width:767px) {
    .selector>button.form-control .alt-group {
        display: none
    }
}

.selector>button.form-control .alt.alt-hide-selected {
    display: none
}

.selector>button.form-control:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 18px;
    width: 0;
    height: 0;
    border-color: #464b4d transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0
}

@media only screen and (max-width:767px) {
    .selector>button.form-control:after {
        top: 22px
    }
}

.selector>button.form-control.active:after {
    border-color: #303435 transparent transparent
}

@media only screen and (max-width:767px) {
    .selector>button.form-control .alt-group {
        position: absolute;
        top: 66px;
        left: 16px
    }
}

.selector .dropdown-menu {
    display: none;
    position: absolute;
    margin: 0;
    top: 68px;
    left: 0;
    right: 0
}

.selector .dropdown-menu a.selected {
    background: #f5f5f5
}

.selector .dropdown-menu a.selected .description:after {
    content: "\f00c";
    display: inline-block;
    margin-left: 10px;
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    color: #fc654b
}

.selector .dropdown-menu a:focus {
    position: relative;
    z-index: 1000
}

.selector select[multiple]~.dropdown-menu a:not([data-value=""]):before {
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
    vertical-align: bottom
}

.selector select[multiple]~.dropdown-menu a:not([data-value=""]) .description:after {
    display: none
}

.selector select[multiple]~.dropdown-menu a:not([data-value=""]).selected:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    color: #fc654b
}

.selector .alt {
    margin-left: 10px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: right
}

.selector .alt b {
    color: #161616
}

.selector .alt.alt-strike {
    text-decoration: line-through
}

@media only screen and (max-width:767px) {
    .selector .alt.alt-strike {
        display: none
    }
}

.selector .alt.alt-tag {
    padding: 3px 6px;
    color: #fff;
    background: #1a8ef9;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .9px;
    border-radius: 6px;
    text-transform: uppercase
}

.selector .alt.alt-tag.alt-tag-green {
    background: #83b93f
}

.selector .alt.alt-tag.alt-tag-red {
    background: #e6481e
}

.selector .alt:last-child {
    margin-left: 0
}

.selector .alt-group {
    float: right;
    line-height: 22px
}

.selector .alt-group:after {
    content: "";
    display: block;
    clear: both
}




.dropdown-menu strong {
    font-weight: 600
}

.dropdown-menu a {
    position: relative;
    padding: 12px 22px;
    box-sizing: border-box;
    display: block;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    transition: background-color .15s ease-in-out
}


a.btnBuzzoid,
a.btnBuzzoid:hover {
    text-decoration: none
}

.btnBuzzoid {
    position: relative;
    display: inline-block;
    height: 64px;
    line-height: 63px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 32px;
    border: 0;
    background-color: #ff563b;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .1s ease-in-out
}

@media only screen and (max-width:767px) {
    .btnBuzzoid {
        height: 56px;
        line-height: 55px
    }
}

.btn.btn-short {
    height: 45px !important;
    line-height: 44px !important
}

.btn:disabled {
    opacity: .5;
    pointer-events: none
}

.btn.btn-md {
    height: 48px;
    line-height: 47px;
    border-radius: 40px
}

.btn.btn-busy {
    pointer-events: none;
    opacity: .8
}

.btn.btn-busy:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 24px;
    border: 4px solid hsla(0, 0%, 100%, .3);
    border-top-color: hsla(0, 0%, 100%, .8);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite
}

@media only screen and (max-width:767px) {
    .btn.btn-busy:after {
        top: 16px;
        left: 16px
    }
}

.btn.btn-busy.btn-short:after {
    top: 12px !important
}

.btn.btn-busy.btn-busy-full:after {
    margin-left: -12px;
    left: 50%
}

.btn.btn-busy.btn-busy-noload:after {
    display: none
}

.btn:hover {
    background-color: #fb5137;
    color: #fff
}
.btnBuzzoid:hover {
    background-color: #fb5137;
    color: #fff
}

.btn.btn-grey {
    border-color: transparent;
    background-color: rgba(0, 0, 0, .05);
    color: #303435
}

.btn.btn-grey:hover {
    background-color: rgba(0, 0, 0, .07)
}

.btn.btn-blue {
    background-color: #ebf2f6;
    color: #207fb3
}

.btn.btn-blue:hover {
    background-color: #e9eef2
}

.btn.btn-green {
    color: #fff
}

.btn.btn-green,
.btn.btn-green:hover {
    background-color: #00c95a
}

.btn.btn-outline {
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background-color: transparent;
    color: #207fb3
}

.btn.btn-outline:hover {
    border-color: #c7c7c7;
    background-color: transparent
}

.btn.btn-outline-orange {
    color: #ff563b;
    background-color: transparent;
    border: 1px solid #ff563b
}

.btn.btn-outline-orange:hover {
    color: #fb5137;
    border-color: #fb5137;
    background-color: transparent
}

.btn.btn-outline-grey {
    color: #000;
    background-color: transparent;
    border: 1px solid #ccc
}

.btn.btn-outline-grey:hover {
    color: #666;
    border-color: #bbb;
    background-color: transparent
}

.btn.btn-transparent {
    background-color: transparent;
    border: none
}

.btn.btn-transparent:hover {
    border-color: none;
    background-color: transparent
}

.btn.btn-transparent.btn-busy:after {
    content: none
}

.btn.btn-block {
    display: block;
    width: 100%
}

.btn.btn-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.btn.btn-contain {
    height: auto;
    line-height: 1;
    padding: 0
}

.btn.btn-disabled {
    opacity: .7;
    pointer-events: none
}

.btn.btn-lg {
    height: 56px;
    line-height: 55px
}

.btn.btn-lg.btn-busy:after {
    top: 16px;
    left: 16px
}

.rangeslider,
.rangeslider__fill {
    display: block
}

.rangeslider {
    background: rgba(0, 0, 0, .75);
    position: relative
}

.rangeslider--horizontal {
    height: 8px;
    display: block;
    border-radius: 4px;
    margin: 4px 8px
}

.rangeslider__fill {
    background: #ff563b;
    border-radius: 4px;
    position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}

.rangeslider__handle {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #fff;
    border: 0
}

.rangeslider__handle:active {
    background: #eee
}

.rangeslider--horizontal .rangeslider__handle {
    top: -4px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.mar-opt {
    /*margin-top: 24px;
    margin-bottom: 40px*/
}

.checkbox {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .checkbox label {
        display: flex
    }
}

.checkbox span {
    display: inline-block;
    flex: 1 1;
    text-align: left
}

@media only screen and (max-width:767px) {
    .checkbox span {
        position: relative;
        top: -3px;
        font-size: 16px;
        line-height: 20px
    }
}

.checkbox input {
    position: absolute;
    opacity: 0
}

.checkbox input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    user-select: none;
    line-height: 22px
}

.checkbox input+label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 6px
}

.checkbox input:checked+label:before {
    background-color: #ff563b;
    border-color: #ff563b
}

.checkbox input:checked+label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

.vis-micro {
    display: none
}

@media(max-width:350px) {
    .vis-micro {
        display: inline
    }
}

.post {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

.post b {
    font-weight: 700
}

.post label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.post input.img-check {
    opacity: 0;
    height: 1px;
    width: 1px
}

.post input.img-check+span {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.post input.img-check+span:after {
    content: "";
    display: none;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 10px;
}

.post input.img-check:checked+span {
    background-color: #fc591e
}

.post input.img-check:checked+span:after {
    display: block
}

.post .img-info {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    overflow: hidden;
    background: rgba(0, 0, 0, .4);
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    padding: 4px 0
}

.post.post-disabled img {
    opacity: .8;
    filter: grayscale(100%)
}

.post.selected .img-info {
    display: block
}

.modal-content {
    padding: 42px;
    margin: 56px auto;
    min-width: 350px;
    max-width: 500px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff
}

@media only screen and (max-width:991px) {
    .modal-content {
        margin: 16px;
        min-width: auto;
        max-width: none;
        padding: 32px 24px
    }
}

@media(max-width:359px) {
    .modal-content {
        margin: 12px;
        padding: 24px 18px
    }
}

.modal-content .modal-body .title,
.modal-content .modal-body p {
    margin-bottom: 24px
}

.modal-content .modal-body .title {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

.modal-content .modal-body p {
    color: #545454;
    font-size: 18px;
    line-height: 20px
}

.modal-content .modal-body em {
    font-weight: 700;
    font-style: italic
}

.modal-content .modal-actions {
    margin-top: 32px
}

@media only screen and (max-width:991px) {
    .modal-content .modal-actions {
        margin-top: 24px
    }
}

.modal-content .modal-actions .btn {
    margin-bottom: 12px
}

@media only screen and (max-width:991px) {
    .modal-content .modal-actions .btn {
        margin-top: 10px
    }
}

.modal-content .modal-actions .btn:last-child {
    margin-bottom: 0
}

@keyframes pulse-loader {
    0% {
        top: 6px;
        height: 51px
    }
    50%,
    to {
        top: 19px;
        height: 26px
    }
}

.step2 .loader {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 18px auto
}

.step2 .loader span {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #9c9c9c;
    animation: pulse-loader 1.2s cubic-bezier(0, .5, .5, 1) infinite
}

.step2 .loader span:first-child {
    left: 6px;
    animation-delay: -.24s
}

.step2 .loader span:nth-child(2) {
    left: 26px;
    animation-delay: -.12s
}

.step2 .loader span:nth-child(3) {
    left: 45px;
    animation-delay: 0
}

.step2 b {
    font-weight: 700
}

.step2 .panel {
    position: relative;
    color: #322f3b;
    background: #f0f0f0;
    padding: 19px 0;
    margin-top: 40px;
    margin-bottom: 28px;
    border-radius: 6px
}

.step2 .panel p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .step2 .panel p {
        font-size: 17px
    }
}

@media only screen and (max-width:360px) {
    .step2 .panel p {
        font-size: 16px
    }
}

.step2 .panel p b {
    font-weight: 600
}

.step2 .perr {
    text-align: center;
    font-size: 18px;
    margin: 112px 0;
    display: none
}

.step2 .images {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    user-select: none;
    margin: -8px
}

.step2 .images .post-cell {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.step2 .images .post-cell .post-cell-inner {
    margin: 8px
}

.step2 .images .post-cell .post {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px
}

.step2 .images .post-cell .post label {
    width: 100%;
    height: 100%
}

.step2 .images .post-cell .post img {
    width: 100%;
    height: auto
}

.step2 .images .post-cell:before {
    content: "";
    display: table;
    padding-top: 100%
}

@media only screen and (max-width:767px) {
    .step2 .images .post-cell {
        flex: 0 0 33%
    }
}

@media only screen and (max-width:500px) {
    .step2 .images .post-cell {
        flex: 0 0 50%
    }
}

.step2 .buttons .btn {
    margin-bottom: 16px
}

.step2 .buttons .btn:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .step2 .panel {
        margin-bottom: 16px
    }
    .step2 .panel p {
        text-align: center
    }
    .step2 .panel .btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%
    }
    .step2 .buttons {
        margin-bottom: 16px
    }
}

@media only screen and (max-width:767px) {
    .step2 form.sticked .panel-affix-top {
        position: fixed;
        top: 0;
        display: block;
        margin: 0;
        left: 18px;
        right: 18px;
        background: #fff;
        z-index: 900;
        padding-top: 16px
    }
    .step2 form.sticked .images {
        padding-top: 126px
    }
}

.order-review strong {
    font-weight: 600
}

.order-review hr {
    border: 0;
    outline: 0;
    background-color: #eaeaea;
    height: 1px;
    margin: 40px 0
}

.order-review .r-body .icon {
    line-height: 24px;
    height: 24px;
    width: 24px;
    margin-right: 16px;
    font-size: 18px;
    text-align: center
}

.order-review .r-mobi {
    display: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #322f3b
}

@media only screen and (max-width:360px) {
    .order-review .r-mobi {
        font-size: 17px
    }
}

.order-review .r-mobi .bars {
    color: #ff563b;
    margin-right: 16px
}

.order-review .r-mobi .text {
    flex-grow: 1;
    margin-right: 16px
}

.order-review .r-mobi .price {
    font-weight: 400;
    margin-right: 16px
}

.order-review .r-mobi .arrow {
    color: #252525
}

@media only screen and (max-width:1180px) {
    .order-review .r-mobi {
        display: flex
    }
    .order-review .r-body {
        display: none;
        padding-bottom: 8px
    }
    .order-review .r-feature {
        display: none
    }
    .order-review .r-upsell {
        margin: 32px -24px;
        border-radius: 0
    }
    .order-review.box {
        padding: 18px 24px
    }
    .order-review.box hr {
        margin: 34px 0 !important
    }
    .order-review.box hr.show-sm {
        margin-top: 18px !important
    }
    .order-review.open .r-mobi .arrow {
        transform: rotate(180deg)
    }
    .order-review.open .r-body {
        display: block
    }
}

.order-review .r-user {
    display: flex
}

.order-review .r-user .user-image {
    height: 56px;
    width: 56px;
    border-radius: 28px;
    margin-right: 20px
}

@media only screen and (max-width:1180px) {
    .order-review .r-user .user-image {
        height: 48px;
        width: 48px;
        margin-right: 16px
    }
}

.order-review .r-user .info {
    flex-grow: 1
}

.order-review .r-user .name {
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #322f3b
}

@media only screen and (max-width:1180px) {
    .order-review .r-user .name {
        font-size: 18px;
        line-height: 18px
    }
}

.order-review .r-user .change {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px
}

@media only screen and (max-width:1180px) {
    .order-review .r-user .change {
        font-size: 18px;
        line-height: 18px
    }
}

.order-review .r-user .change a {
    color: #656565
}

.order-review .r-plan .r-item {
    display: flex;
    align-items: flex-start;
    line-height: 24px;
    margin-bottom: 32px
}

.order-review .r-plan .r-item .icon {
    color: #fc591e;
    margin-right: 8px
}

.order-review .r-plan .r-item.upsell .icon {
    color: #00c95a
}

.order-review .r-plan .r-item .info {
    flex-grow: 1;
    color: #322f3b;
    font-size: 18px
}

.order-review .r-plan .r-item .info span {
    display: inline-block
}

.order-review .r-plan .r-item .info a.change {
    margin-left: 16px;
    display: inline-block;
    color: #ff563b;
    font-weight: 600
}

.order-review .r-plan .r-item .info a.remove {
    margin-left: 12px;
    display: inline-block;
    color: #656565;
    font-size: 18px;
    font-weight: 400
}

.order-review .r-plan .r-item .info .extra {
    font-size: 16px;
    line-height: 16px;
    color: #656565
}

.order-review .r-plan .r-item .price {
    font-size: 18px;
    line-height: 18px;
    color: #322f3b;
    margin-left: 16px;
    text-align: right
}

.order-review .r-feature .item {
    display: flex;
    margin-bottom: 32px
}

.order-review .r-feature .item:last-of-type {
    margin-bottom: 0
}

.order-review .r-feature .icon {
    font-size: 20px;
    align-items: center;
    height: 22px;
    width: 24px;
    color: #979797;
    margin-right: 12px;
    text-align: center
}

.order-review .r-feature .icon .far {
    vertical-align: top
}

.order-review .r-feature .text {
    flex-grow: 1;
    color: #322f3b;
    font-size: 18px;
    line-height: 20px
}

.order-review .r-offeradd {
    display: none;
    position: relative;
    z-index: 90;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #322f3b;
    font-weight: 600
}

.order-review .r-offeradd .price {
    flex-grow: 1;
    display: block;
    text-align: right
}

.order-review .r-offeradd.active {
    display: flex
}

.order-review .r-coupon {
    position: relative;
    z-index: 90;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #575
}

.order-review .r-coupon .price {
    flex-grow: 1;
    display: block;
    text-align: right
}

.order-review .r-coupon-enter {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-top: 18px
}

@media only screen and (max-width:767px) {
    .order-review .r-coupon-enter {
        padding-bottom: 16px
    }
}

.order-review .r-coupon-enter a.toggle {
    color: #322f3b;
    opacity: .9;
    font-weight: 600
}

.order-review .r-coupon-enter .inner {
    display: none;
    padding-top: 16px
}

.order-review .r-coupon-enter .entry {
    display: flex
}

.order-review .r-coupon-enter input.form-control {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin: 0;
    display: block;
    width: 180px !important;
    flex: 0 0
}

.order-review .r-coupon-enter .btn {
    margin-left: 8px;
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 8px
}

.order-review .r-coupon-enter .line {
    display: block;
    line-height: 24px;
    margin-bottom: 3px
}

.order-review .r-coupon-enter .code {
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 0 6px;
    height: 24px;
    line-height: 24px
}

.order-review .r-coupon-enter .button {
    font-size: 14px;
    margin-left: 2px
}

.order-review .r-coupon-enter .msg {
    display: none;
    line-height: 36px;
    color: #bd3030;
    margin-left: 8px
}

.order-review .r-total {
    position: relative;
    z-index: 90;
    display: flex;
    font-size: 21px;
    line-height: 24px;
    color: #322f3b
}

.order-review .r-total .line {
    display: block
}

.order-review .r-total .price {
    flex-grow: 1;
    display: block;
    text-align: right
}

.order-review .r-upsell {
    background: rgba(0, 201, 90, .06);
    border-radius: 20px;
    margin: 0 -30px 32px;
    padding: 24px 30px
}

.order-review .r-upsell .icon {
    display: inline-block;
    color: #00c95a;
    top: -2px;
    position: relative
}

.order-review .r-upsell .line {
    display: flex;
    font-size: 18px;
    line-height: 18px
}

.order-review .r-upsell .line .icon {
    color: #00c95a;
    margin-right: 16px
}

.order-review .r-upsell .line .text {
    flex-grow: 1;
    color: #322f3b
}

.order-review .r-upsell .strike {
    display: inline-block;
    text-decoration: line-through;
    opacity: .6;
    margin-left: 6px
}

.order-review .r-upsell .btn {
    margin-top: 24px;
    padding: 0 36px;
    font-weight: 900;
    font-size: 18px
}

@media only screen and (max-width:360px) {
    .order-review .r-upsell .btn {
        padding: 0 24px
    }
}

.order-review .r-upsell .btn .far,
.order-review .r-upsell .btn .fas {
    font-size: 16px;
    margin-right: 10px
}

.step3 {
    text-align: center
}

.step3 .logo {
    margin-bottom: 20px
}

.step3 form {
    max-width: 450px;
    margin: 0 auto
}

.step3 h2 {
    max-width: 530px;
    margin: 0 auto 32px
}

.step3 h2 span {
    color: #80bd29
}

.step3 .selector.av button.form-control {
    height: 64px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 16px
}

.step3 .selector.av button.form-control b {
    font-weight: 700
}

.step3 .selector.av button.form-control small {
    line-height: 18px;
    font-size: 14px;
    color: #6f6f6f
}

.step3 .selector.av button.form-control:after {
    top: 26px;
    right: 20px
}

.step3 .selector.av .dropdown-menu {
    color: #6f6f6f;
    font-weight: 400
}

.step3 .selector.av .dropdown-menu b {
    font-weight: 700;
    color: #161616
}

.step3 .selector.av .dropdown-menu br {
    display: none
}

.step3 .selector.av .dropdown-menu small {
    float: right;
    text-align: right
}

.step3 .panel {
    margin-top: 42px;
    padding: 32px;
    background: #f8f8f8
}

.step3 .panel h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 700
}

.step3 .panel p {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 35px
}

.step3 .panel .info {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .step3 label {
        text-align: center
    }
    .step3 .btn {
        font-size: 16px
    }
    .step3 .panel {
        padding: 24px;
        margin-top: 36px
    }
    .step3 .panel h3 {
        font-size: 16px
    }
    .step3 .panel p {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 28px
    }
    .step3 .panel .info {
        font-size: 16px
    }
}

.step-track {
    margin-top: 16px;
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {
    .step-track {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width:768px) {
    .step4 .box .heading {
        padding: 42px 64px
    }
    .step4 .box .body {
        padding: 64px
    }
}

.step4 .box .contact {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
    color: #444
}

.step4 .box .contact a {
    font-weight: 700
}

.step4 .box .btn.toPaypal img {
    position: absolute;
    top: 10px;
    left: 16px
}

@media only screen and (max-width:767px) {
    .step4 .box .btn.toPaypal img {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        left: 0;
        top: -2px;
        margin-right: 8px
    }
}

.step4 .box.box-addons .addon .addon-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 6px
}

.step4 .box.box-addons .addon .addon-title i {
    color: #fc654b;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px
}

.step4 .box.box-addons .addon .addon-description {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .step4 .box.box-addons .addon .card-orange {
        margin: 0 -20px;
        border-radius: 0
    }
    .step4 .box.box-addons .addon:last-child .card-orange {
        margin-bottom: -20px
    }
}

.step4 .box.box-summary .items {
    margin-bottom: 32px
}

.step4 .box.box-summary .items .item {
    font-size: 18px;
    margin-bottom: 20px
}

.step4 .box.box-summary .items .item .price {
    float: right
}

.step4 .box.box-summary .items .item .price.free {
    color: #6f6f6f;
    letter-spacing: 1px
}

.step4 .box.box-summary .items .item.item-add {
    position: relative
}

.step4 .box.box-summary .items .item.item-add:before {
    content: "\f067";
    display: inline-block;
    margin-right: 8px;
    color: #fc654b;
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px
}

.step4 .box.box-summary .items .item.item-add .close {
    position: absolute;
    top: 1px;
    right: -30px
}

@media only screen and (max-width:767px) {
    .step4 .box.box-summary .items .item.item-add .price {
        margin-right: 30px
    }
    .step4 .box.box-summary .items .item.item-add .close {
        right: 0
    }
}

.step4 .box.box-summary .items .item.item-total {
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .step4 .box.box-items .card {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .step4 .box.box-items .card~.card {
        margin-top: 0;
        border-top: none;
        border-bottom: 1px solid #ebebeb;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px
    }
    .step4 .box.box-items .card~.card .card-body,
    .step4 .box.box-items .card~.card .card-head {
        padding-top: 0
    }
    .step4 .box.box-items .card~.card .card-body hr,
    .step4 .box.box-items .card~.card .card-head hr {
        margin-top: 0
    }
    .step4 .box.box-items .card~.card .card-head~.card-body {
        padding-top: 20px
    }
    .step4 .box.box-items .card~.card .card-head~.card-body hr {
        margin-top: 24px
    }
}

.btn.toPaypal img {
    position: absolute;
    top: 10px;
    left: 16px
}

@media only screen and (max-width:767px) {
    .btn.toPaypal img {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        left: 0;
        top: -2px;
        margin-right: 8px
    }
}

.step4 .checkbox {
    margin-top: 24px
}

.set-section {
    margin-top: 24px
}

.set-section,
.set-section a.set-btn {
    background: #f2f9ff;
    border-radius: 4px
}

.set-section a.set-btn {
    display: block;
    color: #2691f6;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none
}

.set-section a.set-btn:hover {
    background: #edf4fa;
    text-decoration: none
}

.set-section .set-body {
    display: none
}

.set-section .set-option {
    border-top: 1px solid #e5e9ee;
    padding: 26px 24px
}

.set-section .set-option .set-title {
    color: #161616;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px
}

.set-section .set-option .set-text {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 12px;
    max-width: 90%
}

.set-section .set-option .selector {
    max-width: 70%
}

.set-section .set-option .selector button span {
    float: right;
    margin-right: 28px
}

.set-section .set-option .selector .dropdown-menu a span {
    float: right
}

@media only screen and (max-width:360px) {
    .set-section {
        margin-left: -26px;
        margin-right: -26px
    }
}

@media only screen and (max-width:767px) {
    .set-section {
        margin-left: -12px;
        margin-right: -12px
    }
    .set-section .set-option .selector,
    .set-section .set-option .set-text {
        max-width: 100%
    }
}

.step4 .userImage {
    display: none
}

.auth .guest-btn {
    margin-top: 32px
}

.auth .conditions {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 8px;
    display: none
}

.auth .conditions.active {
    display: block
}

.auth .conditions .cond {
    margin-bottom: 8px;
    color: #676767;
    font-size: 16px;
    line-height: 16px;
    opacity: .9
}

.auth .conditions .cond i {
    margin-right: 8px
}

.auth .conditions .cond .fa-circle {
    display: inline-block
}

.auth .conditions .cond .fa-check-circle {
    display: none
}

.auth .conditions .cond.active {
    opacity: 1;
    color: #000
}

.auth .conditions .cond.active .fa-circle {
    display: none
}

.auth .conditions .cond.active .fa-check-circle {
    display: inline-block
}

.auth .conditions .cond.active i {
    color: #fc591e
}

#frmCheckout .card-icon {
    height: auto;
    width: 32px
}

#frmCheckout .form-group label {
    pointer-events: auto
}

#frmCheckout .chk-applepay {
    display: none
}

#frmCheckout .chk-applepay .btnApplePay {
    display: inline-block;
    height: 48px;
    width: 100%;
    max-width: 320px;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: check-out;
    -apple-pay-button-style: #000
}

#frmCheckout .order-review {
    position: relative
}

#frmCheckout .order-review .mobile-down {
    display: none;
    font-size: 20px;
    height: 48px;
    width: 48px;
    background: #fff;
    border-radius: 24px;
    text-align: center;
    bottom: -6px;
    left: 50%;
    margin-left: -24px;
    z-index: 80;
    position: absolute;
    color: #5e5e5e
}

#frmCheckout .order-review .mobile-down .icon {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 16px
}

@media only screen and (max-width:767px) {
    #frmCheckout .order-review.open .mobile-down {
        display: block
    }
}

#frmCheckout.form-busy {
    opacity: .9;
    pointer-events: none
}

#frmCheckout .checkflex .flex-c1 {
    order: 0
}

#frmCheckout .checkflex .flex-c3 {
    order: 1
}

@media(max-width:1180px) {
    #frmCheckout .checkflex {
        display: block
    }
    #frmCheckout .checkflex .flex-c1,
    #frmCheckout .checkflex .flex-c3 {
        max-width: 640px;
        margin: 0 auto;
        display: block
    }
    #frmCheckout .checkflex .flex-c3 {
        margin-bottom: 18px
    }
}

#frmCheckout.upsell-off .r-item.upsell {
    display: none
}

#frmCheckout.upsell-off .r-upsell {
    display: block
}

#frmCheckout.upsell-on .r-item.upsell {
    display: flex
}

#frmCheckout.upsell-on .r-upsell {
    display: none
}

#frmCheckout .box hr {
    margin: 40px 0
}

@media only screen and (max-width:767px) {
    #frmCheckout .box hr {
        margin: 32px 0
    }
}

#frmCheckout iframe.cko-iframe.theme-standard {
    height: 132px !important
}

#frmCheckout .save-opt {
    padding-top: 10px
}

#frmCheckout .save-opt.checkbox input:checked+label:after {
    top: 11px
}

@media only screen and (max-width:767px) {
    #frmCheckout .save-opt.checkbox input:checked+label:after {
        top: 10px
    }
}

#frmCheckout .paypal-dis {
    text-align: center;
    padding: 8px 16px;
    color: #555
}

#frmCheckout .box h3 {
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #000
}

#frmCheckout .box h3 .cards {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    list-style: none;
    display: flex
}

#frmCheckout .box h3 .cards svg {
    margin: 0 2px
}

@media only screen and (max-width:767px) {
    #frmCheckout .box h3 .cards {
        position: relative;
        margin-top: 6px;
        margin-bottom: 2px
    }
}

#frmCheckout .row.row-exp {
    margin-left: -5px;
    margin-right: -5px
}

#frmCheckout .row.row-exp>.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px
}

@media only screen and (max-width:767px) {
    #frmCheckout .row.row-card {
        margin-left: -5px;
        margin-right: -5px
    }
    #frmCheckout .row.row-card>.col-xs-4,
    #frmCheckout .row.row-card>.col-xs-8 {
        padding-left: 5px;
        padding-right: 5px
    }
}

#frmCheckout #cardNumber {
    letter-spacing: .4px
}

#frmCheckout .col-xs-6.col-month {
    padding-right: 5px
}

#frmCheckout .col-xs-6.col-year {
    padding-left: 5px
}

#frmCheckout .btn.btn-pay {
    font-weight: 900;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #FF603C;
    border-radius: 20px;
    padding: 10px 10px;
    color: white;
}

#frmCheckout .btn.btn-pay-crypto {
    font-weight: 900;
    font-size: 20px;
    background-color: #f7931a;
    color: #fff;
    height: 52px;
    line-height: 52px;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px
}

@media only screen and (max-width:767px) {
    #frmCheckout .btn.btn-pay-crypto {
        width: 100%
    }
}

#frmCheckout .crypto-icons {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 12px
}

#frmCheckout .crypto-icons .cicon {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    margin-right: 4px
}

#frmCheckout .agree {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

#frmCheckout .agree a {
    position: relative;
    display: inline-block;
    color: #161616;
    font-weight: 600;
    text-decoration: none
}

#frmCheckout .agree a:hover {
    text-decoration: none
}

#frmCheckout .agree strong {
    font-weight: 600;
    color: #000
}

@media only screen and (max-width:767px) {
    #frmCheckout .agree {
        text-align: center
    }
}

#frmCheckout span.secure {
    background: url(/assets/img/secure_green.svg) no-repeat;
    width: 9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 9px 0 8px
}

#frmCheckout span.secure.lg {
    width: 12px;
    height: 18px;
    background-size: contain
}

#frmCheckout .or-line {
    position: relative;
    height: 19px;
    line-height: 19px;
    text-align: center;
    margin: 32px 0
}

#frmCheckout .or-line span {
    position: relative;
    z-index: 1000;
    display: inline-block;
    color: #676767;
    background: #fff;
    padding: 0 9px;
    font-size: 16px;
    letter-spacing: .5px
}

#frmCheckout .or-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 1px;
    background: #dfdfdf;
    z-index: 100
}

.selector.cardSelect {
    margin-bottom: 32px
}

.selector.cardSelect .item {
    font-size: 18px;
    font-weight: 400
}

.selector.cardSelect .item>div {
    margin-right: 32px;
    display: inline-block
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item>div {
        margin-right: 24px
    }
}

.selector.cardSelect .item>div:last-child {
    margin-right: 0
}

.selector.cardSelect .item .cc_card {
    font-weight: 600
}

.selector.cardSelect .item .cc_card img {
    margin-right: 16px
}

.selector.cardSelect .item .cc_card .dots {
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item .cc_name {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .selector.cardSelect .item .cc_exp {
        font-size: 16px
    }
}

@media(max-width:380px) {
    .selector.cardSelect .item .cc_exp {
        display: none
    }
}

.feedback .head {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 42px
}

@media only screen and (max-width:767px) {
    .feedback .head {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.feedback .head h2 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .feedback .head h2 {
        font-size: 32px;
        line-height: 32px;
        padding: 0 12px;
        margin-bottom: 16px
    }
}

.feedback .head p {
    font-size: 20px;
    line-height: 26px;
    color: #868e9b;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 300
}

@media only screen and (max-width:767px) {
    .feedback .head p {
        font-size: 18px;
        line-height: 22px;
        padding: 0 12px
    }
}

.feedback .box {
    margin-top: 0;
    padding: 56px 32px
}

@media only screen and (max-width:767px) {
    .feedback .box {
        padding: 20px
    }
}

.feedback .box form.form {
    max-width: 450px;
    margin: 0 auto
}

.feedback .box form.form textarea {
    height: 98px !important
}

.feedback .thank {
    display: flex;
    text-align: center;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    min-height: fit-content
}

@media only screen and (max-width:767px) {
    .feedback .thank {
        display: block;
        margin-top: 32px
    }
}

.feedback .thank .inner {
    max-width: 450px;
    padding: 16px
}

@media only screen and (max-width:767px) {
    .feedback .thank .inner {
        padding: 32px;
        margin: 0 auto
    }
}

.feedback .thank i {
    color: #00ca40;
    font-size: 56px;
    margin-bottom: 32px
}

.feedback .thank h3 {
    font-size: 42px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .feedback .thank h3 {
        font-size: 36px;
        line-height: 36px
    }
}

.feedback .thank p {
    font-size: 20px;
    line-height: 26px;
    color: #868e9b;
    max-width: 400px;
    font-weight: 300;
    margin: 0 auto 42px
}

@media only screen and (max-width:767px) {
    .feedback .thank p {
        font-size: 18px;
        line-height: 22px
    }
}

.auto-up.up-a {
    position: relative;
    margin-top: 32px;
    background: #f2f8e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 38px 32px
}

.auto-up.up-a .logo {
    margin-bottom: 20px
}

.auto-up.up-a .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #76b329;
    margin-bottom: 12px;
    max-width: 400px
}

.auto-up.up-a .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #444;
    margin-bottom: 20px;
    max-width: 400px
}

.auto-up.up-a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: url(/assets/img/av_arrow.svg) no-repeat 100%;
    background-size: contain
}

@media only screen and (max-width:767px) {
    .auto-up.up-a {
        text-align: center;
        padding: 32px
    }
    .auto-up.up-a .title {
        max-width: none;
        font-size: 24px;
        line-height: 28px
    }
    .auto-up.up-a .text {
        max-width: none;
        font-size: 18px;
        line-height: 22px
    }
    .auto-up.up-a:after {
        display: none
    }
}

.auto-up.up-b {
    margin-top: 32px
}

.auto-up.up-b .top {
    margin-bottom: 4px;
    background: #fdf2ee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 45px
}

.auto-up.up-b .top div {
    line-height: 29px;
    padding: 8px 0;
    font-size: 18px;
    color: #f3632e;
    font-weight: 600;
    text-align: center
}

.auto-up.up-b .top i.warn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/av_warn.svg) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 12px
}

.auto-up.up-b .body {
    background: #f8f8f8;
    padding: 25px 0 25px 75px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.auto-up.up-b .body .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #303435;
    margin-bottom: 12px;
    max-width: 320px
}

.auto-up.up-b .body .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    margin-bottom: 20px;
    max-width: 320px
}

.auto-up.up-b .body i.like {
    position: absolute;
    top: 25px;
    left: 32px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(/assets/img/av_like.svg) no-repeat;
    background-size: cover
}

.auto-up.up-b .body .btn {
    position: absolute;
    top: 24px;
    right: 32px;
    padding: 0 20px
}

@media only screen and (max-width:767px) {
    .auto-up.up-b .body .text,
    .auto-up.up-b .body .title {
        max-width: none;
        margin-right: 32px
    }
    .auto-up.up-b .body .btn {
        position: relative;
        top: 0;
        right: 0;
        padding: 0 32px
    }
}

.auto-up .btn {
    padding: 0 35px;
    font-size: 18px;
    font-weight: 600
}

.auto-up .btn i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(/assets/img/forward_white.svg) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px
}

.user-review {
    text-align: center
}

.user-review .img {
    display: inline-block;
    background: #f95798;
    background: -moz-linear-gradient(top, #f95798 0, #fc591e 100%);
    background: -webkit-linear-gradient(top, #f95798, #fc591e);
    background: linear-gradient(180deg, #f95798 0, #fc591e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f95798", endColorstr="#fc591e", GradientType=0);
    padding: 4px;
    border-radius: 36px;
    width: 72px;
    height: 72px;
    margin-bottom: 22px
}

.user-review .img img {
    height: 64px;
    width: 64px;
    border-radius: 32px
}

.user-review p {
    font-size: 21px;
    line-height: 32px;
    color: #322f3b;
    margin-bottom: 28px
}

.user-review .stars {
    margin-bottom: 28px;
    color: #fc591e;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 24px
}

.user-review .author {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #656565
}

.user-review .author strong {
    color: #322f3b;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px
}

.modal-backdrop {
    background: rgba(0, 0, 0, .25)
}

@media only screen and (max-width:767px) {
    .modal-backdrop {
        background: #f4f4fa
    }
}

#preoffer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f4f9;
    z-index: 9990
}

#OfferPrompt,
#OfferPrompt.show {
    display: block
}

#OfferPosts,
#OfferPrompt.hide {
    display: none
}

#OfferPosts.show {
    display: block
}

#OfferPosts.hide {
    display: none
}

.offer-wrap {
    overflow-y: scroll;
    height: 100%
}

.offer-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.offer-head img {
    height: 30px;
    width: auto
}

.offer-body {
    padding: 25px 12px;
    max-width: 500px;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .offer-body .box {
        font-size: inherit;
        line-height: inherit
    }
}

.offer-body b {
    font-weight: 600
}

.offer-body .highlight {
    color: #fc591e
}

.offer-body .box {
    padding: 28px 32px
}

.offer-body .preline {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
    color: #676978
}

.offer-body .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px
}

.offer-body .subtitle {
    font-size: 18px;
    color: #676978;
    text-align: center;
    margin-bottom: 32px
}

.offer-body .posts-fast {
    text-align: center
}

.offer-body .posts-fast .pf-posts {
    display: none;
    margin-bottom: 20px
}

.offer-body .posts-fast .pf-posts .pf-pinfo {
    font-size: 17px;
    color: #444;
    margin-bottom: 8px
}

.offer-body .posts-fast .pf-posts .pf-pinfo b,
.offer-body .posts-fast .pf-posts .pf-pinfo strong {
    font-weight: 600
}

.offer-body .posts-fast .pf-posts.active {
    display: block
}

.offer-body .posts-fast .pf-postlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -18px
}

.offer-body .posts-fast .pf-post {
    position: relative;
    margin: 4px
}

.offer-body .posts-fast .pf-post .pf-check {
    display: none;
    color: #fff;
    font-size: 32px;
    position: absolute;
    z-index: 9999;
    top: 9px;
    right: 7px;
    line-height: 32px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .33)
}

.offer-body .posts-fast .pf-post img {
    display: block;
    margin: 0;
    padding: 0;
    height: 120px;
    width: 120px;
    border: 1px solid #ddd
}

@media only screen and (max-width:767px) {
    .offer-body .posts-fast .pf-post img {
        height: 100px;
        width: 100px
    }
}

.offer-body .posts-fast .pf-post.active .pf-check {
    display: block
}

.offer-body .posts-fast .pf-post.active img {
    border: 2px solid #000
}

.offer-body .posts-fast .pf-icon {
    color: #fc591e;
    font-size: 36px;
    font-weight: 700
}

.offer-body .posts-fast .pf-title {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 24px
}

.offer-body .posts-fast .pf-choose {
    margin-bottom: 20px
}

.offer-body .posts-fast .pf-choose a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
    color: #7f808e
}

.offer-body .posts-fast .pf-choose a:hover {
    color: #555
}

.offer-body .posts-fast .pf-auto {
    text-align: left;
    display: flex;
    align-items: center;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 14px 18px;
    color: #696161;
    transition: all .1s;
    margin-bottom: 8px;
    cursor: pointer
}

.offer-body .posts-fast .pf-auto .pf-thumb {
    display: flex;
    flex-direction: column;
    width: 34px;
    align-items: center;
    margin-right: 14px
}

.offer-body .posts-fast .pf-auto .pf-thumb img {
    height: 34px;
    width: 34px;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.offer-body .posts-fast .pf-auto .pf-thumb.dual img {
    height: 23px;
    width: 23px;
    margin: 2px
}

.offer-body .posts-fast .pf-auto .pf-text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    flex-grow: 1
}

.offer-body .posts-fast .pf-auto .pf-text span {
    color: #475bf4
}

.offer-body .posts-fast .pf-auto .pf-text b {
    font-weight: 700
}

.offer-body .posts-fast .pf-auto .pf-toggle {
    position: relative;
    background-color: #b9b9b9;
    border-radius: 103px;
    width: 45px;
    height: 27px;
    z-index: 3000;
    transition: all .1s
}

.offer-body .posts-fast .pf-auto .pf-toggle span {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    border-radius: 103px;
    width: 24px;
    height: 25px;
    left: 1px;
    top: 1px;
    z-index: 3001;
    transition: all .1s
}

.offer-body .posts-fast .pf-auto.active {
    background-color: #fff;
    border-color: #e3e3e3
}

.offer-body .posts-fast .pf-auto.active .pf-toggle {
    background: #76d672
}

.offer-body .posts-fast .pf-auto.active .pf-toggle span {
    left: auto;
    right: 1px
}

.offer-body .items .items-inner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}

.offer-body .items .item {
    position: relative;
    height: 162px;
    width: 156px;
    border: 1.5px solid #d8d6e1;
    box-sizing: border-box;
    border-radius: 23px;
    z-index: 2000
}

.offer-body .items .item .tag {
    position: absolute;
    top: -13.5px;
    left: 0;
    right: 0;
    height: 27px;
    text-align: center;
    z-index: 2020
}

.offer-body .items .item .tag span {
    display: inline-block;
    color: #9a9090;
    background: #f9f9f9;
    border-radius: 29px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 18px;
    line-height: 27px;
    height: 27px;
    margin: -13.5px auto 0
}

.offer-body .items .item .icon {
    color: #fc591e;
    text-align: center;
    font-size: 36px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px
}

.offer-body .items .item .desc {
    color: #626367;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px
}

.offer-body .items .item .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #90919c
}

.offer-body .items .item .price span {
    font-weight: 400;
    font-style: normal;
    text-decoration-line: line-through;
    color: #90919c !important
}

.offer-body .items .item.item-offer {
    border-color: #66c672
}

.offer-body .items .item.item-offer .price {
    color: #66c672
}

.offer-body .items .item.item-offer .tag span,
.offer-body .items .plus {
    color: #fff;
    background: #66c672
}

.offer-body .items .plus {
    height: 31px;
    width: 31px;
    border-radius: 50%;
    font-size: 31px;
    line-height: 30px;
    text-align: center;
    margin: 0 -8.5px;
    z-index: 2020;
    min-width: 31px
}

.offer-body .save {
    margin-top: 25px;
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #7f808e
}

.offer-body .save span {
    color: #64c56f
}

.offer-body .cta a {
    display: block;
    background: #566af6;
    border-radius: 61px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 8px
}

.offer-body .cta a .fa-check-circle {
    position: relative;
    top: 2px;
    left: -4px;
    font-size: 24px
}

.offer-body .cta a .line1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff
}

.offer-body .cta a .line2 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 7px
}

.offer-body .cta a:hover {
    color: #fff;
    text-decoration: none
}

.offer-body .reject a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
    color: #7f808e;
    margin-top: 12px
}

.offer-body .reject a:hover {
    color: #555
}

@media only screen and (max-width:410px) {
    .offer-body .box {
        padding: 24px 18px
    }
    .offer-body .preline {
        font-size: 15px
    }
    .offer-body .cta a .fa-check-circle {
        top: 2px;
        left: -2px;
        font-size: 22px
    }
    .offer-body .cta a .line1 {
        font-size: 15px
    }
    .offer-body .cta a .line2 {
        font-size: 12px
    }
    .offer-body .items .item .desc,
    .offer-body .items .item .price {
        font-size: 15px
    }
    .offer-body .items-inner {
        margin: 0 -6px
    }
}

.order-options {
    font-size: 14px
}

.order-options hr {
    margin: 32px 0 !important
}

.order-options__title {
    display: flex;
    color: #555;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    margin-bottom: 12px;
    margin-left: 3px
}

.order-options__title i,
.order-options__title strong {
    margin-right: 6px
}

.order-options__title span {
    font-size: 12px;
    color: #aaa
}

.order-options__item {
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    padding: 12px 24px
}

.order-options__toggle {
    line-height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #666
}

.order-options__toggle i:first-child {
    color: #555
}

.order-options__toggle i:last-child {
    color: #777 !important
}

.order-options__toggle span {
    margin: 0 6px;
    flex-grow: 1
}

.order-options__toggle:hover {
    color: #333;
    text-decoration: none
}

.order-options__panel {
    display: none;
    padding-bottom: 6px
}

.order-options__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 12px;
    padding: 0 3px
}

.order-options .active .order-options__panel {
    display: block
}

#auto_upsell {
    background: #f4f4fa;
    text-align: center;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.25
}

.upsell_orange {
    color: #ff563b;
    font-size: 1.1em
}

a.auto_upsell_link {
    background: #ffd12f;
    display: inline-block;
    color: #000;
    padding: .25em .5em;
    border-radius: 5px;
    margin-top: .25em;
    font-size: 1.1em
}

.upsell_orange+div {
    font-size: .95em;
    max-width: 350px;
    margin: 0 auto
}

.upsell_orange>span {
    display: inline-block
}

#auto_upsell {
    margin-bottom: 0
}

@media(max-width:600px) {
    #auto_upsell+.text-center .mar-opt.checkbox {
        margin: 0 auto .25rem
    }
    #auto_upsell {
        font-size: 1.35rem
    }
}
.dropdownList{
    background-color: transparent;
    color: grey;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.curentLanguage{
    width: 24px; height: 18px; margin-right: 8px;
}
.dropdownMenu{
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 5px;
    z-index: 1000;
    width: 80px;
}
.dropdownMenu a{
    display: flex;
    align-items: center;
    padding: 10px;
    color: black;
    text-decoration: none;
    font-size: 14px;
}
.dropdownMenu img{
    width: 24px; height: 18px; margin-right: 8px;
}

@media (max-width: 768px) {
    /* Styles pour mobile */
    #navbarSupportedContent2 {
        margin-right: 3px;
//margin-left:1px;
        //margin-top: 5px;
z-index:9999999;
    }
}

@media (min-width: 769px) {
    /* Styles pour desktop */
    #navbarSupportedContent2 {
        margin-top: 16px;
    }
}