@media screen and (max-width : 1280px) {
	.map .map-toogler {
		left: 10%;
	}

	.our-team .bx-wrapper .bx-prev {
		left: -20px;
	}

	.our-team .bx-wrapper .bx-next {
		right: -20px;
	}
}

@media screen and (max-width : 1080px) {
	.catalog .content-box {
		justify-content: space-around;
	}

	.our-team .bx-wrapper {
		padding: 0 25px;
	}

	.map-descr-cont {
		right: 4%;
	}

	.map .map-toogler {
		left: 4%;
	}
}

@media screen and (max-width : 880px) {
	.map .map-toogler {
		left: calc(50% - 190px);
	}

	.map-descr-cont {
		position: relative;
		margin: 415px auto 20px auto;
		right: 0;
		top: 0;
	}

	.map {
		padding-right: 10px;
		padding-left: 10px;
	}

	.map-spb, .map-msk {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width : 568px) {
	header {
		padding-bottom: 90px;
	}

	.header-cont {
    	padding: 0px 10px 0;
	}

	.top-line {
		background: transparent;
	}

	.header-cont {
		margin: 40px auto 0;
	}

	.header-cont h1 {
		text-align: center;
	}

	.header-cont h3 {
		margin: 30px auto 55px auto;
		text-align: center;
	}

	.header-cont a {
		margin: 0 auto;
	}

	.catalog {
		margin-bottom: 60px;
	}

	.quote {
		padding: 0 30px;
	}

	.quote:before {
		left: 4px;
	}

	.quote:after {
		right: 4px;
	}

	.delivery .container {
		justify-content: center;
		flex-wrap: wrap;
	}

	.delivery .container .column {
		max-width: 100%;
		width: 100%;
	}

	.delivery .container .column h2 {
		text-align: center;
	}

}

@media screen and (max-width : 767px) {
	.top-line {
		display: flex;
	}

	header .right-col {
		text-align: center;
	}

	#catalog, #about, #delivery, #contact {
		padding-top: 0px;
		margin-top: 0px;
	}

	#contact {
		padding-top: 1px;
	}

	.desc-nav, .fixed-nav {
		display: none;
	}

	.toogler, .mob-nav {
    	display: block;
	}

	.top-line {
		position: relative;
	}

	nav {
		height: 45px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "Roboto Condensed";
		position: absolute;
		top: 35px;
		left: 0;
		width: 100%;
		max-width: 100%;
	}

	.toogler {
		cursor: pointer;
		font-size: 30px;
	}

	.mob-nav {
		position: absolute;
    	height: 0;
    	z-index: 5;
    	top: 55px;
    	left: 0;
    	background: rgba(0,0,0,.6);
    	width: 100%;
    	text-align: center;
    	overflow: hidden;
	}

	.mob-nav li a {
		display: block;
		color: #ffffff;
		font-family: 'Proxima Nova Light';
		font-size: 14px;
		text-transform: uppercase;
		padding: 5px 0;
		margin: 5px 0;
	}

	.why-us .container .item {
		text-align: center;
	}

	.why-us .container .item:nth-child(1),
	.why-us .container .item:nth-child(2),
	.why-us .container .item:nth-child(3),
	.why-us .container .item:nth-child(4),
	.why-us .container .item:nth-child(5),
	.why-us .container .item:nth-child(6) {
		background-position: top center;
	}

	.map .map-toogler {
		top: 30px;
	}

	.why-us .container {
	    justify-content: space-around;
	}
}

@media screen and (max-width: 568px) {
	#politicModal {
		padding: 50px 15px;
	}
}

@media screen and (max-width: 480px) {
	.top-line {
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}

	.top-line .logo {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.top-line .logo img {
		display: inline-block;
		max-width: 130px;
	}

	nav {
		top: 120px;
	}

	footer .container {
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .container .column,
	footer .container .column:last-child {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}

	footer .container .column:first-child img {
		display: inline-block;
	}

	.header-cont h1 {
		font-size: 45px;
	}

	.map .map-toogler {
	    left: calc(50% - 95px);
	    width: 190px;
	    flex-wrap: wrap;
	}

	.map .map-toogler span {
	    width: 100%;
	}

}