/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    outline: none;
}
input,button,textarea, span{ outline: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
    outline: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header{
   width:100%;
    height: 90px;
    z-index: 9999;
	position: fixed;
	background: rgba(255,255,255, 1) url(../img/header-line.png) no-repeat 100% 55%;
}

.button {
	float: right;
    padding-right: 0px;
}
.logo{
    line-height: 90px;
    margin: 0;
    padding: 0;
}
.logo img{width:270px; vertical-align: middle; margin: 0; padding: 0;}
.dropbtn {
	margin-top: 15px;
	width: 46px;
    height: 46px;
	background: rgba(0,0,0, 0) url(../img/button.png) no-repeat;
	border: none;
    cursor: pointer;
    
}
.dropdown-content {
    margin-right: 15px;
    right: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content li{
	list-style-type: none;
}
#terms{
	margin: -1em auto 2em;
	text-align:center;
	text-decoration:underline;
	cursor:pointer;
}
#bbb{
	width:250px;
	text-align:center;
	margin:1em auto 0;
}
#terms_hidden{
	display:none;
	margin-bottom:2em;
}
.terms_title{
	font-weight:bold;
	margin:2em 0 .5em;
}

.dropdown-content a {
	width:255px;
    padding-left:5px;
    color: #505253;
    padding-bottom: 10px;
	padding-top: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 20px;
}
.dropdown-content a:hover {
	color: #bf1b1e;	
}
.head_menu{
    background: #fff none repeat scroll 0 0;
    float: right;
    margin-top: 24px;
    z-index: 2147483647;
    
}
.head_menu ul{
    float:right;
}
.head_menu li{	
    margin-left: 0px;
    padding-left: 80px;
    background: rgba(0,0,0, 0) url(../img/line-head.png) no-repeat 8% 50%;
}
.head_menu li:first-child{
    background: none;
    padding-left: 0px;
}
.head_menu li a{
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 22px;
    font-family: 'Alegreya Sans SC', sans-serif;
    padding-right: 0px;
    padding-left: 0px;
}
.head_menu li a:hover,.head_menu li a:active, .head_menu li a:focus{
    text-decoration: none;
    color: #bf1b1e;
    background: #fff;
}
.owl-carousel{
    max-height: 820px;
}
.car_text .bit_head1 p{
    font-size: 60px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 500;
}
.car_text .bit_head2 p{
    font-weight: 300;
    font-size: 18px;
}
.head_two{
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
}

.first_sec{
    background: rgba(0,0,0, 0) url(../img/bg2.png) no-repeat;
    min-height: 655px;
    padding: 0;
}
.first_sec h3{
    margin:80px auto;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 40px;
    width: 177px;
    height: 66px;
    line-height: 66px;
    position:relative;
}
.first_sec h3:before{
  content: '';
  display: block;
  width: 67px;
  height: 36px;
  background: transparent;
  border-top: 3px solid #bf1b1e;
  border-left: 3px solid #bf1b1e;
  position: absolute;
  top: 0;
  left: 0;     
}
.first_sec h3:after{
  content: '';
  display: block;
  width: 67px;
  height: 36px;
  background: transparent;
  border-bottom: 3px solid #bf1b1e;
  border-right: 3px solid #bf1b1e;
  position: absolute;
  bottom: 0;
  right: 0; 
}
.first_sec .about_right h4{
    font-size: 20px;
    line-height: 25px;
}
.first_sec .about_right p{
    font-size: 14px;
    margin: 16px 0px;
    line-height: 23px;
}
/*======================================================================*/
.second_sec{
    background: rgba(0,0,0, 0) url(../img/second_bg.png) no-repeat;
    padding: 0;
}
.second_sec h3{
    margin:79px auto;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 40px;
    width: 220px;
    height: 66px;
    line-height: 66px;
    position:relative;
    color: #fff;
}
.second_sec h3:before{
    content: '';
    display: block;
    width: 67px;
    height: 36px;
    background: transparent;
    border-top: 3px solid #bf1b1e;
    border-left: 3px solid #bf1b1e;
    position: absolute;
    top: 0;
    left: 0;     
}
.second_sec h3:after{
    content: '';
    display: block;
    width: 67px;
    height: 36px;
    background: transparent;
    border-bottom: 3px solid #bf1b1e;
    border-right: 3px solid #bf1b1e;
    position: absolute;
    bottom: 0;
    right: 0; 
}
 .owl-carousel2 .owl-item :hover{
    background: rgba(191,27,30, 0.9) ; 
    opacity:0.9 ; 
}
.owl-carousel2 .item{
    display:block;
    position:relative;
    float: left;
}
.owl-carousel2 .item-hover{
    opacity: 0;
    background: orange;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-carousel2 .item:hover .item-hover{
    opacity: 1;
}
.item-hover h4{
    position: absolute;
    left:20px;
    top:20px;
    font-size: 25px;
    color: #000;
    max-width:180px;
}

.item-hover button{
    position: absolute;
    bottom:20px;
    right:20px;
    font-size: 16px;
    font-weight: 500;
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #000;
    background: none;
    color: #000;
    line-height: 40px;
    padding: 0;
}

/*======================================================================*/
.third_sec{
    background: rgba(0,0,0, 0) url(../img/bg1.png) no-repeat;
    min-height: 700px;
    padding: 0;
}
.third_sec h3{
    margin:80px auto;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 40px;
    width: 220px;
    height: 66px;
    line-height: 66px;
    position:relative;
}
.third_sec h3:before{
  content: '';
  display: block;
  width: 67px;
  height: 36px;
  background: transparent;
  border-top: 3px solid #bf1b1e;
  border-left: 3px solid #bf1b1e;
  position: absolute;
  top: 0;
  left: 0;     
}
.third_sec h3:after{
  content: '';
  display: block;
  width: 67px;
  height: 36px;
  background: transparent;
  border-bottom: 3px solid #bf1b1e;
  border-right: 3px solid #bf1b1e;
  position: absolute;
  bottom: 0;
  right: 0; 
}

/*=============================TABS=================================*/
.korpus > div, .korpus > input { display: none; }
.name_for1{
    position: relative;
    text-align: center;
}
.korpus label {
    padding: 5px;
    border-bottom: 3px solid #bf1b1e;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    bottom: 1px;
    background:none; 
}
.korpus input[type="radio"]:checked + label { 
    border-bottom: 3px solid #bf1b1e; 
    background: rgba(0,0,0, 0) url(../img/tabs_head.png) no-repeat 50% 100%;
}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display: block; 
    padding: 5px;
}
.korpus {
   
}
.vkladka1{
    float: left;
    position: relative;
}
.for_vkl1_first{
    float: left;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.for_vkl1_1{
    float:left;
    position: relative;
}
.for_vkl1_1 h5{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
}
.for_vkl1_1 p{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.for_vkl1_2 ul li{
    padding-left: 30px;
    background: rgba(0,0,0, 0) url(../img/li_style.png) no-repeat 0% 50%;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    
}
.for_vkl1_second{
    float: left;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.for_vkl1_2 h5{
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
}
.for_vkl1_2 p{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
/*=============================TABS=================================*/
.fifth{
    background: rgba(0,0,0, 0) url(../img/fifth_bg.png) no-repeat;
    background-size: cover;
}
.fifth h3{
    margin:70px auto;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 40px;
    width: 225px;
    height: 66px;
    line-height: 66px;
    position:relative;
}
.fifth h3:before{
    content: '';
    display: block;
    width: 67px;
    height: 36px;
    background: transparent;
    border-top: 3px solid #bf1b1e;
    border-left: 3px solid #bf1b1e;
    position: absolute;
    top: 0;
    left: 0;     
}
.fifth h3:after{
    content: '';
    display: block;
    width: 67px;
    height: 36px;
    background: transparent;
    border-bottom: 3px solid #bf1b1e;
    border-right: 3px solid #bf1b1e;
    position: absolute;
    bottom: 0;
    right: 0; 
}
.fifth_block1{
    position: relative;
    background: rgba(0,0,0, 0) url(../img/mark.png) no-repeat 0% 50%;
    padding-left: 50px;  
    line-height: 20px;
}
.fifth_block2{
    position: relative;
    background: rgba(0,0,0, 0) url(../img/phone.png) no-repeat 0% 50%;
    padding-left:50px;
    padding-right: 50px;
    max-width: 280px;
    line-height: 20px;
}
.fifth_block3{
    position: relative;
    background: rgba(0,0,0, 0) url(../img/mail.png) no-repeat 0% 50%;
    padding-left:50px;
    float:right;
    line-height: 20px;
}
.fifth_block1 p, .fifth_block3 p, .fifth_block2 .cont_left1, .fifth_block2 .cont_left2, .fifth_block2 .cont_right1, .fifth_block2 .cont_right2{
    line-height: 24px;
}
.fifth_block1 p{
    font-weight: 300;
    font-size: 16px;
}
.fifth_block2 .cont_left1, .fifth_block2 .cont_left2{
    float:left;
    font-size: 16px;
    font-weight: 300;
}
.fifth_block2 .cont_right1, .fifth_block2 .cont_right2{
    float:right;
    font-size: 16px;
    font-weight: 300;
}
.fifth_block3 p{
    font-weight: 300;
    font-size: 16px;
}
.fifth .contact-send{
    margin-top: 56px;
    
}
.pad1 .Your_ZIP{
    width:100%;
    height: 46px;
    margin-bottom: 14px;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #4c4c4c;
}
.pad2 textarea{
    width:100%;
    max-height: 106px;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #4c4c4c;
	resize: none;
}
.knopka-sm{
    float:right;
    margin-top: 15px;
    margin-right: 5px;
}
.SM input{
    width: 100%;
    height: 40px;
    background: #bf1b1e;
    color: #fff;
    font-size: 14px;
    border: none;
}
.SM input:hover{
    background: #8e080b;
    color: #fff;
}
.SM{
    padding: 0 10px;
}
/*=============================footer=================================*/
footer{
    background: rgba(0,0,0, 0) url(../img/footer_bg.png) no-repeat center;
    background-size: cover;
}
.foot_left{
    text-align: left;
    line-height: 46px;
}
.foot_left .foot1{
    font-weight: 300;
    color: #bf1b1e;
    font-size: 12px;
}
.foot_right{
    line-height: 46px;
    text-align: right;
}
.foot_right .foot2{
    font-weight: 300;
    color: #7a7a7a;
    font-size: 12px;
}
.orange{
    color: #bf1b1e;
}
.foot_right a{
    color: #bf1b1e;
}
.car_text{
    margin-top:-465px;
    margin-bottom: 80px;
	margin-left:300px;
	width:800px;
}
.fifth2_left{
    padding-left: 0px;
}
.fifth_right{
    padding-left: 0px;
}
#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

/*======================================================*/
.jssora05l{
    top:158px;
    left:248px;
    width:40px;
    height:40px;
}
.jssora05r{
    top:158px;
    right:8px;
    width:40px;
    height:40px;
}
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/a17.png') no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

.jssort01-99-66 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 99px;
    height: 66px;
}

.jssort01-99-66 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01-99-66 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01-99-66 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    height: 62px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('../img/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01-99-66 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 95px;
    height: 62px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01-99-66 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01-99-66 .p.pdn .c {
    background-position: 50% 50%;
    width: 95px;
    height: 62px;
    border: #000 2px solid;
}
.jssort01-99-66 {
    position:absolute;
    left:0px;
    top:0px;
    width:240px;
    height:480px;
}
.modal-header{
    border: none;
    background: url('../img/bg.png') repeat;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
}
.modal-dialog{
    width: 95%;
    margin-top: 100px;
    padding: 0;
}
.slides-style{
    cursor: default;
    position: relative;
    top: 0px;
    left: 240px;
    width: 720px;
    height: 480px;
    overflow: hidden;
}
.jssor_1-style {
    position: relative;
    margin: 30px auto;
    width: 960px;
    height: 480px;
    overflow: hidden;
    visibility: hidden;
    background-color: #24262e;
}
.modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 40px;
    color: #e28718;     
    opacity: 1;
    text-shadow: none;
}
.modal-header .close:hover {
    color: #fff;     
}
#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    z-index: 999999999999999;
}
.popup {
    margin: 190px auto;
    padding: 38px 20px 38px 20px;
    background: #000;
    width: 60%;
    max-width: 500px;
    position: relative;
    background: rgba(250, 250, 250, 1);
    border: 3px solid #bf1b1e;
    z-index: 999999999999999;
}
.popup h2 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    background: none;
    margin-bottom: 20px;
}
.popup span {
    font-weight: 400;
    font-size: 16px;    
    color: #000;
    line-height: 33px;
}
.modal-header span{color: #bf1b1e}
.modal-header span:hover{color: #fff}
.popup .content{
    text-align: center;
}
.popup .close {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 24px;
    color: #bf1b1e;     
    opacity: 1;
}

.head_two .owl-controls {
    position:absolute;
    bottom:40px;
	width:100%;
	text-align:center;
}

.head_two .owl-dots .owl-dot{
    background: #fff;
    display: inline-block;
    width:15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 10px;
    border:1px solid #bf1b1e;
}
.head_two .owl-dots .owl-dot:hover{
    background: #fff;
    border:1px solid #bf1b1e;
}
.head_two .owl-dots .active{
    background: #bf1b1e;    
}
.pad3 {
	margin-top:15px;
}

#file {
	display:none;
	
}
.pad3 label{
	cursor:pointer;
}
#file_bootstrap{
	border: none;
	display:inline-block;
	padding:5px 8px;
	background: #bf1b1e;
	color: #fff;
	font-size: 14px;
}
#file_bootstrap:hover{
    background: #8e080b;
}
#file_name1{
	font-size: 14px;
	margin-left: 10px;
}

.for_baners .four_block{
    height: 100px;
}
.modal-header h2{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 20px
}
.modal-header h3{
    text-align: justify;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 1.5;
}
.head_menu1{
    padding-right: 0px;
}
.navbar-toggle {
	width: 30px;
    height: 30px;
	background: rgba(0,0,0, 0) url(../img/button.png) no-repeat;
	border: none;
    cursor: pointer;
    margin-top:35px;
    margin-left:0px;
    padding:0px;
}
.my-gallery {
    width: 100%;
    padding: 20px 15px;

    text-align: center
}
.my-gallery img {
    width: 100%;
}
.my-gallery figure {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.my-gallery figcaption {
  display: none;
}
.but-all-works {
    text-align: center;
    margin: 50px 0;
}
.but-all-works a{
    color: #fff;
    margin: 10px 0;
    text-decoration: none;
    padding: 10px 25px;
    background-color: #bf1b1e;
    text-transform: uppercase;
}
.but-all-works a:hover{
    color: #fff;
    background-color: #8e080b;

}
.all-works {
    margin: 0 auto;
    max-width: 350px;
}
.all-works img{
    width: 100%;
}
.works-but button, .works-but button:focus, .works-but button:active{
    color: #fff;
    outline: none;
    border-radius: 0;
    background-color: #bf1b1e;
    border: none;
}
.works-but button:hover{
    color: #fff;
    background-color: #8e080b;
}
.div-size {
    margin: 30px 0;
    text-align: center;
}
.second_sec_marg{
    margin-top: 100px;
    background: rgba(42,42,42, 1);
    padding-bottom: 50px;
}
.div-size p{
    font-size: 18px;
    color: #fff;
    margin: 5px 0 10px 0;
}
.face {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    background:  rgba(0, 0, 0, 0) url("../img/soc/face.png") no-repeat center;
}

.face:hover {
    background:  rgba(0, 0, 0, 0) url("../img/soc/face-hov.png") no-repeat center;
}
.twit {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    background:  rgba(0, 0, 0, 0) url("../img/soc/twit.png") no-repeat center;
}

.twit:hover {
    background:  rgba(0, 0, 0, 0) url("../img/soc/twit-hov.png") no-repeat center;
}
.ogon {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    background:  rgba(0, 0, 0, 0) url("../img/soc/ogon.png") no-repeat center;
}

.ogon:hover {
    background:  rgba(0, 0, 0, 0) url("../img/soc/ogon-hov.png") no-repeat center;
}
.loc {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    background:  rgba(0, 0, 0, 0) url("../img/soc/loc.png") no-repeat center;
}
.loc:hover {
    background:  rgba(0, 0, 0, 0) url("../img/soc/loc-hov.png") no-repeat center;
}
.soc-set {
    text-align: right;
    padding: 0;
}

.soc {
    display: inline-flex;
    vertical-align: middle;
}
.SM {
    margin-bottom: 20px;
}
.about_left img{
    width:200px;
    height:211px;
}
.popup button span{
    color: #bf1b1e;
    font-size: 30px;
    font-weight: 800;
}

.message {
        margin-bottom: 14px;
}

#sendform fieldset{
 	border: none;
}

#sendform input.error,
#sendform textarea.error{
    border:1px solid #f00;
    background: rgba(255, 0, 0, .1);
    color: #000;
}
#sendform label.error{
	display:block;
    color: #f00;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
}

.images-size-block{
     font-size:0;
    margin: 30px 0 10px;
 }

.images-size-block div{
  text-align: center;  
}

.images-size-block img{
    margin: 0 auto 10px;
    width: 100%;
    max-width: 250px;
}
/*======================================================*/
@media (max-width: 360px){
    .fifth_block2 .cont_right1, .fifth_block2 .cont_right2{float:left;}
    .bit_head1{margin-top:35px;}
    .car_text {margin-bottom: 0px; margin-top:0px;}
    .car_text .bit_head1 p{font-size: 11px;}
    .car_text .bit_head2 p{display:none;}
    .car_text{margin-top: -100px;}
    .owl-carousel .owl-stage::after{height: 52px!important;}
    .first_sec {padding-bottom: 90px;}
    .first_sec .about_left{text-align: center;}
    .fifth_block1 p{font-size: 5vw}
    .fifth_block3 p{font-size: 5vw}
}
@media (max-width: 975px){
    header{background: #fff;}
}
@media (max-width: 975px){
    .car_text .bit_head2 p{display:none;}
}
@media (max-width: 992px){
    .pad1 .Your_ZIP{margin-bottom: 10px;}
    .message {margin-bottom: 5px;}
}
@media (max-width: 995px){
    .head_menu li{padding-left:71px;}
    .SM{text-align: center;}
    .SM input{width: 150px}
}
@media (max-width: 1360px){
    .car_text{margin-top: -150px;}
    .car_text .bit_head1 p{font-size: 25px;}
}
@media (max-width: 768px){
    .head_menu li{background: none; padding-left:0px; width:255px;}
    .head_menu li a{text-align: center;}
    .head_menu {margin-top:0px;}
    .first_sec .about_right h4, .first_sec .about_right p {text-align: justify;} 
    .first_sec .about_right h4{margin-top:20px;}
    .fifth_block1, .fifth_block2{margin-bottom: 10px;}
    .first_sec .about_left{text-align: center;}
    .third_sec { background: rgba(255,255,255, 1)}
    .slides-style{position: relative;top: 0px;left: 0px; right: 0; width: 720px;height: 480px;overflow: hidden;}
    .jssor_1-style {position: relative;margin: 40px auto;width: 720px;height: 480px;background-color: #24262e;}
    .jssora05l{top:158px;left:10px;width:40px;height:40px;}
    .soc-set {padding: 0;text-align: center;line-height: 40px;}
    .foot_left{text-align: center;}
    .foot_right{text-align: center}
	
	.car_text{
		margin-top:0px;
		margin-bottom: 0px;
		margin-left:0px;
		width:100%;
		position:absolute;
		top:4em;
	}
}
@media (min-width: 1890px){
    #my_id{padding-right: 0px;}
}
@media (max-width: 1310px){
    .owl-controls{display:none;}
}

