.textContent {
    text-align: justify;
}

.textContent .col-md-8 {
    padding-right: 40px;
}

.textContent h2,
.textContent h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.textContent h2,
.textContent h1 {
    font-size: 36px;
    font-family: 'roboto_condensedbold';
}

.textContent h2 span,
.priemushestvaContent h2 span {
    font-family: 'roboto_condensedlight';
}

.download ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download ul li {
    background-image: url(/i/downloadIco.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}

.contentImgs .col-sm-6,
.contentImgs .col-lg-3 {
    padding: 0 5px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'roboto_condensedlight';
}

.contentImgs .col-sm-6 img,
.contentImgs .col-lg-3 img {
    border: 1px solid #87b949;
    margin-bottom: 10px;
}

.formsPrice {
    padding: 40px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-bottom: 40px;
}

.formsPrice .form-control {
    margin-bottom: 20px;
}

.boxForms {
    text-align: center;
    color: #525252;
    background-image: url(/i/bgFormsConst.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.boxForms h3 {
    font-size: 31px;
}

.boxForms h3 span {
    font-family: 'roboto_condensedlight';
}

.boxForms h4 {
    font-family: 'roboto_condensedlight';
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 40px;
}

.boxForms h4 span {
    font-weight: bold;
    font-family: 'roboto_condensedbold';
}

.boxForms h4:before,
.boxForms h4:after {
    content: '';
    width: 38px;
    height: 1px;
    background: #cdcdcd;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 10px;
}

.boxForms .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
}

.formsPrice span {
    font-size: 12px;
    display: block;
    color: #f00;
    text-align: left;
}

.boxForms h5 {
    font-size: 14px;
    color: #930219;
    font-family: 'roboto_condensedlight';
    font-weight: 100;
    margin-bottom: 30px;
}

.greenBtnForms {
    width: 100%;
    border-radius: 50px;
    border: none;
    background: #87b949;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    font-family: 'roboto_condensedbold';
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.greenBtnForms:hover {
    opacity: 0.5;
}

.mod-style {
    font-size: 22px;
    font-family: 'pf_din_text_comp_prolight';
    padding: 30px;
    height: auto;
    text-align: justify;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.mod-style:hover {
    background: #82a43f;
    color: #fff;
}

@media (max-width: 767px) {
    .textContent h2,
    .priemushestvaContent h2 {
        font-size: 29px;
    }
    .boxForms h4::before,
    .boxForms h4::after {
        display: none;
    }
    .formsPrice {
        padding: 20px 10px;
    }
    .boxPriemshestvo p {}
}

@media (max-width: 991px) {
    .boxPriemshestvo {
        background: #82a43f;
        color: #fff;
        width: 100%;
        margin-bottom: 1px;
    }
    .boxPriemshestvo p {
        margin: 0;
        opacity: 1;
    }
    .boxPriemshestvo .iconMain.iconBest {
        background-image: url(/i/iconBest1.png);
    }
    .boxPriemshestvo .iconMain.iconMany {
        background-image: url(/i/iconMany1.png);
    }
    .boxPriemshestvo .iconMain.iconSerch {
        background-image: url(/i/iconSerch1.png);
    }
    .boxPriemshestvo .iconMain.iconProcent {
        background-image: url(/i/iconProcent1.png);
    }
    .boxPriemshestvo .iconMain.iconCurier {
        background-image: url(/i/iconCurier1.png);
    }
    .sloganMain::before,
    .sloganMain::after {
        display: none;
    }
    .contentFooter {
        font-size: 11px;
    }
    .textContent .col-md-8 {
        padding-right: 15px!important;
    }
}

@media (min-width: 768px) {}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .boxPriemshestvo {
        height: 450px;
    }
    .boxForms h3 {
        font-size: 31px;
    }
    .sloganMain {
        font-size: 12px;
    }
    .boxForms h4 {
        font-size: 13px;
    }
    .mod-style {
        height: 325px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .boxPriemshestvo {
        height: 410px;
    }
    .boxForms h3 {
        font-size: 31px;
    }
    .sloganMain {
        font-size: 14px;
    }
    .boxForms h4 {
        font-size: 14px;
    }
    .mod-style {
        height: 260px;
    }
}