@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
input,
button {
    transition: all .3s ease;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

body {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background: #FFE086;
    color: #634312;
}

.main {
    overflow: hidden;
}

.pageWrapper {
    padding: 25px 0 0 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.navList {
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 9;
}

.navList a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(218, 78, 3, 0.3);
}

.navList a:hover {
    color: #F67655;
    text-shadow: none;
}

.buttonWrapper {
    display: flex;
    gap: 10px;
}

.btn {
    height: 64px;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
}

.btnLight {
    background: #fff;
    color: #e5af51;
    font-weight: 600;
    font-size: 17px;
}

.btnLight::before {
    content: '';
    height: 1px;
    width: 1px;
    background: #e5af51;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    transition: all .3s ease;
    opacity: 0;
}

.cabinetLink,
.btnGreen {
    background: #62A920;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.button-red {
    height: 64px;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background: #DD5107;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.button-blue {
    height: 64px;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background: #62A920;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.btn4 {
    height: 50px;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background: #62A920;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.cabinetLink {
    height: 50px;
}

.cabinetLink ::before,
.btnGreen::before {
    content: '';
    height: 1px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    transition: all .3s ease;
    opacity: 0;
}

.btnDark {
    background: #3B2F20;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    white-space: nowrap;
}

.btnDark::before {
    content: '';
    height: 1px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    transition: all .3s ease;
    opacity: 0;
}

.btn:hover::before {
    transform: scale(200.0);
    opacity: 1;
}

.btnLight:hover {
    color: #fff;
}

.btnGreen:hover {
    color: #fff;
}

.btnDark:hover {
    color: #fff;
}

.navigation .btn {
    height: 46px;
}

.header {
    height: 755px;
    width: 100%;
    background: #FFD24B;
    position: relative;
    padding: 25px 0 0 0;
    z-index: 1;
    overflow: hidden;
}

.headDesc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.headDesc h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 74px;
    font-weight: 800;
    line-height: 120%;
}

.bonusSpan {
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    font-size: 22px;
    background: #62A920;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: 300;
    width: max-content;
    padding: 0 25px;
}

.onlineUsers {
    font-size: 20px;
}

.onlineUsers b {
    font-weight: 700;
}

.headDescWrapper {
    display: flex;
    gap: 30px;
    padding-top: 105px;
}

.headDog {
    position: relative;
    width: 364px;
    height: 502px;
    z-index: 2;
}

.spanWoof {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 72px;
    left: -180px;
    bottom: 100px;
    text-shadow: 0 7px 0 rgba(99, 67, 18, 0.25);
    transform: rotate(-35deg);
    animation: spanWoofAnimation 2s ease infinite;
}

@keyframes spanWoofAnimation {
    0% {
        opacity: 1;
        transform: scale(1), rotate(-35deg);
    }

    10% {
        opacity: 0;
        transform: scale(1.1), rotate(-35deg);
    }

    20% {
        opacity: 1;
        transform: scale(1), rotate(-35deg);
    }

    30% {
        opacity: 0;
        transform: scale(1.1), rotate(-35deg);
    }

    40% {
        opacity: 1;
        transform: scale(1), rotate(-35deg);
    }

    60% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: scale(0.9), rotate(-35deg);
    }
}

.mainPlate {
    position: absolute;
    left: -400px;
    bottom: -90px;
}

.hdOwl1 {
    width: 4000px;
    height: 4000px;
    border-radius: 100%;
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translate(-40%, 0);
    background: #FFE086;
    z-index: -1;
}

.dogHouse {
    position: absolute;
    top: -100px;
    right: -580px;
    z-index: -1;
}

.hdOwl2 {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hdOwl3 {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.aboutIco .hdOwl2 {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.aboutIco .hdOwl3 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.mainBird {
    position: absolute;
    top: -100px;
    left: 100px;
    transform-origin: 0 0;
    animation: birdAnimation .5s ease infinite;
}

@keyframes birdAnimation {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.aboutIcoWrapper {
    width: 390px;
    position: relative;
}

.containerAbout {
    display: flex;
    align-items: center;
    gap: 25px;
}

.aboutIco {
    width: 390px;
    height: 390px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.5;
    background: url(../img/dogs.png) center top no-repeat;
}

.aboutDog {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.mainTitle {
    color: #634312;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
}

.aboutText {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutSection {
    padding-top: 180px;
}

.mainBird2 {
    position: absolute;
    top: -50px;
    right: -70px;
    animation: birdAnimation .8s ease infinite;
}

.mainRing {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 2;
}

.mainDaisy {
    position: absolute;
    top: 0px;
    right: 70px;
    z-index: 2;
    animation: daisyAnimation 4s linear infinite;
}

@keyframes daisyAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dogEyes {
    width: 172px;
    position: absolute;
    top: 172px;
    left: 68px;
}

.dogEye1 {
    background: #FFC556;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: eyesBlink 2s infinite;
}

.dogEye2 {
    background: #FFC556;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    animation: eyesBlink 2s infinite;
}

@keyframes eyesBlink {

    0%,
    93%,
    100% {
        opacity: 0;
    }

    94% {
        opacity: 1;
    }

    97% {
        opacity: 0;
    }
}

.headOwl1 {
    width: 900px;
    height: 900px;
    border-radius: 100%;
    background: #FFC657;
    position: absolute;
    z-index: -1;
    bottom: -450px;
    left: -400px;
}

.headOwl2 {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    background: #F7B048;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.howItWorksSection {
    margin-top: 100px;
}

.howItWorksWrapper {
    background: #FFE6A5;
    border-radius: 55px;
    padding: 80px 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
    box-shadow: 0 8px 35px rgba(249, 142, 60, 0.28);
}

.hitTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
}

.leftStar,
.rightStar {
    position: absolute;
    top: -140px;
}

.leftStar {
    left: 12%;
}

.rightStar {
    right: 12%;
}

.mainBird3 {
    position: absolute;
    top: -43px;
    left: 45%;
}

.howItWorksWrapperFlex {
    display: flex;
    gap: 50px;
}

.howItWorksWrapperFlex div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.howItWorksWrapperFlex div::before {
    content: '';
    width: 180px;
    height: 181px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: -1;
    opacity: 0.28;
    background: url(../img/star-hiw.png);
}

.noStar::before {
    display: none;
}

.howItWorksWrapperFlex div .mainTitle {
    font-size: 34px;
}

.hiwDog {
    position: absolute;
    bottom: -40px;
    right: -20px;
}

.hiwDog .spanWoof {
    left: -87px;
    font-size: 42px;
}

.petsTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.petsGrid {
    display: grid;
    gap: 75px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
    position: relative;
}

.petWrapper {
    background: #fff;
    overflow: hidden;
    border-radius: 36px;
    min-height: 575px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: end;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
}

.petWrapperOwl {
    width: 685px;
    height: 685px;
    border-radius: 100%;
    background: #FFC657;
    position: absolute;
    top: -390px;
    left: 50px;
}

.petWrapperOwl2 {
    width: 600px;
    height: 585px;
    border-radius: 100%;
    background: #F7B048;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.petWrapper2 .petWrapperOwl2 {
    background: #362A1A;
}

.petWrapper2 .petWrapperOwl {
    background: #7B685A;
}

.petWrapper4 .petWrapperOwl2 {
    background: #D38146;
}

.petWrapper4 .petWrapperOwl {
    background: #F7994E;
}

.petWrapper5 .petWrapperOwl2 {
    background: #E5B25E;
}

.petWrapper5 .petWrapperOwl {
    background: #FFD78D;
}

.petWrapper6 .petWrapperOwl2 {
    background: #CA8C59;
}

.petWrapper6 .petWrapperOwl {
    background: #FFE8BE;
}

.petWrapper7 .petWrapperOwl2 {
    background: #FFCC26;
}

.petIco {
    position: absolute;
    bottom: 70px;
    left: 100px;
}

.petIco img {
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
    height: 204px;
}

.petName {
    margin-bottom: 25px;
}

.petPrice b,
.petProfit b,
.petName {
    color: #634312;
    font-weight: 700;
    font-size: 38px;
}

.petPrice,
.petProfit {
    color: #a0722b;
    font-size: 18px;
}

.petWrapperDesc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 30px 30px 30px;
    width: 100%;
}

.petPrice,
.petProfit {
    display: flex;
    align-items: center;
    gap: 15px;
}

.petCol {
    position: relative;
}

.petCol input {
    display: none;
}

.petFl {
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 40px;
    animation: daisyAnimation 8s linear infinite;
}

.petCol:hover .petIco {
    animation: birdAnimation .8s ease infinite;
}

.petDetailsModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.petDetailsModal.active {
    display: flex;
}

.modalContent {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    width: 600px;
}

.modalCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modalCloseBtn {
    width: 31px;
    height: 31px;
    cursor: pointer;
    border-radius: 100%;
    border: none;
    outline: none;
    background: #FF9002;
    padding: 0;
}

.modalCloseBtn span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 14px;
    left: 6.5px;
}

.modalCloseBtn span:nth-child(even) {
    transform: rotate(45deg);
}

.modalCloseBtn span:nth-child(odd) {
    transform: rotate(-45deg);
}

.tableWrapper table {
    width: 100%;
    margin-top: 20px;
}

.petTable {
    width: 100%;
    border-collapse: collapse;
    background: #FFF6D8;
    border-radius: 16px;
    overflow: hidden;
}

.petTable thead {
    background: #FFB800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.petTable th,
.petTable td {
    padding: 18px 24px;
    text-align: left;
    font-size: 16px;
}

.petTable th {
    font-weight: 700;
    font-size: 20px;
}

.petTable tbody tr {
    border-top: 1px solid #f5eac3;
    transition: background 0.3s;
}

.petTable tbody tr:hover {
    background: #fff0c4;
}

.petTable tbody tr td:first-child {
    font-weight: bold;
    color: #4E342E;
}

.petTable tbody tr td:last-child {
    color: #58B100;
    font-weight: bold;
}

.mainBird4 {
    position: absolute;
    top: -200px;
    left: 200px;
    animation: birdAnimation .8s ease infinite;
}

.reffFlex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 300px;
}

.reffListBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reffList {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.refCol {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.reffTitle {
    font-weight: 700;
    font-size: 21px;
}

.sectionReff {
    position: relative;
    overflow: hidden;
}

.sectionReff .hdOwl1 {
    background: #FFD24B;
    top: 736px;
}

.sectionNews {
    background: #FFD24B;
    min-height: 600px;
    z-index: 1;
}

.sectionNews .headOwl1 {
    z-index: 1;
    background: #FFC657;
    left: auto;
    right: -450px;
    top: -250px;
}

.titleRightContainer {
    text-align: right;
    z-index: 9;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -80px;
}

.titleRightContainer .mainTitle {
    text-align: right;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    font-size: 56px;
}

.titleRightContainer .mainTitleDesc {
    text-align: right;
    z-index: 9;
    position: relative;
    font-weight: 700;
    font-size: 37px;
}

.news {
    padding: 20px;
    border-radius: 30px;
    background: #FFE086;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 9;
}

.newsDesc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news h3 {
    font-weight: 700;
}

.newsWrapper {
    position: relative;
    z-index: 9;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.newsImages {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    background: #fff;
    border-radius: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: relative;
}

.fl1An1,
.fl1An2 {
    position: absolute;
}

.fl1An1 {
    top: -25px;
    right: 150px;
    animation: daisyAnimation 6s linear infinite;
}

.fl1An2 {
    top: 100px;
    left: 50px;
    width: 20px;
    animation: daisyAnimation 7s linear infinite;
}

.birdN {
    position: absolute;
    top: -300px;
    left: 30%;
}

.birdN img {
    animation: birdAnimation .8s ease infinite;
}

.sectionNews {
    position: relative;
    padding-bottom: 50px;
}

.sectionAnswers {
    position: relative;
    padding: 80px 0 150px 0;
    background: #FFD24B;
    min-height: 500px;
    position: relative;
    z-index: 1;
}

.sectionAnswers .mainTitle {
    text-transform: uppercase;
    font-size: 56px;
    margin-bottom: 15px;
}

.sectionAnswers .mainTitleDesc {
    font-weight: 700;
    font-size: 37px;
}

.sectionAnswers .headOwl1 {
    bottom: 0;
    top: -100px;
}

.containerAns {
    margin-top: 40px;
}

.faqAnswer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0 16px;

}

.faqAnswer.visible {
    max-height: 200px;
    opacity: 1;
}

.faqQuestion {
    border: none;
    outline: none;
    width: -webkit-fill-available;
    width: -moz-available;
    cursor: pointer;
    text-align: left;
    background: #fff;
    height: 62px;
    border-radius: 62px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #634312;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
}

.faqAnswer.visible {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    padding: 25px;
}

.faqWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faqQuestion span {
    height: 64px;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 62px;
    position: relative;
    left: -7px;
    background: linear-gradient(to right, #F67158, #FA8D3C);
}

.footer {
    padding: 25px 0;
    background: #3B2F20;
    color: #FFF9EB;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.op6 {
    opacity: 0.7;
}

.pawTop {
    position: absolute;
    top: -140px;
    left: 45%;
    opacity: 0.2;
}

.headOwl2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.headOwl2 video {
    opacity: 0.1;
    width: 900px;
}

.mobileNavigation {
    display: none;
    height: 50px;
    padding: 0 25px;
    align-items: center;
    justify-content: space-between;
    background: #FFC655;
    position: fixed;
    z-index: 999999999999;
    width: -webkit-fill-available;
    width: -moz-available;
}

.showMenu {
    height: 40px;
    width: 40px;
    border: none;
    outline: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.showMenu span {
    width: 100%;
    height: 3px;
    background: #fff;
}

header.cabinet {
    height: auto;
}

header.cabinet .navigation {
    justify-content: left;
    gap: 20px;
}

header.cabinet .headOwl1 {
    bottom: -450px;
    left: 50%;
    transform: translate(-50%, 0);
}

.welcomeBlock {
    margin: 100px 0 50px 0;
    position: relative;
    z-index: 5;
    background: #FFC657;
    border-radius: 30px;
    padding: 25px 50px;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
}

header.cabinet .hdOwl1 {
    top: 200px;
    left: 50%;
    transform: translate(-40%, 0);
}

.welcomeBlock {
    display: grid;
    grid-template-columns: 450px 180px 1fr;
    gap: 35px;
    align-items: center;
}

.welcomeBlockStatCol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.welcomeBlockStat {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.welcomeBlockStat h3 {
    font-weight: 700;
    font-size: 27px;
}

.welcomeBlockStat b {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.welcomeBlockStatCol div p {
    font-weight: 700;
    color: #a0722b;
}

.welcomeBlockStatCol div p span {
    color: #fff;
}

.cabPet {
    position: relative;
}

.cabPet img {
    margin-top: -100px;
    position: relative;
    z-index: 3;
}

.dogHouse2 {
    position: absolute;
    top: -197px;
    left: 143px;
    z-index: 2;
}

.welcomeBlockStat {
    position: relative;
}

.cabStatBird {
    position: absolute;
    transform: rotateY(180deg);
    width: 100px;
    top: -100px;
    left: -50px;
}

.welcomeBlockStatCol div {
    position: relative;
}

.welcomeBlockStatCol div::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 181px;
    top: 50%;
    left: 30%;
    transform: translate(0, -50%);
    background: url(../img/star-stat.png);
}

.welcomeBlockStatCol div:nth-child(4)::before,
.welcomeBlockStatCol div:nth-child(1)::before {
    display: none;
}

.petWrapper {
    transition: all .5s ease;
}

/* .petCol input {
    display: block;
} */

.petWrapperDesc {
    z-index: 2;
    position: relative;
}

.petProfit,
.petProfit b,
.petPrice,
.petPrice b,
.petName {
    transition: all .5s ease;
}

.petCol.active .petProfit,
.petCol.active .petProfit b,
.petCol.active .petPrice,
.petCol.active .petPrice b,
.petCol.active .petName {
    color: #fff;
}

.petCol:nth-child(1).active .petWrapper {
    background: #F7B048;
}

.petCol:nth-child(2).active .petWrapper {
    background: #7B685A;
}

.petCol:nth-child(3).active .petWrapper {
    background: #F7B048;
}

.petCol:nth-child(4).active .petWrapper {
    background: #D38146;
}

.petCol:nth-child(5).active .petWrapper {
    background: #E5B25E;
}

.petCol:nth-child(6).active .petWrapper {
    background: #CA8C59;
}

body.cabinet .petsGrid {
    gap: 20px;
}

body.cabinet .petsGrid {
    margin-bottom: 50px;
}

.paymentsWrapper {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.paymentsWrapper label {
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
    min-height: 100px;
    cursor: pointer;
}

.pSysLabel {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
}

.pSysName {
    font-weight: 700;
    font-size: 28px;
}

.pSysSum {
    font-weight: 700;
    font-size: 21px;
}

.pSysIco2 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 40%;
    transform: translate(-100%, -50%);
    opacity: 0.2;
}

.pSysIco2 img {
    width: 200px;
}

label.cCurr_BTC {
    background: #FFA72A;
}

label.cCurr_USDT {
    background: #009B84;
}

label.cCurr_USDTBEP20 {
    background: #00806D;
}

label.cCurr_USDC {
    background: #00806D;
}

label.cCurr_BNB {
    background: #D99D00;
}

label.cCurr_SOL {
    background: #7784DA;
}

label.cCurr_USD {
    background: #A8082B;
}

label.cCurr_DOGE {
    background: #BA9F33;
}

label.cCurr_ETH {
    background: #0C0C0C;
}

label.cCurr_TRX {
    background: #FF595C;
}

label.cCurr_RUB {
    background: #008ACA;
}

.btnGreen {
    white-space: nowrap;
}


.amountWrapperRow .btnGreen {
    padding-left: 20px;
    padding-right: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: 160px;
}

.pSysLabel {
    transition: all .3s ease;
}

@keyframes scaleAnim {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1.0);
    }
}

.petCol.active {
    animation: scaleAnim 2s ease infinite;
}

.pSysLabel.active {
    box-shadow: 0 0 0 5px #fff;
    animation: scaleAnim 2s ease infinite;
}

.pSysLabel input {
    display: none;
}

.petWrapperOwl2 {
    overflow: hidden;
}

.petVideoFrame {
    width: 280px;
    height: 280px;
}

.petVideo {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 150px;
    top: 431px;
    z-index: 3;
}

.videoLoader {
    color: #fff;
    bottom: 127px;
    left: 96px;
    position: absolute;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFE086;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.sectionBalance {
    margin-bottom: 80px;
}

.balanceRow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.balanceCol {
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFEFBB;
    border: 5px solid #FFC441;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.balanceTitle {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.balanceSum {
    font-size: 16px;
    padding: 5px;
    border-bottom: 1px dashed #FFD15E;
}

.balanceSum b {
    font-weight: 700;
}

.balanceN {
    background: #FFE79E;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
}

.amountWrapper {
    margin-bottom: 100px;
}

.amountWrapperRow {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.addSum {
/*    width: -webkit-fill-available;*/
    width: 100%;
    height: 50px;
    background: #FFEEBB;
    border-radius: 20px;
    border: 3px solid #FECD54;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    color: #523210;
}

.amountWrapperRow label {
    cursor: pointer;
    border-radius: 20px;
    height: 50px;
    background: #3B2F20;
    color: #FFEFBA;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    white-space: nowrap;
    border: 3px solid #FECD54;
}

.depoSpan {
    position: relative;
    width: 25px;
    height: 25px;
    background: #FFEFBA;
    border-radius: 100%;
}

.depoSpan::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 11px;
    background: url(../img/radio.png);
    opacity: 0;
    transition: all .3s ease;
}


.amountWrapperRow label input {
    display: none;
}

.amountWrapperRow label input:checked~.depoSpan::before {
    opacity: 1;
}

.amountWrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.amountWrapper .btn {
    max-width: 200px;
}

.amountWrapperBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formWrapper {
    background: #FFEFBA;
    padding: 25px;
    border-radius: 30px;
    width: 600px;
    margin-top: -280px;
    position: relative;
    z-index: 10;
    border: 3px solid #FFCA4F;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
    margin-bottom: 100px;
}

.formWrapper form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.formWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.errorMessage {
    background: #FF741C;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    color: #fff;
}

.errorMessage span {
    font-size: 18px;
    font-weight: 700;
}

.formRow {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.formWrapper form {
    width: -webkit-fill-available;
    width: -moz-available;
}

.formRow input {
    width: -webkit-fill-available;
    width: -moz-available;
    padding-left: 20px;
    font-weight: 700;
}

.formRow label {
    font-size: 14px;
}

.formRow input[type="text"],
.formRow input[type="password"] {
    height: 50px;
    border: none;
    outline: none;
    border-radius: 10px;
    border: 3px solid #FFCA4F;
    background: #FFE79E;
    font-size: 16px;
}

.formCol {
    display: flex;
    gap: 20px;
    align-items: center;
}

/**/
.depoSpan {
    position: relative;
    width: 25px;
    height: 25px;
    background: #FFEFBA;
    border-radius: 100%;
    border: 2px solid #FFCA4F;
}

.depoSpan::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 11px;
    background: url(../img/radio.png);
    opacity: 0;
    transition: all .3s ease;
}


.formRowRadio label input {
    display: none;
}

.formRowRadio label input:checked~.depoSpan::before {
    opacity: 1;
}

.register_frm_Agree {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}

.formRowRadio a {
    font-weight: 700;
    color: #FF741C;
}

.flexCenter {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    width: -moz-available;
}

.formTitle {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

.textFlexCenter {
    display: flex;
    font-size: 14px;
    gap: 20px;
    font-weight: 700;
    color: #634312;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    width: -moz-available;
}

.textFlexCenter a {
    color: #634312;
}

.formatTableWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.formatTableRow {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    text-align: center;
    justify-content: center;
}

.containerOper {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.value {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#payToContentWrapper,
#payToContentWrapper2 {
    font-weight: 700;
    font-size: 18px;
    word-break: break-all;
}

.formatTableRow img {
    border-radius: 10px;
    margin: 15px 0;
}

.containerTitle {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

#row_oSum,
#row_PayTo {
    flex-direction: column;
}

.balanceColOper {
    width: fit-content;
    text-align: center;
}

.mb100 {
    margin-bottom: 100px;
}

table.list {
    font-size: 14px;
    width: 100%;
}

table.list tr td b {
    font-weight: 700;
}

table.list tr th {
    font-weight: 700;
}

table.list tr {
    border-bottom: 1px solid #FFE086;
}

table.list tr th,
table.list tr td {
    text-align: left;
    padding: 10px 0;
}

.petVideoDepo {
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    transform: translate(0, 0);
}

.petVideoDepo .petVideoFrame {
    width: 100px;
    height: 100px;
}

.depoRowBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.depoColBlock {
    border: 1px dashed #FFC441;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 20px;
}

.depoColList {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.depoColList b {
    font-weight: 700;
}

.depoColBlock .petWrapperOwl2 {
    background: none;
}

.depoColBlock .videoLoader {
    color: #634312;
    bottom: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.container_Withdraw .cabinetLink {
    display: none;
}

.containerWallet .formatTableWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.containerWallet .button-blue {
    display: none;
}

.containerWallet {
    margin-bottom: 100px;
}

.containerWallet .formatTableWrapper input {
    width: 100%;
    height: 50px;
    background: #FFEEBB;
    border-radius: 20px;
    border: 3px solid #FECD54;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #523210;
}

.containerWallet .formatTableRow,
.containerWallet .formatTableWrapper label {
    text-align: left;
}

.containerSettings {
    margin-bottom: 100px;
}

.containerSettings {
    max-width: 800px;
    margin: 20px auto 100px auto;
    background: #FFEFBB;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(82,50,16,0.2);
    padding: 20px;
    color: #523210;
}

.containerSettings .formatTableRow a {
    color: #DD5107;
    text-decoration: underline;
}

.containerSettings .formatTableRow {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(82,50,16,0.1);
    transition: background 0.2s;
}

.containerSettings .formatTableRow:hover {
    background: rgba(255,196,65,0.2);
}

.containerSettings .formatTableRow:last-child {
    border-bottom: none;
}

.containerSettings .formatTableRow > label {
    font-weight: 700;
    margin-right: 15px;
}

.containerSettings .formatTableRow > span.value {
    font-weight: 700;
    word-break: break-all;
}

.containerSettings input[type="text"], 
.containerSettings input[type="password"],
.containerSettings select {
    height: 50px;
    background: #FFEEBB;
    border-radius: 20px;
    border: 3px solid #FECD54;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #523210;
    padding: 0 15px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.containerSettings input[type="text"]:focus, 
.containerSettings input[type="password"]:focus,
.containerSettings select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(82,50,16,0.2);
}

.containerSettings .btn4 {
    height: 50px;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background: #62A920;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.containerSettings .btn4:hover {
    background: #3a240b;
}

.containerSettings input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #523210;
}

.containerSettings .radioSpan {
    margin-right: 15px;
}

.containerSettings .descr_req {
    font-weight: 600;
}

.containerSettings .descr_star {
    color: #d62e1a;
}

.containerSettings .descr_rem {
    opacity: 0.8;
    font-size: 0.9em;
    font-weight: normal;
}

.containerSettings small {
    opacity: 0.8;
    font-size: 0.85em;
}

.containerSettings #row_GA {
    flex-direction: column;
    align-items: flex-start;
}

.containerSettings #row_GA big {
    background: rgba(82,50,16,0.1);
    padding: 5px 10px;
    border-radius: 4px;
    margin: 10px 0;
    display: inline-block;
}

.containerSettings #row_GA img {
    margin: 10px 0;
    padding: 5px;
    background: white;
}

.containerSettings .string_small {
    width: 200px;
}

.containerSettings .integer {
    width: 60px;
}

.containerSettings .select {
    padding: 8px;
    min-width: 220px;
}

@media (max-width: 600px) {
    .containerSettings .formatTableRow {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .containerSettings .formatTableRow > label,
    .containerSettings .formatTableRow > span.value {
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .containerSettings input, 
    .containerSettings select, 
    .containerSettings button {
        width: 100%;
        margin: 5px 0;
    }
}

.btnRed{
    white-space: nowrap;
    background: #FF741C;
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    min-width: 157px;
}

.paginator {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.paginator a {
    font-weight: 700;
    background: #523210;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}

.paginator a:hover {
    background: #FFC441;
}

.containerReferral {
    margin-bottom: 100px;
}

.refTopCol .refCol {
    font-size: 16px;
}

.refTopRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.refTopStat {
    position: relative;
    border-radius: 30px;
    background: #FFEDBF;
    padding: 25px;
    min-height: 100px;
    margin-top: 215px;
}

.refDog {
    width: 225px;
    height: 315px;
    position: absolute;
    top: -190px;
    left: -50px;
}

.cabRefLvl {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: -80px;
}

.cabRefLvl a {
    transition: all .3s ease;
    position: relative;
}

.cabRefLvl a:hover {
    transform: translate(0, -10px);
}

.refList {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    font-weight: 700;
}

.refLinkRow {
    display: flex;
    width: -webkit-fill-available;
    width: -moz-available;
    gap: 20px;
    margin-top: 30px;
}

.refLinkRow input {
    width: 100%;
    height: 50px;
    background: #FFEEBB;
    border-radius: 20px;
    border: 3px solid #FECD54;
    text-align: left;
    font-weight: 700;
    color: #523210;
    padding: 0 15px;
}

.cabinetLink {
    white-space: nowrap;
}

.refPartnerRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.refTopBonus {
    margin-top: 50px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.refPartnerRow div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.refPartnerRow div b {
    font-weight: 700;
}

.refPartnerRow {
    border-radius: 30px;
    background: #FFEDBF;
    padding: 10px 15px;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
}

.mainRefList {
    margin-top: 50px;
}

.mainRefList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.reffStatLine {
    border-radius: 30px;
    background: #FFEDBF;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 8px 15px rgba(249, 142, 60, 0.28);
    border: 5px solid #FFC441;
}

.reffStatList {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px dashed #FFD15E;
    gap: 10px;
}

.reffStatList:last-child {
    border-bottom: none;
}

.reffStatBody {
    display: flex;
    flex-direction: column;
}

.reffStatListName {
    font-weight: 700;
}

.cabFReffInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cabList {
    border-radius: 30px;
    background: #FFEDBF;
    padding: 10px 15px;
    font-size: 14px;
}

.refModalContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cabListName {
    font-weight: 700;
}

.refListShowBtn {
    height: 40px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.refListBl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.newsAll {
    background: #FFC657;
    padding: 30px 20px;
    align-items: start;
    margin-top: 50px;
}

.news h3 {
    font-size: 22px;
}

.fluffyNotif {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 30px;
    background: #fff;
    padding: 10px 20px;
    z-index: 999;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.fluffyNotif b {
    font-weight: 700;
}

.materialsRow img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.containerMaterials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.containerMaterials2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.materialsRow .refLinkRow {
    margin-top: 0;
}

.materialsRow {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.materialsBtn {
    display: flex;
    gap: 15px;
    width: -webkit-fill-available;
    width: available;
}

.materialsBtn .btn {
    width: 100%;
}

.materialsBtn .cabinetLink {
    height: 64px;
}

.mb20 {
    margin-top: 20px;
}

.sectionContact {
    background: #FFE086;
    padding: 100px 0;
}

.contactsRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.contactsRow img {
    max-width: 100%;
    height: auto;
}

.contactsColForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contactsColForm input {
    width: -webkit-fiil-available;
    width: available;
    height: 50px;
    background: #FFEEBB;
    border-radius: 10px;
    border: 3px solid #FECD54;
    text-align: left;
    font-weight: 700;
    color: #523210;
    padding: 0 15px;
}

.contactsColForm textarea {
    width: -webkit-fiil-available;
    width: available;
    height: 120px;
    background: #FFEEBB;
    border-radius: 10px;
    border: 3px solid #FECD54;
    text-align: left;
    font-weight: 700;
    color: #523210;
    padding: 15px 15px 0 15px;
}

.contactsColForm .btn {
    width: fit-content;
}

.contactsColForm label {
    font-size: 14px;
    color: #634312;
}

.contMailRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.contMailRow a {
    font-weight: 700;
    color: #FF741C;
}

.mediaTelegramRow {
    width: 100px;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(109,64,3,0.2);
}

@keyframes tgAnimation {
    0% {
        box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255,255,255,0.001);
    }
}

.mediaTelegramRow a img {
    width: 70px;
    transition: all .3s ease;
    animation: tgAnimation 3s ease infinite;
    border-radius: 100%;
}

.mediaTelegramRow a:hover img {
    transform: scale(1.05);
}