/* Enter Your Custom CSS Here */

  .su-spoiler.my-custom-spoiler {}
  .su-spoiler.my-custom-spoiler .su-spoiler-title { 
  		background-color: #605760;
		color: #ffffff;
    	text-align: center;
 }
.su-spoiler-title {
    padding-left: 3px;
    padding-right: 0;
}
.su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon, .su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
    top: 1px;
}

.su-spoiler-icon {
    left: 0;    
	position: relative;
    display: inline-flex;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: ;
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.su-spoiler.my-custom-spoiler .su-spoiler-content .su-expand-content { 
  	background-color: #C4BEC0; 
}

.su-spoiler-content {
    transition: padding-top 0;
}

div.su-service {
	position: relative;
	margin: 2px 0 0 0;
}

div.su-spoiler-content.su-clearfix {
    padding: 2px 2px 2px 2px;
  	text-align: left;
}

