html {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
}

header {
    background-image: linear-gradient(90deg, #faf7e5, #faf7e5 30%, #7d90ba);
}

.logo {
    width: 200px;
}

.btn-header {
    width: 200px;
}

.grow {
    width: 100%;
}

.dance {
    width: 100%;
}

h1 {
    font-size: 30px;
    line-height: 1.2;
}

h2 {
    font-size: 30px;
    line-height: 1.2;
}

h3 {
    font-size: 25px;
}

.blue-block {
    padding: 25px 0 25px 0;
    background-color: #eaf4f8;
}

.beige-block {
    background-color: #d8c6b7;
    padding: 10px 0 10px 0;
}

.rosa-block .left {
    position: absolute;
    left: 0;
    background-color: #ffe7e5;
    transform: translateX(-50%) rotate(-45deg);
    width: 40px;
    height: 40px;
}

.rosa-block .right {
    position: absolute;
    right: -40px;
    background-color: #ffe7e5;
    transform: translateX(-50%) rotate(-45deg);
    width: 40px;
    height: 40px;
}

.why-button {
    position: relative;
    height: 100%;
}

.why-button .overlay {
    position: absolute;
    background-color: #d8c6b7;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 26px;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
 }

.rosa-block {
    background-color: #ffe7e5;
    padding: 10px 0 10px 0;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

.yellow-block {
    background-color: #fdf7e2;
}

.beige-block-img {
    margin-top: 10px;
    width: 100%;
}

.pink-block {
    padding: 25px 0 25px 0;
    background-color: #fce6e5;
}

.btn-send {
    width: 120px;
}

.icon-check {
    width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.line1 {
    position: relative;
}

.line1:before {
    position: absolute;
    content: url("/img/linie1.png");
    left: -10px;
    bottom: -30px;
    z-index: -2;
}

.line2 {
    position: relative;
}

.line2:before {
    position: absolute;
    content: url("/img/linie1.png");
    right: 10px;
    top: 30px;
    z-index: -2;
}

#benefits {
    font-size: larger;
}

#contactForm label {
    text-transform: uppercase;
}

.form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    border-color: #888;
    border: none;
}

a,a:hover {
    color: #ff516b;
    font-weight:normal;
    text-transform:none;
    text-decoration:none;
}

.btn-primary {
    color: #fff;
    background-color: #ff516b;
    border-color: #ff516b;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d24559;
    border-color: #d24559;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem #d24559;
    background-color: #d24559;
    border-color: #d24559;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d24559;
    border-color: #d24559;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d24559;
    border-color: #d24559;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d24559
}
