.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 - справа)*/
  }
}
.navbar-custom {
    background-color: white;
}
.menu-offcanvas > .btn i {
    color: #0066A9;
}
.description p {
    line-height: 18px;
    text-align: left;
    font-size: 15px;
    color: #0066A9;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.adres p {
    line-height: 18px;
    text-align: left;
    font-size: 11px;
    color: #0066A9;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.adres p span {
    font-size: 22px;
}
.phone-head a {
   line-height: 18px;
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-family: open-sans, sans-serif;
    font-weight: 700; 
}
.title-heading h2, .title-heading p, .title-heading ul li {
    color: #fff;
}
@media (min-width: 1200px) {
.h1, h1 {
    font-size: 3rem;
}
.title-heading .h2, .title-heading h2 {
    font-size: 1.5rem;
}

}
.title-heading .h3, .title-heading h3 {
    font-weight: bold;
    line-height: 24px;
    font-size: 18px;
    color: #ffffff;
}
.offer .h4, .offer h4 {
    font-size: 1rem;
    font-weight: 700;
}
.offer a {
text-decoration: none;
    outline: none;
    line-height: 18px;
    text-align: left;
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem;
}
.title-heading ul {
    font-size: 18px;
}
.bg-default{
    background-color: #0066A9;   
}
.advanced .team-concept .content .name {
    color: #fff;
}
.advanced .team-concept {
    padding: 25px;
}
.advanced .time-wrap .time-item {
    display: flex;
}
.section-title-badge {
    background-color: rgb(0 102 169 / 23%);
    padding: 10px 20px;
    color: #000000;
    border-radius: 4px;
    font-size: 21px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.price-item {
    display: flex;
}
.price-item .team-concept {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.owl-carousel .owl-item img {
    width: auto!important;
}
.owl-carousel .team-concept {
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between; 
}
.owl-carousel  .team-concept .content .name {
    font-weight: 100;
}
.owl-carousel .content h4 span {
    font-weight: 700;
}
.owl-carousel a {
    color: #ffffff;
}
.advanced-2 h4 span {
    display: block;
    font-weight: 900;
    font-size: 21px;
    color: #263089;
}
.row.garant {
    flex-direction: column;
}
.privacy a {
    color: #dd0c15;
    font-weight: 300;
    font-size: 18px;
}
.contacts p {
    font-size: 18px;
}
.container-fluid h4 a {
    line-height: 18px;
    text-align: left;
    font-size: 24px;
    color: #dd0c15;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    text-decoration: none;
    outline: none;
}
.container-fluid h4 {
font-weight: 700;
}
.bg-full {
    height: 144vh;
}
#msGallery, .ms2Gallery {
    margin: 45px 0;
}
.grid-galery {
    padding: 0 0 30px 0; 
}
.ms2Gallery .row {
    justify-content: center;
}
.price {
    font-size: 21px;
    font-weight: 700;
    margin: 5px 0;
}
.btn.btn-primary.price-calc {
    background-color: #dd0c15 !important;
    border-left: 2px solid #0066a9;
    border-color: #dd0c15 !important;
}
.footer-email.header input {
    background-color: white;
border-bottom: 3px solid #0066a9;
}
.footer-email.header .btn.btn-primary{
background-color: #dd0c15!important;
    border-color: #dd0c15 !important;
}
h1.small {
    font-size: 24px;
    margin-bottom:80px;
}
h2.medium {
        color: #ffffff;
    line-height: 24px;
    font-size: 18px;
}
h3.big {
        font-weight: 700;
    font-size: 41px;
    line-height: 38px;
}
.contact-form-wrapper h3, .contact-form-wrapper h4 {
    line-height: 1;
}
p.offer {
    background: #fff;
    color: #000;
    padding: 9px;
}
.flex-right {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.flex-right .footer-email {
    width: 50%;
        text-align: right;
    margin: 25px 0;
}
@media (max-width: 590px) {
.navbar-custom > .container.header-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.section-title-badge {
    font-size: 14px;
}
.footer-email.header .btn.btn-primary {
    position: relative;
}
}
@media (max-width: 767px) {
.offer .contact-form-wrapper {
    display: none;
}
}
@media (max-width: 990px) {
.offer .contact-form-wrapper {
    display: none;
}
    .advanced .time-wrap .time-item {
    display: block;
}
.flex-right .footer-email {
    width: 100%;
}

}
.flex-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.red {
        color: #dd0c15;
}