.conditions{
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}
.conditions .rate, .conditions .sum, .conditions .period{
    display: inline-block;
    box-shadow: 0px 0px 4px gray;
    width: 200px;
    height: 100px;
    margin: 40px;
    border-radius: 5px;
    font-size: 18px;
}
.conditions .rate span, .conditions .sum span, .conditions .period span{
    color:#c72444;
    font-size: 26px;
    width: 100%;
    display: inline-block;
    line-height: 26px;
    margin-top: 23px;
}
/*------------------------------------------------------------------------*/
.calc-and-form{

}
.calc-and-form .calc-border, .calc-and-form .form{
    display: inline-block;
    margin: 10px;
    height: 444px;
}
.calc-and-form .calc-border h2, .calc-and-form .form h2{
    color: #90252B;
    font-size:18px;
    font-weight:bold;
    margin: 0 0 10px;
}

.calc-and-form .calc-border{
    width: 60%;
    width: 60%;
    border: 1px solid #f6d6dd;
    border-radius: 6px 6px 0px 0px;
}
.calc-and-form .form{
    width: 33%;
    background: #fafafa;
    text-align: center;
}

/*-------------------------------------*/

.calc-and-form .calc-border .gradient {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 40px;
    background: #c72444;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.calc-and-form .calc-border .gradient::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 10px solid #c72444;
    left: 50%;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.calc-and-form .calc-border .gradient::before {
    content: '';
    position: absolute;
    background: #9C1C35;
    right: 0;
    width: 50%;
    height: 100%;
}
.calc-and-form .calc{
    padding: 15px;
}
.calc-and-form .calc .money,
.calc-and-form .calc .time{
    color:#9C1C35;
    font-size: 18px;
}
.calc-and-form .calc .polz-rub,
.calc-and-form .calc .polz-month{
    text-align:right;
}
.calc-and-form .feedback-label{
    position:relative;
}
.calc-and-form .feedback-label span{
    left: 16px;
    position: absolute;
    top: 49px;
    font-size: 10px;
    display: block;
}

.calc-and-form .calc .payment{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #707070;
    font-weight:bold;
}
.calc-and-form .calc .payment .payment-int,
.calc-and-form .calc .payment .payment-currency{
    color: #90252B;
}
/*-------------------------------------*/
.calc-and-form .form input[type=text],  .calc-and-form .form input[type=email]{
    margin: 10px 0px;
    width: calc(100% - 30px);
}

.calc-and-form .form .legal{
    font-size:12px;
}

.calc-and-form .form .legal2{
    font-size:12px;
}
/*------------------------------------------------------------------------*/


@media only screen and (max-width: 996px) {
    .calc-and-form .calc-border, .calc-and-form .form{
        height:auto;
        margin: 10px auto;
    }
    .conditions .rate, .conditions .sum, .conditions .period{
        width:30%;
        margin:1%;
    }
    .calc-and-form .calc-border, .calc-and-form .form{
        display:block;
        width:100%;
        margin:10px auto;
        max-width:700px;
    }
    .calc-and-form .feedback-label span{
        position: relative;
        top:0;
        left:0;

    }
}

@media only screen and (max-width: 520px) {
    .conditions .rate, .conditions .sum, .conditions .period{
        width:99%;
        margin:0 auto;
    }
    .conditions .rate span, .conditions .sum span, .conditions .period span{

    }
}