html, body {
  min-width:1170px;
  height: 100%; 
  line-height: 1; 
  color:#000;
  font: 14px "Rubik","Helvetica", sans-serif;
}
.wrapper {
  min-height: calc(100vh - 175px);  /* 80px - высота footer */
}
.box {
  width: 1170px;
  margin: auto;
  padding:0px 15px;
}
.box-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.mw {
  min-width: 1170px;
}
.link-more {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.or-content .link-more {
  color:#fbb11b;
}
.or-content .link-more:hover {
  color:#ffc34b;
}
.or-content .link-more:after {
  background: url(../images/arrow-right-or.png);
}
.gr-content .link-more {
  color:#7ab447;97cc69
}
.gr-content .link-more:hover {
  color:#97cc69;
}
.gr-content .link-more:after {
  background: url(../images/arrow-right-gr.png);
}
.title-h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}
.title-h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.title-h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sub-title {
  font: 700 18px "Rubik", sans-serif;
  margin-bottom: 15px;
}
header {
  padding-bottom: 15px;
  position: relative;
}
header:after {
  content:"";
  display: block;
  width: 1140px;
  margin: auto;
  height: 2px;
  margin-top: 0px;
}
.line-grey {
  width: 100%;
  height: 10px;
  margin: 40px 0;
  background: url(../images/background/bg-pattern.png) repeat;
}
header:before {
  content:"";
  position: absolute;
  bottom:5px;
  left: 50%;
  margin-left: -570px;
  width: 1140px;
  height: 10px;
  background: url(../images/background/bg-pattern.png) repeat;
}

/* кнопки */

.btn-st {
  color: #000;
  font: 700 15px "Rubik", sans-serif;
  padding: 20px 60px;
  text-align: center;
}
.or-content .btn-outline {
  background-color: #fbb11b; 
  text-transform: uppercase;
}
.or-content .btn-outline:hover {
  -moz-box-shadow: inset 0 0 0 3px #fbb11b; 
  -webkit-box-shadow: inset 0 0 0 3px #fbb11b; 
  box-shadow: inset 0 0 0 3px #fbb11b; 
  background-color: #ffc34b;
}
.gr-content .btn-outline {
  background-color: #7ab447; 
  text-transform: uppercase;
}
.gr-content .btn-outline:hover {
  -moz-box-shadow: inset 0 0 0 3px #7ab447;
  -webkit-box-shadow: inset 0 0 0 3px #7ab447;
  box-shadow: inset 0 0 0 3px #7ab447;
  background-color: #97cc69;
}
.btn-gr {
  background-color: #f2f2f2; 
  text-transform: uppercase;
}
.or-content .btn-gr:hover {
  background-color: #fbb11b;
}
.gr-content .btn-gr:hover {
  background-color: #7ab447;
}

/*---------*/

.or-content header:after {
  background-color: #fbb11b;
}
.gr-content header:after {
  background-color: #7ab447;
}
.top-line {
  background-color: #001524;
  height:30px;
}
.top-line .box-flex {
	height:30px;
}
.or-content .mnu-top li a:hover,
.or-content .soc-sety li a:hover,
.or-content .main-mnu li a:hover {
  color: #fbb11b; 
}
.gr-content .mnu-top li a:hover,
.gr-content .soc-sety li a:hover,
.gr-content .main-mnu li a:hover {
  color: #7ab447; 
}
.mnu-top li a,
.soc-sety li a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.mnu-top li,
.soc-sety li {
  float: left;
}
.mnu-top li:after {
  content:"/";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  color: #3d4e5a;
}
.mnu-top li:last-child:after,
.soc-sety li:last-child:after {
  display: none;
}
.soc-sety li {
	margin-right:15px;
}
.soc-sety li:last-child {
	margin-right:0px;
}
.soc-sety li a {
	display:inline-block;
	vertical-align:middle;
}
.soc-sety li.ok a {
	width:11px;
	height:17px;
	background:url(../images/background/soc/ok.svg) center no-repeat;
	background-size:cover;
}
.gr-content .soc-sety li.ok a:hover {
	background:url(../images/background/soc/ok-hover-gr.svg) center no-repeat;
	background-size:cover;
}
.or-content .soc-sety li.ok a:hover {
	background:url(../images/background/soc/ok-hover-or.svg) center no-repeat;
	background-size:cover;
}
.soc-sety li.vk a {
	width:18px;
	height:10px;
	background:url(../images/background/soc/vk.svg) center no-repeat;
	background-size:cover;
}
.gr-content .soc-sety li.vk a:hover {
	background:url(../images/background/soc/vk-hover-gr.svg) center no-repeat;
	background-size:cover;
}
.or-content .soc-sety li.vk a:hover {
	background:url(../images/background/soc/vk-hover-or.svg) center no-repeat;
	background-size:cover;
}
.search-box {
	position:relative;
	height:100%;
	padding-left:35px;
}
.search-box:before {
	content:"";
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:2px;
	height:30px;
	background-color:#2d2d2d;
}
.search-box:after {
	content:"";
	position:absolute;
	top:50%;
	left:17px;
	margin-top:-6px;
	width:12px;
	height:12px;
	background:url(../images/background/search.svg);
	background-size:cover;
}
.search-box input {
	height:100%;
	color:#fff;
	background-color:transparent;
}
.contacts-header .phone {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.gr-content .contacts-header .phone {
  color: #7ab447;
}
.or-content .contacts-header .phone {
  color: #fcb11b;
}
.contacts-header .address {
  color: #a8a8a8;
  font: 13px/16px 'Roboto', sans-serif;
}
.time-item {
  color: #a8a8a8;
  font: 13px/16px 'Roboto', sans-serif;
  font-weight: 100;
  margin-bottom: 7px;
}
.time-item:last-child {
  margin-bottom: 0;
}
.header-middle {
  padding: 20px 0;
}
.title-form {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
.sign-form .input-item {
  width: 180px;
  height: 40px;
  padding: 7px 10px;
}
.sign-form .btn-submit {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.or-content .sign-form .btn-submit {
	/*background-color: #fbb11b;*/
	background-color: #ffc24b;
}
.gr-content .sign-form .btn-submit {
	/*background-color: #7ab447;*/
	background-color: #93cc60
}
.or-content .sign-form .input-item.email-sign,
.gr-content .sign-form .input-item.email-sign,
.or-content .sign-form .input-item.password-sign,
.gr-content .sign-form .input-item.password-sign {
  border-right: 0;
}
.or-content .sign-form .input-item.invalid-field,
.gr-content .sign-form .input-item.invalid-field {
  border: 3px solid #fc651b;
  border-right: 0;
}
.or-content .sign-form .input-item {
  border: 3px solid #fbb11b;
}
.gr-content .sign-form .input-item {
  border: 3px solid #7ab447;
}
.form-bottom .link {
  color: #a8a8a8;
  font: 13px 'Roboto', sans-serif;
}
.form-bottom .link:last-child {
  margin-left: 100px;
}
.or-content .form-bottom .link {
  border-bottom: 1px solid #fbb11b;
}
.gr-content .form-bottom .link {
  border-bottom: 1px solid #7ab447;
}
.or-content .form-bottom .link:hover {
 color:#fbb11b;
}
.gr-content .form-bottom .link:hover {
 color:#7ab447;
}

/*---container---*/

.container {
  padding-top: 25px;
}
.main-mnu {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.main-mnu > li {
  position: relative;
}
.main-mnu li.active > .sub-mnu {
	display:block;
}
.sub-mnu {
  position: absolute;
  z-index: 5;
  width:160px;
  top:100%;
  border-top: 2px solid #302c2d;
  background-color: #f2f2f2; 
}
.sub-mnu li a {
  display:block;
  padding: 10px 15px;
  font: 500 12px/12px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #231f20;
}
.or-content .sub-mnu li a:hover {
  color: #fcb11b;
}
.gr-content .sub-mnu li a:hover {
  color: #7ab447;
}
.main-mnu > li > a {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding:15px;
}
.main-content {
  width: 750px;
}
.main-content-middle {
  width: 555px;
}
.right-column {
  width: 360px;s
}
.welcome-box {
  position: relative;
  margin-bottom: 30px;
}
.owl-carousel.owl-carousel-main .item:after {
  content:"";
  position: absolute;
  z-index:9;
  width: 100%;
  height: 295px;
  left: 0;
  bottom: 3px;
  background: url(../images/background/shadow-main-img.png) no-repeat;
}
.info-welcome {
  position: absolute;
  bottom: 50px;
  left: 25px;
  z-index: 10;
}
.info-welcome img {
  display: block;
}
.welcome-text {
  border: 8px solid #f3f3f3;
  padding: 20px;
}
.info-welcome p {
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 32px;  
  font-weight: 700;
  margin-bottom: 10px;
}
.welcome-text .text {
  font: 14px/22px "Roboto", sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}
.news-item-main {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.gr-content .title-news a,
.gr-content .title-object {
  border-bottom: 1px solid #7ab447;
}
.or-content .title-news a,
.or-content .title-object {
  border-bottom: 1px solid #fbb11b;
}
.gr-content .title-news a:hover,
.gr-content .title-object:hover,
.gr-content .from-theme a:hover,
.gr-content .my-profile-link:hover {
  color: #7ab447;
}
.or-content .title-news a:hover,
.or-content .title-object:hover,
.or-content .from-theme a:hover,
.or-content .my-profile-link:hover {
  color: #fbb11b;
}
.title-news {
  font: 18px "Roboto", sans-serif;
  color: #000;
  margin-bottom: 2px;
}
.title-news,
.title-news a {
  color: #000;
}
.title-news a {
  display: inline;
}
.date-news {
  color: #000;
  opacity: .5;
  font: 12px "Roboto", sans-serif;
}
.text-news {
  font: 14px/22px "Roboto", sans-serif;
  margin-top: 5px;
}
.top-content {
  margin-bottom: 30px;
}
.top-content .link-more {
  padding-top: 10px;
}
.object-list-main .object-item-main {
  float: left;
  width: 165px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.object-list-main .object-item-main:nth-child(4n+1) {
  margin-right: 0;
}
.object-item-main .img-box {
  /*width: 165px;
  height: 130px;*/
  overflow: hidden;
  margin-bottom: 10px;
}
.object-item-main .img-box img {
  display: block;
  width: 100%;
}
.title-object {
  display: inline;
  color: #000;
  font: 100 15px "Roboto";
}
.sertificate-list,
.comment-last {
  padding: 30px;
  margin-top: 30px;
  background: url(../images/background/bg-pattern.png) repeat;
}
.gr-content .sertificate-list,
.gr-content .comment-last {
  border-top: 3px solid #7ab447;
}
.or-content .sertificate-list,
.or-content .comment-last {
  border-top: 3px solid #fbb11b;
}
.sertificate-item {
  width: 140px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sertificate-item:nth-child(2n+1) {
  margin-right: 0;
}
.sertificate-item:nth-last-child(2),
.sertificate-item:nth-last-child(1) {
  margin-bottom: 0;
}
.pagination {
  text-align: center;
  padding: 0 15px;
  background: url(../images/background/bg-pattern.png) repeat;
}
.pagination li {
  margin-right: 4px;
}
.or-content .pagination li a {
  color: #fcb11b;
}
.gr-content .pagination li a {
  color:#7ab447;
}
.pagination li a {
  font-size: 16px;
  padding: 23px 10px;
}
.pagination li, 
.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.pagination li {
  margin: 0 7px;
}
.pagination li:last-child {
  margin-right: 0;
}
.or-content .pagination li.active a {
  border-bottom: 3px solid #fcb11b;
}
.gr-content .pagination li.active a {
  border-bottom: 3px solid #7ab447;
}
.pagination li.active a {
  color: #000;
}
.pagination .prev a,
.pagination .next a {
  text-transform: uppercase;
  font-size: 12px;
}
.or-content .pagination a:hover {
  color: #ffc34b;
}
.gr-content .pagination a:hover {
  color: #8db868;
}
.pagination .dot {
  margin: 0;
}
.pagination .dot a {
  padding: 0;
  color: #d2d2d2;
}
.arrow-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  width: 12px;
  height: 12px;
  background: url(../images/background/arrow-sprite.png);
}
.gr-content .arrow-left {
  background-position: 0 0;
}
.gr-content .arrow-right {
  background-position: -13px 0;
}
.or-content .arrow-left {
  background-position: 0 -13px;
}
.or-content .arrow-right {
  background-position: -13px -13px;
}
.arrow-left {
  margin-right: 10px;
}
.arrow-right {
  margin-left: 10px;
}
.small-text {
  font-size: 12px;
  color: #fff;
  opacity: .5;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-top: 7px;
}
.news-list .news-item {
  margin-bottom: 30px;
}

/* appeal-list */

.appeal-item {
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}
.appeal-icon-quan {
  width: 40px;
  height: 38px;
  font-weight: 700;
  text-align: center;
  padding-top: 6px;
  margin-right: 15px;
}
.or-content .appeal-icon-quan.active {
  background: url(../images/background/appeal-icon-active-or.png);
}
.gr-content .appeal-icon-quan.active {
  background: url(../images/background/appeal-icon-active-gr.png);
}
.appeal-icon-quan.disactive {
  background: url(../images/background/appeal-icon-disactive.png);
}
.comment-last-item .autor-comment-last {
  font: 700 13px/16px 'Roboto', sans-serif;
  margin-bottom: 10px;
}
.comment-last-item .text-comment-last {
  font: normal 13px/16px 'Roboto', sans-serif;
  margin-bottom: 10px;
}
.from-theme {
  margin-top: 20px;
}
.from-theme span {
  font: 12px 'Roboto', sans-serif;
  display: block;
}
.from-theme a {
  display: inline-block;
  font: 500 15px 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
}
.gr-content .from-theme a {
  border-bottom: 1px solid #7ab447;  
}
.or-content .from-theme a {
  border-bottom: 1px solid #fbb11b; 
}

/* comment-list */

.comment-item {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
.comment-item:last-child {
  border-bottom: 0;
}
.autor-img {
  width: 68px;
  margin-right: 30px;
}
.comment-info {
  width: 650px;
}
.autor-name {
  font: bold 'Roboto', sans-serif;
  margin-bottom: 7px;
}
.comment-text {
  font: 15px/24px 'Roboto', sans-serif;
  margin-bottom: 7px;
}
.add-comment {
  border-top: 4px solid #fcb11b;
  padding: 30px 20px;
  background: url(../images/background/bg-pattern.png) repeat;
}
.or-content .add-comment {
  border-top: 4px solid #fcb11b;
}
.gr-content .add-comment {
  border-top: 4px solid #7ab447;
}
.form-st .field-input {
  height: 45px;
  padding: 12px;
  font:16px "Roboto", sans-serif;
}
.form-st .field-input.inval-input {
	border: 1px solid #fb651b;
}
.form-st .field-item {
  font-family: "Roboto", sans-serif;
  border: 1px solid #cfcfcf; 
  background-color: #fff; 
  -moz-box-shadow: inset 0 0 13px rgba(0,1,1,.04);
  -webkit-box-shadow: inset 0 0 13px rgba(0,1,1,.04);
  box-shadow: inset 0 0 13px rgba(0,1,1,.04);
}
.form-st .field-textarea {
  min-height: 150px;
  padding: 15px 10px;
  font-family: "Roboto";
}
.form-st .row-elem {
  margin-bottom: 10px;
}
.form-st .row-elem:last-child {
  margin-bottom: 0px;
}
.file-upload {
  width:167px;
  text-align:center;
  padding: 10px 0px;
  background-color: #e3e3e3; 
  text-transform: uppercase;
  font: 700 13px "Rubik", sans-serif;
  cursor: pointer;
}
.file-upload:hover {
  background-color: #ffc34b;
}
.file-upload input[type="file"] {
  display: none;
}
.size-file {
	font:13px "Roboto",sans-serif;
	opacity:0.5;
	color:#000;
	margin-top:5px;
}
.img-avatar {
  margin-right: 15px;
}
.date-item {
  margin-bottom: 30px;
}
.date-item:last-child {
  margin-bottom: 0;
}
.text-form {
  opacity: .8;
  color: #000; 
  font: 100 14px/18px "Roboto", sans-serif;
  /*line-height: 18px;*/
  margin: 15px 0;
}
.account-head {
  margin-bottom: 10px;
}
.account-info .sub-title {
  font: 500 18px/18px "Roboto", sans-serif;
  margin-bottom: 5px;
}
.account-info .account-link {
  font: 15px "Roboto", sans-serif;
  color: #fcb21d;
}
.account-info .account-link:hover {
  text-decoration: underline;
}
.or-content .account-info .account-link {
  color: #fcb21d;
}
.gr-content .account-info .account-link {
  color: #7ab447;
}
.my-profile a {
  color: #aaa;
  font: 15px "Roboto", sans-serif;
  padding: 8px 0;
  border-bottom: none;
}
.my-profile {
  position: relative;
  margin-bottom: 5px;
}
.my-profile:before {
  content:"";
  position: absolute;
  height: 100%;
  left: -30px;
  width: 3px;
}
.or-content .my-profile:before {
  background-color: #fcb11b;
}
.gr-content .my-profile:before {
  background-color: #7ab447;
}
.account-mnu {
  margin-bottom: 20px;
}
.account-mnu li {
  margin-bottom: 15px;
}
.account-mnu li:last-child {
  margin-bottom: 0;
}
.account-mnu li a {
  display: inline-block;
  color: #000;
  font: 15px "Roboto";
}
.or-content .account-mnu li a {
  border-bottom: 1px solid #fbb11b;;
}
.gr-content .account-mnu li a {
  border-bottom: 1px solid #7ab447;
}
.or-content .account-mnu li a:hover {
  color: #fbb11b;
}
.gr-content .account-mnu li a:hover {
  color: #7ab447;
}
.my-profile-wrap {
  width: 360px;
  height: 65px;
  background: url(../images/background/bg-pattern.png) repeat;
}
.my-profile-wrap .exit {
  padding: 0 25px;
  height: 65px;
  line-height: 65px;
  background-color: rgba(177, 177, 177, .26)
}
.nickname,
.my-profile-link,
.exit {
  display: inline-block;
  vertical-align: middle;
}
.nickname {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-left: 22px;
  padding-top: 22px;
}
.my-profile-link {
  font-family: "Roboto";
  color: #000;
  padding-top: 22px;
  margin-right: 12px;
}
.or-content .my-profile-link {
  border-bottom: 1px solid #fbb11b;
}
.gr-content .my-profile-link {
  border-bottom: 1px solid #7ab447;
}
.exit {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.common-data {
  margin-bottom: 50px;
}
.common-data-head {
  background-color: #ececec; 
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.common-data-body {
  background-color: #f7f7f7; 
  padding: 20px 30px;
}
.table-common-data td {
  font: 15px "Roboto";
  padding: 8px 0;
  vertical-align:middle;
}
.table-common-data td:first-child {
  width: 20%;
}
.table-common-data td:nth-child(2) {
  width: 80%;
}
.table-common-data td:nth-child(1) {
  padding-right: 30px;
}
.table-common-data td:nth-child(2) {
  font-weight: 500;
}
.table-accruals-data .month-tr td {
  background-color: #f8f8f8;
  padding: 15px 0;
  color: #fcb11b;
  font: bold 13px "Roboto";
  text-transform: uppercase;
  text-align: center;
}
.table-accruals-data .th td {
  text-transform: uppercase;
  font: 700 10px "Rubik";
  padding: 15px 10px;
  background-color: #ececec;
}
.table-accruals-data td {
  vertical-align: middle;
}
.table-accruals-data td:last-child {
  border-right: 0;
}
.table-accruals-data td:first-child {
  border-left: 0;
}
.table-accruals-data tbody td {
  padding: 7px;
  font: 12px "Roboto";
  border:1px solid #ececec;
  background-color: #f8f8f8;  
}
.table-accruals-data tbody tr:hover {
  cursor: pointer;
  
}
.table-accruals-data tbody tr:hover td {
  background-color: #f3f3f3;
}
.table-accruals-data td.weight {
  font-weight: bold;
}
.table-sign {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

/*---footer---*/

footer {
  height: 175px;
  background-color: #001523;
  
}
footer:before {
  content:"";
  display: block;
  position: relative;
  top: -2px;
  width: 1170px;
  margin: auto;
  height: 2px;
  background-color: #fcb11b;

}
.footer-box {
  width: 1170px;
  margin: auto;
  padding-top: 15px;
}
footer .main-mnu li a {
  color: #fff;
}
.footer-info {
  margin-top: 30px;
}

/* pdf */

.pdf {
	display:block;
	position:relative;
	padding:20px 0 20px 35px;
}
.pdf:before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-18px;
	left:0;
	width:30px;
	height:36px;
	background:url(../images/pdf.svg);
}
.gr-content .pdf {
	color:#7ab447;
}
.or-content .pdf {
	color:#fbb11b;
}
.pdf span {
	display:block;
	margin-top:3px;
	cursor:default;
	font-size:11px;
	color:gray;
}

/* часто задаваемые вопросы */
.questions-item {
	margin-bottom:10px;
	cursor:pointer;
}
.questions-item:last-child {
	margin-bottom:0;
}
.question-box {
	position:relative;
	padding:10px 10px 10px 25px;
	background-color: rgb(248, 247, 247);
}
.questions-item i {
	position:absolute;
	left:10px;
	top:14px;
	border: 5px solid transparent;	
	border-left: 5px solid #000;
	transition:0.3s;
}
.questions-item.open i {
	transform:rotate(90deg);
}
.questions-item .answer {
	display:none;
	padding-top:10px;
	padding-left:25px;
	margin-bottom:25px;
}
