.text {
    color: #34373e;
    max-width: 870px;
}

.text h3/*, .text h2.h3*/ {
    font: 300 22px/26px "Open Sans";
    margin: 25px 0 15px 0;
    color: #34373e;
}

.text h2, .text h3.h2 {
    font: 300 26px/30px "Open Sans";
    margin: 40px 0 15px 0;
    color: #34373e;
}

.text h2:first-child {
    margin-top: 9px;
}

.text h4 {
    font: 300 20px/24px "Open Sans";
    margin: 15px 0 6px 0;
    color: #000;
}

.text p {
    font: 300 18px/30px "Open Sans";
    margin: 0 0 14px 0;
    color: #34373e;
}

.text b {
    font-weight: 400;
}

.text li {
    font: 300 18px/30px "Open Sans";
    margin: 0 0 14px 0;
    color: #34373e;
}

.text ul, .text ol {
    padding-left: 20px;
    margin-top: 15px;
}

.text ul {
    list-style: none;
    padding-left: 0px;
}

.text ul li {
    padding-left: 24px;
    /*background: url(../images/li_bg.png) 0 7px no-repeat;*/
    list-style: none;
    position: relative;
}

.text ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #226ec8;
    border-radius: 6px;
    position: absolute;
    top: 13px;
    left: 0px;
}

.text ul.numbers li:before {
    background: transparent;
    top: 0px;
    font: 600 18px/30px "Open Sans";
    color: #226ec8;
}

.text ul.numbers li:nth-child(1):before { content: '1'; }
.text ul.numbers li:nth-child(2):before { content: '2'; }
.text ul.numbers li:nth-child(3):before { content: '3'; }
.text ul.numbers li:nth-child(4):before { content: '4'; }
.text ul.numbers li:nth-child(5):before { content: '5'; }
.text ul.numbers li:nth-child(6):before { content: '6'; }
.text ul.numbers li:nth-child(7):before { content: '7'; }
.text ul.numbers li:nth-child(8):before { content: '8'; }
.text ul.numbers li:nth-child(9):before { content: '9'; }
.text ul.numbers li:nth-child(10):before { content: '10'; }
.text ul.numbers li:nth-child(11):before { content: '11'; }

.small-text {
    font-size: 12px;
}

.small-text li {
    font: 300 1.125em/1.66667em "Open Sans";
    margin: 0 0 10px 0;
}

.small-text ul, .small-text ol {
    padding-left: 20px;
    margin-top: 0px;
}

.small-text ul {
    padding-left: 0px;
}

.small-text ul li {
    padding-left: 20px;
    background: url(../images/li_bg.png) 0 3px no-repeat;
}

.small-text ul.numbers li {
    padding-left: 6px;
    margin-left: 20px;
}

.master_kp_instr_note {
    width: 100%;
    font: 300 18px/30px "Open Sans";
    padding: 30px;
    border-radius: 8px;
    background: #f0f5f9;
    margin: 30px 0;
}

.master_kp_instr_note_left {
    font-weight: 400;
    margin-bottom: 20px;
}

.master_kp_instr_note_right {
    font-weight: 300;
}

.master_kp_instr_sat{
    font: 400 18px/30px "Open Sans"
}

.informer{
    padding: 30px 30px 30px 30px;

    width: 100%;
    height: 100%;

    background-color: #164cb5;
    border-radius: 10px;
}

.informer__left{
    display: flex;
    justify-content: center;
}

.informer__title{
    display: block;

    margin-bottom: 22px;

    width: 130px;

    color: #ffffff;
    font-size: 26px;
    font-family: "Proxima Nova Bl";
    letter-spacing: -0.65px;
    line-height: 1.2;
}
.product-grid-item-informer {
    height: 530px;
}

.products-list.list .product-grid-item-informer {
    height: unset;
}

.informer__text{
    margin-bottom: 11px;

    color: #ffffff;
    font-family: "Proxima Nova Rg";
    font-size: 14px;
    line-height: 20px;

    max-height: 80px;
    overflow: hidden;
    letter-spacing: -0.35px;
}

.informer__text-label{
    display: block;

    margin-bottom: 10px;
}

.informer__label{
    display: block;


    opacity: 0.5;
    color: #ffffff;
    font-family: "Proxima Nova Rg";
    font-size: 12px;
    letter-spacing: -0.3px;
}

.informer__button{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;

    position: relative;

    padding-left: 25px;

    width: 210px;
    height: 40px;
    border-radius: 20px;
    background-color: #ff7f05;

    font-family: 'Proxima Nova Bl';
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.1px;
    transition: 0.5s;
}

.informer__button:after{
    content: '';
    position: absolute;
    left: 13px;
    top: 10px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../../site/images/icons/install_white.svg) no-repeat;
    transition: 0.5s;
}

.informer__button:hover{
    background: #e47000;
    transition: 0.5s;
}


@font-face {
    font-family: "OpenSans";
    src: url("../../site/fonts/OpenSansRegular/OpenSansRegular.ttf") format("ttf"), url("../../site/fonts/OpenSansRegular/OpenSansRegulard41d.eot?#iefix") format("embedded-opentype"), url("../../site/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../../site/fonts/OpenSansRegular/OpenSansRegular.html#OpenSansRegular") format("svg");
    font-weight: 400;
    font-style: normal;
}
@media only screen and (min-width: 1171px) {
    .informer__button {
        position: absolute;
        width: calc(100% - 60px);
        bottom: 30px;
    }
}
@media only screen and (max-width: 1170px) {
    .product-grid-item-informer{
        height: 280px;
    }
    .vert-container {
        height: auto !important;
    }
    .informer__button {
        margin-top: 15px;
    }

    .informer{
        display: flex;

        padding: 30px 30px 30px 80px;
    }

    .informer__left{
        align-items: center;

        margin-bottom: 0;
        margin-right: 50px;
    }

    .informer__right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .informer__title{
        width: 100%;
    }

}


@media only screen and (max-width: 560px) {
    .informer{
        padding: 20px 10px 20px 30px;
    }

}


.informer-large{
    display: flex;
    -ms-align-items: flex-start;
    align-items: center;

    padding: 30px;

    height: auto;

    border-radius: 0px;

}

.informer-large .informer__left{
    margin-bottom: 0;
     width: 50%;

}

.informer-large .informer__title{
    width: 100%;

}

.informer-large .informer__text{
    margin-bottom: 0;
}

.informer-large .informer__text p{
    display: flex;
}

.informer-large .informer__text-label{
    display: block;
    margin-right: 3px;
}

.informer-large .informer__right{
    padding-top: 5px;
    width: 100%;
}

.informer-large .informer__button{
    margin-top: 15px;
    position: relative;
    bottom: unset;
    width: 210px;
}

@media only screen and (max-width: 992px) {

    .informer-large{
        padding: 40px 20px 40px 40px;
    }

    .informer__text{
        margin-bottom: 5px;
    }

    .informer__text p{
        display: block !important;
    }

    .informer__text-label{
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 767px) {

    .informer__left{
        margin-bottom: 0;
        margin-right: 60px;
    }
}

@media only screen and (max-width: 640px) {

    .informer__title{
        font-size: 25px;
    }

    .informer__left{
        margin-bottom: 0;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 560px) {

    .informer{
        padding: 30px 20px 30px 20px;


    }

    .informer__title{
        font-size: 23px;
    }

    .informer__text p{
        font-size: 13px;
    }

    .informer__left{
        margin-right: 30px !important;
    }

    .informer__button{
        width: 230px;
    }
}



@media only screen and (max-width: 455px) {

    .informer{
        padding: 20px 20px 20px 20px;

        align-items: center;

        justify-content: center;
    }

    .informer__left{
        display: none;
    }

    .informer__title{
        text-align: center;
    }

    .informer__text{
        text-align: center;
    }

    .informer__label{
        text-align: center;
    }

    .informer__button{
        margin: 7.5px auto;
    }

    .informer__title{
        font-size: 23px;
    }
    /*
            .informer__left{
                display: none;
            }

            .informer {
                padding: 20px 10px 30px 30px;
            }*/
}

@media only screen and (max-width: 359px) {


    .informer-large .informer__title{
        font-size: 22px;

    }
}





