/* General */
.casino-side-games {
    background: linear-gradient(180deg, #a328d1 42.44%, #540582 100%);
}

.casino-side-games h2 {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games h2 {
        font-size: 60px;
    }
}

.casino-side-games .demo_btn {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 47px;
    border-radius: 60px;
    background: #97c125;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}
.casino-side-games .demo_btn:hover {
    background: #b3e62c;
}
@media (min-width: 600px) {
    .casino-side-games .demo_btn {
        width: fit-content;
    }
}

.casino-side-games .accent {
    color: #b337de;
}

.casino-side-games strong {
    font-weight: 600;
}

/* Cards */
.casino-side-games .cards {
    display: grid;
    gap: 20px;
}
@media (min-width: 768px) {
    .casino-side-games .cards.grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .casino-side-games .cards.grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1240px) {
    .casino-side-games .cards.grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .casino-side-games .cards.grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1240px) {
    .casino-side-games .cards.grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Header */
.casino-side-games .header {
    position: relative;
    padding-top: 420px;
    padding-bottom: 56px;
    background: url(../../img/casino-side-games/hero-bg-mob.png) no-repeat;
    background-position: left top;
}
@media (min-width: 450px) {
    .casino-side-games .header {
        padding-top: 370px;
        background: url(../../img/casino-side-games/hero-bg.png) no-repeat;
        background-position: center top;
        background-size: 476px;
    }
}
@media (min-width: 992px) {
    .casino-side-games .header {
        background-position: center top 30px;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .header {
        padding-top: 176px;
        padding-bottom: 189px;
        background: url(../../img/casino-side-games/hero-bg.png) no-repeat;
        background-position: top right -63px;
    }
}
@media (min-width: 1280px) {
    .casino-side-games .header {
        background-position: top right;
    }
}

.casino-side-games .header .gradient {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(84, 5, 130, 0) 0%, #540582 100%);
    height: 77px;
    width: 100%;
    z-index: 20;
}
@media (min-width: 1240px) {
    .casino-side-games .header .gradient {
        height: 191px;
    }
}

.casino-side-games .header .decoration-1 {
    position: absolute;
    top: -40px;
    left: -160px;
    z-index: 10;
    scale: 0.7;
}
@media (min-width: 1240px) {
    .casino-side-games .header .decoration-1 {
        top: 0;
        left: 0;
        scale: unset;
    }
}

.casino-side-games .header .decoration-2 {
    position: absolute;
    top: 240px;
    right: 0;
}
@media (min-width: 1240px) {
    .casino-side-games .header .decoration-2 {
        top: 256px;
    }
}

@media (min-width: 1240px) {
    .casino-side-games .header .decoration-2 .mob {
        display: none;
    }
}

.casino-side-games .header .decoration-2 .desktop {
    display: none;
}
@media (min-width: 1240px) {
    .casino-side-games .header .decoration-2 .desktop {
        display: block;
    }
}

.casino-side-games .header .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
    z-index: 30;
}
@media (min-width: 1240px) {
    .casino-side-games .header .content {
        max-width: 580px;
        row-gap: 16px;
    }
}

.casino-side-games .header .content h1 {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
}
@media (min-width: 1240px) {
    .casino-side-games .header .content h1 {
        font-size: 80px;
    }
}

.casino-side-games .header .content .subtitle {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #fff;
}
@media (min-width: 1240px) {
    .casino-side-games .header .content .subtitle {
        font-size: 40px;
    }
}

.casino-side-games .header .content .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
}
@media (min-width: 1240px) {
    .casino-side-games .header .content .entry-content {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media (min-width: 1240px) {
    .casino-side-games .header .demo_btn {
        margin-top: 14px;
    }
}

/* Content With Media */
.casino-side-games .content-with-media {
    padding-bottom: 56px;
    overflow: hidden;
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media {
        padding-bottom: 0;
        margin-top: -70px;
    }
}

.casino-side-games .content-with-media .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casino-side-games .content-with-media .container>.entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media .container>.entry-content {
        font-size: 22px;
        margin-top: 40px;
        max-width: 980px;
    }
}

.casino-side-games .content-with-media .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -25px;
}
@media (min-width: 600px) {
    .casino-side-games .content-with-media .wrapper {
        margin-top: -50px;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media .wrapper {
        flex-direction: row;
        justify-content: center;
        column-gap: 20px;
        align-items: flex-start;
    }
}

.casino-side-games .content-with-media .wrapper .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media .wrapper .entry-content {
        font-size: 24px;
        flex-shrink: 0;
        max-width: 478px;
        position: relative;
        top: 150px;
    }
}

.casino-side-games .content-with-media .wrapper .entry-content ul li::marker {
    color: #97c125;
}

.casino-side-games .content-with-media .wrapper .entry-content ul {
    padding-left: 23px;
    margin: 0;
}

.casino-side-games .content-with-media .wrapper .entry-content ul li {
    margin-bottom: 24px;
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media .wrapper .entry-content ul li {
        margin-bottom: 36px;
    }
}

.casino-side-games .content-with-media .wrapper .entry-content ul li:last-of-type {
    margin-bottom: 0;
}

.casino-side-games .content-with-media .media {
    width: 110%;
    position: relative;
    right: 30px;
}
@media (min-width: 600px) {
    .casino-side-games .content-with-media .media {
        width: auto;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .content-with-media .media {
        right: auto;
    }
}

.casino-side-games .content-with-media .media img {
    width: 100%;
    object-fit: contain;
}

/* Cards 1 */
.casino-side-games .cards-1 {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 {
        padding-bottom: 80px;
    }
}

.casino-side-games .cards-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .container {
        row-gap: 56px;
    }
}

.casino-side-games .cards-1 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .entry-content {
        font-size: 22px;
        max-width: 980px;
    }
}

@media (min-width: 768px) {
    .casino-side-games .cards-1 .cards.grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.casino-side-games .cards-1 .card {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    padding: 30px 16px 266px 16px;
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 415px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 300px 16px;
    }
}
@media (min-width: 470px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 330px 16px;
    }
}
@media (min-width: 555px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 360px 16px;
    }
}
@media (min-width: 600px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 400px 16px;
    }
}
@media (min-width: 670px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 450px 16px;
    }
}
@media (min-width: 730px) {
    .casino-side-games .cards-1 .card {
        padding: 30px 16px 480px 16px;
    }
}
@media (min-width: 768px) {
    .casino-side-games .cards-1 .card {
        padding: 36px 30px 170px 30px;
    }
}
@media (min-width: 845px) {
    .casino-side-games .cards-1 .card {
        padding: 36px 30px 200px 30px;
    }
}
@media (min-width: 1016px) {
    .casino-side-games .cards-1 .card {
        padding: 36px 30px 230px 30px;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .card {
        row-gap: 8px;
        padding: 36px 30px 285px 30px;
    }
}

.casino-side-games .cards-1 .card.big {
    padding: 40px 16px 48px 16px;
    background-color: #c551e9;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .casino-side-games .cards-1 .card.big {
        grid-column: span 3 / span 3;
        padding: 50px 100px;
    }
}

.casino-side-games .cards-1 .card:nth-of-type(1) {
    background: url(../../img/casino-side-games/cards-1-1.png) no-repeat #c551e9;
    background-size: 100%;
    background-position: bottom;
}
.casino-side-games .cards-1 .card:nth-of-type(2) {
    background: url(../../img/casino-side-games/cards-1-2.png) no-repeat #c551e9;
    background-size: 100%;
    background-position: bottom;
}
.casino-side-games .cards-1 .card:nth-of-type(3) {
    background: url(../../img/casino-side-games/cards-1-3.png) no-repeat #c551e9;
    background-size: 100%;
    background-position: bottom;
}

.casino-side-games .cards-1 .card .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .card .title {
        font-size: 28px;
    }
}

.casino-side-games .cards-1 .card .subtitle {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .card .subtitle {
        font-weight: 600;
        font-size: 16px;
        margin-top: 12px;
    }
}

.casino-side-games .cards-1 .card .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .card .subtitle {
        font-size: 16px;
    }
}

.casino-side-games .cards-1 .demo_btn {
    margin-top: 10px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-1 .demo_btn {
        margin-top: 0;
    }
}

/* Cards 2 */
.casino-side-games .cards-2 {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 {
        padding-bottom: 80px;
    }
}

.casino-side-games .cards-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 .container {
        row-gap: 40px;
    }
}

.casino-side-games .cards-2 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 .entry-content {
        font-size: 22px;
        max-width: 980px;
    }
}

.casino-side-games .cards-2 .cards.grid-cols-4 {
    row-gap: 32px;
}

@media (min-width: 1240px) {
    .casino-side-games .cards-2 .cards {
        margin-top: 17px;
    }
}

.casino-side-games .cards-2 .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 .card {
        row-gap: 20px;
    }
}

.casino-side-games .cards-2 .card .icon img {
    width: 60px;
    height: 60px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 .card .icon img {
        width: 80px;
        height: 80px;
    }
}

.casino-side-games .cards-2 .card .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-2 .card .title {
        font-size: 24px;
    }
}

/* Cards 3 */
.casino-side-games .cards-3 {
    padding-bottom: 56px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 {
        padding-bottom: 80px;
    }
}

.casino-side-games .cards-3 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.casino-side-games .cards-3 .cards {
    width: 100%;
}

.casino-side-games .cards-3 .cards.grid-cols-3 {
    margin-top: 10px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 .cards.grid-cols-3 {
        margin-top: 36px;
    }
}

.casino-side-games .cards-3 .card {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    background-color: #c551e9;
    padding: 32px 16px 40px 16px;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 .card {
        border-radius: 16px;
        row-gap: 20px;
    }
}

@media (min-width: 1240px) {
    .casino-side-games .cards-3 .card {
        padding: 36px 30px 40px 30px;
    }
}

.casino-side-games .cards-3 .card.card-2 {
    background: url(../../img/casino-side-games/cards-3-2-mob.png) no-repeat #c551e9;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 51px;
}
@media (min-width: 440px) {
    .casino-side-games .cards-3 .card.card-2 {
        background: url(../../img/casino-side-games/cards-3-2.png) no-repeat #c551e9;
        background-position: bottom;
        padding-bottom: 40px;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 .card.card-2 {
        grid-column: span 2 / span 2;
    }
}

.casino-side-games .cards-3 .card.card-3 {
    background: url(../../img/casino-side-games/cards-3-3.png) no-repeat #c551e9;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 161px;
}
@media (min-width: 440px) {
    .casino-side-games .cards-3 .card.card-3 {
        background: url(../../img/casino-side-games/cards-3-3.png) no-repeat #c551e9;
        min-height: 343px;
        padding-bottom: 40px;
    }
}

.casino-side-games .cards-3 .card .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 .card .title {
        font-size: 28px;
    }
}

.casino-side-games .cards-3 .card .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .cards-3 .card .entry-content {
        font-size: 16px;
    }
}

/* Divider 1 */
.casino-side-games .divider-1 {
    padding-bottom: 20px;
}

.casino-side-games .divider-1 .container .inner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 16px 128px 16px;
    background: url("../../img/casino-side-games/divider-1-mob.png") bottom right no-repeat, #3d0f58;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-1 .container .inner {
        row-gap: 40px;
        padding: 40px 100px 80px 100px;
        background: url("../../img/casino-side-games/divider-1.png") top right no-repeat, #3d0f58;
    }
}

@media (min-width: 1240px) {
    .casino-side-games .divider-1 h2 {
        text-align: left;
    }
}

.casino-side-games .divider-1 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-1 .entry-content {
        font-size: 22px;
        text-align: left;
        max-width: 717px;
    }
}

.casino-side-games .divider-1 .entry-content p {
    margin-bottom: 26px;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-1 .entry-content p {
        margin-bottom: 38px;
    }
}

.casino-side-games .divider-1 .entry-content p:last-of-type {
    margin-bottom: 0;
}
.casino-side-games .divider-1 .entry-content p:only-of-type {
    margin-bottom: 0;
}

/* Divider 2 */
.casino-side-games .divider-2 {
    padding-bottom: 80px;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-2 {
        padding-bottom: 100px;
    }
}

.casino-side-games .divider-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-2 .container {
        row-gap: 26px;
    }
}

.casino-side-games .divider-2 .container .inner {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 16px 151px 16px;
    background: url("../../img/casino-side-games/divider-2-left.png") bottom left no-repeat, url("../../img/casino-side-games/divider-2-right.png") bottom right no-repeat, radial-gradient(185px 150px at 50% 100%, rgba(244, 199, 255, 1) 0%, rgba(244, 199, 255, 0) 100%) no-repeat, #c551e9;
}
@media (min-width: 950px) {
    .casino-side-games .divider-2 .container .inner {
        padding: 66px 100px;
    }
}
@media (min-width: 1240px) {
    .casino-side-games .divider-2 .container .inner {
        background: url("../../img/casino-side-games/divider-2-desktop.png") bottom no-repeat, #c551e9;
    }
}

.casino-side-games .divider-2 .entry-content {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
@media (min-width: 1240px) {
    .casino-side-games .divider-2 .entry-content {
        font-size: 28px;
    }
}

/* Form Footer */
.contuctus-footer {
    background: #b337de;
    padding: 80px 100px 0;
    position: relative;
    overflow: hidden;
    min-height: 665px;
}
@media (max-width: 991px) {
    .contuctus-footer {
        padding: 80px 0 350px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer {
        padding: 32px 0 304px;
    }
}

.contuctus-footer .container {
    max-width: 980px;
}

.floatToRight {
    transform: translateX(0);
    opacity: 1;
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
}

.contuctus-footer .container .formpart {
    width: 480px;
    max-width: 480px;
    --form-gap: 19px;
}
@media (max-width: 991px) {
    .contuctus-footer .container .formpart {
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .contuctus-footer .container .formpart {
        width: 100%;
    }
}

.contuctus-footer .container .formpart .title {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 28 + 32px);
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
@media (min-width: 1240px) {
    .contuctus-footer .container .formpart .title {
        font-size: 60px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .title {
        margin-bottom: 8px;
    }
}

.contuctus-footer .container .formpart .subtitle {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc((100vw - 375px) / 1545 * 4 + 20px);
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}
@media (min-width: 1240px) {
    .contuctus-footer .container .formpart .subtitle {
        font-size: 24px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .subtitle {
        margin-bottom: 30px;
    }
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--form-gap);
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form span {
    width: 100%;
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form span:has(.phone,.wpcf7-select,.tg-id,.wa-id,.messenger-swap) {
    width: calc(50% - var(--form-gap) / 2);
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form span:has(.phone,.wpcf7-select,.tg-id,.wa-id,.messenger-swap) {
        width: 100%;
    }
}

.contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap {
    width: 100%;
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap {
        width: 100%;
    }
}

.contuctus-footer .note {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
    line-height: 130%;
    color: #fff;
    text-align: center;
    max-width: 178px;
    position: absolute;
    bottom: 453px;
    left: calc(50% + 61px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1240px) {
    .contuctus-footer .note {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .contuctus-footer .note {
        left: calc(50% + 68px);
    }
}
@media (max-width: 991px) {
    .contuctus-footer .note {
        left: calc(50% - 228px);
        top: unset;
        bottom: 200px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .note {
        left: 45px;
        max-width: 173px;
        bottom: 155px;
    }
}
.contuctus-footer .note::before {
    content: "";
    display: block;
    width: 269px;
    height: 190px;
    border-radius: 50%;
    background: #3d0f58;
    transform: rotate(-20deg);
    position: absolute;
    z-index: -1;
}
@media (max-width: 1300px) {
    .contuctus-footer .note::before {
        top: calc(50% - 105px);
    }
}
@media (max-width: 480px) {
    .contuctus-footer .note::before {
        width: 252px;
        height: 178px;
        top: calc(50% - 89px);
        left: calc(50% - 126px);
    }
}

.contuctus-footer .leopard-that {
    width: 454px;
    height: 609px;
    position: absolute;
    bottom: -4px;
    left: calc(50% + 117px);
    z-index: 2;
}
@media (max-width: 1300px) {
    .contuctus-footer .leopard-that {
        left: unset;
        right: 0;
    }
}
@media (max-width: 1024px) {
    .contuctus-footer .leopard-that {
        right: -136px;
    }
}
@media (max-width: 991px) {
    .contuctus-footer .leopard-that {
        right: -76px;
        bottom: -252px;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .leopard-that {
        right: 0;
        bottom: -4px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 812px) {
    .wpcf7 .wpcf7-form .submit-wrap .wpcf7-submit {
        line-height: 150%;
    }
}
@media (max-width: 480px) {
    .contuctus-footer .container .formpart .wpcf7 .wpcf7-form .submit-wrap .wpcf7-submit {
        width: 100%;
        max-width: 480px;
    }
}