@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,700');

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Heebo';
	    overflow: hidden;
	    color: #231a13;
}
.main {
	position: relative;
	width: 81%;
	float: left;
}
.sidebar {
    width: 19%;
    float: right;
    background: #fef3ed;
}
.owl-carousel {
    direction: ltr;
}
.main-title {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	    z-index: 9;
}
.slide-bottom {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
        z-index: 9;
}
.slide-bottom h2 {
	font-weight: 300;
	font-size: 32px;
	color: #b99d6e;
	    margin: 0;
}
.slide-bottom h3 {
	font-weight: 300;
	font-size: 20px;
	color: #fef3ed;
	    margin: 0;
}

.owl-prev {
	background:url(../img/left.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
        font-size: 0px;
    background-size: 100%;
}
.owl-next {
	background:url(../img/right.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
        font-size: 0px;
    background-size: 100%;
}
.logo {
    text-align: center;
    display: block;
    margin: 25px auto;
}
.sidebar {
	text-align: center;
	position: relative;
}
p.big {
	font-size: 18px;padding: 0 38px;
}
p.small {
	font-size: 16px; padding: 0 46px;
}
hr {
	width: 36px;
    height: 0px;
    /* background: #b99d6e; */
    border: 1px solid #b99d6e;
}
.tel {
    font-size: 12px;
        margin-top: 20px;
}
.tel a {
font-weight: 700;
font-size: 32px;
text-decoration: none;
display: block;
color: #231a13;
    direction: ltr;
}
.or {
    position: relative;
    max-width: 300px;
    overflow: hidden;
    margin: 0 auto;
        margin: 10px auto;
}
.or span {
	position: relative;
	font-size: 12px;
}
.or > span:before {
    right: 100%;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.or > span:before, .or > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #b99d6e;
}
.or > span:after {
    left: 100%;
    margin-left: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b99d6e;
    margin-bottom: 0;
        padding-top: 30px;
            padding-bottom: 20px;
}
form input {
	width: calc(100% - 60px);
	border:none;
	line-height: 46px;
	margin-bottom: 18px;
	padding: 0 16px;
	font-family: 'Heebo';

}
form input[type="submit"] {
	background-color: #231a13;
	font-size: 18px;
	color: #b99d6e;
    margin-bottom: 0;
        line-height: 55px;
        width: 100%;
}
input.err {
    border: 1px solid red;
}
#success {
    text-align: center;
    color: #27272e;
    font-size: 32px;
    font-weight: 500;
    padding-top: 10%;
}
.form-title {
    background-image: url(../img/form-title.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -40px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 32px;
}
.slide:before {
    content: "";
    height: 500px;
    width: 100%;
    background: url(../img/shadow.png);
    z-index: 9;
    position: absolute;
    bottom: 0;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
        left: 0;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 100%;
        min-width: 100%;
}
form .button {
    background-color: #231a13;
    font-size: 18px;
    color: #b99d6e;
    margin: 0 auto;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
    cursor: pointer;
    position: relative;
    width: calc(100% - 60px);
    width: calc(100% - 95px);
    border: none;
    line-height: 46px;
    margin-bottom: 18px;
    padding: 0 16px;
    font-family: 'Heebo';
    box-shadow: 0px 5px 0px 0px rgba(12, 13, 13, 0.2); 
}
form .button:hover:after {
        width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-name: flashlight;
    animation-name: flashlight;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes flashlight {
    0% {
        background-position: -500px center
    }
    
    50% {
        background-position: 500px center
    }
    
    100% {
        background-position: 5000px center
    }
}
@keyframes flashlight {
    0% {
        background-position: -500px center
    }
    
    50% {
        background-position: 500px center
    }
    
    100% {
        background-position: 5000px center
    }
}
@media (max-width: 1680px) {
   .main-title {
    zoom: 0.8;
} 
.slide-bottom {
zoom: 0.8;
}
form input[type="submit"] {
    padding: 0;
}
}
@media (max-width: 1600px) {
    .logo {
    max-width: 40%;
}
p.big {
    font-size: 16px;
}
p.small {
    font-size: 14px;
}
form {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 0px;
}
.form-title {
    margin-bottom: 15px;
}
form input {
    line-height: 40px;
    margin-bottom: 18px;
}
.or {
    max-width: 200px;
}
.tel a {

    font-size: 22px;
}
.form-title {
    margin-top: -14px;
    background-size: 100%;
}

}
@media (max-width: 1440px) {

}
@media (max-width: 1366px) {
    .logo {
    max-width: 25%;
    margin: 15px auto;
}
.tel {
    margin-top: 15px;
}
form input {
    line-height: 36px;
    margin-bottom: 14px;
}
.or {
    max-width: 200px;
        margin: 5px auto;
}
form {
    padding-bottom: 15px;
}
.main-title {
    zoom: 0.7;
}
.slide-bottom {
zoom: 0.7;
}
p.big {
    font-size: 14px;
}
p.small {
    font-size: 12px;
}
form input[type="submit"] {
    line-height: 42px;
}
form .button {
    margin-bottom: 5px;
}
}

@media (max-width: 1024px) {
    .main {
    width: 75%;
}
    .sidebar {
    width: 25%;
}
.main-title {
    top: 40%;
}
}
@media screen and ( max-height: 601px ){
    p.big {
    font-size: 12px;
}
.tel a {
    font-size: 20px;
}
}
.main,.owl-carousel,.owl-stage-outer,.owl-stage,.owl-item,.slide,.slide>img{height:100%}
#blank{display:none;}
