
*:focus
{
    outline: none;
}

body {
	
	font-size:12px;
	padding-bottom: 40px;
    overflow-y: scroll;
}
footer {
    opacity: 0;
}
#navigation-main{
    position: relative;
    z-index: 999;
}
.main-body{
    position: relative;
}
.container-fluid{padding-top: 60px;}

@media only screen
and (min-width : 1024px) {
	.container-fluid{padding-top: 60px}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.container-fluid{padding-top: 60px;padding-bottom: 20px;}
	.navbar .brand {margin-left:0px;}
	.style-switcher{margin-left:-70px;}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	.container-fluid{padding-top: 60px;}
	.navbar .brand {margin-left:0px;}
	.style-switcher{margin-left:-70px;}
}

table.detail-view td {font-size:12px;}
h1,h2,h3,h4, .portlet > .portlet-decoration, .sidebar-nav > ul > li > a, .navbar a, th{
	font-family: Arial, sans-serif;
}

.portlet > .portlet-decoration, .sidebar-nav > ul > li > a, th{
	font-size:12px!important;
}
.item-mainmenu{
    font-size: 14px;
}
.mainmenu-icon-main{
    margin-right: 5px;
}

@media screen and (max-width: 1500px) and (min-width: 1161px){
    .item-mainmenu{
        font-size: 12px;
    }
    .item-mainmenu a{
        padding: 10px !important;
    }
    body .mainmenu-icon-main{
        display: none;
        margin-right: 0;
    }
    .navbar .brand{
        font-size: 18px;
        padding-right: 10px;
    }
    .navbar .nav.pull-right{
        position: absolute;
        right: 10px;
        left: auto;
        top: 0;
    }
    .navbar .brand{
        font-size: 18px !important;
        padding-right: 10px !important;
    }
}
#username {
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
}
@media screen and (max-width: 1500px) {
    #username {
        max-width: 140px;
    }
}
@media screen and (max-width: 979px) {
    #username {
        max-width: 200px;
    }
}
/* Start Portlets*/
.portlet{
-webkit-box-shadow:#F9F9F9 0 1px 0 inset;
  border:1px solid #DDDDDD;
  border-radius: 1px;
  box-shadow:#F9F9F9 0 1px 0 inset;
  margin-bottom:20px;
  min-height:40px;

}

.portlet-decoration{
	border-bottom:1px solid #DDD;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F1F1F1), to(#DBDBDB));
	background-image: -webkit-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: -o-linear-gradient(top, #F1F1F1, #DBDBDB);
	background-image: linear-gradient(to bottom, #F1F1F1, #DBDBDB);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF1F1F1', endColorstr='#ffDBDBDB', GradientType=0);
	padding:10px;
}

.portlet-decoration [class^="icon-"], .portlet-decoration [class*=" icon-"] {

  margin-right:5px;

}
.portlet-content{
	padding:5px;
}

/* end Portlets*/
.navbar {
  margin-bottom:0px;
  overflow:visible;
}

.summary ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.summary ul li {
height: 52px;
clear: both;
margin-bottom: 14px;
}

.summary ul li .summary-icon {
width: 36px;
height: 36px;
float: left;
margin-right: 10px;
padding: 6px;
background: white;
border: #DDD 1px solid;
-webkit-box-shadow: inset 0 0 3px #EEE;
-moz-box-shadow: inset 0 0 3px #eee;
box-shadow: inset 0 0 3px #EEE;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
}

.summary ul li .summary-number {
font-size: 20px;
font-weight: bold;
display: block;
padding-top: 8px;
}

.summary ul li .summary-title {
display: block;
text-transform: uppercase;
font-size: 11px;
color: #AB4000;
}

.stat-block {
margin-bottom: 20px;
padding: 10px;
min-height:40px;
background: #F1F1F1;
background: -moz-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #DBDBDB));
background: -webkit-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -o-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: -ms-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
background: linear-gradient(to bottom, #F1F1F1 0%, #DBDBDB 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dbdbdb', GradientType=0 );
border: 1px solid #DDD;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 #F9F9F9;
-moz-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #F9F9F9;
}

.stat-block ul {
margin: 0px;
padding: 0px;
}

.stat-block li {
list-style: none;
float: left;
}

.stat-block .stat-graph {
width: auto;
background: white;
padding: 10px 10px 8px 10px;
border: #D7D7D7 1px solid;
text-align: center;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin-right: 10px;
}

.stat-block .stat-count {
width: 90px;
}

.stat-block .stat-count span:last-child {
color: #666;
font-size: 12px;
font-weight: normal;
padding-top:3px;
}

.stat-block li span {
display: block;
}

.stat-block .stat-count span:first-child {
color: #069;
font-weight: bold;
font-size: 20px;
}

.stat-block .stat-percent {
width: 40px;
float: right !important;
text-align: center !important;
}

.stat-percent{
	 font-size: 20px;
	 font-weight: bold;
 }
 /*Navbar*/
 .navbar-fixed-top {
  position: fixed;
  top:0;
  left:0;
}
 



/*Side Nav*/
.sidebar-nav {
  padding:0!important;
}

.sidebar-nav ul{
  padding:0;
  margin:0;
}

.sidebar-nav ul li{
  list-style: none;
}

.sidebar-nav ul > li > a, .sidebar-nav ul > li > span {
	padding:9px 15px;
  	margin-bottom:3px;
  	display:block;
}

.sidebar-nav ul > li > a, .sidebar-nav ul > li > a:hover {
	background-color: #f6f6f5;
	border:1px solid #DDDDDD;
	border-radius: 1px;
	text-decoration:none;
}

.sidebar-nav ul > li > .search {
    background-color: #f6f6f5;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    box-shadow: #F9F9F9 0 1px 0 inset;
    text-decoration: none;
    padding: 5px 8px;
    margin-bottom: 3px;
    font-size: 14px !important;
    text-shadow: #fff 0 1px 0;
    cursor: pointer;
}

.sidebar-nav ul > li > .search  input {
    margin-bottom: 0 !important;
    border-radius: 1px;
    padding-left: 25px;
    display: inline;
}


.subnav.navbar-fixed-top {
  top:40px;
  z-index:1000;
}
/*Progress bar*/
.progress, .ui-progressbar {
	height:10px;
}

.ui-progressbar {
  border:0;
  border-radius:4px;
  clear: both;
  margin-bottom:20px;
}

.ui-progressbar.ui-widget-content {
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 2px inset;
	background-color:#F7F7F7;
	background-image:-webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
	background-repeat:repeat no-repeat;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 2px inset;
	overflow:hidden;
}

.ui-progressbar .ui-widget-header{
	background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
	background-repeat:repeat no-repeat;
	box-shadow: none;
	box-sizing:border-box;
	color:#FFFFFF;
	float:left;
	height:100%;
	border:0;/**/
}
.ui-progressbar .ui-progressbar-value {
  margin:0px;
}


.ui-progressbar .ui-widget-header {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
  -webkit-transition:width 0.6s ease;
  background-color:#149BDF;
  background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
  background-repeat:repeat no-repeat;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
  box-sizing:border-box;
  color:#FFFFFF;
  float:left;
  font-size:12px;
  height:100%;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
  width:0;
}

.progress-info .ui-widget-header, .progress-info.ui-slider.ui-widget-content  {
  background-color:#4BB1CF !important;
  background-image:-webkit-linear-gradient(top, #5BC0DE, #339BB9);
  background-repeat:repeat no-repeat;;
}

.progress-success .ui-widget-header, .progress-success.ui-slider.ui-widget-content  {
  background-color:#5EB95E  !important;
  background-image:-webkit-linear-gradient(top, #62C462, #57A957);
  background-repeat:repeat no-repeat;
}

.progress-warning .ui-widget-header, .progress-warning.ui-slider.ui-widget-content {
  background-color:#FAA732 !important;
  background-image:-webkit-linear-gradient(top, #FBB450, #F89406);
  background-repeat:repeat no-repeat;
}

.progress-danger .ui-widget-header, .progress-danger.ui-slider.ui-widget-content  {
  background-color:#DD514C !important;
  background-image:-webkit-linear-gradient(top, #EE5F5B, #C43C35);
  background-repeat:repeat no-repeat;
}

.progress-striped .ui-widget-header, .progress-striped.ui-slider.ui-widget-content  {
  -webkit-background-size:40px;
  background-color:#149BDF;
  background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
  background-repeat:repeat;
}

.active.ui-progressbar .ui-widget-header {
	  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
/*slider*/
.ui-slider{
	margin-bottom:20px;
}

.ui-slider.ui-widget-content{
	-webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
	-webkit-transition:width 0.6s ease;
	background-color:#149BDF;
	background-image:-webkit-linear-gradient(top, #149BDF, #0480BE);
	background-repeat:repeat no-repeat;
	box-shadow:rgba(0, 0, 0, 0.14902) 0 -1px 0 inset;
	box-sizing:border-box;
	border:none;
}

/*Table*/
.table > table{
	width:100%;
}

/*CGridview*/
.filters select, .filters input, .filters .uneditable-input {
  border-radius:none;
  font-size:14px;
  height:20px;
  line-height:10px;
  margin-bottom:0;
  padding:0;
}

/*Pagination*/

.pager{
	margin:20px 0;
}
.pager ul{
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  border-radius:0px;
  box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  display:inline-block;
  margin-bottom:0;
  margin-left:0;
  text-align:center;
}

.pager a, .pager span{
	
	border-radius:0px;
	margin-left:3px;
}

.pager ul > li.last > a, .pager ul > li.last > span {
  border-left-radius:4px;
}

.pager ul > li > a, .pager ul > li > span {
  background-color:#FFFFFF!important;
  border-color:#DDDDDD!important;
  border-style:solid;
  border-width:1px 1px 1px 0;
  float:left;
  line-height:10px;
  padding:4px 12px!important;
  text-decoration:none;
}

.pager ul > li.first > a, .pager ul > li.first > span {
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
}

ul.yiiPager li.hidden{
	display:none!important;	
}

/*CListView*/
.list-view div.view{
	
	border:solid 1px #DDDDDD;
	padding: 10px;
	margin-bottom:10px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
	box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
	border-radius:4px;
	
}

/*Form*/
.filters input, .filters .uneditable-input {
  width:100% !important;
}

div.form > form  .row {
  margin-left:0px;
}

/*Footer*/
footer {
	margin-top:50px;
	text-align:center;
}
/*Style switcher*/
.style-switcher
{
	padding-top:13px;
}
.style-switcher span.style
{
	width:16px; 
	height:16px; 
	display:block;
	margin-right:5px;
	float:left;
}

/*Button styles*/


.navbar .brand:hover img{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.tab-pane .form-actions .btn-group .btn{
    border-color: #DDD;
}
.site-inner{
    display: block;
    table-layout: fixed;
}
@media screen and (max-width: 980px){
    .site-inner{
        display: table!important;
    }
}
.site-aside{
    width: 260px;
    min-width: 260px;
    display: block;
    vertical-align: top;
}
#menuCut.site-aside{
    min-width: 10px;
}

.site-content{
    padding-right: 2px;
    padding-left: 30px;
    display: table-cell;
    width: 97%;
    opacity: 0;
}
.site-content.allWidth{
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 767px){
    .site-aside, .site-inner{
        width: 100%;
        display: block!important;
    }
    .site-content{
        padding: 0;
        display: block;
        width: 100%;
    }
}


/*!!! consultsystems*/
body #consultsystems_button_0 .consultsystems_button_text{
    padding-left: 50px;
    height: 40px !important;
    line-height: 40px !important;
}
body .consultsystems_button_wrap{
    right: -354px;
    transition: right 0.3s ease-in;
}
body .consultsystems_button_wrap:hover{
    right: 0;
}
#consultsystems_button_0 .consultsystems_button_in{
    background: #00c3e6!important;
}
.consultsystems_button_icon:before{
    content: '\f086';
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #009FD8;
    font-family: 'fontawesome';
    color: #FFF;
    float: left;
    border-radius: 0;
    font-size: 18px;
    text-indent: -3px;
}
body .consultsystems_button_icon{
    width: 40px!important;
    height: 40px!important;
    top: 0;
    margin: 0;
    left: 0;
    text-align: center;
}
#consultsystems_widget .consultsystems_title span{
    background: #009FD8!important;
}
body #consultsystems_button_0 .consultsystems_online .consultsystems_button_status{
    background-image: url('../img/online.png');
}
body #consultsystems_button_0 .consultsystems_offline .consultsystems_button_status{
    background-image: url('../img/offline.png');
}

/*!!! END consultsystems*/

.notifyjs-corner.topPosition{
    margin-top: -2px;
}

.form-actions--fixed {
    display: none;
}

@media screen and (min-width: 768px) {
    .form-actions--fixed {
        z-index: 10;
        position: absolute;
        display: block;
        top: 96px;
        right: 17px;
        border-radius: 2px;
        border: 2px solid #d9edf7;
        transition: opacity .3s, box-shadow .3s;
        margin-top: 0 !important;
        padding: 15px 20px!important;
        margin-bottom: 85px!important;
        background: #d9edf7;
    }
    .form-actions--scrolled {
        position: fixed;
        top: 50px;
        right: 17px;
        border-radius: 3px;
        opacity: 0.8;
        border: 1px solid #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
        transition: opacity .3s, box-shadow .3s;
    }
    .site-content.poll .form-actions--fixed:not(.form-actions--scrolled){
        top: 197px;
    }
    .page-header--fixed-actions {
        padding-right: 240px;
    }
    .page-header--fixed-actions-3 {
        padding-right: 350px;
    }
    .form-actions--fixed:hover {
        opacity: 1;
    }
}


.country-select{
    position: relative;
    line-height: 0;
    z-index: 1;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 5px;
    color: #555;
    box-sizing: border-box;
    width: 220px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.country-select * {
    box-sizing: border-box;
}
.country-select:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: auto;
    border-top: 6px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.country-select .country-flag{
    margin-right: 5px;
}

.country-select.active .country-options{
    opacity: 1;
    visibility: visible;
}

.country-flag{
    width: 30px;
    height: 24px;
    display: inline-block;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background-size: 30px;
    background-image: url('../img/Flags-bs.png');
}
.country-options{
    position: fixed;
    line-height: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.19);
    text-align: left;
    max-height: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.country-options::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.country-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
}
.country-option{
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}
.country-option .country-flag{
    margin-right: 10px;
}
.country-option span{
    color: #999;
    margin-left: 5px;
}
.country-option:hover{
    background: #2D79D5;
    color: #fff;
}
.country-option:hover span{
    color: #fff;
}

.country-flag.by{
    background-position-y: 0px;
}
.country-flag.az{
    background-position-y: -30px;
}
.country-flag.am{
    background-position-y: -60px;
}
.country-flag.ge{
    background-position-y: -90px;
}
.country-flag.kz{
    background-position-y: -120px;
}
.country-flag.kg{
    background-position-y: -150px;
}
.country-flag.lv{
    background-position-y: -180px;
}
.country-flag.lt{
    background-position-y: -210px;
}
.country-flag.md{
    background-position-y: -240px;
}
.country-flag.pl{
    background-position-y: -270px;
}
.country-flag.ru{
    background-position-y: -300px;
}
.country-flag.tj{
    background-position-y: -330px;
}
.country-flag.tm{
    background-position-y: -360px;
}
.country-flag.uz{
    background-position-y: -390px;
}
.country-flag.ua{
    background-position-y: -420px;
}
.country-flag.ee{
    background-position-y: -450px;
}
.country-flag.au{
    background-position-y: -480px;
}
.country-flag.at{
    background-position-y: -510px;
}
.country-flag.al{
    background-position-y: -540px;
}
.country-flag.ar{
    background-position-y: -570px;
}
.country-flag.be{
    background-position-y: -600px;
}
.country-flag.bg{
    background-position-y: -630px;
}
.country-flag.ba{
    background-position-y: -660px;
}
.country-flag.br{
    background-position-y: -690px;
}
.country-flag.gb{
    background-position-y: -720px;
}
.country-flag.hu{
    background-position-y: -750px;
}
.country-flag.ve{
    background-position-y: -780px;
}
.country-flag.vn{
    background-position-y: -810px;
}
.country-flag.de{
    background-position-y: -840px;
}
.country-flag.gr{
    background-position-y: -870px;
}
.country-flag.dk{
    background-position-y: -900px;
}
.country-flag.il{
    background-position-y: -930px;
}
.country-flag.in{
    background-position-y: -960px;
}
.country-flag.id{
    background-position-y: -990px;
}
.country-flag.jo{
    background-position-y: -1020px;
}
.country-flag.iq{
    background-position-y: -1050px;
}
.country-flag.ir{
    background-position-y: -1080px;
}
.country-flag.ie{
    background-position-y: -1110px;
}
.country-flag.is{
    background-position-y: -1140px;
}
.country-flag.es{
    background-position-y: -1170px;
}
.country-flag.it{
    background-position-y: -1200px;
}
.country-flag.ye{
    background-position-y: -1230px;
}
.country-flag.ca{
    background-position-y: -1260px;
}
.country-flag.cy{
    background-position-y: -1290px;
}
.country-flag.cn{
    background-position-y: -1320px;
}
.country-flag.co{
    background-position-y: -1350px;
}
.country-flag.kr{
    background-position-y: -1380px;
}
.country-flag.cu{
    background-position-y: -1410px;
}
.country-flag.li{
    background-position-y: -1440px;
}
.country-flag.lu{
    background-position-y: -1470px;
}
.country-flag.mv{
    background-position-y: -1500px;
}
.country-flag.mt{
    background-position-y: -1530px;
}
.country-flag.mx{
    background-position-y: -1560px;
}
.country-flag.mc{
    background-position-y: -1590px;
}
.country-flag.mn{
    background-position-y: -1620px;
}
.country-flag.nl{
    background-position-y: -1650px;
}
.country-flag.nz{
    background-position-y: -1680px;
}
.country-flag.no{
    background-position-y: -1710px;
}
.country-flag.ae{
    background-position-y: -1740px;
}
.country-flag.om{
    background-position-y: -1770px;
}
.country-flag.pk{
    background-position-y: -1800px;
}
.country-flag.pa{
    background-position-y: -1830px;
}
.country-flag.py{
    background-position-y: -1860px;
}
.country-flag.pe{
    background-position-y: -1890px;
}
.country-flag.pt{
    background-position-y: -1920px;
}
.country-flag.ro{
    background-position-y: -1950px;
}
.country-flag.sa{
    background-position-y: -1980px;
}
.country-flag.mk{
    background-position-y: -2010px;
}
.country-flag.rs{
    background-position-y: -2040px;
}
.country-flag.sg{
    background-position-y: -2070px;
}
.country-flag.sy{
    background-position-y: -2100px;
}
.country-flag.sk{
    background-position-y: -2130px;
}
.country-flag.si{
    background-position-y: -2160px;
}
.country-flag.us{
    background-position-y: -2190px;
}
.country-flag.th{
    background-position-y: -2220px;
}
.country-flag.tn{
    background-position-y: -2250px;
}
.country-flag.tr{
    background-position-y: -2280px;
}
.country-flag.fi{
    background-position-y: -2310px;
}
.country-flag.fr{
    background-position-y: -2340px;
}
.country-flag.hr{
    background-position-y: -2370px;
}
.country-flag.me{
    background-position-y: -2400px;
}
.country-flag.cz{
    background-position-y: -2430px;
}
.country-flag.ch{
    background-position-y: -2460px;
}
.country-flag.se{
    background-position-y: -2490px;
}
.country-flag.jm{
    background-position-y: -2520px;
}
.country-flag.jp{
    background-position-y: -2550px;
}


.custom-banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 17px 30px 17px 270px;
    border-radius: 5px;
    min-height: 116px;
    box-sizing: border-box;
    margin: 40px 0;
    max-width: 1600px;
    background: left 36px top 50% no-repeat url(../img/hand-up.png), left -120px top 80% no-repeat url(../img/arrow-green.png), linear-gradient(90deg, #E3FDF5 0%, #E7FFE6 100%);
}
.custom-banner__bg-yellow-hand-up-checkmark-ligth-green {
    background: left 36px top 50% no-repeat url(../img/hand-up.png), left -120px top 80% no-repeat url(../img/checkmark-ligth-green.png), linear-gradient(90deg, #FBFDE3 0%, #FFFDD6 100%);
}
.custom-banner__bg-yellow-tools-checkmark-ligth-green {
    background: left 14px top 25% no-repeat url(../img/tools.png), left -120px top 80% no-repeat url(../img/checkmark-ligth-green.png), linear-gradient(90deg, #FBFDE3 0%, #FFFDD6 100%);
}
.custom-banner__bg-yellow-palette-checkmark-ligth-green {
    background: left 28px top 40% no-repeat url(../img/palette.png), left -120px top 80% no-repeat url(../img/checkmark-ligth-green.png), linear-gradient(90deg, #FBFDE3 0%, #FFFDD6 100%);
}
.custom-banner__bg-yellow-palette-checkmark-ligth-green {
    background: left 28px top 40% no-repeat url(../img/palette.png), left -120px top 80% no-repeat url(../img/checkmark-ligth-green.png), linear-gradient(90deg, #FBFDE3 0%, #FFFDD6 100%);
}
.custom-banner__bg-blue-businesswomen-checkmark-yellow {
    background: left 155px top 20% no-repeat url(../img/statistics.png), left -25px top 0% no-repeat url(../img/businesswoman.png), left -120px top 80% no-repeat url(../img/checkmark-yellow.png), linear-gradient(90deg, #F3FFFE 0%, #EAF2FF 100%);
}
.custom-banner__bg-blue-binocular-checkmark-yellow {
    background: left 18px top calc(50% + 10px) no-repeat url(../img/binoculars.png), left -120px top 80% no-repeat url(../img/checkmark-yellow.png), linear-gradient(90deg, #F3FFFE 0%, #EAF2FF 100%);
}
.custom-banner__bg-blue-rocket-checkmark-yellow {
    background: left 10px bottom 20% no-repeat url(../img/rocket.png), left -120px top 80% no-repeat url(../img/checkmark-yellow.png), linear-gradient(90deg, #F3FFFE 0%, #EAF2FF 100%);
}
.custom-banner__bg-ligth-green-money-checkmark-green {
    background: left 18px top 50% no-repeat url(../img/money.png), left -120px top 80% no-repeat url(../img/checkmark-green.png), linear-gradient(90deg, #E3FDF5 0%, #E7FFE6 100%);
}
.custom-banner__bg-violet-pie-checkmark-blue {
    background: left -7px top 40% no-repeat url(../img/pie.png), left -120px top 80% no-repeat url(../img/checkmark-blue.png), linear-gradient(90deg, #DAE2FF 0%, #FFF2F2 100%);
}
.custom-banner__content {
    flex: 1;
}
.custom-banner__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    color: #000000;
}
.custom-banner__button {
    flex-shrink: 0;
    padding: 19px 23.5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000000;
    background: #7EECB1;
    border-radius: 10px;
    margin-left: 30px;
    min-width: 332px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: filter .3s;
}
.custom-banner__button:hover {
    color: #000000;
    text-decoration: none;
    filter: brightness(1.06);
}
.custom-banner__button--bg-ligth-green {
    background: #D1FF97;
}
.custom-banner__button--bg-yellow {
    background: #F0E689;
}
.custom-banner__button--bg-green {
    background: #7EECB1;
}
.custom-banner__button--bg-blue {
    background: #B9D5FF;
}
.custom-info-block {
    position: relative;
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    border-radius: 2px;
    margin: 20px 0;
}
.custom-info-block.hidden {
    display: none;
}
.custom-info-block__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3A87AD;
    padding: 15px 37px 15px 20px;
}
.custom-info-block__close-button {
    position: absolute;
    top: 15.5px;
    right: 20px;
}
@media screen and (max-width: 1499px) {
    .custom-banner__title {
        font-size: 25px;
    }
}
@media screen and (max-width: 1199px) {
    .custom-banner__title {
        font-size: 20px;
        line-height: 24px;
    }
    .custom-banner {
        flex-direction: column;
        row-gap: 20px;
    }

    .custom-banner__button {
        margin: 0;
        width: 100%;
        min-width: auto;
        font-size: 15px;
        line-height: 22px;
        padding: 12px;
    }
}
@media screen and (max-width: 799px) {
    .custom-banner__button {
        font-size: 15px;
        padding: 12px;
    }
}
@media screen and (max-width: 766px) {
    .custom-banner {
        flex-direction: column;
        row-gap: 20px;
    }

    .custom-banner__button {
        margin: 0;
        width: 100%;
        min-width: auto;
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 600px) {
    .custom-banner {
        background-position: 300% 300%;
        padding: 20px;
    }
    .custom-banner__content {
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 360px) {
    .custom-banner__button {
        font-size: 12px;
    }
}