.button--360 {
    background: #21365a;
}


.button--360:hover {
    background: #bb863b;
}


.button--detail {
    background: #21365a;
}

.button--detail:hover {
    background: #bb863b;
}

.button--detail i {
    color: #bb863b;

}

.blog__info > a {

    color: #bb863b;
}


.header__logo img {
    height: auto;
    max-width: 275px;
}

@media (max-width: 600px) {
    .header__logo img {
        max-width: 170px;
    }
}

.button--contact i {
    color: #bb863b;
}
.button--360 i {
    color: #bb863b;
}

.header__menu-main > ul > li:hover > a {
	color: #bb863b;
}

.header__menu-main > ul > li > a i {
    color: #bb863b;
}

a:hover {
    color: #bb863b;
}

.sections {

    background: url(../images/sections-bg.png) top center no-repeat #21365b;
}

.footer {

    border-top: 15px solid #bb863b;

}

.footer__top {

    background: #21365b;
}

.footer__bottom {

    background: #192b4c;

}

.footer__menu > ul > li > a:hover {
    color: #bb863b;

}

.footer__contact > a:hover {
    color: #bb863b;
}

.footer__social li a:hover {
	border-color: #bb863b;
	color: #bb863b;

}

.header__menu-main > ul {

    gap: 50px;
}