/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* reset css */
* {
    font-family: "Montserrat-Bold";
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    outline-color: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html {

    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
         text-size-adjust: none;
         overflow-x: hidden;
    scroll-behavior: smooth;         
}
body {
    margin: 0;
     -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
ul,li,p,img,h1,h2,h3,h4,h5,h6,input,button,nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
input , textarea {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}
svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.border-radius-0{
	border-radius: 0 !important;
}
/* Video BG on Main Page*/
#VideoBG {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
/* main styles */
.container {
    padding: 0 40px;
    margin: 0 auto;
}
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .flex-box.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
 }
 .flex-box.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
.flex-box.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.flex-box.al-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.flex-box.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.img-box {
    position: relative;
}
.img-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-overlay{
    -o-object-fit: cover;
       object-fit: cover;
    background: rgba(0,0,0,.55);   	
}
.amo-brand{
    opacity: 0 !important;
}
#amo-brand{
    opacity: 0 !important;
}
/* Fonts */
@font-face {
  font-family: "Montserrat-Thin";
  src: url('../fonts/Montserrat-Thin.otf');
/*  src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg'),
       url('../fonts/Montserrat-Thin.ttf') format('truetype'),
       url('../fonts/Montserrat-Thin.woff') format('woff'),
       url('../fonts/Montserrat-Thin.woff2') format('woff2');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    /* src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"),
      url("../fonts/Montserrat-Regular.ttf") format("truetype"),
      url("../fonts/Montserrat-Regular.woff") format("woff"),
      url("../fonts/Montserrat-Regular.woff2") format("woff2"); */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Black";
    src: url("../fonts/Montserrat-Black.otf");
    /* src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg"),
      url("../fonts/Montserrat-Black.ttf") format("truetype"),
      url("../fonts/Montserrat-Black.woff") format("woff"),
      url("../fonts/Montserrat-Black.woff2") format("woff2"); */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
    /* src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg"),
      url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"),
      url("../fonts/BrandonGrotesque-Medium.woff") format("woff"),
      url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"); */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

.white {
    color: #fff;
}
.blue {
    color: #0049d6;
}
.gray {
    color: #A3A3A3;
}
.dark-gray {
    color: #606161;
}
.uppercase {
    text-transform: uppercase;
}
.font-black {
    font-family: "Montserrat-Black";
}
.font-medium {
    font-family: "Montserrat-Medium";
}
.font-bold {
    font-family: "Montserrat-Bold";
}
.font-95 {
    font-size: 95px;
}
.font-50 {
    font-size: 50px;
}
.font-40 {
    font-size: 40px;
}
.font-35 {
    font-size: 35px;
}
.font-23 {
    font-size: 23px;
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-15 {
    font-size: 15px;
}
.font-14 {
    font-size: 14px;
}

.btn {
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
}

/* Animations */
.kfn_anim {
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.kfn_anim.animated {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}


/* Header Styles */
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 15;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.header-inner {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 2;
}
.tower-logo svg path {
    transition: 0.6s;
}
.tower-logo svg {
    margin-right: 10px;
}
.header-left a:last-child img {
    position: relative;
    top: 3px;
}
.header-left a:first-child {
    margin-right: 20px;
}
.header-mid a {
    transition: 0.6s;
}
.header-mid li:not(:last-child) {
    margin-right: 30px;
}
.header-mid a:hover {
    color: #66CB3B;
}
.lang {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 35px;
    padding: 0 8px;
    transition: 0.6s;
}
.lang.en {
    margin-right: 10px;
}
.lang.active {
    border-color: #0049D6;
    background: #0049D6;
}
.lang:hover {
    border-color: #0049D6;
    background: #0049D6;
}
.header-right .phone {
    margin: 0 30px;
    font-size: 20px;
}
.order-call {
    background: #0049D6;
    padding: 0 27px;
    cursor: pointer;
}
.order-call svg {
    margin-right: 15px;
}
.btn-blue{
  background: #0033FF;
}
.btn-blue:hover{
  background: #000;
}
/* Header Fixed Styles */
.header.fixed {
    background: #fff;
}
.header.fixed .tower-logo svg path {
    fill: #0049D6;
}
.header.fixed .header-mid .white {
    color: #A3A3A3;
}
.header.fixed .header-mid .white:hover {
    color: #0049d6;
}
.header.fixed .lang {
    border-color: #A3A3A3;
    color: #A3A3A3;
}
.header.fixed .lang:hover {
    border-color: #0049D6;
    color: #ffffff;
}
.header.fixed .lang.active {
    border-color: #0049D6;
    color: #fff;
}
.header.fixed .header-right .phone {
    color: #0049D6;
}
.header.fixed .header-mid li.active a {
    color: #0049D6;
}

/* Main Banner Block */
.main-banner {
    position: relative;
    height: 100vh;
    width: 100%;
}
.main-banner .img-box {
    height: 100%;
}
.main-banner .img-overlay {
    background: rgba(0,0,0,0.45);
}
.banner-content {
    position: absolute;
    position: absolute;
    top: 120px;
    padding-top: 110px;
    padding-left: 100px;
    bottom: 80px;
    max-width: 1070px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.banner-content h1 {
    margin-bottom: 18px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 2;
}
.banner-content > p {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-family: "Montserrat-Regular";
}
.banner-btns {
    margin-top: 65px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.banner-btns a {
    padding: 0 32px;
}
.banner-btns a:first-child {
    background: #0049D6;
    margin-right: 30px;
}
.banner-btns a:last-child {
    border: 1px solid #fff;
}
.banner-btns a svg {
    margin-right: 10px;
}

.tabsLangContainer {
    display: inline-block;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
    z-index: 3;
}
.tabsBtn {
    height: 70px;
    width: max-content;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='yellow' stroke-width='2' stroke-dasharray='8%2c 4' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.tabsBtn svg {
    margin-left: 14px;
}
.tabsBtn svg path {
    transition: 0.6s;
}
.tabsBtn span {
    transition: 0.6s;
}
.tabsBtn.active {
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tabsBtn.active span {
    color: #0049D6;
}
.tabsBtn.active svg path {
    fill: #0049D6;
}
.tabsLangSelectContainer {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 70px;
    -webkit-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.26);
    border-radius: 2px;
    transition: .6s;
    opacity: 0;
    pointer-events: none;
}

.tabsLangSelectContainer .ttlContainer {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: calc(100% - 15px);
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 20px;
    padding-right: 5px;
    justify-content: space-between;
    font-size: 17px;
}
/* .tabsLangSelectInner a {
    margin-bottom: 15px;
    transition: .6s;
    cursor: pointer;
} */
.tabsLangSelectInner {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-left: 20px;
    padding-top: 5px;
    background: #FAFAFA;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}
.tabsLangSelectContainer.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

/* About Project */
.project-outer .text {
    padding-top: 15px;
}
.text .font-20 span {
    font-size: inherit;
    font-family: inherit;
}
.project-outer .text a, 
.terms-btns a:last-child {
    display: inline-flex;
    align-items: center;
    border: 1px solid #0049D6;
    padding: 0 28px;
}
.terms-btns a:last-child svg {
    margin-right: 10px;
}
.project-outer .text a {
    margin-top: 60px;
}
.project-outer .text a svg {
    margin-right: 10px;
}
.project-outer {
    background: #FAFAFA;
}
.about-project {
    padding-top: 160px;
}
.about-project .text {
    width: 700px;
    padding-right: 50px;
}
.project-img {
    width: calc(100% - 700px);
    padding-top: 37.85%;
    border-radius: 30px;
}
.project-img img {
    border-radius: 30px;
}

/* Gallery */
.gallery-section {
    background: #FAFAFA;
}
.gallery-section h2 {
    padding-top: 160px;
    margin-bottom: 45px;
}
.gallery-container a {
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 35px;
    transition: 0.6s;
}
.gallery-container a:nth-child(4n) {
    margin-right: 0;
}
.gallery-container .img-box {
    padding-top: 69.4%;
    border-radius: 30px;
}
.gallery-container .img-box img,
.gallery-container .img-box .img-overlay {
    border-radius: 30px;
}
.gallery-container .img-box .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.gallery-container a:hover .img-overlay {
    opacity: 1;
    visibility: visible;
}
.gallery-container a:hover .zoom-icon {
    opacity: 1;
    visibility: visible;
}
.lg-toolbar {
    background: transparent;
    display: flex;
    justify-content: center;
    opacity: 1 !important;
    margin-top: 20px;
    display: none;
}
@media(max-width: 767px) {
    .lg-toolbar {
        display: flex;
    }
}
.lg-toolbar .lg-icon {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 60px;
    height: 60px;
}
.lg-toolbar .lg-close:after {
    content: '';
    width: 2px;
    height: 40px;
    background: #0049d6;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.lg-toolbar .lg-close::before {
    content: '';
    width: 2px;
    height: 40px;
    background: #0049d6;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.lg-actions .lg-prev:after {
    content: '';
    background-image: url('../img/arrow-left.svg');
    background-repeat: no-repeat;
    height: 152px;
    width: 85px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.lg-actions .lg-next:before {
    content: '';
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    height: 152px;
    width: 85px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background: none;
}
.gallery-slider {
    display: none;
}

/* Layout Options */
.layout-section {
    padding-top: 140px;
    background: #FAFAFA;
}
.layout-container {
    margin-top: 50px;
}
.layout-box {
    width: calc(33.3% - 40px);
    margin-right: 60px;
    padding: 35px 65px;
    background: #fff;
    border-radius: 30px;
}
.layout-box:last-child {
    margin-right: 0;
}
.layout-box .img-box {
    padding-top: 99.17%;
    width: 100%;
}
.layout-box .img-box .img-absolute {
    object-fit: contain;
}
.layout-title {
    margin-top: 26px;
    text-align: center;
}
.request-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    margin-top: 20px;
    background: #0049D6;
}

/* terms */
.terms-section {
    background: #FAFAFA;
}
.terms-inner {
    padding-top: 160px;
    padding-bottom: 82px;
}
.terms-inner h2 {
    margin-bottom: 40px;
}
.terms-box {
    background: #fff;
    padding: 30px 50px 60px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.terms-box p {
    margin-top: 35px;
}
.terms-box-left {
    width: 47.9%;
    margin-right: 30px;
    
}
.terms-box-mid {
    width: 31.4%;
    margin-right: 30px;
}
.terms-box-right {
    width: 17.49%;
}
.terms-btns {
    margin-top: 80px;
}
.application-btn {
    padding: 0 35px;
    background: #0049D6;
    margin-right: 30px;
}
.application-btn svg {
    margin-right: 10px;
}


/* distance purchase */
.distance-purchase {
    background: #FAFAFA;
}
.distance-inner {
    padding-top: 160px;
}
.distance-container {
    margin-top: 40px;
}
.distance-title {
    margin-left: 15px;
}
.distance-box {
    width: calc(33.3% - 26.5px);
    margin-right: 40px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 40px;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.distance-box:last-child {
    margin-right: 0;
}


/* Blog Slider */
.blog-outer {
    position: relative;
    background: #FAFAFA;
}
.blog-outer:before {
    content: "";
    width: 40px;
    height: 100%;
    background: #FAFAFA;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.blog-section {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 160px;
    padding-bottom: 38px;
}
.blog-section::after {
    content: '';
    background: #FAFAFA;
    width: 640px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.blog-left {
    position: relative;
    padding-right: 65px;
    min-width: 645px;
    z-index: 10;
    padding-left: 2px;
}
.blog-title {
    margin-bottom: 25px;
}
.info-block {
    margin-bottom: 20px;
}
.blogSlider {
    width: 100%;
    overflow: visible;
}


.blogSlider .img-box {
    padding-top: 88%;
    z-index: 2;
}
.blogSlider .swiper-slide .img-box,
.blogSlider .swiper-slide img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.slide-text {
    position: relative;
    min-height: 155px;
    background: #fff;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 23px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.slide-text h4 {
    margin-bottom: 5px;
}
.slide-text::after {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
}


/* Contact */
.contact-section {
    background: #FAFAFA;
}
.contact-container {
    margin-top: 55px;
}
.contact-inner {
    padding-top: 160px;
    padding-bottom: 300px;
}
.contact-left {
    width: 43.5%;
    background: #fff;
    padding-top: 40px;
    padding-left: 46px;
    padding-bottom: 10px;
    padding-right: 50px;
    border-radius: 20px;
}
.contact-left h3 {
    margin-bottom: 45px;
}
.detail-box {
    margin-bottom: 20px;
}
.detail-box a:hover{
    color: #0049D6;
}
.detail-boxes {
    margin-top: 20px;
}
.detail-boxes .detail-box:first-child {
    margin-right: 65px;
}
.detail-box h4 {
    margin-bottom: 12px;
}
.map-box {
    width: 54.2%;
    border-radius: 20px;
}
.map-box .img-box {
    padding-top: 52.15%;
    border-radius: 20px;
    min-height: 320px;
}
.map-box .img-box img {
    border-radius: 20px;
}


/* Light Gallery */
.lg-actions .lg-next, .lg-actions .lg-prev {
    outline: none !important;
    border: none;
}
.lg-backdrop {
    background: rgba(0, 0, 0, 0.8) !important;
}
.lg-sub-html {
    display: none !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
    display: none !important;
}
.lg-toolbar #lg-counter,
.lg-toolbar .lg-download, 
.lg-toolbar .lg-autoplay-button, 
.lg-toolbar .lg-fullscreen, 
.lg-toolbar #lg-zoom-in, 
.lg-toolbar #lg-zoom-out,
.lg-toolbar #lg-actual-size,
.lg-toolbar #lg-share {
    display: none !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    height: 100vh;
}
/*iframe {
    width: 100%;
    height: 100%;
    display: none
}*/

/*Modals*/
.modal{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  transition: .6s;
  pointer-events: none;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: .4s;
}
.modal.active{
  background: rgba(0,0,0,0.7);
  pointer-events: all;
  transition-delay: 0s;
}
.modal .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modalContainer{
  display: flex;
  flex-direction: column;
  width: 405px;
  background: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  transform: translateY(10px);
  opacity: 0;
  transition: .4s ease-in-out;
}
.modal.active .modalContainer{
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .4s;
}
.modalContainer .ttl{
  font-size: 30px;
  color: #0033FF;
  margin-bottom: 20px;
}
.modalContainer input{
  border: 2px solid #000;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 12px;
  font-size: 18px;
  transition: .4s;
  outline: none;
}
.modalContainer textarea{
  border: 2px solid #000;
  height: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding-left: 12px;
  padding-top: 12px;
  font-size: 18px;
  transition: .4s;
  outline: none;
}
.modalContainer button{
    width: 100%;
    border: none;
    justify-content: center;
    margin-bottom: 20px;
    color: #ffffff;
}
.modalContainer .descr{
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}
.modalContainer .descr span{
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0033FF;
}
.modalContainer input::placeholder, .modalContainer textarea::placeholder {
  color: rgba(0,0,0,.5);
}
.modalContainer input:focus, .modalContainer textarea:focus {
  border-color: #0033FF;
}
.closeModal{
  position: absolute;
  right: -70px;
  top: -70px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  cursor: pointer;
  transition: .4s ease-in-out;
  transform: scale(0);
}
.modal.active .closeModal{
  transform: scale(1);
  transition-delay: .6s;
}
.closeModal path,.closeModal svg{
  transition: .4s ease-in-out;
}
.closeModal:hover path{
  fill: #000000;
}
.modal .subTtl{
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.burger-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 18px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    cursor: pointer;
    display: none;
}
.burger-btn span {
    position: absolute;
    background: #707070;
    height: 2px;
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.burger-btn span:first-child{
    top: 0;
}
.burger-btn span:nth-child(2) {
    top: 7px;
}
.burger-btn span:last-child {
    top: 14px;
    width: 28px;
}

.burger-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.burger-menu nav {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top: 1px solid rgba(193,193,193,.1);
    opacity: 0;
    pointer-events: none;
}

.header.show-nav .burger-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.header.show-nav .burger-menu nav {
    opacity: 1;
    pointer-events: all;
}
.header.show-nav .burger-btn span:first-child {
    top: 7px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.header.show-nav .burger-btn span:nth-child(2) {

    top: 7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header.show-nav .burger-btn span:last-child {
    opacity: 0;
}
@media(max-width: 1799px) {
    .header * {
        font-size: 12px;
    }
    .header-right .phone{
        font-size: 14px;
    }
    .lang{
        height: 25px;
        padding: 0 4px;
    } 
    .order-call span{
        font-size: 14px;
    }
    .header-mid a{
        font-size: 14px;
    }      
}
@media(max-width: 1675px) {
    .font-95 {
        font-size: 70px;
    }
    .font-50 {
        font-size: 40px;
    }
    .font-40,
    .font-35 {
        font-size: 30px;
    }
    .font-20,
    .font-22,
    .font-23 {
        font-size: 16px;
    }
    .tabsBtn {
        height: 50px;
    }
    .tabsLangSelectContainer{
        height: 60px;
        top: 50px;
    }
}
@media(min-width: 1501px) and (max-width: 1625px){
    .order-call span{
        font-size: 12px;
    }
    .header-mid a{
        font-size: 12px;
    }   
}
@media(max-width: 1500px) {
    .font-50 {
        font-size: 35px;
    }
    .font-40, .font-35 {
        font-size: 25px;
    }
    .header {
        height: 70px;
    }
    .about-project,
    .gallery-section h2, 
    .layout-section,
    .terms-inner,
    .distance-inner,
    .blog-section,
    .contact-inner {
        padding-top: 120px;
    }
    .header-mid li:not(:last-child) {
        margin-right: 15px;
    }
    .tower-logo svg {
        max-width: 100px;
        margin-right: 10px;
    }
    .header-left a:last-child img {
        position: relative;
        top: -4px;
        max-width: 55px;
    }
    .header-right .phone {
        margin: 0 15px;
    }
    .btn {
        height: 40px;
        font-size: 14px;
    }
    .banner-content {
        padding-left: 85px;
        max-width: 825px;
    }
    .btn span {
        font-size: 12px;
    }
    .about-project .text {
        width: 600px;
    }
    .project-img {
        width: calc(100% - 300px);
    }
    .blog-left {
        min-width: 575px;
        padding-right: 40px;
    }
    .blog-section::after {
        width: 570px;
    }
    .terms-box {
        padding: 30px;
    }
    .term-box-right img {
        max-height: 220px;
    }
    .terms-btns {
        margin-top: 50px;
    }
    .order-call {
        padding: 0 15px;
    }
    .order-call svg {
        margin-right: 10px;
    }
    .layout-box {
        width: calc(33.3% - 26.5px);
        margin-right: 40px;
    }
    .contact-container,
    .distance-container,
    .layout-container {
        margin-top: 30px;
    }
    .terms-inner h2,
    .gallery-section h2 {
        margin-bottom: 30px;
    }
/*    .modalContainer{
        width: 290px;
        padding: 20px 20px;
    }
    .modalContainer .ttl{
        font-size: 20px;
        margin-bottom: 20px;
        padding-right: 40px;
    }
    .modalContainer input{
        font-size: 16px;
        height: 40px;
    }
    .modalContainer .descr{
        font-size: 10px;
    }
    .closeModal{
        right: 0px;
        top: 0px;
    }
    .modal .subTtl{
        font-size: 12px;
        line-height: 15px;
    } */   
    .order-call span{
        font-size: 12px;
    }
    .header-mid a{
        font-size: 12px;
    }     
}

@media(max-width: 1365px) {
    .header-mid {
        display: none;
    }
    .header {
        background: #fff;
    }
    .main-banner {
        margin-top: 70px;
    }
    .header * {
        font-size: 16px;
    }
    .header-right .phone.white {
        color: #0049D6;
        order: 1;
        transition: 0.4s;
    }
    .lang.en {
        order: 2;
        transition: 0.4s;
    }
    .lang {
        order: 3;
        color: #A3A3A3;
        border-color: #A3A3A3;
        margin-right: 10px;
        transition: 0.4s;
    }
    .lang:hover {
    	color: #ffffff;
    }
    .lang.active {
        color: #fff;
    }
    .header-right .burger-btn {
        display: flex;
        order: 4;
        transition: 0.4s;
    }
    .header-right .order-call {
        display: none;
    }
    .order-call {
        height: 39px;
        padding: 13px 20px;
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .order-call.btn span {
        font-size: 10px;

    }
    .burger-menu .page-menu-list {
        flex-direction: column;
    }
    .burger-menu .page-menu-list li {
        margin-bottom: 20px;
    }
    .burger-menu .phone.white {
        color: #0049d6;
    }
    .burger-menu .tower-logo {
        display: flex;
        align-items: center;
    }
    .burger-menu .tower-logo svg {
        max-width: 83px;
    }
    .header .tower-logo svg path {
        fill: #0049d6;
    }
    .banner-content {
        top: 0;
        right: 20px;
        left: 0;
    }
    .about-project, .gallery-section h2, .layout-section, .terms-inner, .distance-inner, .blog-section, .contact-inner {
        padding-top: 110px;
    }
    .font-95 {
        font-size: 60px;
    }
    .font-50 {
        font-size: 25px;
    }
    .font-40 {
        font-size: 22px;
    }
    .font-35 {
        font-size: 20px;
    }
    .font-20,
    .font-22,
    .font-23 {
        font-size: 14px;
    }

    * {
        font-size: 14px;
    }

    .gallery-container a {
        width: calc(33.3% - 10px);
        margin-right: 15px;
    }
    .gallery-container a:nth-child(4n) {
        margin-right: 15px;
    }
    .gallery-container a:nth-child(3n) {
        margin-right: 0;
    }
    .layout-box {
        width: calc(33.3% - 10px);
        margin-right: 15px;
        padding: 30px;
    }
    .distance-box {
        width: calc(33.3% - 10px);
        margin-right: 15px;
    }
    .btn {
        height: 39px;
    }
    .btn span {
        font-size: 12px;
    }
    .terms-box {
        padding: 15px;
    }
    .terms-box p {
        margin-top: 20px;
    }
    .blog-left {
        min-width: 545px;
    }
    .blog-section::after {
        width: 540px;
    }
    .slide-text {
        min-height: 120px;
        padding: 20px;
    }
    .contact-left {
        padding: 30px;
    }
    .contact-left h3 {
        margin-bottom: 30px;
    }
    .contact-inner {
        padding-bottom: 200px;
    }
}
@media(max-width: 1100px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-left, 
    .map-box {
        width: 100%;
    }
    .contact-left {
        margin-bottom: 21px;
    }
    .map-box .img-box {
        min-height: unset;
    }
}
@media(max-width: 1023px) {
    .container {
        padding: 0 30px;
    }
    .banner-content {
        padding-left: 30px;
    }
    .about-project .text {
        padding-right: 20px;
    }
    .project-outer .text a {
        margin-top: 40px;
    }
    .terms-inner {
        padding-bottom: 0;
    }
    .term-box-right {
        display: none;
    }
    .terms-box {
        padding: 30px 20px;
    }
    .terms-box-mid {
        margin-right: 0;
        width: calc(35% - 15px);
    }
    .terms-box-left {
        width: calc(65% - 15px);
    }
    .distance-container {
        flex-direction: column;
    }
    .distance-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blog-section::after {
        display: none;
    }
    .blog-section {
        flex-direction: column;
    }
    .blogSlider {
        margin-top: 30px;
    }
    .blog-left {
        width: 100%;
        padding-right: 0;
        min-width: unset;
    }
    .slide-text h4 {
        font-size: 16px ;
    }
    .contact-inner {
        padding-bottom: 90px;
    }
}
@media(max-width: 880px) {
    .project-img {
        display: none;
    }
    .about-project .text {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .container {
        padding: 0 15px;
    }
    .font-50 {
        font-size: 17px;
    }
    .font-40 {
        font-size: 20px;
    }
    .font-20,
    .font-22,
    .font-23 {
        font-size: 12px;
    }
    * {
        font-size: 12px;
    }
    .header-right .phone {
        font-size: 11px;
    }
    .header {
        height: 55px;
    }
    .main-banner {
        margin-top: 55px;
    }
    .blog-outer:before {
        width: 10px;
    }
    .tower-logo svg {
        max-width: 83px;
        max-height: 28px;
    }
    .header-inner {
        padding: 0 15px;
    }
    .header-left a {
        display: flex;
    }
    .header-left .tower-logo img {
        display: none;
    }
    .header-right a {
        font-size: 8px;
        padding: 4px;
    }
    .lang.en {
        margin-right: 3px;
    }
    .about-project, .gallery-section h2, .layout-section, .terms-inner, .distance-inner, .blog-section, .contact-inner {
        padding-top: 40px;
    }

    .btn span {
        font-size: 9px;
    }
    .banner-btns a {
        padding: 0 20px;
    }
    .banner-btns a:first-child {
        margin-right: 20px;
    }
    .banner-btns a svg {
        max-width: 13px;
    }
    .main-banner {
        height: unset;
    }
    .main-banner .img-box {
        height: unset;
        padding-top: 40%;
        min-height: 265px;
    }
    .banner-content {
        padding-left: 15px;
        padding-top: 35px;
    }
    .banner-content h1 {
        margin-bottom: 25px;
    }
    .banner-content > p {
        max-width: 300px;
        font-size: 14px;
    }
    .tabsBtn {
        height: 30px;
        padding: 0px 9px;
    }
    .tabsLangSelectContainer {
        top: 30px;
        height: 35px;
    }
    .tabsBtn svg {
        max-width: 8px;
    }
    .banner-btns {
        margin-top: 35px;
    }
    .project-outer .text a {
        margin-top: 20px;
    }
    .gallery-container {
        display: none;
    }
    body {
        background: #FAFAFA;
    }
    .gallery-slider {
        display: flex;
    }
    .gallery-slider .img-box {
        padding-top: 65%;
    }
    .gallery-slider .img-box img, .gallery-slider .img-box .img-overlay {
        border-radius: 10px;
    }

    .layout-container {
        flex-direction: column;
       
    }
    .layout-box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .layout-box .img-box {
        padding-top: 100%;
    }
    .terms-boxes {
        flex-direction: column;
    }
    .terms-box-mid {
        width: 100%;
    }
    .terms-box-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .terms-btns > span {
        margin-right: 20px;
        width: calc(35% - 10px);
    }
    .terms-btns a {
        width: calc(65% - 10px);
        justify-content: center;
    }
    .terms-btns {
        margin-top: 20px;
    }
    .btn svg {
        width: 13px;
    }
    .lg-actions .lg-prev:after,
    .lg-actions .lg-next:before {
        height: 40px;
        width: 21px;
        background-size: 20px;
    }
    .detail-boxes {
        flex-direction: column;
    }
}
