
.container1 {
    max-width: 80%;
    margin: 0 auto;
}

.container2 {
    max-width: 70%;
    margin: 0 auto;
}

.t-center {
    text-align: center;
}


.w-560px {
    width: 560px;
    height: 133px;
}

.w-450px {
    width: 450px;
    height: 36px;
}

.df {
    display: flex;
}


.db {
    display: block !important;
}

.ai {
    align-items: center;
}

.df-jn {
    display: flex;
    justify-content: center;
}

.df-jspb {
    display: flex;
    justify-content: space-between;
}

/*cash_out_block start*/
.cash_out_block {
    text-align: center;
    background-color: rgb(0, 0, 0);
}

.section_blog_div {
    background-image: url("../img/crime-logo.png");
    background-position: center;
    background-size: cover;
    height: 800px;
}

.div_text {
    padding-top: 500px;
}

.div_text h1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.83em;
    color: #FFFFFF;
}

.div_text p {
    padding-top: 20px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
/*cash_out_block finish*/


/*info blog start*/

.info_blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(138.83deg, rgb(24 23 23) 23.33%, rgb(24 24 24 / 99%) 69.27%);
}

.info_blog h5 {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
}

.info_blog h5 span{
    color: #FF0000;
}

.info_cash_out_block_text {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.info_cash_out_block_text h3{
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    padding-left: 33px;
}

.left_side div {
    padding-top: 45px;
}

.right_side div {
    padding-top: 45px;
}

.rectangles {
    padding-top: 50px;
}

.left_rectangle {
    background: rgba(146, 0, 0, 1);
    height: 1px;
    width: 345px;
}

.right_rectangle {
    background: rgba(255, 255, 255, 0.4);
    height: 1px;
    width: 345px;
}

.info_cash_out_block_text_2 {
    padding-top: 50px;
}

.i_with_text img{
    padding-right: 50px;
}

.bitcoin_with_text{
    padding-top: 50px;
}

.percent_bitcoin_with_text img {
    padding-right: 40px;
    width: 64px;
    height: 38px;
    padding-right: 25px;
}


/*info blog finish*/


/*popup_with_accordion start*/

.popup_with_accordion {
    background: linear-gradient(138.83deg, rgb(17 15 15) 23.33%, rgb(24 23 23) 68.27%);
    padding-top: 50px;
}

.popup_div {
    margin-top: 100px;
    height: 950px;
    width: 1291px;
    background: linear-gradient(138.83deg, rgba(36, 36, 36, 0.2) 23.33%, rgba(0, 0, 0, 0.2) 68.27%);
    margin: 0 auto;
}

.popup_inside_div {
    padding-top: 70px;
    padding-bottom: 70px;
}

.popup_inside_div.bg-to-popup {
    background-image: url("../img/succesfullbg.png");
    background-position: center;
    background-size: cover;
}

.popup_inside_div p {
    padding-top: 15px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.popup_div h1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.popup_div h1 span {
    color: #FF0000;
}

.popup_div p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: center;
}

.ul-1 {
    padding-top: 50px;
}

.ul-1.dn {
    display: none;
}

.ul-1 li {
    margin-right: 80px;
    cursor: pointer;
    padding-bottom: 5px;
}
.ul-1 li:hover {
    color: #ff0000;
    transition: 0.6s all;
}


.red_rectangle {
    border-bottom: 2px solid #ff0000;
}

/*accordion styles start*/

.row {
    display: flex;
}
.row .col {
    flex: 1;
}
.row .col:last-child {
    margin-left: 1em;
}
/* Accordion styles */
.tabs {
    border-radius: 8px;
    overflow: hidden;
}

.tabs input{
    display: none;
}

.tab {
    width: 1289px;
    color: white;
    overflow: hidden;
    margin-bottom: 50px;
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 2em;
    background: linear-gradient(101.19deg, rgb(47 46 46 / 20%) 44.92%, rgba(0, 0, 0, 0.2) 76.03%);
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.tab-label img {
    width: 25px;
    height: 15px;
}

.tab-label:hover {
    background: linear-gradient(101.19deg, rgba(36, 36, 36, 0.2) 44.92%, rgba(0, 0, 0, 0.2) 76.03%);
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #7a7a7a;
    transition: all 0.35s;
}
.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.tab-close:hover {
    background: #1a252f;
}
input:checked + .tab-label  {
    background: linear-gradient(101.19deg, rgba(36, 36, 36, 0.2) 44.92%, rgba(0, 0, 0, 0.2) 76.03%);
}
input:checked + .tab-label img {
    transform: rotate(180deg);
    transition: 0.6s all;
}
input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

/*accordion styles finish*/


/*dropdown start  */


.custom-select {
    width: 410px;
    margin: 0 auto;
}
.custom-select__options::-webkit-scrollbar {
    width: 3px;
}
.custom-select__options::-webkit-scrollbar-track {
    background: rgba(40, 40, 40, 1);
}
.custom-select__options::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px; /* roundness of the scroll thumb */
    height: 15px;
}
.custom-select__display {
    padding: 1rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*width: 290px;*/
    background: #050505;
}
.custom-select__display::after {
    content: " ";
    background: #ababab;
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 23rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0% 30%, 100% 30%, 50% 80%);
}
.custom-select__options {
    position: relative;
    list-style-type: none;
    /*background: rgba(5, 5, 5, 1);*/
    padding: 0rem;
    max-height: 8rem;
    overflow-y: scroll;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
    transform-origin: top center;
    /*transition: transform 125ms var(--ease-standard), opacity 125ms var(--ease-standard);*/
    pointer-events: none;
}
.custom-select__options li {
    padding: 1rem;
    pointer-events: none;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1) !important;
    display: flex;
    justify-content: space-evenly;
}
.custom-select__options li:hover {
    color: #ff0000;
}
.custom-select__options.active {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;
    outline: none;
    background: #050505;
}
.custom-select__options.active li {
    pointer-events: all;
    cursor: pointer;
}


.custom-select1 {
    width: 410px;
    margin: 0 auto;
}
.custom-select__options1::-webkit-scrollbar {
    width: 2px;
}
.custom-select__options1::-webkit-scrollbar-track {
    background: rgba(40, 40, 40, 1);
}
.custom-select__options1::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px; /* roundness of the scroll thumb */
    height: 15px;
}
.custom-select__display1 {
    padding: 1rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 290px;
}
.custom-select__display1::after {
    content: " ";
    background: #ababab;
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 23rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0% 30%, 100% 30%, 50% 80%);
}
.custom-select__options1 {
    position: relative;
    list-style-type: none;
    /*background: rgba(5, 5, 5, 1);*/
    padding: 0rem;
    max-height: 8rem;
    overflow-y: hidden;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
    transform-origin: top center;
    /*transition: transform 125ms var(--ease-standard), opacity 125ms var(--ease-standard);*/
    pointer-events: none;
}
.custom-select__options1 li {
    padding: 1rem;
    pointer-events: none;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1) !important;
    display: flex;
    justify-content: space-evenly;
}
.custom-select__options1 li:hover {
    color: #ff0000;
}
.custom-select__options1.active {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;
    outline: none;
    overflow-y: auto;
    box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.12);
}
.custom-select__options1.active li {
    pointer-events: all;
    cursor: pointer;
}


.custom-select2 {
    width: 410px;
    margin: 0 auto;
}
.custom-select__options2::-webkit-scrollbar {
    width: 2px;
}
.custom-select__options2::-webkit-scrollbar-track {
    background: rgba(40, 40, 40, 1);
}
.custom-select__options2::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px; /* roundness of the scroll thumb */
    height: 15px;
}
.custom-select__display2 {
    padding: 1rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #050505;
}
.custom-select__display2::after {
    content: " ";
    background: #ababab;
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 23rem;
    width: 1rem;
    height: 1rem;
    clip-path: polygon(0% 30%, 100% 30%, 50% 80%);
}
.custom-select__options2 {
    position: relative;
    list-style-type: none;
    /*background: rgba(5, 5, 5, 1);*/
    padding: 0rem;
    max-height: 8rem;
    overflow-y: hidden;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(-8px) scale(0.95);
    transform-origin: top center;
    /*transition: transform 125ms var(--ease-standard), opacity 125ms var(--ease-standard);*/
    pointer-events: none;
}
.custom-select__options2 li {
    padding: 1rem;
    pointer-events: none;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1) !important;
    display: flex;
    justify-content: space-evenly;
}
.custom-select__options2 li:hover {
    color: #ff0000;
}
.custom-select__options2.active {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;
    outline: none;
    overflow-y: auto;
    background: #050505;
}
.custom-select__options2.active li {
    pointer-events: all;
    cursor: pointer;
}

.textarea1 textarea{
    outline: none;
    background: #0A0A0A;
    border: none;
    padding: 15px;
}

.textarea3 textarea{
    outline: none;
    background: #0A0A0A;
    border: none;
    padding: 15px;
}
.textarea2 textarea{
    outline: none;
    background: #0A0A0A;
    border: none;
    padding: 15px;
    margin-top: 25px;
}

/*dropdown finish*/





.accordion_div {
    padding-top: 75px;
}

.accordion_div h1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-transform: uppercase;
    padding-left: 18px;
    padding-bottom: 50px;
}

.li-1-div {
    display: none;
}

.li-2-div {
    display: none;
}

.li-3-div {
    display: none;
}

.li-4-div {
    display: none;
}

.li-5-div {
    display: none;
}

.li-6-div {
    display: none;
}

.accordion_div h1 span {
    color: #FF0000;
}

.li-1-div p{
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
}

.li-2-div p{
    padding-top: 25px;
    height: 36px;
    width: 671px;
    margin: 0 auto;
    color: #FFFFFF80;
}

.li-3-div p{
    padding-top: 25px;
    padding-bottom: 36px;
    height: 36px;
    width: 671px;
    margin: 0 auto;
    color: #FFFFFF80;
}

.li-4-div p{
    padding-top: 25px;
    height: 54px;
    width: 408px;
    margin: 0 auto;
    color: #FFFFFF;
    padding-bottom: 70px;
}

.li-4-div h5 {
    color: #FF0000;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 20px;
}

.li-5-div h5 {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 20px;
    padding-right: 300px;
    padding-bottom: 20px;
}

.li-5-div p{
    padding-top: 25px;
    padding-bottom: 36px;
    height: 36px;
    width: 671px;
    margin: 0 auto;
    color: #FFFFFF;
}

.li-6-div p{
    padding-top: 25px;
    padding-bottom: 65px;
    height: 36px;
    width: 671px;
    margin: 0 auto;
    color: #FFFFFF;
}

.li-1-div.active-li-div {
    display: block !important;
}

.li-2-div.active-li-div {
    display: block !important;
}

.li-3-div.active-li-div {
    display: block !important;
}

.li-4-div.active-li-div {
    display: block !important;
}

.li-5-div.active-li-div {
    display: block !important;
}

.li-6-div.active-li-div {
    display: block !important;
    padding-top: 76px;
}

.custom_select_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.custom_select_button {
    background: transparent;
    color: rgba(255, 0, 0, 1);
    border-color: rgba(255, 0, 0, 1);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    padding: 20px;
    margin-top: 50px;
}

.custom_select_button:hover{
    transition: 0.7s all;
    background-color: #ff0000;
    color: #fff !important;
}

.custom_select_ahref {
    padding-top: 25px;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.custom_select_ahref:hover {
    color: #FFFFFFB2;
}


.rectangles-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 21px;
    padding-bottom: 155px;
    width: 200px;
}

/*popup_with_accordion finish*/


/*preloader start*/

.preloader {
    --size: 200px;
    --first-color: #ff0000;
    --second-color: #ff0000;
    --third-color: #ff0000;
    --thickness: 3px;
    --duration: 1s;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--duration);
}

.dn {
    display: none;
}
.db {
    display: block;
}

.preloader__content {
    position: relative;
    width: var(--size);
    height: var(--size);
}

.preloader__first,
.preloader__second,
.preloader__third {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear infinite;
}

.preloader__first {
    border-bottom: var(--thickness) solid var(--first-color);
    animation-name: first;
}

.preloader__second {
    border-right: var(--thickness) solid var(--second-color);
    animation-name: second;
}

.preloader__third {
    border-top: var(--thickness) solid var(--third-color);
    animation-name: third;
}

@keyframes first {
    0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg) }
    100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg) }
}

@keyframes second {
    0% { transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg) }
    100% { transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg) }
}

@keyframes third {
    0% { transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg) }
    100% { transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg) }
}

preloader finish


/*1920 ga media kerak mas ozi normalniy ishlayabdi*/

/*media 1400 start*/

@media (max-width: 1400px) {
    header {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) -6.22%, rgba(0, 0, 0, 0.5) 45.01%, rgba(0, 0, 0, 0.5) 100%);
        padding: 15px 0;
        border-bottom: 1px solid red;
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    .tab {
        width: 1039px;
        color: white;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .show_value {
        background: #0A0A0A;
        border: 1px solid #0A0A0A;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        padding: 12px 10.5px;
        margin: 5px 0 0 0;
    }
    .w-560px {
        width: 447px;
        height: 133px;
        font-size: 14px;
    }
}

/*media 1400 finish*/

/*media 1300 start*/

@media (max-width: 1300px) {
    .i_with_text {
        margin-right: 50px;
    }
    .show_value {
        background: #0A0A0A;
        border: 1px solid #0A0A0A;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        padding: 12px 5.5px;
        margin: 5px 0 0 0;
    }
    .w-560px {
        width: 358px;
        height: 133px;
        font-size: 14px;
    }
    .i_with_text img {
        padding-right: 50px;
        width: 84px;
    }
    .calc_block {
        display: flex;
        justify-content: space-around;
        padding: 47px 0 0 0;
    }

    .w-450px {
        width: 450px;
        height: 36px;
        font-size: 14px;
    }
}

/*media 1300 finish*/


@media (max-width: 424px) {
    .info_cash_out_block_text {
        display: block;
    }

    .div_text h1 {
        font-size: 16px;
    }

    .div_text p {
        font-size: 15px;
    }

    .info_cash_out_block_text_2 {
        display: block;
    }

    .container3 {
        max-width: 90%;
        margin: 0 auto;
    }

    .i_with_text img {
        padding-right: 36px;
        width: 52px;
        height: 88px;
    }

    .percent_bitcoin_with_text {
        margin-top: 100px;
    }

    .percent_bitcoin_with_text img {
        width: 53px;
        height: 35px;
    }

    .popup_div h1 {
        font-size: 16px;
    }

    .popup_div p {
        font-size: 15px;
    }

    .popup_div {
        margin-top: 0px;
        width: 100%;
        background: none;
    }

    .ul-1 li {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .ul-1 {
        display: block;
    }
    /*.custom-select__display {*/
    /*    padding: 1rem 1rem;*/
    /*    border-radius: 8px;*/
    /*    cursor: pointer;*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    justify-content: space-around;*/
    /*    align-items: center;*/
    /*    width: 331px;*/
    /*    background: #050505;*/
    /*}*/
    .custom-select__display::after{
        display: none;
    }
    .custom-select__display1::after{
        display: none;
    }
    .custom-select__display2::after{
        display: none;
    }
    .custom-select {
        width: 330px;
        margin: 0 auto;
    }
    .textarea1 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
    }
    .textarea2 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
        margin-top: 16px;
    }
    .textarea2 {
        margin-top: 35px;
    }
    .textarea3 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
    }
    .custom_select_button {
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        padding: 14px 20px;
    }
    .accordion_div {
        padding-top: 300px;
    }
    .accordion_div h1 {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        padding-right: 50px;
        padding-left: 0px;
    }
    .tab-label {
        font-family: Ubuntu;
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
        padding: 1em;
        width: 340px;
    }
    .container2 {
        max-width: 95%;
        margin: 0 auto;
    }
    input:checked ~ .tab-content {
        width: 340px;
        background: linear-gradient(101.19deg, rgba(36, 36, 36, 0.2) 44.92%, rgba(0, 0, 0, 0.2) 76.03%);
        color: #fff;
    }
    .accordion_div {
        overflow: hidden;
    }
    .diogram img {
        width: 331px;
    }
    .popup_div p {
        font-size: 14px;
        text-align: left;
        width: 355px;
    }
    .custom-select1 {
        width: 322px;
        margin: 0 auto;
    }
    .custom-select2 {
        width: 322px;
        margin: 0 auto;
    }
    /*.section_blog_div {*/
    /*    background-image: url("../img/bg-crime-for-mobile.jpg");*/
    /*    background-size: cover;*/
    /*}*/
}
@media (max-width: 400px) {
    .info_cash_out_block_text {
        display: block;
    }

    .div_text h1 {
        font-size: 16px;
    }

    .div_text p {
        font-size: 15px;
    }

    .info_cash_out_block_text_2 {
        display: block;
    }

    .container3 {
        max-width: 90%;
        margin: 0 auto;
    }

    .i_with_text img {
        padding-right: 36px;
        width: 52px;
        height: 88px;
    }

    .percent_bitcoin_with_text {
        margin-top: 100px;
    }

    .percent_bitcoin_with_text img {
        width: 53px;
        height: 35px;
    }

    .popup_div h1 {
        font-size: 16px;
    }

    .popup_div p {
        font-size: 15px;
    }

    .popup_div {
        margin-top: 0px;
        width: 100%;
        background: none;
    }

    .ul-1 li {
        font-family: Ubuntu;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .ul-1 {
        display: block;
    }
    /*.custom-select__display {*/
    /*    padding: 1rem 1rem;*/
    /*    border-radius: 8px;*/
    /*    cursor: pointer;*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    justify-content: space-around;*/
    /*    align-items: center;*/
    /*    width: 331px;*/
    /*    background: #050505;*/
    /*}*/
    .custom-select__display::after{
        display: none;
    }
    .custom-select__display1::after{
        display: none;
    }
    .custom-select__display2::after{
        display: none;
    }
    .custom-select {
        width: 330px;
        margin: 0 auto;
    }
    .textarea1 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
    }
    .textarea2 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
        margin-top: 16px;
    }
    .textarea2 {
        margin-top: 35px;
    }
    .textarea3 textarea{
        width: 325px;
        height: 137px;
        margin: 0 auto;
    }
    .custom_select_button {
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
        padding: 14px 20px;
    }
    .accordion_div {
        padding-top: 300px;
    }
    .accordion_div h1 {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        padding-right: 50px;
        padding-left: 0px;
    }
    .tab-label {
        font-family: Ubuntu;
        font-size: 15px;
        font-weight: 300;
        line-height: 18px;
        padding: 1em;
        width: 340px;
    }
    .container2 {
        max-width: 95%;
        margin: 0 auto;
    }
    input:checked ~ .tab-content {
        width: 340px;
        background: linear-gradient(101.19deg, rgba(36, 36, 36, 0.2) 44.92%, rgba(0, 0, 0, 0.2) 76.03%);
        color: #fff;
    }
    .accordion_div {
        overflow: hidden;
    }
    .diogram img {
        width: 331px;
    }
    .popup_div p {
        font-size: 14px;
        text-align: left;
        width: 355px;
    }
    .custom-select1 {
        width: 322px;
        margin: 0 auto;
    }
    .custom-select2 {
        width: 322px;
        margin: 0 auto;
    }
    /*.section_blog_div {*/
    /*    background-image: url("../img/bg-crime-for-mobile.jpg");*/
    /*    background-size: cover;*/
    /*}*/
}
@media(max-width: 1326px) {
    .tab {
        width: 99%;
    }
}