*{
    font-family: 'Montserrat', sans-serif !important;
}
body {
    background-color: #080B0F;
    color: #e5e5e7;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 14rem;
}
html{
    overflow-x: hidden;
    font-size: calc(1vw / 19.20);
}
.logo{
    font-style: normal;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;
    color: #FFFFFF;
    margin-right: auto;
}
.logo .logo_img{
    width: 262rem;
    height: 56rem;
}

.container {
    padding: 20rem 232rem;
    max-width: 100%;
    width: 100%;
}
.header {
    display: flex;
    align-items: center;
    padding: 20rem 0;
}
.header h1 {
    font-size: 24rem;
}
.header .login {
    font-size: 14rem;
    cursor: pointer;
}
.nav {
    width: fit-content;
    height: 56rem;
    display: flex;
    align-items: center;
    padding: 0 8rem;
    gap: 10rem;
    margin-bottom: 16rem;

    box-sizing: border-box;

    border: 1rem solid #44464A;
    border-radius: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav button {
    display: flex;
    background-color: transparent;
    border: transparent;
    padding: 10rem 24rem;
    color: #e5e5e7;
    cursor: pointer;
    border-radius: 12rem;
    align-items: center;
    gap: 12rem;
    height: 40rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;

    color: #797F85;
}
.nav .disa{
    cursor: pointer !important;
    background-color: #FF270536 !important;
}
.nav .disa:hover{
    background-color: #FF270536 !important;
}
.nav .active{
    color: #e3e3e3;
    background-color: #666;
}
.header .contacts{
    display: flex;
    gap: 8rem;
}
.header .contacts a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.filters {
    display: flex;
    gap: 10rem;
    margin-bottom: 10rem;


}
.filters select, .filters input {

    padding: 10rem;
    border-radius: 5rem;

}
.filters .show {

    align-items: center;
    cursor: pointer;
}
.filters .show i {
    margin-left: 5rem;
}
.search {
    display: flex;
    align-items: center;

    padding: 10rem;
    border-radius: 5rem;

    margin-left: 0.1%;

    width: 36.5161663%;
    height: 2.29vh;

    max-width: 294rem;
    border: 1rem solid #44464A;
    gap: 0.63vw;

}
.search input {
    background-color: transparent;
    border: none;
    color: #e5e5e7;
    flex-grow: 1;
    font-size: 14rem;
    height: 44rem;
}
.search img{
    width: 16rem;
    height: 16rem;
}
.search i {
    margin-right: 10rem;
}

#search_info{
    width: 16rem;
    height: 16rem;
}

.table {
    width: 100%;
    border-collapse: collapse;

}
.table th, .table td {
    padding: 10rem;
    text-align: left;
}
.table .icon {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.table .icon i {
    color: #ff3b30;
}
.table .icon i.green {
    color: #34c759;
}
.table .icon i.blue {
    color: #007aff;
}
.table .icon i.yellow {
    color: #ffcc00;
}

.table tbody tr{
    background-color: #1A1C21;
}

.table tbody tr:nth-child(odd){
    background-color: #22242B;
}



.table{
    position: relative;
}

#content{
    background-color: #1A1C21;
    position: relative;
    width: 100%;
}


.filters_names{
    display: flex;

    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    color: #797F85;
    padding-top: 1.481481481vh;
    padding-left: 0.83%;
    padding-right: 0.83%;
    padding-bottom: 0.7407407407vh;

}

.filters{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.83%;
    padding-right: 0.83%;
}

.tournaments_info_names{
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    color: #797F85;

}
.tournaments_info_names th:hover>span{
    color: #fff;
    transition: all 0.4s;
}
.select_tournament{
    padding-right: 0.78vw;
}


.header{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.login{

    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: #FFFFFF;
    gap: 1.111111111111111vh;

}

.room_logo{
    width: auto;
    height: 20rem;
}

.search_info{
    display: flex;
    align-items: center;
    height: 2vh;
    padding-left: 0.63vw;
    position: relative;

}
.search_info_content{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    padding: 5rem 3rem 5rem 10rem;
    border-radius: 8rem;
    position: absolute;
    align-items: center;
    background-color: #000;
    top: -13rem;
    width: 406rem;
    left: calc(100% + 12rem);
    z-index: 9999;
}
.search_info_content .after{
    width: 12rem;
    height: 21rem;
    position: absolute;
    left: -10rem;
    top: 21rem;
    transform: translate(0, -50%);
}
.search_info_content .after svg{
    width: 12rem;
    height: 21rem;
}
.search_area{
    display: flex;
    align-items: center;
    padding-left: 0.6vw;
    padding-right: 0.83%;
}

.type{
    width: 13.4vw;
}

.type_button{
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 5rem;

    text-align: left;
    padding: 10rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;

}

.buy_in{
    width: 13.4vw;
}

.buy_in_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 5rem;

    text-align: left;
    padding: 10rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;

}
.buy_in_button::after{
    position: absolute;
    right: 12rem;
    content: '';
    width: 16rem;
    height: 16rem;
    background-image: url('./img/chevron_down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12rem;
}
.arr_button{
    position: relative;
}
.arr_button::after{
    position: absolute;
    right: 12rem;
    content: '';
    width: 16rem;
    height: 16rem;
    background-image: url('./img/chevron_down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12rem;
    transition: all 0.4s;
}
.open_list .arr_button::after{
    transform: rotate(180deg);
}
.open_list button{
    border-color: #fff !important;
    transition: all 0.4s;
}

.table_size{

    width: 13.4vw;
}

.table_size_button{
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 5rem;

    text-align: left;
    padding: 10rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;

}

.speed{
    width: 13.4vw;
}

.speed_button{
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 5rem;

    text-align: left;
    padding: 10rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;

}



.type_name{
    padding-right: 12.25vw;
}

.buy_in_name{
    padding-right: 11.6vw;
}

.table_size_name{
    padding-right: 10vw;
}

.date{
    display: block;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 8rem;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;
    width: 120rem;
    user-select: none;
    cursor: pointer;
}

select{
    display: flex;
    background-color: #1A1C21;
    border: 1rem solid #44464A;
    border-radius: 8rem;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;

    color: #FFFFFF;

}

.search_tournaments{
    outline: none;
}

.nav button:hover{
    background-color: #37393D;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 11.7vw;
    padding: 12rem;
    z-index: 1;

    margin-top: 1vh;
    opacity: 0; /* Начальная прозрачность */
    transition: opacity 0.3s ease;

    background-color: #1A1C21;
    border-radius: 5rem;
    border: 1rem solid #44464A;

}
.buy_in, .type, .table_size, .speed{
    -webkit-tap-highlight-color:  transparent;
}
.dropdown-content.show {
    display: block; /* Установите display на block для отображения */
    opacity: 1; /* Увеличение непрозрачности */
}
.dropdown-content input {
    margin-right: 10rem;
    display: none;
}
.dropdown-content span:nth-child(1){
    margin-right: 12rem;
    width: 24rem;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-content span:nth-child(1) img{
    width: 18rem;
    height: 18rem;
}
.dropdown-content span:nth-child(1) .notcheck{
    display: flex;
}
.dropdown-content span:nth-child(1) .checked{
    display: none;
}


.dropdown-content label {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.dropdown-content .clear{
    margin-top: 7rem;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00AA8C;
    cursor: pointer;

}

.show {
    display: block;
}

.active{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    color: white;
}

.active{
    color: #00AA8C;
}

.tournament_info_details{
    display:flex;
    justify-content: space-between;
    width: 70%;
}
.tournament_info_details img{
    width: 25rem;
    height: 25rem;
    max-width: 25rem;
    max-height: 25rem;
}

.tournament_info_details .w_img{
    width: 20rem;
    height: 20rem;
}

.table tbody tr:hover{
    background-color: #414450;
}

.buy_panel_container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.buy_panel{
    width: 71.25vw;
    height: 7.03703704vh;
    max-width: 1200rem;
    background-color: #080B0F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 90vh;
    border-radius: 8rem;
    transition: all 0.4s;
    padding: 12rem 17.5rem;
}

#selected_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: #797F85;
    padding-right: 4.59183673%;

}


#total_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;

    color: #FFFFFF;
    padding-right: 2%;

}

#hands_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    color: #797F85;

    padding-right: 1%;

}

#amount_of_hands{
    padding-right: 2%;
}

#cost_text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    color: #797F85;
    padding-right: 1%;
}


#first_panel{
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 33.33333333%;
}

#second_panel{
    display: flex;
    align-items: center;
    height: fit-content;
    width: 100%;
}

#third_panel{
    display: flex;
    height: 100%;
    text-align: center;
    align-items: center;
}

#buy{
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    cursor: pointer;
    width: fit-content;
    height: 52rem;
    border: transparent;
    background: #00AA8C;
    border-radius: 8rem;
    color: white;
    padding: 0 24rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    transition: all 0.4s;
    line-height: 140%;
}

#amount_of_selected_deals{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
}

.filter_name{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;

    color: #797F85;

    margin-top: 5rem;
    margin-bottom: 3rem;

}

#inner_date{
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 8rem;


}

#order_container{

backdrop-filter: blur(5rem);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

#sample_container{

backdrop-filter: blur(5rem);
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}
#order_window{
    display: flex;
    position: fixed;

    width: fit-content;
    min-width: 490rem;
    height: fit-content;
    max-height: 90vh;
    overflow-x: auto;
    background-color: #080B0F;

    border: 1rem solid #080B0F;
    border-radius: 8rem;
    padding-bottom: 53rem;
}

#order_body{
    width: 100%;
    height: 100%;
    padding: 20rem 22rem 0 22rem;
    display: flex;
    flex-direction: column;
    align-items: center !important;
}
#order_num_info{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
#order_span{
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;
    text-align: left;
    color: #FFFFFF;
    margin-right: 10rem;
}

#order_num{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;

    color: #FFFFFF;
}

#hands_and_cost_info{
    padding-top: 22rem;
    display: flex;
    align-items: center;
    width: 100%;
}

#total_span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-right: 10rem;
    margin-left: 100rem;
}

#hands_span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    color: #797F85;
    margin-right: 10rem;
}

#hands_amount{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-right: 10rem;
    width: 100rem;
}

#cost_span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    color: #797F85;
    margin-right: 10rem;
}
#order_body .del{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 1rem;
    background-color: #fff;
    margin-top: 16rem;
    margin-bottom: 16rem;
}
#cost{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;
}

#contact_info{
    padding-top: 2%;
}

#contact_span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    color: #FFFFFF;
}

#contact_details{
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
}
#simple_contact_details{
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 10rem;
}
#email{
    display: flex;
    width: 100%;
    height: 50rem;

    border: 1rem solid #44464A;
    border-radius: 8rem;

    align-items: center;

    margin-bottom: 2%;
}

#discord{
    display: flex;
    width: 100%;
    height: 50rem;

    border: 1rem solid #44464A;
    border-radius: 8rem;

    align-items: center;

    margin-bottom: 2%;
}

#skype{
    display: flex;
    width: 100%;
    height: 50rem;

    border: 1rem solid #44464A;
    border-radius: 8rem;

    align-items: center;

    margin-bottom: 2%;
}

#telegram{
    display: flex;
    width: 100%;
    height: 50rem;

    border: 1rem solid #44464A;
    border-radius: 8rem;

    align-items: center;

    margin-bottom: 2%;
}

#whatsapp{
    display: flex;
    width: 100%;
    height: 50rem;

    border: 1rem solid #44464A;
    border-radius: 8rem;

    align-items: center;

    margin-bottom: 3%;
}

#email_img{
    margin-left: 13rem;
    width: 25rem;
    color: white;
}

#discord_img{
     margin-left: 13rem;
    width: 25rem;
    color: white;
}

#skype_img{
     margin-left: 13rem;
    width: 25rem;
    color: white;
}

#telegram_img{
     margin-left: 13rem;
    width: 25rem;
    color: white;
}

#whatsapp_img{
     margin-left: 13rem;
    width: 25rem;
    color: white;
}

#email_textarea{
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    text-align: left;
    padding-left: 10rem;
    height: 50rem;
    outline: none;

}

#discord_textarea{
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    text-align: left;
    padding-left: 10rem;
height: 50rem;
    outline: none;

}

#skype_textarea{
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;
height: 50rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    text-align: left;
    padding-left: 10rem;

    outline: none;
}

#telegram_textarea{
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;
height: 50rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    text-align: left;
    padding-left: 10rem;

    outline: none;
}

#whatsapp_textarea{
    width: 100%;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;
height: 50rem;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    text-align: left;
    padding-left: 10rem;

    outline: none;
}

#order_comment{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    color: #e5e5e7;
}

#comment_textarea{
    padding: 10rem;
    margin-top: 15rem;
    width: 100%;
    max-width: 357rem;
    height: 75rem;
    background-color: transparent;
    resize: none;
    border: none;
    color: white;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;

    outline: none;

    border: 1rem solid #44464A;
    border-radius: 8rem;
}

#place_order{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#buy_deals{
    cursor: pointer;
    margin-top: 10%;
    width: 100%;
    height: 50rem;
    background-color: #00AA8C;
    border: none;
    max-width: 262rem;
    border-radius: 8rem;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;

    color: #FFFFFF;
}
.disabled{
    background-color: rgba(91, 97, 103, 1) !important;
    cursor: default !important;
}
#buy_deals:hover{
background-color: #007f68;
}
.disabled:hover{
    background-color: rgba(91, 97, 103, 1) !important;
    cursor: default !important; 
}
#buy:hover{
background-color: #007f68;
}


#back{
    cursor: pointer;
    width: 30rem;
    height: 30rem;
    margin-right: 20rem;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#back img{
    width: 20rem;
}






#close{
    margin-left: 40%;
    background-color: transparent;
    border: none;
}

#close:hover{
    cursor: pointer;
    opacity: 0.5;
}

#close_img{
    width: 20rem;
}

#order_num_info{
    align-items: center;
    white-space: nowrap;
}


#order_confirm_container{
backdrop-filter: blur(5rem);
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}
#simple_confirm_container{
backdrop-filter: blur(5rem);
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}
#order_confirm{
    background-color: black;
    width: fit-content;
    height: fit-content;
    padding: 30rem;
    max-width: 388rem;
    border: 1rem solid #000000;
    border-radius: 8rem;

}
#order_confirm_body{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
#order_confirm_body #ok{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#order_confirm_main_info{

    font-style: normal;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;

    color: #FFFFFF;

    margin-bottom: 20rem;

}

#thank_for_order{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20rem;
}
#thank_for_order p{
    margin: 0;
}
#ok_button{
    cursor: pointer;
    background-color: #00AA8C;
    border: none;
    outline: none;

    border-radius: 8rem;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50rem;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;

    margin-bottom: 15rem;
}

#ok_button:hover{
background-color: #007f68;
}

#other_contacts_span, #simple_contacts_span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 5%;
    justify-content: center;
    text-align: center;

}
#other_contacts_span span, #simple_contacts_span span{
    color: rgba(0, 170, 140, 1);
    cursor: pointer;
    font-weight: 700;
}
#our_contacts{
    width: 200rem;
    display: flex;
    flex-direction: column;
    gap: 13rem;
}
#our_contacts img{
    height: 30rem;
}

#our_discord{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

#our_skype{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
#our_skype img{
    width: 30rem;
}
#our_telegram{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

#our_whatsapp{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}


.confirm_contacts_span{
    margin-left: 5%;
    font-size: 16rem;
}

#legend{
    position:absolute;
    margin-left: 25rem;
    padding-top: 15rem;
    width: 481rem;
}

#legend:hover {
  style: none;
}

.room_button{
    white-space: nowrap;
}



.contact_img{
    cursor: pointer;
    width: 35rem;
    transition: transform 0.3s ease-in-out;
}

.contact_img:hover {
  transform: scale(1.2);
  transition: transform 0s ease-in-out;
}

#room_not_available_container{
    backdrop-filter: blur(5rem);
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

#room_not_available{
    display: flex;

    justify-content: center;
    align-items: center;

    width: 600rem;
    height: 70rem;
    background-color: black;
    border-radius: 12rem;

    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;

}

.contacts_links{
    color: inherit; /* Убирает цвет ссылки, наследует цвет родителя */
    text-decoration: none; /* Убирает подчеркивание */
    background: none; /* Убирает фон, если он есть */
    border: none;
}

.contacts_links:hover {
  opacity: 0.8;

}


.buy_in_select{
    height: 40rem;
}

table{
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    border-collapse: separate;   /* Включаем режим, в котором работает border-spacing */
    border-spacing: 0 1rem;      /* 0 по горизонтали, 10rem по вертикали */
  /* или другое значение вместо 10rem */
}

table tr:nth-child(odd) {
  background-color: #21242b;
}

table tr:nth-child(even) {
    border-radius: 8rem;
  background-color: #1b1c21;
}
.tournaments_info_names{
    background-color: #1b1c21 !important;
}
.buy_in_select{
    width: 8vw;
    min-width: 8vw;
    max-width: 8vw;
    vertical-align: middle
}

.tournament_name{
    font-size: 16rem;
    min-width: 20vw;
    max-width: fit-content;
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.tourneys img{
    margin: 0 8px;
}
.tournament_info_details{
    min-width: 4.5vw;
    max-width: 4.5vw;
}

.td_hands{
    font-size: 16rem;
    min-width: 4vw;
    max-width: 4vw;
}
.tourneys{
    text-align: center;
}
.td_price{
    font-size: 16rem;
}
td_cost{
    min-width: 4vw;
    max-width: 4vw;
}

tr{
    height: 40rem;
}

.buy_in_div{
    font-size: 16rem;
    margin-left: 0.5vw;
    display: flex;
    gap: 0.5vw;
    align-items: center;
}

.tournament{
    cursor: pointer;
}

.tournament:hover{
    background-color: #5d5e62;
}

.content{
    border-radius: 12rem;
    padding: 16rem;
background-color: #1b1c21;
position: relative;
}

.tournaments_info_names{
    margin-top: 4vh;
}

.need_left{
    float: left;
    user-select: none;
    -webkit-tap-highlight-color:  transparent;
}

.header-text {
  position: relative; /* делаем элемент позиционированным */
  display: inline-block;
}

/* Псевдоэлемент, который выводит стрелку сразу после текста */

.header-text.sorted-asc::after {
  content: "";
  position: absolute;
  left: calc(100% + 5rem);
  top: 45%;
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  background-image: url("./img/chevron_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12rem;
  display: flex;
}
.header-text.sorted-asc, .header-text.sorted-desc{
    color: #e5e5e7;
}
.header-text.sorted-desc::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 2rem;
    left: calc(100% + 5rem);
    transform: translateY(-50%);
    width: 16rem;
    height: 16rem;
    background-image: url("./img/chevron_down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12rem;
    display: flex;
    transform: rotate(180deg);
}
.tournaments_info_names{
    vertical-align: middle;
}
#table{
    table-layout: fixed;
}
#table thead .tournaments_info_names .price{
    text-align: left;
    width: 100rem;

}
#table thead span{
    user-select: none !important;
}
#table thead .tournaments_info_names .hands{
    text-align: left;
    width: 150rem;

}
#table thead .tournaments_info_names .name{
    width: 58%;
    text-align: left;

}
#table thead .tournaments_info_names .buy_in{
    width: 90rem;

}
#table thead .tournaments_info_names .need_left{
    width: fit-content;
    position: relative;

}
#table thead .tournaments_info_names .need_left #info{
    position: absolute;
    top: 16rem;
    user-select: none;
}
#table_end{
    display: flex;
    flex-direction: column;
    /*height: 5vw;*/
    justify-content: center;
    align-items: center;
}



#last_update_label{
    font-style: italic;
}

#no_deals{
    display: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}

#legend{
    z-index: 1000;
}

.ui-datepicker{
    z-index: 999999 !important;
}













.ui-widget-content{
    border: none !important;
    background-color: #080B0F !important;
    padding: 16rem 12rem !important;
    border-radius: 8rem !important;
}
.ui-datepicker-calendar thead tr{
    background-color: transparent !important;

}
.ui-datepicker-calendar thead tr th{
    padding: 16rem 0!important;
}
.ui-datepicker-calendar thead tr th span{
    font-family: 'Montserrat' !important;
    font-weight: 400 !important;
    font-size: 14rem !important;
    line-height: 140% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #797F85 !important;
}
.ui-datepicker-calendar tbody tr td{
    padding: 0 !important;


}
.ui-datepicker-calendar tbody tr {
    height: fit-content !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    padding: 6rem !important;
    text-align: center !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none !important;
    background: none !important;
    color: #fff !important;
}
.ui-datepicker-calendar tr:nth-child(even){
    background-color: #080B0F !important;
}
.ui-datepicker-calendar tr:nth-child(odd){
    background-color: #080B0F !important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border-color: #00AA8C !important;
    background: transparent !important;
    border-radius: 4rem !important;
    border: 1rem solid !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: none !important;
    background: #00AA8C !important;
    border-radius: 4rem !important;
}
.ui-datepicker .ui-datepicker-header{
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-title{
    display: flex !important; 
    align-items: center !important;
    margin: 0 !important;
    font-family: 'Montserrat';
    font-weight: 400 !important;
    font-size: 16rem !important;
    line-height: 150% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    padding-left: 6rem !important;
    color: #fff !important;
    text-align: left !important;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
    color: #797F85 !important;
    margin-left: 5rem;
}
.ui-datepicker .ui-datepicker-title select{
    appearance: none !important;
    overflow: hidden !important;
    background-image: url('./img/chevron_down.svg') !important;
    background-repeat: no-repeat;
    background-size: 12rem;
    background-position: center right 10rem;
}
.ui-datepicker .ui-datepicker-prev{
    top: -5rem !important;
    right: 30rem !important;
    left: auto !important;
}
.ui-datepicker .ui-datepicker-next{
    top: 5rem !important;
}

.ui-datepicker .ui-datepicker-prev{
    top: 5rem !important;
    right: 30rem !important;
    left: auto !important;
    transform: rotate(180deg) !important;
}
.ui-widget-header .ui-icon{
    background-image: url(./img/ar-r.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 18rem !important;
}

.ui-datepicker .ui-datepicker-next:hover{
    background: none !important;
}

.ui-datepicker .ui-datepicker-prev:hover{
    background: none !important;
}



.footer {
    padding: 15rem 0;
    display: flex;
    position: relative;
}
.footer_logo {
    position: relative;
}
.footer_logo img{
    width: 104rem;
    height: 144rem;
    margin-right: 19rem;
}
.footer_logo span{
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 8rem;
    line-height: 150%;
    letter-spacing: 0%;
    position: absolute;
    bottom: 8rem;
    left: 5rem;
}
.col {
    display: flex;
    gap: 8rem;
    height: 100%;
    padding-right: 28rem;
    border-right: 1rem solid #fff;
}
.footer .contacts {
    display: flex;
    flex-direction: column;
    gap: 7rem;
}
.footer .contacts a{
    display: flex;
    align-items: center;
    gap: 12rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    text-decoration: none;
}
.footer .contacts a img{
    width: 28rem;
    height: 28rem;
}

.col_menu{
    display: flex;
    flex-direction: column;
    gap: 8rem;
    padding-left: 28rem;
}
.col_menu_2{
    margin-left: 20rem;
    border-left: 1rem solid #fff;
    height: fit-content;
}
.col_menu a{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}
.col_menu_2 a{
    display: flex;
    align-items: center;
    gap: 10rem;

}
.col_menu img{
    min-width: 18rem;
    height: 20rem;
}
.col_menu .img{
    width: 20rem;
    display: flex;
    justify-content: flex-start;
}
.corp {
    position: absolute;
    right: 0;
    bottom: 2rem;
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}

.date{
    background-image: url("./img/calendar.png");
    background-position: 110rem 10rem;
    background-repeat: no-repeat;
    background-size: 16rem 16rem;
}

#select_all_items{
    width: 25rem;
    vertical-align: bottom;
    padding-bottom: 8rem;
    padding-left: 0.5vw;
}
.sel{
    width: 18rem;
    padding-left: 0.5vw;
}

#table thead .tournaments_info_names .buy_in{
    padding-left: 0.5vw;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 5rem;
}
#table thead .tournaments_info_names .name{
    vertical-align: bottom;
    padding-bottom: 5rem;
}
#table thead .tournaments_info_names .hands{
    vertical-align: bottom;
    padding-bottom: 5rem;
}
#table thead .tournaments_info_names .tourneys{
    vertical-align: bottom;
    padding-bottom: 5rem;
}
#table thead .tournaments_info_names .price{
    vertical-align: bottom;
    padding-bottom: 5rem;
}

#select_all_items{
    cursor: pointer;
}
.select_all_items .s_1{
    display: flex;
}
.select_all_items .s_2{
    display: none;
}
.select_all_items .s_3{
    display: none;
}


.select_process .s_2{
    display: none;
}
.select_process .s_1{
    display: none;
}
.select_process .s_3{
    display: flex;
}


.all_selected_true .s_2{
    display: flex;
}
.all_selected_true .s_1{
    display: none;
}
.all_selected_true .s_3{
    display: none;
}


.ui-state-default:hover{
    transition: all 0.4 !important;
    border-radius: 4rem !important;
    background: #37393D !important;
}
.ui-widget.ui-widget-content{
    margin-top: 8rem;
}


.ui-datepicker .ui-datepicker-title select{
    margin: 0 !important;
    height: 40rem !important;
    border-radius: 4rem !important;
    padding-left: 0.5vw !important;
}

#discount_info_wrap{
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#discount_info{
    margin-bottom: 8rem;
}
#amount_of_hands, #cost_amount{
    font-size: 16rem;
    font-weight: 700;
    color: #00AA8C;
}
#amount_of_hands{
    color: #fff;
}
#discont_info{
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-style: italic;

}
#discont_info span{
    color: #00AA8C;
}
#discont_info b{
    color: #00AA8C;
    font-style: normal;
}
#next_discont{
    font-weight: 400;
    font-style: italic;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;

    font-style: italic;
}
.linetext{
    color: #fff !important;
    position: relative;
    font-weight: 400 !important;
}
.linetext::after{
    content: '';
    width: calc(100% + 2rem);
    height: 1rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}


.ui-datepicker .ui-datepicker-title select::-ms-expand{
    display: none !important;
}



.custom_range_wrap {
    display: none !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

#custom_min{
    width: 50rem;
    height: 25rem;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    border-radius: 2rem;
    border: 1rem solid #5B6167;
    background: transparent;
    margin: 0;
    padding: 0;
}

#custom_max{
    width: 50rem;
    height: 25rem;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    border-radius: 2rem;
    border: 1rem solid #5B6167;
    background: transparent;
    margin: 0;
    padding: 0;
}
.custom_range_wrap_open{
    display: flex !important;
}

.current_custom .checked{
    display: flex !important;
}
.current_custom .notcheck{
    display: none !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width: 55%;
}

.check:hover, .check_all:hover, #custom_range:hover{
    cursor: pointer;
    transition: all 0.4s;
    color: #00AA8C;
}
.buy_in, .need_left{
    cursor: pointer;
} 


.s_del{
    margin-top: 20rem;
    height: 1rem;
    background-color: #fff;
    width: 100%;
}
.check, .check_all,#custom_range,#inner_date {
    font-size: 16rem;
}


h1{
    font-size: 20rem;
    font-weight: 700;
}
h3{
    font-weight: 700;
    font-size: 18rem;
}
p{
    font-size: 16rem;
    font-weight: 400;
}


.replace_search_btn{
    display: none;
    width: 16rem;
    height: 16rem;
    cursor: pointer;
}

.replace_search_btn svg{
    width: 16rem;
    height: 16rem;
}
.footer{
    position: relative
}
.footer .text{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}
#info{
    width: 16rem;
    height: 16rem;
}


@media screen and (max-width: 560px){
    .discont_info_content{
        position: absolute;
        right: -205rem;
        top: -220rem;
    }
    .logo .logo_img{
        width: 220rem;
        height: auto;
    }
    .footer {
        padding: 15rem 0 90rem 0;
        flex-wrap: wrap;
    }
    .footer_logo {
        position: relative;
    }
    .footer_logo img{
        width: 104rem;
        height: 144rem;
        margin-right: 19rem;
    }
    .footer_logo span{
        color: #000;
        font-weight: 700;
        font-style: italic;
        font-size: 8rem;
        line-height: 150%;
        letter-spacing: 0%;
        position: absolute;
        bottom: 8rem;
        left: 5rem;
    }
    .col {
        display: flex;
        gap: 8rem;
        height: 100%;
        padding-right: 0;
        border-right: none;
    }
    .footer .contacts {
        display: flex;
        flex-direction: column;
        gap: 7rem;
    }
    .footer .contacts a{
        display: flex;
        align-items: center;
        gap: 12rem;
        font-weight: 400;
        font-size: 16rem;
        line-height: 150%;
        letter-spacing: 0%;
        color: #fff;
        text-decoration: none;
    }
    .footer .contacts a img{
        width: 28rem;
        height: 28rem;
    }
    .footer .contacts a #team_img{
        width: auto;
        height: 32rem;
    }
    .col_menu{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 20rem;
        gap: 8rem;
        padding-left: 0;
    }
    .col_menu a{
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 16rem;
        line-height: 150%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
    }
    .corp {
        position: absolute;
        right: 50%;
        transform: translate(50%, 0);
        bottom: 2rem;
        font-weight: 400;
        font-size: 13rem;
        line-height: 150%;
        letter-spacing: 0%;
        color: #fff;
        text-align: center;
    }
    .footer .text{
        width: 100%;
        bottom: 40rem;
    }
    .tournament_info_details img{
        width: 16rem;
        height: 16rem;
        max-width: 20rem;
        max-height: 16rem;
    }
    
}


@media screen and (max-width: 1280px){
    .sel img, .s_1, .s_2, .s_3{
        width: 20rem;
        height: 20rem;
    }

}

@media screen and (max-width: 560px){
    html{
        font-size: calc(1vw / 4.80);
    }
    .container{
        padding: 20rem;
    }
    .nav{
        width: calc(100% - 10rem);
        margin-left: auto;
        margin-right: auto;
        height: fit-content;
        display: flex;
        flex-wrap: wrap;
        padding: 10rem;
    }
    .nav .room_button{
        padding: 10rem;
    }
    .nav .room_button img{
        height: 15rem;
    }
    .filters{
        flex-wrap: wrap;
    }
    .filters div:nth-child(1){
        width: 100%;
    }
    .filters .type,
    .filters .buy_in,
    .filters .table_size,
    .filters .speed{
        width: calc(50% - 5rem);
    }
    .filters .dropdown-content{
        width: 37.5%;
        z-index: 999999;
    }
    .check, .check_all, #custom_range, #inner_date {
        font-size: 14rem;
    }
    .search{
        width: calc(45% - 5rem);
        height: 20rem;
        max-width: 220rem;
    }
    #search_info {
        width: 20rem;
        height: 20rem;
        user-select: none;
    }
    .search_info_content{
        right: -147rem;

        top: 37rem;
        z-index: 9999999;
        left: auto;
    }
    .search_info_content .after{
        top: -14rem;
        right: 150rem;
        left: auto;
        transform: rotate(90deg);
    }
    .td_price ,.td_hands, .tournament_name, .buy_in_div  {
        font-size: 14rem;
    }
    .tournaments_info_names .price{
        width: 50rem !important;
        font-size: 10rem;
    }
    .tournaments_info_names .hands{
        width: 80rem !important;
        font-size: 10rem;
    }
    .tournaments_info_names .buy_in{
        width: 60rem !important;
        font-size: 10rem;
    }
    .tournaments_info_names .name{
        font-size: 10rem;
    }
    .content{
        padding: 5rem;
    }
    .sel img, .s_1, .s_2, .s_3{
        width: 14rem;
        height: 14rem;
        margin-top: 2rem;
    }
    #select_all_items{
        width: 14rem;
    }
    #table thead .tournaments_info_names .name{
        width: 150rem;
    }
    .header-text.sorted-desc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 4rem;
    }
    .header-text.sorted-asc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 45%;
    }
    #sortname .header-text.sorted-asc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 45%;
        left: calc(100% + 15rem);
    }
    #sortname .header-text.sorted-desc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 4rem;
        left: calc(100% + 15rem);
    }


    .hands .header-text.sorted-asc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 45%;
        left: calc(100% + 15rem);
    }
    .price .header-text.sorted-asc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 45%;
        left: calc(100% + 10rem);
    }
    .price .header-text.sorted-desc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 4rem;
        left: calc(100% + 10rem);
    }
    .hands .header-text.sorted-desc::after{
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        top: 4rem;
        left: calc(100% + 15rem);
    }
    
    .tournament_info_details{
        gap: 3rem;
    }
    .tournament_name{
        padding-right: 5rem;
    }
    .buy_panel{
        width: 90%;
        padding: 12rem 10rem;
        margin-top: 0 !important;
    }
    #buy{
        width: 150rem;
        height: 30rem;
        font-size: 10rem;
    }
    #info{
        z-index: 99999;
    }
    #table thead .tournaments_info_names .need_left{
        width: 20rem;
        height: 20rem;
        user-select: none;
    }
    #table thead .tournaments_info_names .need_left #info{
        z-index: 99999 !important;
    }
    #second_panel{
        flex-wrap: wrap;
    }
    #total_text, #hands_text{
        font-size: 12rem;
    }
    #amount_of_hands, #cost_amount{
        font-size: 12rem;
    }
    #cost_text{
        font-size: 12rem;
    }
    .discount_info_wrap{
        display: flex;
    }
    #discont_info, #next_discont{
        font-size: 12rem;
    }
    #no_deals{
        width: 100%;
    }
    #table_end{
        height: 105rem;
    }
    .buy_panel_container{
        position: absolute;
    }
    #no_deals{
        font-size: 14rem;
    }
    #room_not_available{
        width: 90%;
        height: fit-content;
        padding: 20rem 10rem;
    }
    #legend{
        margin-left: 0;
        left: -200rem;
        width: 400rem;
        padding-top: 40rem;
    }
    #no_deals{
        box-sizing: border-box;
        padding: 0 50rem;
    }
}

#low_title, #medium_title, #high_title{
    width: fit-content;
}

#iconsType{
    display: flex;
    align-items: center;
    gap: 9rem;
    margin-right: 9rem;
}
#iconsType img{
    max-height: 20rem;
    max-width: 40rem;
}


#cost_info_items{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#cost_info_items .row{
    height: 44rem;
    max-width: 25rem;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10rem;
}
#cost_info_items .row .row_logo_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25rem;
    max-width: 25rem;
}
#cost_info_items .row .row_logo{
    max-height: 20rem;
    max-width: 30rem;
}
#cost_info_items .row .row_title{
    font-size: 14rem;
    line-height: 140%;
    color: #fff;
    width: 117rem;
    min-width: 117rem;
    max-width: 117rem;
    display: flex;
}
#cost_info_items .row .row_hands_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 150%;
    color: #797F85;
    width: 47rem;
}

#cost_info_items .row .row_henda_count{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 150%;
    color: #fff;
    min-width: 100rem;
}
#cost_info_items .row .row_price_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 150%;
    color: #797F85;
    width: 47rem;
}
#cost_info_items .row .row_price_count{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 150%;
    color: #fff;
}


#simple_info_items{
    display: flex;
    flex-direction: column;
    width: 90%;
}
#simple_info_items .row{
    height: 44rem;
    max-width: 25rem;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10rem;
}
#simple_info_items .row .row_logo_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25rem;
    max-width: 25rem;
}
#simple_info_items .row .row_logo{
    max-height: 20rem;
}
#simple_info_items .row .row_title{
    font-size: 14rem;
    line-height: 140%;
    color: #fff;
    width: 117rem;
    min-width: 117rem;
    max-width: 117rem;
    display: flex;
}
#simple_info_items .row .row_hands_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 150%;
    color: #797F85;
    width: 47rem;
}

#simple_info_items .row .row_henda_count{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 150%;
    color: #fff;
    min-width: 100rem;
}
#simple_info_items .row .row_price_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 150%;
    color: #797F85;
    width: 47rem;
}
#simple_info_items .row .row_price_count{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 150%;
    color: #fff;
}









#discont_info_m{
    margin-top: 20rem;
    text-align: right;
    font-size: 16rem;
    line-height: 150%;
    color: #ffffff;
    font-style: italic;
}
#cost_discont{
    display: flex;
    flex-direction: row;
    gap: 8rem;
    margin-left: auto;
    padding-right: 40rem;
}

#hands_and_cost_info #cost{
    color: #00AA8C;
}
#next_discont_m{
    font-style: italic;
}
.hands_and_cost_info {
    display: flex;
    width: 100%;
    padding-left: 35rem;
}
.hands_and_cost_info #total_span{
    
}
.hands_and_cost_info #hands_amount{

}

#simple_and_cost_info #cost{
    color: #00AA8C;
}
#next_discont_m{
    font-style: italic;
}
.simple_and_cost_info {
    display: flex;
    width: 100%;
    padding-left: 35rem;
}
.simple_and_cost_info #total_span{
    
}
.simple_and_cost_info #hands_amount{

}

.payment_nav {
    margin-top: 10rem;
    display: flex;
    align-items: center;
    gap: 24rem;
    justify-content: center;
    margin-bottom: 20rem;
}
.payment_nav .check_wrap {
    display: flex;
    align-items: center;
    gap: 13rem;
    cursor: pointer;
}
.payment_nav .check_wrap span{
    font-style: 14rem;
    color: #fff;
    line-height: 140%;
}
.payment_nav .check_wrap .check {
    width: 18rem;
    height: 18rem;
    border: 1rem solid #44464A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment_nav .check_wrap .check .check_item {
    opacity: 0;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-color: #00AA8C;
    transition: all 0.4s;
}
.payment_nav .check_wrap .checked .check_item{
    opacity: 1;

}

.payment_content_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment{
    width: 100%;
    max-width: 377rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}






.select_wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.select_wrap .select {
  width: 100%;
  height: 44rem;
  background: rgb(26, 28, 33);
  border: 1rem solid rgb(68, 70, 74);
  border-radius: 8rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  letter-spacing: 0%;
  padding-left: 12rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
  cursor: pointer;
  box-sizing: border-box;
}
.select_wrap .select::after{
    position: absolute;
    right: 12rem;
    content: '';
    width: 16rem;
    height: 16rem;
    background-image: url('./img/chevron_down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12rem;
}
.select_wrap .list {
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    width: 100%;
    max-width: 100%;
    top: 44rem;
    position: absolute;
    background-color: rgb(8, 11, 15);
    border-radius: 0 0 8rem 8rem;
    padding: 20rem 10rem;
    display: flex;
    flex-direction: column;
    gap: 13rem;
}
.select_wrap .list .list_item {
  display: flex;
  align-items: center;
  gap: 13rem;
  height: 24rem;
  cursor: pointer;
}
.select_wrap .list .list_item .check {
  width: 18rem;
  height: 18rem;
  border: 1rem solid #44464A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select_wrap .list .list_item .check .check_item {
  opacity: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #00AA8C;
  transition: all 0.4s;
}
.select_wrap .list .checked .check .check_item {
  opacity: 1;
}
.select_wrap .list .list_item span {
  font-weight: 400;
  font-size: 14rem;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.open_list{
    overflow: visible;
}
.open_list .select::after{
    transform: rotate(180deg);
}
.open_list .list{
    z-index: 9;
    opacity: 1;
}

#cripto_content{
    margin-top: 13rem;
    font-weight: 700;
    font-size: 14rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
#cripto_content span{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
#cripto_content span::after{
    content: '';
    width: 14rem;
    height: 14rem;
    position: absolute;
    right: -24rem;
    background-image: url("./img/copy.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14rem 14rem;
}
#other_content span{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
#other_content{
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 13rem;
    font-weight: 700;
    font-size: 14rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    position: relative;
}
#other_content span::after{
    content: '';
    width: 14rem;
    height: 14rem;
    position: absolute;
    right: -24rem;
    background-image: url("./img/copy.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14rem 14rem;
}
#cripto_content .img{
    margin-top: 5rem;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}
#cripto_content .qr{
    width: 125rem;
    height: 125rem;
    margin-right: 8rem;
}
#other_content .qr{
    width: 125rem;
    height: 125rem;
    margin-right: 8rem;
}
#other_content .img{
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
}

.cripto_submit {
    display: flex;
    align-items: center;
    gap: 15rem;
    cursor: pointer;
    margin-top: 14rem;
}
.cripto_submit div{
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
}
.cripto_submit .check_box img{
    width: 18rem;
    height: 18rem;
}
.cripto_submit .checked .notcheck {
    width: 18rem;
    height: 18rem;
    display: none;
}
.cripto_submit .checked .check {
    width: 18rem;
    height: 18rem;
    display: flex;
}
.cripto_submit .notcheck {
    width: 18rem;
    height: 18rem;
    display: flex;
}
.cripto_submit .check {
    width: 18rem;
    height: 18rem;
    display: none;
}
.other_submit {
    display: flex;
    align-items: center;
    gap: 15rem;
    cursor: pointer;
    margin-top: 14rem;
}
.other_submit div{
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    font-weight: 400;
}
.other_submit .check_box img{
    width: 18rem;
    height: 18rem;
}
.other_submit .checked .notcheck {
    width: 18rem;
    height: 18rem;
    display: none;
}
.other_submit .checked .check {
    width: 18rem;
    height: 18rem;
    display: flex;
}
.other_submit .notcheck {
    width: 18rem;
    height: 18rem;
    display: flex;
}
.other_submit .check {
    width: 18rem;
    height: 18rem;
    display: none;
}

#cripto{
    display: block;
}
#other{
    display: none;
}
#other_content_info, #cripto_content_info{
    display: none;
}




textarea::-webkit-scrollbar {
  width: 8rem;  
  cursor: default;             /* ширина всей полосы прокрутки */
}

textarea::-webkit-scrollbar-track {
  background: #000;
  cursor: default;        /* цвет зоны отслеживания */
}

textarea::-webkit-scrollbar-thumb {
    cursor: default;
  background-color: rgb(68, 68, 68);    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 1rem solid rgb(68, 68, 68);  /* отступ вокруг бегунка */
}


.copy{
    position: absolute;
    right: -50rem;
    top: 20rem;
    padding: 10rem 15rem;
    border-radius: 8rem;
    background-color: #fff;
    color: #000;
    font-size: 16rem;
    transition: all 0.2s;
    opacity: 0;
}
.show_copy{
    opacity: 1;
}

.pay {
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
}
.pay_title {
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 10rem;
}
.pay_inf {
    min-width: 226rem;
    height: 50rem;
    padding-left: 13rem;
    font-weight: 700;
    font-size: 32rem;
    line-height: 32rem;
    letter-spacing: 0%;
    color: rgba(0, 170, 140, 1);
    border: 1rem solid rgba(68, 70, 74, 1);
    border-radius: 8rem;
    display: flex;
    align-items: center;
}
#cripto_content .text, #other_content .text{
    width: 100%;
    text-align: left;
    margin-top: 5rem;
    margin-bottom: 10rem;
    font-weight: 400;
}
.dropdown-content div{
    margin: 0 !important;
}



#order_window::-webkit-scrollbar {
  width: 5rem;  
  cursor: default;             /* ширина всей полосы прокрутки */
}

#order_window::-webkit-scrollbar-track {
  background-color: rgb(37, 37, 37); 
  cursor: default;        /* цвет зоны отслеживания */
}

#order_window::-webkit-scrollbar-thumb {
    cursor: default;
  background-color: rgb(97, 97, 97);    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 1rem solid rgb(68, 68, 68);  /* отступ вокруг бегунка */
}
.ui-datepicker{
    width: 19em;
}

.clear_all_filters{
    font-weight: 700;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    cursor: pointer;
    color: rgba(0, 170, 140, 1);
    margin-left: auto;
}





#order_error_container{
backdrop-filter: blur(5rem);
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

#simple_error_container{
backdrop-filter: blur(5rem);
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

#order_error{
    background-color: black;
    width: fit-content;
    height: fit-content;
    padding: 30rem;
    max-width: 398rem;
    border: 1rem solid #000000;
    border-radius: 8rem;

}
#order_error_body{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
#order_error_body #ok{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

#order_error_main_info{

    font-style: normal;
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;

    color: #FFFFFF;

    margin-bottom: 20rem;

}

.order_error__title {
    font-weight: 700;
    font-size: 24rem;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
}
.order_error__subtitle {
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    margin-top: 10rem;

}
.order_error__img, .order_ok__img{
    width: 100%;
    margin: 14rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_ok__img{
    width: 100%;
    margin: 0 0 20rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order_error__img img, .order_ok__img img{
    width: 128rem;
    height: 128rem;
}

#order_error_container #ok{
    margin-top: 22rem;
}
#order_confirm_container #ok{
    margin-top: 22rem;
}
#thank_for_order p,#other_contacts_span, #simple_contacts_span{
        font-size: 13rem;

    }



#discont_info_i{
    position: absolute;
    top: 3rem;
    right: -25rem;
    width: 17rem;
    height: 17rem;
    user-select: none;
    -webkit-tap-highlight-color:  transparent;
}
.discont_info_content{
    position: absolute;
    right: -296rem;
    top: -170rem;
}
.discont_info_content #discont_info_img{
    width: 266rem;
    height: 187rem;
}
#cost_discont{
    display: flex;
    gap: 8rem;
}
#cost_discont #discont_info_i_2{
    position: relative;
    top: auto;
    right: auto;
    margin-top: 22rem;
}
#cost_discont #discount_info_wrap{
    cursor: pointer;
}
#cost_discont #discount_info_wrap:hover .discont_info_content_2{
    display: block;
}

#cost_discont .discont_info_content{
    right: 0;
    top: 55rem;
    z-index: 9999;
}
@media screen and (max-width: 560px){
    .discont_info_content{
        position: absolute;
        right: -205rem;
        top: -220rem;
    }
}



#loader{
    border-radius: 12rem;
    display: none;
    backdrop-filter: blur(5rem);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding-top: 35vh;
    z-index: 999999999;
}
#loader img{
    width: 80rem;
    height: 80rem;
}
.nav_wrapper{
    display: flex;
    align-items: flex-start;
}
.sample_wrap{
    width: fit-content;
    height: 56rem;
    display: flex;
    align-items: center;
    padding: 0 8rem;
    margin-bottom: 16rem;
    box-sizing: border-box;
    border: 1rem solid #44464A;
    border-radius: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10rem;
}
.sample_wrap .header_btn {
  width: fit-content;
  padding: 10rem 24rem;
  border-radius: 8rem;
  border-radius: 8rem;
  background: #DAF806;
  background: rgba(0, 170, 140, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  text-transform: uppercase;
}
.sample_wrap  .header_btn:hover{
    background-color: #007f68;
}





@media screen and ( max-width: 560px ){
    .header{
    }
    .header .contacts{
        margin-left: auto;
    }
    .nav_wrapper{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 16rem;
    }
    .nav_wrapper .header_btn{
        height: fit-content;
    }
    .col_menu_2{
        border: none;
    }
}


.reset_order{
    font-weight: 700;
    font-style: Bold;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(0, 170, 140, 1);
    padding-left: 12rem;
    margin-top: 16rem;
    cursor: pointer;
    margin-bottom: 2rem;
    width: fit-content;
}


.check p{
    margin: 0;
}


#language-switcher{
    margin-right: 50rem;
}
s{
    text-decoration: none !important;
}

@media screen and (max-width: 560px){
    #language-switcher{
        margin-right: 0;
    }
    .header {
        flex-wrap: wrap;
        gap: 10rem;
    }
}
.title_block{
  display: flex;
  align-items: center;
  gap: 10rem;
}
.title_block a img{
  width: 20rem;
}




.section__graf{
    padding: 20rem;
    border: 1rem solid rgba(68, 70, 74, 1);
    border-radius: 12rem;
    margin: 14rem 0.83% 24rem 0.83%;
}
.section__graf .graf_head .graf_show_btn{
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(0, 170, 140, 1);
}
.section__graf .graf__nav {
    margin-top: 20rem;
    display: flex;
    justify-content: space-between;
}
.section__graf .graf__nav .left {
    display: flex;
    align-items: center;
    gap: 24rem;
}
.section__graf .graf__nav .right {
    display: flex;
    align-items: center;
    gap: 24rem;
}
.section__graf .graf__nav .custom_radio {
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1rem solid rgba(68, 70, 74, 1)
}
.section__graf .graf__nav .custom_radio input{
    display: none;
}
.section__graf .graf__nav .custom_radio .item {
    width: 10rem;
    height: 10rem;
    background-color: rgba(0, 170, 140, 1);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}
.section__graf .graf__nav .current .item{
    opacity: 1;
}
.section__graf .graf__nav .left .sort_graf_type {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}
.section__graf .graf__nav .left .sort_graf_speed {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}
.section__graf .graf__nav .left .sort_graf_size {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}
.section__graf .graf__nav .right .sort_graf_day {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}
.section__graf .graf__nav .right .sort_graf_week {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}
.section__graf .graf__nav .right .sort_graf_month {
    display: flex;
    align-items: center;
    gap: 13rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    cursor: pointer;
}










.section__graf .graff_footer {
    display: flex;
    align-items: center;
    gap: 32rem;
    margin-top: 20rem;
}
.section__graf .graff_footer .icon {
    width: 25rem;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10rem;
}
.section__graf .graff_footer .icon img{
    width: 100%;
    height: 100%;
}
.section__graf .graff_footer .graf_type {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(121, 127, 133, 1);
    margin-right: 16rem;
}
.section__graf .graff_footer .count {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}
.section__graf .graff_footer .col_1 {
    display: flex;
    align-items: center;
}
.section__graf .graff_footer .col_2 {
    display: flex;
    align-items: center;
}
.section__graf .graff_footer .col_3 {
    display: flex;
    align-items: center;
}



.graf_content {
    display: flex;
    flex-wrap: nowrap;
    gap: 10rem;
    margin-top: 32rem;
}
.graf_content .graf_content__col_count {
    width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32rem;
    min-width: 30rem;
}
.graf_content .graf_content__col_count span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 11rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}
.graf_content .graf_content__col_content {
    display: flex;
    gap: 8rem;
    padding-left: 8rem;
    position: relative;
    width: 100%;
}
.graf_content .graf_content__col_content::before{
    content: '';
    width: 1rem;
    height: 156rem;
    background-color: rgba(68, 70, 74, 1);
    position: absolute;
    left: 0;
    top: 0;
}
.graf_content .graf_content__col_content::after{
    content: '';
    width: 100%;
    height: 1rem;
    background-color: rgba(68, 70, 74, 1);
    position: absolute;
    left: 0;
    top: 156rem;
}
.graf_content .graf_content__col_content .col_g {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 34rem;
    min-height: 182rem;
}
.graf_content .graf_content__col_content .col_g .size_count{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 11rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: bottom center;
    margin-left: 20rem;
    margin-bottom: 25rem;
}
.graf_content .graf_content__col_content .col_g .size {
    display: flex;
    flex-direction: column;
    border-radius: 4rem 4rem 0 0;
    overflow: hidden;
    width: 100%;
}
.graf_content .graf_content__col_content .col_g .size  .i_1{
    height: 8rem;
    width: 100%;
    background-color: rgba(224, 0, 32, 1);

}
.graf_content .graf_content__col_content .col_g .size  .i_2{
    height: 37rem;
    width: 100%;
    background-color: rgba(224, 0, 32, 1);
    
}
.graf_content .graf_content__col_content .col_g .size  .i_3{
    background-color: rgba(0, 122, 255, 1);
    height: 35rem;
    width: 100%;
}
.graf_content .graf_content__col_content .col_g .g_date {
    margin-top: 9rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 11rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(121, 127, 133, 1);
    display: flex;
}




