.portfolio-sl .slick-arrow {
    opacity: 1 !important;
}
.capiWrapper .capiContainerIcon {
    z-index: 21 !important;
}
#order-stoimost{
z-index:  999999999999999 !important;

}
.review-text {
    width: 100%;
}

.spresent-wrapper.spresent-wrapper--top {
    padding-bottom: 1px !important;
}
.spresent-wrapper.spresent-wrapper--bottom {
    padding-top: 1px !important;
}

body {
    position: relative;
}
.header {
    position: absolute;
}

.portfolio-wrapper.portfolio-wrapper--proektirovanie .portfolio-name:hover {
    color: #0D2839;
}
.portfolio-wrapper.portfolio-wrapper--proektirovanie .portfolio-name:focus {
    color: #0D2839;
}
.portfolio-wrapper.portfolio-wrapper--proektirovanie .portfolio-name:active {
    color: #0D2839;
}


.portfolio-sl .slick-arrow.slick-prev {
    background-image: url(../images/ic/white-prev-np.svg);
    background-color: #fff;
    transition: 0.3s ease;
}
.portfolio-sl .slick-arrow.slick-prev:hover {
    background-image: url(../images/ic/white-prev-np-hover.svg);
    background-color: #fff;
    transition: 0.3s ease;
}
.portfolio-sl .slick-arrow.slick-next {
    background-image: url(../images/ic/white-next-np.svg);
    background-color: #fff;
    transition: 0.3s ease;
}
.portfolio-sl .slick-arrow.slick-next:hover {
    background-image: url(../images/ic/white-next-np-hover.svg);
    background-color: #fff;
    transition: 0.3s ease;
}

.servise-welcome-link-block {
    margin-bottom: 30px;
}
.servise-welcome-link {
    background: #F9F9F9;
    display: block;
    max-width: 170px;
    height: 170px;
    padding: 29px 15px;
    font-weight: 500;
    line-height: 26px;
    font-size: 18px;
    color: #0D2839;
    position: relative;
}

.servise-welcome-link:hover {
    color: inherit;
    text-decoration: none;
}

.servise-welcome-link:before {
    content: '';
    display: block;
    background: #0EBAB9;
    width: 39px;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 14px;
    z-index: 1;
}
.servise-welcome-link-arrow {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    right: 15px;
    height: 50px;
    width: 50px;
    background: #0EBAB9;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.servise-welcome-link-arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 30px;
    height: 10px;
}

.servise-welcome-link:hover .servise-welcome-link-arrow {
	background-color: #0D2839;
}


a.h2 {
    display: inline-block;
}

.sl-welcome-socio-facebook::before {
    background-image: url(../images/ic/icon-facebook-green.svg);
}
.sl-welcome-socio-facebook::after {
    background-image: url(../images/ic/icon-facebook.svg);
}
.contacts-socio-facebook::before {
    background-image: url(../images/ic/icon-facebook-green.svg);
}
.contacts-socio-facebook::after {
    background-image: url(../images/ic/icon-facebook-dark.svg);
}
.footer-socio-facebook::before {
    background-image: url(../images/ic/icon-facebook-green.svg);
}
.footer-socio-facebook::after {
    background-image: url(../images/ic/icon-facebook.svg);
}

.portfolio-wrapper.portfolio-wrapper--proektirovanie.empty-info .servise-welcome {
    margin-bottom: 0;
}

.spresent-text p {
    margin-top: 0;
    margin-bottom: 20px;
}
.spresent-text ul {
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
    padding-left: 18px;
}

@media (min-width: 1200px) {
  .portfolio-wrapper.portfolio-wrapper--proektirovanie.empty-info {
      padding-bottom: 120px;
  }
}

@media (max-width: 1200px) {
	.servise-welcome-link-block {
		margin: 30px 0;
	}

	.servise-welcome-link {
		max-width: 290px;
		height: 80px;
		line-height: 23px;
		font-size: 16px;
		padding: 23px 17px;
	}

	.servise-welcome-link-caption {
		max-width: 178px;
		display: inline-block;
	}

	.servise-welcome-link:before {
		top: 15px;
		left: 15px;
	}

	.servise-welcome-link-arrow {
		bottom: 15px;
		width: 35px;
		height: 35px;
	}

	.servise-welcome-link-arrow svg {
		width: 21px;
		height: 7px;
	}
}

@media (max-width: 991px) {
  .sinterier-sl-point {
      display: none;
  }
}

@media (max-width: 767px) {
  .list-staff-img {
      height: 240px;
  }

}


@media (max-width: 575.98px) {
  .list-staff-img {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    margin-bottom: 10px;
  }
  .list-staff-name {
      font-size: 18px;
  }
  .list-staff {
      margin-bottom: 21px;
  }
  .sl-team {
      margin-bottom: 26px;
  }
  .global-menu {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    -o-transition: -o-transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out, -moz-transform 0.8s ease-in-out, -o-transform 0.8s ease-in-out;
  }
  .spresent-wrapper.spresent-wrapper--bottom {
      padding: 0 !important;
      width: 0 !important;
      height: 0 !important;
      overflow: hidden !important;
      display: none !important;
  }
}
/*
.portfolio-sl .slick-arrow.slick-prev {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    display: none !important;
}
.portfolio-sl .slick-arrow.slick-next {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    display: none !important;
}
*/
.bord {
    background: white;
    color: black;
    text-align: center;
    padding: 15px 20px;
    border: 1px solid #0EBAB9;
    
}
.bord.mar {
    margin: 1rem 0 1rem 0;
}
.bord:hover {
    background: #0EBAB9;
    color: white;
}
.no-fix{
    display: none;
}
@media only screen and (max-width: 767px) {
    .stickytop {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
     }
 }
 
 .background{
        background: #0EBAB9;
        color: white;
    }
    .background:hover{
        background: #0E8584;
        color: white;
    }
    .modal-content_custom{
        background:#F4F4F4;
        z-index: 9947483647 !important;
    }
    
    .wrapper-modal-img{
        width: 436px;
        height: 373px;
        background-color: rebeccapurple;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .innp{
        height: 3rem;
        padding: 15px;
        margin: 1rem 0 0;
    }
    .border-none{
        border: none;
    }
   @media only screen and (max-width: 767px){
        .d-non {
            display: none;
        }
    }
  
  @media only screen and (min-width: 1200px)
    .modal-xli {
        max-width: 1140px !important;
    }
    
    .mar-b{
        margin-bottom: 15px !important;
    }
     .mar-bot{
        margin-bottom: 70px !important;
    }
     .mar-bott{
        margin-bottom: 35px !important;
    }
    .z-ind{
    z-index: 5147583849 !important;
    }
    .contacts-socio-vk::before {
    background-image: url(../images/ic/vk-green.svg);
    }
    .contacts-socio-vk::after {
    background-image: url(../images/ic/vk-dark.svg);
    }
    .contacts-socio-pinterest::before {
        background-image: url(../images/ic/pinterest-green.svg);
    }
    .contacts-socio-pinterest::after {
    background-image: url(../images/ic/pinterest-dark.svg);
    }
     .contacts-socio-behance::before {
        background-image: url(../images/ic/behance-network-green.svg);
    }
    .contacts-socio-behance::after {
    background-image: url(../images/ic/behance-network-dark.svg);
    }
    
    .sl-welcome-socio-vk::before {
    background-image: url(../images/ic/vk-green.svg);
    }
    .sl-welcome-socio-vk::after {
    background-image: url(../images/ic/vk-white.svg);
    }
    .sl-welcome-socio-pinterest::before {
    background-image: url(../images/ic/pinterest-green.svg);
    }
    .sl-welcome-socio-pinterest::after {
    background-image: url(../images/ic/pinterest-white.svg);
    }
    .sl-welcome-socio-behance::before {
    background-image: url(../images/ic/behance-network-green.svg);
    }
    .sl-welcome-socio-behance::after {
    background-image: url(../images/ic/behance-network-white.svg);
    }
    .sl-welcome-socio-houzz::after {
    background-image: url(/netcat_template/template/bricktobrick_v2/assets/images/ic/houzz-whita.svg);
    }
     .sl-welcome-socio-houzz::before {
    background-image: url(/netcat_template/template/bricktobrick_v2/assets/images/ic/houzz-green.svg);
    }
    
    @media only screen and (max-width: 500px) {
    .sl-welcome-socio > div {
        padding: 15px;
    }
    .sl-welcome-socio {
        flex-wrap: wrap;
    }
}
   
#button-up .header-mnav-whatsapp {
    display: block;
    margin: 20px auto 10px auto;
}

.header-mnav-whatsapp {
    background-size: cover;
    background-repeat: no-repeat;
}

.new-city__top_btn {
    display: inline-block;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #F9F9F9;
    font-weight: 500;
    border-bottom: 1px dashed #0EBAB9;
    padding-right: 0;
    padding-bottom: 1px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.new-city.new-city--dark .new-city__top_btn {
    color: #000;
    border-bottom-color: #0EBAB9;
}
@media only screen and (min-width: 1200px){
  .wh{
      color: #fff !important;
  }
}

@media only screen and (max-width: 500px){
  .new-city__top_btn {
      font-size: 14px;
  }
}
















.bot_btn{
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-gap: 20px;
  align-items: center;
}
@media only screen and  (min-width:1200px){
  .bot_btn{
    width:300px;
  }
  .listDownBtn{
      font-size:18px;
  }
}
  .bot_btn-img{
    width: 30px;
}
    .bot_btn-img img{
      max-width: 100%;
    }
.listDownBtn li{
    font-family: 'Alegreya Sans';
    margin-bottom: 10px;
    font-weight: 300;
}

.listDownBtn{
margin-bottom:0;
}









.house-row{
    display: grid;
    grid-gap: 15px;
}



.house-group{
  display: grid;
  width: 100%;
}
.house-inp{
    height: 42px;
    width: 100%;
    border: 1px solid #ced4da;
}

.gratitude .modal-header {
    border-bottom: none;
}

.gratitude .closes {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.gratitude .modal-body {
    padding: 20px;
}
.gratitude .rus_img{
    display: none;
}
.gratitude .message-bodyw h2,
.gratitude .fav_modal-bodyw h2{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 36px;
}
.gratitude .message-bodyw p,
.gratitude .fav_modal-bodyw p{
    font-weight: 300;
    font-size: 18px;

}
.gratitude .rus{
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
}
.gratitude .post{
    font-weight: 300;
    font-size: 16px;
}
@media (min-width: 767px) {
    .gratitude .modal-body {
        padding: 40px;
    }

    .gratitude .modal-dialog {
        max-width: 620px;
    }
}

@media (min-width: 1200px) {
    .gratitude .rus{
        font-size: 24px;
        margin-top: 70px;
    }
    .gratitude .message-bodyw p,
    .gratitude .fav_modal-bodyw p{
        font-size: 19px;
    }
    .gratitude .message-bodyw h2,
    .gratitude .fav_modal-bodyw h2{
        margin-bottom: 70px;
        font-size: 48px;
    }
    .gratitude .rus_img{
        display: block;
    }
    .gratitude .modal-body {
        padding: 60px;
    }
    .gratitude .modal-dialog {
        max-width: 1050px;
    }
    .gratitude .modal-body{
        display: flex;
        justify-content: space-between;
    }
    .gratitude .message-bodyw,
    .gratitude .fav_modal-bodyw{
        width: 58%;
        line-height: 1.2;
    }
    .gratitude .rus_img{
        width: 468px;
        position: absolute;
        right: -48px;
        top: -20px;
    }
    .rus_img img{
        width: 100%;
    }
}
@media (min-width: 1366px) {
    .gratitude .message-bodyw,
    .gratitude .fav_modal-bodyw{
        width: 60%;
    }

    .gratitude .modal-dialog {
        max-width: 1150px;
    }
    .gratitude .rus_img{
        width: 473px;
        position: absolute;
        right: -50px;
        top: -20px;
    }
    .gratitude .message-bodyw p,
    .gratitude .fav_modal-bodyw p{
        font-size: 21px;
    }
}



.modal-header {
    position: absolute;
    top: 0px;
    right: 0px;
    }
    
    .wrapper-modal-img {
    width: 436px;
    height: 373px;
    background-color: #F4F4F4;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}