/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */



.bitrix24main
{
    margin: 0 auto;
    text-align: center;
}

.bitrix24main-image
{
    display: inline-block;
    max-width: 100%;
}

.bitrix24main-links
{
    text-align: left;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-left: 70px;
}

.bitrix24main-links li
{
    padding: 0px;
    font-size: 30px;
    line-height: 1.5;
    text-decoration: underline;
}

.bitrix24main-links li::before
{
    content: unset;
}


.bitrix24main {
    padding: 20px 20px;
}

@media(max-width: 860px)
{
    .bitrix24main-links
    {
        margin-top: 20px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .bitrix24main-links li
    {
        display: inline-block;
        padding: 10px 10px;
    }
}

.custom-index .section
{
    text-align: center;
    position: relative;
    padding: 0px 40px;
}

.custom-index .hero {
    padding: 0px 10%;
}

.custom-index .hero p
{
    font-size: 19px;
    line-height: 1.6em;
}
.custom-index .index-underlined
{
    padding-top: 50px;
    margin-bottom: 60px
}

.custom-index h1+h2
{
    margin-top: -30px;
}

.custom-index .index-underlined:before
{
    content: '';
    height: 6px;
    background-color: #1bc9fa;
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

.what-is-b24-item
{
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 0px 20px;
    min-width: 245px;
    margin-bottom: 20px;
}

.what-is-b24-caption
{
    font-size: 20px;
    font-weight: 600;
    color: black;
    margin-bottom: 5px
}

.what-is-b24-subcaption
{
    font-size: 20px;
}

.what-is-b24-caption-features
{
    list-style-type: none;
    font-size: 15px;
    color: black;
}

.what-is-b24-caption-features li
{
    margin-bottom: 10px !important;
}

.what-is-b24-subcaption2
{
    font-weight: 600;
    color: black;
    margin-top: 20px;
    margin-bottom: 15px;
}

.what-is-b24 {
    margin-bottom: 40px;
}

.tarif-name {
    color: #b41818;
    font-size: 26px;
    font-weight: 600;
}

.tarif-price
{
    font-weight: 700;
    color: black;
    font-size: 20px;
}
.custom-index table.table tr:nth-child(even) td
{
    background: transparent;
}

.custom-index .tarif-table td
{
    padding: 15px;
    font-size: 19px;
}

.custom-index a.btn-default
{
    font-size: 14px;
    background: #b41818;
    padding: 10px 50px;
    border-radius: 4px;
}

.custom-index table.table > thead > tr > th,
.custom-index table.table > tbody > tr > th,
.custom-index table.table > tfoot > tr > th,
.custom-index table.table > thead > tr > td,
.custom-index table.table > tbody > tr > td,
.custom-index table.table > tfoot > tr > td{
    border-top: 1px solid #dddddd;
}

.learn-more-banner {
    text-align: center;
    padding: 30px;
    background-image: url('../images/index/b24-index-clouds.jpg');
    background-size: cover;
    background-position: center;
    width: 100vw;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.full-width-wrapper {
    position: relative;
    text-align: center;
    /* height: 210px; */
}

.b24-applications-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 21px 0px rgba(21, 21, 21, 0.14);
    display: inline-block;
    max-width: 50%;
    padding: 30px 30px 10px 30px;
    margin: 10px;
    text-align: left;
    vertical-align: top;
    width: 48%;
}

.b24-applications-item .left-side
{
    max-width: 29%;
    display: inline-block;
    vertical-align: top;

}
.b24-applications-item .left-side img
{
    border: 1px solid #efefef;
}
.b24-applications-item .right-side
{
    max-width: 68%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.b24-applications-item-heading
{
    font-weight: 800;
    color: black;
    margin-bottom: 10px
}

.b24-applications-item-description
{
        font-size: 13px;
    line-height: 17px;
}
.custom-index .b24-applications-item .btn
{
    padding: 10px 15px;
}

@media(max-width: 768px)
{
    .b24-applications-item
    {
        width: 100%;
        max-width: none;
        text-align: center;
    }
    .b24-applications-item .right-side
    {
        padding-left: 0px;
        width: 100%;
        max-width: none;
    }
}

.b24-inline
{
    background-image: url('../images/index/bitrix24-logo-ru.svg');
    display: inline-block;
    width: 148px;
    height: 26px;
    background-size: contain;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.b24-applications {
    margin-bottom: 30px;
}

.complex-approach {
    text-align: left;
    column-count: 2;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

@media(max-width: 768px)
{
    .complex-approach
    {
        column-count: 1;
    }
}

.complex-approach-item
{
    break-inside: avoid;
    page-break-inside: avoid;
}

.complex-approach-item h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 19px;
    color: #b41818;
    margin-bottom: 10px;
}

.complex-approach-item .icon
{
    display: inline-block;
    width: 32px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: baseline;
}

.icon.icon-experience
{
    background-image: url('../images/index/icon-experience.svg');
}

.icon.icon-own-products
{
    background-image: url('../images/index/icon-own-products.svg');
}

.icon.icon-staff
{
    background-image: url('../images/index/icon-staff.svg');
}

.icon.icon-approach
{
    background-image: url('../images/index/icon-approach.svg');
}

.icon.icon-speed
{
    background-image: url('../images/index/icon-speed.svg');
}

.icon.icon-bulb
{
    background-image: url('../images/index/icon-bulb.svg');
}

.b24form {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50vw);
}

.custom-index .table-responsive
{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
}



#speedometr-arrow {
    width: 10px;
    height: 32px;
    background-image: url('../images/index/svg-meter-gauge-needle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 46%;
    bottom: 4px;
    transform-origin: 50% 91%;
    transform: rotate(270deg);
    transition: transform 0.5s ease;
}

.speeedometr-scale {
    height: 53px;
    background-image: url('../images/index/speedometr-scale.png');
    background-size: contain;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: -16px;
    width: 108px;
}

.custom-index-fixed-line {
    background: #fbfbfb;
    padding: 17px 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50vw);
    text-align: center;
    z-index: 11;
    height: 60px;
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
}

@media(max-width: 991px)
{
    .custom-index-fixed-line
    {
        display: none;
    }
}

.custom-index-fixed-line.fixed
{
    position: fixed;
    top: 62px;
    z-index: 986;
}

.custom-index-fixed-line p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    font-weight: 600;
    font-size: 22px;
    color: black;
    margin-right: 30px;
}

h2 {
    line-height: 1.3em;
}