ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
img{
    max-width: 100%;
    height: auto;
}
body{
    font-family: "Heebo", sans-serif;
}



@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Thin.ttf") format('ttf'),
      url("../fonts/Heebo-Thin.woff2") format('woff2'); /* Super Modern Browsers */
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-ExtraLight.ttf") format('ttf'),
      url("../fonts/Heebo-ExtraLight.woff2") format('woff2'); /* Super Modern Browsers */
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Light.ttf") format('ttf'),
      url("../fonts/Heebo-Light.woff2") format('woff2'); /* Super Modern Browsers */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Regular.woff2") format('woff2'), /* Super Modern Browsers */
  url("../fonts/Heebo-Regular.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Medium.woff2") format('woff2'), /* Super Modern Browsers */
  url("../fonts/Heebo-Medium.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-SemiBold.woff2") format('woff2'), /* Super Modern Browsers */
  url("../fonts/Heebo-SemiBold.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Bold.woff2") format('woff2'), /* Super Modern Browsers */
  url("../fonts/Heebo-Bold.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-ExtraBold.woff2") format('woff2'), /* Super Modern Browsers */
  url("../fonts/Heebo-ExtraBold.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Heebo';
  src:  url("../fonts/Heebo-Black.woff2") format('woff2'), /* Super Modern Browsers */
        url("../fonts/Heebo-Black.woff") format('woff'); /* Pretty Modern Browsers */
  font-weight: 900;
  font-style: normal;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.header {
    padding: 30px 15px 50px 15px;
    text-align: right;
}
[dir=ltr] .header {
    text-align: left;
}
.header-text h2 span {
    background: #d84c43;
    display: inline-block;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}
.image-section-main{
    /*background: #F2EBE8;*/
    background: linear-gradient(to bottom, #d4d7e0 0%, #d5d8e1 10%, #d6d9e2 20%, #d7dae2 30%, #d7dae3 40%, #d6d9e2 50%, #d5d8e1 60%, #d4d7e0 70%, #d3d6df 80%, #d2d5de 90%, #d1d4dd 100%);
}
.purchase-section {
    padding: 20px 0;
}
.purchase-content {
    text-align: center;
}
.purchase-content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: right;
}
[dir=ltr] .purchase-content p {
    text-align: left;
}
.purchase-content a {
    font-size: 24px;
    font-weight: 400;
    color: #fff !important;
    background: #D8554D;
    padding: 5px 24px;
    border-color: transparent;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}
.purchase-content a:hover {
    background: transparent;
    border-color: #D8554D;
    color: #D8554D !important;
    border: 2px solid #D8554D;
    padding: 3.5px 24px;
}
.architecture-section {
    padding: 30px 0;
    text-align: right;
}
[dir=ltr] .architecture-section {
    text-align: left;
}
.architecture-content h3 {
    font-size: 40px;
    font-weight: 500;
    color: #D8554D;
    margin: 0;
}
.image-slider-section{
    background: #DFD5D3;
}
.image-slider-section .owl-carousel .owl-nav button.owl-prev,
.image-slider-section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    /*border: 1px solid #fff;
    border-radius: 50%;*/
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.image-slider-section .owl-carousel .owl-nav button.owl-prev{
    right: -80px;
}
.image-slider-section .owl-carousel .owl-nav button.owl-next{
    left: -80px;
}
.image-slider-section .owl-carousel .owl-nav button.owl-next svg {
    transform: rotate(-180deg);
}
.image-slider-section .owl-carousel{
    margin: 0;
}
.footer {
    padding: 0 50px 0 50px;
}
.footer-block {
    text-align: right;
    /*max-width: 300px;*/
    margin: 0 0 auto auto;
}
[dir=ltr] .footer-block {
    text-align: left;
}
.footer-block ul li a{
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    color: #55575C;
    text-decoration: none;
}
.footer-block ul li a.web-link {
    font-weight: 600;
    color: #D8554D;
}
.footer-block ul li a:hover{
    text-decoration: underline;
}
.footer-block ul li {
    font-size: 18px;
    color: #55575C;
}
[dir=rtl] .link-regulations a {
    font-size: 24px;
    padding: 5px 24px;
}
.link-regulations button {
    font-size: 16px;
    padding: 5px 10px;
    background: #D8554D;
    color: #fff;
    margin-top: 15px;
    border-color: transparent;
    display: inline-block;
}
.link-regulations a {
    font-size: 16px;
    padding: 7px 15px;
    background: #D8554D;
    color: #fff !important;
    margin-top: 15px;
    border-color: transparent;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
}
.link-regulations a:focus,
.link-regulations a:active {
    background: #D8554D !important;
    color: #fff !important;
}
.link-regulations button:hover {
    background: transparent;
    border-color: #D8554D;
    color: #D8554D;
}
.link-regulations a:hover {
    padding: 5px 15px 6px 15px;
    background: transparent;
    border: 2px solid #D8554D;
    text-decoration: none;
    color: #D8554D !important;
    line-height: normal;
}
.purchase-bottom-section .purchase-content{
    border-bottom: 2px solid #7F7D7D;
    margin-bottom: 15px;
    padding: 40px 0;
    text-align: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #D8554D !important;
}

.m-r-10 {
   margin-right: 10%;
}

.lang-holder {
  font-size: 20px;
  color: #000;
}

.lang-btn {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
}

.lang-btn:hover,
.lang-btn.active {
  font-weight: 700;
  color: #d84c43;
}

/*responsive css*/

@media only screen and (max-width: 1440px) {
    .image-slider-section .owl-carousel .owl-nav button.owl-prev {
        right: -30px;
    }
    .image-slider-section .owl-carousel .owl-nav button.owl-next {
        left: -30px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-block{
        margin-top: 0 !important;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .link-regulations a:hover {
      text-decoration: none !important;
    }
    .lang-holder {
	font-size: 18px !important;
    }
    .m-r-10 {
        margin-right:0;
    }
    .header {
	padding: 20px 0 10px 0 !important;
    }
    .header-text h2 span,
    .architecture-content h3 {
        font-size: 35px;
    }
    .purchase-content p {
        font-size: 18px;
        font-weight: 400;
    }
    .purchase-content button {
        font-size: 20px;
    }
    .footer-block ul li{
        font-size: 18px;
    }
    .purchase-bottom-section {
        /*margin-bottom: 60px;*/
        /*padding: 60px 0 30px 0;*/
    }
}
@media only screen and (max-width: 575px){
    .image-slider-section .owl-carousel .owl-nav button.owl-prev,
    .image-slider-section .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
    .image-slider-section .owl-carousel .owl-nav button svg{
        width: 20px;
        height: 20px;
    }
    .image-slider-section .owl-carousel .owl-nav button.owl-prev {
        right: 0;
    }
    .image-slider-section .owl-carousel .owl-nav button.owl-next {
        left: 0;
    }
    .header-text h2 span, .architecture-content h3 {
	padding: 2px 20px 0 20px !important;
        font-size: 24px;
    }
    [dir=rtl] .header-text h2 span, .architecture-content h3 {
	padding: 0px 20px 0 20px !important;
    }
    .purchase-content p,
    .footer-block ul li {
        font-size: 16px;
    }
    .purchase-content button {
        font-size: 18px;
    }
    [dir=rtl] .footer-block ul li a {
        font-size: 18px;
    }
    .footer {
        padding: 0 10px;
    }
}