
.prices-category-title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin: 15px 0 40px;
}

.prices-category-subtitle {
    font-size: 24px;
    text-align: center;
}

.prices {
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #7f7f7f;
    color: #111;
}

.prices:last-child {
    border-bottom: none;
}


.prices-col {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.prices-row {
    margin-left: -8px;
    margin-right: -8px;
}

.prices-col-12 {
    width: 100%;
}

.prices-col-6 {
    width: 50%;
}

.prices-col-4 {
    width: 33.33%;
}

.category-text h3,
.prices-title {
    color: #0e0e0e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 25px;
    margin: 0;
}

.prices-price {
    background: #539e4b;
    width: 100%;
    height: 76px;
    line-height: 76px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.prices-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 40px 0 60px;
}

.prices-wrap {
    border: 1px solid #e5e9eb;
    border-radius: 7px;
    margin: 0 5px;
    float: left;
    position: relative;
    height: 100%;
}

.prices-wrap-borderless {
    border: none;
}

.prices-wrap-active {
    box-shadow: 0 0 15px #c6c6c6;
    height: calc(100% + 24px);
    top: -12px;
    padding-top: 12px;
}

.prices-2 .prices-wrap-active .prices-title {
    color: #e23235;
}

.prices-text {
    padding: 20px 25px 120px;
}

.category-text {
    padding: 20px 5px;
    font-size: 14px;
}

.category-image {
    max-width: 465px;
}

.category-image img {
    width: 100%;
    height: auto;
    border: 1px solid #111;
}


.prices-btn-wrap {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
    height: 54px;
}
.prices-btn {
    min-width: 200px;
    height: 50px;
    border: 2px solid #e13335;
    background: #fff;
    color: #e13335;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    padding: 0 50px;
    text-decoration: none;
}

a.prices-btn {
    line-height: 50px;
}

.prices-btn:focus,
.prices-btn:active,
.prices-btn:hover,
.prices-btn-active {
    background: #e13335;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.prices-btn-active:hover {
    background: #fff;
    color: #e13335;
}

.prices-btn-active {
    position: relative;
    bottom: 24px;
}

.request-form {
    width: 560px;
    padding: 0 45px 40px !important;

}

.request-form-logo {
    width: 390px;
    border-bottom: 2px solid #bebebe;
    padding: 10px 45px 35px;
    margin: 0 auto;
}

.request-form-title {
    font-size: 30px;
    text-align: center;
    color: #111;
    margin: 50px 0;
}

.request-form input[type=text] {
    border: none;
    background: none;
    position: relative;
    padding: 15px 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #0f0f0f;
    width: 100%;
    float: left;
}

.request-form input[type=text].input-has-error {
    border-bottom: 1px solid #f00;
}

.request-form-error {
    width: 100%;
    color: #f00;
    height: 20px;
    margin: -20px 0;
    float: left;
    font-size: 12px;
}


.request-form label {
    color: #949494;
}

.request-form-text {
    font-size: 14px;
    text-align: center;
}

.request-form-row-gift {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    float: left;
    z-index: 10000;
}

.request-form-row-gift label {
    color: #2d2d2d;
}

.request-form-row-gift input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.request-form-checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #ee838d;
}

.request-form-row-gift:hover input[type=checkbox] ~ .request-form-checkbox-custom {
    background-color: #ee838d;
}

.request-form-row-gift input[type=checkbox]:checked ~ .request-form-checkbox-custom {
    background-color: #ee838d;
}

.request-form-checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.request-form-row-gift input[type=checkbox]:checked ~ .request-form-checkbox-custom:after {
    display: block;
}

.request-form-row-gift .request-form-checkbox-custom:after {
    left: 3px;
    top: 0;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.request-form-submit {
    width: 100%;
    margin: 15px 0 0;
}

@media (max-width: 1023px) {

    .prices-category-subtitle {
        font-size: 1rem;
    }

    .prices-category-title {
        font-size: 2rem;
    }

    .category-text h3, .prices-title {
        font-size: 22px;
    }

    .prices-col-4 {
        width: 50%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .prices-category-subtitle {
        font-size: 0.85rem;
    }

    .prices-category-title {
        font-size: 1.5rem;
    }

    .prices-row {
        margin-left: 0;
        margin-right: 0;
    }

    .prices-col-6,
    .prices-col-4 {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .prices-wrap-active {
        top: 0;
        height: 100%;
    }

    .request-form-logo {
        width: 100%;
        padding: 10px 0 35px;
    }
}
