.amoads_head {
background: #EEF3FF;
}

.amoads_row {
display: flex;
gap: 30px;
padding-top: 60px;
padding-bottom: 20px;
}

.amoads_left{
max-width: 300px;
width: 100%;
border-right: 1px solid #339DC7;
}

.amoads_img {
max-width: 100px;
width: 100%;
}

.amoads_name{
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
}

.amoads_position {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.amoads_messeg {
    border: 1px solid #339DC7;
    border-radius: 10px;
    position: relative;
    padding: 14px 6px 14px 14px;
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 30px;
    margin-top: 30px;
}

.amoads_messeg:before {
    border: 9px solid transparent;
    border-bottom-color: white;
    border-left-color: white;
    position: absolute;
    bottom: 100%;
    left: 31px;
    content: '';
    z-index: 9;
}

.amoads_messeg:after {
    border: 10px solid transparent;
    border-left-color: #339DC7;
    border-bottom-color:#339DC7;
    position: absolute;
    bottom: 100%;
    left: 30px;
    content: '';
}

.amoads_title {
font-weight: 700;
font-size: 55px;
text-align: center;
line-height: 100%;
}

.amoads_right {
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}

.amoads_text{
font-weight: 400;
font-size: 27px;
line-height: 100%;
text-align: center;
margin-top: 20px;
}

.amoads_main {
background: #FFFFFF;
}

.amoads_stat {
display: flex;
justify-content: space-evenly;
gap: 50px;
width: 100%;
}

.amoads_stat_number {
font-size: 48px;
color: #1d4ed8;
font-weight: 700;
}

.amoads_stat_text {
color: #4b5563;
font-size: 18px;
font-weight: 500;
}

.amoads_crm {
    margin-top: 40px;
    width: 100%;
}

.amoads_crm_subtitle {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.amoads_crm_text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

.amoads_crm_text p {
    margin-bottom: 15px;
}

.amoads_crm_text b {
  color: #1E40AF;
}

.amoads_crm_compare {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.amoads_crm_compare_item {
    flex: 1;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
}

.amoads_crm_compare_item_bad {
    background-color: #fff1f2;
    border: 1px solid #ffb8c0;
}

.amoads_crm_compare_item_good {
    background-color: #f0fff4;
    border: 1px solid #b8ffce;
}

.amoads_crm_compare_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    
}

.amoads_crm_compare_item_bad .amoads_crm_compare_title {
    color: #c53030;
}

.amoads_crm_compare_item_good .amoads_crm_compare_title {
    color: #2f855a;
}

.amoads_crm_compare_list {
    list-style: none;
    padding-left: 0;
}

.amoads_crm_compare_list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.amoads_crm_compare_list li i {
color: #1E40AF;
font-size: 20px;
padding-right: 15px;
}

.amoads_steep_blog {
position: relative;
}

.amoads_steep_title {
font-size: 28px;
font-weight: 700;
margin-top: 48px;
margin-bottom: 18px;
}

.amoads_steep_text {
    font-size: 18px;
    line-height: 1.75;
    color: #374151;
}

.amoads_steep_img {
background: #e0e7ff;
border-radius: 10px;
padding: 30px;
display: flex;
align-items: center;
justify-content: center;
}

.amoads_steep_key {
position: relative;
margin-top: 50px;
}

.amoads_steep_img_caption {
    text-align: center;
    margin-top: 5px;
    color: #6b7280;
    font-size: 16px;
}

.amoads_steep_key_title {
font-weight: 700;
font-size: 24px;
}

.amoads_key_list {
padding-left: 30px;
position: relative;
display: flex;
flex-direction: column;
gap: 20px;
margin-top: 20px;
}

.amoads_key_list li {
list-style: none;
position: relative;
font-size: 18px;
}

.amoads_key_list li b {
color: #1E40AF;
}

.amoads_key_list li  span {
position: absolute;
top: 0;
right: 101%;
color: #1E40AF;
}

.amoads_bisnes {
display: flex;
gap: 20px;
border: 1px solid #c6c6c6;
padding: 15px;
border-radius: 10px;
max-width: 800px;
width: 100%;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}

.amoads_bisnes_title {
font-size: 26px;
font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.amoads_bisnes_text {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}

.amoads_review {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f4f8ff;
    border-left: 4px solid #4a8dff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.amoads_review_avatar {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #b3c8ff;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.amoads_review_text {
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

.amoads_review_author {
    font-weight: 600;
    color: #555;
    text-align: right;
}

.amoads_faq {
    margin-top: 60px;
    width: 100%;
}

.amoads_faq_header {
    text-align: center;
    margin-bottom: 40px;
}

.amoads_faq_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.amoads_faq_subtitle {
    font-size: 18px;
    color: #6b7280;
}

.amoads_promt {
    background-color: #f4f8ff;
    border-left: 4px solid #4a8dff;
    padding: 25px;
    border-radius: 8px;
    margin-top: 50px;
}

.amoads_promt_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.amoads_promt_title i {
    color: #4a8dff;
    font-size: 22px;
}

.amoads_promt_list {
    list-style: none;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.amoads_promt_list li {
    position: relative;
    line-height: 1.7;
    color: #333;
}

.amoads_promt_list li::before {
    content: '→';
    position: absolute;
    left: -25px;
    top: 0;
    color: #333;
    font-weight: 700;
}

.amoads_promt_list li b {
    color: #333;
}

.amoads_banner {
position: absolute;
top: 0;
right: 103%;
border: 1px solid #B2B2B2;
border-radius: 35px;
padding: 20px;
max-width: 292px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;  
}

.amoads_banner.purple {
background: linear-gradient(93.48deg, #7A54A0 2.6%, #A272D3 44.24%, #602799 98.2%);
}

.amoads_banner.green {
background: linear-gradient(180deg, #558F57 35.1%, #1E3A1F 100%);
}

.amoads_banner_title{
font-weight: 500;
font-size: 20px;
line-height: 100%;
text-align: center;
color: #fff;  
}

.amoads_banner_title span{
color: var(--text-blue);
}

.amoads_banner_text {
font-weight: 400;
font-size: 16px;
line-height: 100%;
text-align: center;
color: #fff;
margin-top: 40px;
margin-bottom: 20px;
}

.amoads_banner_img {
max-width: 184px;
width: 100%;
margin: auto;
}

.amoads_banner .amoads_key_list {
padding-left: 15px;
text-align: start;
}

.amoads_banner .amoads_key_list li span, .amoads_banner .amoads_key_list li b{
color: #fff;
right: 102%;
}

.sipuni_header {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}

.sipuni_header .tariffs_exit {
position: absolute;
top: 0;
left: 0;
}

.sipuni_logo {
max-width: 162px;
width: 100%;
margin: auto;
}

.sipuni_title {
font-weight: 400;
font-size: 40px;
text-align: center;
color: var(--text-white);
max-width: 852px;
width: 100%;
margin: auto;
line-height: 100%;
}

.sipuni_img_blog{
position: relative;
}

.sipuni_img_blog .sipuni_img {
max-width: 827px;
width: 100%;
margin-top: 58px;
}

.sipuni_img_absolute {
position: absolute;
top: -14%;
right: 3%;
max-width: 464px;
width: 100%;
}

.sipuni_tag{
margin-top: 62px;
}

.sipuni_tag_list {
display: flex;
gap: 10px;
flex-wrap: wrap;
}

.sipuni_tag_item{
padding: 5px 10px; 
border: 1px solid rgba(255, 255, 255, 1);
}

.sipuni_tag_item.green {
background: rgba(183, 255, 193, 1);
}

.sipuni_tag_item.blue {
background: rgba(77, 166, 255, 1);
}

.sipuni_tag_item.yellow {
background: var(--color-yellow);
}

.sipuni_tag_item.grey {
background: rgba(194, 204, 255, 1);
}

.sipuni_tag_button{
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 128px;
background: rgba(52, 73, 94, 1);
border-radius: 5px;
margin-top: 6px;
}

.sipuni_subtitle {
font-weight: 400;
font-size: 24px;
line-height: 30px;
color: var(--text-white);
max-width: 542px;
width: 100%;
margin: auto;
margin-top: 20px;
text-align: center;
}

.sipuni_text {
font-weight: 400;
font-size: 20px;
line-height: 30px;
max-width: 542px;
width: 100%;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}

.color_white {
color: var(--text-white);
}

.sipuni_video video{
width: 100%;
}

.sipuni_blog {
margin-top: 78px;

}

.sipuni_info {
margin-top: 38px;
background: white;
padding: 20px;
}

.sipuni_info thead {
background: rgba(52, 73, 94, 1);
}

.sipuni_info .table_blog {
border-radius: 10px;
}

.sipuni_info .sipuni_text{
max-width: 933px;
}

.sipuni_promt {
font-weight: 400;
font-size: 16px;
line-height: 24px;
background: rgba(255, 155, 157, 1);
padding: 32px;
margin-bottom: 18px;
border-radius: 8px;
}

.sipuni_blog .tariffs_info_item {
justify-content: unset;
gap: 10px;
}

.sipuni_blog .tariffs_item{
max-width: 400px;
width: 100%;
background:  rgb(36 36 36);
border: none;
color: var(--text-white);
padding: 20px;

}

.tariffs_info_mini {
font-size:13px;
color: #8d8f91;
padding-top: 5px;
}

.tariffs_info_icon {
color: rgb(9, 182, 9);
}

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

.sipuni_analytics {
width: 50%;
}

.sipuni_analytics_title {
font-weight: 400;
font-size: 40px;
color: var(--text-white);
}

.sipuni_analytics_text {
font-weight: 400;
font-size: 24px;
margin-top: 15px;
color: var(--text-white);

}

.sipuni_analytics_icon {
display: flex;
align-items: center;
gap: 34px;
margin-top: 15px;
color: var(--text-white);
}

.sipuni_analytics_icon img {
width: auto;
}

/* agency */

.static_header {
margin-top: 80px;
margin-bottom: 30px;
}

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

}

.static_header_img  img{
max-width: 130px;
width: 100%;
}

.static_header_title{
font-weight: 400;
font-size: 40px;
text-align: center;
color: var(--text-white);
}

.static_header_text {
font-weight: 400;
font-size: 20px;
text-align: center;
color: var(--text-white);
}

.static_info {
position: relative;
background: var(--text-white);
border-radius: 20px;
padding: 30px;
}

.tariffs_description_text.start h2{
text-align: start;
}

.tariffs_description_text h2{
text-align: center;
font-size: 25px;
margin-bottom: 20px;
}

.tariffs_description_text p{
margin-bottom: 30px;
}

.static_info_title {
font-weight: 300;
font-size: 48px;
text-align: center;
margin-bottom: 46px;
}

.static_news_title {
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.static_info_text {
max-width: 1200px;
margin: auto;
font-weight: 400;
font-size: 16px;
text-align: center;
margin-bottom: 60px;
}

.static_row {
display: flex;
align-items: center;
justify-content: center;
gap: 30px; 
}

.static_col {
width: 100%;
flex: 1;
}

.steep_left {
max-width: 700px;
}

.steep_right {
max-width: 500px;
}

.news_left {
max-width: 400px;
}

.news_right {
max-width: 780px;
}


.static_blog_number {
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(28, 163, 69, 1);
display: flex;
align-items: center;
justify-content: center;
color: var(--text-white);
font-weight: 400;
font-size: 48px;
flex-shrink: 0;
}

.static_des {
width: 100%;
}

.static_blog {
margin-bottom: 100px;
}

.static_blog:last-child {
margin-bottom: 0;
}

.static_news {
margin-top: 50px;
}

.static_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

/* tariffis */

.crm_page {
    position: relative;
    padding-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}

.padding_style {
    padding-top: 40px;
    padding-bottom: 40px;
}

.tariffs {
/* padding-top: 100px; */
/* padding-top: 20px; */
display: flex;
align-items: center;
justify-content: center;
}

.tariffs_padding {
padding: 25px;
}

.tariffs_item .tariffs_padding:nth-child(1) {
padding-bottom: 0;
}

.top_header {
margin-bottom: 80px;
}

.top_header_top {
display: flex;
gap: 30px;
justify-content: center;
}

.tariffs_header_bottom {
margin-top: 15px;
}

.tariffs_header_bottom_title {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--text-white);
    margin-top: 24px;
}

.tariffs_header_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--text-white);
    margin-top: 50px;
}

.tariffs_header_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--text-white);
}

.tariffs_exit {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
 color: var(--text-white);   
 padding-top: 38px; 
}

.tariffs_exit:hover {
color: var(--text-white);
}

.card_blog_flex {
display: flex;
align-items: end;
gap: 20px;
width: 100%;
margin: auto;
margin-bottom: 15px;
}

.card_blog_icon {
font-size: 40px;
display: flex;
align-items: center;
padding-bottom: 6px;
}

.card_discount {
max-width: max-content !important;
}

.tariffs_list {
display: flex;
gap: 33px;
justify-content: center;
flex-wrap: wrap;
}

.tariffs_item {
  max-width: 400px;
  width: 100%;
  position: relative;
background: rgba(255, 255, 255, 1);
border-radius: 10px;
border: 1px solid #B5B5B5;
}

.tariffis_like {
position: absolute;
right: 20px;
top: 20px;
}

.tariffs_title {
    font-weight: 700;
    font-size: 20px;

}

.tariffs_price_blog {
  width: max-content;
  margin: auto;

}

.tariffs_price_discount {
    font-size: 22px;
    color: rgba(157, 157, 157, 1);
    line-height: 21px;
    text-decoration: line-through;
    margin-top: 18px;
}

.tariffs_price{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}

.tariffs_amount_month {
font-weight: 300;
font-size: 14px;
text-align: center;
}


.tariffs_info_list {
display: flex;
flex-direction: column;
gap: 14px;
}

.tariffs_info_item {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 300;
font-size: 14px;

}

.bg_blue {
background: linear-gradient(180deg, #88CDFF 0%, #FFFFFF 51.5%, #BDE3FF 100%);
border: 1px solid #256291;
box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.7);

}

.tariffs_padding .amocrm_btn {
background: #11304D;
}

.tariffs_btn {
margin: auto;
max-width: 257px;
width: 100% !important;
margin-top: 45px;
font-size: 16px;
}

.tariffs_month {
text-align: center;
color: #FF0000;
border-bottom: 1px solid #EE0000;
font-weight: 300;
font-size: 16px;
display: block;
width: max-content;
margin: auto;
margin-top: 10px;
margin-bottom: 15px;
}

.tariffs_month:hover {
color: var(--text-blue);
border-bottom: 1px solid var(--text-blue);
}

.bg_grey{
background: rgba(5, 19, 32, 0.8);
}

.bg_black {
background: rgba(5, 19, 32, 1);
}

.tariffs_link {
border-bottom: 1px solid var(--text-blue);
display: block;
padding-bottom: 3px;
width: max-content;
font-weight: 300;
font-size: 16px;
line-height: 100%;
margin-top: 15px;
}

.tariffs_link:hover {
color: var(--text-blue);
border-bottom: 1px solid var(--text-blue);
}

.tariffs_text_bold {
font-weight: 700;
font-size: 18px;
margin-top: 40px;
}

.tariffs_text {
font-size: 16px;
line-height: 100%;
color: var(--color-text-grey);
}

.tariffs_info {
background: var(--text-white);
border-radius: 10px;
padding: 100px;
padding-top: 50px;
}


.tariffs_info_bottom {
max-width: 257px;
width: 100%;
margin: auto;
margin-top: 50px;
}

.tariffs_bottom_text{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: rgba(92, 92, 92, 1);
}

.tariffs_tag {
  margin-top: 90px;
}

.tariffs_tag_title {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
}

.tariffs_tag_list {
    background: linear-gradient(180deg, #006F9F 0%, #052F4B 100%);
    border: 1px solid rgba(5, 56, 86, 1);
    border-radius: 30px;
    padding: 14px 38px;
}

.form_blog_content .form_item{
margin-bottom: 15px;
width: 100%;
}

.id_item{
max-width: 300px;
width: 100%;
}

.tariffs_error, .messenger_error {
font-size: 14px;
color: red;
}

.tariffs_drop_price {
font-size: 14px;
color: var(--text-gray);
}

#widget_buy_tariffs_drop_price {
display: none;
}

.tariffs_drop.error .report_option, 
.widget_buy_tariffs_drop.error .report_option {
border: 1px solid red;
}

.disabled{
opacity: 0.5;
}

.widget_buy_messenger_drop.disabled, .widget_buy_tariffs_drop.disabled {
opacity: 0.5;
pointer-events: none;

}

.tariffis_choice {
max-width: 560px;
width: 100%;
margin: auto;
}

.widget_buy_periods_item {
width: 57%;
}

.tariffis_choice_list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

#tariffs_drop {
grid-template-columns: repeat(3, 1fr);

}

.tariffis_choice_item{
max-width: 100%;
width: 100%;
padding: 15px;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.5);
cursor: pointer;
opacity: 0.5;
transition: all 0.2s ease;
}

.tariffis_choice_item.active{
border: 1px solid rgba(0, 111, 159, 1);
opacity: 1;
transition: all 0.2s ease;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.tariffis_choice_header {
display: flex;
align-items: center;
gap: 15px;
}

.tariffis_choice_check {
position: relative;
width: 20px;
height: 20px;
border: 1px solid var(--text-blue);
border-radius: 100%;
}

.tariffis_choice_check::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 10px;
height: 10px;
background: var(--text-blue);
border-radius: 100%;
display: none;
}

.tariffis_choice_item.active .tariffis_choice_check::before {
display: block;
}

.tariffis_choice_gift {
display: flex;
align-items: center;
gap: 10px;
margin-top: 30px;
}

.tariffis_choice_price {
margin-top: 18px;
}

.tariffis_choice_gift img{
max-width: 41px;
width: 100%;
}

.user_amount {
display: flex;
flex-direction: column;
}



.tariffis_quantity{
display: flex;
gap: 5px;
max-width: 100%;
width: 100%;
margin: auto;
}

.quantity_amount {
text-align: center;
border: none;
outline: none;
background: transparent;
font-size: 35px;
color:#1A9E00;
font-weight: 600;
width: 40%;
}

.quantity_icon {
max-width: 212px;
width: 100%;
height: 105px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
cursor: pointer;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, 0.5);
}


.widget_buy_table, .buy_service_table, .widget_buy_total, .widget_buy_service, .period_buy_service_table, .widget_buy_service_period {
display: none;
} 

.widget_buy_service_item {
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}

.help_blog {
position: relative;
}

.help_blog_icon {
cursor: pointer;
font-size: 18px;
color: rgba(139, 139, 139, 1);
}

.help_blog_text {
position: absolute;
bottom: 0;
left: 0;
background: var(--text-white);
padding: 10px;
font-size: 16px;
font-weight: 400;
border-radius: 10px;
border: 1px solid rgba(198, 198, 198, 1);
opacity: 0;
visibility: hidden;
z-index: -1;
transition: 0.2s ease;
}

.help_blog:hover .help_blog_text {
opacity: 1;
visibility: visible;
z-index: 1;
transition: 0.2s ease;

}

.widget_tabs {
display: flex !important;
    border: 1px solid #000000 !important;
    background: var(--text-white) !important;
    border-radius: 20px !important;
    max-width: max-content;
    width: 100%;
    overflow: hidden;
}

.widget_tabs .tabs_item {
    padding: 8px 20px;
    cursor: pointer;
    color: #7a7a7a;
    display: flex;
    align-items: center;
}

.widget_tabs .tabs_item.active {
    background: var(--main-bg);
    color: white;
}

.widget_buy_service_checkbox {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
}

.widget_buy_service_item .widget_buy_service_name,
.widget_buy_service_item .widget_buy_service_price {
  color: #b0b0b0;
  opacity: 0.5;
  transition: color 0.2s, opacity 0.2s;
}

.widget_buy_service_item.checked .widget_buy_service_name,
.widget_buy_service_item.checked .widget_buy_service_price {
  color: #222;
  opacity: 1;
}

.widget_buy_service_checkbox_input {
width: 22px;
height: 22px;
}

.widget_buy_service_checkbox_input:checked:parent {
    background: #e0ffe0;
}

.service_req_and_spec {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 15px;
}

.service_req_and_spec_table p {
margin-bottom: 0px !important;
}

.widget_buy_total {
display: flex;
align-items: center;
gap: 10px;
font-weight: 600;
}

.period_buy_footer, .widget_buy_footer {
position: sticky;
display: none;
bottom: 10px;
z-index: 200;
}

.widget_buy_footer_flex, .period_buy_footer_flex{
display: flex;
align-items: center;
justify-content: space-between;
background: rgba(186, 254, 203, 1);
padding: 10px;
border-radius: 10px;
margin-top: 20px;
margin-bottom: 20px;
}

.widget_buy_footer_left {
display: flex;
align-items: center;
gap: 60px;
}

.tariffis_result_text {
position: relative;
}

.tariffis_result_text {
    font-weight: 500;
    font-size: 24px;
}

.tariffis_result_checkbox {
display: flex;
gap: 5px;
font-weight: 500;
font-size: 15px;
}

.tariffis_link {
width: 100%;
margin: auto;
background: var(--text-white);
border-radius: 10px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 14px;
}

.tariffis_link_title {
font-size: 20px;
color: rgba(0, 0, 0, 1);
}

.tariffis_link_icon {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--color-yellow);
color: black;
font-size: 16px;
}

.tariffis_link_icon:hover {
background: var(--color-yellow-hover);
}

.documents_header {
padding: 20px 115px;
padding-top: 50px;
}

.documents_header_img {
max-width: 177px;
width: 100%;
margin: auto;
}

.documents_header_text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.documents_title {
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
}

.documents_subtitle {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    text-align: center;
    margin-top: 25px;
}

.documents_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

}

.documents_company_logo {
max-width: 180px;
width: 100%;
}

.documents_company_tel {
color: black;
}

.documents_company_tel:hover {
color: black;
}

.documents_flex {
display: flex;
justify-content: space-between;
gap: 20px;
}

.documents_item_col {
display: flex;
align-items: center;
gap: 10px;
}


.documents_row {
position: relative;
padding: 115px;
padding-top: 50px;
}

.documents_info {
width: 100%;
padding: 115px;
}

.documents_info .steep_content {
padding: 0px;
}

.mx900 {
max-width: 900px;
width: 100%;
}


.documents_info .static_img {
max-width: 645px;
margin: auto;
}

.documents_free {
display: flex;
align-items: center;
gap: 50px;
padding: 20px 40px;
background: rgba(52, 73, 94, 1);
}

.documents_free_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-white);
}

.static_iframe {
display: flex;
justify-content: center;
margin-top: 22px;
margin-bottom: 47px;
}

.static_iframe iframe{
max-width: 1146px;
width: 100%;
height: 600px;
border-radius: 20px;
}

.documents_auto {
max-width: 500px;
margin: auto;
width: 100%;
margin-bottom: 74px;
}

.documents_auto_title {
font-weight: 400;
font-size: 25px;
}

.static_flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 50px;
margin-top: 70px;
}

.static_item {
width: 47%;
}

.automation_list {
display: flex;
flex-direction: column;
gap: 10px;
}

.automation_item {
position: relative;
font-weight: 400;
font-size: 16px;
max-width: 465px;
width: 100%;
}

.offer_text {
padding: 20px;
}

.offer_text h1 {
text-align: center;
font-size: 25px;
}

.offer_text h2 {
font-size: 20px;
}

.static_blog li{
    list-style: none;
}

.setting_table_list {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 40px;
margin-top: 20px;
}

.setting_table_item_title {
font-size: 20px;
font-weight: 600;
}

.setting_table_list th, .setting_table_list td{
padding: 7px;
border: 1px solid rgba(198, 198, 198, 1);
}

.setting_table_list tr:last-child td{
border-bottom: 1px solid rgba(198, 198, 198, 1);
}

.currency_blog {
position: relative;
}

.widget_blog_flex {
display: flex;
align-items: center;
gap: 20px;
}

.currency_list {
display: flex;
border: 1px solid #000000;
background: var(--text-white);
border-radius: 20px;
max-width: 207px;
width: 100%;
overflow: hidden;
}


.widget_card_discount, .widget_buy_discount {
  max-width: max-content;
}

.currency_list_title {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 14px;
}

.currency_item {
position: relative;
padding: 16px 20px;
cursor: pointer;
color: #979797;
display: flex;
align-items: center;
}

.currency_item span{
position: absolute;
right: 17px;
top: 24%;
transform: translateY(-50%);
}

.currency_item span.green {
color: #53E880;
}

.currency_item.active {
background: var(--main-bg);
color: white;
}

.amocrm_tariffs_info{
background: var(--text-white);
padding: 30px;
}

.amocrm_tariffs_flex {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 20px;
}

.amocrm_tariffs_item {
padding: 15px;
}

.amocrm_tariffs_item.setting {
background: rgba(140, 215, 248, 1);
} 

.amocrm_tariffs_item.widget {
background: rgba(182, 236, 214, 1);
} 

.amocrm_tariffs_img {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
margin-bottom: 20px;
}

.amocrm_tariffs_img img{
max-width: 162px;
width: 100%;
}

.amocrm_tariffs_cards{
background: rgba(51, 157, 199, 1);
padding: 10px;
}

.amocrm_tariffs_cards_title {
font-weight: 500;
font-size: 35px;
text-align: center;
color: rgba(32, 58, 75, 1);
margin-top: 20px;
}

.tariffs_cards_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.tariff_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 260px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tariff_advanced{
height: 492px;
}

.tariff_basic, .tariff_pro {
height: 430px;
}

.tariff_card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    height: 169px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 97%, 0 60%);
    z-index: 0;
    border-radius: 10px;
}

.tariff_basic::after {
 background: rgba(255, 224, 235, 1);
}

.tariff_advanced::after {
 background: rgba(193, 236, 245, 1);
 top: 20%;
 height: 184px;
}

.tariff_pro::after {
 background: rgba(233, 222, 255, 1);
}

.tariff_card_title {
    position: relative;
    width: 100%;
    height: 175px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    padding-top: 55px;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.tariff_basic .tariff_card_title {
  background: rgba(255, 92, 136, 1);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 90%, 0 60%);
}

.tariff_advanced .tariff_card_title {
  background: rgba(34, 213, 158, 1);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 90%, 0 60%);
}

.tariff_pro .tariff_card_title {
  background: rgba(147, 71, 255, 1);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 90%, 0 60%);
}

.tariff_card_price {
font-weight: 500;
font-size: 25px;
  margin: 0px 0 24px 0;
  color: #222;
  text-align: center;
position: relative;
z-index: 10;
}

.tariff_card_btn {
  background: #3a4251;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  width: 80%;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer; 
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 12px;
  transition: background 0.2s;

}

.tariff_card_btn.width {
max-width: 268px;
width: 100%;
}

.tariff_card_btn:hover {
  background: #222;
  color: var(--text-white);
}

.tariff_card_link {
  color: rgba(131, 131, 131, 1);
  font-size: 0.98rem;
  text-decoration: underline;
  margin-top: 4px;
  display: block;
  padding: 15px;
}

.widget_img {
max-width: 500px;
width: 100%;
}

.widget_page_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

.widget_subdecs {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
}

.widget_group_title {
font-weight: 500;
font-size: 24px;
color: var(--text-white);
}



.widget_group_list {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 10px 0;
}

.widget_group {
margin-bottom: 40px;
}

.widget_card {
display: block;
background: white;
padding: 10px;
border-radius: 15px;
}

.widget_card_content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}

.widget_card_title {
    font-size: 18px;
    font-weight: 600;
    color: black;
    line-height: 16px;
    min-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget_card_text {
    font-size: 16px;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5.6em; 
    line-height: 1.4em;
}

.widget_card_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_card_img img {
    max-width: 280px;
    width: 100%;
    height: 280px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}

.widget_card_price {
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-top: 10px;
}

.widget_card_link {
    color: #339dc7;
    margin-top: 15px;
    font-size: 16px;
    display: block;
}

.widget_card_link:hover {
    color: #1a6f9c;
}

.amocrm_tariffs_content .full_story_center {
max-width: 80%;
}

.widget_card_blog {
background: var(--text-white);
padding: 15px;
border-radius: 15px;
}

.widget_card_desc {
text-align: center;
font-weight: 400;
font-size: 16px;
color: #000000B2;
}

.show_widget_blog {
display: none;
}

.widget_buy_relative {
margin-bottom: 20px;
}

.widget_info {
background: var(--text-white);
padding: 20px;
border-radius: 15px;
box-shadow: 0 16px 16px -10px rgba(34, 47, 62, .15), 0 0 40px 1px rgba(34, 47, 62, .15);
}

.widget_info_title {
font-size: 20px;
font-weight: 600;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

.widget_info_flex {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
margin-bottom: 100px;
margin-top: 100px;
padding: 0px 25px;
}

.widget_text {
font-size: 16px;
font-weight: 400;
margin-top: 20px;
margin-bottom: 20px;
}

.widget_table_item{
background: white;
box-shadow: 0 16px 16px -10px rgba(34, 47, 62, .15), 0 0 40px 1px rgba(34, 47, 62, .15);
border-radius: 15px;
margin-bottom: 20px;
overflow: auto;
}

.widget_table_flex {
    display: flex;
    gap: 20px;
}

.simple_table_title {
font-size: 18px;
font-weight: 600;
color: var(--text-white);
}

.widget_table_flex .widget_table_item:first-of-type {
    flex-grow: 2;
    min-width: 40%;
    height: 100%;
}

.widget_table_flex .widget_table_item:nth-of-type(2) {
    flex-grow: 1;
}

.widget_table_flex .widget_table_item:nth-of-type(3) {
    flex-grow: 0.3;
    min-width: 80px;
    max-width: 220px;
    width: 100%;
}

.widget_blog_title {
font-size: 30px;
font-weight: 500;
}

.widget_blog_title.white {
  color: rgb(33 37 41);
  margin-bottom: 15px;
}

.features_tabs {
  display: flex;
  width: max-content;
  min-width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
}

.features_item {
  min-width: 257px;
  margin-bottom: -1px;
  padding-bottom: 10px;
  padding-right: 88px;
  user-select: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
  cursor: pointer;   
  color: #909090;
  opacity: .9;
  font-size: 18px;
  font-weight: 500;
}

.features_item.active {
  border-bottom: 1px solid #000;
  color: #000;
  opacity: 1;
}

.features_info {
display: flex;
gap: 88px;
padding: 68px 0 120px;
}

.features_info_left {
display: flex;
flex-direction: column;
gap: 0px;
align-items: center;
width: 23%;
}

.features_img {
  width: 86px;
  height: 86px;
}

.features_name {
  font-size: 32px;
  font-weight: 500;
}

.features_link {
    color: #00a86b;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.widget_messenger_blog {
margin-top: 20px;
}

.widget_messenger, .widget_messenger_period {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 40px;
}

.widget_messenger_item {
position: relative;
}

.widget_messenger_item .widget_messenger_item_blog{
 position: relative;
  border: 1px solid rgba(177, 177, 177, 1);
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  gap: 20px;
  opacity: 0.5;
  transition: 0.2s ease;
}

.widget_messenger_img {
width: 60px;
}

.widget_messenger_item .delete_messenger, .widget_messenger_item .delete_period_messenger {
    position: absolute;
    top: 72%;
    left: 105%;
    font-size: 18px;
    cursor: pointer;
    color: rgba(177, 177, 177, 1);
}

.widget_messenger_item.active .widget_messenger_item_blog{
    opacity: 1;
    transition: 0.2s ease;
    border: 1px solid  rgb(0, 0, 0);

}


.widget_messenger_item.show .widget_messenger_item_blog{
  opacity: 1;
  border: 1px solid  rgba(0, 111, 159, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.widget_messenger_status {
font-size: 14px;
color: #666666;
}

.widget_messenger_status.active {
color: #00A86B;
}

.delete_messenger, .delete_period_messenger {
cursor: pointer;
font-size: 18px;
}

.features_options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px 48px;
    list-style: none;
}

.features_options_item {
display: flex;
align-items: center;
gap: 15px;
color: #4c4c4c;
}

.features_options_icon {
color: #00A86B;
font-size: 20px;
}

.features_options_title {
    font-weight: 500;
    font-size: 18px;
}

.widget_blog {
margin-top: 20px;
margin-bottom: 20px;
}

.widget_period {
    background: var(--text-white);
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 16px 16px -10px rgba(34, 47, 62, .15), 0 0 40px 1px rgba(34, 47, 62, .15);
}

.widget_period_content {
display: flex;
align-items: center;
gap: 30px;
}

.widget_period_img {
 max-width: 180px;
 width: 100%;
}

.widget_period_title {
font-weight: 700;
font-size: 24px;
color: rgba(66, 66, 66, 1);
}

.widget_period_text {
font-weight: 500;
font-size: 16px;
color: rgba(0, 0, 0, 1);
margin-top: 15px;
margin-bottom: 15px;
}

.widget_card_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
margin-top: 20px;
}

.widget_tariff_card{
position: relative;
max-width: 350px;
border: 2px solid #d5d5d5;
box-shadow: 0 10px 26.9px 0 rgba(0, 0, 0, .09);
border-radius: 33px;
padding: 24px;
background: #fff;
display: flex;
flex-direction: column;
overflow: hidden;
border: 3px solid transparent;
height: fit-content;
}

.widget_tariff_card.recomendation {
border: 3px solid var(--color-yellow);
}

.widget_tariff_card_recommendation {
 position: absolute;
 top: 0;
 right: 0;
 background: var(--color-yellow);
 color: #000;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 10px 20px;
 font-weight: 600;
 border-radius: 0px 0px 0px 10px;
 max-width: 50%;
 width: 100%;
}

.widget_tariff_card_title {
font-size: 32px;
font-weight: 500;
letter-spacing: -1.08px;
margin-bottom: 8px;
color: #000;
padding-top: 25px;
}

.widget_tariff_card_subtitle {
margin-top: 20px;
font-size: 20px;
font-weight: 600;
color: #000;
}

.widget_tariff_card_price_discount {
font-size: 27px;
color: rgba(157, 157, 157, 1);
line-height: 21px;
text-decoration: line-through;
}

.widget_tariff_card_price {
color: var(--text-blue);
font-size: 32px;
font-weight: 700;
padding-bottom: 16px;
border-bottom: 1px solid #d5d5d5;
margin-bottom: 16px;
margin-top: 0;
}

.widget_tariff_card_price span{
color: #000;
opacity: .5;
font-weight: 400;
font-size: 18px;
}

.widget_tariff_card_text {
  margin-top: 15px;
    color: #666666;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14.52px;
}

.tarif_card_btn, .widget_btn {
    padding: 15px 65px;
    width: 100%;
    margin-top: auto;
    border-radius: 100px;
    transition: box-shadow .3s ease;
    cursor: pointer;
    background: var(--color-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.widget_btn {
max-width: 250px;
width: 100%;
margin-top: 20px;
}

.tarif_card_btn:hover {
  background: var(--color-yellow-hover);
}

.widget_tariff_card_options {
margin-top:20px;
}

.widget_list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 20px;
overflow: auto;
max-height: 1660px;
padding: 10px;
}

.widget_filter_list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin-bottom: 20px;
}

.widget_card_group {
    position: relative;
    background: var(--color-yellow);
    color: #000;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 10px;
    max-width: max-content;
    width: 100%;
    margin-bottom: 5px;
}


.widget_tariff_card_options ul{
list-style: none;
padding: 0;
margin: unset;
display: flex;
flex-direction: column;
gap: 10px;
}

.widget_tariff_card_options ul li {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
}

.widget_tariff_card_options ul li span {
  font-size: 25px;
  color: #FF637F;
}

.widget_tariff_card_options ul li.active span {
  color: #00A86B;
}

.conditions_table{
margin-top: 20px;
}

.conditions_table thead{
background: var(--color-yellow);
color: black;
}


.conditions_table thead th {
  color: black; 
}

.simple_table .widget_title, .conditions_table .widget_title {
text-align: start;
margin-bottom: 0;
}

.widger_faq {
margin-top: 20px;
}

.widget_title {
font-weight: 400;
font-size: 18px;
text-align: center;
margin-bottom: 20px;
}
.widget_card {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    transition: box-shadow 0.2s;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 600px;
    overflow: hidden;
}

.widget_card:hover {
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.12);
}

.widget_card_skeleton .widget_card_img.skeleton {
  width: 100%;
  border-radius: 10px;
  background: #e0e0e0;
}

.widget_card_title,
.widget_card_skeleton .widget_card_title.skeleton {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  min-height: 32px;
  margin: 10px 0;
}

.widget_card_text,
.widget_card_skeleton .widget_card_text.skeleton {
  font-size: 16px;
  color: rgba(89, 89, 89, 1);
  min-height: 40px;
  margin-bottom: 10px;
}

.widget_card_price,
.widget_card_skeleton .widget_card_price.skeleton {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin-top: 10px;
}

.widget_card_link,
.widget_card_skeleton .widget_card_link.skeleton-btn {
  color: #339dc7;
  margin-top: 15px;
  font-size: 16px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

.widget_card_link:hover {
  color: #1a6f9c;
}

.widget_card_skeleton {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}

.widget_faq_title {
font-size: 25px;
color: var(--text-white);
text-align: center;
font-weight: 600;
margin-bottom: 15px;
}

.skeleton {
  background: #e0e0e0;
  border-radius: 4px;
  min-height: 18px;
  animation: skeleton-loading 1.2s infinite linear alternate;
}

.skeleton-text { height: 18px; width: 80%;}
.skeleton-btn { height: 32px; width: 60px; }

@keyframes skeleton-loading {
  0% { opacity: 1; }
  100% { opacity: 0.5; }
}

.widget_buy, .period_buy {
  background: var(--text-white);
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, .15), 0 0 40px 1px rgba(34, 47, 62, .15);
  margin-bottom: 20px;
}

.widget_buy_title {
font-size: 35px;
font-weight: 600;
margin-bottom: 20px;
}

.widget_buy_form, .period_buy_form {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.widget_buy_form .form_item{
flex-grow: 1;
}

.widget_buy_quantity {
margin: unset;
}

.widget_buy_result {
display: flex;
align-items: end;
justify-content: space-between;
gap: 20px;
}

.widget_buy_result_val {
font-size: 35px;
font-weight: 600;
color: var(--text-blue);
}

.p40 {
padding: 10px 40px !important;
}

.faq_title {
font-weight: 400;
font-size: 24px;
text-align: center;
color: black;
}

.faq_content {
background: white;
padding: 20px;
border-radius: 10px;
}

.faq_list {
margin-top: 20px;
}

.faq_group_title {
font-size: 20px;
font-weight: 600;
color: black;
}


