@media screen and (max-width: 1040px){

	.top-bar{
		flex-direction: column;
	}
	.top-menu, .top-contact .text-small, .top-contact a, .romb-right, .romb-left, .slider-right-items{
		display: none;
	}

	.top-contact{
		width: 100%;
	}
	.top-contact .text-big{
		display: block;
	    width: 100%;
	    text-align: center;
	    padding: 8px;
	    background-color: #cc4939;
	}
	.top-contact .text-big a{
		display: block;
		color: #fff;
	}
	

	.slider{
		flex-direction: column;
		height: auto;
	}
	.slider-left, .slider-right{
		width: 100%;
		align-items: center;
		padding: 30px 15px;
	}
	.slider-left{
		z-index: 10;
	}
	.slider-right{
		padding: 0;
	}
	.slider-left-title{
		font-size: 24px;
	}
	.slider-left-item-title{
		display: block;
		width: 100%;
		font-size: 32px;
		text-align: center;
	}
	.slider-left-items-icon{
		justify-content: center;
		margin: 200px 0 0 0;
	}
	.slider-left-text{
		width: 100%;
		text-align: center;
	}
	.slider-left-buttons{
		flex-direction: column;
	}

	.slider-right-items{
		display: none;
	}
	.slider-right-image{
		display: block;
	    width: 100%;
	    height: 200px;
	    position: absolute;
	    background: url(../images/slider/cabel.png);
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    background-position: bottom center;
	    right: -20px;
	    left: auto;
	    top: -460px;
	    z-index: 0;
	}


	.catalog{
		padding: 60px 0;
	}
	.catalog-block {
	    padding: 0 15px;
	}
	.catalog-block .block-title{
		font-size: 28px;
		padding: 0 0 15px 0;
		margin: 0 0 30px 0;
	}
	.block-text{
		text-align: center;
	}
	.catalog-menu{
		display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    justify-content: flex-start;
	    margin: 30px 0;
	    list-style: none;
	    padding: 0;
	}
	.catalog-menu li a{
		padding: 5px 10px;
		margin: 0 0 5px 0;
		display: block;
	}
	.catalog-menu li a::before {
	    display: none;
	}


	.catalog-tab{
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    justify-content: flex-start;
	    margin: 0;
	    position: relative;
	}
	.catalog-tab-menu{
		display: flex;
	    flex-direction: column;
	    width: 100%;
	    min-width: auto;
	    min-height: auto;
	    max-height: none;
	    overflow-y: auto;
	    overflow-x: scroll;
	    border-radius: 0;
	    border: none;
	    padding: 0;
	    box-shadow: none;
	}
	.catalog-tab:before, .catalog-tab:after{
		display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 16px;
	    height: 16px;
	    padding: 0 0 2px 0;
	    position: absolute;
	    font-size: 18px;
	    top: 25px;
	    background-color: rgba(204, 73, 57, .5);
	    color: #fff;
	    border-radius: 4px;
	    z-index: 999;
	    box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
	}
	.catalog-tab:after{
		content: '>';
		right: -10px;
	}
	.catalog-tab:before{
		content: '<';
		left: -10px;
	}
	.catalog-tab-menu ul{
		display: flex;
	    flex-direction: row;
	    width: 100%;
	    list-style: none;
	    align-items: center;
	    justify-content: flex-start;
	}
	.catalog-tab-menu ul li{
		display: flex;
	    width: 100%;
	    min-width: fit-content;
	    align-items: center;
	    justify-content: center;
	}
	.catalog-tab-menu ul li a {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    width: 100%;
	    margin: 15px 0;
	    padding: 0 15px;
	    font-size: 16px;
	    text-decoration: none;
	    color: #4c4c4c;
	    position: relative;
	    transition: color .3s;
	    outline: none;
	    border-right: 1px solid rgba(0, 0, 0, .3);
	}
	.catalog-tab-menu ul li a:before {
		display: none;
	}

	.catalog-tab-menu::-webkit-scrollbar{
		width: 100%;
	    height: 5px;
	    background: #fff;
	}
	.catalog-tab-menu::-webkit-scrollbar-track{
		background: #cc4939;
	    border: 2px solid #fff;
	    background-clip: content-box !important;
	}
	.catalog-tab-menu::-webkit-scrollbar-thumb{
	    width: 60px;
	    height: 5px;
	    max-height: none;
	    border-left: 2px solid #fff;
	    border-right: 2px solid #fff;
	    background-color: #cc4939;
	}

	.catalog-tab-content{
	    display: flex;
	    width: 100%;
	    flex-direction: column;
	    flex: auto;
	    padding: 30px 0;
	}
	.catalog-tab-content-tab-title, .catalog-tab-content-tab-form-title{
	    font-weight: bold;
	    font-size: 14px;
	    padding: 0 0 15px 0;
	    text-align: center;
	}
	.catalog-tab-content-tab-text{
	    font-size: 14px;
	    text-align: center;
	    color: #4c4c4c;
	}
	.catalog-tab-content-tab-img-block{
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	}
	.catalog-tab-content-tab-img-block-about {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    padding: 0;
	}
	.catalog-tab-content-tab-img-block-about-title {
	    font-size: 14px;
	    font-weight: bold;
	    text-align: center;
	}
	.catalog-tab-content-tab-img-block-about ul{
	    display: flex;
	    width: 100%;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    margin: 10px 0;
	}
	.catalog-tab-content-tab-img-block-about ul li {
	    display: flex;
	    padding: 3px 5px;
	    color: #fff;
	    background: #cc4939;
	    border-radius: 5px;
	    margin: 2px 5px 2px 0;
	    font-size: 12px;
	}
	.catalog-tab-content-tab-form-fields {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    margin: 5px 0 15px 0;
	}
	.catalog-tab-content-tab-form-fields input {
	    display: block;
	    padding: 9px;
	    margin: 5px 0;
	    color: #a0a0a0;
	    border-radius: 3px;
	    border: 1px solid #a0a0a0;
	    background: #e8e8e8;
	    font-size: 16px;
	    outline: none;
	}
	.form-btn {
	    padding: 10px 30px;
	    margin: 15px 0;
	    color: #fff;
	    background: #cc4939;
	    border-radius: 3px;
	    font-size: 16px;
	    cursor: pointer;
	    transition: box-shadow .3s;
	}
	.catalog-tab-content-tab-form-email{
		text-align: center;
	}



	.about {
	    background: url(../images/about-bg.jpg);
	    background-size: cover;
	    background-position: center center;
	    padding: 60px 0;
	}
	.about-block {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    justify-content: flex-start;
	    padding: 0 15px;
	}
	.about-block-left, .about-block-right {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	}
	.block-title {
	    font-family: 'Ubuntu', sans-serif;
	    font-size: 32px;
	    font-weight: bold;
	    position: relative;
	    padding: 0 0 15px 0;
	    margin: 0 0 30px 0;
	}
	.about-items {
	    display: flex;
	    flex-direction: column;
	    margin: 30px 0 0 0;
	}
	.about-items .about-item {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    color: #fff;
	    font-size: 16px;
	    margin: 7px 0;
	}
	.about-items .about-item .about-item-text {
	    padding: 15px 30px;
	    width: auto;
	    text-align: center;
	}


	.delivery-map {
	    padding: 60px 0;
	}
	.delivery-block {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    justify-content: center;
	    padding: 15px;
	}
	.delivery-block .block-title {
	    margin: 0 auto 30px auto;
	}
	.delivery-block-content {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	}
	.delivery-block-content-text {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    padding: 0;
	}
	.delivery-block-content-text p{
		text-align: center;
	}
	.delivery-block-content-map{
		display: none;
	}
	.delivery-list {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    list-style: none;
	    padding: 30px 0;
	}
	.delivery-list li {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    position: relative;
	}
	.delivery-list li:after{
		display: none;
	}
	.st18 {
	    font-size: 16px;
	    font-weight: bold;
	}
	.contact-block {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    padding: 0;
	}
	.contact-data {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: flex-start;
	    width: 100%;
	    padding: 15px;
	    position: relative;
	}
	.contact-data .block-title {
	    font-size: 24px;
	    font-family: 'Ubuntu', sans-serif;
	    padding: 0 0 15px 0;
	    width: auto;
	    z-index: 1;
	    position: relative;
	}
	.contact-data .block-title:before{
		display: none;
	}
	.contact-data-text {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: flex-start;
	    padding: 0;
	    color: #fff;
	}
	.contact-data-text p {
	    padding: 10px 0;
	    text-align: center;
	}
	.road-map {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	}


	.scrollUp {
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: center;
	    padding: 5px;
	    background-color: #cc4939;
	    color: #fff;
	    font-size: 24px;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    cursor: pointer;
	    opacity: 0;
	    transition: opacity .3s;
	    z-index: 9999;
	}
	.footer-copyring {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 15px;
	    background-color: #e8e8e8;
	    color: #838383;
	    margin: 0 0 30px 0;
	}

}