@import "fonts/Streamster/styles.css";

body {
	background: #000;
	font-family: 'Arimo', sans-serif;
}

[id*="content-"] {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.head-menu{
	list-style-type: none;
	margin-bottom: 0px;
}
.head-menu li a {
	color: #fff;
	display: block;
	padding: 20px 20px;
	text-transform: uppercase;
}

.head-menu li a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .2);
}

.logo {
	color: #fff;
	padding: 20px;
	font-family: StreamsterRUSBYLYAJKA;
	display: inline-block;
	font-size: 17px
}
.logo:hover{
	text-decoration: none;
	color: #fff;
}

header{
	background: rgba(103, 178, 183, 0.52);
	position: relative;
	z-index: 2;
}
#content-1 {
	background-image: url(./images/bg.jpg);
	height: calc(100vh + 20px);
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: -80px;
}
#content-1:after,
.decored-container-3:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    /*background-image: url(./images/dotted.png?);*/
	background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.65);
}
.container-title {
	padding-top: 80px;
	display: flex;
	justify-content: center;
	height: 100%;
	position: relative;
	z-index: 222;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 0px;
}
.container-title h1, 
.container-title h2{
	color: #fff;text-align: center;
}
.scroll-bottom {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('./images/scroll.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: calc(50% - 20px);
}
.section-title {
	text-align: center;
}
.list-course {
	list-style: none;
}

.list-course li {
	position: relative;
	padding-left: 7px;
    margin-bottom: 7px;
}
.list-course li:after {
	position: absolute;
	left: -20px;
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(./images/banana.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 4px;
}
.decored-container-3 {
	background-image: url(./images/bg2.jpg);
	min-height: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.content-3-p {
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 22;
	width: 600px;
	max-width: 100%;
	margin: auto;
	font-size: 23px;
}
.after-list-desciption{
	text-align: center;
	font-size: 13px;
	width: 600px;
	margin: auto;
}
.questions-list p {
	font-size: 20px;
}
.questions-list img {
    width: 70px;
}

.questions-list li {
    align-items: center;
    width: 700px;
    max-width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
}

.questions-list div:nth-child(2) {
    padding-left: 50px;
}

.questions-list div:nth-child(1) {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 1px -3px 13px 0px #efefef;
}
.questions-list li:not(:last-child):after {content: "";display: block;position: absolute;height: 65px;width: 5px;background: #f3f3f3;left: 68px;top: 121px;}
.color-white {
	color: #fff;
}
.decored-container-4 {
	background-image: url(./images/write.jpg);
}
.list-advantages {
	position: relative;
	padding: 0px;
	z-index: 22;
	list-style: none;
}
.list-advantages img {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin-bottom: 20px;
}
.list-advantages li {
	flex-grow: 1;
	color: #fff;
	text-align: center;
}
.place-count {
	font-size: 14px;
	display: block;
	margin-top: 10px;
}
h1{
	text-align: center;
}
.author {
	max-width: 100%;
	border-radius: 50%;
	align-self: self-start;
}
p.author-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}

p.author-descr {
    font-size: 15px;
    margin-bottom: 25px;
}

ul.author-list {
    list-style: none;
    padding-left: 32px;
}
ul.author-list li {
	position: relative;
	margin-bottom: 5px;
}
ul.author-list li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(./images/dot.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	position: absolute;
	left: -20px;
	top: 7px;
}
ul.social-links {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top: 20px;
}

footer {
    padding: 50px;
    background: #67b2b7;
    text-align: center;
    color: #fff;
}

ul.social-links img {
    width: 36px;
    margin-right: 13px;
}
.social-links i {
    color: #fff;
    font-size: 30px;
    display: block;
    margin-right: 20px;
}

footer ul.social-links {
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

footer ul.social-links a {
    text-decoration: none;
    color:#fff;
}
p.copyright {
    font-size: 12px;
    margin-bottom: -40px;
    margin-top: 40px;
}

p.foote-author {
    font-size: 19px;
}
.button {
    color: #67b2b7;
    border: 3px #67b2b7 solid;
    border-radius: 8px;
    padding: 10px 17px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    transition: all .25s ease;
}
.button:hover{
	background: #67b2b7;
	color: #fff;
	text-decoration: none;
}

.button.white {
	color: #fff;
	border-color: #fff;
}
.button.white:hover {
	background: #fff;
	color: #000;
}
.block-autor-text {
    flex-direction: column;
    justify-content: center;
}

p.author-top-name {
    font-size: 30px!important;
    font-weight: bold;
}


.block-autor-text p {
    font-size: 20px;
}

.decored-container-5{
	background-image: url(./images/write2.jpg)
}
.write-form-descr {
    color: #fff;
}

.write-form-descr h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px;
}

.write-form-descr p {
    font-size: 20px;
    margin-bottom: 10px;
}

.write-form-descr ul {
    list-style: none;
    padding-left: 0px;
}

.write-form-descr ul li {
    position: relative;
    font-size: 20px;
}
form.form-write {
    flex-direction: column;
    display: flex;
}

form.form-write input[type="text"] {
    margin-bottom: 20px;
    padding: 10px;
    background: none;
    border: 3px white solid;
    color: #fff;
    font-size: 20px;
}

form.form-write input[type="text"]::placeholder{
	color: rgba(255, 255,255,.8);
}
form.form-write input[type="submit"] {background: #fff;border: none;padding: 10px 20px;font-size: 20px;}

form.form-write input[type="radio"] {
	display: none;
}
.form-write label {
    margin-right: 20px;
    background: none;
    border: 3px #fff solid;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

.form-write input:checked+label {
    background: #fff;
    color: #000;
}
.write-form-descr li span {
	color: #67b2b7;
	    white-space: nowrap;
	font-weight: bold;
}
.social-links a img,
.social-links a i {
    transition: all .25s ease;
}

.social-links a:hover img,
.social-links a:hover i {
    transform: scale(1.1);
}
form.form-write input[type="submit"] {
	transition: all .25s ease;
}
form.form-write input[type="submit"]:hover {
	opacity: .7;
}
.list-problebs {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.list-problebs li{
	list-style: none;
    font-size: 21px;
    min-width: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.list-problebs li .circle {
 
   background: #f2709c; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f2709c, #ff9472); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f2709c, #ff9472); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    width: 140px;
    height: 140px;
    display: flex;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    box-shadow:0px 0px 0px 9px #ffc8c8;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    margin-right: 0px;
}

.list-problebs li .circle {
    background: #fbfbfb;
    background: -webkit-linear-gradient(to right, #f2709c, #ff9472);
    /* background: linear-gradient(to right, #f2709c, #ff9472); */
    width: 140px;
    height: 140px;
    display: flex;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 9px #f7f7f7c9;
    padding: 20px;
    margin-bottom: 20px;
    color: #67b2b7;
    margin-right: 0px;
}
.static{
	position: static;
}

@media (max-width: 768px) {
	.decore{
		display: none;
	}
	.author{
		margin-bottom: 25px;
		max-width: 250px;
	}
	ul.social-links {
	    justify-content: center;
	}
	p.author-name,p.author-descr {
    text-align: center;
}
.container-title h1{
font-size: 1.8rem;
} 
.container-title h2,
.head-menu li a{
	font-size: 1.5rem;
}

.author-top-name {
    text-align: center;
}
.list-problebs {
    max-width: 300px;
    flex-direction: column;
}

.list-problebs li {
    margin-bottom: 25px;
}

.after-list-desciption {
    max-width: 100%;
}
.list-problebs li .circle {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin: 0px;
    margin-right: 20px;
}

.list-problebs p {
    text-align: left;
    font-size: 1.2rem;
    margin: 0px;
}

.list-problebs li {
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
ul.questions-list{
	padding: 0px;
}
ul.list-course {
    padding: 0px;
    padding-left: 15px;
}
}

@media(max-width: 992px){
		a.head-menu-button {
	    position: absolute;
	    right: 10px;
	    width: 50px;
	    height: 50px;
	    background: url(./images/menu.svg);
	    background-size: 50%;
	    background-position: center;
	    background-repeat: no-repeat;
	    top: 10px;
	}
	.open+a.head-menu-button{
		background-image: url(./images/close.svg)
	}
	.head-menu {
	    position: absolute;
	    top: 65px;
	    left: 0px;
	    width: 100%;
	    z-index: 2222;
	    padding-left: 0px;
	    flex-direction: column;
	    text-align: center;
	    background: #00BCD4;
	}
	a.logo {
	    position: absolute;
	    left: 50%;
	    top: 5px;
	    transform: translateX(-50%);
	}

	header {
	    height: 65px;z-index: 2222;
	}
	.head-menu {
	    top: -5000px;
	    transition: all .45s ease;
	}

	.head-menu.open {
	    top: 65px;
	}
}

@media(max-width: 550px){
	.questions-list li {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
}

.questions-list div:nth-child(2) {
    padding-left: 0px;
}

.questions-list li:not(:last-child):after {
    display: none;
}

.questions-list div:nth-child(1) {
    margin-bottom: 15px;
}

}
.paroller{
	transition: all .25s ease;
}
.decore {
    display: block;
    width: 25px;
    height: 25px;
    background: #efefef;
}

.circle-decore {
    border-radius: 50%;
    background: none;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 0px 3px #dedede;
}
.x-decore {
    position: relative;
    background: none;
}

.x-decore:after, .x-decore:before {
    width: 4px;
    height: 100%;
    background: #67b2b7;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: rotate(45deg);
    border-radius: 4px;
}

.x-decore:after {
    transform: rotate(-45deg);
}
.coffee-decore,
.apple-decore,
.wheat-decore {
	background-image: url(./images/coffee.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.apple-decore{
	background-image: url(./images/apple.svg);
}
.wheat-decore {
	background-image: url(./images/confetti.svg);
}

.bg {
    background-image: url(./images/write.jpg);
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    height: calc(100% + 50px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-5,
#content-3,
#content-02,
#content-1 {
    position: relative;
    background: none;
    overflow: hidden;
}
#content-3 .bg {
	background-image: url(./images/bg2.jpg);
}
#content-02 .bg {
	background-image: url(./images/write2.jpg);
}

#content-1 .bg {
	background-image: url(./images/bg.jpg);
}


.x-1 {
    position: absolute;
    top: 150px;
    left: 5%;
        box-shadow: 0px 0px 0px 3px #0098f3;
}
.x-2 {
    position: absolute;
    top: 500px;
    left: 10%;
}

.x-3 {
    position: absolute;
    top: 150px;
    right: 15%;
}
.x-4 {
    position: absolute;
    top: 350px;
    right: 5%;
}
.x-5 {
    position: absolute;
    top: 650px;
    right: 10%;
}
.x-6 {
    position: absolute;
    top: 850px;
    left: 7%;
}
.x-7 {
    position: absolute;
    top: 350px;
    left: 5%;
}
.x-8 {
    position: absolute;
    top: 150px;
    right: 7%;
}
.x-9 {
    position: absolute;
    top: 150px;
    left: 15%;
}
.x-5:after,
.x-5:before {
    background: #795548;
}
.x-7:after,
.x-7:before {
    background: #E91E63;
}