.architector {
color:#fff;
}
.architector img {
width: 30px;
    border-radius: 100%;
}
.copyright-bar {
    background-color: #3D3D3D;
    color: #fff;
	position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
}
.copyright-bar  a {
    color: #ffffff;
}
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 95px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.flex {
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.flex-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.flex-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.flex-no-wrap {
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.navbar-lg .navbar-brand {
    padding: 0px 5px 0 0;
}
.navbar-login {
    margin-left: 0px;
    margin-top: 0px;
}
.navbar-header {
margin: 14px auto;
}
.bold {
    font-weight: bold;
}
.page-scroll {
    color: rgb(255 255 255 / 90%)!important;
	}
.navbar-description {
font-size: 12px;
}
a.phone {
color: #fff!important;
padding: 0!important;
margin-top: 21px;
}
a.phone:hover {
color: #ff6e00!important;
}
.intro15 {
    background: url(../images/bg/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 180px 0 50px 0;
}
.navbar-inverse {
    color: #fff;
    background-color: #0F1015!important;
    opacity: 0.9;
	border-bottom: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-toggle {
    border: solid!important;
	border-color: #fff!important;
	padding: 9px 10px!important;
	z-index: 999;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
.navbar-collapse {
    background: #040404;
	}}

	.list {
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 5px auto;
    border-top: 2px solid #fff;
	}
	@media (max-width : 800px) {  
	.list {
    display: flex;
    flex-direction: column;
    border-top: none;
}}
@media only screen and (min-width: 768px) and (max-width: 992px) {
.navbar-lg .navbar-nav > li > a {
    font-size: 12px;
}}
@media (min-width : 755px) { 
.d-md-phone {
display: none;
}}
.d-md-phone a {
font-size: 21px;
}

.navbar-toggle-flex {
display: none;
}
@media (max-width : 755px) { 
.navbar-toggle-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin: 18px 0;
}}
.intro15 h3 {
    color: #ffffff;
    font-family: inherit;
	margin: 0px 0px 8px;
    font-size: 38px;
    line-height: 50px;
	}
	.intro15 p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
	}
	h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
	}

	.services-content h2 {
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-align: center!important;
	}
	.services-content {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	}
	.about-inline {
    padding: 25px 0;
}
	.about-inline h3 span {
    background: #ff6e00;
	}
	.about-inline p {
    color: #000;
	max-width: 100%;
	}
	.info-wrap h4 {
margin: 5px auto;
	}
	.price-new {
    font-size: 14px;
}
.price-wrap {
margin: 0px auto;
}
p {
    color: #000;
	}
	.bg-pattern, .agent-box {
    background-image: url(../images/bg/bg3.png);
    background-repeat: repeat;
	}
	.navbar-lg .navbar-nav > li > a {
    padding: 25px 12px 25px;
	}
	.agent-dark {
    background-image: url(../images/bg/bg3.jpg);
    background-repeat: round;
}
.white {
color: #fff!important;
}
.agent-dark .agent-box h4, .agent-dark .agent-box small {
    color: #000;
}
.f-s-21 {
    font-size: 21px;
}
.product .price-wrap {
    padding: 5px 0;
}
.product ul, ol, li {
    color: #000;
    list-style: circle;
    margin: 0 0 0 9px;
}
.about-price p {
    color: #000000;
    text-align: left!important;
    font-weight: 600;
    line-height: 21px;
}
.num {
    border: 2px solid #ff6e00;
    color: #ff6e00;
    border-radius: 50%;
    padding: 14px;
    width: auto;
    line-height: 10px;
    margin: 0 14px 0 0;
    font-size: 21px;
}
.about-price {
padding: 25px 0 25px 0;
    background: #ffffffc7;
	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
@media (max-width : 755px) { 
.about-price {
	    display: block;
}
}
.service3 {
    padding: 50px 0 30px;
}
.item-about {
margin: 14px 0;
}
.icon-box-square .text-center {
    min-height: 150px;
}
.bg-light {
    background-color: #f2f2f2;
    background-image: url(../images/bg/bg3.jpg);
	background-repeat: round;
}
	.slick-initialized .slick-slide {
    padding: 14px;
	}
	.quote3 p {
    padding: 1px 10px 1px;
    text-align: left;
	}
	.author {
color: #000;
    font-weight: 700;
    float: right;
	text-align: right;
	}
	.quote3 .slick-dots li {
    list-style: none;
}
.quote3 div img {
    max-width: 100%;
    border-radius: 70px;
    background: #fff;
    padding: 0;
    margin: 10px auto 10px;
}
.grid-galery img {
margin-bottom: 14px;
}
.grid-galery h4 {
color: #ffffff;
    font-weight: 400;
    margin: 14px auto;
	}
.footer-copy p {
    font-size: 11px;
    line-height: 13px;
    text-align: justify;
	}
	.clients2 li {
    list-style: none;
}
.clients2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.c-info {
    background: #fff;
    margin: 0 0 14px 0;
}
.what-wrap {
    border: 4px solid #ff6e00;
    padding: 8px;
    text-align: center;
    background: #fff;
	border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
}
.c-info {
height: 180px;
}
.icon-box-square .text-center p {
    color: #000;
}
.about-price.flex p {
    color: #000000;
    text-align: left!important;
    font-weight: 600;
    line-height: 21px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.intro15.p-25 {
    padding: 25px 0 0 0;
}
.p-25-25 {
    padding: 25px 0 25px 0;
}
.phone-big {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}
.phone-big a {
    color: #ff6e00;
}
.copyright {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.black p {
color: #000;
font-size: 18px;
}
.btn.btn-dark {
    background-color: #ff6e00;
    border: 3px solid #262626;
}