.right-side {
    background: linear-gradient(180deg,#1b2e59 0%,#26b2e7 50%,#26b2e7 100%)
}

.left-wrap {
    padding: 0 20px
}

.right-wrap {
    padding: 40px 20px
}

.logo-cont {
    margin-top: 30px
}

.form-cont {
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-cont form {
        width: 100%
    }

.sanal-pos {
    margin-top: 50px;
    margin-bottom: 50px
}

.form-row {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: all .2s cubic-bezier(.6,0,.5,1);
}

    .form-row input { /*padding-left:60px;*/
        width: 100%;
        height: 40px;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        outline: none;
        transition: all .2s cubic-bezier(.6,0,.5,1);
        font-family: 'Lato',sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2em;
        color: #5d8493;
    }

        .form-row input:focus {
            border: 1px solid #38d3b7;
        }

            .form-row input:focus + .icon {
                opacity: 1
            }

.icon {
    position: absolute;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    opacity: .5;
    transition: all .2s cubic-bezier(.6,0,.5,1);
}

    .icon.left {
        left: 25px
    }

    .icon.right {
        right: 25px
    }

.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.link {
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #5d8493;
    transition: all .2s cubic-bezier(.6,0,.5,1);
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em;
    color: #5d8493;
}

    .link:hover {
        color: #38d3b7
    }

    .link:after {
        display: block;
        height: 1px;
        background: #5d8493;
        margin-top: 5px
    }

.button {
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    position: relative;
    border-radius: 3px;
    background-color: #eaeaea;
    height: 70px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #38d3b7;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s cubic-bezier(.6,0,.5,1);
}

    .button.colorish {
        color: #fff;
        background: linear-gradient(135deg,#26b2e7 0%,#38d3b7 100%)
    }

    .button .icon {
        opacity: 1
    }

    .button:hover .icon {
        opacity: 1;
        right: 20px
    }

.text {
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    color: #fff;
    margin: 0
}

.sub-text {
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2em;
    width: 100%;
    text-align: right;
    color: #fff;
    margin: 0
}

.tel {
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    color: #fff
}

.mail {
    text-decoration: none;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    color: #fff;
    display: inline-block;
    margin-top: 15px
}

.urun-cont {
    margin-top: 70px;
    min-height: 200px;
    background-image: url("../Images/urunler3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.help-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 14px;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2em;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
    transition: all .2s cubic-bezier(.6,0,.5,1);
}

    .help-link:hover {
        background-color: rgba(56,211,183,0.8)
    }

@media (min-width:640px) {
    .logo-cont {
        margin-top: 60px
    }

    .tel {
        font-family: 'Lato',sans-serif;
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2em
    }

    .mail {
        font-family: 'Lato',sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2em
    }

    .form-cont {
        margin-top: 90px
    }

    .sanal-pos {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .urun-cont {
        margin-top: 100px
    }

    .left-wrap {
        padding: 0 50px
    }

    .right-wrap {
        padding: 40px 40px
    }
}

@media (min-width:1024px) {
    .left-wrap {
        padding: 0 70px
    }

    .right-wrap {
        padding: 60px
    }

    .logo-cont {
        margin-top: 80px
    }

    .tel {
        font-family: 'Lato',sans-serif;
        font-size: 38px;
        font-weight: normal;
        line-height: 1.2em
    }

    .mail {
        font-family: 'Lato',sans-serif;
        font-size: 22px;
        font-weight: normal;
        line-height: 1.2em
    }

    .form-cont {
        margin-top: 140px
    }

    .sanal-pos {
        margin-top: 80px;
        margin-bottom: 90px
    }

    .urun-cont {
        margin-top: 200px;
        height: 300px
    }
}

@media (min-width:1200px) {
    .left-wrap {
        padding: 0 90px
    }

    .top-wrap {
        margin-top: 20px;
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.2)
    }
}
/*# sourceMappingURL=styl/app.css.map */
/*# sourceMappingURL=app.css.map */