/* Partnership style  Light Theme*/
body.dark #main-btn-light {
    color: #000;
}
body.dark .partnership-main__buttons a:hover {
    color: #000 !important;
}
body.dark .social-steps__btn:hover {
    color: #000 !important;
}
body.dark .partnership-main__tab  {
    color: #000;
    border: 1px solid rgba(38, 232, 184, 0.29);
} 
body.dark .partnership-features__item, 
body.dark .partnership-calc__card, 
body.dark .partnership-calc__card select,
body.dark .partnership-benefits__item,
body.dark .partnership-steps__item { 
    
    border: 1px solid rgba(38, 232, 184, 0.29);
}
body.dark .partnership-calc__card select {
    color: #000;
} 
body.dark .social-calculate__item--list span {
    color: rgba(0, 0, 0, 0.7);
}
body.dark .social-calculate__item--list span.active {
    color: rgba(0, 0, 0, 1);
}
body.dark .social-calculate__item--btn:hover {
    color: #000;
}
body.dark .social-calculate__item--subtitle {
    color: #000;
}
body.dark .partnership-calc__card--btn:hover {
    background: transparent;
    color: #000;
}
/* Partnership style */
.partnership-main {
    padding-top: 120px;
}
.partnership-main__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partnership-main__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.partnership-main__title {
    font-size: 32px;
    line-height: 38px;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 20px;
}
.partnership-main__text {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7 !important;
}
.partnership-main__buttons {
    display: grid;
    row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 45px;
}
.partnership-main__buttons a {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 14px;
    font-family: 'GothamPro-Bold', sans-serif;
    color: #0C0F1A;
    background: #27E8B9;
    border: 1px solid #27E8B9;
    transition: all 0.3s ease-in-out;
}
.partnership-main__buttons a:nth-of-type(2) {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #27E8B9;
}
.partnership-main__buttons a:hover {
    background: transparent;
    color: #FFFFFF;
}
.partnership-main__buttons a:nth-of-type(2):hover {
    background: #27E8B9;
    color: #0C0F1A;
}
.partnership-main__media {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.partnership-main__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 306px;
    height: 306px;
    font-size: 23.4483px;
    line-height: 24.52px;
    font-family: 'GothamPro-Bold', sans-serif;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 60px;
    text-align: center;
    position: relative;
    z-index: 2;
    pointer-events: none;
    margin-bottom: 60px;
}
@media screen and (min-width: 1130px) {
    .partnership-main__circle {
        margin-bottom: unset;
    }

}


.partnership-main__card {
    display: flex;
    flex-direction: column;
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 10px;
    padding: 16px;
    padding-top: 14px;
    margin-top: -40px;
    position: relative;
    z-index: 5;
    width: 233px;
}
.partnership-main__card--list {
    display: grid;
    row-gap: 10px;
}
.partnership-main__card--title {
    font-size: 9.95735px;
    line-height: 10px;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 10px;
}
.partnership-main__card--item {
    display: grid;
    padding: 14px;
    column-gap: 12px;
    grid-template-columns: 13px 86px 40px;
    row-gap: 3px;
    align-items: center;
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 0.905213px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(19.0095px);
    border-radius: 7.24171px;
}
.partnership-main__card--item:first-of-type {
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 0.905213px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(19.0095px);
}
.partnership-main__card--icon {
    width: 13px;
    display: block;
    height: 13px;
}
.partnership-main__card--text {
    grid-column: 2;
    font-size: 7.24171px;
    line-height: 7px;
    white-space: nowrap;
}
.partnership-main__card--name {
    font-size: 9.95735px;
    line-height: 10px;
    font-family: 'GothamPro-Bold', sans-serif;
}
.partnership-main__card--number {
    font-size: 10.8626px;
    line-height: 10px;
    color: #27E8B9;
}
.partnership-main__tabs {
    width: 282px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.partnership-main__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 10px;
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 38px;
    margin-right: 8px;
    margin-top: 9px;
}
.partnership-main__tab.active {
    background: #27E8B9;
    color: #0C0F1A;
}

@media screen and (min-width: 640px) {
    .partnership-main__title {
        font-size: 60px;
        line-height: 63px;
        padding-bottom: 30px;
    }
    .partnership-main__media {
        width: 100%;
    }
    .partnership-main__text {
        font-size: 15px;
        line-height: 22.5px;
    }
    .partnership-main__buttons {
        width: fit-content;
        padding-top: 82px;
        grid-template-columns: 199px 317px;
        row-gap: unset;
        column-gap: 14px;
    }
    .partnership-main__tabs {
        position: absolute;
        bottom: 93px;        
        right: 40px;
        top: auto;
    }
    .partnership-main__card {
        margin-left: -261px;   
    }
}
@media screen and (min-width: 1080px) {
    .partnership-main {
        padding-top: 213px;
        position: relative;
    }
    .partnership-main:after {
        content: '';
        display: block;
        width: 659px;
        height: 659px;
        background: #A3F5E1;
        opacity: 0.4;
        filter: blur(400px);
        z-index: 1;
        position: absolute;
        right: -144px;
        bottom: -400px;
        pointer-events: none;
    }
    .partnership-main__wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }
    .partnership-main__buttons a {
        width: 199px;
        height: 46px;
    }
    .partnership-main__buttons a:nth-of-type(2) {
        width: 317px;
        height: 46px;
    }
    .partnership-main__content {
        width: 704px;
        flex-shrink: 0;
    }
    .partnership-main__media {
        padding-top: unset;
        width: 502px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .partnership-main__card {
        margin-left: -321px;   
        margin-top: -66px;
    }
    .partnership-main__tabs {
        right: -10px;
        bottom: 63px;
    }
}
/* second section Features */
.partnership-features {
    padding-top: 60px;
}
.partnership-features__title {
    font-size: 22px;
    line-height: 1;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 30px;
}
.partnership-features__list {
    display: grid;
    row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
}
.partnership-features__item {
    display: flex;
    flex-direction: column;
    padding: 18px 20px;
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 10px;
    position: relative;
}
.partnership-features__item--title {
    font-size: 16px;
    line-height: 19.2px;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 10px;
    padding-right: 20px;
}
.partnership-features__item--text {
    font-size: 12px;
    line-height: 16.8px;
    opacity: 0.7 !important;
}
.partnership-features__item--img {
    display: block;
    position: absolute;
    top: 23px;
    right: 15px;
    width: 25px;
    height: 25px;
}
.partnership-features__item--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width: 1080px) {
    .partnership-features {
        padding-top: 180px;
        position: relative;
        z-index: 3;
    }
    .partnership-features:after {
        content: '';
        display: block;
        width: 398px;
        height: 398px;
        background: #A3F5E1;
        opacity: 0.4;
        filter: blur(400px);
        z-index: 1;
        position: absolute;
        left: 70px;
        top: -143px;
        pointer-events: none;
    }
    .partnership-features__title {
        font-size: 36px;
        line-height: 43px;
        padding-bottom: 62px;
        width: 703px;
    }
    .partnership-features__list {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 31px;
    }
    .partnership-features__item--title {
        padding-bottom: 15px;
        font-size: 22px;
        line-height: 1;
        width: 280px;
        padding-right: unset;
    }
    .partnership-features__item--text {
        font-size: 16px;
        line-height: 22.4px;
    }
    .partnership-features__item--img {
        top: 25px;
        right: 25px;
        width: 30px;
        height: 30px;
    }
}

/* Steps section */
.partnership-steps {
    padding-top: 60px;
}
.partnership-steps__steps {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 20px;
}
.partnership-steps__item {
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 35px 25px;
    position: relative;
}
.partnership-steps__item span {
    left: 20px;
    top: -23px;
    color: #FFFFFF;
    opacity: 0.3;
    font-size: 40px;
    line-height: 48px;
    font-family: 'GothamPro-Bold', sans-serif;
    position: absolute;
    display: inline-block;
    z-index: 5;
}
.partnership-steps__title {
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 1;
}
.partnership-steps__item--icon {
    display: none;
    width: 50px;
    height: 50px;
}   
.partnership-steps__item--name {
    font-family: 'GothamPro-Bold', sans-serif;
    font-size: 20px;
    line-height: 1;
}
@media screen and (min-width: 1080px) {
    .partnership-steps {
        padding-top: 180px;
        position: relative;
        z-index: 3;
    }
    .partnership-steps:after {
        content: '';
        display: block;
        width: 550px;
        height: 550px;
        background: #A3F5E1;
        opacity: 0.4;
        filter: blur(400px);
        z-index: 1;
        position: absolute;
        right: 200px;
        top: 230px;
        pointer-events: none;
    }
    .partnership-steps__steps {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 40px;
    }
    .partnership-steps__title {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 62px;
        max-width: 565px;
    }
    .partnership-steps__item:last-of-type {
        grid-column: span 3;
    }
    .partnership-steps__item--icon {
        display: block;
        margin-right: 25px;
    }
    .partnership-steps__item {
        justify-content: flex-start;
        background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
    .partnership-steps__item:last-of-type:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        background: url(../img/step-bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.1;
    }
}

.partnership-benefits {
    padding-top: 60px;
}
.partnership-benefits__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 10px;
    padding: 25px;
}
.partnership-benefits__item:last-of-type {
    background: radial-gradient(100% 100% at 0% 0%, rgba(250, 255, 254, 0.13) 0%, rgba(250, 255, 254, 0.04) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 10px;
}
.partnership-benefits .partnership-steps__item--name {
    flex-grow: 1;
    font-family: 'GothamPro', sans-serif;
    font-size: 20px;
    line-height: 1;    
}
.partnership-benefits .partnership-steps__item--icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: block;
    margin: unset;
}

@media screen and (min-width: 1080px) {
    .partnership-benefits {
        padding-top: 180px;
        position: relative;
    }
    .partnership-benefits:after {
        content: '';
        display: block;
        width: 515px;
        height: 515px;
        background: #A3F5E1;
        opacity: 0.4;
        filter: blur(400px);
        z-index: 1;
        position: absolute;
        right: 244px;
        top: -243px;
        pointer-events: none;
    }
    .partnership-benefits__item:last-of-type {
        grid-column: span 3;
        justify-content: flex-start;
    }
    .partnership-benefits__item:last-of-type .partnership-steps__item--name {
        flex-grow: unset;
    }
    .partnership-benefits__item:last-of-type .partnership-steps__item--icon {
        margin-left: 25px;
    }

}

.partnership-calc {
    padding-top: 60px;
}
.partnership-calc__title {
    padding-bottom: 30px;
}
.partnership-calc__text {
    font-size: 15px;
    line-height: 22.5px;
    opacity: 0.7 !important;
}
.partnership-calc__card {
    margin-top: 62px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 20px;
    padding: 20px;
}
.partnership-calc__card--wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;    
    padding-top: 32px;
}
.partnership-calc__card--result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
}
.partnership-calc__card--title {
    font-size: 22px;
    line-height: 1;
    font-family: 'GothamPro-Bold', sans-serif;
}
.partnership-calc__card--sum {
    font-family: 'GothamPro', sans-serif;
    font-size: 40px;
    line-height: 1;
    padding-top: 14px;
}
.partnership-calc__card--sum span {
    font-family: 'GothamPro-Bold', sans-serif;
    font-size: 70px;
    line-height: 1;
    padding-right: 10px;
}
.partnership-calc__card--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    background: #27E8B9;
    border: 1px solid #27E8B9;
    border-radius: 10px;
    font-size: 15px;
    line-height: 14px;
    width: 259px;
    height: 46px;
    color: #0C0F1A;
    font-family: 'GothamPro-Bold', sans-serif;
}
.partnership-calc__card--btn:hover {
    background: transparent;
    color: #fff;
}
.partnership-calc__card--policy {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7 !important;
    padding-top: 34px;
}
.partnership-calc__card--subtitle {
    font-size: 16px;
    line-height: 15px;
}
.partnership-calc__card--item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.partnership-calc__choise {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}
.partnership-calc__choise:first-of-type {
    margin: unset;
}
.partnership-calc__card--item.lots {
    width: 100%;
}
.partnership-calc__choise select,
.partnership-calc__choise input {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    padding: 12px 22px;
    cursor: pointer;
    position: relative;
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.partnership-calc__choise select option {
    color: #000;
}
.partnership-calc__card--item:nth-of-type(2) {
    padding-top: 32px;
    padding-bottom: 20px;
}
.partnership-calc__bg1, 
.partnership-calc__bg2,
.partnership-calc__bg3 {
    display: none;
    width: fit-content;
    grid-template-columns: 13px 86px 60px;
    transform: scale(0.7);
    z-index: 5;
    position: absolute;
    pointer-events: none;
}
.partnership-calc__bg1 {
    top: 390px;
    left: -20px;
    transform: scale(0.5) rotate(-30deg);
}
.partnership-calc__bg2 {
    top: 290px;
    right: 380px;
    transform: scale(1) rotate(-30deg);
}
.partnership-calc__bg3 {
    top: 360px;
    right: 260px;
    transform: scale(0.7) rotate(30deg);
}
@media screen and (min-width: 1080px) {
    .partnership-calc {
        padding-top: 180px;
        position: relative;
    }
    .partnership-calc__bg1, 
    .partnership-calc__bg2,
    .partnership-calc__bg3 {
        display: grid;

    }
    .partnership-calc__title {
        max-width: 790px;
        font-size: 70px;
        line-height: 1;
    }
    .partnership-calc__text {
        max-width: 501px;
    }
    .partnership-calc__card {
        margin-top: 62px;
    }
    .partnership-calc__card {
        padding: 35px;
    }
    .partnership-calc__choise {
        display: flex;
        flex-direction: column;
        margin: unset;
        margin-right: 30px;
    }
    .partnership-calc__choise:first-of-type {
        margin-right: 30px;
    }
    .partnership-calc__choise:last-of-type {
        margin: unset;
    }
    .partnership-calc__card--item{
        flex-direction: row;
    }
    .partnership-calc__card--wrapper {
        flex-direction: row;
    }
    .partnership-calc__card--content {
        flex-grow: 1;
        width: 595px;
        padding-right: 65px;
        border-right: 1px solid rgba(255, 255, 555, 0.1);
    }
    .partnership-calc__choise select {
        width: 250px;
    }
    .partnership-calc__card--result {
        padding-left: 63px;
        padding-top: unset;
    }
    .partnership-calc__card--item:last-of-type .partnership-calc__choise select {
        width: 156px;
    }      
}
/* Social trading */
.partnership-main__undertitle {
    font-size: 14px;
    line-height: 13px;
    padding-bottom: 10px;
    opacity: 0.7 !important;
}
.social-main__content {

}
.social-main__media {
    width: 100%;
    height: 371px;
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
}
.social-main__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

@media screen and (min-width: 1080px) {
    .social-main__media {
        width: 560px;
        height: 460px;
        flex-shrink: 0;
    }
    .social-main__content {
        width: 636px;
    }
    .social-main__buttons a {
        width: 208px;
    }
}
@media screen and (min-width: 1280px) {
    .social-main__media {
        width: 660px;
        height: 560px;
    }
}

.social-steps__text {
    padding-top: 42px;
    font-size: 15px;
    line-height: 22.5px;
    width: 100%;
    display: block;
    opacity: 0.7 !important;
}
.social-steps__btn {
    font-size: 15px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #0C0F1A;
    background: #27E8B9;
    border-radius: 10px;
    width: 100%;
    white-space: nowrap;
    padding: 16px 33px;
    margin-top: 62px;
    font-family: 'GothamPro-Bold', sans-serif;
}


.social-steps__btn {
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 14px;
    font-family: 'GothamPro-Bold', sans-serif;
    color: #0C0F1A;
    background: #27E8B9;
    border: 1px solid #27E8B9;
    transition: all 0.3s ease-in-out;
}
.social-steps__btn:hover {
    background: transparent;
    color: #FFFFFF;
}
@media screen and (min-width: 1080px) {
    .social-features__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .social-features__list .partnership-features__item {
        padding: 25px;
    }
    .social-features__list .partnership-features__item--title {
        width: 330px;
        font-size: 20px;
    }
    .social-steps__steps .partnership-steps__item:last-of-type:after {
        opacity: 1;
    }
    .social-steps__text {
        padding-top: 42px;
        font-size: 15px;
        line-height: 22.5px;
        width: 405px;
        display: block;
    }
    .social-steps__btn {
        width: 241px;
    }
}

.social-calculate {
    padding-top: 83px;
}
.social-calculate__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.social-calculate__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social-calculate__title {
    font-size: 32px;
    line-height: 38px;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 62px;
}
.social-calculate__subtitle {
    font-size: 20px;
    line-height: 24px;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-bottom: 24px;
}
.social-calculate__text {
    font-size: 15px;
    line-height: 22.5px;
    opacity: 0.7;
}
.social-calculate__card {
    padding: 25px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(39, 232, 185, 0.7);
    backdrop-filter: blur(21px);
    border-radius: 20px;
    margin-top: 50px;
    width: 100%;
}
.social-calculate__card--title {
    font-family: 'GothamPro-Bold', sans-serif;
    font-size: 22px;
    line-height: 1;
}
.social-calculate__item {
    padding-top: 32px;
}
.social-calculate__item:nth-last-of-type(3) {
    width: 100%;
}
.social-calculate__item__sum {
    text-transform: unset;
    font-size: 30px;
    padding-bottom: 32px;
}
.social-calculate__item__sum span {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'GothamPro-Bold', sans-serif;
    padding-right: 10px;
}
.social-calculate__item--list {
    display: flex;
    align-items: center;
    padding: 4px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}
.social-calculate__item--list span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 15px;
    line-height: 14px;
    margin-right: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.social-calculate__item--list span:hover {
    color: rgba(255, 255, 255, 1);
}
.social-calculate__item--list span.active {
    color: rgba(255, 255, 255, 1);
}
.social-calculate__item--title {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 15px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.social-calculate__item--title p {
    white-space: pre-wrap;
    padding-right: 10px;
}
.social-calculate__item--title .result {
    font-family: 'GothamPro-Bold', sans-serif;
    white-space: nowrap;
}
.social-calculate__item--subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-calculate__item--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 46px;
    padding: 16px 53px;
    background: #27E8B9;
    border: 1px solid #27E8B9;
    border-radius: 10px;
    color: #000;
    font-family: 'GothamPro-Bold', sans-serif;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
.social-calculate__item--btn:hover {
    background-color: transparent;
    color: #fff;
}
.social-calculate__item__policy {
    font-size: 12px;
    line-height: 15.6px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    max-width: 432px;
    width: 100%;
    padding-top: 28px;
}
.ui-widget-content {
    height: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(21px);
    border-radius: 20px;
}
.ui-slider-handle {
    display: block;
    width: 30px !important;
    height: 30px !important;
    background: #27E8B9 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    top: -12px  !important;
}
.ui-widget-header {
    background: #27E8B9;
    border-radius: 2px;
}
.social-calculate__item--subtitle {
    padding-top: 18px;
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1080px) {
    .social-calculate {
        padding-top: 193px;
    }
    .social-calculate__content {
        width: 478px;
    }
    .social-calculate__title {
        font-size: 70px;
        line-height: 84px;
    }
    .social-calculate__subtitle {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 24px;
    }
    .social-calculate__card {
        width: 555px;
        margin: unset;
    }
    .social-calculate__wrapper {
        flex-direction: row;
    }
    .social-calculate__item--list span {
        padding: 12px;
    }
}

