@font-face {
  font-family: 'GolosTextWebRegular';
  src: url('font/Golos%20Text_Regular.eot');
  src:
    url('font/Golos%20Text_Regular.eot?#iefix') format('embedded-opentype'),
    url('font/Golos%20Text_Regular.woff2') format('woff2'),
    url('font/Golos%20Text_Regular.woff') format('woff'),
    url('font/Golos%20Text_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'),
  url('Gilroy-Light.eot?#iefix') format('embedded-opentype'),
  url('Gilroy-Light.woff') format('woff'),
  url('Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-ExtraBold.eot');
  src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
  url('font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('font/Gilroy-ExtraBold.woff') format('woff'),
  url('font/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  line-height: 1.7em;
  font-family: Gilroy,sans-serif;
  padding: 0;
  margin: 0;
}
a {
  /*color: #657f35;*/
  color: #aaa;
}
a {
  transition: color 0.2s ease-out 0s;
}
div.clear {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  width: 0;
}

p {
  margin: 0 0 15px;
}
h1,
h3,
h4 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-family: Gilroy,sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 15px;
  padding: 10px 0 0;
  position: relative;
  color: #000;
  text-align: center;
}
h1 {

}
h3 {
  font-size: 1.5em;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4em;
}
h4 {
  font-size: 0.9em;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.0em;
  font-weight: normal;
}
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  /*background-size: 100% auto;*/
  background: url("../images/main_bg.png") no-repeat scroll 0 0;
}
#overlay {
  background: #4b362e;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#signup {
  left: 0;
  width: 100%;
  min-height: 440px;
  z-index: 1010;
  position: fixed;
  top: 30%;
  font-family: GolosTextWebRegular;
}
#signup h3 {
  color: #d04a44;
  font-weight: normal;
  font-size: 18px;
}
#signup h4 {
  color: #888;
}
#signup .inner {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  min-height: 160px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
#signup .inner input[type="text"],
#signup .inner input[type="password"] {
  width: 100%;
  max-width: 350px;
  padding: 4px;
  font-size: 14px;
  margin: 8px 0;
  border: 1px solid #999;
  border-radius: 8px;
  outline: none;
}
#signup .inner input[type="text"].error ,
#signup .inner input[type="password"].error {
  border-color: #d1112e;
}
#signup .inner input[type="text"]:hover,
#signup .inner input[type="text"]:focus,
#signup .inner input[type="password"]:hover,
#signup .inner input[type="password"]:focus {
  border-color: #666;
}

#signup .inner input[type="submit"],
#comment_form input[type="submit"] {
  background: #d04a44 none repeat scroll 0 0;
  border: 1px solid #d04a44;
  color: #FFF;
  display: block;
  font-size: 18px;
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 10px;
  outline: none;
  position: relative;
  font-family: Gilroy;
}
#signup .inner input[type="submit"]:hover,
#comment_form input[type="submit"]:hover {
  background: #c44b1a;
  cursor: pointer;
}

#errors {
  color: RED;
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  font-weight: normal;
}
#visitors {
  clear: none;
  color: #d1112e;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin-top: -106px;
  position: absolute;
  left: 20px;
  z-index: 1020;
}
label {
  display: block;
  clear: both;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
  color: #888;
  font-size: 12px;
  line-height: 14px;
}
#comment_form {
  margin: 0 auto;
  max-width: 642px;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
#comment_form textarea {
  max-width: 6420px;
  width: 100%;
  height: 80px;
  border: 1px solid #d04a44;
  border-radius: 10px;
  clear: both;
  padding: 10px;
  background: transparent;
  color: #444;
}
#comment_form textarea:placehoder {
  color: #444;
}
#comment_form input[type="submit"] {
  margin: -23px auto 0 auto;
}
#comment_form .error {
  border-color: #FF0000;
}
#posted_comments {
  max-width: 642px;
  width: 100%;
  margin: 20px auto;
  color: #888;
  font-size: 14px;
  max-height: 800px;
}
#posted_comments .comment {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#posted_comments .comment:last-child {
  border: none;
}
#posted_comments .name {
  float: left;
  clear: none;
  font-weight: bold;
  text-align: left;
  width: 80%;
}
#posted_comments .date {
  float: right;
  clear: none;
  font-weight: bold;
}
#posted_comments .text {
  clear: both;
  text-align: left;
}

div.youtube_iframe {
  text-align: center;
  margin: 10px 0;
}

.inner {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .inner {
    width: 90%;
  }
}
.left,
.right {
  width: 50%;
  float: left;
  clear: none;
  text-align: left;
  overflow: hidden;
}
.left {
  padding-right: 30px;
}
.right {
  padding-left: 30px;
}
/* DATETIME */
#datetime {
  background: #d04a44 url("../images/datetime_bg_min.png") repeat-x scroll 0 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 125px;
  font-weight: 100;
}
@media (max-width: 1400px) {
  #datetime {
    font-size: 28px;
  }
}
/* END DATETIME */

/* HEADER */
#header {
  padding: 125px 0;
}
#header img {
  max-width: 749px;
  width: 100%;
  margin-top: 14px;
  margin-right: 20px;
}
#header h1 {
  color: #c8afa5;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  #header h1 {
    font-size: 36px;
    line-height: 45px;
  }
  #header img {
    margin-top: 8px;
  }
  #header {
    padding: 100px 0;
  }
}
/* END HEADER */

/* TRANSLATION BLOCK  */
#translation {
  width: 100%;
  clear: both;
  color: #624b42;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  background: #cecfd0 url('../images/translation_bg_min.png') no-repeat scroll 50% 0;
  padding: 140px 0;
}
#translation h4 {
  position: absolute;
  color: #d04a44;
  font-size: 30px;
  font-weight: normal;
  /*line-height: 360px;*/
  margin-top: 100px;
  text-transform: uppercase;
  text-decoration: none;
}
#translation .left {
  padding-top: 75px;
  /*padding-bottom: 75px;*/
}
#translation .program {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
#translation h4 a {
  background: #d04a44 none repeat scroll 0 0;
  border: 1px solid #d04a44;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  margin: 10px auto;
  padding: 5px 20px;
  border-radius: 10px;
  outline: none;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
}
#translation h4 a:hover {
  background-color: #c44b1a;
  border-color: #c44b1a;
}
#translation .youtube_iframe {
  max-width: 650px;
  margin: 0 auto 30px auto;
}
@media (max-width: 1400px) {
  #translation .right {
    padding-left: 40px;
    padding-right: 40px;
  }
  #translation h4 {
    font-size: 35px;
  }
}
/* END TRANSLATION BLOCK  */

/* SPONSORS BLOCK */
#sponsors {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 40px 0;
}
#sponsors .inner {
  width: 100%;
}
#sponsors .right {
  width: 100%;
  padding-left: 0;
}
#sponsors h4 {
  margin-top: 140px;
  color: #d04a44;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 40px;
}
#sponsors .line_1,
#sponsors .line_2,
#sponsors .line_3
#sponsors .line_4 {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}
#sponsors ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  width: auto;
  overflow: hidden;
}
#sponsors .line_1 ul {
  max-width: 920px;
}
#sponsors ul li {
    text-align: center;
    float: none;
    clear: none;
    color: #d04a44;
    font-size: 18px;
    margin: 20px;
    font-weight: bold;
    font-family: GolosTextWebRegular;
    max-width: 190px;
    display: inline-block;
}
#sponsors .line_2 ul {
  max-width: 1610px;
}
#sponsors .line_2 ul li:first-child {
  width: 100%;
  max-width: inherit;
}
#sponsors .line_2 ul li:last-child {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
}
#sponsors .line_3 ul {
  width: 100%;
}
#sponsors .line_3 ul li {
  width: 100%;
  text-align: center;
  max-width: inherit;
}
#sponsors .line_4 ul li {
  width: 100%;
  text-align: center;
  max-width: inherit;
}
#sponsors .line_5 ul {
  max-width: 750px;
}
#sponsors ul li img {
  margin: 15px 20px;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 1400px) {
  #sponsors {

  }
  #sponsors ul li {
    margin: 20px 10px;
  }
  #sponsors ul li img {
    max-width: 130px;
    margin: 15px 10px;
  }
  #sponsors .line_1 ul {
    max-width: 840px;
  }
  #sponsors .line_2 ul {
    max-width: ;
  }
    #sponsors .line_5 ul {
    max-width: 750px;
  }
}
/* END SPONSORS BLOCK */

/* CONTACTS BLOCK */
#contacts {
  width: 100%;
  overflow: hidden;
  clear: both;
  background-color: #d04a44;
  color: #FFF;
  padding: 30px 0;
}
#contacts .social div {
  height: 27px;
  /*padding-left: 52px;*/
  margin: 20px 0;
  font-size: 22px;
  line-height: 28px;
}
#contacts .social a {
  color: #FFF;
  text-decoration: underline;
}
#contacts h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 140px;
}
#contacts .left {
  width: 20%;
}
#contacts .right {
  width: 80%;
  padding-left: 0;
}
#contacts div.email {
  /*background: url('../images/email_min.png') no-repeat scroll 0 0;*/
}
#contacts div.phone {
  /*background: url('../images/phone_min.png') no-repeat scroll 0 0;*/
}
#contacts div.whatsapp {
  /*background: url('../images/whatsapp_min.png') no-repeat scroll 0 0;*/
} 
 #contacts div.ooo {
  /*background: url('../images/whatsapp_min.png') no-repeat scroll 0 0;*/
}
/* END CONTACTS BLOCK */