@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");

*:focus
{
    outline: none;
}

.rm-cont {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.rm-btn {
    background: #58b200;
    border: none;
    color: #fff;
    width: 274px;
    height: 53px;
    z-index: 8;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 53px;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
}

.rm-btn:hover {
    background: #3c9f00;
}

.rm-btn:focus {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.rm-header-top {
    background: #f1f1f1;
    color: #666;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 5px 0;
    position: relative;
    z-index: 7;
}

.rm-header-top a {
    color: #999;
    text-decoration: none;
}

.rm-header-top .rm-cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rm-header-top .rm-cont > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rm-header-top .rm-cont > div:last-child a {
    display: block;
    padding: 0 15px;
    border-radius: 4px;
    background: #fcd30a;
    color: #333;
    line-height: 32px;
    text-transform: uppercase;
    white-space: nowrap;
}
.rm-topmenu{
    margin-left: 10px;
}
.rm-contacts p, .rm-contacts {
    margin-right: 0;
    margin-left: 20px;
}

.rm-contacts p, .rm-contacts br {
    display: none;
}
.rm-contacts .phone{
    text-transform: uppercase;
    text-decoration: none;
    color: #008daf;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.rm-contacts .phone span, .rm-contacts .phone a{
    color: #3b3b3b;
}

.rm-header-bottom
{
    background: #fff;
    position: relative;
    z-index: 999999999;
}
.rm-header-bottom .rm-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.rm-header-top .rm-cont,
.rm-header-bottom .rm-cont{
    max-width: 1140px;
    width: 100%;
}
.rm-logo a {
    display: block;
    width: 157px;
}

.rm-logo img {
    display: block;
    width: 100%;
}

.rm-tm-button {
    display: none;
    background: none;
    position: relative;
    line-height: 20px;
    width: 25px;
    padding: 0;
    border: none;
    cursor: pointer;
}
.rm-tm-button:hover
{
    background: transparent;
}

.rm-tm-button span {
    position: relative;
    top: -3px;
}

.rm-tm-button span, .rm-tm-button:before, .rm-tm-button:after {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fcd30a;
    display: inline-block;
    transition: all 0.5s ease;
}

.rm-tm-button:hover span, .rm-tm-button:hover:before, .rm-tm-button:hover:after {
    background: #000;
}

.rm-tm-button:before, .rm-tm-button:after {
    content: '';
    position: absolute;
    left: 0;
}

.rm-tm-button:before {
    top: 0;
}

.rm-tm-button:after {
    bottom: 0;
}

.rm-topmenu ul {
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rm-topmenu li {
    float: left;
    display: block;
}

.rm-topmenu li + li {
    margin-left: 30px;
}

.rm-topmenu a {
    text-decoration: none;
    color: #008daf !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 80px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.rm-topmenu a:hover,
.rm-topmenu .current-menu-item a,
.rm-topmenu a:focus {
    color: #006384 !important
}
.rm-topmenu a:after {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
}
.rm-topmenu a:hover:after,
.rm-topmenu .current-menu-item a:after,
.rm-topmenu a:focus:after {
    background: #fcd30a;
}


@media (max-width: 1024px) {
    .rm-cont {
        width: 100%;
        padding: 0 15px;
    }
    /*.rm-contacts{*/
        /*display: none;*/
    /*}*/
}

@media (min-width: 992px) {

    .rm-topmenu {
        display: block !important;
    }

}

@media (max-width: 991px) {
    .rm-contacts
    {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        right: 0;
        z-index: 20;
        margin: 0;
        text-align: center;
        background: #2b7297;
        padding: 13px 0;
        color: #fff !important;
        border-radius: 0 0 10px 10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    }
    .rm-contacts.fixed
    {
        position: fixed;
        top: 0;
        z-index: 5;
    }
    .rm-contacts .phone
    {
        font-size: 15px;
        font-weight: 900;
    }
    .rm-contacts .phone a
    {
        font-weight: 700;
    }
    .rm-contacts .phone, .rm-contacts .phone a
    {
        color: #fff;
    }
    .rm-header-bottom {
        padding: 6px 0;
    }

    .rm-tm-button {
        display: block;
        top: 0;
    }

    .rm-topmenu {
        display: none;
        width: 100% !important;
        text-align: center;
    }

    .rm-topmenu ul {
        padding: 15px 0;
    }

    .rm-topmenu li {
        float: none;
        margin: 15px 0 0 !important;
    }

    .rm-topmenu a {
        line-height: 2.5;
        display: inline-block;
    }
    .rm-logo a
    {
        width: 155px;
    }
}

@media (max-width: 767px) {
    .landing_icons h2{
        font-size: 26px !important;
    }
    .rm-header-top {
        padding: 8px 0 10px;
    }

    .rm-header-top, .rm-header-bottom {
        text-align: center;
    }

    .rm-header-top .rm-cont, .rm-header-top .rm-cont > div {
        display: block;
    }

    .rm-contacts {
        margin-right: 0;
    }

    .rm-header-top .rm-cont > div:last-child a {
        display: inline-block;
        margin-top: 5px;
    }

    .rm-logo a {
        display: inline-block;
    }
}

footer
{
    background-color: #333333;
    padding: 50px 0 80px;
    font-family: 'Montserrat', sans-serif;
}

.foo-left .foo-logo
{
    overflow: hidden;
    margin-bottom: 40px;
}
.foo-left .foo-logo img
{
    display: block;
}
.foo-left .foo-slogan
{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 50px;
}
.foo-left .foo-social ul
{
    overflow: hidden;
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
}
.foo-left .foo-social ul li
{
    float: left;
    margin: 0 40px 0 0;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #4a4a4a;
    position: relative;
}
.foo-left .foo-social ul li a
{
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;

    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.foo-left .foo-social ul li a:hover
{
    color: #fcd30a;
}
.foo-left .foo-social ul li:last-child
{
    margin: 0;
}

.foo-middle h4,
.foo-right h4
{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
    margin: 40px 0 30px;
}
.foo-middle h4:after,
.foo-right h4:after
{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fcd30a;
}

.foo-middle ul
{
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.foo-middle ul li
{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    padding-left: 17px;
    position: relative;
    background: url("../images/links.png") no-repeat left center;
}
.foo-middle ul li a
{
    color: #999999;
}
.foo-middle ul li a:hover
{
    color: #fcd30a;
    text-decoration: none;
}
.foo-right p
{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}


.scrollup {
    display: block;
    color: #ffffff;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
    right: 30px;
    bottom: -50px;
    font-size: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    background-color: #FBD232;
}

.scrollup.show {
    bottom: 50px;
    opacity: 0.8;
}
.scrollup:hover {
    opacity: 1;
    color: #ffffff !important;
}

.scrollup i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    position: relative;
    overflow: hidden;
}

.scrollup i:before, .scrollup i:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollup i:before {
    top: 0;
}
.scrollup i:after {
    content: '\f106';
    bottom: -60px;
}

@media screen and (max-width: 1199px) {
    footer
    {
        padding: 40px 0;
    }

}
@media screen and (max-width: 991px) {
    .foo-left .foo-logo,
    .foo-left .foo-slogan
    {
        margin-bottom: 20px;
    }
    .foo-middle h4
    {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .foo-right h4
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .foo-middle h4, .foo-right h4
    {
        margin-top: 40px !important;
        clear: both;
    }
    .foo-left
    {
        max-width: 280px;
        margin: 0 auto;
        padding: 0;
    }
    .foo-left .foo-logo img
    {
        margin: 0 auto;
    }
    .foo-social, .foo-slogan
    {
        text-align:  center;
    }
    .foo-social ul
    {
        padding: 0;
        display: inline-block;
    }


}

.post-3152 .vc_row,
.post-1376 .vc_row,
.post-3178 .vc_row{
    margin: 0;
}
.post-3152 .vc_column_container>.vc_column-inner,
.post-3178 .vc_column_container>.vc_column-inner{
    padding-left: 0;
    padding-right: 0;
}
.tmr-thx-title{
    padding: 12.5vh 0;
}
.tmr-thx-button{
    text-align: center;
    margin-bottom: 50px;
}


.post-3178 .vc_col-has-fill>.vc_column-inner,
.post-3178 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.post-3178 .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.post-3178 .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.post-3178 .vc_section.vc_section-has-fill+.vc_section{
    padding-top: 0 !important;
}

.post.post-full-item .entry-meta{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    bottom: -23px;
    padding: 12px 10px;
}
.post.post-full-item .entry-meta:after{
    display: none;
}

.new_accordion.vc_tta-accordion .vc_tta-panel-heading {
    border: none !important;
    background: #f1f1f1 !important;
    padding: 0 !important;
}
.new_accordion.vc_tta-accordion .vc_tta-panel-heading  .vc_tta-panel-title>a{
    padding: 32px 30px !important;
}
.new_accordion.vc_tta-accordion .vc_tta-panel.padding-large .vc_tta-panel-body{
    padding: 28px 30px !important;
    border: none !important;
}
.new_accordion.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text{
    margin-left: 0 !important;
}
.faq_text p{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 100;
    color: #333333;
}
.faq_text p a{
    font-weight: 700;
    color: #008daf;
    text-decoration: underline;
}
.faq_text p a:hover{
    text-decoration: none;
}
.new_bottom h2{
    text-transform: uppercase;
}
.new_bottom p{
    font-size: 14px;
    color: #333333;
    font-weight: 100;
}
.big-title .entry-title{
    text-align: center;
}
.hot-line > .wpb_wrapper:before,
.hot-line > .vc_column-inner > .wpb_wrapper:before{
    display: none;
}
.hot-line .wpb_text_column:last-child{
    top: 65%;
    padding-left: 25px;
}
.hot-line .wpb_text_column:last-child h4,
.hot-line .wpb_text_column:last-child span{
    text-decoration: underline;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.about-us-page-title .wpb_wrapper{
    z-index: 2;
}
.about-us-page-title .wpb_wrapper > *{
    position: relative;
    z-index: 2;
}
.about-us-page-title .wpb_wrapper h2{
    text-transform: uppercase;
}

.rm-form
{
    padding: 100px 0 100px;
    background: url("../images/ts-item2.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.rm-form:after
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .35);
    background-size: cover;
    display: block !important;
}
.rm-form .container
{
    position: relative;
    z-index: 5;
}
.rm-form h2
{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.rm-form.another h2{
    font-size: 26px;
    text-transform: none;
}
.rm-form h2 + span
{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.rm-form form
{
    display: block;
    max-width: 934px;
    margin: 40px auto 0;
}
.rm-form .form-left,
.rm-form .form-right
{
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 12px;
}
.rm-form .form-left
{
    margin-right: 10px;
}
.rm-form .form-right
{
    margin-left: 10px;
}
.rm-form input[type="text"],
.rm-form input[type="email"],
.rm-form input[type="tel"],
.rm-form input[type="number"],
.rm-form select
{
    display: block;
    width: 100%;
}
.rm-form form span, .rm-form .jq-selectbox
{
    display: block;
}

.rm-form input[type="text"],
.rm-form input[type="email"],
.rm-form input[type="number"],
.rm-form input[type="tel"]
{
    height: 50px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-bottom: 8px;
    padding: 0 20px;
    color: #999999;
    font-size: 14px;
}
.rm-form input::-webkit-input-placeholder {color:#999999;}
.rm-form input:-ms-input-placeholder      {color:#999999;}

.rm-form .jq-selectbox__select
{
    position: relative;
}
.rm-form .jq-selectbox__trigger
{
    position: absolute;
    z-index: 5;
    width: 10px;
    height: 5px;
    right: 15px;
    top: 50%;
    background: url("../images/select-gray.svg") no-repeat center;
    background-size: 10px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rm-form .jq-selectbox__select-text
{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin-bottom: 8px;
    padding: 0 20px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}
.rm-form .jq-selectbox__dropdown
{
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.rm-form .jq-selectbox__dropdown ul li
{
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}
.rm-form .jq-selectbox__dropdown ul li.sel,
.rm-form .jq-selectbox__dropdown ul li.selected
{
    background: #eee;
}


.rm-form .jq-selectbox
{
    width: 100%;
}



.rm-form .post-form
{
    display: block;
    text-align: center;
    margin-top: 40px;
    color: #cccccc;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.rm-form.another .post-form{
    margin-top: 0;
}
.rm-form input[type="submit"]
{
    display: block;
    clear: both;
    border: none !important;
    margin: 0 auto;
    width: 218px;
    height: 55px;
    border-radius: 4px;
    background-color: #fcd30a;
    cursor: pointer;

    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.rm-form input[type="submit"]:hover:not(:disabled)
{
    background: #fff;
    color: #333;
}
.rm-form input[type="submit"]:disabled{
    cursor: default;
    background-color: #fcd30a !important;
    color: #333333 !important;
}
.image_icon .wpb_single_image {
    width: 59px;
    float: left;
    height: 59px;
    line-height: 59px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.image_icon .wpb_single_image img{
    vertical-align: middle;
}
.image_icon p{
    overflow: hidden;
    padding-top: 5px;
}

.post-2818 .vc_row,
.post-2909 .vc_row,
.post-2906 .vc_row,
.post-2913 .vc_row,
.post-2808 .vc_row,
.post-2815 .vc_row,
.post-2911 .vc_row,
.post-2776 .vc_row,
.post-2823 .vc_row{
    margin: 0;
}

.thank-you-container{
    position: relative;
    z-index: 2;
}

.thank-you{
    text-align: center;
    background: #fdde49;
    max-width: 660px;
    padding: 45px 15px 100px;
    margin: 0 auto;
}
.thank-you h2{
    text-transform: uppercase !important;
    color: #333333;
    font-size: 42px !important;
    font-weight: 700;
    margin: 15px 0;
}
.thank-you h2:after{
    display: none;
}
.thank-you p{
    font-size: 26px;
    color: #333333;
    line-height: 36px;
}
.scroll_bottom{
    margin-top: 40px;
    text-align: center;
}
.scroll_bottom a{
    color: #ffffff;
    display: inline-block;
    /*padding-bottom: 25px;*/
    font-size: 14px;
}
.scroll_bottom a:after{
    /*content: '\f107';*/
    font-family: FontAwesome;
    color: #111;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll_bottom a:hover:after{
    color: #fff;
}
.landing_icons{
    position: relative;
}

.scroll_footer {

    z-index: 10;
    position: absolute;
    bottom: 10px;
    right: 0;

}
.scroll_footer div{
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    background-color: #FBD232 !important;
    display: block;
    color: #ffffff;
    cursor: pointer;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll_footer div:hover {
    color: #ffffff !important;
    background: #111111 !important;
}
.landing_icons{
    position: relative;
}
.vc_row.wpb_row.row.landing_icons > .wpb_column:first-child:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -28px;
    border: 28px solid transparent;
    border-top: 20px solid #fff;
    z-index: 2;
}
.rm-why
{
    max-width: 100vw;
    overflow: hidden;
    background: #f1f1f1;
}
.rm-why .why-text
{
    padding-top: 60px;
    padding-right: 10%;
}
.rm-why .why-text h3
{
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.rm-why.another .why-text h3{
    font-weight: 700;
    text-transform: none;
}
.rm-why .why-text p
{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 25px;
}
.rm-why .why-text p:last-child
{
    margin-bottom: 0;
}
.rm-why .why-text .learn-more
{
    display: block;
    margin-top: 40px;
}
.rm-why .why-text .learn-more a
{
    display: block;
    width: 218px;
    height: 55px;
    border-radius: 4px;
    background-color: #fcd30a;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
}
.rm-why .why-text .learn-more a:hover
{
    background-color: #333333 !important;
    color: #ffffff !important;
}
.rm-why .why-img
{
    position: relative;
}
.rm-why.another .why-img{
    position: static;
}
.rm-why .why-img img
{
    display: block;
    width: 60vw;
}
.rm-why.another .why-img img{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
}

.wpcf7 .ajax-loader{
    display: none !important;
}
.rm-why .vc_column-inner {
    position: relative;
}
.rm-why .vc_column-inner:after{
    content: '' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../images/1800_Logo.png") no-repeat center center / contain;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    z-index: 1;
}

.intro-section{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.intro-text h1{
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 25px;
}
.intro-text p{
    color: #fff;
    font-size: 21px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.intro-text .learn-more a{
    padding: 20px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 65px;
}
.intro-img{
    display: none;
}
.why-new {
    text-align: center;
    padding: 120px 0 0;
    font-family: 'Montserrat';
}
.why-new .title h2{

    font-weight: 900;
    color: #282828;
    font-size: 36px;
    padding-bottom: 28px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1;
}
.why-new .title h2:after{
    content: '';
    height: 3px;
    background: #fcd30a;
    width: 52px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
}
.why-new .title p{
    font-weight: 500;
    font-size: 14px;
    color: #282828;
}

.why-new .rm-sb-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.why-new .rm-sb-item {
    width: 33.33%;
    margin-bottom: 50px;
    text-align: center;
}

.why-new .rm-sb-item img {
    display: block;
    margin: 0 auto 25px;
    max-width: 152px;
    height: 140px;

}
.why-new .rm-sb-item .text{
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    line-height: 18px;
}
.why-new .rm-cont{
    margin-top: 50px;
}
.rm-form.footer-up{
    background-image: none;
    padding: 0;
    overflow: visible;
    margin-bottom: -160px;
}
.rm-form.footer-up:after{
    background: none;
}
.rm-form.footer-up .container{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 24px rgba(0,0,0,.08);
    -moz-box-shadow:  0 0 24px rgba(0,0,0,.08);
    box-shadow:  0 0 24px rgba(0,0,0,.08);
    padding: 60px 15px 35px;
}
.rm-form.footer-up h2{
    font-weight: 900;
    color: #2b2b2b;
    font-size: 36px;
    text-transform: none;
}
.rm-form.footer-up h2 + span{
    font-weight: 300;
    color: #282828;
}

.page-template-tpl_page .site{
    background: #f8f8f8;
}
.page-template-tpl_page footer{
    background: #008daf;
    padding: 200px 0 60px;
}
.page-template-tpl_page .foo-middle h4,
.page-template-tpl_page .foo-right h4,
.page-template-tpl_page  .foo-middle ul li a,
.page-template-tpl_page .foo-right p,
.page-template-tpl_page .foo-left .foo-slogan{
    color: #ffffff;
}
.page-template-tpl_page .foo-middle ul{
    width: 100%;
}
.page-template-tpl_page .foo-middle ul li{
    background-image: url("../images/links_white.png");
    float: left;
    width: 50%;
}

.page-template-tpl_page .foo-left .foo-social ul li{
    background: #95dfee;
}

@media screen and (max-width: 1199px) {
    .rm-why .why-text
    {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 5%;
    }
    .rm-why .why-text h3
    {
        margin-bottom: 25px;
    }
    .rm-why .why-text p
    {
        margin-bottom: 15px;
    }
    .rm-why .vc_column-inner:after{
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
}

@media screen and (max-width: 991px){
    .rm-why .why-text
    {
        text-align: center;
        padding-right: 0;
    }
    .rm-why .why-img img,
    .rm-why.another .why-img img
    {
        width: 100%;
        position: static;
        height: auto;
    }
    .rm-why .why-text .learn-more a
    {
        margin-left: auto;
        margin-right: auto;
    }
    .rm-why .vc_column-inner:after{
        display: none !important;
    }
}

@media screen and (max-width: 767px){
    .post.post-full-item .entry-meta,
    .post.post-full-item .entry-meta > *{
        display: block;
    }

    .rm-form .form-left, .rm-form .form-right{
        width: 100%;
        margin: 0;
    }
    .about-us-page-title .wpb_wrapper h2{
        font-size: 36px !important;
    }
    .rm-form.another h2
    {
        font-size: 24px;
    }
    .rm-form.another h2 span
    {
        display: block;
    }
}







@media screen and (min-width: 990px) {
    .rm-contacts p, .rm-contacts {
        display: none;
    }
}



















