body {
    background: url('https://talk-on.ru/test/formula/images/body-bg.jpg');
    color: white;
    font-family: 'Georgia', serif;
    font-weight: 300;
    font-size: 20px;
    height: 100%;
}

.wrapper {
    min-height: 100%;
    position: relative;
overflow:hidden;
}
@media screen and (max-device-width: 1023px) {
	.fancybox-title-float-wrap .child{
white-space: inherit !important;
}
	p{
padding-left:15px;
}
h1 {
font-weight: 600;
 font-size: 25px;
}
.header {
 font-size: 15px;
font-style: italic;
line-height: 1;
}
.lid{
 font-size: 12px;
margin-top: 5px;
line-height: 1.1;
}
}

@media screen and (min-device-width: 1024px) {
h1 {
font-weight: 600;
 font-size: 60px;
}
h2 {
font-weight: 550;
 font-size: 40px;
font-style: italic;
}
.lid{
font-weight: 600;
 font-size: 24px;

    margin-top: 50px;
line-height: 1.53;
}
}
#second{
margin-top: 20px;
}

.shadow {
    background: rgba(34, 34, 34, 0.55);
}
.shadow-box{
height:100vh;   
}

.t-cover__carrier {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
    .t-cover {
        background-attachment: scroll;
    }

    .t-cover__carrier {
        background-attachment: scroll;
    }

}

@media print {
    .t-cover {
        background-attachment: scroll;
    }

    .t-cover__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 640px) {
.shadow-box{
height:95vh;   

}
    .t-cover {
        height: 400px;
        background-attachment: fixed;
    }

    .t-cover__carrier {
        background-attachment: scroll !important;
        background-size: cover;
        background-position: center center;
    }

    .t-cover__filter {
        height: 400px;
    }

    .t-cover__wrapper {
        height: 400px;
    }
}

.video {
    position: relative;
    padding-bottom: 56.25%; /*пропорции видео 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.material-link {
    border-bottom: 2px dashed #E32636;
    color: #E32636;
    text-decoration: none;
    position: relative;
}

.material-link:focus,
.material-link:hover {
    color: #E32636;
    text-decoration: none;
}

.material-link:hover:after {
    content: "";
    width: 60px;
    height: 40px;
    position: absolute;
    bottom: 100%;
    right: -5px;
    margin-bottom: 5px;
    background: #E32636;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.material-link:hover:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: -5px;
    margin-bottom: -4px;
    border-top: 10px solid #E32636;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-right: 20px;
}

.material-link.photo:hover:after {
    height: 14px;
    border-top: 13px solid #E32636;
    border-bottom: 13px solid #E32636;
    background: #E32636 url(/test/formula/images/icon-photo.png) no-repeat center top;
}
 ol.s{
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
   }
 li.s:before {
  content: counter(item) ') '; /* Добавляем к числам скобку */
  counter-increment: item; /* Задаём имя счетчика */
}