

/* Start:/local/templates/avatariya/components/bitrix/system.pagenavigation/.default/style.min.css?1711186335659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/avatariya/components/bitrix/news.list/breeding-page/style.css?17264624621942*/
.breeding-page {
	display: flex;
 	flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.buy-ticket-page .breeding-page {
    margin-bottom: 60px;
}

.breeding-region-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
    width: 100%;
}

.breeding-region-item {
    background-color: #8640c7;
    border-radius: 35px;
    padding: 25px 25px;
    transition: background-color 0.3s ease;
    text-align: left;
    width: calc(50% - 7.5px); 
    max-width: calc(50% - 7.5px); 
    margin: 0;
    color: #fff;
    text-decoration: none;
    outline: none;
}


.breeding-region-list a:hover,
.breeding-region-list a:focus, 
.breeding-region-list a:active {
  text-decoration: none; 
  color: inherit; 
  outline: none;
}

.breeding-region-item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breeding-region-item-name a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.breeding-region-item-name::after {
    content: "\203A"; 
    font-size: 30px;
    margin-left: 10px;
}

.breeding-region-item:hover {
    background-color: var(--primary-purple-2);
}

.language-switcher {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; 
}

.language-switcher a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.language-switcher a:hover {
    color: #FFD700;
}


@media (max-width: 600px) {
    .breeding-region-item {
        padding: 20px 25px;
        border-radius: 20px;
        width: 100%; 
        max-width: 100%;
    }

    .breeding-region-item-name a {
        font-size: 16px;
    }

    .breeding-region-item-name::after {
        font-size: 16px;
    }

    .language-switcher a {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/avatariya/components/bitrix/system.pagenavigation/.default/style.min.css?1711186335659 */
/* /local/templates/avatariya/components/bitrix/news.list/breeding-page/style.css?17264624621942 */
