@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;

  /* Браузер сначала попробует найти шрифт локально */
  src: local("Roboto"),
       /* Если не получилось, загрузит woff2 */
       /* Если браузер не поддерживает woff2, загрузит woff */
       url("/static/src/fonts/RobotoRegular/RobotoRegular.woff") format("woff");
}
:root {
    --bgc: #e1f4fc;
    --border: #e5f5fd;
    --accent: #D05700;
    --accent-color: #ffffff;
}
/*------------------------------------------------------------------------------------------------*/
html, body {
    padding: 0; 
    margin: 0;
    /*font-family: 'Times New Roman', sans-serif; */
    font-family: Roboto;
}
.wraper {
    overflow-x:hidden;
    color: #777;
    font-size: 15px;
    height: 100%;
    width: 100%;
}
.row {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.m-2 {margin: 20px 0px}
.mt-20 {margin-top: 20px}
.mb-20 {margin-bottom: 20px}
h1 {
    font-size: 48px;
    line-height: 130%;
    color: #444;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2 {
    color: 7D3500;
    font-size: 30px;
    text-align: center;
}
h3 {
    font-size: 24px;
    text-align: center;
}
/*-------header--------*/
header {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: url(/static/src/landings/house/img/base/header-bg2.png); 
    background-position: center center; 
    background-size: cover;   
    padding-bottom: 50px;
}
.offer {
    margin: 80px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 550px;
}
.offer__title {
    width: 470px;
}
.offer__title span {font-size: 18px}
.offer__description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    gap: 15px;
    max-width: 400px;
    font-size: 18px;
}
.btn-offer {
    padding: 20px 40px;
    background: #D05700;
    box-shadow: 0px 5px 0px #7D3500;
    box-shadow: 1px 1px 20px #7D3500;
    border-radius: 10px;
    font-size: 16px;
    color: #f7f7f7 !important;
    cursor: pointer;
}
.btn-offer:hover {
    color: #ffffff;
    background: #D08800;
}
.header__advantage {
    display: flex;
    margin-left: 15px;
}
.header__advantage-item {
    background: #ffffff;
    padding: 5px;
    box-shadow: 3px 3px 40px #e5f5fd;
    margin-right: 30px;
    border-radius: 7px;
    max-width: 262px;
    width: 262px;
}
.header__advantage-item-border {
    border-radius: 5px;
    border: 1px solid #e5f5fd;
    display: flex;
    padding: 10px;
}
.header__advantage-item-border span:last-child {
    color: rgba(0, 0, 0, 0.7);
    align-self: center;
}
.header__advantage-item-border span:nth-child(1){
    margin-right: 10px;
    color: #D05700;
    opacity: 0.5;
}
.hr {  
    display: inline-flex;  
    align-items: center;  
    border: 1px solid #e5f5fd;
    margin-right: 10px;
}
.qwerty {
    font-size: 50px;
}
/*--секция общая--*/
.section-wraper {
    padding: 0px 0px 60px;
}
.prices__bilding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.prices__bilding-item {
    width: 290px;
    min-height: 100px;
    padding: 5px;
    background-color: #ааа;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 80px 1px var(--border);
}
.prices__bilding-border {
    border: 2px solid var(--border);
    border-radius: 10px;
    padding: 10px;
}
.prices__bilding-title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 5px;
    text-align: center;
}
.prices__bilding-content {
    padding: 5px 0px;
}
.prices__bilding-price {
    text-align: center;
    padding-top: 5px;
    border-top: 1px solid var(--border);
}
/*---Портфолио---*/
.portfolio {
    padding: 40px 0;
    background: var(--bgc);
    box-shadow: 0px -10px 5px var(--bgc), 0px 10px 5px var(--bgc);
}
.portfolio__bg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.portfolio__img {
    width: 280px;
    border-radius: 15px;
}
.portfolio__img:hover {
    box-shadow: 0px 0px 10px #7D3500;
}
.portfolio__img:hover .portfolio__img img{
    box-shadow: 0 0px 40px #777;
    background: #fefefe;
}
.popup_project_completed {
    position: relative;
    width: 100%;
    height: 100%;
}
.portfolio__img img{
    width: 100%;
    height: 100% !important;
    border-radius: 15px;
}
.portfolio__button {
    background: var(--accent);
    position: absolute;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 200px;
    color: #ffffff;
    top: calc(50% - 25px);
    left: calc(50% - 100px);
    border-radius: 20px;
    opacity: 0.7;
}
.portfolio__button:hover {
    color: #ffffff;
}
/*---Гарантии---*/

.section-container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}
.garant__description {
    max-width: 500px;
    margin: 30px 0;
}
.garant__block {
    display: flex;    
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.garant__block-item {
    width: 280px;   
    padding: 5px;
    box-shadow: 3px 3px 40px #eae9e9;
    box-sizing: border-box;
    border-radius: 10px;
}
.garant__block-item-border {
    border-radius: 5px;
    border: 1px solid #e5f5fd;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 15px 30px;
    box-sizing: border-box;
}
.garant__block-item-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.garant__block-item-text {
    font-size: 14px;
}
.garant__zakaz {
    position: relative;
    min-height: 130px;
    width: 280px;
    padding: 5px;
    margin-right: 30px;
}
.garant__zakaz img {
    position: absolute;
    top: -10px;
    right: -80px;
    z-index: 2;
    transform: rotate(35deg);
}
.btn-garant {
    width: 280px;
    height: 70px;
    background: #D05700;
    box-shadow: 0px 5px 0px #7D3500;
    box-shadow: 1px 1px 20px #7D3500;
    border-radius: 15px;
    font-size: 18px;
    line-height: 70px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 30px;
    left: 0;
    z-index: 3;
}
.btn-garant:hover {
    color: #fff;
}

/*--advantage---*/   
.advantage {
    margin: 60px 0;
}
.advantage__bg {
    display: flex;
    padding: 15px;
    width: 100%;
    min-height: 170px;
    background: rgba(193, 193, 193, 0.1);
    box-shadow: 0px 4px 4px rgba(229, 229, 229, 0.8);
    border-radius: 15px;
    flex-wrap: no-wrap;
    height: auto; 
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}
.advantage__item {    
    padding: 15px;
    max-width: 350px;
    min-height: 170px;
    height: auto;
    background: #FFFFFF;
    box-shadow: inset -3px -3px 4px rgba(200, 200, 200, 0.25), inset 3px 3px 4px rgba(200, 200, 200, 0.25);
    border-radius: 10px;
}
.advantage__item-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.advantage__item-img {
    width: 47px;
    height: 54px;

}
.advantage__item-img img {
    width: 100%;
    height: 100%;
}
.advantage__item-title {
    margin-left: 20px;
}
.advantage__item-text {
    max-width: 360px;
    
}

/*--catalog--*/
.catalog {
    padding: 50px 0;
    background: #fefefe;
}
.projects {
    border-radius: 10px;
    border: 1px solid #e5f5fd;
    margin-right: 10px;
}
.projects:hover {
    box-shadow: 1px 1px 5px #7D3500;
}
.catalog__bg {

}
.project_img img{
    border-radius: 10px 10px 0 0;
}
.catalog__description {
    display: flex;
    justify-content: center;
    padding: 15px;
    color: #000000;
    position: relative;
}
.catalog__description-text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.catalog__description-text-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    font-size: 18px;
}
.catalog__description-text-item img {
    width: 24px;
    height: 24px;
}

.catalog_a {
    position: absolute;
    top: -18px;
    left: calc(50% - width/2);
    padding: 7px;
    width: 200px;
    text-align: center;
    border-radius: 15px;
    background-color: var(--accent);
    color: var(--accent-color);
}
.catalog_a:hover {
    color: #fff;
}
.owl-carousel {
    position: relative;
}
.catalog .owl-prev {
    position: absolute;
    border: 1px solid #000;
    top: calc(35%);
    left: -5px;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    opacity: .8;
    border-radius: 20px !important;
}
.catalog .owl-next {
    position: absolute;
    top: calc(35%);
    right: 5px;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    opacity: .8;
    border-radius: 20px !important;
}
.owl-next:cursor, .owl-prev:hover {
    background: #fff !important;
    opacity: .6;
}
.catalog .owl-prev span, .catalog .owl-next span {
    color: #000;
}
.owl-dot span{
    background: #D05700 !important;
    opacity: 0.5;
}
.owl-dots .active span{
    background: #D05700 !important;
    opacity: 0.99;
}
/*---Отзывы---*/
.review {
    padding: 50px 0 50px;
    background: #e1f4fc;
    box-shadow: 3px 3px 40px #eae9e9; 
}
.review h2 {margin-bottom: 30px;}
.review-row {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.review__p {
    max-width: 600px;
}
.owl-stage, .review__border {
    display: flex;
    align-items: stretch;
}

.review__border {
    padding: 5px;
    border-radius: 15px;
    z-index: 2;
    box-sizing: border-box;
    background-color: #fff;
    height: 100%;
}
.review__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;    
    border: 2px solid var(--border);
    z-index: 2;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;    
}
.review__header {
    display: flex;
    gap: 10px;
}
.review__image{
    width: 70px;
    height: 70px;
}
.review__image img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
.review__description {
    display: flex;
    flex-direction: column;
}
.review .owl-prev {
    position: absolute;
    top: calc(42% - 15px);
    left: -22px;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    opacity: .8;
    border-radius: 20px !important;
}
.review .owl-next {
    position: absolute;
    top: calc(42% - 15px);
    right: -17px;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    opacity: .8;
    border-radius: 20px !important;
}
.review .owl-prev, .review .owl-next {
    border-radius: 20px !important;
    padding: 5px !important;
    background-color: #fff !important;
    z-index: 0;
    display: flex;

}
.owl-nav img {
    width: 30px;
    height: 30px;
}
.owl-next:cursor, .owl-prev:hover {
    background: #fff !important;
    opacity: .6;
    border: 2px solid #586;
}
.review .owl-prev .review__nav, .review .owl-next .review__nav {
    border: 3px solid var(--border); !important;
    background-color: var(--border);
    width: 25px;
    height: 25px;
    border-radius: 20px;
    margin: 0 auto;
}
.owl-dot span{
    background: #D05700 !important;
    opacity: 0.5;
}
.owl-dots .active span{
    background: #D05700 !important;
    opacity: 0.99;
}
#modalImg {
    width: 100%;
    height: 100%;
}
.modal-dialog-img {
    width: 100%;
    height: 100%;
}
#modal-img img {
    width: 100%;
    height: 100%;
}
/*---О компании---*/
.company {
    padding: 70px 0 60px 0;
}
.company__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company__content-text {
    max-width: 700px;
}
.company__content-image {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    position: relative;
}
.company__content-image img {
    max-width: 250px;
}
.company__content-prorab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 40px #e5f5fd;
}
.company__content-border {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bgc);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

/*---Вопрос-Ответ---*/
.question {
    padding: 50px 0;
}
.question h2 {
    margin-bottom: 30px;
}
.question__block {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    width: 100%;
}
.question__block-item {
    justify-self: center;
    width: 750px;
    padding: 5px;
    border-bottom: 1px solid #e5f5fd;
}
.accordion-header{
    font-size: 18px;
    color: #777;
    margin-bottom: 5px;
    text-decoration: none;
}
.accordion-header svg {
    color: #D05700;
}
.accordion .ui-accordion-header {
    position: relative;
}
.accordion .ui-accordion-header-icon {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;    
    display: inline-block;
    width: 20px; 
    background: #D05700;
    height: 20px; 
    color: #D05700;
    background: url(/static/src/img/svg/arrow-down.svg) 50% 50% no-repeat;
}
.ui-icon {
    color: #D05700;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(/static/src/img/svg/arrow-up.svg);
    color: #D05700;
}
.question__block-item-review {
    max-width: 550px;
}

/*---Декорация небо---*/
.nebo {
    background: url(/static/src/img/base/nebo.png);
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 200px;
}
/*---Описание технологии----*/
.technology {
    padding: 50px;
    background-size: center center;
    background: url(/static/src/img/base/fon-technology.png);
}
.technology h2 {
    margin-bottom: 70px;
    text-align: center;
}
.technology__row {
    width: 100%;
    display: flex;
    justify-content: center;
}
.technology__img {
    position: relative;
}
[hidden] {  display: none !important;}
.anchor {
    width: 24px;
    height: 24px;
    background: darkorange;
    border-radius: 50%;
    position: absolute;
    color: #fff;
}
.anchor-text {
    z-index: 100;
    position: absolute;
    display: none;
    width: 250px;
    background: #ffffff;
    border: 1px solid #f7f7f7;
    border-radius: 15px;
    padding: 15px;
    animation: ani 1.0s forwards;
    box-shadow: 1px 1px 1px #f2f2f2;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}}
#anchor-1{ top: 87px;left: 283px;}
#anchor-1text {top: 87px;left: 320px;}
#anchor-2 {top: 272px;left: 560px;}
#anchor-2text {top: 272px;left: 600px;}
#anchor-3 {top: 213px;left: 198px;}
#anchor-3text {top: 213px;left: 240px;}
#anchor-4 {top: 362px;left: 123px;}
#anchor-4text {top: 362px;left: 160px;}
#anchor-5 {top: 50px;left: 393px;}
#anchor-5text {top: 50px;left: 433px;}
#anchor-6 {top: 195px;left: 73px;}
#anchor-6text {top: 195px;left: 113px;}
#anchor-7 {top: 400px;left: 215px;}
#anchor-7text {top: 400px;left: 255px;}
#anchor-8 {top: 106px;left: 98px;}
#anchor-8text {top: 106px;left: 138px;}
#anchor-9 {top: 439px;left: 531px;}
#anchor-9text {top: 439px;left: 570px;}

/*---Contacts---*/
.contact {   
    margin: 50px 0;
}
.contact__content {
    display: flex;
    align-items: center;
    justify-content: space-arround;
}
.contact__maps {
    width: 100%;
    margin: 30px 0;
}
.contact__card {
    max-width: 500px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
}
.contact__card-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}
.contact__card-item-img {
    margin-right: 20px;
}
.contact__card-item-text {

}
.contact-form {
    width: 100%;
    padding: 8px;
    border-radius: 15px;
    box-shadow: 3px 3px 200px #d9f5fd;
    box-sizing: border-box;
}
.contact-form form {
    border: 2px solid #e5f5fd;
    display: flex;
    gap: 20px;
    flex-direction: inline-flex;
    justify-content: center;
    align-content: center;
    padding-top: 30px;
    border-radius: 15px;
}
.form-group {
    height: 60px;
}
.form-group input {
    height: 100%;
    border-radius: 10px;
    border: 2px solid #e5f5fd;
    padding-left: 25px;
    width: 262px;
}
.btn-contact {
    border: none;
    height: 60px;
}
/*--footer--*/
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #777;
    margin-top: 30px;
}

/*-----Модальное окно построенных домов-----*/
.bg-fotorama {
    background: #fefefe;    
    position: relative;
    box-shadow: 0px 1px 4px rgba(229, 229, 229, 0.8);
    padding: 15px;
    border-radius: 15px;
}
.bg-fotorama .close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-weight: bold;
    border: 1px solid #000;
    color: #000000;
    z-index: 1000;
    background: #fff;
}
.fotorama__img {
    border-radius: 15px;  
}
.popup__content-project {
    max-width: 900px !important;

}
/*---Модальное окно проектов домов---*/

/*----горизонтальное фиксированное меню---*/
.fix {display: none;}
.fixed {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fefefe;
    border-bottom: 1px solid #f2f2f2;
}
.fix__header{
    display: flex;
    align-items: center;
    height: 70px;
    justify-content: space-between;
}
.fix__header a {
    text-decoration: none;
}

.menu {
    display: flex;
    line-height: 60px;
    gap: 15px;
}
.menu a{
    color: #909090;
}
.nav-gamburger span {
    background-color: var(--accent);
    height: 4px;
    width: 30px;
    margin-bottom: 4px;
}
/*--Меню гамбургер--*/
.nav-gamburger {
    display: none;
    cursor: pointer;
}
.gamburger {
    width: 30px; 
    height: 30px; 
    display: flex; 
    flex-direction: column; 
    margin-left: 20px;
    border: 1px solid var(--accent);
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    justify-content: center; 

}
.mobile-header {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    right: 0;
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}
.mobile-menu {
    text-decoration: none;
    text-align: right;
    padding: 10px;
    z-index: 100;
}
.mobile-menu li {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
}
.mobile-menu a {
    color: #777;
}
.close-li {
    border: none !important;
}
.btn-header-menu {
    padding: 8px 20px;
    border: 1px solid var(--accent);
    color: #D05700;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
}
.btn-header-menu:hover {
    background-color: var(--accent);
    color: var(--accent-color);
}
.header-phone a{
    font-size: 18px;
    margin-top: 5px;
    color: #777;
}
