* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/18px "Roboto", "Tahoma", "Arial", sans-serif;
	    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;



}
.top-menu {
    height: 65px;
    width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    background: rgba(35, 86, 82, 0.36);
    background-size: cover;

}

.menu {
    min-width: 1000px;
    max-width: 1350px;
    margin: 0 auto;
}
.top-menu ul {
    list-style: none;
    display: table;
    margin: auto;
}
.top-menu ul li {
    float: left;
    display: inline-block;
}
.top-menu li a {
       display: block;
    font-size: 18px;
    color: #fefefe;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right center;
    height: 36px;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 0.75;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
    margin-left: 3px;
    border-radius: 5px;
    margin-top: 12px;
}
.top-menu li a:hover {
       display: block;
    font-size: 18px;
    color: #fefefe;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right center;
    height: 36px;
    padding-top: 11px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 0.75;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
    margin-left: 3px;
    border-radius: 5px;
    margin-top: 12px;
	background: rgba(99, 205, 245, 0.43);
}

li.active a{color: #0c0c0c; background: #bbe9fb;}
.header_nav li:hover { background: #E0382D; }
.header_nav .active { background: #E0382D; }
.site_nav a:hover { color: #e0382d; }
.site_nav .active a { color: #e0382d; }
a:hover, a:active { outline: none; }

header {

}
.header-top {
    min-width: 1000px;
    max-width: 1277px;
    margin-left: auto;
    margin-right: auto;
}
.header-top-right-wrapper {
    float: right;
}
.header-top-right {
    float: right;
    width: 23%;
    text-align: right;
    margin-top: 0px;
    margin-right: 10px;
    line-height: 1;
}
.header-top-right-tel {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-align: right;
    padding-bottom: 2px;
    padding-top: 10px;
    padding-right: 20px;
    margin-bottom: 5px;
}

.header-top-right-tel-mob {
    color: #ffffff;
}

.header-top-legend-2 {
    float: right;
    width: 25%;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}
.header-top-legend-1 {
    float: right;
    width: 25%;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}
.header-top-left-3 {
    float: left;
    width: 25%;
    text-align: left;
    margin-top: 5px;
}
.header-top-left a {
    display: block;
    text-align: center;
    font: 28px/25px ChinaCyr;
    color: #5B02A2;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 600;
}

.theses {
    position: relative;
    padding: 304px 34px 20px;
    text-align: justify;
}
.rate {
    position: absolute;
    top: 0px;
    right: 240px;
    width: 194px;
    height: 225px;
}
.percent {
    position: absolute;
    top: 0px;
    left: 240px;
    width: 195px;
    height: 225px;
}
.prolongation {
    position: absolute;
    top: 2px;
    left: 508px;
    width: 263px;
    height: 302px;
}
.five {
    width: 100%;
    height: 130px;
    margin: 20px 0 30px 0;
    text-align: center;
}
.five li {
    width: 20%;
    height: 200px;
    float: left;
    list-style: none;
    text-align: center;
    padding: 0;
    color: #625a21;
    font-size: 0.9em;
    line-height: 1.1;
    margin-bottom: 10px;
}
.column-center {
width: 90%;
    box-sizing: border-box;
    line-height: 1.5em;
    color: #000;
    margin: 0 auto 50px;
    
        font: 19px/25px GothamPro;
    margin-left: auto;
    margin-right: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 90px;
}
form {
    background-color: #00AEEF;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
   
    margin-bottom: 40px;

}
input, label, textarea{
    display: block;
	    text-align: center;
}
input, textarea{
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;

}
input.submit_button{
    background-color: #43A52B;
    border: 1px solid #358222;
    padding: 5px 10px;
    border-radius: 3px;
    font: 13px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    cursor: pointer;
}
input.submit_button:hover{
    background-color: #358222;
}
span.required,
span.error{
   color: #ff0000;
}
span.required{
    font-size: 18px;
}
span.error{
    font-size: 11px;
}
footer { 
        position: relative;
	 /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color: #0069C3;
} 
.footer-left-1 {
    float: left;
    padding-top: 50px;
    width: 350px;
    height: 100%;
    padding-left: 30px;
    font: italic 17px/18px GothamPro;
    color: white;
}
.footer-rifht-1 {
    float: right;
    padding-top: 40px;
    width: 350px;
    height: 35px;
    padding-right: 30px;
    font: italic 35px/51px GothamPro;
    color: white;
}
.footer-rifht-1 a {
    width: 100%;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    margin: 0 auto;
	text-decoration: none;
}
.footer-rifht-1 a:before {
    content: '';
    margin: 0px;
    position: absolute;
    background-image: url(https://axiomannov.ru/wp-content/uploads/2016/10/logogl1.png);
    width: 130px;
    height: 59px;
    background-position: 0;
    float: right;
    right: 65px;
    background-size: 100%;
    background-repeat: no-repeat;
}
h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
	    line-height: 1.4;
}
h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.owl-controls{
    position:absolute;
    z-index:10;
    top:0;
    margin-top:0 !important;
    width: 100%;
}

#slider .owl-page span{
    background-image:url(/assets/templates/theme/images/next.png);
    background-color:inherit;
    background-repeat:no-repeat;
    background-position:left top;
    width:6px;
    height:6px;
    opacity:1;
    margin-top:0;
    margin-bottom:0;
    margin-left:2px;
    margin-right:2px;
}

#slider .owl-page.active span{
    background-position:left bottom;
}

#slider .owl-buttons{
    width:100%;
    margin-top:140px !important;
}

#slider .owl-prev{
    background-image:url(/assets/templates/theme/images/next.png);
    background-position:left top;
    background-repeat:no-repeat;
    background-color:inherit;
    width:59px;
    height:83px;
    opacity:1;
    padding:0;
    float:left;
    border-radius:0;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}

#slider .owl-prev:hover{
    //background-position:left bottom;
    opacity:0.7;
}

#slider .owl-next{
    background-image:url(/assets/templates/theme/images/next.png);
    background-position:right top;
    background-repeat:no-repeat;
    background-color:inherit;
    width:59px;
    height:83px;
    opacity:1;
    padding:0;
    float:right;
    border-radius:0;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
}

#slider .owl-next:hover{
    background-position:right bottom;
}

#slider .owl-pagination{
    position:absolute;
    z-index:10;
    top:384px;
    left:50%;
}



.slider-index-item{
    position:relative;
}

#zakaz {
display: none;
}
.slider-item-legend {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(111,111,111, 0.59);
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
}
.page-news-left {
width: 15%;
    float: left;
	margin: 10px;
}
.news {
width: 80%;
    margin: 0 auto;
    height: 110px;

}
.page-news {
    clear: both;
	height: 110px;
	    border: 1px solid;
    margin: 5px;
}
.news-gl {
width: 70%;
    margin: 0 auto;
	clear: both;
}
.page-news-gl {
width: 23%;
    text-align: center;
	    float: left;
		margin: 1%;
		border: 2px solid #0069c3;
		

}
.page-news-gl:hover {
opacity: 0.5;
}
.fancybox {
    display: inline-block;
    background-color: #31c3e8;
    border-radius: 5px;
    border: 1px solid #fff;
}
.fancybox:hover {
background-color: red;
}

/*new*/
.width {
height: 89px;
    box-sizing: border-box;
    max-width: 1157px;
    width: 100%;
    margin: 0 auto;
    position: relative;
	margin-top: 10px;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.header_logo {
    display: block;
    margin: 0 auto;
    width: 310px;
    height: 74px;
    background: url(/manager/templates/Lombard/img/Logo_top.png) 0px -30px no-repeat;
    text-indent: -999em;
    overflow: hidden;
    float: left;
}
.header_contacts {
    overflow: hidden;
    margin-top: 10px;
    padding-left: 28px;
    border-left: 1px solid #bcbcbc;
    padding-top: 6px;
    padding-bottom: 6px;
	float: right;
}
.header_contacts_inf {
    float: left;
    white-space: nowrap;
    text-align: center;
    margin-right: 25px;
    margin-bottom: 0;
}
.header_contacts_callback {
    float: left;
    background: url(/manager/templates/Lombard/img/top_buttons.png) no-repeat left top;
    width: 163px;
    padding-top: 46px;
    height: 0;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.site_nav {
    margin-bottom: 0;
	float: right;

	margin-top: 38px;
}
ul.menu-1 {
    margin: 0;
    list-style: none;
}
.site_nav li {
    float: left;
    padding: 0 14px;
}
.site_nav li + li {
    border-left: 1px solid #bcbcbc;
}
.site_nav a {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 17px;
    text-decoration: none;
    color: #282828;
}
.header_bot {
    background: #4782a4;
}
.header_nav {
    position: static;
    width: auto;
    padding: 0;
	    display: block !important;
		box-sizing: border-box;
    background: #4782a4;
	    right: 0;
    top: 100%;
}
.header_nav li {
    float: left;
    width: 20%;
    border-right: 1px solid #1e2026;
    border-top: none;
	height: auto;
    border: none;
    position: relative;
    padding-bottom: 1px;
}
.header_nav li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient( 90deg, rgba(218,218,218,0.38), rgba(218,218,218,0.38) 1px, transparent 1px, transparent 3px );
}
.header_nav a {
    display: table-cell;
    width: 270px;
    height: 87px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    position: static;
    box-sizing: border-box;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.header_nav a:hover {
text-decoration: none;
}
.top_slider {
    background: #f4f3f8 url(/manager/templates/Lombard/img/auto3.jpg) 50% 0 no-repeat;
        background-size: 100%;
    
    height: 550px;
}
.top_slider_inn {
    <!--background: url(/manager/templates/Lombard/img/pattern.png);-->
    height: 550px;
	margin-bottom: 20px;
}
.wraper-introtext {
    width: 35%;
    font-weight: 900;
    opacity: 1;
    float: left;
    height: 360px;
    padding: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    background: #fefefe5e;
    padding-top: 70px;
}
.owl-pagination {
    display: none;
}
.longtitle {
    font-size: 30px;
    color: #30aaef;
    padding-top: 15px;
}
.header_contacts_inf address {
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 4px;
	font: 12px/15px GothamPro;
}
.tel {
    font: 22px/25px GothamPro;
}
.maps-ya {
    width: 100%;
    float: left;
}
.maps-ya-text {
    width: 50%;
    float: left;
    line-height: 1.5em;
	    padding-top: 0%;
    padding-left: 2%;
	    padding-bottom: 50px;
}


.mob_menu {
    display: none;
	position: fixed;
    z-index: 1;
    top: 0px;
    margin: 0;
}
nav {
        position: sticky;
    float: right;
    background: #2196f3;
}
.custom-1-1 {
    width: 25%;
    float: left;
}
.custom p {
    position: absolute;
    margin-right: 0px;
    font-size: 26px;
    margin-top: 115px;
}
.custom-4 p {
    margin-left: 10px;
}
.custom-3 p {
    margin-left: 10px;
}
.custom-2 p {
    margin-left: -8px;
}
.custom-1 {

    width: 105px;
    height: 105px;
    background-position: -208px -204px;
	    margin: 0 auto;
		animation-duration: 3s;
}
.custom-2 {

    width: 105px;
    height: 105px;
            background-position: -422px -204px;
	    margin: 0 auto;
		animation-duration: 3s;
}
.custom-3 {

    width: 105px;
    height: 105px;
    background-position: -315px -204px;
	    margin: 0 auto;
		animation-duration: 3s;
}
.custom-4 {

    width: 105px;
    height: 105px;
    background-position: -101px -204px;
	    margin: 0 auto;
		animation-duration: 3s;
}
.custom-1:after {
    content: '';
    margin: 0px;
    position: absolute;
    background-image: url(/manager/templates/Lombard/img/sprite.png);
    width: 105px;
    height: 105px;
    background-position: -208px -204px;
}
.custom-2:after {
    content: '';
    margin: 0px;
    position: absolute;
    background-image: url(/manager/templates/Lombard/img/sprite.png);
    width: 105px;
    height: 105px;
    background-position: -422px -204px;
}
.custom-3:after {
    content: '';
    margin: 0px;
    position: absolute;
    background-image: url(/manager/templates/Lombard/img/sprite.png);
    width: 105px;
    height: 105px;
    background-position: -315px -204px;
}
.custom-4:after {
    content: '';
    margin: 0px;
    position: absolute;
    background-image: url(/manager/templates/Lombard/img/sprite.png);
    width: 105px;
    height: 105px;
    background-position: -101px -204px;
}
.custom {
    clear: both;
    width: 90%;
    margin: 0 auto;
}
.table-dock {
    width: 80%;
    margin: auto;
    display: table;
    text-align: center;
	    margin-top: 50px;
}
.table-dock td {
    width: 25%;
	text-align: center;
}
.parent_popup_new {
    background-color: rgba(0, 0, 0, 0.8);

    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.popup_new {
    background: #fff;
    width: 520px;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border: 10px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: table;
}
.col-sm-12-from-footer-11 {
    width: 40%;
    float: right;
}
.col-sm-12-from-footer-22 {
width: 25%;
    float: left;
}
.col-sm-12-from-footer-11 input {
    width: 94%;
    text-align: center;
    font-size: 20px;
    margin: 10px;

    border-radius: 5px;
}
.col-sm-12-from-footer-22 input {
    float: right;
    font-size: 20px;
    color: #fff;
	width: auto;
    margin: 0;
}
.col-sm-12-from-footer-22 label {
    font-size: 16px;
    font-weight: 600;
	float: left;
}
.col-sm-12-from-footer-3 {
width: 100%;
    float: right;
    height: 70px;
    margin-top: 23px;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
	margin-right: 5px;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
div#form_pop__footer12-creature form {
    width: 80%;
    height: 200px;
    background: none;
}
.footer-form p {
    height: 22px;
}

/*avto*/
.how-to-book {
    margin-bottom: 52px;

}
.section-avto {

    padding: 0px;
}
.section-avto-inni{
background-image: url(/manager/templates/Lombard/img/pattern.png);
padding: 1px;
}
.how-to-book__table {
    display: table;
    width: 100%;
}
.how-to-book h1, h2 {
    font-family: "myriadpro-boldcond_0";
    font-size: 30px;
    font-weight: normal;
    color: #2e4357;
    /*text-transform: uppercase;*/
    position: relative;
    margin-bottom: 11px;
    text-align: center;
}
.how-to-book__table {
    display: table;
    width: 100%;
}

.how-to-book li {
    display: inline-block;
    vertical-align: top;
    white-space: pre-line;
    padding: 0 7px 0 54px;
    counter-increment: li;
    position: relative;
    min-height: 94px;
}
.how-to-book__table > li {
    display: table-cell;
    padding-left: 62px;
	width: 25%;
}
.how-to-book li:before {
    background: url(/manager/templates/Lombard/img/arrow.png);
    width: 92px;
    height: 12px;
    position: absolute;
    bottom: 0;
    right: 70px;
    content: '';
    top: 94px;
}
.how-to-book li:after {
    content: counter(li);
    position: absolute;
    font-family: myriadpro-boldcond_0;
    left: -2px;
    top: 30px;
    color: rgba(63,91,117,0.3);
    font-size: 120px;
}
.how-to-book li span {
    font-family: myriadpro-boldcond_0;
    font-size: 18px;
    color: #2e4357;
    line-height: 24px;
    display: inline;
}
.how-to-book li address {
    font-family: myriadpro-cond_0;
    font-size: 18px;
    color: #2d4256;
    font-style: normal;
    display: inline;
    line-height: 24px;
}
.how-to-book li a {
    color: #f24b47;
    font-family: myriadpro-cond_0;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 4px;
    display: inline-block;
}
.how-to-book .expert {
    padding-top: 18px;
    min-height: 76px;
}
.you-need.zalog-auto h2.zalog-auto-h2-left {
    text-align: left;
}
.you-need p, .you-need h2 {
    font-family: "myriadpro-boldcond_0";
    font-size: 30px;
    font-weight: normal;
    color: #2e4357;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}
.you-need ul {
    text-align: justify;
    padding: 0 61px 19px 80px;
}
.you-need .passport {
    width: 110px;
    margin-right: 30px;
}
.you-need li {
    font-family: myriadpro-cond_0;
    font-size: 20px;
    color: #2e4357;
    display: inline-block;
    vertical-align: top;
    padding-top: 135px;
    text-align: center;
    line-height: 24px;
    position: relative;
}
.you-need .passport:after {
    content: '';
    position: absolute;
    background: url(/manager/templates/Lombard/img/passport-11.png) no-repeat;
    width: 110px;
    height: 136px;
    top: 0;
    left: 0;
}
.you-need .pts {
    width: 200px;
}
.you-need .pts:after {
    content: '';
    position: absolute;
    background: url(/manager/templates/Lombard/img/pts11.png) no-repeat;
    width: 162px;
    height: 138px;
    top: -7px;
    left: 11px;
}
.you-need .sts {
    width: 150px;
}
.you-need .sts:after {
    content: '';
    position: absolute;
    background: url(/manager/templates/Lombard/img/sts11.png) no-repeat;
    width: 154px;
    height: 136px;
    top: 2px;
    left: -33px;
}
.you-need ul:after {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}
.you-need p:before, .you-need h2:before {
    content: '';
    backgroun: url(/manager/templates/Lombard/img/terms_h2_fon.png) repeat-x;
    height: 6px;
    width: 140px;
    position: absolute;
    top: 14px;
    left: 0;
}
.you-need p:after, .you-need h2:after {
    content: '';
    background: url(/manager/templates/Lombard/img/terms_h2_fon.png) repeat-x;
    height: 6px;
    width: 140px;
    position: absolute;
    top: 14px;
    right: 0;
}
.you-need.zalog-auto {
    width: 80%;
}
.mob-button {
    display: none;
}
input {
    margin: auto;
}



.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
    border-bottom: 1px dotted green;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block; 
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    padding: 10px; 
}

.gl_t {
    clear: both;
    line-height: 1.3em;
    color: #2B2A38;
    margin: 0 auto 0px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 1% 1px;
    font-size: 12px;
   opacity: .5;
   padding-right: 15px;
    padding-left: 15px;}
.block_25 {

    line-height: 1.3em;
    color: #2B2A38;
    margin: 0 auto 0px;


    font-size: 12px;

}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 40px;
}


.block_25_1 {
    text-align: center;
    cursor: pointer;
}

.block_25_1 img {
width: 70%;
}

.block_25_1 img:hover {

  transition: 1.5s;
  transform: rotate(-10deg) scale(1.05);
}

/*block*/

.accordion {
  transform: translateZ(0);
  background: white;
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

.accordion>.accordion-toggle {
  display: none;
  position: absolute;
  opacity: 0;
}

.accordion>label {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  background: #ecebec;
  color: #555;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.accordion>label:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #555;
  border-top: 2px solid #555;
  transform: rotate(-135deg);
  transition: 0.4s transform;
}

.accordion>section {
  overflow: hidden;
  height: 0;
  transition: all .4s;
}

.accordion>.accordion-toggle:checked~label:after {
  transform: rotate(45deg);
  top: 16px;
}

.accordion>.accordion-toggle:checked~section {
  height: 50px;
}

.accordion>section p {
  margin: 15px 0;
  padding: 0 20px;
}
/*block*/

.block_25_2 {


    min-height: 210px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(78 86 103 / 8%);
    outline: none;
    overflow: hidden;
    cursor: pointer;
    margin: 1.5% 1.5%;
    transition: box-shadow 0.2s ease-out, margin 0.2s ease-out;
}
.block_25_2:hover { box-shadow: 0 12px 36px 0 rgb(0 0 0 / 20%);
    margin-top: -4px;
	}

.block_22556 {
    border-bottom: 3px solid #4782a4;
    width: 50%;
    margin: auto;
	cursor: pointer;
	height: 20px;
	clear: both

}
	.block_22556:hover {
    border-bottom: 3px solid #4782a4;
    width: 100%;
    margin: auto;
	 transition: 3s;


}


/*long*/
.loan-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 60px;
}
.loan-block--item {
	width: 25%;
	padding: 0 20px;
	position: relative;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	padding-left: 120px;
}
.loan-block--item b {
	display: block;
}
.loan-block--item-count {
	font-size: 250px;
	line-height: 200px;
	font-weight: 900;
	color: #f2f2f2;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
}
.loan-block--item-img {
	margin-bottom: 10px;
	text-align: center;
}
.loan-block--item.last span {
	text-align: center;
}
.loan-block--item.last {
	border-left: 2px solid #e5e5e5;
	padding-left: 20px;
}
/*left*/
.left p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.88;
    padding-left: 30px;
    background: url(/manager/templates/Lombard/img/check.svg) no-repeat left center;
}
.left div {
    padding: 15% 15%;
}
span.flex-i {
    border: 2px solid #4782a4;
    display: block;
    margin: 15% auto;
	border-radius: 15px;
}
span.flex-i:hover {
     background: #23a5d0;
	     color: #fff;
		 transition: 1.5s;
}
.gl_2 {
    padding: 6% 0%;
    max-width: 80%;
    margin: 0 auto;
}


