/* Created on : Aug 13, 2020, 10:37:52 AM
    Author     : Andrew Molchanov <andymolchanov@gmail.com> */
#three_step_block_wrapper {
    display: none;
    justify-content: flex-end;
    padding: 0 0 90px;
}

#threeStepsForm input[type=checkbox] {
    display: none;
}

form#threeStepsForm {
    width: 1328px;
    box-shadow: 0px 10px 105px rgba(114, 182, 218, 0.2);
    border-radius: 10px;
    background: #FFFF;
    margin: -50px 0 0 60px;
    padding: 0 0 55px 0;
    position: relative;
}

#company_list {
    margin-top: -43px;
}

.company_info {
    height: 89px;
    width: 236px;
    background: #FFFFFF;
    box-shadow: 0px 10px 105px rgba(114, 182, 218, 0.25);
    border-radius: 0px 260px 260px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.company_logo,
.company_price {
    width: 48%;
}

.company_price {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #26383F;
}

.company_price span i {
    font-size: 15px;
}

.company_logo img {
    max-width: 93px;
    padding-right: 15px;
}

.devider {
    width: 1px;
    height: 67px;
    background: #7DA3B1;
    opacity: 0.5;
}

#step_number_block {
    display: flex;
    align-items: center;
    margin: -15px 86px 0 0;
}

#step_number_block h2 {
    padding: 10px 0 0 20px;
    font-family: OpenSansHebrew-Bold;
    font-weight: 800;
    font-size: 43px;
    line-height: 59px;
    color: #26383F;
}

#step_one {
    width: 100%;
    max-width: 170px;
    height: 90px;
    background-image: url('/_files/image/background/Vector_right.png');
    text-align: center;
    position: relative;
}

#step_two {
    height: 90px;
    width: 100%;
    max-width: 115px;
    transform: skewX(-30deg);
    background-color: #FFFF;
    text-align: center;
    position: relative;
}

#step_two > * {
    transform: skewX(30deg);
}

#step_three {
    width: 100%;
    max-width: 170px;
    height: 90px;
    background-image: url('/_files/image/background/Vector_left.png');
    text-align: center;
    position: relative;
}

#step_one,
#step_two,
#step_three {
    display: flex;
    justify-content: center;
}

#step_one span,
#step_two span,
#step_three span {
    font-size: 13px;
    line-height: 18px;
    color: #26383F;
    padding-top: 20px;
}

.step + p {
    font-family: OpenSansHebrew-Bold;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #26383F;
    padding: 0 0 0 30px;
    display: none;
}

.pointer {
    display: none;
}

.pointer + span {
    display: none;
}

.pointer ~ h2 {
    opacity: 0.1;
}

.step {
    display: none;
}

.step_block {
    display: none;
}

.active_step {
    display: block;
}

.active_step h2 {
    opacity: 1;
}

.step.active_step + p {
    display: block;
}

.active_step .pointer + span {
    display: block;
}

.active_step .pointer {
    position: absolute;
    top: -50px;
    right: 60px;
    display: block;
}

.steps_devider_line {
    height: 1px;
    width: 95%;
    margin: 1px auto;
    background-color: #D3D3D3;
}

#three_steps_block {
}

.step_item_block {
    min-height: 87px;
}

.step_item_block > div:nth-child(n+3) {
    display: none;
}

.active > div:nth-child(n+3) {
    display: block;
}

.item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 0;
}

div.item_header_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.item_header span {
    font-family: OpenSansHebrew-Bold;
    padding: 0 26px 0 0;
    font-weight: bolder;
    font-size: 20px;
}

.icons_wrapp {
    width: 109px;
    height: 59px;
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(125, 163, 177, 0.25);
    border-radius: 29.5px 0px 0px 29.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Felled all fields show check icon */
.felled {
    width: 28px;
    height: 21px;
    background-image: url("/_files/image/icon/felled.svg");
    background-repeat: no-repeat;
    margin-right: 13px;
    display: none;
}

.arrow {
    padding: 0 0 0 65px;
}

.arrow img {
    width: 10px;
    height: 10px;
}

/* input fields area in form */
.field_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 28px 0 0 0;
    flex-wrap: wrap;
}

#existingCovers .field_content {
    justify-content: flex-start;
}

.inputWrapp {
    width: 33%;
    padding: 0 33px;
}

.inputWrapp select {
    flex-grow: 1;
    background: inherit;
    padding-right: 10px;
}

label.input_label {
    font-size: 20px;
    line-height: 27px;
    text-align: right;
    color: #26383F;
    font-family: OpenSansHebrew-Bold;
}

.input_block {
    width: 100%;
    height: 50px;
    background: #F6F9FB;
    border: 1px solid #7DA3B1;
    border-radius: 60px;
    margin-top: 17px;
    padding: 0 17px 0 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.input_block input {
    border: none;
    padding-right: 15px;
    background: inherit;
    font-size: inherit;
    color: rgba(38, 56, 63, 0.8);
}

.input_block input::placeholder {
    font-size: 20px;
    color: #26383F;
    opacity: 0.4;
}

.input_block .fa-chevron-down {
    padding-left: 20px;
}

.item_content {
    padding: 0 0 35px 0;
}

/* Switcher wrapper */
.switcherWrapp {
    display: flex;
    align-items: center;
}

.switcherWrapp p {
    font-size: 18px;
    padding: 0 22px 0 0;
}

/* switcher big radio button style */
.switcher {
    overflow: hidden;
    padding: 5px;
    background-color: #dbe5e9;
    border: none;
}

.toggle_item {
    width: 50%;
    height: 100%;
}

.toggle_item input[type=radio] {
    display: none;
}

.toggle_item label {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: center;
    height: 100%;
    line-height: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #26383F;
}

/* Switcher small */
.switcher_small {
    flex: 0 0 117px;
    height: 50px;
    display: flex;
    border-radius: 60px;
}

/* Checked */
.toggle_item input[type=radio]:checked + label {
    background: #ffff;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    font-family: OpenSansHebrew-Bold;
    font-weight: 800;
    font-size: 16px;
    line-height: 38px;
    color: #26383F;
}

/* Add person */
.add_data_button {
    width: 240px;
    height: 60px;
    border-radius: 60px;
    margin: 28px 33px 28px 0;
    padding: 0 7px 0;
    position: relative;
    box-shadow: 10px 20px 50px rgba(114, 182, 218, 0.2);
}

.add_data_button:hover {
    cursor: pointer;
}

.add_data_button div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 2.5px solid black;
    border-radius: 50%;
    font-weight: bolder;
    font-size: 20px;
}

.add_data_button span {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 58px 0 0;
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    color: #26383F;
}

/* Remove person */
.remove_person {
    width: 33%;
    padding: 0 33px;
}

.remove_person:hover {
    cursor: pointer;
}

.remove_person .input_block {
    background: none;
    border: none;
}

.remove_person .input_block div i {
    text-align: center;
    font-size: 27px;
    line-height: 48px;
}

.remove_person .input_block div {
    border-radius: 50%;
    border: 3px solid;
    width: 52px;
    height: 52px;
    text-align: center;
    box-shadow: 0 0 15px #a6d5f2;
}

.remove_person .input_block span {
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    color: #26383F;
    padding: 0 20px 0 0;
}

/* Heals Question area */
.helthQuestions {
    display: flex;
    align-items: center;
    padding: 0 33px 50px 0;
}

.helthQuestions p {
    font-size: 18px;
    padding: 0 22px 0 0;
}

.helthQuestions p span:first-child {
    padding: 0 0 0 10px;
}

.helthQuestions p a {
    font-size: 16px;
    font-family: OpenSansHebrew-Bold;
    text-decoration: underline;
}

.helthQuestions.question_6 {
    padding: 0 33px 25px 0;
}

.helthQuestions.question_7 {
    padding: 50px 33px 25px 0;
}

.helthQuestions:nth-child(2) p span {
    color: rgba(0, 0, 0, 0.5);
}

.helthQuestions.corona_block p span {
    font-family: OpenSansHebrew-Bold;
}

.questions_area {
    justify-content: flex-start;
    display: block;
    padding: 28px 0 0 0;
}

.corona_protection_header {
    display: flex;
    align-items: center;
    padding: 0 33px 20px 0;
    font-size: 18px;
    font-family: OpenSansHebrew-Bold;
}

.corona_protection_header *:not(:first-child) {
    padding: 0 22px 0 0;
}

.coronaHealsQuestions .helthQuestions {
    display: flex;
    align-items: center;
    padding: 0 33px 30px 0;
}

.coronaHealsQuestions .helthQuestions p {
    font-size: 16px;
}

.coronaHealsQuestions .helthQuestions img {
    width: 20px;
}

.subQuestionsForQuestionWrapp {
    border: 1px solid #D3D3D3;
    border-radius: 15px;
    margin: 0 33px 50px 0;
    padding: 27px 31px 37px 0;
}

.subQuestionsForQuestionWrapp.radio_block {
    padding: 27px 31px 0 0;
}

.radio_block .helthQuestions {
    padding: 0 0 30px 0;
}

.radio_block > p:first-child {
    padding: 0 0 20px 0;
}

.subQuestionsForQuestionWrapp > p {
    font-family: OpenSansHebrew-Bold;
    font-weight: bold;
    font-size: 18px;
}

.subQuestionsForQuestionWrapp > span {
    display: block;
    padding: 0 0 20px 0;
}

.helthQuestions.question_4 + .subQuestionsForQuestionWrapp {
    display: none;
}

.helthQuestions.question_4 + .subQuestionsForQuestionWrapp .helthQuestions:not(:first-child) input {
    background-color: #dbe5e9;
    text-align: center;
}

/* Subquestion for Question 4 */
#subQuestionsForQuestion4 {
    width: 100%;

    /* display: flex;
        flex-wrap: wrap; */
    padding: 32px 0 0 0;
}

.question_7 {
    display: none;
}

.question_4,
.question_4 + .subQuestionsForQuestionWrapp,
.subQuestionBlockWrapp {
    display: none;
}

#subQuestionsForQuestion4 .checkboxWrapper {
    width: 24%;
}

.checkboxWrapper {
    padding: 15px 0;
}

.checkboxWrapper input {
    display: none;
}

.checkboxWrapper label {
    font-size: 18px;
    display: flex;
    position: relative;
}

.checkboxWrapper label p a {
    color: red;
    text-decoration: underline;
}

.geekmark {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #DBE5E9;
    border-radius: 5px;
    margin-left: 18px;
}

/* Display checkmark when checked */
.checkboxWrapper label input:checked ~ .geekmark:after {
    display: block;
}

/* Change style checkbox when checked */
.checkboxWrapper label input:checked ~ .geekmark {
    background-color: #FFFFFF;
    border: 2px solid #72B6DA;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.geekmark:after {
    content: "";
    position: absolute;
    display: none;
    right: 5px;
    bottom: 5px;
    width: 15px;
    height: 30px;
    border: solid #000000;
    border-width: 0 6px 6px 0;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Continue buton */
.continue {
    width: 240px;
    height: 60px;
    color: #FFFFFF;
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    background: #26383F;
    border: 3px solid #FFFFFF;
    border-radius: 60px;
    filter: drop-shadow(0px 8px 25px rgba(114, 182, 218, 0.35));
    display: flex;
    padding-left: 17px;
    position: absolute;
    left: 36px;
    bottom: -30px;
}

.continue p {
    line-height: 51px;
    width: 100%;
    padding-right: 90px;
    text-align: initial;
}

span.select2-selection {
    /* span.select2-selection, .select2-container--default .select2-selection--multiple{ */
    border: none !important;
    background: inherit !important;
}

.select2-search__field {
    border: none !important;
}

.selected-travellers-wrapp {
    background-color: #F5F9FB;
    display: flex;
    padding: 20px 25px;
    margin-bottom: 25px;
}

.selected-travellers-wrapp.chronic-question {
    background-color: #F5F9FB;
    display: flex;
    padding: 14px 80px 14px 0;
    margin: 0 -31px 0 0;
    display: none;
}

.selected-travellers-wrapp.another-chronic-question {
    background-color: #F5F9FB;
    display: flex;
    padding: 14px 80px 14px 0;
    margin: 0 -31px 25px 0;
    display: none;
}

.selected-travellers-wrapp > .checkboxWrapper {
    padding: 0;
    margin-left: 100px;
}

/* ----------------STEP TWO-------------------- */
.step_two {
    padding-left: 23px;
    padding-right: 23px;
}

.checkBoxWrapperStepTwo {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 126px;
    padding: 0 20px 0 0;
    box-shadow: 0px 13px 35px rgba(114, 182, 218, 0.2);
    border-radius: 10px;
    margin: 1px 0;
}

.checkBoxWrapperStepTwo:not(:last-child) {
    margin-left: 29px;
}

.checkBoxWrapperStepTwo label {
    display: flex;
    align-items: center;
    position: relative;
}

.checkBoxWrapperStepTwo label img {
    width: 65px;
    height: 60px;
    margin: 0 35px;
}

.isChecked {
    border: 2px solid #26383F;
}

.laptop-mobile-block,
.camera-block {
    margin-top: 40px;
    padding: 0 23px;
}

.laptop-mobile-block .field_content,
.camera-fields-wrapp .field_content {
    padding: 28px 0;
}

.device-info {
    display: none;
}

.laptop-mobile-block > .checkboxWrapper label {
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
}

.laptop-mobile-block > p {
    font-size: 20px;
    padding-bottom: 20px;
}

.laptop-mobile-block > .steps_devider_line {
    margin: 30px 0 0 15px;
    width: 100%;
}

.camera-block > p {
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    padding: 20px 0;
}

.theft-laptop-block,
.theft-mobile-block,
.theft-camera-block {
    margin: 0 -25px;
}

.inputStylized:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxWrapperStepTwo label input:checked ~ .inputStylized:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
showing only two border to make it look
like a tickmark */
.inputStylized:after {
    right: 6px;
    bottom: 22px;
    width: 15px;
    height: 30px;
    border: solid #000000;
    border-width: 0 6px 6px 0;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.labelTextBlock p {
    font-family: OpenSansHebrew-Bold;
}

.inputStylized {
    width: 30px;
    height: 30px;
    background: #F9F9F9;
    border: 2px solid #72B6DA;
    border-radius: 4px;
}

#agreement + span {
    margin-right: 20px;
}

#existingCovers .checkBoxWrapperStepTwo {
    flex: 0 1 33%;
}

/* -----Info block---- */
.infoWrapp {
    position: relative;
    width: 52px;
    height: 47px;
    background: rgba(123, 187, 221, .2);
    border-radius: 0px 23.5px 23.5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.infoContentWrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 31px;
}

.triangle {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 35px solid #FFFFFF;
    width: 0;
    height: 0;
}

.infoContent {
    width: 380px;
    border-radius: 10px;
    box-shadow: 0px 12px 35px rgba(38, 68, 96, 0.2);
}

.infoContentWrapp {
    display: none;
}

.infoWrapp img:hover + .infoContentWrapp {
    display: flex;
    z-index: 1;
}

table.threeStepPopupInfo {
    width: 100%;
    table-layout: fixed;
    text-align: right;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.threeStepPopupInfo td,
.threeStepPopupInfo th {
    padding: 10px;
}

.company {
    width: 25%;
}

.threeStepPopupInfo tbody tr:nth-child(odd) {
    background-color: #E5F1F8;
}

.departure_from {
    padding: 20px 35px 0 0;
}

.departure_from:last-child div:last-child p:last-child {
    font-size: 16px;
}

#step_13 .item_content .departure_from:last-child {
    margin-top: 30px;
}

/* -----------------------STEP THREE---------------------- */
#step_three_items_wrap {
    padding: 0 30px;
}

#companiesPriceForQueryWrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.companyPriceForQuery {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 13px 35px rgba(114, 182, 218, 0.2);
    border-radius: 10px;
    padding: 0 0 50px 0;
    position: relative;
    margin-bottom: 60px;
    font-family: OpenSansHebrew-Bold;
}

.logoWrapp {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logoWrapp img {
    max-width: 150px;
}

.toPaymentsPageBtn {
    margin: auto;
    border: 3px solid #FFFFFF;
    border-radius: 60px;
    width: 220px;
    height: 55px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #EF0028;
    color: #ffffff;
    padding: 0 15px;
}

.toPaymentsPageBtn:hover {
    cursor: pointer;
}

.toPaymentsPageBtn div {
    font-size: 18px;
    background: inherit;
    font-family: inherit;
    color: inherit;
}

.personalProposition {
    position: absolute;
    bottom: -25px;
}

.personalProposition button {
    width: 220px;
    height: 55px;
    background: #26383F;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 8px 25px rgba(114, 182, 218, 0.47);
    border-radius: 60px;
    color: #ffffff;
    font-size: 18px;
}

.clientDataSelectedAndPaymentsWrapp {
    box-shadow: 0px 10px 105px rgba(114, 182, 218, 0.2);
    border-radius: 10px;
    background: #F5F9FB;
}

.clientDataSelectedWrapp {
    display: flex;
    margin: 30px;
}

.clientDataSelected {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.clientDataSelected p {
    font-size: 20px;
    font-family: OpenSansHebrew-Bold;
    padding: 0 15px 0 0;
}

.clientDataSelected .vertical-devider {
    height: 95%;
    position: static;
    margin-left: 15px;
}

#companiesPriceForQueryWrapp {
    margin-top: 45px;
}

/* -----------Payments Block--------- */
.paymenBlockWrapp {
    padding: 25px 0 0 0;
    position: relative;
}

#paymentsDetail {
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 35px;
}

#paymentsDetail .field_content {
    margin: 0 -33px;
}

#totalAmountDetailsWrapp,
.amountWrapp {
    display: flex;
    align-items: center;
}

#back-to-previous {
    flex-grow: 1;
    text-align: left;
}

#back-to-previous span {
    padding: 0 15px;
    font-size: 20px;
}

#back-to-previous:hover {
    cursor: pointer;
}

.amountWrapp .vertical-devider {
    position: static;
    height: 20px;
}

.amountDetail {
    padding: 0 25px 0 0;
    color: #26383F;
}

.amountDetail > p {
    font-size: 14px;
    line-height: 19px;
}

#price-usd,
#price-nis {
    font-size: 20px;
    color: #EF0028;
    font-family: OpenSansHebrew-Bold;
}

.amount:last-child {
    padding: 0 20px;
}

.amount span {
    color: #26383F;
    font-family: OpenSansHebrew-Regular;
}

.amount i {
    font-size: 12px;
}

.amount span {
    padding: 0 0 0 20px;
}

#policyPayment {
    width: 240px;
    height: 60px;
    color: #FFFFFF;
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    background: #26383F;
    border: 3px solid #FFFFFF;
    border-radius: 60px;
    filter: drop-shadow(0px 8px 25px rgba(114, 182, 218, 0.35));
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 17px;
    position: absolute;
    left: 0;
    bottom: -90px;
}

#policyPayment p {
    line-height: 100%;
}

/* ************Companies propositions from site calculator************************ */
.defaultPriceWrapp {
    display: flex;
    justify-content: center;
}

.defaultPrice p {
    padding: 0 10px;
    font-size: 38px;
    color: #EF0028;
}

.defaultPrice p i {
    font-size: 22px;
}

.leftSidePrice div,
.rightSidePrice div {
    height: 7px;
    width: 43px;
    background: #EF0028;
    opacity: 0.2;
    margin-bottom: 5px;
}

.leftSidePrice {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.leftSidePrice div {
    border-radius: 45px 4px 60px 2px;

    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

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

.rightSidePrice div {
    border-radius: 45px 4px 60px 2px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.leftSidePrice div:nth-child(2),
.rightSidePrice div:nth-child(2) {
    width: 30px;
}

.leftSidePrice div:last-child,
.rightSidePrice div:last-child {
    width: 17px;
}

.alert {
    display: none;
    background: #FBF5F5;
    border: 1px solid #EF0028;
    border-radius: 10px;
    padding: 15px 25px;
    margin: 20px 33px 0;
    align-items: center;
}

.alert > img {
    height: 34px;
}

.alert > div {
    padding: 0 20px;
}

.alert-text > p:first-child {
    font-family: OpenSansHebrew-Bold;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #EF0028;
}

.alert-text > p:last-child {
    font-size: 14px;
}

#payment-final {
    display: none;
    position: absolute;
    width: 180px;
    height: 60px;
    color: #FFFFFF;
    font-family: OpenSansHebrew-Bold;
    font-size: 20px;
    background: #26383F;
    border: 3px solid #FFFFFF;
    border-radius: 60px;
    filter: drop-shadow(0px 8px 25px rgba(114, 182, 218, 0.35));
    align-items: center;
    justify-content: flex-end;
    padding-left: 17px;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%);
}

#payment-final img {
    height: 20px;
}

#payment-final p {
    padding: 0 0 0 30px;
    margin: -2px 0 0 0;
}

/* -----media--------- */
@media screen and (max-width: 1366px) {
    form#threeStepsForm {
        width: 1080px;
    }

    .field_content.step_two {
        flex-wrap: nowrap;
    }

    .personalProposition {
        position: static;
    }

    .companyPriceForQuery {
        margin-bottom: 40px;
        padding: 0 0 30px 0;
    }
}

@media screen and (max-width: 768px) {
    #three_step_block_wrapper {
        padding: 0;
    }

    #step_one_items_wrap {
        padding-bottom: 50px;
    }

    form#threeStepsForm {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #step_number_block {
        position: relative;
        margin: -15px 0 100px 0;
        justify-content: space-around;
        padding: 0 10px;
    }

    .step.active_step + p {
        position: absolute;
        top: 120px;
        right: 50%;
        transform: translate(50%);
    }

    #company_list {
        display: none;
    }

    .inputWrapp {
        width: 100%;
        padding: 30px 33px 0;
    }

    .field_content {
        padding: 0;
    }

    .field_content.step_two {
        flex-wrap: wrap;
    }

    .helthQuestions {
        padding: 0 33px 50px 33px;
    }

    #departure .helthQuestions {
        padding: 0 33px 0 33px;
    }

    #departure > div:nth-child(2) {
        padding-top: 50px;
    }

    .geekmark {
        flex: 0 0 auto;
    }

    #step_two_items_wrap {
        padding: 0 15px 55px;
    }

    .checkBoxWrapperStepTwo:not(:last-child) {
        margin-left: 0;
    }

    .field_content.step_two .checkBoxWrapperStepTwo {
        flex: 0 1 100%;
    }

    #existingCovers .checkBoxWrapperStepTwo {
        flex: 0 1 100%;
    }

    #subQuestionsForQuestion4 .checkboxWrapper {
        width: 50%;
    }

    .subQuestionsForQuestionWrapp {
        margin: 0 5px;
    }

    .subQuestionsForQuestionWrapp.corona {
        padding: 27px 0 0 0;
    }

    .corona_protection_header {
        padding: 0 0 20px 0;
        justify-content: center;
    }

    .corona_protection_header + div .helthQuestions img {
        flex: 0 0 25px;
    }

    .coronaHealsQuestions .helthQuestions {
        padding: 0 10px 30px 0;
    }

    .clientDataSelectedWrapp {
        flex-direction: column;
        height: 625px;
        margin: 0;
    }

    .clientDataSelectedWrapp .vertical-devider {
        display: none;
    }

    .clientDataSelected {
        position: relative;
        flex: 1 1 20%;
    }

    .clientDataSelected:first-child p {
        font-family: OpenSansHebrew-Regular;
    }

    .clientDataSelected:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: rgba(190, 209, 216, 0.4);
        position: absolute;
        top: 0;
    }

    .companyPriceForQuery {
        flex: 0 1 100%;
        padding: 50px 0 100px;
        margin-bottom: 100px;
    }

    .defaultPriceWrapp {
        justify-content: space-around;
        padding: 50px 0;
    }

    .personalProposition {
        position: absolute;
        bottom: -50px;
        width: 100%;
    }

    .apiLinkWrapp,
    .personalProposition {
        padding: 0 10px;
    }

    .toPaymentsPageBtn {
        flex-wrap: wrap;
    }

    .toPaymentsPageBtn,
    .personalProposition button {
        width: 100%;
        height: 100px;
    }

    .toPaymentsPageBtn img {
        width: 50px;
    }

    .toPaymentsPageBtn div,
    .personalProposition button {
        font-size: 34px;
    }

    .remove_person {
        width: 100%;
    }

    .remove_person .input_block {
        padding: 17px 0 0;
        height: 100%;
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width: 380px) {
    .input_block input {
        font-size: 14px;
    }

    .subQuestionsForQuestionWrapp {
        margin: 0 5px;
    }

    .continue {
        z-index: 1;
    }
}