.textContent {
    text-align: justify;
}

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

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

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

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

.priemushestvaContent h2 {
    text-align: center;
    margin: 50px 0 40px;
}

.boxPriemshestvo {
    width: 20%;
    text-align: center;
    float: left;
    padding: 20px 1%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.boxPriemshestvo:hover {
    background: #82a43f;
    color: #fff;
}

.boxPriemshestvo h4 {
    font-size: 18px;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-weight: 100;
}

.boxPriemshestvo p {
    font-size: 17px;
    color: #fff;
    opacity: 0;
    margin-top: 50px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.boxPriemshestvo:hover p {
    opacity: 1;
    margin: 0;
}

.iconMain {
    display: inline-block;
    cursor: pointer;
    margin: 0px 30px 15px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.iconMain.iconBest {
    background-image: url(/i/iconBest.png);
}

.iconMain.iconMany {
    background-image: url(/i/iconMany.png);
}

.iconMain.iconSerch {
    background-image: url(/i/iconSerch.png);
}

.iconMain.iconProcent {
    background-image: url(/i/iconProcent.png);
}

.iconMain.iconCurier {
    background-image: url(/i/iconCurier.png);
}

.boxPriemshestvo:hover .iconMain.iconBest {
    background-image: url(/i/iconBest1.png);
}

.boxPriemshestvo:hover .iconMain.iconMany {
    background-image: url(/i/iconMany1.png);
}

.boxPriemshestvo:hover .iconMain.iconSerch {
    background-image: url(/i/iconSerch1.png);
}

.boxPriemshestvo:hover .iconMain.iconProcent {
    background-image: url(/i/iconProcent1.png);
}

.boxPriemshestvo:hover .iconMain.iconCurier {
    background-image: url(/i/iconCurier1.png);
}

.sloganMain {
    text-align: center;
    font-family: 'comfortaaregular';
    font-size: 14px;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

.sloganMain:before,
.sloganMain:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #cdcdcd;
    display: inline-block;
    position: relative;
    top: -6px;
    margin: 0 20px;
}

.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;
}

@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 {
        padding: 0 15px;
    }
}

@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: 470px;
    }
    .boxForms h3 {
        font-size: 31px;
    }
    .sloganMain {
        font-size: 12px;
    }
    .boxForms h4 {
        font-size: 13px;
    }
}


/* 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;
    }
}