/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1366px) {
	.section__cargo-transportation .number-section {
		top: 10px;
		left: -40px;
	}
	.section__cargo-transportation {
		padding-top: 0;
		padding-bottom: 230px;
		margin-top: 100px;
		background-position: center;
	}
	.cargo-transportation__header {
		position: relative;
		padding-top: 100px;
		z-index: 2;
	}
	.cargo-transportation__header p {
		display: none;
	}
	.cargo-transportation__header .main-button a {
		margin-top: 30px;
	}
	.section__cargo-transportation .directions {
		right: 0;
	}
	.section__about-us .number-section {
		right: 125px;
	}
	.section__benefits .number-section {
		left: 130px;
	}
	.main-header {
		position: relative;
		z-index: 2;
	}
	.section__benefits .directions {
		right: 100px;
	}
	.number-section::before {
		width: 400px;
		height: 400px;
	}
	.number-section::after {
		width: 300px;
		height: 300px;
	}
	.section__decor .number-section {
		right: -320px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.header__logo img {
    	max-width: 150px;
	}
	.header__menu nav a {
		padding-left: 14px;
		padding-right: 14px;
	}
	.decor__autotrain {
		padding-left: 0;
	}
	.cargo-transportation__header h1 {
		font-size: 42px;
	}
	.cargo-transportation__header p {
		text-shadow: 0 0 1px #000;
	}
	.decor__autotrain .autotrain-coll, 
	.decor__autotrain p {
		padding: 0 7px;
	}
	.timeworx {
    	position: absolute;
    	bottom: -134px;
    	left: -28px;
	}
	.transportation__form {
		margin-top: 150px;
	}
	.heavy-loads__cart-img {
		height: 211px;
    	width: 211px;
    	margin: 0 auto;
	}
	.header__menu nav a {
		font-size: 16px;
	}
	.section__about-us .number-section {
		right: 49px;
	}
	.section__benefits .number-section {
		left: 18px;
	}
	.section__benefits .directions {
    	right: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header__logo img {
    	max-width: 100px;
	}
	.header__tel {
    	padding-top: 0;
	}
	.header__tel a {
		font-size: 14px;
	}
	.header__menu nav a {
		padding: 17px 4px 15px;
		font-size: 14px;
	}
	.header__menu a::after {
		height: 6px;
	}
	.section__cargo-transportation .number-section {
		position: absolute;
		top: -50px;
		left: -400px;
	}
	.section__cargo-transportation h1 {
		position: relative;
		text-align: center;
		z-index: 1;
	}
	.heavy-loads__cart-header h4 {
		font-size: 12px;
	}
	.section__cargo-transportation {
		padding-bottom: 150px;
		margin-top: 80px;
	}
	.section__about-us .directions {
		position: absolute;
		left: -150px;
	}
	.section__about-us .number-section {
		position: absolute;
		right: -200px;
	}
	.main-header {
		z-index: 2;
	}
	.section__benefits .number-section {
		position: absolute;
		left: -400px;
	}
	.section__benefits .directions {
		right: -15px;
    	top: 718px;
	}
	.decor__autotrain,
	.decor__route {
		width: 100%;
	}
	.autotrain-block p:first-of-type,
	.autotrain-h3 {
		padding-left: 0;
	}
	.cargo-transportation__header p {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.cargo-transportation__header .main-button {
		text-align: center;
	}
	.cargo-transportation__header {
		max-width: 520px;
		padding-top: 0;
		margin: 0 auto;
	}
	.transportation__form {
		position: relative;
		margin-top: 85px;
	}
	.directions,
	.number-section {
		display: none;
	}
	.heavy-loads-row,
	.section__contacts,
	.section__decor,
	.section__benefits,
	.section__about-us {
		padding-top: 75px;
	}
	.heavy-loads-row {
		top: -125px;
	}
	.heavy-loads__cart-header {
		min-height: 130px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		animation: none !important;
	}
	.toggle-mnu {
    	display: block !important;
	}
	.header__menu .col-xs-12 {
		left: auto;
		right: auto;
		width: 100%;
	}
	.heavy-loads-row {
		padding-top: 15px;
	}
	.header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div .header__tel {
		text-align: center;
		padding: 0 0;
	}
	.section__cargo-transportation {
		margin-top: 58px;
	}
	.heavy-loads__cart-block {
		max-width: 400px;
		margin: 0 auto;
	}
	.header__tel a {
		text-align: right;
		font-size: 13px;
	}
	.header__menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 15px;
		width: 250px;
		background-color: rgba(244, 21, 47, 0.8);
		text-align: center;
		-webkit-box-shadow: 0 3px 10px 0px #000;
		box-shadow: 0 3px 10px 0px #000;
	}
	.header__menu li {
		display: block;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header__menu nav a {
		display: inline-block;
		width: 100%;
		color: #fff;
		padding: 10px 0;
		border-bottom: 1px solid #fff;
	}
	.header__menu div li:last-of-type a {
		border: none;
	}
	.header__menu div a::after {
		height: 2px;
	}
	.cargo-transportation__header {
    	padding-top: 35px;
	}
	.heavy-loads__cart {
		width: 100%;
	}
	.section__about-us .number-section {
		right: -340px;
	}
	.about-us-row {
		position: relative;
		z-index: 2;
	}
	.us__cart-3 .about-us__img-bl,
	.us__cart-3 .about-us__img,
	.us__cart-2 .about-us__img,
	.about-us__img-bl,
	.about-us__text,
	.us__cart-2 .about-us__text,
	.about-us__img {
		width: 100%;
		padding: 0;
		border: none;
	}
	.about-us__img-bl,
	.us__cart-3 .about-us__img,
	.us__cart-2 .about-us__img,
	.about-us__img {
		height: 190px;
	}
	.us__cart-3 {
		top: 0;
	}
	.us__cart-2 .about-us__text,
	.about-us__text {
		height: auto;
	}
	.about-us__text p,
	.about-us__text p {
		padding: 15px 0;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.us__cart-2 {
		position: static;
	}
	.us__cart-2 .about-us__img {
		height: auto;
	}
	.about-us__img-bl {
		margin-bottom: 70px;
	}
	.section__about-us {
		padding-bottom: 140px;
	}
	.section__about-us .main-button {
		position: absolute;
		width: 100%;
		bottom: -282px;
		margin: 0;
		text-align: center;
	}
	.main-header {
		max-width: 100%;
	}
	.timeworx {
		bottom: -92px;
    	left: -15px;
	}
	.benefits-block {
		margin: 100px 0 0;
	}
	.benefits-cart {
		width: 50%;
	}
	.benefits-block .benefits-cart:nth-of-type(2) {
		top: 0;
	}
	.line-pyn {
		display: none;
	}
	.benefits-block .benefits-cart:last-of-type {
		float: left;
	}
	.form-decor {
		position: relative;
		padding: 15px;
		z-index: 2;
	}
	.decor__route::before {
		top: 52px;
    	left: -30px;
    	width: 14px;
    	height: 67px;
	}
	.decor__autotrain .autotrain-coll, .decor__autotrain p {
		width: 33.333%;
	}
	.autotrain-block p:first-of-type {
		width: 100%;
		padding-bottom: 5px;
		padding-left: 7px;
	}
	.heavy-loads-row {
		top: 0;
	}
	.heavy-loads__cart-img {
		top: -46px;
	}
	.heavy-loads__cart-text {
		position: relative;
		top: -35px;
		min-height: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.us__cart-2 {
		top: 0;
		position: relative;
		padding-bottom: 50px;
	}
	.us__cart-2 .about-us__text {
		position: absolute;
		bottom: 0;
	}
	.benefits-block .benefits-cart:last-of-type {
		float: none;
    	max-width: 320px;
    	margin: 0 auto;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.header__logo img {
		width: 100px;
	}
	.section__cargo-transportation {
		padding-top: 70px;
	}
	.cargo-transportation__tel a {
		font-size: 20px;
	}
	.cargo-transportation__header {
		padding-top: 0;
	}
	h1 {
		font-size: 40px;
	}
	.benefits-cart {
		width: 100%;
	}
	.section__benefits {
		padding-bottom: 20px;
	}
	.decor__autotrain p {
		font-size: 14px;
	}
	.contacts-col a {
		font-size: 10px;
	}
	.us__cart-2 {
		padding-bottom: 60px;
	}
	.header__tel a {
		padding-right: 10px;
	}
	.about-us__img-bl {
		margin-bottom: 94px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}