@charset "UTF-8";
/*!
Theme Name: autotems

*/
/*
font-family: 'Roboto Slab', serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/*
font-family: 'Lato', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*
font-family: 'Raleway', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
font-family: 'Open Sans', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*
font-family: 'Roboto', sans-serif;
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*UNIVERSAL CODE*/

* {
	margin: 0;
	padding: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
.container {
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
	text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
html, body {
	height: 100%;
	margin: 0;
}
/*-------------------------------------*/
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.site-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto; 
}
.site-main  > * {
	min-width: 0; }

/*-------------------------------------*/
/*Remove chrome Input Fields Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

.form-control:focus {
	border-color: #fff;
	border: 0px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/***************************/

.zero_mp {
	padding: 0;
	margin: 0;
}
.margin_btm {
	margin-bottom: 0px !important;
}
.sections {
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}
.min-spacing {
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
/***********************************************/

/*header*/

/*Header Top header*/

#header .top_header {
	min-height: 50px;
	background: #fbfbfb;
	border-bottom: 2px solid #f2f2f2;
	padding-top: 15px;
}
#header .top_header .address {
	border-right: 1px solid #e6e5e5;
}
#header .top_header .address p {
	font-size: 12px;
	padding-top: 2px;
	color: #646464;
	font-family: "Open Sans", sans-serif;
}

#header .top_header .phone p {
	color: #646464;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding-top: 1px;

}
#header .top_header .viber_icon,
#header .top_header .telegram_icon {
	width: 41px;
	height: 41px;
	float: right;
	margin-left: 10px;
}
#header .top_header .viber_icon {
	background: url(assets/img/viber.png) center center no-repeat;
}
#header .top_header .telegram_icon {
	background: url(assets/img/telegram.png) center center no-repeat;
}
#header .top_header .viber_icon:hover,
.telegram_icon:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#header .top_header .a_email {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding-top: 1px;
	display: inline-block;
}
#header .top_header .a_email:hover,
#header .top_header .telef_color:hover {
	color: #a40000;
}

#header .top_header .phone p {
	color: #646464;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding-top: 1px;
	display: inline-block;
}
#header .top_header .address i,
#header .top_header .phone i {
	padding: 3px 5px;
	font-size: 15px;
}
#header .top_header .social_icon i {

	color: #787878;
	font-size: 12px;
	font-weight: 700;
}
#header .top_header .social_icon i:hover {
	color: #a40000;
}

/*End of top header*/

#header .header_menu {
	min-height: 80px;
	border-bottom: 1px solid #3d3e3d;
	z-index: 9999;
}
#header .header_menu .navbar {
	border: 0px solid transparent;
}
#header .header_menu .custom_navbar-brand {
	padding-left: 0;
}
#header .header_menu .navbar-default {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}
#header .header_menu .navbar-default .navbar-nav > .active > a,
#header .header_menu .navbar-default .navbar-nav > .active > a:focus,
#header .header_menu .navbar-default .navbar-nav > .active > a:hover {
	background-color: rgba(255, 255, 255, 0);
}
#header .header_menu .main_menu {
	padding-top: 20px;
}
#header .header_menu ul.main_menu li a {
	color: #393939;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
#header .header_menu ul.main_menu li a:hover {
	color: #a40000;
}
#header .header_menu ul.main_menu li.active a {
	color: #a40000;
}
#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
	display: inline-block;
	position: relative;
}
#header .header_menu ul.main_menu li:after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width 0.5s ease, background-color 0.5s ease;
	margin-top: 6px;
}
#header .header_menu ul.main_menu li:hover:after,
#header .header_menu ul.main_menu li.active:after {
	width: 90%;
	background: #a40000;
}

/*Slider*/

#slider {
	max-height: 490px;
}
#slider .slider_text {
	padding-bottom: 13%;
}
#slider .slider_text h2 {
	font-size: 52px;
	padding: 10px 0;
	font-weight: 600;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}
#slider .slider_text h3 {
	font-size: 45px;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}
#slider .slider_text p {
	font-size: 17px;
	padding-bottom: 60px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
#slider .slider_text a.custom_btn {
	font-size: 14px;
	color: #fff;
	padding: 15px 25px;
	background: #d21720;
	border-radius: 2px;
	margin-top: 20px;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#slider .slider_text a.custom_btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
	text-transform: uppercase;
}
#slider .slider_text h3 {
	font-size: 45px;
	padding: 10px 0;
	font-family: "Lato", sans-serif;
	font-weight: normal;
}
#slider .slider_overlay {
	position: relative;
}
#slider .slider_overlay:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*Slider Fade In*/

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/*Welcome Section*/
#welcome {
	min-height: 350px;
	background: #fff;
	padding: 80px 0;
}
.wel_header {
	text-align: center;
	color: #222222;
	padding-top: 0;
}
.fw-heading.fw-heading-center {
	padding-bottom: 40px;
}
.wel_header h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 25px;
	font-family: "Roboto Slab", serif !important;
	color: #222222;
}
.wel_header h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 25px;
	font-family: "Roboto Slab", serif !important;
	color: #222222;
}
.wel_header p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
#welcome .single_item {
	padding-top: 30px;
	text-align: center;
}
#welcome .welcome_icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
	transition: 0.7s;
	position: relative;
	overflow: hidden;
}
#welcome .welcome_icon img {
	object-fit: contain;
	transition: 0.7s;
}
#welcome .welcome_icon_margin img {
	margin-top: 20%;
}

#welcome .welcome_icon i {
	margin-top: 25%;
	font-size: 50px;
	transition: 0.7s;
}
#welcome .item_list h4 {
	padding: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #393939;
	transition: 0.7s;
	font-family: "Roboto Slab", serif;
}
#welcome .item_list p {
	font-size: 14px;
	color: #646464;
	font-family: "Open Sans", sans-serif;
}
#welcome .item_list:hover .welcome_icon {
	background: #0c6fb2;
	cursor: pointer;
}
#welcome .item_list:hover .welcome_icon i {
	color: #fff;
}
#welcome .item_list:hover .welcome_icon img {
	filter: invert(1);
}

#welcome .item_list:hover h4 {
	color: #a40000;
	cursor: pointer;
}

/*present-service Section*/
#present-service {
	background: #fff;
	padding: 80px 0;
}

#present-service .step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

#present-service h4 {
	padding: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #393939;
	transition: 0.7s;
	font-family: "Roboto Slab", serif;
}

#present-service .bord_focus:hover {
	box-shadow: 0px 4px 5px 0px #00000059;
	transform: translateY(-4px);
	transition: all 0.3s linear 0.3s;
	position: relative;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*Portfolio*/

#portfolio {
	padding: 80px 0;
}

#portfolio .portfolio_title h2 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-family: "Roboto Slab", serif;
	color: #222222;
}
#portfolio .portfolio_title p {
	font-size: 16px;
	color: #393939;
	padding-bottom: 25px;
	padding-top: 0;
	font-family: "Open Sans", sans-serif;
}

/*Customs Types of freight*/
#portfolio .bord_focus:hover {
	box-shadow: 0px 4px 5px 0px #00000059;
	transform: translateY(-4px);
	transition: all 0.3s linear 0.3s;
	position: relative;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*Achivment*/

div#achivement {
	overflow: hidden;
}
.achivment_padding {
	padding: 80px 0;
}
/*#counter {
    min-height: 440px;
    background: #bdbebd;
    border-bottom: 1px solid #8c8e8c;
}*/
/*.counter_header {
    padding-top: 80px;
    text-align: center;
    color: #fff;
}*/
#counter {
	background: url(assets/img/fon-krasivie.jpg) no-repeat scroll top center / cover;
	color: #fff;
}
.counter_img_overlay {
	position: relative;
	padding: 80px 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
}
.counter_header h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 10px;
	font-family: "Roboto Slab", serif;
}
.counter_header p {
	font-size: 16px;
	padding-bottom: 60px;
	font-family: "Open Sans", sans-serif;
	padding-top: 15px;
}
.counter_text {
	color: #fff;
	font-weight: 700;
}
.sigle_counter_item {
	padding-top: 20px;
	padding-bottom: 0px;
}
.sigle_counter_item img {
	padding-bottom: 20px;
	height: 90px;
}
.sigle_counter_item i {
	font-size: 60px;
	padding: 10px;
	color: #43a906;
}
.counter_text span {
	font-size: 32px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-family: "Roboto Slab", serif;
	font-weight: 600;
}
.counter_text p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 10px;
	font-family: "Roboto Slab", serif;
	color: #ffffff;
	margin-top: 10px;
}

/*Contact*/

#contact {
	min-height: 650px;
	background: #eeeeee;
	padding: 80px 0;
}
#contact .a_email:hover,
#contact .telef_color:hover {
	color: #a40000;
}

.msg {
	padding-top: 50px;
}
input#name,
input#company,
input#telephone,
input#point_shipment,
input#point_destination,
input#weight,
input#volume,
input#email {
	margin-bottom: 10px !important;
}

.text_area textarea {
	resize: none;
	width: 555px;
}
.text_area textarea,
.form-inline .form-control,
input#name,
input#company,
input#telephone,
input#point_shipment,
input#point_destination,
input#weight,
input#volume,
input#email,
input#subject {
	border-radius: 0px;
	margin-bottom: 20px;
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #d4d4d4;
	font-style: italic;
	color: #696969;
	font-family: "Open Sans", sans-serif;
}
li.fw-flash-message {
	color: red;
	font-size: 4rem;
}
.msg_title h5 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: "Roboto Slab", serif;
	color: #222222;
}
.custom-btn {
	padding: 13px 82px;
	background: #d21720;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0px;
	border-radius: 2px;
	letter-spacing: 5px;
	font-size: 14px;
	font-family: "Roboto Slab", serif;
	outline: 0 !important;
}
.custom-btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.office {
	padding-top: 50px;
}
.office .p_faq {
	padding-top: 10px;
}
.office .p_faq span {
	font-weight: 700;
}

.office .title h5 {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: "Roboto Slab", serif;
	color: #222222;
}
.office_location i span {
	padding-left: 15px;
	color: #696969;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.office_location i {
	padding-bottom: 0px;
}
.office_location {
	color: #696969;
	display: flex;
	flex-direction: column;
	row-gap: 7px;
}
.contact_area h3 {
	font-size: 36px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222222;
	font-family: "Roboto Slab", serif;
}
.contact_area p {
	font-size: 16px;
	color: #646464;
	font-family: "Open Sans", sans-serif;
}

/*Footer*/

#footer {
	min-height: 100px;
	background: #222222;
	color: #fff;
}
#footer .viber_icon,
#footer .telegram_icon {
	position: relative;
	transform: translate(0, -40%);
	width: 41px;
	height: 41px;
	float: right;
	margin-left: 10px;
}
#footer .viber_icon {
	background: url(assets/img/viber.png) center center no-repeat;
}
#footer .telegram_icon {
	background: url(assets/img/telegram.png) center center no-repeat;
}
#footer .viber_icon:hover,
.telegram_icon:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#footer .copyright,
#footer .designer {
	padding-top: 45px;
	font-size: 14px;
}
#footer .copyright p {
	text-align: left;
}
#footer .designer p {
	text-align: right;
}
#footer .copyright p,
#footer .copyright p span a,
#footer .designer p,
#footer .designer a {
	font-size: 14px;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	padding-left: 3px;
}

/*Back to Top*/

#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: rgba(84, 225, 0, 0.18);
	color: #ffffff;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition: all 0.5s ease;
	opacity: 0;
	display: none;
	background: #a40000;
}
#back-to-top:hover {
	color: #fff;
	border-radius: 50%;
}
#back-to-top.show {
	opacity: 1;
}

.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #fff;
	padding-top: 0px;
}

/**/

.section-wraper {
	position: relative;
}
.section-edit {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
}
.section-abc {
	background: rgba(255, 255, 255, 0.68);
	padding: 2px 5px;
	font-size: 12px;
	font-style: italic;
	display: none;
}
.section-edit:hover .section-abc {
	display: inline;
}
.section-edit .post-edit-link {
	margin: 10px 0;
	padding: 2px 12px;
}
.section-edit .post-edit-link {
	margin: 3px 0;
	padding: 2px 12px;
	font-size: 12px;
	line-height: 1.45;
}
.section-edit .post-edit-link {
	margin: 10px 0;
	display: inline-block;
	background: #e85757;
	color: #fff !important;
	padding: 2px 12px;
	border-radius: 3px;
}
.recent-blog .entry-header a {
	font-size: 1.5rem;
}

.event_img img {
	width: 440px;
	height: 279px;
}
.event_news_img img {
	width: 95px;
	height: 90px;
}

#market-place .fw-single-image img {
	margin: 0 auto;
}

/*.contact_us_padding {
    padding: 80px 0px;
}*/
#contact-us .wel_header {
	padding-top: 0px;
	padding-bottom: 0;
}

#contact-us h3 {
	font-size: 36px;
	padding-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222222;
	font-family: "Roboto Slab", serif;
}

#contact-us .wel_header h5 {
	text-align: left;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: "Roboto Slab", serif;
	color: #222222;
	padding-top: 0px;
}
#contact-us .wel_header h2 {
	text-align: left;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-family: "Roboto Slab", serif;
	color: #222222;
	padding-top: 0px;
}

#contact-us .office_location i {
	padding-bottom: 15px;
}
#contact-us .office_location i span {
	padding-left: 15px;
	color: #696969;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

#contact-us .form-group {
	margin-bottom: 0;
}
.wel_header.contact_us_h5 {
	margin-left: -15px !important;
}
/*input#name,label.input,label.textarea,textarea.form-control {
    width: 100%;
}*/

#slider .carousel-indicators {
	bottom: 70px;
}

ul.entry-meta {
	text-align: left;
}
.btn-primmary {
	background-color: #43a906;
	padding: 10px 30px;
	font-size: 16px;
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #ffffff;
}
#commentform #comment {
	padding-left: 10px;
	margin-top: 10px;
}
.widget_search .search-form input[type="submit"],
.widget_search input[type="submit"] {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}
.widget_search .search-form input[type="search"],
.widget_search input[type="search"] {
	padding: 0 40px;
}
.main-content.blog-w.rap,
.main-content.container.blog-wrap.single-blog {
	margin-top: 80px;
}
/*Основной блок   */
.main-page-section {
	margin-left: 10px;
}

.main-page-section p {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
}
.red {
	color: #d21720;
	font-weight: 700;
}

/*Уроки    */
.product {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product__img {
	display: block;
	margin: 0auto 15px;
	width: 340px;
	height: 207px;
	object-fit: cover;
}
.is-active {
	border-color: red;
}

 .navbar-header img {
	padding-top: 15px;
}

.offert-404_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}
 
 .offert-404_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	height: auto; }

	#welcome .page_customs h2.wp-block-heading:not(:last-child),
	#welcome .page_customs h3.wp-block-heading:not(:last-child),
	#welcome .page_customs h4.wp-block-heading:not(:last-child),
	#welcome .page_customs h5.wp-block-heading:not(:last-child) {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	#welcome .page_customs p:not(:last-child),
	#welcome .page_customs ul:not(:last-child),
	#welcome .page_customs ol:not(:last-child),
	#welcome .page_customs li:not(:last-child) {
		margin-bottom: 10px;
	} 
	/*form   */
	.form-send ._ant_check,
	.form-send ._ant_submitted {
		display: none;
	}
	.color-red {
		color: red; }
	.color-green {
		color: green; }
		
	.form-control._error {
		-webkit-box-shadow: 0 0 7px red !important;
		box-shadow: 0 0 7px red !important; }

		.form-send::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 0;
			visibility: hidden;
			background: rgba(51, 51, 51, 0.2) url(https://raznorabochiy-kiev.com.ua/wp-content/uploads/2023/09/loading-gif.gif) center/50px no-repeat;
			 
		}
		 
		 .form-send._sending::after {
			opacity: 1;
			visibility: visible; }