* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 10%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    line-height: 1.42857143;
    color: #191919;
    background-color: #fff;
    font-weight: 400;
    overflow-y: scroll;
    margin: 0;
}
a {
    color: #00396b;
    text-decoration: none;
}
.footer__center-col a {
    /* font-weight: 600; */
}
.grid {
    clear: both;
}
.header {
    position: relative;
}
.header__sections {
    border-bottom: 1px solid whitesmoke;
    height: 5.9rem;
}
.header__top {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.header__bottom {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 6.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.2s;
    background-color: transparent;
}
.top-banner {
    height: 64rem;
    /*background-color: black;*/
	}
.top-banner1 {
    height: 144rem;
    /*background-color: black;*/
}
.top-banner-inside {
    height: 7rem;
}
.top-banner__slide {
    height: 64rem;
    position: relative;
    background-color: #fff;
	}
.top-banner__slide1 {
    height: 64rem;
    position: relative;
    background-color: #fff;
}
.top-banner__slide-block {
    position: relative;
    z-index: 2;
    height: 100%;
    color: #070707;
}
.top-banner__slide-bg {
    position: absolute;
    left: -3%;
    top: 0;
    width: 106%;
    height: 7.0rem;
    background: none no-repeat center;
    background-size: cover;
    opacity: 0;
}
.swiper-slide.swiper-slide-active .top-banner__slide-bg {
    animation: a 7s linear forwards;
    opacity: 1;
    /*left: -3%;*/
}
.top-banner__slide-block-in {
    display: inline-block;
    vertical-align: middle!important;
    width: 100%;
    position: relative;
}
.top-banner-inside__slide-block-in {
    display: inline-block;
    vertical-align: bottom!important;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}
.top-banner__slide-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: -0.07rem;
	}
.top-banner__slide-title1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: -0.07rem;
}
.top-banner-inside__slide-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 6rem;
    letter-spacing: -0.07rem;
}
.top-banner__slide-text {
    margin-top: 1.1rem;
    font-size: 2.3rem;
    color: #fefefe;
    line-height: 3rem;
}

.under-top-menu {
    margin-top: 64px !important;
}

.grid__inner {
    position: relative;
    max-width: 117rem;
    margin: 0 auto;
}
.grid__inner:before, .grid__inner:after {
    display: table;
    content: "";
    line-height: 0;
}
.grid__inner:after {
    clear: both;
}
.top-banner__slide-block:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.header__logo {
    width: 24rem;
    height: 10rem;
    float: left;
    background: url(/public/img/RVS_Logo_512px_color.svg) no-repeat center;
    background-size: contain;
}
.footer__logo {
    display: inline-block;
    width: 10rem;
    height: 10rem;
    /* margin-right: 4rem;
    float: left; */
    background: url(/public/img/RVS_Logo_512px_color.svg) no-repeat top;
    background-size: contain;
    /* margin-top: -0.7rem; */
}
.header__top-right {
    float: right;
}
.header__phones {
    float: right;
    /* margin-right: 3rem; */
    margin-top: 3.3rem;
    position: relative;
}
.header__phones-title {
    text-transform: uppercase;
    color: #AAAEB2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.8rem;
}
.header__phone-link {
    /*color: #3e3e3e;*/
    color: #00396b;
    font-size: 3rem;
    line-height: 2rem;
    text-decoration: none;
    font-family: roboto;
}
.header__bottom {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 6.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.2s;
    background-color: transparent;
}
.header__bottom-block {
    transition: background-color 0.2s;
    background-color: transparent;
    border-top: 1px solid transparent;
}
.header__menu {
    text-align: justify;
    line-height: 0;
    /*padding-right: 17rem;*/
    padding-top: 2.5rem;
}
.header__menu:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}
.header__menu-item {
    display: inline-block;
    vertical-align: top;
}
.header__menu-link {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.04rem;
    padding-bottom: 1.8rem;
    border-bottom: 2px solid transparent;
    display: inline-block;
    vertical-align: top;
}
.header__user {
    width: 1.5rem;
    text-align: right;
    height: 4rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.9rem;
}
.swiper-pagination-bullet {
    border: 0.2rem solid white;
    background-color: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: white;
    border: 0.4rem solid white;
}
.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5rem;
}
.info-center__sections {
    position: relative;
    margin-top: 4rem;
    text-align: justify;
}
.info-center__sections:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}
.info-inside-text {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: white;
    padding: 3rem;
}
.info-inside-text h1 {
    margin-top: 0;
}
.info-inside-text li {
    font-size: 2rem;
}
.info-inside-text button {
    font-size: 2rem;
    padding: 1.5rem 2rem;
    color: white;
    border: 0;
    background-color: orange;
}
.home__gray {
    background-color: whitesmoke;
}
.info-center__section {
    display: inline-table;
    /*float: left;*/
    width: 28rem;
    height: 28rem;
    /*background: url(/img/prompr-title.png) #ffffff no-repeat top left;*/
    background-color: white;
    background-size: 60rem;
    border-radius: 0.2rem;
    box-shadow: 0 1px 0.3rem rgba(212, 212, 212, 0.8);
    /*margin-right: 2rem;*/
    /*margin-bottom: 3rem;*/
    margin-top: 3rem;
    border-top: 0.6rem solid #00396b;
    text-align: center;
    color: #191919;
    padding: 4.4rem 3rem 0;
    position: relative;
    top: 0;
    transition: box-shadow 0.5s ease-in-out, top ease 0.5s;
    /*transition: box-shadow 0.5s, transform 0.5s, opacity 1s;*/
}
.info-center__section:hover {
    /*top: -1rem;*/
    box-shadow: 0 0.2rem 1.5rem rgba(0,0,0,0.3);
    /*transition: top ease 0.5s;*/
}
.info-center__section-ico {
    height: 18rem;
    background: none no-repeat center;
    background-size: contain;
    margin-bottom: -5rem;
}
.info-center__section-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.feet .grid__inner {
    display: flex;
    padding: 1.5rem 1rem 3rem .3rem;
}
.footer-logo {
    padding-right: 5rem;
}
.footer-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-menu a {
    font-size: 1.3rem;
}
@media (max-width: 750px) {
    .footer-menu {
        flex-direction: column;
        text-align: right;
    }
    a.animated {
        font-size: 1.1rem !important;
    }
}

.footer {
    /*border-top: 1px solid #ebebeb;*/
}
.footer__top {
    padding-top: 2.8rem;
    padding-bottom: 2.9rem;
}
.footer__top-col {
    float: left;
}
.footer__top-col._1 {
    width: 33.5rem;
}
.footer__phone {
    position: relative;
    padding-left: 2rem;
    min-height: 5.2rem;
}
.footer__top-col._3 {
    float: right;
    width: 27rem;
}
.footer__top-col._2 {
    margin-left: 6.4rem;
    width: 45rem;
    margin-right: 5.1rem;
}
.footer__center {
    /*border-top: 1px solid #ebebeb;*/
    /*border-bottom: 1px solid #ebebeb;*/
    padding-top: 4.1rem;
    padding-bottom: 3.7rem;
}
.footer__center-col {
    float: left;
}
.footer__center-col._3 {
    padding-left: 2.2rem;
    float: right;
    text-align: right;
    border-left: 0.1rem solid lightgray;
}
.footer__center-col._2 {
    margin-right: 2.2rem;
    padding-left: 2.2rem;
    float: right;
    text-align: right;
    border-left: 0.1rem solid lightgray;
}
.footer__center-col._11 {
    margin-right: 2.2rem;
    float: right;
    text-align: right;
}
.footer__center-col._social {
    margin-right: 3.2rem;
    float: right;
    text-align: right;
}
.footer__social {
    margin-left: 15rem;
    float: right;
    text-align: right;
    /* margin-top: -0.7rem; */
}
.footer__social-item {
    float: left;
    width: 3.5rem;
    height: 3.5rem;
    background: none no-repeat center;
}
.footer__social-item._vk {
    background-image: url(/public/img/vk512.svg);
    background-size: 2.5rem 6.275rem;
}
.footer__social-item._ok {
    background-image: url(/public/img/ok512.svg);
    background-size: 2.8rem 2.2rem;
}
.footer__social-item._fb {
    background-image: url(/public/img/fb512.svg);
    background-size: 2.05rem 5.25rem;
}
.footer__social-item._tw {
    background-image: url(/public/img/twitter512.svg);
    background-size: 2.25rem 2.5rem;
}
.footer__social-item._bizon {
    background-image: url(/public/img/bizon512px.svg);
    background-size: 2.5rem 3.1rem;
}
.footer__top-col._2 {
    float: right;
    width: 27rem;
    margin-right: 5.1rem;
    text-align: right;
}
.footer__license {
    color: #737b80;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    margin-top: 2.1rem;
    height: 1rem;
}
.footer__phone {
    display: inline-block;
    color: #737b80;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
}
.footer__center-col._3 a, .footer__center-col._2 a {
    font-size: 1.5rem;
}

@keyframes a{
    0%{
        -webkit-transform:translateX(2.5%);
        transform:translateX(2.5%);
        opacity:0
    }
    5%{
        opacity:1
    }
    95%{
        opacity:1
    }
    to{
        opacity:1;
        -webkit-transform:translateX(-2.5%);
        transform:translateX(-2.5%);
    }
}
@-webkit-keyframes a{
    0%{
        -webkit-transform:translateX(2.5%);
        transform:translateX(2.5%);
        opacity:0
    }
    5%{
        opacity:1
    }
    95%{
        opacity:1
    }
    to{
        opacity:1;
        -webkit-transform:translateX(-2.5%);
        transform:translateX(-2.5%);
    }
}

#popup-login {
    display: none;
    position: fixed;
    top:0;
    right: 0;
    background: #00396b;
    padding: 0.5rem 0.5rem 1rem 1.5rem;
    border-bottom-left-radius: 2rem;
    z-index: 990;
    width: 21rem;
}
#popup-login label {
    font-weight: bold;
    color: #fff;
}
#popup-login a {
    color: #fff;
    font-size: 1.4rem;
}
#popup-login input {
    padding: 0.5rem;
    width: 14rem;
    margin-top: 0.5rem;
    font-size: 1.4rem;
}
#popup-login button {
    padding: 0.7rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}
#login-key {
    display: block;
    position: fixed;
    top:0;
    right: 0;
    background: #00396b;
    padding: 0.5rem 0.5rem 1rem 1.5rem;
    border-bottom-left-radius: 9rem;
    z-index: 999;
}
.get_info {
    display: inline-block;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    color: white;
    border: 0;
    background-color: #00396b;
}
.info-inside-paragraph {
    font-size: 2rem;
}
.info-inside-paragraph select, .info-inside-paragraph input, .info-inside-paragraph textarea {
    font-size: 2rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.info-inside-paragraph textarea {
    width: 40rem;
    height: 10rem;
    font-family: 'Open Sans', sans-serif;
}
#discount, #amount {
    width: 12rem;
    text-align: right;
    background-color: rgb(235, 235, 228);
}
.info-inside-paragraph input[type=submit] {
    background-color: #00396b;
    border: 0;
    padding: 1rem;
    color: white;
}
#subscribe-block, #pr-block {
    display: none;
}
#more-text {
    display: none;
    margin-bottom: -5rem;
}
.subscribe-only #more-text {
    display: block;
}
.subscribe-only #more-link {
    display: none;
}

a.animated {
    margin-top: 3rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    color: #FAFAFA;
    border: 0.2rem solid #FAFAFA;
    border-radius: 1rem;
    padding: 2.5rem;
    position: relative;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.5);
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

@media (max-width: 750px) {
    .header__logo {
        width: 14rem;
        height: 4rem;
        margin-left: 1rem;
    }
    .header__phones {
        margin-top: 1.3rem;
    }
    .header__phone-link {
        font-size: 2.5rem;
        margin-right: 1rem;
    }
    .header__menu-link {
        padding: 0.4rem;
    }
    .header__menu {
        padding: 0.5rem;
    }
    .top-banner__slide-title {
        font-size: 3rem;
        line-height: 3.5rem;
        padding-left:0.5rem;
    }
    .top-banner__slide-text {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-left: 0.5rem;
    }
    .footer__social {
        margin-left: 1rem;
    }
    .info-center__section {
        width: 100%;
    }
    .top-banner {
        height: 45rem;
    }
    .info-inside-text h1 {
        font-size: 2rem;
    }
    .info-inside-text li {
        font-size: 1.5rem;
    }
    .info-inside-paragraph {
        font-size: 1.5rem;
    }
    .info-inside-paragraph textarea {
        width: 35rem;
    }
    .top-banner-inside {
        height: 10rem;
    }
    .info-inside-text {
        margin-top: 0;
    }
}

.outside-a-new {
    margin: 4rem 0 7rem;
    text-align:center;
}
a.new {
    background: #e23d3b;
    border: 0.3rem solid #ffffff;
}
.visacard {
    text-align:center;
    margin-bottom:4rem;
}
.visa-img-div {
    display:inline-block
}
.visa-img-div img {
    width: 8rem;
    margin-right: 1rem;
}
.visa-text {
    display:inline-block;
    vertical-align: middle;
    height: 6rem;
}
@media (max-width: 750px) {
    a.new {
        display: inline-block;
        position: absolute;
    }
    .visacard {
        margin-top: 18rem;
    }
}
a.animated:hover {
    background: #00396b;
}

.animated i {
    /*   positioning */
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    /*   gradient   */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    /*  forming the shine element
        play around with the width, skew and gradient to get different effects
      */
    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    /*  animating it  */
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

/*  */
@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}
@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}
@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 88%;
    }
}
@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}
@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0;
    }
    48% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.0;
    }
    100% {
        left: 82%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .animated {
        left: 13rem;
        top: 5rem;
    }
}
