body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
	background: #fff;
}

div, p, a, span, form, input, button {
	box-sizing: border-box;
}

p {
	margin: 0;
	line-height: 1.5em;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;	
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-weight: 900;	
	text-align: center;
	letter-spacing: 0.02em;
	word-spacing: 0.01em;
}

h2 {
	font-size: 28px;
	text-align: left;
}

a, a:hover, a:active {	
	text-decoration: none;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
	outline: none;
}

nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.align-items-center {
	align-items: center;
}

.navigation {
	padding: 25px 0 22px 0;
}

.container {
	width: 1140px;
	margin: 0 auto;
}

.logo__content {
	color: #1b3bde;
	font-size: 14.55px;
	font-weight: 900;
    line-height: 21px;
    text-transform: uppercase;
    width: 170px;
    position: relative;
    padding-top: 4px;
    padding-left: 62px;
}

.fa-plug {
	color: #fff;
	font-size: 25px;
    font-weight: 400;
    line-height: 29px;
    background: #1b3bde;
    border: 1px solid #1b3bde;
    border-radius: 5px;
    padding: 11px 15px;
    /*width: 49px;*/
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;    
}

.logo__content span {
	font-size: 20.21px;	
}

.menu__list {
	margin-top: 8px;
	margin-right: 269px;
}

.menu__item {
	margin-right: -2px;
}

.menu__item a {
	color: #000;
	font-size: 13px;    
    line-height: 29px;
	padding: 7px 20px;
	border-radius: 5px;
}

.menu__item a:hover {
	color: #fff;
	background: #000;
	transition: all 0.6s ease;
}

.phone {
	width: 171px;
    color: #000;
    font-weight: 900;
    line-height: 29px;
    margin-top: 6px;
    margin-right: -3px;
}

.fa-phone {
	font-weight: 400;
}

.offer {
	background: url(../img/header-bg.jpg);
	padding: 91px 0 132px 0;
}

.intro {
	max-width: 530px;
}

.intro__workshop {
	font-size: 16px;     
    margin-left: 13px;
    text-align: center;
}

.fa-graduation-cap {
	font-size: 16px;
}

.intro__heading {
	color: #1b3bde;
	font-size: 45px;    
    line-height: 53px;
    margin-top: 25px;
    margin-bottom: 27px;
    margin-left: 4px;  
}

.intro__time {
	color: #fff;
	font-size: 14px;  
    background-color: black;
    border-radius: 3px;
    padding: 6px 0;
    width: 148px;
    margin-left: 200px;
    text-align: center;
}

.form {
	max-width: 333px;
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 13px 98px rgba(0, 0, 0, 0.24);
    padding: 35px 29px 33px 32px;
}

.form__title {
	font-size: 17px;     
    margin-right: 6px;
    margin-bottom: 15px;
}

.form__desc {
	font-size: 14px;	
	text-align: center;
	margin-right: 8px;
	margin-bottom: 29px;
}

.form input {
	width: 268px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.27);	
	color: #acacac;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;    
    padding-bottom: 11px;
    margin-bottom: 21px;
}

.form input:focus {
	outline: none;
	border-bottom: 1px solid rgb(0, 0, 0);	
	color: #000;
}

.form input:focus::-webkit-input-placeholder {
	color: #000;
}

.form input:focus::-moz-placeholder {
	color:  #000; 
} /* Firefox 19+ */

.form input:focus:-moz-placeholder { 
	color:  #000;
} /* Firefox 18- */

.form input:focus:-ms-input-placeholder { 
	color:  #000; 
}

.form__button {
	color: #fff;
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 21px;
    letter-spacing: 0.02em;
    background: #4acc4d;
    border-radius: 5px;
    width: 269px;
    padding: 17px 0 19px 0;
    border: 1px solid #4acc4d;
	cursor: pointer;
}

.form__button:hover {
	box-shadow: 0 1px 10px rgba(0,0,0,0.8);
	transition: all 0.6s ease;
}

.form__button:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.form__text {
	color: #adadad;
	font-size: 12px;    
    line-height: 21px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
}

.about {
	padding: 124px 0 65px 0;
}

.author {
	color: #fff;
	background: #9d6bdc;
    border-radius: 5px;
    box-shadow: 0 13px 98px rgba(0, 0, 0, 0.24);
    width: 469px;
    padding: 35px 58px 43px 59px;    
}

.author__name {	
	font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    opacity: 0.84;
    margin-bottom: 6px;  
}

.author__desc {	
	line-height: 21px;
}

.author__portfolio {
	margin: 26px 0 22px 0;
}

.author__icon {
	font-size: 39px;
    font-weight: 700;
    line-height: 33px;
    margin-right: 16px;
    margin-left: -3px;
}

.author__text {
	font-size: 13px;    
    line-height: 15px;
}

.author__text_long {
	width: 113px;
}

.author__text_short {
	width: 40px;
}

.author__link {
	color: white;
	font-size: 14px;
    font-weight: 900;
    line-height: 25px;
    margin-left: 2px;
}   

.question {
	max-width: 450px;
	margin-right: 122px;
	margin-bottom: 36px;
}

.question__heading {	
    line-height: 66px;
    text-align: left;   
}

.question__text {
	line-height: 24px;
}

.payment {
	padding-bottom: 123px;
}

.question_second {
	margin: 0 0 43px 134px;	
}

.amount {
	background: #f6e23a;
    border-radius: 5px;
    box-shadow: 0 13px 98px rgba(0, 0, 0, 0.24);
    width: 469px;
    padding: 103px 0 96px 3px;
}

.amount__money {
	font-size: 43px;
    font-weight: 900;
    line-height: 30px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
}

.amount__money span {
	font-size: 21px;    
    line-height: 26px;
    margin-left: 7px;
}

.showing {
	background: url(../img/header-bg.jpg);
	padding: 98px 0 106px 0;
}

.showing__heading {	
	margin-bottom: 71px;
	line-height: 37px;	
    margin-left: 2px;
}

.showing__item {
	position: relative;
	margin-right: 10px;
}

.showing__item:nth-child(2) {
	margin-left: 58px;
}

.showing__item:nth-child(3) {
	margin-right: 9px;
}

.showing__item span {
	color: #fff;
	font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    background: #1b3bde;
    border-radius: 5px;
    padding: 25px 34px;
    position: absolute;
}

.showing__title {
	color: #1b3bde;
	font-size: 19px;    
    line-height: 22px;
    width: 212px;
    padding-left: 118px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 14px;
}

.showing__desc {	
    line-height: 21px;
    width: 335px;
    padding-left: 117px;
}

.directions {
	padding: 87px 0 99px 0;
}

.directions__heading {
	margin-bottom: 67px;
	margin-left: 3px;
}

.directions__list {
	color: #fff;
}

.directions__item {
	border-radius: 5px;
    box-shadow: 0 13px 98px rgba(0, 0, 0, 0.24);
    width: 248px;
    font-size: 19px;
    font-weight: 900;
    line-height: 22px;
    padding: 68px 50px 64px 51px;
    text-align: center;
}

.directions__item:nth-child(1) {
	width: 169px;
	padding: 68px 89px 66px 92px;
	background: #4acc4d;   
}



.directions__item:nth-child(2) {	
	background: #4ac7cc;
}

.directions__item:nth-child(3) {
	background: #dc6b83;
	padding: 68px 44px 63px 46px;
	width: 258px;
}

.fa-flag,
.fa-money-bill-alt,
.fa-meh {
	display: block;
	font-size: 42px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 16px;
    margin-left: 62px;
}

.fa-money-bill-alt {
	margin-left: 97px;
}

.fa-meh {
	margin-left: 107px;
}

.registration {	
	background: url(../img/regist-bg.jpg);
	padding: 104px 0 104px 0;
}

.intro_white {
	color: #fff;
	margin-bottom: 28px;
}

.intro__workshop_white {
	margin-left: 54px;
}

.registration__heading {	
	width: 571px;
	margin-top: 33px;
    margin-bottom: 22px;
    line-height: 37px;
    margin-left: 10px;
    text-align: center;  
}

.registration__time {	
	font-size: 16px;       
    padding: 7px 0;
    width: 319px;
    margin-left: 137px;
    text-align: center;
}

.fa-clock,
.fa-users {
	margin-right: 2px;
	margin-left: 11px;
}

.footer {
	padding: 22px 0;
}

.footer p {
	font-size: 12px;   
    line-height: 29px;
    margin-right: 385px;
}