@font-face {
	font-family: "Segoeui";  
	src: url("/assets/fonts/segoeui.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}

@font-face {
	font-family: "Seguisb_0";  
	src: url("/assets/fonts/seguisb_0.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}

@font-face {
	font-family: "Segoeuib";  
	src: url("/assets/fonts/segoeuib.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}

@font-face {
	font-family: "Robotolight";  
	src: url("/assets/fonts/robotolight.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}

body {
	font-family: "Segoeui";
	font-size: 16px;
	background: url('/assets/img/bg.png');
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a.color {
	color: #d0a356 !important;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.header .menu {
	margin-top: 8px;
	background: rgba(56, 37, 33, 0.9);
	border: 1px solid #ae8c64;
	border-radius: 5px;
	color: #fff;
}

.header .menu ul {
	font-family: "Seguisb_0";
	font-size: 24px;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
	list-style: none;
}

.header .menu ul li {
	padding: 0 40px;
	text-transform: uppercase;
}

.header .menu ul li.active a {
	color: #d0a356;
}

.header .menu .deliver {
	background-color: #bbb3aa;
	width: 35px;
	height: 1px;
	padding: 0;
}

.header .info, .content .contacts {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .phone, .content .contacts .phone, .content .contacts .address {
	display: flex;
    align-items: center;
}

.header .phone img, .content .contacts .phone img, .content .contacts .address img {
	margin-right: 23px;
}

.header .numbers {
	font-family: 'Segoeuib';
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	display: flex;
    flex-direction: column;
}

.header .email {
	font-size: 18px;
	/*margin-right: 15px;*/
	color: #fff;
	font-family: 'Segoeuib';
    font-size: 20px;
}

.header .email img, .content .contacts .email img {
	margin-right: 15px;
}

.header .tagline {
	font-family: "Robotolight";
	margin-top: 37px;
	margin-bottom: 70px;
	display: flex;
    align-items: center;
    flex-direction: column;
	font-size: 44px;
	color: #fff;
}

.header .tagline .color {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #f0c730;
}

.header .tagline .color span {
	padding: 0 30px;
}

.divider {
    overflow: hidden;
}

.divider::before {
    margin-left: -100%;
}

.divider::after {
    margin-right: -100%;
}

.divider::before, .divider::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #bbb3aa;
    border: solid transparent;
    border-width: 0 25px;
}

.content {
	position: relative;
	padding-bottom: 30px;
}

.content .category {
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 85px;
}

.content .category .item {
	text-align: center;
}

.content .category .item span {
	display: block;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

.content .text {
	background: rgba(20, 19, 19, 0.8);
	color: #fff;
	line-height: 30px;
	padding: 38px;
}

.content .text .border {
	border: 2px solid #ae8c64;
	padding: 35px;
}

.content .text h1 {
	font-family: "Segoeuib";
	font-size: 44px;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	color: #d0a356;
}

.content .text h1::before {
    margin-left: -100%;
}

.content .text h1::after {
    margin-right: -100%;
}

.content .text h1::before, .content .text h1::after {
    content: '';
    display: inline-block;
    vertical-align: super;
    box-sizing: border-box;
    height: 1px;
    background: #d0a356;
    border: solid transparent;
    border-width: 0 25px;
}

.content .text h1 span {
	padding: 0 23px;
}

.content .left {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.content .right {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.content .heading {
	width: max-content;
    margin: 0 auto;
	background-color: #d0a356;
	text-align: center;
	border-radius: 25px;
    padding: 8px 20px;
	border: 1px solid #fdfdfd;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(40,31,29,0.35), 0px -3px 35px 0px rgba(2,1,1,1);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(40,31,29,0.35), 0px -3px 35px 0px rgba(2,1,1,1);
	box-shadow: inset 0px 0px 7px 0px rgba(40,31,29,0.35), 0px -3px 35px 0px rgba(2,1,1,1);
}

.content .heading h1 {
	margin: 0;
	font-family: "Seguisb_0";
	font-size: 24px;
	text-transform: uppercase;
	color: #392621;
}

.content .line {
	position: relative;
    z-index: -1;
    top: 36px;
	height: 1px;
	border: none;
	background-color: #fdfbf9;
	width: 515px;
}

.content .category_ {
	display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 65px;
}

.content .category_:after {
	content: "";
	/* flex: auto; */
	flex: 0 0 315px;
}

.content .category_ .element {
	display: flex;
    align-items: center;
    flex-direction: column;
	background-color: #fff;
	height: 335px;
	width: 280px;
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 30px;
}

.content .category_ .element-img {
	height: 190px;
	width: 280px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d0a356;
}

.content .category_ .element-img img {
	height: 100%;
	width: 100%;
}

.content .category_ .product-name {
	margin-top: 10px;
	font-family: "Seguisb_0";
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.content .pagination {
	display: flex;
    padding-top: 24px;
}

.content .pagination ul {
    margin: auto;
	padding: 0;
}

.content .pagination ul li {
    display: inline-block;
    color: #fff;
    font-family: "Seguisb_0";
    font-size: 36px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 50px;
}

.content .pagination ul li:first-child, .content .pagination ul li:last-child {
	font-size: 24px;
    text-decoration: underline;
    margin: 0 20px;
}

.content .pagination ul li:first-child {
	margin-left: 0;
}

.content .pagination ul li:last-child {
    margin-right: 0;
}

.content .pagination .active {
    background-color: #d0a356;
    border-radius: 50%;
}

.content .pagination .active a, .content .pagination .active a:hover {
	color: #373737;
}

.content .pagination ul li a:hover {
	color: #d0a356;
}

.content .pagination li.active:nth-child(2) {
    margin-left: 20px;
}

.content .about {
	display: flex;
}

.content .about .picture {
        width: 100%;
	padding-right: 20px;
	padding-top: 10px;
}

.content .about .txt {
        width: 100%;
	padding-left: 20px;
}

.content .about .txt p:first-child {
	margin-top: 0;
}

.content .about .picture-small {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 5px;
}

.content .contacts .numbers {
	font-family: 'Segoeuib';
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	display: flex;
    flex-direction: column;
}

.content .contacts .email {
	font-family: 'Segoeuib';
	font-size: 18px;
	line-height: 34px;
	color: #fff;
}

.content #map {
	margin-top: 30px;
}

.footer {
	background-color: #121824;
	padding: 50px 0 30px 0;
	color: #fff;
	background-image: url('/assets/img/footer.png');
	position: relative;
}

.footer .footer_left {
	position: absolute;
    bottom: 0;
    left: 0;
}

.footer .footer_right {
	position: absolute;
    bottom: 0;
    right: 0;
}

.footer .items {
	display: flex; 
    align-items: center; 
    justify-content: space-between; 
}

.footer .company {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .company .tagline {
	font-family: "Robotolight";
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}

.footer .company img {
	margin-bottom: 20px;
}

.footer .phone, .footer .email {
	margin-bottom: 15px;
}

.footer .phone, .footer .email, .footer .address {
	display: flex;
    align-items: center;
}

.footer .phone .icon, .footer .email .icon, .footer .address .icon {
	margin-right: 24px;
}

.footer .phone .numbers {
	font-family: 'Segoeuib';
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Seguisb_0";
	font-size: 18px;
	text-transform: uppercase;
}

.footer .menu ul {
	list-style: none;
}

.footer .menu li {
	padding: 8px 0;
}

.footer .menu li.active a {
	color: #d0a356;
}

.footer .copyright {
	color: #979ea5;
}

@media screen and (max-width: 1239px) {
	.footer .footer_left, .footer .footer_right, .content .left, .content .right {
		display: none;
	}
}