h1{
	color: #FC3B3B;
}

h2{
	color: #29F04E;
}

h3{
  color: #FF7CFD;
}

.first-page{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.first-page img.bottom-icon{
  height: 3.5rem;
}

img.favicon-sber{
  height: 18px;
}

img.favicon-tinkof{
  height: 18px;
}

li{
  list-style-type: none;
}

.sidebar{
  background-color: #E7F2FF;
  bottom: 0;
  padding-left: 10px;
  padding-top: 60px;
  position: fixed;
  right: -250px;
  top: 0;
  transition: 0.5s;
  width: 250px;
  z-index: 3;
  }

.sidebar ul{
  list-style-type: none;
  padding-left: 0; 
  }

.sidebar ul ul{
  margin-left: 25px;
}

.sidebar a{
  color: #FC3B3B;
}  

.sidebar.zero{
  right: 0;
}

.button-humburger{
  background-color: #FC3B3B;
  cursor: pointer;      
  height: 42px;
  padding-left: 6px;
  padding-top: 18px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 42px;
  z-index: 5;
  }

.button-humburger.zero span:nth-child(1){
  transform: rotate(+45deg);
  }

.button-humburger.zero span:nth-child(2){
  transform: rotate(-45deg);
  }      

.button-humburger.zero::before,
.button-humburger.zero::after{
  display: none;
  }

.button-humburger::before,
.button-humburger span,   
.button-humburger::after{
  background-color: #fff;
  display: block;
  height: 6px;
  position: absolute;
  transition: 0.5s; 
  width: 30px;
  }   

.button-humburger::before,
.button-humburger::after{
  content: "";
  }

.button-humburger::before{
  top: 6px;
  }

.button-humburger::after{
  bottom: 6px;
  }

.container-fluid{
  position: relative;
  z-index: 2;
  }   

.last-block{
    background-attachment: fixed;
    background-image: url("../images/bg-01.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000; 
  height: 100vh;
}

#toTop {
    background-image: url("../images/button-to-top.svg");
    background-repeat: no-repeat;
  bottom: 10px;
  cursor: pointer;
  height: 50px;
  display: none;
  opacity: 1.0;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 1000;
}

#toTop img{
  display: block;
}

#toTop:hover {
  opacity: 1;
  transition: 0.9s linear;
}

.btn{
  cursor: pointer;
  }

.btn[disabled]{
  cursor: not-allowed;
  }

.g-recaptcha>div{
  margin: 20px auto;
}    