@font-face {
    font-family: 'Cygre-Regular';
    src: local('../fonts/Cygre-Regular'), local('Cygre-Regular'),
        url('../fonts/cygre-regular.woff2') format('woff2'),
        url('../fonts/cygre-regular.woff') format('woff'),
        url('../fonts/cygre-regular.ttf') format('truetype'),
}
@font-face {
    font-family: 'Cygre-Light';
    src: local('../fonts/Cygre-Light'), local('Cygre-Light'),       
        url('../fonts/cygre-light.woff2') format('woff2'),
        url('../fonts/cygre-light.woff') format('woff'),
        url('../fonts/cygre-light.ttf') format('truetype'),
}

.top-sec-pict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-three-ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #353E88;
}

.foot-ttl {
    padding-bottom: 15px;
        border-bottom: 1px solid #fff;
}
.foot-txt {
    font-size: 24px;
    line-height: 28.8px;
    text-transform: uppercase;
}
.iptext {
    opacity: 0.8;
}

#dropdownMenu {
    width: 100%;
    background-color: #353E88;
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    height: fit-content;
}
#menuButton {
    cursor: pointer;
}
#menuButton,
.inner-mobmenu ul li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.inner-mobmenu {
    padding: 0 20px;
}

.inner-mobmenu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid #D9D9D9;
    padding: 15px 0;
}
.tm-header,
.elappear {
    opacity: 0;
}
.appear {
    animation: appearAnce 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    animation-delay: 0.2s;
}
#contacty>.uk-container>div:last-child {
    margin-left: 0;
}
@keyframes appearAnce {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media (min-width: 960px) and (max-width:1040px) {
    .cat-col img {
        width: 240px;
        height: auto;
    }
}

@media (min-width: 1201px) and (max-width:1400px) {
    .ttls-row h3 {
        font-size: 30px;
    }
}
@media (min-width: 1101px) and (max-width:1200px) {
    .ttls-row h3 {
        font-size: 26px;
    }
}
@media (min-width: 960px) and (max-width:1200px) {
    .r-img-leto img {
        height: 220px;
        width: auto;
    }
    .bear-col img {
        width: 225px;
        height: auto;
    }

    #summer .uk-card h4,
    #winter .uk-card h4 {
        font-size: 20px;
    }
    .lcol-srow-leto .uk-card {
        padding-left: 20%;
    }
    .foot-txt {
        font-size: 18px;
        line-height: 24.8px;
    }
}

@media (min-width: 960px) and (max-width:1100px) {
.lcol-srow-leto .uk-card {
        padding-right: 5%;
    }
}
@media (min-width: 960px) and (max-width:1100px) {
    .ttls-row h3 {
        font-size: 22px;
    }
}
@media (min-width:1140px) {
.notvisonbug {
    display: none;
}
}
@media (min-width: 960px) {
    .foot-rowbot > div {
        width: fit-content;
        flex-grow: unset !important;
    }
    .top-sec-pict {
        height: 619px;
    }
    .lcol-toppad {
        padding-top: 30px;
    }
    .uk-navbar-nav {
        gap: 100px;
    }
    .top-sec-pict {
        height: 619px;
    }
    .ttls-row {
        gap: 40px;
    }
    .ttls-row > * {
        width: fit-content;
        flex-grow: unset !important;
    }
    .ttls-row {
        flex-wrap: nowrap;
    }
    .ralign .uk-card {
        width: fit-content;
        flex: unset;
        margin-left: auto;
    }
    .lc-h,
    .lc-txt,
    .ralign .uk-card .lc-img {
        width: fit-content;
    }
    .arka-col .uk-card {
        padding-left: 80px;
    }
    .foot-rowbot {
        gap: 60px;
    }

}

@media (max-width:959px) {
    .uk-navbar-left .uk-logo img,
    .foot-logo img {
        max-width: 155px;
    }
    .tm-header-mobile .uk-navbar-item {
            min-height: unset;
            height: 90px;
    }
    h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .uk-text-lead {
        font-size: 14px;
        line-height: 14px;
    }

    .basetxt {
        font-size: 14px;
        line-height: 19.6px;
    }
}
@media (min-width:768px) {
    .notvis768 {
        display: none;
    }
}

@media (min-width:768px) and (max-width:860px) {
    .ballimg img {
        width: 236px;
        height: auto;
    }

    .bearimg img {
        width: 180px;
        height: auto;
    }

    .catimg img {
        width: 236px;
        height: auto;
    }
    .potolok img {
        width: 279px;
        height: auto;
    }

    .arka img {
        width: 303px;
        height: auto;
    }
}
@media (min-width:861px) and (max-width:959px) {
    .ballimg img {
        width: 310px;
        height: auto;
    }
    .catimg img {
        width: 250px;
        height: auto;
    }
    .bearimg img {
        width: 200px;
        height: auto;
    }
    .potolok img {
        width: 345px;
        height: auto;
    }
    .arka img {
        width: 340px;
        height: auto;
    }
}


@media (min-width:768px) and (max-width:959px) {
    h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .uk-h2,
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .frow-leto,
    .srow-leto,
    .sub-z-top,
    .ttls-row,
    .zima-botrow,
    .zima-toprow {
        flex-wrap: nowrap;
    }
    .ttls-row > * {
        width: fit-content;
    }
    .ostimg img {
        width: 359px;
        height: auto;
    }
    .velo-col img {
        width: 236px;
        height: auto;
    }
    .lc-img img {
        width: 359px;
        height: auto;
    }
    .urnaimg img {
        width: 236px;
        height: auto;
    }

    #summer .uk-card > *,
    #winter .uk-card > * {
        width: fit-content;
    }
    #summer .uk-card,
    #winter .uk-card {
        width: fit-content;
        flex: unset;
    }
    .frow-leto > div,
    .srow-leto > div,
    .sub-z-top > div,
    .zima-toprow > div {
        width: fit-content;
        flex-grow: unset!important;
    }
    .srow-leto {
        justify-content: end;
    }
    .cat-col {
        margin-left: auto;
    }

    .arka-col {
        padding-top: 80px;
    }
    .top-sec-pict {
        height: 252px;
    }
}

@media (min-width:640px) and (max-width:959px) {
    .foot-txt {
            font-size: 16px;
            line-height: 19.2px;
        }
    .colmf {
        width: 30%;
    }
    .colrf {
        width: 70%;
    }
    
}

@media (max-width:767px) {
    .sec-sec-row,
    .top-sec > .uk-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .sec-sec-row > div {
        width: 100%;
    }
    .uk-h1,
    h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .uk-h2,
    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .uk-h3,
    h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .topr-textrw {
        margin-bottom: 20px!important;
    }
    .ttls-row {
        flex-direction: column;
    }
    .ttls-row>div:not(:first-child) {
        margin-top: 10px!important;
    }
    .sec-sec-img,
    #summer .uk-card img,
    #winter .uk-card img {
        width: 100%;
    }
    .notvisonbug {
        display: none;
    }
    .foot-txt {
        font-size: 14px;
        line-height: 16.8px;
    }
}

