@import 'https://fonts.googleapis.com/css?family=Roboto:400,700'; /* we set this font like this => font-family: 'Roboto', sans-serif;*/
@font-face {
    font-family: CF-Smooth-Cond; /* we set this font like this => font-family: CF-Smooth-Cond'*/
    src: url(../fonts/CF_Smooth_Cond.ttf);
}

@font-face {
    font-family: CF-Smooth-CondBold; /* we set this font like this => font-family: CF-Smooth-CondBold'*/
    src: url(../fonts/CF_Smooth_CondBold.ttf);
}

@font-face {
    font-family: CF-Smooth-ExtraBold; /* we set this font like this => font-family: CF-Smooth-ExtraBold*/
    src: url(../fonts/CF_Smooth_ExtraBold.ttf);
}

body {
    font-family: 'Roboto', sans-serif;
    /*  background: #d6e8f0;*/
}

.body {
    overflow: hidden;
}

img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

header {
    position: relative;
    width: 100%;
    height: 18.3vw;
}

.logo_wrap {
    position: absolute;
    left: 9.2vw;
    width: 16vw;
    top: 3.6vw;
}

.menu_wrap {
    position: absolute;
    right: 9.5vw;
    top: 10vw;
    /*width: 55.3vw;*/
    /*    border-bottom: 2px solid black;
        border-top: 2px solid black;*/
}

.menu {
    font-size: 1.3vw;
    font-weight: 600;
    /* width: 55.3vw;*/
    border-bottom: 2px solid #c1d4dd;
    border-top: 2px solid #c1d4dd;
    margin: 2px 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
}

ul li {
    display: inline-block;
    padding: 7px 0.6vw;
    position: relative;
}

.menu ul li:after {
    display: table;
    content: "";
    position: absolute;
    width: 2px;
    height: 1.4vw;
    right: 0;
    top: 50%;
    background: black;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu ul li:last-child:after {
    display: none;
}

ul li a {
    display: block;
    color: black;
    text-align: center;
    text-decoration: none;
}

li a:hover {
    color: #337ab7;
    text-decoration: none;
}

.icon {
    display: none;
}

.slider_wrapper {
    position: relative;
    width: 80vw;
    margin: 0 auto;
    text-align: center;
}

.products {
    position: relative;
    width: 100%;
    margin-top: 1.3vw;
    overflow: hidden;
    background-color: #e9f1f5;
}

.products_img {
    /* float: left; */
    display: inline-block;
    width: 32.4%;
    vertical-align: middle;
    padding-left: 4vw;
}

.products_text {
    width: 56%;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.text_header {
    margin-top: 5.3vw;
    /*margin: 5vw 0vw 1vw 4.7vw;*/
    font-size: 4vw;
    font-family: CF-Smooth-CondBold;
}

.products_text1 {
    margin: 1vw 0vw 1vw 4.7vw;
    font-weight: bold;
    font-size: 1.5vw;
    color: red;
}

.products_text2 {
    margin: 1.8vw 0vw 1vw 4.7vw;
    font-size: 1.5vw;
}

.products_text3 {
    margin: 1.8vw 0vw 1vw 4.7vw;
    font-size: 1.4vw;
}

.doted_line {
    position: relative;
    width: 86.5vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 5.3vw;
}

.doted_line img {
    display: none;
}

.way_of_use {
    position: relative;
    width: 100%;
    margin-top: 5vw;
}

.main_title {
    text-align: center;
    font-size: 2.9vw;
    position: relative;
    font-family: CF-Smooth-CondBold;
}

.main_title_margin {
    margin-bottom: 3vw;
}

.main_title:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin: 0px 0px 0px 1vw;
    background: red;
    width: 4.2vw;
    height: 5.81px;
}

.main_title:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin: 0px 0px 0px -5vw;
    background: red;
    width: 4.2vw;
    height: 5.81px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.description_wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-top: 2vw;
}

.description_wrapper1_bg{
    background: #ebf4f8;
    padding-top: 1vw;
    position: relative;
}

.container_for_small_wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 1vw 0 3vw 0;
    z-index: 1;
}

.container1 {
    float: left;
    margin: 1.7vw 2.5vw 0 2.5vw;
    box-sizing: border-box;
    width: 28.2%;
}

.container {
    float: left;
    width: 27%;
    margin: 1.7vw 2.5vw 0 2.5vw;
    box-sizing: border-box;
}

.container_img {
    width: 26vw;
    margin-bottom: 1.8vw;
}

.container_text {
    color: black;
    font-size: 1.3vw;
    position: relative;
    text-align: center;
    line-height: 1.7;
}

.for_big_surface{
    text-align: center;
    font-size: 2vw;
    text-transform: uppercase;
    color: #696464;
}

.container_red_bg1 {
    position: absolute;
    bottom: 18.3vw;
    width: 100%;
    height: 15.9vw;
    background: #ec2227;
    z-index: 0;
}

.container_red_bg {
    position: absolute;
    bottom: 10.3vw;
    width: 100%;
    height: 15.9vw;
    background: #ec2227;
    z-index: -1;
}

.history {
    position: relative;
    width: 100%;
    height: 27vw;
    margin-top: 5.8vw;
    background: #ebf4f8;
}

.history_logo_wrapper {
    width: 39.4vw;
    top: 2.6vw;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.history_text_wrapper {
    margin-top: 5vw;
    width: 100%;
    position: relative;
    font-size: 1.4vw;
    line-height: 1.3;
    box-sizing: border-box;
}

.left_text {
    float: left;
    width: 40%;
    margin-left: 9.7vw;
}

.right_text {
    float: right;
    width: 39%;
    margin-right: 8.7vw;
}

.suggestions {
    position: relative;
    margin-top: 5vw;
    width: 100%;
}

.suggestions_logo {
    position: relative;
    width: 34vw;
    margin: 0 auto;
}

.filter_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 2.8vw;
}

.filter_wrap {
    overflow: hidden;
    width: 56vw;
    margin: 0 auto;
}

.filter_wrap a{
    color: inherit;
}

.filters {
    float: left;
    text-align: center;
    border: 2px solid black;
    border-radius: 8px;
    margin: 0px 0.5vw;
    width: 10vw;
    height: 38px;
    min-height: 2.7vw;
    position: relative;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1vw;
}

.filters span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filters_active  div{
    background: black;
    color: white;
}

.filters:hover {
    background: black;
    color: white;
}

.article_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
}

.article_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-top: 1.8vw; */
}

.article_outer_wrap {
    float: left;
    /*  width: 22.2vw;*/
    width: 22.4%;
    min-height: 22.4vw;
    /* margin: 0 1vw;*/
    margin: 0 1.1%;
    box-sizing: border-box;
    background: #e9eded;
    margin-bottom: 2vw;
    box-shadow: 4px 3px 0px #b2c1c8;
    transition: all 0.3s ease-in;
}

.article_outer_wrap:hover {
    box-shadow: 9px 9px 7px -4px #b2c1c8;
    opacity: 0.7;
}

.article_inner_wrap {
    /*  margin: 0.7vw 0.7vw;*/
    margin: 3.7% 4%;
    text-align: center;
}

.article_inner_wrap > a > img {
    width: 100%;
    height: 16vw;
    vertical-align: middle;
}

.tex_description {
    text-align: center;
    font-weight: 600;
    font-size: 1.3vw;
    padding: 0.5vw 0.7vw;
    margin-top: -3vw;
    transform: translateY(2.2vw);
}

.tex_description a {
    text-decoration: none;
    color: black;
}

.pagination_wrapper {
    width: 11.7vw;
    top: -1vw;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.pagination_wrapper a {
    display: inline-block;
}

.pagination {
    float: left;
    font-size: 1.2vw;
    background: #3184be;
    width: 2vw;
    height: 2vw;
    text-align: center;
    line-height: 2vw;
    border-radius: 100vw;
    margin: 0.1vw;
    color: white;
    transition: all 0.3s ease-in;
}

.pagination:hover {
    background: #000000;
}

.Current_page {

    background: #000000;
}

.container_tintBlu_bg {
    position: absolute;
    top: 12vw;
    width: 100%;
    height: 19.7vw;
    background: #e9f1f5;
    z-index: -1;
}

.doted_line2 {
    position: relative;
    width: 96vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.2vw;
    display: none;
}

.contact {
    position: relative;
    margin-top: 5vw;
    width: 100%;
    overflow: hidden;
}

.contact_description_wrapper {
    float: left;
    width: 51%;
}

.contact_form_wrapper {
    float: right;
    width: 49%;
}

.contact_form_wrapper form input {
    background: #e9f1f5;
}

.contact_form_wrapper form textarea {
    background: #e9f1f5;
}

.contact_h1 {
    font-size: 3vw;
    font-family: CF-Smooth-CondBold;
    color: red;
    margin: 0.8vw 0 0vw 8.9vw;
}

.contact_text {
    margin: 1.3vw 0vw 0vw 9.1vw;
    font-size: 1.3vw;
    line-height: 1.6;
}

.contact_form_wrapper > form {
    width: 31vw;
    margin: 0 auto;
}

.contact_form_wrapper > form > input {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.contact_form_wrapper > form > textarea {
    width: 100%;
    height: 82px;
    margin-bottom: 10px;
    border: none;
}

.red_button {
    background: #e30613;
    width: 12vw;
    height: 4vw;
    color: white;
    font-size: 1.5vw;
    border: none;
}

footer {
    position: relative;
    width: 100%;
    margin-top: 4.9vw;
    background: white;
    overflow: hidden;
}

.footer_red_lin {
    width: 100%;
    position: relative;
    background: red;
    height: 11vw;
    bottom: 0;
}

.text_wrapper {
    position: absolute;
    left: 27vw;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter_text {
    font-family: CF-Smooth-CondBold;
    font-size: 2.8vw;
    color: white;
}

.subtext {
    font-size: 1.5vw;
    color: white;
}

.form_wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10vw;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.footer_email_style {
    border: none;
    width: 24.8vw;
    height: 48px;
    display: inline-block;
}

input#edit-mail-0-value {
    border: none;
    width: 24.8vw;
    height: 48px;
    display: inline-block;
    padding-left: 8px;
}

input#edit-subscribe {
    background: #3184be;
    border: none;
    width: 8vw;
    height: 50px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.6vw;
    color: white;
    margin-left: 15px;
}

.footer_button_style {
    background: #3184be;
    border: none;
    width: 8vw;
    height: 50px;
    display: inline-block;
    font-weight: bold;
    font-size: 2vw;
    color: white;
    margin-left: 15px;
}

.left_content {
    float: left;
    width: 32.3%;
    height: 39vw;
    box-sizing: border-box;
    background-color: #e9f1f5;
}

.content_wrap {
    position: relative;
    width: 87%;
    margin: 0 auto;
    text-align: center;
    top: 32.7%;
}

.image_wrap {
    width: 44%;
    margin: 0 auto;
    margin-bottom: 0.7vw;
}

.more_contacts {
    font-size: 1.1vw;
    margin-bottom: 1.3vw;
    display: none;
}

.contact_info {
    font-size: 1.1vw;
}

.map_wrapper {
    float: right;
    width: 67.6%;
    height: 39vw;
}

.g_map {
    width: 100%;
    height: 39vw;
}

.facebook_button {
    position: absolute;
    right: 9.5vw;
    top: 6.5vw;
    overflow: hidden;
    font-size: 1.1vw;
    font-weight: bold;
    background: white;
    color: #3d5b99;
    cursor: pointer;
}

.facebook_button .FB_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.facebook_button .facebook_ico {
    width: 3vw;
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.1vw;
}

.M_facebook_button {
    display: none;
}

.for_mobile {
    display: none !important;
}

.for_desktop {
    display: block !important;
}

.send_email_button {
    background: #e30613;
    border: none;
    width: 16.2vw;
    height: 67px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.3vw;
    color: white;
}

.doted_line3 {
    display: none;
}

.copy_right_wrapper {
    position: relative;
    width: 100%;
    height: 4vw;
    background: red;
    border-top: 1px solid #c31c1c;
}

.copy_right_text {
    font-size: 1vw;
    text-align: center;
    line-height: 1vw;
    color: white;
}

.rolko_logo {
    position: absolute;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 6vw;
}
ul.footer_list li a {
    font-size: 1vw;
    color: white;
}
.status_message{
 text-align: center;
 font-size: 1.3vw;
 color: white;
}

#status_message_contact{
    text-align: center;
    font-size: 1.3vw;
    color: black;
	margin-bottom: 1vw;
}



div#block-contactblock {
	float: right;
    width: 49%;
}

form#contact-message-rol-contact-form-form {
    width: 31vw;
    margin: 0 auto;
}

input#edit-field-contact-name-0-value {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #e9f1f5;
}

input#edit-field-contact-email-0-value {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #e9f1f5;
}

textarea#edit-message-0-value {
    width: 100%;
    height: 82px;
    margin-bottom: 10px;
    border: none;
    background: #e9f1f5;
}

input#edit-submit {
    background: #e30613;
    border: none;
    width: 16.2vw;
    height: 67px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.3vw;
    color: white;
}

@media screen and (max-width: 680px) {

    .doted_line3 {
        display: block;
        position: relative;
        width: 96vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 3.2vw;
    }

    .slider_wrapper {
        position: relative;
        width: 80vw;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10vw;
    }

    .send_email_button {
        background: #e30613;
        border: none;
        width: 32.2vw;
        height: 42px;
        display: inline-block;
        font-weight: bold;
        font-size: 4vw;
        color: white;
    }

    .for_mobile {
        display: block !important;
    }

    .for_desktop {
        display: none !important;
    }

    .facebook_button {
        display: none;
    }

    .M_facebook_button {
        display: block;
        position: relative;
        overflow: hidden;
        font-size: 3vw;
        font-weight: bold;
        color: #3d5b99;
        cursor: pointer;
        margin: 10% 20vw;
        background: #e9f1f5;
    }

    .M_FB_text {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4vw;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;

    }

    .M_facebook_ico {
        width: 13vw;
        display: inline-block;
        vertical-align: middle;
        float: right
    }

    .header {
        position: fixed;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 2;
        overflow: hidden;
    }

    .icon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 13px;
        line-height: 1;
        font-size: 6vw;
        background: white;
        display: block;
    }

    ul li {
        display: none;
    }

    .menu ul li:after {
        display: none;
    }

    .menu_wrap {
        z-index: 1;
    }

    ul.menu_wrap.responsive {
        position: relative;
    }

    .responsive li {
        display: block;
        text-align: center;
        border-bottom: none;
        padding: 4px 0;
    }

    .responsive li:last-child {
        border-bottom: none;

    }

    .responsive li a {
        display: block;
        border-bottom: 2px solid #c1d4dd;
        padding: 6px 0;
        font-size: 4vw;
    }

    .responsive li:last-child a {
        border-bottom: none;

    }

    .menu_wrap {
        position: absolute;
        right: 0;
        margin: 0 auto;
        left: 0;
        top: 28vw;
        width: 80.3vw;
        border: none;
        z-index: 1;

    }

    .menu {
        font-size: 1.4vw;
        font-weight: 600;
        width: 100%;
        border: none;
    }

    .logo_wrap {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 18.2vw;
        top: 0.6vw;
    }

    .products_img {
        float: none;
        width: 44.4%;
        margin: 0 auto;
        /* float: left; */
        display: block;
        vertical-align: middle;
    }

    .main_title {
        font-size: 4.9vw;
        position: relative;
    }

    .products_text {
        float: none;
        width: 78%;
        margin: 0 auto;
        text-align: center;
        display: block;
        vertical-align: middle;
    }

    .text_header {
        margin: 1vw 0;
        font-size: 7vw;
        font-family: CF-Smooth-CondBold;
    }

    .products_text1 {
        margin: 2vw 0;
        font-weight: bold;
        font-size: 3.5vw;
        color: red;
    }

    .products_text2 {
        font-size: 3.5vw;
        margin: 2vw 0;
    }

    .products_text3 {
        margin: 0;
        font-size: 3.5vw;
    }

    .main_title:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin: 0px 0px 0px 1vw;
        background: red;
        width: 7.2vw;
        height: 5.81px;
    }

    .main_title:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin: 0px 0px 0px -8vw;
        background: red;
        width: 7.2vw;
        height: 5.81px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .for_big_surface {
        text-align: center;
        font-size: 6vw;
        text-transform: uppercase;
        color: #696464;
        padding: 6vw 0;
    }
    .container1 {
        float: none;
        width: 69%;
        margin: 38px auto;
        box-sizing: border-box;
    }

    .container_for_small_wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 3vw 0 3vw 0;
    }
    .container {
        float: none;
        width: 69%;
        margin: 38px auto;
        box-sizing: border-box;
    }

    .container_img {
        width: 100%;
    }

    .container_text {
        font-size: 3.8vw;

    }
    .container_red_bg1{
        display: none;
    }

    .container_red_bg {
        display: none;
    }

    .history {

        height: auto;
    }

    .history_logo_wrapper {
        width: 64.4vw;
        top: 2.6vw;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .history_text_wrapper {
        font-size: 3.1vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .left_text {
        float: none;
        width: 78%;
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .right_text {
        float: none;
        width: 78%;
        margin: 0 auto;
        margin-bottom: 38px;
    }

    .suggestions_logo {
        width: 65vw;

    }

    .filter_wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 2.8vw;
    }

    .filter_wrap {
        overflow: hidden;
        width: 71vw;
        margin: 0 auto;
    }

    .article_container {
        position: relative;
        width: 66%;
        overflow: hidden;
        margin-top: 3.8vw;
        margin: 0 auto;
    }

    .filters {
        margin: 8px 1vw;
        width: 32.6vw;
        font-size: 3vw;
        position: relative;
        line-height: 1;
    }

    .filters span {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .pagination_wrapper {
        display: none;
    }

    .article_container .article_outer_wrap:nth-child(1n+1) {
        float: left;
        /* width: 22.2vw; */
        width: 100%;
        box-sizing: border-box;
        background: #e9eded;
        margin-bottom: 2vw;
        box-shadow: 4px 3px 0px #b2c1c8;
        transition: all 0.3s ease-in;
        margin: 0 auto;

    }

    .article_container .article_outer_wrap:nth-child(1n+2) {

        display: none;
    }

    .article_inner_wrap {
        margin: 4% 6%;
        text-align: center;
    }

    .tex_description {
        text-align: center;
        font-weight: 600;
        font-size: 3.3vw;
        padding: 6.5% 6.7%;
    }

    .container_tintBlu_bg {
        display: none;
    }

    .contact_description_wrapper {
        float: none;
        width: 87%;
        margin: 0 auto;
        text-align: center;
    }

    .contact_h1 {
        font-size: 13vw;
        margin: 0;
    }

    .contact_text {
        font-size: 4vw;
        line-height: 1.6;
        margin: 0 0 36px 0px;
    }

    .contact_form_wrapper {
        float: none;
        width: 87%;
        margin: 0 auto;
        text-align: center;
    }

    .contact_form_wrapper > form {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .contact_form_wrapper > form > input {
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
        border: none;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .contact_form_wrapper > form > textarea {
        width: 100%;
        height: 90px;
        margin-bottom: 10px;
        border: none;
    }

    .red_button {
        width: 34vw;
        height: 8.5vw;
        font-size: 4.5vw;
    }

    .footer_red_lin {
        width: 100%;
        background: red;
        height: 50vw;
    }

    .text_wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 15vw;
        margin: 0 auto;
        width: 69vw;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .newsletter_text {
        font-family: CF-Smooth-CondBold;
        font-size: 5.8vw;
        color: white;
    }

    .subtext {
        font-size: 3.5vw;
        color: white;
    }

    .form_wrapper {
        position: absolute;
        top: 31vw;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 69vw;
    }

    .footer_email_style {
        border: none;
        width: 42.8vw;
        height: 48px;
        display: inline-block;
    }

    input#edit-mail-0-value {
        border: none;
        width: 42.8vw;
        height: 48px;
        display: inline-block;
        padding-left: 13px;
    }

    input#edit-subscribe {
        background: #3184be;
        border: none;
        width: 23vw;
        height: 50px;
        display: inline-block;
        font-weight: bold;
        font-size: 4vw;
        color: white;
        margin-left: 15px;
    }

    .footer_button_style {
        background: #3184be;
        border: none;
        width: 23vw;
        height: 50px;
        display: inline-block;
        font-weight: bold;
        font-size: 2vw;
        color: white;
        margin-left: 15px;
    }

    .left_content {
        float: none;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        /* margin-bottom: 10vw;*/
        padding: 4vw 0;
    }

    .content_wrap {
        position: relative;
        width: 87%;
        margin: 0 auto;
        text-align: center;
        top: 32.7%;
    }

    .image_wrap {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 3.7vw;
        margin-top: 67px;
    }

    .more_contacts {
        font-size: 4.3vw;
        margin-bottom: 3.3vw;
    }

    .contact_info {
        font-size: 4.1vw;
    }

    .map_wrapper {
        float: none;
        width: 100%;
        height: 78vw;
    }

    .g_map {
        width: 100%;
        height: 78vw;
        position: relative;
        overflow: hidden;
    }

    .center_filter {
        margin: 0 0 0 25%;
    }

    .article_container .article_outer_wrap:nth-child(1n+1) {
        margin-bottom: 6vw;
    }

    .article_inner_wrap > a > img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    .copy_right_wrapper {
        position: relative;
        width: 100%;
        height: 13vw;
        background: red;
        border-top: 1px solid #c31c1c;
    }

    .copy_right_text {
        font-size: 2.7vw;
        text-align: center;
        line-height: 2vw;
        color: white;
    }

    .rolko_logo {
        position: absolute;
        right: 2vw;
        top: 50%;
        transform: translateY(-50%);
        width: 12vw;
    }

    ul.footer_list li {
        display: inline-block;
    }

    ul.footer_list li a {
        font-size: 3vw;
        color: white;
    }
	
	.status_message{
        text-align: center;
		font-size: 3.3vw;
		color: white;
}

	#status_message_contact{
	    text-align: center;
		font-size: 3.3vw;
		color: black;
		margin-bottom: 1vw;
	}

	div#block-contactblock {
	float: none;
    width: 87%;
    margin: 0 auto;
    text-align: center;
	}
	
	form#contact-message-rol-contact-form-form {
    width: 100%;
    margin: 0 auto;
    text-align: left;
	}
	
	input#edit-field-contact-name-0-value {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #e9f1f5;
}

input#edit-field-contact-email-0-value {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    background: #e9f1f5;
}

textarea#edit-message-0-value {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    border: none;
    background: #e9f1f5;
}

input#edit-submit {
    background: #e30613;
    border: none;
    width: 32.2vw;
    height: 42px;
    display: inline-block;
    font-weight: bold;
    font-size: 4vw;
    color: white;
}

}

/**
 * Hide <select> and submit-button
 */
.js-form-item.form-item.js-form-type-select.form-item-field-tags-target-id.js-form-item-field-tags-target-id {
    display: none;
}

#views-exposed-form-filter-articles-page-1 .form-submit {
    display: none;
}

/**
 * Pure styling, should probably be put in your theme stylesheet
 * instead of in this module
 */
.pop-list {
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.pop-list li {
    float: left;
    text-align: center;
    border: 2px solid black;
    border-radius: 8px;
    margin: 0px 0.5vw;
    width: 8vw;
    height: 38px;
    min-height: 2.7vw;
    position: relative;
    font-weight: 600;
    box-sizing: border-box;
    font-size: 1vw;
}

span.filter-tab {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.pop-list li a {
    background-color: #CCC;
    height: 40px;
    border-radius: 40px;
    padding: 10px 16px 9px;
    color: #FFF;
    line-height: 23px;
    text-decoration: none;
    border-bottom: none;
}*/
.pop-list li a.active {
    background-color: black;
    color: white;
}

.view-filter-articles .views-row {
    float: left;
    padding: 15px;
}

#carousel {
    margin: 0 auto;
    width: 600px;
    height: 150px;
    background: #efefef;
    overflow: hidden;
}

#carousel .carousel_box {
    float: left;
    border: solid #fff 5px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #252525;
    line-height: 140px;
    text-align: center;
    font-size: 123%;
}

label.js-form-required.form-required {
    display: none;
}

div#edit-mail-0-value--description {
    display: none;
}

#simplenews-subscriptions-block-2a7ec3f8-cfd1-4620-b865-d1bba228464e
{
	display: flex;
    display: -webkit-flex;
}

.way_of_use {
    display: none;
}

.FB_text {
    color: #FF3D46 !important;
}