.header__logo--main {
  width: 7.6em!important;
}
h1, h2 {
  font-size: 45px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 20px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
p {
  font-size: 18px;
  font-weight:300;
}
a {
  font-size: 18px;
}
.wrapper {
  position:relative;
  height:100%;
  margin:0 auto;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}
i, em {
    font-family: Georgia;
    font-style: italic;
}
a:hover, a:active {
    color: #333;
}
      
      /* Якуба Тайм-менеджмент header */
#main-time{
  background-image: url('/storage/landings/Yakuba/200626/bg-yak-min.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  background-position: right;
}
#main-time .wrapper{
  max-width: 1200px;
  margin: 0px auto;
  padding: 0;
  padding-bottom: 30px;
}
#main-time .format{
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
#main-time .title{
  width: 550px;
  margin: 35px 0;
}
#main-time .title h1{
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  margin: 20px 0px;
}
#main-time .sub-title {
  width: 550px;
  background-color: #fada00;
  font:900 44px Gotham;
  padding: 0 15px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  color: black;
}
#main-time .place-yak{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#main-time .place-yak .date{
  padding-left: 55px;
}
#main-time .place-yak .date:before{
  content: '';
  background-image: url('/storage/landings/Yakuba/200626/Calendar.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -50px;
}
#main-time .place-yak .place{
  padding-left: 60px;
}
#main-time .place-yak .place:before{
  content: '';
  background-image: url('/storage/landings/Yakuba/200626/Location.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -35px;
}
#main-time .author{
  font-weight: 300;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#main-time .btn-yakuba{
  background-color: #fedd00;
  width:auto;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 22px;
  margin-top: 20px;
  color: black;
  padding: 25px 50px;
  border-radius: 35px;
}
#main-time .bonus{
  font: 100 16px Font;
  margin-bottom: 95px;
}
#main-time .flex-button {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #main-time .btn-yakuba {
	background-color: #fedd00;
	width: auto;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 22px;
	margin: 0px 20px;
	color: black;
	padding: 10px 50px;
	border-radius: 35px;
  }
  #main-time .wrapper {
	background: #0000008c;
  }
}
/* end of header */