html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: "gabriola";
    src: url("fonts/gabriola.ttf");
    font-style: normal;
    font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    position: absolute;
    top: 85%;
    left: 48.5%;
    font-size: 35px;
    color: #000;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.descripti .item {
    display: inline-block;
    width: 24%;
    margin: 0 auto 20px;
    vertical-align: top;
}
.task-for .item {
    width: 24%;
}
.descripti .item span,
.descripti .item h4 {
	display: block;
	margin-top: 15px;
	line-height: 1.5;
}
.descripti .main-text {
        width: 550px;
    text-align: center;
    margin: 0 auto;
	display: block;
}
.description .с-1,
.description .с-2,
.description .с-3,
.description .с-4 {
	display: none;
}
.a-1 .description .с-1 {
	display: block;
}
.a-2 .description .с-2 {
	display: block;
}
.a-3 .description .с-3 {
	display: block;
}
.a-4 .description .с-4 {
	display: block;
}
.fadetext .main-text,
.fadetext .main-text-top {
	display: none;
	min-height: 69px;
}


#fullpage .section  .c-1,
#fullpage .section  .c-2,
#fullpage .section  .c-3,
#fullpage .section  .c-4 {
	display: none;
}
.a-1 .section  .c-1 {
	display: block!important;
}
.a-2 .section  .c-2 {
	display: block!important;
}
.a-3 .section  .c-3 {
	display: block!important;
}
.a-4 .section  .c-4 {
	display: block!important;
}
.a-1 .c-main,
.a-2 .c-main,
.a-3 .c-main,
.a-4 .c-main {
	display: none;
}
#fullpage .container .f-1,
#fullpage .container .f-2,
#fullpage .container .f-3,
#fullpage .container .f-4 {
	display: none;
}
.a-1 .section  .f-1 {
	display: block!important;
}
.a-2 .section  .f-2 {
	display: block!important;
}
.a-3 .section  .f-3 {
	display: block!important;
}
.a-4 .section  .f-4 {
	display: block!important;
}
.a-1 .f-main,
.a-2 .f-main,
.a-3 .f-main,
.a-4 .f-main {
	display: none;
}

#fullpage .section  .g-1,
#fullpage .section  .g-2,
#fullpage .section  .g-3,
#fullpage .section  .g-4 {
	display: none;
}
.a-1 .section  .g-1 {
	display: block!important;
}
.a-2 .section  .g-2 {
	display: block!important;
}
.a-3 .section  .g-3 {
	display: block!important;
}
.a-4 .section  .g-4 {
	display: block!important;
}
.a-1 .g-main,
.a-2 .g-main,
.a-3 .g-main,
.a-4 .g-main {
	display: none;
}

#fullpage .section  .b-1,
#fullpage .section  .b-2,
#fullpage .section  .b-3,
#fullpage .section  .b-4 {
	display: none;
}
.a-1 .section  .b-1 {
	display: block!important;
}
.a-2 .section  .b-2 {
	display: block!important;
}
.a-3 .section  .b-3 {
	display: block!important;
}
.a-4 .section  .b-4 {
	display: block!important;
}
.a-1 .b-main,
.a-2 .b-main,
.a-3 .b-main,
.a-4 .b-main {
	display: none;
}
.task-for {
	width: 550px;;
    margin: 0 auto;
}
.section .task-for a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	margin-bottom: 5px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}
.section .task-for a:hover::before,
.section .task-for a:focus::before {
	opacity: 1;
}