#top-block {
  position: relative;
}
#top-block h1 {
  color: white;
  padding: 0px;
  word-break: break-word;
  margin: 70px 0px 10px 40px;
  /*font-family: 'Museo Sans Cyrl 500';*/
  font-size: 81px;
  font-weight: 300;
  text-transform: uppercase;
}
#top-block h2 {
  padding: 0px;
  color: white;
  font-size: 39px;
  font-weight: 700;
  /*font-family: 'Museo Sans Cyrl 700';*/
  margin: 0px 0px 60px 40px;
  text-transform: uppercase;
}
#top-block h3 {
  color: #efb71f;
  padding: 0px;
  font-size: 34px;
  /*font-family: 'Museo Sans Cyrl 500';*/
  font-weight: 300;
  margin: 0px 0px 100px 40px;
  position: relative;
  display: block;
}
#top-block h3 span {
  color: #efb71f;
  font-weight: 900;
  /*font-family: "Museo Sans Cyrl 700";*/
  position: relative;
  transform: rotate(22deg);
  display: inline-block;
  top: 40px;
  animation: 1s cubic-bezier(0.65, 0.01, 0.99, 0.39) 0s infinite alternate RedAni;
}
@keyframes RedAni {
  from {
	transform: rotate(0deg);
	top: 0px;
  }
  to {
	transform: rotate(28deg);
	top: 44px;
  }
}
#top-block h4 {
  font-size: 34px;
  text-align: right;
  padding: 0px;
  margin: 0px 0px 0px 30px;
  color: yellow;
}
#top-block h4 span {
  font-size: 18px;
  font-weight: 300;
}
#top-block {
  background-image: url("/storage/landings/Online/Red-land/Red_BG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#top-block .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
}
#top-block .format {
}
#top-block .year {
}
#top-block .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
#top-block .a-1 {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1, 1);
  width: 45%;
}
#top-block .a-2 {
  color: white;
  background: #1A7C35;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 10px 50px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: 500;
  margin: 10px;
  font-size: 18px;
}
#top-block a {
  color: white;
  transition: .5s;
  text-decoration: none;
  text-align: center;
}
#top-block .date-form {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
#top-block .img {
  max-width: 450px;
  display: flex;
}
#top-block .btns {
  margin: 100px 0px;
  display: flex;
  flex-wrap: wrap;
}
#top-block .right {
  display: flex;
  flex-wrap: wrap;
}
#top-block .right img {
  margin: 0px 20px 30px 0px;
}
#top-block .img-1 {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1, 1);
  width: 45%;
}
#top-block .img-2 {
  z-index: 1;
  bottom: -125px;
  right: 0px;
  position: absolute;
  transform: scale(-1, 1);
  max-width: 400px;
}
#top-block .left img {
  max-width: 180px;
  margin: 30px;
}
@media screen and (max-width: 600px) {
  header {
	display: none;
  }
  .logo-main-part p {
	font-size: 20px;
  }
  .logo-main-part {
	height: 70%;
  }
  #top-block h1 {
	word-break: break-word;
	margin: 20px 0px;
	/*font-family: 'Museo Sans Cyrl 700';*/
	font-size: 38px;
	font-weight: 700;
	text-align: left;
  }
  #top-block .btns {
	margin: 20px 0px;
	display: flex;
	flex-wrap: wrap;
  }
  #top-block h2 {
	font-size: 18px;
	font-weight: 700;
	/*font-family: 'Museo Sans Cyrl 700';*/
	margin: 0px 0px 60px 0px;
  }
  #top-block .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
  }
  #top-block h4 {
	font-size: 27px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 30px;
	color: yellow;
  }
  #top-block  .title {
	margin: 20px;
  }
  #top-block h3 {
	color: #efb71f;
	padding: 0px;
	font-size: 22px;
	/*font-family: 'Museo Sans Cyrl 500';*/
	font-weight: 300;
	margin: 0px 0px 30px 0px;
	position: relative;
	display: block;
  }
}
#block2 img {
  max-width: 390px;
}
@media screen and (max-width: 600px) {
  #block2 img {
	max-width: 300px;
  }
}
#planet-green p {
  color: white;
  line-height: 1.3;
  font-size: 18px;
  max-width: 483px;
  font-weight: 500;
  text-align: left;
}
#planet-green ul {
  list-style: disc;
  color: yellow;
  font-size: 18px;
  font-weight: 500;
  border-left: 5px solid yellow;
  max-width: 600px;
  padding: 20px 32px;
}
#planet-green li {
  padding-bottom: 10px;
}
#planet-green .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
#red-green-card {
  position: relative;
}
#red-green-card h3 {
  font-weight: bold;
  color: #005654;
  text-align: center;
  font-size: 46px;
  font-family: 'Museo Sans Cyrl 900';
  margin: 40px 10px;
}
@media (max-width: 600px)  {
  #red-green-card h3 {
	font-size: 34px;
  }
  #blk-green-2 {
	font-size: 26px!important;
  }
}
#red-green-card .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#red-green-card .item {
  transition: .5s;
  display: inline-block;
  width: 302px;
  margin: 20px;
  padding: 0px;
  border: solid 2px #9f1616;
  position: relative;
}
/*#red-green-card .item-1, #red-green-card .item-2 {
border: solid 2px #FFB70A;
}*/
#red-green-card .item-2 > a > p, #red-green-card .item-26 > a > p, #red-green-card .item-27 > a > p, #red-green-card .item-23 > a > p, #red-green-card .item-24 > a > p {
  background: #FFFFFF;
  color: #9f1616;
}
#red-green-card .item:hover {
  transition: .5s;
  box-shadow: 0px 16px 25px #00000063;
}
#red-green-card .link {
  background: #9f1616;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
  width: 100%;
  margin: 0px;
}
#red-green-card img{
  position: relative;
  display: block;
}
#blk-green-2 	{
  background: #005654;
  padding: 50px 10px;
  color: white;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
}
#blk-green-2	.or-m {
  color: #FFB70A;
  font-size: 64px;
  font-weight: 700;
}
#blk-green-2	.min {
  font-size: 24px}
#blk-green-2 p {
  margin: 0px;
  padding:0px;
}
#format-4 {
  background-color: white;
  padding: 90px 10px;
}
#format-4 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: -1}
#format-4 h3 {
  margin: 80px 10px;
  text-align: center;
  color: #9f1616;
}
#format-4 h4 {
  font-weight: 300;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 80px;
}
#format-4 p {
  font-size: 18px;
  font-weight: 300;
  color: #364a57;
  line-height: 1.55;
  margin-top: 10px;
  padding: 0px;
  margin: 0px;
  z-index: 10;
  position: relative;
}
#format-4 img {
  width: 50px;
  height: 50px;
  z-index: 1;
  position: relative;
  top: 0px;
  right: 15px;
}
#format-4 .item {
  margin: 40px;
  max-width: 310px;
  position: relative;
  display: flex;
}
#format-4   .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  z-index: 1}
#format-4 h6 {
  margin: 0px;
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-weight: 700;
  color: #364a57;
}
#format-4 .item-min {
  max-width: 260px;
  position: relative;
  text-align: center;
  margin-left: 40px;
}
  
.section-header {    background: #9f1616;}

.section-header .form input {    background: #9f1616;   }
      
 h3 {
       font-size: 35px;
      }
      
   img {
    max-width: 100%;
    max-height: 100%;
      }
      
  #navbar-main .navigation:before {
        background-color: #9f1616;
      }