/* reviews */
.review_video img, .review_video iframe{
    aspect-ratio: 9/16;
    object-fit: cover;
    width: 100%;
    height: auto;
    border: 0px;
  	border-radius: 8px;
}
.review_video{
    position: relative;
    overflow: hidden;
}
.bg_overlay{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000090, transparent);
    border-radius: 8px;
}
.review_play{
    position: absolute;
    z-index: 3;
    background: var(--main);
    height: 64px;
    width: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
}
.review_play::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #f5f1ef;
}
.review_card_avatar{
    height: 48px;
    width: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    overflow: hidden;
}
.review_card_avatar img{
    width: 200%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}
.revie_name{
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}
.review_card_text p{
    color: #fff;
}
.review_card{
    position: relative;
}
.review_card_text{
    position: absolute;
    bottom: 32px;
    left: 24px;
    z-index: 10;
}

/* why_our_website */
.why_our_website_text{
    width: 40%;
}
.why_our_website_form .why_our_website_text{
    width: 50%;
}
.img_manager{
    position: relative;
    width: 50%;
}
.img_manager img{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
.img_manager img.manager{
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    aspect-ratio: inherit;
    max-width: 100%;
}

/* smart_choice */
.smart_choice_div{
    padding: 24px;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    width: 30%;
    flex-grow: 1;
  	height: auto;
}

/* how_to_use */
.how_to_use_row{
    width: 100%;
}
.how_to_use_div{
    border-radius: 8px;
    background: var(--secondary-bg-light);
    width: 20%;
    flex-grow: 1;
    padding: 24px;
}

/* faq */
.toggle_faq{
    height: 24px;
    width: auto;
    aspect-ratio: 1;
    background: var(--main);
    border-radius: 3px;
    cursor: pointer;
}
.toggle_faq span{
    width: 10px;
    height: 2px;
    background: #fff;
    display: block;
    transform: translate(0, 1px);
}
.toggle_faq span:last-child{
    transform: translate(0, -1px) rotate(90deg);
}
.toggle_faq_active span:last-child {
    transform: translate(0, -1px) rotate(0deg);
}
.faq_questions_row{
    width: 50%;
}
.faq_header{
    width: 100%;
    background: var(--secondary-bg-light);
    padding: 24px 32px;
    border-radius: 8px;
}
.faq_header p{
    max-width: 80%;
}
.faq_div, .faq_row{
    width: 100%;
}
.faq_body{
    display: none;
    padding: 24px 32px;
    background: var(--bg-light);
}
.faq_body.active{
    display: block;
}

/* cheapest */
.cheapest_row{
    width: 100%;
}
.cheapest_row_toggle{
    width: 40%;
}
.cheapest_toggle{
    padding: 16px 24px;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
}
.cheapest_toggle_active, .cheapest_toggle:hover{
    background: var(--main);
    color: var(--title-text);
}
.cheapest_row_text{
    width: calc(60% - 16px);
    height: auto;
}
.cheapest_text_div{
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    padding: 32px;
    border-radius: 8px;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;
}
.cheapest_text_div.active{
    display: flex;
}

/* specialists */
.specialists_row{
    width: 100%;
}
.specialists_div{
    width: 20%;
    flex-grow: 1;
}
.specialists_div img{
    width: 100%;
    height: auto;
}
.specialists_div a{
    color: var(--main);
}

/* offer */
#offer .container{
    border-radius: 16px;
    position: relative;
    background: var(--main);
    padding: 20px 80px 0px 80px;
    overflow: hidden;
}
.offer_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('https://storage.perfectcdn.com/7sqnow/l6kur0bh409mgck7.svg');
    background-size: cover;
    background-position: center;
}
.offer_text{
    position: relative;
    z-index: 2;
    max-width: 580px;
}
.offer_text h2{
    color: var(--title-text);
}
.offer_text p{
    color: var(--text);
}
.offer_img{
  max-height: 440px;
}

/* payments */
.swiper_payments{
    position: relative;
}
.swiper_payments .swiper-wrapper{
    transition-timing-function: linear !important;
}
.swiper_payments .swiper-slide img{
    filter: grayscale(1) brightness(0);
    height: 32px;
    width: auto;
    opacity: .7;
}
.swiper_payments .swiper-slide{
    padding: 24px;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_payments::before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to right, var(--bg-light), transparent);
    z-index: 2;
}
.swiper_payments::after{
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(to left, var(--bg-light), transparent);
    z-index: 2;
}

/* footer */
footer{
    background: var(--secondary-bg-light);
    padding: 80px 0px 120px 0px;
    margin-top: 120px;
    border-top: 1px solid var(--border-light);
}
footer p, footer a{
    color: var(--title-text-light);
}
footer a:hover{
    color: var(--main);
}
footer p.big_size{
    color: var(--main);
}
.footer_div_href_list{
    max-width: 220px;
}
.footer_show_more{
    background: transparent;
    border: 0px;
    color: var(--main);
    font-weight: 400;
    text-decoration: underline;
}

/* text */
#text img{
    width: 40%;
}
.text_row_text{
    width: 50%;
}
.text_row_reverse{
    flex-direction: row-reverse;
}
#text p.medium{
    font-weight: 500;
}
#text a{
    color: var(--main);
}

/* services */
#main.main_gradient::after,
#main.main_gradient::before{
    display: none;
}
.services_table{
    padding: 24px;
    border-radius: 8px;
    background: var(--secondary-bg-light);
    width: 100%;
}
.btn_search{
    height: auto;
    width: auto;
    aspect-ratio: 1;
    padding: 12px 16px;
    background: var(--main);
    border-radius: 4px;
}
.btn_search img{
    height: 18px;
}
.search_div{
    flex-grow: 1;
}
.search_div input{
    height: auto;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 12px 16px;
    width: 490px;
}
input:focus, input:active,
select:focus, select:active,
textarea:focus, textarea:active{
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: var(--text-light) !important;
    transition: background-color 9999s ease-in-out 0s;
}
input:read-only{
    cursor: no-drop;
}
input::placeholder{
    color: var(--text-light);
    opacity: .6;
}
.nav-pills{
    display: flex;
    width: 100%;
    gap: 8px;
    justify-content: space-between;
}
.service-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,.8);
    align-items: center;
    justify-content: center;
    z-index: 1000;
  	padding-left: 20px;
  	padding-right: 20px;
}
.service-modal.active{
    display: flex;
}
.service-modal__dialog{
    background: #fff;
    max-width: 520px;
    padding: 24px;
    border-radius: 8px;
}
.service-modal__title{
    max-width: 80%;
}
.service-modal__close{
    float: right;
    cursor: pointer;
}
.service-read-btn{
    color: var(--main);
    text-decoration: underline;
    background: transparent;
}
.services_group_title strong{
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 18px;
}
.services_table .dropdown-currencies .dropdown-toggle,
.services_table .dropdown .dropdown-toggle{
    padding: 13px 16px;
    border-radius: 4px;
    background: var(--main);
    color: #fff;
}
.nav-pills li{
    height: auto;
}
.nav-pills li button{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills li.search{
    flex-grow: 1;
}
.nav-pills li.search .input-group{
    max-width: 400px;
}
.dropdown{
  position: relative;
  height: 100%;
}
.dropdown-menu{
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 260px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.dropdown.open .dropdown-menu{
  display: block;
}
.dropdown-menu li{
  margin: 0;
}
.dropdown-menu .dropdown-item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover {
  background: rgba(59, 130, 246, 0.08);
}
.dropdown-toggle{
  display: flex;
  align-items: center;
}
#services .dropdown-toggle span{
    color: #fff;
}
.dropdown-toggle [data-filter-active-category]{
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-toggle img{
    margin-right: 8px;
    height: 18px;
}

/* page */
#page h1{
    margin-bottom: 24px;
}
#page a{
    color: var(--main);
}
#page h3{
    margin-top: 16px;
}

/* api */
.api{
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    background: var(--secondary-bg-light);
}
table{
    width: 100%;
    border-collapse: collapse !important;
}
table td{
    padding: 8px 16px;
    border: 1px solid var(--border-light);
    color: var(--text-light);
}
table td[colspan="100%"]{
    border: 0px !important;
    text-align: center;
    padding: 36px 8px 24px 8px;
}
table td[colspan="100%"] strong{
    color: var(--title-text-light);
}
table th{
    padding: 8px 16px;
    border: 1px solid var(--main);
    background: var(--main);
    text-align: left;
    color: #fff;
    font-weight: 400;
}
#service-table thead{
    position: sticky;
    top: 118px;
    z-index: 10;
    background: #3b82f6;
}
table#service-table thead th{
    border: 0px;
}
.api pre{
    background: #222222;
    border-radius: 4px;
    padding: 16px;
    color: var(--bg-light);
}
.api a{
    color: var(--main);
    display: block;
}
#services{
    position: relative;
    padding-bottom: 56px;
}
#services .container{
    position: relative;
    z-index: 4;
}
#services .bg_main{
    width: 100%;
    height: auto;
}
.left_section.left_section_services, .left_section.left_section_api{
  background: #EFF5FB;
}
.left_section_services .top_page, .left_section_api .top_page{
  padding-top: 80px;
}
.left_section_services .bg_light, .left_section_services .bg_gradient, 
.left_section_services .bg_dark, .left_section_api .bg_light, .left_section_api .bg_gradient, .left_section_api .bg_dark{
  display: none;
}
.left_section_api #main, .left_section_services #services{
  padding-bottom: 0px;
}

/* sign_up */
.sign_up{
    padding: 40px 32px;
    border-radius: 8px;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    max-width: 480px;
    width: 100%;
}
#main.main_page .sign_up_text h1{
    max-width: 580px;
    text-align: left;
}
#main.main_page .sign_up_text p{
    text-align: left;
    max-width: 580px;
}
.sign_up .input_div,
.sign_up input, .sign_up .flex,
.sign_up button{
    width: 100%;
}
.sign_up .btn_main{
    height: 62px;
}
.sign_up p a{
    color: var(--main);
    text-decoration: underline;
}
.sign_up .form-group{
    width: 100%;
}
.sign_up .btn_google_custom{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign_up button.close{
    width: 18px;
    background: transparent;
    border: 1px solid red;
    color: red;
}

/* 2fa */
.account_div_standart.reset_password_block{
    max-width: 60%;
}

/* account */
.account_sign_in_section{
  	padding-top: 0px;
}
.right_section{
    padding: 24px 0px 32px 0px;
    background: #F8FAFC;
    width: 18%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid var(--border-light);
}
.right_section .logo{
    margin-left: 24px;
    height: 40px;
  	min-height: 40px;
}
.right_section .logo img{
    height: 40px;	
}
.tg_chat{
    background: var(--secondary-bg-light);
    padding: 16px 24px;
    border-radius: 4px;
    margin: 0px 24px;
}
.account_setting_container{
  	flex-grow: 1;
}
ul.account_setting{
    padding: 0;
    width: 100%;
    gap: 0;
}
ul.account_setting li{
    list-style: none;
    width: 100%;
}
ul.account_setting li a{
    padding: 16px 24px;
    background: #F8FAFC;
    border-left: 2px solid #F8FAFC;
    transition: .3s;
    width: 100%;
}
ul.account_setting li a img{
    filter: grayscale(1) brightness(0);
    transition: .3s;
    height: 22px;
}
ul.account_setting li a:hover, ul.account_setting li.active_link a{
    background: var(--secondary-bg-light);
    border-left: 2px solid var(--main);
}
ul.account_setting li a:hover img,
ul.account_setting li.active_link img{
    filter: grayscale(0) brightness(1);
}
ul.account_setting li a:hover p,
ul.account_setting li.active_link a p{
    color: var(--main);
}
.left_section{
    width: 82%;
    position: relative;
    background: var(--secondary-bg-light);
    padding: 108px 20px 20px 20px;
    height: auto;
}
.account_bar_left img{
    height: 40px;
    width: auto;
    aspect-ratio: 1;
    border: 1px solid var(--main);
    padding: 4px;
    object-fit: cover;
    border-radius: 50%;
}
.account_bar{
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 18%);
    padding: 24px 32px;
    background: #F8FAFC;
    border-bottom: 1px solid var(--border-light);
    z-index: 1000;
}
.account_links a img{
    filter: grayscale(1) brightness(0);
}
.account_links a{
  	height: 24px;
}
.left_section_column, .right_section_column{
    width: calc(50% - 12px);
}
.account_div_standart{
    width: 100%;
    padding: 24px;
    background: #F8FAFC;
    border: 1px solid var(--border-light);
    border-radius: 8px;
}
.account_div_standart h4{
    margin-bottom: 8px;
}
input, select, textarea{
    width: 100%;
    background: #F8FAFC;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 16px 20px;
    font-size: 16px;
}
input[name="ResetPasswordForm[email]"]{
    width: auto;
    flex-grow: 1;
}
.account_div_standart .flex{
    width: 100%;
}
.account_div_standart .flex p span{
    color: var(--red);
}
.account_div_standart .flex p,
.form-group label{
    opacity: .8;
}
.alert{
    color: var(--red);
    border-radius: 4px;
    background: #EF444440;
    font-size: 14px;
    display: inline-block;
    padding: 4px 8px;
}
.alert_top{
    margin-bottom: 16px;
}
.alert.alert-success{
    background: #3B82F640;
    color: var(--main);
}
.alert.error-summary{
    background: transparent;
    padding: 8px 0px;
}
.dropdown-currencies{
    position: relative;
}
#currencies-list{
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    z-index: 1000;
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    min-width: 140px;
    padding: 0;
    overflow: hidden;
}
#currencies-list.show{
    display: block;
}
.dropdown-currencies .dropdown-toggle{
    padding: 4px 8px;
    background: var(--secondary-bg-light);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  	border-radius: 4px;
}
#currencies-list li a{
    display: block;
    padding: 8px 12px;
    text-decoration: none;
  	border-radius: 4px;
}
#currencies-list li{
    list-style: none;
    border-bottom: 1px solid var(--secondary-bg-light);
    transition: .3s;
}
#currencies-list li:hover{
    background: var(--secondary-bg-light);
}
#currencies-list li:last-child{
    border-bottom: 0px;
}
.tooltip.fade{
    display: none !important;
}
.search_form_new_order .form-group,
#fields [id] div{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
    width: 100%;
}
#fields [id] div{
    gap: 16px;
}
.search-dropdown, #dripfeed{
    width: 100%;
}
small{
    color: var(--text-light);
}
#fields [id] div.form-group__checkbox{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
    flex-direction: row;
}
.select2-results{
    background: #fff;
    border-radius: 4px;
    margin-top: 4px;
}
.select2-results__options li a:hover{
    background: var(--secondary-bg-light);
}
#order_delay .input-group{
    position: relative;
}
#order_delay .input-group .clear-datetime{
    position: absolute;
    bottom: 32px;
    right: 12px;
    background: transparent;
}
.fa-trash-alt:before{
    color: red;
}
#service_description div, #service_description p,
#service_description span{
    color: var(--text-light);
}

/* modal  */
.modal{
    display: none;
    position: fixed;
    background: rgb(0,0,0,.7);
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000;
}
.modal-dialog{
    max-width: 520px;
    width: 100%;
    background: var(--bg-light);
    border-radius: 8px;
    padding: 32px 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-header{
  margin-bottom: 24px;
}
#changeEmailForm .form-group{
    justify-content: start;
    align-items: start;
    width: 100%;
}

/* blog */
.blog_card{
    border-radius: 16px;
    overflow: hidden;
    width: calc(33% - 8px);
  	height: auto;
}
.blog_image{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.blog_card_text{
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 0px 0px 16px 16px;
    padding: 16px;
  	height: 100%;
}
.blog_date{
  	flex-grow: 1;
}
.blog_page_container{
    max-width: 770px;
}
.blog_page_container h1{
    text-align: center;
}
.blog_page_container img{
    width: 100%;
    height: auto;
}
.img_blog_page{
    margin: 16px 0px;
}
.blog_text h3, .blog_text h2{
    margin: 16px 0px 8px 0px;
}

/* social media page */
.sign_up_container{
    position: relative;
    max-width: 480px;
    width: 100%;
}
.top_right{
    position: absolute;
    top: -42px;
    right: -42px;
    z-index: 4;
}
.sign_up_container .sign_up{
    position: relative;
    z-index: 3;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}
.bottom_left{
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: 2;
    transform: scale(.5) scaleX(-1);
}
.why_cheap_div{
    border-radius: 8px;
    background: var(--secondary-bg-light);
    width: calc(50% - 12px);
    flex-grow: 1;
    padding: 24px;
    height: auto;
}
.why_cheap_div h3{
    font-size: 20px;
    line-height: 1.2;
}

/* ==== DARK THEME ==== */
html.dark-theme .bg_media, html.dark-theme #offer .container{
    background-color: var(--light-main);
}
html.dark-theme .offer_bg{
    opacity: .3;
}
html.dark-theme .smart_choice_div,
html.dark-theme .cheapest_text_div,
html.dark-theme .cheapest_toggle,
html.dark-theme footer, html.dark-theme .sign_up,
html.dark-theme .account_div_standart,
html.dark-theme input, html.dark-theme select,
html.dark-theme textarea, html.dark-theme .blog_card_text{
    background-color: var(--bg);
    border: 1px solid var(--border);
}
html.dark-theme .cheapest_toggle.cheapest_toggle_active{
    background: var(--main);
    color: var(--title-text);
}
html.dark-theme .cheapest_toggle:hover{
    background: var(--main);
    color: var(--title-text);
}
html.dark-theme .dropdown-menu .dropdown-item span{
    color: var(--text-light);
}
html.dark-theme h4, html.dark-theme h2,
html.dark-theme h1, html.dark-theme h3,
html.dark-theme input, html.dark-theme select,
html.dark-theme textarea, html.dark-theme table td[colspan="100%"] strong,
html.dark-theme .services_table .dropdown .dropdown-toggle span{
    color: var(--title-text);
}
html.dark-theme .how_to_use_div img,
html.dark-theme ul.account_setting li a img,
html.dark-theme .account_bar_right a img, 
html.dark-theme .blog_date_icon{
    filter: grayscale(1) brightness(1000);
}
html.dark-theme .faq_header, html.dark-theme footer,
html.dark-theme .api, html.dark-theme .account_bar,
html.dark-theme .right_section,html.dark-theme ul.account_setting li a,
html.dark-theme .account_div_standart, html.dark-theme .btn_main_white,
html.dark-theme .btn_google_custom, html.dark-theme .how_to_use_div,
html.dark-theme .services_table, html.dark-theme .service-modal__dialog,
html.dark-theme .secret_menu, html.dark-theme .why_cheap_div{
    background: var(--secondary-bg);
}
html.dark-theme .btn_google_custom{
    border: 1px solid var(--border);
}
html.dark-theme ul.account_setting li a:hover, 
html.dark-theme ul.account_setting li.active_link a{
    background: var(--border);
}
html.dark-theme .faq_body, html.dark-theme .api pre,
html.dark-theme .left_section, html.dark-theme .tg_chat,
html.dark-theme .account_bar .dropdown-currencies .dropdown-toggle,
html.dark-theme .modal-dialog, html.dark-theme .close,
html.dark-theme .chihAK{
    background-color: var(--bg);
}
html.dark-theme .swiper_payments .swiper-slide,
html.dark-theme table td, html.dark-theme #service-table tbody tr:not(.category-row){
    border: 1px solid var(--border);
}
html.dark-theme .swiper_payments::before{
    background: linear-gradient(to right, var(--bg), transparent);
}
html.dark-theme .swiper_payments::after{
    background: linear-gradient(to left, var(--bg), transparent);
}
html.dark-theme .swiper_payments .swiper-slide img{
    filter: grayscale(1) invert(1);
}
html.dark-theme table td, html.dark-theme input::placeholder,
html.dark-theme .service-modal__text{
    color: var(--text);
}
html.dark-theme .haxjsZ svg{
    fill: var(--text);
}
html.dark-theme input:-webkit-autofill,
html.dark-theme input:-webkit-autofill:hover,
html.dark-theme input:-webkit-autofill:focus,
html.dark-theme textarea:-webkit-autofill,
html.dark-theme select:-webkit-autofill{
    -webkit-text-fill-color: var(--text) !important;
}
html.dark-theme .account_bar{
    border-bottom: 1px solid var(--border);
}
html.dark-theme .right_section{
    border-right: 1px solid var(--border);
}
html.dark-theme ul.account_setting li a.active img{
    filter: grayscale(0) brightness(1);
}
html.dark-theme ul.account_setting li a{
    border-left: 2px solid var(--secondary-bg);
}
html.dark-theme ul.account_setting li a.active,
html.dark-theme ul.account_setting li a:hover{
    border-left: 2px solid var(--main);
}
html.dark-theme label, html.dark-theme span,
html.dark-theme small, html.dark-theme #service_description div,
html.dark-theme #service_description p, html.dark-theme #service_description span{
    color: var(--text);
}
html.dark-theme .btn_main.btn_main_white:hover{
    background: var(--bg);
}


/* ==== ADAPTIVE ==== */
@media(max-width: 1540px){
    :root{
        --container: 1200px;
    }
    .swiper_main_social{
        max-width: 600px;
    }
  	.smart_choice_div{
      align-items: start;
  	}
  	.account_setting_container{
      overflow-y: auto;
  	}
  	.tg_chat{
      flex-direction: column;
      align-items: start;
  	}
}

@media(max-width: 1280px){
  :root{
    --container: 1040px;
   }
  .right_section{
    width: 22%;
  }
  .account_bar{
    width: calc(100% - 22%);
  }
  .left_section{
    width: 78%;
  }
  .logo{
    width: 105px;
  }
  .faq_img{
    width: 40%;
  }
  .faq_questions_row{
    width: 60%;
  }
  #offer .container{
    padding: 20px 64px 0px 64px;
  }
  .sign_in .input_div_column .input_div, .btn_google_custom,
  .left_section_column, .right_section_column{
    width: 100%;
  }
  .sign_in{
    width: 80%;
  }
  .sign_in form{
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .sign_in .input_div, .input_div_column, .btn_sign_in_div,
  .sign_in .form-group{
    width: calc(50% - 8px);
  }
  .btn_sign_in_div{
    flex-grow: 0;
  }
  .btn_google_custom{
    justify-content: center;
  }
  .why_our_website_text{
    width: 50%;
  }
  .img_manager{
    width: 45%;
  }
  .swiper_main_social::after{
    background: linear-gradient(to left, var(--bg-light), transparent);
  }
  .swiper_main_social::before{
    background: linear-gradient(to right, var(--bg-light), transparent);
  }
  table#service-table thead th{
    white-space: nowrap;
  }
  .account_bar_right{
    gap: 40px;
  }
  .sign_up_container{
    max-width: 45%;
  }
  .top_right{
    transform: scale(.8);
  }
}

@media(max-width: 1080px){
  :root{
    --container: 900px;
  }
  header ul.nav, #main::after, #main::before,
  .right_section .account_setting_container{
    display: none;
  }
  .faq_row, .social_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .title_left{
    align-items: center;
    justify-content: center;
  }
  .smart_choice_row, .how_to_use_row, .specialists_row{
    flex-wrap: wrap;
  }
  .specialists_row{
    row-gap: 32px;
  }
  .smart_choice_div, .how_to_use_div, .specialists_div{
    width: 40%;
  }
  .faq_img, #text img{
    width: 60%;
  }
  .faq_questions_row, .left_section, .account_bar{
    width: 100%;
  }
  #offer .container{
    padding: 48px;
    position: relative;
  }
  #offer .container img{
    position: absolute;
    right: 10px;
    bottom: 0px;
  }
  .offer_text{
    max-width: 400px;
  }
  .title_left p{
    text-align: center;
  }
  .swiper_payments .swiper-slide img{
    height: 28px;
  }
  .specialists_div p{
    margin-top: 8px;
  }
  .blog_card{
    width: calc(50% - 8px);
  }
  .top_page{
    padding-top: 160px;
  }
  #main{
    min-height: 60vh;
  }
  .account_sign_in_section{
    flex-direction: column-reverse;
  }
  .right_section, .img_manager{
    width: 100%;
    height: auto;
  }
  .tg_chat{
    flex-direction: row;
    margin: 0px;
  }
  .right_section .logo{
    margin: 0px;
  }
  .right_section{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 24px 32px 24px;
  }
  .burger{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: var(--main);
    justify-content: center;
    align-items: center;
  }
  .burger span{
    display: block;
    width: 24px;
    height: 1px;
    background: #ffffff;
    transition: .3s;
  }
  .burger_active span:first-child{
    transform: translate(0,3px) rotate(45deg);
  }
  .burger_active span:nth-child(2){
    display: none;
  }
  .burger_active span:last-child{
    transform: translate(0,-4px) rotate(-45deg);
  }
  .secret_menu{
    position: fixed;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: #F8FAFC;
    padding: 120px 0px;
    transition: .3s;
    display: flex;
    flex-direction: column;
  }
  .secret_menu_active{
    left: 0;
  }
  .left_section{
    padding: 127px 20px 20px 20px;
    min-height: 92vh;
  }
  .account_bar_left img{
    height: 58px;
  }
  .header_end .btn_main{
    margin-right: -16px;
  }
  .header_end{
    gap: 32px;
  }
  .signup_container, .sign_up_text,
  .sign_up_text .main_text{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sign_up, .sign_up_container{
    max-width: 70%;
  }
  .social_container{
    gap: 56px;
  }
  #main.main_page .sign_up_text h1,
  #main.main_page .sign_up_text p{
    text-align: center;
    max-width: 70%;
  }
  #main.main_page .sign_up_text .otz_rate p{
    text-align: left;
    max-width: 100%;
  }
  .text_row{
    flex-direction: column;
  }
  .text_row_text{
    width: 70%;
    gap: 16px;
  }
  .sign_up_container .sign_up{
    max-width: 100%;
  }
  .why_our_website_form .why_our_website_text{
    width: 70%;
  }
  .why_website_form{
    flex-direction: column-reverse;
    gap: 56px;
    justify-content: center;
    align-items: center;
  }
  #why_our_website .container{
    justify-content: center;
  }
  .why_our_website_text{
    width: 70%;
    justify-content: start;
    align-items: start;
  }
  h2{
    text-align: center;
  }
  .offer_text h2{
    text-align: left;
  }
  .afforable_rates .title_left{
    justify-content: start;
    align-items: start;
  }
  .afforable_rates .title_left p, 
  .afforable_rates .title_left h2{
    text-align: start;
  }
  .why_website_preim{
    margin-top: 16px;
  }
}

@media(max-width: 991px){
  :root{
    --container: 700px;
  }
  .sign_in, .cheapest_row_toggle, .cheapest_row_text, .text_row_text,
  .why_our_website_text, .why_cheap_div{
    width: 100%;
  }
  .swiper_main_social{
    max-width: 100%;
  }
  #main, #services{
    padding-bottom: 0px;
  }
  .faq_img, .img_manager img.manager, #text img{
    width: 70%;
  }
  .cheapest_row{
    flex-direction: column;
  }
  .cheapest_row_toggle{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cheapest_toggle{
    width: calc(33% - 4px);
    font-size: 14px;
    padding: 12px;
    text-align: center;
  }
  #offer .container img{
    position: relative;
    right: 0px;
    bottom: auto;
  }
  #offer .container{
    flex-direction: column;
    padding-bottom: 0px;
  }
  .offer_text{
    max-width: 100%;
  }
  .offer_text h2{
    text-align: left;
  }
  .swiper_payments .swiper-slide img{
	height: 24px;
  }
  footer .container{
    justify-content: start;
  }
  .footer_div{
    width: calc(33% - 20px);
  }
  .api pre{
    font-size: 16px;
  }
  .blog_page_container{
    max-width: 700px;
  }
  #service-table thead {
    display: none;
  }
  #service-table tbody tr:not(.category-row){
    display: block;
    border: 1px solid var(--border-light);
    margin-bottom: 16px;
    border-radius: 8px;
  }
  #service-table tbody tr:not(.category-row) td{
    display: grid;
    border: 0px;
    grid-template-columns: 105px 1fr;
    gap: 24px;
    padding: 12px;
  }
  #service-table tbody tr:not(.category-row):last-child{
    margin: 0px;
  }
  #service-table tbody tr:not(.category-row) td::before{
    content: attr(data-label);
    color: var(--main);
  }
  .service-read-btn{
    text-align: left;
  }
  table td[colspan="100%"]{
    padding: 24px 8px;
  }
  .bottom_left{
    bottom: 0px;
  }
}

@media(max-width: 770px){
  :root{
    --container: 460px;
  }
  #main .container{
    max-width: 460px;
  }
  .btn_signin, .header_end .btn_main{
    display: none;
  }
  #main.main_page .sign_up_text h1, #main.main_page .sign_up_text p, h2,
  #main.main_page h1, .main_text p, .title_left p{
    max-width: 100%;
    text-align: left;
  }
  .signup_container, .sign_up_text, .sign_up_text .main_text, .title, .main_text{
    justify-content: start;
    align-items: start;
    width: 100%;
  }
  h1{
    font-size: 36px;
  }
  h2{
    font-size: 32px;
  }
  .logo img, .logo{
    height: 42px;
    width: 82px;
  }
  .burger{
    width: 48px;
    height: 48px;
  }
  header{
    padding: 20px 0px;
  }
  .sign_up, .sign_up_container, .smart_choice_div, .how_to_use_div,
  .faq_img, .img_manager img.manager, #text img, .why_our_website_form .why_our_website_text,
  #offer .container img, .title, .footer_div, .sign_in .input_div, .input_div_column, .btn_sign_in_div, .sign_in .form-group{
    max-width: 100%;
    width: 100%;
  }
  section{
    padding-top: 80px;
  }
  .bg_media, footer{
    margin-top: 80px;
    padding: 80px 0px;
  }
  .top_page{
    padding-top: 140px;
   }
  #offer .btn_main{
    margin: 0px;
  }
  footer .container{
    gap: 40px;
  }
  .mobile_sign_in{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
  }
  .secret_menu ul.nav{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;
  }
  .cheapest_toggle{
    width: calc(50% - 4px);
  }
  .big_size{
    font-size: 18px;
  }
  h3{
    font-size: 20px;
  }
  .nav-pills{
    flex-wrap: wrap;
    justify-content: start;
  }
  .nav-pills li.search{
    justify-content: start;
  }
  .secret_menu .container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 32px;
  }
  .secret_menu .btn_main{
    display: inline-flex;
  }
  .account_links a:first-child, .account_links a:nth-child(2){
    display: none;
  }
  .account_bar_left img{
    height: 48px;
  }
  .account_end, .account_bar_left, .header_end{
    gap: 16px;
  }
  .otz_row{
    width: 100%;
    justify-content: start;
  }
  .table_wrap{
    overflow-x: auto;
  }
}

@media(max-width: 540px){
  .container, #offer{
    padding-left: 20px;
    padding-right: 20px;
  }
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 24px;
  }
  .blog_card, .blog_card_text, .cheapest_toggle,
  .specialists_div{
    width: 100%;
  }
  .otz_img img{
    height: 54px;
    width: 54px;
  }
  .review_card_text{
    left: 24px;
  }
  .sign_in, #offer .container, .sign_up{
    padding: 32px 24px;
  }
  #offer .container{
    padding-bottom: 0px;
  }
  .swiper_main_social .swiper-slide img{
    height: 20px;
    width: 20px;
  }
  .swiper_main_social .swiper-slide p{
    font-size: 15px;
  }
  .swiper_main_social{
    max-width: 100%;
  }
  .smart_choice_div img{
    height: 54px;
  }
  .faq_header, .cheapest_toggle{
    padding: 16px 24px;
  }
  .faq_body{
    padding: 16px;
  }
  .cheapest_toggle{
    font-size: 16px;
  }
  .cheapest_text_div{
    padding: 24px;
  }
  .gap-56{
    gap: 36px;
  }
  .swiper_payments .swiper-slide, html.dark-theme .swiper_payments .swiper-slide{
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .swiper_payments .swiper-slide img{
    height: 18px;
    max-width: 100%;
  }
  .api pre{
    overflow-x: auto;
    font-size: 14px;
  }
  .blog_page_title{
    justify-content: start;
    align-items: start;
  }
  .blog_page_container h1{
    text-align: start;
  }
  .top_right{
    transform: scale(.7);
    top: -60px;
    right: -30px;
  }
  .bottom_left{
    left: -60px;
    bottom: -40px;
  }
  .sign_up_container{
    padding-bottom: 20px;
  }
  #main img{
    max-width: 100%;
  }
  .api{
    padding: 16px;
  }
  .top_page{
    padding-top: 120px;
  }
  .account_mobile_row_menu{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin-bottom: 24px;
  }
  .modal-dialog{
    width: calc(100% - 40px);
  }
  .right_section{
    align-items: start;
  }
  .left_section_services .top_page, .left_section_api .top_page{
    padding-top: 32px;
  }
  .left_section_services #services #service-table tbody tr:not(.category-row) td:first-child::before{
    display: none;
  }
  .account_bar{
    padding: 20px;
  }
  .left_section.left_section_services, .left_section.left_section_api{
    padding-left: 0px;
    padding-right: 0px;
  }
  .tg_chat, input, select, textarea{
    padding: 16px;
  }
  .bg_media{
    background-size: cover;
  }
  .sign_in form{
    gap: 8px;
  }
  .sign_in .btn_main, .mobile_sign_in{
    margin-top: 8px;
  }
  .modal-dialog{
    padding: 24px;
  }
}

@media(max-width: 420px){
  p, a, li, input, button, footer p, footer a, td, th, tr, label{
    font-size: 15px;
  }
  .toggle_title, .small{
    font-size: 13px;
  }
  .input_div img{
    height: 44px;
  }
  .logo img, .logo{
    height: 36px;
    width: auto;
  }
  .burger{
  	width: 44px;
  	height: 44px;
    border-radius: 4px;
  }
  .otz_img img{
    width: 48px;
  	height: 48px;
  }
  .otz_row, .smart_choice_div, .faq_header{
    gap: 16px;
  }
  .big_size{
    font-size: 16px;
  }
  .faq_header{
    padding: 16px;
  }
  .faq_header p{
    max-width: 85%;
  }
  .bg_media{
    background-size: cover;
  }
  .services_table{
    padding: 24px 16px;
  }
  footer{
    padding: 48px 0px;
  }
  .btn_main{
    padding: 14px 32px;
  }
  .account_setting_container{
    max-height: 100%;
  }
  h4{
    font-size: 18px;
  }
  .account_div_standart h4{
    margin: 0px;
  }
  .account_div_standart{
    padding: 20px;
  }
  .secret_menu{
    padding: 100px 0px 40px 0px;
  }
}