/*** HEADER ***/
.logo-text {
    position: absolute;
    color: #fff;
    font-family: 'dincondensedcregular';
    left: 240px;
    top: 10px;
}
.page-wrapper-technology #header-full .phone button {
    background: #2BB0D3;
}

/****BLOCK-1 AND COMMON***/
.page-wrapper-technology .technology-block--main .main-text {
    max-width: 100%;
}
.konsult {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 40%;
}
.modal-dialog .form-actions input, .technology-block--form form .button{
  background: #2BB0D3;
  border-bottom: 3px solid #467997;  
}
.modal-header .close {
  background: #2BB0D3;      
}
.btn-kwrk {
  display: inline-block !important;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff !important;
  line-height: 1.1;
  background: #2BB0D3;
  font-size: 2.375rem;
  position: relative;
  text-transform: none !important;
}
.konsult .btn-kwrk {
    /* width: 70%; */
    background: #2BB0D3;

}
@keyframes move-light {
    from {
        transform: translateX(0em) skewX(-45deg);
    }
    to {
        transform: translateX(8.8em) skewX(-45deg);
    }
}
@keyframes move-light-special {
    from {
        transform: translateX(-0.5em) skewX(-45deg);
    }
    to {
        transform: translateX(8em) skewX(-45deg);
    }
}
@keyframes move-light-long {
    from {
        transform: translateX(0em) skewX(-45deg);
    }
    to {
        transform: translateX(13em) skewX(-45deg);
    }
}
.btn-kwrk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1em;
    width: 1em;
    height: 1.7em;
    background-color: rgba(255, 255, 255, 0.15);
    transform: skewX(-45deg);
    /*transition: 0.5s;*/
    animation-name: move-light;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.technology-block--special-conditions .btn-kwrk::before {
    height: 54px;
    animation-name: move-light-special;
}
.technology-block--blocks .btn-kwrk::before {
    animation-name: move-light-long;
}
.social-link {
    display: flex;
    gap: 1em;
}
.social-link img {
    width: 60px !important;
}
.social-link img:nth-child(2) {
    width: 50px !important;
}
.page-wrapper-technology #main h2 {
    max-width: 100%;
    text-align: center;
}
/**** BLOCK-BETWEEN ***/
.technology-block-betewwn {
    margin-bottom: 70px;
}
.between--inner {
    display: flex;
    gap: 5em;
}
.between--inner > div:first-child {
    width: 35%;
}
.between--inner > div:last-child {
    width: 55%;
}


/****BLOCK-2****/
.page-wrapper-technology .technology-block--projects .projects-title {
    padding-top: 0;
}
.page-wrapper-technology #main .big-title {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.big-title a.btn-kwrk {
    color:#fff;
    /* font-size: 0.5em; */
    text-transform: none;
    /* background: #889C48;
    border: 1px solid #b9bbb7; */
    margin: 1em 0 0;
    text-align: center;
}

/*** BLOCK-3 ***/
.technology-block--projects .container-custom {
    flex-direction: column;
}
.page-wrapper-technology .technology-block--projects .gallery-block {
    max-width: 100%;
}
.page-wrapper-technology .technology-block--projects .gallery-block .field__item:first-child {
    width: 100%;
}
.page-wrapper-technology .technology-block--projects .gallery-block-content div {
    justify-content: center;
}
.page-wrapper-technology .technology-block--projects .projects-title {
    flex: none;
    max-width: 100%;
    margin-top: 50px;
}
.technology-block--projects .btn-kwrk {
    margin-bottom: 80px;
}
.page-wrapper-technology .technology-block--projects .projects-title #pills-tab {
    justify-content: center;
}
.technology-block--description .btn-kwrk h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
}
.technology-block--description p {
    padding: 15px;
}
.page-wrapper-technology .technology-block--description .description-content {
    justify-content: center;
}

/**** BLOCK-4 ****/
.page-wrapper-technology .technology-block--blocks .paragraph--type--slider-finished-house {
    padding: 0;
}
.technology-block--blocks  .field--name-field-image:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.technology-block--blocks  .field--name-field-image.flickity-enabled .field__item {
    min-width: calc(33.33% - 20px);
    margin-right: 30px;
}

.technology-block--blocks a.btn-kwrk {
    color:#fff;
    text-transform: none;
    /* background: #889C48;
    border: 1px solid #b9bbb7; */
    margin: 1em 0 0;
    text-align: center;
    width: auto;
}
.technology-block--blocks a.btn-kwrk h2 {
    margin-bottom: 0px;
    text-transform: none;
    text-decoration: none;
}

/**** BLOCK-5 ****/
.questions-yes {
    /* display: flex; */
    /* gap: 2em;
    justify-content: center;
    align-items: baseline; */
    margin: 1em 0;
    text-align: center;
}
.questions-yes a {
    /*font-size: 26px;*/
    font-family: 'dincondensedcregular';
    font-weight: normal;
}
#reviews_map {
    margin-top: 5rem;
}

/**** BLOCK-5 ****/
a[name="block-5"] {
    display: block;
    margin-bottom: 7rem;
}


/**** BLOCK-6 ****/
.result-1 a.btn-kwrk {
    width: auto;
    text-transform: none;
    font-size: 26px;
    font-family: 'dincondensedcregular';
    font-weight: normal;
    color: #fff;
    /* background: #889C48;
    border: 1px solid #b9bbb7; */
}

/**** BLOCK-7 ****/
.advantages2 {
    margin: 7.5rem 0 0 0;
}
.advantages2--title h2 {
    padding-top: 0.8em;
    color: #91a354;
}
.advantages2--items {
    display: flex;
    gap: 5em;
    justify-content: space-between;
}
.advantages2--item {
    width: 33%;
}
.advantages2 a.btn-kwrk {
    font-size: 26px;
    font-family: 'dincondensedcregular';
    font-weight: normal;
}
.advantages2--button {
    text-align: center;
    margin-top: 4em;
}

/**** BLOCK-8 ****/
.technology-block--special-conditions a.btn-kwrk {
    text-transform: none;
    text-decoration: none;
}

/**** BLOCK-9 ****/
.technology-block--form form .button {
    max-width: 100%;
}

/**** BLOCK-10 ****/
.adress-block--items {
    display: flex;
    gap: 5em;
}
.adress-block--items span {
    font-weight: bold;
}
.adress-block--items div.adress-block--item:last-child > div {
    margin-bottom: 1em;
}

/**** FOOTER ****/
.footer a {
    font-size: 14px;
}
.footer .social-link img {
        width: 30px !important;
    }

@media (max-width: 991px) {
    .btn-kwrk {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .btn-kwrk {
        font-size: 26px;
    }
    .konsult {
        width: 100%;
    }
    .page-wrapper-technology #main h2 {
        font-size: 26px;
    }
    .between--inner {
        flex-direction: column;
    }
    .between--inner > div:first-child, .between--inner > div:last-child, .page-wrapper-technology .technology-block--description .description-left p {
        width: 100%;
    }
    .page-wrapper-technology .technology-block--description .description-right:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    .description-architect {
        flex-direction: row;
        gap: 1em;
    }
    .page-wrapper-technology .node--type-technology.node--view-mode-full img {
        width: auto;
    }
    .page-wrapper-technology .technology-block--description .description-architect-text {
        flex: 0 0 45%;
    }
    .advantages2--items {
        flex-direction: column;
        gap: 2em;
    }
    .advantages2--item {
        width: 100%;
    }
    .advantages2--title.big-title {
        text-align: center;
    }
    .adress-block--items {
        flex-direction: column;
    }
    .technology-block--blocks {
        margin-top: 5rem;
    }
    .technology-block--blocks  .field--name-field-image > .field__item {
        width: 50%;
    }
    .technology-block--blocks a.btn-kwrk {
        padding: 10px 7px;
    }
    .technology-block--special-conditions .btn-kwrk::before {
        height: 48px;
    }
    /***Footer***/

    .footer .social-link img {
        width: 30px !important;
    }
    
}

/**** CONTACT BLOCK 3 ****/


.contactblock-3--form {
    background: url(/themes/adaptive/images/greenbg.png);
    padding: 1em;
}

.contactblock-3--form .big-title {
    font-size: 18pt;
    text-align: center;
    color: white;
    font-family: 'dincondensedcregular';
}

.contactblock-3--form form {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: nowrap;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contactblock-3--form label {
    margin-bottom: 0px;
    display: none;
}

.contactblock-3--form div.field--name-field-form-name,
.contactblock-3--form div.field--name-field-form-phone {
    margin-right: 1em;
}

.contactblock-3--form form .form-control::placeholder {
    color: #6c4225 !important;
    opacity: 1; 
}

/* для мобилок */
@media only screen and (max-device-width: 480px) {
    .contactblock-3--form {
        padding: 1em;
    }

    .contactblock-3--form form {
        display: block;
        border: 0px solid red;
        max-width: 100%;
    }

    .contactblock-3--form div.field--name-field-form-name,
    .contactblock-3--form div.field--name-field-form-phone {
        margin-right: 0em;
    }

    .contactblock-3--form .form-actions {
        text-align: center;
    }
}

/* project block on landings v2 */

.page-wrapper-technology .technology-block--description {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.field--name-field-odnoetazhnye-doma > .field__item,
.field--name-field-dvukhetazhnye-doma > .field__item,
.field--name-field-doma-s-mansardoy > .field__item,
.field--name-field-bani > .field__item {
    width: 32%;
    display: inline-block;
}

@media (min-width: 992px){
    .page-wrapper-technology .technology-block--projects #pills-tabContent {
        margin-top: 1.5rem;
    }
}

.field--name-field-opisanie-proekta {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-device-width: 480px) { 
    .field--name-field-odnoetazhnye-doma > .field__item,
    .field--name-field-dvukhetazhnye-doma > .field__item,
    .field--name-field-doma-s-mansardoy > .field__item,
    .field--name-field-bani > .field__item {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}

.carousel-cell { width: 100%; } 
.flickity-slider img { max-width: none; }
.field--name-field-galereya-proekta .flickity-slider .field__item {
    width: 100%;
}

.field--name-field-galereya-proekta .flickity-slider img {
    max-width: 100% !important;
}



.btn-project-download {
    background-color:  white;
    color: #0275d8;
}

.btn-project-download:active,
.btn-project-download:focus,
.btn-project-download:hover {
    background-color: #fcfeff !important;
    color: #0275d8 !important;
}

.widget-project-title {
    color: #5e7c41;
    text-transform: uppercase;
    font-family: 'pf_din_text_comp_promedium';
    font-size: 23px;
}

.widget-project-rooms .pr-label {
    font-weight: normal;
}

.widget-project-area,
.widget-project-dimen,
.widget-project-rooms {
    color: #795237;
}

.pr-label {
    color: black;
}

/* map on front page  */

body.front div#block-kartaoektov {
    margin-top: 2rem;
}

body.front div#reviews_map {
    margin-top: 1rem;
}