/*textarea,*/
/*input.text,*/
/*input[type="text"],*/
/*input[type="button"],*/
/*input[type="submit"],*/
/*select,*/
/*.input-checkbox {*/
/*    -webkit-appearance: none;*/
/*}*/

  .queez-block {
    background-color: #e8eef9;
    padding: 50px 0;
}

.queez-title {
    font-size: 36px;
    font-weight: bold;
    color: #252d3a;
    display: flex;

}

.queez-title-inner {
    width: 600px;
    font-family: 'Playfair Display', serif;
}

.queez-step-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

.qsh-title {
    font-size: 20px;
    font-weight: bold;
}

.queez-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.queez-step-content {
    padding: 50px 0;
}

.q-have-link {
    padding: 15px 15px 15px 55px;
    background: url(../images/ico-link.png) 20px 50% no-repeat;
    font-size: 14px;
    color: #282828 !important;
    display: inline-block;
    border: 1px solid #282828;
    border-radius: 10px;
}

.q-have-link:hover {
    background-color: #fff;
}

.next-button {
    color: #fff !important;
    background-color: #252d3a;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    border: 0;
}

.next-button:hover {
    background-color: #586c86;
}

.q-indicator {
    color: #afafaf;
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
}

.q-step1-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.queez-step {
    display: flex;
    flex-direction: column;
}

.q-step1-item {
    height: 170px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 5px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    box-sizing: border-box;
    width: 18%;
    margin-bottom: 20px;
    cursor: pointer;
}

.q-step1-item:hover,
.q-step1-item.selected {
    background-color: #d8fddd;
}

.q-step1-item input {
    display: none;
}

.q-step1-item .ico {
    width: 70px;
    height: 70px;
    background: url(../images/queez-sprite.png) 10px 0 no-repeat;
}

.q-step1-item.item-1 .ico {background-position: 10px 10px;}
.q-step1-item.item-2 .ico {background-position: 10px -135px;}
.q-step1-item.item-3 .ico {background-position: 10px -272px;}
.q-step1-item.item-4 .ico {background-position: 10px -415px;}
.q-step1-item.item-5 .ico {background-position: 10px -557px;}


.q-step1-item .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.q-step2-items,
.q-step3-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.q-step3-item {

}

#q-slide-4 .q-step3-item,
#q-slide-7 .q-step3-item
{
    flex-grow: 1;
}

.q-step2-item .placeholder,
.q-step3-item .placeholder{
    font-size: 16px;
    margin-bottom: 20px;
}

.q-step2-item select, .q-step2-item .q-input,
.q-step3-item select, .q-step3-item .q-input

{
    border: 1px solid #d3d3d3;
    width: 240px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 0;
    color: #282828;
    box-sizing: border-box;
}

.q-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
    display: inline-block;
    margin: 0 10px 0 0;
}

.q-label {
    font-size: 16px;
    font-weight: bold;

}

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

.q-communications-wrapper {
    padding-top: 15px
}

.q-communications-wrapper {
    justify-content: space-between;
}

.item-communications {
    flex-grow: 2;
}

.q-step6-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.q-step6-items .flex-v-center {
    width: 30%;
    margin-bottom: 60px;
}

#q-slide-7 .q-step3-item.contacts {
    flex-grow: 2;
}

.input.q-contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.input.q-contacts .flex-v-center {
    width: 50%;
    margin: 0 0 10px 0;
}

.q-safe-info {
    font-size: 15px;
    font-weight: 300;
    margin-right: auto;
}

@media screen and (max-width: 800px) {
    .queez-step-header {
        flex-direction: column;
    }
    .q-step1-items {
        flex-direction: column;
        align-items: center;
    }

    .q-step1-item {
        width: 310px;
        height: auto;
    }

    .queez-footer {
        flex-direction: column;
    }

    a.next-button {
        display: inline-block;
    }

    .q-indicator {
        order: 2;
        margin-top: 20px;
    }

    .queez-title {
        font-size: 22px;
    }

    .queez-title-inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .qsh-title {
        font-size: 18px;
        order: 2;
        margin-top: 30px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .q-step2-items, .q-step3-items, .q-step6-items {
        flex-direction: column;
        align-items: center;
    }

    .q-step2-item,
    .q-step3-item {
        width: 240px;
        margin-bottom: 20px;
    }

    .queez-step-content {
        padding: 20px 0;
    }

    .queez-step-content.docs {
        width: 240px;
        margin : 0 auto;
        padding: 0 0 20px 0;
    }

    .q-step6-items .flex-v-center {
        width: 300px;
        margin-bottom: 20px;
    }

    .q-label {
        font-weight: normal;
    }

    #q-slide-7 .q-step3-item.contacts {
        width: 240px;
    }

    .input.q-contacts {
        flex-direction: column;
    }

    .q-safe-info {
        font-size: 12px;
        font-weight: 300;
        width: 240px;
        text-align: center;
        margin: 0 auto 20px;
    }

    .input.q-contacts .flex-v-center {
        width: 100%;
    }

    .q-communications-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .q-communications-wrapper .flex-v-center {
        margin-bottom: 10px;
    }

    .q-checkbox {
        min-width: 20px;
    }

    .q-step2-item .placeholder, .q-step3-item .placeholder {
        margin-bottom: 10px;
    }


}