

/* Start:/local/components/choodly/countries/templates/modal/style.css?17630684047298*/

.choodly-speach-overlay, .country-detail-overlay, .country-mobile-detail-overlay {
    background: #00000070;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    visibility: hidden;
    transition: all 1s ease;
    height: 0;
    cursor: pointer;
}

.choodly-speach-overlay {
    z-index: 9999;
}

.choodly-speach-overlay.active, .country-detail-overlay.active, .country-mobile-detail-overlay.active {
    display: flex;
    visibility: visible;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.country-detail {
    max-width: 1000px;
    position: relative;
    transform: scale(0.3) rotate(-270deg);
    opacity: 0;
    transition: all 1s ease;

}

/*.country-detail > img{
    
    position: absolute;
    top: 0;
    left: 0;
}*/
.country-detail__total-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.country-detail__total-wrapper >div {
    flex: 1;
}

.country-detail__title {
    font-size: 240%;
    font-family: 'Raleway';
    text-transform: uppercase;
    margin-top: 2vw;
    color: #fff;
    text-align: center;
}

.country-detail_text-top {
    font-size: 91%;
    color: #fff;
    font-family: 'Raleway';
    text-align: center;
    max-width: 866px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 70px;
}

.country-detail_text-top.zabavnye-polzunchiki {
    font-size: 70%;
}

.country-detail_text-bottom.zabavnye-polzunchiki{
    font-size: 68.18%;
    color: #11218E;
    text-align: center;
    max-width: 230px;
    padding-top: 1vw;
    margin: 0 auto;
    font-weight: 400;
}

.country-detail_text-bottom.zabavnye-polzunchiki {
    font-size: 58.18%;
    padding-top: unset;
}

.country-detail__wrapper.polzunchiki-choodly {
    width: 60%;
    margin: 0 auto;
}

.polzunchiki.country-detail_text-bottom {
    max-width: 200px;
    padding-top: 0.5vw;
    padding-right: 1vw;
    font-size: 53%;
}


.country-detail_text-bottom {
    font-size: 68.18%;
    font-family: 'Raleway';
    color: #11218E;
    text-align: center;
    max-width: 574px;
    padding-top: 1.5vw;
    margin: 0 auto;
    font-weight: 400;
}

.karibskie.country-detail_text-bottom {
    padding-top: 3vw;
}

.ozornye.country-detail_text-bottom {
    font-size: 50%;
    max-width: 301px;
    padding-top: 0;
    padding-left: 1vw;
}

.choodly-speach__wrapper {
    transform: scale(0.3) rotate(-270deg);
    opacity: 0;
    transition: all 1s ease;
}

.choodly-speach__wrapper.active, .country-detail.active, .country-mobile-detail.active {
    transform: scale(0.95) rotate(0deg);
    opacity: 1;
}

.country-detail>img {
    width: 100%;
}



.country-detail__wrapper {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(3, 0.3fr);
    max-height: 240px;
    justify-content: center;

}

.country-choodly {
    text-align: center;
    cursor: pointer;
}


.country-choodly:nth-child(1) img,
.country-choodly:nth-child(3) img {
    animation: sway-subtle1 3s ease-in-out infinite;
    transform-origin: center center;
}

.country-choodly:nth-child(2) img {
    animation: sway-subtle2 3s ease-in-out infinite;
    transform-origin: center center;
}

.country-choodly img {
    transform: scale(0.7);
    max-height: 200px;
}

@keyframes sway-subtle1 {
    0%,
    100% {
        transform: scale(0.7) rotate(-3deg);
    }
    50% {
        transform: rotate(3deg) scale(0.8);
    }
}

@keyframes sway-subtle2 {
    0%,
    100% {
        transform: scale(0.7) rotate(3deg) ;
    }
    50% {
        transform: rotate(-3deg) scale(0.8);
    }
}

.country-detail-closer {
    position: absolute;
    top: 2vh;
    left: 3%;
    width: 5%;
    z-index: 10;
}

.country-detail-closer img {
    width: 100%;
}

.country-mobile-detail {
    max-width: 768px;
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(0.3) rotate(-270deg);
    opacity: 0;
    transition: all 1s ease;
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(3, 0.3fr);
}

.country-mobile-detail > div{
    flex: 1;
}

.country-mobile-detail > div:nth-child(2) {
    flex: 2;
}

.country-mobile-detail__wrapper{
    display: grid;
    grid-template-columns: repeat(3, 0.3fr);
    justify-content: center;
    align-items: end;
    text-align: center;
}

.country-mobile-choodly img{
    max-width: 200px;
    width: 100%;

}

.country-mobile-detail__title {
    text-align: center;
    margin: 0 auto;
    font-size:287.5%;
    line-height: 122.6%;
    color: #fff;
    padding-top: 12vh;
}

.country-mobile-detail_text-top {
    color: #fff;
    margin: 0 auto;
    font-size: 87.5%;
    line-height: 115%;
    width: 59vw;
    font-family: 'Raleway';
    text-align: center;
    margin-top: 30px;
}

.country-mobile-detail_text-bottom {
    color: #11218E;
    margin: 0 auto;
    font-size: 75%;
    line-height: 115%;
    width: 35vw;
    font-family: 'Raleway';
    text-align: center;
    margin-top: 8vw;

}


.country-mobile-choodly img {
    transform: scale(0.8);
}

.country-mobile-choodly img.center {
    margin-bottom: 8vw;
}

.country-mobile-choodly:nth-child(1) img,
.country-mobile-choodly:nth-child(3) img {
    animation: sway-subtle1 3s ease-in-out infinite;
    transform-origin: center center;
}

.country-mobile-choodly:nth-child(2) img {
    animation: sway-subtle2 3s ease-in-out infinite;
    transform-origin: center center;
}

.choodly-speach-img {
    width: 100%;
}

.polzunchiki.country-mobile-detail_text-bottom {
    margin-top: -8vw;
    width: 30vw;
}

.zabavnye-polzunchiki.country-mobile-detail_text-bottom {
    margin-top: 5vw;
}

.country-mobile-detail-closer {
    position: absolute;
    top: 2vh;
    left: 3%;
    width: 40px;
    z-index: 10;
}

.country-mobile-detail-closer img {
    width: 100%;
}

@media (orientation: landscape) {
    .country-mobile-detail-overlay {
        position: absolute;
        top: 0;
    }
    .country-mobile-detail {
        background-size: contain!important;
        background-position: top!important;
    }
    .country-mobile-detail > div{
        flex: unset;
    }

    .country-mobile-detail > div:nth-child(2) {
        flex: unset;
    }
}

@media (max-width: 990px) {
    .country-mobile-detail_text-top {
        margin-top: 100px;
    }
}

@media (max-width: 540px) {

    .country-mobile-detail__title {
        margin-top: 60px;
        padding-top: 0;

    }

    .country-mobile-detail_text-top {
        margin-top: 100px;
        width: 79vw;
            
    }
    
    .country-mobile-detail_text-top.polzunchiki {
        margin-top: 200px;
    }

    .country-mobile-detail_text-bottom {
        width: 66vw;
    }

    .ozornye.country-mobile-detail_text-bottom {

        font-size: 70%;
        margin-top: 21vw;
    }

    .karibskie.country-mobile-detail_text-bottom {
        margin-top: 18vw;
    }
    .polzunchiki.country-mobile-detail__title {
        margin-top: 95px;
    }
    .polzunchiki.country-mobile-detail_text-bottom {
        width: 73vw;
        margin-top: 18vw;
    }
    
    .zabavnye-polzunchiki.country-mobile-detail_text-bottom {
        margin-top: 20vw;
    }
}

@media (max-width: 370px) {
    .country-mobile-detail_text-top.polzunchiki {
        margin-top: 100px;
    }
}
/* End */


/* Start:/local/components/choodly/game/templates/modal/style.css?17620805662316*/

.game-winner-modal-component {
    width: 100%;
    top: 0;
    left: 0;

    position: fixed;
    background: url(/local/components/choodly/game/templates/modal/img/winner-background.webp) no-repeat center;
    background-size: cover;
    z-index: 9999;
    opacity: 1;
    visibility: hidden;
    transition: all 1s ease;
    height: 0px;

}

.game-winner-modal-component.active {
    opacity: 1;
    visibility: visible;
    display: block;
    height: 100%;
}

.game-modal-wrapper {
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center;     /* по вертикали */
    height: 100%;

}



.game-winner-container {
    max-width: 806px;
    max-height: 441px;
    width: 100%;
    height: 100%;
    background: url(/local/components/choodly/game/templates/modal/img/winner-choodly-trio.webp) no-repeat center;
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center;
    flex-direction: column;
    transform: scale(0.3) rotate(-270deg);
    opacity: 0;
    transition: all 1s ease;
}

.game-winner-modal-component.active .game-winner-container {
    transform: scale(1) rotate(0deg);

    opacity: 1;
}

.game-winner__title {

    font-family: 'Jakob';
    font-size: 337%;
    line-height: 108%;
    color: #fff;
    text-transform: uppercase;
}

.game-winner__timer {
    font-family: 'Raleway';
    font-size: 109%;
    color: #fff;
}

.game-winner-button {
    background: #F34A02;
    width: 236px;
    height: 53px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 94.27%;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.game-winner__title {
    padding-top: 25%;
}

.game-winner__timer {
    padding-top: 3%;

}

.game-winner__btn {
    padding-top: 2%;
}

.game-winner-button:first-child {
    margin-right: 10px;
}

.game-winner-button.purpule {
    background: #432984;
}

@media (max-width: 540px) {
    
    .game-winner__title {
        padding-top: 48%;
    }
    .game-winner__title {
        font-size: 16px;
    }
    .game-winner-container {
        background-size: contain;
    }
    
    .game-winner-button:first-child {
        margin-right: auto;
    }
    
    .game-winner-button {
        display: block;
        margin: 0 auto;
    }
    
    .game-winner-button.purpule {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/choodly/template_styles.css?17623244443281*/
@font-face {
    font-family: "Jakob.kz";
    src:url("/local/templates/choodly/fonts/Jakob.kz.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Jakob";
    src:url("/local/templates/choodly/fonts/jakobctt.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "JakobRegular";
    src:url("/local/templates/choodly/fonts/jakob_regular.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src:url("/local/templates/choodly/fonts/raleway/Raleway.ttf") format("truetype"),
        url("/local/templates/choodly/fonts/raleway/Raleway-v4020-Bold.otf") format("opentype"),
        url("/local/templates/choodly/fonts/raleway/Raleway-v4020-ExtraBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tablebodytext {
    display: none!important;
}

html,body {
    position: relative;
    scroll-behavior: smooth;
    font-family: "Jakob", "sans-serif";
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    max-width: 1728px;
    overflow-x: hidden;
    width: 100%;
    min-height: 1000px;
    margin: 0 auto;
    background: url(/local/templates/choodly/images/background.webp) no-repeat top;
    background-size: cover;
    /*white-space: nowrap;*/
}

footer {
    max-height: 340px;
    width: 100%;
    background: #11218E;
}

footer a {
    outline: none;  /* убирает контур фокуса */
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}



.footer-social__title, .footer-social__creds,
.footer-social__phone, .footer-social__email{
    color: #fff;
    font-family: 'Raleway';
    font-size: 72.72%;
}

.footer-social__email, .footer-social__phone {
    display: flex;
    margin-bottom: 10px;
}
.footer-social__email img, .footer-social__phone img {
    margin-right: 10px;
}

.text-center {
    text-align: center;
}

.vk-icon img {
    max-width: 45px;
}

.footer-social {
    display: flex;
    width: 90%;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    padding: 3vw;
}

@media (max-width: 1240px) {
    body {
        font-size: 18px;
    }
}

.footer-social-mobile {
    display: none;
}
@media (max-width: 990px) {

    body {
        width: 100%;
        background: url('/local/templates/choodly/images/mobile_bg.webp') no-repeat top;
        background-color: #fff;
        background-size: cover;
        font-size: 16px;

    }

    .footer-social {
        display: none;
    }

    .footer-social-mobile {
        display: flex;
        padding: 40px;
    }

    .footer-social-mobile__column {
        flex: 1;
    }

    .footer-social-mobile__column:last-child{
        display: flex;
        flex-direction: column;
    }

    .footer-social__creds {
        text-align: left;
        margin: 20px 0 71px 0;
    }

    .footer-social__nets {
        text-align: left;
    }
}

@media (max-width: 540px) {

    .footer-social-mobile__column >img{
        width: 100%;
    }
    .footer-social__creds {
        margin: 10px 0;
    }
}


/* End */
/* /local/components/choodly/countries/templates/modal/style.css?17630684047298 */
/* /local/components/choodly/game/templates/modal/style.css?17620805662316 */
/* /local/templates/choodly/template_styles.css?17623244443281 */
