@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}   
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz\,wght.ttf');
    font-weight: normal;
    font-style: normal;
}

/*header-section styles start*/
/*header-section styles start*/
/*header-section styles start*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Montserrat';
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

a {
    color: rgba(255, 255, 255, 1);
}

.first_block__wrapper {
    background:url(./../img/background-1.webp) no-repeat;
    /* padding-top: 95px !important; */
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.header-wrapper {
    position: fixed;
    top: 0px;
    justify-content: center;
    min-width: 100vw;
    display: flex;
    height: 70px;
    z-index: 5;
    background-color: black;
}

.vh100 {
    min-height: 100vh;
}

.container {
    width: 1595px;
}

.back-top-button {
    margin-top: 90vh;
    position: fixed;
    margin-left: 90vw;
    z-index: 15;
    display: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.section {  
    transform: scale(0.85); 
}

.virtual-section {
    justify-content: center;
    position: relative;
}

.rotate-text {
    font-size: 40px;
}

/* Поворачиваем каждую букву */
.rotate-text span {
    display: inline-block;
    animation: rotateLetter 0.6s linear forwards;
    animation-play-state: paused; /* Пауза анимации по умолчанию */
    transform-style: preserve-3d;
}

/* Задержки для каждой буквы */
.rotate-text span:nth-child(1) { animation-delay: 0.05s; }
.rotate-text span:nth-child(2) { animation-delay: 0.10s; }
.rotate-text span:nth-child(3) { animation-delay: 0.15s; }
.rotate-text span:nth-child(4) { animation-delay: 0.20s; }
.rotate-text span:nth-child(5) { animation-delay: 0.25s; }
.rotate-text span:nth-child(6) { animation-delay: 0.30s; }
.rotate-text span:nth-child(7) { animation-delay: 0.35s; }
.rotate-text span:nth-child(8) { animation-delay: 0.40s; }
.rotate-text span:nth-child(9) { animation-delay: 0.45s; }
.rotate-text span:nth-child(10) { animation-delay: 0.50s; }
.rotate-text span:nth-child(11) { animation-delay: 0.55s; }
.rotate-text span:nth-child(12) { animation-delay: 0.60s; }

@keyframes rotateLetter {
    from { transform: rotateY(0); }
    to { transform: rotateY(360deg); }
}

/* Запускаем анимацию при наведении */
.rotate-text:hover span {
    animation-play-state: running;
}
.wrapper {
    display: flex !important;
    justify-content: center;
}

.wrapper--dark {
    background-color: rgba(25, 25, 25, 1);

}

.container.w960 {
    width: 960px;
}

.header {
    display: flex;
    justify-content: space-between;
    max-width: 1595px;
    align-items: center;
    background-color: transparent;
    width: 1595px;
}


.main-section__consultation {
    padding-top: 25px;
}

.special-main-wrapper {
    width: 836px;
    padding: 0 62px;
}

.button {
    border: 1px solid #E06B50;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    font-family: 'Montserrat';
}

.virtual_blocks {
    padding-top: 30px;
}

.virtual_blocks_osint {
    display: flex;
    justify-content: space-between;
}

.virtual_blocks-line_block_noimg {
    width: 780px;
    font-family: Inter;
    font-size: 30px;
    height: 105px;
    border: 1px solid #008825CC;
    border-radius: 7px;
    opacity: 80%;
    backdrop-filter: blur(24.100000381469727px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
}

.vers

.virtual_blocks-line_block_noimg_osint {
    width: 25vw;
    font-family: Inter;
    font-size: 30px;
    height: 105px;
    border: 1px solid #008825CC;
    border-radius: 7px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.virtual_blocks-line_block_noimg_open {
    height: 580px;
    width: 80vw;
    background: linear-gradient(90deg, rgba(153, 237, 179, 0.5) 0%, rgba(124, 227, 207, 0.5) 100%);
    border-radius: 7px;
    opacity: 80%;
    backdrop-filter: blur(24.100000381469727px);
    display: flex;
    flex-direction: column;
    position: relative;
}
/* GRID */
/* GRID */
/* GRID */
/* GRID */
/* GRID */

.grid_container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(100px, auto));
    grid-template-rows: repeat(3, minmax(100px, auto));
}

[class^="item"] {
    text-align: left;
    box-sizing: border-box;
    padding: 10%;
    font-size: 2em;
    color: #CBFFB3;
    transition: .2s;
    min-width: 500px;
    cursor: pointer;
}

[class^="item"]:hover {
    transform: scale(1.75);
}

.item-1 {
/*grid-area: 1 / 2 / span 2 / span 2;*/
}

.grid_desc {
    font-size: 0.45em;
    color: white;
}

.grid_container>div {
    border: 2px solid;
    background-color: #172828;
    border-radius: 5px;
}

[class^="item"]:hover [class^="item"]:not(:hover) {
    opacity: .33;
    backdrop-filter: blur(1px);
}

.grid_container:hover [class^="item"]:not(:hover) {
    opacity: .33;
    backdrop-filter: blur(1px);
}

/* .grid_container:hover .grid_desc:not(:hover) {
    opacity: .33;
    backdrop-filter: blur(1px);
} */

@media only screen and (min-width: 789px) {
.container {
    grid-template-columns: repeat(3, 1fr);
}
}
/* GRID */
/* GRID */
/* GRID */
/* GRID */

.open_title {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.58px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 10px 15px;
}

.open_description {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-left: 15px;
}

.hidden {
    display: none;
}

.low_img_button {
    position: absolute;
    top: 620px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.active, .collapsible:hover {
    background-color: #555;        
}
.contentus {
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.virtual_blocks-line_block_noimg_openlow_img_img {
    width: -webkit-fill-available;
}

.desc_section_blocks {
    display: flex;
    justify-content: space-between;
}

.line_text {
    padding-left: 30px;
    text-decoration: none;
    cursor: pointer;
}

.chevron {
    width: 38px;
    height: 38px;
    padding-right: 30px;
    cursor: pointer;
}

.chevron_osint {
    width: 38px;
    height: 38px;
    padding-right: 30px;
    cursor: pointer;
}

.chevron_verstka {
    width: 38px;
    height: 38px;
    padding-right: 30px;
    cursor: pointer;
}

.chevron_verstka_swap {
    width: 38px;
    height: 38px;
    padding-right: 30px;
    cursor: pointer;
}

.virtual_blocks-line {
    display: flex;
    justify-content: space-between;
}

.virtual_blocks-line_block {
    margin-bottom: 20px;
    cursor: pointer;
}

.virtual_title {
    padding-top: 5px;
    padding-bottom: 50px;
    font-family: Roboto;
    font-size: 90px;
    font-weight: 400;
    line-height: 113px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.show_blocks {
    
}

.content {
    width: 100%;
    font-family: "Roboto Slab";
  }
  .content .info {
    width: 100%;
  }
  .content .header-tab {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    }
  .content .header-tab:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #e5dfe3;
    margin-top: 4px;
    transition: 0.4s;
  }
  .content .header-tab:hover:after {
    width: 60%;
  }
  .content .tabcontent .description:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #c78030;
    margin-top: 30px;
  }  
  .content .tabcontent .description {
    color: #fff;
    font-weight: 300;
  }
  .content .info .hide {
    display: none;
  }
  .content .info .show {
    display: flex;
  }

.description {
    width: 1595px;
    height: 630px;
    background: linear-gradient(90deg, rgba(153, 237, 179, 0.5) 0%, rgba(124, 227, 207, 0.5) 100%);
    border: 1px solid #008825CC;
    border-radius: 7px;
}

.disp_none {
    display: none;
}
.description_wrapper {
    display: flex;
}

.description_wrapper_text {
    padding-top: 35px;
    padding-left: 40px;
}

.description_wrapper_text_title {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 46.88px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.description_wrapper_text_text {
    padding-top: 40px;
    font-family: Arial;
    font-size: 29px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.description_wrapper_img {
    position: relative;
}

.description_wrapper_img_button {
    position: absolute;
    top: 485px;
    left: 200px;
}




/*header-section styles end*/
/*header-section styles end*/
/*header-section styles end*/
/*Accor*/



/* при работе с float */
.accordion__item {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);
}

.virtual_blocks-line_block_noimg_open_low_img {
    background: url(./../img/back_verstka_adapt.webp) no-repeat;
    min-height: 85vw;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion__header {
    padding-right: 15px;
    font-family: Inter;
    font-size: 30px;
    height:40px;
    background: linear-gradient(90deg, rgba(153, 237, 179, 0.5) 0%, rgba(124, 227, 207, 0.5) 100%);
    border: 1px solid #008825CC;
    border-radius: 7px;
    backdrop-filter: blur(24.100000381469727px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-bottom-left-radius: 0px;    
    border-bottom-right-radius: 0px;
}

.accord_title {
    font-family: Roboto;
    color: white;
    font-size: 15px;
    line-height: 17.58px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 10px 15px;
}

.accord_description {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px 15px 0px 15px;
    opacity: 100%;
    min-height: 710px;
    display: flex;
    flex-direction: column;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("./../img/chevron_down.webp");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
}

.font-face{
    background-color: #172828;
}

.back-face{
    background-color: #172828;
}

.back-face_text{
    color: black;
    white-space: normal;
}

.slider {
  display: none;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  height: 500px !important;
  color: black;
}

    /* Карточка */
.card {
  perspective: 1000px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100vw;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 10px;
  height: 400px;
}

/* Внутренняя область карты */
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  height: 400px;
}

.front-face, .back-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color:#CBFFB3;;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
  padding: 20px;
  box-sizing: border-box;
}
.front_padding {
    padding-bottom: 180px;
}
.back-face {
  transform: rotateY(180deg);
}

.card-inner.flipped {
  transform: rotateY(180deg);
}

h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .slider { display: block; }
}
    
.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__content {
    
    opacity: 100%;
}

.verstka_back_main {
    background: url(./../img/verstka_back_main.webp);}

.SMM_back_main {
    background: url(./../img/SMM_back_main.webp);
}

.osint_back_main {
    background: url(./../img/razved_back_main.webp);
}

.webs_back_main {
    background: url(./../img/webs__back_main.webp);
}

.PO_back_main {
    background: url(./../img/PO_back_main.webp);
}

.marketplaces_back_main {
    background: url(./../img/marketplaces_back_main.webp);
}

.coworkers_back {
    background: url(./../img/coworkers.webp);
}

.verstka_back {
    background: url(./../img/back_verstka_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.marketplaces_back {
    background: url(./../img/back_marketplaces_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.webs_back {
    background: url(./../img/back_webs_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.SMM_back {
    background: url(./../img/back_SMM_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.PO_back {
    background: url(./../img/back_PO_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.osint_back {
    background: url(./../img/back_osint_global.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.coworkers_accor_back {
    background: url(./../img/coworkers_back.webp) no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.low_button {
    padding-top: 180px;
    margin: auto;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("./../img/chevron_down.webp");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
}
 
.back_flag {
    height: 602px;
    background-image: url("./../img/flag_desctop.webp");
    background-repeat: no-repeat; /* Избавляемся от повтора */
    background-position: center center; /* Центрируем изображение */
    background-size: cover; /* Масштабируем фон на всю площадь блока */
}



.player img { 
    position: absolute; 
    bottom: 20px; 
    right: 20px; 
    cursor: pointer;
}
/*Accor*/
/*relation_section styles start*/
/*relation_section styles start*/
/*relation_section styles start*/

.second_block_wrapper {
    background:url(./../img/background-2.webp) no-repeat;
    background-size: cover;
}

.relation_title {
    padding-top: 10px;
    padding-bottom: 40px;
    font-family: Roboto;
    font-size: 60px;
    font-weight: 400;
    line-height: 70.31px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.relation_desc {
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 650px;
}

.relative_button {
    padding-top: 150px;
}

.green_button__button {
    padding: 28px 92px 29px 90px;
    border-radius: 10px;
    background: linear-gradient(98.72deg, #3BAD06 -35.75%, #06AE72 87.9%);
    border: none;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    cursor: pointer;
}

/*relation_section styles end*/
/*relation_section styles end*/
/*relation_section styles end*/

/*about_section styles start*/
/*about_section styles start*/
/*about_section styles start*/

.about_section {
}

.about_title {
    padding-bottom: 40px;
    font-family: Roboto;
    font-size: 90px;
    font-weight: 200;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about_desc {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 300;
    line-height: 36.55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 1545px;
}

.about_button {
    padding-top: 70px;
}

/*about_section styles end*/
/*about_section styles end*/
/*about_section styles end*/

/*project_section styles start*/
/*project_section styles start*/
/*project_section styles start*/

.project_title {
    font-family: Roboto;
    font-size: 90px;
    font-weight: 200;
    line-height: 155px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

/*project_section styles end*/
/*project_section styles end*/
/*project_section styles end*/

/*packages_section styles start*/
/*packages_section styles start*/
/*packages_section styles start*/

.packages_title {
    font-family: Roboto;
    font-size: 90px;
    font-weight: 200;
    line-height: 155px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.packages_title_modile {
    display: none;
}

.packages_content {
    display: flex;
    justify-content: space-between;
}

.packages_content__card {
    height: 780px;
    width: 520px;
    background-color: #172828;
    display: flex;
    flex-direction: column; 
    border-radius: 10px;
    position: relative;
}

.card_title {
    font-family: Arial;
    font-size: 60px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 45px;
    color: #CBFFB3;

}

.card_bottom__pirce {
    padding-left: 45px;
    font-family: Arial;
    font-size: 50px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.descrpition_string__check {
    height: 40px;
    width: 40px;
    padding-right: 10px;
}

.card_bottom__descrpition_string {
    display: flex;
    padding-left: 45px;
    align-items: center;
}

.descrpition_string__description {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card_low_button {
    padding-left: 45px;
    position: absolute;
    bottom: 60px;
}

.card_low_button__button_button {
    border-radius: 10px;
    background: linear-gradient(98.72deg, #3BAD06 -35.75%, #06AE72 87.9%);
    border: none;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    width: 430px;
    height: 85px;
    cursor: pointer;
}


/*packages_section styles end*/
/*packages_section styles end*/
/*packages_section styles end*/

/*question_section styles start*/
/*question_section styles start*/
/*question_section styles start*/


.question_section {
    /* padding-top: 280px;
    padding-bottom: 350px; */
}
.question_title {
    font-family: Roboto;
    font-size: 90px;
    font-weight: 200;
    line-height: 155px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.forms__form {
    display: flex;
    justify-content: space-between;
}

.form-input {
    display: flex;
    flex-direction: column;    
}

.form-input__label {
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;    
    padding-bottom: 10px;
}

.form-input__input {
    width: 500px;
    height: 70px;
    border-radius: 7px;
    font-size: x-large;
    padding-left: 20px;
}

.question_low {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agreement {
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: block;
}

.green_button__button_question {
    padding: 28px 92px 29px 90px;
    border-radius: 10px;
    background: linear-gradient(98.72deg, #3BAD06 -35.75%, #06AE72 87.9%);
    border: none;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    cursor: pointer;
    height: 85px;
}

.green_button__button_question:disabled {
    background: grey;
}

/*question_section styles end*/
/*question_section styles end*/
/*question_section styles end*/

/*footer_section styles start*/
/*footer_section styles start*/
/*footer_section styles start*/

.footer-wrapper {
    justify-content: center;
    min-width: 100vw;
    display: flex;
    height: 650px;
    z-index: 5;
}

.footer {
    display: flex;
    justify-content: space-between;
    max-width: 1595px;
    align-items: center;
    background-color: transparent;
    width: 1595px;
}

.footer_flex {
    display: flex;
    width: 1590px;
    justify-content: space-between;
}

.central_footer_block {
    display: flex;
}

.central_footer_block__column {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.footer_links {    
    text-decoration: none;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 400;
    line-height: 29.3px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: left;
}

.footer_links:hover {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 600;
    line-height: 29.3px;
    letter-spacing: -0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.low_text {
    display: flex;
    flex-direction: column;
}

/*footer_section styles end*/
/*footer_section styles end*/
/*footer_section styles end*/
/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    padding-left: 40px;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
justify-content: center;
width: 100% !important;
align-items: center;
display: flex !important;
}

.swiper-slide img {
display: block;
height: 100%;
object-fit: cover;
}

.autoplay-progress {
position: absolute;
right: 16px;
bottom: 16px;
z-index: 10;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: var(--swiper-theme-color);
}

.autoplay-progress svg {
--progress: 0;
position: absolute;
left: 0;
top: 0px;
z-index: 10;
width: 100%;
height: 100%;
stroke-width: 4px;
stroke: var(--swiper-theme-color);
fill: none;
stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
stroke-dasharray: 125.6;
transform: rotate(-90deg);
}

.swiper_desc {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: space-between;
}

.swiper-slide-active {
    width: auto !important;
    margin-right: 90px !important;
}

.swiper_desc_btn {
    padding-bottom: 60px;
}

.swiper-slide-prev {
    width: auto !important;
} */
.packages_content__card_swiper {
    height: 700px;
    width: 490px;
    background-color: #172828;
    display: flex;
    flex-direction: column; 
    border-radius: 10px;
    position: relative;
    margin-right: 20px;

}

.packages_content__card_bottom__osint {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
    font-size: 20px;
}

.swiper_adapt_item {
    width: calc(100vw - 25px);
    background-color: chocolate;
    min-height: 400px;
}

.flip-card {
    width: 300px;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: #f4f4f4;
    color: black;
    transform: rotateY(180deg);
}

.flip-card-inner.flip {
    transform: rotateY(180deg);
}
/*burger styles start*/
/*burger styles start*/
/*burger styles start*/

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {    
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
    position: fixed;
    top: 26%; /* Центрирование по вертикали */
    left: 50%; /* Центрирование по горизонтали */
    transform: translate(-50%, -50%); /* Сдвиг для точного центрирования */
    padding: 10px;
    border: 1px solid black;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 9999; /* Чтобы список был над другими элементами */
    background-color: rgba(0, 0, 0, 0.5); /* Черный цвет с 50% прозрачностью */
    backdrop-filter: blur(10px);
    width: 1400px;
}

.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0s linear 0s;
}

.dropdown-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 1400px;
}

.dropdown-content li {
    flex-grow: 1;
    padding: 10px;
    text-align: left;
    position: relative;
    color: #555;
}

.dropdown-content li + li {
    border-left: 1px solid #ccc; /* Вертикальная линия между частями */
}






.dropdown-content a, p {
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #0E7B44B2; 
    opacity: 70%;
}




.dropdown-content_img {
    width: 90vw;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(153, 237, 179, 0.5) 0%, rgba(124, 227, 207, 0.5) 100%);
    border-radius: 2px;
    margin-top: 70px;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    backdrop-filter: blur(15px);
    left: -30px;   
}

.drop_contacts_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.drop_contacts_list p {
    
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 2px;
    text-align: center;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
}

/*burger styles end*/
/*burger styles end*/
/*burger styles end*/

/*desc_section styles start*/
/*desc_section styles start*/
/*desc_section styles start*/

.blocks_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blocks_title {
    font-family: Roboto;
    font-size: 80px;
    font-weight: 300;
    line-height: 113px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;    
}

.green_button__button_projects {
    padding: 28px 65px 29px 65px;
    border-radius: 10px;
    background: linear-gradient(98.72deg, #3BAD06 -35.75%, #06AE72 87.9%);
    border: none;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    cursor: pointer;
    height: 85px;
}

.desc_image_wrapper {
    display: flex;
    justify-content: space-between;
}

.desc_image_wrapper__img {
    /* max-width: 920px;
    max-height: 485px; */
    padding-right: 45px;
    padding-top: 40px;
}

.desc_image__text {
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.packages_content__card_desc_section {
    
    width: 1585px;
    background-color: #172828;
    display: flex;
    flex-direction: column; 
    border-radius: 10px;
    position: relative;
}

.separator {
    height: 0.5px; 
    background-color: rgba(31, 80, 55, 1); 
    margin: 10px auto; 
    border: 0px solid transparent;
}

.card_title_desc_section {
    font-family: Arial;
    font-size: 45px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 45px;
    color: rgba(55, 238, 172, 1);

}

.card_title_desc_section {
    display: flex;
    align-items: center;
}

.wrapper_for_osint_title {
    display: flex;
    justify-content: space-between;
    max-height: 90px;
    align-items: center;
}

.card_title_desc_section_right {
    font-family: Arial;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 55px;
}

.card_title_desc_section_low_title {
    padding-left: 45px;
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card_title_desc_section_low_desc {
    padding-left: 45px;
    font-family: Arial;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}
.padtop25 {
    padding-top: 25px;
}

.padbot45 {
    padding-bottom: 45px;
}
/* adaptiv */

/* adaptiv */

/* adaptiv */

@media (max-width: 768px){
    .first_block__wrapper {
        background-position: top;
        padding-top: 50px;
    }
    .header-wrapper {
        width: -webkit-fill-available;
    }
    .logo {
        padding-left: 10px;
    }
    .virtual-section {
        padding-bottom: 0px;
        background-position: top;
    }
    .virtual_title{
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 10px;
        font-family: Roboto;
        font-size: 35px;
        font-weight: 400;
        line-height: 37px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .virtual_blocks-line {
        flex-direction: column;
    }
    .virtual_blocks-line_block {
        max-width: -webkit-fill-available;
    }
    .virtual_blocks-line_block_noimg {
        max-width: 80vw;
        font-family: Inter;
        font-size: 13px;
        height: 40px;
    }
    .virtual_blocks_osint {
        flex-direction: column;
    }
    .virtual_blocks-line_block_noimg_osint {
        width: 85vw;
        height: 60px;
    }
    .chevron,
    .chevron_verstka,
    .chevron_verstka_swap,
    .chevron_osint{
        width: 18px;
        height: 18px;
        padding-right: 15px;
    }
    .line_text {
        padding-left: 15px;
    }
    .container {
        max-width: -webkit-fill-available;
        padding: 0px 15px;
    }
    .virtual_blocks-line {
        flex-direction: column;
    }
    .relation_title {
        padding-top: 10px;
        font-size: 35px;
    }
    .relation_desc {
        font-size: 15px;        
        width: -webkit-fill-available;
    }
    .relative_button {
        padding-top: 70px;
        display: grid;
        padding-left: 50px;
        padding-right: 50px;
    }
    .green_button__button {
        font-size: 14px;
        padding: 12px 80px 12px 80px;
    }
    .about_section {
        padding-top: 0px;
    }
    .about_title {
        padding: 0;
        font-size: 35px;
    }
    .about_desc {
        font-size: 15px;
        font-weight: 400;
        width: -webkit-fill-available;
    }
    .about_button {
        display: grid;
        padding-left: 50px;
        padding-right: 50px;
    }
    .packages_title {
        display: none !important;
    }
    .packages_title_modile {
        display: block;
        font-family: Roboto;
        font-size: 35px;
        font-weight: 400;
        line-height: 41.02px;
        letter-spacing: -0.02em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;    
        padding-bottom: 25px;    
    }
    .packages_content {
        flex-direction: column;
    }
    .packages_content__card {
        height: 680px;
        width: 90vw;
        margin-bottom: 25px;
    }
    .card_title {
        font-size: 30px;
        text-align: center;
        padding-left: 0px;
    }
    .card_bottom__pirce {
        line-height: 37.5px;
        font-size: 20px;
        text-align: center;         
        padding-left: 0px;        
        line-height: 24px;       
    }
    .descrpition_string__check {
        width: 34px;
        height: 34px;
    }
    .descrpition_string__description {
        font-size: 15px;
        text-align: left;      
        line-height: 18px;
    }
    .card_stirng {
        width: -webkit-fill-available;
        height: auto;
    }
    .card_low_button {
        margin: auto;
        width: -webkit-fill-available;
        display: flex;
        padding-left: 0px;
    }
    .card_low_button__button {
        margin: auto;
    }
    .card_low_button__button_button {
        padding: 12px 68px 12px 68px;
        width: -webkit-fill-available;
        font-size: 14px;
        height: auto;

    }
    .question_title {
        font-size: 35px;
    }
    .question_section {
        padding: 0px;
    }
    .blocks_wrapper{
        flex-direction: column;
    }
    .desc_image_wrapper{
        flex-direction: column;
    }
    .forms__form {
        flex-direction: column;
    }
    .form-input {
        padding-bottom: 30px;
    }
    .form-input__label {
        font-size: 12px;
    }
    .form-input__input {
        width: auto;
        height: 50px;
    }
    .question_low {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .agreement {
            font-size: 12px;
    }
    .green_button__button_question {
        font-size: 14px;
        padding: 12px 59px 12px 59px;
        height: 50px;
    }
    .blocks_title {
        font-size: 35px;
    }
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block;
    }
    .section {
        padding-top: 15px;
        padding-bottom: 75px;
        max-width: 90vw;        
        transform: scale(1); 
    }
    .packages_content__card_bottom__osint {
        font-size: 15px;
    }
    .dropbtn {
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }    
    .dropdown {
        position: relative;
        display: inline-block;
    }    
    .dropdown-content {
        border-radius: 2px;
        margin-top: 170px;
        background-color: transparent;
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        backdrop-filter: blur(15px);
        left: -30px;    
    }    
    .dropdown-content a {
        font-family: Arial;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.02em;
        text-align: center;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }    
    .dropdown-content a:hover {
        background-color: #0E7B44B2; 
        opacity: 70%;
    }    
    .show {display:block;}    
    .dropdown-content_img {
        width: 90vw;
        display: flex;
        flex-direction: column;
        background: linear-gradient(90deg, rgba(153, 237, 179, 0.5) 0%, rgba(124, 227, 207, 0.5) 100%);
        border-radius: 2px;
        margin-top: 70px;
        display: none;
        position: absolute;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        backdrop-filter: blur(15px);
        left: -30px;   
    }
    .back_flag {
        height: 500px;
        background-image: url("./../img/flag_adapt.webp"); 
    }
    .player img {
        bottom: 0;
        right: 0;
        max-width: 100px;
    }
  }