@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
body{
    font-family: Montserrat;
    border-color: #f8f8f8;
}
header{
    width: 100%;
    min-height: 160px;
    background-color: #050d1b;
}
footer{
    background-color: #050d1b;
    min-height: 444px;
    width: 100%;
}
a{
	    color: #050d1b;
}
.email-block{
    min-height:144px;
    width: 100%;
    background-color: #cc2328;
}
.email-block .container-max,header .container-max{
    margin: 0 auto;
}
.news-block{
    min-height:715px;
    width: 100%;
    background-color:#f1f1f1;
    padding-top: 80px;
}
.about-block{
    min-height:838px;
    width: 100%;
    background-color:white;
    margin-top: 80px;
}
.products-block{
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
    padding: 50px 0;
    height: auto;
}
.subscribe-block{
    height: 144px;
    width: 100%;
}
.container-max{
    max-width: 1670px;
    margin: 120px auto 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.product-header{
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 30px;
}
.product-text{
    margin-bottom: 50px;
    font-size: 18px;
}

.divan-block{
    margin-top: 140px;
    margin-bottom: 140px;
}

h2{
    font-weight: 300;
    font-size: 46px;
    text-transform: uppercase;
    position: relative;
    left: 250px;
    display: inline;
}
h2::before{
    position: absolute;
    width: 222px;
    height: 4px;
    background-color: #cc2328;
    content: " ";
    top: 25px;
    left: -250px;
}
.news-block h2{
    text-align: right;
    left: auto;
    right: 250px;
    float: right;
}
.news-block h2::after{
    position: absolute;
    width: 222px;
    height: 4px;
    background-color: #cc2328;
    content: " ";
    top: 25px;
    right: -250px;
}
.news-block h2::before{
    display: none;
}
.about-block .container-max{
    margin-top: 80px;
}
.news-header{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.news-date{
    font-size: 13px;
    color: #808080;
}
.news-text{
    font-size: 16px;
}
.news-read{
    font-size: 16px;
    color: black;
    margin-top: 10px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    display: inline-block;
}
.news-read:hover{
    text-decoration: none;
}
.news{
    background-color: white;
    max-width: 527px;
    padding-bottom: 33px;
	margin:0 auto;
}
.news-description{
    padding-left: 15px;
}
footer .container-max{
    margin: 0 auto;
    padding-top: 48px;
}
.footer-col{
    padding-top: 30px;
}
.email-block-text{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    color: white;
    padding-top: 20px;
}
.navbar-dark .navbar-nav .nav-link{
    color: white;
    text-transform: uppercase;
    margin-left: 100px;
}
#subscribe-input2{
    width: 100%;
    max-width: 441px;
    height: 43px;
    font-size: 16px;
    border-radius: 10px;
    float: left;
    margin-right: 23px;
    margin-top: 39px;
}
#subscribe-button2,#sendOrder{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    background-color: black;
    height: 43px;
    max-width: 201px;
    width: 100%;
    float: left;
    display: block;
    padding-top: 10px;
    margin-top: 39px;
}
.subscribe-text{
    color: white;
    font-size: 13px;
    display: inline-block;
}
.product-page{
    padding-top: 35px;
}
.main-image{
    margin-bottom: 50px;
    margin-top: 50px;
}
.sub-image{
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
.product-head{
    font-size: 23px;
    text-transform: uppercase;
}
.product-page .container-max{
    margin: 50px auto 0 auto;
}
.product-description{
    font-size: 18px;
    margin-top: 20px;
}
.product-price{
    margin-top: 45px;
    margin-bottom: 45px;
}
.product-real-price,.product-old-price{
    display: inline-block;
}
.product-real-price{
    font-weight: 500;
    font-size: 27px;
    margin-right: 20px;
    color: #cc2328;
}
.product-old-price{
    color: #6d6d6d;
    font-size: 21px;
    text-decoration: line-through;
}
.color-text{
    font-weight: 500;
    font-size: 18px;
}
.product-color{
    display: inline-block;
    margin-bottom: 35px;
    margin-right: 30px;
    cursor: pointer;
	width:80px;
	height:80px;
}
.other-block{
    margin-bottom: 80px;
    margin-top: 100px;
}
.product-quantity{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 50px;
}
.product-color.active{
    border: 2px solid black;
}
.margin-content{
    margin-top: 50px;
}
.breadcrumb-item a{
    color: #050d1b;
}

.right-popup {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    width: 0px;
    opacity: 0;
    transition: 0.3s;
    min-height: 100vh;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
    visibility: hidden; }
.right-popup__wrap {
    display: none;
    position: relative; }
.right-popup_active {
    opacity: 1;
    width: 385px;
    visibility: initial; }
.right-popup_active .right-popup__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
    padding-bottom:  50px;
}
.right-popup__header {
    padding: 10px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 75px; }
.right-popup__header_basket {
    margin-bottom: 6px;
    background: #050d1b;
    color: white;
    font-weight: bold;
}
.right-popup__header__title {
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: 400;
    color: white;
    font-weight: bold;
}
.right-popup__header__close {
    cursor: pointer;
    text-align: center; }


.cart{
    cursor:pointer;
}
.basket {
    z-index: 22;
    min-height: 100vh;
    position: fixed;
}
.basket__restaurant {
    padding-right: 16px;
    padding-left: 16px; }
.basket__restaurant__checkout {
    padding: 0; }
.basket__restaurant__title {
    background-color: #ededed;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #9c9c9c;
    letter-spacing: -0.28px;
    margin-bottom: 14px; }
.basket__restaurant__title_checkout {
    padding: 13px; }
.basket__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
.basket__product__checkout {
    justify-content: center; }
.basket__product__img {
    width: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 15px; }
.basket__product__img__checkout {
    margin-right: 0; }
.basket__product__img__wrap {
    margin-right: 15px;
    border-radius: 8px;
    height: 60px;
    position: relative; }
.basket__product__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.3s;
    cursor: pointer; }
.basket__product__background__svg {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%); }
.basket__product:hover .basket__product__background {
    opacity: 1;
    transition: 0.3s; }
.basket__product__counter {
    flex-basis: 25%; }
.basket__product__info {
    flex-basis: 50%;
    flex-grow: 1; 
	position: relative;
	}
.basket__product__info__small {
    flex-basis: 20%;
    flex-grow: 0.9; }
.basket__product__delete {
    flex-basis: 5%;
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    max-width: 16px;
    max-height: 16px;
    cursor: pointer; }
.basket__product__name {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
    display: block; }
.basket__product__price {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: 500; }
.basket__sum {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    border-top: #dddddd 1px solid;
    margin-bottom: 15px; }
.basket__sum__text {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold; }
.basket__sum__price {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600; }
.basket__footer {
    padding: 20px;
    background-color: #050d1b;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #050d1b;
}
.basket__footer__text {
    margin-right: 20px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    color: white; }
.basket__footer:hover{
    background-color: white;
    border: 1px solid #050d1b;
    box-sizing: border-box;
    text-decoration:none;
}
.basket__footer:hover .basket__footer__text {
    color:  #050d1b;

    transition: 0.3s; }
.basket__content {
    flex-grow: 2;
    margin-top: 8px;
    overflow-y: auto;
    height: 100px;
    position: relative; }
.basket__content::-webkit-scrollbar {
    width: 5px;
    background-color: #ddd;
    border-radius: 20px; }
.basket__content::-webkit-scrollbar:horizontal {
    height: 22px; }
.basket__content::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px; }
.basket__content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 20px; }

#cart td{
    padding: 0;
    border-top: none;
}

#cart tr .row{
    margin: 0;
}



#cart{
    border-collapse: separate;
    border-spacing: 0 40px;
    font-family: Montserrat;
}
#cart td {
    background-color: #f4f4f4;
    border-top:  1px solid #050d1b;
    border-bottom:  1px solid #050d1b;
}

#cart tr td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-left: 1px solid #050d1b;}
#cart tr td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: 1px solid #050d1b;}
.cart-image{
    background-color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cart-text{
    padding-top: 40px;
}
.additional-sous{
    font-weight: bold;
}
.additional-sous .material-switch{
    display: inline;
    margin-left: 15px;
}
#cart h4{
    font-weight: bold;
    font-size: 22px;
}
.product-weight{
    font-size: 16px;
    font-weight: 300;
}
.total-text{
    border: none !important;
    background-color: white !important;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: bold;
}
.total-text small{
    font-weight: bold;
}
.summ{
    font-size: 32px;
    margin: 0 10px;
}

.control-label{
    color:#050d1b;
}
legend{
    color:#050d1b;
}
.has-feedback label{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
}
#order_form input{
    height: 61px;
}
#order_form input, #order_form textarea{
    border-radius: 31px;
    border: 1px solid #050d1b;
}

@keyframes pulsation {
    0% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes rotation {
    0%,100%,50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(30deg)
    }

    75% {
        transform: rotate(-30deg)
    }
}

#us_fixed_contact_button {
    position: fixed;
    right: 30px;
    bottom: 30px;
	width: 70px;
    height: 70px;
    background-color: #71be00;
    border-radius: 100%;
    cursor: pointer;
    z-index: 10
}

#us_fixed_contact_button.clicked {
	z-index: 1021
}

#us_fixed_contact_substrate,
#us_overlay {
	position: fixed;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none;
}

#us_fixed_contact_substrate.active {
	z-index: 1020;
    display: block;
}

#us_overlay.active {
	z-index: 999;
    display: block;
}

.ocfilter-mobile.active > .ocfilter-mobile-handle {
	display: none;
}

.us-fixed-contact-pulsation {
    width: 100px;
    height: 100px;
    background-color: #71be00;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    transform: scale(0);
    animation: pulsation 2s infinite;
}

.us-fixed-contact-icon {
	color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    top: calc(50% - 22px);
    right: calc(50% - 22px);
    overflow: hidden;
}

.us-fixed-contact-icon .fa-comment-dots {
 animation: rotation 1.5s linear infinite
}

.us-fixed-contact-icon {
	font-size: 28px;
}

.us-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 20px;
    border-radius: 1px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
	transition: margin-bottom 0.3s ease, opacity 0.3s ease;
	box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.35);
	visibility: hidden;
	min-width: 250px
}

.us-fixed-contact-dropdown.expanded {
	margin-bottom: 0;
    opacity: .98;
    z-index: 1;
	visibility: visible;
}

.us-fixed-contact-dropdown-close {
    background: none;
    border: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333333;
    transition: color .3s ease;
}

.us-fixed-contact-dropdown-close:hover {
	color: #71be00;
}

.us-fixed-contact-item {
	color: #333;
}

.us-fixed-contact-item:hover {
	color: #71be00;
}

.us-fixed-contact-item:not(:last-child) {
	margin-bottom: 18px;
}

.us-fixed-contact-item-icon {
	display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.us-fixed-contact-item-icon i {
	font-size: 18px;
}

.us-fixed-contact-messenger {
	background: #0084ff;
}

.us-fixed-contact-viber {
	background: #7c529d;
}

.us-fixed-contact-telegram {
	background: #2ca5e0;
}

.us-fixed-contact-skype {
	background: #31c4ed;
}

.us-fixed-contact-whatsapp {
	background: #25D366;
}

.us-fixed-contact-email {
	background: #50a8ff;
}

.us-fixed-contact-call {
	background: #71be00;
}

@media (max-width:600px) {
    h2{
        left: auto;
        right: auto;
        text-align: center;
        display: block;
    }
    .news-block h2{
        left: auto;
        right: auto;
        float: none;
        text-align: center;
    }
    h2::before{
        display: none;
        text-align: center;
    }
    h2::after{
        display: none;

        text-align: center;
    }
    .divan-block{
        margin: 0;
    }
    .product-description{
        margin-bottom: 30px;
    }
	.product-color{
		width:45px;
		height:45px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
}

@media(min-width: 1670px) {
	
}
@media(max-width: 1450px) {
    .navbar-dark .navbar-nav .nav-link{
        margin-left: 40px;
    }
}