

/* Start:/local/templates/mavt_adaptiv_2022/css/master-class/style.css?17556110316329*/
a.scroll-to-top{
    display: none !important;
}

.tasting-header{
    font-size: 38px;
    font-weight: 500;
    color: var(--heading-color);
    margin: 10px 0 24px;
}

@media(min-width: 1200px){
    .tasting-header{
        font-size: 61px;
        font-weight: 500;
        margin: 42px 0 23px;
    }
}

.tasting-header-left{
    gap: 16px 54px;
}

.tasting-header-title{
    font-family: 'DINPro';
    font-weight: 500;
    line-height: 36px;
}

@media(min-width: 1200px) {
    .tasting-header-title{
        line-height: 57px;
    }
}

.tasting-header-sites{
    line-height: 0;
}

@media(min-width: 1200px) {
    .tasting-header-sites{
        margin-bottom: 5px;
    }
}

.tasting-header-sites > div:nth-child(1) svg{
    width: 81px;
    height: 20px;
}

.tasting-header-sites > div:nth-child(3) svg{
    width: 146px;
    height: 20px;
}

@media(min-width: 1400px) {
    .tasting-header-sites > div:nth-child(1) svg,
    .tasting-header-sites > div:nth-child(3) svg{
        width: auto;
        height: auto;
    }
}

.tasting-header-sites-line {
    width: 3.5px;
    height: 20px;
    background: var(--heading-color);
    margin: 0px 19px;
}

@media(min-width: 1400px) {
    .tasting-header-sites-line {
        height: 31px;
        margin: 0px 28px;
    }
}

.tasting-header-phone{
    display: inline-block;
    font-family: 'Onest';
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-bottom: 24px;
}

@media(min-width: 768px) {
    .tasting-header-phone{
        font-size: 32px;
        line-height: 37px;
        text-align: right;
        margin-bottom: 0;
    }
}

.tasting-banner{
    position: relative;
}

@media(min-width: 992px) {
    .tasting-banner{
        border-radius: 15px;
        overflow: hidden;
    }
}

.tasting-banner img{
    width: 100%;
}

.tasting-banner-info{
    gap: 12px 47px;
    font-family: Onest;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--text-color);
    margin-top: 12px;
}

@media(min-width: 992px){
    .tasting-banner-info {
        position: absolute;
        left: 0;
        bottom: 47px;
        font-size: 20px;
        line-height: 30px;
        background: var(--background-color);
        border-radius: 0 5px 5px 0;
        padding: 24px 38px 24px 0;
        margin-top: 0;
    }
}

.tasting-banner-info ul{
    margin: 0;
}

@media(min-width: 992px) {
    .tasting-banner-info ul{
        column-count: 2;
        gap: 58px;
    }
}

.tasting-banner-info .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    font-size: 16px;
    line-height: 20px;
}

@media(min-width: 992px) {
    .tasting-banner-info .btn{
        height: 60px;
    }
}

@media(min-width: 1200px) {
    .tasting-banner-info .btn{
        width: 352px;
        font-size: 23px;
        line-height: 29px;
    }
}

.section-margin{
    margin-top: 24px;
    margin-bottom: 24px;
}

@media(min-width: 992px) {
    .section-margin{
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.section-title{
    font-family: 'Onest';
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: var(--heading-color);
    margin-bottom: 24px;
}

@media(min-width: 1200px) {
    .section-title {
        font-size: 50px;
        line-height: 47.5px;
        margin-bottom: 48px;
    }
}

.teaser-item{
    font-family: 'Onest';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    gap: 12px 16px;
}

@media(min-width: 1200px) {
    .teaser-item{
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
}

.teaser-block div.teaser-item img{
    width: auto;
    max-height: 114px;
    object-fit: contain
}

@media(min-width: 1200px) {
    .teaser-block div.teaser-item img{
        max-height: 138px;
    }
}

.hall-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

@media(min-width: 1200px) {
    .hall-item{
        margin-bottom: 60px;
    }
}

.hall-item img{
    max-width: 100%;
    margin-bottom: 12px;
}

.hall-address{
    font-family: 'Onest';
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--text-color);
}

.hall-address span{
    font-family: 'Onest';
    display: inline-block;
    line-height: 24px;
}

@media(min-width: 1200px){
    .hall-address {
        font-size: 20px;
    }
    .hall-address span{
        line-height: 22px;
    }
}

.hall-city{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-family: 'Onest';
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: var(--heading-color);
    background: var(--background-color);
    border-radius: 3px;
    padding: 0 11px;
}

.tasting-price{
    font-family: Onest;
    border: 1.5px solid var(--primary-color);
    padding: 22px 25px 23px;
}

@media(min-width: 1200px){
    .tasting-price {
        border: 4px solid var(--primary-color);
        padding: 32px;
    }
}

.tasting-price > div:first-child{
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: var(--primary-color);
    margin-bottom: 7px;
}

@media(min-width: 1200px){
    .tasting-price > div:first-child{
        font-size: 50px;
        line-height: 57.5px;
        margin-bottom: 9px;
    }
}

.tasting-price > div:last-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: var(--text-color);
}

@media(min-width: 1200px){
    .tasting-price > div:last-child{
        font-size: 20px;
        line-height: 28px;
    }
}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
}

div.owl-carousel button.owl-dot{
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #8090A3;
    border-radius: 50%;
}

div.owl-carousel button.owl-dot.active{
    background: #8090A3;
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/form/simple/bitrix/form.result.new/.default/style.css?17556110312764*/
div.form__body{
    max-width: 886px;    
    margin: 0;
}

.form__alert--success + .form__background{
    display: none;
}

.form__background > div:nth-child(1){
    background: var(--background-color);
    padding: 16px;
}

.form__background > div:nth-child(2){
    padding: 16px 16px 0;
}

@media(min-width: 768px){
    .form__background > div:nth-child(1){
        padding: 32px 16px 16px;
    }
    .form__background > div:nth-child(2){
        background: var(--background-color);
        padding: 0 16px 16px;
    }
}

.form__body .form__group{
    margin-bottom: 16px;
}

.form__body .form__group > label{
    font-size: 16px;
    line-height: 20px;
}

.form__body .form__group [type="checkbox"] + label span, 
.form__body .form__check [type="checkbox"] + label span{
    font-size: 16px;
    line-height: 20px;
    color: var(--heading-color);
}

.form__body .form__group label a{
    color: var(--heading-color);
}

.form__body .form__group [type="checkbox"] + label .form__check__draw, 
.form__body .form__check [type="checkbox"] + label .form__check__draw{
    top: 2px;
}

.form__footer button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

@media(min-width: 992px){
    .form__footer button{
        max-width: 352px;
        height: 60px;
    }
}

@media(min-width: 1200px) {
    .form__footer button{
        font-size: 23px;
        font-weight: 400;
        line-height: 29px;
    }
}

.form__group .form__control,
.cusel,
.select_form select{
    height: 40px;
    background: #fff;
    border-radius: 3px;
}

.cusel,
.select_form select {
    width: 100%;
    font-size: 13px;
    color: #435973;
    border: 1px solid #e1e5ea;
    outline: none;
    padding: 6px 11px;
}

.cusel {
    position: relative;
    width: 100% !important;
    cursor: pointer;
}

.cusel:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 10px;
    display: block;
    width: 7px;
    height: 12px;
    background: url(/local/templates/mavt_adaptiv_2022/components/bitrix/form/simple/bitrix/form.result.new/.default/images/cusel-arrow.svg) 0px 0px no-repeat;
}

.cusel .cusel-scroll-wrap .cusel-scroll-pane {
    position: absolute;
    top: 33px;
    left: -1px;
    right: -1px;
    max-height: 211px;
    height: auto !important;
    background: #FFF;
    border: 1px solid #e1e5ea;
    z-index: 4;
}

.cusel .cusel-scroll-wrap span {
    display: block;
    border-top: 1px solid #d5dde6;
    padding: 7px 11px;
}

.cusel .cusel-scroll-wrap span.cuselActive {
    background: #f1f3f6;
}

.cusel .cusel-scroll-wrap span:first-child {
    border-top: none;
}
/* End */
/* /local/templates/mavt_adaptiv_2022/css/master-class/style.css?17556110316329 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/form/simple/bitrix/form.result.new/.default/style.css?17556110312764 */
