/* header */
.ltn__header-area {
    z-index: 111;
}
.section-title {
    font-size:35px;
}
.main_title {
    font-size:35px;
    font-weight: 900;
}
.custom_link {
    text-decoration: underline;
    font-family: var(--ltn__heading-font);
    font-weight: 600;
}
.custom_link:after {
    content: url(../design/a1.svg);
    vertical-align: middle;
    margin-left: 6px;
}


.site-logo {
    display: flex;
    flex-wrap:wrap;
}
.site-logo a {
    flex:1 1 50%;
}
.ltn__main-menu > ul > li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
}
.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
    min-width: 330px;
}
.sub-menu li a {
    font-size: 15px;
}
.header-feature-item {
    width: 100%;
    max-width: 100%;
}
.ltn__main-menu > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ltn__utilize-menu > ul > li > a {
    font-weight: 600;
}
.logo-text  {   
   
    font-size: 13px;
    line-height: 18px;
    margin-left: 23px;
    text-transform: uppercase;
    color: #FF6820;
}
.header-feature-text {
    font-size: 14px;
    line-height: 18px;
    color:#163747;
}
.header-feature-info p {
    margin-bottom: 0;
    font-weight: bold;
    color:#163747;
    font-size: 14px;
    line-height: 18px;
}


.ltn__slide-item-2 .slide-title {
    font-size:45px;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
}
.section-title {
    font-family: var(--ltn__heading-font);
    text-transform: uppercase;
    font-weight: 900;
}
.ltn__slide-item-2 {
    padding-top: 50px;
}
.ltn__slide-item-2 {
    min-height: 500px;
    height: auto;
}


.ltn__slide-item-2 .slide-title span {
    display: block;
    font-weight: 900;
}
.theme-btn-1 {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.slide-item-info-inner {
    padding: 20px;
        background: rgba(255, 255, 255, 0.7);
}
.slide-brief {
    font-weight: 600;
}




.ltn__blog-title {
    font-size: 20px;
    line-height: 24px;
    color: #656666;
    text-align: center;
    font-weight: 800;
}
.ltn__header-4 .ltn__header-middle-area, .ltn__header-5 .ltn__header-middle-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ltn__blog-item-3 .ltn__blog-brief {
    box-shadow:none;
}
.gal_item {
    box-shadow: var(--ltn__box-shadow-4);
}
.section-bg-1 .ltn__feature-item-3 {
    background:#fff;
}


.ltn__breadcrumb-area {
        margin-bottom: 60px;
    padding-top: 3px;
    padding-bottom: 16px;
    margin-top: 9px;
}

.ltn__about-us-area .ltn__feature-item-3  {
    height: 100%;
    
    padding: 15px 20px 1px;
}

.ltn__about-us-area .ltn__feature-info p {
    font-size:14px;
    line-height: 1.5;
}
.ltn__about-us-area .section-title-area p {
    max-width: 100%;
    font-size:16px;
}
.rek_info {
    min-height: 270px;
}

.rek_title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--ltn__secondary-color);
    font-weight: 900;
}
/* проекты */

.ltn__product-item {
    margin-bottom: 20px;
    border: 3px solid #ff5a3ce3;
}
.product-info-bottom .prod_readmore {
    display: block;
    text-align: center;
    font-family: var(--ltn__heading-font);
    height: 29px;
    margin-top: -9px;
    font-weight: 600;

}
.product-info-bottom .prod_readmore:after {
    content: url(../design/a1.svg);
    vertical-align: middle;
    margin-left: 6px;
}
.ltn__product-item-4 .product-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size:16px;
    text-align: center;
    font-family: var(--ltn__heading-font);
}
.size_option {
    text-align: center;
    font-family: var(--ltn__heading-font);
    font-weight: 400;
    font-size:15px;
}


.ltn__product-item-4 .product-info {
    padding: 20px 15px 1px;
}

.ltn__product-item-4 .product-price {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.ltn__product-item-5 .product-info-bottom {
    padding: 5px 30px 6px;
}
.ltn__product-item-5 .product-info-bottom {
    justify-content: center;
    flex-direction: column;
}
.individ_project {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition:all ease-in-out 0.3s;
}
.individ_project:before {
    top: -3px;
    display: block;
    content: "";
    position: absolute;
    height: 102%;
    width: 104%;
    background: #7c23128c;
    z-index: 0;
    
}
.individ_project img {
    overflow:hidden;
    width: 100%;
    cursor:pointer;
}
.individ_project .ind_title {
    position: relative;
    z-index: 2;
    font-size:18px;
    line-height: 1.2;
    color:#fff;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
}
.individ_project .ind_icon {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    
}
.individ_project .ind_icon svg {
    fill:#fff;
    width: 60px;
    height: 40px;
}

.individ_project .ind_text {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size:18px;
    font-family: var(--ltn__heading-font);
    line-height: 1.1;
    font-weight: 600;
    background: #00000059;
    color:#fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.individ_project .ind_prod_btn {
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: var(--ltn__heading-font);
    color:#fff;
    font-size:18px;
    padding-top: 7px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
    background: #656666;
    transition:all ease-in-out 0.3s;
}
.individ_project .ind_prod_btn:hover {
    background: var(--ltn__secondary-color);
    color:#fff;
}
.individ_project:hover:before {
    background: #7c2312c7;
}
.slick-slide img {
    box-shadow: var(--ltn__box-shadow-4);
}
.conto-tento table tr td img {
    min-width: 300px;
    margin-right: 20px;
}
.ltn__product-item .dop_prices {
    min-height: 65px;
}
.ltn__product-item .dop_prices p {
    font-size:14px;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 5px;
}
.ltn__product-grid-view .product-info {
    padding-top: 5px;
}



/* страница проекта */
.ltn__shop-details-area .main_title {
    font-size:25px;
}
.prod_tabs .ltn__category-item-5 .feat_item .category-icon {
    background:transparent;
}
.prod_tabs .ltn__tab-menu .nav a{
    text-transform: uppercase;
    font-weight: 700;
}
.top_prod_descr ul {
    margin-top: 0;
}
.top_prod_descr .btn {
    padding: 10px 23px;
    font-weight: 700;
}
.ltn__tab-menu {
    margin-bottom: 0;
}
.ltn__tab-menu .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.prod_tabs .ltn__tab-menu .nav a {
    min-width: 250px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    border: 2px solid #EDEDED;
    margin-bottom: -2px;
}
.ltn__apartments-plan-area .tab-content {
   background-color:transparent;
   box-shadow: var(--ltn__box-shadow-2);
   
}
.ltn__about-us-area .ltn__feature-item-3 {
    box-shadow: var(--ltn__box-shadow-2);
}
.widget {
    padding-bottom: 20px;
}
.prod_tabs .ltn__tab-menu .nav a.active {
    color: var(--ltn__secondary-color);
    background-color: #fff;
    border-color: var(--ltn__secondary-color);
}
.prod_tabs .ltn__tab-menu .nav a {
    background-color:#E3E3E3
}
.top_prod_descr .btn:not(.active) {
    text-decoration: underline;
    border:1px solid #EBEBEB;
}
.prod_tabs .ltn__tab-menu .nav a:not(.active):hover {
    background-color: var(--section-bg-1);
}
.top_prod_descr .btn:not(.active):hover {
    background-color: var(--section-bg-1);
}
.top_prod_descr .btn.active {
    background-color: var(--ltn__secondary-color);
    color: var(--white) !important;
}
.top_prod_price .top_price {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    font-family: var(--ltn__heading-font);
    text-transform: uppercase;
    color: #FF5A3C;
    margin-bottom: 10px;
}

.project_order .btn {
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 35px;
    font-size: 16px;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
}
.project_order .btn:hover {
    background-color: var(--section-bg-1);
    color:#000;
}
.ltn__product-tab-content-inner table {
    border:none;
}
.dop_complect table td{
    border-width: 1px;
}
.dop_complect table tr:first-child td {
    text-align: center;
}
.dop_complect table tr td:last-child {
    text-align: center;
}

.product-details-apartments-info-list {
    box-shadow: var(--ltn__box-shadow-2);
}
.top_price_table table tr td:first-child {
    width:68% !important;
}

.bot_price_table table tr td:first-child {
    width:59% !important;
}

.modulnye-zdaniya .bot_price_table table tr td:first-child {
    width:70%  !important;
}

.top_price_table p {
    margin-bottom: 0;
}
.top_prod_descr .top_content table{
    width: 100% !important;
    border:none;
}
.top_content table tr td:last-child {
    font-weight: 600;
    text-align: right;
}
.top_content table tr {
    height: auto !important;
    margin-bottom: 7px;
    border-bottom: 1px;
}
.top_content p {
    margin-bottom: 0;
}

.cat_gallery_item {
    border: 2px solid var(--border-color-11);
    box-shadow: var(--ltn__box-shadow-1);
}
.border_shadow {
    border: 2px solid var(--border-color-11);
    box-shadow: var(--ltn__box-shadow-1);
}
.ltn__blog-item-3-normal .ltn__blog-item-3 {
    border: 2px solid var(--border-color-11);
    box-shadow: var(--ltn__box-shadow-1);
}


.ltn__category-item-5 .feat_item {
    min-height: 264px;
}

/* контакты */
.ltn__contact-address-area {
    
}
.ltn__contact-address-item {
    text-align: left;
}
.ltn__contact-address-item .k_3 {
    margin-bottom: 20px;
}
.ltn__contact-address-item .k1{
    margin-bottom: 10px;
    font-size:16px;
}
.ltn__contact-address-item .k2{
    font-size:16px;
}
.ltn__contact-address-item-3 {
    padding: 25px 20px 25px;
        -webkit-box-shadow: var(--ltn__box-shadow-2);
    box-shadow: var(--ltn__box-shadow-2);
}
.k_3 span {
    font-weight: 600;
    margin-right: 20px;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FF6820;
}
.k_3 a {
    font-weight: 900;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    color: #656666;
    transition: .5s;
    cursor:pointer;
}
.k_3 a:hover {
    color: var(--ltn__secondary-color);
}
.k_3 a.map_to:after {
    content: url(../design/a1.svg);
    
    margin-left: 6px;
}
.map {
    height: 432px;
    width: 100%;
}
.ltn__category-item-5 .feat_item {
    padding: 40px 30px 35px;
    display: block;
    position: relative;
}
.ltn__category-item-5-2 .feat_item .category-icon {
    margin-right: 0;
    margin-left: auto;
    width: 100px;
    height: 100px;
    line-height: 115px;
    font-size: 45px;
    border-radius: 100%;
    background-color: var(--section-bg-5);
    color: var(--ltn__secondary-color);
    text-align: center;
    margin-bottom: 20px;
}
.ltn__category-item-5 .feat_item .category-btn {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background-color: var(--white);
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-2);
    border: 1px solid var(--border-color-8);
    position: absolute;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.ltn__category-item-5 .feat_item .category-icon {
   display: block;
    width: 100px;
    height: 100px;
    
    font-size: 45px;
    border-radius: 100%;
    background-color: var(--section-bg-5);
    color: var(--ltn__secondary-color);
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.ltn__category-item-5-2 .feat_item .category-number {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--ltn__body-font);
    color: var(--ltn__secondary-color);
}
.ltn__category-item-5 .feat_item .category-title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    font-family: var(--ltn__heading-font);
    color: var(--ltn__heading-color);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
}
.ltn__category-item-5:hover .feat_item .category-title {
    color:#fff;
}
.ltn__category-item-5:hover .feat_item .category-number {
    color:#fff;
}

select::placeholder, input::placeholder, textarea::placeholder {
    color:#111 !important;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="submit"], textarea {
    height: 60px;
    margin-bottom: 10px;
}

.ltn__contact-message-area {
    background: url(../img/o0.jpg) center no-repeat;
    background-size: cover;
}
.contact-form-box {
    background:transparent;
    padding-top: 20px;
}
.o3 input {
    display: none;
}
.contact-form-box .section-title {
    color:#FF5A3C;
    text-shadow: 0px 1px 5px #ffffff3d;
}
.contact-form-box .contat_text {
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-form-box .theme-btn-1 {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
    margin-left: 20px;
    color:#fff;
}
.contact-form-box input, .contact-form-box textarea{
    border-color: var(--ltn__secondary-color);
    
}
.checkbox label {
    font-size:14px;
}

.modal-body {
    position: relative;
    background: url(../img/o0.jpg) no-repeat center/cover;
}
.modal-body .btn-close {
    position: absolute;
    
    right: 20px;
    top: 20px;
}
.popup_title {
    font-weight: 900;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #2a2a2a;
    margin-bottom: 0;
}
.policy_link {
    text-decoration: underline;
}

/* footer */
.footer-top-area {
    padding-top: 50px;
    padding-bottom: 10px;
}
.footer-address ul li {
    margin-top: 4px;
}
.footer-menu ul li {
    margin-bottom: 5px;
}
.footer-widget {
    margin-bottom: 15px;
}
.footer-about-widget {
    padding-right: 0;
}
form input[name="surname"] {
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}
.footer_infomers {
    position: relative;
    padding-bottom: 44px;
}
.ym_informer {
    bottom: 0px;
    left: 15px;
    position: absolute;
}
.li_informer {
    bottom: 0px;
    left: 130px;
    position: absolute;
}
.main_title {
    text-transform: uppercase;
}
.ltn__product-item-4 .product-title a {
    text-transform: uppercase;
}

.ltn__product-item .a1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 6px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FF6820;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    z-index: 11;
}
.ltn__product-item .a7 {
    text-align: center;
    text-decoration-line: line-through;
    text-transform: uppercase;
    color: #C1C1C1;
    font-size:16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: -5px;
    margin-top: 4px;
}
.wa_icon {
    display: inline-block;
    width: 25px;
    margin-bottom: 4px;
}
.city_content table table{
    border: 2px solid var(--border-color-11);
    box-shadow: var(--ltn__box-shadow-1);
}
.city_content table table td {
    padding: 10px;
}

.slick-arrow-1.slick-arrow-real .slick-arrow {
    left: -50px;
    right: auto; 
    opacity: 1;
    visibility: visible;

}
  .slick-arrow-1.slick-arrow-real .slick-next {
    right: -50px;
    left: auto; 
    opacity: 1;
    visibility: visible;

} 


@media (max-width: 768px) {
    .city_content table table td img {
        width: 100% !important;
    }
    .contact-form-box .section-title {
        font-size:25px;
    }
    .modal-body {
        padding: 5px;
    }
    .contact-form-box .theme-btn-1 {
        margin-left: 0px;
    }
    .o3 {
        margin-bottom: 15px;
    }
    .item-page table tr  {
        display: flex;
        flex-direction: column;
        flex-wrap:wrap;
    }
    .logo-text {
        margin-left: 0px;
    }
    .ltn__category-item-5 a .category-title {
        font-size: 13px;
    }
    .product-details-apartments-info-list {
        padding: 15px 10px;
    }
    .modal-product-info {
        padding-left: 0;
    }
    .ltn__tab-menu {
        margin-bottom: 20px;
    }
    .contact-form-box input, .contact-form-box textarea  {
        height: 45px;
    }
    .contact-form-box input::placeholder, .contact-form-box textarea::placeholder {
        font-size:16px;
    }
    .contact-form-box input.check {
        height: auto;
    }
    .contact-form-box textarea {
        min-height: 80px;
    }
    .popup_title {
        margin-top: 16px;
    }
    .ltn__product-item .dop_prices {
        min-height: 0px;
    }
    .ltn__product-grid-view .product-img {
        text-align: center;
    }
    .ltn__product-grid-view .product-img img {
        width: 85%;
    }
    .ltn__product-item-5 .product-info-bottom {
            padding: 5px 28px 5px;
    }
    .delivery_block  .ltn__feature-item-3 {
        padding: 2px;
        margin-bottom: 4px;
    }
    .delivery_block  .ltn__feature-item-3 p {
        margin-bottom: 2px;
    }
    .delivery_block .btn {
        margin-top: 10px;
    }
    .delivery_block .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ltn__category-item-5 a, .ltn__category-item-5 .feat_item {
        min-height: 243px;
    }
    .ltn__category-item-5 .feat_item {
        padding: 20px 11px 22px;    
    }
    .ltn__category-item-5 .feat_item .category-icon {
        width: 60px;
        height: 60px;
    }
    .ltn__category-item-5 .feat_item .category-icon img {
        width: 60px;
    }
    .ltn__category-item-5 .feat_item .category-title {
        font-size:13px;
    }
    .ltn__slide-item-2 .slide-title {
        font-size:36px;
    }
    .top_prod_descr .btn {
        padding: 10px 16px;
    }
    .top_prod_price .top_price {
        font-size: 23px;
    }
    .conto-tento p {
        font-size:16px;
    }
}
