.service {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 1.3;
}

.banner {
    padding-top: 543px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-title {
    color: rgb(20, 157, 158);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    display: inline-block;
}

.banner-title::after {
    filter: blur(43px);
    background: rgba(255, 255, 255, 0.8);
    content: '';
    width: 200%;
    height: 160px;
    position: absolute;
    bottom: -40px;
    left: -72px;
    z-index: -1;
    border-radius: 40px;
}

.main-description {
    padding: 25px 0;
}

ul:not(.menu-items, .footer-menu-items) {
    margin-left: 40px;
}

p {
    margin-top: 20px;
}

.description-title {
    color: rgb(20, 157, 158);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    text-transform: uppercase;
}

.advantages {
    padding: 66px 0;
    background: rgb(245, 245, 245) url("../img/pyatno.png") right center no-repeat;
}

.advantages .container {
    display: flex;
    align-items: center;
}

.advantage-title {
    color: rgb(20, 157, 158);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    padding-right: 109px;
    max-width: 407px;
}

.title-dop {
    display: block;
    font-size: 44px;
    line-height: 54px;
}

.advantage-description {
    border-left: 3px solid rgb(20, 157, 158);
    padding: 5px 0 5px 15px;
    max-width: 740px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
}

.description {
    padding: 30px 0 60px 0;
}

.main-title {
    color: rgb(20, 157, 158);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mini-title {
    margin-top: 60px;
    color: rgb(20, 157, 158);
    font-size: 28px;
    font-weight: 700;
}

.gallery {
    padding: 27px 0 27px 0;
    background: rgb(245, 245, 245);
}

.swiper-gallery {
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    border-radius: 20px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    width: 350px;
    overflow-x: hidden;
    height: auto;
}

.swiper-gallery-pagination {
    text-align: center;
}

.message {
    font-size: 44px;
    color: red;
    text-align: center;
    padding: 30px;
}

.rules {
    padding: 22px 0 7px 0;
}

.rule-title {
    color: rgb(20, 157, 158);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 26px;
    margin-top: 30px;
}

.ui-accordion-header {
    margin-top: 32px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: rgb(232, 232, 232);
    padding: 21px 33px 21px 43px;
}

.ui-accordion-header-icon {
    background: url(../img/arrow.svg) no-repeat center;
    width: 20px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 43px;
}

.ui-accordion-header-active .ui-accordion-header-icon {
    background: url("../img/arrow.svg") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-accordion-header.ui-accordion-header-active {
    border-radius: 20px 20px 0 0;
}

.rules-title {
    color: rgb(20, 157, 158);
    font-size: 28px;
    font-weight: 700;
    line-height: 121%;
}

.ui-accordion-content {
    padding: 30px 43px;
    border-radius: 0 0 20px 20px;
    background: rgb(245, 245, 245);
}

.price {
    padding: 30px 0;
}

.price-title {
    color: rgb(20, 157, 158);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price-table {
    border-spacing: 0;
    width: 100%;
}

.price-table-head {
    background: rgb(20, 157, 158);
}

.price-table-head:first-of-type {
    transform: translateY(-10px);
}

.price-table-head th {
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    padding: 18px 43px 19px 43px;
}

.price-table-head th:first-child {
    border-radius: 20px 0 0 20px;
}

.price-table-head th:last-child {
    border-radius: 0 20px 20px 0;
}

.price-table-row {
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
}

.price-table-row.odd {
    background: rgb(245, 245, 245);
}

.price-table-row.even {
    background: rgb(232, 232, 232);
}

.table-title-category {
    padding: 16px 43px 17px 43px;
    color: rgb(20, 157, 158);
    background: rgb(245, 245, 245);
    border-radius: 20px;
}

.ui-accordion-header.ui-accordion-header-active .table-title-category {
    border-radius: 20px 20px 0 0;
}

.inner-row-title {
    background: rgb(232, 232, 232);
}

.inner-row-title.main {
    background: rgb(202, 231, 224);
}

.table-title-inner-category {
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    padding: 16px 43px 17px 43px;
}

.inner-row {
    background: rgb(245, 245, 245);
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 29px;
}

.inner-row td {
    border-top: 1px solid rgb(107, 107, 107);
}

.cell-name {
    padding: 16px 43px;
    font-weight: 400;
    width: 836px;
}

.cell-price {
    background: rgb(222, 222, 222);
    padding: 16px 48px;
    font-weight: 500;
    text-align: center;
}

.cell-btn {
    padding: 6px 5px;
}

.invitation {
    padding: 40px 0 80px 0;
}

.invitation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invitation-text {
    color: rgb(20, 157, 158);
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    max-width: 735px;
}

.invitation-btn {
    height: 59px;
    margin-right: 59px;
}
