/* ==========================================================================
   rs-top-header styles
   ========================================================================== */
.rs-17 .rs-top-header{
    background-color: #fff;
    height: 86px;
    padding-top: 7px;
    border-bottom: 1px solid #ededed;
}
.rs-17 .rs-top-header .address-block{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.07pt;
}
.rs-17 .rs-page .pull-right img {
    padding: 0;
}
.rs-17 .rs-top-header .navbar-brand {
    height: auto;
    padding-top: 3px!important;
    padding: 15px 0;
}
.rs-17 .rs-top-header .address-block i{
    margin-right: 7px;
}
.rs-17 .rs-top-header .contacts-block{
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-reviews .text-center {
    text-align: center !important;
}
.rs-17 .rs-top-header .contacts-block li{
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
}
.rs-17 .rs-top-header .contacts-block li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.07pt;
}
.rs-17 .rs-top-header .contacts-block li a i{
    margin-right: 9px;
}
.rs-17 .rs-top-header .contacts-block li a:hover,
.rs-17 .rs-top-header .contacts-block li a:focus{
    color: #fff;
    text-decoration: none;
}
.rs-17 .rs-top-header .search-block{
    margin-top: -4px;
}
.rs-17 .rs-top-header .search-btn,
.rs-17 .rs-top-header .search-btn-inner{
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 2px;
    padding: 3px;
    outline: none;
    border: none;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rs-17 .rs-top-header .search-btn:hover,
.rs-17 .rs-top-header .search-btn:focus{
    background-color: #fff;
    color: #1a1a1a;
}
.rs-17 .rs-top-header .search-full{
    display: none;
    top: -7px;
    background: #fff;
    height: 31px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    z-index: 10;
}
.rs-17 .rs-top-header .search-full.active{
    display: block;
}
.rs-17 .rs-top-header .search-form{
    height: 100%;
}
.rs-17 .rs-top-header .search-form  input{
    border: 0 none;
    padding: 1px;
    color: #424242;
    margin: 0;
    outline: medium none;
    text-align: right;
    width: 100%;
    height: 100%;
    max-width: 90%;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.5;
}
.rs-17 .rs-top-header .search-form  input::-webkit-input-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input::-moz-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input:-moz-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-form  input:-ms-input-placeholder{ color: #424242;}
.rs-17 .rs-top-header .search-close{
    position: absolute;
    right: 0;
    top: 0;
    background: #c6c6c6;
    height: 31px;
    width: 47px;
    font-size: 20px;
    padding: 2px 15px;
    color: #424242;
}
.rs-17 .rs-top-header .search-close i{
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.rs-17 .rs-top-header .search-close:hover i{
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform:  rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform:rotate(-180deg);
}
.rs-17 .rs-top-header .search-input-box {
    display: block;
    text-align: right;
    padding-right: 53px;
    width: 100%;
    height: 100%;
}
.rs-17 .rs-top-header .search-input-box .search-btn-inner{
    padding-right: 10px;
    color: #999999;
}
.rs-17 .rs-top-header .search-input-box .search-btn-inner:hover,
.rs-17 .rs-top-header .search-input-box .search-btn-inner:focus{
    color: #424242;
    background: transparent;
}
@media (max-width: 991px){
    .rs-17 .rs-top-header .address-block{
        font-size: 10px;
    }
    .rs-17 .rs-top-header .contacts-block li a{
        font-size: 12px;
    }
    .rs-17 .rs-top-header .contacts-block li{
        margin-right: 7px;
        margin-left: 7px;
    }
}
@media screen and (max-width: 767px){
    
    .rs-17 .rs-top-header .contacts-block{
        margin-top: -4px;
    }
    .rs-17 .rs-top-header .contacts-block li{
        margin-right: 3px;
        margin-left: 3px;
    }
    .rs-17 .rs-top-header .contacts-block li a{
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 2px;
    }
    .rs-17 .rs-top-header .contacts-block li a i{
        margin-right: 0;
        vertical-align: middle;
        font-size: 14px;
    }
    .rs-17 .rs-top-header .search-block{
        margin-left: 6px;
    }
    .rs-17 .rs-top-header .search-form  input{
        font-size: 13px;
    }
}
/* ==========================================================================
   rs-gallery page
   ========================================================================== */
#popup-text {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 20px 10px;
}
#primary {
    padding-top: 70px;
}
.rs-17 .rs-page .rs-gallery .rs-gallery-inner{
    padding-top: 20px;
    padding-bottom: 25px;
}
.rs-17 .rs-page .rs-gallery .section-title{
    position: relative;
}
.rs-17 .rs-page .rs-gallery .section-descr {
    width: 70%;
    text-align: center;
    margin: 25px auto 40px;
}
.rs-17 .rs-page .rs-gallery  .section-descr p{
    color: #616161;
    font-size: 18px;
}
.rs-17 .rs-page .rs-gallery .section-title{
    font-size: 36px;
    font-weight: 400;
    background-color:inherit;
    text-transform: none;
    margin-bottom: 15px;
}

.rs-17 .rs-page .rs-gallery .album-photo{
    margin-bottom: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    text-align: center;
}
.rs-17 .rs-page .rs-gallery .album-photo > a{
    position: relative;
    display: inline-block;
}
.rs-17 .rs-page .rs-gallery .album-photo img{
    margin: 0 auto;
    height: 200px;
    object-fit: cover;
}
.rs-17 .rs-page .rs-gallery .album-photo a:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.rs-17 .rs-page.rs-gallery .gallery-block{

}
.rs-17 .rs-page .rs-gallery .gallery-item{
    display: block;
    background-color: #fafafa;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    height: 400px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.rs-17 .rs-page .rs-gallery .gallery-title {
    height: auto;
    overflow: hidden;
    display: block;
    line-height: 22px;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: absolute;
    top: 10%;
    color: #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    left: 8%;
}
.rs-17 .rs-page .rs-gallery .gallery-title a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    font-size: 23px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: 1;
    transition: .5s all ease;
}
.rs-17 .rs-page .rs-gallery .gallery-title.link a:hover {
    color: #01579b;   
    transition: .5s all ease;
}
.rs-17 .rs-page .rs-gallery .gallery-content{
    position: absolute;
    top: 35%;
    padding: 0;
    color: #fff;
    line-height: 23px;
    left: 8%;
    margin: 0;
}

.rs-17 .rs-page .rs-gallery .gallery-item{
    display: block;
    position: relative;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: left;
    overflow: hidden;
}

.rs-17 .rs-page .rs-gallery .gallery-image{
    display: block;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 215px;
}

.rs-17 .rs-page .rs-gallery .gallery-more {
    border: 0;
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 8%;
    left: 8%;
    color: #fff;
}
.rs-17 .rs-page .rs-gallery .gallery-content p{
    color: #616161;
    height: 42px;
    overflow: hidden;
}

.rs-17 .rs-page .rs-gallery .btn-outline{
    border-color: #fff;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 0;
}
.rs-17 .rs-page .rs-gallery .btn-outline:hover,
.rs-17 .rs-page .rs-gallery .btn-outline:focus{
    background-color: #37823a;
    color: #fff;
}
.rs-17 .rs-page .rs-gallery .album-photo a:hover:before {
    opacity: 1;
}
.rs-17 .rs-page .rs-gallery .btn-back{
    padding-left: 0;
    padding-right: 0;
}
.rs-17 .rs-page .rs-gallery .btn-back > i{
    padding-right: 5px;
}
.rs-17 .rs-page .rs-gallery .pagination > li > a,
.rs-17 .rs-page .rs-gallery .pagination > li > span{
    font-size: 12px;
    color: #7c7c7c;
}
.rs-17 .rs-page .rs-gallery .pagination{
    margin-top: 0;
    margin-bottom: 10px;
}
.rs-17 .rs-page .rs-gallery .pagination .page-numbers{
        position: relative;
   float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.rs-17 .rs-page .rs-gallery .pagination .page-numbers.current{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.rs-17 .rs-page .rs-gallery .pagination .page-numbers:focus,
.rs-17 .rs-page .rs-gallery .pagination .page-numbers:hover{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.rs-17 .rs-page .rs-gallery .pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rs-17 .rs-page .rs-gallery .pagination .nav-links .page-numbers:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rs-17 .rs-page .rs-gallery .gallery-content, 
.rs-17 .rs-page .rs-gallery .gallery-title, 
.rs-17 .rs-page .rs-gallery .gallery-more {
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: 1;
}
#services-block-full .modal-content .container {
    width:100%; 
    height: 80vh; 
    background: #fff;
    overflow: hidden;
}
#popup-text img {
    object-fit: cover;
}
.rs-17 .rs-page .rs-gallery .gallery-item:hover .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(76, 175, 80, 0);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.rs-17 .rs-page .rs-gallery .gallery-item:hover .overlay-bg {
    background: rgba(76, 175, 80, .7);
}
.rs-17 .rs-page .rs-gallery .gallery-item:hover .gallery-content, 
.rs-17 .rs-page .rs-gallery .gallery-item:hover .gallery-title, 
.rs-17 .rs-page .rs-gallery .gallery-item:hover .gallery-more {
    opacity: 1;
} 
.rs-17 .rs-page .gallery-item .gallery-title a {
    background-color: inherit;
}
.rs-17 .rs-page .gallery-item .gallery-more a {
    display: inline-block;
    background-color: inherit;
}
@media (max-width: 767px){
    .rs-17 .rs-page .rs-gallery .section-title--text {
        font-size: 28px;
    }
    .rs-17 .rs-page .rs-gallery .section-descr{
        width: 100%;
    }
}

/* ==========================================================================
   rs-news page
   ========================================================================== */
.rs-17 .rs-news{
    padding-bottom: 60px;
    padding-top: 35px;
}
.rs-17 .rs-news .section-title{
    font-size: 36px;
    text-transform: none;
    margin-bottom: 45px;
    font-weight: 400;
}

.rs-17 .rs-news .section-descr {
    width: 70%;
    text-align: center;
    margin: 35px auto 50px;
}
.rs-17 .rs-news .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-news  .news-item{
    display: block;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    height: 440px;
    border-radius: 0;
    overflow: hidden;
}

.rs-17 .rs-news .news-date span {
    display: block;
    color: #fff;
    line-height: 20px;
}
.rs-17 .rs-news .news-date .day {
    font-size: 20px;
    font-weight: 600;
    padding-top: 13px;
}
.rs-17 .rs-news .news-date .month {
    font-size: 14px;
    font-weight: 300;
}

.rs-17 .rs-news .news-title {
    width: 293px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    top: -40px;
    margin: 0 auto;
    padding: 12px 20px;
}
.rs-17 .rs-news .news-title h3 {
    height: auto;
    display: block;
    line-height: 23px;
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
    text-align: left;
}
.rs-17 .rs-news .news-title h3:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 48px;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.rs-17 .rs-news .news-title h3 a {
    font-weight: 600;
    color: #424242;
    text-decoration: none;
    text-transform: none;
    font-size: 23px;
}
.rs-17 .rs-news .news-date{
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    background: url(../img/date.png) no-repeat;
    width: 70px;
    height: 90px;
}
.rs-17 .rs-news .news-content{
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.rs-17 .rs-news .news-item{
    display: block;
    position: relative;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
    overflow: hidden;
}

.rs-17 .rs-news .news-image{
    display: block;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 215px;
}

.rs-17 .rs-news .news-more {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 30px;
    width: 100%;
    
}
.rs-17 .rs-news .news-content p{
    color: #616161;
    overflow: hidden;
}

.rs-17 .rs-news .btn-outline{
    border-color: #9e9e9e;
    color: #616161;
    text-shadow: none;
    font-weight: 600;
}
.rs-17 .rs-news .btn-outline:hover,
.rs-17 .rs-news .btn-outline:focus{
    background-color: #039be5;
    color: #fff;
    border-color: #039be5;
}
.rs-17 .rs-news .rs-news-inner{
    padding-top: 25px;
    padding-bottom: 25px;
}
.rs-17 .rs-news .rs-news-inner  .news-item{
    margin-bottom: 30px;
}
.rs-17 .rs-news .pagination > li > a,
.rs-17 .rs-news .pagination > li > span{
    font-size: 12px;
    color: #7c7c7c;
}
.rs-17 .rs-news .pagination{
    margin-top: 0;
    margin-bottom: 10px;
}
.rs-17 .rs-news .pagination .page-numbers{
        position: relative;
   float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.rs-17 .rs-news .pagination .page-numbers.current{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.rs-17 .rs-news .pagination .page-numbers:focus, .rs-17 .rs-news .pagination .page-numbers:hover{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.rs-17 .rs-news .pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rs-17 .rs-news .pagination .nav-links .page-numbers:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media (max-width: 991px){
    .rs-17 .rs-news .news-item{
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
        width: 100%;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-news .section-title--text{
        font-size: 28px;
    }
    .rs-17 .rs-news .section-descr{
        width: 100%;
    }
}
@media (max-width: 544px){
    .rs-17 .rs-news .news-block{
        width: 100%;
    }
}
/* ==========================================================================
   rs-video page
   ========================================================================== */
#team-slider .news-block {
    border: 4px solid #fff;
}
.rs-17 .rs-video{
    height: auto;
    background: #fff;
    background-size: cover;
    overflow: hidden;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    position: relative;
}
.rs-17 .rs-video .container{
    height: auto;
    position: relative;
}
.rs-17 .rs-video .video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    max-width: 100%;
    display: none;
}
.rs-17 .rs-video .section-title {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 18px;
    font-weight: 400;
    margin: 0;
    color: #424242;
    text-align: center;
}
.rs-17 .rs-video .section-title h2{
    position: relative;
    margin-top: 13px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,.65);
}
.rs-17 .rs-video .play-btn {
    width: 70px;
    height: 70px;
    line-height: 75px;
    background-color: #4caf50;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all .8s ease;
    text-shadow: none;
    margin: 0 16px;
    top: 35%;
    position: absolute;
    left: 35%;
}
.rs-17 .rs-video .play-btn i{
    font-size: 28px;
    padding-left: 7px;
    padding-top: 20px;
}
.rs-17 .rs-video .play-btn:hover,
.rs-17 .rs-video .play-btn:focus{
    background-color: #37823a;
}
.rs-17 .rs-gallery .gallery-items {
    margin-bottom: 30px;

}
@media (min-width: 992px){
    .rs-17 .rs-video {
        background: none;
    }
    .rs-17 .rs-video .video-bg {
        display: block;
        background: none;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-video .section-title h2{
        font-size: 20px;
    }
    .rs-17 .rs-video .play-btn {
        left: 42%;
    }
}
@media (max-width: 530px){
    .rs-17 .rs-video .play-btn {
        left: 36%;
    }
}
/* ==========================================================================
   rs-slider page
   ========================================================================== */
.rs-17 .rs-slider{
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.rs-17 .rs-slider .rs-slider-container{
    max-height: 600px;
    overflow: hidden;
    position: relative;
    height: 0;
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    transition: all .7s ease-out;
    
}
.rs-17 .rs-slider .rs-slider-container.slick-initialized{
    opacity: 1;
    height: auto;
}
.rs-17 .rs-slider .slick-slide,
.rs-17 .rs-slider .slick-slider .slick-track,
.rs-17 .rs-slider .slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rs-17 .rs-slider  .slider-item{
    width: 100%;
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    outline: none;
}

.rs-17 .rs-slider .slider-info{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.rs-17 .rs-slider .slider-info .container{
    height: 100%;
}
.rs-17 .rs-slider  .slider-inner{
    color: #ffffff;
    top: 45%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}
.rs-17 .rs-slider  .slider-inner .slider-inner-text--content{
    text-transform: none;
    line-height: 1em;
    font-weight: 500;
    font-size: 57px;
    text-shadow: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0.6;
    font-family: OrchideaPro;
}
.rs-17 .rs-slider  .slider-inner h3{
    text-shadow: 0 2px 5px rgba(0,0,0,.65);
    letter-spacing: 1px;
    margin-top: 15px;
}
.rs-17 .rs-slider  .slider-inner-v2 h3,
.rs-17 .rs-slider  .slider-inner h3{
    font-size: 24px;
}
.rs-17 .rs-slider  .slider-inner-v2,
.rs-17 .rs-slider  .slider-inner-v2 p,
.rs-17 .rs-slider  .slider-inner,
.rs-17 .rs-slider  .slider-inner p{
    font-size: 18px;
    /*text-shadow: 0 2px 3px rgba(0,0,0,.5);*/
    letter-spacing: 1px;
    line-height: 24px;
    padding-left: 0;
    margin-top: 15px;
}

.rs-17 .rs-slider  .group-buttons{
    margin-top: 25px;
}
.rs-17 .rs-slider .group-buttons .btn:first-child{
    margin-right: 25px;
}
.rs-17 .rs-slider .btn{
    padding: 9px 39px;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.rs-17 .rs-slider .btn-color {
    border: 2px solid #4caf50;
    background-color: #4caf50;
    color: #fff;
}
.rs-17 .rs-slider .btn-color:hover {
    background-color: #37823a;
    border: 2px solid #37823a;
}

.rs-17 .rs-slider .btn-outline{
    border: 2px solid #fff;
}

.rs-17 .rs-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}
.rs-17 .rs-slider .slick-dots li {
    display: inline-block;
    margin: 8px;
    padding: 0;
}
.rs-17 .rs-slider .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    outline: none;
    color: transparent;
    background-color: transparent;
    text-indent: -9999px;
    border: 1px solid #fff;
    /*box-shadow: 0 1px 2px rgba(0,0,0,.35);*/
    padding: 0;
}
.rs-17 .rs-slider .slick-dots li.slick-active button {
    background-color: #fff;
}
.rs-17 .rs-slider .slick-prev,
.rs-17 .rs-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    opacity: 1;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    color: #fff;
    margin-top: -22px;
    padding: 0;
    z-index: 200;
    cursor: pointer;
    text-align: center;
    border: 2px solid #fff;
    outline: none;
    background: transparent;
}
.rs-17 .rs-slider .slick-prev {
    left: 15px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
}
.rs-17 .rs-slider .slick-next{
    right: 15px;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
}
.rs-17 .rs-slider:hover .slick-next,
.rs-17 .rs-slider:hover .slick-prev{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.rs-17 .rs-slider .slick-prev:before,
.rs-17 .rs-slider .slick-next:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 22px;
}
.rs-17 .rs-slider span.slick-prev:before,
.rs-17 .rs-slider span.slick-next:before{
    line-height: 37px;
}
.rs-17 .rs-slider .slick-prev:before{
    content: "\f104";
    padding-right: 3px;
}
.rs-17 .rs-slider .slick-next:before{
    content: "\f105";
    padding-left: 3px;
}
.rs-17 .rs-slider .topAnima,
.rs-17 .rs-slider .bottomAnima{
    opacity: 0;
}
.rs-17 .rs-slider .slick-active .topAnima {
    opacity: 1!important;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.7s;
    visibility: visible !important;
}
.rs-17 .rs-slider .slick-active .bottomAnima {
    opacity: 1 !important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}
@media (min-width: 1800px){
    .slider-img {
        width: 100%;
    }
}
@media (max-width: 1199px){
    .rs-17 .rs-slider  .slider-inner .slider-inner-text--content{
        font-size: 28px;
    }
    .rs-17 .rs-slider  .slider-inner h3{
        font-size: 20px;
    }
    .rs-17 .rs-slider .btn {
        font-size: 16px;
        padding: 6px 29px;
    }
    .rs-17 .rs-slider  .slider-inner-v2,
    .rs-17 .rs-slider  .slider-inner-v2 p{
        font-size: 14px;
        line-height: 18px;
    }
    .rs-17 .rs-slider  .group-buttons{
        margin-top: 10px;
    }
    .rs-17 .rs-slider .slick-prev,
    .rs-17 .rs-slider .slick-next{
        width: 33px;
        height: 33px;
    }
    .rs-17 .rs-slider .slick-prev:before,
    .rs-17 .rs-slider .slick-next:before{
        font-size: 30px;
        line-height: 16px;
    }
    .rs-17 .rs-slider .slick-prev:before{
        padding-right: 2px;
    }
    .rs-17 .rs-slider .slick-next:before{
        padding-left: 2px;
    }
    .rs-17 .rs-slider .slick-dots{
        bottom: 0;
    }
    .rs-17 .rs-slider .slick-dots li {
        margin: 4px;
        bottom: 10px;
    }
    .rs-17 .rs-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 991px){
    .rs-17 .rs-slider .btn {
        font-size: 12px;
    }
    .rs-17 .rs-slider  .slider-inner .slider-inner-text--content{
        font-size: 20px;
    }
    .rs-17 .rs-slider  .slider-inner h3{
        font-size: 17px;
        margin-top: 5px;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-slider,
    .rs-17 .rs-slider .rs-slider-container{
        height: 400px!important;
    }
    .rs-17 .rs-slider  .slider-item{
        text-align: center;
        top: 0;
        left: 0;
        height: 400px!important;
        z-index:10;
    }
    .rs-17 .rs-slider  .slider-item-img{
        display: inline-block;
        position: absolute;
        left: 50%;
        height: 400px!important;
    }
    .rs-17 .rs-slider  .slider-item-img img{
        position: relative;
        left: -50%;
        height: 100%;
        max-width: none;
        width: 100vw;
    }
    .rs-17 .rs-slider  .slick-list,
    .rs-17 .rs-slider .slick-track{
        height: 400px!important;
    }
    .rs-17 .rs-slider .btn {
        font-size: 14px;
    }
    .rs-17 .rs-slider .slider-info .container{
        padding-left: 35px;
        padding-right: 35px;
    }
    .rs-17 .rs-slider .slick-next, .rs-17 .rs-slider .slick-prev{
        display: none!important;
    }
}
@media (max-width: 412px){
    .rs-17 .rs-slider  .group-buttons .btn:first-child{
        margin-right: 0;
    }
    .rs-17 .rs-slider  .group-buttons .btn{
        width: 90%;
        margin-bottom: 15px;
    }
}
/* ==========================================================================
   rs-photogallery page
   ========================================================================== */
.rs-17 .rs-photogallery{
    padding-top: 30px;
    padding-bottom: 35px;
}
.rs-17 .rs-photogallery .section-title{
    font-size: 36px;
    text-transform: none;
    margin-bottom: 18px;
    font-weight: 400;
}
.rs-17 .rs-photogallery .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 30px;
}
.rs-17 .rs-photogallery .section-descr p {
    font-size: 18px;
    color: #919191;
    text-align: center;
}
.rs-17 .rs-photogallery .gallery-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.rs-17 .rs-photogallery .gallery-item a{
    display: block;
    background-color: #000;
    text-decoration: none;
    position: relative;
    background-size: cover;
}
.rs-17 .rs-photogallery .button {
    text-align: center;
    padding: 15px 0;
}

.rs-17 .rs-photogallery .button a {
    padding: 13px 39px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #fff;
    background-color: #4caf50;
}
.rs-17 .rs-photogallery .button a:hover {
    background-color: #37823a;
}
.rs-17 .rs-photogallery .gallery-item.gallery-item--col3 a{
    height: 247px;
}
.rs-17 .rs-photogallery .gallery-item.gallery-item--col4 a{
    height: 262px;
}
.rs-17 .rs-photogallery .gallery-item.gallery-item--col6 a{
    height: 165px;
}
.rs-17 .rs-photogallery .gallery-item a img{
    width: 100%;
}
.rs-17 .rs-photogallery .gallery-item a:hover img{
    opacity: 0.7;
}
.rs-17 .rs-photogallery .gallery-item a:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.3);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.rs-17 .rs-photogallery .gallery-item a:hover:before{
    opacity: 1;
}
@media (max-width: 1199px){
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col3 a{
        height: 293px;
    }
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col4 a{
        height: 212px;
    }
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col6 a{
        height: 130px;
    }
}
@media (max-width: 991px){
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col3 a{
        height: 220px;
    }
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col4 a{
        height: 156px;
    }
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col6 a{
        height: 220px;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-photogallery .gallery-item{
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .rs-17 .rs-photogallery .gallery-item  a,
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col3 a,
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col4 a,
    .rs-17 .rs-photogallery .gallery-item.gallery-item--col5 a{
        height: 290px;
    }
    .rs-17 .rs-photogallery .section-title{
        font-size: 25px;
    }
    .rs-17 .rs-photogallery .section-descr{
        width: 100%;
    }
}


/* ==========================================================================
   rs-contacts page
   ========================================================================== */


body.contacts .rs-page .section-title--text{
    display: inline-block;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 18px;
    font-weight: 400;
}

body.contacts .rs-page h4{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
body.contacts .rs-page p{
    color: #616161;
    line-height: 21px;
}
body.contacts .rs-page ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
body.contacts .rs-page ul li{
    padding-bottom: 1px;
}
body.contacts .rs-page ul li,
body.contacts .rs-page ul li a{
    color: #616161;
}
body.contacts .rs-page .contacts-form{
        margin-top: 20px;
}
body.contacts .rs-page .contacts-form  .form-group{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
}
body.contacts .rs-page .contacts-form .form-control{
    height: 40px;
}
body.contacts .rs-page .contacts-form textarea.form-control{
    height: auto;
}
body.contacts .rs-page .contacts-form .form-control:focus {
    border-color: #01579b;
    outline: 0;
    box-shadow: none;
}
body.contacts .rs-page .contacts-form .btn-color {
    background-color: #d386dc;
    padding: 10px 28px;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
body.contacts .rs-page .contacts-form .btn-color:hover {
    background-color: #d386dc;
}
body.contacts  .rs-page.contacts-form .btn-color i{
    padding-left: 5px;
}
body.contacts .rs-page .contacts-map{
    margin-top: 55px;
}
body.contacts .rs-page .form-group input.error,
body.contacts .rs-page .form-group input.error:focus{
    border:1px solid #d80000;
}
body.contacts .rs-page .form-group label.error{
    color: #d80000;
    font-size: 13px;
    font-weight: 400;
}
body.contacts .rs-17 .rs-page .section-title.text-center, 
body.o-nas .rs-17 .rs-page .section-title.text-center {
    text-align: center;
}


/* ==========================================================================
   rs-feauters page
   ========================================================================== */
.rs-17 .rs-features{
    padding-top: 60px;
    padding-bottom: 25px;
}
.rs-17 .rs-features.index-page{
    padding-top:0;
}
.rs-17 .rs-features .section-title{
    text-align: center;
    font-size: 36px;
    text-transform: none;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 70px;
}
.rs-17 .rs-features .section-title--text {
    display: inline-block;
    font-size: 36px;
    font-weight: 400; 
    text-transform: none;
}

.rs-17 .rs-features .feature-block{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: -4px;
}
.rs-17 .rs-features .feature-item {
    text-align: center;
    margin-bottom: 40px;
}
.rs-17 .rs-features .feature-item.new {
    text-align: left;
}
.rs-17 .rs-features .feature-item h4{
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 0;
}
.rs-17 .rs-features .feature-item p{
    color: #616161;
}
.rs-17 .rs-features .feature-item--icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.rs-17 .rs-features .feature-item.new .feature-item--icon{
    width: 70px;
    height: 60px;
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.rs-17 .rs-features .feature-item.new .feature-item--content{
    height: auto;
    width: 480px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.rs-17 .rs-features .feature-item--icon img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    -webkit-filter: grayscale(100%) contrast(0);
    -moz-filter: grayscale(100%) contrast(0);
    -o-filter: grayscale(100%) contrast(0);
    -ms-filter: grayscale(100%) contrast(0);
    filter: grayscale(100%) contrast(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor:pointer;
}
.rs-17 .rs-features .feature-item:hover img {
    -webkit-filter: grayscale(0) contrast(100%);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}
@media (max-width: 767px){
    .rs-17 .rs-features .section-title--text{
        font-size: 25px;
    }
}
@media (max-width: 583px){
    .rs-17 .rs-features .feature-item.new .feature-item--icon {
        width: 100%;
        text-align: center;
    }
    .rs-17 .rs-features .feature-item.new .feature-item--content {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
}

/* ==========================================================================
   rs-parallax page
   ========================================================================== */
.parallax.parallax-about {
    position: relative;
}
.parallax.parallax-about:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
}
.rs-17 .rs-parallax{
    background: #dbdbdb;
    background-size: cover;
    min-height: 280px;
}
.rs-17 .rs-parallax .container{
    position: relative;
    min-height: 280px;
}
.rs-17 .rs-parallax .parallax-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.rs-17 .rs-parallax .parallax-title h2{
    text-shadow: 0 2px 1px rgba(0,0,0,.3);
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px;
}
.rs-17 .rs-parallax .parallax-title h3{
    font-size: 24px;
    text-shadow: 0 2px 5px #000;
    letter-spacing: 1.5pt;
    font-weight: 400;
    margin-top: 10px;
}
@media (min-width: 1025px){
    .rs-17 .rs-parallax{
        background-attachment: fixed;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-parallax .parallax-title h2{
        font-size: 24px;
    }
    .rs-17 .rs-parallax .parallax-title h3{
        font-size: 18px;
    }
}   
/* ==========================================================================
   rs-reviews page
   ========================================================================== */
.rs-17 .rs-reviews{
    padding-bottom: 50px;
    min-height: 469px;
    background-size: cover;
}
.rs-17 .rs-reviews .section-title{
    position: relative;
    margin-top: 40px;
    font-size: 36px;
    color: #000;
    padding: 10px;
    position: relative;
    text-transform: none;
    margin-bottom: 18px;
    font-weight: 400;
}
.rs-17 .rs-reviews .section-descr{
    width: 70%;
    text-align: center;
    margin: 25px auto 40px;
}
.rs-17 .rs-reviews .section-descr p{
    font-size: 18px;
    text-align: center;
    color: #000;
}
.rs-17 .rs-reviews .reviews-slider{
    width: 100%;
    margin: 0 auto;
    max-width: 1060px;
    }
.rs-17 .rs-reviews .reviews-content{
    width: 100%;
    text-align: center;
        display: block;
    position: relative;
    padding: 20px 50px;
    background-color: rgba(250,250,250,.2);
    margin-bottom: 20px;
    border-radius: 7px;
}
.rs-17 .rs-reviews .reviews-content:before {
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    z-index: 1;
    content: '';
    margin-top: 0;
    margin-left: -12px;
    position: absolute;
    border-top: 12px solid rgba(250,250,250,.2);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.rs-17 .rs-reviews .reviews-content:hover,
.rs-17 .rs-reviews .reviews-content:focus {
    text-decoration: none;
}
.rs-17 .rs-reviews .reviews-quote p{
    color: #000;
}
.rs-17 .rs-reviews .reviews-name{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.rs-17 .rs-reviews .reviews-img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    min-height: 70px;
}
.rs-17 .rs-reviews .reviews-item img{
    width: 70px;
    max-width: 100%;
    margin: auto;
    border-radius: 6px;
}
.rs-17 .rs-reviews .reviews-slider{
    height: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    overflow: hidden;
}
.rs-17 .rs-reviews .reviews-slider.owl-loaded{
    height: auto;
}
.rs-17 .rs-reviews .owl-navigation {
	/*
    top: 100%;
    left: 50%;
    margin-top: -50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
	*/
	text-align: center;
	width:100px;
	margin:0 auto;
	height:30px;
}
.rs-17 .rs-reviews .owl-navigation a {
    height: 25px;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}
.rs-17 .rs-reviews .reviews-prev{
    z-index: 9;
    float: left;
    position: relative;
    /*margin-left: -35px;*/
}
.rs-17 .rs-reviews .reviews-next{
    z-index: 9;
    float: right;
    position: relative;
    /*margin-left: 75px;*/
}
@media (max-width: 767px){
    .rs-17 .rs-reviews .section-title{
        font-size: 25px;
    }
    .rs-17 .rs-reviews .services-item--title h3{
        font-size: 18px;
    }
    .rs-17 .rs-reviews .reviews-content{
         padding: 20px;
    }
    .rs-17 .rs-reviews .section-descr{
        width: 100%;
    }
}
@media (max-width: 480px){
    .rs-17 .rs-reviews .services-item--title h3{
        font-size: 16px;
    }
    .rs-17 .rs-reviews .services-item:hover h3{
        font-size: 18px;
    }
}

/* ==========================================================================
   rs-services page
   ========================================================================== */
.rs-17 .rs-page{
    padding-bottom: 25px;
}
.rs-17 .rs-page .rs-page-inner{
    padding-top: 30px;
}
header {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 100;
}
.rs-17 .rs-page .parallax{
    min-height: 245px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rs-17 .rs-page .parallax .container{
    min-height: 245px;
    position: relative;
}
.rs-17 .rs-page .parallax-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.rs-17 .rs-page .parallax-content h1{
    text-align: center;
    color: #fff;
    font-size: 57px;
    text-transform: none;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.7;
    font-family: OrchideaPro;
}
.rs-17 .rs-page .section-descr {
    width: 100%;
    text-align: left;
    margin: 0;
    color: #616161;
    font-size: 18px;
}
.rs-17 .rs-page .rs-contactus .section-title{
    background-color: inherit;
}
.rs-17 .rs-page .section-title {
    position: relative;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
}
.rs-17 .rs-page .section-title.style2:after {
    height: 1px;
    width: 91px;
    background: #DDDDDD;
    display: block;
    position: static;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
        content: "";
}
.gallery .item {
    margin-bottom: 30px;
}
.rs-17 .rs-page img {
    padding: 5px;
}
.rs-17 .rs-page .pic img {
    padding: 0;
    margin: 0;
    min-height: 220px;
}
.rs-17 .rs-page .pic .caption {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
}
.rs-17 .rs-page .about-main .row {
    margin-bottom: 40px;
}
.rs-17 .rs-page .about-main p {
    margin-bottom: 0;
    color: #848484;
    line-height: 23px;
}
.rs-17 .rs-page .news-share p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
}
.rs-17 .rs-page .about-main h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.rs-17  h4 {
    margin-top: 0;
    font-weight: 600;
}
.rs-17  .rs-page-inner {
    padding-top: 60px;
}
.rs-17  .last-news {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
}
.rs-17  .last-news:last-child {
    border-bottom: none;
}
.rs-17  .last-news .last-news-img {
    display: inline-block;
    width: 64px;
    vertical-align: top;
    height: 64px;
}
.rs-17 .last-news .last-news-img a {
    height: 64px;
    width: 64px;
    display: block;
    background-size: cover;
    border-radius: 100%;
    background-position: right;
}
.rs-17 .last-news .last-news-img img {
    border: none;
    border-radius: 100%;
    padding: 2px;
    width: 64px;
    height: 64px;
}
.rs-17 .last-news .last-news-content {
    display: inline-block;
    width: 74%;
    padding-left: 7px;
    padding-top: 4px;
}
.rs-17  .last-news .last-news-content span {
    display: block;
    margin-bottom: 5px;
}
.rs-17  .last-news .last-news-content .title {
    font-weight: 600;
    line-height: 16px;
    color: #424242;
}
.rs-17  .last-news .last-news-content .date {
    color: #949494
}
.rs-17 .rs-page .about-main h4{
    line-height: 1.30;
    margin-bottom: 15px;
}
.rs-17 .rs-page .about-main ol {
    margin-top: 11px;
}
.rs-17 .rs-page .about-main ol li {
    color: #848484;
    line-height: 25px;
}
.rs-17 .rs-page .about-main table{
    margin-bottom: 10px;
}
.rs-17 .rs-page .about-main img{
    position: relative;
    z-index: 10;
}
.rs-17 .rs-page .about-main ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-page .about-main ul li{
    position: relative;
}
.rs-17 .rs-page .about-main ul li:before{
    content: "\f00c";
    color: #b5b5b5;
    display: inline-block;
    padding-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rs-17 .rs-page .about-main .nav-tabs li:before{
    content: none;
}
.rs-17 .rs-page .sidebar{
    margin-top: 20px;
    border-radius: 0;
}
.rs-17 .rs-page .sidebar .panel-body{
    padding-bottom: 0;
    padding-top: 0;
}
.rs-17 .rs-page .sidebar>.panel-heading{
    color: #212121;
    border-top: 4px solid #01579b;
    border-radius: 0;
}
.rs-17 .rs-page .sidebar .list-group{
    margin-bottom: 0;
}
.rs-17 .rs-page .sidebar .list-group ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-page .sidebar .list-group ul > li> a{
    position: relative;
    display: block;
    padding: 12px 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    color: #555;
    transition: none;
}
.rs-17 .rs-page .sidebar .list-group ul > li> a:hover,
.rs-17 .rs-page .sidebar .list-group ul > li> a:focus,
.rs-17 .rs-page .sidebar .list-group ul > li.current-menu-item > a{
    color: #424242;
    text-decoration: none;
    font-weight: 700;
}
.rs-17 .rs-page .sidebar .list-group-item:first-child{
    border-radius: 0;
    border-top: none;
}
.rs-17 .rs-page .sidebar .list-group-item:last-child {
    border-radius: 0;
    border-bottom: none;
}
.rs-17 .rs-page .sidebar .list-group-item{
    border-left: none;
    border-right: none;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: none;
}
.rs-17 .rs-page .sidebar a.list-group-item:hover,
.rs-17 .rs-page .sidebar a.list-group-item:focus{
    color: #424242;
    font-weight: 700;
    background-color: transparent;
}
.rs-17 .rs-page .btn-back{
        padding: 15px 0;    
}
.rs-17 .rs-page .btn-back > i{
    padding-right: 5px;
}
.rs-17 .rs-page .news-image-one {
    width: 100%;
    height: 480px;
    display: block;
    position: relative;
}
.rs-17 .rs-page .content-news {
    width: 92%;
    background: #fff;
    position: relative;
    top: -40px;
    margin: 0 auto 40px;
    padding: 12px 35px 55px;
    border: 1px solid #e5e5e5;
}
.rs-17 .rs-page .content-news h2 {
    font-size: 30px;
    position: relative;
    margin-bottom: 50px;
}
.rs-17 .rs-page .content-news h2.section-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 48px;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.rs-17 .rs-page .content-news blockquote {
    font-size: 15px;
    margin: 30px 0 20px;
    border-left: 3px solid #4caf50;
    background: #f5f5f5;
    color: #848484;
    padding: 25px 20px;
    font-style: italic;
    font-weight: 500;
}
.rs-17 .rs-page .news-date {
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 9;
    background: url(../img/date.png) no-repeat;
    width: 70px;
    height: 90px;
    text-align: center;
}
.rs-17 .rs-page .news-date span {
    display: block;
    color: #fff;
    line-height: 20px;
}
.rs-17 .rs-page .news-date .day {
    font-size: 20px;
    font-weight: 600;
    padding-top: 13px;
}
.rs-17 .rs-page .news-date .month {
    font-size: 14px;
    font-weight: 300;
}
.rs-17 .rs-page .gallery-row{
    padding-top: 30px;
}
.rs-17 .rs-page .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.rs-17 .rs-page .gallery-item.gallery-item--col4 a {
    height: 262px;
}
.rs-17 .rs-page .gallery-item.gallery-item--col6 a {
    height: 165px;
}
.rs-17 .rs-page .gallery-item a {
    display: block;
    background-color: #000;
    text-decoration: none;
    position: relative;
    background-size: cover;
}

@media (min-width: 1025px){
    .rs-17 .rs-page .parallax{
        background-attachment: fixed;
    }
}

@media (max-width: 991px){
    .rs-17 .rs-page.news .last-news:last-child {
        margin-bottom: 55px;
    }
    
}
@media (max-width: 767px){
    .rs-17 .rs-page .parallax-content h1{
        font-size: 28px;
    }
    .rs-17 .rs-page .section-title--text {
        font-size: 28px;
    }
    .rs-17 .rs-page .section-descr{
        width: 100%;
    }
    .rs-17 .rs-page .content-news {
        width: 95%;
        padding: 12px 15px 25px;
    }
}

/* ==========================================================================
   rs-services styles
   ========================================================================== */
.rs-17 .rs-services .new {
    padding-top: 20px;
}
.rs-17 .rs-services .services-row.new .col-sm-4 {
    width: 37%;
}
.rs-17 .rs-services .services-row.new .services-item--title {
    padding: 0 15px;
}
.rs-17 .rs-services .services-row.new .services-item.contacts .services-item--title {
    margin-bottom: 2px;
    padding-top: 26px;
    padding-bottom: 26px;
}
.rs-17 .rs-services .services-row.new .services-item.contacts .services-item--title a, 
.rs-17 .rs-services .services-row.new .services-item.contacts .services-item--title span {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;   
}

.rs-17 .rs-services{
	padding-top: 0;
}
.rs-17 .rs-services .section-title{
	position: relative;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.rs-17 .rs-services .services-row{
	margin-top: 30px;
}
.rs-17 .rs-services .services-item{
	position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}
.rs-17 .rs-services .services-item >a{
	display: block;
	background-color: #212121;
}
.rs-17 .rs-services .services-item--title{
    position: relative;
    background: #4caf50;
    margin-bottom: 20px;
    padding: 0 20px;
}
.rs-17 .rs-services .services-item--title h3{
    position: relative;
    z-index: 11;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.5;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.rs-17 .rs-services .services-item--title .pull-right {
    margin-top: 5px;
}
.rs-17 .rs-services .services-item--title h3 i{
	padding-left: 12px;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
.rs-17 .rs-services .services-item--img{
	height: 240px;
	background-color: #dbdbdb;
	background-size: cover;
	opacity:0.75;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.rs-17 .rs-services .services-item .overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.rs-17 .rs-services .services-item:hover .overlay {
    opacity: 1;
    background: rgba(0,0,0,.3);
    z-index: 10;
}
.rs-17 .rs-services .services-item > a img {
    display: block;
    margin: 0 auto;
	-webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.rs-17 .rs-features.services_wrap .feature-item.new .feature-item--content {
    width: 285px;
}
.rs-17 .rs-features .feature-item.new .feature-item--content ul {
    padding: 0;
    margin: 0 0 0 28px;
    list-style: disc;
    color: #d1d1d1;
}
.rs-17 .rs-features .feature-item h4 {
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 0;
}
.rs-17 .rs-features .feature-item.new .feature-item--icon {
    height: 45px;
}
.rs-17 .rs-features .feature-item.new .feature-item--icon img {
    padding-top: 0;
}
.rs-17 .rs-features .feature-item.new .feature-item--content ul li:before {
    content: none;
}
.rs-17 .rs-features .feature-item.new .feature-item--content ul li {
    color: #848484;
    margin-bottom: 6px;
}

@media (max-width: 991px){
	.rs-17 .rs-services .services-item--title h3{
		font-size: 16px;
	}
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-services .section-title--text{
		font-size: 28px;
	}
	.rs-17 .rs-services .services-item--title h3{
		font-size: 18px;
	}
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 20px;
	}
	.rs-17 .rs-services .services-item{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.rs-17 .rs-services .services-row.new .col-sm-4 {
        width: 100%;
    }
    .rs-17 .rs-services .services-row.new .services-item--title, 
    .rs-17 .rs-services .services-item--title {
        padding: 10px 15px;
    }
    .rs-17 .rs-services .services-item--title {
        margin-bottom: 0;
    }
}
@media (max-width: 583px){
    .rs-17 .rs-features .feature-item.new .feature-item--content {
        width: 100%;
        padding: 10px 15px 0;
        text-align: center;
    }
    .rs-17 .rs-features .feature-item.new .feature-item--content ul li {
        text-align: left;
    }
    .rs-17 .rs-page .about-main .row {
        margin-bottom: 0;
    }
}
@media (max-width: 510px){
    .rs-17 .rs-services .services-item--title h3 {
        width: 75%;
        line-height: 22px;
    }
}
@media (max-width: 480px){
	.rs-17 .rs-services .services-item--title h3{
		font-size: 17px;
	}
	.rs-17 .rs-services .services-row.new .services-item--title, 
	.rs-17 .rs-services .services-item--title {
        padding: 16px 15px;
    }
	.rs-17 .rs-services .services-item:hover h3{
		font-size: 18px;
	}
}


/* ==========================================================================
   rs-menu-form styles
   ========================================================================== */
.rs-17 .rs-menu-form .navbar{
    margin-bottom: 0;
    background-color: rgba(235,235,235,0.60);
    border-radius: 0;
    border: none;
    min-height: 70px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.rs-17 .rs-menu-form .affix{
    z-index: 999;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #eee;
}
.rs-17 .rs-menu-form .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.customize-support .rs-17 .rs-menu-form .affix{
    top: 32px;
}

.rs-17 .rs-menu-form .navbar-brand{
    font-size: 35px;
    font-weight: 800;
    line-height: 47px;
    text-transform: uppercase;
    color: #212121;
}
.rs-17 .rs-menu-form .nav>li>a{
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.2pt;
    padding: 25px 15px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition:background-color 0.3s ease-out;
}
.rs-17 .rs-menu-form .nav .link-btn{
    border: none;
    outline: none;
    color: #212121;
    padding: 15px 10px 16px 10px;
    background: transparent;
    margin-left: -15px;
    position: relative;
    z-index: 2;
}
.rs-17 .rs-menu-form .nav>li:hover,
.rs-17 .rs-menu-form .nav>li:focus,
.rs-17 .rs-menu-form .nav .open>li,
.rs-17 .rs-menu-form .nav .open>li:hover,
.rs-17 .rs-menu-form .nav .open>li:focus,
.rs-17 .rs-menu-form .nav >.current-menu-item,
.rs-17 .rs-menu-form .nav >.current-menu-item:hover,
.rs-17 .rs-menu-form .nav >.current-menu-item:focus,
.rs-17 .rs-menu-form .nav >.current-menu-ancestor,
.rs-17 .rs-menu-form .nav >.current-menu-ancestor:hover,
.rs-17 .rs-menu-form .nav >.current-menu-ancestor:focus{
    background-color: #eee;
}
.rs-17 .rs-menu-form .nav .open>a,
.rs-17 .rs-menu-form .nav .open>a:hover,
.rs-17 .rs-menu-form .nav .open>a:focus,
.rs-17 .rs-menu-form .nav>li>a:hover,
.rs-17 .rs-menu-form .nav>li>a:focus{
    background: transparent;
}

.rs-17 .rs-menu-form .header-right{
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-menu-form .header-right li{
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}
.rs-17 .rs-menu-form .header-right li > a{
    color: #212121;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 15px;
    letter-spacing: 0.2pt;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
.rs-17 .rs-menu-form .header-right li > a:hover,
.rs-17 .rs-menu-form .header-right li > a:focus{
    color: #01579b;
    border-color: #01579b;
    text-decoration: none;
    /* background-color: #fff; */
}
.rs-17 .rs-menu-form .navbar-nav>li>.dropdown-menu {
    width: 260px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border: 1px solid #dddddd;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 0;
}
.rs-17 .rs-menu-form .navbar-nav>li>.dropdown-menu .dropdown .link-btn{
    color: #757575;
    transform: rotate(-90deg);
    position: absolute;
         top: -7px;
    right: 5px;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: transparent;
    line-height: 1;
}
.rs-17 .rs-menu-form .dropdown-menu>li>a{
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding: 11px 13px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all  0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;
    white-space:normal;
}
.rs-17 .rs-menu-form .dropdown-menu>li>a:hover,
.rs-17 .rs-menu-form .dropdown-menu>li>a:focus{
    color: #757575;
}
.rs-17 .rs-menu-form .dropdown-menu>li:last-child>a{
    border-bottom: none;
}

.rs-17 .rs-menu-form .navbar-nav .dropdown-menu>.dropdown .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -2px;
    width: 260px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border: 1px solid #dddddd;
    padding: 0;
}

.rs-17 .rs-menu-form  .navbar-toggle .icon-bar{
    background-color: #212121;
}
.rs-17 .rs-menu-form .navbar-toggle{
    margin-left: 15px;
    margin-right: 0;
}
.rs-17 .rs-menu-form .navbar-nav>li .dropdown-menu-right {
    width: 250px;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rs-17 .rs-menu-form .navbar-nav>li .dropdown-list {
    max-height: 400px;
    overflow: hidden;
}
.rs-17 .rs-menu-form .dropdown-menu-right>li>a {
    font-weight: 300;
    color: #000;
    font-size: 14px;
    display: block;
    padding: 11px 13px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rs-17 .rs-menu-form .dropdown-list .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}
.rs-17 .rs-menu-form .dropdown-menu-right>li>a:hover,
.rs-17 .rs-menu-form .dropdown-menu-right>li>a:focus {
    color: #757575;
    text-decoration: none;
}
.rs-17 .rs-menu-form .navbar-nav .dropdown-menu-right>.dropdown .dropdown-menu {
    position: static;
   box-shadow: none;
   border: none;
    float: none;
    margin: 0;
}
.rs-17 .rs-menu-form .navbar-nav  .dropdown-menu-right>.dropdown .dropdown-menu li a{
    padding-left: 25px;
    font-size: 13px;
}


.rs-17 .rs-menu-form .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #e6e6e6;
    border-radius: 0;
}
.rs-17 .rs-menu-form .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #212121;
    width: 8px;
    border-radius: 0;
}
@media (min-width: 1280px){
    .rs-17 .rs-menu-form .navbar-nav  > .dropdown:hover>.dropdown-menu{
        display: block;
    }
    .rs-17 .rs-menu-form .navbar-nav.navbar-main  .dropdown:hover>.dropdown-menu{
        display: block;
    }
}
@media (max-width: 1279px){
    .rs-17 .rs-menu-form .navbar-nav.navbar-main>li>.dropdown-menu .dropdown .link-btn{
        border: 1px solid rgba(0,0,0,.5);
        right: 7px;
        padding: 3px 5px;
        font-size: 19px;
        top: 7px;
        border-radius: 3px;
    }
}
@media (max-width: 1199px){
    .rs-17 .rs-menu-form .nav>li>a{
        font-size: 11px;
        padding-right: 6px;
        padding-left: 6px;
    }
    .rs-17 .rs-menu-form .header-right li > a{
        font-size: 11px;
    }
}
@media (max-width: 991px){
    .rs-17 .rs-menu-form .navbar-header {
        float: none;
    }
    .rs-17 .rs-menu-form .navbar-toggle {
        display: block;
    }
    .rs-17 .rs-menu-form  .navbar-collapse{
        float: none!important;
        margin: 0;
    }
    .rs-17 .rs-menu-form .affix  .navbar-collapse{      
        background-color: transparent;
        margin: 0;
    }
    .rs-17 .rs-menu-form .navbar-collapse.collapse {
        display: none !important;
        width: 100%;
        float: none!important;
        margin: 0;
    }
    .rs-17 .rs-menu-form .collapse.in {
        display: block !important;
        float: none!important;
    }
    .rs-17 .rs-menu-form .navbar-collapse {
        max-height: 300px;
        border: none;
    }
    .rs-17 .rs-menu-form .navbar {
        min-height: 50px;
    }
    .rs-17 .rs-menu-form .navbar .navbar-collapse.in {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .rs-17 .rs-menu-form .navbar-nav {
        float: none !important;
        width: 100%;
    }
    .rs-17 .rs-menu-form .navbar-nav > li {
        float: none !important;
        text-align: center;
    }
    .rs-17 .rs-menu-form .navbar .navbar-collapse{
        float: none!important;
    }
    .rs-17 .rs-menu-form  .navbar-nav{
        margin: 0;
    }
    .rs-17 .rs-menu-form .navbar-nav>li>.dropdown-menu{
        position: static;
        float: none;
        width: 100%;
        border: none;
        box-shadow: none;
        border: none;
        background-color: #eee;
    }
    .rs-17 .rs-menu-form .dropdown-menu>li {
    text-align: center;
    }
    .rs-17 .rs-menu-form .dropdown-menu>li>a{
        border: none;
        color: #212121;
        text-align: center;
        display: inline-block;
    }
    .rs-17 .rs-menu-form .nav>li>a{
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rs-17 .rs-menu-form .dropdown-menu>li>a:hover,
    .rs-17 .rs-menu-form .dropdown-menu>li>a:focus  {
        color: #757575;
        background: transparent;
    }
    .rs-17 .rs-menu-form .nav>li>a +.link-btn {
        border: 1px solid rgba(0,0,0,.5);
        border-radius: 4px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: -10px;
    }
    .rs-17 .rs-menu-form .navbar-nav  .dropdown-menu>.dropdown .dropdown-menu{
        position: static;
        
        width: 100%;
        background: transparent;
        float: none;
        box-shadow: none;
        border: none;
        margin: 0;
        border-bottom: 1px solid #dddddd;
    }
    .rs-17 .rs-menu-form .navbar-nav  .dropdown-menu>.dropdown .dropdown-menu li a{
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 7px;
    }
    .rs-17 .rs-menu-form .navbar-nav .dropdown-menu>li.dropdown>a:after{
        content: none;
    }
    
    .rs-17 .rs-menu-form .navbar-nav>li >.dropdown-menu> .dropdown-list{
        max-height: none;
    }
    .rs-17 .rs-menu-form .navbar-nav .dropdown-menu-right>.dropdown .dropdown-menu{
        background: transparent;
        border-bottom: 1px solid #dddddd;
    }
    .rs-17 .rs-menu-form .dropdown-menu-right>li>a{
        display: inline-block;
        border-bottom: none;
    }
    .rs-17 .rs-menu-form .navbar-nav>li >.dropdown-menu> .dropdown-list{
        max-height: none;
    }
    .rs-17 .rs-menu-form.navbar-nav .dropdown-menu-right>.dropdown .dropdown-menu{
        background: transparent;
        border-bottom: 1px solid #dddddd;
    }
    .rs-17 .rs-menu-form .navbar-nav>li .dropdown-menu-right {
        width: 100%;
        text-align: center;
    }
    .rs-17 .rs-menu-form .navbar-nav.navbar-main>li>.dropdown-menu .dropdown .link-btn {
    position: static;
  
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: -10px;
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    transform: rotate(0deg);
    }
    .rs-17 .rs-menu-form .navbar-nav>li>.dropdown-menu .dropdown .link-btn{
        position: static;
    }
    .rs-17 .rs-menu-form .mCSB_scrollTools{
        display: none!important;
    }
}
@media screen and (max-width: 782px){
    .customize-support .rs-17 .rs-menu-form .affix{
        top: 46px;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-menu-form .navbar-toggle {
        margin-right: 5px;
    }
}
@media screen and (max-width: 600px){
    .customize-support .rs-17 .rs-menu-form .affix{
        top: 0;
    }
}
@media (max-width: 480px){
    .rs-17 .rs-menu-form .navbar-brand{
        font-size: 20px;
        width: 115px;
    }
    .rs-17 .rs-menu-form .navbar-brand img{
        max-width: 100%;
    }
    .rs-17 .rs-menu-form .navbar-toggle {
        margin-left: 5px;
    }
    .rs-17 .rs-menu-form .header-right li > a{
        padding-right: 5px;
        padding-left: 5px;
    }
}
/* ==========================================================================
   rs-product-view styles
   ========================================================================== */
.rs-17 .rs-product-view #product-details-modal .modal-dialog {
    background: #fff;
    max-width: 945px;
    width: 100%;
}
.rs-17 .rs-product-view #product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
    border: none;
}
.rs-17 .rs-product-view #product-details-modal .close{
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.6;
    padding: 13px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}
.rs-17 .rs-product-view .modal-details-inner {
    padding: 30px;
}
.rs-17 .rs-product-view .main-image{
    margin-top: 43px;
    height: 365px;
    position: relative;
}
.rs-17 .rs-product-view .product-largeimg-link{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.rs-17 .rs-product-view .product-largeimg-link img{
    margin: 0 auto;
}
.rs-17 .rs-product-view .product-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-top: 7px;
    margin-bottom: 20px;
    color: #454545;
    text-transform: uppercase;
}
.rs-17 .rs-product-view .product-code {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.rs-17 .rs-product-view .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #454545;
    line-height: normal;
    margin-bottom: 10px;
}
.rs-17 .rs-product-view .price-standard {
    color: #a6a6a6;
    font-size: 14px;
    text-decoration: line-through;
}
.rs-17 .rs-product-view .details-description{
    border-bottom: 1px solid #dddddd;
}
.rs-17 .rs-product-view .details-description p{
    color: #616161;
    margin-bottom: 15px;
}
.rs-17 .rs-product-view #product-details-modal .color-details {
    margin-top: 15px;
}
.rs-17 .rs-product-view .swatches {
    margin: 0.5em 0;
    padding-left: 0;
}
.rs-17 .rs-product-view  .swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}
.rs-17 .rs-product-view .swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
    cursor: pointer;
}
.rs-17 .rs-product-view .swatches a:hover ,
.rs-17 .rs-product-view .swatches a :focus{
    text-decoration: none;
}
.rs-17 .rs-product-view .swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: 300;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.rs-17 .rs-product-view .swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.rs-17 .rs-product-view .modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
    padding-top: 15px;
}
.rs-17 .rs-product-view .modal-product-thumb a {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin-right: 3px;
    margin-top: 5px;
    height: 70px;
    overflow: hidden;
    width: 67px;
    position: relative;
}
.rs-17 .rs-product-view .modal-product-thumb a.selected,
.rs-17 .rs-product-view .modal-product-thumb a:hover {
    border: 1px solid #000 !important;
}
.rs-17 .rs-product-view .modal-product-thumb a:last-child {
    margin-right: 0;
}
.rs-17 .rs-product-view .modal-product-thumb a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    margin: 0 auto;
}
.rs-17 .rs-product-view .productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}
.rs-17 .rs-product-view #product-details-modal .filterBox {
    display: inline-block;
    width: 100%;
}
.rs-17 .rs-product-view .productFilter select,
.rs-17 .rs-product-view .productFilter input {
    font-size: 13px;
}
.rs-17 .rs-product-view .productFilter .select2-container,
.rs-17 .rs-product-view .form-group .select2-container {
    width: 100% !important;
}
.rs-17 .rs-product-view .select2-container--default.select2-container--open .select2-selection--single{
    background-color: #fafafa;
    outline: none;
}
.rs-17 .rs-product-view .select2-container .select2-selection--single {
    height: 37px;
}
.rs-17 .rs-product-view .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px 3px;
    border-style: solid;
    border-width: 1px;
}
.rs-17 .rs-product-view .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #454545;
    line-height: 36px;
}
.rs-17 .rs-product-view .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.rs-17 .rs-product-view .select2-search--dropdown{
    padding: 0;
}
.rs-17 .rs-product-view .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px;
}
.rs-17 .rs-product-view .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #454545 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.rs-17 .rs-product-view .cart-actions {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
}
.rs-17 .rs-product-view .cart-actions .btn{
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 0.7pt;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin-bottom: 10px;
}
.rs-17 .rs-product-view .cart-actions .btn-color{
    text-transform: uppercase;
    font-weight: 600;
}
.rs-17 .rs-product-view .cart-actions .btn-default{
    background-color: #bdbdbd;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: none;
}
.rs-17 .rs-product-view .cart-actions .btn-default:hover,
.rs-17 .rs-product-view .cart-actions .btn-default:focus{
    background-color: #ababab;
}
.rs-17 .rs-product-view  .product-share{
    margin-top: 16px;
}
@media (max-width: 800px){
    .rs-17 .rs-product-view #product-details-modal .modal-dialog {
        max-width: 90%;
        margin: 20px auto;
    }
}

/* ==========================================================================
   rs-contactus-lend styles
   ========================================================================== */
.rs-17 .rs-contactus{
    padding-top: 230px;
    margin-top: -50px;
    padding-bottom: 0;
    background-size: cover;
    position: relative;
}
.rs-17 .rs-contactus .section-title{
    font-size: 36px;
    text-transform: none;
    margin-bottom: 45px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.rs-17 .rs-contactus .contact-form .form-control::-webkit-input-placeholder {color:#fff;}
.rs-17 .rs-contactus .contact-form .form-control::-moz-placeholder {color:#fff;}
.rs-17 .rs-contactus .contact-form .form-control:-moz-placeholder {color:#fff;}
.rs-17 .rs-contactus .contact-form .form-control:-ms-input-placeholder {color:#fff;}

.rs-17 .rs-contactus .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 30px;
}
.rs-17 .rs-contactus .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-contactus .contact-form .form-group{
    margin-bottom: 30px;
}
.rs-17 .rs-contactus .contact-form .form-control{
    border-color: #fff;
    color: #fff;
    height: 53px;
    background: transparent;
    border-radius: 0;
}
.rs-17 .rs-contactus .contact-form .form-control:focus {
    border-color: #01579b;
    box-shadow: none;
}
.rs-17 .rs-contactus .contact-form textarea.form-control{
    height: 53px;
    max-width: 100%;
    min-width: 100%;
}
.rs-17 .rs-contactus .contact-form .btn-color{
    width: auto;
    padding: 13px 39px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #fff;
    background-color: #c3c3c3;
    opacity: 1;
}
.rs-17 .rs-contactus .contact-form  .btn.disabled,
.rs-17 .rs-contactus .contact-form .btn[disabled]{
    opacity: .5;
}
.rs-17 .rs-contactus .contact-form .checkbox-label{
    font-size: 12px;
    color: #fff;
}
.rs-17 .rs-contactus .contact-form .checkbox-label a{
    color: #fff;
    border-bottom: 1px dashed #fff;
}
.rs-17 .rs-contactus .contact-form  .checkbox-label a:hover,
.rs-17 .rs-contactus .contact-form  .checkbox-label a:focus{
    border-bottom: none;
    text-decoration: none;
}
.rs-17 .rs-contactus .contact-form input::-webkit-input-placeholder, .rs-17 .rs-contactus .contact-form textarea::-webkit-input-placeholder {color:#bdbdbd;}
.rs-17 .rs-contactus .contact-form input::-moz-placeholder, .rs-17 .rs-contactus .contact-form textarea::-moz-placeholder   {color:#bdbdbd;}
.rs-17 .rs-contactus .contact-form input:-moz-placeholder, .rs-17 .rs-contactus .contact-form textarea:-moz-placeholder     {color:#bdbdbd;}
.rs-17 .rs-contactus .contact-form input:-ms-input-placeholder, .rs-17 .rs-contactus .contact-form textarea:-ms-input-placeholder  {color:#bdbdbd;}
.rs-17 .rs-contactus .contact-form input.error,
.rs-17 .rs-contactus .contact-form input.error:focus{
    border-color: #d80000;
}
.rs-17 .rs-contactus .contact-form label.error{
    color: #d80000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.rs-17 .rs-contactus.new-form .block-contact-info .contact-info-content h4 {
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 0;
}
.rs-17 .rs-contactus.new-form .block-contact-info .contact-info-content p, 
.rs-17 .rs-contactus.new-form .block-contact-info .contact-info-content p a {
    color: #848484;
}

.rs-17 .rs-contactus.new-form  .contact-form .form-control::-webkit-input-placeholder {color: #848484;}
.rs-17 .rs-contactus.new-form  .contact-form .form-control::-moz-placeholder {color: #848484;}
.rs-17 .rs-contactus.new-form  .contact-form .form-control:-moz-placeholder {color: #848484;}
.rs-17 .rs-contactus.new-form  .contact-form .form-control:-ms-input-placeholder {color: #848484;}

.rs-17 .rs-contactus.new-form .contact-form {
    margin-top: 25px;
}
.rs-17 .rs-contactus.new-form p, 
.rs-17 .rs-contactus.new-form p a {
    color: #848484;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.rs-17 .rs-contactus.new-form  .section-title {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    color: #424242;
}
.rs-17 .rs-contactus.new-form {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 30px;
}
.rs-17 .rs-contactus.new-form .contact-form .form-control {
    border-color: #e5e5e5;
    color: #e5e5e5;
}
.rs-17 .rs-contactus.new-form .contact-form .checkbox-label {
    font-size: 12px;
    color: #848484;
}
.rs-17 .rs-contactus.new-form .contact-form .checkbox-label a {
    color: #848484;
    border-bottom: 1px dashed #848484;
}
.rs-17 .rs-contactus.new-form  .contact-form .form-group {
    margin-bottom: 27px;
}
.rs-17 .rs-contactus.new-form .contact-form textarea.form-control {
    margin-top: 2px;
    height: 155px;
}
.rs-17 .rs-contactus.new-form .block-contact-info {
    height: 157px;
    width: 100%;
    margin-bottom: 23.5px;
    background: #f5f5f5;
    margin-top: 27px;
}
.rs-17 .rs-contactus.new-form .block-contact-info .contact-info-icon {
    width: 55px;
    height: 60px;
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: right;
    padding: 40px 0;
}
.rs-17 .rs-contactus.new-form .block-contact-info .contact-info-content {
    height: auto;
    width: 300px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 45px 6px;
}


@media (max-width: 767px){
    .rs-17 .rs-contactus .section-title{
        font-size: 25px;
    }
    .rs-17 .rs-contactus .section-descr{
        width: 100%;
    }
}
@media (max-width: 390px){
    .rs-17 .rs-contactus.new-form .block-contact-info .contact-info-content {
        width: 85%;
    }
    .rs-17 .rs-contactus.new-form .block-contact-info .contact-info-icon {
        width: 13%;
    }
}




/* ==========================================================================
   rs-footer styles
   ========================================================================== */
.rs-17 .rs-footer{
    padding-top: 90px;
    background-color: #4caf50;
}
.rs-17 .rs-footer .footer-block{
    margin-bottom: 30px;
}
.rs-17 .rs-footer .footer-block h4{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.rs-17 .rs-footer .footer-block p {
    line-height: 22px;
    color: #fff;
    padding-right: 10px;
    padding-bottom: 15px;
}
.rs-17 .rs-footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.rs-17 .rs-footer ul a{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all  0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;
}
.rs-17 .rs-footer .footer-map {
    width: 100%;
    height: 210px;
}
.rs-17 .rs-footer .info-list li{
    margin-bottom: 15px;
}
.rs-17 .rs-footer .info-list li a{
    font-size: 14px;
    color: #fff;
}
.rs-17 .rs-footer .info-list li a:hover,
.rs-17 .rs-footer .info-list li a:focus{
    color: #03a9f4;
    text-decoration: none;
}
.rs-17 .rs-footer .contacts-list li{
    margin-bottom: 14px;
    color: #fff;
}
.rs-17 .rs-footer .contacts-list li a{
    font-size: 14px;
    color: #fff;
}
.rs-17 .rs-footer .contacts-list li i{
    padding-right: 7px;
    color: #fff;
}
.rs-17 .rs-footer .contacts-list li a:hover,
.rs-17 .rs-footer .contacts-list li a:focus{
    color: #FFE082;
    text-decoration: none;
}
.rs-17 .rs-footer .link-underline{
    text-decoration: underline;
}
.rs-17 .rs-footer .footer-bottom{
    min-height: 58px;
    background-color: #4caf50;
}
.rs-17 .rs-footer .footer-bottom .container {
    border-top: 1px solid rgba(221, 221, 221, .4);
    padding-top: 15px;
}
.rs-17 .rs-footer .social-list{
    display: inline-block;
}
.rs-17 .rs-footer .social-list li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.rs-17 .rs-footer .social-list li a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #b5b5b5;
}
.rs-17 .rs-footer .social-list li a.fb{
    background-color: #4b67a0;
}
.rs-17 .rs-footer .social-list li a.insta{
    background: linear-gradient(to top left, #f0495b ,#b344a8);
}
.rs-17 .rs-footer .social-list li a.vk{
    background-color: #4e6899;
}

.rs-17 .rs-footer .social-list li a i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.rs-17 .rs-footer .social-list li a i.fa-vk{
    margin-left: -1px;
}
.rs-17 .rs-footer .copyright{
    padding-top: 5px;
}
.rs-17 .rs-footer .copyright,
.rs-17 .rs-footer .dev{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.rs-17 .rs-footer .dev:hover{
    text-decoration: none;
}
.rs-17 .rs-footer .right-block{
    padding-bottom: 10px;
}
.rs-17 .rs-footer .dev img{
    vertical-align: initial;
    padding-left: 3px;
    margin-bottom: 0;
}
@media (max-width: 991px){
    .rs-17 .rs-footer .footer-block{
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: -4px;
    }
}
@media (max-width: 767px){
    .rs-17 .rs-footer .copyright,
    .rs-17 .rs-footer .right-block{
        float: none!important;
        text-align: center;
    }
    .rs-17 .rs-footer {
        padding-top: 30px;
    }
    .rs-17 .rs-footer .social-list,
    .rs-17 .rs-footer .dev{
        display: block;
    }
    .rs-17 .rs-footer .social-list{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

