/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="text"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}

input[type="tel"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}
input[type="tel"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #90a4ae;}

body {margin: 0; padding-top: 60px; padding-right: 0px!important;}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display-flex {display: flex;align-items: center;margin: 15px 0;}
.text-right {text-align: right;}

body.modal-open { /* Bootstrap fix */
	overflow-y: visible!important;
	padding-right: 0px!important;
}
.modal{
	z-index: 9999;
	padding-right: 0px!important;
}

body #bx-panel{
	margin-top: -60px!important;
}

.container>h2{
	text-align: center;
}

/* МОДАЛЬНОЕ ОКНО */

.modal-body input[type="text"],
.modal-body input[type="tel"],
.modal-body input[type="submit"],
.modal-body textarea {
	width: 100%;
	margin-bottom: 30px;
}
.modal-footer input {
	width: 100%;	
}
/* END МОДАЛЬНОЕ ОКНО */

/* HEADER */

body {
	font-family: 'Roboto';
	color: #37474f;
}

header {
	color: white;
	background-color: #37474f;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

.navbar-fixed-top {
	height: 60px;
	z-index: 960;
}

.height60 {
	height: 60px;
	margin: 0;
}

.height60 p {
	margin: 0;
}

.nav-list {
	padding-left: 0;
	margin-bottom: 0;
}
	@media(min-width: 768px){
		.header .nav-list {
			float: left;
		}
	}

.nav-list li {
	display: inline-block;
	padding-right: 20px;
}

.nav-list li a,
.nav-list li a:focus {
	color: white;
	text-decoration: none;
}

.nav-list li a:hover,
.nav-list li a:active:hover,
.nav-list li a:active:focus,
.nav-list li a:active {
	color: #f05d08;
	text-decoration: none;
}

.nav-list li:last-child {
	padding-right: 0;
}

.nav-list {
	padding: 20px;
	width: max-content;
}

@media(min-width: 768px){
	.navbar-menu-block{
		float: left;
	}
}

.phone-cnt {
	background-color: #f05d08;
	width: 244px;
	height: 60px;
	float: right;
}

.phone-cnt a {
	text-decoration: none;
}

.phone-cnt a:hover {
	text-decoration: none;
	color: inherit;
}

.phone-cnt a:focus {
	outline: none;
}

.phone-cnt img {
	float: left;
	padding: 14px 22px;
}

.phone-text {
	padding: 9px;
	position: relative;
}

.phone-text span {
	display: block;
}

.phone-text p {
	margin: 0;
}

.phone-text .fa {
	position: absolute;
	right: 24px;
	top: 10px;
	color: #973700;
	font-size: 16px;
}

header .working-time {
	font-size: 12px;
	color: #ffb285;
}

header .phonenum {
	color: white;
}

.phone-cnt:hover,
.phone-cnt:active:hover,
.phone-cnt:active:focus,
.phone-cnt:active {
	background-color: #dd5506;
	transition: .4s;
}

button.navbar-toggle {
    border: 1px solid black;
    margin: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

button.navbar-toggle span {
    background-color: black;
}

.navbar-collapse {
	padding: 0;
	box-shadow: none;
}

.logo,
.logo:focus {
	color: white;
	text-decoration: none;
}

.logo:hover,
.logo:active:hover,
.logo:active:focus,
.logo:active {
	color: #f05d08;
	text-decoration: none;
}

/* END HEADER */

/* FOOTER */

footer {
	background-color: #263238;
	color: white;
}

footer .nav-list {
	font-weight: bold;
	text-transform: uppercase;
	margin: 31px 0;
	padding: 0px;
}
	@media(max-width: 991px){
		footer .nav-list {
			display: none;
		}
	}

.contact-heading {
	color: #cfd8dc;
}

.footer_left {text-align:left;}
.footer_center {text-align:center;}
.footer_right {text-align:right;}

a.link-dev {
	color: #f05d08;
	font-weight: bold;
}

.phonenum-cnt {
	margin-top: 15px;
	text-align: center;
}
	@media(min-width: 768px){
		.phonenum-cnt div{
			display: inline;
		}
		.phonenum-cnt {
			margin-top: 25px;
			text-align: right;
		}
	}
	

a.phonenum,
a.phonenum:focus {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-left: 0px;
	text-decoration: none;
}
	@media(min-width: 768px){
		a.phonenum,
		a.phonenum:focus {
			margin-left: 20px;
		}
	}

	a.phonenum:hover,
	a.phonenum:active:hover,
	a.phonenum:active:focus,
	a.phonenum:active {
		color: #f05d08;
		text-decoration: none;
	}

.working-time {
	color: #b0bec5;
	margin: 2px 0 15px;
}
	.footer-menu .working-time{
		text-align: center;
	}
	@media(min-width: 768px){
		.working-time {
			margin: 2px 0 0;
		}
		.footer-menu .working-time {
			text-align: right;
		}
	}

input[type="text"],
input[type="tel"] {
	height: 48px;
	border-radius: 0;
}

input[type="text"] + input[type="text"],
input[type="text"] + input[type="tel"] {
	margin-top: 30px;
}

.inp-checkbox { 
	position: absolute;
	left: -38px;
	top: 5px;
}
.form_footer .inp-checkbox { 
	position: absolute;
	top: auto;
    bottom: 84px;
    left: 109px;
}

.label-checkbox {
	margin: 35px 0;
	font-weight: normal;
	position: relative;
}
	.form_footer .label-checkbox {
		margin: 35px 0;
		font-weight: normal;
		width: 100%;
		text-align: center;
		position: relative;
		background-color: #263239;
	}

.label-checkbox input[type="checkbox"] + div:before {
	display: inline-block;
	position: absolute;
	left: -40px;
	top: 5px;
	background-color: #fff;
}
	.form_order .label-checkbox input[type="checkbox"] + div:before{
		top: 0px;
	}
	.form_footer .inp-checkbox + .label-checkbox:before {
		display: inline-block;
		position: relative;
		left: -15px;
		top: 10px;
	}

.label-checkbox input[type="checkbox"] + div:before,
.form_footer .inp-checkbox + .label-checkbox:before { background-image: url(../img/checkbox-unchecked.png); height: 27px; width: 27px; content: ""; background-size: cover; }
.label-checkbox input[type="checkbox"]:checked + div:before,
.form_footer .inp-checkbox:checked + .label-checkbox:before { background-image: url(../img/checkbox-checked.png); height: 27px; width: 27px; content: ""; }

.inp-radio { display:none; }

.label-radio {
	position: relative;
	margin: 32px 20px 0;
	margin-left: 20px;
	font-weight: normal;
}

.inp-radio + .label-radio:before {
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 2px;
}

.inp-radio + .label-radio:before { background-image: url(../img/radio-unchecked.png); height: 12px; width: 12px; content: ""; background-size: cover; }
.inp-radio:checked + .label-radio:before { background-image: url(../img/radio-checked.png); height: 12px; width: 12px; content: ""; }

.radio-cnt {
	margin-top: 24px;
}

.vehicle-radio {
	display: none;
}

.vehicle-label {
	max-width: 88px;
	width: 100%;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	color: #90a4ae;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}

.icon-cnt{
	filter: grayscale(100%);
}

.vehicle-label.active,
.vehicle-radio:checked + .vehicle-label .vehicle-text {
	color: #f05d08;
}

.vehicle-radio:checked + .vehicle-label .icon-cnt,
.vehicle-label.active .icon-cnt {
	filter: grayscale(0%);
}

.hr-mb {
	margin-top: 0;
}

.hr-mt {
	margin-bottom: 0;
	margin-top: 32px;
}

.rights-cnt p,
.rights-cnt-block {
	margin: 18px 0;
}
	@media(max-width: 991px){
		.rights-cnt p,
		.rights-cnt-block {
			margin: 15px 0 0px;
			text-align: center;
		}
		.rights-cnt{
			padding-bottom: 30px;
		}
	}

	.rights-cnt-block div{
		display: inline;
	}

@media(max-width: 767px){
	.address-cnt{
		text-align: center;
		margin-bottom: 50px;
	}
}

.address-cnt div,
.address-cnt p{
	font-size: 16px;
}

.address-cnt h2 div,
.address-cnt h2{
	text-align: left;
	margin-bottom: 40px;
	font-size: 24px;
}
	@media(max-width: 767px){
		.address-cnt h2 div,
		.address-cnt h2{
			text-align: center;
		}
	}

.form_footer input[type="submit"]{
	display: block;
}
	@media(max-width: 991px){
		.form_footer input[type="submit"]{
			margin: 0 auto;
		}
	}
/* END FOOTER */

/* CONTENT */

.dynamic-img-cnt {
	position: relative;
	width: 698px;
	height: 298px;
	background-image: url(../img/wrecker.png);
}

.dynamic-img-cnt {
	position: relative;
	width: initial;
	height: 298px;
	background-image: url(../img/wrecker.png);
	background-repeat: no-repeat;
	background-size: contain;

}
.dynamic-img {
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 196px;
	right: 0;
	left: 160px;
	margin: 0 auto;
	max-width: 150px;
}

@media(min-width: 992px){

	.dynamic-img {
		position: absolute;
		background-repeat: no-repeat;
		background-position: bottom;
		bottom: 163px;
		right: 0;
		left: 200px;
		margin: 0 auto;
		max-width: 201px;
	}
}

@media(min-width: 1200px){
	.dynamic-img-cnt {
		width: 698px;
		height: 298px;
	}

	.dynamic-img {
		position: absolute;
	    background-repeat: no-repeat;
	    background-position: bottom;
	    bottom: 114px;
	    right: 0;
	    left: 256px;
	    margin: 0 auto;
	    max-width: inherit;
	}
}

@keyframes fadeInDown {
	from {
		transform: translate3d(0, -20%, 0);
	}
}

h1 {
	margin-top: 66px;
	font-size: 30px;
	color: #263238;
	text-align: center;
}

.subheading {
	font-size: 18px;
	color: #546e7a;
	text-align: center;
}

h1 + .subheading {
	margin-bottom: 68px;
}

h2 {
	font-size: 24px;
	margin-top: 56px;
	margin-bottom: 40px;
}

h3 {
	color: #263238;
}

.vehicles-header {
	margin-bottom: 24px;
}

.vehicles-body h3 {
	font-size: 28px;
}

.vehicles-body .subheading {
	text-align: left;
}

.cp-img {
	padding-left: 10px;
	margin-bottom: 1px;
}

.grey-block {
	background-color: #f3f3f3;
}

.advantage-img {
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantage-text {
	min-height: 60px;
}

.advantage-cnt {
	text-align: center;
	margin-bottom: 32px;
}

.orange-block {
	background-color: #f05d08;
	color: white;
}

.orange-block h2 {
	margin: 56px 0;
	text-align: left;
	line-height: 1.4;
}

.orange-block .container {
	position: relative;
}

.ob-img {
	position: absolute;
	right: 20px;
	top: -24px;
}

.price-list {
	padding-left: 0;
	max-width: 945px;
	margin: 0 auto;
	list-style: none;
	font-size: 16px;
	color: #212121;
}

.price-list li {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	text-align: right;
	background: url(../img/dotted.png) 0 32px repeat-x;
}

.price-list li span {
	float: left;
	background: #fff;
	text-align: left;
	padding-right: 10px;
}

.price-list .price {
	float: none;
	text-align: right;
	padding-left: 10px;
	color: #f05d08;
	font-size: 18px;
}

.note {
	font-size: 18px;
	color: #212121;
}

hr {
	border-top: 1px solid #090c0d;
	border-bottom: 1px solid #404c52;
}

.btn-center {
	text-align: center;
	margin-top: 44px;
	margin-bottom: 60px;
}

.btn,
.btn:focus {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 20px;
	background-color: #f05d08;
	color: white;
	border-radius: 0;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	background-color: #bf4c09;
	color: #eee;
	transition: .3s;
}

.blog-cnt {
	margin-bottom: 60px;
}

.blog-img {
	height: 294px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blog-text {
	padding: 14px 24px;
	background-color: white;
}

.nav-tabs>li {
	width: 98px;
	text-align: center;
}

.nav>li>a {
	padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
	color: #f05d08;
}

.nav-tabs>li>a {
	border: none;
}

.nav-tabs {
	border: none;
}

.icon-cnt {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.vehicle-text {
	min-height: 28px;
	display: block;
}

.owl-btn {
	position: absolute;
	top: 128px;
	z-index: 99;
}

.owl-btn a,
.owl-btn a:focus {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f05d08;
	width: 48px;
	height: 32px;
	border-radius: 16px;
	color: white;
	text-decoration: none;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
	text-decoration: none;
	background-color: #bf4c09;
	transition: .3s;
}

.owl-cnt {
	position: relative;
}

.btn-prev {
	left: -64px;
}

.btn-next {
	right: -64px;
}

.questions li {
	width: calc(50% - 30px);
	background-color: #f3f3f3;
	background-image: url(../img/dot.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.questions li,
.panel-heading {
	margin: 15px;
	text-align: left;
}

.questions{
	margin: 0px -15px 0px -15px;
}

.questions li a,
.panel-heading {
	padding: 15px 30px;
	color: #263238;
	font-size: 16px;
	margin: 0;
}

.questions li a:hover,
.questions li a:focus,
.questions li a:active {
	background: none;
}

.questions li.active a,
.questions li.active a:hover,
.questions li.active a:focus,
.questions li.active a:active {
	background: none;
	color: inherit;
}

.questions li.active {
	background-image: url(../img/dot-active.png);
}

#questions .tab-pane {
	margin-bottom: 60px;
	margin-top: 36px;
}

#questions .tab-pane p {
	margin-bottom: 0;
}

/* Modal */

.location {
	background-image: url(../img/marker.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
}

.modal-content {
	padding: 68px;
	text-align: left;
}

.modal-body,
.modal-footer {
	padding: 0;
}

.modal-header {
	padding: 0 0 48px 0;
}

.modal-footer {
	padding: 48px 0 0 0;
}

.modal-header,
.modal-footer {
	border: none;
}

button.close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.modal-content input[type="text"],
.modal-content input[type="tel"],
.modal-content textarea {
	background-color: #eceff1;
	border: none;
	padding: 12px;
}

.phone {
	letter-spacing: 1px;
}

.issue-ev {
	margin-top: 26px;
}

.modal textarea {
	resize: none;
}

.ev-object {
	color: #78909c;
	font-size: 12px;
}

.ev-price {
	color: #263238;
	font-size: 16px;
}

.text-bold {
	font-weight: bold;
}

.modal-content a:not(.btn),
.modal-content a:focus:not(.btn) {
	color: #f05d08;
	text-decoration: underline;
}

.modal-content a:hover:not(.btn),
.modal-content a:active:hover:not(.btn),
.modal-content a:active:focus:not(.btn),
.modal-content a:active:not(.btn) {
	text-decoration: none;
}

.modal-content label {
	font-weight: normal;
}

.text-grey {
	color: #78909c;
}

.modal-content p {
	margin-bottom: 0;
}

.modal-content .label-checkbox {
	margin: 10px 0 16px 40px
}

.costing_btn {
	margin-bottom: 32px
}

#modalCall .label-checkbox {
	margin: 8px 48px 30px 88px;
}

#modalCall .modal-body input[type="submit"] {
	margin-bottom: 0;
}

/* END CONTENT */

/*________medias______*/

@media (max-width: 1199px) { /*_0-md_*/
}

@media (max-width: 991px) { /*_0-sm_*/

	header .nav-list {
		padding: 20px 0;
	}

	.nav-list li {
		padding-right: 10px;
	}

	.phone-cnt {
		width: 216px;
	}

	.phone-cnt img {
		padding: 14px 12px;
	}

	.phone-text .fa {
		right: 16px;
	}

	.questions li {
		height: 75px;
	}

	.questions li a {
		padding-right: 45px;
	}

	footer .nav-list li {
		margin-bottom: 16px;
	}

}

@media (max-width: 767px) { /*_0-xs_*/

	.navbar-fixed-top {
		height: auto;
	}

	header .nav-list {
		margin: 0;
		padding: 0;
		width: auto;
	}

	header .nav-list li {
		width: 100%;
		text-align: right;
		margin: 4px 0;
		padding-right: 0;
	}

	.phone-cnt {
		margin-bottom: 16px;
	}

	.questions li {
		height: auto;
		width: 100%;
		margin: 4px 0;
	}

	.btn-prev {
		left: 16px;
	}

	.btn-next {
		right: 16px;
	}

	.price-list li span:not(.price) {
		max-width: 180px;
	}

	header .nav-list {
		width: 100% !important;
		margin-bottom: 16px;
		float: left;
	}

	button.navbar-toggle {
		margin-left: auto !important;
		border-color: white;
	}

	button.navbar-toggle span {
		background-color: white;
	}

	.hr-mb {
		margin-bottom: 0;
	}

	.phonenum, .phonenum:focus {
		font-size: 14px;
	}

	.price-list li {
		padding: 8px 0;
		background-position: 0 24px;
	}

	.vehicle-heading {
		margin-top: 0;
		font-size: 22px !important;
	}

	.vehicles-body .subheading {
		margin: 16px 0 32px;
		font-size: 14px;
	}

	.vehicles-body .btn,
	.vehicles-body .btn:focus{
		font-size: 12px;
		padding: 10px;
	}

	.advantage-cnt {
		margin-bottom: 0;
	}

	h2 {
		margin-top: 32px;
		margin-bottom: 32px;
	}

	.modal-content {
		padding: 16px;
	}

	.vehicle-label {
		margin-right: 0;
	}

	.modal-title {
		margin-top: 48px;
	}

	.wheels {
		margin: 32px 0 48px;
	}

	.wheels .label-radio {
		margin-top: 16px;
	}

	.panel-group {
		margin-top: 20px;
	}

	.panel {
		border: 1px solid #eee;
	}

	.panel,
	.panel-heading {
		border-radius: 0 !important;
	}

	.panel-heading {
		background-color: #eceff1;
	}

	.panel-title a,
	.panel-title a:focus {
		text-decoration: none;
	}

	.panel-title a:hover,
	.panel-title a:active:hover,
	.panel-title a:active:focus,
	.panel-title a:active {
		color: #f05d08;
		text-decoration: none;
	}

	#modalCall .label-checkbox {
		margin: 8px 0 24px 48px;
	}

	#modalCall .modal-title {
		margin-bottom: 16px;
	}

	.display-flex {
		display: flex !important;
	}

	.footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 20px;
	}
}

@media(min-width: 992px){
	.orange-block-title{
		width: calc(100% - 470px);
	}
}

.minpadding{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.agreement_src,
.agreement_src:focus{
	text-decoration: none;
	color: #f05d08;
}

.agreement_src:hover,
.agreement_src:active,
.agreement_src:active:hover,
.agreement_src:active:focus{
	color: #f05d08;
}

#photo .container{
	padding-bottom: 70px;
}

.mfeedback{
	position: relative;
}

.order-agree-block{
	margin-bottom: 25px; 
}

@media(max-width: 767px){
	.form_footer h2{
		text-align: center;
	}
}

.form_footer .mf-ok-text{
	position: absolute;
	top: -25px;
}

.form_footer .mfeedback p:nth-child(1) .errortext{
	position: absolute;
	top: -20px
}

.form_footer .mfeedback p:nth-child(2) .errortext{
	position: absolute;
	top: -35px
}

.form_modal .mf-ok-text{
	position: absolute;
	top: -25px;
	text-align: center;
    right: 0px;
    left: 0;
}

.form_modal p:nth-child(1) .errortext{
	position: absolute;
	top: -20px;
	text-align: center;
    right: 0px;
    left: 0;
}

.form_modal p:nth-child(2) .errortext{
	position: absolute;
	top: -40px;
	text-align: center;
    right: 0px;
    left: 0;
}

.issue_modal_  .mf-ok-text{
	position: absolute;
	top: -25px;
    left: 0;
}

.issue_modal_  p:nth-child(1) .errortext{
	position: absolute;
	top: -40px;
    left: 0;
}

.issue_modal_  p:nth-child(2) .errortext{
	position: absolute;
	top: -20px;
    left: 0;
}

.input_from_valid_text{
	position: absolute;
	bottom: -10px;
	color: #ff0000;
	left: 0px;
}

/* 404 ERRR */
.content_404_error {
	position: relative;
	overflow: hidden;
	font-size: 550px;
	font-family: 'BebasNeue-bold', 'Arial';
	line-height: 480px;
	color: #c6c8cb;
}

.content_404_error_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #5c5e69;
	font-size: 88px;
	text-shadow: 0px -4px 0px #fff, 4px 4px 0px #fff, -4px 4px 0px #fff, 4px -4px 0px #fff, -4px -4px 0px #fff;
}

.content_404_error_detail {
	margin-bottom: 30px;
	font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
	display: inline-block;
	margin: 0 15px 20px 15px;
	padding: 20px 45px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #62646e;
}

.content_404_error_links a:hover {
	color: #fff;
	background-color: #c6c8cb;
}

@media (max-width: 1199px) { /*_0-md_*/

	.content_404_error {
		font-size: 460px;
		font-family: 'BebasNeue-bold';
		line-height: 400px;
	}

	.content_404_error_text {
		font-size: 70px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	.content_404_error {
		font-size: 200px;
		font-family: 'BebasNeue-bold';
		line-height: 180px;
	}
	.content_404_error_text {
		font-size: 30px;
	}
}

/* END 404 ERRR */

/*   validation   */

.footerCallback{
	position: relative;
}

.help-block{
	position: relative;
	height: 0;
	margin: 0px;
	text-align: center;
}
	.modal-phone-block .help-block{
		bottom: 15px;
	}
	.footerFeedback #user_phone-error{
		top: 15px;
	}
	.orderFeedback #licenses_inline-error{
		bottom: 0px;
	}
	.orderFeedback #user_phone-error{
		bottom: 15px;
	}

#licenses_inline-error{
	bottom: 28px;
}
/* end validation */

.thanks-modal-body{
	font-size: 22px;
    padding: 46px;
    text-align: center;
}
	@media(min-width: 768px){
		.thanks-modal-body{
			font-size: 28px;
		}
	}