@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.index_page {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    font-family: MuseoSansCyrlNew;
    font-weight: 300;
}
.index_page .header_hdr {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 420px;
    background: url(/partners/i/img/page/index/instaspot/header.png) center right no-repeat #F6F9FF;
    background-size: 460px;
    padding: 50px;
    border-radius: 16px;
    margin: 0 auto;
    z-index: 1;
}
.header_hdr.hdr_ar { flex-direction: row-reverse; }
.header_hdr .hdr_dark_backgrd {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.header_hdr .hdr_texts {
    max-width: 580px;
    text-align: start;
}
.header_hdr .hdr_up_text {
    color: #364360;
    font-size: 50px;
    font-weight: 600;
}
.header_hdr .hdr_h1 {
    color: #4D5A76;
    font-size: 35px;
    font-weight: 400 !important;
    margin-top: 12px;
}
.header_hdr .hdr_desc {
    color: #4D5A76;
    font-size: 18px;
    margin-top: 28px;
}
.header_hdr .hdr_butt {
    position: relative;
    display: inline-block;
    background: #676CEF;
    background: linear-gradient(265.36deg, #5D95E9 0%, #676CEF 99.7%);
    border-radius: 8px;
    color: #fff;
    padding: 14px 20px;
    margin-top: 31px;
    cursor: pointer;
    z-index: 1;
}
.header_hdr .hdr_butt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(265.36deg, #676CEF 0%, #5D95E9 99.7%);
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.header_hdr .hdr_butt:hover:before { opacity: 1; }
.header_hdr .hdr_butt:active:before { box-shadow: inset 0px 0px 3px 2px #585edd; }
.index_page h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    color: #364360;
    text-align: start;
    margin-top: 100px;
}
.index_page .ip_a_more {
    text-align: start;
    font-size: 17px;
    font-weight: 400;
    color: #4D5A76;
    text-decoration: none;
    transition: .2s;
}
.index_page .ip_a_more:hover { color: #5D95E9; }
.index_page .a_span {
    position: relative;
    font-family: serif;
    font-size: 40px;
    letter-spacing: -2px;
    bottom: 2px;
    transition: .2s;
}
.index_page .a_span,
.index_page .a_span span { line-height: 0; }
.index_page .ip_a_more:hover .a_span { letter-spacing: 0; }
.index_page .ip_a_more .a_span_2 { opacity: 0.7; }
.index_page .ip_a_more .a_span_3 { opacity: 0.3; }
.index_page .ideal_partner_ip {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: start;
    margin: 33px auto 0;
    cursor: default;
}
.ideal_partner_ip section {
    width: 380px;
    padding: 24px;
    border: 2px solid #EAEFFA;
    border-radius: 16px;
    transition: .3s;
}
.ideal_partner_ip .ip_icons_number {
    display: flex;
    align-items: center;
}
.ideal_partner_ip .ip_icons {
    width: 40px;
    height: 40px;
    transition: .3s;
}
.ideal_partner_ip .ip_icons.ip_icon_1 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_1.svg) no-repeat;
}
.ideal_partner_ip section:hover .ip_icons.ip_icon_1 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_1_h.svg) no-repeat;
}
.ideal_partner_ip .ip_icons.ip_icon_2 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_2.svg) no-repeat;
}
.ideal_partner_ip section:hover .ip_icons.ip_icon_2 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_2_h.svg) no-repeat;
}
.ideal_partner_ip .ip_icons.ip_icon_3 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_3.svg) no-repeat;
}
.ideal_partner_ip section:hover .ip_icons.ip_icon_3 {
    background: url(/partners/i/img/page/index/instaspot/icon_ip_3_h.svg) no-repeat;
}
.ideal_partner_ip .ip_number {
    font-size: 50px;
    font-weight: 400;
    color: #F2F3F5;
    margin: 0 10px;
    transition: .6s;
}
.ideal_partner_ip section:hover .ip_number {
    color: #F6F9FF;
    opacity: 0.3;
}
.ideal_partner_ip .ip_title {
    line-height: 1;
    min-height: 32px;
    color: #364360;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    transition: .3s;
}
.ideal_partner_ip .ip_desc {
    min-height: 96px;
    font-size: 16px;
    font-weight: 300;
    color: #4D5A76;
    margin-top: 1px;
    transition: .3s;
}
.ideal_partner_ip section:hover {
    border: 2px solid #676CEF;
    background: #676CEF;
    color: #fff;
    box-shadow: 0px 27px 11px rgb(103 108 239 / 3%), 0px 15px 9px rgb(103 108 239 / 10%), 0px 7px 7px rgb(103 108 239 / 17%), 0px 2px 4px rgb(103 108 239 / 20%), 0px 0px 0px rgb(103 108 239 / 20%);
}
.ideal_partner_ip section:hover .ip_title,
.ideal_partner_ip section:hover .ip_desc,
.ideal_partner_ip section:hover .ip_a_more { color: #fff; }
.index_page .reg_block_rb {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px;
    border-radius: 16px;
    background: #676CEF;
    background: linear-gradient(-45deg, #5D95E9, #676CEF);
    animation: gradient 5s ease infinite;
    background-size: 500%;
    margin-top: 100px;
}
.reg_block_rb > div { padding: 20px; }
.reg_block_rb .rb_1_switch {
    display: inline-flex;
    background: #9297F4;
    border: 4px solid #9297F4;
    border-radius: 2px;
    color: #F6F9FF;
    font-size: 15px;
    font-weight: 300;
}
.reg_block_rb .rb_1_switch > div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.reg_block_rb .rb_1_switch > div:hover { background: #ADB1F7; }
.reg_block_rb .rb_1_switch > div:active { background: #bec2ff; }
.reg_block_rb .rb_1_switch div.rb_active {
    background: #fff;
    border-radius: 2px;
    color: #364360;
    cursor: default;
}
.reg_block_rb .rb_texts {
    width: 626px;
    text-align: start;
    color: #fff;
    margin-top: 60px;
}
.reg_block_rb .rb_title_1,
.reg_block_rb .rb_title_2 {
    font-size: 40px;
    line-height: 125%;
    font-weight: 600;
}
.reg_block_rb .rb_title_2 { margin-top: 106px; }
.reg_block_rb .rb_steps {
    display: flex;
    flex-wrap: wrap;
    width: 530px;
    margin-top: 26px;
}
.reg_block_rb .rb_step_text {
    width: 210px;
    font-size: 16px;
    font-weight: 300;
    margin: 8px 20px 22px 0;
}
.reg_block_rb .rb_step_text.rbst_ar { margin: 8px 0 22px 20px; }
.reg_block_rb .rb_step_num {
    font-size: 20px;
    font-weight: 400;
}
.reg_block_rb .rb_desc_1 {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.4;
}
.reg_block_rb .rb_desc_2 {
    font-size: 27px;
    font-weight: 400;
    margin-top: 14px;
}
.reg_block_rb .rb_no_active { display: none; }
.reg_block_rb .rb_2 { width: 100%; }
.reg_block_rb .partner-form { margin-top: 0; }
.index_page .attract_customers_ac {
    display: flex;
    text-align: start;
    margin: 100px auto 0;
    cursor: default;
}
.attract_customers_ac .ac_1 {
    width: 400px;
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
    color: #364360;
}
.attract_customers_ac .ac_2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #F6F9FF;
    padding: 16px;
    border-radius: 16px;
}
.attract_customers_ac .ac_2_1_magnet {
    position: absolute;
    width: 201px;
    height: 181px;
    background: url(/partners/i/img/page/index/instaspot/magnet.svg) no-repeat;
    bottom: 19.9%;
    left: -214px;
    transform: rotate(330deg);
}
.attract_customers_ac.ac_ar .ac_2_1_magnet {
    bottom: 10%;
    right: -214px;
    transform: rotate(220deg);
}
.attract_customers_ac .ac_2_1 {
    max-width: 276px;
    padding: 26px 26px 84px;
    border-radius: 12px;
    background: #676CEF;
    background: linear-gradient(-45deg, #5D95E9, #676CEF);
    animation: gradient 5s ease infinite;
    background-size: 400%;
    color: #fff;
    margin: 16px;
}
.attract_customers_ac .ac_icons {
    width: 62px;
    min-width: 62px;
    height: 62px;
    background: url(/partners/i/img/page/index/instaspot/sprite_block_3.svg) no-repeat;
    opacity: 0.999;
}
.attract_customers_ac .ac_2_1_icon {
    background-position: 0 -54px;
}
.attract_customers_ac .ac_2_1_title {
    font-size: 25px;
    font-weight: 400;
    margin-top: 24px;
    opacity: 0.999;
}
.attract_customers_ac .ac_2_1_desc {
    font-size: 16px;
    opacity: 0.7;
    margin-top: 16px;
    line-height: 1.3;
}
.attract_customers_ac .ac_2_1_carousel {
    position: absolute;
    width: 314px;
    height: 40px;
    margin-top: 20px;
    overflow: hidden;
    left: 0;
    right: 0;
}
@keyframes carousel {
    from {
        transform: translate(0);
    }
    to {
        transform: translate(-10000px);
    }
}
@keyframes carousel_ar {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(10000px);
  }
}
.attract_customers_ac .ac_carousel {
    width: 10000px;
    height: 42px;
    background: url(/partners/i/img/page/index/instaspot/sprite_block_3.svg);
    animation: carousel 600s linear infinite;
}
.attract_customers_ac.ac_ar .ac_carousel {
    animation: carousel_ar 600s linear infinite;
}
.attract_customers_ac .ac_2_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 16px;
}
.attract_customers_ac .ac_2_2 > div {
    display: flex;
    align-items: center;
    height: 46%;
    padding: 10px 0;
    background: #fff;
    border-radius: 12px;
}
.attract_customers_ac .ac_2_2 .ac_icons  {
    margin: 20px 30px;
}
.attract_customers_ac .ac_2_2_1_icon {
    background-position: -83px -54px;
}
.attract_customers_ac .ac_2_2_2_icon {
    background-position: -166px -54px;
}
.attract_customers_ac .ac_2_2_text_link {
    padding-right: 74px;
}
.attract_customers_ac.ac_ar .ac_2_2_text_link {
    padding-right: 0;
    padding-left: 24px;
}
.attract_customers_ac .ac_2_2_text {
    font-size: 20px;
    font-weight: 400;
    color: #364360;
    margin-bottom: 16px;
}
.index_page .double_commission_dc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    text-align: start;
    margin: 100px auto;
}
.double_commission_dc .dc_texts {
    width: 100%;
    background: url(/partners/i/img/page/index/instaspot/dc.png) center center no-repeat #F6F9FF;
    background-size: cover;
    padding: 40px 60px;
    border-radius: 16px;
}
.double_commission_dc.dc_ar .dc_texts {
    background: url(/partners/i/img/page/index/instaspot/dc_ar.png) center center no-repeat #F6F9FF;
    background-size: cover;
}
.double_commission_dc .dc_title {
    font-size: 20px;
    font-weight: 400;
    color: #364360;
}
.double_commission_dc .dc_desc {
    font-size: 18px;
    font-weight: 300;
    color: #364360;
    margin-top: 9px;
}
.double_commission_dc ul { padding: 0; }
.double_commission_dc li,
.double_commission_dc .dc_note {
    font-size: 15px;
    font-weight: 300;
    color: #4D5A76;
    margin-top: 12px;
}
.double_commission_dc li:after { background: #8B96B1; }
.double_commission_dc .dc_links {
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 20px;
}
.double_commission_dc .dc_link {
    display: flex;
    align-items: center;
}
.double_commission_dc .dc_icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    background: url(/partners/i/img/page/index/instaspot/sprite_block_5.svg) no-repeat;
    margin: 8px 10px;
}
.double_commission_dc .dc_icon.dc_icon_pers_acc {
    background-position: 1px 2px;
}
.double_commission_dc .dc_icon.dc_icon_part_acc {
    background-position: -54px 1px;
}
.double_commission_dc .dc_icon.dc_icon_wis {
    background-position: -109px 1px;
}
.double_commission_dc .dc_icon.dc_icon_faq {
    background-position: -164px 1px;
}

.index-form .partner-form{border-radius: 12px; background: #F6F9FF;}
.index-form .partner-form__head{background: #F6F9FF; text-transform: none; color: #364360; font-size: 25px; font-weight: 500; font-family: MuseoSansCyrlNew; padding-bottom: 0px; padding-top: 40px;}
.index-form .partner-form__content{background: #F6F9FF; padding: 40px; padding-top: 20px;}
.index-form .partner-form__line__input input, .index-form .partner-form__line__input textarea, .index-form .partner-form__line__input select{border: 2px solid #dde1eb; border-radius: 5px; background: transparent; min-height: 44px; font-weight: 300; font-size: 14px;}
.index-form .partner-form__line{margin-bottom: 10px;}
.index-form .partner-form__line:last-child{margin-bottom: 0px;}
.index-form .partner-form .select2-container--default .select2-selection--single{font-family: MuseoSansCyrlNew; border: 2px solid #dde1eb; background: transparent; font-weight: 300; font-size: 14px; border-radius: 5px; height: 44px;}
.index-form .partner-form .select2-container--default .select2-selection--single .select2-selection__arrow{border-left: 2px solid #dde1eb; border-radius: 0 5px 5px 0; background: transparent; height: 41px;}
.index-form .partner-form .select2-container--default .select2-selection--single .select2-selection__rendered{margin-top: -5px;}
.index-form .partner-form__checkbox input:checked ~ .partner-form__checkbox__serialize{background-color: #676cef !important;}
.index-form .partner-form__checkbox{font-size: 12px; margin: 15px 0;}
.index-form .partner-form__flex__one{width: 100%;}
.index-form .btncolor{background: #1e5799; background: -moz-linear-gradient(left,  #1e5799 0%, #2989d8 0%, #5d95e9 0%, #676cef 100%); background: -webkit-linear-gradient(left,  #1e5799 0%,#2989d8 0%,#5d95e9 0%,#676cef 100%); background: linear-gradient(to right,  #1e5799 0%,#2989d8 0%,#5d95e9 0%,#676cef 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#676cef',GradientType=1 ); border-radius: 8px; font-size: 18px !important; display: block; width: 100%; margin-top: 20px;}
.index-form .partner-form__sms__text1{background: #ebedfe;}
.index-form .partner-form__sms__pincode input[type="text"]{width: 45px; height: 45px;}

@media (max-width: 1230px) {
    .index_page h2 {
        text-align: center;
        font-size: 36px;
    }
    .index_page .ideal_partner_ip {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ideal_partner_ip section { margin: 0 10px 20px; }
    .index_page .attract_customers_ac {
        flex-direction: column;
        margin: 60px auto 0;
    }
    .attract_customers_ac .ac_1 {
        width: 100%;
        margin: 0 auto 10px;
        padding: 15px 30px 15px 120px;
        font-size: 36px;
    }
    .attract_customers_ac.ac_ar .ac_1 { padding: 15px 120px 15px 30px; }
    .attract_customers_ac .ac_2_1_magnet {
        top: -78px;
        background-size: 90px;
        width: 94px;
        height: 84px;
        left: -6px;
        transform: rotate(50deg);
    }
    .attract_customers_ac.ac_ar .ac_2_1_magnet {
        transform: rotate(130deg);
        right: -2px;
    }
    .attract_customers_ac .ac_2_2_text { font-size: 20px; }
    .index_page .reg_block_rb {
        flex-direction: column;
        max-width: 760px;
        margin: 80px auto;
        padding: 20px;
    }
    .reg_block_rb .rb_texts {
        width: 100%;
        margin-top: 40px;
    }
    .reg_block_rb .rb_title_1, .reg_block_rb .rb_title_2 { font-size: 30px; }
    .reg_block_rb .rb_desc_1 { margin-top: 10px; }
    .reg_block_rb .rb_desc_2 {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .reg_block_rb .rb_steps {
        justify-content: space-between;
        width: 100%;
        margin-top: 36px;
        margin-bottom: -21px;
    }
    .reg_block_rb .rb_step_text,
    .reg_block_rb .rb_step_text.rbst_ar {
        width: 47%;
        margin: 0 0 29px;
    }
    .reg_block_rb .rb_step_num { font-size: 18px; }
    .reg_block_rb .rb_title_2 { margin-top: 40px; }
    .index_page .double_commission_dc {
        flex-direction: column;
        margin: 70px auto;
    }
    .double_commission_dc .dc_links {
        flex-direction: row;
        margin: 20px auto;
        width: 100%;
    }
    .double_commission_dc .dc_link {
        justify-content: center;
        width: 100%;
    }
    .double_commission_dc .a_span { display: none; }
}
@media (max-width: 1040px) {
    .index_page .header_hdr { min-height: auto; }
    .header_hdr .hdr_dark_backgrd { display: block; }
    .header_hdr .hdr_up_text,
    .header_hdr .hdr_h1,
    .header_hdr .hdr_desc { color: #fff; }
    .header_hdr .hdr_butt { border: 1px solid #919191; }
}
@media (max-width: 980px) {
    .double_commission_dc .dc_links {
        flex-wrap: wrap;
        width: 100%;
        max-width: 620px;
    }
    .double_commission_dc .dc_link {
        justify-content: flex-start;
        width: 40%;
    }
}
@media (max-width: 839px) {
    .index_page h2 {
        font-size: 30px;
        margin-top: 60px;
    }
    .ideal_partner_ip section { margin: 0 10px 20px; }
    .ideal_partner_ip .ip_title,
    .ideal_partner_ip .ip_desc { min-height: auto; }
    .ideal_partner_ip .ip_desc {
        margin-top: 17px;
        margin-bottom: 28px;
    }
    .index_page .attract_customers_ac { margin: 20px auto 0; }
    .attract_customers_ac .ac_1 { font-size: 30px; }
    .attract_customers_ac .ac_2 {
        flex-direction: column;
        align-items: center;
        padding: 4px 20px 0;
    }
    .attract_customers_ac .ac_2_1 {
        width: 100%;
        max-width: 800px;
        margin: 16px 0 0;
    }
    .attract_customers_ac .ac_2_1_magnet { top: -86px; }
    .attract_customers_ac .ac_2_1_title { font-size: 21px; }
    .attract_customers_ac .ac_2_1_desc { font-size: 14px; }
    .attract_customers_ac .ac_2_1_carousel { width: 100%; }
    .attract_customers_ac .ac_2_2 { margin: 20px; }
    .attract_customers_ac .ac_2_2 > div { height: auto; }
    .attract_customers_ac .ac_2_2 > div:first-child { margin-bottom: 20px; }
    .attract_customers_ac .ac_2_2_text { font-size: 18px; }
    .index_page .reg_block_rb { margin: 60px auto; }
    .index_page .double_commission_dc { margin: 60px auto; }
}
@media (max-width: 640px) {
    .index_page .header_hdr {
        padding: 20px 20px 30px;
        height: auto;
    }
    .header_hdr .hdr_up_text { font-size: 40px; }
    .header_hdr .hdr_h1 { font-size: 30px; }
    .ideal_partner_ip section { margin: 0 0 20px; }
    .index_page .reg_block_rb { padding: 10px; }
    .reg_block_rb .rb_title_1, .reg_block_rb .rb_title_2 { font-size: 28px; }
    .reg_block_rb .rb_desc_2 { font-size: 20px; }
    .reg_block_rb .rb_step_num { font-size: 18px; }
    .double_commission_dc .dc_texts { padding: 20px 34px; }
    .double_commission_dc .dc_title { font-size: 20px; }
    .double_commission_dc .dc_desc { font-size: 18px; }
    .double_commission_dc .dc_links { max-width: 500px; }
    .double_commission_dc .dc_link { width: 50%; }
}
@media (max-width: 560px) {
    .attract_customers_ac .ac_1,
    .attract_customers_ac.ac_ar .ac_1 {
        padding: 20px;
        font-size: 25px;
        margin: 0 auto;
    }
    .attract_customers_ac .ac_2_1_magnet { display: none; }
    .attract_customers_ac .ac_2_1_title { font-size: 18px; }
    .reg_block_rb > div { padding: 10px; }
    .reg_block_rb .rb_1_switch { margin-top: 10px; }
    .reg_block_rb .rb_title_1, .reg_block_rb .rb_title_2 { font-size: 25px; }
    .reg_block_rb .rb_steps {
        margin-top: 25px;
        margin-bottom: -5px;
    }
    .reg_block_rb .rb_step_text,
    .reg_block_rb .rb_step_text.rbst_ar {
        width: 100%;
        margin: 0 0 24px;
    }
    .reg_block_rb .rb_desc_1 { margin-top: 11px; }
    .reg_block_rb .rb_desc_2 {
        font-size: 18px;
        margin-bottom: 21px;
    }
    .double_commission_dc .dc_title { font-size: 19px; }
    .double_commission_dc .dc_desc { font-size: 17px; }
    .double_commission_dc .dc_link { width: 100%; }
}
@media (max-width: 500px) {
    .attract_customers_ac .ac_2_2 > div {
        flex-direction: column;
        padding: 0 20px 10px;
        text-align: center;
    }
    .attract_customers_ac .ac_2_2_text_link,
    .attract_customers_ac.ac_ar .ac_2_2_text_link {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 400px) {
    .header_hdr .hdr_butt {
        text-align: center;
        display: block;
    }
    .attract_customers_ac .ac_2_1 { padding: 20px 20px 84px; }
    .reg_block_rb .rb_1_switch {
        flex-direction: column;
        width: 100%;
    }
}