:root {
    --cont:80vw;
    --cont-padding:15px;
    --headerTop: 120px;
    --c-red:#E50054;
    --c-white:#ffffff;
    --c-black:#000000;
    --gilroyFont: "Gilroy";
    --br-40:40px;
    --br-30:30px;
    --br-70:70px;
    --fz18:18px;
    --fw600:600;
    --fw900:900;
}
/*body {*/
/*    overflow-x: hidden;*/
/*}*/
.container {
    width: calc(100% - var(--cont-padding) * 2);
    max-width: var(--cont);
    margin-left: auto;
    margin-right: auto;
}
/*POPUP*/
body.showZapis {
    overflow: hidden;
}

body.showZapis .zapis_modal {
    visibility: visible;
    opacity: 1;
}
.zapis_modal {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zm_bg {
    background-color: rgba(0, 0, 0, 0.6666666667);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.zapis_form {
    max-height: 100%;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    border-radius: 35px;
    max-width: 430px;
    width: 100%;
}
.innr_zf {
    background-color: var(--c-black);
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.zf_krest {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    transition: 0.3s;
    cursor: pointer;
}
.wpcf7 {
    padding: 110px 0 0 0;
}
.popup_head {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--c-red);
    border-radius: 0 0 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
.pc_title {
    color: var(--c-white);
    font-size: 30px;
    text-align: center;
}
.pc_inp + .pc_inp {
    margin-top: 10px;
}
.pc_cont p {
    font-size: 18px;
    color: var(--c-white);
    text-align: center;
    margin: 20px 0 0 0;
}
.pc_inps {
    margin-top: 15px;
}
.pc_inp input {
    width: 100%;
    height: 50px;
    display: flex;
    border-radius: 10px;
    border: unset;
    outline: none;
    padding: 0 15px;
    font-family: "Gilroy" !important;
    font-size: 16px;
    background-color: #eeecec;
    font-weight: 600;
    color: var(--c-black);
}
.zf_krest svg {
    transition: .3s;
}
.zf_krest svg path {
    fill: var(--c-white);
    transition: .3s;
}
.zf_krest:hover svg {
    transform: rotate(180deg);
}
.zf_krest:hover svg path{
    fill: var(--c-black);
}
.popup_head svg{
    width: 90px;
    height: 90px;
}

body.scrolling .header.hidden{
    transform: translateY(-100%);
}
body.showBurger {
    overflow: hidden;
}
body.scrolling .header {
    background-color: var(--c-black);
}
#burger svg {
    width: 30px;
}
#quit svg {
    width: 20px;
    height: 20px;
}
#quit {
    top: 5px;
    right: 5px;
    z-index: 9999999;
}
#burger svg line {
    stroke: var(--c-white);
}
.glink {
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid var(--c-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.glink img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
a.glink img {
    vertical-align: unset !important;
    display: initial !important;
    border: initial !important;
    padding: initial !important;
    margin: initial !important;
    opacity: 1 !important;
    margin-right: unset !important;
}
.gtranslate_wrapper {
    display: flex;
    gap: 30px;
}
    /*HEADER*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 100;
    transition: background .3s, transform .4s;
}
.header__logo {
    height: calc(var(--headerTop) - 40px);
    width: 120px;
}
.custom-logo-link {
    display: block;
    width: 100%;
    height: 100%;
}
.custom-logo {
    width: 100%;
    height: 100%;
}
.header_wrap {
    display: flex;
    align-items: center;
    height: var(--headerTop);
    transition: .4s;
    justify-content: space-between;
}
.header.hidden {
    transform: translateY(-100%);
}
.menu_wrap {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: auto;
}
.menu_wrap li {
    position: relative;
    transition: .25s;
    border-radius: var(--br-40);
    overflow: hidden;
}
.menu_wrap li a{
    display: flex;
    align-items: center;
    position: relative;
    transition: color .3s, opacity .3s , bacground .3s;
    padding: 14px;
    font-size: var(--fz18);
    font-weight: var(--fw600);

}

.menu_wrap li:not(:last-of-type):before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: var(--c-red);
}
.menu_wrap li:hover::before {
    opacity: 0;
}
.menu_wrap li.no-before::before {
    opacity: 0;
}

.menu_wrap li:hover,
.menu_wrap li.active{
    background-color: var(--c-red);
}
/*HEADER LANGS*/
.header__langs {
    display: flex;
    align-items: center;
    margin-left: 84px;
}
.header__lang {
    height: 26px;
    width: 26px;
}
.header__lang + .header__lang {
    margin-left: 31px;
}
.header__lang svg {
    border: 2px solid #fff;
    border-radius: 50%;
}
.header__info {
    margin-left: auto;
}
.header__info .tel {
    padding: 11px 14px 12px 11px;
    background-color: var(--c-red);
    border-radius: var(--br-40);
    font-size: 19px;
}
.header__info .tel .tel_black {
    font-weight: var(--fw900);
    font-size: 19px;
}
.telefo {
    margin-right: 5px;
}
/*HERO*/
.hero {
    height: 110vmin;
    background-color: #0001;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0;
}
.innhlt_icon svg{
    width: 20px;
    height: 18px;
    margin-right: 12px;
    min-height: 12px;
    min-width: 12px;
}
.innhlt_icon svg path {
    transition: .4s;
}
.innhl_list li:hover svg path {
    stroke: var(--c-white);
}
.innhl_list li {
    display: flex;
    align-items: center;
    color: var(--c-white);
    font-size: 21px;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
}
.kw_w_r {
    display: none;
}
.inn_hero {
    padding-bottom: 62px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: calc(var(--headerTop));
    align-items: center;
    z-index: 2;
    position: relative;
}
.inn_h_right {
    margin-top: auto;
}
.inn_h_left {
    max-width: 520px;
}
.innhl_title h1{
    font-size: 34px;
    color: var(--c-white);
    text-transform: uppercase;
}
.innhl_star p {
    font-size: 220px;
    color: var(--c-red);
    line-height: 100%;
    font-weight: var(--fw900);
}
.innhl_btns {
    display: flex;
    margin-top: 64px;
}
input[type="submit"] {
    background-color: var(--c-red);
    color: var(--c-white);
    cursor: pointer;
}
#skidki,
#o-studii,
#advantages{
    overflow: hidden;
    max-width: 100vw;
}
.innhl_btn {
    height: 62px;
    padding: 0 30px 0 29px;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: var(--br-70);
    cursor: pointer;
    transition: transform 0.2s,box-shadow 0.2s;
    border: none;
    outline: none;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.innhl_btn:hover {
    opacity: .7 !important;
    transform: translateY(2px) !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) !important;
}
.innhl_btn + .innhl_btn {
    margin-left: 25px;
}
.innhl_btn:nth-child(1) {
    color: var(--c-white);
    background-color: var(--c-red);
}
.innhl_btn:nth-child(2) {
    color: var(--c-black);
    background-color: var(--c-white);
}
.innhl_btn_podlojka {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    padding: 12px;
    border-radius: 50px;
    transition: background 0.4s, padding 0.5s;
}
.innhl_btn_podlojka:hover,
.innhl_btn_podlojka:active {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
}

.innhl_btn_kons {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #e50054;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s;
}

.innhl_btn_kons:active,
.innhl_btn_kons:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    transform: scale(0.98);
}

.hero:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    content: '';
    width: 100%;
    height: 100%;
}
/*CARDS TSENI*/
.ts {
    margin-top: 133px;
}
.ts_title {
    text-align: center;
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
}
.ts_title h3 {
    font-size: 60px;
    font-weight: var(--fw900);
    color: var(--c-black);
    line-height: 60px !important;
    text-transform: uppercase;
}
.tscards {
    --elems:3;
    --gap:60px;
    gap: var(--gap);
    margin-top: 140px;
    display: flex;
}
/*.innhl_star p {*/
/*    opacity: 0;*/
/*}*/
.tscard {
    position: relative;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    padding: 113px 20px 42px;
    border-radius: var(--br-30);
    transition:box-shadow .5s;
}
.tscard_svg {
    width: 162px;
    height: 162px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    padding: 23px;
}
.tscard_title {
    font-size: 38px;
    text-transform: uppercase;
    color: var(--c-white);
    font-weight: var(--fw900);
    text-align: center;
    line-height: 100%;
}
.tscard_desc p {
    font-size: 26px;
    font-weight: 700;
    color: var(--c-white);
    margin-top: 33px;
    text-align: center;
    text-transform: uppercase;
    line-height: 110% !important;
    opacity: 0;
}
.tscard_minidesc {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: var(--c-white);
    margin-top: 21px;
    text-transform: initial;
    line-height: 118% !important;
}
.tscard_btn {
    height: 57px;
    width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c-white);
    margin: 36px auto 0;
    border-radius: var(--br-40);
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    /*color: #dcdcdc;*/
    cursor: pointer;
    transition: 0.4s;
    border: none;
    outline: none;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.tscard:nth-child(1) {
    background-color: #FF5F99;
}
.tscard:nth-child(2) {
    background-color: #FF2F7B;
}
.tscard:nth-child(3) {
    background-color: #E50054;
}
.tscard:nth-child(1) .tscard_svg  {
    background: linear-gradient(180deg, #ff5f99 0%, #eb3677 100%);
}
.tscard:nth-child(2) .tscard_svg  {
    background: linear-gradient(180deg, #ff2f7b 0%, #e41963 100%);
}
.tscard:nth-child(3) .tscard_svg  {
    background: linear-gradient(180deg, #e50054 0%, #c50048 100%);
}
.tscard:nth-child(1):hover .tscard_btn {
    background: linear-gradient(180deg, #ff5f99 0%, #eb3677 100%);
}
.tscard:nth-child(2):hover .tscard_btn {
    background: linear-gradient(180deg, #ff2f7b 0%, #e41963 100%);
}
.tscard:nth-child(3):hover .tscard_btn {
    background: linear-gradient(180deg, #e50054 0%, #c50048 100%);
}
.dn {
    display: none;
}
.db {
    display: block;
}
.tscard:hover .tscard_btn {
    color: var(--c-white);
    transform: scale(1.05); /* Легкое увеличение */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}
.tscard:hover {
    box-shadow: 15px 17px 16px 0 rgba(0, 0, 0, 0.2);
}
.tscard .tscard_svg {
    transition: transform 0.3s ease;
}
@keyframes pulse {
    0% { transform: scale(1) translate(-50%,-50%); }
    50% { transform: scale(1.025) translate(-50%,-50%); }
    100% { transform: scale(1) translate(-50%,-50%); }
}
.tscard:hover .tscard_svg {
    animation: pulse 0.6s ease infinite;
}
.card .button:active {
    transform: scale(0.95);
}
/***
Секция с акциями
***/
#karti {
    background-image: url('/wp-content/uploads/2025/02/cards-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
}
.kw_w_inner{
    position: relative;
}
.karti_wrap {
    color: white;
    margin-top: 300px;
}
.sale-content {
    text-align: left;
}
.sale-content h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.sale-content p {
    font-size: 18px;
    margin: 10px 0 20px;
}
.sale-btn {
    background: white;
    color: var(--c-red);
    height: 62px;
    border-radius: var(--br-30);
    font-weight: bold;
    padding: 0 48px;
    text-transform: uppercase;
    font-size: 28px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.sale-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
#preimushestva {
    background-image: url('/wp-content/uploads/2025/02/apparati-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
}
.inn_apleft h4 {
    font-size: 72px;
    font-weight: var(--fw900);
    color: var(--c-red);
    line-height: 103% !important;
    text-transform: uppercase;
}
.inn_apleft>p {
    font-size: 42px;
    font-weight: 500;
    line-height: 143%;
    color: var(--c-black);
    margin-top: 50px;
}
.inn_apright {
    display: none;
}
.inn_apleft {
    max-width: 671px;
}
.kww_i h2 {
    font-size: 72px;
    font-weight: var(--fw900);
    text-transform: uppercase;
    color: var(--c-white);
    line-height: 83% !important;
}
.kww_i h2 span {
    font-size: 52px;
}
.kww_i p {
    font-size: 42px;
    font-weight: 500;
    color: var(--c-white);
    line-height: 143%;
    margin-top: 10px;
}
.innt_list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.innt_list_item {
    font-size: 22px;
    color: var(--c-black);
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.innt_list_item + .innt_list_item {
    margin-top: 45px;
}
.innt_list_item span {
    font-weight: 900;
    margin-left: 5px;
    margin-right: 5px;
}
/*ABOUT US*/
.about {
    margin-top: 145px;
}
.about_wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 150px 98px;
    margin-top: 109px;
}
.about_title {
    font-weight: var(--fw900);
    font-size: 56px;
    line-height: 110%;
    color: var(--c-red);
    text-transform: uppercase;
}
.about_wr_text {
    grid-area: 1 / 6 / 4 / 12;
    font-size: 24px;
    line-height: 100%;
    color: var(--c-black);
    font-weight: 500;
}
.about_wr_text br {
    margin-top: 20px;
}
.about_wr_text span {
    color: var(--c-red);
    font-weight: var(--fw900);
}
.about_serv_abzac {
    margin-top: 20px;
}
.about_wr_img {
    grid-area: 3 / 6 / 5 / 13;
    border-radius: 200px 0 0 200px;
    overflow: hidden;
}
.about_wr_img:nth-child(1) {
    grid-area: 1 / 1 / 5 / 6;
    width: 100%;
    border-radius: 0 200px 200px 0;
    overflow: hidden;
}
.about_wr_img img {
    height: 100%;
    object-fit: cover;
}
/*GIRLS*/
#girls {
    background-image: url('/wp-content/uploads/2025/02/girls_bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
}
.girls {
    padding-top: 120px;
}
.inner_girls {
    --elems:3;
    --gap:0;
    gap: var(--gap);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inng_text {
    margin: auto 0;
    text-align: center;
}
.inngt_title {
    font-size: 64px;
    line-height: 100% !important;
    text-transform: uppercase;
    font-weight: var(--fw900);
    color: var(--c-black);
}
.inng_text p{
    font-size: 28px;
    font-weight: 700;
    color: var(--c-black);
    text-transform: initial;
    margin-top: 93px;
    position: relative;
    line-height: 100%;
}
.inng_text p:after {
    content: '';
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    width: 100% ;
    height: 9px;
    background-color: var(--c-red);
    border-radius: 30px;
}
.inng_text p span {
    margin-top: 30px;
    display: block;
}
.inner_girls > div img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.location-item {
    cursor: pointer;
}
.location-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-item h3 svg {
    width: 20px;
}
#locations-list {
    width: 30%;
    background: var(--c-black);
    border: 1px solid #E7E7E7;
    margin: 0 0 0 2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inngt_title {
    opacity: 0;
}
.footer_bot {
    display: flex;
    margin-top: 80px;
}
.inner_girls > div:nth-child(1) {
    opacity: 0;
}
.inner_girls > div:nth-child(3) {
    opacity: 0;
}
.inner_girls > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
}
.inngt_btn {
    box-shadow: 2px 5px 61px 0 #ff0035;
    height: 62px;
    color: var(--c-white);
    text-transform: uppercase;
    padding: 0 47px 0 48px;
    background-color: var(--c-red);
    transition: .3s;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 71px auto 0;
    font-size: 28px;
    font-weight: 700;
    border-radius: var(--br-70);
    line-height: 140%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    position: relative;
}
.inngt_btn:hover {
    transform: translateY(2px);
    box-shadow: 2px 3px 30px 0 #ff0035; /* уменьшаем тень */
}
/*Секция ЦЕНЫ*/
.tseni {
    text-align: center;
}

.tseni_title h4 {
    font-size: 56px;
    font-weight: var(--fw900);
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 107% !important;
}

.tseni_tabs {
    display: flex;
    justify-content: center;
    gap: 73px;
    margin-top: 59px;
}

.tseni_tab {
    border: 2px solid var(--c-red);
    border-radius: 62px;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    height: 71px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: var(--c-black);
    text-transform: uppercase;
}
.tseni_tab.active {
    border-color: transparent;
}
.tseni_tab.active {
    background: #E50054;
    color: white;
}
.tseni_tab:hover {
    background: rgba(229, 0, 84, 0.8);
    color: white;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.tab_content_list {
    display: flex;
    --elems:3;
    --gap: 90px;
    gap: var(--gap);
    margin-top: 60px;
}
.tab_column {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    border-radius: var(--br-30);
    padding: 25px;
    border: 1px solid var(--c-red);
    background-color: #fff;
}
.tbi_name {
    display: flex;
    align-items: center;
    font-size: var(--fz18);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--c-black);
    line-height: 120% !important;
}
.tab_content_item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    text-align: left;
}
.tbi_name .innhlt_icon {
    margin-right: 10px;
    width: 20px;
    height: 18px;
}
.tab_content_item + .tab_content_item {
    margin-top: 42px;
}
.tbi_price {
    font-size: var(--fz18);
    text-transform: uppercase;
    color: var(--c-red);
    font-weight: var(--fw900);
    white-space: nowrap;
}
.inno_title .sw_btns {
    display: none;
}
#tseni {
    margin-top: 142px;
}
.tseni {
    background-image: url('/wp-content/uploads/2025/02/tseni_bg.png');
    background-size: cover;
    background-position: center -50vh;
    background-repeat: no-repeat;
}
.timer {
    position: relative;
    --imgWidth:850px;
    padding-top: 120px;
}
.timer:after {
    content: '';
    position: absolute;
    width: calc(100% - var(--imgWidth) + 80px);
    background-color: var(--c-red);
    height: 650px;
    top: 120px;
    left: 0;
    border-radius: 0 200px 200px 0;
}
.timer_wrap {
    display: flex;

}
.timerimg {
    width: var(--imgWidth);
}
.timerimg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.timerw {
    width: calc(100% - var(--imgWidth) + 110px);
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.timer__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.timer__wrapper {
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    gap: 70px;
}

.timer__bg {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    opacity: 0.3;
}
.timer__circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.canvas_wrap {
    min-height:134px;
    min-width:134px;
    max-height:134px;
    max-width:134px;
}
.canvas_wrap canvas {
    width: 100%;
    height: 100%;
}
.timer_btnss {
    text-align: center;
    width: max-content;
    margin: 50px auto 0;
}
.inn_footer {
    margin: 0 118px;
    padding: 0 118px;
}
.timerw_title {
    font-size: 52px;
    font-weight: var(--fw900);
    line-height: 115% !important;
    text-transform: uppercase;
    color: var(--c-white);
    width: max-content;
    margin: 0 auto;
    padding-top: 100px;
}
.tc_wrap {
    font-size: 28px;
    font-weight: var(--fw900);
    line-height: 100%;
    text-transform: uppercase;
    color: var(--c-white);
    width: max-content;
    white-space: nowrap;
    margin: 30px auto 0;
    min-width: 134px;
}
.timerw_desc {
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    color: var(--c-white);
    padding-left: 0;
}
.timerw_btn {
    color: var(--c-red);
    height: 62px;
    padding: 0 48px;
    background-color: var(--c-white);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br-30);
    margin: 50px 0 0 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.timerw_btn:hover {
    transform: translateY(2px);
    box-shadow: 2px 3px 30px 0 #ff0035; /* уменьшаем тень */
}
.timer__circle canvas {
    width: 134px !important;
    height: 134px !important;
}
#advantages {
    background-color: #F4F4F4;
    padding-top: 151px;
    position: relative;
    padding-bottom: 160px;
}
.timer__circle[data-time="seconds"] .tc_wrap {
    width: 150px;
}
.adv_title {
    font-size: 56px;
    font-weight: var(--fw900);
    line-height: 110%;
    text-transform: uppercase;
    color: var(--c-black);
    text-align: center;
}
.adv_wrap {
    --elems: 3;
    --gap: 90px;
    gap: var(--gap);
    display: flex;
    margin-top: 90px;
    flex-flow: row wrap;
    position: relative;
    z-index: 2;
}
.adv_wrap > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--c-white);
    border-radius: var(--br-30);
    padding: 0 20px;
    opacity: 0;
}
.advw_title {
    margin-top: 20px;
    font-size: 38px;
    font-weight: var(--fw900);
    line-height: 105%;
    text-transform: uppercase;
    color: var(--c-red);
    text-align: center;
}
.advw_img {
    height: 114px;
    width: 114px;
}
.advw_img img {
    height: 100%;
    display: block;
    object-fit: contain;
}
.advw_desc {
    font-size: 26px;
    font-weight: 700;
    color: var(--c-black);
    text-align: center;
    line-height: 108%;
    margin-top: 23px;
    max-width: 75%;
}
.apparat_img {
    position: absolute;
    right: 0;
    top: 38px;
}
.apparat_img {
    display: block;
    object-fit: cover;
    height: 100%;
}
/*usloviya*/
#usloviya {
    background-image: url('/wp-content/uploads/2025/02/usloviya.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 65px;
}
.usloviya {
    display: flex;
    align-items: flex-end;
    gap: 135px;
}
.usloviya_left {
    padding-bottom: 70px;
    padding-top: 100px;
}
.usll_title {
    font-weight: var(--fw900);
    font-size: 5.5vh;
    color: var(--c-black);
    text-transform: uppercase;
    line-height: 110%;
}
.usll_list li {
    gap: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 125%;
    color: var(--c-black);
    display: flex;
    align-items: flex-start;
}

.usll_list li p b {
    font-weight: var(--fw900);
}
.usll_list {
    margin-top: 70px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.usll_list li span {
    font-weight: 900;
}
.usll_list .innhlt_icon {
    padding-top: 10px;
}
.usloviya_right {
    height: 100%;
    position: sticky;
    bottom: 0;
    align-self: flex-end;
}
.usr_img {
    height: 100%;
}
.usr_img img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
}
.ussl_btn {
    width: max-content;
    height: 62px;
    background-color: var(--c-red);
    color: var(--c-white);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--br-30);
    padding: 0 48px;
    cursor: pointer;
    /*transition: all 0.2s ease-in-out;*/
    border: none;
    outline: none;
    position: relative;
}
.ussl_btn:hover {
    transform: translateY(2px);
    opacity: .7;
}
/*OTZIVI*/
#otzivi {
    background-color: #F4F4F4;
    padding: 190px 0 190px;
}
.otzivi {

    position: relative;
}
.otziv_img {
    width: 50px;
    height: 50px;
    background-color: #D9D9D9;
    border-radius: 100%;
    min-width: 50px;
}
.otziv_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.otziv_content {
    margin-top: 14px;
}
.otziv_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    color: var(--c-black);
}
.otziv_gallery {
    display: flex;
    gap: 10px;
    margin-top: 19px;
}
.otziv_gallery img {
    width: 81px;
    height: 81px;
    object-fit: contain;
}
.stars {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-left: 8px;
}
.name_date {
    margin-left: 17px;
}
.name_date h4 {
    font-size: 22px;
    font-weight: var(--fw900);
    line-height: 100%;
    color: var(--c-black);
}
.ndate {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #717171;
}
.stars svg {
    width: 25px;
    height: 25px;
}
.otz_wrap {
    display: flex;
    align-items: flex-start;
    /*height: 50px;*/
}
.otziv_wrap {
    padding: 33px 32px 28px 31px;
    background-color: var(--c-white);
    border-radius: var(--br-30);
    min-height: 305px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after{
    display: none;
}
.sw_btns {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
}
.sw_prev {
    left: 30px;
}
.sw_next {
    right: 30px;
}
.inno_top {
    margin-top: 60px;
}
.inno_title h3 {
    font-size: 50px;
    font-weight: var(--fw900);
    color: var(--c-black);
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
}
.inno_title span {
    padding: 2px 40px;
    background-color: var(--c-red);
    border-radius: var(--br-70);
    color: var(--c-white);
    text-transform: uppercase;
    line-height: 100%;
}
.inner_otzbot {
    display: flex;
    gap: var(--gap);
    --gap: 24px;
    margin-top: 58px;
    --elems:3;
}
.iowp_img {
    width: 55px;
    height: 55px;
}
.iowp_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner_otzbot > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    display: flex;
    align-items: center;
    background-color: var(--c-white);
    border-radius: var(--br-30);
    padding: 0 30px 0 10px;
    height: 71px;
}
.iowp_counter {
    display: flex;
    align-items: center;
    margin-left: 19px;
    gap: 10px;
    font-size: 28px;
}
.iowpc_num {
    font-weight: var(--fw900);
    color: var(--c-black);
    line-height: 100%;
}
.iowpc_slovo {
    font-weight: 500;
}
.inno_wrap .stars {
    margin-left: auto;
}
.innotzb_title {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 72%;
    color: var(--c-black);
    text-align: center;
}
.inntt_span {
    font-weight: var(--fw900);
    color: var(--c-white);
    background-color: var(--c-red);
    padding: 10px 30px;
    display: inline-block;
    margin: 0 0 0 10px;
    border-radius: var(--br-30);
}
.strong_span {
    font-weight: var(--fw900);
}
.innotzb_title {
    margin: 60px auto 0;
}
.innotzb_btn {
    height: 71px;
    border-radius: var(--br-70);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--c-red);
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 37px auto 0;
    font-size: 28px;
    padding: 0 48px 0 47px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 100%;
    color: var(--c-white);
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    position: relative;
}
.innotzb_btn:hover {
    transform: translateY(2px);
    box-shadow: 2px 3px 4px 0 #ff0035; /* уменьшаем тень */
}
/*TEEAM*/
.team {
    background-color: var(--c-red);
    padding: 159px 0 129px;
}
.innt_sw-btns {
    display: flex;
    max-width: max-content;
    margin: 68px auto 0;
    justify-content: space-between;
}
.sw_pag  .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
}
.sw_pag {
    margin-left: 51px;
    margin-right: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#komanda .swiper-button-next, .swiper-button-prev {
    position: relative;
    margin: unset;
}
#komanda .swiper-pagination-bullet-active {
    background-color: var(--c-white) !important;
}
#komanda .swiper-pagination-bullet {
    background-color: #95001F;
    opacity: 1;
}
.innt_title {
    text-align: center;
}
.innt_title h4 {
    font-size: 56px;
    font-weight: var(--fw900);
    color: var(--c-white);
    line-height: 110%;
    text-transform: uppercase;
}
.team_sl {
    margin-top: 100px;
}
.inner_tbmw_wrap {
    background-color: var(--c-white);
    padding: 50% 21px 33px;
    border-radius: 37px;
}
.teammber_wrap {
    position: relative;
    overflow: visible;
}
.tmbw_img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding-bottom: 40%;
}
.tmbw_img img {
    position: absolute;
    top: 15%;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
}
.inner_tbmw_wrap .name {
    font-size: 32px;
    font-weight: var(--fw900);
    line-height: 100%;
    text-align: center;
    color: var(--c-red);
}
.inner_tbmw_wrap .position {
    font-size: 23px;
    font-weight: 500;
    color: var(--c-black);
    text-align: center;
    margin-top: 10px;
    line-height: 110%;
}
.footer_logo svg {
    width: 126px;
    height: 81px;
}
.ft_logos {
    display: flex;
    gap: 32px;
    align-items: center;
}
.ft_logos svg {
    width: 32px;
    height: 32px;
}
.footer {
    background-color: #0F0F0F;
    padding: 76px 0 80px;
}
.footer_top {
    display: flex;
    justify-content: space-between;

}
.footer .innfb_wrapper {
    --elems:4;
    --gap: 70px;
    gap: 0 var(--gap);
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.footer .innfb_wrapper > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    color: var(--c-white);
    font-size: 20px;
}
.location-item {
    font-size: 18px;
    color: var(--c-white);
    background-color: var(--c-black);
    transition: .3s;
    height: 100%;
    display: flex;
    padding-left: 20px;
}
.map_popup svg {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
}
.map_popup {
    position: relative;
    height: 100%;
}
.map_popin {
    height: 100%;
}
.map_popup::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0px;
    right: 0px;
    background-image: url("https://toweb.uz/wp-content/uploads/2025/02/favicon.jpg");
    background-size: cover; /* Подгоняет изображение под размер */
    background-repeat: no-repeat;
    background-position: center;
}

.ymaps-2-1-79-balloon {
    box-shadow: unset !important;
}
.ymaps-2-1-79-balloon__layout {
    border-radius: 5px;
    min-width: 250px !important;
    min-height: 150px;
    background-color: var(--c-red) !important;
    z-index: 2;
}
.mpop_bx > div svg path {
    fill: var(--c-white);
}
.mpop_bx {
    color: var(--c-white);
}
.call-taxi {
    color: var(--c-white);
    background-color: var(--c-black);
    padding: 5px;
    border-radius: 5px;
    transition: .3s;
}
.call-taxi:hover {
    background-color: var(--c-white);
    color: var(--c-red);
}
.pop_title_map h3 {
    color: var(--c-white);
}
.ymaps-2-1-79-balloon__tail::after {
    background-color: var(--c-red) !important;
}
.ymaps-2-1-79-balloon__content {
    height: 100% !important;
    background-color: var(--c-red) !important;
}
.ymaps-2-1-79-balloon__content > ymaps {
    width: 100% !important;
    height: 100% !important;
}
.mpop_bx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.call-taxi {
    cursor: pointer;
}
.mpop_bx > div {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Gilroy";
    font-size: 12px;
}
.location-item:not(:last-of-type) {
    border-bottom: 1px solid var(--c-red);
}
.location-item:hover,
.location-item.active {
    background-color: var(--c-white);
    color: var(--c-red);
    border-color: transparent;
}
.innfbwi_city {
    font-size: 24px;
    font-weight: var(--fw900);
    line-height: 140%;
    color: var(--c-red);
}
.innfbwi_adres {
    font-weight: 500;
    color: var(--c-white);
    margin-top: 15px;
    line-height: 120%;
}
.innfbwi_tel a {
    font-weight: var(--fw900);
    color: var(--c-white);
}
.innfbwi_tel {
    margin-top: 10px;
}
.innfbw_item:nth-child(1),
.innfbw_item:nth-child(2),
.innfbw_item:nth-child(3),
.innfbw_item:nth-child(4) {
    border-bottom: 3px solid #272727;
    padding-bottom: 45px;
}
.innfbw_item:nth-child(5),
.innfbw_item:nth-child(6),
.innfbw_item:nth-child(7),
.innfbw_item:nth-child(8) {
    padding-top: 61px;
}

/*BURGER*/
#burger{
    /*position: fixed;*/
    right: 0;
    top: 0;
    color: white;
    /*background: var(--c-red);*/
    font-size: 32px;
    padding: 4px;
    transition: .5s;
    cursor: pointer;
    display: none;
    background: var(--c-red);
    border-radius: 50%;
}

#quit{
    position: fixed;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 32px;
    padding: 16px;
    display: none;
    cursor: pointer;
}
#quit svg path {
    fill: var(--c-white);
}
/*#quit svg {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*}*/
body.showBurger #burger svg{
    display: none;
}
.header__info {
    transition: opacity ease-out 2s;
}
.header__logo,
.header__info {

}
body.showBurger .header__logo,
body.showBurger .header__info {
    opacity: 0;
}
body.showBurger #burger {
    border-radius: 0;
}
body.showBurger #burger {
    position: fixed;
    background-color: var(--c-red);
}
#links{
    display: none;
    flex-direction: column;
    width: 100vw;
    height: 50vh;
    padding: 25vh 0;
    justify-content: space-around;
}

#links a{
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-family: 'Roboto';
    z-index: 10;
}
.header__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transform: translate(100%,-100%);
    transition: transform 0.4s ease-in-out;
}
html[lang="uz"] .inno_title span {
    color: var(--c-black);
    background-color: initial;
    padding: 0;
}
.header__mobile.active {
    transform: translate(0,0);
}
.pop_rejim,
.pop_pochta {
    display: none !important;
}
.menu_mob {
    list-style: none;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 320px;
    padding: 30px;
}
.header__mobile .gtranslate_wrapper {
    display: flex;
    gap: unset;
    width: 100%;
    justify-content: space-evenly;
}
.menu_mob li {
    margin: 15px 0;
}

.menu_mob a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.menu_mob a:hover {
    color: #ff3366;
}

.header__mob-info {
    margin-bottom: 20px;
    text-align: center;
}

.header__mob-info a {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    font-weight: 900;
}

.header__mob-info a:hover {
    color: #ff3366;
}

.header__right-lang {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.header__right-lang img {
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.header__right-lang img:hover {
    transform: scale(1.2);
}
