*{
	padding: 0;
	margin: 0;
	--webkit-appearance: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
input{
	border: none;
	outline: none;
}
body{
	font-family: 'PT Sans';
}
.menu{
	background: #953453;
}
.bg-custom{
	background: #953453
}
.navbar-dark .navbar-nav .nav-link{
	font-family: 'PT Sans Narrow';
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #e07295;
	transition: all 0.2s ease;
}
.navbar-collapse{
	display: flex;
	justify-content: center;
}
.hero{
	min-height: 616px;
	background-image: linear-gradient(#c3cfe2, #f5f7fa);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	padding: 30px 0;
	background-size: cover;
}
.logo-wrapper{
	display: block;
}
.blue-btn{
	line-height: 40px;
	color: #fff;
	background: #0066a8;
	border: solid 1px #0066a8;
	padding: 10px 40px;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	-webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.blue-btn:hover{
	opacity: 0.8;
	color: #fff;
	border: solid 1px #fff;
}
.blue-btn:active{
	background: #fff;
	color: #0066a8;
}
.hero-phones ul{
	list-style: none;
	padding: 0;
	font-family: 'PT Sans';
	font-weight: bold;
	color: #818181;
	font-size: 19px;
	text-align: right;
}
.hero-phones .tel{
	font-weight: bold;
	color: #818181;
	font-size: 19px;
}
.hero-phones ul li:nth-child(3){
	margin-top: 5px;
}
.hero-phones ul li.messenger{
	margin-top: 0;

	background-size: 20px;
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 25px;
	text-decoration: underline;
	text-decoration-style: dashed;
	font-size: 14px;
	text-align: right;
}
.wpp{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF+vv6TK9Qm9Kd////lcH0zQAAAAR0Uk5T////AEAqqfQAAAEuSURBVHjalJZZDsQgDENd9/53nmq6kMWQkJ9KFQ8HyIYzG7yJBQUhOdRExiAZksdl14cKQ0b+64d9nII0cnOBgmcUMrAILZFIocdcZih0mUdsQC3GUB9UM8NDbDA3ZSD7mKWDCEJcq94O4r4F/xyVFJwQUV2kgZx6LfWHGKHqVPlEHSm7ZAPiDnRMoWMHYs0ced8GlDdmnSXCm1pKQPWpVKihV2LCinSj1ZWLnahdSXXY/U5LJgFAE+zzoOaMMkafu+qu5tCXhFikTXBvZK56Fs6F3hK2zNEolOqeboL0JbYqy6StuOxBsm3kWt7ohhvQ6KBoe2e6LrpC9D23BYXuPryb96YwfbyxR86Lf5pzHiUfZ1yPRm8nFKngRjA/u1loMfDlITE4XA6W50+AAQBRxAr+t6+ekwAAAABJRU5ErkJggg==');
}
.viber{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA3CAMAAAB0Mpl3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF+Pj5fVKetp7J////qHe92QAAAAR0Uk5T////AEAqqfQAAAFdSURBVHjanNaLkoMgDAXQ5PL//7xVK+RxA+lmplNrOagYCDJCCInU5gQYlB7xTLrEMskEn9AnrkNkJt7M5i4MXGgSLWO6F53JHUstpMeAQV2z1Iu0FROF58HqFmksv5cSfyGsDsBGxyK4AfI9I13Kj8L7vmY63OdAxt208i/5ewSnTLYFNE/gOnQKNRLTMzQ+pU+ggO7v+wNyf0jdmLv7/IAQlM6YE5ewT5UR8ou6b26LNGXBI/YILHXc+BGkJOWhJ6R0DgN7hMPsouikOPKPleZhgTRnum7SyP8B8rJJwrKpFpeQGtWKTR/So29BL18pj0a5jIP0CrbuVYqte1UKIJi5wo5tnXmmfFrLR686mVEw9Qm9QiOhfLaMxEINHEuukC0B9rXdVvdcrIG0hUj7iDgaaO1YXoaNKXdhqMxu6wZixjjs956CSdodkPwDNUxCHcP2sOM3NHpm/AkwAAsKDHVRS+yFAAAAAElFTkSuQmCC');
}
.hero-phones ul li > a{
	color: #818181;
	font-size: 14px;
	font-weight: normal;
}
.hero-heading-wrapper{
	text-align: center;
	margin-top: 1px;
}
.hero-heading{
	line-height: 50px;
	padding: 0 15px;
	background-color: #953453;
	margin-bottom: 5px;
	font-size: 34px;
	color: #fff;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
}
.hero-subheading{
	font-weight: bold;
	font-size: 18px;
}
.hero-footer{
	margin-top: 25px;
}
.hero-footer img{
	max-width: 100%;
}
.hero-cta{
	font-family: 'PT Sans';
	font-size: 24px;
	font-weight: bold;
	color: #818181;
}
.hero-cta p{
	margin-top: 80px;
}
.hero-cta span{
	font-size: 68px;
	font-family: 'PT sans Narrow';
	font-weight: bold;
	color: #0066a8;
}
.grip-1{
	background-image: url('/cargo/wp-content/themes/img/grip-1.webp');
	display: block;
	min-height: 357px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.grip-text{
	text-align: right;
	padding-top: 80px;
	color: #fff;
}
.grip-text h1{
	font-family: 'PT sans Narrow';
	font-weight: bold;
	font-size: 33px;
	color: #e27497;
}
.grip-form-wrapper{
	background-color: #481a27;
	margin-top: 30px;
}
.grip-form-wrapper > form{
	padding: 35px 15px;
}
input[type="text"], input[type="email"]{
	border: solid 1px #fff;
	margin-bottom: 10px;
	line-height: 25px;
	padding: 8px 8px 8px 40px;
	background-color: transparent;
	color: #fff;
	width: 100%;
	font-size: 12px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder{
	color: #fff;
}
input[type="text"]:first-child, input[type="email"]:first-child{
	background-image: url('/cargo/wp-content/themes/img/form/user.png');
	background-position: 12px;
	background-size: 15px;
	background-repeat: no-repeat;
}
input[type="text"]:nth-child(2), input[type="email"]:nth-child(2){
	background-image: url('/cargo/wp-content/themes/img/form/mail.png');
	background-position: 12px;
	background-size: 15px;
	background-repeat: no-repeat;
}
input[type="text"]:nth-child(3), input[type="email"]:nth-child(3){
	background-image: url('/cargo/wp-content/themes/img/form/phone.png');
	background-position: 12px;
	background-size: 15px;
	background-repeat: no-repeat;
}
.grip-form-wrapper > form > input[type="submit"]{
	background-color: #9d4a64;
	color: #fff;
	line-height: 50px;
	padding: 0 10px;
	width: 100%;
	margin-top: 20px;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	cursor: pointer!important;
	border: solid 1px #9d4a64;
	-webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.grip-form-wrapper > form > input[type="submit"]:hover{
	background-color: transparent;
	border: solid 1px #fff;
}
.grip-form-wrapper > form > input[type="submit"]:active{
	background-color: #fff;
	border-color: #9d4a64;
	color: #9d4a64;
}
.timer-wrapper{
	display: block;
	float: right;
	margin-right: 15px;
}
.timer-digit{
	font-family: 'PT Sans Narrow';
	font-size: 44px;
	padding: 0px 15px;
	background: #994964;
	border-radius: 5px;
	text-align: right;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(255,255,255,.2);
}	
.timer-header{
	margin-bottom: 0;
}
.timer-divider:before{
	content: '';
	border-right: solid 3px #a3a3a3;
	font-size: 44px;
	margin: 10px 15px;
}
#clockdiv, #clockdiv2{
	text-align: right;
	float: right;
}
.ways-cont{
	display: flex;
	justify-content: space-between;
}
.ways{
	min-height: 410px;
	background-image: url(../img/ways-2.webp);
	background-position: center center;
	background-size: cover;
	padding: 40px 0;
	text-align: center;

}
.ways h1{
	color: #212121;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 36px;
}
.ways-item{
	min-width: 23%;
	min-height: 180px;
	height: auto;
	overflow: auto;
	background: #481a27;
	position: relative;
/*	margin-left: 20px;*/
}
.ways-item img{
	margin-top: 35px;
}
.ways-img-first{
	margin-top: 20px!important;
}
.ways-inner{
	min-height: 60px;
	width: 100%;
	background: #9d4a64;
	margin: 0 -15px;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	line-height: 60px;
}

.about{
	background-image: url('/cargo/wp-content/themes/img/about.webp');
	display: block;
	min-height: 420px;
	color: #fff;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about h1{
	font-family: 'PT Sans Narrow';
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 25px;

}
.about ul{
	list-style: none;
	padding: 0;
}
.about ul li{
	background-image: url('/cargo/wp-content/themes/img/list.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.about ul li p{
	font-family: 'PT Sans Narrow';
	margin-bottom: 0;
	font-weight: bold;
	font-size: 24px;
}
.service{
	padding: 60px 0 0 0;
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
/*	margin-bottom: 50px;*/

}
.service-odd img{
	float: left;
}
.service-odd{
	margin-bottom: 50px;
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
}
.service-odd:before{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	height: 100%;
	width: 100%;
	background: inherit;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(3deg);
}
.service-odd:after{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: -20%;
	height: 100%;
	width: 100%;
	background: inherit;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(3deg);
}
.service-last{
	padding: 30px 0 50px 0!important;
	background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

.service-even{
	text-align: right;
	background: #fff;
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	margin-bottom: 30px;
	margin-top: 30px;
}
.service-even:last-child{
	margin-bottom: 0
}
.service-even:last-child:after{
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	transform: skewY(0deg);
}
.service-even:before{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: -5%;
	height: 100%;
	width: 100%;
	background: inherit;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
}
.service-even:after{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	height: 100%;
	width: 100%;
	background: inherit;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(1deg);
}
.service-item-wrapper{
	padding: 30px 0 20px 0;
	position: relative;
	z-index: 2

}
.service-item-wrapper img{
	max-width: 90%;
	float: right;
}
.service-item-wrapper h6{
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}
.service-item-wrapper p{
	color: #818181;
}
/*.service-item-wrapper h6, p{
	padding-left: 20px;
}*/
.service h1{
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.grip-2{
	background-image: url('/cargo/wp-content/themes/img/grip-2.webp');
	display: block;
	min-height: 357px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.grip-2 .grip-text{
	padding-top: 30px;
}
.grip-3 .grip-text{
	padding-top: 65px;
}
.testimonials{
	background-color: #f7f7f7;
	padding-top: 40px;
	text-align: center;
}
.testimonials img{
	border-radius: 100px;
}
.testimonials h1{
	font-family: 'PT Sans Narrow';
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 40px;
}
.feedback{
	margin-top: 30px;
	margin-bottom: 65px;
	text-align: left;
	font-size: 12px;
	color: #828282;
}
.feedback h4{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'PT Sans Narrow';
	color: #202020;
}
.feedback h5{
	font-weight: bold;
	font-size: 16px;
	font-family: 'PT sans';
	color: #202020;
}

.grip-3{
	background-image: url('/cargo/wp-content/themes/img/grip-3.webp');
	display: block;
	min-height: 357px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: 10;
}
.reco{
	padding-top: 40px;
}
.reco h1{
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.reco img{
	max-width: 90%;
}
.reco h6{
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
.reco span{
	color: #828282;
}
.reco-item{
	margin-bottom: 60px;
	white-space: word-warp;
}
.grafic{
	min-height: 350px;
	display: block;
	height: auto;
	background-size: cover;
	background: url('/cargo/wp-content/themes/img/grafic-bg.webp');
	padding-top: 40px;
	color: #fff;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
}
.grafic h2{
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 24px;
}
.grafic h1{
	font-family: 'PT Sans Narrow';
	font-size: 36px;
	color: #e07295;
	font-weight: bold;
	margin-bottom: 25px;

}
.grafic ul{
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.grafic ul li{
	background-image: url('/cargo/wp-content/themes/img/list-2.png');
	background-size: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 55px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.grafic p{
	font-size: 14px;
}
.fill{
	min-height: 400px;
	display: block;
	height: auto;
	background: url('/cargo/wp-content/themes/img/fill-bg.webp');
	background-size: cover;
	background-position: center 60%;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #fff;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	text-align: center;
	font-weight: bold;
}
.fill-truck{
	background: url('/cargo/wp-content/themes/img/fill-truck-2.webp');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 0;
	position: relative;;
}
.progress{
	position: absolute;
	top: 30%;
	left: 5%;
	background: #a55266;
	width: 50%;
	height: 15px;
	border: solid 1px #a23f58;
	border-radius: 30px;
}
.fill-truck p{
	position: absolute;
	top: 20%;
	right: 30%;
	font-family: 'PT Sans Narrow';
	font-size: 38px;
	color: #212121;
	font-weight: bold;
}
.progress-bar{
	height: 100%;
	background: #be5d75;
	position: relative;
	border-radius: 30px;
}
.progress-bar::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../img/load.gif);
	background-color: rgba(255, 255, 255, 0);
	border-radius: 20px;
	opacity: 0.5;
}
.fill h1{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.fill-title-wrapper{
	margin-bottom: 0px;
	font-weight: bold;

}
.fill-date-wrapper{
	padding: 50px 0;

}
.fill-date-wrapper span{
	font-weight: 700!important;
	font-family: 'PT Sans Narrow'!important;;
}
.fill-date-wrapper .h3{
	font-size: 18px;

}
.fill-date-wrapper .h2{
	font-size: 57px;

}
.ldBar {
	width: 500px;
}
.type-submit{
	background-color: #9d4a64;
	color: #fff;
	line-height: 55px;
	padding: 0 55px;	
	font-size: 24px;
	width: auto;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	cursor: pointer!important;
	border: solid 1px #9d4a64;
	-webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px;
}
.type-submit:hover{
	background-color: transparent;
	border: solid 1px #fff;
	color: #fff;
}
.type-submit:active{
	background-color: #fff;
	border-color: #9d4a64;
	color: #9d4a64;
}
.footer{
	color: #fff;
	min-height: 200px;
	background-color: #481a27;
	padding: 25px 0;
}
.footer-text{
	text-align: center;
	font-weight: lighter;
	margin-bottom: 50px;
	font-size: 12px;
}
.footer-adress p{
	margin-bottom: 5px;
	font-weight: bold;
}
.footer-phones ul{
	color: #dd7493;
}
.footer-phones ul li > a{
	color: #dd7493;
}
.section-text{
	text-align: center;
}
.popup-form{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 50px;
	text-align: center;
}
.popup-form i {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	opacity: .5;
	font-size: 24px;
}
.popup-form i:hover{
	opacity: .9;
	-webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.popup-form h5{
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}
.clock-wrapper{
	text-align: center;
	font-weight: bold;
	font-size: 16px;

	color: #953453;
}
.clock-wrapper span{
	line-height: 1.2;
}
#clock{
  align-items: right;
  display: flex;
  height: auto;
  width: 100%;
  border-top: solid 8px #acacac;
  border-bottom: solid 8px #acacac;
  border-left: solid 5px;
  border-right: solid 5px;
  border-image: linear-gradient(180deg, rgba(172,172,172,1) 0%, rgba(255,255,255,1) 50%, rgba(172,172,172,1) 100%) 1;
  box-shadow: 0 0 2px rgba(0,0,0,.7);
}
.unit{
  background: linear-gradient(180deg, rgba(90,90,90,1) 0%, rgba(255,255,255,1) 10%, rgba(90,90,90,1) 30%, rgba(90,90,90,1) 90%, rgba(90,90,90,1) 100%);
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 11px;
  height: auto;
  width: 100%;
  margin: 0 0px;
  text-align: center;
  text-shadow: 0 0px 4px #000;
  border: solid 2px #000;
  border-right: 0;
  padding: 2px;
}
.delimeter{
	width: auto;
}

.unit:last-child{
  border-right: solid 2px #000
}
.flow, .flow-mobile{
	padding: 50px 0 120px 0;
	min-height: 600px;
	text-align: center;
}
.flow h1, .flow-mobile h1{
	text-align: center;
	font-family: 'PT Sans Narrow';
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.flow .blue-btn{
	background-color: #9d4a64;
	color: #fff;
	outline: none;
	display: inline-block;
	line-height: 50px;
	padding: 0px 40px;
}
.flow-stroke{
	background-image: url('/cargo/wp-content/themes/img/flow-bg.png');
	/*background-size: cover;*/
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -20px;
	position: relative;
	min-height: 360px;
	width: 100%;
}
.work-bl{
	float: left;
	display: inline-block;
	width: 23%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	color: #212121;
}
.work-1{
	top: 45%;
	left: 12%;
}
.work-2{
	top: 45%;
	left: 39%;
}
.work-3{
	top: 45%;
	left: 65%;
}
.work-4{
	top: 103%;
	left: 12%;
}
.work-5{
	top: 103%;
	left: 39%;
}
.work-6{
	top: 103%;
	left: 65%;
}
.flow-mobile{
	padding: 50px 0 50px 0;
}
.flow-mobile .blue-btn{
	background-color: #9d4a64;
	color: #fff;
	outline: none;
	display: inline-block;
	line-height: 50px;
	padding: 0px 40px;

}
.flow-mobile-divider{
	height: 60px;
	width: 100%;
	background: url('/cargo/wp-content/themes/img/flow-divider.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px 0;
	
}
.flow-mobile-item img{
	margin-bottom: 20px;
}
.flow-mobile-item p{
	margin-bottom: 0px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #212121;
}

div.stext {
	padding: 0;
}
div.stext ul {
	padding: 0 12px 0 22px;
}

div.stext ul p {
	padding: 0 12px 0 22px;
}

div.stext p {
	padding: 0 12px 0 22px;
}



@media (min-width: 1200px){
.container{
	max-width: 1050px;
}}
@media (max-width: 767px) {
	
	div.stext ul {
	padding: 0 12px 0 26px;
	}
	
   .container {
      min-width: 100%;
   }
   .hero-phones .tel{
   	font-size: 15px;
   }
   .hero-cta p{
   	text-align: center;
   	margin-top: 10px;
   }
   .grip-text{
   	text-align: center;
   	padding-top: 30px;
   }
   .grip-wrapper{
   	padding-bottom: 30px;
   }
   .about{
   	background-color: #000;
   	background-position: 30% center;
   	padding-top: 0;
   	background-size: normal;
   }
   .timer-wrapper{
   	float: left;
   	width: 100%;
   	display: block;
   	text-align: center;
   	margin-right: 0;
   	margin-top: 10px;
   }
   #clockdiv, #clockdiv2{
   	text-align: left;
   	float: none;
   }
   .reco-item{
   	text-align: center;
   }
   .reco-item img{
   	margin-bottom: 15px;
   }
   .feedback{
   	text-align: center;
   	margin-bottom: 15px;
   }
   .feedback img{
   	margin-bottom: 15px;
   }
   .feedback h4{
   	margin-top: 8px;
   }
   .footer{
   	text-align: center;
   }
   .footer .btn-wrapper{
   	margin-top: 25px;
   }
   .footer-adress{
   	margin-top: 25px;
   	line-height: 1
   }
   .footer .hero-phones ul{
   	text-align: center;
   	margin-top: 25px;
   }
 /*  .hero-phones ul li.messenger{ 	*/
 /*  	text-align: center;			*/
 /*  	padding-right: 0;			*/
 /*  	background-position: right;	*/
 /*  }								*/
   .timer-digit{
   	font-size: 18px;
   	padding: 0 10px;
   }
   .timer-divider:before{
   	font-size: 18px;
   	margin: 10px 5px;
   }
   .service-item-wrapper{
   	text-align: center;
   	padding: 20px 0;
   }
   .service-item-wrapper:before, .service-item-wrapper:after{
   	display: none;
   }
   .service-item-wrapper p{
   	margin-bottom: 15px;
   }
   .service-item-wrapper img{
   	float: none;
   	margin-bottom: 15px;
   }
   .popup-form{
   	width: 100%;
   	height: 100%;
   	top: 0;
   	left: 0;
   	transform: none;
   	margin-top: 0;
   }
   .about h1{
   	text-shadow: 0 0 3px #000
   }
   .about ul li{
   	padding-left: 50px;
   	text-shadow: 0 0 3px #000
   }
   .about-wrapper{
   	height: auto;
   	overflow: auto;
	background-color: rgba(0,0,0,.2);
	padding-top: 35px;
   }
   .clock-wrapper{
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	color: #953453;
	margin-top: 15px;
	}
	#clock{
	  align-items: right;
	  display: flex;
	  height: auto;
	  width: 100%;
	  border-top: solid 2px #acacac;
	  border-bottom: solid 2px #acacac;
	  border-left: solid 2px;
	  border-right: solid 2px;
	  border-image: linear-gradient(180deg, rgba(172,172,172,1) 0%, rgba(255,255,255,1) 50%, rgba(172,172,172,1) 100%) 1;
	  box-shadow: 0 0 2px rgba(0,0,0,.7);
	}
	.unit{
	  background: linear-gradient(180deg, rgba(90,90,90,1) 0%, rgba(255,255,255,1) 10%, rgba(90,90,90,1) 30%, rgba(90,90,90,1) 90%, rgba(90,90,90,1) 100%);
	  font-weight: bold;
	  letter-spacing: 0;
	  color: #fff;
	  font-family: "PT Sans Narrow", sans-serif;
	  font-size: 8px;
	  height: auto;
	  width: 100%;
	  margin: 0 0px;
	  text-align: center;
	  text-shadow: 0 0px 4px #000;
	  border: solid 1px #000;
	  border-right: 0;
	  padding: 2px;
	}
	.delimeter{
		width: auto;
	}
	.ways-item{
		margin-bottom: 20px;
	}
	.fill{
		padding-bottom: 50px;
		padding-top: 0;
		background-position: center center;
	}
	.fill-truck p{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 0;
		top: 28%;
	}
	.grafic{
		text-align: center;
		padding-bottom: 40px;
	}
	.grafic ul{
		text-align: left;
	}
	.grafic img{
		margin-bottom: 50px;
	}


}