

/* Start:/local/templates/mavt_adaptiv_2022/components/aspro/banquet/mavt/style.css?178391097213787*/
.banquet .stage__title {
    margin-bottom: 29px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #273647;
}

.banquet__stage .row {
    row-gap: 30px;
}

.banquet .stage__range {
    margin-bottom: 50px;
}

.banquet .col-md-2 {
    width: 13%;
    padding-left: 13px;
}

.banquet .col-md-10 {
    width: 87%;
    padding-right: 13px;
}

.banquet .stage__range input[type="text"] {
    width: 100%;
    height: 39px;
    border: 1px solid #D6DFEA;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.banquet input[type="text"]:focus {
    color: #435973;
    background-color: #fff;
    border-color: #d4dbe3;
    outline: 0;
}

.banquet .ui-slider {
    margin: 33px auto 9px;
    position: relative;
    width: 100%;
	background: #CAD4E2;
    height: 5px;
}

.banquet .ui-slider-range {
    height: 5px;
    background: linear-gradient(90deg, #DF5673 0%, #831C3B 100%);;
    position: relative;
}

.banquet .ui-slider .ui-slider-handle {
    background: url('/local/templates/mavt_adaptiv_2022/components/aspro/banquet/mavt/../../../../images/filter-handle-big.png') 0 0 no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 15px;
    outline: none;
}

.banquet .ui-slider .ui-slider-handle:hover {
    opacity: 0.7;
}

.banquet .ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
    top: 9px;
}

.banquet .pips {
    position: relative;
}

.banquet .pip {
	display: flex;
	flex-direction: column;
	align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768296;
    position: absolute;
    top: -30px;
    margin-left: -7px;
}

.banquet .pip:after {
    content: '';
    display: block;
    background: #768296;
    width: 1px;
    height: 6px;
}

.banquet .pip.min {
    left: -3px;
    margin: 0;
}

.banquet .pip.min:after {
    left: 3px;
}

.banquet .pip.max {
    right: -5px;
    margin: 0;
}

.banquet .pip.max:after {
    right: 5px;
}

.banquet .pip.float.center:after {
    left: 6px;
}

.banquet .item {
    height: 100%;
    border: 1px solid #D6DFEA;
    border-radius: 3px;
    font-size: 16px;
    color: #8a95a7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.banquet .types .item {
	padding: 20px 20px 18px 44px;
}

.banquet .prices-block .item {
    padding: 12px 33px 12px 33px;
}

.banquet .sections .item {
	padding: 19px 44px 19px 19px;
}

.banquet .types .item .description {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #768296;
  width: 100%;
}

.banquet input:checked + .item {
    box-shadow: none;
    position: relative;
    color: #3b4f65;
}

.banquet label span.name, .banquet label + .title {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #768296;
}

.banquet input[type="checkbox"] + .item span.name {
    color: #273647;
}

.banquet input[type="radio"]:checked + .item .name, .banquet input[type="checkbox"]:checked + .item .name {
	color: #273647;
}

.banquet input[type="checkbox"]:checked + .item {
	border: 1px solid #8C1A42;
}

.banquet .item span.count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #F1F3F6;
	border: 1px solid #D6DFEA;
	border-radius: 2px;
    position: absolute;
    top: 15px;
    right: 19px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #273647;
    cursor: pointer;
}

.banquet .item span.count span {
    display: inline-block;
    line-height: 18px;
    color: #4a5b78;
    font-weight: bold;
}

.banquet input[type="checkbox"], .banquet input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.banquet label {
	display: flex;
	align-items: center;
    cursor: pointer;
}

.banquet [type="radio"] + .item label:before, .banquet [type="radio"] + label:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fafbfc;
    border: 3px solid #D6DFEA;
    position: absolute;
    left: 20px;
}

.banquet .count [type="radio"] + .item label:before, .banquet .count [type="radio"] + label:before {
    position: static;
}

.banquet .unknown [type="radio"] + .item label:before, .banquet .unknown [type="radio"] + label:before {
    position: static;
}

.banquet .check svg {
	fill: #f6f8fa;
	fill-rule: evenodd;
}

.banquet .item .check {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	padding: 0 2px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background-color: #f6f8fa;
	border: 1px #a9b7c9 solid;
}

.banquet [type="checkbox"]:checked + .item .check {
	background: #9C2D52;
	border-color: #9C2D52;
}

.banquet [type="radio"]:checked + .item label:before, .banquet input[type="radio"]:checked + label:before {
    border: 3px solid #ea5444;
}

.banquet .item:hover, .banquet .item:hover .name {
    color: #a3254c;
}

.banquet .types {
    margin-bottom: 42px;
}

.banquet .prices-block {
    margin-bottom: 34px;
}

.banquet .sections {
    margin-bottom: 10px;
    position: relative;
}

.banquet .sections .row {
    margin-bottom: 30px;
}

.banquet .sections .item .count {
    display: none;
}

.banquet .sections input:checked + .item .count {
    display: flex;
}

.banquet .counter-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    background: white;
    border: 1px solid #768296;
    border-radius: 3px;
    box-shadow: 0px 5px 20px rgba(96, 120, 149, 0.2);
    z-index: 10;
    padding: 0 19px 20px;
}

.counter-block:before {
    content: '';
    width: 7px;
    height: 7px;
    background: white;
    border: 1px solid #768296;
    position: absolute;
    top: -4px;
    right: 10.5%;
    margin-left: -4px;
    transform: rotate(45deg);
    box-shadow: 0px 5px 20px rgba(96, 120, 149, 0.2);
    z-index: 9;
}

.counter-block .title {
    padding-top: 30px;
    background-color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #273647;
    position: relative;
    z-index: 10;
}

.banquet .sections .counter-block label {
    position: relative;
    display: flex;
    column-gap: 20px;
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 20px 0 0;
    font-size: 14px;
}

.banquet .sections .counter-block label:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.counter-block input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default;
}

.banquet .sections .counter-block .unknown label {
    padding-top: 0;
    padding-bottom: 15px;
    column-gap: 10px !important;
}

.counter-block .unknown label span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768296;
}

.counter-block .count label {
    background: #f9f9fb;
}

.counter-block input:checked + label {
    border: 0;
    border-top: 1px solid #e3e8ee;
}

.counter-block .button1.small {
    display: flex;
    width: 47px;
    height: 34px;
    line-height: 27px;
    background: #921c40;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding: 13px 20px 14px;
    text-transform: uppercase;
}

.counter-block .button1.small:hover {
    background-color: #b12e5a;
}

.counter-block .module-counter {
    display: flex;
    column-gap: 5px;
    background: transparent;
    border: none;
    max-width: 100%;
}

.counter-block input[type="text"] {
    width: 34px;
    height: 34px;
    background: #F1F3F6;
    border: 1px solid #D6DFEA;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #273647;
}

.module-counter .counter__minus, .module-counter .counter__plus {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #D6DFEA;
    cursor: pointer;
}

.banquet-result {
    position: relative;
    border-top: 1px solid #D9D9D9;
    margin-top: 10px;
    padding-top: 41px;
}

.banquet-result .button-row {
    margin-top: 40px;
}

.banquet-result .button-row .button1 {
    padding: 13px 20px 14px;
    height: 48px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: none;
}

.banquet-result .bottles {
    font-size: 16px;
    background: white;
}

.banquet-result .bottles .top {
    display: flex;
}

.banquet-result .bottles .bottle-title, .banquet-result .bottles .th {
    float: left;
    height: 58px;
    line-height: 58px;
}

.banquet-result .bottles .bottle-title {
    box-sizing: content-box;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #273647;
}

.banquet-result .bottles .th {
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768296;
}

.banquet-result .bottles .th:first-child {
    width: 210px;
}

.banquet-result .bottles .th:last-child {
    width: 180px;
}

.banquet-result .bottles .bottom {
    border: 1px solid #D6DFEA;
}

.banquet-result .bottles .bottom .table-row {
    display: flex;
    justify-content: flex-end;
    padding: 0 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #273647;
    border-bottom: 1px solid #D6DFEA;
}

.banquet-result .bottles .bottom .table-row:last-child {
    border-bottom: none;
}

.banquet-result .bottles .table-row > div {
    padding: 19px 0px;
}

.banquet-result .bottles .table-row > .litres {
    width: 210px;
}

.banquet-result .bottles .table-row > .count {
    width: 155px;
}

.banquet-result.wprices .bottles .table-row > .bottle-name {
    width: 310px;
}

.banquet-result.wprices .bottles .table-row > .litres {
    width: 89px;
}

.banquet-result.wprices .bottles .table-row > .count {
    width: 103px;
}

.banquet-result .bottles .table-row:last-child {
    border: 0;
}

.banquet-result .bottle-name {
    margin-right: auto;
}

.banquet .ui-slider .ui-slider-handle {
    background: url('/local/templates/mavt_adaptiv_2022/components/aspro/banquet/mavt/images/fader_calculator.svg') 0 0 no-repeat;
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 15px;
    outline: none;
}

.banquet-result .bottles .bottle-title {
    margin-right: auto;
}

@media (max-width: 767px) {
    .banquet__stage .row {
        row-gap: 10px;
    }

    .banquet .stage__range .row {
        flex-direction: column;
    }

    .banquet .stage__range .col-md-2 {
        width: 100%;
    }

    .banquet .stage__range .col-md-10 {
        width: 100%;
    }

    .banquet .sections .row {
        margin-bottom: 0px;
    }
}

.banquet__bottom-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
    background: radial-gradient(39.69% 74.22% at 67.76% 93.75%, #FFAFAA 14.06%, #E4716A 100%);
}

.banquet__bottom-banner-text {
    padding-left: 55px;
    padding-top: 20px;
}

.banquet__bottom-banner-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

.banquet__bottom-banner-list {
    padding-top: 9px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
}

.banquet__bottom-banner-list li {
    margin-bottom: 5px;
}

.banquet__bottom-banner-img {
    margin-right: 12%;
}

.banquet__bottom-banner-img img {
    display: block;
}

@media(max-width: 1399px) {
    .banquet__bottom-banner {
        flex-direction: column;
        padding-top: 40px;
    }
    .banquet__bottom-banner-text {
        padding-left: 0;
    }
    .banquet__bottom-banner-img {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .banquet .ui-slider {
        margin-top: 50px;
    }
    .banquet-result .bottles .top {
        flex-direction: column;
    }
    .banquet-result .bottles .table-row > .litres {
        width: 90px;
    }
    .banquet-result .bottles .table-row > .count {
        width: 70px;
    }
    .banquet-result .bottles .th:first-child {
        width: 90px;
    }
    .banquet-result .bottles .th:last-child {
        width: 70px;
    }
    .units {
        display: flex;
        justify-content: flex-end;
        padding-right: 30px;
    }
    .banquet-result .bottles .th {
        padding: 0;
        height: 35px;
    }
    .banquet-result .bottles .bottle-title {
        height: auto;
    }
}

@media(max-width: 567px) {
    .banquet border-box {
        padding-top: 10px;
    }
    .banquet-result .bottles .bottle-title {
        margin-bottom: 20px;
    }
    .banquet-result .bottles .table-row > .litres {
        width: 70px;
    }
    .banquet-result .bottles .th:first-child {
        width: 70px;
    }
    .banquet-result .bottles .bottom .table-row {
        padding: 0 15px;
    }
    .units {
        padding-right: 15px;
    }
    .banquet__bottom-banner-text {
        padding: 0 20px;
    }
    .banquet__bottom-banner-title {
        font-size: 34px;
        line-height: 34px;
    }
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/aspro/banquet/mavt/style.css?178391097213787 */
