@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Dancing+Script:wght@400..700&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Vinyl&family=Rubik:ital,wght@0,300..900;1,300..900');

@font-face {
  font-family: "Druk Wide Cyr";
  src: url('./fonts/druk-wide-cyr.ttf');
}

:root {
  --bkg: #17181A;
  --white-1000: #ffffff;
  --violet-700: #CE66FF;
  --blue-700: #9FF1FF;

}

*{   
  margin: 0;   
  padding: 0;   
  box-sizing: border-box;   
}   
   
html,   
body{   
  width: 100%;   
  height: 1px;   
  min-height: 100%;   
  font-family: 'Roboto', sans-serif;   
  background-color: var(--bkg);
  scroll-behavior: smooth;
}   
   
.wrapper{   
  overflow: hidden; 
  position: relative;
  min-height: 100%;
}

/*==============================================*/

.effect-1 {
  position: absolute;
  left: -200px;
  top: 650px;
  width: 0;
  height: 0;
  box-shadow: 0 0 800px 300px var(--blue-700);
  z-index: 0;
}
.effect-2 {
  position: absolute;
  right: -250px;
  top: 1100px;
  width: 0;
  height: 0;
  box-shadow: 0 0 800px 300px var(--violet-700);
  z-index: 0;
}
.effect-3 {
  position: absolute;
  left: -200px;
  top: 2600px;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 800px 300px var(--blue-700);
  z-index: 0;
}
.effect-5 {
  position: absolute;
  right: -300px;
  top: 600px;
  width: 0;
  height: 0;
  box-shadow: 0 0 300px 400px var(--violet-700);
  z-index: 0;
}
.effect-6 {
  position: absolute;
  left: -200px;
  bottom: 150px;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 300px 400px var(--blue-700);
  z-index: 0;
}

@media(max-width:1000px){
  .effect-1, .effect-3, .effect-6{
    box-shadow: 0px 0px 300px 200px var(--blue-700);
  }
  .effect-2, .effect-5 {
    box-shadow: 0px 0px 300px 200px var(--violet-700);
  }
}
@media(max-width:500px){
  .effect-1 {
    top: 400px;
    box-shadow: 0px 0px 500px 150px var(--blue-700);
  }
  .effect-2 {
    top: 700px;
  }
}



.title {
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.5;
  text-transform: uppercase;
  color: var(--white-1000);
  z-index: 10;
}
.subtitle {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto';
  color: var(--white-1000);
}

.section {
  width: 100%;
  max-width: 1800px;
  margin: 0px auto;
  padding: 20px 30px;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
button {
  cursor: pointer;
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}


/*====================================================*/

.header {
  padding: 20px 30px;
  z-index: 10;
}
.header-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: relative;
}
.footer-header {
  position: relative;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.logo-text {
  color: var(--white-1000);
  font-family: 'Druk Wide Cur', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 8px;
  line-height: 150%;
  letter-spacing: 11%;
}

.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
.header-menu a {
  text-transform: uppercase;
  color: var(--white-1000);
  font-size: 9px;
  font-weight: 700;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
}

.header-contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.header-contacts-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-1000);
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  gap: 15px;
}
.numbur {
  font-size: 9px;
  font-weight: 700;
  color: var(--white-1000);
}
.header-contacts-border {
  width: 0px;
  height: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-contacts-butoon {
  font-size: 10px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--bkg);
  background: linear-gradient(110deg, var(--violet-700), var(--blue-700));
  padding: 20px 35px;
  border-radius: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.numbur-adaptive {
  text-transform: uppercase;
  color: var(--white-1000);
  font-size: 9px;
  font-weight: 700;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  display: none;
}
.header-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-1000);
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  gap: 15px;
}


@media(max-width:1300px){
  .numbur-main {
    display: none;
  }
  .numbur-adaptive {
    display: block;
  }
  .border-first {
    display: none;
  }
  .header-menu {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
  }
  .header-header {
    background-color: transparent;
  }
  .header-header{ 
    padding-left: 0px;
    padding: 0px;
  }
  .header {
    margin-bottom: 80px;
  }
}
@media(max-width:800px){
  .numbur-adaptive {
    display: none;
  }
  .numbur-main {
    display: block;
  }
  .header-contacts-menu {
    flex-direction: column;
  }
  .section {
    padding: 15px 20px;
  }
  .header {
    padding: 15px 20px;
  }
}
@media(max-width:600px){
  .header-menu {
    gap: 15px;
  }
  .header-contacts-butoon {
    padding: 16px 20px;
    font-size: 6px;
  }
  .section {
    padding: 12px 10px;
  }
  .header {
    padding: 12px 10px;
  }
  .header-menu a {
    font-size: 6px;
  }
  .logo-text {
    font-size: 8px;
    line-height: 1.7;
  }
  .numbur {
    font-size: 6px;
  }
  .sm-icon {
    width: 15px; 
    aspect-ratio: 1;
  }
  .header-sm {
    gap: 15px;
  }
  .header-contacts-border {
    display: none;
  }
  .header-contacts {
    gap: 15px;
  }
  .header-contacts-menu {
    gap: 10px;
  }
}
@media(max-width:400px){
  .header-menu {
    padding: 0;
  }
  
}






/*=====================================================*/

.hero {
  display: grid;
  grid-template-columns: 1fr 450px;
  z-index: 10;
}
.hero-title {
  grid-row: 1/3;
  position: relative;
  z-index: 10;
}
.hero-title-text {
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 1.5;
  text-transform: uppercase;
  color: var(--white-1000);
  z-index: 10;
}
.hero-blue {
  color: var(--blue-700);
  z-index: 10;
}
.hero-violet {
  color: var(--violet-700);
  z-index: 10;
}

.hero-title-info {
  font-size: 11px;
  font-weight: 700;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  color: var(--white-1000);
  position: absolute;
  bottom: 7px;
  left: 340px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-bonus {
  display: flex;
  gap: 14px;
}
.hero-bonus-text {
  line-height: 1.72;
  font-size: 11px;
  font-weight: 700;
  color: var(--white-1000);
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  text-transform: uppercase;
}
.hero-bonus-text span {
  color: var(--violet-700);
}

.hero-descrtiption {
  display: flex;
  align-items: end;
}

@media(max-width:1300px){
  .hero {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media(max-width:1000px){
  .title {
    font-size: 32px;
  }
}
@media(max-width:800px){
  .hero-title-text {
    font-size: 40px;
    line-height: 1.4;
  }
  .hero-title-info {
    left: 280px;
    font-size: 9px;
    line-height: 1.8;
  }
  .title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 16px;
  }
}
@media(max-width:650px){
  .hero-title-text {
    font-size: 32px;
  }
  .hero-title-info {
    left: 220px;
  }
  .hero-bonus-text {
    font-size: 10px;
  }
  .hero {
    row-gap: 20px;
  }
}
@media(max-width:540px){
  .hero-title-text {
    font-size: 28px;
  }
  .hero-title-info {
    font-size: 6px;
    left: 190px;
  }
  .header {
    margin-bottom: 50px;
  }
  .title {
    font-size: 22px;
  }
  .subtitle {
    font-size: 14px;
  }
}
@media(max-width:480px){
  .hero-title-text {
    font-size: 22px;
  }
  .hero-title-info {
    left: 160px;
    bottom: 4px;
  }
}


.options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 40px;
  margin-bottom: 120px;
  z-index: 10;
}
.option-card {
  position: relative;
  z-index: 10;
}
.option-card img {
  width: 100%;
}
.option-2-img, .option-2-img-adaptive {
  width: 100%;
}
.option-2-img-adaptive {
  display: none;
}
.option-shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.option-card-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 14;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 18px;
  flex-direction: column;
}

.option-card-text {
  font-size: 11px;
  font-weight: 700;
  color: var(--white-1000);
  line-height: 1.72;
  letter-spacing: 1px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  text-transform: uppercase;
}

.shadow-2-adaptive {
  display: none;
}

@media(max-width:1000px){
  .options {
    grid-template-columns: 1fr 1fr;
  }
  .option-2-img-adaptive {
    display: block;
  }
  .option-2-img {
    display: none;
  }
  .shadow-2-adaptive {
    display: block;
  }
  .shadow-2 {
    display: none;
  }
  .option-2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .option-card-info {
    bottom: 20px;
    left: 20px;
  }
}
@media(max-width:700px){
  .option-card-text {
    font-size: 9px;
    line-height: 1.6;
  }
  .option-card-info {
    gap: 10px;
  }
  .option-card-icons img {
    height: 30px;
  }
}
@media(max-width:500px){
  .option-card-text {
    font-size: 6px;
  }
  .option-card-info {
    gap: 4px;
    left: 15px;
  }
}

/*====================================================================================*/

.about {
  margin-bottom: 120px;
}

.about-header {
  width: 100%;
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
  position: relative;
}
.about-header-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 600px;
  gap: 30px;
  z-index: 10;
}
.about-text {
  color: var(--white-1000);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -1px;
  opacity: 0.7;
  z-index: 10;
}
.about-header-title {
  color: var(--white-1000);
}
.about-header img {
  position: absolute;
  bottom: -75px;
  left: 150px;
  z-index: 15;
}

@media(max-width:800px){
  .about{
    margin-bottom: 80px;
  }
  .about-header{
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .about-header img {
    left: 75%;
    width: 170px;
    bottom: 180px;
  }
  .about-header-text {
    gap: 15px;
  }
}
@media(max-width:550px){
  .about {
    margin-bottom: 50px;
  }
  .about-header img {
    bottom: -160px;
    left: 70%;
  }
}




.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  margin-top: 45px;
  z-index: 10;
}
.about-card {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 400px;
  width: 100%;
  padding: 30px;
  z-index: 10;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.about-card:hover {
  background: linear-gradient(110deg, var(--violet-700), var(--blue-700));
}

.about-card.active {
  background: linear-gradient(110deg, var(--violet-700), var(--blue-700));
}


.about-card-title {
  color: var(--white-1000);
  font-size: 20px;
  font-weight: 700;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 10;
  transition: color 0.3s ease;
}

.about-card.active .about-card-title,
.about-card.active .about-card-text {
  color: var(--bkg);
}

.about-text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
.about-card-text {
  color: var(--white-1000);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  opacity: 0.7;
  line-height: 1.15;
  letter-spacing: -1px;
  z-index: 10;
}

@media(max-width:1200px){
  .about-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about-card-text {
    font-size: 12px;
  }
  .about-card-title{
    font-size: 16px;
  }
  .about-card{ 
    min-height: 300px;
  }
}
@media(max-width:800px){
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media(max-width:550px){
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-card {
    min-height: 0;
    border-radius: 25px;
  }
  .about-card-title {
    margin-bottom: 30px;
  }
  .about-card {
    padding: 20px;
  }
}

/*========================================================*/

.photo {
  z-index: 10;
}
.city {
  z-index: 10;
  position: relative;
}
.city-img {
  width: 100%;
  z-index: 10;
  position: relative;
}


/*=======================================================*/

.questions {
  margin-top: 120px;
}
.question-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.question-header-title span {
  color: var(--violet-700);
}


.question-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: start;
}
.question-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.question {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  cursor: pointer;
}
.question__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  padding-left: 30px;
  user-select: none;
  gap: 10px;
}
.question--opened .question__header {
  border-radius: 30px 30px 0px 0px;
}
.question-button {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 66px;
  aspect-ratio: 1;
  height: 66px;
}
.pdf-button {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 66px;
  aspect-ratio: 1;
  height: 66px;
}
.question-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  color: var(--white-1000);
  text-transform: uppercase;
}
.question__content {
  height: 0;
  opacity: 0;
  padding: 0px 20px;
  overflow: hidden;
  line-height: 0;
  transition: 0.3s ease;
}
.question--opened .question__content {
  color: #fff;
  height: auto;
  opacity: 1;
  padding: 10px 20px 20px 20px;
  line-height: 1.3;
}

@media(max-width:1000px){
  .question-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media(max-width:800px){
  .question-block {
    flex-direction: column;
  }
  .questions {
    margin-top: 80px;
  }
}
@media(max-width:550px) {
  .question {
    border-radius: 20px;
  }
  .question__header {
    padding: 8px;
  }
  .question-title{
    margin-left: 10px;
    font-weight: 500;
    font-size: 12px;
  }
  .question-button {
    flex: 0 0 55px;
    aspect-ratio: 1;
    height: 55px;
    border-radius: 16px;
  }
  .pdf-button {
    flex: 0 0 55px;
    aspect-ratio: 1;
    height: 55px;
    border-radius: 16px;
  }
}

/*=============================================================*/
.video {
  display: flex;
  flex-direction: column;
  position: relative;
}

.video-header {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-top: 120px;
}

video {
  width: 100%;
  border-radius: 80px;
  margin-top: 30px;
}



.player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;

  background: linear-gradient(110deg, var(--violet-700), var(--blue-700));
  border-radius: 50%;
  width: 150px;
  aspect-ratio: 1;

  display: flex;
  justify-content: center;
  align-items: center;
}

.player.hide {
  opacity: 0;
}

.player img.pause-icon {
  content: url("img/pause-icon.svg");
}

.video-block {
  position: relative;
}

@media(max-width:800px){
  .video-header {
    margin-top: 80px;
  }
  video {
    border-radius: 50px;
    margin-top: 20px;
  }
  .player {
    width: 100px;
  }
  .player img {
    width: 20px;
  }
}
@media(max-width:600px){
  video {
    border-radius: 25px;
  }
  .player {
    width: 70px;
  }
  .player img {
    width: 14px;
  }
  .video-header {
    margin-top: 50px;
  }
}

/*-------------------------------------------------------------------------*/

.form {
  margin-top: 120px;
  position: relative;
}
.from-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.emoji {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.form-img-part {
  width: 100%;
  aspect-ratio: 1;
}
.form-part {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px; 
}

.form-inputs input {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 35px 30px;
  width: 100%;
  color: var(--white-1000);
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 500;
  transition: 0.5s;
}
.form-inputs input:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}
.form-inputs input::placeholder {
  color: var(--white-1000);
  text-transform: uppercase;
  opacity: 0.6;
  font-weight: 700;
  font-size: 10px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.form-button {
  font-size: 10px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--bkg);
  background: linear-gradient(to right, var(--violet-700), var(--blue-700));
  padding: 35px 30px;
  border-radius: 30px;
  max-width: 230px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*----------------checkbox---------------------*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
  color: var(--white-1000);
  opacity: 0.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--bkg);
  border: 1px solid var(--white-1000);
  border-radius: 5px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: var(--bkg);
}

.checkbox-container input:checked ~ .checkmark {
  background-color: var(--bkg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width:1200px){
  .form-title {
    font-size: 32px;
  }
}
@media(max-width:1000px){
  .from-block {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .emoji {
    right: 0%;
    top: 320px;
    transform: translateX(0) translateY(0);
  }
}
@media(max-width:750px){
  .form {
    margin-top: 80px;
  }
  .form-button {
    max-width: 100%;
  }
  .form-title {
    font-size: 26px;
  }
  
}
@media(max-width:600px){
  .form-title{
    font-size: 22px;
  }
  .form-inputs input {
    padding: 25px;
    border-radius: 20px;
  }
  .form-button {
    border-radius: 20px;
    padding: 25px;
  }
  .emoji {
    width: 100px;
    top: 200px;
  }
  .form {
    margin-top: 50px;
  }
}
/*-----------------------------------------------------------------*/

.ask {
  margin-top: 120px;
  margin-bottom: 80px;
}
.ask-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.ask-subtitle-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.ask-title {
  width: 100%;
}
.ask-subtitle-part {
  width: 100%;
}
.ask-subtitle a {
  color: var(--white-1000);
  text-decoration: underline;
}

@media(max-width:800px){
  .ask-header {
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .ask-subtitle-part {
    gap: 10px;
  }
  .ask {
    margin-top: 80px;
  }
}

.manager-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-1000);
  text-transform: uppercase;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  letter-spacing: 1px;

}
.ask-manager {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.manager-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ask-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-top: 40px;
}
.ask-manager {
  width: 100%;
}
.ask-contancts {
  width: 100%;
}

.ask-contancts {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ask-contanct-part {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.ask-sm-part {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.ask-number {
  font-size: 20px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--white-1000);

}

.ask-button {
  font-size: 10px;
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--bkg);
  background: linear-gradient(110deg, var(--violet-700), var(--blue-700));
  padding: 35px 30px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


@media(max-width:800px){
  .ask-manager {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .manager-name {
    font-size: 18px;
  }
  .manager-text {
    font-size: 12px;
  }
  .ask-contancts {
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    align-items: start;
  }
  .ask-button {
    width: 100%;
    padding: 20px 30px;
  }
  .ask-number {
    font-size: 16px;
  }
}
@media(max-width:550px){
  .ask-manager {
    flex-direction: row;
    align-items: center;
  }
  .ask-body{
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .ask-contancts{
    width: 100%;
    gap: 15px;
  }
  .ask-contanct-part {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}



.footer-header {
  background-color: var(--bkg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  padding-left: 10px;
  border-radius: 20px;
}

.footer-body {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 250px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.footer-column-item {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
}
.footer-column-item span {
  color: rgb(255, 255, 255);
}
.footer-column-smaller {
  max-width: 280px;
}
.footer-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-mark {
  color: var(--white-1000);
  font-family: 'Druk Wide Cyr', 'Roboto', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;

}


@media(max-width:600px){
  .footer-body {
    justify-content: space-between;
    align-items: start;
    gap:30px;
  }
  .footer-column-smaller {
    max-width: 260px;
  }
  .footer-mark {
    font-size: 6px;
  }
}


@media(max-width:1300px){
  .footer-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width:800px){
  .footer {
    padding: 15px 20px;
  }
}
@media(max-width:600px) {
  .footer {
    padding: 12px 10px;
  }

}