*{
  padding: 0px;
  margin: 0px;
}

html,body{ 
  width:100%;
  height:100%;
}

html{
  font-size: 20px;
  scroll-behavior: smooth;
}
@font-face {
    font-family: Oswald; 
    src: url(../fonts/Oswald.ttf);
    font-style: normal;
}
@font-face {
    font-family: SegoeUI; 
    src: url(../fonts/SegoeUI.ttf);
    font-style: normal;
}
body{
  
  font-family: SegoeUI;
}

.fl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header{
  justify-content: space-between;
  align-items: center;
  background: #00000096;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.iziModal-overlay{
  background: transparent !important;
}

.sect_slide_members{
  max-width: 270px;
  width: 100%;
}

.sect_content{
  max-width: 1050px;
  width: 100%;
}

.slick-next,
.slick-prev{
  display: none !important;
}

.title,
.quest{
  font-family: Oswald;
}
.header .wrapp_logo_title{
  align-items: center;
  flex-shrink: 1;
  width: 100%;
}

.logo_img{
  flex-shrink: 1;
}
.logo_img img{
  padding-left: 45px;
  width: 100%;
  max-width: 327px;
}

.header .title{
  flex-shrink: 1;
  text-align: center;
  width: 100%;
  color: #FF8500;
  padding: 0 15px 8px; 
  font-size: 18px;
}

@media screen and (max-width: 785px){
  .header .wrapp_logo_title{
    flex-wrap: wrap;
  }
  .header .title{
    text-align: left;
    padding-left: 45px;
  }
}
.sect_slide_members{
  background: #00000096;
  color: #fff;
  flex-shrink: 0;
}

.sect_slide_members .item{
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  padding: 30px 20px;
  align-items: center;
  justify-content: space-between;
}
.sect_slide_members .item .info{
  font-size: 18px;
  margin-right: 10px;
}
.sect_slide_members .item .info .name{
  font-size: 15px;
}
.sect_slide_members .item .info .cash{
  text-align: right;
  font-weight: bold;
}
.sect_slide_members .item img{
  width: 59px;
  height: 59px;
}

@media screen and (max-width: 642px){
  .sect_slide_members .item{
    flex-direction: column-reverse;
    text-align: center;
  }
  .sect_slide_members .item .info{
    margin-right: 0;
  }
  .sect_slide_members .item img{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 659px){
  .logo_img img{
    padding-left: 15px;
  }
}

@media screen and (max-width: 560px){
  .logo_img img,
  .header .title{
    padding-left: 15px;
  }
}
@media screen and (max-width: 542px){
  .logo_img img{
    width: 200px;
  }
  .header .title{
    font-size: 14px;
  }
}
@media screen and (max-width: 448px){
  .header{
    flex-direction: column;
  }
  .wrapp_logo_title{
    justify-content: center;
    margin-top: 20px;
  }
  .header .title{
    text-align: center;
  }
  .sect_slide_members .item{
    padding: 15px 20px; 
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
  .sect_slide_members .item img{
    margin-bottom: 0;
  }
  .sect_slide_members{
    width: 100%;
  }
}

.section_header{
  background: url(../img/2847512.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 50px;
}

.sect_head_block{
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 50px;
}

.sect_head_block h1{
  color: #fff;
  font-size: 60px;
  margin-top: 60px;
}
.sect_head_block .after_h1{
  color: #fff;
  font-size: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px){
  .sect_head_block h1{
    font-size: 35px;
    margin-top: 60px;
  }
  .sect_head_block .after_h1{
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.iti{
  width: 100%;
  margin-bottom: 25px;
}

.iti__flag-container{
  left: 8px !important;
}
.iti__country-list{
  font-size: 15px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
  background: transparent !important;
}

input#phone{
  padding-left: 55px !important;
}
.container{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
}

.sect_form{
  max-width: 688px;
  width: 100%;
}
.sect_form h3.title{
  text-align: center;
  color: #04819E;
  font-size: 20px;
  margin-bottom: 25px;
}
.sect_form #form{
  padding: 35px 40px;
  width: 100%;
  max-width: 688px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 30px;

}
.sect_form .wrapp_form .wrapp_input{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.Sendrequest a{
  margin: 0 auto;
    background: #00caff;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    padding: 12px 45px;
    display: block;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

.sect_title>.title {
    padding-bottom: 40px;
}

.wrapp_input #name,
.wrapp_input #surname,
.wrapp_input #userPassword,
.wrapp_input #phone,
.wrapp_input #email{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-color: transparent;
  border-bottom: 1px solid #B2B1B1;
  outline: none;
  margin-bottom: 25px;
}

#send-ins{
  margin: 0 auto;
  background: #00B945;
  border-radius: 30px;
  font-family: sans-serif;
  font-weight: bold;
  border: none;
  font-size: 20px;
  padding: 15px 0;
  display: block;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  max-width: 350px;
}


.modal .modal__close{
  background: transparent;
    border: none;
    outline: none;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 0;
}

.wrapp_input {
  padding-bottom: 40px;
  flex-direction: column;
}

.modal .modal_body h3{
  text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-size: 25px;
}

#alert_after{
  border: none !important; 
}

.polis_conf{
  font-size: 14px;
}
.polis_conf a{
  color: #000;
}

.alert_polis h3,
.alert_polis h4{
  margin-bottom: 15px;
}

.alert_polis p{
  padding-bottom: 10px;
  text-align: justify;
}
.block_prise{
  text-align: center;
}
.block_prise .name{
  color: #fff;
  padding: 0 10px;
}

.block_prise .coast_bid{
  color: #00B945;
}

.block_prise .coast_ask{
  color: #FF8500;
}
.section_smi .wrapp{
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.section_smi .wrapp .sect_video{
  width: 65%;  
}
.section_smi .wrapp .sect_smi_descript{
  width: 35%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: right;
}
.section_smi .wrapp .sect_video #bitcoin-video-inner{
  width: 100%;
  border-radius: 15px;
}
.section_smi .wrapp .sect_video .img{
  margin: 15px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section_smi .wrapp .sect_video .img img{
  margin:10px;
}

.section_smi .wrapp .sect_smi_descript h3{
  font-size: 26px;
  color: #04819E;
  margin-bottom: 20px;
}
.section_smi .wrapp .sect_smi_descript .descript{
  margin-bottom: 20px;
  line-height: 30px;
}
.section_smi .wrapp .sect_smi_descript .descript p{
  margin-bottom: 20px;
}

.section_smi .wrapp .sect_smi_descript img{
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 785px){
  .section_smi .wrapp{
    flex-direction: column-reverse;
  }
  .section_smi .wrapp .item{
    width: 100%;
    margin-bottom: 20px;
  }
}

.sect_comments{
  background: url(../img/font_comm.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 60px 0 0;
}
.sect_comments h2{
  position: absolute;
  color: #04819E;
}
.sect_comments .comments{
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.sect_comments .item{
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); 
}
.sect_comments .item .head{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.sect_comments .item .head .detail{
  font-family: Oswald;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sect_comments .item .head .detail img{
    margin-right: 20px;
}
.sect_comments .item .head .profit{
  font-size: 16px;
}
.sect_comments .item .head .profit span{
    color: #FF1E00;
}

@media screen and (max-width: 430px){
  .sect_comments .item .head .detail{
    flex-direction: column;
    flex-shrink: 0;
  }
  .sect_comments .item .head .profit{
    text-align: right;
  }
}

.sect_comments .item.first{
  max-width: 385px;
  margin: 80px 50px 0;
}
.sect_comments .item.second{
  max-width: 490px;
}
.sect_comments .item.third{
  max-width: 490px;
  margin: 40px;
}
.sect_comments .item.fourth{
  max-width: 360px;
  margin-top: -25px;
  margin-right: 90px;
}

@media screen and (max-width:1050px){
  .sect_comments .item.fourth{
    margin-right: 0px;
  }
}
@media screen and (max-width:1000px){
  .sect_comments .item.first{
    margin: 80px 20px 0;
  }
}
@media screen and (max-width: 965px){
  .sect_comments .item{
    margin-bottom: 25px;
  }
  .sect_comments .item.fourth{
    margin-top: -30px;
  }
}
@media screen and (max-width: 910px){
  .sect_comments .comments{
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }
  .sect_comments .item{
    width: 100%;
    max-width: 500px !important;
    margin: 25px 0 !important;
  }
  .sect_comments{
    position: relative;
  }
  .sect_comments h2{
    top: -20px;
  }
}


.sect_comments .item .body_comment{
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.section_join{
  margin: 70px 0;
}
.section_join .wrapp_blocks{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;      
}
.section_join .wrapp_blocks .item{
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); 
}
.section_join .wrapp_blocks .wrapp_img{
  background: #04819E;
  clip-path: inset(0 0 0 0 round 0 0 85% 0);
  margin-bottom: 25px;
  height: 150px;
}
.section_join .wrapp_blocks .wrapp_img img{
  padding: 40px 20px;
}
.section_join .wrapp_blocks .title,
.section_join .wrapp_blocks .descript{
  padding: 0 20px;
  text-align: right;
}
.section_join .wrapp_blocks .title{
  color: #FFB100;
  margin-bottom: 30px;
  font-size: 20px;
}
.section_join .wrapp_blocks .descript{
  margin-bottom: 20px;
}
@media screen and (max-width: 900px){
  .section_join .wrapp_blocks .item{
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px){
  .section_join .wrapp_blocks .item{
    width: 100%;
    max-width: 450px;
  }
  .section_join .wrapp_blocks{
    justify-content: center;
  }
}


.section_join .link_more,
.section_steps .link_more{
  text-align: center;
}
.section_join .link_join,
.section_steps .link_join{
  display: inline-block;
  width: 100%;
  max-width: 350px;
  background: #FF8500;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
}

.section_profit .title{
  color: #04819E;
  text-align: center;
  margin-bottom: 40px;
}
.section_profit .sect_results{
  margin-bottom: 50px;
  border-radius: 20px;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.section_profit .sect_results .title_head{
  justify-content: space-between;
  border-bottom: 1px solid #00B945;
  padding-bottom: 10px;
}

@media screen and (max-width: 900px){
  .section_profit .sect_results .title_head,
  .sect_content .item{
    font-size: 18px;
  }
}
@media screen and (max-width: 790px){
  .section_profit .sect_results .title_head,
  .sect_content .item{
    font-size: 16px;
  }
}

.section_profit .title_head .item.name,
.section_profit .wrap_sect_name{
  width: 40%;
}

.section_profit .title_head .item.profit,
.section_profit .title_head .item.trade_time,
.section_profit .title_head .item.cryptocurrency,
.section_profit .title_head .item.result,
.section_profit .wrap_sect_profit,
.section_profit .wrap_sect_trade_time,
.section_profit .wrap_sect_cryptocurrency,
.section_profit .wrap_sect_result{
  width: 15%;
  text-align: center;
}
.section_profit .wrap_sect_result i{
  background: url(../img/ico_tab.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 26px;
  display: block;
  margin: 0 auto;
}

.sect_content .item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #C4C4C4 !important;
}

@media screen and (max-width: 700px){
  .section_profit .sect_results .title_head{
    flex-direction: column;
    align-items: flex-start;
  }
  .section_profit .title_head .item.profit, 
  .section_profit .title_head .item.trade_time, 
  .section_profit .title_head .item.cryptocurrency, 
  .section_profit .title_head .item.result, 
  .section_profit .wrap_sect_profit, 
  .section_profit .wrap_sect_trade_time, 
  .section_profit .wrap_sect_cryptocurrency, 
  .section_profit .wrap_sect_result{
    text-align: left;
  }

  .section_profit .title_head .item.result{
    display: none;
  }
  .section_profit .title_head .item{
    width: 100% !important;
  }
  .section_profit .title_head .item:before,
  .sect_content .item>div:before{
    content: "";
    width: 10px;
    height: 10px;
    
    display: inline-block;
    margin: 0 5px 1px 0px;
  }
  .section_profit .title_head .item.name:before,
  .wrap_sect_name:before {
    background: #f91414;
  }
  .section_profit .title_head .item.profit:before,
  .wrap_sect_profit:before{
    background: #4caf50;
  }
  .section_profit .title_head .item.trade_time:before,
  .wrap_sect_trade_time:before{
    background: #2196f3;
  }
  .section_profit .title_head .item.cryptocurrency:before,
  .wrap_sect_cryptocurrency:before{
    background: #ff9800;
  }
  .wrap_sect_result:before{
    content: none !important;
  }


  
}
@media screen and (max-width: 640px){
  .sect_content .item{
    flex-direction: column;
  }
  .sect_content .item>div{
    margin-bottom: 10px;
    width: 100%;
  }
  .sect_content .item{
    position: relative;
  }
  .section_profit .wrap_sect_result{
    position: absolute;
    right: 0;
    height: 26px;
    width: 28px !important;
  }
  .section_profit .wrap_sect_result i{
    margin: 0;
  }
  .section_profit .wrap_sect_name{
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 568px){
  .section_profit .sect_results{
    padding: 30px 25px 15px;
  }
}

.section_profit .sect_content .item:last-child{
  border-bottom: none;
}

.section_steps{
  margin-bottom: 60px;
}
.wrapp_steps {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.wrapp_steps .step{
  width: 30%;
  text-align: center;
}
.wrapp_steps .step .block_img{
  background: url(../img/step.png) no-repeat;
  background-position: center center; 
  background-size: contain;
  height: 220px;
  width: 220px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.wrapp_steps .step .title{
  color: #FF8500;
  font-size: 20px;
  margin: 30px 0 40px;
}

.wrapp_steps .step .descript{
  font-size: 20px;
  line-height: 35px;
}
@media screen and (max-width: 780px){
  .wrapp_steps{
    justify-content: center;
  }
  .wrapp_steps .step{
    width: 100%;
    max-width: 560px;
    margin-bottom: 25px;
  }
}
.section_question{
  background: url(../img/bg_quest.png) no-repeat;
  background-size: cover;
  background-position: bottom center; 
  padding: 60px 0 40px;
}

.section_question .title{
  color: #FF8500;
  margin-bottom: 60px;
  text-align: center;
}

.wrapp_question{
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapp_question .item{
  width: 49%;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.wrapp_question .item .top{
  align-items: center;
  margin-bottom: 20px;
}
.wrapp_question .item .descript{
  text-align: right;
}
.wrapp_question .item .namber{
  background: #04819E;
  color: #fff;
  border-radius: 50%;
  padding: 18px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 780px){
  .wrapp_question{
    justify-content: center;
  }
  .wrapp_question .item{
    width: 100%;
    max-width: 560px;
  }
}
footer{
  padding: 60px 0;
background: rgba(0,0,0,1);
background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(58,58,58,1)));
background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(58,58,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3a3a3a', GradientType=1 );
}
footer .wrapp{
  flex-wrap: wrap;
}
footer .wrapp .item{
  width: 50%;
  text-align: center;
}
footer .wrapp .item:first-of-type{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .wrapp .item .logo_footer{
  width: 100%;
  max-width: 360px;
  margin: 40px 0; 
}

.block_link{
  text-align: center;
  margin-bottom: 80px;
}
.block_link .link_join{
  display: block;
  color: #fff;
  text-decoration: none;
  background: #00B945;
  width: 100%;
  max-width: 460px;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 25px;
}
.copyright{
  color: #fff;
  text-align: right;
}
.copyright p{
  font-size: 18px;
}
.copyright a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 640px){
  footer .wrapp .item{
    width: 100%;
  }
  footer{
    padding-bottom: 25px;
  }
  .copyright{
    text-align: center;
  }
}


@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(6,199,77, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(6,158,62, 1), 0 0 15px rgba(12,240,96, 1.0);
  }
}
@-moz-keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(6,199,77, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(6,158,62, 1), 0 0 15px rgba(12,240,96, 1.0);
  }
}
@-o-keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(6,199,77, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(6,158,62, 1), 0 0 15px rgba(12,240,96, 1.0);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(6,199,77, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(6,158,62, 1), 0 0 15px rgba(12,240,96, 1.0);
  }
}
/*________________________________*/
@-webkit-keyframes glow_t {
  0% {
    box-shadow: 0 0 0px rgba(255,133,0, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(255,133,0, 0.8), 0 0 15px rgba(255,144,25, 1.0);
  }
}
@-moz-keyframes glow_t {
  0% {
    box-shadow: 0 0 0px rgba(255,133,0, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(255,133,0, 0.8), 0 0 15px rgba(255,144,25, 1.0);
  }
}
@-o-keyframes glow_t {
  0% {
    box-shadow: 0 0 0px rgba(255,133,0, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(255,133,0, 0.8), 0 0 15px rgba(255,144,25, 1.0);
  }
}
@keyframes glow_t {
  0% {
    box-shadow: 0 0 0px rgba(255,133,0, 0.5);
  }
  100% {
    box-shadow: 0 0 10px rgba(255,133,0, 0.8), 0 0 15px rgba(255,144,25, 1.0);
  }
}

.block_link .link_join:hover,
#send-ins:hover {
    -webkit-animation-name: glow;
    -webkit-animation-duration: .65s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: glow;
    -moz-animation-duration: .65s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: glow;
    -o-animation-duration: .65s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;

    animation-name: glow;
    animation-duration: .65s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.section_join .link_join:hover, 
.section_steps .link_join:hover{
    -webkit-animation-name: glow_t;
    -webkit-animation-duration: .65s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: glow_t;
    -moz-animation-duration: .65s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name: glow_t;
    -o-animation-duration: .65s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;

    animation-name: glow_t;
    animation-duration: .65s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.modal_body .list ul{
  list-style: disc;
  margin: 0 0 15px 25px;
}
.alert_ts p,
.alert_polis p,
.alert_polis li,
.alert_ts li{
  margin-bottom: 5px;
  font-size: 16px;
}
.alert_ts h4,
.alert_polis h4{
  margin-bottom: 10px;
}
.alert_ts h3,
.alert_polis h3{
  margin-bottom: 15px;
}