
/*новые стили
 */
.navbar-expand-lg,
.navbar-expand-lg>div {
	padding:0;
}

.navbar-collapse{
  z-index: 22;
  flex-grow: unset;
}
img{
  max-width: 100%;
}
.hero {
  background: url("/assets/images/front/bg_2384.png") no-repeat right;
  font-weight: 400;
  color: #190a33;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.front_page {
  background-image: url(/assets/images/front/vector_smart_object1_3534.png);
  Background-position: 3% 2%;
  Background-repeat: no-repeat;
}

.hero h1{
  margin-top: 190px;
  margin-bottom: 41px;
  font-family: 'Myriad Pro';
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  color: #190a33;
  text-align: left;
}
.hero p{
  font-family: 'Myriad Pro';
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin-bottom: 71px;
}
.navbar-nav{
  background: #FFF;
  border-radius: 18px;
}
.first:hover{
  color: #fce4ff;
  transition: 0.5s;
  box-shadow: 0 0 39px #f700d4;

}
.nav-link:hover{
  color: #713fbf !important;
  text-shadow: 0px 0px 3px #713fbf;
}
.login:hover{
  color: #FFF !important;
  box-shadow: 0px 0px 5px #713fbf;
}
.first{
  line-height: 1;
  background-color: #450a9b;
  background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
  border-radius: 28.3px;
  color: #ffffff;
  padding: 20px;
  border:none;
  position: relative;
  margin-right: 30px;
}
.second:hover{
  box-shadow: 0 0 39px #713fbf;
    transition: 0.5s;
}
.cta-section a:hover{
  box-shadow: 0 0 39px #360485;
  transition: 0.5s;

}
.r button:hover{
  box-shadow: 0 0 39px #ba8dc4;
  transition: 0.5s;
}


.second {
  box-sizing: border-box;
  border-radius: 28.3px;
  color: #190a33;
  padding: 20px;
  text-align: center;
  line-height: 1; 
  font-size: 16px; /* Adjust this value as necessary */
  background: white; /* Background color of the button */
  position: relative;
  z-index: 1;
}
.second::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(-90deg, #d43297 0%, #6540c3 100%);
  border-radius: 28.3px; /* Same border radius as the button */
  z-index: -1;
}
.second::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: white;
  border-radius: 28.3px; /* Same border radius as the button */
  z-index: -1;
}
.login{
  width: 150px;
  background-color: #450a9b;
  background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
  border-radius: 18px;
  color: #FFF !important;
  padding: 7px;
  margin-right: -1px;
}
.footer {
  position: relative;
  padding: 50px 0;
  background-color: #e0e0e0;
  text-align: left;
  margin-top: 200px;
}
.footer::before {
  content: '';
  position: absolute;
  top: -149px;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #e0e0e0;
  border-radius: 50% 50% 0 0;
  z-index: -1;
}
.footer .container {
  position: relative;
  z-index: 1;
}

.footer .contact-info{
  color: #FFF;
  height: 125px;
  background-color: #ebeaed;
  background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
  border-radius: 62.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;  /* This centers the elements vertically */
  position: relative;
  margin-bottom: 74px;
  padding: 58px 0 55px 0;
}
.contact-info::after{
  content: url(/assets/images/front/vector_smart_object1_3534.png);
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  opacity: 60%;
}
.l{
  display: flex;
  justify-content: space-evenly;
  width: 33%;
}
.l p {
  margin: 0;!important;}
.r{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 33%;
}

.gradient-text1 {
  font-weight: bold;
  background: linear-gradient(-90deg, #d43297 0%, #6540c3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.r a {
  color: #FFF !important;
}
.r button {
  position: relative;
  width: 176px;
  height: 57px;
  border-radius: 28.3px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  background-color: white; /* Белый фон */
  border: 3px solid transparent; /* Прозрачная граница для градиента */
  background: linear-gradient(white, white) padding-box,
  linear-gradient(0deg, #ca339b, #6f3fbf) border-box; /* Градиентная рамка */
  color: transparent; /* Делаем текст прозрачным */
  border: none;
}
.r button::before {
  content: attr(data-text); /* Используем атрибут data-text для вставки текста */
  background: linear-gradient(0deg, #ca339b, #6f3fbf); /* Градиентный текст */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* Отключаем возможность взаимодействия с псевдоэлементом */
}
.btn-gradient {
  background: linear-gradient(45deg, #ff5f7e, #ffc371);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}
.features, .steps, .partners, .footer {
  padding: 50px 0;

}
.features img{
  margin-bottom: 67px;
}
.features h4{
  font-family: 'Myriad Pro';
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #160934;
}
.btn-primary {
  background-color: #6c63ff;
  border-color: #6c63ff;
}

.gradient-text {
  font-family: 'Myriad Pro',serif;
  font-size: 53.7px;
  font-weight: 400;
  line-height: 68px;
  background: -webkit-linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 10px;
}
.subtext{
  font-family: 'Myriad Pro',serif;
  font-size: 18px;
  line-height: 68px;
  font-weight: 400;
  color: #666666;
  padding-top: 28px;
}
.stats .col-md-3{
  display: flex;
  justify-content: center;
}
hr{
  height: 1px;
  opacity: 0.14;
  background-color: #545354;
  width: 100%;
}
.cta-section {
  background: rgba(61, 30, 130, 0.67);
  color: white;
  padding: 50px 0;
  text-align: center;
}
.cta-section h2 {
  font-family: 'Myriad Pro',serif;
  font-size: 32px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.cta-section .btn-primary {
  background: linear-gradient(-90.0deg, #d43297 0%, #6540c3);
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 25px;
}
.foot-logos{
  width: 381px;
  background-color: #bdbdbd;
  border-radius: 40.5px;
  align-content: center;
  padding: 20px;
}
.footer .text-left{
  font-family: 'Myriad Pro',serif;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #1a0a38;
}
.navbar-brand{
  height: 80px;
  background: #fff;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    height: auto;
}
.numb{
  display: flex;
  justify-content: flex-start;
  margin-right: 40px;
}
.numb p{
  text-align: left;
  font-family: 'Myriad Pro';
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #160934;
}
.numb small{
  font-family: 'Myriad Pro';
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #666666;
}
.circle {
  margin-right: 40px;
  margin-bottom: 124px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(0deg, #ca339b 0%, #6f3fbf 100%) border-box;
  border: 3px solid transparent;
  font-size: 24px;
  color: #6a11cb;
}
.steps h2{
  margin-bottom: 87px;
}
.feature-box h4{
  margin-bottom: 21px;
  margin-top: 39px;
}
.feature-box{
  margin-bottom: 129px;
}
.partners .row{
  align-items: center;
}
#navbarNav{
  height: 36px;
  border-radius: 18px;
}
#navbarNav a{
  font-family: Bahnschrift;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #313131;
}
.footer li  a{
  font-family: 'Myriad Pro';
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.01em;
  color: #393939;

}
.footer li{
  list-style-type: none;
  padding-left: 25px;
  background: url('/assets/images/front/li.png') no-repeat left center;
  background-size: 16px 16px;
}


.banner-section{
  background: #FFF;
}

/*форма регистрации

 */
.form-container::before{
  content: url(/assets/images/front/vector_smart_object1_3534.png);
  position: absolute;
  left: -61%;
  top: 0%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  opacity: 60%;
}
.form-container {
  position: relative;
  max-width: 700px;
  margin: 50px auto;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-title i {
  font-size: 28px;
  margin-right: 10px;
  color: #ca339b;
}
.form-control {
  padding: 10px 20px 10px 45px; /* Добавляем отступ для иконки */
  height: 53px;
  background-color: #eaedf2;
  border-radius: 22px;
  position: relative; /* Добавляем относительное позиционирование */
}
.form-text {
  margin-top: 6px;
  font-family: 'Myriad Pro';
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #a039ac;
  margin-left:45px ;
}
.form-check-label {
  align-items: center;
}
.form-check-input {
  margin-right: 10px;
  accent-color: #ca339b;
}
.form-check{
  font-family: 'Myriad Pro';
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #aaadb2;
}
.form-check a{
  color: #aaadb2;
  text-decoration-line:underline;
}

.submit-btn {
  width: 349px;
  height: 57px;
  background-color: #450a9b;
  background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
  border-radius: 28.3px;
  color: #FFF;
}
.submit-btn:hover{
  transition: 0.4s;
  color:#f1cccc;
  box-shadow: 1px 1px 20px #c4349d;
}
.head{
  display: flex;
  justify-content: space-around;
}
.head .text-left{
  font-family: 'Myriad Pro';
  font-size: 14px;
  line-height: 20px !important;
  margin-top: 7px;
  margin-left: 10px;
  font-weight: 400;
  color: #a0a0a0;
}
.form-container hr{
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  height: 1px;
  background-color: #777777;
  background-image: linear-gradient(-90.0deg, #d13195 0%, #6540c3 100%);
  opacity: 1;
}
.head span{
  font-family: 'Myriad Pro';
  font-size: 39px;
  line-height: 46px;
  font-weight: 400;
  color: #190a33;
}
.head img{
  margin-right: 10px;
  width: 37px;
  height: 37px;
}
.input-icon {
  position: relative;
}
.input-icon img {
  position: absolute;
  left: 23px;
  top: 27px;
  z-index: 1;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.text-danger{
  line-height: 14px;
}
.form-check-input {
  display: none;
}
.form-check-label a{
  text-decoration-line: underline !important;
}
.form-check-label{
  margin-left: 24px;
}
.form-check-input + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -7px;
  top: -1px;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: url('/assets/images/front/12.png') no-repeat center center;
  background-size: cover;
}
.form-check-input:checked + label::before {
  background: url('/assets/images/front/13.png') no-repeat center center;
  background-size: cover;
  width: 37px;
  height: 37px;
}
/* Скрытие стандартной иконки даты */
input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
body{
  overflow-x: hidden ;
}
.form-group .form-control{
  height: 53px;
  border-radius: 22px;
}

.header_buttons {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
	
  #page_registration .form-group input[type="text"] ,
  #page_registration .form-group input[type="tel"] ,
  #page_registration .form-group input[type="email"] {
	font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
	height: auto;
    height: auto;
  }
	
  .navbar-nav{
    background-color: #fff; padding: 0.75rem 4rem;
  }
  .navbar-brand {
    width: 200px;
    height: 60px;
    padding: 0rem 1rem;
  }

  .first::after {
    display: none;
  }
  
  .header_buttons .first {
	 width: 100%;
    text-align: center;
	margin: 0;
	order: 2;
  }
  
  .header_buttons .second {
	 width: 100%;
    text-align: center; 
	margin: 0 0 1rem;
	order: 1;
  }

  .contact-info::after {
    display: none;
  } 

  .footer .contact-info {
    color: #FFF;
    height: 100%;
    background-color: #ebeaed;
    background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
    border-radius: 62.5px;
    display: flex;
    justify-content: space-around;
    position: relative;
    margin-bottom: 74px;
    flex-wrap: wrap;
  }
.head{
  flex-direction: column;
}
  .head img {
    margin-right: 15px;}
  .form-title {
    margin-bottom: 7px;}
  .form-container::before{
    display: none;
  }
  .head span {
    font-size: 20px;
    line-height: 28px;
  }

  .head .text-left {
    line-height: 20px !important;

  }

  .hero h1 {
    color: #FFF !important;
    margin-top: 100px;
  }

  .hero p {
    color: #FFF !important;
  }

  .hero {
    background-size: cover;
    padding: 0;
  }

  .subtext {
    padding-top: 22px;
    font-size: 17px;
    padding-top: 21px;
    font-size: 14px;
  }

  .gradient-text {
    font-size: 27.7px;
    margin-right: 5px;
  }
  .login-page{
    margin-top: 25px;
  }
  .front .navbar-brand img {
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
  }

  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .navbar-nav {
    margin-top: 67px;

  }
  .front{
    padding: 0 0 50px 0;
 
  }
  .front .hamburger .line{
    background-color: #ffffff;
    height: 4px;
  }
  .hero p{
    margin-bottom: 120px;
  }
  #navbarNav{
    height: 0;
  }
  .navbar-collapse{
    background-color: rgb(0 0 0 / 0%) !important;
  }

  /* Prevent page jumping */
  body.nav-open {
    overflow: hidden;
  }

  /* Fixed position for the navbar collapse */
  .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Background overlay */
    z-index: 1050; /* Ensure it's above other elements */
    padding: 1rem;
  }
  .form-group .form-control{
    height: 63px;
    font-size: 20px;
  }
  .input-icon img{
    top: 33px;
  }
  .form-container{
    margin: 0;
	padding: .75rem 1rem;
  }
  .footer::before{
    height: 50px;
    top: -48px;
  }
  .footer{
    margin-top: 100px;
  }
  .navbar{
    padding-top: .5rem;
  }
}

@media (max-width: 900px) {
  .contact-info::after{
    display: none;
  }
  .footer .contact-info{
    height: auto;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 15px 0 31px 0;
  }
  .r{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 25px 0 25px 0;
  }
  .l{
    width: 100%;
    justify-content: space-around;
    padding: 0;
  }
}
.navbar-light .navbar-toggler-icon {
  background: none;
}
.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 1px;
}




/*contacts*/

.contacts_page .banner-section {
	padding:0;
}

/*registration*/
#page_registration {
	
}

#page_registration .form-group input[type="text"] ,
#page_registration .form-group input[type="tel"] ,
#page_registration .form-group input[type="email"] {
	Background-position: 0.6rem center;
	Background-repeat: no-repeat;
	Background-size: 1rem;
	padding-left: 2.3rem;
}

#page_registration .surname input,
#page_registration .name input,
#page_registration .patron input {
	background-image: url(/assets/images/front/11.png);
}

#page_registration .bday input {
	background-image: url(/assets/images/front/22.png);
}

#page_registration .phone input {
	background-image: url(/assets/images/front/33.png);
}

#page_registration .email input {
	background-image: url(/assets/images/front/44.png);
}

#page_registration .policy {
	margin-bottom: 2rem;
}

#page_registration .policy .policy_conditions {
	text-decoration: underline;
}

#page_registration .sum {
	padding: 0;
}

#page_registration.body_cpa footer .row {
	
}

#page_registration.body_cpa .footer_text_1,
#page_registration.body_cpa .footer_text_2,
#page_registration.body_cpa .footer_text_3 {
	display:none;
}

#page_registration.body_cpa footer>.container {
	position:relative;
}

#page_registration.body_cpa footer>.container:after {
	content: ' ';
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	z-index: 5;
}

#reg_sum_value {
	color: #fff;
    font-size: 1rem;
    padding: 0.1rem 0.3rem;
    border-radius: 8px;
	background-color: #450a9b;
	font-weight: bold;
    background-image: linear-gradient(-90.0deg, #d43297 0%, #6540c3 100%);
}

.range_label .label_title {
	font-weight: bold;
}