/* CUSTOM */

#rn-siteuser-login-form-header-pjax {
	padding: 8px 0 0 0;
}

#rn-siteuser-login-form-header-pjax .form-actions {
	padding-bottom: 26px;
}
/*
.dropdown.dropdown--ucp .dropdown-menu {
	right: -55px !important;
	left: auto !important;
}*/

.header-phone {
	position: absolute;
	width: 150px;
	bottom: -35px;
	left: 125px;
	font-family: "Chaparral pro", sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #e0232f;
	text-decoration: none;
}

.header-mob-phone {
	position: absolute;
	width: 150px;
	bottom: 11px;
	left: 75px;
	font-family: "Chaparral pro", sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	color: #e0232f;
	text-decoration: none;
}

/*2019-06-13*/

.header-mob-user {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9991;
    background-color: #ffffff;
    margin: 0;
    padding: 84px 25px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); 
}
@media screen and (prefers-reduced-motion: reduce) {
    .header-mob-user {
        transition: none; 
    }
}
.body--mob-user-opened .header-mob-user, .header-mob-user.visible {
    visibility: visible;
    -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);
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease; 
}

@media screen and (prefers-reduced-motion: reduce) {
    .body--mob-user-opened .header-mob-user, .header-mob-user.visible {
        transition: none; 
    } 
}

@media (max-width: 991px) {
    body.body--mob-user-opened {
        min-height: 0;
        overflow: hidden; 
    }
    .body--mob-user-opened .page {
        overflow: hidden;
        position: relative; 
    } 
}

.body--mob-user-opened .header-mob-top {
    background-color: #edf2f5;
}

.header-mob-user .user-menu {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.header-mob-user .user-menu li {
    position: relative; 
}
.header-mob-user .user-menu li a {
    border-top: 1px solid #e5e5e5;
    color: #413b5f;
    padding: 16px 0 17px 36px;
    display: block;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none; 
}

.header-mob-user .user-menu li a:hover {
    color: #e0232f; 
}

.header-mob-user .user-menu li:first-child a {
    border-top: none; 
}

.header-mob-user .user-menu li .user-menu-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: -30px; 
}

.header-mob-user .user-menu li.mod--noborder a {
    border: none; 
}

.header-mob-user .user-menu li.mod--active a {
    background-color: #f8f8f9;
    position: relative; 
}

.header-mob-user .user-menu li.mod--active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    width: 24px;
    height: 100%;
    background-color: inherit; 
}

.header-mob-user .user-menu li.mod--active a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 100%;
    background-color: inherit; 
}
.header-mob-user .user-menu li.active a {
    color: #e0232f; 
}

.header-mob-icons li a svg {
    fill: #413b5f;
}

.header-mob-icons li a {
    width: 36px;
    height: 36px;
}

.header-mob-trigger b {
    height: 2px;
    left: 5px;
	right: 5px;
	background-color: #413b5f;
}

.body--mob-nav-opened .header-mob .header-mob-logo:after {
    content: "";
    height: 6px;
    width: 230px;
    position: absolute;
    bottom: -13px;
    left: -116px;
    border-top: 0 solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #e0232f;
    border-left: 0 solid transparent;
    transition: all 0.3s ease;
}

.body--mob-nav-opened .header-mob:after {
    content: "";
    height: 6px;
    width: calc(100vw + 60px);
    position: absolute;
    bottom: 0;
    left: -116px;
    border-top: 0 solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #e0232f;
    border-left: 0 solid transparent;
    transition: all 0.3s ease;
    z-index: 9999;
}

.header-mob-nav-list:last-child {
    margin-bottom: 20px;
}

.body--header-fixed .header-phone {
    bottom: -17px;
    left: 85px;
    font-size: 15px;
    line-height: 15px;
}

@media (max-width: 992px) {
    .block--form .formbuilder-info {
        padding: 0 0 60px;
    }
}

body:after {
    content: 'desktop';
    display: none;
}
@media (max-width: 1279px) {
    body:after {
        content: 'tablet w992';
        background: rgba(0, 255, 0, 0.5);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body:after {
        content: 'tablet w600';
        background: rgba(0, 0, 255, 0.5);
    }
}
@media (max-width: 767px) {
    body:after {
        content: 'mobile';
        background: rgba(255, 0, 0, 0.5);
    }
}
@media (min-width: 344px) {
    body:after {
        content: 'mobile w360';
    }
}
@media (min-width: 464px) {
    body:after {
        content: 'mobile w480';
    }
}
@media (min-width: 584px) {
    body:after {
        content: 'mobile w600';
    }
}
@media (min-width: 768px) {
    body:after {
        content: 'tablet w768';
    }
}
@media (min-width: 824px) {
    body:after {
        content: 'tablet w840';
    }
}
@media (min-width: 944px) {
    body:after {
        content: 'tablet w960';
    }
}
@media (min-width: 992px) {
    body:after {
        content: 'desktop w992';
    }
}
@media (min-width: 1264px) {
    body:after {
        content: 'desktop w1280';
    }
}
@media (min-width: 1424px) {
    body:after {
        content: 'desktop w1440';
    }
}
@media (min-width: 1584px) {
    body:after {
        content: 'desktop w1600';
    }
}

.swiper-container video.cover {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.block-slider .article {
    z-index: 1;
}