.mntzh{
    box-sizing: border-box;
    padding: 0 0 0 36px;
    outline: none;
    font-size: 16px;
    line-height: 1.5;
    color: #272933;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}
.mntzh *{
    box-sizing: border-box;
    outline: none;
}
.mntzh h1, .mntzh h2, .mntzh h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #272933;
    padding: 0;
}
.mntzh h3{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 70px 0 40px;
}
.mntzh figure,
.mntzh img{
    padding: 0;
    margin: 0;
}
.mntzh a{
    color: #1E5299;
}
.mntzh a.mntzh-btn{
    display: inline-block;
    padding: 11px 24px 12px;
    font-weight: 700;
    border: 2px solid #1E5299;
    color: #1E5299;
    background: #fff;
    white-space: nowrap;
    text-decoration: none;
}
.mntzh a.mntzh-btn:hover{
    background: #1E5299;
    color: #fff;
}
.mntzh-hero{
    background: url("../img/montazh/hero.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 78px 54px 46px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.mntzh-hero__btn {
    font-size: 0.7em;
    font-weight: bold;
    color: #1E5299 !important;
    background-color: #FFFFFF !important;
}
@media (min-width: 768px) {
    .mntzh-hero__btn {
        font-size: 1em;
        height: 52px;
        width: 266px;
    }
}
@media (max-width: 768px) {
    .mntzh-hero {
        display: grid;
    }
    .mntzh-hero__btn {
        padding: 10px;
    }
}
.mntzh-hero a{
    color: #fff!important;
}
.mntzh-hero .mntzh-hero-h{
    font-size: 34px;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 47px;
    max-width: 400px;
    color: #fff;
}
.mntzh-hero-h i{
    display: inline-block;
    vertical-align: middle;
    color: #1E5299;
    background: #fff;
    padding: 1px 12px;
    font-style: normal;
    margin-bottom: 5px;
}
.mntzh-hero-subh{
    margin: 0;
    font-weight: 700;
    line-height: 1.7;
}
.mntzh-hero-subh a[href*="mailto"]{
    white-space: nowrap;
}
.mntzh .mntzh-object-types{
    padding: 0;
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.mntzh-object-type{
    display: block;
    width: 33.33%;
    padding: 15px;
    margin: 0;
}
.mntzh-object-type-img{
    margin: 0;
    padding: 0;
}
.mntzh-object-type-img img{
    width: 100%;
    height: auto;
    display: block;
}
.mntzh-object-type-text{
    background: #F4F5FC;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 11px 15px 13px;
}
.mntzh-object-type-text:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/montazh/icon-check.png") no-repeat 50% 50%;
    flex-shrink: 0;
    margin-right: 13px;
}
.mntzh-workflow-content{
    display: flex;
    width: 100%;
    align-items: center;
}
.mntzh-workflow-steps{
    padding: 0 15px 0 0;
    margin: 0;
    width: 44.44%;
    counter-reset: workflow;
}
.mntzh-workflow-step{
    display: flex;
    width: 100%;
    align-items: center;
}
.mntzh-workflow-step:before{
    counter-increment: workflow;
    content: "0" counter(workflow);
    font-size: 28px;
    line-height: 1.5;
    color: #1E5299;
    margin-right: 18px;
    font-weight: 700;
}
.mntzh-workflow-step + .mntzh-workflow-step{
    margin-top: 25px;
}
.mntzh-workflow-team{
    width: 65.56%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.mntzh-workflow-team .mntzh-workflow-team-img{
    position: relative;
    margin-right: 50px;
}
.mntzh-workflow-team-img img{
    z-index: 1;
    position: relative;
    display: block;
    max-width: none;
}
.mntzh-workflow-team-img:after{
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: -20px;
    right: -20px;
    background: #F4F5FC;
    pointer-events: none;
    z-index: 0;
}
.mntzh .mntzh-workflow-team-text{
    margin: 20px 0 0;
    padding: 0;
    line-height: 1.8;
}
.mntzh-docs-request{
    background: #1E5299 url("../img/montazh/dots-decor.png") no-repeat 0 0;
    padding: 42px 64px;
    margin: 96px 0 70px;
    color: #fff;
    display: flex;
    align-items: center;
}
.mntzh-docs-request .h3{
    color: #fff;
}
.mntzh-docs-request img{
    max-width: none;
}
.mntzh-docs-request a{
    color: #fff;
}
.mntzh-docs-request .h3{
    margin: 0 0 20px;
    text-align: left;
}
.mntzh-docs-request .mntzh-docs-request-icon{
    margin: 0 38px 0 48px;
}
.mntzh .mntzh-docs-request a.mntzh-btn{
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.mntzh .mntzh-docs-request a.mntzh-btn:hover{
    background: #fff;
    color: #1E5299;
}
.mntzh .mntzh-docs-request-text{
    line-height: 1.8;
}
.mntzh .mntzh-advantages-list{
    padding: 0;
    margin: -20px -15px;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: start;
}
.mntzh-advantages-list-item{
    display: block;
    width: 33.33%;
    padding: 20px 15px;
    text-align: center;
    position: relative;
}
.mntzh-advantages-list-item:before{
    content: "";
    width: 50%;
    position: absolute;
    left: 50%;
    top: 60px;
    border-bottom: 1px dotted #1E5299;
    opacity: .3;
    z-index: 0;
}
.mntzh-advantages-list-item:nth-child(3n-1):before{
    width: 100%;
    left: 0;
}
.mntzh-advantages-list-item:nth-child(3n):before{
    left: 0;
}
.mntzh .mntzh-advantages-list-item-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F4F5FC;
    white-space: nowrap;
    font-size: 0;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}
.mntzh-advantages-list-item-icon:after{
    content: "";
    display: inline-block;
    height: 100%;
    line-height: 1;
    vertical-align: middle;
}
.mntzh-advantages-list-item-icon img{
    display: inline-block;
    vertical-align: middle;
}
.mntzh-advantages-list-item-text{
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 16px;
}
.mntzh .mntzh-advantages-list-item-desc{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #979797;
}
.mntzh-price-hgroup{
    text-align: center;
    margin: 0 0 35px;
}
.mntzh-price-hgroup .h3{
    margin: 70px 0 5px;
}
.mntzh-price-hgroup-text{
    text-align: center;
    margin: 0;
    padding: 0;
}
.mntzh-price-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mntzh-price-table-wrapper{
    width: 53%;
    margin-right: 30px;
}
.mntzh-price-table{
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    border-collapse: collapse;
    white-space: normal;
}
.mntzh-price-table thead{
    display: none;
}
.mntzh-price-table tbody tr td{
    border: 0;
    border-collapse: collapse;
    padding: 8px 0;
    vertical-align: bottom;
    width: 100%;
}
.mntzh-price-table tbody tr td span{
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 0 5px;
}
.mntzh-price-table tbody tr td:first-child:after{
    content: "";
    display: block;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 9;
    border-bottom: 1px dotted #1E5299;
    margin-top: -3px;
    opacity: .5;
}
.mntzh-price-table tbody tr td:first-child span{
    padding-left: 0;
}
.mntzh-price-table tbody tr td+td{
    text-align: right;
    padding-left: 7px;
    white-space: nowrap;
    font-weight: 700;
}
.mntzh-price-manager{
    max-width: 304px;
    text-align: center;
}
.mntzh .mntzh-price-manager-ava{
    display: block;
    font-size: 0;
    margin-bottom: -50px;
}
.mntzh-price-manager-ava img{
    border-radius: 50%;
    width: 136px;
    height: 136px;
    border: 3px solid #fff;
}
.mntzh-price-manager-info{
    background: #F4F5FC;
    border-radius: 20px 20px 4px 4px;
    padding: 64px 35px 35px;
}
.mntzh-price-manager-name{
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 4px;
}
.mntzh-price-manager-position{
    font-size: 15px;
    line-height: 1.4;
}
.mntzh-price-manager-speech{
    font-size: 16px;
    font-style: italic;
    margin: 25px 0;
}
.mntzh-price-manager-c2a-label{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}
.mntzh-cases{
    margin-bottom: 90px;
}
.mntzh-cases-list-wrapper{
    position: relative;
}
.mntzh-cases-list-wrapper:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 180px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 81.52%);
    pointer-events: none;
}
.mntzh .mntzh-cases-list{
    margin: -15px 0 0 -15px;
    padding: 0 0 15px 0;
    white-space: nowrap;
    font-size: 0;
    overflow: auto;
}
.mntzh-cases-list-item{
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding: 15px;
    font-size: 16px;
    white-space: normal;
}
.mntzh-cases-list-item:last-child{
    margin-right: 80px;
}
.mntzh-cases-list-item-in{
    height: 240px;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding: 22px;
    display: flex;
    align-items: end;
    flex-direction: row;
    justify-content: end;
    transition: .2s ease-in-out transform, .2s ease-in-out box-shadow;
}
.mntzh-cases-list-item-in:hover{
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 5px 20px -10px rgba(0,0,0,.8);
}
.mntzh-cases-list-item-type{
    background: #F4F5FC;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 16px;
    position: absolute;
    top: 25px;
    left: 0;
    pointer-events: none;
}
.mntzh-cases-list-item a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mntzh-cases-list-item a{
    color: #fff!important;
    display: block;
    left: 22px;
    bottom: 22px;
    right: 22px;
    font-weight: 700;
    text-decoration: none;
}
.mntzh-cases-list-item-in:after{
    content: "";
    display: block;
    width: 57px;
    height: 16px;
    background: url("../img/montazh/arrow.png") no-repeat 50% 50%;
    background-size: 100% auto;
    flex-shrink: 0;
    margin: 0 0 20px 20px;
}
.mntzh-any-type-svitilniki{
    margin-top: 50px;
}
.mntzh-any-type-svitilniki-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.mntzh-any-type-svitilniki div .reviews__item {
    float: none;
}
.mntzh-any-type-svitilniki div .reviews__item:hover .reviews__item-image {
    transform: scale(1);
}
@media (min-device-pixel-ratio: 1.5),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .mntzh-hero{
        background-image: url("../img/montazh/hero@2x.jpg");
    }
    .mntzh-object-type-text:before{
        background-image: url("../img/montazh/icon-check@2x.png");
        background-size: 18px 18px;
    }
    .mntzh-docs-request{
        background: #1E5299 url("../img/montazh/dots-decor@2x.png") no-repeat 0 0;
        background-size: 24px 24px;
    }
    .mntzh-cases-list-item-in:after{
        background-image: url("../img/montazh/arrow@2x.png");
    }
}

@media (max-width: 1253px) {
    .mntzh h3{
        margin: 60px 0 30px;
    }
    .mntzh-hero{
        margin-bottom: 20px;
    }
    .mntzh-object-types{
        margin: -10px;
    }
    .mntzh-object-type{
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }
    .mntzh-object-type-text{
        flex-grow: 1;
    }
    .mntzh-workflow-content{
        flex-wrap: wrap;
    }
    .mntzh-workflow-steps{
        width: auto;
        display: flex;
        align-items: start;
        padding: 0;
        margin: 0 -10px 50px;
    }
    .mntzh-workflow-step + .mntzh-workflow-step{
        margin-top: 0;
    }
    .mntzh-workflow-step{
        flex-direction: column;
        align-items: start;
        padding: 10px;
    }
    .mntzh-workflow-step:before{
        margin-bottom: 6px;
    }
    .mntzh-workflow-team{
        width: 100%;
        padding-left: 0;
    }
    .mntzh-workflow .h3{
        margin-bottom: 25px;
    }
    .mntzh-docs-request-header{
        width: 70%;
    }
    .mntzh-docs-request{
        margin: 70px 0 60px;
        flex-wrap: wrap;
    }
    .mntzh-docs-request .mntzh-docs-request-icon{
        order: -1;
        margin: 0 40px 10px 0;
    }
    .mntzh-docs-request .mntzh-docs-request-icon img{
        max-width: 100%;
    }
    .mntzh .mntzh-docs-request-text{
        margin: 20px 0 0;
        line-height: 1.5;
    }
    .mntzh-price-hgroup{
        margin: 0 0 25px;
    }
    .mntzh-price-table tbody tr td{
        padding: 9px 0;
    }
    .mntzh-price-layout{
        align-items: start;
    }
    .mntzh-cases-list-item{
        width: 56%;
    }
}
@media (max-width: 1013px) {
    .mntzh{
        padding-left: 0;
    }
}
@media (max-width: 700px){
    .mntzh-object-type{
        width: 50%;
    }
    .mntzh-advantages-list-item{
        width: 50%;
    }
    .mntzh-advantages-list-item:nth-child(3n-1):before{
        width: 50%;
        left: 0;
    }
    .mntzh-advantages-list-item:nth-child(3n):before{
        left: 50%;
        width: 50%;
    }
    .mntzh-advantages-list-item:nth-child(2n):before{
        left: 0;
    }
    .mntzh-advantages-list-item:nth-child(2n+1):before{
        left: 50%;
    }
    .mntzh-price-layout{
        flex-direction: column;
        align-items: center;
    }
    .mntzh-price-table-wrapper{
        width: auto;
        margin: 0 0 40px 0;
    }
    .mntzh-docs-request-header{
        width: auto;
    }
    .mntzh-cases-list-item{
        width: 380px;
    }
}

@media (max-width: 576px) {
    .mntzh-hero{
        padding: 40px 30px 30px;
    }
    .mntzh-hero .mntzh-hero-h{
        font-size: 26px;
        margin: 0 0 30px;
    }
    .mntzh-object-types .mntzh-object-type{
        width: 80%;
        flex-shrink: 0;
    }
    .mntzh .mntzh-object-types{
        overflow: auto;
        flex-wrap: nowrap;
        margin: -10px 0 0 -10px;
    }
    .mntzh h3{
        margin: 40px 0 25px;
        font-size: 22px;
    }
    .mntzh-workflow .h3{
        margin-bottom: 20px;
    }
    .mntzh-workflow-steps{
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .mntzh-workflow-team{
        flex-wrap: wrap;
    }
    .mntzh-workflow-team-text{
        margin: 40px 0 0;
    }
    .mntzh-docs-request{
        margin: 50px 0;
    }
    .mntzh-advantages-list-item{
        width: 100%;
        padding: 15px;
    }
    .mntzh-advantages-list-item:before{
        display: none;
    }
    .mntzh .mntzh-advantages-list{
        margin: -15px 0;
    }
}

@media (max-width: 425px) {
    .mntzh-hero{
        padding: 40% 20px 27%;
        background-position-x: 70%;
    }
    .mntzh-hero .mntzh-hero-h{
        font-size: 24px;
        margin-bottom: 1em;
    }
    .mntzh-hero-subh{
        line-height: 1.5;
        font-weight: 400;
    }
    .mntzh-object-types{
        flex-wrap: wrap;
        overflow: hidden;
        margin: -10px;
    }
    .mntzh-object-type{
        width: 100%;
    }
    .mntzh-workflow-steps{
        margin-bottom: 40px;
    }
    .mntzh-workflow-step{
        align-items: center;
        text-align: center;
        padding: 8px 10px;
    }
    .mntzh-workflow-step:before{
        margin-bottom: 0;
        font-size: 26px;
    }
    .mntzh-workflow-team{
        justify-content: center;
    }
    .mntzh .mntzh-workflow-team-text{
        margin: 40px 0 0;
        text-align: center;
    }
    .mntzh-workflow-team .mntzh-workflow-team-img{
        margin-right: 0;
    }
    .mntzh-docs-request{
        padding: 30px 20px;
        justify-content: center;
        text-align: center;
    }
    .mntzh-docs-request .h3{
        text-align: center;
    }
    .mntzh-docs-request .mntzh-docs-request-icon{
        margin: 0 0 15px;
    }
    .mntzh .mntzh-cases-list{
        margin: -10px 0 0 -10px;
    }
    .mntzh-cases-list-item{
        width: 90%;
        padding: 10px;
    }
    .mntzh-cases-list-wrapper:after{
        display: none;
    }
    .mntzh-cases-list-item:last-child{
        margin-right: 0;
    }
}

@media (max-width: 350px) {
    .mntzh-hero .mntzh-hero-h{
        font-size: 22px;
    }
    .mntzh-hero{
        padding: 40% 15px 27%;
    }
}