@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold_0.otf") format("otf");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.otf") format("otf");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ArvinLight";
    src: url("../fonts/Arvin_Light.ttf");
    font-style: normal;
    font-display: swap
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /*font-family: "Montserrat"*/
}

/*@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}*/

.nav-item {
    padding: 0px 10px
}

.nav-link {
    font-size: 13px;
}

.wd-headerblock {
    position: relative;
    width: 100%;
    height: 430px;
    background: url("../img/header_background.png");
    background-size: cover
}

.wd-headerblock-text {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(121, 84, 181, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center
}

.wd-headerblock-text h1 {
    font-size: 44px;
    font-weight: 700
}

.wd-headerblock-text p {
    font-size: 30px
}

@media (max-width: 1023px) {
    .wd-headerblock {
        height: 300px
    }

    .wd-headerblock-text h1 {
        font-size: 24px
    }

    .wd-headerblock-text p {
        font-size: 15px
    }
}

.wd-block-1 {
    position: relative;
    overflow: hidden
}

.wd-block-1 .mobilephone {
    margin-left: -200px;
    margin-top: -10px
}

.wd-block-1 .appbuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0px;
    margin-right: -50px
}

.wd-block-1 .appbuttons>img {
    height: 48px
}

.wd-block-1 .text {
    max-width: 420px;
    word-wrap: break-word;
    margin-left: 50px;
    margin-top: 140px
}

.wd-block-1 .text .title {
    font-size: 46px;
    color: #38215C;
    line-height: 43px
}

.wd-block-1 .text .description {
    margin-top: 20px;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 15.6px
}

.wd-block-1 .line_1 {
    z-index: 9;
    position: absolute;
    top: 100px
}

.wd-block-1 .splash_1 {
    position: absolute;
    height: 500px;
    top: -170px;
    right: -700px;
    z-index: 9
}

.wd-block-1 .splash_3 {
    position: absolute;
    bottom: 170px;
    left: 130px;
    z-index: 9
}

.wd-block-1 .splash_4 {
    position: absolute;
    left: -130px;
    bottom: 0px;
    z-index: 9
}

@media (max-width: 1023px) {
    .wd-block-1 .mobilephone {
        margin-left: 20px;
        margin-bottom: 80px;
        display: block;
        width: 100%
    }

    .wd-block-1 .appbuttons {
        display: block;
        text-align: center
    }

    .wd-block-1 .line_1 {
        display: none
    }

    .wd-block-1 .text {
        max-width: 100%;
        text-align: center;
        margin: 40px 0px
    }

    .wd-block-1 .text .title {
        font-size: 32px;
        color: #38215C
    }

    .wd-block-1 .text .description {
        margin-top: 20px;
        font-size: 14px;
        color: #5A5A5A
    }

    .wd-block-1 .splash_1 {
        display: none
    }

    .wd-block-1 .splash_3 {
        bottom: 220px
    }

    .wd-block-1 .splash_4 {
        top: 140px
    }
}

.wd-block-2 {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    color: #38215C;
    text-align: center
}

.wd-block-2>.subtitle {
    font-size: 15px;
    font-weight: 700
}

.wd-block-2>.title {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 46px
}

.wd-block-2 .infoblock>.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.wd-block-2 .infoblock>.title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.wd-block-2 .infoblock>p {
    font-size: 13px
}

.wd-block-3 .container,
.wd-block-3 .row {
    height: 100%
}

.wd-block-3-text {
    text-align: center
}

.wd-block-3-text .title {
    color: #38215C;
    font-size: 46px;
    line-height: 43px
}

.wd-block-3-text .description {
    color: #5A5A5A;
    font-size: 13px;
    line-height: 15.5px;
    max-width: 280px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-block-3 {
        margin-top: -100px
    }

    .wd-block-3-text {
        text-align: center
    }

    .wd-block-3-text .title {
        color: #38215C;
        font-size: 36px;
        line-height: 43px
    }

    .wd-block-3-text .description {
        color: #5A5A5A;
        font-size: 13px;
        line-height: 15.5px;
        max-width: 280px;
        margin-top: 20px
    }
}

.wd-block-4 {
    height: 500px;
    margin-top: 50px
}

.wd-block-4 .container,
.wd-block-4 .row {
    height: 100%
}

.wd-block-4-text {
    text-align: center
}

.wd-block-4-text .title {
    color: #38215C;
    font-size: 46px;
    line-height: 43px
}

.wd-block-4-text .description {
    color: #5A5A5A;
    font-size: 13px;
    line-height: 15.5px;
    max-width: 280px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-block-4 {
        height: 800px
    }
}

.wd-block-5 {
    position: relative;
    background: url("../img/background_block_5.png");
    background-size: cover;
    height: 415px
}

.wd-block-5 .container,
.wd-block-5 .row {
    height: 100%
}

.wd-block-5 .background {
    position: relative;
    width: 100%;
    height: 100%
}

.wd-block-5-text {
    text-align: center;
    color: #fff;
    max-width: 310px
}

.wd-block-5-text .mini {
    font-style: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.wd-block-5-text .title {
    font-size: 46px;
    line-height: 43px
}

.wd-block-5-text .description {
    font-size: 13px;
    line-height: 15.5px;
    max-width: 280px;
    margin-top: 20px;
    margin-bottom: 30px
}

.wd-block-6 {
    position: relative;
    margin-top: -50px;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #38215C;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-block-6 h1 {
    font-size: 45px
}

.wd-block-6 p {
    color: #5A5A5A;
    font-size: 15px
}

.wd-coverage-title {
    font-size: 45px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.wd-coverage-map {
    width: 100%;
    margin-bottom: 40px
}

.wd-coverage-map img {
    width: 100%
}

.wd-coverage-tab {
    border: 1px solid #38215C;
    padding: 20px
}

.wd-coverage-tab .title {
    font-weight: 700;
    text-align: center;
    font-size: 34px
}

.wd-coverage-tab .list {
    margin: 20px;
    color: #5A5A5A
}

.wd-coverage-tab .list>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px
}

.wd-coverage-tab .list>.item>.icon {
    margin-right: 10px
}

.wd-coverage-select {
    background: #FFAF26;
    padding: 100px 0px
}

.wd-coverage-select-image {
    text-align: center;
    margin-bottom: 30px
}

.wd-coverage-select-image img {
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #fff
}

.wd-coverage-select-name {
    text-align: center;
    font-size: 40px
}

.wd-help-header {
    width: 100%;
    min-height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("../img/help_background.svg");
    background-size: cover
}

.wd-help-header-title {
    font-size: 40px;
    color: #24194B;
    text-align: center
}

.wd-help-header-description {
    margin: 15px 0px;
    text-align: center;
    font-size: 15px;
    color: #5A5A5A
}

.wd-help-header-page {
    position: relative;
    width: 100%;
    min-height: 270px;
    padding: 100px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media (max-width: 1023px) {
    .wd-help-header-page .splash {
        display: none
    }
}

.wd-help-card {
    border-radius: 30px;
    border: 1px solid #24194B;
    text-align: center;
    padding: 20px;
    color: #24194B
}

.wd-help-card-title {
    font-size: 40px
}

.wd-help-card-description {
    margin: 15px 0px;
    color: #5A5A5A
}

.wd-help-card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px
}

.wd-help-card-image img {
    height: auto
}

.wd-help-comparison {
    padding: 30px 50px
}

.wd-help-comparison>.title {
    color: #38215C;
    font-weight: 700
}

.wd-help-comparison>.description {
    color: #5A5A5A;
    padding: 10px
}

.wd-help-comparison>.description.violet {
    color: #7954B5
}

.wd-help-comparison-row {
    margin: 50px 0px
}

.wd-help-comparison-bor {
    border-right: 1px solid #7954B5
}

@media (max-width: 1023px) {
    .wd-help-comparison-bor {
        border: 0
    }
}

.wd-help-violet {
    background-size: cover !important;
    height: 300px;
    color: #38215C
}

.wd-help-violet-card>.subtitle {
    font-size: 20px;
    font-weight: 700
}

.wd-help-violet-card>.title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 40px
}

@media (max-width: 1023px) {
    .wd-help-violet-card {
        text-align: center
    }
}

.wd-help-violet-button {
    background: #38215C;
    color: #fff !important;
    padding: 10px 60px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px
}

.wd-help-violet-button.red {
    background: #E15131
}

.wd-help-violet-button.green {
    display: inline-block;
    margin: 30px 0px;
    background: #51D6BD
}

.wd-help-bigtitle {
    color: #38215C;
    font-size: 45px;
    margin: 20px 0px;
    overflow-wrap: break-word
}

.wd-help-list {
    margin: 30px 0px
}

.wd-help-list-title {
    color: #38215C;
    font-weight: 700;
    font-size: 20px
}

.wd-help-list>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px
}

.wd-help-list>.item>.icon {
    margin-right: 15px
}

.wd-help-sublist {
    margin-top: 15px
}

.wd-help-sublist>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0px
}

.wd-help-sublist>.item>.icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #51D6BD;
    margin-top: 8px;
    margin-right: 10px
}

.wd-help-divider {
    width: 100%;
    height: 1px;
    background: #7954B5;
    margin: 15px 0px
}

.wd-contact-title {
    font-size: 36px;
    color: #24194B
}

.wd-contact-title.center {
    text-align: center
}

.wd-contact-description {
    color: #5A5A5A
}

.wd-contact-card {
    background: #51D6BD;
    color: #261D56;
    padding: 20px
}

.wd-contact-card>.item {
    padding: 15px 0px;
    line-height: 18px
}

.wd-contact-form {
    margin: 30px 0px
}

.wd-contact-form .form-control,
.wd-contact-form .form-select {
    border-color: #24194B
}

.wd-rider-header {
    position: relative;
    height: 430px;
    background: url("../img/rider_header.png");
    background-size: cover;
    overflow: hidden
}

.wd-rider-header .splash {
    position: absolute;
    right: -100px;
    bottom: -250px;
    color: #fff;
    width: 530px;
    height: 530px;
    background: #38215C;
    border-radius: 50%
}

.wd-rider-header .splash .text {
    position: absolute;
    top: 100px;
    left: 70px;
    width: 285px;
    text-align: right
}

.wd-rider-header .splash .text .title {
    font-size: 34px
}

.wd-rider-header .splash .text .description {
    font-style: 13px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-rider-header .splash {
        left: 0px;
        width: 100%;
        border-radius: 0
    }
}

.wd-rider-block-1 {
    position: relative;
    text-align: center
}

.wd-rider-block-1 svg {
    margin: 30px 0px
}

.wd-rider-block-1-text {
    padding: 0px 40px
}

.wd-rider-block-1-title {
    font-weight: 700;
    font-size: 25px;
    color: #38215C
}

.wd-rider-block-1-description {
    font-size: 22px
}

.wd-company-join-header {
    position: relative;
    height: 430px;
    background: url("../img/company_join_header.png");
    background-size: cover;
    overflow: hidden
}

.wd-company-join-header .splash {
    position: absolute;
    left: 0px;
    top: 50px;
    color: #fff;
    width: 400px;
    height: 200px;
    background: #E86942;
    border-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.wd-company-join-header .splash .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.wd-company-join-header .splash .text .title {
    font-size: 40px
}

.wd-company-join-header .splash .text .subtitle {
    font-size: 18px;
    font-weight: 700
}

.wd-company-join-header .splash .text .description {
    font-style: 13px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-company-join-header .splash {
        left: 0px;
        width: 100%;
        border-radius: 0
    }
}

.wd-company-join-text {
    text-align: center;
    color: #5A5A5A;
    font-size: 18px;
    padding: 0px 20px
}

.wd-company-join-text-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.wd-company-header {
    position: relative;
    height: 430px;
    background: url("../img/company_header.png");
    background-size: cover;
    overflow: hidden
}

.wd-company-header .splash {
    position: absolute;
    left: -200px;
    top: 50px;
    color: #fff;
    width: 700px;
    height: 700px;
    background: #E86942;
    border-radius: 50%
}

.wd-company-header .splash .text {
    position: absolute;
    top: 80px;
    left: 240px;
    width: 285px
}

.wd-company-header .splash .text .title {
    font-size: 34px
}

.wd-company-header .splash .text .subtitle {
    font-size: 18px;
    font-weight: 700
}

.wd-company-header .splash .text .description {
    font-style: 13px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-company-header .splash {
        left: 0px;
        width: 100%;
        border-radius: 0
    }
}

.wd-commercial-header {
    position: relative;
    height: 430px;
    background: url("../img/commercial_header.png");
    background-size: cover
}

.wd-commercial-header .splash {
    position: absolute;
    right: 0px;
    top: -50px;
    color: #fff;
    height: 530px
}

.wd-commercial-header .splash .text {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 285px;
    text-align: right
}

.wd-commercial-header .splash .text .title {
    font-size: 45px
}

.wd-commercial-header .splash .text .description {
    font-style: 13px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .wd-commercial-header .splash {
        left: 0px;
        width: 100%;
        border-radius: 0;
        background: #7954b5
    }
}

@media (max-width: 1023px) {
    .wd-commercial-header {
        overflow: hidden
    }
}

.wd-commercial-block-1 {
    margin: 80px 0px;
    color: #38215C;
    text-align: center
}

.wd-commercial-block-1 .subtitle {
    text-transform: uppercase;
    font-weight: 700;
    font-style: 13px
}

.wd-commercial-block-1 .title {
    font-size: 46px;
    margin-bottom: 40px
}

.wd-commercial-block-1 .buttons {
    margin-top: 15px
}

.wd-commercial-block-1 .buttons>a {
    margin: 0px 5px
}

.wd-commercial-block-1 .infoblock>.image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.wd-commercial-block-1 .infoblock>.title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px
}

.wd-commercial-block-1 .infoblock>p {
    font-size: 13px
}

.wd-commercial-block-2 {
    margin: 150px 0px
}

.wd-commercial-block-2 .container,
.wd-commercial-block-2 .row {
    height: 100%
}

.wd-commercial-block-2 .text {
    text-align: center;
    color: #38215C
}

.wd-commercial-block-2 .text .title {
    font-style: 46px;
    margin-bottom: 40px;
    width: 300px
}

.wd-commercial-block-3 {
    margin: 100px 0px
}

.wd-commercial-block-3 .container,
.wd-commercial-block-3 .row {
    height: 100%
}

.wd-commercial-block-3 .text {
    text-align: center;
    color: #38215C;
    width: 300px
}

.wd-commercial-block-3 .text .title {
    font-style: 46px;
    margin-bottom: 40px
}

.wd-commercial-block-3 .text .description {
    color: #5A5A5A;
    font-style: 13px
}

.wd-commercial-block-4 {
    position: relative
}

.wd-commercial-block-4 .title {
    text-align: center;
    color: #38215C;
    font-size: 46px;
    margin: 50px 0px
}

.wd-commercial-block-4 .description {
    font-size: 14px;
    color: #5A5A5A;
    width: 600px
}

.wd-commercial-block-4 .avatar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 130px;
    background: url("../img/commercial_avatar_background.svg");
    background-size: cover
}

.wd-commercial-block-4 .avatar .user {
    margin-top: 60px;
    color: #38215C;
    text-align: center
}

.wd-commercial-block-4 .avatar .user .image {
    border-radius: 50%
}

.wd-commercial-block-4 .avatar .user .name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
}

.wd-commercial-block-4 .avatar .user .description {
    color: #7954B5;
    font-size: 10px;
    font-weight: 700
}

.wd-riders-header {
    position: relative;
    height: 430px;
    background: url("../img/commercial_header.png");
    background-size: cover
}

.wd-mw-608 {
    max-width: 550px;
    width: 100%
}

.wd-mw-1100 {
    max-width: 800px;
    width: 100%
}

.wd-cabinet-card {
    padding: 10px 20px;
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    border-radius: 10px
}

.wd-cabinet-card-header {
    font-size: 22px;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CACACA
}

.wd-cabinet-card .form-control {
    -webkit-box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    border: 0;
    border-radius: 3px;
    padding: 10px 20px
}

.wd-cabinet-card .form-label {
    color: #B1B1B1
}

.wd-cabinet-order-header {
    font-size: 22px;
    padding: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CACACA
}

.wd-cabinet-order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0px
}

.wd-cabinet-order-total>.price.green {
    color: #0ED100
}

.wd-cabinet-order-menu-item {
    font-size: 14px
}

.wd-cabinet-order-menu-item-title {
    margin-bottom: 10px
}

.wd-cabinet-order-menu-item-price {
    font-size: 14px;
    color: #6C6C6C
}

.wd-cabinet-order-menu-item>.description {
    font-size: 12px;
    color: #6C6C6C
}

.wd-cabinet-order-menu-item>.list {
    margin: 15px 0px
}

.wd-cabinet-order-menu-item>.list>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px
}

.wd-cabinet-order-menu-item>.list>div>div {
    margin: 0px 10px
}

.wd-cabinet-order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px
}

.wd-cabinet-order-info>.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #fcdd9d;
    border-radius: 5px
}

.wd-cabinet-order-info>.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-cabinet-order-divider {
    width: 100%;
    height: 1px;
    background: #CACACA;
    margin: 30px 0px
}

.wd-cabinet-orders-info-text {
    white-space: nowrap;
    font-size: 17px
}

.wd-cabinet-orders-info-image img {
    height: 50px;
    margin: 10px
}

.wd-cabinet-orders-title {
    font-size: 24px;
    margin: 10px 0px
}

.wd-cabinet-orders>.header {
    background: #F0F0F0;
    font-size: 12px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 5px
}

.wd-cabinet-orders>.order {
    margin-top: 20px;
    -webkit-box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding: 20px 0px
}

.wd-cabinet-orders>.order .price {
    color: #2EC400
}

.wd-cabinet-orders>.order .p-success {
    background: #2EC400;
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 700
}

.wd-cabinet-orders>.order .date {
    font-size: 10px
}

.wd-cabinet-orders>.order .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.wd-cabinet-orders>.order .action .btn {
    min-width: 36px
}

.wd-cabinet-orders>.order .action .btn img {
    height: 10px
}

.wd-cabinet-menu>.item {
    background: inherit;
    cursor: pointer;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    margin: 5px 0px;
    font-size: 14px
}

.wd-cabinet-menu>.item>.icon {
    margin-right: 10px
}

.wd-cabinet-menu>.item.active {
    background: #F9BC3B
}

.wd-cabinet-menu>.item:hover {
    background: #F9BC3B
}

.wd-email {
    width: 100vw;
    height: 100vh;
    background: url("../img/email_bg.png");
    background-size: contain;
    background-repeat: no-repeat
}

.wd-email .title {
    font-size: 30px
}

.wd-email form {
    margin: 20px 0px
}

.wd-email-button-sign {
    background: #E15131;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px;
    border-radius: 6px
}

.wd-email .form-control {
    -webkit-box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    box-shadow: 0px 1px 8px rgba(111, 111, 111, 0.2);
    border: 0;
    border-radius: 3px;
    padding: 20px 20px
}

.wd-email .social-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    height: 45px
}

.wd-email .social-button.google {
    background: #EF213D
}

.wd-email .social-button.facebook {
    background: #0F68DC
}

.wd-email .social-button.twitter {
    background: #49AEFB
}

.wd-email .social-button.email {
    background: #008002
}

.wd-email .social-button.phone {
    background: #444444
}

.wd-email .under-button {
    margin-top: 10px
}

.wd-email .under-button a {
    color: #E15131
}

.wd-cards-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - 260px);
    padding: 50px
}

.wd-cards-center.big {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-cards-payment {
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    padding: 40px 20px;
    border-radius: 10px
}

.wd-cards-payment.mb {
    margin-bottom: 40px
}

.wd-cards-payment .form-label {
    color: #B1B1B1
}

.wd-cards-payment .form-control {
    padding: 12px 20px;
    border-color: #CACFDF
}

.wd-cards-payment-methods {
    margin-bottom: 30px
}

.wd-cards-payment-method {
    border-radius: 10px;
    border: 1px solid #CACFDF;
    padding: 20px;
    -webkit-transition: .2s;
    transition: .2s
}

.wd-cards-payment-method.active {
    border-color: #FFAF26
}

.wd-cards-payment-method:hover {
    border-color: #FFAF26
}

.wd-cards-payment-method .method-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px
}

.wd-cards-payment-method .method-image img {
    height: 30px
}

.wd-cards-payment-method .method-name {
    text-align: center;
    padding: 0px 0px;
    font-size: 16px;
    color: #707070
}

.wd-cards-payment-button {
    background: #51D6BD;
    border: 0;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    color: #fff
}

.wd-cards-payment-title {
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 20px
}

.wd-cards-payment-description {
    color: #B1B1B1;
    font-size: 14px;
    margin: -10px 0px
}

.wd-cards-login {
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    padding: 30px 50px
}

.wd-cards-login-form {
    width: 100%;
    padding: 20px 0px
}

.wd-cards-login-form-hr {
    margin: 40px 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: #E7E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-cards-login-form-hr .or {
    padding: 5px 15px;
    background: #fff;
    color: #929699;
    font-size: 16px
}

.wd-cards-login-form-button {
    background: #F9BC3B;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    height: 60px
}

.wd-cards-email {
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    padding: 30px 50px
}

.wd-cards-email-form {
    width: 100%;
    padding: 20px 0px
}

.wd-cards-email-form-button {
    background: #F9BC3B;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    outline: none;
    border: 0;
    width: 100%;
    height: 40px
}

.wd-cards-email-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wd-cards-email-panel a,
.wd-cards-email-panel label {
    font-weight: 700;
    color: #38215C;
    text-decoration: none
}

.wd-cards-email-success {
    background: #51D6BD;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center
}

.wd-cards-delivery {
    width: 100%
}

.wd-cards-delivery-header {
    padding: 20px 0px;
    border-bottom: 1px solid #CACACA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wd-cards-delivery-card {
    padding: 10px 30px;
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    border-radius: 10px
}

.wd-cards-delivery-card-address {
    margin: 10px 0px;
    background: rgba(255, 175, 38, 0.2);
    border-radius: 10px;
    padding: 15px
}

.wd-cards-delivery-button {
    background: #F9BC3B;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    outline: none;
    border: 0;
    width: 100%;
    height: 60px
}

.wd-cards-delivery textarea {
    border-radius: 10px;
    min-height: 150px;
    border: 2px solid #CACACA;
    padding: 10px 15px;
    margin: 30px 0px
}

.wd-cards-delivery textarea::-webkit-input-placeholder {
    color: #B1B1B1;
    font-size: 15px
}

.wd-cards-delivery textarea:-ms-input-placeholder {
    color: #B1B1B1;
    font-size: 15px
}

.wd-cards-delivery textarea::-ms-input-placeholder {
    color: #B1B1B1;
    font-size: 15px
}

.wd-cards-delivery textarea::placeholder {
    color: #B1B1B1;
    font-size: 15px
}

.wd-cards-title {
    color: #38215C;
    font-size: 28px;
    font-weight: 700
}

.wd-cards-title.center {
    text-align: center
}

.wd-cards-description {
    color: #B1B1B1;
    font-size: 14px;
    margin-top: 15px
}

.wd-cards-description.violet {
    font-size: 16px;
    color: #24194B
}

.wd-cards-description.center {
    text-align: center
}

.wd-cards-description a {
    color: #38215C;
    font-weight: 700;
    text-decoration: none
}

.wd-dashboard-option-menu {
    position: fixed;
    top: 80px;
    left: calc(100vw - 300px);
    right: 400px;
    width: 250px;
    padding: 0px 10px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15)
}

.wd-dashboard-option-menu>.item {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(202, 205, 219, 0.18);
    margin: 10px 0px;
    cursor: pointer
}

.wd-dashboard-option-menu>.item:hover {
    background-color: rgba(202, 205, 219, 0.28)
}

.wd-dashboard-option-menu>.item .description {
    color: #424A51;
    font-size: 11px
}

.wd-dashboard-option-menu>.item.red {
    border-left: 5px solid #F44336
}

.wd-dashboard-option-menu>.item.green {
    border-left: 5px solid #2EC400
}

.wd-dashboard-option-menu>.item.black {
    border-left: 5px solid #444444
}

.wd-dashboard-option-menu>.item.aqua {
    border-left: 5px solid #00C4C4
}

.wd-dashboard-option-menu>.item.grey {
    border-left: 5px solid #CACACA
}

.wd-dashboard-restaurant-card {
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 24px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 6px 24px rgba(202, 205, 219, 0.42);
    margin-top: 100px;
    padding-bottom: 10px
}

.wd-dashboard-restaurant-card>.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wd-dashboard-restaurant-card>.logo>img {
    margin-top: -100px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0px 10px 24px rgba(202, 205, 219, 0.4);
    box-shadow: 0px 10px 24px rgba(202, 205, 219, 0.4)
}

.wd-dashboard-restaurant-card>.info {
    margin: 20px 15px
}

.wd-dashboard-restaurant-card>.info>.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wd-dashboard-restaurant-card>.info>.main>.name {
    font-size: 22px
}

.wd-dashboard-restaurant-card>.info>.main>.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wd-dashboard-restaurant-card>.info>.main>.rate>.number,
.wd-dashboard-restaurant-card>.info>.main>.rate .star {
    margin: 0px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-dashboard-restaurant-card>.info>.subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3px 0px
}

.wd-dashboard-restaurant-card>.info>.subtitle>.type {
    color: #9DA1B4;
    font-size: 16px
}

.wd-dashboard-restaurant-card>.info>.subtitle>.status {
    color: #9DA1B4;
    font-size: 13px
}

.wd-dashboard-restaurant-card>.info>.subtitle>.status.open {
    color: #0ED100
}

.wd-dashboard-restaurant-card>.info>.subtitle>.status.close {
    color: #EF213D
}

.wd-dashboard-restaurant-card>.info>.timeinfo {
    color: #B1B1B1;
    font-size: 10px
}

.wd-dashboard-restaurant-card>.moreinfo {
    margin-top: -30px;
    margin-left: 0;
    white-space: nowrap
}

.wd-dashboard-restaurant-card-minititle>.title {
    color: #B1B1B1;
    font-size: 9px
}

.wd-dashboard-restaurant-card-minititle>.value {
    color: #000;
    font-size: 11px
}

.wd-dashboard-restaurant-card-large {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 24px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 6px 24px rgba(202, 205, 219, 0.42);
    background-size: cover !important;
    min-height: 330px;
    color: #fff;
    margin-bottom: 30px
}

.wd-dashboard-restaurant-card-large-flex {
    position: relative;
    width: 100%;
    min-height: 330px;
    background: rgba(0, 0, 0, 0.33);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.wd-dashboard-restaurant-card-large .information {
    margin: 25px;
    width: 100%
}

.wd-dashboard-restaurant-card-large .information .moreinfo {
    font-size: 10px;
    margin-top: 10px
}

.wd-dashboard-restaurant-card-large .information .moreinfo .title {
    font-size: 10px
}

.wd-dashboard-restaurant-card-large .information .moreinfo .value {
    font-size: 12px;
    font-weight: 700
}

.wd-dashboard-restaurant-card-large .restaurant-name {
    font-size: 22px
}

.wd-dashboard-restaurant-card-large .restaurant-description {
    font-size: 16px
}

.wd-dashboard-restaurant-card-large .restaurant-time {
    font-size: 15px;
    margin: 10px 0px
}

.wd-dashboard-restaurant-card-large .restaurant-image {
    width: 100%;
    max-width: 160px
}

.wd-dashboard-restaurant-menu>.item {
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    padding: 20px;
    margin: 15px 0px
}

.wd-dashboard-restaurant-menu>.item .item-image {
    border-radius: 5px;
    width: 100%;
    max-width: 150px
}

.wd-dashboard-restaurant-menu>.item .item-name {
    font-size: 17px
}

.wd-dashboard-restaurant-menu>.item .item-description {
    font-size: 12px;
    color: #B1B1B1
}

.wd-dashboard-restaurant-menu>.item .item-rate {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wd-dashboard-restaurant-menu>.item .item-rate img {
    margin-right: 5px
}

.wd-dashboard-restaurant-menu>.item .item-price {
    text-align: right;
    color: #6DD400
}

.wd-dashboard-cart-card {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    padding: 15px 20px
}

.wd-dashboard-cart-card>.title {
    font-size: 22px
}

.wd-dashboard-cart-card>.description {
    color: #B1B1B1;
    margin-top: 5px;
    font-size: 14px
}

.wd-dashboard-cart-card-address {
    margin: 10px 0px;
    background: rgba(255, 175, 38, 0.2);
    border-radius: 10px;
    padding: 15px
}

.wd-dashboard-cart-card-button {
    background: #F9BC3B;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 10px
}

.wd-dashboard-cart-card-button.outline {
    border: 1px solid #F9BC3B;
    background: inherit
}

.wd-dashboard-cart-card-button-dashed {
    position: relative;
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px dashed #c6c6c6;
    margin: 15px 0px;
    font-size: 12px
}

.wd-dashboard-cart-card>.total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0px
}

.wd-dashboard-cart-card>.total>.price {
    color: #2EC400
}

.wd-dashboard-cart-card>.divider {
    width: 100%;
    height: 1px;
    background: #CACACA;
    margin: 30px 0px
}

.wd-dashboard-cart-card-empty {
    padding: 100px 20px;
    text-align: center
}

.wd-dashboard-cart-card-empty>.title {
    margin-top: 40px;
    font-size: 22px
}

.wd-dashboard-cart-card-empty img {
    width: 100%;
    max-width: 200px
}

.wd-dashboard-cart-orderinfo>.item {
    font-size: 10px;
    margin: 15px 0px
}

.wd-dashboard-cart-orderinfo>.item .name {
    font-weight: 700
}

.wd-dashboard-cart-orderinfo>.item .name>.description {
    font-size: 9px;
    color: #B1B1B1
}

.wd-dashboard-cart-orderinfo>.item .price {
    color: #2EC400;
    font-size: 12px;
    white-space: nowrap;
    text-align: right
}

.wd-dashboard-topslider {
    padding: 20px 0px
}

.wd-dashboard-topslider-card {
    overflow: hidden;
    border-radius: 10px
}

.wd-dashboard-topslider-card>img {
    width: 100%;
    height: 100%
}

.wd-dashboard-filter-card {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
    border-radius: 10px
}

.wd-dashboard-filter-card>.divider {
    width: calc(100% + 40px);
    height: 1px;
    background: #CACACA;
    margin: 30px -20px
}

.wd-dashboard-filter-sort {
    color: #261D56;
    font-size: 18px;
    margin-bottom: 20px
}

.wd-dashboard-filter-category {
    font-size: 16px;
    margin: 20px 0px
}

.wd-dashboard-filter-category-counter {
    margin-left: 10px;
    font-weight: normal
}

.wd-dashboard-filter-category-description {
    color: #6C6C6C;
    font-size: 14px
}

.wd-dashboard-filter-category-names {
    margin: 10px 0px
}

.wd-dashboard-filter-category-names>.name {
    font-size: 14px;
    margin: 3px 0px;
    color: #6C6C6C
}

.wd-dashboard-filter-category-cuisines {
    margin: 20px 0px
}

.wd-dashboard-filter-category-cuisines>.cuisin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px
}

.wd-dashboard-filter-category-cuisines>.cuisin>.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden
}

.wd-dashboard-filter-category-cuisines>.cuisin>.icon>img {
    width: 100%;
    height: 100%
}

.wd-dashboard-filter-category-cuisines>.cuisin>.name {
    font-size: 14px;
    margin: 3px 15px;
    color: #6C6C6C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-dashboard-filter-range {
    position: relative;
    width: 100%;
    height: 6px;
    background: rgba(203, 206, 209, 0.4);
    margin: 20px 0px
}

.wd-dashboard-filter-range>.circle {
    position: absolute;
    top: -7px;
    width: 20px;
    height: 20px;
    background: #F9BC3B;
    border: 2px solid #CBCED1;
    border-radius: 50%
}

.wd-dashboard-filter-range>.progress {
    position: absolute;
    background: #F9BC3B;
    height: 6px
}

.wd-dashboard-filter-button-all {
    position: relative;
    background: rgba(202, 205, 219, 0.4);
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 4px
}

.wd-modal {
    border: 0;
    border-radius: 20px;
    overflow: hidden
}

.wd-modal>.modal-header {
    border: 0;
    margin: 15px;
    z-index: 10
}

.wd-modal>.modal-footer {
    background: #E4E4E4;
    border: 0
}

.wd-modal .pick-value {
    margin: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wd-modal .modal-success {
    margin: 20px 0px;
    color: #38215C;
    text-align: center
}

.wd-modal .modal-success .description {
    font-size: 18px;
    margin: 15px 0px
}

.wd-modal-addition-info {
    text-align: center;
    margin-top: -80px
}

.wd-modal-addition-info-image {
    max-width: 170px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16)
}

.wd-modal-addition-info>.title {
    font-size: 24px;
    margin: 20px 0px
}

.wd-modal-addition-info>.description {
    font-size: 14px;
    color: #B1B1B1;
    margin: 15px 0px
}

.wd-modal-addition-info>.description .calories {
    color: #38215C
}

.wd-modal-addition-info>.description .calories img {
    margin-right: 5px
}

.wd-modal-addition-section {
    border: 1px solid #CACACA;
    padding: 20px;
    margin: 20px;
    border-radius: 10px
}

.wd-modal-addition-section>.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.wd-modal-addition-section>.section-header>.name {
    font-size: 18px
}

.wd-modal-addition-section>.section-header>.name>.description {
    font-size: 13px;
    color: #B1B1B1
}

.wd-modal-addition-section>.section-list {
    margin: 10px 20px
}

.wd-modal-addition-section>.section-list .form-check {
    font-size: 16px;
    margin: 10px 0px
}

.wd-modal-addition-section>.section-list .form-check-input {
    background-color: #E6E6E6;
    border-color: #E6E6E6
}

.wd-modal-addition-section>.section-list .form-check-input:checked {
    background-color: #F9BC3B;
    border-color: #F9BC3B
}

.wd-modal-button {
    background: #F9BC3B;
    font-size: 17px
}

.wd-modal-button.outline {
    background: #fff;
    border: 1px solid #F9BC3B;
    color: #F9BC3B
}

.wd-image-onmain {
    position: relative
}

@media (max-width: 1023px) {
    .wd-image-onmain {
        width: 100%
    }
}

.wd-input-lg {
    height: 60px;
    border-radius: 2px;
    border: 0px;
    -webkit-box-shadow: 0px 2px 10px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 2px 10px rgba(111, 111, 111, 0.15);
    padding: 0px 25px
}

.wd-buttons-header {
    display: inline-block;
    background: #FFAF26;
    border-radius: 10px;
    color: #38215C !important;
    padding: 5px 60px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    border: 0
}

.wd-buttons-normal {
    display: inline-block;
    background: #FFAF26;
    border-radius: 10px;
    color: #38215C !important;
    padding: 9px 50px;
    text-decoration: none;
    font-size: 9px;
    border-radius: 10px;
    border: 0
}

.wd-buttons-normal.outline {
    background: inherit;
    border: 1px solid #FFAF26
}

.wd-fullwidth {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

.wd-topmenu {
    /*overflow: hidden;*/
    height: 76px;
    background: #fff !important;
    -webkit-box-shadow: 0px 2px 10px rgba(111, 111, 111, 0.15);
    box-shadow: 0px 2px 10px rgba(111, 111, 111, 0.15);
    z-index: 10
}

.wd-topmenu-logo-big.pink>.orange {
    background: #EFA7A3
}

.wd-topmenu-logo-big>.orange {
    position: absolute;
    right: 209px;
    top: 0px;
    width: 1000px;
    height: 100%;
    background: #ffaf26
}

.wd-topmenu-logo-big>.logo {
    position: absolute;
    top: 35px;
    right: 50px
}
.wd-topmenu-logo-big>.logo-rtl {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.wd-topmenu-logo-big>.orange-rtl {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 1000px;
    height: 100%;
    background: #ffaf26;
}

@media (max-width: 1023px) {
    .wd-topmenu-logo-big {
        display: none
    }
}

.wd-topmenu .navbar-brand {
    position: relative
}

.wd-topmenu .nav-item {
    border-bottom: 0px solid transparent
}

.wd-topmenu .nav-item:hover {
    margin-bottom: -2px;
    border-bottom: 2px solid #E86942
}

.wd-topmenu .nav-item:hover>.nav-link {
    font-weight: 700
}

.wd-topmenu .action-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wd-topmenu .action-menu .section-1 {
    border-left: 1px solid #707070;
    padding: 0px 10px;
    font-weight: 700
}

.wd-topmenu .action-menu .section-2 {
    border-left: 1px solid #707070;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 700
}

.wd-topmenu .action-menu .section-3 {
    border-left: 1px solid black;
    padding: 0px 10px
}

.wd-topmenu-logo-small {
    display: none
}

@media (max-width: 1023px) {
    .wd-topmenu-logo-small {
        display: block
    }
}

@media (max-width: 1023px) {
    .wd-topmenu {
        height: auto
    }
}

.wd-footer {
    position: relative;
    background: #38215C;
    color: #fff !important;
    padding: 50px 40px 20px 40px
}

.wd-footer-splash {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 260px;
    width: 440px;
    overflow: hidden
}
.wd-footer-splash-rtl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 260px;
    width: 440px;
    overflow: hidden
}

.wd-footer-splash .splash {
    position: absolute;
    top: 0px;
    right: -100px;
    width: 100%;
    height: 440px;
    background: #F9BC3B;
    border-radius: 50%
}

.wd-footer-splash-rtl .splash {
    position: absolute;
    top: 0px;
    left: -100px;
    width: 100%;
    height: 440px;
    background: #F9BC3B;
    border-radius: 50%
}

.wd-footer-splash .splash.pink, .wd-footer-splash-rtl .splash.pink {
    background: #EFA7A3
}

.wd-footer-splash .app-link {
    position: absolute;
    left: 170px;
    top: 150px
}

.wd-footer-splash-rtl .app-link {
    position: absolute;
    right: 170px;
    top: 150px
}

.wd-footer-splash .app-link>img, .wd-footer-splash-rtl .app-link>img {
    height: 36px
}

.wd-footer .left-splash {
    position: absolute;
    width: 45px;
    height: 45px;
    overflow: hidden;
    left: 0px;
    bottom: 0px
}

.wd-footer .left-splash-rtl {
    position: absolute;
    width: 45px;
    height: 45px;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.wd-footer a {
    width:100%;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 0.875rem;
}
.social_icons a {
    display: inline!important;
}

/*# sourceMappingURL=main.css.map */
