.advice-item__title--span {
    display: block;
}


.categories-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 378px);
  grid-gap: 28px;
}

.categories__item {
  border-radius: 4px;
  padding: 55px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.categories__item .categories__content{
	text-align:center;
	margin: 0 auto;
}
.categories__item:first-of-type {
  
  /*background: linear-gradient(76.91deg, #0AFE98 1.9%, #007CFD 100%);*/
  position: relative;
  overflow: hidden;

   -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; 
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:first-of-type .categories__img {
  margin: 0 auto;
  max-width: 528px;
  width: 100%;
}
.categories__item:nth-of-type(2) {
  /*background: linear-gradient(223.88deg, #700290 1.88%, #E6117B 100%);*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:nth-of-type(2) .categories__img {
  max-width: 300px;
  margin: 0 auto;
}
.categories__item:nth-of-type(3) {
 /* background: linear-gradient(136.68deg, #FF883A 0%, #FEFE36 97.24%);*/

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column: span 2;
}
.categories__item:nth-of-type(3) .categories__img {
  max-width: 193px;
  -ms-flex-item-align: center;
  align-self: center;
}
.categories__item:nth-of-type(4) {
 /* background: linear-gradient(225deg, #F8B23C 0%, #EC0A8A 100%);*/
  position: relative;
  overflow: hidden;
  grid-column: span 2;
}
.categories__item:nth-of-type(4) .categories__img {
  /*max-width: 186px;*/
  
  margin-left: -150px;
  max-width: 528px;
  width: 100%;  
}
.categories__item:nth-of-type(4) .categories-links, .categories__item:nth-of-type(3) .categories-links{
	text-align: left;
}
.categories__item:nth-of-type(3) .categories__content{
	padding-left:10px;
}
.categories__item:nth-of-type(3) .categories__link{
	margin-right:10px;
}
.categories__item:nth-of-type(5) {
 /* background: linear-gradient(315deg, #8233F8 3.88%, #350076 100%);*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories__item:nth-of-type(5) .categories__img {
  max-width: 193px;
  margin: 0 auto;
}
.categories__item:last-of-type {
 /* background: linear-gradient(102.67deg, #7605EF 0.8%, #CF49FE 99.06%);*/
  
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.categories__item:last-of-type .categories__img {
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.categories__title {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

}
.categories__title::after {
  content: "";
  width: 24px;
  height: 18px;
  background: url("/local/templates/fplace_index/images/catalog-arrow.svg") right center/24px no-repeat;
  display: block;
  margin-left: 21px;
}

.categories-content {
  max-width: 260px;
  width: 100%;
}
.categories-content-text{
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
.categories-links {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.categories-links a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.categories__img {
  max-width: 100%;
}
.categories__img img {
  width: 100%;
  display: block;
  height: auto;
}

.catalog__title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1600px){
	.categories__title{
		font-size: 28px;
	}
	.categories__item {
		padding: 55px 40px;
	}	
}


@media (max-width: 1440px) {

  .categories-list{
	  grid-template-rows:initial;
	  grid-auto-rows: 1fr;
  }
  
  
}


@media (max-width: 1439px) {

  .categories__item {
    padding: 35px 35px;
  }
  .categories__item:first-of-type .categories__img {
    max-width: 230px;
  }
  .categories__item:nth-of-type(2) .categories__img {
    max-width: 200px;
  }
  .categories__item:nth-of-type(3) .categories__img {
    max-width: 400px;
  }
  .categories__item:nth-of-type(4) .categories__img {
    max-width: 400px;
  }
  .categories__item:nth-of-type(5) .categories__img {
    max-width: 180px;
  }
  .categories__item:last-of-type .categories__img {
    max-width: 200px;
  }

 
}

@media (max-width: 1360px) {
 .categories__title{
	font-size:25px;
}	
}

@media (max-width: 1280px) {
	.categories__item {
	  padding: 35px 25px;
	}	
	.categories__title{
		font-size:24px;
	}	
}
@media (max-width: 1200px){
  .categories__title {
    font-size: 30px;
  }
  .categories__title::after {
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  .catalog__title {
    margin-bottom: 21px;
  }	
}
@media (max-width: 680px) {
  .categories-list {
    grid-gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
   .categories__item:first-of-type {
    order:2;
  }
  .categories__item:nth-of-type(2) {
   order:3;
  }
  .categories__item:nth-of-type(3) {
    order:1;
  }
  .categories__item:nth-of-type(4) {
     order:6;
  }
  .categories__item:nth-of-type(5) {
    order:4;
  }
  .categories__item:last-of-type {
   order:5;
  } 
  
  
  .categories__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .categories__item:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 320px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .categories__item:nth-of-type(3) .categories__img {
    margin-left: 0;
    max-width: 300px;
  }
  .categories__item:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 320px;
  }
  .categories__item:nth-of-type(4) .categories__img {
    max-width: 100%;
	margin-left: 0;
  }
  .categories__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .categories__title::after {
    display: none;
  }
  .categories-links, .categories-content-text {
    display: none;
  }
  .categories__img img {
    width: 100%;
    margin: 0 auto;
  }
  .catalog__title {
    display: none;
  }	
}

@media (max-width: 560px) {
	/*.categories-list .categories__item:first-child .categories__title,
	.categories-list .categories__item:last-child  .categories__title{
		margin-top:32px;
	}*/	
	
}