@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
.block {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0 20px
}
.row.block div img{
    max-width: 100%;
    position: absolute;
    margin-left: -60px;
    margin-top: 20px;
}

@media (max-width:480px) {
    .block {
        padding-left: 60px;
        background-position: 20px 20px
    }
}

.block-incoming {
    background-image: url("../images/incoming.svg")
}

.block-insurance {
    background-image: url("../images/insurance.svg")
}

.block-consolidation {
    background-image: url("../images/consolidation.svg")
}

.block-workspace {
    background-image: url("../images/workspace.svg")
}

.block-outgoing {
    background-image: url("../images/outgoing.svg")
}

.block-declaration {
    background-image: url("../images/declaration.svg")
}

.block-packing {
    background-image: url("../images/packing.svg")
}

.block-requests {
    background-image: url("../images/requests.svg")
}

.block-storage {
    background-image: url("../images/storage.svg")
}

.block-shophelp {
    background-image: url("../images/shophelp.svg")
}

.block-shield {
    background-image: url("../images/shield.svg")
}

.block-size {
    background-image: url("../images/size.svg")
}

.block-type {
    background-image: url("../images/type.svg")
}

.block-time {
    background-image: url("../images/time.svg")
}

.block-weight {
    background-image: url("../images/weight.svg")
}

.block-cards {
    background-image: url("../images/cards.svg")
}

.block h3 {
    color: #ff6f18;
    font-weight: 400
}

.ar .block {
    padding-left: 0;
    padding-right: 50px
}

.ar .block .count {
    left: auto;
    right: 0
}

.counter-block {
    position: relative
}

.counter-block .count {
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ff6f18;
    border: 2px solid #ff6f18;
    line-height: 38px;
    border-radius: 50%
}

img {
    max-width: 100%
}

.article-page img {
    display: inline-block;
    height: auto
}

h1 {
    font-size: 24px
}

h1,
h2 {
    font-weight: 500
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px;
    font-weight: 500
}

.bg-gray {
    background-color: #637382
}

.bg-light-gray {
    background-color: #b6bfc8
}

.bg-black {
    background-color: #222b34
}

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

.bg-orange {
    background-color: #ff6f18
}

.bg-red {
    background-color: #f50
}

.bg-green {
    background-color: #7ed321
}

.bg-blue {
    background-color: #39f
}

.bg-purple {
    background-color: purple
}

.segment-xsmall {
    display: block;
    margin-top: 10px
}

.segment-small {
    display: block;
    margin-top: 15px
}

.segment-medium {
    display: block;
    margin-top: 20px
}

.segment-large {
    display: block;
    margin-top: 25px
}

.segment-xlarge {
    display: block;
    margin-top: 30px
}

.segment-xxlarge {
    display: block;
    margin-top: 45px
}

@media (max-width:480px) {
    .segment-xs-xsmall {
        margin-top: 10px
    }
    .segment-xs-small {
        margin-top: 15px
    }
    .segment-xs-medium {
        margin-top: 20px
    }
    .segment-xs-large {
        margin-top: 25px
    }
    .segment-xs-xlarge {
        margin-top: 30px
    }
    .segment-xs-xxlarge {
        margin-top: 45px
    }
}

@media (max-width:768px) {
    .segment-sm-xsmall {
        margin-top: 10px
    }
    .segment-sm-small {
        margin-top: 15px
    }
    .segment-sm-medium {
        margin-top: 20px
    }
    .segment-sm-large {
        margin-top: 25px
    }
    .segment-sm-xlarge {
        margin-top: 30px
    }
    .segment-sm-xxlarge {
        margin-top: 45px
    }
}

@media (max-width:992px) {
    .segment-md-xsmall {
        margin-top: 10px
    }
    .segment-md-small {
        margin-top: 15px
    }
    .segment-md-medium {
        margin-top: 20px
    }
    .segment-md-large {
        margin-top: 25px
    }
    .segment-md-xlarge {
        margin-top: 30px
    }
    .segment-md-xxlarge {
        margin-top: 45px
    }
}

@media (min-width:1200px) {
    .segment-lg-xsmall {
        margin-top: 10px
    }
    .segment-lg-small {
        margin-top: 15px
    }
    .segment-lg-medium {
        margin-top: 20px
    }
    .segment-lg-large {
        margin-top: 25px
    }
    .segment-lg-xlarge {
        margin-top: 30px
    }
    .segment-lg-xxlarge {
        margin-top: 45px
    }
}

.text-xsmall {
    font-size: 11px
}

.text-small {
    font-size: 13px
}

.text-medium {
    font-size: 14px
}

.text-large {
    font-size: 15px
}

.text-xlarge {
    font-size: 16px
}

.item-inner .carousel-caption .caption,
.text-gray {
    color: #637382
}

.text-light-gray {
    color: #b6bfc8
}

.text-black {
    color: #222b34
}

.text-white {
    color: #fff
}

.text-orange {
    color: #ff6f18
}

.text-red {
    color: #f50
}

.text-green {
    color: #7ed321
}

.text-blue {
    color: #39f
}

.text-purple {
    color: purple
}

@media (max-width:480px) {
    .text-xs-left {
        text-align: left
    }
    .text-xs-right {
        text-align: right
    }
    .text-xs-center {
        text-align: center
    }
}

@media (max-width:768px) {
    .text-sm-left {
        text-align: left
    }
    .text-sm-right {
        text-align: right
    }
    .text-sm-center {
        text-align: center
    }
}

@media (max-width:992px) {
    .text-md-left {
        text-align: left
    }
    .text-md-right {
        text-align: right
    }
    .text-md-center {
        text-align: center
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }
    .text-lg-right {
        text-align: right
    }
    .text-lg-center {
        text-align: center
    }
}

.flush {
    margin: 0!important
}

.box {
    border-radius: 5px;
    background-color: #f9fafc;
    margin: 25px 0;
    padding: 0 10px 20px 10px;
    box-shadow: 0 5px 6px 0 rgba(50, 50, 93, .1);
    position: relative
}

.box a {
    color: #978cbf;
}

.box-footer {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.case {
    padding: 12px 15px;
    border-radius: 6px
}

.case.white {
    background: #fff
}

.case.gray {
    background: #f9fafc
}

.case.expand {
    margin-left: -15px;
    margin-right: -15px
}

.iconbox {
    display: flex;
    align-items: center
}

.iconbox.between {
    justify-content: space-between
}

.iconbox .icon {
    margin-right: 5px
}

.iconbox h1,
.iconbox h2,
.iconbox h3 {
    margin: 0;
    padding: 0
}

.table-of-contents {
    margin: 15px 0
}

.table-of-contents>h3 {
    margin-top: 8px!important
}

.table-of-contents li {
    margin-bottom: 5px
}

.open-link,
.table-of-contents li a {
    cursor: pointer
}

.open-link {
    border-bottom: 1px dashed
}

.pointer {
    cursor: pointer
}

.modal-header h2 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.modal-footer {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

html[lang=ar]>body.page>div.page-container>section {
    direction: rtl
}

a.edit-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 15px;
    z-index: 100;
    background: rgba(0, 0, 0, .55);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    transition: .3s
}

a.edit-widget:focus,
a.edit-widget:hover {
    color: #fff;
    opacity: .75
}

a.edit-widget>.glyphicon {
    margin-right: 5px;
    font-size: 14px
}

#flash a {
    color: #fff
}

.button {
    outline: none;
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .14);
    text-decoration: none;
    transition: .2s;
    background-color: #637382
}

.button-right {
    padding-left: 30px
}

.button:active,
.button:focus,
.button:hover,
.button:visited {
    text-decoration: none
}

.button-default {
    color: #fff;
    background-color: #637382
}

.button-default:hover {
    color: #fff;
    background-color: #5e6d7c
}

.button-primary {
    color: #fff;
    background-color: #39f
}

.button-primary:hover {
    color: #fff;
    background-color: #3091f2
}

.button-success {
    color: #fff;
    background-color: #7ed321
}

.button-success:hover {
    color: #fff;
    background-color: #78c81f
}

.button-warning {
    color: #fff;
    background-color: #f90
}

.button-warning:hover {
    color: #fff;
    background-color: #ffb84d
}

.button-danger {
    color: #fff;
    background-color: #f50
}

.button-danger:hover {
    color: #fff;
    background-color: #f25100
}

.alert {
    border-radius: 5px;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .03);
    background: #fff;
    padding: 12px 11px;
    display: flex
}

.alert .icon,
.alert img {
    margin-right: 11px
}

.alert p {
    margin: 0;
    font-size: 12px;
    color: #637382
}

.q-collapse {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .03);
    background: #fff;
    padding: 12px 11px;
    display: block;
    overflow: hidden;
    height: 90px
}

.q-collapse.collapsed {
    height: auto
}

.q-collapse.collapsed .glow {
    display: none
}

.q-collapse .title {
    color: #637382
}

.q-collapse .title .icon {
    margin-right: 5px
}

.q-collapse .glow {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    width: 100%;
    height: 50px;
    transition: .5s
}

.item-inner {
    margin: 20px;
    padding: 20px;
    background-color: #eff9fe!important;
    box-shadow: 0 3px 13px #bed8e2
}

.item-inner img {
    margin: 0 15px;
    max-width: 200px
}

.item-inner .carousel-caption {
    position: unset;
    text-shadow: none
}

.item-inner .carousel-caption .title {
    color: #000
}

.item-inner .carousel-caption .caption {
    font-size: 17px
}

#q-carousel .carousel-control {
    background: none
}

#q-carousel .carousel-control span {
    width: 40px;
    height: 40px
}

#q-carousel .carousel-control span:before {
    content: unset
}

#q-carousel .carousel-control span.icon-next,
#q-carousel .carousel-control span.icon-prev {
    background: url("/images/static/slideshow-arrow.svg") transparent no-repeat 100%
}

#q-carousel .carousel-control span.icon-next {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

#q-carousel .carousel-control img {
    position: absolute;
    top: 45%
}

@media (max-width:768px) {
    #q-carousel .carousel-control {
        display: none
    }
    .item-inner {
        margin: 20px
    }
    .VueCarousel-navigation-button{display: none;}
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
    transition: all .5s
}

.slide-left-enter,
.slide-left-leave-active {
    opacity: 0
}

.slide-left-enter {
    transform: translateX(31px)
}

.slide-left-leave-active {
    transform: translateX(-31px)
}

.slide-right-enter,
.slide-right-leave-active {
    opacity: 0
}

.slide-right-enter {
    transform: translateX(-31px)
}

.slide-right-leave-active {
    transform: translateX(31px)
}

@media only screen and (max-width:480px) {
    .q-radio {
        display: block!important;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

.q-radio {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    outline: none;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    color: #657180
}

.q-radio-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.q-radio-inner {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 3px;
    background-color: #fff;
    border: 1px solid #d7dde4;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.q-radio-inner:after {
    position: absolute;
    width: 7px;
    height: 7px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    display: table;
    border-top: 0;
    border-left: 0;
    content: " ";
    background-color: #39f;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0)
}

.q-radio.q-radio-checked .q-radio-inner {
    border-color: #39f
}

.q-radio.q-radio-checked .q-radio-inner:after {
    opacity: 1;
    transform: scale(1);
    transition: all .2s ease-in-out
}

.q-radio.q-radio-checked:hover .inner {
    border-color: #39f
}

.q-radio.disabled {
    color: #c3cbd6
}

.q-radio.disabled,
.q-radio.disabled input {
    cursor: not-allowed
}

.q-radio.disabled .inner {
    border-color: #d7dde4;
    background-color: #dfe4e9
}

.q-radio.disabled .inner:after {
    background-color: #ccc
}

.q-radio.disabled:hover .inner {
    border-color: #d7dde4
}

.q-radio-group.vertical .q-radio {
    display: block!important;
    margin-bottom: 10px
}

.table-wrapper {
    overflow: auto;
    overflow-y: hidden
}

@media (max-width:480px) {
    .q-table-mobile .q-thead {
        display: none!important
    }
    .q-table-mobile .q-tbody,
    .q-table-mobile .q-tbody .q-row,
    .q-table-mobile .q-thead .q-th {
        display: block!important
    }
    .q-table-mobile .q-tbody .q-row:last-child {
        border-right: none
    }
    .q-table-mobile .q-tbody .q-row:last-child .q-td {
        border-bottom: 1px solid #e3e8ee!important;
        width: 100%!important
    }
    .q-table-mobile .q-tbody .q-row .q-td,
    .q-table-mobile .q-tbody .q-row .q-th {
        display: block!important;
        border-right: none!important
    }
}

.q-table {
    width: 100%;
    display: table;
    color: #657180;
    font-size: 13px;
    border: 1px solid #e3e8ee;
    border-radius: 4px
}

.q-table-expand .q-td {
    padding: 10px 15px!important
}

.q-table-expand-md .q-td {
    padding: 7px 10px!important
}

.q-table .q-thead {
    text-align: left;
    background-color: #f5f7f9;
    height: 38px;
    overflow: hidden;
    display: table-header-group
}

.q-table .q-thead .q-th {
    display: table-cell;
    padding: 10px;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    height: 38px
}

.q-table .q-thead .q-th:last-child {
    border-right: none
}

.q-table .q-tbody {
    display: table-row-group
}

.q-table .q-tbody .q-row {
    display: table-row
}

.q-table .q-tbody .q-row.success {
    background-color: #dff0d8
}

.q-table .q-tbody .q-row .q-th {
    display: table-cell;
    padding: 10px 15px;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    height: 38px;
    white-space: nowrap;
    background-color: #f5f7f9
}

.q-table .q-tbody .q-row .q-th:last-child {
    border-right: none
}

.q-table .q-tbody .q-row .q-td {
    display: table-cell;
    position: relative;
    border-right: 1px solid #e3e8ee;
    border-bottom: 1px solid #e3e8ee;
    padding: 5px 10px;
    vertical-align: top
}

.q-table .q-tbody .q-row .q-td .editable {
    cursor: text;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    border: none;
    width: 100%
}

.q-table .q-tbody .q-row .q-td .editable::-webkit-input-placeholder {
    color: #eee
}

.q-table .q-tbody .q-row .q-td .editable:-moz-placeholder,
.q-table .q-tbody .q-row .q-td .editable::-moz-placeholder {
    color: #eee
}

.q-table .q-tbody .q-row .q-td .editable:-ms-input-placeholder {
    color: #eee
}

.q-table .q-tbody .q-row .q-td .editable .text-sm.red {
    margin-top: 6px
}

.q-table .q-tbody .q-row .q-td .editable:focus {
    outline: none
}

.q-table .q-tbody .q-row .q-td .editable.active {
    border-bottom: 1px solid #f90
}

.q-table .q-tbody .q-row .q-td .remove {
    right: 0;
    top: 12px;
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    position: absolute
}

.q-table .q-tbody .q-row .q-td .error {
    display: table;
    white-space: nowrap;
    position: absolute;
    transition: all .3s;
    top: -25px;
    left: 0;
    padding: 4px;
    background: #fff;
    box-shadow: 0 12px 42px 5px rgba(0, 0, 0, .08)!important;
    border-radius: 3px;
    z-index: 999
}

.q-table .q-tbody .q-row .q-td .error:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 20px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0
}

.q-table .q-tbody .q-row .q-td:last-child {
    border-right: none
}

.q-table .q-tbody .q-row .q-td:last-child .q-th {
    border-bottom: none
}

.q-table .q-tbody .q-row:hover {
    background-color: #ebf7ff
}

.q-table .q-tbody .q-row:hover .remove {
    display: block!important
}

.q-table .q-tbody .q-row:hover .editable {
    background-color: #ebf7ff
}

.q-table .q-tbody .q-row:last-child .q-td {
    border-bottom: none
}

.q-table-editable .q-tbody .q-row .q-td {
    padding: 0
}

.q-table-editable .q-tbody .q-row .q-td .editable {
    padding: 10px
}

@media (max-width:480px) {
    .q-table-mobile {
        display: block
    }
}

.q-tooltip {
    display: inline-block;
    postition: relative
}

.q-tooltip-popper {
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    z-index: 999;
    min-height: 18px
}

.q-tooltip-popper[x-placement^=top] {
    padding: 5px 0 8px
}

.q-tooltip-popper[x-placement^=right] {
    padding: 0 5px 0 8px
}

.q-tooltip-popper[x-placement^=bottom] {
    padding: 8px 0 5px
}

.q-tooltip-popper[x-placement^=left] {
    padding: 0 8px 0 5px
}

.q-tooltip-popper[x-placement^=top] .arrow {
    left: 5px;
    bottom: 3px;
    border-width: 5px 5px 0;
    border-top-color: rgba(70, 76, 91, .9)
}

.q-tooltip-popper[placement=top] .arrow {
    left: 50%;
    margin-left: -5px
}

.q-tooltip-popper[placement=top-start] .arrow {
    left: 16px
}

.q-tooltip-popper[placement=top-end] .arrow {
    right: 16px
}

.q-tooltip-popper[x-placement^=right] .arrow {
    left: 3px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(70, 76, 91, .9)
}

.q-tooltip-popper[placement=right] .arrow {
    top: 50%;
    margin-top: -5px
}

.q-tooltip-popper[placement=right-start] .arrow {
    top: 8px
}

.q-tooltip-popper[placement=right-end] .arrow {
    bottom: 8px
}

.q-tooltip-popper[x-placement^=left] .arrow {
    right: 3px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(70, 76, 91, .9)
}

.q-tooltip-popper[placement=left] .arrow {
    top: 50%;
    margin-top: -5px
}

.q-tooltip-popper[placement=left-start] .arrow {
    top: 8px
}

.q-tooltip-popper[placement=left-end] .arrow {
    bottom: 8px
}

.q-tooltip-popper[x-placement^=bottom] .arrow {
    top: 3px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(70, 76, 91, .9)
}

.q-tooltip-popper[placement=bottom] .arrow {
    left: 50%;
    margin-left: -5px
}

.q-tooltip-popper[placement=bottom-start] .arrow {
    left: 16px
}

.q-tooltip-popper[placement=bottom-end] .arrow {
    right: 16px
}

.q-tooltip-popper .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.q-tooltip-content {
    min-height: 34px;
    padding: 8px 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(70, 76, 91, .9);
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    white-space: nowrap
}

.q-alert {
    position: relative;
    padding: 8px 16px;
    border-radius: 4px;
    color: #657180;
    font-size: 14px
}

.q-alert.q-alert-compact {
    padding: 10px!important
}

.q-alert .q-alert-title {
    padding-bottom: 5px;
    font-size: 14px
}

.q-alert .q-alert-icon {
    padding-right: 5px;
    font-size: 10px
}

.q-alert-success {
    border: 1px solid #e5f6d3;
    background-color: #f2fbe9
}

.q-alert-info {
    border: 1px solid #d6ebff;
    background-color: #ebf5ff
}

.q-alert-warning {
    border: 1px solid #ffebcc;
    background-color: #fff5e6
}

.q-alert-error {
    border: 1px solid #fdc;
    background-color: #ffeee6
}

.q-alert .message {
    color: #464c5b;
    display: block
}

.q-button-group .q-button {
    float: left
}

.q-button-group .q-button.current {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background-color: rgba(0, 0, 0, .05)
}

.q-button-group .q-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.q-button-group .q-button:last-child {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.q-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    line-height: 1.5;
    user-select: none;
    transform: translateZ(0);
    transition: color .2s linear, background-color .2s linear, border .2s linear;
    padding: 6px 15px;
    font-size: 13px;
    border-radius: 4px
}

.q-button,
.q-button:active,
.q-button:focus {
    outline: 0
}

.q-button-large {
    padding: 6px 15px 7px;
    font-size: 18px;
    border-radius: 4px
}

.q-button-small {
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 3px
}

.q-button .glyphicon {
    top: 2px!important
}

.q-button-image {
    height: 14px;
    margin-left: -5px;
    padding-right: 5px
}

.q-button-wide {
    display: block;
    width: 100%
}

.q-button-link {
    background: none;
    color: #657180
}

.q-button-link:hover {
    color: #939ca6
}

.q-button-default {
    color: #657180;
    background-color: #fff;
    border-color: #d7dde4
}

.q-button-default:hover {
    color: #939ca6;
    background-color: #fff;
    border-color: #e3e7ec
}

.q-button-default:focus {
    box-shadow: 0 0 5px #fff
}

.q-button-default:disabled {
    color: #b2b8c0;
    background-color: #fff;
    border-color: #ebeef2
}

.q-button-default.active {
    color: #606b7a;
    background-color: #f2f2f2;
    border-color: #f2f2f2
}

.q-button-primary {
    color: #fff;
    background-color: #39f;
    border-color: #39f
}

.q-button-primary:hover {
    color: #fff;
    background-color: #70b8ff;
    border-color: #70b8ff
}

.q-button-primary:focus {
    box-shadow: 0 0 5px #39f
}

.q-button-primary:disabled {
    color: #fff;
    background-color: #9cf;
    border-color: #9cf
}

.q-button-primary.active {
    color: #f2f2f2;
    background-color: #3091f2;
    border-color: #3091f2
}
.kss-q-button-primary {
    color: #fff;
    background-color: #f90;
    border-color: #f90

}

.kss-q-button-primary:hover {
    color: #fff;
    background-color: #ffb84d;
    border-color: #ffb84d
}
.mb-45{margin-bottom: 45px;}
.q-button-info {
    color: #fff;
    background-color: #2db7f5;
    border-color: #2db7f5
}

.q-button-info:hover {
    color: #fff;
    background-color: #6ccdf8;
    border-color: #6ccdf8
}

.q-button-info:focus {
    box-shadow: 0 0 5px #2db7f5
}

.q-button-info:disabled {
    color: #fff;
    background-color: #96dbfa;
    border-color: #96dbfa
}

.q-button-info.active {
    color: #f2f2f2;
    background-color: #2baee9;
    border-color: #2baee9
}

.q-button-success {
    color: #fff;
    background-color: #7ed321;
    border-color: #7ed321
}

.q-button-success:hover {
    color: #fff;
    background-color: #a5e064;
    border-color: #a5e064
}

.q-button-success:focus {
    box-shadow: 0 0 5px #7ed321
}

.q-button-success:disabled {
    color: #fff;
    background-color: #bfe990;
    border-color: #bfe990
}

.q-button-success.active {
    color: #f2f2f2;
    background-color: #78c81f;
    border-color: #78c81f
}

.q-button-warning {
    color: #fff;
    background-color: #f90;
    border-color: #f90
}

.q-button-warning:hover {
    color: #fff;
    background-color: #ffb84d;
    border-color: #ffb84d
}

.q-button-warning:focus {
    box-shadow: 0 0 5px #f90
}

.q-button-warning:disabled {
    color: #fff;
    background-color: #ffcc80;
    border-color: #ffcc80
}

.q-button-warning.active {
    color: #f2f2f2;
    background-color: #f29100;
    border-color: #f29100
}

.q-button-error {
    color: #fff;
    background-color: #f50;
    border-color: #f50
}

.q-button-error:hover {
    color: #fff;
    background-color: #ff884d;
    border-color: #ff884d
}

.q-button-error:focus {
    box-shadow: 0 0 5px #f50
}

.q-button-error:disabled {
    color: #fff;
    background-color: #ffaa80;
    border-color: #ffaa80
}

.q-button-error.active {
    color: #f2f2f2;
    background-color: #f25100;
    border-color: #f25100
}

.q-button .badge {
    font-size: 11px
}
.q-steps {
    font-size: 0;
    width: 100%;
    line-height: 1.5
}

.q-step {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.q-step:last-child .q-step-tail {
    display: none
}

.q-step-process .q-step-head .q-step-number {
    border-color: #39f;
    background-color: #39f;
    color: #fff
}

.q-step-finish .q-step-head .q-step-number {
    border-color: #39f;
    background-color: #fff;
    color: #39f
}

.q-step-finish .q-step-tail>i:after {
    width: 100%;
    background: #39f;
    transition: all .2s ease-in-out;
    opacity: 1
}

.q-step-wait .q-step-tail>i {
    background-color: #c3cbd6
}

.q-step-head {
    background: #f9fafc;
    position: relative;
    z-index: 100;
    padding-right: 10px;
    float: left;
    display: block;
    width: 36px;
    height: 26px
}

.q-step-head .q-step-number {
    float: left;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    color: #9ea7b4;
    transition: background-color .2s ease-in-out
}

@media screen and (max-width:992px) {
    .q-step-head {
        float: none;
        margin: 0 auto
    }
}

.q-step-title {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    margin-bottom: 4px;
    padding-right: 10px;
    font-size: 14px;
    color: #657180;
    background: #f9fafc;
    z-index: 100
}

@media screen and (max-width:1200px) {
    .q-step-title {
        font-size: 12px
    }
}

@media screen and (max-width:992px) {
    .q-step-title {
        display: none
    }
}

.q-step-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px
}

@media screen and (max-width:992px) {
    .q-step-tail {
        display: none
    }
}

.q-step-tail>i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #c3cbd6;
    border-radius: 1px;
    position: relative
}

.q-step-tail>i:after {
    content: "";
    width: 0;
    height: 100%;
    background: #c3cbd6;
    opacity: 0;
    position: absolute;
    top: 0
}

.q-toasts .q-toast {
    top: 10px;
    right: 10px;
    position: fixed;
    width: 260px;
    z-index: 999;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background: #fff
}

.q-toasts .q-toast.type-success {
    border-left: 4px solid #7ed321
}

.q-toasts .q-toast.type-info {
    border-left: 4px solid #39f
}

.q-toasts .q-toast.type-warning {
    border-left: 4px solid #f90
}

.q-toasts .q-toast.type-error {
    border-left: 4px solid #f50
}

.q-toasts .q-toast-title {
    font-size: 13px;
    color: #464c5b;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    font-weight: 700
}

.q-toasts .q-toast-message {
    font-size: 12px;
    color: #657180
}

.q-toasts .q-toast-close {
    cursor: pointer
}

@media (max-width:480px) {
    .q-loading {
        width: 100%
    }
}

.q-loading-wrapper {
    text-align: center
}

.q-tabs.q-tabs-wide .q-tab-title {
    padding-left: 15px!important;
    padding-right: 15px!important;
    text-align: center!important
}

.q-tabs .q-tabs-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #f9fafc;
    margin-bottom: 10px;
    position: relative
}

.q-tabs .q-tabs-header .q-tab-bar {
    position: absolute;
    height: 4px;
    background-color: #39f;
    bottom: 0;
    left: 0;
    transition: all .3s
}

.q-tabs .q-tabs-header .q-tab-title {
    display: inline-block;
    padding: 7px;
    color: #464c5b;
    cursor: pointer
}

.q-tabs .q-tabs-header .q-tab-title.active {
    color: #39f
}

@media screen and (max-width:768px) {
    .q-tabs .q-tabs-header .q-tab-title {
        width: 100%;
        text-align: left!important;
        padding: 7px 0!important;
        border-right: 3px solid transparent;
        padding-right: 25px!important
    }
    .q-tabs .q-tabs-header .q-tab-title .pin {
        float: right
    }
    .q-tabs .q-tabs-header .q-tab-title.active {
        border-right: 3px solid #39f
    }
    .q-tabs .q-tabs-header .q-tab-bar {
        display: none
    }
}

.q-tabs .q-tabs-body {
    padding: 7px 0
}

.q-panel {
    transition: all .3s ease;
    border: 1px solid transparent;
    position: relative
}

.q-panel.case .q-panel-content {
    border-top: 0!important
}

.q-panel-open .q-panel-indicator {
    transform: rotate(-180deg)
}

.q-panel-selected {
    border: 1px solid #7ed321
}

.q-panel-indicator {
    position: absolute;
    text-align: center;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    color: #c3cbd6;
    cursor: pointer;
    transition: all .3s ease
}

.q-panel-title {
    padding-left: 5px;
    padiing-right: 5px;
    font-weight: 500;
    color: #464c5b;
    cursor: pointer
}

.q-panel-subtitle {
    font-size: 13px;
    color: #9ea7b4;
    font-weight: 400
}

.q-panel-content {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding: 5px 10px 5px 5px
}

.q-list {
    margin-top: 10px
}

.q-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.q-list-title {
    font-weight: 500;
    padding-bottom: 7px
}

.q-list-icon {
    width: 20px;
    display: inline-block;
    margin-right: 5px
}

.q-list-icon img {
    width: 100%
}

.q-list-item {
    padding-bottom: 5px;
    padding-top: 5px
}

.q-list-item .glyphicon {
    width: 20px;
    margin-right: 5px;
    text-align: center
}

.q-list-item:first-child {
    padding-top: 0
}

.q-list-item:last-child {
    padding-bottom: 0
}

.q-dropdown {
    position: relative;
    cursor: pointer;
    padding: 5px 40px 5px 10px;
    border-radius: 5px
}

.q-dropdown-open,
.q-dropdown-wide {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.q-dropdown-wide {
    display: block
}

.q-dropdown:hover {
    background: #f9fafc
}

.q-dropdown-title {
    font-size: 14px;
    font-weight: 500;
    color: #6a727c;
    text-decoration: none!important
}

.q-dropdown-subtitle {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.q-dropdown-indicator {
    position: absolute;
    text-align: center;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    color: #c3cbd6;
    cursor: pointer;
    transition: all .3s ease
}

.q-dropdown-content {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    border-radius: 0 0 5px 5px;
    z-index: 999
}

.q-dropdown-account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
    height: 100%;
    border-radius: 0
}

.q-dropdown-account.q-dropdown-open:hover {
    background: #fff
}

.q-dropdown-account .q-dropdown-title {
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 400
}

.q-dropdown-account .q-dropdown-title .avatar {
    margin: 0
}

.q-dropdown-account .q-dropdown-title .username {
    display: flex;
    margin: 0 10px;
    flex-direction: column
}

.q-dropdown-account .q-dropdown-indicator {
    position: static
}

.q-dropdown-account .q-dropdown-content {
    border-top: 1px solid #eee;
    top: 70px
}

.q-dropdown-account .q-dropdown-content .navigation a,
.q-dropdown-account .q-dropdown-content .navigation p {
    display: block;
    margin: 10px 0
}

.q-dropdown-account .q-dropdown-content .navigation a:last-child,
.q-dropdown-account .q-dropdown-content .navigation p:last-child {
    margin-bottom: 0
}

.q-dropdown-account .q-dropdown-content .navigation hr {
    margin: 10px -10px
}

@media (max-width:480px) {
    .q-dropdown-account {
        justify-content: flex-end
    }
}

.q-rating {
    display: inline-block
}

.q-rating span {
    cursor: pointer;
    font-size: 20px;
    color: #ff9b00;
    padding-left: 5px
}

.q-comments .comment {
    margin-top: 10px
}

.q-comments .comment:first-child {
    margin-top: 0
}

.q-comments .comment .message {
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 5px 10px;
    max-width: calc(100% - 90px)
}

@media only screen and (max-width:480px) {
    .q-comments .comment .message {
        margin-left: 0;
        max-width: 100%
    }
}

.q-comments .comment .avatar {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 25px
}

.q-collapse h2 {
    margin: 0;
    padding: 0
}

.q-collapse-title {
    cursor: pointer
}

.q-image-picker .photos {
    display: flex
}

.q-image-picker .photos .photo {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 5px;
    overflow: hidden
}

.q-image-picker .photos .photo.add,
.q-image-picker .photos .photo .remove>span {
    font-size: 50px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 300;
    cursor: pointer
}

.q-image-picker .photos .photo.add {
    background: #ddd;
    margin-right: 0
}

.q-image-picker .photos .photo .remove {
    border-radius: 5px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .2s
}

.q-image-picker .photos .photo .remove span {
    display: block;
    transform: rotate(45deg)
}

.q-image-picker .photos .photo:hover .remove {
    opacity: 1
}

.q-image-picker .photos-sm .photo {
    margin-right: 7px;
    width: 33px;
    height: 33px
}

.q-image-picker .photos-sm .photo.add,
.q-image-picker .photos-sm .photo .remove>span {
    font-size: 33px
}

.q-image-picker .photos-lg .photo {
    margin-right: 10px;
    width: 70px;
    height: 70px
}

.q-image-picker .photos-lg .photo.add,
.q-image-picker .photos-lg .photo .remove>span {
    font-size: 70px
}

@keyframes pulse {
    50% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

.q-like {
    user-select: none
}

.q-like,
.q-like .like-button {
    position: relative;
    display: inline-block
}

.q-like .like-button {
    cursor: pointer;
    color: #657180;
    vertical-align: middle;
    height: 33px;
    padding-left: 30px;
    outline: none;
    border: none;
    line-height: 33px;
    font-size: 16px
}

.q-like .like-button .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/like.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 20px 20px
}

.q-like .like-button.active {
    color: #ff3347
}

.q-like .like-button.active .bg {
    animation-name: pulse;
    animation-duration: .3s;
    animation-timing-function: linear;
    background-image: url(/images/like-active.svg)
}

.q-like .like-button-small {
    height: 28px;
    padding-left: 28px;
    line-height: 28px;
    font-size: 14px
}

.q-like .like-button-small .bg {
    background-position: 5px;
    background-size: 18px 18px
}

.q-like .likers {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -35px;
    left: calc(50% - 70px);
    width: 140px;
    height: 55px;
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    padding: 5px;
    transition: .2s
}

.q-like .likers>* {
    display: inline-block;
    margin-right: 5px
}

.q-like .likers>* .avatar {
    margin: 0
}

.q-like .likers>:last-child {
    margin-right: 0
}

.q-like .likers .see-all {
    display: block;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    font-size: 13px;
    opacity: .9
}

.q-like:hover .likers {
    transition-delay: .5s;
    visibility: visible;
    top: -60px;
    opacity: 1
}

.popular-stores .wrapper {
    background: radial-gradient(48% 74%, #ffb84d 0, #f90 99%);
    padding-top: 30px
}

.popular-stores .nav li a:focus,
.popular-stores .nav li a:hover {
    background: none
}

.popular-stores .tabs {
    background: #fcfcfc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px -6px 0 rgba(50, 50, 93, .1)
}

.popular-stores .tabs .nav-tabs {
    display: flex;
    justify-content: space-between;
    border: none
}

@media (max-width:480px) {
    .popular-stores .tabs .nav-tabs {
        flex-direction: column
    }
}

.popular-stores .tabs .nav-tabs li {
    border: none;
    margin: 0;
    float: none;
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-bottom: 1px solid hsla(0, 0%, 59%, .2);
    padding: 0 10px
}

.popular-stores .tabs .nav-tabs li a {
    font-size: 16;
    color: #637382;
    padding: 20px 25px;
    border: none
}

.popular-stores .tabs .nav-tabs li.active {
    border-bottom: 3px solid #39f
}

.popular-stores .popular {
    background: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 5px 6px 0 rgba(50, 50, 93, .1);
    padding-bottom: 20px
}

.popular-stores .popular-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px
}

.popular-stores .popular-wrapper .store {
    height: 20px
}

.stores .store-categories {
    margin-bottom: 30px
}

.stores .store-categories a {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px
}

.stores .store-categories a.active {
    background: rgba(0, 0, 0, .1)
}

.stores .store-item {
    position: relative
}

.stores .store-item h3 {
    margin-top: 0!important;
    margin-bottom: 20px!important
}

.stores .store-item .logo {
    width: 100%;
    height: auto;
    display: block
}

.stores .store-item .label {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: unset;
    margin-top: 5px
}

.stores .store-item .price-positioning {
    position: absolute;
    top: -5px;
    right: 15px;
    font-size: 20px;
    color: #ff6200;
    font-weight: 500;
    cursor: default
}

.promo-store {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.promo-store .title {
    color: #ffa100
}

.promo-store .steps .step {
    margin-top: 20px;
    display: flex
}

.promo-store .steps .step span {
    background-image: url(../images/icon-romb-orange.svg);
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #ffa100
}

.promo-store .steps .step div {
    padding-left: 7px;
    padding-top: 3px;
    width: calc(100% - 26px)
}

.calculator {
    background: #f9fafc
}

.apps {
    margin-top: 100px;
    padding-bottom: 0;
    position: relative
}

@media (max-width:480px) {
    .apps {
        margin-top: 70px
    }
}

.apps .wrapper {
    background: radial-gradient(48% 74%, #ff9b00 0, #ff5f20 99%);
    padding-top: 30px;
    padding-bottom: 60px
}

.apps .app {
    position: absolute;
    bottom: -242px
}

.apps .install {
    background-color: #000;
    padding: 10px 7px;
    border-radius: 25px;
    display: inline-block;
    width: 290px
}

.apps .install img {
    width: 40px;
    padding: 0 10px;
    border-right: 1px solid hsla(0, 0%, 100%, .3)
}

.apps .install span {
    padding: 0 10px
}

@media (max-width:768px) {
    .apps .install {
        width: 300px;
        margin-right: auto;
        margin-left: auto
    }
    .apps .install:last-child {
        margin-bottom: 30px
    }
}

.support {
    background-image: -webkit-linear-gradient(bottom left, #fedfff 0, #b1e4fe);
    background-image: -o-linear-gradient(bottom left, #fedfff 0, #b1e4fe 100%);
    background-image: linear-gradient(to top right, #fedfff 0, #b1e4fe)
}

.articles .articles-categories {
    padding: 20px 0;
    border: 0
}

.articles .articles-categories .active {
    color: #ff6f18
}

.articles-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em
}

@media (max-width:480px) {
    .articles-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em
    }
}

@media (max-width:768px) {
    .articles-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em
    }
}

.articles-list .article {
    display: inline-block;
    width: 100%
}

.articles-list .article .box {
    margin: 10px 0
}

.articles-list .article iframe {
    width: 100%!important
}

.articles-list .article hr {
    margin: 10px 0
}

.articles-list .article h2 {
    padding-top: 0;
    margin-top: 0
}

.articles-list .article h2 a {
    color: #222b34
}

.article-themes .active a {
    color: #ff6f18
}

.article-page {
    font-size: 16px
}

.article-page .h1,
.article-page .h2,
.article-page .h3,
.article-page h1,
.article-page h2,
.article-page h3 {
    clear: both
}

.article-page h2 {
    font-size: 22px
}

.article-page mark {
    background-color: #ffffa1
}

.article-page a:not(.btn):not(.q-button) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 85, 119, .13)), to(rgba(4, 85, 119, .13)));
    background-image: -webkit-linear-gradient(rgba(4, 85, 119, .13), rgba(4, 85, 119, .13));
    background-image: -o-linear-gradient(rgba(4, 85, 119, .13), rgba(4, 85, 119, .13));
    background-image: linear-gradient(rgba(4, 85, 119, .13), rgba(4, 85, 119, .13));
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-position: 0 100%;
    padding-bottom: 2px
}

.article-page .content a {
    background-image: -webkit-linear-gradient(left, rgba(4, 85, 119, .3) 2px, transparent 0);
    background-image: -o-linear-gradient(left, rgba(4, 85, 119, .3) 2px, transparent 2px);
    background-image: linear-gradient(90deg, rgba(4, 85, 119, .3) 2px, transparent 0);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: 4px 1px
}

.article-page .image-left {
    float: left;
    margin: 0 20px 15px 0
}

.article-page .image-center {
    text-align: center
}

.article-page .image-right {
    float: right;
    margin: 0 0 15px 20px
}

@media (max-width:992px) {
    .article-page h2 {
        font-size: 20px
    }
    .article-page .image-center,
    .article-page .image-left,
    .article-page .image-right {
        width: 100%;
        margin: 0 0 15px
    }
}

.search .gcsc-branding,
.search .gs-image-box,
.search .gsc-adBlock {
    display: none!important
}

.search .cse .gsc-search-button-v2,
.search .gsc-search-button-v2 {
    border-color: #f90;
    background-color: #f90;
    background-image: none;
    border-radius: 4px;
    padding: 8px 27px;
    transition: color .2s linear, background-color .2s linear, border .2s linear
}

.search .cse .gsc-search-button-v2:focus,
.search .gsc-search-button-v2:focus {
    box-shadow: 0 0 5px #f90
}

.search .cse .gsc-search-button-v2:hover,
.search .gsc-search-button-v2:hover {
    background-image: none;
    color: #ffb84d;
    background-color: #ffb84d;
    border-color: #ffb84d
}

.search .cse .gsc-search-button-v2>svg,
.search .gsc-search-button-v2>svg {
    width: 14px
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input {
    transition: color .2s linear, background-color .2s linear, border .2s linear
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input>.gsc-input-box-focus {
    border-color: #b9b9b9
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input .gsst_a .gscb_a {
    color: #b9b9b9
}

.search .gsc-search-box-tools .gsc-search-box .gsc-input .gsst_a .gscb_a:hover {
    color: #a9a9a9
}

.search .gsc-table-result,
.search .gsc-thumbnail-inside,
.search .gsc-url-top {
    padding-left: 0
}

section.error {
    margin: 120px 0
}

section.error h1 {
    padding-top: 30px
}

section.trigger {
    margin-top: 50px;
    background: #f9fafc
}

.full-width-signup {
    background-color: #eff6ff;
    padding-top: 30px;
    padding-bottom: 30px
}

.full-width-signup .container {
    padding: 10px 50px
}

.full-width-signup .title {
    font-size: 24px;
    margin: 2px 0 0
}

.full-width-signup .q-button {
    margin-top: 15px
}

@media screen and (min-width:991px) {
    .full-width-signup .q-button {
        margin-top: 0;
        float: right
    }
}

.shipping {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px
}

.shipping .block {
    padding-left: 70px
}

.services {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px
}

.services .block h2 {
    color: #ff6f18
}

.calculator label {
    font-weight: 400
}

.calculator .method {
    margin-top: 0!important
}

.calculator .method h2 {
    font-size: 16px;
    margin-top: 0
}

.calculator .method h1 {
    font-size: 18px
}

.forbiddengoods.ar {
    direction: rtl
}

.forbiddengoods ul {
    margin-top: 15px
}

.forbiddengoods ol,
.forbiddengoods ul li {
    margin-bottom: 5px
}

.forbiddengoods ol li {
    margin-bottom: 7px
}

.stores .sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.stores .store-categories {
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f9fafc;
    z-index: 100
}

.stores .store {
    padding: 25px 0;
    border-bottom: 1px solid #eee
}

.stores .store:last-child {
    border-bottom: none
}

.stores .store img {
    width: 120px;
    margin: 20px auto 15px
}

.dim-weight .form-group .form-item {
    display: inline-block;
    width: 50px
}

.dim-weight .form-group .form-item-x {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px
}

.dim-weight .form-group #units {
    width: auto;
    max-width: 110px
}

.why .complexity {
    padding-left: 50px;
    background-position: left 25px;
    background-repeat: no-repeat
}

.why .complexity-incoming {
    background-image: url("/images/service-incoming.svg")
}

.why .complexity-consolidation {
    background-image: url("/images/service-consolidation.svg")
}

.why .complexity-packing {
    background-image: url("/images/service-packing.svg")
}

.why .complexity-requests {
    background-image: url("/images/service-requests.svg")
}

.insurance {
    counter-reset: notes
}

.insurance .note {
    counter-increment: notes;
    margin-top: 25px
}

.insurance .note:before {
    display: inline-block;
    float: left;
    content: counter(notes);
    color: #ff6f18;
    border: 1px solid #ffdecb;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    padding-top: 4px;
    margin-right: 20px
}

.pickups {
    padding-bottom: 0
}

.onboarding .block {
    padding-left: 70px
}

.qwair-terms .dotted-text {
    border-bottom: 1px dotted;
    text-decoration: none;
    cursor: pointer
}

#contacts.ar {
    direction: rtl
}

#contacts.ar .contact-type li {
    background: no-repeat right 7px
}

#contacts .contact-type {
    list-style: none;
    padding: 0
}

#contacts .contact-type .position {
    font-weight: 700;
    font-size: 16px;
    margin: 0 9px
}

#contacts .contact-type li {
    background: no-repeat 0 7px;
    padding: 10px 0;
    line-height: 1.7
}

#contacts .contact-type.green li {
    background-image: url(../images/icon-romb-green.svg)
}

#contacts .contact-type.orange li {
    background-image: url(../images/icon-romb-orange.svg)
}

#contacts .open-link {
    border-bottom: 1px dashed;
    cursor: pointer
}

#contacts .grecaptcha-badge {
    display: none
}

.about iframe {
    width: 100%;
    height: 350px
}

.private-sales .site-example {
    width: 100%;
    -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, .28);
    box-shadow: 0 4px 20px 2px rgba(0, 0, 0, .28);
    margin-bottom: 15px
}

.wholesale .block {
    background-position: 0 0;
    background-size: 40px 40px
}

.wholesale .counter-block {
    position: relative
}

.wholesale .counter-block .count {
    position: absolute;
    left: 0;
    top: -5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ff6f18;
    border: 2px solid #ff6f18;
    line-height: 38px;
    border-radius: 50%
}

.wholesale-option-1 {
    background-image: url("/images/wholesale/icon/icon-why-6.svg")
}

.wholesale-option-2 {
    background-image: url("/images/wholesale/icon/icon-why-1.svg")
}

.wholesale-option-3 {
    background-image: url("/images/wholesale/icon/icon-why-3.svg")
}

.wholesale-option-4 {
    background-image: url("/images/wholesale/icon/icon-why-4.svg")
}

.wholesale-option-5 {
    background-image: url("/images/wholesale/icon/icon-delivery-1.svg")
}

.wholesale-option-6 {
    background-image: url("/images/wholesale/icon/icon-why-2.svg")
}

.wholesale-option-7 {
    background-image: url("/images/wholesale/icon/icon-whitelabel.svg")
}

.reviews .load-more {
    transform: scale(1);
    transition: all .3s ease;
    background-image: url(/images/spinner.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 20px
}

.city-image .image-container {
    position: relative;
    min-height: 250px;
    background-size: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:768px) {
    .city-image .image-container {
        min-height: 300px;
        background-attachment: fixed;
        box-sizing: content-box
    }
}

.city-image .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(top, rgba(37, 43, 43, .4), rgba(35, 38, 33, .5));
    background-image: -webkit-linear-gradient(top, rgba(37, 43, 43, .4), rgba(35, 38, 33, .5));
    background-image: -o-linear-gradient(top, rgba(37, 43, 43, .4), rgba(35, 38, 33, .5));
    background-image: -ms-linear-gradient(top, rgba(37, 43, 43, .4), rgba(35, 38, 33, .5));
    background-image: linear-gradient(top, rgba(37, 43, 43, .4), rgba(35, 38, 33, .5));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr="#b2252b2b", endColorstr="#99232621")
}

.city-image .text-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px
}

@media screen and (min-width:768px) {
    .city-image .text-container {
        top: 50px;
        margin-left: -300px;
        width: 600px
    }
}

.city-image .text-container>h2 {
    font-size: 26px;
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .city-image .text-container>h2 {
        font-size: 32px;
        margin-bottom: 35px
    }
}

.city-landing section.emblem,
.city-landing section.methods {
    padding-top: 20px;
    background: #f9fafc
}

.city-landing section.delivery h2,
.city-landing section.emblem h2,
.city-landing section.methods h2 {
    font-size: 24px;
    margin-bottom: 20px
}

.city-landing section.delivery h3,
.city-landing section.emblem h3,
.city-landing section.methods h3 {
    font-size: 20px;
    margin-bottom: 16px
}

.city-landing section.delivery p,
.city-landing section.emblem p,
.city-landing section.methods p {
    margin: 0 0 15px
}

.city-landing section.emblem>.container {
    position: relative
}

.city-landing section.emblem .emblem-text {
    width: 100%;
    padding-right: 160px
}

@media (min-width:768px) {
    .city-landing section.emblem .emblem-text {
        padding-right: 240px
    }
}

.city-landing section.emblem .emblem-image {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 135px
}

@media (min-width:768px) {
    .city-landing section.emblem .emblem-image {
        right: 0;
        top: 60px;
        width: 175px
    }
}

.city-landing section.methods .pricing-block {
    padding-right: 30px
}

.city-landing section.methods .pricing-block .pricing {
    margin-bottom: 13px
}

.city-landing section.methods .pricing-block .pricing .image {
    text-align: center;
    margin-top: 2px
}

@media (min-width:768px) {
    .city-landing section.methods .pricing-block .pricing .image {
        float: left
    }
}

.city-landing section.methods .pricing-block .pricing .image>img {
    width: 80px
}

.city-landing section.methods .pricing-block .pricing .image.qwair>img {
    width: 30px
}

.city-landing section.methods .pricing-block .pricing .image.mr-top {
    margin-top: 6px
}

.city-landing section.methods .pricing-block .pricing .price {
    margin-left: 8px;
    font-size: 26px;
    font-weight: 500;
    margin-top: 5px
}

@media (min-width:768px) {
    .city-landing section.methods .pricing-block .pricing .price {
        margin-top: 0;
        float: left
    }
}

.item-inner .carousel-caption .city-landing section.methods .pricing-block .pricing .price>.caption,
.item-inner .carousel-caption .price>.caption,
.city-landing section.methods .pricing-block .pricing .price>.text-gray {
    font-size: 20px;
    color: #9b9b9b
}

.city-landing section.methods .weight-block {
    padding: 25px 18px 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #e8e9eb;
    margin: 25px 20px
}

@media (min-width:768px) {
    .city-landing section.methods .weight-block {
        margin: 15px 0 0
    }
}

.city-landing section.methods .weight-block .weight-image {
    margin-top: -35px;
    padding-left: 20px
}

@media (min-width:768px) {
    .city-landing section.methods .weight-block .weight-image {
        margin-top: -43px;
        padding-left: 0
    }
}

.city-landing section.methods .nav-pills li>a {
    padding: 5px 15px;
    background: unset;
    font-weight: 500;
    border-left: 1px solid #e8e9eb
}

@media (min-width:768px) {
    .city-landing section.methods .nav-pills li>a {
        padding: 5px 20px
    }
}

.city-landing section.methods .nav-pills li.active>a {
    color: #222b34
}

.city-landing section.methods .nav-pills li:first-child>a {
    padding-left: 0;
    border: unset
}

.address-box {
    background: transparent url("/images/bg-address-stripes.svg") repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 0 #bab180;
    padding: 7px 6px 6px 7px
}

.address-box .box-wrap {
    border-radius: 2px;
    box-shadow: -1px -1px 0 #bab180;
    padding: 40px 20px;
    text-align: center;
    background: #faf7f1;
    background: -moz-linear-gradient(top, #faf7f1 0, #f4eee2 59%);
    background: -webkit-linear-gradient(top, #faf7f1, #f4eee2 59%);
    background: linear-gradient(180deg, #faf7f1 0, #f4eee2 59%)
}

body {
    font-family: Roboto, sans-serif;
    padding-top: 70px
}

@media (min-width:992px) {
    body {
        padding-top: 0
    }
}

body .logo {
    display: inline-block
}

body a {
    color: #978cbf;
    overflow-wrap: break-word
}

body a,
body a:hover {
    text-decoration: none
}

body a:hover {
    color: #637382
}

body a:focus {
    text-decoration: none
}

@media (min-width:1200px) {
    .container.narrow {
        width: 780px
    }
    .container.medium {
        width: 1024px
    }
}

@media (max-width:992px) {
    .external {
        padding: 20px
    }
    .external section:first-child {
        padding-top: 0
    }
    .external .container {
        padding-left: 0;
        padding-right: 0
    }
    .external .container.medium,
    .external .container.narrow {
        width: 100%!important
    }
}

header .locales {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    z-index: 999
}

header .locales.open {
    background: #fff
}

@media (max-width:480px) {
    header .locales.open {
        background: none
    }
}

header .locales.open .locale {
    display: block
}

header .locales .opacity {
    opacity: .3
}

@media (max-width:480px) {
    header .locales {
        margin-top: 0;
        text-align: center;
        position: relative
    }
    header .locales .current,
    header .locales .locale {
        display: inline-block!important
    }
}

header .locales .current {
    margin-top: 4px;
    padding: 3px 6px;
    cursor: pointer
}

header .locales .current img {
    float: left
}

header .locales .name {
    text-transform: uppercase;
    font-size: 13px;
    color: #666;
    padding-left: 30px
}

header .locales .locale {
    margin-top: 6px;
    display: none;
    padding: 3px 6px
}

header .locales .locale:last-child {
    padding-bottom: 6px
}

header .locales .locale:hover {
    background: #f90
}

header .locales .locale:hover .name {
    color: #fff
}

header .locales .locale img {
    border-radius: 4px;
    float: left
}

header .mascotte {
    width: 267px
}

@media (max-width:480px) {
    header .mascotte {
        width: 200px
    }
}

header .container.narrow {
    margin-top: 40px
}

header .headbar {
    background: none;
    display: flex;
    flex-direction: row;
    width: 100%
}

@media (min-width:992px) {
    header .headbar {
        margin-bottom: 0
    }
}

header .headbar .wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    justify-content: space-between;
    height: 70px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center
}
header .headbar .wrapper .logo-wrapper img{
    width: 178px;
    height: 60px;
}
@media (min-width:992px) {
    header .headbar .wrapper {
        display: flex;
        position: relative;
        background: none;
        box-shadow: none;
        justify-content: flex-start;
        align-items: center;
        padding: 55px 0 65px 0;
    }
}

header .headbar .wrapper .menu {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 2
}
header .headbar .wrapper .menu-items {
    display: flex;
    align-items: center
}

header .headbar .wrapper .menu-items > div{
    display: flex;
    align-items: center;
    margin-left: 80px;
}
header .headbar .wrapper .menu-item {
    color: #978cbf;
    font-size: 16px;
    margin-right: 10px;
}
header .headbar .wrapper .menu-item.quit{   
    margin-left: 80px; 
}
@media (min-width:1200px) {
    header .headbar .wrapper .menu-item {
        font-size: 18px;
        margin-right: 20px
    }
}

header .headbar .wrapper .collapse {
    display: block
}

@media (min-width:992px) {
    header .headbar .wrapper .collapse {
        display: none
    }
}

header .headbar .wrapper .logo {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 30px;
    top: 20px
}

@media (min-width:992px) {
    header .headbar .wrapper .logo {
        top: 0;
        position: relative;
        height: 40px
    }
}

header .headbar .wrapper .lang {
    margin: 0;
    height: 35px;
    min-width: 66px;
    display: inline-block;
    border-radius: 4px;
    transition: all .4s ease-in;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 20px
}

@media (min-width:992px) {
    header .headbar .wrapper .lang {
        position: relative;
        margin-left: 30px
    }
}

@media (min-width:1200px) {
    header .headbar .wrapper .lang {
        margin-left: 40px
    }
}

header .headbar .wrapper .lang.open li {
    display: block!important
}

header .headbar .wrapper .lang li {
    display: none
}

header .headbar .wrapper .lang-changer {
    position: absolute;
    background: #f9fafc;
    z-index: 999;
    margin: 0;
    padding: 0;
    cursor: pointer;
    min-width: 66px;
    display: inline-block;
    border-radius: 4px;
    transition: all .4s ease-in;
    margin-left: auto
}

header .headbar .wrapper .lang-changer li {
    padding: 8px 9px;
    list-style: none
}

header .headbar .wrapper .lang-changer li.current {
    display: block!important
}

header .headbar .wrapper .lang-changer li .locale {
    display: block
}

header .headbar .wrapper .lang-changer li .locale .flag {
    float: left
}

header .headbar .wrapper .lang-changer li .locale .name {
    padding-left: 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #657180
}

header .headbar .wrapper .lang-changer li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

header .headbar .wrapper .search-btn {
    background: transparent url("../images/icon-search-btn.svg") no-repeat 0;
    background-size: 16px auto;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    cursor: pointer
}

@media (min-width:1200px) {
    header .headbar .wrapper .search-btn {
        margin-left: 15px
    }
}

header .headbar .wrapper .search-form {
    width: 95%;
    margin-top: 21px
}

header .headbar .wrapper .search-form>.sample {
    float: left;
    margin-top: 5px;
    font-size: 12px;
    color: #6d6d6d
}

header .headbar .wrapper .search-form>.sample>.search-sample {
    text-decoration: none;
    border-bottom: 1px dotted #0094cb;
    cursor: pointer
}

header .headbar .wrapper .menu-search>.menu-items {
    display: none
}

header .headbar .wrapper .menu-search>.search-form {
    display: block
}

header .headbar .wrapper .menu-search>.search-btn {
    padding-left: 1px
}

header .sidebar.open {
    left: 0;
    height: 100%;
    width: 90%;
    top: 30px;
    position: fixed;
    overflow-x: hidden;
    z-index: 4;
    background-color: #fff;
    padding: 0 0 0 15px;
    transition: .2s;
    box-shadow: 0 0 121px -20px rgba(0, 0, 0, .75);
}

header .sidebar.open {
    box-shadow: 0 0 121px -20px rgba(0, 0, 0, .75)
}

header .sidebar .toolbar {
    padding-top: 50px
}

header .sidebar .toolbar .block {
    display: flex;
    padding: 5px 5px 5px 0;
    cursor: pointer
}

header .sidebar .toolbar .block .image {
    width: 50px;
    height: 60px;
    display: flex;
    align-items: center
}

header .sidebar .toolbar .block .title {
    display: flex;
    flex-direction: column;
    justify-content: center
}

header .sidebar .toolbar .block .title div {
    color: #657180;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px
}

header .sidebar .toolbar .block .title span {
    color: #c3cbd6;
    font-size: 12px
}

header .sidebar .toolbar .sidebar-search-form {
    margin: 5px 15px 10px 0
}

header .sidebar .toolbar .sidebar-search-form .search-btn {
    background: url("../images/icon-search-btn-white.svg") no-repeat 50% #f0ad4e;
    background-size: 16px auto;
    width: 50px;
    height: 34px
}

footer {
    padding-top: 70px;
    background: #ffe1b8;
    padding-bottom: 50px
}

footer ul li {
    margin-bottom: 5px
}

section {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width:480px) {
    section {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

section:first-child {
    padding-top: 0
}

@media (max-width:480px) {
    .why .pic {
        width: 120px
    }
}

.schedule span {
    padding-bottom: 3px;
    display: in
}

.schedule .weekdays {
    border-bottom: 2px solid #7ed321
}

.schedule .weekend {
    margin-left: 5px;
    border-bottom: 2px solid #ff6f18
}
.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-wrapper,
.modal-leave-active .modal-wrapper {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-mask {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}
.modal-mask .modal-wrapper {
    width: calc(100% - 20px);
    max-width: 411px;
    margin: 0px auto;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    position: relative;
}
.modal-mask .modal-wrapper .modal-container {
    width: 100%;
    height: 100%;
    text-align: left;
}
.modal-mask .modal-wrapper .modal-container .modal-header {
    padding: 15px 15px 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-mask .modal-wrapper .modal-container .modal-header:before{
    display: none;
}
.modal-mask .modal-wrapper .modal-container .modal-header:after{
    display: none;
}
@media screen and (min-width: 661px) {
    .modal-mask .modal-wrapper .modal-container .modal-header {
        padding: 20px 20px 0 20px;
    }
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-close-button {
    font-size: 0;
    text-align: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.20592' y1='21.3798' x2='21.2929' y2='1.29285' stroke='black' stroke-width='2'%3e%3c/line%3e%3cline x1='1.70711' y1='1.29289' x2='21.7941' y2='21.3799' stroke='black' stroke-width='2'%3e%3c/line%3e%3c/svg%3e");
    background-repeat: no-repeat;
}
.modal-mask .modal-wrapper .modal-container .modal-header .modal-header-title {
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #978cbf;
    font-size: 18px;
    padding: 0 0 20px 0;
    text-align: left;
}
@media screen and (min-width: 661px) {
    .modal-mask .modal-wrapper .modal-container .modal-header .modal-header-title {
        padding: 0 10px 10px 10px;
        font-size: 24px;
    }
}
.modal-mask .modal-wrapper .modal-container .modal-body {
    padding: 20px 15px 25px 15px;
}
@media screen and (min-width: 661px) {
    .modal-mask .modal-wrapper .modal-container .modal-body {
        padding: 20px 30px 25px 30px;
    }
}
.modal-mask .modal-wrapper .modal-container .modal-body .form-in-modal {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(1, 1fr);
}
.modal-mask .modal-wrapper .modal-container .modal-body .info {
  text-align: left;
  padding-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .info br {
  content: "A" !important;
  display: block !important;
  margin-bottom: 15px !important;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field {
    display: block;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    padding: 0 15px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field.warning {
    border-width: 1px;
    border-style: solid;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field-text {
    height: 47px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .field-textarea {
    resize: none;
    padding: 15px;
    height: 82px;
    box-sizing: border-box;
}
.modal-mask .modal-wrapper .modal-container .modal-body .check-label {
    font-size: 15px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .descr {
    text-align: center;
    margin-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number {
    width: 55px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    -moz-appearance: textfield;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-webkit-outer-spin-button, .modal-mask .modal-wrapper .modal-container .modal-body .code .input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code .input-number:focus {
    border-width: 1px;
    border-style: solid;
}
.modal-mask .modal-wrapper .modal-container .modal-body .code-timer {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-new-code {
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    max-width: 200px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-mask .modal-wrapper .modal-container .modal-body .text-new-code {
    text-align: center;
    margin: 20px 0;
}
.modal-mask .modal-wrapper .modal-container .modal-body .get-code {
    margin: 20px auto;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    max-width: 160px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    background-image: -ms-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    color: #fff;
}
.modal-mask .modal-wrapper .modal-container .modal-body .link-phone, .modal-mask .modal-wrapper .modal-container .modal-body .link-email {
    text-align: center;
    padding-top: 0;
    cursor: pointer;
    color: #777777;
}
.modal-mask .modal-wrapper .modal-container .modal-body .link-phone:hover, .modal-mask .modal-wrapper .modal-container .modal-body .link-email:hover {
    color: #ffa800;
    text-decoration: underline;
}
.modal-mask .modal-wrapper .modal-container .modal-footer {
    padding: 5px 30px 60px 30px;
}
@media screen and (min-width: 768px) {
    .modal-mask .modal-wrapper .modal-container .modal-footer {
        padding: 40px 30px 60px 30px;
    }
}
.modal-mask .modal-wrapper .modal-container .modal-footer .modal-close-button {
    margin: 0 auto;
    width: 212px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    background-image: -moz-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    background-image: -ms-linear-gradient(0deg, #ffb11b 0%, #ff9000 100%);
    box-shadow: 0px 18px 21px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-family: "akrobat", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: white;
    line-height: normal;
}
.modal-mask.modal-calc .modal-wrapper {
    height: 700px;
    max-height: 100%;
}
@media screen and (min-width: 768px) {
    .modal-mask.modal-calc .modal-wrapper {
        min-width: 530px;
    }
}
.modal-mask.modal-error .modal-wrapper {
    height: 246px;
    max-height: 100%;
}
.kss-login{
    padding: 40px 0 60px 0;
    clear: both;
    text-align: center;
}

