body, html {
    height: 100%;
} /* For full-height mainpage block */

body {
	font-family: 'PF Din Text Cond Pro';
	font-size: 16px;
	background: #fff;
	overflow-x: hidden;
	padding-right: 0px !important;
}

/* ===== PRELOADER - start ===== */

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1031;
}

#page-preloader .spinner {
    width: 128px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../img/preloader.gif') no-repeat 50% 50%;
}

/* ===== PRELOADER - end ===== */

.light-block .container, 
.dark-block .container {
	padding-top: 70px;
	padding-bottom: 70px;
}

.light-block .container {
	padding-bottom: 90px;
}


.light-block .container a, 
.dark-block .container a {
	text-decoration: underline;
	color: #ffaa01;
}

.light-block .container a:visited, 
.light-block .container a:hover, 
.light-block .container a:active, 
.dark-block .container a:visited, 
.dark-block .container a:hover, 
.dark-block .container a:active {
	color: #ffaa01;
	text-decoration: none;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	color: #a4a4a4;
	margin-top: 0px;
	margin-bottom: 70px; 
}

h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 70px;
	margin-bottom: 60px;
}

table {
	margin-top: 60px;
	margin-bottom: 70px;
}

table, th, td {
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	background-color: #c8c8c8;
	color: #000000;
	font-weight: normal;
}

tr:nth-child(2n+1) {
	background-color: #2a2a2a;
}

th, td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

tr td:first-child {
	text-align: left;
}

table, th, td { 
border-collapse: collapse; 
border-spacing: 0; 
} 

table { 
border: 0px #dfe8ee solid; 
overflow-x: auto; 
display: block; 
} 

table::-webkit-scrollbar 
{ 
-webkit-appearance: none; 
width: 14px; 
height: 14px; 
} 

table::-webkit-scrollbar-thumb 
{ 
border-radius: 8px; 
border: 3px solid #fff; 
background-color: rgba(0, 0, 0, .3); 
} 

.light-block .container ul, 
.dark-block .container ul {
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.light-block .container li, 
.dark-block .container li {
	list-style: none;

	padding-left: 16px;
	background: url(../img/ul_li.png) 0px 8px no-repeat;

	font-size: 16px;
}

button {
	margin-left: 0px;
	margin-right: 0px;

	font-size: 18px !important;
	font-weight: bold !important;

	color: #ffaa01 !important;

	background-color: transparent !important;
	border: 1px #ffaa01 solid !important;
	border-radius: 0px !important;
}

button:hover {
	color: #000000 !important;
	border: 1px #000000 solid !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	box-shadow: none;
}

.btn:active, .btn:active:focus {
	color: #ffaa01 !important;
	border: 1px #ffaa01 solid !important;
	border-radius: 0px !important;
}

 
.btn:focus, .btn:active:focus, .btn.active:focus {
	background-color: transparent !important;
	box-shadow: none;
	outline: none !important;
}


/* Navbar - Start */

.navbar-nav {
	text-transform: uppercase;
	margin-top: 34px;
}

.navbar {
	min-height: 93px;
}

.navbar-header {
	height: 93px;
}

.navbar-toggle {
	margin-top: 27px;
	border-color: #ea9d04 !important;
}

.navbar-brand {
	margin-top: 22px;
}

.navbar-brand > img {
	max-width: 96px;
	height: auto;
}

.navbar-brand,
.navbar-nav li {
	padding-top: 0;
	font-size: 14px;
}

.navbar-nav li,
.navbar-nav li a {
	height: 30px;
}

.navbar-nav>li>a {
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f1f1f1;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #c5c5c5;
    background-color: transparent;
}

.navbar-nav li.active a {
	border: 2px #ea9d04 solid;
	background-color: transparent !important;
	color: #ea9d04 !important;
}

.navbar-inverse {
	-webkit-box-shadow: 0px -7px 47px 8px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px -7px 47px 8px rgba(0,0,0,0.32);
	box-shadow: 0px -7px 47px 8px rgba(0,0,0,0.32);
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

/* Navbar - End */


/* Main block - Start */

.mainpage {
	min-height: 750px;
	max-height: 1080px;
	height: 100%;
	margin-bottom: -40px;

	background: url(../img/mainpage/mainpage-map.png) no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2
}

.mainpage .container {
	padding-top: 93px;
}

.mainpage .row {
	padding-top: 124px;
}

.mainpage .row img {
	display: block;
	width: 339px;
	margin-left: auto;
	margin-right: 0px;
}

.discription-border {
	margin-top: 30px !important;
	border-top: 1px #c7c7c7 solid;
}

.mainpage p {
	margin-left: auto;
	margin-right: 0px;
	width: 344px;
	color: #000000;
	font-size: 14px;
	text-align: right;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 23px;
}

.mainpage p span{
	display: block;
	text-align: right;
}

.mainpage_cars {
	position: absolute;
	bottom: 12%;
}

/* Main block - End */


/* Dark block - Start */

.dark-block__top {
	height: 44px;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	z-index: 3;

}

.dark-block__top__dark {
	height: 44px;
	width: 55.2%;
	margin-right: auto;
	margin-left: 0px;
	background-color: #1b1b1b;
}

.dark-block__top__dark img {
	display: block;
	height: 44px;
	width: 44px;
	margin-left: auto;
	margin-right: 0px;
}

.dark-block {
	background-color: #232323;
	width: 100%;
	color: #ffffff;
	border-bottom: 44px #1b1b1b solid;
}

.dark-block h3 {
	color: #b0b0b0;
}

.dark-block h4 {
	color: #f0f0f0;
}

/* Dark block - End */


/* Light block - Start */

.light-block .container {
	padding-top: 70px;
}

/* Light block - Start */


/* Why block - start */

.why-block {
	padding-left: 100px;
	color: #b0b0b0;
}

.why-block p {
	max-width: 450px;
}

.why1, .why2, .why3, .why4 {
    margin-bottom: 60px;
}

.why1 {
	background: url(../img/why/temperature.png) 0px 7px no-repeat;
}

.why2 {
	background: url(../img/why/guarantee.png) 0px 7px no-repeat;
}

.why3 {
	background: url(../img/why/picking_up_cargo.png) 0px 7px no-repeat;
}

.why4 {
	background: url(../img/why/low_cost.png) 0px 7px no-repeat;
}

.why5 {
	background: url(../img/why/optimal_speed.png) 0px 7px no-repeat;
}

.why6 {
	background: url(../img/why/cargo_storage.png) 0px 7px no-repeat;
}

.lead {
	color: #ffffff;
}

/* Why block - end */


/* Автопарк - start */

.cars {
	font-size: 20px;
	line-height: 30px;
}

.cars .row {
	position: relative;
	margin-bottom: 50px;
}

.cars .row:last-child {
	margin-bottom: 0px;
}

.cars h4 {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 70px;
	margin-bottom: 0px;
}

.cars h4.weight {
	padding-left: 6px;
	display: inline-block;
	font-size: 26px;
	font-weight: normal;
	color: #f9c32b;
}

.specifications, 
.description {
	margin-top: 34px;
}

.parameter_container {
	position: relative;
}

.parameter {
	position: relative;
    float: left;
    display: block;
    background-color: #ffffff;
    z-index: 2;
    padding-right: 3px;
}

.value {
	position: relative;
    float: right;
    display: block;
    background-color: #ffffff;
    padding-right: 45px;
    z-index: 2;
    padding-left: 2px;
}

.underline {
	display: block;
	position: absolute;
	bottom: 8px;
	border-bottom: 2px dotted #000000;
	width: 100%;
	margin-right: 45px;
	height: 1px;
	z-index: 1;
}

.divider {
	position: absolute;
	bottom: 0px;
	width: 130px;
	height: 1px;
	background-color: #c0c0c0;
}

/* Автопарк - end */


/* Услуги и цены - Start */

.tonns-block {
	margin-bottom: 60px;
	padding-left: 100px;
	min-height: 93px;
}

.ton1 {
	background: url(../img/1ton.png) 0px 5px no-repeat;
}

.ton5 {
	background: url(../img/5tons.png) 0px 5px no-repeat;
}

/* Услуги и цены - End */


/* Вакансии - Start*/

.vacancies ul {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.vacancies h4 {
	margin-bottom: 50px !important;
}

.job {
	border-left: 1px #c6c6c6 solid;
}

.job h4 {
	font-size: 22px;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}

.job p {
	vertical-align: top;
	display: inline-block;
	width: 150px;
}

.job button {
	display: inline-block;
	vertical-align: top;
	margin-left: 35px;
	margin-right: 0px;

	height: 40px;
	width: 157px;
}

/* Вакансии - End*/


/* "Клиенты" и "Партнёры" - Start */

.clients-container,
.partners-container {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    position: relative;
}

.partners-container {
    border: 1px solid #dedede;
}

.swiper-wrapper,
.swiper-buttons-container {
	width: 100%;
}

.swiper-buttons-container {
	position: relative;
}

.client-image-block,
.partner-image-block {
	max-width: 385px;
	height: 240px;
	position: relative;
}

.client-image-block {
	border-left: 1px #b2b2b2 solid;
}

.partner-image-block {
	border-left: 1px #dedede solid;
}

.client-image-block img, 
.partner-image-block img {
	cursor: pointer;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */

	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.client-image-block img:hover, 
.partner-image-block img:hover {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}

.clients-button-prev, 
.clients-button-next,
.partners-button-prev, 
.partners-button-next {
	width: 30px;
	height: 30px;
		-moz-transform: scale(1);
      -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
    		transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
    	 -o-transition: all .2s ease-in-out;
    	 cursor: pointer;
    	 position: absolute;
    	 z-index: 20;
}

.clients-button-next, 
.partners-button-next {
	background: url(../img/btn_slider_right.png) 0px 0px no-repeat;
	top: 43%;
	right: -15px;
}

.clients-button-prev, 
.partners-button-prev {
	background: url(../img/btn_slider_left.png) 0px 0px no-repeat;
	top: 43%;
	left: -15px;
}

.clients-button-next:hover, 
.partners-button-next:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.clients-button-prev:hover, 
.partners-button-prev:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.clients-pagination,
.partners-pagination {
	margin-top: 50px;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
}

.swiper-pagination-bullet {
	margin: 0 5px;
}

.clients-pagination .swiper-pagination-bullet,
.partners-pagination .swiper-pagination-bullet {
	background: url(../img/clients/pagination/slide.png) no-repeat;
	background-size: cover;
	background-position: center center;

	width: 12px;
	height: 12px;
	border-radius: 0px;
	opacity: 1;
}

.clients-pagination .swiper-pagination-bullet-active,
.partners-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	border-radius: 0px;
	opacity: 1;
}

.clients-pagination .swiper-pagination-bullet {
	background: url(../img/clients/pagination/slide.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.clients-pagination .swiper-pagination-bullet-active {
	background: url(../img/clients/pagination/active_slide.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.partners-pagination .swiper-pagination-bullet {
	background: url(../img/partners/pagination/slide.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.partners-pagination .swiper-pagination-bullet-active {
	background: url(../img/partners/pagination/active_slide.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

/* "Клиенты" и "Партнёры" - End */


/* Footer - Start */

.footer__top {
	width: 100%;
}

.footer__top__dark {
	width: 55.2%;
	margin-right: 0px;
	margin-left: auto;
	background-color: #232323;
}

.footer__top__dark img {
	display: block;
	height: 44px;
	width: 44px;
	margin-left: 0px;
	margin-right: auto;
}

.footer {
	background-color: #1a1a1a;
	width: 100%;
	color: #ffffff;
	position: relative;
}

.footer a {
	color: #f6a402;
	text-decoration: underline;
	font-size: 16px;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer h4 {
	margin-top: 0;
	margin-bottom: 0;
	color: #ffaa01;
	font-size: 24px;
}

.footer_dark-bg {
	width: 55.2%;
	background-color: #232323;
	position: absolute;
	top: 0px;
	left: 44.8%;
	height: 100%;
}

.footer .container {
	padding-bottom: 120px;
}

.footer .row {
	padding-top: 50px;
}

.footer-leftpart #tkatm_form {
	max-width: 385px;
}

.footer-leftpart h4 {
	margin-bottom: 40px;
}

input[type="email"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    max-width: 385px;
    width: 100%;
    height: 42px;
    padding: 6px 18px;
    background-color: transparent;
    color: #ffffff;
    line-height: 24px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px #515151 solid;  
}

input:focus, textarea:focus {
	outline: 1px #ffffff solid;
}

input::-webkit-input-placeholder {color:#ffffff;font-style: italic;}
input::-moz-placeholder          {color:#ffffff;font-style: italic;}/* Firefox 19+ */
input:-moz-placeholder           {color:#ffffff;font-style: italic;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#ffffff;font-style: italic;}

textarea::-webkit-input-placeholder {color:#ffffff;font-style: italic;}
textarea::-moz-placeholder          {color:#ffffff;font-style: italic;}/* Firefox 19+ */
textarea:-moz-placeholder           {color:#ffffff;font-style: italic;}/* Firefox 18- */
textarea:-ms-input-placeholder      {color:#ffffff;font-style: italic;}

.message {
    width: 100%;
    min-height: 188px;
    height: auto !important;
    background: none;
    border: 1px #515151 solid;
    padding-top: 8px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 10px;
    resize: none;
}

.error {
	border: 1px #f6a402 solid !important;
}

.footer-leftpart button {
	display: block;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 30px;
	width: 158px;
	height: 40px;
    padding-left: 23px;
    text-align: left;
}

.footer-leftpart button:hover {
	color: #ffffff !important;
	border: 1px #ffffff solid !important;
}

#wait {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	font-weight: normal;
	float: right;
}

.footer__contacts {
	padding-bottom: 40px;
}

.footer-logo {
	display: block;
	float: left;
	margin-left: 10px;
	max-width: 169px;
	height: auto;
}

.contacts_block {
	width: 275px;
	float: right;
	margin-right: 10px;
}

.whatsapp {
	vertical-align: top;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/whatsapp.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.phone-block {
	vertical-align: top;
	display: inline-block;
}

.phone-block p {
	text-align: right;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
}

.phone-block a.phone {
	font-size: 22px;
    text-align: right;
	color: #ffffff;
	text-decoration: none;
}

.phone-block a.phone:visited, 
.phone-block a.phone:hover {
	text-decoration: none;
	color: #ffffff;
}

.social-icons {
	margin-left: 20px;
	vertical-align: top;
	display: inline-block;
}

.social-icons img {
	display: block;
	width: 24px;
	height: 24px;
}

.social-icons a {
	display: block;
	margin-bottom: 4px;
	width: 24px;
	height: 24px;
}

.social-icons a img {
		-moz-transform: scale(1);
      -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
    		transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
    	 -o-transition: all .2s ease-in-out;
}

.social-icons a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.footer__docs {
	border-top: 1px #404040 solid;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer__docs a {

}

.doc {
	display: block;
}

.doc.pull-left {
	margin-left: 10px;
}

.doc.pull-right {
	margin-right: 10px;
}

.doc a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.doc a:hover {
	color: #f6a402;
	text-decoration: none;
}

.doc a:hover p {
	text-decoration: none;
}

.doc img {
	display: inline-block;
	vertical-align: top;
	width: 61px;
	height: 79px;

		-moz-transform: scale(1);
      -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
    		transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
    	 -o-transition: all .2s ease-in-out;
}

.doc a:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
}

.doc a p {
	margin-top: 35px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}

.footer__legal-information {
	font-size: 20px;
	border-top: 1px #404040 solid;
	padding-top: 40px;
	display: block;
}

.company-name {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
}

.company-name strong {
	font-weight: 800;
}

.adress {
	width: 280px;
	margin-left: 10px;
	color: #adadad;
}

.legal-information-container {
	width: 230px;
	margin-right: 10px;
}

.legal-information {
	position: relative;
}

.information-name {
	position: relative;
    float: left;
    display: block;
    background-color: #232323;
    z-index: 2;
    padding-right: 3px;
}

.legal-information span {
	color: #adadad;
}

.information-underline {
	display: block;
	position: absolute;
	bottom: 7px;
	border-bottom: 2px dotted #adadad;
	width: 100%;
	margin-right: 45px;
	height: 1px;
	z-index: 1;
}

.information-value {
	position: relative;
    float: right;
    display: block;
    background-color: #232323;
    z-index: 2;
    padding-left: 2px;
}

/* Footer - End */


/* CalcPage - Start */

.calcpage {
	position: relative;
}

.hide-border-bottom {
	border-bottom: none;
}

.calc-block {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

.calc-block_inner {
	width: 200px;
	float: left;
}

.calc-block_inner__left-padding {
	padding-left: 15px;
}

.route-block, 
.taking-address-block {
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	padding-top: 29px;
	padding-bottom: 29px;
}

.taking-address-block {
	padding-left: 30px;
	padding-right: 30px;
}

.taking-address-block input[type="text"] {
    border: 1px #d1d1d1 solid;
    color: #000000;
}

.taking-address-block input::-webkit-input-placeholder {color:#000000;}
.taking-address-block input::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
.taking-address-block input:-moz-placeholder           {color:#000000;}/* Firefox 18- */
.taking-address-block input:-ms-input-placeholder      {color:#000000;}

.styled-input_block {
	width: 185px;
	height: 27px;
	position: relative;
	background: url(../img/stylized_input.png);
	background-position: top left;
	z-index: 1;
	color: #ffffff;

	margin-bottom: 21px;
}

.errormessage {
    width: 185px;
    height: 27px;
    position: relative;
    color: #000000;
    /* #ffaa01 */
	font-size: 12px;
	line-height: 16px;
    margin-bottom: 21px;
}

.yellow-input {
	background-position: 0px 27px;
}

.styled-input-label {
	width: 100px;
	height: 27px;
	padding-left: 15px;
	line-height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	z-index: 2;
	text-align: left;
}

.styled_input {
	position: absolute;
	top: 0px;
	right: 16px;
	width: 70px !important;
	height: 27px !important;
	background-color: transparent;
	border: none !important;
	color: #000000 !important;
	text-align: center;
	z-index: 1;
	padding: 0px !important;
}

input.styled_input::-webkit-input-placeholder {color:#000000;}
input.styled_input::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
input.styled_input:-moz-placeholder           {color:#000000;}/* Firefox 18- */
input.styled_input:-ms-input-placeholder      {color:#000000;}

textarea.styled_input::-webkit-input-placeholder {color:#000000;}
textarea.styled_input::-moz-placeholder          {color:#000000;}/* Firefox 19+ */
textarea.styled_input:-moz-placeholder           {color:#000000;}/* Firefox 18- */
textarea.styled_input:-ms-input-placeholder      {color:#000000;}

.route-block {
	padding-left: 5px;
}

#route-id, 
.route-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.route-text {
	padding-right: 40px;
	padding-top: 6px;
}

.route-text .glyphicon {
	padding-right: 14px;
	color: #c2c2c2;
}

#route-id, 
#route-id option {
	text-align: center;
	color: #000000;
	width: 185px;
	border-color: #d0d0d0;
}

.route-checkboxes-block {
	margin-top: 10px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	padding-top: 29px;
	padding-bottom: 14px;
}

.outwards-block {
	margin-top: 0px;
	border-top: none;
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	padding-top: 29px;
	padding-bottom: 14px;
}

.calc-block label {
	font-family: 'PF Din Text Cond Pro';
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 15px;
}

.calc-block label span {
	padding-top: 1px;
	display: inline-block;
    vertical-align: top;
}

.icheckbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
}

.summary-block {
	padding-top: 29px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.summary-block p {
	display: inline-block;
	padding-right: 20px;
	padding-top: 9px;
}

.summary-block p, 
.summary-block__summ {
	vertical-align: top;
	font-size: 18px;
	font-weight: bold;
}

.summary-block__summ {
	width: 158px;
	height: 39px;
	position: relative;
	background: url(../img/sum-bg.png);
	background-position: top left;
	color: #ffffff;
	line-height: 39px;
	padding-right: 22px;
	text-align: right;
	display: inline-block;
}

.route-textblock {
	display: inline-block;
	width: 736px;
	vertical-align: top;
	padding-left: 80px;
	line-height: 24px;
}

#calc-to-letter,
.summary-block__buttons {
	display: inline-block;
	vertical-align: top;
}

#calc-to-letter {
	margin-left: 15px;
	font-size: 16px !important;
	padding: 8px 14px;
}

.route-textblock li {
    background: url(../img/ul_li_gray.png) 0px 8px no-repeat !important;
}

.btn-unactive {
	color: #818181 !important;
    border: 1px #818181 solid !important;
}

/* CalcPage - End */


/* Modal Window - Start */

.modal-dialog {
	position: absolute;
	margin: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
}

.modal-content {
	border-radius: 0px;
	border: 1px solid rgb(0,0,0);
}

.close {
	padding: 5px 10px !important;
	/* opacity: 0.5; */
	opacity: 1;
}

.close:hover {
	color: #000;
}

.modal-open {
    overflow: visible;
}

.modal-title {
	color: #000000;
}

.modal-header {
    height: 65px;
    border-bottom: 1px solid #000000;
    background-color: #232323;
}

.modal-footer {
	height: 70px;
    border-top: 1px solid #000000;
    background-color: #232323;
}

.modal-dialog h3 {
	color: #a4a4a4;
	color: #000000;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.modal-dialog button {
    color: #ffffff !important;
    border: 1px #ffffff solid !important;
}

.modal-dialog button:hover {
    color: #ffaa01 !important;
    border: 1px #ffaa01 solid !important;
}

.modal-dialog a {
	color: #ffaa01;
}

.modal-body {
	padding-left: 51px;
	padding-right: 51px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.modal-body .contacts_block {
	display: inline-block;
	float: none;
	padding-bottom: 30px;
	padding-top: 20px;
}

.modal-body .phone-block a.phone {
	color: #000000;
}

.modal-body .footer__contacts {
	padding-bottom: 0px;
}

.modal-body .phone-block a.phone:visited, 
.modal-body .phone-block a.phone:hover {
	color: #000000;
}

.modal-shipment {
	font-style: italic;
}

@-webkit-keyframes levitate{
  0% 
  	{
		 -webkit-transform: translateY(-5px);
   	}

	50% 
	{
		   -webkit-transform: translateY(0px);
   	}

	100%
	{
		 -webkit-transform: translateY(-5px);
	}
}

@-moz-keyframes levitate{
  0% 
  	{
		 -moz-transform: translateY(-5px);
   }

	50% 
	{
		   -moz-transform: translateY(3px);
   	}

	100%
	{
		 -moz-transform: translateY(-5px);
	}
}

@keyframes levitate{
  0% 
  	{
		 -webkit-transform: translateY(-5px);
   	}

	50% 
	{
		   -webkit-transform: translateY(0px);
   	}

	100%
	{
		 -webkit-transform: translateY(-5px);
	}
}

.modal-body .glyphicon {
    color: #ffaa01 !important;
	-webkit-animation: levitate 3s infinite;  
	-moz-animation: levitate 3s infinite;
	animation: levitate 3s infinite;
}

.modal-body .summary-block__buttons p {
	display: inline-block;
}

.modal-body .summary-block__summ {
	vertical-align: middle;
	margin-left: 15px;
	width: 147px;
}

.modal-body .summary-block__buttons {
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
}

.modal-leftpart {
	width: 208px;
}

.modal-leftpart, 
.modal-rightpart {
	display: inline-block;
	vertical-align: top;
}

.modal-rightpart {
	border-left: 1px solid #d0d0d0;
	padding-left: 27px;
	margin-left: 24px;
}

.modal-rightpart input[type="email"], 
.modal-rightpart input[type="text"], 
.modal-rightpart input[type="tel"],  
.modal-rightpart textarea {
    max-width: 385px;
    width: 215px;
    display: block;
    height: 42px;
    padding: 6px 18px;
    background-color: transparent;
    color: #000000;
    line-height: 24px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px #d0d0d0 solid;
    margin-top: -1px;
}

.modal-rightpart .message {
	min-height: 0;
	height: 184px !important;
}

.modal .modal-body {
    max-height: 474px;
    overflow-y: auto;
}

.modal-rightpart input::-webkit-input-placeholder {color:#d0d0d0;font-style: italic;}
.modal-rightpart input::-moz-placeholder          {color:#d0d0d0;font-style: italic;}/* Firefox 19+ */
.modal-rightpart input:-moz-placeholder           {color:#d0d0d0;font-style: italic;}/* Firefox 18- */
.modal-rightpart input:-ms-input-placeholder      {color:#d0d0d0;font-style: italic;}

.modal-rightpart textarea::-webkit-input-placeholder {color:#d0d0d0;font-style: italic;}
.modal-rightpart textarea::-moz-placeholder          {color:#d0d0d0;font-style: italic;}/* Firefox 19+ */
.modal-rightpart textarea:-moz-placeholder           {color:#d0d0d0;font-style: italic;}/* Firefox 18- */
.modal-rightpart textarea:-ms-input-placeholder      {color:#d0d0d0;font-style: italic;}

.modal-leftpart > p {
	line-height: 22px;
	min-height: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 16px;
	width: 208px;
	margin: 0px;
	margin-bottom: 7px;
}

.modal-leftpart > p > span {
	float: right;
}

.modal-leftpart > p:nth-child(even) {
	background-color: #eee;
}

/* Modal Window - End */


/* Change navbar toggle breakpoint - Start */

@media (max-width: 995px) {

	.navbar-nav {
		margin: 14px -15px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display:block !important;
    }
}

/* Change navbar toggle breakpoint - End */


/*Адаптив*/ 
@media (min-width: 1200px) {

	.footer-leftpart {
		margin-left: -80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.footer-leftpart {
		margin-left: -70px;
	}
	.mainpage_cars {
		bottom: 5%;
    	left: 2%;
	}
	.mainpage_cars img {
    	width: 750px;
	}
	.footer-logo {
		width: 160px;
		margin-left: 0;
	}
	.whatsapp {
		width: 51px;
		height: 51px;
		margin-left: 15px;
		margin-top: 2px;
		margin-right: -10px;
	}
	.phone-block a.phone {
		font-size: 21px;
	}
	.doc img {
		width: 53px;
		height: 73px;
	}
	.doc a p {
		margin-left: 10px;
	}
	.footer__legal-information .legal-information-container {
		width: 100%;
		margin-top: 20px;
		padding-left: 20px;
	}
	.job button {
		margin-left: 0;
	}
	.route-textblock {
		width: 534px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mainpage_cars {
		bottom: 10%;
    	left: 3%;
	}
	.mainpage_cars img {
    	width: 515px;
	}
	.mainpage {
		background-size: contain;
	}
	.contacts_block {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 30px;
	}
	.doc.pull-right {
		margin-top: 20px;
	}
	.job button {
		margin-left: 0;
	}
	.footer-leftpart {
		margin-left: -60px;
	}
	.footer-logo {
		float: none;
		margin: 0 auto;
	}
	.doc.pull-left {
		margin-left: 0;
		width: 100%;
	}
	.doc.pull-right {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.footer__docs {
		margin-left: 50px;
	}
	.footer__legal-information .legal-information-container {
		width: 100%;
		margin-top: 20px;
		padding-left: 20px;
	}
	.job {
		margin-top: 20px;
	}
	.route-textblock {
		width: 315px;
		padding-left: 50px;
	}
}

@media (max-width: 767px) {
	.modal-leftpart, 
	.modal-rightpart {
		display: block;
	    border-left: none;
	    padding-left: 0px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 217px;
	}
	.modal-body {
	    padding-left: 20px;
	    padding-right: 20px;
	    min-width: 300px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

	.mainpage {
		min-height: 800px;
		background-size: contain;
	}
	.mainpage_cars img {
    	width: 450px;
	}
	.value {
		padding-right: 0;
	}
	.job {
		text-align: center;
		margin-top: 50px;
	}
	.job h4 {
		text-align: center;
	}
	.specifications, .description {
		padding: 0 80px 50px 40px;
	}
	.cars .container {
		padding-left: 60px;
	}
	.footer__top__dark{
		margin-left: 0;
		width: 100%;
	}
	.footer_dark-bg {
		height: 750px;
		width: 100%;
		left:0;
	}
	.footer-leftpart {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		background-color: #1B1B1B;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer .container {
		padding-bottom: 20px;
	}
	.footer-leftpart #tkatm_form {
		margin: 0 auto;
	}
	.calc-block {
		width: 100%;
		display: block;
	}
	.route-textblock {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 50px;
	}
	.calc-block_inner {
	    width: 187px;
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	}
	.calc-block .clearfix {
		text-align: center;
	}
	.route-block {
		text-align: center;
	}
	.route-checkboxes-block label,
	.outwards-block label {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 252px;
	}
	.taking-address-block {
		text-align: center;
	}
	#taking-address {
		max-width: 378px;
		text-align: left;
	}

}


@media (min-width: 481px) and (max-width: 650px){

	.mainpage_cars {
		bottom: 5%;
    	left: 3%;
	}
	.mainpage {
		min-height: 850px;
	}
}

@media (min-width: 481px) and (max-width: 580px){

	.footer-logo {
		width: 160px;
		margin-left: 0;
	}
	.whatsapp {
		width: 51px;
		height: 51px;
		margin-left: 20px;
		margin-right: -16px;
	}
	.phone-block a.phone {
		font-size: 20px;
	}
	.doc img {
		width: 53px;
		height: 73px;
	}
	.doc a p {
		margin-left: 10px;
	}
	.contacts_block {
		margin-right: 0;
		width: 270px;
	}
	.doc.pull-left {
		margin: 0 auto;
	}
	.doc.pull-right {
		margin: 0 auto;
	}
	.footer__legal-information .legal-information-container {
		width: 100%;
		margin-top: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 0px) and (max-width: 580px) {
	.route-textblock {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 50px;
	}
	.calc-block {
		width: 100%;
	}
	.calc-block_inner__left-padding {
		padding-left: 0px;
	}
	.styled-input_block {
		display: inline-block;
	}
	.calc-block_inner {
		width: 187px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.route-block {
		text-align: center;
	}
	.route-text {
		width: 174px;
		padding-right: 0px;
	}
	.route-text, 
	#route-id {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.route-checkboxes-block label, 
	.outwards-block label {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 252px;
	}
	.taking-address-block {
		text-align: center;
	}

	.summary-block__buttons,
	#calc-to-letter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#calc-to-letter {
		margin-top: 20px;
	}
}

@media (min-width: 0px) and (max-width: 480px) {

	.mainpage_cars {
		bottom: 10%;
    	left: 50%;
    	margin-left: -150px;
	}
	.mainpage {
		min-height: 720px;
		background-position-y: 400px;
		background-size: contain;
	}
	.mainpage_cars img {
    	width: 300px;
	}
	.mainpage .row img {
		width: 275px;
	}
	.mainpage .row {
		padding-top: 50px;
	}
	.mainpage .row :first-child {
		margin: 0 auto;
	}
	.mainpage p {
		width: 280px;
		text-align: center;
		margin-left: auto;
	    margin-right: auto;
	}
	.mainpage p span {
		display: inline;
	}
	.value {
		padding-right: 0;
	}
	.cars img {
		width: 290px;
	}
	.job {
		text-align: center;
		margin-top: 50px;
	}
	.job h4 {
		text-align: center;
	}
	.job button {
		margin-left: 0;
	}
	.footer__top__dark {
		margin-left: 0;
		width: 100%;
	}
	.footer_dark-bg {
		height: 1000px;
		width: 100%;
		left:0;
	}
	.footer-logo {
		width: 160px;
		float: none;
		margin: 0 auto;
	}
	.whatsapp {
    	margin-right: -10px;
	}
	.phone-block a.phone {
		font-size: 20px;
	}
	.doc img {
		width: 53px;
		height: 73px;
	}
	.doc a p {
		margin-left: 10px;
	}
	.footer__legal-information .legal-information-container {
		width: 100%;
		margin-top: 20px;
		padding-left: 20px;
	}
	.contacts_block {
		width: 270px;
		float: none;
		margin: 20px auto;
	}
	.doc.pull-left {
		margin-left: 0;
		width: 100%;
	}
	.doc.pull-right {
		margin-left: 0;
		margin-top: 20px;
		margin-right: 0;
		width: 100%;
	}
	.footer-leftpart {
		width: 100%;
		text-align: center;
		margin-top: 40px;
		background-color: #1B1B1B;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer .container {
		padding-bottom: 20px;
	}
	.footer-leftpart #tkatm_form {
		margin: 0 auto;
	}
	.footer__docs {
		margin-left: 30px;
	}
	.description {
		padding-bottom: 50px;
	}
}