body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#adArea {
    overflow: hidden;
    position: relative;
    background-clip: content-box;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    /* background: url(../images/bg.jpg) center center / cover; */
}

img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.opacity0 {
    opacity: 0;
}

.adsize {
    width: 300px;
    height: 250px;
}

.abs {
    position: absolute;
}

.text-bold {
    font-weight: bold;
}

.hide {
    display: none;
}

.noevent {
    pointer-events: none;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background: #fff;
}

.linePreloader {
    width: 150px;
    height: 10px;
    background: linear-gradient(to right, #fff, #5ecbe8);
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -20% 0;
    animation: scroll 1.2s ease-in-out infinite;
    position: relative;
    top: 48%;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }

    100% {
        background-position: 125% 0;
    }
}

.max-width {
    /* max-width: 300px;
    width: 100%; */
}

.tap {
    display: none;
    transform-origin: 240px 150px;
    animation: leaves 1s ease-in-out infinite alternate;
    -webkit-animation: leaves 1s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

#form {
    
}

.form_holder {
    top: 50px;
    left: 10px;
    padding-right: 10px;
    transform: scale(0);
}

.input_field {
    width: 125px;
    border: 0 solid transparent;
    outline: 0;
    padding: 3px 5px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    height: 24px;
    font-size: 10px;
    font-weight: 300;
    color: #000;
    border-radius: 3px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); */
}

.send_btn {
    /* margin-left: 20px; */
    max-width: 85px;
}

.input_field.has_error {
    border-color: #ff3620;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.error_messages {
    left: 0;
    top: 0;
    z-index: 101;
    text-align: center;
    width: 100%;
}

.error {
    color: #ff3620;
    /* font-size: 10px; */
    padding: 5px 10px;
    background: #ffe7ea;
    width: 100%;
}

.t1 {
    /* left: -30px; */

}

.t2 {
    /* left: -30px; */
}

.t3 {
    /* left: -30px; */
}

.quote_btn {
    /* left: -30px; */
    transform-origin: 50px 240px !important;
}

.t1,.t2,.t3,.quote_btn {
    transform: rotate(15deg);
    transform-origin: left center;
}

.message {
    left: 200px;
}

#msg {
    font-size: 24px;
    top: 90px;
    color: #fff;
    left: 20px;
    transform: scale(0);
}

#cta {
    transform-origin: 90px 160px;
}

.bg_1, .bg_2 {
    max-width: 100%;
}