.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 - справа)*/
  }
}
.contact-list {
float: right;
    text-align: right;
	    list-style-type: none;
}
.w3l-footer-66 .mid-footer-gd {
    grid-template-columns: 1fr 3fr;
}
.w3l-header-nav .navbar-nav .nav-link {
    text-transform: uppercase;
	}


nav.navbar .dropdown:hover > .dropdown-menu {
 display: block; 
}
.consulatation-buttons a.btn.sub-btn {
    min-width: 110px;
    float: right;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s ease;
    width: auto;
    margin-top: 15px;
    text-transform: uppercase;
    background: #23374d;
    border: 1px solid #23374d;
    color: #fff;
}
.w3l-footer-66 .sub-two-right ul li span {
    margin-right: 0px;;
}
.navbar-brand img {
width: 120px;
}
.adres {
display: flex;
    align-items: center;
    justify-content: center;
}
.adres p {
    color: #000;
}
.adres-1 {
    list-style: none;
}
.contact-list li {
    margin: 0 5px;
}
a.btn.sub-btn.head {
background: #ff567d;
    border: 1px solid #ff567d;
}
.w3l-header-nav form.search-box {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.servise {
display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
	    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.servise h3 {
font-weight: 500;
    font-size: calc(1rem + 0.6vw);
}
.modal-footer .sub-btn, .btn_one_click {
    background: #ff567d;
    border: 1px solid #ff567d;
    min-width: 110px;
    text-decoration: none;
    -webkit-appearance: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.3s ease;
    width: auto;
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
}
h3 {
    font-size: 26px;
    line-height: 26px;
    margin: 8px auto;
    color: #101923;
    font-weight: 700;
}
ul {
    margin: 14px auto;
}
h3.hny-title, h3.hny-title.two {
    text-transform: none;
}
.list-social {
display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.list-social a, .adres li a {
    margin: 0 8px 0 0!important;
}
.buttons {
display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.buttons ul {
    margin: 0;
}
.fon {
-background-image: url('/assets/images/fon.jpg');
background-color: #ff567d33;
background-repeat: inherit;
    background-size: 764px;
}
.price {
color: #ff567d!important;
    font-size: 26px;
    margin: 14px 0;
}
.title a {
    color: #000000;
}
.ser-bg1 .fa {
    color: #fff;
}
.w-30 {
        max-width: 30%;
}
@media (max-width : 800px) {  
.w-30 {
        max-width: 100%;
}}
.owl-prev i, .owl-next i {
    color: white;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}
.owl-prev, .owl-next {
    background: #ff567d!important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.owl-carousel .owl-nav button.owl-next:visited, .owl-carousel .owl-nav button.owl-prev:visited, .owl-carousel button.owl-dot:visited  {
    border: none!important;
}
.owl-prev i:active, .owl-next i:active {
    border: none!important;
}
.header_fixed {
  position: fixed;
    width: 100%;
    background: #fff;
        z-index: 2;
            padding: 0;
                box-shadow: 10px 41px 41px -20px #80808012;
                    top: 0;
}
.list-product {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        // grid-auto-rows: minmax(100px, auto);
      }
.list-product li {
    list-style: none;
    padding: 5px;
    background: #ff567d;
    border-radius: 25px;
    text-align: center;
}
.list-product li:hover {
    background: #ff567dd4;
    border: 1px solid #ff567d;
}
.list-product li a {
    color: #fff;
}
#vk_community_messages {
        right: 42px!important;
    bottom: 42px!important;
}
ol {
    padding-inline-start: 0;
}
ol li, ul li {
        color: #777;
}
.m-0-auto {
        margin: 0 auto;
}