.abi-survey__main {
    width: 100%;
    
    font-size: 16px;
    font-weight: normal;
    
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 0px 100px;
}

.abi-survey__info {
    margin-bottom: 100px;
}
    .abi-survey__info a {
        text-decoration: none !important;
    }

.abi-survey__header-1 {
    font-family: "Roboto Mono";
    font-size: 24px;
    
    font-weight: bold;
    
    margin: 50px 0px 30px 0px;
}

.abi-survey__header-2 {
    font-family: "Roboto Mono";
    font-size: 20px;
    
    font-weight: bold;
    
    margin: 50px 0px 20px 0px;
}

.abi-survey__p {
    margin-bottom: 20px !important;
    line-height: 21px;
}

.abi-survey__prices__icon {
    position: relative;
    top: 5px;

    font-size: 32px;

    margin-right: 20px;

    color: var(--color__orange);
}

.abi-survey__create-survey-a {
    text-decoration: none !important;
}

.abi-survey__create-survey-btn {
    font-family: "Roboto Mono";
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    
    width: 530px;
    
    padding: 5px 25px;
    margin: 0 auto;
    
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    
    cursor: pointer;
    
    color: #fff;
    background-color: #FA8537;
    
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.abi-survey__create-survey-btn:hover {
    color: #FFF;
    background-color: #D58552;
}

.share-block__links-cover {
    display: inline-block;
    
    min-width: 900px;
    
    padding: 35px 30px;
    
    /*background-color: #FCF7F3;*/
    border: 1px solid #EBEBEB;
}
    .share-block__description {
        width: 100%;
    }

    .share-block__link-btn__active,
    .share-block__link-btn__inactive {
        font-family: 'Roboto Mono';
        font-size: 20px;
        
        text-align: center;
        
        padding: 5px;
        background-color: #fff;
        
        cursor: pointer;
        
        -webkit-transition: all 100ms linear;
        -ms-transition: all 100ms linear;
        transition: all 100ms linear;
    }
    
    .share-block__link-btn__inactive {
        color: var(--color__grey);
        
        border: 3px solid var(--color__grey);
        border-left: 13px solid var(--color__grey);
    }
            .share-block__link-btn__inactive:hover {
                color: var(--color__dark-grey);

                border: 3px solid var(--color__dark-grey);
                border-left: 13px solid var(--color__dark-grey);
            }
    
    .share-block__link-btn__active {
        --color__btn: var(--color__green);
        
        color: var(--color__btn);
        
        border: 3px solid var(--color__btn);
        border-left: 13px solid var(--color__btn);
    }
            .share-block__link-btn__active:hover {
                --color__btn_hover: var(--color__light-green);
                
                color: var(--color__btn_hover);

                border: 3px solid var(--color__btn_hover);
                border-left: 13px solid var(--color__btn_hover);
            }
    
    .share-block__link-status-row {
        display: flex;
    }
        .share-block__link-status__button-col {
            width: 290px;
        }
        
        .share-block__link-status__link-col {
            padding: 0px 30px;
        }
        
        .share-block__link {
            font-weight: normal;
            text-decoration: none !important;
            
            padding: 5px 10px;
            
            background: #fff;
            border: 1px solid #EBEBEB;
            
            line-height: 3em !important;
        }
        
        #share-block__link-inactive a.share-block__link {
            color: var(--color__grey);
        }
        
        #share-block__link-active a.share-block__link {
            color: var(--color__black);
        }
        
        .share-block__link-copy-btn {
            --color__btn: var(--color__grey);
            
            text-transform: uppercase;
            
            padding: 5px 10px;
            margin: 0px 20px;
            
            cursor: pointer;
            
            color: var(--color__btn);
            border: 1px solid var(--color__btn);
            
            -webkit-transition: all 100ms linear;
            -ms-transition: all 100ms linear;
            transition: all 100ms linear;
        }
                .share-block__link-copy-btn:hover {
                    --color__btn: var(--color__black);
                    
                    color: var(--color__btn);
                    border: 1px solid var(--color__btn);
                }
        
.share-block__icons-row {
    margin-top: 30px;
}

.share-block__icons-row-p {
    margin-top: 20px;
    width: 50%;
    min-width: 800px;
}
    .share-block__links-cover {
        width: 100%;
    }
    
    .share-block__links-cover .share-block__icons-row .share-block__icon {
    }

    .share-block__links-cover .share-block__icons-row .share-block__icon a {
        text-decoration: none;
        font-size: 40px;
    }
    
    .share-block__icon-title {
        position: relative;
        top: 5px;
        
        font-size: 20px;
        
        float: left;
    }
    
    .share-block__icon {
        float: left;
        margin: 0px 20px;
    }
    
/*----------------------------------------------------------------------------*/

.survey-results__block {
    padding: 10px 30px;
    
    border: 2px solid var(--color__light-grey);
    
    /*background-color: var(--color__cell-bg);*/
}
    .survey-results__p-large {
        margin-bottom: 32px !important;
    }
    
    .survey-results__p-medium {
        margin-bottom: 15px !important;
    }
    
    .survey-results__p-small {
        margin-bottom: 10px !important;
    }
    
/*----------------------------------------------------------------------------*/

.traffic-light-container {
    background: #831111;
    background: linear-gradient(90deg, #ff0000 0%, #F6C104 25%, #08C804 50%, #F6C104 75%, #ff0000 100%) !important;
}

.factors__block {
    padding: 10px 30px;
    
    border: 2px solid var(--color__light-grey);
    /*background-color: var(--color__cell-bg);*/
}

.factors__contact-btn {
    display: inline-block;

    font-family: "Roboto Mono";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    
    padding: 7px 70px;
    margin-top: 20px;
    
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    
    cursor: pointer;
    
    color: #fff;
    background-color: #FA8537;
    
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
        .factors__contact-btn:hover {
            color: #FFF;
            background-color: #D58552;
        }

/*----------------------------------------------------------------------------*/

.abi-survey__prices__col-left {
    padding-right: 145px;
}

.abi-survey__prices__price-row__title,
.abi-survey__prices__price-row__price {
    height: 40px;
    line-height: 38px;
    
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: normal;
    
    padding: 0px 20px;
}

.abi-survey__prices__price-row__title {
    flex-grow: 1;
    
    min-width: 240px;
    
    background-color: #FFF;
    border: 1px solid #EDEDED;
    border-right: none;
}

.abi-survey__prices__price-row__price {
    flex-grow: 0;
    width: 110px;
    
    text-align: center;
    
    margin-left: 0px;
    
    background: #ffffff;
    border: 1px solid #EDEDED;
}
        
/*----------------------------------------------------------------------------*/
/*--- SURVEY FORM ---*/

.abi-survey-form__col-left,
.abi-survey-form__col-right {
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: normal;
    
    padding: 5px 15px;
}

.abi-survey-form__col-left {
    flex-grow: 0;
    width: 300px;
    
    margin-right: 10px;
    
    border: 1px solid #EDEDED;
    border-left: 6px solid #9F9F9F;
}

.abi-survey-form__col-right {
    flex-grow: 0;
    width: 150px;
    
    border: 1px solid #EDEDED;
}

.abi-survey-form__participant-message {
    font-weight: normal;
    
    margin-bottom: 20px;
}

.survey-flex-container {
    display: flex;
    flex-direction: row;
    height: 4rem;
    padding-top: 0;
    padding-bottom: 15rem;
}

/*============================================================================*/
/*****************************   MOBILE   *************************************/
/*============================================================================*/

.abi-survey__prices {
    display: flex;
}

/* SCREEN < 1049 PX */
@media (max-width: 1049px) { 
    /* PRICES */
    .abi-main {
        margin-left: 3px; 
        margin-right: 3px; 
    }
    
    .abi-survey__create-survey-btn {
        width: 100%;
    }
    
    .abi-survey__prices {
        display: initial;
    }
    
    .abi-survey__prices__col-right {
        margin-top: 30px;
    }
    
    .abi-survey__prices__col-left {
        padding-right: 0px;
    }
    
    /* SHARE BLOCK */
    .share-block__link-status-row {
        display: initial;
    }
    
    .share-block__links-cover {
        min-width: auto;
    }
    
    .share-block__link-status__button-col {
        width: auto;
    }
    
    .share-block__icons-row-p {
        width: auto;
        min-width: auto;
    }
    
    .share-block__link-status__link-col {
        word-wrap: break-word;
        padding: 0px;
    }
}

