#bx-panel { z-index: 2 !important; }

.contentBox { font-size: 18px; }

.contentBox > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.contentBox ul { font-size: inherit; line-height: inherit; }
.contentBox table img { display: inline; }
.contentBox > * { margin-bottom: 25px; }
.contentBox video { max-width: 100%; height: auto; }
.cc-close { width: 1.2em; height: 1.2em; }

.cc-close:before,
.cc-close:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.cc-close:before { transform: rotate(45deg); }
.cc-close:after { transform: rotate(-45deg); }
.cc-btn.cc-dismiss { visibility: hidden; }
.popup-form { width: 100%; height: 100%; background: rgba(255, 255, 255, .7); position: fixed; top: 0; left: 0; z-index: 1000; }
.popup-form.hidden { display: none; }

.popup-form .form {
    width: 100%;
    background-color: #f2f2ee;
    border: 1px solid #dde5ea;
    padding: 25px 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup-form .content-width {
    min-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup-form .content-width h3 {
    text-align: center;
    margin: 10px 0;
}

.popup-form .content-width .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer;
    background: #c3112f;
}

.popup-form .content-width .close:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-45deg);
    margin-left: -1px;
}

.popup-form .content-width .close:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -1px;
}

.popup-form .form fieldset {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
    margin: 0 0 20px;
    width: 100%;
}

.popup-form .form fieldset:last-child {
    border-bottom: none;
    margin: 0;
}

.popup-form .form__full {
    width: 100%;
    margin: 0 0 30px;
}

.popup-form .form__full input[type="text"] {
    outline: none;
    padding: 0 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #dde5ea;
    -webkit-transition: .3s;
    transition: .3s;
}

.popup-form .form input[type="checkbox"]:not(checked) + label,
.popup-form .form input[type="radio"].checkbox-style:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-family: LatoSemiBold;
    color: #343434;
    z-index: 1;
}

.popup-form .form input[type="checkbox"]:not(checked) + label:before,
.popup-form .form input[type="radio"].checkbox-style:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dde5ea;
    background: #fff;
    box-sizing: border-box;
    z-index: 993;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"].checkbox-style:checked + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 11px;
    height: 7px;
    border-left: 2px solid #c3112f;
    border-bottom: 2px solid #c3112f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    z-index: 9999;
}

.popup-form .form .form__submit {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 273px;
    height: 40px;
    position: relative;
    background-color: #c3112f;
}

.popup-form .form .form__submit:hover {
    background-color: #393f51;
}

.popup-form .form .form__submit i {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
}

.popup-form .form .form__submit--ico-send {
    padding: 0 0 0 32px;
}

.popup-form .form .form__submit--ico-send:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    background: url('/bitrix/templates/vbrr-v3-mainpage/img/ico-send.png');
}

.popup-form .form__submit input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    text-indent: -999px;
    background: transparent;
}

.popup-form .form select {
    width: 100%;
    height: 35px;
    border-color: #dde5ea;
}

.popup-form .form .haserrorz {
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
    .popup-form .content-width {
        min-width: 0;
    }
}
@media(max-width:1110px) and (min-width:1024px){
	.headerMenu__item a{
		font-size: 12px;
		padding: 0 7px;
	}
}

.cardAbout__item { min-height: 0; margin-bottom: 60px }

.tab-steps { padding: 30px 0; margin-top: 20px }
.tab-steps_title { font-size: 30px; font-weight: bold; font-family: Exo,Lato,sans-serif; margin-bottom: 25px }

.tab-steps_steps { display: flex; max-width: 600px; padding-bottom: 15px; }
.tab-steps_steps div { font-family: Exo,Lato, sans-serif; font-weight: 300; font-size: 16px; cursor: pointer; position: relative; padding: 0 0 12px 0; margin-right: 50px }
.tab-steps_steps div.active { cursor: default; }
.tab-steps_steps div.active:after { content: ''; height: 2px; width: 100%; background: #e57850; position: absolute; bottom: 0; left: 0; }
.tab-steps_steps div span { display: block; font-size: 16px; font-weight: normal; }
.tab-steps_steps div.active {font-weight: bold }
.tab-steps_steps div.active span { font-weight: bold }

/*
.tab-steps_steps div:before { content: "\e90d"; font-family: Icon; position: absolute; color: #e57850; font-size: 10px; top: 10px; right: -70px; transform: rotate(-90deg) }
.tab-steps_steps div:last-child:before { display: none }
*/
.tab-steps ul > li:before { background: #111 } 

.tab-steps_content { display: none }
.tab-steps_content-in { position: relative; min-height: 130px; display: flex; align-items: center; }
.tab-steps_img { width: 100px; height: 100px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; margin-right: 25px }
.tab-steps_content img { max-width: 80%; max-height: 80%; }
.tab-steps_text { width: 100%; font-size: 18px; }
.tab-steps_text ul { margin: 10px 0; }

@media screen and (max-width: 680px) {
	.tab-steps_steps div { margin-right: 30px; font-size: 14px; line-height: 1.2em }
	.tab-steps_steps div span { font-size: 18px; margin-bottom: 12px }
	.tab-steps_steps div:last-child { margin-right: 0; }
	.tab-steps_steps div:before { display: none }
	.tab-steps_content-in { display: block }
	.tab-steps_img { width: 60px; height: 60px; margin: 0 auto 13px auto }
}


.no-icons .advantageBlock__info { margin-left: 0 }
.advantageBlock__body .advantageBlock__mini { border-radius: 9px; display: inline; width: 120px; margin-right: 7px }


.howget-top { display: flex; margin: 30px 0 0 0 }
.howget-top div { font-size: 20px; color: #707a80; position: relative; padding: 0 0 12px 0; margin-right: 50px; cursor: pointer; line-height: 1.3em }
.howget-top .active { color: #000; cursor: default }
.howget-top .active:after { content: ''; position: absolute; height: 3px; width: 100%; left: 0; bottom: 0; background: #e57850; }

.howToBlock__iconsItem.intericons { color: #E57850; font-size: 18px; font-family: Lato; font-weight: bold; padding-top: 40px }
.iconItem--jcenter.noarrows:after { display: none }
.howToBlock__over { width: 72%; overflow: hidden; position: relative }
.howToBlock__over .howToBlock__icons { width: 100%; left: 0; top: 0; transition: all .6s ease 0s; z-index: 2; opacity: 1; }
.howToBlock__over .howToBlock__icons.disabled { position: absolute; z-index: 1; opacity: 0; width: 100%; visibility: hidden }

@media screen and (max-width: 680px) {
	.howget-top  { margin: 0 0 0 15px }
	.howget-top div { font-size: 14px; margin-right: 20px }
	.howToBlock__title { text-align: center; margin-bottom: 30px }
	.howToBlock__title br { display: none; }
	.howToBlock__over { width: 100% }
	.howToBlock__iconsItem.intericons { text-align: center; padding: 0 0 40px 0 }
}

@media screen and (min-width: 1280px) {
	.header__bottomLeft {	
		width: 180px;
        max-width: 180px;
    }
}
@media screen and (min-width: 1024px) {
	.header__bottomLeft {		
		width: 160px;
		max-width: 160px;
	}

}

.ui-widget.ui-datepicker {width: 227px;display: none;z-index: 102 !important }
.ui-widget .ui-datepicker-calendar {font-family: 'LatoRegular', sans-serif;font-size: 10px;color: #ffd100;text-transform: uppercase;width: 100%;text-align: center;padding: 10px;cursor: default;background: #fff;}
.ui-widget .ui-datepicker-calendar thead {font-size: 10px; background: #fc0;;}
.ui-widget .ui-datepicker-calendar a {font-size: 12px; font-weight: bold; color: #373839 !important; text-decoration: none; border: none !important; background: none }
.ui-widget .ui-datepicker-calendar td {cursor: pointer;width: 16px;height: 30px; padding: 3px 0 0 0; }
.ui-widget .ui-datepicker-calendar td:first-child {text-align: center;padding: 3px 0 0 0;}
.ui-widget .ui-datepicker-calendar td:last-child {text-align: center; padding: 3px 0 0 0;}
.ui-widget .ui-datepicker-calendar th {cursor: pointer;height: 25px; font-size: 10px; padding: 0; text-align: center }
.ui-widget .ui-datepicker-calendar td:hover {background: #fc0;}
.ui-widget .ui-datepicker-calendar td:hover a { background: none }
.ui-widget .ui-datepicker-current-day {background: #fc0;}
.ui-widget .ui-datepicker-current-day a {color: #fff;}
.ui-widget .ui-datepicker-today {background: #fc0;}
.ui-widget .ui-datepicker-today a {color: #fff;}
.ui-widget .ui-datepicker-calendar .ui-datepicker-other-month {font-size: 12px;color: #a7aaae;cursor: default;}
.ui-widget .ui-datepicker-calendar .ui-datepicker-other-month:hover {background: transparent;}
.ui-widget .ui-datepicker-calendar .ui-datepicker-unselectable {font-size: 12px;color: #a7aaae;cursor: default;}
.ui-widget .ui-datepicker-calendar .ui-datepicker-unselectable:hover {background: transparent;}
.ui-widget .ui-datepicker-header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;height: 30px;background: #fff;color: #fff;font-size: 13px;text-transform: uppercase;text-align: center;}
.ui-widget .ui-datepicker-prev {position: absolute;left: 7px;top: 12px;width: 9px;height: 9px;border-left: 2px solid #c3112f;border-bottom: 2px solid #c3112f;-webkit-transform: rotate(45deg);transform: rotate(45deg);cursor: pointer;}
.ui-widget .ui-datepicker-next {position: absolute;right: 7px;top: 12px;width: 9px;height: 9px;border-right: 2px solid #c3112f;border-top: 2px solid #c3112f;-webkit-transform: rotate(45deg);transform: rotate(45deg);cursor: pointer;}
.ui-widget .ui-datepicker-month {outline: none;border: 1px solid #f37420;}
.ui-widget .ui-datepicker-year {outline: none;border: 1px solid #f37420;}

.footer .appsItem { max-width: 120px }
.footer .appsItem:first-child { margin-right: 20px }
.footer__row--column.appsItem-row { column-gap: 0; column-count: 1; display: flex }
.footer .appsItem-row .appsItem__link { background: none }

.iconItem { text-decoration: none !important; }
a.iconItem:hover { text-decoration: underline !important }  
.iconItem:hover a { text-decoration: underline }

.specialOffers__itemWrap { background-position: 100% 100% } 

.back-call-wrapper { background: #faf9f6; margin-bottom: 85px; font-family: Lato, sans-serif; }
.back-call-content { display: flex; max-width: 960px; height: 130px; align-items: center; margin: 0 auto; background: url(/images/backcall.jpg) no-repeat 0 50%; }
.back-call-in { font-size: 18px; cursor: pointer; padding: 20px 0 20px 277px }
.back-call-in span { display: block; padding-top: 3px; font-family: LatoLight; line-height: 1.2em }

@media(max-width:560px){
	.back-call-content { background-position: -130px 50% }
	.back-call-in { padding-left: 120px; line-height: 1em }
}

@media(max-width:380px){
	.back-call-in { font-size: 14px }
}

.back-call-top { position: fixed; z-index: 100; bottom: 0; right: 0; }
.back-call-top-in { display: flex; position: relative; bottom: 20px; right: 20px; align-items: center; cursor: pointer }
.back-call-top-image { width: 75px; height: 75px; background: url(/images/backcall2.png) no-repeat 0 0; background-size: cover; margin-right: 12px; border-radius: 50% }
.back-call-top-text { text-transform: uppercase; line-height: 1.3em; font-weight: 600; font-size: 13px }

@media(max-width:560px){
	.back-call-top-in { right: 4% }
	.back-call-top-image { width: 50px; height: 50px; }
	.back-call-top-text { font-size: 12px }
}

.tileList__itemRow__name:first-of-type { width: 60% }
.tileList__itemRow__name { width: 40% }
.tileList__itemRow__value { font-size: 19px; font-weight: normal; width: 40% }
.tileList__itemRow__value:first-of-type { font-size: 23px; font-weight: 700; padding-right: 10px; width: 60% }

/*DEPOSIT SLIDER IN INDEX*/
.depositList__list { padding-bottom: 70px }
#depositListSlick .slick-prev { position: absolute; bottom: -60px; left: 150px; z-index: 1 }
#depositListSlick .slick-next { position: absolute; bottom: -60px; right: 150px; z-index: 1 }
#depositListSlick .slick-dots { position: absolute; width: 100%; bottom: -60px; }
@media(max-width:1024px){
	.depositList__item { overflow: hidden }
	.depositList .wrapper { padding: 0 }
	.depositList__itemTag { transform-origin: 0 0; left: 15px; top: auto; bottom: 70px  }
	.depositList__itemBottom { margin: 0;  }
}

@media(max-width:767px){
	.depositList__itemBottom { padding-top: 50px }
	.depositList__itemName { padding-left: 15px }
	.depositList__itemText { padding-left: 15px }
	.depositList__itemTag { bottom: 240px }
	#depositListSlick .slick-prev { display: none !important }
	#depositListSlick .slick-next { display: none !important }
}

.contributions__itemLink a { text-transform: none; display: flex; height: 50px; border: 1px solid #D2D6D9; border-radius: 4px; align-items: center; justify-content: center; color: #111; font-weight: 700 }
.contributions__itemLink a:after { display: none }
.contributions__itemLink a:hover { background: #FFCC00; color: #111; border-color: #FFCC00 }

.agencypage { padding-bottom: 30px }
.agencypage h1 { font-size: 50px; margin-bottom: 60px }
.agencypage-item { position: relative; min-height: 380px; margin-bottom: 80px }
.agencypage-item-title { font-size: 35px; color: #323F49; font-family: 'LatoBold'; font-weight: bold; padding-bottom: 20px }
.agencypage-item-text { font-size: 18px; line-height: 1.3em; color: #323F49 }
.agencypage-item-description { padding: 0 0 0 100px; max-width: 510px; box-sizing: border-box; min-height: 255px; position: relative; z-index: 1 }
.agencypage-item-image { width: 450px; height: 335px; background-repeat: no-repeat; background-position: 50% 50%; position: absolute; top: 0; right: 50px; box-shadow: 5px 5px 8px rgba(0,0,0,.2); z-index: 1 }
.agencypage-item-link { position: relative; z-index: 1; padding-left: 100px }
.agencypage-item-link a { display: inline-flex; background: #fff; height: 78px; border-radius: 4px; width: 250px; align-items: center; font-size: 16px; padding: 0 0 0 38px; font-weight: 600 }

.agencypage-item:after { content: ''; position: absolute; width: 100%; height: 170px; background: #FFCC00; bottom: 0; left: 0; }

.agencypage-item.toright {}
.toright .agencypage-item-image { right: auto; left: 50px; }
.toright .agencypage-item-description { padding: 0 50px 0 590px; max-width: 100% }
.toright .agencypage-item-link { padding-left: 590px }

@media(max-width: 1100px){
	.agencypage h1 { padding-left: 15px }
	.agencypage-item-image { right: 15px }
	.toright .agencypage-item-image { right: auto; left: 15px }
	.agencypage-item-description { padding-left: 15px; max-width: 400px }
	.toright .agencypage-item-description { padding: 0 15px 0 520px; }
	.agencypage-item-link { padding-left: 15px }
	.toright .agencypage-item-link { padding-left: 520px }
}

@media(max-width: 950px){	
	.agencypage-item-image { position: relative; right: 0; width: 100%; height: 200px; background-size: cover; background-position: 50% 20%; margin-bottom: 25px }	
	.toright .agencypage-item-image { left: auto; right: 0; }
	.agencypage-item-description { max-width: 100%; min-height: 100px; margin-bottom: 100px }
	.toright .agencypage-item-description { padding: 0 0 0 15px; max-width: 100% }	
	.agencypage-item-link { padding-bottom: 45px }
	.toright .agencypage-item-link { padding: 0 0 45px 15px }
}

.personal-opened .header__personalMenu { opacity:1; visibility:visible; -ms-touch-action:auto; touch-action:auto }


.offices-prop[data-code="PAYMENTS_LIST"] .offices-prop__icon:before { content: "\e913"; }

@media(max-width:560px){
	.advantageBlock__title { font-size: 18px; line-height: normal }
	.formInput__selectSelected { font-size: 15px; line-height: normal }
	.slick-dots { flex-wrap: wrap }
	.slick-dots li { margin-bottom: 15px }
	main ul li:last-of-type { margin-bottom: 15px }
}
 

div[id^="wait_comp_"] { display: none !important }

















