@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Regular.woff2') format('woff2'),
    url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GilroyBold';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Bold.woff2') format('woff2'),
    url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GilroySemiBold';
    src: url('fonts/Gilroy-SemiBold.eot');
    src: url('fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    font-family: Gilroy, sans-serif;
    color: #000;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: .3s;
    color: #000;
}

input:focus {
    outline: none;
}

:root {
    --primary-color: #D11831;
    --white: #fff;
}

.content {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}


/********** HEADER START ************/
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 990;
    height: 115px;
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    text-align: right;
    line-height: 98px;
    transition: 0.4s ease;
    transition-property: background-color, box-shadow;
    padding: 0 15px;
}

header.white {
    background-color: #fff;
}

header .content {
    display: flex;
    justify-content: space-between;
    padding: 0 90px 0 240px;
    box-sizing: border-box;
}

header .logos {
    display: flex;
}

header .logos a {
    width: 115px;
    height: 115px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--primary-color);
}

header .left {
    display: flex;
    align-items: flex-start;
    padding-top: 35px;
}

.lang {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: GilroyBold, sans-serif;
    display: flex;
    align-items: center;
}

.lang a:hover {
    color: var(--primary-color);
}

.lang img {
    width: 13px;
    height: 13px;
    margin-right: 6px;
}

@media screen and (max-width: 1200px) {
    header .content {
        padding: 0 50px;
    }

    header .logos a {
        width: 88px;
        height: 88px;
    }

    header .logos a img {
        width: 88px;
        height: 88px;
    }

    header .left {
        padding-top: 25px;
    }
}

@media screen and (max-width: 640px) {
    header {
        height: 88px;
    }
    header .content {
        padding: 0 30px;
    }
}
/********** HEADER END ************/


/********** TOP SECTION START ************/
.top {
    padding: 70px 0 0;
    margin-bottom: 50px;
}

.top .top-content {
    padding: 80px 200px;
    border-radius: 30px 30px 0 0;
    background-image: url("https://static.tildacdn.com/tild3430-3730-4331-b135-363639623936/-/resize/20x/Group_824.png");
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.55;
}

.top h1 {
    font-size: 52px;
    line-height: 1.23;
    font-family: GilroyBold, sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top h1 a {
    color: #fff;
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: rgb(255 255 255) 0 -1px 0 0 inset;
    margin-left: 10px;
}

.top h1 img {
    margin-left: 10px;
}

.top .top-content span {
    display: block;
}

.top .top-content span + span {
    margin-top: 25px;
}

.top .bottom-content {
    padding: 0px 200px 50px;
    border-radius: 0 0 30px 30px;
    background-color: #F5E8EB;
}

.top .bottom-content .support-method-wrapper {
    display: none;
}

.top .bottom-content .support-method-wrapper.active {
    display: block;
}

.top .insert-sum,
.top .choose-support-format {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top .insert-sum .left {
    display: flex;
    flex-direction: column;
}

.top .insert-sum .left > div {
    display: flex;
}

.top .insert-sum .left > div p {
    display: flex;
    align-items: center;
}

.top .insert-sum .left > div p + p {
    margin-left: 15px;
}

.top .insert-sum p,
.top .bottom-content-container > p {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 27px;
    font-family: GilroyBold, sans-serif;
}

.top .insert-sum input,
.top .choose-support-format span {
    font-weight: 600;
    font-family: GilroySemiBold, sans-serif;
    font-size: 18px;
    line-height: 21px;
    border: 2px solid #000;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    caret-color: transparent;
}

.top .bottom-content-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 0px rgba(225, 208, 212, 0.5);
    border-radius: 30px;
    padding: 32px 50px 35px;
    margin-top: -35px;
    z-index: 100;
    position: relative;


}

.top .choose-support-format span {
    width: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.top .choose-support-format span.active {
    border: 2px solid #D11831;
    background: #D11831;
    color: #FFFFFF;

}

.top .choose-support-format span:first-child {
    margin-right: 10px;
}

.top .choose-support-format span:last-child {
    margin-left: 10px;
}

.top .insert-sum input::-webkit-outer-spin-button,
.top .insert-sum input::-webkit-inner-spin-button,
.top .choose-support-format span::-webkit-inner-spin-button,
.top .choose-support-format span::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
.top .insert-sum input[type=number] {
    -moz-appearance: textfield;
    caret-color: #000;
}

.top .insert-sum .left input {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.top .insert-sum .left input + input {
    margin-left: 15px;
}

.top .insert-sum .right input {
    width: 300px;
    background-color: transparent;
}

.top .insert-sum .right input::placeholder {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.top .insert-sum .left input.active,
.top .insert-sum .right input.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.top .insert-sum .left input.active {
    background: var(--primary-color);
    color: var(--white);
}

.top .user-sum {
    padding: 0 20px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border: 2px dashed #F4F4F4;
}

.top .user-sum span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
}

.top .user-sum p {
    font-weight: bold;
    font-family: GilroyBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.top .payment-type .links {
    display: flex;
    justify-content: space-between;
}

.top .payment-type p {
    font-weight: bold;
    font-family: GilroyBold, sans-serif;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 30px;
}

.top .payment-type a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-weight: bold;
    font-family: GilroyBold, sans-serif;
    font-size: 16px;
    line-height: 19px;
    background: #F4F4F4;
    border-radius: 10px;
    border-color: transparent;
}

.top .payment-type a.active {
    border: solid 1px #D11831;
    background: #FFFFFF;
}

.top .send-button {
    opacity: 0.4;
    width: 287px;
    height: 59px;
    border-radius: 10px;
    background-color: var(--primary-color);
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0;
    cursor: pointer;
}

.top .send-button.active {
    opacity: 1;
    background-color: var(--primary-color) !important;
}

@media screen and (max-width: 768px) {
    .top .send-button.full-width {
        opacity: 1;
        background-color: rgb(237, 164, 174);
        min-width: 100%;
        border-radius: 0;
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .top {
        padding-top: 50px;
    }
    .top .top-content, .top .bottom-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .top .choose-support-format span {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 992px) {
    .top {
        padding-left: 0;
        padding-right: 0;
    }

    .top .top-content {
        padding: 60px 15px;
    }

    .top h1 {
        font-size: 26px;
        line-height: 31px;
        margin-top: 10px;
    }

    .top h1 a {
        margin-left: 7px;
    }

    .top h1 img {
        width: 37px;
        margin-left: 7px;
    }

    .top .top-content {
        font-size: 16px;
    }

    .top .bottom-content {
        padding: 0px 15px 20px;
    }

    .top .insert-sum {
        flex-direction: column;
    }

    .top .insert-sum .right input {
        width: 100%;
        box-sizing: border-box;
    }

    .top .insert-sum input {
        padding: 0 10px;
    }

    .top .insert-sum p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .top .insert-sum .left {
        margin-bottom: 40px;
    }

    .top .insert-sum .left > div {
        display: flex;
    }

    .top .insert-sum .left input {
        width: 100%;
    }

    .top .user-sum span {
        font-size: 14px;
        line-height: 17px;
        max-width: 147px;
    }

    .top .payment-type .links {
        flex-wrap: wrap;
    }

    .top .payment-type a {
        width: 100%;
        padding: 0;
    }

    .top .payment-type a + a {
        margin-top: 25px;
    }

    .top .bottom-content-container {
        padding: 25px 30px 35px;
    }

    /*.top .payment-type a.patreon-link,*/
    /*.top .payment-type a.details-link {*/
    /*    width: calc(50% - 7px);*/
    /*}*/
}


@media screen and (max-width: 640px) {
    .top .insert-sum input {
        padding: 0 5px;
    }

    .top .insert-sum .left input + input {
        margin-left: 8px;
    }

    .top .insert-sum, .top .choose-support-format {
        margin-bottom: 25px;
    }

    .top .insert-sum .left {
        margin-bottom: 30px;
    }

    .top .user-sum {
        margin-bottom: 30px;
    }

    .top .user-sum {
        margin-bottom: 25px;
    }

    .top .payment-type a + a {
        margin-top: 15px;
    }

    .top .send-button {
        margin: 25px auto 0;
    }

    .top .choose-support-format span:first-child {
        margin-right: 5px;
    }

    .top .choose-support-format span:last-child {
        margin-left: 5px;
    }

    .top .send-button {
        width: 230px;
    }
}

@media screen and (max-width: 420px) {

    .content {
        padding: 0 5px;
    }

    .top .bottom-content {
        padding: 0px 5px 20px;
    }

    .top .bottom-content-container {
        padding: 25px 10px 25px;
    }

    .top .choose-support-format span {
        padding: 0 5px;
    }

    .top .send-button {
        width: 215px;
    }

    /*.top .insert-sum input {*/
    /*    padding: 0 8px;*/
    /*    margin: 15px 0px 0px !important;*/
    /*    width: 95%;*/
    /*}*/

    /*.top .insert-sum .left > div {*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center;*/
    /*}*/
}

/********** TOP SECTION END ************/


/********** BANK DETAILS START ************/
.bank-details {
    padding-top: 15px;
    padding-bottom: 75px;
}

.bank-details h2 {
    margin: 0 auto 90px;
    text-align: center;
    font-size: 42px;
    line-height: 1.23;
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
}

.bank-details .item {
    max-width: 560px;
    margin: 0 auto;
}

.bank-details .item + .item {
    border-top: 1px solid #EFEFEF;
}

.bank-details .item .title {
    padding: 20px 0 20px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
    position: relative;
    cursor: pointer;
    transition: .3s;
    text-transform: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bank-details .item .title.active .arrow {
    transform: rotate(-45deg);
}

.bank-details .item .title:hover .arrow:after {
    border-color: var(--primary-color);
    background: conic-gradient(from 90deg at var(--b) var(--b), #D11831FF 90deg, #fff 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2)/calc(50% + var(--b)) calc(50% + var(--b));
}

.bank-details .item .arrow {
    position: relative;
    transition: .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-details .item .arrow:after {
    position: absolute;
    content: '';
    --b: 2px;
    width: 40px;
    aspect-ratio: 1/1;
    border: 10px solid #fff;
    display: inline-block;
    border-radius: 90px;
    background: conic-gradient(from 90deg at var(--b) var(--b),#fff 90deg,#000 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
}

.bank-details .tab {
    overflow: hidden;
    border-radius: 0.25rem;
    max-width: 560px;
    margin: 0 auto;
}

.bank-details .tab + .tab {
    border-top: 1px solid #EFEFEF;
}

.bank-details .tab .tab-label {
    padding: 20px 0 20px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
    position: relative;
    cursor: pointer;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bank-details .tab .tab-label:hover .arrow:after {
    border-color: var(--primary-color);
    background: conic-gradient(from 90deg at var(--b) var(--b), #D11831FF 90deg, #fff 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2)/calc(50% + var(--b)) calc(50% + var(--b));
}

.bank-details .tab .tab-label .title {
    text-transform: initial;
}

.bank-details .tab .tab-label .arrow {
    position: relative;
    transition: .3s;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-details .tab .tab-label .arrow:after {
    position: absolute;
    content: '';
    --b: 2px;
    width: 20px;
    aspect-ratio: 1/1;
    border: 10px solid #fff;
    display: inline-block;
    border-radius: 90px;
    background: conic-gradient(from 90deg at var(--b) var(--b),#fff 90deg,#000 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
}

.bank-details .tab .tab-content {
    transition: all 0.35s;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    max-height: 0;
}

.bank-details input[id^='tab-'] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.bank-details input[id^='tab-']:checked + .tab-label .arrow {
    transform: rotate(-45deg);
}

.bank-details input[id^='tab-']:checked ~ .tab-content {
    max-height: 100vh;
    padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .bank-details h2 {
        margin-bottom: 50px;
        font-size: 30px;
    }

    .bank-details .tab .tab-label {
        font-size: 16px;
    }
}
/********** BANK DETAILS EDN ************/



/********** PATREON SUPPORT START ************/
.patreon-support {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
}

.patreon-support h2, .patreon-support p, .patreon-support a {
    text-align: center;
}

.patreon-support h2 {
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
    color: var(--primary-color);
    font-size: 48px;
    line-height: 1.23;
    margin-bottom: 25px;
}

.patreon-support p {
    max-width: 600px;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 auto;
}

.patreon-support .link {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.patreon-support .link div {
    display: inline-flex;
    position: relative;
}

.patreon-support .link a {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--primary-color);
    height: 60px;
    padding: 0 60px;
}

.patreon-support .link .icon {
    width: 45px;
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #c9c9c9;
}

.patreon-support .link .icon-mobile {
    display: none;
}

@media screen and (max-width: 640px) {
    .patreon-support {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .patreon-support h2, .patreon-support p, .patreon-support a {
        padding: 0 15px;
    }

    .patreon-support  h2 {
        font-size: 30px;
    }

    .patreon-support p {
        font-size: 20px;
        line-height: 1.4;
    }

    .patreon-support .link {
        margin-top: 40px;
    }

    .patreon-support .link div {
        flex-direction: column;
    }

    .patreon-support .link .icon {
        display: none;
    }

    .patreon-support .link .icon-mobile {
        display: block;
        width: 20px;
        margin: 0 auto 20px;
    }
}
/********** PATREON SUPPORT END ************/


/********** THX START ************/
.thx h2 {
    padding-top: 105px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 52px;
}

.thx .photos {
    display: flex;
    height: 100vh;
}

.thx .photos .left {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.thx .photos .left img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.thx .photos .right {
    width: 65%;
}

.thx .photos .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .thx h2 {
        font-size: 30px;
        padding-top: 50px;
        line-height: 1.23;
    }

    .thx .photos {
        height: auto;
        flex-direction: column-reverse;
    }

    .thx .photos .left {
        flex-direction: row;
        width: 100%;
        height: 120px;
    }

    .thx .photos .left img {
        width: 50%;
        height: 100%;
    }

    .thx .photos .right {
        width: 100%;
        height: 230px;
    }
}
/********** THX END ************/


/********** FOOTER START ************/
footer {
    padding: 15px 40px 30px;
    background-color: #171717;
}

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

footer .content > div {
    width: 33.333%;
}

footer .logo {
    max-width: 100px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(19%) sepia(77%) saturate(4849%) hue-rotate(343deg) brightness(83%) contrast(97%);
}

footer .copyright {
    font-size: 14px;
    color: #fff;
    line-height: 1.35;
    text-align: center;
    font-weight: 600;
    font-family: GilroyBold, sans-serif;
}

footer .soc-icons {
    display: flex;
    justify-content: flex-end;
}

footer .soc-icons a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

footer .soc-icons a + a {
    margin-left: 10px;
}

footer .soc-icons a .icon.facebook {
    width: 10px;
}

footer .soc-icons a .icon.instagram {
    width: 18px;
}

@media screen and (max-width: 767px) {
    footer .content {
        flex-direction: column;
        padding: 40px 0;
    }

    footer .content > div {
        width: 100%;
        text-align: center;
    }

    footer .content > div + div {
        margin-top: 30px;
    }

    footer .logo {
        max-width: 80px;
    }

    footer .soc-icons {
        justify-content: center;
    }
}
/********** FOOTER END ************/



/********** THX PAGE START ************/
.thx-page {
    padding: 70px 40px;
    background-attachment: fixed;
    height: 100vh;
    box-sizing: border-box;
    color: var(--white);
}

.thx-page .content {
    border-radius: 30px;
    background-image: url("https://static.tildacdn.com/tild3430-3730-4331-b135-363639623936/-/resize/20x/Group_824.png");
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thx-page h1 {
    font-weight: 700;
    font-family: GilroyBold, sans-serif;
    font-size: 52px;
    line-height: 63px;
    margin-bottom: 30px;
}

.thx-page p {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.thx-page a {
    color: var(--white);
    margin: 0 8px 0 5px;
    position: relative;
    white-space: nowrap;
}

.thx-page a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--white);
}

.thx-page .subscription-block {
    display: none;
    padding: 25px 40px;
    background: #FAE7E7;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-family: GilroyBold, sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin: 0 15%;
    text-align: left;
}

.thx-page .bottom-text {
    margin: 20px 15%;
    padding: 0 40px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
}

.thx-page .bottom-text .gray {
    margin-top: 30px;
    opacity: 0.4;
}

.thx-page .subscription-block .follow-subscription {
    /*opacity: 0.8;*/
    width: 100%;
    margin: 25px 0px 20px;
    height: 59px;
    border-radius: 10px;
    background-color: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-family: GilroyBold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .thx-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .thx-page .subscription-block {
        margin: 0px 5%;
    }

    .thx-page .bottom-text {
        margin: 20px 5%;
    }
}

@media screen and (max-width: 768px) {
    .thx-page {
        padding: 50px 12px;
    }
    .thx-page .subscription-block {
        margin: 0px 0%;
    }

    .thx-page .bottom-text {
        margin: 20px 5%;
        padding: 0;
    }

}

@media screen and (max-width: 640px) {

    .thx-page {
        padding-bottom: 35px;
    }

    .thx-page h1 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 15px;
    }

    .thx-page p {
        font-size: 18px;
        line-height: 24px;
    }

    .thx-page .img-wrap {
        width: 100%;
    }

    .thx-page img {
        width: 37px;
        /*margin-top: 10px;*/
    }


    .thx-page .content {
        height: auto;
        padding-top: 40px;
    }

    .thx-page .content h1 {
        font-size: 26px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .thx-page .subscription-block {
        margin: 0px 1%;
        padding: 25px 22px;
        font-size: 20px;
        line-height: 22px;
    }

    .thx-page .subscription-block {
        font-size: 16px;
        line-height: 20px;
    }

    .thx-page .subscription-block .follow-subscription {
        font-size: 16px;
        line-height: 20px;
        margin: 15px 0px 10px;
    }

}
/********** THX PAGE END ************/
