.home-tickets .title{margin:0 auto 24px;max-width:80%;text-transform:capitalize;text-align:center}@media screen and (max-width:991px){.home-tickets .title{max-width:100%}}.home-tickets .text{max-width:558px;margin:0 auto 60px;text-align:center}@media screen and (max-width:991px){.home-tickets .text{margin:0 auto 40px}}.home-tickets__list{display:flex;justify-content:center;flex-wrap:wrap;gap:16px}.home-tickets__item{position:relative;width:calc((100% - 32px)/ 3);height:100%}.home-tickets__item:hover{border-color:#5b97d7}@media screen and (max-width:1199px){.home-tickets__item{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:767px){.home-tickets__item{width:100%;max-width:450px;height:-moz-fit-content!important;height:fit-content!important}}.home-tickets__item .ticket-list{margin-bottom:16px}.home-tickets__item .ticket-list li{position:relative;display:none;padding-left:32px;color:#40424a;font-size:14px;line-height:1.43}.home-tickets__item .ticket-list li::after{content:"";position:absolute;width:24px;height:24px;top:-3px;left:0;background-image:url(../img/benefits.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.home-tickets__item .ticket-list li:nth-child(-n+3){display:block}.home-tickets__item .ticket-list li.checked::after{background-image:url(../img/ok.svg)}.home-tickets__item .ticket-list li:not(:last-child){margin-bottom:16px}.home-tickets__item h3{margin-bottom:19px;font-size:28px;font-weight:700;line-height:1.29}.home-tickets__item .description{margin-bottom:0;color:#40424a;font-size:16px;line-height:1.56;font-weight:500}.home-tickets__item .description--short{display:block}.home-tickets__item .description--long{display:none}.home-tickets__item .description p{margin-bottom:0;color:#40424a;font-size:16px;line-height:1.56;font-weight:500}.home-tickets__item .description p:not(:last-child){margin-bottom:12px}.home-tickets__item.sold_out{position:relative;pointer-events:none;overflow:hidden;box-shadow:0 0 23px 0 rgba(21,53,87,.12)}.home-tickets__item.sold_out::before{content:"";position:absolute;width:100%;height:247px;top:-3px;left:121px;background-image:url(../img/sold-out-bg.svg);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:2}@media screen and (max-width:991px){.home-tickets__item.sold_out::before{top:-40px;left:42px}}.home-tickets__item.sold_out .button-blue{background-color:#94aeca}.home-tickets__wrapper{display:flex;flex-direction:column;gap:24px;padding:36px 24px;height:100%;color:#191a1e;background-color:#fff;box-shadow:0 0 23px 0 rgba(21,53,87,.12);border:1px solid transparent;transition:all 250ms ease}.home-tickets__wrapper:hover{border-color:#5b97d7}.home-tickets__wrapper div:first-child{width:67%}@media screen and (max-width:1199px){.home-tickets__wrapper{padding:32px 24px}}@media screen and (max-width:991px){.home-tickets__wrapper{gap:18px}}.home-tickets__wrapper.expanded{position:absolute;top:0;left:0;min-height:100%;width:100%;height:-moz-fit-content;height:fit-content;border-color:#5b97d7;z-index:3}@media screen and (max-width:767px){.home-tickets__wrapper.expanded{position:static}}.home-tickets__wrapper.expanded .ticket-list li{display:block}.home-tickets__wrapper.expanded .description--short{display:none}.home-tickets__wrapper.expanded .description--long{display:block}.home-tickets .ticket-logo{position:relative}.home-tickets .ticket-logo::before{content:"";position:absolute;width:130px;height:140px;top:6px;right:6px;background-image:url(../img/swt-logo-light.png);background-size:100%;background-repeat:no-repeat;opacity:.5}.home-tickets__price{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.home-tickets__price .old{color:#787685;font-family:Urbanist;font-size:28px;font-weight:600;line-height:1;text-decoration:line-through}@media screen and (max-width:991px){.home-tickets__price .old{font-size:20px}}.home-tickets__price .new{font-family:Urbanist;font-size:36px;font-weight:600;line-height:1.25}@media screen and (max-width:991px){.home-tickets__price .new{font-size:28px}}.home-tickets .note{font-size:14px;font-weight:600;color:#40424a}.home-tickets .tickets-button{width:-moz-fit-content;width:fit-content;font-weight:600;border:none;background-color:transparent;color:#3078c5;cursor:pointer}.home-tickets .tickets-button:hover{text-decoration:underline}.home-tickets__button{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-end}