@import url('../fonts/stylesheet.css');
body {
    padding: 0;
    margin: 0;
    font-family: 'Gilroy';
}
p {
    margin: 0;
}
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a {
    text-decoration: none;
}

.container {
    max-width: 1290px;
    margin: auto;
}
.firstscreen {
    background-color: #099E28;
}
.header-wrapper {
    display: flex;
    padding-top: 40px;
    align-items: center;
}
.link-menu {
    padding-top: 77px;
}
.link-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.link-item {
    box-sizing: border-box;
   padding-top: 193px;
   padding-bottom: 40px;
   padding-left: 40px;
   padding-right: 187px;
   width: 100%;
}
.link-item1 {
    background-color: #FE374A;
    background-image: url('../images/indexpage/il-1.svg');
 
    background-position: top right;
    background-repeat: no-repeat;
}
.link-item2 {
    background-color: #FFEB00;
    background-image: url('../images/indexpage/il-2.svg');
 
    background-position: top right;
    background-repeat: no-repeat;
}
.link-item3 {
    background-color: #0DBB32;
    background-image: url('../images/indexpage/il-3.svg');
 
    background-position: top right;
    background-repeat: no-repeat;
}
.link-item4 {
    background-color: #FE374A;
    background-image: url('../images/indexpage/il-4.svg');
 
    background-position: bottom right;
    background-repeat: no-repeat;
}
.link-item-sity {
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 4px;
}
.link-item1 .link-item-sity {
    color: #FFEB00;
}
.link-item-date {
    font-size: 24px;
    font-weight: 600;
  
}
.link-item1 .link-item-date {
    color: #FFEB00;
}
.link-line:last-child {
    padding-top: 20px;
    padding-bottom: 70px;
}
.link-item2 .link-item-sity {
    color: #FE374A;
}
.link-item2 .link-item-date {
    color: #FE374A
}
.link-item3 .link-item-sity {
    color: #FFEB00;
}
.link-item3 .link-item-date {
    color: #FFEB00;
}
.link-item4 .link-item-sity {
    color: #FFEB00;
}
.link-item4 .link-item-date {
    color: #FFEB00;
}
.footer {
    background-color: #202020;

}
.footer-wrapper {
    padding-top: 80px;
    padding-bottom:50px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-top a{
    display: flex;
    max-width: 630px;
    align-items: center;
}
.footer-top a:hover .social-text{
    color: #FFEB00;
}
.footer-top a:hover .social-link svg path{
    fill: #FFEB00;
}
.social-text {
    margin-left: 24px;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.footer-bottom {
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom__name {
    color: #A7A7A7;
    font-size: 18px;
    font-weight: 400;
    
}
.footer-bottom__rule a{
    color: #A7A7A7;
    text-decoration: underline;
    font-weight: 300;
    font-size: 18px;

}
.header-links {
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.header-links a {
    color: #FFEB00;
    font-size: 20px;

    font-weight: 500;
}
.header-links a:hover {
    text-decoration: underline;
}
.header-links a {
    padding-left: 28px;
    padding-right: 28px;
}
.event {
    margin-top: 100px;
}
.event-title__text {
    font-size: 88px;
    font-weight: 700;
    color: #FFEB00;
    margin-top: 20px;
}
.event-time {
    margin-top: 76px;
    display: flex;
    align-items: center;
}
.time-date__day,.date-when__sity {
    color: #FFEB00;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.time-date__hour,.date-when__place {
    color: #FFEB00;
    font-weight: 500;
    font-size: 32px;
}
.time-date__when {
    margin-left: 64px;
}
.event-buttons {
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding-bottom: 70px;
    
}
.event-buttonbody {
    max-width: 362px;
    width: 100%;
    text-align: center;
    border: 3px solid #FFEB00;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #FFEB00;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}
.event-buttonbody:hover {
    background-color: #FFEB00;
    color: #0DBB32;
}
.event-button:last-child {
    margin-left: 16px;
}
.firstscreen1 {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-position: right 30px top ;
    height: 100%;
    background-size: contain;
}
.firstscreen2 {
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-position: right 30px top ;
    height: 100%;
    background-size: contain;
}
.firstscreen3 {
    background-image: url('../images/bg3.png');
    background-repeat: no-repeat;
    background-position: right 30px top ;
    height: 100%;
    background-size: contain;
}
.firstscreen4 {
    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
    background-position: right 30px top ;
    height: 100%;
    background-size: contain;
}
.energy {
    background-color: #E5E5E5;
}
.swiper-slide {
    max-width: 630px;
    max-height: 400px;
}
.swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}
.energy__top {
    padding-top: 120px;
    font-size: 32px;
    color: #FE374A;
    font-weight: 500;
    margin-bottom: 32px;
    padding-bottom: 32px;
    max-width: 740px;
}
.enegry__title {
    max-width: 880px;
    font-size: 64px;
    font-weight: 700;
    color: #FE374A;
    padding-bottom: 64px;
}
.energy-img img {
    max-width: 100%;
    width: 100%;
}
.energy-img {
    padding-bottom: 80px;
}
.energy-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 120px;
}
.energy-green{
    max-width: 740px;
}
.energy-white {
    max-width: 410px;
}
.energy-green__top {
    font-size: 36px;
    font-weight: 700;
    color: #0DBB32;
    padding-bottom: 56px;
}
.energy-green__button {
    display: flex;
    align-items: center;

}
.green-button {
    max-width: 362px;
}
.green-button__body {
    text-align: center;
    box-sizing: border-box;
    padding: 16px 18px;
    background-color: #0DBB32;
    color: #FFEB00;
    font-size: 20px;
    font-weight: 600;
    transition: .3s all ease-in;
}
.green-button:last-child {
    margin-left: 16px;
}
.green-button__body:hover {
    background-color: #099E28;
}
.enegry-white__text {
    font-size: 20px;
    color: #505050;
    font-weight: 500;
}
.enegry-white__text span {
    font-weight: 700;
}
.energy-white__button {
    max-width: 320px;
    margin-top: 50px;
}
.energy-white__button a div{
    text-align: center;
    box-sizing: border-box;
    padding: 20px 56px;
    border: 3px solid #0DBB32;
    color: #0DBB32;
    font-size: 20px;
    font-weight: 600;
    transition: .3s all ease;
}
.energy-white__button a div:hover {
    border: 3px solid #099E28;
    color: #099E28;
}
.ecology {
    background-color: #099E28;
    padding-top: 120px;
}
.ecology-title {
   font-size: 64px;
   font-weight: 700;
   color: #FFEB00;
   margin-bottom: 48px;
   max-width: 700px;
}
.ecology-title__text {
    color: #F1F1F1;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 48px;
}
.ecology-firstline {
    display: flex;
    align-items: center;
}
.ecology-ftor {
    display: flex;
    align-items: flex-start;
    max-width: 650px;
    width: 100%;
    justify-content: space-between;
}
.ftor-item__text {
    font-size: 32px;
    color: #F1F1F1;
    font-weight: 500;

}
.ftor-item__text span {
    display: block;
    font-size: 16px;
}
.ecology-absolute {
    margin-left: 150px;
    color: #FFEB00;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    max-width: 220px;
}
.ecology-absolute img {
    position: absolute;
    left: -80px;
    top: 30px;
}
.ecology-secondline {
    margin-top: 80px;
    display: flex;
}
.ecology-secondline span {
    color: #FFEB00;
    font-size: 32px;
    font-weight: 500;
    max-width: 1070px;
    margin-left: 30px;
}
.ecology-secondtext {
    color: #F1F1F1;
    font-size: 20px;
    font-weight: 500;
    margin-top: 80px;
    max-width: 740px;
}
.ecology-prize {
    display: flex;
    align-items: center;
    max-width: 960px;
    justify-content: space-between;
    margin-top:46px;
}
.prize-item {
    display: flex;
    align-items: center;
}
.item-prize__about {
    margin-left: 30px;
}
.prize-top {
    color: #F1F1F1;
    font-size: 32px;
    font-weight: 500;
}
.prize-name {
    color: #F1F1F1;
    font-size: 20px;
    font-weight: 500;
}
.ecology-withus {
    margin-top: 80px;
    color: #FFEB00;
    font-size: 36px;
    font-weight: 700;
}
.ecology-button {
    display: flex;
    align-items: center;
    margin-top: 32px;
    padding-bottom: 160px;
}
.eco-but {
    text-align: center;
    color: #FFEB00;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #FFEB00;
    box-sizing: border-box;
    padding: 20px 56px;
    margin-right: 24px;
    transition: .3s all ease-in;
}
.eco-but:hover {
    background-color: #FFEB00;
    color: #0DBB32;
}
.eco-but1 {
    background-color:  #FFEB00;
    color: #0DBB32;
}
.eco-but1:hover {
    color: #099E28;
}
.registr {
    background-color: #E5E5E5;
    padding-top: 120px;
}
.regisrt__title {
    color: #0080BF;
    font-size: 64px;
    font-weight: 700;
    max-width: 780px;
    margin-bottom: 40px;
}
ul {
    margin: 0;
    padding-left: 0;
}
.tabs-link ul {
    display: flex;
    justify-content: space-between;
}
.tabs-link ul li a {
    color: #A7A7A7;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 0px solid #0DBB32;
}
.tabs-link ul li a:hover {
    color: #0DBB32;
}
.tabs-link ul li a.active {
    border-bottom: 4px solid #0DBB32;
    color: #0DBB32;
}
.content-tab {
    display: none;
}
.content-tab.active {
    display: block;
}
.tabs-content {
    margin-top: 44px;
}
.content-tab__title {
    max-width: 1070px;
    color: #505050;
    font-size: 20px;
    font-weight: 500;
}
.content-tab__checkboxline {
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.checkbox-item {
    max-width: 49%;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;

  }
.custom-checkbox+label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
  }
  .custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #A7A7A7;
    
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: 0.3s all ease;
  }
  .custom-checkbox:checked+label::before {
    border-color: #0DBB32;
    background-image: url("../images/checkactive.svg");
    background-size: 65%;
  }
  .checkbox-item label:hover::before {
      border-color: #0DBB32;
  }
  .checkbox-item label {
      font-size: 20px;
      color: #0DBB32;
      font-weight: 500;
  }
.registration-inputline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reg-item__information {
    max-width: 32%;
    width: 100%;
   
}
.reg-item__information input{
    width: 100%;
    border: 2px solid #D0D0D0;
    outline: none;
    background-color: transparent;
    padding-top: 19px;
    padding-left: 20px;
    padding-bottom: 18px;
    color: #505050;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 20px;
    box-sizing: border-box;
}
.reg-item__information label {
    font-size: 16px;
    color: #0DBB32;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    font-family: 'Gilroy';
}
.registration-inputline {
    margin-top: 35px;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: transparent;
    
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: url('../images/selectbutton.svg');
    top:50x;
    right: 40px;
    width: 0;

    height: 0;
 
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    content: url('../images/selectbutton.svg');
    transform: rotate(180deg);
    right: 20px;
    top: 68px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 15px;
    font-family: 'Gilroy';
    cursor: pointer;
    user-select: none;
  
  }
  .custom-select {
    position: relative;
}
  .select-selected {
    border: 2px solid #D0D0D0;
    color: #888888;
    border-radius: 0px;
  }
  .select-selected:hover {
      border-color: #A7A7A7;
  }
  .select-items div {
    padding: 8px 15px;
    border-left: 2px solid #A7A7A7;
    border-right: 2px solid #A7A7A7;
  }
  .select-items div:hover {
      color: #0DBB32;
  }
  .select-items div:last-child {
      border-bottom: 2px solid #A7A7A7;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      padding-bottom: 16px;
  }

  .select-items {
      top: 85px!important;
  }
  .select-items {
    position: absolute;
    background-color: #E5E5E5;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:0px;
  }
  .select-hide {
    display: none;
  }
 .popup10 {
     max-width: 950px;
 }
 .checkbox-item2  {
     max-width: 100%;
     align-items: center;
     margin-top: 30px;
 }
 .checkbox-item2 .custom-checkbox+label {
    align-items: center;
 }
 .checkbox-item2 label{
     color: #505050;
     font-size: 16px;
 }
.regist-button {
    max-width: 410px;
    text-align: center;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #0DBB32;
    color: #FFEB00;
    cursor: pointer;
    font-family: 'Gilroy';
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    outline: none;
    border: none;
}
.regist-button:hover {
    background-color: #099E28;
}
.wasit {
    background-color: #E5E5E5;
}
.wasit__title {
    padding-top: 120px;
  
}
.wasit-text {
    font-size: 64px;
    color: #0080BF;
    font-weight: 700;
}
.checkbox-item label{
    cursor: pointer;
}
.wasit-pag {
    position: relative;
}
.wasit__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url('../images/slider-prev.svg')!important;
}
.swiper-button-prev:hover::after{
    content: url('../images/blueleft.svg')!important;
}
.link-line a:hover {
    filter: drop-shadow(0px 4px 32px rgba(13, 187, 50, 0.5));
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url('../images/slider-next.svg')!important;
}
.swiper-button-next:hover::after{
    content: url('../images/blueright.svg')!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -100px!important;
}
.wasit__title {
    margin-bottom: 38px;
}
.video {
    background-color: #E5E5E5;
    padding-top: 120px;
}
.video-wrapper {
    display: flex;
    align-items: flex-start;
}
.video-text {
    font-size: 64px;
    font-weight: 700;
    color: #0080BF;
    max-width: 600px;
    margin-left: 30px;
}
.video-block a {
    position: relative;
    height: 100%;
}
.video-block a::after {
    content: url('../images/youtube.svg');
    position: absolute;
    top: -230px;
    left: 39%;
    right: 0;

}
.video {
    padding-bottom: 120px;
}
.reg-item__information input:hover {
    border-color: #A7A7A7;
}
.reg-item__information input:focus {
    border-color: #0DBB32;
}
.link-menu .firstchild img {
    max-width: 600px!important;
    padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
    .link-menu .firstchild img {
        max-width: 100%!important;
        padding-bottom: 10px;
    }
}
.select-arrow-active {
    border-color: #A7A7A7;
    border-bottom-color: transparent!important;
}
.select-selected:hover {
    color: #505050;
}
.overlay {
    position: fixed;
    width: 100%;
    z-index: 9999999999999999999999999999999;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(191,196,200, .8); 
}
.popup {
    position: absolute;
    max-width: 1070px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 110px;
    background: #F1F1F1;;
}
.close-popup::before {
    content: '';
	background-color: #A7A7A7;
	position: absolute;
	height: 2px;
	width: 24px;
    
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
	transform: rotate(-45deg);
}
.close-popup::after {
    content: '';
	background-color: #A7A7A7;
	position: absolute;
	height: 2px;
	width: 24px;
	
	transform: rotate(45deg);
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    padding: 10px 10px;
}
.popup__title {
    font-size: 40px;
    color: #0080BF;
    margin-bottom: 30px;
    font-weight: 700;
}
.popup-line {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup-line-item {
    max-width: 48%;
    width: 100%;
}
.popup-line-item input {
    width: 100%;
    border: 2px solid #D0D0D0;
    outline: none;
    background-color: transparent;
    padding-top: 19px;
    padding-left: 20px;
    padding-bottom: 18px;
    color: #505050;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 20px;
    box-sizing: border-box;

}
.popup-line-item label {
    font-size: 16px;
    color: #0DBB32;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    font-family: 'Gilroy';

}
.popup-line-item input:hover {
    border-color: #A7A7A7;
}
.popup-line-item input:focus {
    border-color:  #0DBB32;
}
.popup-line .custom-select {
    width: 100%;
}
.popup-line .custom-select .select-items div {
    background-color: #F1F1F1;
}
.close-popup:hover::after {
    background-color: #FE374A;
}
.close-popup:hover::before {
    background-color: #FE374A;
}
.mobilebg {
    display: none;
}
.header-mobile {
    display: none;
}
.header-burgerbg {
    display: none;
}
.event-text-top {
    padding-top: 96px;
    color: #FFEB00;
    font-size: 32px;font-weight: 700;
    max-width: 660px;
    margin-bottom: 32px;
}
.event-text-toptop {
    color: #FFEB00;
    padding-bottom: 111px;
}
@media screen and (max-width: 1800px) {
    .firstscreen1 {
        background-position: right -156px top;
    }
    .firstscreen2 {
        background-position: right -156px top;
    }
    .firstscreen3 {
        background-position: right -156px top;
    }
    .firstscreen4 {
        background-position: right -156px top;
    }
}
.swiper-button-next:active::after {
    filter: grayscale(0.4);
}
.swiper-button-prev:active::after {
    filter: grayscale(0.4);
}
@media screen and (max-width: 1350px){
    .container {
        margin-left: 25px;
        margin-right: 25px;
    }
    .firstscreen1 {
        background-image: none;
    }
    .firstscreen2 {
        background-image: none;
    }
    .firstscreen3 {
        background-image: none;
    }
    .firstscreen4 {
        background-image: none;
    }
    .energy-line {
        display: block;
    }
    .mobilebg {
        display: block;
    }
    .mobilebg {
        max-width: 100%;
    }
    .mobilebg img {
        width: 100%;
        height: 100%;
        margin-bottom: -5px;
    }
    .link-line {
        flex-wrap: wrap;
        justify-content: center;
    }
    .firstchild {
        order: 1;
        margin-bottom: 56px;
    }
    .link-line div img {
        max-width: 100%;
    }
    .link-line a {
        order: 2;
    }
    .header-wrapper1 {
        justify-content: center;
    }
    .link-line:last-child {
        padding-top: 0px;
    }
    .link-line a {
        padding-bottom: 16px;
    }
    .energy-white {
        max-width: 514px;
        margin-top: 72px;
    }
    
}
@media screen and (max-width: 1000px) {
    .header-links {
        margin-left: 20px;
    }
    .event-text-top {
        padding-top: 40px;
        max-width: 487px;
        font-size: 24px;
    }
    .event-text-toptop {
        padding-bottom: 48px;
        font-size: 16px;
    }
    .header-links a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .popup {
        padding-left: 48px;
        padding-right: 48px;
        padding-top: 40px;
        max-width: 90%;
        padding-bottom: 48px;
    }
    .popup-line-item input {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .popup-line-item label {
        font-size: 12px;
    }
    .popup__title {
        font-size: 30px;
    }
    .event-title img {
        max-width: 600px;
    }
    .ecology-title {
        max-width: 100%;
        margin-bottom: 30px;
        font-size: 48px;
    }
    .ecology-title__text {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .ecology-absolute {
        margin-left: 30px;
    }
    .ecology-absolute img {
        max-width: 159px;
    left: -1px;
    top: 31px;
    }
    .ftor-item__text {
        font-size: 24px;
    }
    .ecology-secondline {
        margin-top: 60px;
    }
    .ecology-secondline span {
        font-size: 24px;
        margin-left: 24px;
    }
    .ecology-secondline img {
        max-width: 64px;
    }
    .ecology-secondtext {
        font-size: 16px;
        margin-top: 64px;
    }
    .prize-top {
        font-size: 24px;
    }
    .prize-name {
        font-size: 16px;
    }
    .prize-item__img img {
        max-width: 64px;
    }
    .ecology-button {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .eco-but {
        font-size: 16px;
    }
    .eco-but {
        margin-right: 0px; padding: 20px 0px;
    }
    .ecology-button a {
        flex: 0 0 47%;
       
    }
    .registr {
        padding-top: 100px;
    }
    .regisrt__title {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .tabs-link ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .tabs-link ul li {
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .tabs-content {
        margin-top: 10px;
    }
    .custom-checkbox+label::before {
        margin-right: 16px;
    }
    .checkbox-item label {
        font-size: 16px;
    }
    .registration-inputline {
        display: block;
    }
    .reg-item__information {
        max-width: 100%;
    }
    .reg-item__information input {
        padding-top: 10px;
        padding-bottom: 9px;
    }
    .reg-item__information label {
        font-size: 14;
    }
    .reg-item__information {
        margin-bottom: 16px;
    }
    .registration-inputline{
        margin-top: 0;
    }
    .content-tab__checkboxline {
        justify-content: space-between;
        margin-bottom: 24px;
        margin-top: 0;
    }
    .content-tab__title {
        margin-bottom: 24px;
    }
    .select-items div, .select-selected {
        padding: 12px 15px;
    }
    .select-selected.select-arrow-active:after {
        top: 60px;
    }
    .select-items {
        top: 71px!important;
    }
    .regist-button {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
    }
    .wasit__title {
        padding-top: 100px;
        font-size: 48px;
    
    }
    .wasit__title {
        margin-bottom: 30px;
    }
    .video {
        padding-top: 100px;
    }
    .content-tab__title {
        font-size: 16px;
    }
    .video-wrapper {
        flex-wrap: wrap;
    }
    .video-text {
        order: 1;
        margin-left: 0px;
        font-size: 48px;
        margin-bottom: 30px;
    }
    .video-block a img {
        max-width: 100%;
    }
    .video-block {
        order: 2;
    }
    .ecology-button {
        padding-bottom: 100px;
    }
    .ecology-button a:first-child{
        flex: 0 0 100%;
        margin-bottom: 24px;
    }
    .ecology {
        padding-top: 100px;
    }
    .ftor-item__img img{
        max-width: 64px;
    }
    .ecology-absolute {
        font-size: 16px;
    }
    .event {
        margin-top: 80px;
    }
    .event-time {
        margin-top: 64px;
    }
    .energy-img {
        padding-bottom: 40px;
    }
    .event-title__text {
        font-size: 64px;
    }
    .time-date__day {
        font-size: 32px;
    }
    .time-date__hour, .date-when__place {
        font-size: 24px;
    }
    .energy-green {
        max-width: 100%;
    }
    .energy-green__top {
        font-size: 32px;
        padding-bottom: 40px;
    }
    .green-button {
        max-width: 48%;
    }
    .green-button__body {
        font-size: 16px;
    }
    .event-buttons {
        margin-top: 64px;
    }
    
    .event-buttonbody {
        font-size: 16px;
    }
    .energy__top {
        padding-top: 100px;
        max-width: 100%;
        font-size: 24px;
        padding-bottom: 0px;
        margin-bottom: 24px;
    }
    .enegry-white__text {
        font-size: 16px;
    }
    .energy-white__button {
        max-width: 332px;
        margin-top: 32px;
    }
    .energy-white__button a div {
        font-size: 16px;
    }
    .energy-white__button a div {
        padding: 16px 56px;
    }
    .enegry__title {
        font-size: 48px;
    }
}
@media screen and (max-width: 690px) {
    .container {
        margin-left: 16px;
        margin-right: 16px;
    }
    .event-text-top {
        font-size: 20px;
    }
    .header-burgerbg {
        display: block;
    }
    .header-mobile {
        display: block;
    }
    
    .burger-links a {
        display: block;
        margin-bottom: 40px;
        color: #0DBB32;
        font-size: 24px;
        font-weight: 500;
    }
    .header-wrapper {
        justify-content: space-between;
    }
    .regist-button {
        max-width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .popup-line {
        display: block;
    }
    .popup {
        padding-left: 20px;
        padding-right: 20px;
    }
    .popup__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .popup-line-item {
        max-width: 100%;
    }
    .popup-line-item input {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .popup-line {
        margin-bottom: 0px;
    }
    .select-items {
        top: 63px!important;
    }
    .popup-line-item {
        margin-bottom: 12px;
    }
    .link-item {
        padding-top: 144px;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 100px;
    }
    .checkbox-item2 label {
        font-size: 14px;
    }
    .custom-checkbox+label::before {
        width: 22px;
        height: 22px;
    }
    .social-text {
        font-size: 16px;
        margin-left: 16px;
    }
    .footer-bottom {
        display: block;
        padding-top: 48px;
    }
    .footer-bottom__name {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .footer-bottom__rule a{
        font-size: 14px;
    }
    .footer-top a {
        max-width: 100%;
        align-items: flex-start;
    }
    .footer-wrapper {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .social-link svg {
        max-width: 24px;
    }
    .link-item-sity {
        font-size: 32px;
    }
    .link-item-date {
        font-size: 20px;
    }
    .link-item {
        background-size: 40%;
    }
    .header-links {
        display: none;
    }
    .header-logo a img {
        max-width: 200px;
    }
    .header {
        position: relative;
    }
    .header-burger {
        
        background: #F1F1F1;
opacity: 0.8;
position: fixed;
left: 0;
right: 0;
height: 100vh;
width: 100%;
z-index: 10;
top: 0%;
transform: translateX(-900px);
        transition: 0.3s all ease;
    }
    .header-burgerbg {
        position: fixed;
        height: 100vh;
        background-color: #F1F1F1;
        width: 80%;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(-900px);
        transition: 0.3s all ease;
        z-index: 999;
    }
    .header-burgerbg--active {
        transform: translateX(0px);
    }
    .header-burger--active {
        transform: translateX(0px);
    }
    .event-title img {
        max-width: 300px;
    }
    .event-title__text {
        font-size: 40px;
    }
    .event {
        margin-top: 30px;
    }
    .event-title__text {
        margin-top: 16px;
    }
    .event-time {
        margin-top: 32px;
        display: block;
    }
    .time-date__when {
        margin-left: 0px;
    }
    .time-date__hour {
        margin-bottom: 24px;
    }
    .time-date__day {
        font-size: 24px;
    }
    .time-date__hour, .date-when__place {
        font-size: 20px;
    }
    .burger-close {
        text-align: right;
        padding-right: 16px;
        margin-top: 40px;
    }
    .event-buttons {
        display: block;
    }
    .burger-wrapper {
        padding-left: 40px;
    }
    .burger-logo {
        margin-top: 32px;
        margin-bottom: 64px;
    }
    .event-buttonbody {
        max-width: 100%;
        width: 100%;
    }
    .event-button:last-child {
        margin-left: 0px;
        margin-top: 12px;
    }
    .event-buttonbody {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .event-buttons {
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .energy__top {
        padding-top: 70px;
        font-size: 20px;
    }
    .enegry__title {
        font-size: 40px;
        line-height: 96%;
    }
    .enegry__title {
        padding-bottom: 50px;
    }
    .select-items {
        top: 63px!important;
    }

}
@media screen and (max-width: 500px)  {
    .link-item {
        max-width: 328px;
        min-width: 328px;
    }
    .energy-img img {
        height: 240px;
        object-fit: cover;
    }
    .ecology-prize {
        display: block;
    }
    .energy-green__top {
        font-size: 24px;
        padding-bottom: 24px;
    }
    .ecology-secondline {
        margin-top: 40px;
        display: block;
    }
    .ecology-secondline img {
        display: block;
        margin-bottom: 24px;
    }
    .prize-item {
        margin-bottom: 25px;
    }
    .ecology-secondtext {
        margin-top: 48px;
    }
    .ecology-button a {
        flex: 0 0 100%;
    }
    .ecology-button a:first-child {
        margin-bottom: 12px;
    }
    .ecology-button a:last-child {
        margin-top: 12px;
    }
    .ecology-secondline span {
        font-size: 20px;
        margin-left: 0px;
    }
    .registr {
        padding-top: 70px;
       
    }
    .regisrt__title {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .tabs-link ul li a {
        font-size: 20px;
    }
    .checkbox-item {
        max-width:  100%;
    }
    .content-tab__checkboxline {
        display: block;
        margin-bottom: 0px;
    }
    .content-tab__checkboxline .checkbox-item {
        margin-bottom: 16px;
    }
    .custom-checkbox+label::before {
        width: 22px;
        height: 22px;
    }
    .select-selected.select-arrow-active:after {
        right: 23px;
    }
    .reg-item__information input {
        font-size: 16px;
    }
    .reg-item__information input {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .select-items div, .select-selected {
        font-size: 14px;
    }
    .select-items {
        top: 67px!important;
    }
    .reg-item__information label {
        font-size: 14px;
    }
    .select-selected.select-arrow-active:after {
        top: 51px;
    }
    .wasit-text {
        font-size: 40px;
    }
    .checkbox-item2 label {
        font-size: 14px;
    }
    .wasit {
        position: relative;
    }
    .wasit-pag {
        position: absolute;
    }
    .wasit-pag {
        position: absolute;
    left: 137px;
    width: 61%;
    bottom: -26px;
    z-index: 9999999;
    }.video-text {
        font-size: 40px;
    }
    .wasit__title {
        padding-top: 0px;
    }
    .video-block a::after {
        content: url('../images/youtubesmal.svg');
        top: -149px;
    left: 42%;
    right: 0;
    }
    .checkbox-item2 .custom-checkbox+label {
        align-items: flex-start;
    }
    .energy-green__button {
        display: block;
    }
    .green-button {
        max-width: 100%;
    }
    .green-button:last-child {
        margin-left: 0px;
        margin-top: 12px;
    }
    .green-button__body {
        padding: 16px 50px;
    }
    .energy-white {
        margin-top: 50px;
    }
    .energy-white__button {
        max-width: 100%;
    }
    .energy-line {
        padding-bottom: 70px;
    }
    .ecology-title {
        font-size: 40px;
    }
    .ecology {
        padding-top: 72px;
    }
    .ecology-title {
        margin-bottom: 24px;
    }
    .header-wrapper1 .header-logo {
        max-width: 167px;
    }
    .video {
        padding-bottom: 70px;
    }
    .ecology-absolute {
        position: absolute;
        right: 0;
        top: 150px;
        margin-left: 0px;
        font-size: 16px;
    max-width: 175px;
    }
    .ecology-firstline {
        position: relative;
    }
    .ecology-ftor {
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }
    .ftor-item__text {
        font-size: 20px;
    }
    .ftor-item {
        flex: 0 0 50%;
    }
    .ftor-item__text span {
        font-size: 14px;
    }
    .ftor-item {
        margin-bottom: 32px;
    }
    .header-wrapper1 .header-logo a img {
        max-width: 100%;
    }
    .wasit__title {
        padding-top: 75px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 13px!important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -110px!important;
    }
    .footer-top {
        display: block;
    }
    .footer-top a:first-child {
        margin-bottom: 24px;
    }
    .select-items {
        top: 63px!important;
    }
    .checkbox-item2 {
        margin-top: 16px;
    }
}
@media screen and (max-width: 420px) {
    .video-block a::after {
        top: -700%;
    }
}
@media screen and (max-width: 370px) {
    .video-block a::after {
        top: -600%;
    }
}