.header .main-menu .items .item .link {
	font-weight: 700;
}

.header .items .btn, footer .links .btn {
    font-weight: 700;
}
.popup .box .close {
    opacity: .8;
}

.header {
    top: -55px;
}

header {
    padding-top: 69px;
}

.btn.callback-popup-btn.transparent {
	border: 2px solid #0661af;
}

.btn.color {
    background-color: #0661af;
    border-color: #0661af;
}

input[type="checkbox"]:not(.adm-designed-checkbox):checked+label:before {
    border-color: #0661af;
    background-color: #0661af;
}

.btn.color:hover {
    box-shadow: 0 6px 20px 0 #0661af;
}

.catalog .tabs .tab.active {
    background-color: #0661af;
    border-color: #0661af;
    box-shadow: 0 6px 20px 0 #0661af;
}

.btn {
    border: 1px solid #0661af;
    color: #0661af;
}

.btn:hover {
    background-color: #0661af;
    border-color: #0661af;
    box-shadow: 0 6px 20px 0 #0661af;
}

.popup .box.product .price-and-btn .btn {
    background: #0661af;
}

@media (max-width: 639px) {
	.top-slider .item .content {
    	text-align: center;
	}
}

.header {
    top: -80px;
    background-color: #fff;
    padding: 20px 0px 0px 0px;
}

body.dark .top-slider .item .content .text .title, body.dark .top-slider .item .content .text .description {
    color: #fff;
}

