<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*РџСЂРѕР·СЂР°С‡РЅР°СЏ РїР»Р°С€РєР° Р·Р°РєСЂС‹С‚РёСЏ РїРѕРїР°РїР° СЃ С„РѕСЂРјРѕР№*/
@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: transparent;
    }
}


.t-popup__container {
    /*Р­С‚Рѕ РІСЃРµ РїРѕРїР°РїС‹*/
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
    -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden; 
}

@media screen and (max-width: 639px) {
    .t-popup__container {
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px; 
        overflow: hidden;
    }
} 

.t-popup{
    /*Р‘Р»СЋСЂ С„РѕРЅР° РїРѕРїР°РїРѕРІ*/
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
}

.h1{
    /*Р—Р°РіРѕР»РѕРІРєРё*/
    letter-spacing: -2px;
    transition: all ease 0.3s;
}

.h2{
    /*РџРѕРґР·Р°РіРѕР»РѕРІРєРё*/
    letter-spacing: -0.5px;
    transition: all ease 0.3s;
}

.h3{
    /*РџРѕРґРїРѕРґР·Р°РіРѕР»РѕРІРєРё*/
    letter-spacing: -0.5px;
    transition: all ease 0.3s;
}

.Text14{
    /*Body С‚РµРєСЃС‚*/
    font-weight: 400;
    letter-spacing: -0.3px;
    transition: all ease 0.3s;
}

.arrow {
    /*РЎС‚СЂРµР»РєРё РЅР° РєР°СЂС‚РѕС‡РєР°С… РїСЂРѕРґСѓРєС‚РѕРІ*/
    transition: all ease 0.3s;
}

.menu {
    /*РЎС‚СЂРµР»РєРё РЅР° РєР°СЂС‚РѕС‡РєР°С… РїСЂРѕРґСѓРєС‚РѕРІ*/
    transition: all ease 0.3s;
}

.icon{
    transition: all ease 0.3s;
}

.rectangle{
    /*Р’СЃРµ РїРѕРґР»РѕР¶РєРѕРІС‹Рµ РїСЂСЏРјРѕСѓРіРѕР»СЊРЅРёРєРё*/
    transition: all ease 0.3s;
}

.numbers{
    /*Р‘РёРі РЅР°РјР±РµСЂСЃ*/
    transition: all ease 0.3s;
}

.parallax{
    /*РњРѕРєР°РїС‹*/
    transition: all ease 0.5s;
}

.btn{
    /*Р‘РѕР»СЊС€РёРµ РєРЅРѕРїРєРё*/
    transition: all ease 0.3s;
}

.btn2{
    /*РљРЅРѕРїРєР° РІ С…РµРґРµСЂРµ*/
    transition: all ease 0.3s;
}

.form{
    /*Р­Р»РµРјРµРЅС‚С‹ С„РѕСЂРј*/
    transition: all ease 0.3s;
}

.logos {
    /*Р›РѕРіРѕС‚РёРїС‹*/
    transition: all ease 0.3s;
}

.player {
    /*РЎРєСЂСѓРіР»РµРЅРёСЏ РґР»СЏ РїСЂРѕРёРіСЂС‹РІР°С‚РµР»СЏ youtube*/
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
  -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
  -webkit-border-radius: 30px; 
  -moz-border-radius: 30px;
  border-radius: 30px; 
  overflow: hidden; 
}

@media screen and (max-width: 639px) {
    .player {
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px; 
        overflow: hidden;
    }
} 

.map {
    border-radius: 30px;
    overflow: hidden;
}

.shake {
   /*РђРЅРёРјР°С†РёСЏ С€РµР№РєР° РґР»СЏ С‚РµР»РµС„РѕРЅР°*/
    -webkit-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
    -moz-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
    -o-animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
    animation: 2s ease-in-out 0s normal none infinite running trambling-animation;
}
@keyframes trambling-animation {
   0%, 50%, 100% {
     transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
   }
   10%, 30% {
     transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
     -o-transform: rotate(-10deg);
     -ms-transform: rotate(-10deg);
   }
   20%, 40% {
     transform: rotate(10deg);
     -webkit-transform: rotate(10deg);
     -moz-transform: rotate(10deg);
     -o-transform: rotate(10deg);
     -ms-transform: rotate(10deg);
   }
}

.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
    /*РЎРєСЂСѓРіР»РµРЅРёСЏ РѕР±Р»РѕР¶РµРє РЅРѕРІРѕСЃС‚РµР№*/
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px; 
        overflow: hidden;
        transition: all ease 0.5s;
}

.t-feed__post-popup__content img {
    /*РЎРєСЂСѓРіР»РµРЅРёСЏ РѕР±Р»РѕР¶РµРє РЅРѕРІРѕСЃС‚РµР№ РІ popup*/
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px; 
        overflow: hidden;
}

.t-feed__post-popup__relevants-bgimg {
    /*РЎРєСЂСѓРіР»РµРЅРёСЏ РѕР±Р»РѕР¶РµРє РїСЂРµРґР»РѕР¶РµРє РІ РѕРєРЅРµ СЃС‚Р°С‚СЊРё*/
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 5px; 
        -moz-border-radius: 5px;
        border-radius: 5px; 
        overflow: hidden;
}

.t-feed__post-popup__content img {
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
        -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px;
        border-radius: 20px; 
        overflow: hidden;
}

@media screen and (min-width: 960px) {
    .uc-block {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 60px; 
      -moz-border-radius: 60px;
      border-radius: 60px;
      background-color: #202C80;
      transition: all ease 0.3s;
      overflow: hidden;
    }
}

@media screen and (max-width: 959px) {
    .uc-block {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 40px; 
      -moz-border-radius: 40px;
      border-radius: 40px;
      background-color: #202C80;
      transition: all ease 0.3s;
      overflow: hidden;
    }
}

.uc-roundedblock {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 60px 60px 0px 0px; 
      -moz-border-radius: 60px 60px 0px 0px;
      border-radius: 60px 60px 0px 0px;
      background-color: #eef3ff;
      transition: all ease 0.3s;
      overflow: hidden;
}

@media screen and (max-width: 959px) {
    .uc-roundedblock {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 40px 40px 0px 0px; 
      -moz-border-radius: 40px 40px 0px 0px;
      border-radius: 40px 40px 0px 0px;
      background-color: #eef3ff;
      transition: all ease 0.3s;
      overflow: hidden;
    }
}

.uc-roundedblock2 {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 0px 0px 60px 60px; 
      -moz-border-radius: 0px 0px 60px 60px;
      border-radius: 0px 0px 60px 60px;
      background-color: #eef3ff;
      transition: all ease 0.3s;
      overflow: visible;
}

@media screen and (max-width: 959px) {
    .uc-roundedblock2 {
      -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
      -webkit-border-radius: 0px 0px 40px 40px; 
      -moz-border-radius: 0px 0px 40px 40px;
      border-radius: 0px 0px 40px 40px;
      background-color: #eef3ff;
      transition: all ease 0.3s;
    }
}
/*РќРµРїСЂРѕР·СЂР°С‡РЅС‹Р№ С‚РµРєСЃС‚ РІ С„РѕСЂРјР°С…*/
.t-checkbox__indicator,
.t-input__vis-ph {
    opacity: 1;
}


/*Р—СѓРј РїСЂРё РЅР°РІРµРґРµРЅРёРё РЅР° С„РёРіСѓСЂС‹ СЃ Р·Р°Р»РёС‚С‹Рј bg РІ РІРёРґРµ РєР°СЂС‚РёРЅРєРё*/
.t396__elem.imgur {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
    -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
    border-radius: 30px;
}

@media screen and (max-width: 639px) {
    .t396__elem.imgur {
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); /*ios 7 border-radius-bug */
    -webkit-transform: rotate(0.000001deg); /*mac os 10.6 safari 5 border-radius-bug */
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
    border-radius: 20px;
    }
}

.imgur .tn-atom {
    transition: all ease 0.5s;
    overflow: hidden;
}

.imgur .tn-atom:hover {
    transform: scale(1.05);
    overflow: hidden;
}


</pre></body></html>