@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaPT';
  src: url('../fonts/FuturaPT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-primary: #ffffff;
    --color-secondary: #ffdcb0;
    --color-offer: #29BD02FD;
    --color-worse: #cb0505;
    /*--color-third: #FEBA7B;*/
    --color-third: #ecc595;
    --color-dark: #1A1A1A;
    --color-gray-transparent: rgba(128, 128, 128, 0.5);
}
/*START PRELOADER */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1; /* Начальная непрозрачность */
    transition: opacity 1s ease; /* Плавный переход для исчезновения */
}

#preloader img {
    max-width: 100%;
    height: auto;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/*END PRELOADER */

#bodyBlock {
    background-color: var(--color-gray-transparent);
}

.textStyle,
#bodyBlock #allrecords .textStyle,
 #bodyBlock #allrecords   .tn-atom.textStyle{
    color: var(--color-primary);
    font-size: 18px;
    font-family: 'FuturaPT', Arial, sans-serif;
    line-height: 1.25;
    /*background-position: center center;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
}

.colorLigth,
#bodyBlock #allrecords .colorLigth,
 #bodyBlock #allrecords   .tn-atom.colorLigth{
    color: var(--color-white) !important;
}
div.colorDark,
.colorDark,
#bodyBlock #allrecords .colorDark,
#bodyBlock #allrecords   .tn-atom.colorDark{
    color: var(--color-black);
}

.middleText,
#bodyBlock #allrecords .middleText,
#bodyBlock #allrecords  .tn-atom.middleText {
    font-weight: 700;
    font-size: 32px;
    font-family: 'FuturaPT', Arial, sans-serif; 
    line-height: 1.2;
    color: var(--color-primary); 
    text-align: center;
}
/*.blockimage2 {*/
/*    position: relative;*/
/*}*/
.autorNameTitle
{
    text-align: left !important;
    font-size: 50px !important;
}

.mainText,
#bodyBlock #allrecords .mainText,
#bodyBlock #allrecords  .tn-atom.mainText {
    font-weight: 700;
    /*font-family: 'FuturaPT', Arial, sans-serif;*/
    font-family: 'Evolventa', sans-serif;
    line-height: 1.4;
    letter-spacing: -1px;
    font-size: 59px;
    color: var(--color-secondary);
    text-align: center;
}

.textSmall,
#bodyBlock #allrecords .textSmall,
#bodyBlock #allrecords  .tn-atom.textSmall {
    font-size: 15px;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 959px) {
    .mainText,
    #bodyBlock #allrecords .mainText,
    #bodyBlock #allrecords  .tn-atom.mainText {
        font-size: 40px;
    }

    .middleText,
    #bodyBlock #allrecords .middleText,
    #bodyBlock #allrecords  .tn-atom.middleText {
        font-size: 26px;
    }
}

@media screen and (max-width: 639px) {
    .mainText,
    #bodyBlock #allrecords .mainText,
    #bodyBlock #allrecords  .tn-atom.mainText {
        font-size: 34px;
    }
    .middleText,
    #bodyBlock #allrecords .middleText,
    #bodyBlock #allrecords  .tn-atom.middleText {
        font-size: 24px;
    }
}
@media screen and (max-width: 479px) {

    .mainText,
    #bodyBlock #allrecords .mainText,
    #bodyBlock #allrecords  .tn-atom.mainText {
        font-size: 30px;
    }
    .middleText,
    #bodyBlock #allrecords .middleText,
    #bodyBlock #allrecords  .tn-atom.middleText {
        font-size: 22px;
    }

    .autorNameTitle
    {
        font-size: 32px !important;
    }
}
.firstSectionTitle{
    font-weight: 700;
    /*font-family: 'FuturaPT', Arial, sans-serif;*/
    font-family: 'Evolventa', sans-serif;
    font-size: 58px;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--color-white);
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.firstSectionTitle l{
    color: var(--color-secondary);
}
.t396 .tn-atom.firstSectionTitleDate,
.firstSectionTitleDate {
    font-weight: 700;
    /*font-family: 'FuturaPT', Arial, sans-serif;*/
    font-family: 'Evolventa', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: -1px;
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--color-third);
    border-radius: 15px;
    background-color: rgba(254, 186, 123, 0.7);
    /*width: 100px;*/
}

.mainImagesecond {
    max-width: 500px;
    width: 100%;
    position: absolute;
    bottom: 301px;
    right: 160px;
    z-index: 4;
}

.hero-text {
    font-family: 'FuturaPT', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: var(--color-black);
    text-align: center;
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1199px) {
    .hero-text {
        font-size: 42px;
    }
}

@media screen and (max-width: 959px) {
    .hero-text {
        font-size: 36px;
    }
}

@media screen and (max-width: 639px) {
    .hero-text {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .hero-text {
        font-size: 24px;
        padding: 30px 15px;
    }

    .firstSectionTitle{
        font-size: 36px;
        line-height: 1.1;
    }
}

.textBlockN1 {
    background-color: rgba(128, 128, 128, 0.5);
    padding: 30px;
}


.blockTextReceive {
    background-color: #4F4944;
    padding: 20px;
    border-radius: 10px;
    max-width: 450px;
    width: 100%;
    text-align: left;
    height: 170px;
}
.blockTextReceive p,
.tn-atom .blockTextReceive p{
    font-size: 22px;
    text-align: left;
    font-weight: 400;
}
.blockTextReceivetitle{
    font-size: 30px;
    font-weight: 700;
    color: var(--color-secondary);
    text-align: center;
    font-family: 'Evolventa', sans-serif;
}

@media screen and (max-width: 479px) {
    .blockTextReceive {
        height: 300px;
    }
}

.blockTextSectionTitle,
#bodyBlock #allrecords .t396 .tn-atom .blockTextSectionTitle {
    font-weight: 700;
    /*font-family: 'FuturaPT', Arial, sans-serif;*/
    font-family: 'Evolventa', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    color: var(--color-black);
    text-align: left;
    text-transform: uppercase;
margin-bottom: 10px;
}
.blockTextSectionTitle l{
    color: var(--color-secondary);
}
.blockTextSectionTitle.colorDark.textCenter,
#bodyBlock #allrecords .blockTextSectionTitle.colorDark.textCenter,
.textCenter {
    text-align: center !important;
}
@media screen and (max-width: 479px) {
    .blockTextSectionTitle,
    #bodyBlock #allrecords .t396 .tn-atom .blockTextSectionTitle {
        font-size: 22px;
    }
}

.wrapSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    height: 100%;
    padding-top: 70px;
}
.sliderSlick{
    width: 50%;
    position: relative;
    z-index: 2;
}
.oneSlide{
    width: 100%;
    height: auto;
    position: relative;
}
.oneSlide img {
    width: 100%;
    height: auto;
}
.oneSlide .oneSlideTitle {
    position: absolute;
    top:10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.cardPrevilegios{
    height: 100%;
    min-height: 440px;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    border-radius: 20px;
    font-family: 'FuturaPT', Arial, sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    background-color: #5B554E;
}
.cardPrevilegios1 {
    background-image:url('../images/card1.png');
    height: auto;
    width: 360px;
}
.cardPrevilegios2 {
    background-image:url('../images/card2.png');
    height: auto;
    width: 360px;
}
.cardPrevilegios3 {
    background-image:url('../images/card3.png');
    height: auto;
    width: 360px;
}
.cardPrevilegios4 {
    background-image:url('../images/card4.png');
    height: auto;
    width: 360px;
}
.cardGame1 {
    background-image:url('../images/frameIcon1.png') ;
    height: 150px;
    width: 150px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.cardGame2 {
    background-image:url('../images/frameIcon2.png');
    height: 150px;
    width: 150px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.cardGame3 {
    background-image:url('../images/frameIcon3.png') ;
    height: 150px;
    width: 150px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.cardGame4 {
    background-image:url('../images/frameIcon4.png') ;
    height: 150px;
    width: 150px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 479px) {
 .cardGame4, .cardGame1, .cardGame2, .cardGame3 {
opacity: 0.2;
 }
}
.cardPreview,
.cardPrevilegios .cardPreview {
    color: var(--color-third);
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.cardTitle,
.cardPrevilegios .cardTitle {
    color: var(--color-secondary);
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    margin-bottom: 10px;
}
.cardText,
.cardPrevilegios .cardText {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    background-color: rgba(254, 186, 123, 0.3);
    padding: 10px;
    border-radius: 15px;
}
.ligthSection{
    box-sizing: border-box;
    min-height: 600px;
    padding: 20px;
    padding-bottom: 0;
    background-color: var(--color-dark);
    /*background-image: url("../images/background_sect1.png");*/
    background-size: cover;
}

.ligthSection div,
.ligthSection .tn-atom div
{
    color: var(--color-black);
}
.cardAttention{
    width: 100%;
    box-sizing: border-box;
    /*background-color: #212121;*/
    padding: 20px;
    border-radius: 20px;
    /*margin-left: 5%;*/
    position: relative;
    padding-left: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    font-weight: 500;
    font-size: 28px;
    font-family: 'FuturaPT', Arial, sans-serif;
    line-height: 1.2;
    color: var(--color-primary);
    text-align: center;
}
.cardAttentionMyPhoto{
    /*background-image: url("../images/myAttention.png");*/
    width: 450px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cardAttention .title{
    font-size: 40px;
    color: var(--color-third);
    font-weight: 700;
    text-align: center;
    font-family: 'Evolventa', sans-serif;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 20px;
    z-index: 2;
}
.cardAttention .text1{
    color: var(--color-white);
    background-color: #4F4944;
    margin-right: 100px;
    min-width: 70%;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 20px;
    z-index: 5;
}
.cardAttention .text2{
    color: var(--color-third);
    background-color: #4F4944;
    padding: 20px;
    border-radius: 20px;
    margin-left: 100px;
    z-index: 5;
}
.cardAttention .tn-atom .title,
.ligthSection .tn-atom .cardAttention  .title {
    font-size: 40px;
    color: var(--color-third);
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 479px) {
    .cardAttention {
        padding: 10px;
        padding-top: 300px;
        font-size: 22px;
    }
    .cardAttention .title{
        width: 300px;
    }
    .cardAttentionMyPhoto{
        width: 300px;
        height: auto;
        position: absolute;
        top: 0;
        bottom: auto;
    }
    .cardAttention .text1{
        margin-right: 0;
    }
    .cardAttention .text2{
        margin-left: 0;
    }
    .cardAttention .text3{
        margin-right: 0;
    }
}

#bodyBlock #allrecords .ligthSection .tn-atom .cardAttention .text1 {
    color: var(--color-primary);
}
#bodyBlock #allrecords .ligthSection .tn-atom .cardAttention .text2, .ligthColorBej {
    color: var(--color-third) !important;
}
.cardTarif{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    font-weight: 400;
    font-family: 'FuturaPT', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: var(--color-white);
}
.cardTarif .propose {
    font-size: 19px;
    position: absolute;
    top: -45px;
    color: var(--color-white);
    font-weight: 600;
    background-color: rgba(254, 186, 123, 0.7);
    padding: 10px;
    border-radius: 15px;
    /*width: 150px;*/
}
.cardTarif .points,
.cardTarif .points p
{
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}
.cardTarif .pointsp:before,
.cardTarif .points p:before{

}
.cardTarif .price{
    text-align: center;
    width: 100%;
}
.price b{
    color: var(--color-offer);
}
.cardTarif .price i{
    color: var(--color-worse);
    text-decoration: line-through;
}
.cardTarif em{
    color: var(--color-offer);
    font-weight: 700;
}
.cardTarif .bonus{
    font-size: 20px;
    width: 100%;
}
.cardTarifbonus{
    text-align: left;
    font-size: 20px;
    color: var(--color-white);
    background-color: #1E1E1E;
    width: 800px;
    padding: 20px;
    border-radius: 25px;
}
.cardTarifbonus h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: var(--color-third);
}
.cardTarifbonus em{
    color: var(--color-third);
}
.cardTarifbonus a{
    color: var(--color-third);
}
.colorThird{
    color: var(--color-third);
}
@media screen and (max-width: 479px) {
    .cardTarif .propose {
        font-size: 16px;
        padding: 3px;
        border-radius: 10px;
    }
    .cardTarif .points {
        line-height: 1.1;
    }
    .cardTarif .bonus {
        font-size: 17px;
    }
    .cardTarif .bonus em{
        font-size: 21px;
    }

    .cardTarifbonus{
        width: 300px;
        padding: 10px;
        border-radius:15px;
    }
}




.btnBuy ,
#allrecords a.btnBuy ,
#allrecords .btnBuy
{
    width: 100px;
    text-align: center;
    background-color: var(--color-third);
    color: var(--color-white);
    font-family: 'FuturaPT', Arial, sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: var(--color-third);
}

.aboutMeSections1{
    /*background-color: var(--color-gray-transparent);*/
    background-color: rgba(128, 128, 128, 0.7);
    padding: 5px;
}


.logoSection{
    opacity: 0.7;
}

.parentDiv {
    display: flex;               /* Enable flexbox */
    justify-content: center;     /* Center horizontally */
    align-items: center;         /* Center vertically (if needed) */
    width: 100%;
    z-index: 50;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}
/*.parentDiv a.btnBuy{*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    z-index: 1000;*/
/*}*/
.button-wrapper {

    display: inline-block;
    background: linear-gradient(to right, #ff9900, #ff6600);
    border: 3px solid white;
    border-radius: 40px;
    padding: 4px; /* создаёт белую рамку вокруг кнопки */
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
}

.button-wrapper .play-button,
#allrecords .button-wrapper .play-button
{
    display: inline-block;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border-radius: 40px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-wrapper:hover {
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.8);
}

.play-button:hover {
    transform: scale(1.05);
}

.cardShadow {
    border-radius: 40px;
    padding: 4px;
    box-shadow:
            0 0 10px rgba(255, 140, 0, 0.6),    /* мягкое оранжевое свечение вокруг */
            0 0 20px rgba(255, 140, 0, 0.4);    /* ещё более размытое внешнее свечение */
    transition: box-shadow 0.3s ease;
}
.tarifTitle{
    font-weight: 700;
    font-family: 'Evolventa', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}
.cardTarifTitle{
    font-weight: 700;
    font-family: 'Evolventa', sans-serif;
    font-size: 26px;
    line-height: 1.2;
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 8;
}
