.head-question{
    padding: 56px 0;
}
.head-question .caption-big{
    color: #3b3c4e;
    font-weight: 600;
}

.form-wizard ul {
    background-color: #e8e8e8;
    height: 6px;
}

.form-wizard ul>li {
    display: inline-block;
    width: 25%;
    position: relative;
}

.form-wizard.stock ul>li {
    width: 33.333%;
}

.form-wizard ul>li.active {
    background: #000;
}

.form-wizard ul>li.disabled {
    background: #e8e8e8;
    cursor: not-allowed;
}

.form-wizard ul>li.disabled .round-circle {
    background: #e8e8e8;
    cursor: not-allowed;
    border: solid 4px #ffffff;
}

.form-wizard ul>li .round-circle {
    width: 16px;
    height: 16px;
    border: solid 3px #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: 99;
    right: -1px;
    left: auto;
}

.form-wizard ul>li.active .round-circle {
    background-color: #272833;
}

.form-wizard ul>li .round-circle.first-tab {
    background-color: #272833;
    left: -2px;
    border: solid 3px #ffffff;
}

.tab-content{
    background-color: #f8f8f8;
    padding: 56px 0 80px;
}

.selected-image{
    padding-bottom: 24px;
}

.selected-image input[type=checkbox],
.selected-project input[type=checkbox],
.selected-project-second input[type=checkbox] {
    display: none;
}

.selected-project input[type=checkbox]+label {
    border: 3px solid #c3c3c6;
    border-radius: 8px;
    opacity: 0.7;
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
}

.selected-project input[type=checkbox]+label button {
    width: 100%;
}

.selected-project input[type=checkbox]:checked+label {
    border: 3px solid #f37251;
    border-radius: 8px;
    opacity: 1;
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    box-shadow: 0 6px 16px -3px rgba(0, 0, 0, 0.16);
}

.selected-image input[type=checkbox]+label {
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    box-shadow: 0 6px 16px -3px rgba(0, 0, 0, 0.16);
    cursor: pointer !important;
    transition: all .2s ease-out;
}

.selected-image input[type=checkbox]+label img {
    width: 100%;
    height: auto;
}

.selected-image input[type=checkbox]:checked+label {
    border: solid 5px #f37251;
    height: auto;
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0px;
    box-shadow: 0 6px 16px -3px rgba(0, 0, 0, 0.16);
}

.selected-image:hover label{
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3) !important;
}

.selected-image input[type=checkbox]+label .checked{
    display: none;
}

.selected-image input[type=checkbox]:checked+label .checked {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f37251;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    bottom: 44px;
    opacity: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.choosen-color .selected-image input[type=checkbox]:checked+label .checked {
    bottom: 96px;
}
.choosen-color .caption-verysmall{
    font-weight: normal;
    color: #6c757d;
}

.selected-image input[type=checkbox]:checked+label img {
    opacity: 1;
}

.selected-image .checked>.icon,
.selected-project-second .checked>.icon {
    color: #fff;
}

.selected-project-second .text-description>.icon2 {
    width: 15px;
    height: 15px;
    background-color: #f37251;
    -webkit-mask: url(../img/check.svg) no-repeat 50% 50%;
    mask: url(../img/check.svg) no-repeat 50% 50%;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}

.selected-project-second input[type=checkbox]+label .checked {
    border: 1px solid #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 10%;
}

.action-footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 16px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background:#fff;
    text-align: right;
    z-index: 999 !important;
}
.action-footer a{
    padding-top: 16px;
    padding-bottom: 16px;
    display: inline-block;
    line-height: 1.25;
    border:none;
}

.form-section{
    padding-top:48px;
    padding-bottom: 16px;
    border-top: solid 1px #eee;
}
.form-section:first-child{
    border: none;
    padding-top: 0px;
}
.form-section.specific-color{
    display: none;
}

.form-group {
    margin-bottom: 32px;
}
.form-group label {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #3b3c4e;
}

.form-text{
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #6f7174;
    font-weight: 300;
}

.form-control {
    border-radius: 4px;
    border: solid 2px #e4e4e4;
    background-color: #ffffff;
    height: 44px;
}

.box-project {
    border: 2px solid #e4e4e4;
}

.link-form{
    transition: border-color .15s ease-out;
    color: #555;
    border-bottom: solid 2px rgba(85,85,85,.2);
    font-weight: 500;
    cursor: pointer;
}
.link-form:hover{
    border-bottom: solid 2px rgba(85,85,85,.5);
}

.matrix-upload{
    margin-bottom: 24px;
    margin-top: 24px;
}
.matrix-upload > div{
    margin-bottom: 16px;
}

.uploader-attachment-file-input{
    position: relative;
    padding-bottom: 100%;
}
.uploader-attachment-file-input__target {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.uploader-attachment-file-input__target, .uploader-attachment-file-input__target[type=file] {
    width: 100%;
}
.uploader-attachment-overlay{
    padding-top: 100%;
}
.uploader-attachment-overlay__inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.uploader-attachment-overlay__inner--outline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed #ccc;
}
.uploader-attachment-overlay__content {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.uploader-attachment-overlay__content__icon {
    font-size: 2.5em;
}
.uploader-attachment-overlay__content__label {
    max-width: 66%;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
}

.mediabox{
    display: block;
    background: 0 0;
    position: relative;
    transition: all .2s ease-out;
    opacity: 1;
}
.mediabox__media{
    display: block;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.1);
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.mediabox .mediabox__media .icon-2x{
    font-size: 32px;
    color: #555;
}
.mediabox__meta-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 0;
    text-align: left;
    color: #555;
    padding: 15px 10px;
}
.uploader-attachment-file-meta {
    position: relative;
    font-size: 14px;
    width: 100%;
}
.uploader-attachment-file-meta__action {
    position: absolute;
    right: -8px;
    top: -4px;
}
.icon-button {
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    display: inline;
    position: relative;
    z-index: 0;
    overflow: visible;
    font-size: 14px;
    /*line-height: 1.6;*/
    color: #999;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.icon-button:hover{
    background-color: #eee;
}
.uploader-attachment-file-meta__label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 30px;
    font-weight: normal;
}

.form-section .pricelist{
    opacity: 0.6;
    transition: all .2s ease-out;
    padding-bottom: 40px;
    padding-top: 20px;
    border-radius: 8px;
}
.form-section .pricelist:hover{
    opacity: 1;
}
.form-section .pricelist.active{
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border: solid 3px #f37251;
}
.form-section .pricelist .btn{
    width: 100%;
}

.package-item{
    border-radius: 8px;
    border: solid 2px #e4e4e4;
    background-color: #ffffff;
    padding: 16px;
    cursor: pointer;
    margin-bottom: 16px;
}
.package-item.checked{
    /*#f37251 ; #2f9780*/
    border-color: #3B88FD;
    box-shadow: 0 0 0 2px #3B88FD;
}
.package-item input[type=checkbox]{
    width: 24px;
    height: 16px;
}
.package-item__description{
    margin-left: 28px;
}
.package-item__description .text-description-small{
    color: #777;
}
.package-item__description .check-list ul{
    margin:0px;
}
.package-item__description .check-list li{
    margin-bottom: 4px;
}
.package-item .check-list ul li{
    background-image: url(../img/ic_check_primary.svg);
}

.summary .row{
    margin-left: 0px;
    margin-right: 0px;
}
.summary .row > div{
    padding-left: 0px;
    padding-right: 0px;
}
.summary .total{
    border-top: solid 2px #272833;
}

.select2-container--default .select2-selection--multiple{
    border: solid 2px #e4e4e4;
    min-height: 44px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border:none;
    background-color: #e8e8e8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #3b3c4e;
    padding: 3px 8px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid 2px #999;
}

.logobox{
    cursor: pointer;
    margin: 16px 0; 
}
.logobox:hover .logobox__media{
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3) !important;
}
.logobox .logobox__media{
    transition: all .2s ease-out;
    box-shadow: 0 6px 16px -3px rgba(0, 0, 0, 0.16);
}
.logobox .logobox__media img{
    width: 100%;
}
.logobox .logobox__metadata{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    min-height: 0;
    text-align: left;
    color: #555;
    padding: 16px 10px;
    position: relative;
    font-size: 16px;
    width: 100%;
}
.logobox__metadata .metadata__photo{
    width: 24px;
    height: 24px;
    margin:0 8px;
}
.logobox__metadata .metadata__photo img{
    width: 24px;
    border-radius: 50%;
    border:solid 1px #eee;
}
.logobox__metadata .metadata__name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    margin-right: 56px;
}
.logobox__metadata .metadata__price{
    position: absolute;
    right: 10px;
    padding: 6px 8px;
    background-color: #272833;
    border-radius: 8px;
    color: #fafafa;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.3px;
    text-align: right;
}

.head-question .logobox{
    margin:0px;
}
.head-question .logobox .logobox__metadata{
    font-size: 14px !important;
}
.head-question .logobox__metadata .metadata__photo{
    margin:0 4px;
}
.head-question .logobox__metadata .metadata__photo img{
    width: 18px;
}

.vc{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btn-lgdsn-switch-on{
    background-color: #fff;
    color: #f37251 !important;
    border-color: #f37251;
}
.btn-lgdsn-switch-on .toggle-handle{
    background-color: #f37251;
    box-shadow: 0 0 8px -2px #f37251;
}
.btn-lgdsn-switch-off{
    background-color: #fff;
    border-color: #c3c3c6;
}
.btn-lgdsn-switch-off:hover{
    color: #272833;
}
.btn-lgdsn-switch-off .toggle-handle{
    background-color: #c3c3c6;
    box-shadow: 0 0 8px -2px #c3c3c6;
}


@media(max-width: 768px) {

    .selected-image, .choosen-stock .tab-body > div{
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 16px;
    }
    .selected-image .caption-verysmall{
        margin-top: 16px;
        margin-bottom: 12px;
        padding-left: 8px;
    }

    .matrix-upload{
        padding-left: 8px;
        padding-right: 8px;
    }
    .matrix-upload > div{
        padding-left: 8px;
        padding-right: 8px;
    }

    .tab-body.row{
        padding: 0 8px;
    }

    .action-footer a{
        width: auto;
    }

    .form-section .pricelist{
        margin-bottom: 24px;
        border: solid 3px #c3c3c6;
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .package-item__img{
        height: 126px;
        overflow: hidden;
        margin-top: 16px;
        position: relative;
        padding:0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .package-item__img img{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .logobox{
        margin:0;
    }
    .logobox .logobox__metadata{
        font-size: 14px;
    }
    .logobox__metadata .metadata__by{
        /*margin-right: 4px;*/
    }
    .logobox__metadata .metadata__photo{
        margin:0 4px;
    }
    .logobox__metadata .metadata__photo img{
        width: 18px;
    }

    .head-question .logobox{
        margin-top: 24px;
        height: 160px;
        position: relative;
    }
    .head-question .logobox .logobox__media{
        height: 100%;
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .head-question .logobox .logobox__metadata .metadata__photo img{
        height: 24px;
        width: 24px;
    }
    .head-question .logobox .logobox__metadata{
        position: absolute;
        bottom: 0;
        font-size: 16px !important;
    }
    .head-question .logobox__metadata-shadow .logobox__metadata{
        color: #fff;
    }
    .logobox__metadata-shadow{
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    }

    .toggle .btn{
        width: auto;
    }
}