/* All the size (almast) are in rem if you do not do this so delete font-size from html tag below :)*/

@font-face {
    font-family: "NarkisBlock-Bold";
    src: url("../fonts/NarkisBlock-Bold.otf");
}

html {
    font-size: 1vw;
}

body {
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    /* background-image: url("../img/92717-3-lp desktop_1.jpg");
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat; */
    height: 100vh;
    color: #951234;
    font-weight: 300;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ead7c9+0,fcf8f5+100 */
    background: #ead7c9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ead7c9 0%, #fcf8f5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ead7c9 0%, #fcf8f5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ead7c9 0%, #fcf8f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ead7c9', endColorstr='#fcf8f5', GradientType=1);
    /* IE6-9 */
}

svg {
    width: 100%;
    height: 100%;
}

h1 {
    font-weight: 600;
    font-size: 300%;
}

h2 {
    font-weight: 700;
    font-size: 207%;
    margin-bottom: 1vh;
}

h3 {
    font-size: 155%;
    color: #4c4b4b;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5vh;
}

strong {
    font-weight: 800;
}

.ac-icon span {
    display: inline;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    font-size: 85%;
    margin-top: 1.5vh;
}

p {
    font-size: 112%;
    line-height: 1.2;
    margin-top: 1vh;
    margin-bottom: 1.5vh;
    width: 91%;
    text-align: center;
    color: #4a4645;
}

legend,
.send,
.ac-textline-1 {
    font-weight: 600;
}

.ac-textline-2 {
    font-weight: 700;
}


/* app */

.ac-sr-only {
    position: fixed;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ac-img-responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

#ac-part-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ac-col {
    direction: rtl;
}

.ac-col-1 {
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ac-col-2 {
    width: 70%;
    position: relative;
    height: 100vh;
}


/* .ac-col-2 * {
    display: none;
} */

.ac-wooman-picture,
.ac-border-picture {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 72%;
}

.ac-border-picture {
    bottom: 22vh;
}

.ac-border-picture img {
    width: 100%;
    height: 100%;
    max-width: unset;
}

.ac-wooman-picture {
    right: 2vw;
    height: 91%;
}

.ac-wooman-picture img {
    width: auto;
    height: 100%;
    max-width: unset;
}

.ac-col-1 .ac-logo {
    width: 29vh;
    margin: 0vh auto;
    max-width: 17vw;
}

.ac-col-1 .ac-wrapper-meeteing {
    background-color: #951234;
    border: 0.1vw solid #951234;
    width: 38vh;
    max-width: 17vw;
    display: flex;
    flex-direction: row-reverse;
    padding: 2%;
    box-sizing: border-box;
    margin: 6vh auto 1.5vh;
    cursor: pointer;
    transition: background-color 0.5s;
    position: relative;
}

.ac-col-1 .ac-wrapper-meeteing a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ac-col-1 .ac-text-meeting {
    color: #fff;
    width: 75%;
    margin-right: 5%;
    font-size: 109%;
    line-height: normal;
    transition: color 0.5s;
}

.ac-col-1 .ac-arrowleft-meeting {
    display: inline-block;
    width: 8%;
    position: relative;
    top: -0.2vw;
}

.ac-col-1 .ac-icon-meeting {
    width: 20%;
}

.ac-col-1 .ac-wrapper-meeteing:hover {
    background-color: transparent;
}

.ac-col-1 .ac-wrapper-meeteing:hover .ac-text-meeting,
.ac-col-1 .ac-wrapper-meeteing:hover svg path {
    color: #951234;
    fill: #951234;
}

.ac-col-1 .ac-textline-2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -0.3vw;
}

.ac-col-1 fieldset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.ac-col-1 legend {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.ac-col-1 input {
    width: 100%;
    border-radius: 0.3vw;
    border: 0;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    text-indent: 10px;
}

.ac-col-1 label {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 1vh;
}


/* The container */

.agree-wrapper label {
    display: block;
    position: relative;
    padding-right: 2vw;
    margin-bottom: 4vh;
    margin-top: 2vh;
    cursor: pointer;
    font-size: 1.67vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.agree-wrapper label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.agree-wrapper label .checkmark {
    position: absolute;
    top: -0.5vh;
    right: 0;
    height: 3vh;
    width: 1.5vw;
    background-color: #fff;
    border-radius: 12%;
}


/* On mouse-over, add a grey background color */

.agree-wrapper label:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.agree-wrapper label input:checked~.checkmark {
    background-color: #2196f3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.agree-wrapper label:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.agree-wrapper label input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.agree-wrapper label .checkmark:after {
    content: "";
    right: 0.5vw;
    top: 0vw;
    width: 1vh;
    height: 2vh;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

.agree-wrapper label input:checked~.checkmark:after {
    right: 0.4vw;
    top: 0vw;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a3a3a3;
    text-align: right;
    text-indent: 0.8vw;
    font-family: "Assistant", sans-serif;
    transition: text-indent 0.5s;
}

input:hover::-webkit-input-placeholder {
    text-indent: 1.5vw;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a3a3a3;
    text-align: right;
    text-indent: 0.8vw;
    font-family: "Assistant", sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a3a3a3;
    text-align: right;
    text-indent: 0.8vw;
    font-family: "Assistant", sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a3a3a3;
    text-align: right;
    text-indent: 0.8vw;
    font-family: "Assistant", sans-serif;
}

.ac-col-1 .btn-send {
    width: 67%;
    margin: 0 auto;
    padding: 0vh 0;
    margin-bottom: 3vh;
}

.ac-col-1 .btn-send button {
    background: #4a4645;
    color: #fff;
    border-radius: 2vw;
    font-size: 3vh;
    font-family: "Assistant", sans-serif;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: normal;
    border: 0;
    padding: 0.8vh 0 1vh;
    transition: background 0.5s;
}

.ac-col-1 .btn-send button:hover {
    background: #4a4645bf;
}

.ac-col-1 .ac-sendarros {
    width: 30px;
    height: 23px;
    margin-right: 1.3vw;
    position: relative;
    top: 0vw;
}

.ac-col-1 .ac-tel-star {
    width: 8vh;
    height: 3vh;
}

.ac-col-1 .ac-bway-digital {
    font-size: 1.5vh;
    margin-top: 3vh;
}


/* ac-col-2 */

.ac-col-2 .ac-innsericon {
    width: 100%;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ac-col-2 .ac-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    position: relative;
    right: 28vw;
    top: 16vh;
}

.ac-col-2 .ac-wrapper-icons {
    display: flex;
    width: 75%;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.ac-col-2 .ac-wrapper-icons .ac-icon {
    display: flex;
    flex-direction: column;
}

.ac-col-2 .ac-law {
    font-size: 90%;
    display: block;
    margin-top: 4vh;
    color: #4a4645;
    font-weight: 400;
}

.ac-col-2 .ac-law a {
    color: #4a4645;
}

.ac-col-2 .ac-sale {
    background-color: #951234;
    color: #fff;
    padding: 2vh 1vw 3vh;
    box-sizing: border-box;
    border-radius: 1vw;
    position: relative;
    margin-bottom: 3.5vh;
}

.ac-col-2 .ac-word {
    font-weight: 600;
    font-size: 250%;
    margin: 1vh 1vw;
}

.ac-just {
    position: absolute;
    font-size: 85%;
    left: 6.8vw;
    top: -3.5vh;
}

.ac-col-2 .ac-details {
    position: relative;
    width: 10vw;
    display: inline-block;
    font-family: "NarkisBlock-Bold";
}

.ac-col-2 .ac-price {
    position: absolute;
    font-size: 313%;
    font-weight: 900;
    left: 1.5vw;
    top: -2.9vh;
}

.ac-col-2 .ac-del {
    position: relative;
    top: 2.3vh;
    font-size: 79%;
    right: 1vw;
    font-weight: 700;
}

.ac-col-2 .ac-star {
    position: absolute;
    top: -3.3vh;
    left: 0.8vw;
    font-size: 198%;
    font-weight: 700;
}

.ac-col-2 .ac-shekel {
    position: absolute;
    left: 0.3vw;
    font-size: 167%;
    top: -0.3vh;
    font-weight: 700;
}

.ac-col-2 .ac-only {
    position: absolute;
    top: 2.55vh;
    left: 0.35vw;
    font-size: 76%;
    font-weight: 700;
}

.ac-col-2 .ac-vertival-line {
    height: 8vh;
    width: 2px;
    background: #fff;
    display: inline-flex;
    position: absolute;
    top: 1vh;
}

.ac-col-2 .ac-wrapper-slider {
    width: 43vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 9vh;
}

.ac-col-2 .slick-initialized .slick-slide {
    display: flex;
    flex-direction: row-reverse;
}

.ac-col-2 .slick-initialized .slick-slide picture {
    border-radius: 50%;
    overflow: hidden;
    width: 16vh;
    height: 7.5vh;
}

.ac-col-2 .ac-slider-comment {
    width: 79vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ac-col-2 .ac-slider-comment span {
    display: block;
    text-align: right;
    margin-right: 1vw;
    direction: rtl;
    font-size: 1.6vh;
    color: #4a4645;
}

.ac-col-2 .slick-next,
.ac-col-2 .slick-prev {
    width: 6vh;
    height: auto;
    top: 46%;
}

.ac-col-2 .slick-next {
    right: -4vw;
}

.ac-col-2 .slick-prev {
    left: -4vw;
}


/* End ac-col-2 */

@media (max-width: 1400px) {
    .ac-col-1 legend {
        font-size: 30px;
    }
    .ac-col-1 fieldset {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }
}

.ac-show-on-mobile {
    display: none;
}

.ac-hide-on-mobile {
    display: block;
}

@media (max-width: 1000px) {
    body {
        font-family: "Assistant", sans-serif;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3d5ca+0,ead7c9+100 */
        background: #e3d5ca;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e3d5ca 0%, #ead7c9 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e3d5ca 0%, #ead7c9 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e3d5ca 0%, #ead7c9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3d5ca', endColorstr='#ead7c9', GradientType=0);
        /* IE6-9 */
        height: auto;
    }
    .ac-show-on-mobile {
        display: block;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    h1 {
        font-weight: 600;
        font-size: 10.7vw;
        text-align: center;
        line-height: 0.8;
        margin-top: 6vw;
    }
    h1 strong {
        font-size: 186%;
    }
    p {
        font-size: 4.5vw;
        margin-top: 6vw;
        margin-bottom: 5vw;
        width: 79%;
        font-weight: 400;
        text-align: center;
    }
    h2 {
        font-weight: 700;
        font-size: 7vw;
        margin-bottom: 2vw;
    }
    h3 {
        font-size: 6vw;
        margin-bottom: 3vw;
        margin-top: 10vw;
    }
    .ac-wooman-picture,
    .ac-border-picture {
        display: none;
    }
    .ac-icon span {
        font-size: 3vw;
        margin-top: 3vw;
    }
    #ac-part-1 {
        display: flex;
        flex-direction: revert;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .ac-col-1 {
        width: 90%;
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 500px;
    }
    .ac-col-1 .ac-logo {
        display: none;
    }
    .ac-col-1 .ac-wrapper-meeteing {
        background-color: #951234;
        border: 0.1vw solid #951234;
        width: 86%;
        max-width: unset;
        display: flex;
        flex-direction: row-reverse;
        padding: 2.5% 5% 2%;
        box-sizing: border-box;
        margin: 7vw auto 2vw;
        cursor: pointer;
        transition: background-color 0.5s;
        position: relative;
    }
    .ac-col-1 .ac-text-meeting {
        font-size: 4.8vw;
    }
    .ac-col-1 .ac-icon-meeting {
        width: 26%;
    }
    .ac-col-1 legend {
        font-size: 30px;
    }
    .ac-col-1 label {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .ac-col-1 fieldset {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
     ::-webkit-input-placeholder {
        font-size: 20px;
    }
     ::-moz-placeholder {
        font-size: 20px;
    }
     :-ms-input-placeholder {
        font-size: 20px;
    }
     :-moz-placeholder {
        font-size: 20px;
    }
    .ac-col-1 input {
        width: 100%;
        border-radius: 0.3vw;
        border: 0;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 20px;
        text-indent: 10px;
        box-sizing: border-box;
        background: #fff;
    }
    .ac-col-2 {
        width: 100%;
        position: relative;
        height: auto;
    }
    .ac-col-2 .ac-law {
        display: none;
    }
    .ac-col-2 .ac-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-image: url(../img/Mobile/images/mob_02.jpg);
        background-repeat: repeat-y;
        background-position: 0 0;
        background-size: 100%;
        height: 176vw;
        margin-bottom: 38vw;
    }
    .ac-mobile-picture {
        margin-top: -7vw;
    }
    .ac-col-2 .ac-wrapper-icons {
        display: flex;
        width: 100%;
        margin-bottom: 3vw;
        margin-top: 10vw;
    }
    .ac-col-2 .ac-sale {
        padding: 5vw;
        border-radius: 2vw;
        margin-bottom: 4vw;
        width: 67%;
    }
    .ac-col-2 .ac-details {
        width: 32vw;
    }
    .ac-col-2 .ac-word {
        font-size: 8vw;
        margin: 1vw 1vw 1vw 3vw;
    }
    .ac-col-2 .ac-price {
        position: absolute;
        font-size: 11vw;
        font-weight: 900;
        left: 1.5vw;
        top: -7vw;
    }
    .ac-just {
        position: absolute;
        font-size: 3vw;
        left: 19.8vw;
        top: -8vw;
        font-weight: 100;
    }
    .ac-col-2 .ac-vertival-line {
        height: 13vw;
        top: 2vw;
    }
    .ac-col-2 .ac-star {
        top: -7.3vw;
        left: -0.2vw;
        font-size: 6vw;
        font-weight: 300;
    }
    .ac-col-2 .ac-only {
        top: 1.5vw;
        left: -1.2vw;
        font-size: 3vw;
    }
    .ac-col-2 .ac-shekel {
        left: -1.7vw;
        font-size: 5vw;
        top: -2.9vw;
    }
    .ac-col-2 .ac-del {
        position: relative;
        top: 2vw;
        font-size: 2.4vw;
        right: 5vw;
    }
    .ac-col-2 .ac-wrapper-slider {
        width: 65%;
        margin-bottom: 4vw;
    }
    .ac-col-2 .slick-initialized .slick-slide picture {
        width: 50px;
        height: 50px;
        margin-left: 5%;
    }
    .ac-col-2 .ac-slider-comment {
        width: 75%;
    }
    .ac-col-2 .ac-slider-comment span {
        margin-right: 1vw;
        font-size: 4vw;
    }
    .ac-col-2 .slick-prev {
        left: -9vw;
    }
    .ac-col-2 .slick-next {
        right: -9vw;
    }
    .ac-col-2 .ac-innsericon {
        height: 8vw;
    }
    .ac-col-2 .slick-next,
    .ac-col-2 .slick-prev {
        width: 8vw;
        top: 25%;
    }
    .ac-go-to-form span span {
        display: inline-block;
        width: 3vw;
        height: 3vw;
    }
    .ac-wrapper-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        position: fixed;
        bottom: 0;
        padding: 10px;
        background-color: #ead7c9;
        z-index: 9;
        width: 100%;
    }
    .ac-go-to-form {
        width: 46%;
        background: #951234;
        color: #fff;
        font-size: 5vw;
        text-decoration: none;
        padding: 3vw;
        border-radius: 6vw;
        margin-right: 5%;
    }
    .c2c {
        background: #951234;
        width: 11vw;
        height: 11vw;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c2c svg {
        width: 54%;
        height: 53%;
        color: #fff;
        fill: #fff;
    }
    .agree-wrapper label .checkmark {
        height: 8vw;
        width: 8vw;
    }
    .agree-wrapper label {
        padding-right: 2vw;
        margin-top: 5vw;
        font-size: 3.5vw;
        text-indent: 10vw;
    }
    .agree-wrapper {
        margin-bottom: 8vw;
    }
    .ac-col-1 .btn-send {
        width: 100%;
        margin-bottom: 5vw;
    }
    .ac-col-1 .btn-send button {
        border-radius: 8vw;
        font-size: 40px;
        width: 100%;
        padding: 2px 2px 7px 2px;
    }
    .ac-col-1 .ac-sendarros {
        width: 30px;
        height: 23px;
        margin-right: 1.3vw;
        position: relative;
        top: 0vw;
    }
    .ac-col-1 .ac-tel-star {
        display: none;
    }
    .agree-wrapper label .checkmark:after {
        content: "";
        right: -6vw;
        top: 2vw;
        width: 2.5vw;
        height: 4.5vw;
        position: relative;
        border: solid transparent;
    }
    .agree-wrapper label input:checked~.checkmark:after {
        right: 2.5vw;
        top: 1vw;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ac-law-mob {
        font-size: 4vw;
        width: 98%;
        margin: 0 auto;
        color: #000;
    }
    .ac-law-mob a {
        color: #000;
    }
    .ac-col-1 .ac-bway-digital {
        font-size: 3vw;
        margin-top: 5vw;
        margin-bottom: 22vw;
    }
}