body,
html {
    width: 100%;
    height: 100%;
}

.s-title1 {
   color: #fff;
   margin-bottom: 40px;
   font-size: 85px;
   line-height: 1.1;
}

.s-title2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.s-title-w {
	color: #fff;
	font-size: 42px;
font-weight: 600;
margin-bottom: 20px;
}

.s-title-p {
	font-size: 30px;
	margin-top: 25%;
	margin-bottom: 10px;
color: #fff;
}

.block-privacy {
	font-size: 10px;
}

/* Блок с контентом */

.main-content {
	margin-top: 50px;
}

/* Модальные окна */

 .modal-title-body {
	 font-size: 15px;
	 font-weight: 600;
	 padding-bottom: 20px;
 }
 
 .modal-header {
	 background-color: #FF9800;
 }
 
 .modal-title {
	 color: #fff;
	 font-weight: 600;
 }


@media(max-width:1199px) {
 
}

@media(max-width:767px) {
   .s-title1 {
   color: #fff;
   margin-bottom: 10px;
   font-size: 40px;
}
}
