:root {
  --modal-bg-color: #ffffff;
}
@font-face {
	font-family: 'Montserrat';
	src: url(/fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: 'Montserrat bold';
	src: url(/fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: 'Montserrat SemiBold';
	src: url(/fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: 'Montserrat ExtraBold';
	src: url(/fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
	font-family: 'Montserrat Medium';
	src: url(/fonts/Montserrat-Medium.ttf);
}
.icons {
    display: none;
}
.medium {
    font-family: 'Montserrat Medium';
}
.bold {
    font-family: 'Montserrat bold';
}
.semibold {
    font-family: 'Montserrat SemiBold';
}
body {
    font-family: 'Montserrat';
}
.mbg {
    background: #1B4A96;
}
h1, h2 {
    
}
header {
    background: #1B4A96;
}
.logo {
	display: block;
	width: 250px;
	height: 44px;
	background: url(/img/logo.svg) center center no-repeat;
	background-size: contain;
	position: relative;
	font-size: 15px;
  	letter-spacing: 1px;
}
.logo span {
	position: absolute;
	left: 94px;
  	top: 34px;
	white-space: nowrap;
}
.main-menu li a {
    color: #fff;
    padding: 5px 0;
    margin: 0 15px;
}
.breadcrumb a:hover,
.menu-footer a:hover,
a.callme:hover,
.main-menu li a:focus,
.main-menu li a:active,
.main-menu li a:hover {
    color: #ea2b2b;
}
a.callme:hover {
    border-color: #ea2b2b;
}
.main-menu li.active a {
    border-bottom: 1px solid #fff;
}
.dropend .dropdown-toggle:after {
    display: none;
}
.menu-catalog a {
    text-decoration: none;
}
.ico-plus {
    border: 10px solid #BBC9E0;
    width: 80px;
    height: 80px;
}
.sliderbox {
    overflow: hidden;
    scrollbar-width: none;
}
.sliderbox-item.col-2 {
    min-width: 250px;
}
.sliderbox-item.col-4 > div {
    min-width: 226px;
}

.red-color {
    color: #DB4444;
}
.flag-item {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hit {
    background: #DB4444;
    color: #fff;
}
.room {
    background: #E0E0E0;
    font-size: 12px;
    top: 55px;
    line-height: 12px;   
}
.arrows {
    background: #f5f5f5;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.top-sell {
    background: #1B4A96;
}
.timer-item > div > span {
    display: block;
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    text-align: center;
    padding: 15px 0;
}
.timer-item div span.fw-bold {
    display: block;
    font-size: 16px;
}
.text-danger {
    color: #DB4444;
}
.bg-danger,
.btn-danger {
    background: #DB4444;
}
.discount-top {
    position: absolute;
    left: -50px;
    top: 50px;
    width: 125px;
    height: 125px;
}
.top-sell-img {
    background: radial-gradient(rgba(255,255,255,0.5) 0, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.category-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
}
.category-info a {
	line-height: 23px;
}
footer {
    
}
.border-footer {
    border-bottom: 1px solid #4472BE;
}
.menu-footer a {
    color: #fff;
}
.payment {
    width: 163px;
    height: 36px;
    background: url(/img/payment.png) center center no-repeat;
}
.menu-footer-p a {
    padding-left: 0;
}
a.callme {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb li.active {
    color: #909090;
}
.item-cat {
    transition: box-shadow ease 0.2s;
    border-radius: 5px;
}
.item-cat:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.hidden-info {
    position: absolute;
    visibility: hidden;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%; 
    box-shadow: 0 15px 15px rgba(0,0,0,0.2);
    background: #fff;
    padding: 1rem;
    margin-top: -1.4rem;
    transition: all ease 0.2s;
    opacity: 0;
    border-radius: 0 0 5px 5px;
}
.item-cat:hover .hidden-info {
    visibility: visible;
    opacity: 1;
}
.hidden-info .colors::after {
    content: attr(title);
    white-space: nowrap;
    width: calc(100% - 40px);
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-left: 4px;
    vertical-align: middle;
}
.color-item {
    display: inline-block;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
}
.color-item.active {
    width: 22px;
    height: 22px;
    border: 3px solid #fff;
    outline: 2px solid #000;
}
button.mbg:hover {
    opacity: 0.9;
    background: #1B4A96;
}
.hvr__images {
    position: relative;
}
.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}
.hvr__sector {
    flex-grow: 1;
}
.images {
    display: flex;
    overflow: hidden;
}
.image {
    display: block;
}
.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hvr__dot {
    width: 5px;
    height: 5px;
    margin: 10px 2px 0;
    border-radius: 50%;
    background: #d6dbe0;
}
.hvr__dot--active {
    background: #000;
}
.thumb-card {
    width: 100%;
}
.photo-card,
.photo-main {
    background: linear-gradient(130deg, rgba(250,250,250,1) 0%, rgba(236,236,236,1) 100%);
}
.availability {
    color: #15d439;
}
.modal-content {
    background-color: var(--modal-bg-color);
}
.modal-title {
    color: #000000;
}
.modal-body label {
    color: #aaaaaa;
}
input.count-item {
   appearance: textfield;
   -moz-appearance: textfield;
   -webkit-appearance: textfield;
   -ms-appearance: textfield;
}
.btn-add-to-cart.in-cart {
    font-size: 0;
    color: transparent !important;
}
.btn-add-to-cart.in-cart::before {
    content: 'Уже в корзине';
    font-size: initial;
    color: #fff;
}
.order-form select option {
    font-family: Arial;
}
.thumbs-imgs {
	max-height: 563px;
	overflow-y: auto;
}

@media only screen and (max-width: 1200px) {
	.logo {
		width: 215px;
		letter-spacing: 0.09rem;
	}
	.logo span {
		left: 55px;
    	top: 20px;
	}
}


@media only screen and (max-width: 992px) {
	.menu-catalog .dropdown-menu {
		position: relative!important;
		inset: auto!important;
		transform: none!important;
	}
}

@media screen and (max-width: 767px) {
	
	
	
}