
/* Variables */

:root {
    --basic-black: #000000;
    --basic-green: #00984A;
    --light-green: #F2FAF5;
    --basic-orange: #FE5000;
    --light-orange: #FFF6F2;
    --basic-gray: #929292;
    --basic-blue: #0092E3;
    --light-blue:#E5F4FC;
  }


/* Global */


body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    line-height: 30px;
  }

img {
  width: 100%;
}

h1 {
  font: inherit;
  font-size: 28px;
  line-height: 42px;
  margin-top: 5px;
}

h2 {
  font: inherit;
  font-weight: 700;
  color: var(--basic-green);
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

/* header */

.container {
  width: 1024px;
  margin: 0 auto;
}

.brand {
  display: flex;
  padding: 45px 0;
}

.brand-logo {
  width: 311px;
  height: 91px;
  margin-right: 60px;
}

.cover {
  max-width: 1440px;
  margin: 0 auto;
}

.cover img {
  width: 100%;
}

.info {
  margin-bottom: 50px;
}

.slogan {
  font: inherit;
  font-size: 50px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--basic-green);
  margin-bottom: 10px;
}

.prize {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.prize div img {
  width: 496px;
  height: 322px;
}

.prize-journey, .prize-fest {
  position: relative;
  width: 496px;
  height: 488px;
  box-sizing: border-box;
  text-align: center;
}

.prize-journey {
  background-image: url('../img/pic-dream.png');
  background-repeat: no-repeat;
}

.prize-fest {
  background-image: url('../img/pic-fest.png');
  background-repeat: no-repeat;
}

.prize-title {
  position: absolute;
  width: 100%;
  height: 166px;
  border-radius: 10px;
  bottom: 0;
}

.prize-journey .prize-title {
  border: 1px solid var(--basic-green);
  background: var(--light-green);
}

.prize-fest .prize-title {
  border: 1px solid var(--basic-orange);
  background: var(--light-orange);
}

.competitors-info {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.competitors-info-members {
  width: 500px;
}

.competitors-info-members-list li {
  font: inherit;
  color: var(--basic-green);
  text-transform: uppercase;
  font-weight: 700;
}

.competitors-info-doc {
  display: flex;
  width: 500px;
  margin-top: 70px;
  flex-wrap: wrap;
}

#competitors-info-doc-office {
  margin-top: 20px;
}

.competitors-info-doc-cond, .competitors-info-doc-results {
  width: 240px;
  padding-left: 80px;
  box-sizing: border-box;
}

.competitors-info-doc-cond a, .competitors-info-doc-results a {
  color: var(--basic-gray);
}

.competitors-info-doc-cond {
  background-image: url('../img/icon-list.svg');
  background-repeat: no-repeat;
}

.competitors-info-doc-results {
  background-image: url('../img/icon-graph.svg');
  background-repeat: no-repeat;
}
 
.competitors-info-doc-insruction {
  width: 100%;
  height: 64px;
  margin-top: 10px;
  padding-top: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid var(--basic-green);
  background: var(--light-green);
  text-align: center;
}

.competitors-info-doc-insruction a {
  color: var(--basic-green);
}
  
.places {
  margin-top: 50px;
  margin-bottom: 50px;
}

.places-list {
  display: flex;
  justify-content: space-between;
}

.places-list li {
  position: relative;
  width: 324px;
  height: 480px;
}

.places-list li:first-child {
  background-image: url('../img/pic-1-place.png');
  background-repeat: no-repeat;
}

.places-list li:nth-child(2) {
  background-image: url('../img/pic-2-place.png');
  background-repeat: no-repeat;
}

.places-list li:nth-child(3) {
  background-image: url('../img/pic-3-place.png');
  background-repeat: no-repeat;
}

.places-list div {
  width: 324px;
  position: absolute;
  bottom: 0;
  height: 215px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.places-list li:first-child div {
  background-color: var(--light-orange);
  border: 1px solid var(--basic-orange);
}

.places-list li:nth-child(2) div {
  background-color: var(--light-green);
  border: 1px solid var(--basic-green);
}

.places-list li:nth-child(3) div {
  background-color: var(--light-blue);
  border: 1px solid var(--basic-blue);
}

.period {
  padding: 40px 0;
}

.period div {
  width: 640px;
  height: 100px;
  padding: 20px 0 0 150px;
  background-repeat: no-repeat;
  box-sizing: border-box; 
}

.period div:first-child {
  margin-bottom: 40px;
  background-image: url('../img/pic-date-1.png'), url('../img/pic-date-2.png'); 
  background-position: left, right;
}

.period div:first-child span {
  color: var(--basic-orange);
}

.period div:nth-child(2) {
  background-image: url(../img/pic-date-3.png);
  background-position: left;
}

.period div:nth-child(2) span {
  color: var(--basic-green)
}

.silk {
  margin: 50px 0;
}

.silk-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.silk-list li {
  background-repeat: no-repeat;
}


 .silk-list li:first-child {
  width: 372px;
  height: 370px;
  background-image: url('../img/pic-silk-1.png');
 }

 .silk-list li:nth-child(2) {
  width: 616px;
  height: 370px;
  background-image: url('../img/pic-silk-2.png');
 }

 .silk-list li:nth-child(3) {
  width: 571px;
  height: 335px;
  margin-top: 20px;
  background-image: url('../img/pic-silk-3.png');
 }

 .silk-list li:nth-child(4) {
  width: 421px;
  height: 335px;
  margin-top: 20px;
  background-image: url('../img/pic-silk-4.png');
 }

 .trips {
  margin: 50px 0;
 }

 .trips-slogan {
  color: var(--basic-green);
  text-transform: uppercase;
  padding: 10px 0;
 }

 .trips-pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }

 .trips-pics li {
  width: 326px;
  height: 215px;
  background-repeat: no-repeat;
 }

 .trips-pics li:first-child {
  background-image: url(../img/pic-gal-1.png);
 }

 .trips-pics li:nth-child(2) {
  background-image: url(../img/pic-gal-2.png);
 }

 .trips-pics li:nth-child(3) {
  background-image: url(../img/pic-gal-3.png);
 }

 .add {
  margin-bottom: 100px;
 }

 .feedback {
  color: var(--basic-gray);
 }

 .feedback a {
  color: var(--basic-gray);
  font-weight: 700;
 }

@media (min-width: 1024px) {

} 


@media (min-width: 768px) and (max-width: 1023px) {

} 


@media (min-width: 320px) and (max-width: 767px) {


}
