* {
  border: none;
  margin: 0 auto;
  line-height: 1.2;
  padding: 0;
  outline: none;
  transition: all 0.3s ease;
}

*:before, *:after {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

body {
  font-family: Raleway, sans-serif;
  line-height: 1.4;
}

.content {
  max-width: 1135px;
  width: 100%;
  min-width: 300px;
}
@media (max-width: 1200px) {
  .content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.content-small {
  max-width: 880px;
}

.flex {
  align-items: center;
  display: flex;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.button {
  padding: 20px 50px;
  text-decoration: none;
  color: #fff;
  background-color: #00b600;
  border-radius: 30px;
  display: table;
  font-size: 1.125rem;
  text-transform: uppercase;
  background: #00b600;
  background: -moz-linear-gradient(180deg, #00b600 0%, #00c500 100%);
  background: -webkit-linear-gradient(180deg, #00b600 0%, #00c500 100%);
  background: linear-gradient(180deg, #00b600 0%, #00c500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b600",endColorstr="#00c500",GradientType=1);
  font-weight: 600;
  min-width: 210px;
  text-align: center;
}
@media (max-width: 600px) {
  .button {
    font-size: 0.875rem;
  }
}
.button:hover {
  background: -moz-linear-gradient(180deg, #00b600 0%, #00b600 100%);
  background: -webkit-linear-gradient(180deg, #00b600 0%, #00b600 100%);
  background: linear-gradient(180deg, #00b600 0%, #00b600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b600",endColorstr="#00b600",GradientType=1);
}
.button.shadow {
  box-shadow: 0 0 29px rgba(9, 192, 23, 0.4);
}
.button.border {
  background: transparent;
  border: 1px solid #fff;
}
.button.border:hover {
  background: #000;
  border: 1px solid #000;
}

header {
  background: url(../img/header.jpg) bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding:20px 0 30px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 860px) {
  header {
    padding: 40px 0 40px;
  }
}
header .logo {
  float: left;
}
header .logo img {
  max-height: 70px;
}
.header__top .button{
  display:table;
  margin-right:0;
  margin-top:9px;
    font-size: 0.75rem;
    padding: 12px 28px;
    min-width: 0;
}
header .phone-button{
  float: right;
  margin-top: 20px;
}
header .phone {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.3125rem;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}
header .phone:hover {
  color: #00b600;
}
header .phone:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icons.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
header .header__middle {
  padding-top: 30px;
}
header .header__middle__date {
  font-family: Roboto, sans-serif;
  color: #00b600;
  font-weight: bold;
  font-size: 2.25rem;
  padding-bottom: 20px;
}
@media (max-width: 860px) {
  header .header__middle__date {
    font-size: 1.875rem;
  }
}
header .header__middle__date:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #00b600;
}
header .header__middle__date:after {
  margin-right: -100%;
  margin-left: 20px;
}
header .header__middle__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 860px) {
  header .header__middle__title {
    font-size: 1rem;
  }
}
header .header__middle__list {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 -30px 40px;
}
@media (max-width: 860px) {
  header .header__middle__list {
    font-size: 0.875rem;
    margin: 0 -20px 40px;
  }
}
header .header__middle__list li {
  display: inline-block;
  margin: 0 30px;
  position: relative;
}
@media (max-width: 860px) {
  header .header__middle__list li {
    margin: 0 20px;
  }
}
@media (max-width: 600px) {
  header .header__middle__list li {
    display: block;
    margin: 0 20px 20px;
    text-align: center;
  }
}
header .header__middle__list li:before {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  left: -34px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #00b600;
  transform: rotate(45deg);
}
@media (max-width: 860px) {
  header .header__middle__list li:before {
    left: -24px;
  }
}
@media (max-width: 600px) {
  header .header__middle__list li:before {
    height: 5px;
    width: 5px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
header .header__middle__list li:first-child:before {
  content: none;
}
header .header__middle__form {
  margin-left: 0;
  max-width:1000px;
}
header .header__middle__form .desc{
  font-size: 1rem;
    text-align: left;
    max-width: none;
    margin-bottom: 20px;
    color: #00b600;
    font-weight: bold;
}
header .header__middle__form form {
  display: flex;
  margin-bottom: 17px;
}
@media (max-width: 860px) {
  header .header__middle__form form {
    display: block;
  }
}
header .header__middle__form form input[type=text], header .header__middle__form form input[type=email], header .header__middle__form form input[type=tel] {
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  padding: 10px;
  margin: 0 20px 0 0;
  width: 33%;
}
header .header__middle__form form input[type=text]::-webkit-input-placeholder, header .header__middle__form form input[type=email]::-webkit-input-placeholder, header .header__middle__form form input[type=tel]::-webkit-input-placeholder {
  color: #fff;
}
header .header__middle__form form input[type=text]::-moz-placeholder, header .header__middle__form form input[type=email]::-moz-placeholder, header .header__middle__form form input[type=tel]::-moz-placeholder {
  color: #fff;
}
header .header__middle__form form input[type=text]:-moz-placeholder, header .header__middle__form form input[type=email]:-moz-placeholder, header .header__middle__form form input[type=tel]:-moz-placeholder {
  color: #fff;
}
header .header__middle__form form input[type=text]:-ms-input-placeholder, header .header__middle__form form input[type=email]:-ms-input-placeholder, header .header__middle__form form input[type=tel]:-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 860px) {
  header .header__middle__form form input[type=text], header .header__middle__form form input[type=email], header .header__middle__form form input[type=tel] {
    box-sizing: border-box;
    margin: 0 0px 15px 0;
    width: 100%;
  }
}
header .header__middle__form form .error {
  border-bottom: 1px solid red !important;
}
header .header__middle__form form input[type=submit] {
  background: transparent;
  border: 1px solid #00b600;
  color: #fff;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 0;
  text-transform: uppercase;
  min-width: inherit;
}
@media (max-width: 860px) {
  header .header__middle__form form input[type=submit] {
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 10px 0px 0 0;
    width: 100%;
  }
}
header .header__middle__form form input[type=submit]:hover {
  background: #00b600;
}
header .header__middle__form p {
  font-size: 0.6875rem;
  font-weight: 300;
  max-width: 250px;
  margin-right: 0;
  text-align: right;
}
@media (max-width: 860px) {
  header .header__middle__form p {
    max-width: 100%;
    text-align: center;
  }
}

.title-h {
  font-size: 2.1875rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.title-h span {
  font-size: 1.5625rem;
  font-weight: 300;
}

.title-desc {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.title-desc .big {
  display: block;
  font-size: 1.5rem;
}
.desc-big{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 35px;
}

.for_who {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .for_who {
    margin-bottom: 100px;
  }
}
.for_who .desc {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 40px 60px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .for_who .desc {
    font-size: 1rem;
  }
}
.for_who .desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 50px;
  border-top: 1px solid #00b600;
  border-left: 1px solid #00b600;
}
.for_who .desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #00b600;
  border-right: 1px solid #00b600;
}

.total {
  margin-bottom: 200px;
}
.total .items {
  display: flex;
  margin: 60px -2% 0;
}
@media (max-width: 600px) {
  .total .items {
    display: block;
  }
}
.total .items .item {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 2%;
  text-align: center;
  width: 29.333%;
}
@media (max-width: 860px) {
  .total .items .item {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .total .items .item {
    margin: 0 2% 30px;
    width: 96%;
  }
}
.total .items .item i {
  display: block;
  height: 120px;
  width: 120px;
  margin-bottom: 20px;
}
@media (max-width: 860px) {
  .total .items .item i {
    height: 80px;
    width: 80px;
  }
}
.total .items .item i.ic1 {
  background: url(../img/pics/processing.svg) center center no-repeat;
  background-size: cover;
}
.total .items .item i.ic2 {
  background: url(../img/pics/adaptation.svg) center center no-repeat;
  background-size: cover;
}
.total .items .item i.ic3 {
  background: url(../img/pics/united.svg) center center no-repeat;
  background-size: cover;
}

.overflow {
  overflow: hidden;
}

.bonus {
  background-color: #428942;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 150px;
  position: relative;
}
.bonus:before, .bonus:after {
  background-color: #428942;
  content: "";
  position: absolute;
  left: -100px;
  right: -100px;
  height: 150px;
  transform: rotate(-3deg);
  z-index: -1;
}
.bonus:before {
  top: -70px;
}
.bonus:after {
  bottom: -70px;
}
.bonus .title-h {
  font-size: 1.6875rem;
  text-align: left;
  width: 30%;
}
@media (max-width: 860px) {
  .bonus .title-h {
    font-size: 1.375rem;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
  }
}
.bonus .title-h strong {
  display: block;
}
@media (max-width: 860px) {
  .bonus .flex {
    display: block;
  }
}
.bonus .items {
  display: flex;
  margin: 0 -2%;
  width: 70%;
}
@media (max-width: 860px) {
  .bonus .items {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bonus .items {
    display: block;
  }
}
.bonus .items .item {
  line-height: 1.4;
  margin: 0 2%;
  position: relative;
  text-align: center;
  width: 29.333%;
}
@media (max-width: 600px) {
  .bonus .items .item {
    margin: 0 2% 30px;
    width: 96%;
  }
}
.bonus .items .item:before {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 70%;
  position: absolute;
  left: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
}
@media (max-width: 860px) {
  .bonus .items .item:before {
    left: -5%;
  }
}
@media (max-width: 600px) {
  .bonus .items .item:before {
    border-left: none;
  }
}
.bonus .items .item:first-child:before {
  content: none;
}
.bonus .items .item i {
  display: block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 860px) {
  .bonus .items .item i {
    height: 60px;
    width: 60px;
  }
}
.bonus .items .item i.ic1 {
  background: url(../img/pics/checklist.svg) center center no-repeat;
  background-size: cover;
}
.bonus .items .item i.ic2 {
  background: url(../img/pics/online-course.svg) center center no-repeat;
  background-size: cover;
}
.bonus .items .item i.ic3 {
  background: url(../img/pics/book.svg) center center no-repeat;
  background-size: cover;
}

.speakers {
  position: relative;
  margin-bottom: 30px;
}
.speakers .big-title {
  font-size: 13.25rem;
  font-weight: 900;
  position: absolute;
  opacity: 0.05;
  top: -150px;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  z-index: -2;
}
@media (max-width: 860px) {
  .speakers .big-title {
    font-size: 6.25rem;
    top: -100px;
  }
}
.speakers .items {
  display: flex;
  margin: 15px -1% 40px;
}
@media (max-width: 1200px) {
  .speakers .items {
    display: block;
    font-size:0;
  }
}
.speakers .items .item {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 0 1%;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 31.333%;
}
@media (max-width:1200px) {
  .speakers .items .item {
    font-size:16px;
    display:inline-block;
    margin: 0 1% 10px;
    width:48%;
  }
}
@media (max-width: 860px) {
  .speakers .items .item {
    width: 98%;
  }
}
.speakers .items .item i {
  margin-top:10px;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  top: -15px;
  left: 0px;
  margin-bottom:10px;
  display:block;
  line-height:1.3;
}
/*.speakers .items .item i:before {
  background: url(../img/pics/clock.svg) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 27px;
  width: 27px;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
}*/
.speakers .items .item .txt_sp_name {
  margin-top: 5px;
  margin-bottom:0px;
  font-family: sans-example, sans-serif;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.speakers .items .item .sp_regali {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.speakers .items .item .sp_lector {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  opacity: 0.7;
}

footer {
  background: url(../img/footer.jpg) bottom center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0 40px;
}
footer .title-h {
  margin-left: -20px;
  text-align: left;
}
@media (max-width: 600px) {
  footer .title-h {
    text-align: center;
  }
}
footer .title-h:before, footer .title-h:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media (max-width: 600px) {
  footer .title-h:before, footer .title-h:after {
    content: none;
  }
}
footer .title-h:before {
  margin-left: -100%;
  margin-right: 20px;
}
footer .title-h:after {
  margin-right: -100%;
  margin-left: 20px;
}
footer .logo {
  margin-right: 70px;
  min-width: 170px;
}
footer .desc {
  font-size: 1.125rem;
}
footer .desc a{
  color:#fff;
}
footer .desc a:hover{
  text-decoration:none;
}
footer .desc p {
  line-height: 1.5;
}
footer .org {
  align-items: flex-start;
  margin: 50px 0 50px;
}
@media (max-width: 600px) {
  footer .org {
    display: block;
  }
}
footer .button {
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 860px) {
  footer .button {
    display: table;
    margin: 0 auto 20px;
  }
}
footer .information {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 60px;
  padding-top: 50px;
}
@media (max-width: 860px) {
  footer .information .flex {
    display: block;
    text-align: center;
  }
}
footer .information__copyright {
  font-size: 0.875rem;
  margin-left: 0;
}
footer .information__copyright p {
  padding-bottom: 10px;
}
footer .information__copyright a {
  color: #fff;
}
footer .information__phone {
  font-family: Roboto, sasn-serif;
  font-weight: 300;
  font-size: 0.875rem;
  margin-right: 0;
  text-align: right;
}
@media (max-width: 860px) {
  footer .information__phone {
    margin-top: 20px;
    text-align: center;
  }
}
footer .information__phone a {
  color: #fff;
  font-size: 1.5625rem;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.speaker_img img{
  border-radius:50%;
}

#form-popup,#form-popup-ok{max-width:500px;padding:45px 40px;text-align:center;overflow:hidden;}
#form-popup-ok{background-color:#978555;text-align:center;}
#form-popup .title{font-size:1.5rem;margin-bottom:5px;}
#form-popup p{position:relative;color:#838383;font-size:1.125rem;padding:30px 100px 40px;line-height:1.2;}
#form-popup .desc{font-size:1.125rem;padding:0px 0px 20px;}
#form-popup form{max-width:300px;}
#form-popup-ok .title{font-size:1.75rem;color:#000;font-weight:800;margin-bottom:15px;position:relative;}
#form-popup-ok p{color:#fff;line-height:1.3;}

.popup input[type=text]{font-weight:300;display:block;width:100%;border-bottom:1px solid #00b600;font-family:'Roboto',sans-serif;padding:10px 18px;font-size:1.125rem;margin-bottom:15px;}
.popup input[type=submit]{text-transform: none!important;display:block;padding:12px 25px;cursor:pointer;font-size:1rem;text-transform:uppercase;color:#fff;margin:20px auto 0!important;}
.popup input{-webkit-appearance: none;}

@media screen and (max-width:700px){
  #form-popup .title {
      font-size: 1.125rem;
  }
  #form-popup p,input {
      font-size: 1rem;
  }
}
@media screen and (max-width:500px){
  header .logo,header .phone-button{
    display:block;
    float:none;
    text-align:center;
  }
  header .phone-button .button{
    margin:9px auto 0;
  }
  #form-popup p {
      padding: 30px 0px 40px;
  }
}

.warning{
  text-align: center;
    margin-bottom: 100px;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 30px 20px;
    color: #00c500;
}
@media screen and (max-width:500px){
  .warning{
      font-size:1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
