/*
Theme Name: autospec
*/

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-Regular.eot');
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-BoldItalic.eot');
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-Bold.eot');
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-LightItalic.eot');
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-LightItalic.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-Italic.eot');
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Italic.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('/wp-content/themes/autospec/fonts/RobotoCondensed-Light.eot');
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Light.woff') format('woff'),
        url('/wp-content/themes/autospec/fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


* {padding: 0; margin: 0;}
li {
    margin-left: 4px;
}
a {text-decoration: none;}
a:hover {transition:0.6s! important;}
a img {border: none;}
.clear {clear: both;}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

body {
	color: #333;
	font-size: 16px;
    font-family: 'Roboto Condensed';
}
img {
	max-width:100%;
}

header.header {
    background: #011543;
    padding: 12px 0px;
}

.container {
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
	display:block;
}

.h_social li {
	list-style-type:none;
	display:inline-block;
}

.h_contacts {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 45px;
}

.h_contacts:before {
    content: '';
    background: url(/wp-content/themes/autospec/images/phone_ico.png)no-repeat;
    width: 31px;
    height: 42px;
    display: block;
    float: left;
    margin-left: -35px;
}

.h_right {
    float: right;
    margin-top: 14px;
}

.h_social {
    display: inline-block;
    vertical-align: middle;
}

.h_phone a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.h_email a {
    font-size: 16px;
    color: #fff;
	float: right;
}

.mmenu {
    background: #ff9900;
    padding: 26px 0px;
}

.menu {
float: left;
    margin-top: -26px;
}

span.order_button {
    float: right;
    position: relative;
    display: block;
    margin-top: -10px;
}

span.order_button a {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
	border-radius: 50px;
}

span.order_button a:hover {
    background: #011543;
    color: #fff;
}

.mainbanner {
	background:url(/wp-content/themes/autospec/images/mainbanner.jpg)no-repeat center center;
	background-size:cover;
	padding:100px 0px;
	margin-bottom: 40px;
}

.mbtitle {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.mbsubtitle {
    color: #fff;
    font-size: 26px;
    font-weight: 200;
	margin-bottom: 50px;
}

.mblink a {
    color: #ff9900;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
}

.mblink a:hover {
    color: #fff;
    background: #ff9900;
}

.mbpreims {
    text-align: center;
    margin-top: 80px;
	color:#fff;
	font-size:16px;
}

.mbpreims li {
    list-style-type:none;
	display:inline-block;
}

.mbpreims li+li {
    margin-left:30px;
}

.mbpreims img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.elementor-text-editor ul {
	margin:15px;
	line-height: 1.6;
}

ol {
	margin: 15px;
    line-height: 1.6;
}

.ttl {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.subttl {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
	margin-bottom: 30px;
}

.ttl_w {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff;
    font-weight: bold;
}

.subttl_w {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
	margin-bottom: 30px;
	color:#fff;
}

.subttl a {
    text-align: center;
    text-decoration:underline! important;
	color: #2cafd6;
}

.typeteh .elementor-image-box-title {
    font-size: 20px! important;
    color: #000! important;
    font-weight: 400! important;
	font-family: 'Roboto Condensed'! important;
}

.typeteh a {
    font-size: 20px;
    color: #000! important;
    font-weight: 400! important;
	font-family: 'Roboto Condensed';
}

.typeteh a:hover {
    color: #ff9900! important;
	text-decoration:underline! important;
}

.typeteh .elementor-widget-container {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 15px 24px;
}

.etapy {
	background:url(/wp-content/themes/autospec/images/blue_bg.jpg)no-repeat center center;
	background-size:cover;
	padding:40px 0px;
}

.etapy .elementor-text-editor {
	color:#fff;
}

.etap .elementor-image-box-description {
	color:#fff! important;
}

.gars .elementor-image-box-title {
	font-family: "Roboto", Sans-serif;
    font-weight: 400;
    color: #000! important;
}

.buyteh {
	background:url(/wp-content/themes/autospec/images/v_bg.jpg)no-repeat center center;
	background-size:cover;
	padding: 60px 0px;
    margin: 40px 0px;
}

.buy_in {
	background:#fff;
	padding:20px;
	border-radius:5px;
}

.buy_in li+li{
    margin-bottom: 12px;
}

.buy_in li{
    margin-bottom: 12px;
}

.buy_in a{
    color: #fff;
    background: #ff9900;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
}

.buy_in a:hover{
    color: #ff9900;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
}

/**/

#buy_in  {
	background:#fff;
	padding:20px;
	border-radius:5px;
}

#buy_in ul {
	background:#fff;
	padding:20px;
	border-radius:5px;
}

#buy_in li+li{
    margin-bottom: 12px;
}

#buy_in li{
    margin-bottom: 12px;
}

#buy_in .buy_in_btn a{
    color: #fff;
    background: #ff9900;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
}

#buy_in .buy_in_btn a:hover{
    color: #ff9900;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
}


.bigform input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 50px;
    text-align: center;
    max-width: 155px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    clear: both;
}

.bigform input.wpcf7-form-control.wpcf7-submit:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
	cursor:pointer;
}

a.see_all {
    color: #fff;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 50px;
    display: block;
    text-align: center;
    max-width: 155px;
    margin: 0 auto;
    margin-top: 35px;
}

a.see_all:hover {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
	cursor:pointer;
}
a.see_all_rev {
    color: #ff9900;
    background: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 15px 20px;
    border-radius: 50px;
    display: block;
    text-align: center;
    max-width: 155px;
    margin: 0 auto;
    margin-top: 35px;
}

a.see_all_rev:hover {
    color: #fff;
    background: #ff9900;
    border: 1px solid #ff9900;
}

.revs {
	background:url(/wp-content/themes/autospec/images/rev_bg.png)no-repeat center center;
	background-size:cover;
	padding:15px 0px;
}

.revs img {
	border-radius:50%! important;
}

.rev1 {
    font-size: 20px;
    font-weight: bold;
}

.rev2 {
    font-size: 16px;
}

.rev3 {
    font-size: 16px;
	color:#666;
}

.bigform {
    background: url(/wp-content/themes/autospec/images/yellow_bg.jpg)no-repeat center center;
    background-size: cover;
    padding: 40px 0px 35px;
    margin: 60px 0px 0px;
    text-align: center;
}

.bigform input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 40px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0px 10px;
}

.bigform textarea.wpcf7-form-control.wpcf7-textarea {
    border: 0px;
    width: 100%;
    max-width: 644px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 10px;
}

.bigform .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
	margin-left:5px;
}

#btn {
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    display: block;
    cursor: pointer;
    line-height: 0;
    max-width: 164px;
    padding: 10px 10px 5px;
    margin-top: 10px;
    float: left;
}

span.agree {
    max-width: 245px;
    display: block;
    float: left;
    text-align: left;
    margin: 20px 0px 25px 10px;
}

.bigform input#mfcf7_zl_add_file {
    display: none;
}

.bigform .wpcf7 {
	max-width:665px;
	margin:0 auto;
}

span.wpcf7-not-valid-tip {
    display: none! important;
}

.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none! important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.wpcf7-not-valid {
    border: 1px solid red;
}

footer.footer {
    background: #011543;
    text-align: center;
    color: #fff;
}

.footer a.logo {
    float: left;
}

.copy {
    border-top: 1px solid #ddd;
    padding: 15px 0px;
    margin: 15px 0px 0px;
}

.copy a {
    color:#fff;
}

.copy a:hover {
    text-decoration:underline;
}

.bigform .wpcf7-mail-sent-ok {
    border: 2px solid #011543;
    background: #fff;
    padding: 18px;
    font-size: 18px;
    color: #011543;
}

.textblock {
	line-height: 1.5;
}

@media (max-width:600px) {
	.h_right {
    float: none;
}
header.header {
    background: #011543;
    padding: 12px 0px;
    text-align: center;
}
span.order_button {
    float: right;
    position: relative;
    display: none;
    margin-top: -10px;
}
.menu {
    float: none;
    margin-top: 0;
    max-width: 45px;
    text-align: center;
	margin: 0 auto;
}
.mmenu {
    padding: 10px 0px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
    text-align: center;
	line-height: 52px;
    height: 50px;
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
}

.mbtitle {
    font-size: 34px;
    margin-bottom: 5px;
    text-align: center;
}

.mbsubtitle {
    font-size: 20px;
    margin-bottom: 32px;
	text-align: center
}
.mblink {
    text-align: center;
}
.mainbanner {
    padding: 35px 0px;
    margin-bottom: 25px;
}
.mbpreims li+li {
    margin-left: 0px;
}
.mbpreims li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}
.mbpreims {
    margin-top: 30px;
}
.ttl {
    font-size: 22px;
}
.subttl {
    font-size: 16px;
}
.elementor-2 .elementor-element.elementor-element-22e5222 {
    margin-top: 20px! important;
    margin-bottom: 20px! important;
}
.etapy {
    padding: 25px 0px;
}
.ttl_w {
    font-size: 22px;
    margin-bottom: 10px;
}
h2 {
    font-size: 22px;
}
.buyteh {
    padding: 25px 0px;
    margin: 30px 0px;
}
.elementor-2 .elementor-element.elementor-element-ee0810e {
    margin-top: 30px! important;
    margin-bottom: 0px! important;
}
.revs {
    padding: 0px 0px;
}
a.see_all_rev {
    margin-top: 18px;
}
.bigform {
    margin: 20px 0px 0px;
}
.bigform .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
    margin-left: 0px;
}
.bigform textarea.wpcf7-form-control.wpcf7-textarea {
    max-width: 80%;
    margin-bottom: 20px;
}
span.agree {
    padding-top: 10px;
    float: none;
    margin: 0 auto;
    text-align: center;
}
#btn {
    float: none;
    margin: 0 auto;
}
}

@media (max-width:435px) {
	.footer .h_social {
    margin-top: 22px;
}
.bigform input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    max-width: 80%;
}
}

.hidden {
	display:none;
}

.out_title {
    background: url(/wp-content/themes/autospec/images/title-bg.jpg)no-repeat center center;
    background-size: cover;
    padding: 60px 0px 55px;
    margin-bottom: 40px;
}

.out_title a {
    color:#fff;
}

.in_title {
    text-align: center;
    color: #fff;
}

.in_title h1 {
    font-size: 42px;
}

.fblock {
    padding: 20px;
    background: rgba(190, 198, 255, 0.4);
}

.else {
	background:url(/wp-content/themes/autospec/images/else_bg.jpg)no-repeat center center;
	background-size:cover;
	padding: 20px 0px 40px;
    margin: 40px 0px;
	border-radius: 5px;
}

.else .subttl {
    margin-bottom: -15px;
}

.else .h_phone a {
    color: #2aaed5;
    font-size: 26px;
    font-weight: bold;
}

.else .h_email a {
    color: #2aaed5;
    font-size: 20px;
    font-weight: 400;
    float: none;
    margin-top: 10px;
    display: block;
}

.else .h_phone {
    text-align: center;
    float: none;
}

.else .h_email {
    text-align: center;
    float: none;
}

.else_phone {
    margin-bottom: 0! important;
}

.elementor-text-editor p {
	line-height:1.6;
}

.news-block__entry-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
	text-transform: uppercase;
}

.news-block__text {
    margin-bottom: 25px;
}

a.rmore:hover {
    color: #fff;
    background: #ff9900;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 8px 12px;
    border-radius: 50px;
}

a.rmore {
    color: #ff9900;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ff9900;
    padding: 8px 12px;
    border-radius: 50px;
}

.container.in_blog {
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}

.container.in_blog h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}

.container.in_blog ul {
	margin:12px;
}

.container.in_blog .wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    float: right;
    margin-left: 15px;
}

.news-block {
    margin-bottom: 40px;
}

nav.navigation.pagination {
    font-size: 18px;
    color: #000;
	text-align:center;
}

nav.navigation.pagination a {
    font-size: 18px;
    color: #000;
}

nav.navigation.pagination a:hover {
    text-decoration:underline;
}

.white #buy_in {
	padding:0px;	
}

span.page-numbers.current {
    color: #ff9f0d;
}

.buy_in.border {
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom:10px;
}

.buy_in img {
    border-radius: 5px;
}

.round img {
    border-radius: 50%! important;
}

.prodcol-50 {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
	margin-bottom:15px;
}

.prodcol-50 img {
    max-height: 400px;
}

.sa_hover_container {
    padding: 20px 20px 0px 20px! important;
}
.h_social span {
color:#fff;
	display:inline-block;
	vertical-align:middle;
}

.h_social .textwidget {
    display: inline-block;
    vertical-align: middle;
}