.section__block--top-page {
  max-width: 1100px;
  }

.s__title {
  margin-right: 1em;
  font-weight:bold;
  }

.red{
	color:#F00;
	}
	
.step__text{
	padding:20px 0;
	}

.edit__box{
	margin-bottom:60px;
	}
	
.edit__txt{
	margin:20px 0;
	}
	
.iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
	margin-bottom:60px;
	}
	
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}