.calc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 110px
}

@media (min-width:768px) {
    .calc {
        padding-bottom: 120px
    }
}

@media (min-width:1200px) {
    .calc {
        padding-bottom: 0
    }
}

.calc__title {
    margin-bottom: 30px
}

.calc__options {
    flex-grow: 1;
    width: 100%
}

@media (min-width:1200px) {
    .calc__options {
        width: auto;
        min-width: 700px;
        max-width: 730px;
        margin-right: 30px
    }
}

.calc__info {
    margin-top: 40px
}

@media (min-width:768px) {
    .calc__btn {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    .calc__btn {
        margin-top: 30px
    }
}

.calc__callback {
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    .calc__callback {
        flex-grow: 1;
        max-width: 368px;
    }
}

.calc__btn {
    width: 100%
}

@media (min-width:1200px) {
    .calc__btn {
        width: auto
    }
}

.calc__select-wrapper {
    display: block;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .calc__select-wrapper {
        margin-bottom: 30px
    }

    .calc__select-wrapper:last-of-type {
        margin-bottom: 40px
    }
}

@media (min-width:1200px) {
    .calc__select-wrapper {
        display: none
    }
}

.calc__select-placeholder {
    color: #000;
    font-size: 1rem;
    line-height: 3.333333333333333;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    pointer-events: none
}

.calc__select-placeholder._second {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0 !important
}

.calc__placeholder-md {
    font-size: .833333333333333rem;
    line-height: 1.333333333333333;
    display: inline-block;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .calc__placeholder-md {
        display: none
    }
}

.calc .select2 {
    width: 100% !important
}

.calc .select2-container--open .select2-selection {
    border-radius: 3px 3px 0 0 !important
}

.calc .select2-container :focus {
    outline: 0 !important
}

.calc .select2-selection {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 3px !important;
    height: 60px !important
}

.calc .select2-selection__rendered {
    padding-right: 60px !important;
    color: #000 !important;
    font-size: 1.111111111111111rem;
    line-height: 1.45;
    line-height: 60px !important;
    float: right;
    width: 100% !important;
    height: 100% !important;
    text-align: right;
    display: flex !important;
    justify-content: space-between;
    padding-left: 20px !important
}

.calc .select2-selection__placeholder {
    color: #000 !important;
    font-size: 1.111111111111111rem;
    line-height: 1.45;
    line-height: 60px;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: space-between
}

.calc .select2-selection__arrow {
    line-height: 60px;
    width: 60px !important;
    height: 60px !important
}

.calc .select2-selection__arrow b {
    margin-left: -5px !important;
    margin-top: -7px !important;
    color: #000 !important;
    border-style: none !important;
    content: "";
    display: block;
    background-size: 100% !important;
    width: 14px !important;
    height: 12px !important;
    color: #000 !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49.656 49.656' style='enable-background:new 0 0 49.656 49.656;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23000000;' points='1.414,14.535 4.242,11.707 24.828,32.292 45.414,11.707 48.242,14.535 24.828,37.95 '/%3E%3Cpath style='fill:%23000000;' d='M24.828,39.364L0,14.536l4.242-4.242l20.586,20.585l20.586-20.586l4.242,4.242L24.828,39.364z M2.828,14.536l22,22l22-22.001l-1.414-1.414L24.828,33.707L4.242,13.122L2.828,14.536z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A")
}

.calc .select2-results__options {
    overflow: hidden !important;
    max-height: inherit !important
}

.calc .select2-results__option {
    padding: 10px;
    margin: 10px;
    border-radius: 3px
}

@media (min-width:768px) {
    .calc .select2-results__option {
        text-align: right;
        padding-right: 50px
    }
}

@media (min-width:1200px) {
    .calc .select2-results__option {
        text-align: left;
        padding-right: 0
    }
}

.calc .select2-results__option--highlighted {
    background-color: #f2f2f2 !important;
    color: #000 !important
}

.calc .select2-results__option[aria-selected=true] {
    background-color: #f2f2f2 !important;
    color: #000 !important
}

.calc .select2-dropdown {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 0 0 3px 3px !important
}

.slider-service {
    margin-bottom: 30px
}

.slider-service .ui-slider {
    position: relative;
    height: auto;
    background-color: #fff;
    border-top: 10px solid #e9ecf2;
    border-bottom: 10px solid #e9ecf2;
    display: none
}

@media (min-width:1200px) {
    .slider-service .ui-slider {
        display: block
    }
}

.slider-service .ui-slider-range {
    height: 4px;
    background: #bc403a
}

.slider-service .ui-slider-handle {
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #bc403a;
    box-shadow: 0 0 0 4px rgba(188, 64, 58, .3);
    border-radius: 50%;
    margin-left: -7px;
    margin-top: -9px;
    outline: 0;
    cursor: pointer
}

.slider-service .slider__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    letter-spacing: -.01em;
    font-size: .833333333333333rem;
    line-height: 1.333333333333333;
    display: none
}

@media (min-width:1200px) {
    .slider-service .slider__header {
        letter-spacing: -.03em;
        font-size: 1.388888888888889rem;
        line-height: 1.4;
        display: flex
    }
}

.slider-service .slider__label {
    justify-content: space-between;
    font-size: 14px;
    line-height: 19px;
    color: #9a9696;
    list-style-type: none;
    padding: 0 7.2%;
    margin: 0;
    display: none
}

@media (min-width:1200px) {
    .slider-service .slider__label {
        display: flex
    }
}

.slider-service .slider__label-item {
    position: relative;
    padding-top: 12px;
    height: 24px;
}

.slider-service .slider__label-item span {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.01em
}

.slider-service .slider__label-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 8px;
    background: #c4c4c4
}

.selection__header {
    display: none
}

@media (min-width:1200px) {
    .selection__header {
        display: block
    }
}

.selection__header-title {
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    font-size: .833333333333333rem;
    line-height: 1.333333333333333
}

@media (min-width:768px) {
    .selection__header-title {
        display: none
    }
}

@media (min-width:1200px) {
    .selection__header-title {
        display: block;
        letter-spacing: -.03em;
        font-size: 1.388888888888889rem;
        line-height: 1.4
    }
}

.selection__buttons {
    margin-bottom: 40px;
    display: none
}

@media (min-width:1200px) {
    .selection__buttons {
        display: flex
    }
}

.selection__button {
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 1.111111111111111rem;
    line-height: 1.45;
    font-family: Raleway, sans-serif;
    background: #fff;
    padding: 8px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .06);
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none
}

.selection__button.selected {
    color: #c11e25;
    border: 1px solid #bc403a;
    padding-left: 35px;
    transition: color, border .33s linear
}

.selection__button.selected:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 7px;
    left: 12px;
    top: 17px;
    border-left: 3px solid #bc403a;
    border-bottom: 3px solid #bc403a;
    transform: rotateZ(-45deg)
}

.selection__button:not(:last-child) {
    margin-right: 10px
}

.callback {
    margin-top: 10px
}

@media (min-width:1200px) {
    .callback {
        border-radius: 10px;
        border: 4px solid #c11e25;
        margin-top: 30px
    }
}

.callback__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -.01em;
    font-size: .833333333333333rem;
    line-height: 1.333333333333333
}

@media (max-width:767px) {
    .callback__header {
        flex-direction: column
    }
}

@media (min-width:768px) {
    .callback__header {
        font-size: 1.111111111111111rem;
        line-height: 1.45
    }
}

@media (max-width:1199px) {
    .callback__header {
        display: flex;
        justify-content: space-between;
        align-items: baseline
    }
}

@media (min-width:1200px) {
    .callback__header {
        padding: 48px 24px;
        margin-bottom: 0;
        text-align: center;
        letter-spacing: -.03em;
        font-size: 1.388888888888889rem;
        line-height: 1.4
    }
}

.callback__header-title {
    display: inline-block;
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .callback__header-title {
        margin-bottom: 0
    }
}

.callback__header-value {
    display: block;
    font-weight: 700;
    font-size: 1.388888888888889rem;
    line-height: 1.4
}

.callback__content {
    padding: 20px
}

.callback__content-title {
    font-weight: 700
}

.callback__input {
    margin: 15px 0 10px
}

.callback__link {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0
}

.callback__fn {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #9a9696;
    margin: 0
}

.callback .callback__header-value.price-min-warning {
    font-size: 14px;
    width: 250px;
}
