/* rw-slider-image header styles */
.rw-header-main {
    position: relative;
    width: 99%;
    height: 140px;
    background: #6ecae9;
    margin-top: 30px;
    text-align: left;
}
.rw-header-main img {
    position: relative;
    width: 222px;
}
.rw-header-free-version {
    top: 10px;
    right: 10px;
    position: absolute;
    left: 10px;
}
.rw-header-free-version-inner {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s;
    background-color: #6ecae9;
    float: right;
}
.rw-header-free-version-inner:before,
.rw-header-free-version-inner:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px #005e7d;
    -moz-box-shadow: 0 15px 10px #005e7d;
    box-shadow: 0 15px 10px #005e7d;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -1;
    position: absolute;
    content: "";
}
.rw-header-free-version-inner:after {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.rw-header-free-version a {
    padding: 5px 130px;
    transition: all 0.5s;
    background-color: #6ecae9;
}
.rw-header-free-version a:hover {
    color: #005e7d !important;
    background-color: #6ecae9;
}
.rw-header-contacts {
    position: relative;
    margin-top: 12px;
    font-size: 16px;
    padding: 10px;
}
.rw-header-contacts a {
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    padding: 5px 7px;
    border-radius: 5px;
    background-color: #6ecae9;
    box-shadow: 0px 0px 10px #30a9d1;
    border: 1px solid #30a9d1;
}
.rw-header-contacts a:hover {
    background-color: #30a9d1;
    color: #ffffff;
    box-shadow: 0px 0px 10px #30a9d1;
}
@media screen and (max-width: 1040px) {
    .rw-header-main {
        text-align: center;
        height: 200px;
    }
    .rw-header-contacts {
        margin-top: 75px;
    }
    .rw-header-free-version-inner {
        float: none;
    }
    .rw-header-free-version {
        top: 90px;
    }
}
@media screen and (max-width: 660px) {
    .rw-header-main {
        height: 230px;
    }
    .rw-header-contacts {
        margin-top: 100px;
    }
}