/**
 * -----------------------------------------------------------------------------
 *
 * Общее 
 *
 * -----------------------------------------------------------------------------
 */

.iblock-divider { 
    /*height: 220px;*/
    background: #f0f0f0;
}

/*
@media only screen and (min-width: 768px) {
    .iblock-divider { height: 160px; }
}
@media only screen and (min-width: 992px) {
    .iblock-divider { height: 120px; }
}
*/

.iblock {
    padding-top: 30px;
    padding-bottom: 30px;
    /*outline: 1px dotted #90f;*/
    
    min-width: 280px;
}
.iblock-default {}
.iblock-widebone {
    margin-left:  -130px;
    margin-right: -130px;
}



.form-title,
.iblock-title {
    
    position: relative;
    
    margin-bottom: 30px;
    
    font-weight: 700;
    font-size: 18px; 
    line-height: 1.3;
    
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .form-title,
    .iblock-title {
        font-size: 24px;
    }
}


.title-border {
    display: inline-block;
    margin: 0 15px;
    border: 4px solid #20338a;
}
.title-mask {
    margin: -5px 5px;
    padding: 10px 15px;
    background-color: inherit;
}

.iblock-items {}
.iblock-items .item {}
.iblock-items .item-icon {}
.iblock-items .item-icon img {}




/* --- Форма --- */





.form-main-form-2 {
    padding: 30px 0;    
    background: #f9f9f9;
}
.form-main-form-2 .title-mask { background-color: #f9f9f9; }

.form-main-form-2 .form-fields {
    
    margin: 0 auto;
    padding: 0;
    
    /*outline: 1px dotted #f00;*/
    
    /*background: #fff;*/
    /*border: 2px solid #e0e0e0;*/
    /*box-shadow: 0 2px 4px rgba(0,0,0,.1);*/
}

/*
#panel-title {
    color: #20338a;
}
*/


.form-fields .panel-item {
    clear: both;
    margin: 0;
    padding-bottom: 10px;
}

.panel-item-title {
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    
    line-height: 1.3;
    
    color: #ccc;
    background: #fff;
}
.panel-item-title span {
    line-height: 1.3;
    color: #222;
}

.slider-value-min,
.slider-value-max {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 1.3;
}

.slider-value-min {
    float: left;
}
.slider-value-max {
    float: right;;
}

@media only screen and (max-width: 420px) {
    .panel-item-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .slider-value-min,
    .slider-value-max {
        /*margin-bottom: 0px;*/
    }
}
@media only screen and (min-width: 992px) {
    .form-main-form-2 .form-fields {
        padding: 20px 20px;
    }
    /*
    .form-fields .panel-item {
        float: left; clear: none;
        width: 50%;
        padding: 0 10px 20px;
        
    }
    .panel-item-title {
        font-size: 20px;
    }
    */
}



/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Титул + преимущества
 *
 * -----------------------------------------------------------------------------
 */

#site-image-box {
    text-align: center;
    
}
#site-image-box img {
    width: 100%; height: auto;
    max-width: 360px;
}
@media only screen and (min-width: 992px) {
    #site-image-box {
        text-align: right;
    } 
    #site-image-box img {
        
        max-width: 400px;
        
        width: 320px;
        margin-right: -50px;
        margin-top: -20px;
    }
}



.iblock-main {
    padding-bottom: 0;
    padding-top: 30px;

    text-align: center;
    
    background-color: #20338a;
    background-image: linear-gradient( to top, #20338a, #356ccc );
}

@media only screen and (min-width: 992px) {
    .iblock-main {
        padding-bottom: 0px;
    }
    .iblock-main > .container {
        background-image: url('/themes/dm-1/img/bg-money.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 160px;
    }
}
@media only screen and (min-width: 1200px) {
    .iblock-main > .container {
        background-size: auto 160px;
    }
}

#site-button {
    position: relative;
    min-width: 250px;
    
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 15px 0;
    
    border: 2px solid #ff8800;
    background: #ff8800;
    color: #fff;
    text-transform: uppercase;
    
    font-size: 22px;
    font-weight: 700;
    
    transition: all .3s ease;
}

#site-button::before, 
#site-button::after {
    content: "";
    height: 10px; 
    width: 51%;
    position: absolute; bottom: -6px;
    
    background: #e84600;
}
#site-button:before {
    left: -2px;
    transform: skew(0deg, 2deg);
}
#site-button:after {
    right: -2px;
    transform: skew(0deg, -2deg);
}



#site-button small {
    display: block;
    margin-top: 10px;
    
    font-weight: 600;
    font-size: 14px;
}

#site-button:hover {
    color: #fff;
    border-color: #e84600;
    background: #e84600;
}
@media only screen and (min-width: 480px) {
    #site-button {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    #site-button {
        width: 100%;
        max-width: 440px;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    #site-button { 
        font-size: 26px;
        margin-top: 5px; 
    }
}
@media only screen and (max-width: 767px) {
    
    #site-button {
        animation: bumba 3s infinite ease-in-out !important;
    }

    @keyframes bumba {
        0% {transform: translateY(0px); }
        20% {transform: translateY(-7px); }
        25% {transform: translateY(2px); }
        30% {transform: translateY(0px); }
        100% {transform: translateY(0px); }
    }
    
    
}


#site-slogan {
    margin-bottom: 10px;
    
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    
    
    color: #fff;
}

/*
 *
 *
 *
 *
 *
 */


.iblock-main .t-container  {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.iblock-main .t-border {
    position: absolute; top: 0; bottom: 0;
    width: 4px;
    background: #fff;
}
.iblock-main .t-border::before,
.iblock-main .t-border::after {
    content: "";
    position: absolute;
    width: 5px; height: 4px;
    background: #fff;
}

.iblock-main .t-border-left { left: 0; }
.iblock-main .t-border-right { right: 0; }

.iblock-main .t-border-left::before,
.iblock-main .t-border-left::after { left: 4px; }

.iblock-main .t-border-right::before,
.iblock-main .t-border-right::after { right: 4px; }

.iblock-main .t-border-left::before,
.iblock-main .t-border-right::before { top: 0; }
.iblock-main .t-border-left::after,
.iblock-main .t-border-right::after { bottom: 0; }



.iblock-main .t-text {
    padding: 10px 20px;
    color: #fff;
}

.title-mask {
    margin: -5px 5px;
    padding: 10px 15px;
    background-color: inherit;
}


/*
 *
 *
 *
 *
 */

.iblock-main .item-thumb img {
    display: none;
}

.iblock-main .item {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 30px;
}

.iblock-main .item-thumb {
    width: 100%;
    height: 0;
    max-width: 180px;
    margin: 0 auto 0;
    padding-bottom: 68%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
    /* outline: 1px dotted #f00; */
}

.iblock-main .item-title {
    
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    
    /* white-space: nowrap; */
    
    color: #fff;
}
@media only screen and (min-width: 420px) {
    .iblock-main .item-title {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .iblock-main .item-title {
        font-size: 18px;
    }
}

/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Возможности
 *
 * -----------------------------------------------------------------------------
 */


/*
.iblock-opportunities {
    padding-top: 50px;
    padding-bottom: 0;
}

.iblock-opportunities .iblock-title {
    margin-bottom: 50px;
}

.iblock-opportunities .iblock-items {
    text-align: center;
}

.iblock-opportunities .item-wrapper {
    width: 100%;
}
.iblock-opportunities .item {
    display: inline-block;
    width: 170px; height: 170px;
    margin-bottom: 20px;
    padding: 10px;
    
    background: url(../img/bg-item-opportunitie.svg) center center no-repeat;
    background-size: 100% auto;
    border-radius: 300px;
}
.iblock-opportunities .item-bg {
    width: 150px; height: 150px;
    padding: 10px 0;
    background: #f9ba48;
    border-radius: 300px;    
}

.iblock-opportunities .item-icon {
    height: 40px;
}

.iblock-opportunities .item-icon img {
    width: auto; height: 100%;
}

.iblock-opportunities .item-title {
    height: 40px;
    margin: 5px -15px;
    
    font-size: 18px; line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    
    background: #fb9000;
    color: #fff;
}

*/








/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Условия +
 *
 * -----------------------------------------------------------------------------
 */
.iblock-terms {
    padding-bottom: 0;
    background: #fff;
    
    /* outline: 1px dotted #f00; */
}

.iblock-terms .item {
    margin-bottom: 30px;
    padding: 0 30px;
    
    text-align: center;
}


.iblock-terms .item-title {
    margin-bottom: 1em;
    
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
}

.iblock-terms ul {
    list-style: none;
    margin: 0; padding: 0;
}
.iblock-terms ul li {
    margin-bottom: 1em;
    
    font-size: 13px;
    line-height: 1.3;
    
    color: #777;
}
.iblock-terms ul li span {
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .iblock-terms .item {
        float: left;
        width: 33%;
        height: 200px;

        margin-top: 10px;
        margin-bottom: 40px;
        padding: 0 25px;

        border-left: 1px solid #c0c0c0;
    }
    .iblock-terms .item:nth-of-type(1) {
        border: none;
    }

    
    .iblock-terms .item-title {
        font-size: 14px;
    }
    .iblock-terms ul li {
        font-size: 14px;
    }
    
    .iblock-terms .item:nth-of-type(1) {
        text-align: left;
    }
    .iblock-terms .item:nth-of-type(2) {
        text-align: center;
    }
    .iblock-terms .item:nth-of-type(3) {
        text-align: right;
    }    

}


@media only screen and (min-width: 992px) {
    .iblock-terms .item {
        height: 170px;
        padding: 0 40px;
    }
    .iblock-terms .item-title {
        font-size: 16px;
    }
    .iblock-terms ul li {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .iblock-terms .item {
        height: 150px;
    }
}

/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Документы
 *
 * -----------------------------------------------------------------------------
 */



#documents {
    background: #f9f9f9;
}
#documents .title-mask {
    background-color: #f9f9f9;
}



#documents .item-wrapper {
    width: 50%;
    height: 285px;
    float: left;
}

/*
#documents .item-wrapper:nth-of-type(5) {
    width: 100%;
}
*/


#documents .item {
    text-align: center;
    margin-bottom: 30px;
}


#documents .item-thumb {
    display: inline-block;
    width: 100px;
    padding: 5px;
    margin-bottom: 15px;
    
    border: 4px solid #e9e9e9;
}

#documents .item-thumb:hover {
    border-color: #20338a;
}

#documents .item-title {
    text-transform: uppercase;
    font-size: 13px;
    
    line-height: 1.3;
}
#documents .item-title small {
    display: block;
    text-transform: none;
    font-size: 11px;
    color: #777;
}

#documents .item-thumb img {
    width: 100%; height: auto;
}

@media only screen and (min-width: 320px) {
    #documents .item-thumb {
        width: 140px;
    }
}

@media only screen and (min-width: 768px) {
    #documents .iblock-items {
        width: 720px;
        margin: 0 auto;
    }
    #documents .item-wrapper {
        width: 33.3333%;
        float: left;
    }
    #documents .item-wrapper:nth-of-type(4),
    #documents .item-wrapper:nth-of-type(5) {
        width: 33.333%;
    }

}
@media only screen and (min-width: 992px) {
    #documents .iblock-items {
        width: 880px;
    }
    #documents .item-wrapper {
        width: 33.333%;

    }
    #documents .item-wrapper:nth-of-type(4),
    #documents .item-wrapper:nth-of-type(5) {
        width: 33.333%;
    }
}


/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Документы-2 NEW "Раскрытие информации - Перейти в раздел"
 *
 * -----------------------------------------------------------------------------
 */



#documents-2-new {
    padding-top: 45px;
    padding-bottom: 45px;
    background: #f5f5f5;
}
#documents-2-new .title-mask {
    background-color: #f5f5f5;
}

#documents-2-new p {
    margin: -30px auto 30px;
    max-width: 320px;
    
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    
    color: #303030;
}



#documents-2-new div {
}

#documents-2-new .ttl {
    font-size: 18px;
    font-weight: 700;
}

#documents-2-new .txt {
    line-height: 1.3;
    margin-bottom: 30px;    
}

#documents-2-new .lbl {
    color: #999;
    
    line-height: 1.3;
    margin-bottom: 2px;
    font-size: 12px;
}

#documents-2-new .inf {
    line-height: 1.3;
    margin-bottom: 30px;
    
    font-weight: 400;
    color: #000;
}

#documents-2-new .inf a {
    color: #09f;
    text-decoration: underline;
}




#documents-2-new .item-wrapper {
    max-width: 360px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    #documents-2-new .item-wrapper {
        max-width: 540px;
        width: 50%;
        float: left;
    }
}



/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Документы-2 "Раскрытие информации"
 *
 * -----------------------------------------------------------------------------
 */



#documents-2 {
    background: #fff;
}
#documents-2 .title-mask {
    background-color: #fff;
}



#documents-2 .item-wrapper {
    width: 50%;
    height: 285px;
    float: left;
}

/*
#documents-2 .item-wrapper:nth-of-type(5) {
    width: 100%;
}
*/


#documents-2 .item {
    text-align: center;
    margin-bottom: 30px;
}


#documents-2 .item-thumb {
    display: inline-block;
    width: 100px;
    padding: 5px;
    margin-bottom: 15px;
    
    border: 4px solid #e9e9e9;
}

#documents-2 .item-thumb:hover {
    border-color: #20338a;
}

#documents-2 .item-title {
    text-transform: uppercase;
    font-size: 13px;
    
    line-height: 1.3;
}
#documents-2 .item-title small {
    display: block;
    text-transform: none;
    font-size: 11px;
    color: #777;
}

#documents-2 .item-thumb img {
    width: 100%; height: auto;
}

@media only screen and (min-width: 320px) {
    #documents-2 .item-thumb {
        width: 140px;
    }
}

@media only screen and (min-width: 768px) {
    #documents-2 .iblock-items {
        width: 720px;
        margin: 0 auto;
    }
    #documents-2 .item-wrapper {
        width: 50%;
        float: left;
    }
    #documents-2 .item-wrapper:nth-of-type(4),
    #documents-2 .item-wrapper:nth-of-type(5) {
        width: 50%;
    }

}
@media only screen and (min-width: 992px) {
    #documents-2 .iblock-items {
        width: 880px;
    }
    #documents-2 .item-wrapper {
        width: 25%;

    }
    #documents-2 .item-wrapper:nth-of-type(4),
    #documents-2 .item-wrapper:nth-of-type(5) {
        width: 25%;
    }
}







/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Фичи + Безопасность
 *
 * -----------------------------------------------------------------------------
 */

.f-border {
    display: block;
    margin: 0 15px;
    border: 4px solid #e0e0e0;
}
.f-mask {
    margin: -5px 5px;
    padding: 10px 15px;
    background-color: #fff;
}

/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Фичи
 *
 * -----------------------------------------------------------------------------
 */


.iblock-features {
    padding: 0;
    text-align: center;
}
.iblock-features .item {
    margin: 15px 0;
}


.iblock-features .item-icon {
    display: inline-block;
    margin-bottom: 10px;
}




.iblock-features .item-wrapper {
    float: left;
    width: 50%;
}


@media only screen and (min-width: 768px) {
    .iblock-features .item-wrapper {
        width: 33.3333%;
    }
    
}


.item-feature .item-icon img {
    width: 56px; height: auto;
}
.item-feature .item-title {
    margin: 0 -10px;
    
    font-size: 9px;
    line-height: 1.3;
}

@media only screen and (min-width: 420px) {
    .item-feature .item-title {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .item-feature .item-title {
        font-size: 13px;
    }
}
@media only screen and (max-width: 420px) {
    .iblock-features .iblock-items {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Безопасность
 *
 * -----------------------------------------------------------------------------
 */

.iblock-security .title-border {
    border-color: #ff8800;
}
.iblock-security .title-mask {
    background-color: #fff;
}



.iblock-security {
    /* padding: 0; */
}
.iblock-security .item {
    margin: 15px 0;
    text-align: center;
}


.iblock-security .item-icon {
    display: inline-block;
    margin-bottom: 10px;
}




.iblock-security .item-wrapper-center .text {
    padding: 0 15px; 
    
    text-align: justify;
    font-size: 13px;
    line-height: 1.3;
}
@media only screen and (min-width: 768px) {
    .iblock-security .item-wrapper-center .text {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .iblock-security .item-wrapper-center .text {
        font-size: 13px;
    }
}



.iblock-security .item-wrapper-center {
    clear: both;
    width: 100%;
}
.iblock-security .item-wrapper-left {
    float: left;
    width: 50%;
}
.iblock-security .item-wrapper-right {
    float: right;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .iblock-security .item-wrapper-center,
    .iblock-security .item-wrapper-left,
    .iblock-security .item-wrapper-right {
        width: 33.3333%;
    }
    .iblock-security .item-wrapper-center {
        clear: none;
        
        margin-left: auto;
        margin-right: auto;
    }
    .iblock-security .item-wrapper-left,
    .iblock-security .item-wrapper-right {
        margin-top: -275px; /* -200px */
    }    
}

@media only screen and (min-width: 992px) {
    
    .iblock-security .item-wrapper-left,
    .iblock-security .item-wrapper-right {
        margin-top: -255px; /* -180px */
    }
    
}
@media only screen and (min-width: 1200px) {
    
    .iblock-security .item-wrapper-left,
    .iblock-security .item-wrapper-right {
        margin-top: -205px; /* -145px */
    }
    
}


.iblock-security .item-icon img {
    width: 56px; height: auto;
}
.iblock-security .item-title {
    margin: 0 -10px;
    
    font-size: 9px;
    line-height: 1.3;
}

@media only screen and (min-width: 420px) {
    .iblock-security .item-title {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .iblock-security .item-title {
        font-size: 13px;
    }
}
@media only screen and (max-width: 420px) {
    .iblock-security .iblock-items {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/*
.iblock-security {
    text-align: center;
    background: #f0f0f0;
}
.iblock-security .iblock-items {
    margin-top: 30px;
}
.iblock-security .item {
    margin: 10px 0;
}


.iblock-security .item-icon {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

.iblock-security .item-icon img {
    width: 56px; height: auto;
}


.iblock-security .item-title {
    font-size: 9px;
    line-height: 1.3;
}


@media only screen and (min-width: 420px) {
    .iblock-security .item-title {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .iblock-security .item-title {
        font-size: 13px;
    }
}
@media only screen and (max-width: 420px) {
    .iblock-security .iblock-items {
        margin-left: -15px;
        margin-right: -15px;
    }
}




.iblock-security .item-wrapper {
    float: left;
    width: 50%;
}
.iblock-security .item-wrapper:nth-of-type(1) {
    border-right: 1px solid #e0e0e0;
}
@media only screen and (min-width: 768px) {
    
    .iblock-security {
        text-align: left;
    }
    .iblock-security .item-wrapper .item {
        margin-left: 20px;
    }
    .iblock-security .item {
        vertical-align: middle;
    }
    .iblock-security .item-icon {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .iblock-security .item-title {
        display: inline-block;
        vertical-align: middle;
        
        margin-left: 20px;
    }
    
}
@media only screen and (min-width: 992px) {
    .iblock-security .item-wrapper .item {
        margin-left: 150px;
    }    
}




.iblock-security .iblock-text {

}
.iblock-security .iblock-text .title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    
    margin-bottom: 10px;
    
    
    text-align: center;
}
.iblock-security .iblock-text .text {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .iblock-security .iblock-text .title {
        font-size: 17px;
        margin-bottom: 10px;
        text-align: center;
    }
    .iblock-security .iblock-text .text {
        font-size: 13px;
        text-align: justify;
    }
}

*/




/**
 * -----------------------------------------------------------------------------
 *
 * Блок : ...
 *
 * -----------------------------------------------------------------------------
 */

.iblock- {}


/* --- ... --- */

#temp-exclamination b {
    text-transform: uppercase;
}




@media only screen and (max-width: 767px) {
    
    #temp-exclamination {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /*
    .iblock-features .item {
        padding: 0 10px;
    }
    .iblock-features .item-title {
        font-size: 14px;
        padding-left: 15px;
    }
    */
    
    #site-footer .disclaimer {
        padding: 0 15px;
        font-size: 14px;
    }
    
    
    /*
    #terms {
        font-size: 14px;
        margin-top: -30px;
    }

    .iblock-terms {
    }
    
    .iblock-terms .item-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .iblock-terms ul li {
        margin-bottom: 10px;
    }
    .iblock-terms .item {
        margin-bottom: 40px;
        padding: 0 10px;
    }
    */
    
    
    
    
    
    
    #security { padding-bottom: 0; }
    #features { padding-top: 0; }
    
    .iblock-features .item { margin: 15px 0 20px; }
    
    #security,
    #features {
        font-size: 14px;
    }
    #security .alarm {
        padding: 20px;
        background-size: 40px auto;
        background-position: center 10px;
    }    
    #security .alarm-text {
        padding-top: 40px;
        text-align: justify;
        font-size: 14px;
    }
    
    /*
    .iblock-security .item-icon,
    .iblock-features .item-icon {
        width: 80px; height: 80px;
    }
    */
    
}


@media only screen and (max-width: 480px) {
    
    .iblock {
        padding-top: 20px;
    }
    
    #temp-exclamination {
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 14px;
    }
    
    /*
    .iblock-features .item-icon img {
        width: 60px; height: 60px;
    }
    .iblock-features .item-title {
        padding-left: 0;
    }
    */
    
    .iblock-title,
    .form-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    
    /*
    #terms {
        font-size: 14px;
    }
    .iblock-terms .item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .iblock-terms ul li {
        margin-bottom: 7px;
    }
    .iblock-terms .item {
        margin-bottom: 20px;
        padding: 0 30px;
    }
    */
    
    #documents .item-title {
        font-size: 12px;
    }
    #documents .item-title small {
        font-size: 9px;
        color: #777;
    }
    #documents-2 .item-title {
        font-size: 12px;
    }
    #documents-2 .item-title small {
        font-size: 9px;
        color: #777;
    }
    
    
    /*
    #security { padding-bottom: 0; }
    #features { padding-top: 0; }
    
    .iblock-features .item { margin: 10px 0 15px; }
    
    #security,
    #features {
        font-size: 13px;
    }
    */
    #security .alarm {
        padding: 20px;
        background-size: 40px auto;
        background-position: center 10px;
    }    
    #security .alarm-text {
        padding-top: 40px;
        text-align: justify;
        font-size: 11px;
    }
    
    /*
    .iblock-security .item-icon,
    .iblock-features .item-icon {
        width: 80px; height: 80px;
    }
    */
    
}



/**
 * -----------------------------------------------------------------------------
 *
 * Блок : Возможности
 *
 * -----------------------------------------------------------------------------
 */

.iblock-opportunities {
    padding-bottom: 0;
    text-align: center;
}

.iblock-opportunities .iblock-title {
    margin-bottom: 0;
}

.iblock-opportunities .item-wrapper {
    float: left;
    width: 50%;
}

@media only screen and (min-width: 768px) {
    .iblock-opportunities .item-wrapper {
        float: left;
        width: 25%;
    }    
}




.iblock-opportunities .item-icon img {
    width: auto; height: 100%;
}



.iblock-opportunities .item-icon {
    margin-top: 20px;
    height: 60px;
}

.iblock-opportunities .item-wrapper:nth-of-type(1) .item-icon {
    margin-top: 30px;
    height: 50px;
}
.iblock-opportunities .item-wrapper:nth-of-type(4) .item-icon {
    margin-top: 0;
    height: 80px;
}

@media only screen and (min-width: 768px) {
    .iblock-opportunities .item-icon {
        margin-top: 40px;
        height: 100px;
    }
    .iblock-opportunities .item-wrapper:nth-of-type(1) .item-icon {
        margin-top: 50px;
        height: 90px;
    }
    .iblock-opportunities .item-wrapper:nth-of-type(4) .item-icon {
        margin-top: 0;
        height: 140px;
    }  
}

@media only screen and (min-width: 992px) {
    .iblock-opportunities .item-icon {
        margin-top: 40px;
        height: 120px;
    }
    .iblock-opportunities .item-wrapper:nth-of-type(1) .item-icon {
        margin-top: 50px;
        height: 110px;
    }
    .iblock-opportunities .item-wrapper:nth-of-type(4) .item-icon {
        margin-top: 0;
        height: 160px;
    }  
}



.iblock-opportunities .item-title {
    height: 40px;
    margin: 5px -15px;
    
    font-size: 11px; 
    font-weight: 700;
    
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    
    color: #000;
}
@media only screen and (min-width: 400px) {
    .iblock-opportunities .item-title {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .iblock-opportunities .item-title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .iblock-opportunities .item-title {
        font-size: 16px;
    }
}


/*

@media only screen and (max-width: 400px) {
    
    .iblock-opportunities .iblock-title {
        margin-bottom: 15px;
    }
    
    .iblock-opportunities .item {
        width: 150px; height: 150px;
        margin-bottom: 10px;
        padding: 10px;

        background: url(../img/bg-item-opportunitie.svg) center center no-repeat;
        background-size: 100% auto;
        border-radius: 300px;
    }
    .iblock-opportunities .item-bg {
        width: 130px; height: 130px;
        padding: 10px 0;
    }
    .iblock-opportunities .item-icon {
        height: 30px;
    }
    .iblock-opportunities .item-title {
        font-size: 15px;
    }
}

*/


