
body { 
    direction: rtl;
    font-family: Alexandria, Montserrat;
    position: relative;
}

/*===================================================*/
/*Start Block1*/
 .block1-top {
     background: url(../images/block1.1.jpg) no-repeat bottom;
     background-size: cover;
     padding: 1px 0 ;
 }
.block1 {
    position: relative;
    padding: 20px 0;
}

.block1-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 2000px;
    margin: auto;
    position: relative;
}

.block1-contents-container {
    width: 50%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block1-contents-container-1 {
    max-width: 570px;
    margin: auto;
    padding-top: 25px
}

 .block1-head {
     font-size: 89px;
     position: relative;
     text-align: right;
     color: #fff;
     font-weight: 600;
     margin: 90px 0 40px;
     line-height: 1;
 }
 .block1-head:after {
     content: "";
     background: url(../images/block1.2.png) no-repeat;
     background-size: contain;
     width: 55%;
     height: 35px;
     position: absolute;
     left: 28%;
     bottom: 12%;
     transform: translate(-50%, -50%);
 }
.block1-head span {
    font-size: .365em;
    font-weight: 400;
}
 .block1-img {
     background: url(../images/block1.4.png) no-repeat center;
     background-size: 80%;
 }
 .block1-img img {
     width: 37%;
     margin: 35px 20% 0 0;
 }


.block1-head2 {
    font-size: 27px;
    margin: 30px 0;
    position: relative;
    padding-right: 35px;
    text-align: justify;
    display: flex;
    color: #000;
    line-height: 1.4;
    font-weight: 600;
    text-align-last: justify;
}
.block1-head2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 19px;
    height: 70%;
    top: 13px;
    background: #b21117;
    border-radius: 7px;
}

.block1-img2 {
    margin: 20px 0;
}


.block1-btn {
    background: #831b23;
    color: #fff;
    width: 100%;
    font-size: 39px;
    border-radius: 6px;
    position: relative;
    padding: 10px 0 15px;
    border: 0;
    font-weight: 600;
 }

/*===================================================*/
/*Start Block2*/
.block2 {
    padding: 30px 0;
}
.block2-head {
    font-size: 40px;
    margin-bottom: 80px;
    color: #000;
    font-weight: 600;
}

.block2-container {
    margin: 50px auto;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    line-height: 1.7;
}
.block2-container img {
    box-shadow: 1px 1px 20px #00000057;
    margin-bottom: 15px;
    border-radius: 10px;
}




/*===================================================*/
/*Start block3*/
 .block3  {
     background: url(../images/block2.1.jpg) no-repeat center;
     background-size: cover;
     padding: 30px 0;
 }
 .block3-head {
     font-size: 40px;
     color: #ffff;
     font-weight: 300;
     line-height: 1.5;
 }
 .block3-head .first {
     color: #b20f15;
     font-weight: 600;
 }
.block3-head .second {
    font-weight: 600;
}
.block3-img {
    width: 95%;
    margin: 40px 0 30px;
}
 .block3-p {
     font-size: 26px;
     color: #fff;
     text-align: justify;
     text-align-last: center;
     line-height: 1.5;
     margin-bottom: 30px;
 }
 .block3-p span {
     color: #df2532;
     font-family: 'Montserrat';
     font-weight: bold;
 }


 /*===================================================*/
 /*Start block5*/
 .block5 {
     padding: 30px 0;
     background: #e8e8e8;
 }
.block5-head {
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}
 .block5-container {
     position: relative;
     color: #fff;
     font-size: 20px;
     text-align: left;
     margin: 20px auto;
     font-weight: 500;
     border-radius: 5px;
     padding-left: 15px;
 }
.block5-container:first-of-type {
    margin-top: 50px;
}
.block5-container:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 85%;
    top: 0px;
    background: #b21117;
    border-radius: 7px;
}

 .block5-img {
     width: 55%;
     margin-right: auto;
     margin-top: -54px
 }
 .block5-how-to-use {
     text-align: justify;
     font-size: 22px;
     font-family: gesslight;
     margin: 20px 0;
 }
 .block5-last {
     font-size: 29px;
     margin: 45px auto;
     color: #fff;
     text-align-last: justify;
     width: 73%;
 }
.block5-last span{
   color: #b11016;
    font-weight: 600;
}




/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 50px 0;
}
.logo {
    max-width: 140px;
    margin: 30px auto;
}


.block4-head {
    color: #223748;
    position: relative;
    font-size: 40px;
    margin-bottom: 70px;
}

.block4-head span:first-of-type {
    font-family: gesslight;
    color: #748125;
}

.block4-head:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 80px;
    height: 5px;
    background: #8e9e3c;
    z-index: 5;
}
.block4-head:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 250px;
    height: 1px;
    background: #1e3140;
}

.form {
    padding: 0 15px 30px;
    background: #1d222c;
    border-radius: 5px;
}

.form-head {
    font-size: 27px;
    padding: 18px 0;
    line-height: 1.5;
    color: #fff;
}


.block4-price {
    margin: auto;
    width: 85%;
}
.block4-price2 {
    width: 93%;
    margin: auto;
}
.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 23px;
    color: #2a2b3a !important;
    resize: none;
    min-height: 85px;
}
select.form-control-input {
    height: 85px !important;
    color: #7d7c80;
}

.form-control-input::-webkit-input-placeholder {
    color: #7d7c80;
}

.form-control-input:-ms-input-placeholder {
    color: #7d7c80;
}

.form-control-input::placeholder {
    color: #7d7c80;
}



#form-phone {
}

.form-img {
    margin: 20px auto;
    width: 40%;
}

.form-call {
    width: 100%;
}

.form-call:hover {
    color: #FFF;
    text-decoration: none
}




.form .form-group {
    margin-bottom: 20px;
}


.fixed-button:hover {
    text-decoration: underline;
}

.last-img {
    margin: 25px auto 0;
    width: 91%;
}




.error {
    color: #fff;
}