@font-face {
    font-family: fbKoblyaRegular;
    src: url(/land/kolya/fbkolya-regularwebfont.woff);
}

@font-face {
    font-family: fbKoblyaBlack;
    src: url(/land/kolya/fbkolya-blackwebfont.woff);
}

@font-face {
    font-family: fbKoblyaBold;
    src: url(/land/kolya/fbkolya-boldwebfont.woff);
}

*{
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    display: none;
}

body{
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.kolya-regular {
    font-family: fbKoblyaRegular;
}


.kolya-bold {
    font-family: fbKoblyaBold;
}

.kolya-black {
    font-family: fbKoblyaBlack;
}

.safe_buy {
    position: absolute;
    direction:rtl;
    top: 52%;
    left: 2%;

}

.safe_buy .kolya-black {
    font-size:32px;
    letter-spacing: -1px;
}

.safe_buy .kolya-regular {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 20px;
}

.safe_buy .kolya-bold {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 20px;
}

.form_title {
    margin-bottom: 12px;
    margin-right: 43px;

}

.pandoor_list {
    list-style-type: none;
    position: absolute;
    top: 30%;
    /* right: 2%; */
    left: 5%;
    direction: rtl;
}

.pandoor_list li {
    font-size: 24px;
    color: rgb(33,53,53);
    display: flex;
    align-items: center;
}

.pandoor_list li:before {
    content: ' ';
    background: url(/land/page-1/checkmark.png) no-repeat content-box;
    width: 32px;
    height: 32px;
    background-size: 32px;

}


.pandoor_poll {
    position:absolute;
    direction: rtl;
    bottom: 5%;
    left: 2%;
    font-size: 20px;
}

.phone_wrap {
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 20%;
    left: 10%;
    text-decoration: none;
    background: url(/land/page-1/button_phone3.jpg) no-repeat;
    background-size: cover; /* Ensures the image scales to fill the area */
    background-position: center; /* Centers the image within the element */
}

.pandoor_text {
    position: absolute;
    /* right: 2%; */
    left: 12%;
    top: 8%;
    font-size: 41px;
    color: rgb(33,53,53);
    line-height: 35px;
    direction: rtl;
}

.pandoor_footer {
    position: absolute;
    bottom: -2%;
    right: 2%;
    left: 0;
    height: 13%;
    direction:rtl;
}
.pandoor_invite {
    font-size: 28px;
    color: rgb(242,101,34);
}

.pandoor_address  {
    font-size: 24px;
    letter-spacing: -1px;
}
#general_wrap{
    position: relative;
}
#background_image{
    width: 100%;
    height: 100vh;
}
#form_wrap{
    width: 21%;
    position: absolute;
    border-radius: 7px;
    text-align: center;
    direction: rtl;
    left: 7%;
    height: 43vh;
    bottom: 10%;
    background:  53% 43%/95% 100% no-repeat content-box;


}

#form_wrap form{
    text-align: center;
}
#form_title{
    color: #ffffff;
    font-size: 2.6vh;
    font-weight: 100;
}
#form_wrap input[type=text]{
    padding: 8px;
    font-size: 12px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgba(66,66,66,.0);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    margin: 0.3vh;
    width: 52%;
    outline: 0;
    cursor: pointer;
    border: 1px solid #ccc;



}
#form_wrap input[type=submit]{
    width: 58%;
    padding: 6px;
    background: #ec6623;
    border: 0;
    color: #fff;
    font-size: 2.2vh;
    cursor: pointer;
    border-radius: 5px;
}
#wrap_slider_doors{
    position: absolute;
    top: 12%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 34%;
    height: 100%;
    min-height: 58vh;
    max-height: 58vh;
    left: 39%;
    overflow: hidden;
}
#sales_door_wrap {
    display: ruby;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor:e-resize;
}
#sales_door_wrap img{
    width: 85%;
    margin: 2vh 3vh;
    height: 90%;
}


@media all and (max-device-width: 500px) {

    #background_image{
        height: auto;
    }

    #general_wrap{
        height: 100vh;
        overflow-y: auto;
        position: relative;
    }
    #wrap_slider_doors{
        position: absolute;
        overflow: hidden;
        display: flex;
        width: 95%;
        height: 100%;
        min-height: 44vh;
        max-height: 44vh;
        left: 0;
        top: 19.3%;
    }
    #sales_door_wrap {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #sales_door_wrap img{
        margin: 2vh 3vh;
        height: 100%;
    }
    .mobile_top img:first-child{
        margin: 0;
        width: 100%;
        height: 100%;
    }
    #form_wrap{
        width: 96%;
        position: static;
        height: auto;
        margin: 0vh 2% 0 2%;
    }
    #form_wrap form {
        position: relative;
        text-align: center;
    }
    #form_wrap input[type=submit] {
        margin: 0.3vh;
        margin-top: 1vh;
        width: 57%;
        padding: 1vh;
        background: #d6652d;
        border: 0;
        color: #fff;
        font-size: 2.2vh;
        cursor: pointer;
    }

    #form_wrap input[type=text] {
        width: 80%;
    }

    .safe_buy {
        position: static;
        margin-top:50px;
        margin-right:10%;

    }

    .safe_buy .kolya-black {
        font-size:40px;
        letter-spacing: -1px;
    }

    .safe_buy .kolya-regular {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 28px;
    }

    .safe_buy .kolya-bold {
        font-size: 28px;
        letter-spacing: -1px;
        line-height: 28px;
    }

    .form_title {
        margin-top: 24px;
        font-size: 24px;
    }

    .pandoor_list {
        position:static;
        margin-top:24px;
        margin-right: 10%;

    }

    .pandoor_list li {
        font-size: 30px;
        color: rgb(33,53,53);
        display: flex;
        align-items: center;
    }

    .pandoor_list li:before {
        content: ' ';
        background: url(/land/page-1/checkmark.png) no-repeat content-box;
        width: 32px;
        height: 32px;
        background-size: 32px;

    }


    .pandoor_poll {
        position:static;
        font-size: 24px;
        margin-right:10%;
    }

    .phone_wrap{
        width: 210px;
        height: 52px;
        top:69%;
        left: 0;;
        background: url(/land/page-1/button_phone3.jpg) no-repeat content-box;

    }

    .pandoor_text {
        position:static;
        font-size: 55px;
        line-height: 45px;
        margin-right: 10%;
        margin-top: 24px;
    }

    .pandoor_footer {
        position:static;
        height: auto;
        margin-top:24px;
    }

    .pandoor_invite {
        font-size: 32px;
        color: rgb(242,101,34);
        padding: 8%;
        text-align: right;
    }

    .pandoor_address  {
        padding: 0 8%;
        font-size: 24px;
        letter-spacing: -1px;
    }

}
@media (min-device-width: 600px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){ /* mobile tablet */

    body{
        overflow-y: auto;

    }
    #general_wrap{
        width: 100%;
        height: 100%;
    }
    #sales_door_wrap img {
        height: 100%;
        width:100%;
    }
    #form_wrap{
        position: relative;
        border-radius: 7px;
        text-align: center;
        direction: rtl;
        height: 45vh;
        top: 14%;
        left:0;
        width: 100%;
    }
    #wrap_slider_doors {
        position: absolute;
        top: 24%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 96%;
        height: 95%;
        min-height: 35%;
        max-height: 35%;
        left: 2%;
        overflow: auto;
        min-height: -moz-calc(30% - (20px + 30px));
        min-height: -webkit-calc(30% - (20px + 30px));
        min-height: calc(30% - (20px + 30px));

        max-height: -moz-calc(300% - (20px + 30px));
        max-height: -webkit-calc(300% - (20px + 30px));
        max-height: calc(30% - (20px + 30px));
    }
    #sales_door_wrap {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #form_wrap form {
        position: absolute;
        height: 50%;
        padding-top: 18%;
        max-width: 70%;
    }


    .safe_buy {
        position: static;
        direction:rtl;
        top: 13%;
        left: 14.3%;

    }

    .safe_buy .kolya-black {
        font-size:32px;
        letter-spacing: -1px;
    }

    .safe_buy .kolya-regular {
        font-size: 22px;
        letter-spacing: -1px;
        line-height: 20px;
    }

    .safe_buy .kolya-bold {
        font-size: 22px;
        letter-spacing: -1px;
        line-height: 20px;
    }

    .form_title {
        margin-bottom: 12px;
    }

    .pandoor_list {
        position:static;
        list-style-type: none;
        bottom: 47%;
        right: 12.5%;
        direction: rtl;
    }

    .pandoor_list li {
        font-size: 24px;
        color: rgb(33,53,53);
        display: flex;
        align-items: center;
    }

    .pandoor_list li:before {
        content: ' ';
        background: url(/land/page-1/checkmark.png) no-repeat content-box;
        width: 32px;
        height: 32px;
        background-size: 32px;

    }


    .pandoor_poll {
        position:static;
        direction: rtl;
        bottom: 43%;
        right: 12.5%;
        font-size: 20px;
    }

    .phone_wrap{
        width: 103px;
        height: 43px;
        position: absolute;
        bottom: 46%;
        left: 14.5%;
        text-decoration: none;
        background: url(/land/page-1/button_phone3.jpg) no-repeat content-box;

    }

    .pandoor_text {
        position:static;
        right: 12.5%;
        top: 17.5%;
        font-size: 41px;
        color: rgb(33,53,53);
        line-height: 35px;
        direction: rtl;
    }

    .pandoor_footer {
        position:static;
        bottom: 0;
        right: 12.5%;
        left: 0;
        height: 13%;
        direction:rtl;
    }

    .pandoor_invite {
        font-size: 28px;
        color: rgb(242,101,34);
    }

    .pandoor_address  {
        font-size: 24px;
        letter-spacing: -1px;
    }

}

@media only screen
and (min-device-width: 600px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    body{
        overflow-y: auto;
        padding: 0 25% 0 25%;
    }
    #general_wrap{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .mobile_top>img, .mobile_footer>img{
        width: 100%;
    }
    #form_wrap{
        position: relative;
        border-radius: 7px;
        text-align: center;
        direction: rtl;
        height: 60vh;
        top: 14%;
        left:0;
        width: 100%;
    }
    #wrap_slider_doors {
        position: absolute;
        top: 16%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 96%;
        height: 95%;
        min-height: 35%;
        max-height: 35%;
        left: 2%;
        overflow: auto;
        min-height: -moz-calc(30% - (20px + 30px));
        min-height: -webkit-calc(30% - (20px + 30px));
        min-height: calc(30% - (20px + 30px));

        max-height: -moz-calc(300% - (20px + 30px));
        max-height: -webkit-calc(300% - (20px + 30px));
        max-height: calc(30% - (20px + 30px));
    }
    #sales_door_wrap {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #form_wrap form {
        position: absolute;
        height: 50%;
        padding-top: 18%;
        max-width: 55%;
    }
    .phone_wrap {
        width: 25%;
        height: 4%;
        position: absolute;
        bottom: 40%;
        left: 7%;
        text-decoration: none;
    }
    .mobile_footer{
        margin-top: -4vh;
    }
}

@media screen and (max-device-width: 600px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
    body{
        overflow-y: auto;
        padding: 0 25% 0 25%;
    }
    #general_wrap{
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .mobile_top>img, .mobile_footer>img{
        width: 100%;
    }
    #form_wrap{
        position: relative;
        border-radius: 7px;
        text-align: center;
        direction: rtl;
        height: 60vh;
        top: 14%;
        left:0;
        width: 100%;
    }
    #wrap_slider_doors {
        position: absolute;
        top: 16%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 96%;
        height: 95%;
        min-height: 35%;
        max-height: 35%;
        left: 2%;
        overflow: auto;
        min-height: -moz-calc(30% - (20px + 30px));
        min-height: -webkit-calc(30% - (20px + 30px));
        min-height: calc(30% - (20px + 30px));

        max-height: -moz-calc(300% - (20px + 30px));
        max-height: -webkit-calc(300% - (20px + 30px));
        max-height: calc(30% - (20px + 30px));
    }
    #sales_door_wrap {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #form_wrap form {
        position: absolute;
        height: 50%;
        max-width: 55%;
    }

}

@media screen and (max-device-width: 1365.7px) {
    .only-desktop {
        display: none !important;
    }
}

@media screen and (min-device-width: 1366px) {
    .only-mobile {
        display: none !important;
    }
}
