body {
	font-family: 'Roboto', sans-serif;
	color:#333;
}

@font-face {
    font-family: Geometria Heavy;
    src: url(../fonts/Geometria-Heavy.ttf);
}

@font-face {
    font-family: Geometria Medium;
    src: url(../fonts/Geometria-Medium.ttf);
}

.g-recaptcha {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
}

.okresponse, .wrongresponse {
	display: none;
}

#callBackModal button.yellow-button {
	background: #ffd200;
    color: #553016;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    border: none;
    border-radius: 4px;
    padding: 17.5px 33px;
    margin-top:15px;
        transition: .4s;
}

#callBackModal button.yellow-button:hover {
	background: rgb(242, 206, 62);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#callBackModal button.close {
	color:#553016;
	opacity:1;
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	margin:auto;
}

#callBackModal button.close span {
	display: block;
	height: 13px;
	width:13px;
	line-height: 13px;
	transition: .4s;
}

#callBackModal button.close:hover span {
	transform: rotate(180deg);
}

#callBackModal .modal-header {
	position: relative;
}

.header {
	background:#553016;
	padding: 13.5px 0;
	color:#fff;
}

.header_logo-wrapper {
	display:flex;
	align-items:center;
}

.header_logo {
	display:block;
	margin-right:18px;
}

.header_logo-note {
    font-size: 14px;
    max-width: 180px;
    padding-left: 19px;
    border-left: 1px solid #fff;
    line-height: 1.3;
}

.header_adress {
	font-size:16px;
	padding-left:20px;
	position:relative;
}

.header_adress:before {
	content:url('/images/map-point.png');
	width:12px;
	height:18px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

.header_mail {
	font-size:16px;
	padding-left:25px;
	position:relative;
}

.header_mail:before {
	content:url('/images/mail.png');
	width:18px;
	height:13px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.header_phones {
	font-size:16px;
	font-weight:600;
}

.header_phones_phone {
	padding-left:25px;
	position:relative;
	margin-bottom:5px;
}

.header_phones_phone:before {
	content:url('/images/phone.png');
	width:18px;
	height:18px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.header_phones_whatsapp {
	padding-left:25px;
	position:relative;
}

.header_phones_whatsapp:before {
	content:url('/images/whatsapp.png');
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.top-menu {
	background: #e9e8e8;
	margin-bottom: 30px;
}

.navbar {
	padding: 0;
}

.navbar-nav {
	flex:1;
	justify-content: space-between;
	padding-right: 120px;
}

.navbar-expand-md .navbar-nav .nav-link {
	color:#333;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding:0;
	padding-bottom: 23px;
    margin-top: 30px;
    border-bottom: 3px solid #e9e8e8;
}

.navbar-nav .nav-link:hover {
	color:#ffd200;
	transition: .4s;
}

.navbar-nav .nav-item.active .nav-link {
	border-bottom: 3px solid #ffd200;
}

.top-menu_callback button {
	background: #ffd200;
	color:#553016;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	border:none;
	border-radius: 4px;
	padding: 17.5px 33px;
	
}

.top-menu_callback button:hover {
	background: rgb(242, 206, 62);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: .4s;
}

.side-menu ul {
	padding-left:0;
	list-style: none;
	margin-bottom: 0;
}

.side-menu > ul > li > ul{
	display: none;
}

.side-menu > h3 {
	display: block;
	background: #553016;
	text-align: center;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
	padding:18px;
	line-height: 1;
	font-size:1rem;
	margin-bottom: 0;
}

.side-menu > ul {
	background: #e9e8e8;
	padding:25px 30px 26px;
}

.side-menu > ul > li {
	line-height: 1;
}

.side-menu > ul > li > a {
	font-size: 16px;
	color:#333;
}

.side-menu > ul > li > a:hover {
	color:#ff9c00;
}

.side-menu > ul > li:not(:first-child) {
	margin-top:25px;
}

.side-menu > ul > li > ul > li > a{
	font-size: 15px;
	color:#333;
}

.side-menu > ul > li > ul > li > a:hover {
	color:#ff9c00;
}

.side-menu > ul > li > ul {
	padding: 20px 0 0;
}

.side-menu > ul > li > ul > li {
	padding-left:20px;
	position: relative;
	line-height: 1;
}

.side-menu > ul > li > ul > li:not(:first-child) {
	margin-top:20px;
}

.side-menu > ul > li > ul > li:before {
	content: url('/images/ellips.png');
	width:6px;
	height:6px;
	position: absolute;
	top:0px;
	left:5px;
}

.main-page-carousel .carousel {
	height: 100%;
}

.main-page-carousel .carousel-inner {
	height: 100%;
}

.main-page-carousel .carousel-item {
	height: 100%;
}

.side-menu {
	flex: 0 0 22.9%;
    max-width: 22.9%;
}

.filling {
	flex: 0 0 77.1%;
    max-width: 77.1%;
}

.main-page-carousel {
    max-height: 570px;
}

.item-102 .main-page-carousel, .material-slide {
    max-height: 420px;
}

.material-slide {
	position: relative;
}

.item-102 .main-page-carousel img, .material-slide img {
	width:100%;
	max-height: 420px;
	object-fit: cover;
}

.main-page-carousel .carousel-item-caption, .material-slide_caption {
	position: absolute;
    bottom: 0;
    left: 0;
    font-size: 28px;
    background: rgba(85,48,22,0.65);
    height: 100px;
    width: 83%;
    display: flex;
    align-items:center;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 900;
    line-height: 1.3;
    color:#fff;
}

.main-page-title {
	margin-top:90px;
	text-align: center;
}

.main-page-title h1 {
	font-size: 36px;
	color:#474747;
	font-weight: 900;
	margin-bottom: 35px;
}

.main-page-title span:nth-child(2) {
	font-size: 20px;
	color:#474747;
	display: block;
	margin-bottom: 15px;
}

.main-page-title span:nth-child(3) {
	font-size: 26px;
	font-weight: 900;
	color:#553016;
	display: block;
}

.main-page-catalog {
	margin-top:70px;
}

.main-page-catalog_item {
	height: 340px;
	margin-bottom: 30px;
}

.main-page-catalog_item img {
	object-fit: cover;
	height: 100%;
}

.main-page-catalog_item_title {
	position: absolute;
	bottom:0;
	left:15px;
	width:450px;
	height: 65px;
	background: rgba(85,48,22,0.8);
	text-align: center;
	transition: .4s;
	overflow: hidden;
}

.main-page-catalog_item_title h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 0;
	position: absolute;
	height: 19px;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
}

.main-page-catalog_item_title span {
	display: block;
	position: absolute;
	width:200px;
	height: 50px;
	line-height: 50px;
	bottom:-100px;
	left:0;
	right: 0;
	margin:auto;
	color:#ffd200;
	font-size: 15px;
	font-weight: bold;
	border:1px solid #ffd200;
	border-radius: 4px;
	transition: .4s;
}

.main-page-catalog_item_title span:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-page-catalog_item:hover .main-page-catalog_item_title {
	height: 100%;
}

.main-page-catalog_item:hover .main-page-catalog_item_title h3 {
	top:120px;
	bottom: unset;
}

.main-page-catalog_item:hover .main-page-catalog_item_title span {
	bottom:120px;
	transition: .8s;
}

.attis-numbers {
	margin-top:70px;
}

.attis-numbers h4 {
	color:#474747;
	font-size:36px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}

.attis-numbers_item span:first-child {
	font-family: Geometria Heavy;
	font-size: 80px;
	color:#f8d42c;
	display: block;
	text-align: center;
}

.attis-numbers_item span:nth-child(2) {
	font-family: Geometria Medium;
	font-size: 16px;
	color:#474747;
	display: block;
	text-align: center;
}

.footer {
	background: #553016;
	color:#fff;
}

.footer-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:90px;
	padding-top:35px;
	margin-bottom: 40px;
}

.footer-menu_callback button {
	background: #ffd200;
	color:#553016;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	border:none;
	border-radius: 4px;
	padding: 17.5px 33px;
}

.footer-menu_callback button:hover {
	background: rgb(242, 206, 62);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: .4s;
}

.footer-menu_item a {
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 3px solid #553016;
    text-decoration: none;
}

.footer-menu_item a:hover {
	color:#ffd200;
	transition: .4s;
}

.footer-menu_item.active a {
	border-bottom: 3px solid #ffd200;
}

.footer_logo-wrapper {
	display:flex;
	align-items:center;
}

.footer_logo {
	display:block;
	margin-right:18px;
}

.footer_logo-note {
    font-size: 14px;
    max-width: 180px;
    padding-left: 19px;
    border-left: 1px solid #fff;
    line-height: 1.3;
}

.footer_adress {
	font-size:16px;
	padding-left:20px;
	position:relative;
}

.footer_adress:before {
	content:url('/images/map-point.png');
	width:12px;
	height:18px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

.footer_mail {
	font-size:16px;
	padding-left:25px;
	position:relative;
}

.footer_mail:before {
	content:url('/images/mail.png');
	width:18px;
	height:13px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.footer_phones {
	font-size:16px;
	font-weight:600;
}

.footer_phones_phone {
	padding-left:25px;
	position:relative;
	margin-bottom:5px;
}

.footer_phones_phone:before {
	content:url('/images/phone.png');
	width:18px;
	height:18px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.footer_phones_whatsapp {
	padding-left:25px;
	position:relative;
}

.footer_phones_whatsapp:before {
	content:url('/images/whatsapp.png');
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	line-height:1;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	padding-top:18px;
	padding-bottom: 24px;
	border-top:2px ridge #6b3c1a;
	margin-top:35px;
}

ul.breadcrumbs {
	padding-left: 0px;
	line-height: 15px;
}

ul.breadcrumbs li {
	display: inline-block;
}

ul.breadcrumbs li:not(:last-child) a {
	font-size: 13px;
	text-decoration: underline;
	color:#553016;
}

ul.breadcrumbs li:last-child span {
	font-size: 13px;
	color:#ababab;
}

.content {
	display: flex;
	margin-top:30px;
	flex-wrap: wrap;
}

.content h1 {
	font-size: 24px;
}

.content h2 {
	font-size: 20px;
}

.content .contacts-info {
	flex: 0 0 47.2%;
	max-width: 47.2%;
	padding-right: 15px;
}

.content .contacts-map {
	flex: 0 0 52.8%;
	max-width: 52.8%;
	height: 518px;
}

.content ul {
	padding-left:0;
	list-style: none;
}

.content ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.content ul li:before {
	content: url('/images/ul-ellips.png');
	position: absolute;
	width: 8px;
	height: 8px;
	line-height: 8px;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

h1.category-title {
	font-size: 24px;
	margin-top:35px;
	margin-bottom: 15px;
}

.category-products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	max-width:970px;
	width:100%;
	align-items: baseline;
	
}

.category-products_item {
	max-width:200px;
	margin-bottom: 15px;
	margin-right: 30px;
}

.category-products_item h2 {
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color:#333;
	margin-top:7px;
}

/*.category-products_item h2 a {
	text-decoration: none;
	font-size: 18px;
	color:#333;
}*/

.category-products_item .product-image-wrapper {
	width:200px;
	height: 200px;
	box-shadow: 0 0 9px rgba(0,0,0,0.2);
	padding:15px;
}

.category-products_item .product-image-wrapper img {
	width:100%;
	height: 100%;
	object-fit: none;
}


.products-table {
	border-collapse: collapse;
	width:100%;
	border:2px solid #fff;
	border-bottom: 1px solid #eddea9;
}

.products-table td, .products-table th {
	border:1px solid #eddea9;
	padding-left:30px;
	padding-right: 15px;
}

.products-table thead {
	background: #553016;
}

.products-table thead tr td {
	height: 66px;
    padding-top: 20px;
	border-bottom: none;
	color:#fff;
	font-size: 18px;
	font-weight: normal;
}

.products-table tr th {
	background: #67442b;
	color:#fff;
	border-top:none;
	height: 66px;
}

.products-table td {
	height: 43px;
}

.products-table_title {
	font-size: 18px;
	font-weight: bold;
	color:#553016;
}

.product-banner {
	position: relative;
	width: -moz-fit-content; 
	width: -webkit-fit-content; 
	width: fit-content;
	margin: 25px auto;
}

.product-banner img {
	display: block;
	max-width: 100%;
	margin:auto;
}

.product-banner_caption {
	font-size: 20px;
	line-height: 28px;
	width: -moz-fit-content; 
	width: -webkit-fit-content; 
	width: fit-content;
	position: absolute;
	top:40px;
	right: 25px;
	text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, 
                 #fff -2px 2px 0, #fff 2px -2px 0;
}

.product-bannet_caption_phone {
	font-size: 34px;
	font-weight: bold;
	display: block;
	margin-top:12px;
}

@media (min-width:1500px) {
	.container {
		max-width: 1440px;
	}
}

@media (max-width:1499px) {
	.side-menu {
	    flex: 0 0 26.3%;
	    max-width: 26.3%;
	}

	.filling {
	    flex: 0 0 73.7%;
	    max-width: 73.7%;
	}

	.main-page-carousel .carousel-item-caption, .material-slide_caption {
	    font-size: 24px;
	    height: 80px;
	    width: 90%;
	    padding-left: 40px;
	    padding-right: 40px;
	    font-weight: 600;
	}

	.main-page-catalog_item_title {
		width:350px;
	}
}

@media (max-width:1199px) {
	.header_phones, .footer_phones {
		margin: 15px auto 0;
	}

	.navbar-nav {
	    padding-right: 60px;
	}

	.side-menu {
	    flex: 0 0 31%;
	    max-width: 31%;
	}

	.filling {
	    flex: 0 0 69%;
	    max-width: 69%;
	}

	.main-page-carousel .carousel-item.active {
		display: flex;
		justify-content: center;
	}

	.main-page-catalog_item {
		height: 270px;
	}

	.main-page-catalog_item_title {
		width: 289.5px;
		height: 50px;
	}

	.main-page-catalog_item_title h3 {
		font-size: 14px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title h3 {
		top:85px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title span {
		bottom:85px;
	}
}

@media (max-width:991px) {
	.navbar-expand-md .navbar-nav .nav-link, .footer-menu_item a {
		font-size: 12px;
		text-transform: inherit;
		padding-bottom: 13px;
    	margin-top: 20px;
	}

	.top-menu_callback button, .footer-menu_callback button {
		padding: 13.5px 10px;
		font-size: 12px;
	}

	.navbar-nav {
		padding-right: 30px;
	}

	.header_logo-wrapper, .header_adress, .footer_logo-wrapper, .footer_adress {
		flex: 0 0 auto;
		max-width: 50%;
		margin:auto;
	}

	.header_mail, .header_phones, .footer_mail, .footer_phones {
		flex: 0 0 auto;
		max-width: 50%;
		margin:15px auto 0;
	}

	.side-menu {
	    flex: 0 0 38%;
	    max-width: 38%;
	}

	.filling {
		flex: 0 0 62%;
	    max-width: 62%;
	}

	.main-page-carousel, .material-slide {
	    max-height: 300px;
	}

	.main-page-carousel .carousel-item img, .material-slide img {
		width:100%;
		height: 100%;
		object-fit: cover;
	}

	.main-page-carousel .carousel-item-caption, .material-slide_caption {
		width:100%;
		font-size: 18px;
		height: 60px;
		padding-left:30px;
		padding-right: 30px;
	}

	.main-page-catalog_item {
		height: 200px;
	}

	.main-page-catalog_item_title {
		width:210px;
		height: 40px;
	}

	.main-page-catalog_item_title h3 {
		font-size: 13px;
	}

	.main-page-catalog_item_title span {
		width:180px;
		height: 40px;
		line-height: 40px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title h3 {
		top:60px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title span {
		bottom:60px;
	}

	.attis-numbers_item span:first-child {
		font-size: 70px;
	}

	.attis-numbers_item span:nth-child(2) {
		font-size: 14px;
	}

	.content .contacts-info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left:15px;
	}

	.content .contacts-map {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left:15px;
		height: 518px;
	}

	.products-table td, .products-table th {
		padding:0 5px;
	}

	.products-table thead tr td {
		padding:0 5px;
		text-align: center;
		font-size: 16px;
		height: 56px;
	}

	.products-table tr th {
		height: 56px;
	}

	.category-products {
		justify-content: space-between;
	}

	.category-products_item {
		margin:0 auto 15px;
	}

}

@media (max-width:767px) {
	.header {
		position: relative;
		padding:22px 0;
	}

	.header_adress {
		display: none;
		position: absolute;
	    margin: unset;
	    left: auto;
	    bottom: -120px;
	    z-index: 999;
	    max-width: 80%;
	    padding-left:35px!important;
	}

	.header_adress:before {
		left:15px;
	}

	.header_mail {
		display: none;
		position: absolute;
	    margin: unset;
	    left: auto;
	    bottom: -155px;
	    z-index: 999;
	    max-width: 80%;
	    padding-left:35px!important;
	}

	.header_mail:before {
		left:15px;
	}

	.header_phones {
		position: absolute;
	    color: #474747;
	    margin: unset;
	    left: auto;
	    bottom: -67px;
	    z-index: 9;
	}

	.header_logo-wrapper {
		max-width: 80%;
    	margin: unset;
    	flex:unset;
	}

	.mobile-button-wrapper {
		position: absolute;
    	width: 510px;
    	margin: auto;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
	    height: 22px;
	}

	.mobile-button-wrapper button {
		float:right;
		padding:0;
		border:none;
		background: none;
		background-color: none;
	}

	.hide {
		display: none;
	}

	.top-menu_callback button {
		font-size: 15px;
		padding: 17.5px 33px;
		position: absolute;
		top:0;
		bottom:0;
		right:0;
		margin:auto;
		width:200px;
		height: 50px;
	}

	.top-menu .navbar {
		height: 80px;
    	width: 200px;
    	float: right;
	}

	.top-menu .navbar-collapse {
		position: fixed;
	    top: 160px;
	    z-index: 99;
	    width: 100%;
	    left: 0;
	    background: #553016;
	    padding-top:80px;
	}

	.navbar-nav .nav-item .nav-link {
		font-size: 16px;
		font-weight: bold;
		color:#fff;
		border-color: #553016;
		text-transform: uppercase;
		padding-bottom: 5px;
		margin: 0 0 30px;
		width: -moz-fit-content; 
		width: -webkit-fit-content; 
		width: fit-content;
	}

	.top-menu ul.navbar-nav{
		list-style-position: inside;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		display: block;
		padding: 50px 70px;
	}

	.brown-background {
		background: #553016;
	}

	.hidden-overflow {
		overflow: hidden;
	}

	.white-font {
		color:#fff;
	}

	.side-menu {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.filling {
		flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 17px;
	}

	.main-page-carousel, .material-slide {
	    height: 300px;
	}

	.main-page-carousel .carousel-item-caption, .material-slide_caption {
		height: 70px;
		padding-left:20px;
		padding-right: 20px;
	}

	.side-menu > h3 {
		padding: 22px 30px;
		text-align: left;
		position: relative;
		cursor: pointer;
	}

	.side-menu > h3:after {
		content: url('/images/arrow-down.png');
		position: absolute;
		width:10px;
		height: 6px;
		top:0;
		bottom: 0;
		right:22px;
		margin: auto;
		line-height: 1px;
	}

	.side-menu > ul {
	    display: none;
	    position: absolute;
	    z-index: 9;
	    width: 100%;
	    left: 15px;
	    right: 15px;
	    width: auto;
	}

	.side-menu > ul > li:not(:first-child) {
		margin-top:30px;
	}

	.side-menu {
		position: relative;
	}

	.main-page-title {
		margin-top:70px;
	}

	.main-page-title h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.main-page-catalog_item {
		height: 340px;
		width:100%;
		max-width: 450px;
		margin: 0 auto 30px;
	}

	.main-page-catalog_item_title {
		width:100%;
		height: 66px;
		max-width: 420px;
	}

	.main-page-catalog_item_title h3 {
		font-size: 16px;
	}

	.main-page-catalog_item_title span {
		width: 200px;
    	height: 50px;
    	line-height: 50px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title h3 {
		top:120px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title span {
		bottom:120px;
	}

	.attis-numbers {
		margin-top:50px;
	}

	.attis-numbers h4 {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.attis-numbers_item span:first-child {
		font-size: 80px;
	}

	.attis-numbers_item span:nth-child(2) {
		font-size: 16px;
	}

	.attis-numbers_item {
		margin-bottom: 20px;
	}

	.footer-menu {
		display: none;
	}

	.footer {
		padding-top:45px;
		margin-top:50px;
	}

	.footer_logo-wrapper {
		flex: 0 0 auto;
    	width: auto;
    	max-width: 100%;
	}

	.footer_phones {
		display: flex;
		max-width: 100%;
		margin-top:30px;
	}

	.footer_phones_phone {
		margin-right: 35px;
	}

	.footer_adress {
		max-width: 100%;
		margin-top:20px;
	}

	.footer_mail {
		margin-top:20px;
	}

	.footer-copyright {
		margin-top:30px;
	}

	ul.breadcrumbs {
		margin-top:15px;
	}

	.content .contacts-info, .content .contacts-map {
		padding:0;
	}

	.content .contacts-map {
		height: 400px;
	}
}

@media (max-width:575px) {
	.container {
		padding-left:10px;
		padding-right: 10px;
	}
	.col, .col-1, .col-10, .col-11, 
	.col-12, .col-2, .col-3, .col-4, 
	.col-5, .col-6, .col-7, .col-8, 
	.col-9, .col-auto, .col-lg, .col-lg-1, 
	.col-lg-10, .col-lg-11, .col-lg-12, 
	.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, 
	.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
	.col-lg-auto, .col-md, .col-md-1, .col-md-10,
	.col-md-11, .col-md-12, .col-md-2, .col-md-3, 
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, 
	.col-md-8, .col-md-9, .col-md-auto, .col-sm,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, 
	.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, 
	.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
	.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, 
	.col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, 
	.col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row {
		margin-left:-10px;
		margin-right: -10px;
	}

	.mobile-button-wrapper {
		width:29px;
		left:unset;
		right:15px;
	}

	.products-table td {
		font-size: 14px;
	}

	.product-banner_caption {
		font-size: 16px;
	}

	.product-bannet_caption_phone {
		font-size:26px;
	}

	.side-menu > ul {
		left:10px;
		right: 10px;
	}
}

@media (max-width:479px) {
	.header_logo-wrapper {
		max-width: 90%;
	}

	.header_logo {
		width:100px;
		margin-right: 5px;
	}

	.header_logo-note {
		font-size: 12px;
		padding-left:5px;
	}

	.top-menu_callback button {
		padding:0;
		font-size: 12px;
		width:130px;
		height: 35px;
	}

	.header_phones {
		max-width: 60%;
		font-size: 12px;
		bottom:-50px;
	}

	.top-menu .navbar {
		width:130px;
		height: 60px;
	}

	.footer_logo-note {
		font-size: 13px;
		padding-left: 10px;
	}

	.footer_logo {
		margin-right: 10px;
	}

	.footer_phones {
		display: block;
	}

	.footer_phones_phone {
		margin-right: 0;
	}

	.footer_adress {
		font-size: 13px;
		padding-left:26px;
	}

	.footer_adress:before {
		left:10px;
	}

	.main-page-carousel, .material-slide {
		height: auto;
	}

	.top-menu .navbar-collapse {
		top:134px;
	}

	.top-menu ul.navbar-nav {
		padding: 30px 20px 0;
	}

	.navbar-nav .nav-item .nav-link {
		font-size:13px;
	}

	.header_adress {
		max-width: 100%;
		font-size: 13px;
		bottom: -100px;
		padding-left:35px;
	}

	.header_adress:before {
    	left: 13px;
	}

	.header_mail {
		bottom:-135px;
		padding-left:35px;
	}

	.header_mail:before {
		left:10px;
	}

	.footer_mail {
		padding-left:35px;
	}

	.footer_mail:before {
		left:10px;
	}

	.main-page-carousel .carousel-item-caption {
		height: 50px;
		font-size: 14px;
	}

	.main-page-title {
		margin-top:50px;
	}

	.main-page-title h1 {
		font-size:20px;
	}

	.main-page-title span:nth-child(2) {
		font-size:16px;
	}

	.main-page-catalog_item {
		max-width: 320px;
		padding:0 10px;
		height: 300px;
	}

	.main-page-catalog_item_title {
		left:10px;
		max-width: 300px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title h3 {
		top:100px;
	}

	.main-page-catalog_item:hover .main-page-catalog_item_title span {
		bottom: 100px;
	}
}

@media (max-width: 390px) {
	.g-recaptcha {
	    -webkit-transform: scale(.88);
	    -moz-transform: scale(.88);
	    -ms-transform: scale(.88);
	    -o-transform: scale(.88);
	    transform: scale(.88);
	    -webkit-transform-origin: 0 0;
	    -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	    -o-transform-origin: 0 0;
	    transform-origin: 0 0;
	}
}