body,html{
    width: 100%;
    margin: 0;
    background-color: #fff;
    font-family: 'Taviraj', serif;
    font-weight: 300;
}

/*clearfix*/
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

*{
    box-sizing: border-box;
}

p{
    margin: 0;
}
/************************************** frames **********************************/
@-webkit-keyframes margunjala {
  from {
    margin-left: 25%
  }
  to {
    margin-left: 15%;
  }
}

@-moz-keyframes margunjala {
  from {
    margin-left: 25%
  }
  to {
    margin-left: 15%
  }
}
@keyframes margunjala {
  from {
    margin-left: 25%
  }
  to {
    margin-left: 15%
  }
}

/************************************** header **********************************/

.header{
    width: 100%;
}

.logocont{
    width: 200px;
    margin: 15px auto;
}

.logocont img{
    width: 100%;
}

.considering{
    background-color: #A9774E;
    color: #fff;
    font-size: 34px;
    text-align: center;
}

.fataimujo{
    width: 100%;
}

.fataimujo img{
    width: 100%;
    vertical-align: bottom;
}

/************************************** middle **********************************/
.middle{
    width: 100%;
    background-image: url("../img/pixel.gif");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.know{
    color: #000;
    font-size: 34px;
    text-align: center;
    /*padding: 20px 0;*/
}

.table{
    width: 96%;
    margin: 5px auto 0;
}

.form{
    display: table-cell;
    position: relative;
    width: 55%;
    vertical-align: top;
}

#fback{
    width: 100%;
    z-index: 1;
    vertical-align: bottom;
}

.insideform{
    position: absolute;
    
    z-index: 2;
    top: 5px;
    left: 13%;
    width: 74%;
}

.flex-container{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
    height: 50px;
}

.cous{
    font-size: 18px;
    color: #A9774E;
    font-weight: 400;
}

input{
    width: 100%;
    background-color: #979797;
    color: #000;
    font-size: 17px;
    padding: 2px;
}

::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

.normal{
    border: 1px solid #A9774E;
}

.error{
    border: 1px solid red;
    background-color: #ff8080;
    color: #000;
}

#mobform img{
    width: 68%;
}

.right{
    display: table-cell;
    width: 45%;
    vertical-align: top;
}

.strelice{
    margin-left: 20%;
    margin-top: 55px;
    width: 40px;
    -webkit-animation: margunjala 0.5s ease-in-out infinite alternate;
    -moz-animation: margunjala 0.5s ease-in-out infinite alternate;
    animation: margunjala 0.5s ease-in-out infinite alternate;
}

.strelice img{
    width: 100%;
}

.right p{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

/************************************** desktop btn #a9774e **********************************/
.deskcont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.deskheader{
    width: 100%;
    height: 95px;
    background-image: url('../img/pixel.gif');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

.deskheader img{
    width: 323px;
    margin-left: 15%;
    vertical-align: bottom;
}

.deskinner{
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: calc(100% - 95px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/pixel.gif');
}

.consdesk{
    color: #000;
    font-size: 60px;
    text-align: right;
    padding: 40px 40px 0 0;
    font-weight: 400;
}

.knowdesk{
    color: #000;
    font-size: 50px;
    text-align: right;
    padding: 0 70px 0 0;
    font-weight: 400;
    margin-top: -30px;
}

.downtable{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    display: table;
}

.leftdeskcell{
    width: 60%;
    text-align: center;
    display: table-cell;
}

.leftdeskcell img{
    height: 100%;
    vertical-align: bottom;
}

.rightdeskcell{
    width: 40%;
    display: table-cell;
    text-align: center;
    padding-bottom: 85px;
    vertical-align: bottom;
}

.getdesk{
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px
}

.deskform{
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    box-shadow: 0 0 3px #ccc,
        0 0 5px #333,
        0 0 15px #333;
}

.contactdesk{
    font-size: 18px;
    color: #A9774E;
    font-weight: 400;
}

.contactdesk{
    padding-bottom: 5px
}

.deskform input{
    margin-bottom: 10px
}

#lastget{
    padding-bottom: 15px
}

#subdesk{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #a9774e;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 7px #ccc,0 0 5px #666;
    cursor: pointer;
}

#subdesk:hover{
    box-shadow: none;
    background-color: #9d6f48
}





.traka{
    width: 100%;
    height: 65px;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}


@media screen and (max-width: 1260px){
    .getdesk{
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1040px){
    .getdesk{
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 900px){
    .getdesk{
        font-size: 22px;
        line-height: 30px;
    }
}