/**/

*{
 box-sizing: border-box;
}
.container-page{
margin:auto;
padding:0;
}
.row{
margin-right: 0;
    margin-left: 0;
}
audio, canvas, progress, video{
max-width:100%;
}
@font-face {
    font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Semi Bold'), local('Inter-Semi-Bold'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html,
body {

    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background: #fff;
    color: white;
    width: 100%;
    height: 100%

}

body a,
a:hover {

    font-family: 'Inter';

    transition: 0.5s all;

    text-decoration: none;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

    color: #fff;
font-size: 1.4rem;
    cursor: pointer;

}

h1,
h2,
h3 {
    width: 100%;
}
p{
	text-shadow: 0px 10px 17px rgba(0, 0, 0, 0.65);
}

.panel{
background:none;
}
.panel-default>.panel-heading {
    color: #fff;
    background: rgb(21,29,91);
    border-color: #ddd;
cursor:pointer;
}



.h_top {
z-index: 999;
    
    width: 100%;
    top: 0;
    left: 0;
}
.menu-top{
	padding: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.menu-top a {
	margin:0px 10px;
    color: white;
    font-size: 1.4rem;
    position: relative;
}
.menu-b{
  padding-right: 17px;
border-right: 3px solid #fff;

}
.menu-top a:hover {

    color: #000;

}

/*1 секция*/
.h_sect {
    
    min-height: 100%;
    display: flex;
    padding: 5px 2rem 60px 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../img/bg-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    position: relative;
}

.h_sect h1 {
    font-size: 10rem;
    letter-spacing: 5rem;
    font-weight: bold;
    padding-left: 5rem;
    text-shadow: 0px 10px 17px rgba(0, 0, 0, 0.65);

}

.h_sect p {
  margin-bottom: 3rem;
    font-size: 2rem;
    letter-spacing: 4px;
text-shadow: 0px 10px 17px rgba(0, 0, 0, 0.65);

}
.down{
    position:absolute;
    width: 100%;
    bottom: 60px;
    z-index: 999;
    display: flex;
    justify-content: center;
    text-align: center;
   }
  .chevron {
  position: absolute;
  z-index: 99;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  }
   
  .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
  }
   
  .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
  }
   
  .chevron:before,
  .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
  }
   
  .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  }
   
  .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
  }
   
  @keyframes move {
  25% {
  opacity: 1;
  }
  33% {
  opacity: 1;
  transform: translateY(30px);
  }
  67% {
  opacity: 1;
  transform: translateY(40px);
  }
  100% {
  opacity: 0;
  transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
  }
/*форма*/
.form-step{

}
.form-input{
	flex-direction: column;
    display: flex;
    align-items: center;
}
.form-input label{
	font-size: 1.6rem;
	font-weight: normal;
	padding:5px;
}
.form-input input{
background:rgba(0,0,0,0.2);
width: 40%;
border: 5px solid #fff;
padding:10px 20px;
font-size: 1.6rem;
}
.btn{
background:none;
font-size: 1.6rem;
font-weight: bold;
}
.btn:hover{
color: black;
}

 /**/
 .bg-1{
 	background: rgb(21,29,91);
background: linear-gradient(0deg, rgba(21,29,91,1) 0%, rgba(26,33,96,1) 42%, rgba(26,33,96,1) 100%);

 }  

   .content-title{
  width: 100%;
    text-align: left;
    font-weight: bold;
    text-shadow: 0px 10px 17px rgba(0, 0, 0, 0.65);
    padding: 20px 20px;
   	font-size: 3rem;
   }

.content p{
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-shadow:none;
  padding-bottom: 1rem;
}
.content ol{
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-shadow:none;
  padding-bottom: 1rem;
}
.content img{
	max-width: 100%;
}
.content h3, .content-pay h3{
	width: 100%;
	text-align:center;
font-size: 1.4rem;
}

/**/
.bg-2{
	background: rgb(82,99,202);
background: linear-gradient(0deg, rgba(82,99,202,1) 0%, rgba(82,99,202,1) 42%, rgba(33,47,135,1) 100%);

}


.img-responsible{
	width: 100%;

}
.img-br{
  border-radius: 10px;
height: 260px;
}
.flex-center {

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    flex-direction: column;

}

/**/
.text-footer{
	padding:10px;
	width: 100%;
	text-align:center;

}
/*pay*/
.pay_top{
 background-image: url(../img/bg-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.content-pay{
color:#000;
font-size: 1.4rem;
line-height: 2.4rem;
}
.content-title-pay{
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding:20px 0;
    font-size: 3rem;
   }
.content-pay p{
  color:#000;
font-size: 1.4rem;
line-height: 2.4rem;
  text-shadow:none;
  padding-bottom: 1rem;
}
@media (max-width:768px) {
.h_top {
z-index: 999;
   
   
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.menu-top{
	padding: 10px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.menu-top a, p {
	margin:0px 10px;
    color: white;
    font-size: 1rem;
}
.h_sect {
    padding: 5px 2rem 60px 2rem;

}
.h_sect h1{

	font-size: 3rem;
    letter-spacing: 1.8rem;
    padding-left: 1.8rem;
}
.h_sect p, .form-input label{
	 font-size: 1rem;
   padding-bottom: 0px;
}
.form-input input{
	width: 90%;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.content-title{
	font-size: 1.4rem;
}
.content p,.content-pay p, .content-pay{
	font-size: 1rem;
	line-height: 1.4rem;
  padding-bottom: 1rem;
}
.content ol{
  font-size: 1rem;
  line-height: 1.4rem;
  padding-bottom: 1rem;
}
.content h3, .content-pay h3{
  font-size: 1.2rem;
}
.img-br{
  height: auto;
}
.content-title-pay {
  font-size: 2rem;
}
a{
  font-size: 1rem!important;
  line-height: 1.4rem;

}

.display-n{
	display: none;
}
.menu-b{
  padding-right: 0px;
border-right: none;

}
}