body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;

    /* background: url('/images/configurator-course-test-images/bg1.png') no-repeat; */
    
    background-size: 100% 905px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    padding: 0 !important;

    font-family: 'Rubik';
}

h1 {
    font-weight: 500;
    font-size: 44px !important;
}

h2 {
    font-weight: 500;
    font-size: 40px !important;
}

p {
    margin: 0 !important;
    padding: 0 !important;
}

*, :after, :before {
    box-sizing: border-box;
}

.file-path {
    height: 22px;
    display: flex;
    align-items: center;
}

.file-path {
    margin-bottom: 71px;
    font-family: "Open Sans", "open_sansregular";
    font-size: 13px;
}

.file-path a {
    text-decoration: none;
    color: rgba(26, 32, 44, 0.4);
    transition: all 0.3s ease;
}

.file-path a:last-child{
    color: #e63756;
    cursor: default;
}

.file-path a:hover {
    color: #e63756;
}

.file-path span {
    color: rgba(26, 32, 44, 0.4);
    margin: 0 8px;
}

.startup-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.startup-main {
    background: url('/images/startup-images/bg1.png') no-repeat;
    background-size: 1920px 796px;
}

.startup-main__info {
    display: flex;
    margin-top: 123px;
}

.startup-main__info-text h1 {
    margin-bottom: 23px !important;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 44px;
    line-height: 60px;
    color: #1A202C;
}

.startup-light-text {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 28px;
    color: #4A5568;
}

.startup-main__info-text > .startup-light-text {
    margin-bottom: 63px !important;
}

.startup-button {
    width: 233px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #e63756;
    border: none;

    text-decoration: none;

    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #fffefe !important;

    transition: all .5s ease;
    cursor: pointer;
}

.startup-button:hover {
    text-decoration: none;

    color: #fffefe;
    background: #F03052;
    box-shadow: 0px 14.8458px 24.3895px rgba(255, 136, 157, 0.4);
}

.startup-button:focus {
    border: none;
    outline: none;
}

.startup-main__info-text {
    width: 100%;
    max-width: 558px;
}

.startup-main__info-text > .startup-light-text {
    width: 100%;
    max-width: 362px;
}

.startup-main__info-text {
    margin-right: 251px;
}

.startup-main__info-image {
    margin-top: 15px;
    margin-bottom: 115px;
}

.startup-main__benefits {
    display: flex;
    margin-bottom: 203px;
}

.startup-main__benefits-item {
    display: flex;
    width: 100%;
    max-width: 433px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 26px 120px 26px 40px;

    transition: all .5s ease;
}

.startup-main__benefits-item:not(:last-child) {
    margin-right: 40px;
}

.startup-main__benefits-item:hover {
    box-shadow: 0px 14.8458px 24.3895px rgb(28 37 44 / 8%);
}

.startup-main__benefits-image {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.startup-main__benefits-text > .startup-light-text {
    font-size: 14px;
}

.startup-essence-logo {
    margin-bottom: 76px;
}

.startup-essence-inner {
    display: flex;
    margin-bottom: 124px;
}

.startup-essence__text > .startup-light-text {
    line-height: 32px;
    
}

.startup-essence__text {
    position: relative;
    margin-right: 118px;
    padding: 21px 100px 25px 49px;
    background: url('/images/startup-images/director-monolog.png') no-repeat;
    background-size: 1065px 460px;
}

.startup-essence__text img {
    position: absolute;
    left: -16px;
    top: 30px;
}

.startup-essence__image {
    display: inline-block;
    margin-top: 27px;
}

.startup-essence__image-hidden {
    display: none;
    margin-top: 27px;
}

.startup-essence__image img {
    margin-bottom: 39px;
}

.startup-essence__image-text {
    text-align: center;
}

.startup-essence__image-text p {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 18px;
    color: #1A202C;
}

.startup-essence__image-text p span {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #e63756;
}

.startup-joint-logo {
    margin-bottom: 60px;
}

.startup-joint__banner-items {
    display: flex;
}

.startup-joint__banner-logo h3 {
    margin-bottom: 46px !important;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;

    color: #1A202C;
    width: 333px;
}

.startup-joint__banners {
    display: flex;
    position: relative;
}

.startup-joint__banner {
    padding: 34px 155px 37px 78px;
    width: 670px;
    height: 407px;
    background: #F7FAFC;

    border: 1px solid #EAEAEA;
    border-radius: 10px;

    transition: all .5s ease;
}

.startup-joint__banner:first-child:hover {
    box-shadow: 0px 14.8458px 24.3895px rgba(255, 202, 39, 0.2);
}

.startup-joint__banner:last-child:hover {
    box-shadow: 0px 14.8458px 24.3895px rgba(255, 136, 157, 0.3);
}

.startup-joint__banner:first-child {
    margin-right: 40px;
}

.startup-joint__banner-item {
    display: inline-flex;
    margin-bottom: 27px;
    align-items: start;
}

.startup-joint__banner-item p {
    width: 100%;
    max-width: 167px;
}

.startup-joint__banner-item img {
    margin-right: 15px;
    margin-top: 5px;
}

.item1 > .startup-joint__banner-item:last-child {
    width: 140px;
}

.item2 {
    width: 140px;
}

.item3 > .startup-joint__banner-item {
    width: 263px;
}

.startup-joint__picture {
    position: relative;
}

.startup-joint__picture-hidden {
    position: relative;
    display: none;
}

.cb-name {
    position: absolute;
    left: 625px;
    right: 0;
    top: -42px;
    text-align: center;
}

.red-circle-piece {
    display: block;
    position: absolute;
    top: -175px;
    left: 510px;
}

.red-circle-piece-hovered {
    display: none;
    position: absolute;
    top: -185px;
    left: 485px;
}

/* .red-circle:hover .red-circle-piece {
    display: none;
}

.red-circle:hover .red-circle-piece-hovered {
    display: block;
} */

.green-circle-piece {
    position: absolute;
    left: 510px;
    top: -7px;
}

.yellow-circle-piece {
    display: block;
    position: absolute;
    top: -170px;
    left: 708px;
}

.yellow-circle-piece-hovered {
    display: none;
    position: absolute;
    top: -179px;
    left: 684px;
}

/* .yellow-circle:hover .yellow-circle-piece {
    display: none;
}

.yellow-circle:hover .yellow-circle-piece-hovered {
    display: block;
} */

.shadow-under-cb-name {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 148px;
}

.cb-name-container {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: white;
    left: 535px;
    right: 0;
    top: -150px;
}

.startup-joint-logo--result {
    margin-top: 194px !important;
    margin-bottom: 45px !important;
    text-align: center;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 30px;
    color: #1A202C;
}

.startup-joint__result-items {
    display: flex;
}

.startup-joint__result-item--first {
    margin-bottom: 11px;
    padding: 0 55px;
    width: 315px;
    height: 117px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #F7FAFC;
    border: 1px solid #6FCF97;
    border-radius: 10px;
    text-align: center;
}

.startup-joint__result-item--first img {
    position: absolute;
    top: -21px;
}

.startup-joint__result-item--second {
    width: 315px;
    height: 73px;
    background: #F7FAFC;
    border: 1px solid #6FCF97;
    border-radius: 10px;
    text-align: center;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startup-joint__result-item--first a {
    text-decoration: underline;
    color: #4A5568;
}

.startup-joint__result-item--first a:hover {
    color: #4A5568;
}

.startup-joint__result-item--first:not(:last-child) {
    margin-right: 30px;
}

.startup-joint__result {
    margin-bottom: 163px;
}

.startup-forwho-logo {
    margin-bottom: 54px;
}

.startup-forwho__items {
    display: flex;
}

.startup-forwho__item {
    width: 100%;
    max-width: 315px;
}

.startup-forwho__item:not(:last-child) {
    margin-right: 158px;
}

.startup-forwho__item-image {
    margin-bottom: 20px;
}

.startup-forwho__item-logo {
    margin-bottom: 20px;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 18px;

    color: #1A202C;
}

.startup-forwho__items {
    margin-bottom: 155px;
}

.startup-stages-creation {
    position: relative;
    height: 1300px;
}

.startup-stages-bg {
    position: absolute;
    background: url('/images/startup-images/bg2.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 1016px;
    left: 0;
    top: 3100px;
    z-index: -30;
}

.startup-stages-creation-logo {
    margin-bottom: 43px;
    text-align: center;
}

#startup-stages--block1 {
    width: 2px;
    height: 171px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block2 {
    width: 2px;
    height: 115px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 261px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block3 {
    width: 2px;
    height: 156px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 386px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block4 {
    width: 2px;
    height: 115px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 552px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block5 {
    width: 2px;
    height: 103px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 677px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block6 {
    width: 2px;
    height: 131px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 790px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}

#startup-stages--block7 {
    width: 2px;
    height: 144px;
    background: #4A5568;
    border-radius: 0px 0px 14px 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 931px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 5;
}


.startup-stages--block---circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4A5568;
}

#startup-stages--block---circle1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 251px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 376px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 542px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 667px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 780px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 921px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---circle7 {
    position: absolute;
    left: 0;
    right: 0;
    top: 1065px;
    margin: 0 auto;

    transition: all .5s ease;
    z-index: 10;
}

#startup-stages--block---gorizontal1 {
    position: absolute;
    left: -107px;
    right: 0;
    top: 260px;

    margin: 0 auto;

    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal2 {
    position: absolute;
    left: 107px;
    right: 0;
    top: 385px;
    margin: 0 auto;

    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal3 {
    position: absolute;
    left: -107px;
    right: 0;
    top: 551px;
    margin: 0 auto;

    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal4 {
    position: absolute;
    left: 107px;
    right: 0;
    top: 676px;
    margin: 0 auto;
    
    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal5 {
    position: absolute;
    left: -107px;
    right: 0;
    top: 789px;
    margin: 0 auto;

    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal6 {
    position: absolute;
    left: 107px;
    right: 0;
    top: 930px;
    margin: 0 auto;

    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

#startup-stages--block---gorizontal7 {
    position: absolute;
    left: -107px;
    right: 0;
    top: 1074px;
    margin: 0 auto;
    
    width: 75px;
    height: 1px;
    background: #4A5568;
    opacity: 0;

    transition: all .8s ease;
}

.startup-stages--block---info {
    display: inline-block;
    padding: 0 22px 22px 22px;
    width: 355px;
    height: 157px;

    border: 1px solid #EAEAEA;
    border-radius: 10px;
    text-align: center;
    background: #fffefe;
}

.startup-stages--block---header {
    padding-top: 22px;
    margin-bottom: 10px;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;

    color: #E63756;
}

.startup-stages--block---text {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 175%;

    color: #4A5568;
}

#startup-stages--block---info1 {
    position: absolute;
    left: -600px;
    right: 0;
    top: 180px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info2 {
    position: absolute;
    left: 600px;
    right: 0;
    top: 310px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info3 {
    position: absolute;
    left: -600px;
    right: 0;
    top: 476px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info4 {
    position: absolute;
    left: 600px;
    right: 0;
    top: 601px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info5 {
    position: absolute;
    left: -600px;
    right: 0;
    top: 714px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info6 {
    position: absolute;
    left: 600px;
    right: 0;
    top: 855px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

#startup-stages--block---info7 {
    position: absolute;
    left: -600px;
    right: 0;
    top: 999px;
    margin: 0 auto;
    opacity: 0;

    transition: all 1s ease;
}

.startup-benefits {
    margin-bottom: 130px;
}

.startup-benefits-logo {
    margin-bottom: 60px;
}

.startup-benefits__items {
    display: flex;
}

.startup-benefits__item {
    width: 100%;
    max-width: 433px;
    padding: 39px 41px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}

.startup-benefits__item:not(:last-child) {
    margin-right: 40px;
}

.startup-benefits__item-logo {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.startup-benefits__item-logo img {
    margin-right: 20px;
}

.startup-tariffs-logo {
    margin-bottom: 40px;
}

.startup-tariffs-logo h2 {
    margin-bottom: 40px !important;
}

.startup-tariffs__table {
    border-spacing: 0;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    border-collapse: inherit !important;
}

.startup-tariffs__td {
    width: 164px;
    height: 41px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    color: #4A5568;
    border: 1px solid #EAEAEA;
    border-top: none;
    border-right: none;
    text-align: center;
    align-items: center;
}

.startup-tariffs__tr > .startup-tariffs__td:first-child {
    border-left: none;
}

.startup-tariffs__tr > .startup-tariffs__td:last-child {
    border-right: none;
}

.startup-tariffs__td-bottom {
    border-bottom: none;
}

.startup-tariffs__td-name {
    width: 401px;
    text-align: left;
    padding-left: 29px;
}

.startup-tariffs__td-color-red {
    background-color: #E63756;
}

.startup-tariffs__td-color-yellow {
    background-color: #F2C94C;
}

.startup-tariffs__td-color-green {
    background-color: #27AE60;
}

.startup-tariffs__td-color {
    height: 68px;
    font-weight: 700;
    color: #FFFFFF;
}

.startup-tariffs__td-bottom {
    height: 50px;
}

.startup-tariffs {
    margin-bottom: 155px;
}

.startup-reg {
    margin-bottom: 155px;
    height: 100%;
    width: 100%;
    padding: 39px 104px 41px 78px;

    border: 1px solid #E63756;
    border-radius: 16px;
}

.startup-reg-logo {
    width: 460px;
    margin-bottom: 37px;
}

.startup-reg__input-inner {
    display: inline-flex;
    width: 270px;
    height: 50px;

    border: none;
    border-bottom: 1px solid #4A5568;
    margin-right: 20px;
    background-color: inherit;
}

.startup-reg__input-inner:focus {
    outline: none;
}

.startup-reg-button {
    width: 270px;
}

.startup-reg__input {
    display: inline;
    margin-bottom: 39px;
}

.startup-reg__accept {
    width: 284px;
    display: inline-block;
    margin-left: 20px;

    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;

    color: #4A5568;
}

.startup-reg__accept a {
    color: #4A5568;
}

.startup-reg__accept a:hover {
    color: #4A5568;
}

.overlay {
   
    /* РЎРєСЂС‹РІР°РµРј РїРѕРґР»РѕР¶РєСѓ  */
    opacity: 0;
    visibility: hidden;
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 20;
    transition: .3s all;
 }
 
 
 /* РЎС‚РёР»Рё РґР»СЏ РјРѕРґР°Р»СЊРЅС‹С… РѕРєРѕРЅ */
 
.modal-open-reg {
    padding: 83px 57px;
    border-radius: 10px;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    max-width: 377px;
    max-height: 342px;
    overflow: hidden;
    margin: auto;
    position: fixed;
    top: 350px;
    left: 50%;
    border: 1px solid #F7FAFC;
    
    /* РЎРєСЂС‹РІР°РµРј РѕРєРЅР°  */
    opacity: 0;
    visibility: hidden;
    
    /*  РЈСЃС‚Р°РЅРѕРІР°РµРј С€РёСЂРёРЅСѓ РѕРєРЅР°  */
    
    /*  Р¦РµРЅС‚СЂРёСЂСѓРµРј Рё Р·Р°РґР°РµРј z-index */

    transform: translate(-50%, -50%);
    z-index: 30; /* Р”РѕР»Р¶РµРЅ Р±С‹С‚СЊ РІС‹С€Рµ С‡РµРј Сѓ РїРѕРґР»РѕР¶РєРё*/
    
    /*  РџРѕР±РѕС‡РЅС‹Рµ СЃС‚РёР»Рё   */
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
    transition: 0.3s all;
}
 
 /* РЎС‚РёР»Рё РґР»СЏ РєРЅРѕРїРєРё Р·Р°РєСЂС‹С‚РёСЏ */
 
.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}

.modal-window--image {
    margin-bottom: 15px;
}

.modal-window--text p:first-child {
    font-family: 'Rubik';
    font-weight: normal;
    color: #1A202C;
    font-size: 16px;
}

.modal-window--text p:last-child {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #1A202C;
}

.modal-open-reg.active-selector,
.overlay.active-selector{
   opacity: 1 !important;
   visibility: visible !important;
}

.hidden-button__loader {
    position: relative;
    width: 270px;
    height: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #e63756;
    border: none;

    text-decoration: none;
}


.transition-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.transition-loader-inner {
    width: 100%;
    top: 8px;
    position: absolute;
    color: #FFF;
    text-align: center;
}
.transition-loader-inner label {
    font-size: 1em;
    padding: 1%;
    opacity: 0;
    display: inline-block;
}
.transition-loader-inner label:after {
    content: "\25CF";
}

.transition-loader-inner label:nth-child(1) {
    -webkit-animation: loader 3s 600ms infinite ease-in-out;
    animation: loader 3s 600ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
    -webkit-animation: loader 3s 500ms infinite ease-in-out;
    animation: loader 3s 500ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
    -webkit-animation: loader 3s 400ms infinite ease-in-out;
    animation: loader 3s 400ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
    -webkit-animation: loader 3s 300ms infinite ease-in-out;
    animation: loader 3s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
    -webkit-animation: loader 3s 200ms infinite ease-in-out;
    animation: loader 3s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(6) {
    -webkit-animation: loader 3s 100ms infinite ease-in-out;
    animation: loader 3s 100ms infinite ease-in-out;
}

@keyframes loader {
    0% {
    opacity: 0;
    transform: translateX(-300px) scale(1);
    }
    33% {
    opacity: 1;
    transform: translateX(0px) scale(2);
    }
    66% {
    opacity: 1;
    transform: translateX(0px) scale(1);
    }
    100% {
    opacity: 0;
    transform: translateX(300px) scale(2);
    }
}
@-webkit-keyframes loader {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    }
    33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    }
    66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    }
    100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
    }
}


.startup-questions-answers {
    position: relative;
}

.background-image--3 {
    background: url(/images/startup-images/bg3.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 1100px;
    left: 0;
    top: 7284px;
    z-index: -30;
}

.startup-questions-answers__item-link {
    margin-bottom: 20px;
    padding: 12px 78px 13px 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    border-radius: 10px;

    color: #1A202C;
}

.startup-questions-answers__item-link:hover {
    text-decoration: none !important;
    color: #1A202C !important;
}

.startup-questions-answers-logo {
    margin-bottom: 50px;
}

.startup-inner--hiddentext {
    border-top: none !important;
}

.configurator-courses__programm-inner--item-image {
    display: flex;
}

.slick-next:nth-child(2) {
    display: inline-block !important;
}

.slick-prev:nth-child(2) {
    display: inline-block !important;
}

.slick-slider:nth-child(3) {
    display: none !important;
}


/* FORM */

.k_field_name {
    font-size: 14px;

    font-family: Arial, Arial, Helvetica, sans-serif;
  }

  .k_qst_group {
    font-size: 14px;

    font-family: Arial, Arial, Helvetica, sans-serif;
  }
/* </style>

<link
  rel="stylesheet"
  href="https://partner.clientbase.ru/node_modules/bootstrap/dist/css/bootstrap.min.css"
/>

<style> */
  /* РІСЂРµРјРµРЅРЅС‹Рµ РєРѕСЃС‚С‹Р»Рё, СѓР±СЂР°С‚СЊ! */

  .well input.form-control {
    padding-left: 10px;
  }

  .well input.ac_input {
    width: 443px;
  }

  .well input.hasDatepicker {
    width: 435px;
  }

  .well select.form-control {
    padding-left: 5px;

    width: 476px !important;

    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none !important;
  }

  .well textarea.form-control {
    resize: vertical;

    font-family: Arial;

    padding-top: 10px;

    padding-left: 10px;

    height: 100px;
  }

  .well {
    min-width: 530px;
  }

  .well .input-group {
    position: relative;
  }

  .select-group {
    position: relative;
  }

  .well .input-group select.form-control {
    position: relative;

    background: none;

    border-radius: 4px;
  }

  .well .input-group select.form-control::-ms-expand {
    display: none;
  }

  .custom-select {
    position: absolute;

    width: 100%;

    height: 100%;

    background-color: white;

    border-radius: 5px;
  }

  .pseudo-btn {
    position: absolute;

    border-left: 1px solid #ccc;

    width: 1px;

    height: 98%;

    right: 34px;

    top: 1px;
  }

  .select-caret {
    display: inline-block;

    width: 0;

    height: 0;

    position: absolute;

    top: 46%;

    right: -20px;

    vertical-align: middle;

    border-top: 4px dashed;

    border-top: 4px solid\9;

    border-right: 4px solid transparent;

    border-left: 4px solid transparent;
  }

  textarea.form-control {
    resize: vertical;
  }

  .ui-datepicker-trigger {
    opacity: 0 !important;

    position: absolute !important;

    top: -10000px !important;
  }

  .ui-timepicker-div .ui_tpicker_second_label {
    float: left;

    display: inline-block;

    margin-top: 2px;

    margin-left: 4px;

    height: 14px;
  }

  .ui-timepicker-div .ui_tpicker_time_label {
    float: left;

    margin-left: 4px;

    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui_tpicker_hour_label {
    float: left;

    display: inline-block;

    margin-left: 4px;

    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui_tpicker_minute_label {
    float: left;

    display: inline-block;

    margin-left: 4px;

    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui_tpicker_hour {
    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui_tpicker_minute {
    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui_tpicker_time {
    /*float:left;*/

    margin-left: 5.5em;

    height: 14px;

    margin-bottom: 5px;
  }

  .ui-timepicker-div .ui-slider.ui-slider-horizontal {
    width: 10.5em;

    height: 12px;

    margin-left: 2.3em;
  }

  .ui-timepicker-div dd {
    margin-left: 40px;
  }

  .ui_tpicker_minute,
  .ui_tpicker_hour {
    padding-top: 4px;
  }

  .ui_tpicker_hour_label {
    padding-top: 2px;
  }

  .form-control {
    width: 100% !important;
  }

  @media (min-width: 992px) {
    .col-md-10 {
      width: 97.333333% !important;
    }
  }

  @media (max-width: 1000px) {
    .pseudo-btn {
      right: 75px;
    }

    .select-caret {
      position: absolute;

      top: 45%;

      right: -62px;

      border-top: 30px dashed black !important;

      border-right: 25px solid transparent !important;

      border-left: 25px solid transparent !important;
    }
  }

  @media print {
    .pseudo-btn {
      right: 34px;
    }

    .select-caret {
      right: -20px;

      border-top: 4px dashed black !important;

      border-right: 4px solid transparent !important;

      border-left: 4px solid transparent !important;
    }
  }

/* END FORM */

.startup-tariffs__slider {
    display: none;
}

#k_input_field_30_5840 {
    color: #494949;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.startup-button__field {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.select-group__inner {
    position: relative;
    display: inline-block;
    width: 270px;
}

.new-select {
    color: #6d6d6d;
    margin-bottom: 5px;
    position: relative;
    height: 37px;

    border: none;
    border-bottom: 1px solid #4A5568;
    background-color: inherit;
}

.new-select__list {
    position: absolute;
    padding: 0 10px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    border-radius: 0 0 10px 10px;
}

.new-select__list.on {
    display: block;
}

.new-select__item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.new-select__item {
    color: #6d6d6d;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}

.new-select__item:hover {
    background-color: #e86c82;
    color: #fff;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover; 
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.option-plus {
    font-size: 18px;
    font-weight: 600;
    color: #1A202C;
}

.new-select__item:hover .option-plus {
    display: none;
}

.startup-essence__text-culumns {
    display: flex;
}

.startup-essence__text-first {
    margin-right: 69px;
    min-width: 440px;
}

.startup-essence__text-first--red {
    color: #e63756;
    font-weight: 600;
}

.startup-essence__text-first--grey {
    color: #3e4655;
    font-weight: 600;
}

.startup-essence__text-culumns p {
    line-height: 200%;
}

.startup-joint__formula {
    display: flex;
    margin-bottom: 140px;
}

.startup-joint__formula-block {
    position: relative;
}

.startup-joint__formula-block:not(:last-child) {
    margin-right: 40px;
}

.startup-joint__formula-block--core {
    position: absolute;
    top: 22px;
    left: -90px;
}

.startup-joint__formula-block--header {
    display: flex;
    align-items: center;
    padding-left: 70px;
    width: 433px;
    height: 145px;
}

.startup-joint__formula-block--header h3 {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    width: 295px;
}

.startup-joint__formula-block--body {
    width: 433px;
    height: 193px;
    border: 1px solid #EDF2F7;
    border-radius: 0px 0px 8px 8px;

    padding: 30px 50px 31px 50px
}

.startup-joint__formula-block--plus {
    position: absolute;
    top: 33px;
    left: 413px;
}

.startup-joint__formula-block--equal {
    position: absolute;
    top: 42px;
    left: 420px;
}

.startup-joint__formula-block--body---culums {
    display: flex;
}

.startup-joint__formula-block--body---line_red {
    display: inline-block;
    width: 9px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #E63756;
}

.startup-joint__formula-block--body---line_yellow {
    display: inline-block;
    width: 9px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #FFB402;
}

.startup-joint__formula-block--body---line_green {
    display: inline-block;
    width: 9px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #27AE60;
}

.startup-joint__formula-block--body---culums----first {
    margin-right: 50px;
}

.light-text--inlineblock {
    display: inline;
}

.startup-joint__formula-block--body---culums----inner:first-child {
    margin-bottom: 20px; 
}

.startup-joint__formula-block--example {
    background: url('/images/startup-images/example.png') no-repeat;
    position: absolute;
    width: 93px;
    height: 54px;
    background-size: 93px 54px;
    bottom: -11px;
    left: 62px;
    text-align: center;
}

.startup-joint__formula-block--example p {
    display: inline-block;
    padding-top: 8px !important;
}

.startup-joint__formula-block--word---green {
    color: #27AE60;
}

.startup-examples {
    position: relative;
    margin-bottom: 170px;
}

.startup-examples__laptop {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    margin: 0 auto;
    height: 370px;
}

.startup-examples-logo {
    margin-bottom: 105px;
}

/* .startup-examples-content {
    position: relative;
}

.startup-examples__slider {
    position: absolute !important;
    left: -222px;
    right: 0;
    margin: 0 auto;
    width: 1800px;
} */

.slick-list:nth-child(2) {
    width: 1800px;
    left: -215px;
}

.startup-examples__slider-item {
    margin-right: 96px;
}

.startup-examples__info {
    width: 333px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.startup-examples__info-text {
    margin-bottom: 34px;
    font-size: 16px;
    line-height:  27.2px;
    text-align: center;
    color: #4A5568;
    height: 75px;
}

.startup-examples__info-button a {
    margin: 0 auto;
    font-family: 'Open Sans';
    text-decoration: none;
    display: block;
    width: 315px;
    height: 50px;
    border: 1px solid #E63756;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #E63756;
}

.startup-examples__info-button a:hover {
    text-decoration: none;
    color: white;
    background: #E63756;
}

.slider-prev--button {
    position: absolute;
    top: 570px;
    left: 430px;
    border: none;
    background: #fff;
    font-size: 35px;
    color: #4A5568;
}

.slider-prev--button:focus {
    outline: none;
}

.slider-next--button {
    position: absolute;
    top: 570px;
    left: 900px;
    border: none;
    background: #fff;
    font-size: 35px;
    color: #4A5568;
}

.slider-next--button:focus {
    outline: none;
}

.startup-examples__slider-item--name {
    margin-top: 23px;
    font-family: 'Rubik';
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    color: #1A202C;
}

.startup-examples__slider-item--image img {
    width: 500px;
}

/*.slick-center img {
    width: 665px;
}*/

.slick-center > .startup-examples__slider-item--name {
    margin-top: 120px;
    font-weight: 500;
}

.slick-track:nth-child(2) {
    display: flex !important;
    align-items: baseline;
}

.startup-examples__info-text--tariffs {
    width: 333px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 170%;
    text-align: left;
    color: #4A5568;
    display: inline-block;
}

.startup-examples__info-button--tariffs a {
    margin: 0 auto;
    margin-top: 60px;
}

.startup-joint__result {
    display: none;
}

.startup-joint__banners {
    display: none;
}

.startup-essence__text-hidden {
    display: none;
}

.startup-joint__formula-block--word---green u a {
    color: #27AE60;
}

.startup-joint__formula-block--word---green u a:hover {
    color: #27AE60;
}

.startup-main__info {
    margin-top: 25px !important;
}


@media screen and (max-width: 1400px) {
    .startup-container {
        max-width: 1140px;
    }

    .startup-main__info-image {
        margin-bottom: 215px;
    }

    .startup-main__info-image img {
        width: 450px;
    }

    .startup-main__benefits-item {
        padding: 26px 45px 26px 40px;
    }

    .startup-essence__text {
        background-size: 100% 100%;
        margin-right: 20px;
    }

    .startup-joint__banner {
        width: 560px;
        padding: 34px 85px 37px 78px;
    }
    
    .red-circle-piece {
        left: 402px;
    }

    .red-circle-piece-hovered {
        left: 377px;
    }

    .yellow-circle-piece-hovered {
        left: 576px;
    }

    .green-circle-piece {
        left: 402px;
    }

    .yellow-circle-piece {
        left: 600px;
    }

    .cb-name {
        left: 520px;
    }

    .cb-name-container {
        left: 435px;
    }

    .startup-joint__result-item--first {
        width: 100%;
        max-width: 260px;
        padding: 0 25px;
    }

    .startup-joint__result-item--second {
        width: 100%;
        max-width: 260px;
        padding: 0 25px;
    }

    .startup-forwho__item:not(:last-child) {
        margin-right: 60px;
    }

    .startup-forwho__item {
        max-width: 335px;
    }

    .startup-reg-button {
        margin-top: 30px;
        margin-right: 30px;
        display: inline-block;
    }

    .startup-reg__accept {
        display: inline-block;
    }

    .startup-reg__input {
        display: inline;
    }

    .startup-benefits__item {
        padding: 25px 25px;
    }

    .startup-examples {
        display: none;
    }

    .startup-essence__text-first {
        min-width: 370px;
    }

    .startup-joint {
        display: none;
    }

    .startup-reg__input-inner {
        width: 235px;
    }

    .select-group__inner {
        width: 235px;
    }

    .startup-reg {
        padding-right: 36px;
    }

    .background-image--3 {
        top: 5934px;
    }
} 

@media screen and (max-width: 1200px) {
    .startup-container {
        width: 95%;
    }

    .startup-main__info-text {
        margin-right: 115px;
    }

    .startup-main__benefits-item {
        padding: 20px;
    }

    .startup-joint__banner {
        padding: 34px 45px 37px 45px;
    }

    .red-circle-piece {
        left: 332px;
    }

    .red-circle-piece-hovered {
        left: 307px;
    }

    .yellow-circle-piece-hovered {
        left: 506px;
    }

    .green-circle-piece {
        left: 332px;
    }

    .yellow-circle-piece {
        left: 530px;
    }

    .cb-name {
        left: 450px;
    }

    .cb-name-container {
        left: 355px;
    }

    .startup-joint__banners {
        width: 990px;
    }

    .startup-joint__result-item--second {
        max-width: 230px;
        padding: 0 15px;
    }

    .startup-joint__result-item--first {
        max-width: 230px;
    }

    .startup-forwho__item-image img {
        width: 260px;
    }

    .startup-stages-bg {
        top: 3722px;
        background-size: contain;
    }

    .startup-tariffs__td-name {
        padding-left: 5px;
    }

    .startup-tariffs__td {
        font-size: 13px;
    }

    .startup-reg__input-inner {
        width: 220px;
        margin-right: 15px;
    }

    .startup-reg-button {
        width: 250px;
        margin-right: 15px;
    }

    .startup-essence__text-first {
        min-width: 320px;
    }

    .background-image--3 {
        top: 6034px;
    }

    .select-group__inner {
        width: 200px;
    }
} 

@media screen and (max-width: 1040px) {
    .startup-main {
        text-align: center;
        background: none;
        overflow-x: hidden;
    }

    .startup-main__info {
        display: block;
    }

    .startup-main__info-text {
        margin-right: 0;
        max-width: inherit;
    }

    .startup-main__info-text > .startup-light-text {
        width: 80%;
        max-width: inherit;
        display: inline-block;
    }

    .startup-main__info-text h1 {
        margin-bottom: 42px !important;
    }

    .startup-main__info-text > .startup-light-text {
        margin-bottom: 42px !important;
    }

    .scroll-button {
        margin-bottom: 42px;
    }

    .startup-main__benefits {
        display: inline-block;
    }

    .startup-main__benefits-item {
        display: block;
        max-width: 330px;
        /*margin-right: 0 !important;*/
    }

    .startup-main__benefits-image {
        margin-right: 0;
        justify-content: center;
        margin-bottom: 21px;
    }

    .startup-main__info-image {
        margin-bottom: 42px;
    }

    .startup-main__benefits {
        margin-bottom: 42px;
    }

    .startup-essence__text {
        background: none;
    }

    .startup-essence-logo {
        margin-bottom: 30px;
    }

    .startup-essence__text img {
        display: none;
    }

    .startup-essence__image {
        display: none;
    }

    .startup-essence__image-hidden {
        display: inline-block;
    }

    .startup-essence-inner {
        display: inline-block;
        margin-bottom: 71px;
        background-color: #F7FAFC;
    }

    .startup-essence__image-hidden img {
        width: 150px;
        margin-bottom: 21px;
    }

    .startup-essence__text {
        margin-right: 0;
    }

    .startup-joint__banners {
        display: inline-block;
    }

    .startup-joint__banner:first-child {
        margin-right: 0;
    }

    .startup-joint__banner-logo h3 {
        display: inline-block;
    }

    .startup-joint__picture {
        display: none;
    }

    .startup-joint__picture-hidden {
        display: block;
    }

    .startup-joint__banner-items {
        display: inline-block;
    }
    
    .startup-joint__banner-item {
        display: block;
    }

    .startup-joint-logo {
        margin-bottom: 394px;
    }

    .red-circle-piece {
        top: -375px;
        left: 112px;
    }

    .red-circle-piece-hovered {
        top: -385px;
        left: 87px;
    }

    .yellow-circle-piece {
        top: -370px;
        left: 310px;
    }

    .yellow-circle-piece-hovered {
        top: -379px;
        left: 286px;
    }

    .green-circle-piece {
        top: -207px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .cb-name-container {
        display: none;
    }

    .cb-name {
        top: -242px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .shadow-under-cb-name {
        top: -78px;
    }

    .startup-joint__banner {
        padding: 30px;
        height: 100%;
        border: none;
        margin-bottom: 42px;
        display: inline-block;
    }

    .startup-joint__banners {
        width: 100%;
        max-width: 560px;
    }

    .startup-joint__banner-logo h3 {
        margin-bottom: 21px !important;
        font-size: 26px;
    }

    .startup-joint__banner-item img {
        margin: 0;
    }

    .item1 > .startup-joint__banner-item:last-child {
        width: inherit;
    }

    .item2 {
        width: inherit;
    }

    .item3 > .startup-joint__banner-item {
        width: inherit;
    }

    .startup-stages-bg {
        background: none;
    }

    .startup-joint {
        display: inline-block;
        width: 100%;
        max-width: 560px;
    }

    .startup-joint-logo--result {
        margin-top: 0 !important;
    }

    .startup-joint-logo--result {
        margin-bottom: 62px !important;
    }

    .startup-joint__result-items {
        display: inline-block;
    }

    .startup-joint__result-item {
        margin-bottom: 59px;
    }

    .startup-joint__result-item--first {
        max-width: 411px;
    }

    .startup-joint__result-item--first:not(:last-child) {
        margin-right: 0;
    }

    .startup-joint__result-item--second {
        min-width: 411px;
    }

    .startup-joint__result {
        margin-bottom: 0;
    }

    .startup-forwho__items {
        display: inline-block;
        margin-bottom: 0;
    }

    .startup-forwho__item:not(:last-child) {
        margin-right: 0;
    }

    .startup-forwho__item {
        margin-bottom: 59px;
    }

    .startup-stages-creation {
        height: 1215px;
    }

    .startup-benefits__items {
        display: inline-block;
    }

    .startup-benefits__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .startup-benefits__item-logo {
        display: inline-block;
    }

    .startup-benefits__item-logo img {
        display: block;
        margin: 0 auto;
        margin-bottom: 13px;
    }

    .startup-benefits__item-logo span {
        font-family: 'Rubik';
        font-weight: 500;
        font-size: 16px;

        color: #1A202C;
    }

    .startup-benefits__item-text > .startup-light-text {
        font-size: 14px;
    }

    .startup-main__benefits-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .startup-tariffs__table {
        display: none;
    }

    .slick-slider:nth-child(3) {
        display: block !important;
    }

    .startup-tariffs__slider {
        display: flex;
        text-align: left;
    }

    .startup-tariffs__slider-item {
        width: 100% !important;
        min-width: 275px !important;
        max-width: 275px !important;
        height: 542px !important;
        margin-right: 8px;
        text-align: center;
        border-radius: 10px;
    }

    .startup-tariffs__slider-item--header {
        height: 68px;
        padding: 22px 60px;
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 16px;

        color: #FFFFFF;
        border-radius: 10px 10px 0 0;
    }

    .startup-tariffs__slider-item--main {
        position: relative;
        background: #F7FAFC;
        padding: 25px 36px;
        height: 88%;
        border-radius: 0 0 10px 10px;
    }

    .startup-tariffs__slider-item--main p {
        margin-bottom: 19px !important;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;

        text-align: center;

        color: #4A5568;
    }

    .startup-tariffs__slider-item--button {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .startup-tariffs__slider-item--button p {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;

        display: flex;
        justify-content: center;

        color: #1A202C;
    }

    .slick-track:nth-child(3) {
        display: inline-flex !important;
        margin-left: -43px !important;
        width: 1500px !important;
    }

    .slick-next:nth-child(3) {
        display: none !important;
    }

    .slick-prev:nth-child(3) {
        display: none !important;
    }

    

    .startup-tariffs-logo {
        margin-bottom: 40px;
    }

    .startup-reg {
        max-width: 538px;
        display: inline-block;
        padding: 30px 35px;
    }

    .startup-reg-logo {
        width: inherit;
    }
    
    h2 {
        font-size: 36px !important;
    }

    .startup-reg__input-inner {
        width: 100%;
        margin-right: 0;
        max-width: 296px;
        border: none;
        border-bottom: 1px solid #1A202C;
        border-radius: 0;
        text-align: center;
        padding-left: 0;
    }

    .startup-reg-button {
        width: 305px;
        margin-right: 0;
        margin-bottom: 10px;
    } 

    .background-image--3 {
        display: none;
    }

    .slick-track:nth-child(3) {
        margin-left: -290px !important;
    }

    .startup-joint__result {
        display: block;
    }
    
    .startup-joint__banners {
        display: block;
    }

    .startup-essence__text-hidden {
        display: block;
    }

    .startup-essence__text {
        display: none;
    }

    .startup-essence__text-hidden img {
        display: none;
    }

    .startup-examples {
        display: none;
    }

    .startup-joint__formula {
        display: none;
    }

    .startup-button__field {
        display: inline-block;
    }

    .startup-essence__text-info {
        margin-top: 12px;
        padding: 25px;
    }

    .startup-reg__accept {
        margin-left: 0;
    }

    .startup-examples__info-text--tariffs {
        display: none;
    }

    .select-group__inner {
        width: 296px;
        margin-top: 25px;
    }
    
    .startup-joint__formula {
        display: none;
    }

    .startup-joint__result-item--first {
        height: 204px;
    }

    .file-path {
        display: none;
    }
} 

@media screen and (max-width: 990px) {
    .startup-stages-creation {
        overflow-x: hidden;
        height: 1590px;
    }

    #startup-stages--block1 {
        margin: 0;
        height: 70px;
    }

    #startup-stages--block---circle1 {
        margin: 0;
        left: -8px;
        top: 144px;
    }

    #startup-stages--block---gorizontal1 {
        top: 153px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info1 {
        margin: 0;
        left: 183px;
        top: 78px;
    }

    #startup-stages--block2 {
        margin: 0;
        height: 191px;
        top: 148px;
    }

    #startup-stages--block---circle2 {
        margin: 0;
        left: -8px;
        top: 328px;
    }

    #startup-stages--block---gorizontal2 {
        top: 337px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info2 {
        margin: 0;
        left: 183px;
        top: 258px;
    }

    #startup-stages--block3 {
        margin: 0;
        height: 204px;
        top: 340px;
    }

    #startup-stages--block---circle3 {
        margin: 0;
        left: -8px;
        top: 540px;
    }

    #startup-stages--block---gorizontal3 {
        top: 549px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info3 {
        margin: 0;
        left: 183px;
        top: 469px;
    }

    #startup-stages--block4 {
        margin: 0;
        height: 204px;
        top: 555px;
    }

    #startup-stages--block---circle4 {
        margin: 0;
        left: -8px;
        top: 750px;
    }

    #startup-stages--block---gorizontal4 {
        top: 759px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info4 {
        margin: 0;
        left: 183px;
        top: 676px;
    }

    #startup-stages--block5 {
        margin: 0;
        height: 204px;
        top: 762px;
    }

    #startup-stages--block---circle5 {
        margin: 0;
        left: -8px;
        top: 959px;
    }

    #startup-stages--block---gorizontal5 {
        top: 968px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info5 {
        margin: 0;
        left: 183px;
        top: 888px;
    }

    #startup-stages--block6 {
        margin: 0;
        height: 216px;
        top: 973px;
    }

    #startup-stages--block---circle6 {
        margin: 0;
        left: -8px;
        top: 1177px;
    }

    #startup-stages--block---gorizontal6 {
        top: 1186px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info6 {
        margin: 0;
        left: 183px;
        top: 1108px;
    }

    #startup-stages--block7 {
        margin: 0;
        height: 205px;
        top: 1194px;
    }

    #startup-stages--block---circle7 {
        margin: 0;
        left: -8px;
        top: 1394px;
    }

    #startup-stages--block---gorizontal7 {
        top: 1403px;
        margin: 0;
        left: 20px;
        width: 100%;
        max-width: 150px;
    }

    #startup-stages--block---info7 {
        margin: 0;
        left: 183px;
        top: 1324px;
    }

    .startup-inner--hiddentext {
        padding: 34px 78px 39px 78px;
        text-align: left;
    }

    .slick-track:nth-child(3) {
        margin-left: -155px !important;
    }
} 

@media screen and (max-width: 640px) {
    .startup-main__info-image img {
        width: 370px;
    } 

    h1 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .startup-main__info-text > .startup-light-text {
        font-size: 14px;
    }

    .startup-main__benefits-text > .startup-light-text {
        line-height: 24px;
    }

    h2 {
        font-size: 25px !important;
    }

    .startup-essence {
        min-width: 107%;
        margin-left: -3%;
    }

    .startup-essence__image-hidden img {
        width: 80px;
    }

    .startup-essence__image-text p {
        font-size: 14px;
    }

    .startup-essence__image-text p span {
        font-size: 16px;
    }

    .startup-essence__text > .startup-light-text {
        font-size: 13px;
    }

    .startup-essence__text {
        padding: 30px;
    }

    .startup-joint__banners {
        max-width: 490px;
    }

    .startup-joint__banner {
        width: 100%;
        min-width: 120%;
        margin-left: -9%;
    }

    .startup-joint__picture-hidden {
        display: inline-block;
        width: 100%;
        max-width: 290px;
    }

    .cb-name {
        width: 78px;
        top: -238px;
        left: 108px;
        right: 0;
        margin: 0;
    }

    .red-circle-piece {
        width: 142px;
        left: 33px;
        top: -320px;
        right: 0;
        margin: 0;
    }

    .red-circle-piece-hovered {
        width: 174px;
        left: 17px;
        top: -325px;
        right: 0;
        margin: 0;
    }

    .green-circle-piece {
        width: 226px;
        left: 33px;
        margin: 0;
    }

    .yellow-circle-piece {
        width: 94px;
        top: -317px;
        left: 165.5px;
        right: 0;
        margin: 0;
    }

    .yellow-circle-piece-hovered {
        width: 125px;
        top: -322px;
        left: 150px;
        right: 0;
        margin: 0;
    }

    .shadow-under-cb-name {
        top: -102px;
        width: 140px;
        margin: 0;
        left: 77px;
    }

    .startup-joint__result-item--first {
        min-width: 128%;
        margin: 0 auto;
        margin-left: -14%;
        margin-bottom: 14px;
    }

    .startup-joint__result-item--second {
        min-width: 128%;
        margin: 0 auto;
        margin-left: -14%;
    }

    .startup-stages--block---gorizontal {
        max-width: 12px !important;
    }

    .startup-stages--block---info {
        left: 46px !important;
    }

    .startup-stages--block---header {
        text-align: left;
    }

    .startup-stages--block---text {
        text-align: left;
    }

    .startup-questions-answers__item-link {
        padding: 12px 16px;
        text-align: left;
    }

    .startup-reg {
        min-width: 115%;
        display: block;
        padding: 30px 35px;
        margin: auto;
        margin-bottom: 60px;
        margin-left: -8%;
    }

    .startup-main__info {
        margin-top: 103px;
    }

    .startup-questions-answers__item-link {
        font-size: 14px;
    }

    .startup-inner--hiddentext {
        padding: 19px 16px 19px 16px !important;
        font-size: 13px !important;
    }

    .slick-track:nth-child(3) {
        margin-left: -90px !important;
    }

    .startup-essence__text-info p {
        font-size: 13px;
    }
} 

@media screen and (max-width: 510px) {
    .slick-track:nth-child(3) {
        margin-left: -60px !important;
    }
} 

@media screen and (max-width: 460px) {
    
} 

@media screen and (max-width: 420px) {
    .startup-joint__result-item--first {
        padding: 0 80px;
    }

    .startup-joint__result-item--second {
        padding: 0 80px;
    }

    .startup-stages--block---info {
        padding-right: 80px;
    }

    .slick-track:nth-child(3) {
        margin-left: -30px !important;
    }
} 

@media screen and (max-width: 390px) {
    .startup-main__info-image img {
        width: 270px;
    }

    input[placeholder] {
        font-size: 16px !important;
    }
} 

@media screen and (max-width: 360px) {
    .startup-joint__banner-logo h3 {
        width: 100%;
    }

    .startup-stages--block---info {
        padding-right: 111px;
    }

    .startup-reg-button {
        width: 270px;
    }

    .slick-track:nth-child(3) {
        margin-left: -10px !important;
    }
} 

@media screen and (max-width: 320px) {
    .startup-stages--block---info {
        padding-right: 123px;
    }

    #startup-stages--block---info6 {
        height: 185px;
    }

    .startup-reg__accept {
        font-style: 12px;
        width: 250px;
    }

    .startup-reg-button {
        width: 245px;
    }

    .slick-track:nth-child(3) {
        margin-left: 5px !important;
    }
} 


/* mini-header */
.mini-header .file-path a:last-child {
    color: #e63756;
  }
  
  .mini-header.startup-main__info-conteiner {
    width: 100%;
    margin-top: 50px;
  }
  
  .mini-header .startup-main__info .startup-main__info-text h1 {
    margin-bottom: 0 !important;
  }
  
  .mini-header .startup-main__info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 142px;
    margin: 0 auto !important;
    background: url('/images/news-images/bg-header-blog.png') center bottom no-repeat;
    background-size: auto;
    max-width: 1360px;
    position: relative;
  }
  
  .mini-header .startup-main__info-image {
    margin-bottom: 40px;
  }
  
  .mini-header .startup-main__info-text > .startup-light-text {
    max-width: 700px;
  }
  
  .mini-header .startup-main__info-text {
    max-width: 700px;
    margin: 0 30px;
    text-align: center;
  }

  .mini-header .file-path {
    position: absolute;top: -30px;left: 5vw;
  }

  .mini-header .startup-light-text {
    display: none;
  }
  
  .mini-header .startup-main__info-image {
    display: none;
  }

  @media screen and (min-width: 1420px){
    .mini-header .file-path {
        left: 0;
    }
  }

  @media screen and (max-width: 1400px) {
    .mini-header .file-path {
      left: 5vw;
  }
  }

  @media screen and (max-width: 1040px) {
    .mini-header .startup-main__info {
        flex-wrap: wrap;
    }

    .mini-header.startup-main__info-conteiner {
      margin-top: 0;
  }
  }

  @media screen and (max-width: 768px) {
    .mini-header .startup-main__info {
      background: url('/images/news-images/bg-header-blog-mobil.png') center bottom no-repeat;
      background-size: contain;
      width: 500px;
    }

    .mini-header .startup-main__info {
        min-height: 90px;
    }

    .mini-header .startup-main__info-text {
        margin: 0 30px 15px 30px;
    }
    
  }

  @media screen and (max-width: 640px) {
    .mini-header .startup-main__info {
      width: 100%;
    }
  }

  @media screen and (max-width: 420px) {
    .mini-header .startup-main__info {
      background-size: 450px;
    }
  }


/* marketplace */
  .marketplace-main .mini-header.startup-main__info-conteiner {
    margin-top: -17px;
    margin-bottom: 17px;
  }
  
  .marketplace-main .mini-header .startup-main__info {
    background: url('/images/news-images/marketplace-header-bg-min.png') center bottom no-repeat;
    background-size: auto;
  }

  @media screen and (max-width: 1400px) {
    .marketplace-main .mini-header.startup-main__info-conteiner {
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .marketplace-main .mini-header .startup-main__info {
      background: url('/images/news-images/marketplace-header-bg-min-mobil.png') center bottom no-repeat;
      background-size: contain;
      width: 540px;
    }

    .marketplace-main .mini-header.startup-main__info-conteiner {
      margin-bottom: 0;
    }
  }

  /* additions */
  .additions .mini-header .startup-main__info {
    background: url('/images/news-images/additions-header-bg-min.png') center bottom no-repeat;
    background-size: auto;
}


@media screen and (max-width: 768px) {
    .additions .mini-header .startup-main__info {
    background: url('/images/news-images/additions-header-bg-min-mobil.png') center bottom no-repeat;
    background-size: contain;
    }
}
/* /additions */

  @media screen and (max-width: 640px) {
    .marketplace-main .mini-header .startup-main__info {
      width: 100%;
    }
  }

  @media screen and (max-width: 420px) {
    .marketplace-main .mini-header .startup-main__info {
      background-size: 450px;
    }
  }

/* /marketplace */
/* /mini-header */



