.loader div {
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/loader.svg);
    transition: all .5s ease;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
.loader p {
	margin-top: 25px;
	font-size: 15px;
	color: #fff;
	font-family: Noto Sans;
}
.trees .title-block {text-align: right;}@media(max-width: 550px) {.trees .title-block {text-align: center;}}
.loader {display: flex;align-items: center;justify-content: center;flex-direction: column;position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.7);top:0;left: 0;z-index: 99999;}
.unable{pointer-events: none;}.error-note{display: none;z-index: 999999;position: fixed;top:20px;right:20px;background:#ff4c4c; padding: 10px 20px;border-radius:15px;color: #fff;font-family: Noto Sans;font-size: 14px;}.error-note span{position: absolute; top: 0px;right: 10px;font-size: 20px;cursor: pointer;} .error-note p {display: none;margin: 10px 0;} @media(max-width: 550px) {.error-note{width: 90%;right: 50%;transform: translateX(50%);}}
*,:after,:before{padding:0;margin:0;box-sizing:border-box}::-webkit-input-placeholder{color:#fff;opacity:1}::-moz-placeholder{color:#fff;opacity:1}:-ms-input-placeholder{color:#fff;opacity:1}::-ms-input-placeholder{color:#fff;opacity:1}::placeholder{color:#fff;opacity:1}::-webkit-input-placeholder{color:#fff;opacity:1}html{font-size:1rem}body{font-family:"Noto Sans",sans-serif;color:#f2f7ff;background-color:#131a21;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;text-rendering:optimizeLegibility}a,button,img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:0}button,input{background-color:transparent;border:0;font-family:inherit}button{cursor:pointer}.container{max-width:71.875rem;padding:0 .9375rem;margin:0 auto}.container-md{max-width:61.25rem}.container-sm{max-width:50rem}.player-main{margin-top:8.75rem;position:relative}.bubbles{pointer-events:none}.bubbles__item{position:absolute;z-index:-1;transition:-webkit-transform 1s ease-out;transition:transform 1s ease-out;transition:transform 1s ease-out,-webkit-transform 1s ease-out}.bubbles__item.one{left:14%;bottom:24%}.bubbles__item.two{top:20%;left:10%}.bubbles__item.three{top:-5%;right:15%}.bubbles__item.four{top:12%;right:12%}.footer__inner{padding:4.375rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer__link{color:#f2f7ff;font-size:1.125rem;transition:color .1s ease}.footer__link:hover{color:#5798f6}.footer .container-sm{max-width:42.5rem}@media screen and (max-width:50.0000rem){.footer__inner{padding-bottom:3.125rem}}@media screen and (max-width:31.2500rem){.footer__inner{padding-top:3.125rem}.footer__link{font-size:.875rem;flex-basis:45%;margin-top:1.5rem}.footer__link:nth-child(odd){text-align:right}}.platforms__inner{display:flex;flex-direction:column;align-items:center}.platforms__title{font-size:2rem;color:#f2f7ff;font-weight:800;margin-bottom:2.25rem}.platforms__link{display:flex;align-items:center;justify-content:space-between;background-color:rgba(242,247,255,.1);border-radius:.5rem;font-weight:600;padding:.625rem 1rem;color:#f2f7ff;margin-right:2rem;margin-bottom:1.5rem}.platforms__link img{margin-right:.75rem}.platforms__link:hover .platforms__name{transition:color .1s ease;color:#5798f6}.platforms__list{display:flex;justify-content:center;flex-wrap:wrap;margin-right:-2rem}@media screen and (max-width:50.0000rem){.platforms__link{margin-right:1rem;margin-bottom:.75rem}.platforms__list{margin-right:-1rem}}@media screen and (max-width:31.2500rem){.platforms__title{font-size:1.25rem;margin-bottom:1.5625rem}.platforms__name{font-size:.875rem}.platforms__link{padding:.625rem .875rem}.platforms__link img{max-width:1.5rem;height:auto;margin-right:.625rem}}@media screen and (max-width:25.9375rem){.platforms__link:first-child{order:-1}.platforms__link:nth-child(2){order:-1}.platforms__link:last-child{order:-1}}.player{margin-bottom:2.5rem}.player__inner{display:flex;align-items:center;justify-content:center}.player__cover{margin-right:1.875rem;flex-basis:40%;align-self:flex-start}.player__cover img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:3.375rem;background-color:rgba(60,68,86,.3)}.player__main{flex-basis:60%}.player__info{margin-bottom:3.75rem}.player__info_title{font-size:2.375rem;margin-bottom:.375rem;font-weight:800}.player__info_author{color:#5798f6;font-size:1.75rem;font-weight:500}.playlist{display:flex;flex-direction:column;counter-reset:num;width:100%}.playlist__item{width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;padding-left:3.4375rem;counter-increment:num;border-radius:1rem;background-color:rgba(60,68,86,.3)}.playlist__item:not(:last-child){margin-bottom:.75rem}.playlist__item::before{position:absolute;content:counter(num);color:#9ba6bc;left:1.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.playlist__download{display:none;position:absolute;right:-6.25rem;color:#f2f7ff;padding:.375rem .75rem;background-color:#293948;border-radius:.375rem;transition:background-color .1s ease}@-webkit-keyframes showAnim{0%{opacity:0}100%{opacity:1}}@keyframes showAnim{0%{opacity:0}100%{opacity:1}}.playlist__download.active{display:flex;-webkit-animation:showAnim .2s forwards;animation:showAnim .2s forwards}.playlist__download:hover{background-color:#314355}.playlist__play{display:flex;align-items:center;margin-right:1.5625rem}.playlist__play:hover .playlist__title{color:#5798f6}.playlist__play:active img{transition:-webkit-transform 50ms linear;transition:transform 50ms linear;transition:transform 50ms linear,-webkit-transform 50ms linear;-webkit-transform:scale(.92);transform:scale(.92)}.playlist__title{color:#fff;margin-left:1rem;font-size:1rem;max-width:12.5rem;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .1s ease}.playlist__additional{display:flex;align-items:center}.playlist__lasts{color:#fff}.playlist__more{display:flex;margin-left:2rem;position:relative}.playlist__more:active img{transition:-webkit-transform 50ms linear;transition:transform 50ms linear;transition:transform 50ms linear,-webkit-transform 50ms linear;-webkit-transform:scale(.92);transform:scale(.92)}.playlist__more select{cursor:pointer;width:1.5rem;height:1.5rem;top:0;left:0;position:absolute;opacity:0;font-family:"Noto Sans",sans-serif}@media screen and (max-width:75.0000rem){.playlist__download{right:.3125rem;top:-.9375rem}}@media screen and (max-width:62.5000rem){.player__cover img{height:auto;max-width:22.5rem;width:100%}}@media screen and (max-width:50.0000rem){.player__inner{flex-direction:column}.player__cover{margin-right:0;margin-bottom:1.5rem;flex-basis:auto;-ms-grid-row-align:auto;align-self:auto}.player__cover img{max-width:12.5rem;border-radius:1.5625rem}.player__main{flex-basis:auto;max-width:28.125rem;margin:0 auto;width:100%}.player__info{margin-bottom:2rem;text-align:center}}@media screen and (max-width:31.2500rem){.player__info_title{font-size:7vw}.player__info_author{font-size:.875rem}.player__cover img{max-width:8.75rem;width:8.75rem;height:8.75rem}.playlist__item{padding:.875rem 1rem;padding-left:2.8125rem}.playlist__item::before{left:1rem;font-size:.75rem}.playlist__play{margin-right:.9375rem}.playlist__play img{width:1rem;height:1.125rem}.playlist__title{margin-left:.75rem;max-width:7.5rem;font-size:.75rem}.playlist__lasts{font-size:.75rem}.playlist__more{margin-left:1rem}.playlist__more img{width:1rem;height:1rem}.playlist__download{right:0;font-size:.75rem}}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;font-display:swap;src:url(1.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;font-display:swap;src:url(2.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;font-display:swap;src:url(3.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;font-display:swap;src:url(4.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box}body{overflow-x:hidden;margin:0;padding:0;background:#131a21}html{overflow-x:hidden}a{text-decoration:none}header{position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;width:80%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.header-links a{margin-right:3.125rem}.send-text{position:fixed;left:-150vw;z-index:-9;opacity:0;width:0;height:0}.header-links{display:flex;align-items:center;transition:.4s}.app-links .app:first-child img{margin-left:.375rem}.header-links a{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.1875rem;color:#f2f7ff;border-bottom:.0625rem solid transparent;transition:.4s}.header-links a:hover{color:#5798f6}.main{position:relative}.video{position:absolute;top:50%;width:100%;height:100%;z-index:-1;overflow:hidden;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-aspect-ratio:16 / 9){.video{height:300%}}@media (max-aspect-ratio:16 / 9){.video{width:300%}}.video video{width:100%;height:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.player-btn:hover span{color:#5798f6}.video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75)}.main{min-height:100vh;padding:6.25rem 0;overflow:hidden;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.logo{width:12.5rem;display:block}.logo img{height:5rem;width:100%;-o-object-fit:cover;object-fit:cover}.main-title{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:3rem;line-height:4.0625rem;text-align:center;color:#f2f7ff;margin-bottom:2.5rem;width:55%}.player-btn span{display:block;margin-top:.9375rem;font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.25rem;line-height:1.6875rem;text-align:center;color:#fff}.player-btn{margin-bottom:3.75rem}.player-btn *{transition:.4s;cursor:pointer}.player-btn:hover circle{fill:#fff;fill-opacity:1}.player-btn:hover path{fill:#333}.app-links{display:flex;align-items:center;justify-content:center}.app-links .app:first-child{margin-right:1.5625rem}.app{background:rgba(242,247,255,.1);border:.0625rem solid #f2f7ff;border-radius:.5rem;transition:.4s;width:10.625rem;padding:.5rem 0;display:flex;align-items:center;justify-content:center}.app div{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:.625rem;line-height:.875rem;color:#f2f7ff;-moz-text-align-last:left;text-align-last:left;margin-left:.8125rem}.app div span{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1rem;line-height:1.375rem;color:#f2f7ff;display:block}.btn{transition:.4s;position:relative}.btn:hover{color:#000}.btn:before{content:"";position:absolute;left:0;top:0;height:100%;z-index:-1;background:#fff;width:0;border-radius:.4375rem;transition:.3s}.btn:hover:before{width:100%}.app:hover{background:#fff}.app:hover *{color:#333}.lang #globe{transition:.4s}.lang:hover #globe{fill:#5798f7}.content-block{display:flex;align-items:center;justify-content:center;margin-top:12.5rem}.info-block{display:flex;flex-direction:column;align-items:flex-end;width:50%}.title-block{font-family:Noto Sans;font-style:normal;font-weight:800;font-size:2.875rem;line-height:3.9375rem;color:#f2f7ff;position:relative;margin-bottom:2.5rem}.line{position:absolute;right:-2.5rem;bottom:-.9375rem}.text-block{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.875rem;color:#f2f7ff;margin-bottom:2.5rem;position:relative;max-width:28.4375rem;text-align:right}.trees .text-block{max-width:30rem}.text-block span{position:absolute;top:-10.3125rem;left:-8.75rem;z-index:-1;font-family:Noto Sans;font-style:normal;font-weight:800;font-size:12.5rem;line-height:10.75rem;color:#f2f7ff;opacity:.03}.btn{border:.0625rem solid #f2f7ff;border-radius:.5rem;padding:.5rem 2.1875rem;font-family:Noto Sans;font-style:normal;font-weight:400;font-size:.875rem;line-height:1.1875rem;color:#f2f7ff;text-align:center;display:block;position:relative;z-index:999}.photo .info-block{align-items:flex-start}.photo .text-block{text-align:left}.photo .line{right:auto;bottom:-.9375rem;left:10%}.photo .text-block span{position:absolute;top:-14.0625rem;left:5rem}.recomm .text-block span{top:-11.25rem;left:-32.5rem;text-align:center}.matches .info-block{align-items:flex-start}.matches .text-block{text-align:left}.matches .line{right:-2.8125rem;bottom:-.9375rem}.matches .text-block span{position:absolute;top:-9.375rem;left:5.5625rem}.mode{text-align:center;margin-top:12.5rem;margin-bottom:9.375rem}.mode .title-block{margin-bottom:2.1875rem}.subtitle-block{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.875rem;color:#f2f7ff;max-width:40.375rem;margin-left:auto;margin-right:auto}.trees{margin-top:0;margin-bottom:9.375rem}.trees__main-img{width:50rem}.leaf{position:absolute;transition:1s ease-out!important;top:8%;right:30%}.leaf-2{top:26%;right:37%;-webkit-filter:blur(.125rem);filter:blur(.125rem)}.leaf-3{-webkit-filter:blur(.3125rem);filter:blur(.3125rem);top:28%;right:48%}.apps-title{font-family:Noto Sans;font-style:normal;font-weight:800;font-size:2.875rem;line-height:3.75rem;color:#fff;margin-bottom:3.4375rem}.apps{text-align:center;padding:12.5rem 0;background:linear-gradient(111.32deg,#79aefb 18.45%,#5798f6 84.63%)}.apps .app{background:#fff;border:none;border:.0625rem solid transparent;position:relative;z-index:10}.apps .app:hover{background:rgba(0,0,0,0);border:.0625rem solid #333}.apps .app:hover *{color:#000}.apps .app *{color:#3c4456}footer{display:flex;align-items:center;justify-content:center;padding:4.5625rem 0}footer a{margin-right:6.25rem;font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.5625rem;color:#f2f7ff;border-bottom:.0625rem solid transparent;transition:.4s}footer a:hover{color:#5798f6}footer a:last-child{margin-right:0}.photo,.rate,.rate .img-block,section{position:relative}.circle,div[data-role=layer]{position:absolute;transition:1.5s ease-out;background-size:6.25rem 6.25rem;background-repeat:no-repeat!important;width:100%;height:200%;z-index:-1}.rate .bubble{bottom:70%;left:25%}.rate .circle{bottom:50%;left:10%;transition:1.5s ease-out!important;width:7.1875rem!important;height:auto!important}.rate .circle-2{bottom:60%;left:auto!important;right:10%;background-position:90% 0;transition:1s ease-out!important;width:7.1875rem!important;height:auto!important}.rate .bubble-2{bottom:0;right:15%;left:auto}.bubble,.bubble-2,.bubble-3{position:absolute;transition:1s ease-out!important}.photo .bubble{bottom:15%;right:35%;left:auto}.recomm .bubble{bottom:auto;top:-70%;left:10%}.recomm .bubble-2{bottom:45%;width:4.375rem;height:4.375rem;left:50%;top:auto}.recomm .bubble-3{bottom:-25%;top:auto;right:10%;left:auto;width:7.5rem;height:7.5rem}.matches .bubble{bottom:auto;top:0;width:6.875rem;height:6.875rem;left:60%}.matches .img-block img.circle{width:7.625rem;position:absolute;top:15%;left:15%;height:auto}.matches .img-block img.circle-2{width:7.625rem;position:absolute;top:0;left:auto;right:15%;height:auto}.mode .bubble{bottom:auto;top:-30%;width:6.25rem;height:6.25rem;left:8%}.mode .bubble-2{bottom:auto;top:5%;left:auto;right:10%;height:1.875rem!important;width:1.875rem}.mode .bubble-3{bottom:85%;width:7.5rem;height:7.5rem;left:35%;top:auto}.mode .bubble-4{bottom:5%;height:1.875rem!important;width:1.875rem;left:70%;top:auto}.support .bubble{bottom:-10%;height:100%!important;background:url(../img/bubble_rate.svg);background-position:20% 0;background-size:6.25rem 6.25rem!important;z-index:-1}.support .bubble-2{bottom:-15%;height:100%!important;background:url(../img/bubble_rate.svg);background-position:20% 0;background-size:1.875rem 1.875rem!important;z-index:-1;left:-10%}.support .bubble-3{bottom:0;height:100%!important;background:url(../img/bubble-3.svg);background-position:75% 0;background-size:7.5rem 7.5rem!important;z-index:-1}.support .bubble-5{bottom:-15%;height:100%!important;background:url(../img/bubble-3.svg);background-position:75% 0;background-size:3.75rem 3.75rem!important;z-index:-1;right:-15%}.support .bubble-4{bottom:-5%;height:100%!important;background:url(../img/bubble_rate.svg);background-position:80% 0;background-size:1.875rem 1.875rem!important;z-index:-1}.apps .bubble{top:-45%;height:5.625rem!important;width:5.625rem;left:25%;z-index:1;opacity:.4}.apps .bubble-2{top:0;height:2.5rem!important;width:2.5rem;left:25%;z-index:1;opacity:.8}.apps .bubble-3{top:-10%;height:2.5rem!important;left:90%;width:2.5rem;z-index:1;opacity:.8}.apps .bubble-4{top:30%;height:3.125rem!important;width:3.125rem;left:15%;z-index:1;opacity:1}.apps .bubble-5{top:-30%;height:3.75rem!important;width:3.75rem;left:95%;z-index:1;opacity:1}.apps .bubble-6{top:10%;height:9.0625rem!important;width:9.0625rem;left:80%;z-index:1;opacity:1}.apps .bubble-7{top:-5%;height:1.875rem!important;width:1.875rem;left:5%;z-index:1;opacity:.3}.apps .bubble-8{top:-15%;height:2.8125rem!important;width:2.8125rem;left:18%;z-index:1;opacity:.3}.apps .bubble-9{top:-20%;height:2.8125rem!important;width:2.8125rem;left:50%;z-index:1;opacity:.3}.about-apps .bubble{top:-5%;height:5.625rem!important;width:5.625rem;left:25%;z-index:1;opacity:.4}.about-apps .bubble-2{top:40%;height:2.5rem!important;width:2.5rem;left:25%;z-index:1;opacity:.8}.about-apps .bubble-3{top:30%;height:2.5rem!important;left:90%;width:2.5rem;z-index:1;opacity:.8}.about-apps .bubble-4{top:70%;height:3.125rem!important;width:3.125rem;left:15%;z-index:1;opacity:1}.about-apps .bubble-5{top:10%;height:3.75rem!important;width:3.75rem;left:95%;z-index:1;opacity:1}.about-apps .bubble-6{top:50%;height:9.0625rem!important;width:9.0625rem;left:80%;z-index:1;opacity:1}.about-apps .bubble-7{top:35%;height:1.875rem!important;width:1.875rem;left:5%;z-index:1;opacity:.3}.about-apps .bubble-8{top:25%;height:2.8125rem!important;width:2.8125rem;left:18%;z-index:1;opacity:.3}.about-apps .bubble-9{top:20%;height:2.8125rem!important;width:2.8125rem;left:50%;z-index:1;opacity:.3}.close-popup{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;cursor:pointer}.vimeo{width:90%;max-width:62.25rem;position:relative;z-index:1}.popup-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:99999;display:flex;align-items:center;justify-content:center}.lang select{padding-left:.625rem;position:absolute;opacity:0;left:0;bottom:.1875rem;font-size:1rem;font-weight:300;z-index:8;cursor:pointer;font-family:Noto Sans;width:1.875rem;height:1.875rem}.lang{position:absolute;cursor:pointer;z-index:9;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.burger{position:absolute;top:3rem;right:0;cursor:pointer;display:none}.close-menu{display:none;position:absolute;top:2.0625rem;left:1.25rem;font-size:2.8125rem;color:#fff;cursor:pointer}.mode-img img{max-width:100%}footer .lang{position:relative;-webkit-transform:none;transform:none}.img-block{position:relative}.recomm .img-block img:first-child{position:absolute;top:-13.75rem;z-index:9;right:30.3125rem;transition:1s ease-out}.recomm .img-block img:last-child{position:absolute;top:50%;left:-16%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.recomm .img-block{min-width:40.625rem}.privacy{margin-top:9.375rem;max-width:87.5rem;padding:0 10%;margin-left:auto;margin-right:auto;width:100%}h1.title{font-family:Noto Sans;font-style:normal;font-weight:800;font-size:2.875rem;line-height:4.0625rem;color:#f2f7ff;position:relative;margin-bottom:4.375rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}h1.title img{position:absolute;bottom:-1.25rem;right:-3.75rem}p.text{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.875rem;color:#f2f7ff}h2.title{margin-top:5rem;font-family:Noto Sans;font-style:normal;font-weight:700;font-size:2.125rem;line-height:2.875rem;color:#f2f7ff;margin-bottom:2.5rem}p.text a{color:#5798f6}.columns-title{font-family:Noto Sans;font-style:normal;font-weight:600;font-size:1.625rem;line-height:1.875rem;color:#5798f6;margin-bottom:1.5rem}.columns{margin-top:5rem;display:flex;align-items:start;justify-content:space-between}.columns>div{width:26%}.about-apps{overflow:hidden;margin-top:4.375rem}.about-btn{width:10.625rem;height:3.125rem;background:#f2f7ff;border:.0625rem solid #fff;box-sizing:border-box;border-radius:.5rem;line-height:3.125rem;font-family:Noto Sans;font-style:normal;font-weight:600;font-size:1.125rem;display:block;color:#5798f6;position:relative;z-index:9999999999;margin-left:auto;margin-right:auto;transition:.4s}.about-btn:hover{color:#f2f7ff;background:0 0}.dropcontainer{position:relative;font-size:1rem;color:#777}.trigger{color:#fff;padding:.9375rem .625rem;font-size:1rem;width:50%;background:#161d25;display:block;border:.0625rem solid #ccc;box-sizing:border-box;transition:all .5s ease;border-radius:.75rem;border:none!important;position:relative}.trigger:after{content:"";position:absolute;right:.9375rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.875rem;height:.5rem;background:url(../img/arrow_down.png) 98% center no-repeat}.trigger:hover{color:#fff}.activetrigger:after{content:"";position:absolute;right:.9375rem;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg);width:.875rem;height:.5rem;background:url(../img/arrow_down.png) 98% center no-repeat}.activetrigger{color:#fff;padding:.9375rem .625rem;font-size:1rem;width:50%;background:#161d25;display:block;box-sizing:border-box;border-radius:.75rem .75rem 0 0;position:relative}.activetrigger:active{color:#fff}.dropcontainer ul{font-size:1rem;background:#161d25;list-style-type:none;padding:.625rem;margin:0;width:50%;z-index:100;box-sizing:border-box;border-radius:0 0 .75rem .75rem}.dropcontainer ul li{padding:.3125rem;transition:all .5s ease}.dropcontainer ul li:hover{background:#202d3b;outline:0}.mt-25{margin-top:1.5625rem}.dropcontainer ul li:first-child{display:none}.dropcontainer ul li:last-child{border-bottom:none}.dropdownhidden{display:none}.dropdownvisible{height:auto;padding:0!important}form{width:90%;max-width:47.1875rem;margin-left:auto;margin-right:auto;display:block;background:#3c445630;border-radius:1rem;padding:2.5rem;position:relative;z-index:9}form *{font-family:Noto Sans;color:#fff}.form-title{font-family:Noto Sans;font-style:normal;font-weight:600;font-size:1.125rem;line-height:1.5625rem;margin-bottom:.5rem}.support input,.support textarea,.trigger{margin-bottom:1.5rem;width:100%}.activetrigger,.dropdownvisible{width:100%!important}.dropdownvisible a{width:100%;display:block;padding:.625rem;height:100%}.dropdownvisible li{padding:0!important}input{background:#161d25;border-radius:.75rem;height:3.125rem;line-height:3.125rem;padding-left:.9375rem;font-size:1rem;color:#fff;outline:0;border:none}input::-webkit-input-placeholder{color:#fff;font-family:Noto Sans}input::-moz-placeholder{color:#fff;font-family:Noto Sans}input:-ms-input-placeholder{color:#fff;font-family:Noto Sans}input::-ms-input-placeholder{color:#fff;font-family:Noto Sans}input::placeholder{color:#fff;font-family:Noto Sans}textarea{background:#161d25;border-radius:.75rem;height:7.75rem;line-height:1.25rem;padding:.3125rem .9375rem;outline:0;border:none}button:not(.playlist__play):not(.playlist__more){background:#5798f6;border-radius:.5rem;height:3.5rem;line-height:3.5rem;text-align:center;width:100%;padding:0;border:0;outline:0;font-size:1.125rem;cursor:pointer;transition:.3s}button:hover:not(.playlist__play):not(.playlist__more){background:#fff;color:#5798f6}#drop{padding:1.875rem;margin-bottom:1.875rem;background:#161d25;border-radius:.75rem;text-align:center;font-size:1.125rem;font-family:Noto Sans;font-style:normal;font-weight:500;color:#cee0f2;display:flex;align-items:center;justify-content:center}#drop a{cursor:pointer;display:inline-block;margin:0 .3125rem 0 1.25rem;font-family:Noto Sans;font-style:normal;font-weight:600;font-size:1.125rem;line-height:1.5625rem;text-align:center;color:#5798f6;text-transform:none}#drop a:hover{text-decoration:underline}#drop input{display:none}#upload ul.drop-list{list-style:none;margin-bottom:1.875rem;padding:0;width:100%}#upload ul.drop-list li{background-color:#161d25;border-radius:.75rem;padding:.9375rem;height:4.375rem;position:relative;margin-bottom:.625rem}.support h1.title{margin-left:auto;margin-right:auto;margin-top:8.75rem}#upload ul li input{display:none}#upload ul li p{width:auto;max-width:70%;overflow:hidden;white-space:nowrap;color:#eee;font-size:1rem;font-weight:700;position:absolute;top:50%;left:6.25rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}.success>div{display:none!important}#upload ul.drop-list li>div{display:block;width:2.5rem;height:2.5rem;position:absolute;background:url(../img/loader.svg);transition:all .5s ease;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}@-webkit-keyframes rotate{from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#upload ul li i{font-weight:400;font-style:normal;color:#7f7f7f;display:block}#upload ul li span{width:2.5rem;height:2.5rem;background:url(../img/success.svg) no-repeat;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:auto}#upload ul li.working span{display:none}#upload ul li.error p{color:red}.photo-0{position:absolute;left:-6.25rem;top:-21.875rem}.photo-1{position:absolute;top:-13.4375rem;left:10rem;transition:1.5s}.photo-2{position:absolute;top:-12.5rem;left:19.0625rem;transition:1.5s}.photo .img-block{width:40.625rem}.photo{margin-bottom:25rem}.matches .img-block img:first-child,.photo-0,.rate .img-block img,.recomm .img-block img:last-child,.trees__main-img{width:50rem}.mode-img img{width:61.4375rem}.recomm .img-block img:first-child{width:8.6875rem}.photo-1{width:17.0625rem}.photo-2{width:13rem}.privacy p,.privacy ul li{font-family:Noto Sans;font-style:normal;font-weight:400;font-size:1.125rem;line-height:1.875rem;color:#f2f7ff}.privacy h2,.privacy h3{margin-top:5rem;font-family:Noto Sans;font-style:normal;font-weight:700;font-size:2.125rem;line-height:2.875rem;color:#f2f7ff;margin-bottom:2.5rem}.privacy h3{font-size:1.875rem}@media screen and (max-width:103.1250rem){.leaf{right:36%}.leaf-2{right:42%}.leaf-3{right:58%}}@media screen and (max-width:56.2500rem){.leaf{left:34%;top:26%;width:2.25rem;right:auto}.leaf-2{left:25%;top:33%;width:1.875rem;right:auto}.leaf-3{left:5%;top:30%;right:auto;width:.625rem}}@media screen and (max-width:34.3750rem){.leaf{left:26%;width:2rem}.leaf-2{left:17%;width:1.625rem}.leaf-3{left:6%;width:.75rem}}@media (max-width:87.5000rem){.main-title{font-size:2.375rem;line-height:2.75rem}}@media (max-width:75.0000rem) and (min-width:62.5625rem){.recomm .img-block{margin-right:-6.25rem;-webkit-transform:scale(.8);transform:scale(.8);width:37.5rem}.rate .img-block{margin-right:-5.625rem;-webkit-transform:scale(.8);transform:scale(.8);width:43.75rem}.matches .img-block,.photo .img-block,.trees .img-block{margin-left:-6.25rem;-webkit-transform:scale(.8);transform:scale(.8);width:37.5rem}}@media (max-width:62.5000rem){.trees .img-block img{position:relative;left:11%}.img-block img{width:100%}.matches .img-block img:first-child,.photo-0,.rate .img-block img,.recomm .img-block img:last-child,.trees__main-img{width:35.625rem!important}.rate .img-block img.circle{width:5.625rem!important}.rate .img-block img.circle-2{right:0}.photo-1{width:11.5625rem!important}.photo-2{width:9rem!important}.photo-0{left:1.25rem;top:-19.6875rem}.recomm .img-block img:last-child{left:.3125rem}.recomm .img-block img:first-child{position:absolute;top:-11.875rem;z-index:9;right:19.0625rem;transition:1s ease-out;width:6.5625rem!important}.recomm .img-block{width:30rem!important}.matches .img-block,.photo .img-block,.trees .img-block{margin-left:-9.375rem}.mode-img img{width:37.5rem}.recomm .img-block img{width:auto!important}.main-title{width:90%}.img-block{width:50%;position:relative}.recomm .img-block{min-width:30rem}footer a{margin-right:2.5rem}.photo .img-block img{width:auto}.photo .img-block{width:31.25rem}}@media (max-width:56.2500rem){.trees .img-block img{left:0}.video video{display:none}.video{background:url(../img/preview.jpg);background-size:cover;background-position:center}.photo .img-block{margin-top:15.625rem}.photo .img-block{width:35.625rem;margin-left:0}.photo-0{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.photo-1{left:8.75rem}.recomm .img-block{-webkit-transform:scale(1)!important;transform:scale(1)!important}.recomm .img-block img:last-child{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%);transform:translate(-50%,-50%)}.photo-2{left:17.5rem}h1.title{font-size:1.875rem;line-height:2.5rem;margin-bottom:3.125rem}.privacy p,.privacy ul li,p.text{font-size:.875rem;line-height:1.5625rem}.columns-title{font-size:1.375rem;line-height:2rem}.columns{flex-direction:column;align-items:flex-start}.columns>div{width:90%}.privacy h2,.privacy h3,h2.title{font-size:1.5rem;line-height:2.1875rem;margin-top:4rem;margin-bottom:2rem}.privacy h3{font-size:1.3125rem}h1.title img{right:-3.125rem;width:7.8125rem}.main-title{font-size:2rem}.player-btn svg{width:5rem}.player-btn span{font-size:1.0625rem;margin-top:0}.text-block span{left:50%!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.text-block{text-align:center!important}.info-block{width:100%;align-items:center!important;margin-bottom:4.375rem}.rate .img-block{width:35.625rem}.content-block{flex-direction:column;margin-top:6.25rem}.recomm.content-block{margin-bottom:18.75rem}.recomm .img-block{width:33.75rem;-webkit-transform:scale(.6);transform:scale(.6)}.mode{margin-top:6.25rem}.recomm .img-block img:first-child{top:-14.375rem;right:24.6875rem}.matches .img-block,.trees .img-block{margin:0;width:auto}.photo{margin-bottom:15.625rem}.recomm .img-block{margin-top:15.625rem}.recomm div[data-role=layer]{height:250%}.matches,.photo{flex-direction:column-reverse}.photo .info-block{align-items:center}.photo .text-block,.photo .title-block{text-align:center}.apps-title{font-size:2.1875rem}.mode-img{width:90%;margin-left:auto;margin-right:auto}.mode-img img{width:100%}.matches .img-block img:first-child.circle{width:6.25rem!important;position:absolute;top:0;left:5%;height:auto}.matches .img-block img:first-child.circle-2{width:6.25rem!important;position:absolute;top:-15%;left:auto;right:10%;height:auto}}@media (max-width:34.3750rem){.trees{margin-bottom:6.25rem;margin-top:-3.125rem}.trees .img-block{margin-top:-3.125rem}.matches .img-block img.circle{width:4.1875rem!important;position:absolute;top:-10%;left:5%;height:auto;z-index:1}.matches .img-block img.circle-2{width:3.725rem!important;position:absolute;top:-25%;left:auto;right:8%;height:auto;z-index:1}.matches .img-block img:first-child,.mode-img img,.photo-0,.rate .img-block img,.recomm .img-block img:last-child,.trees__main-img{width:23.4375rem!important}.photo-1{width:9.75rem!important;top:-15.3125rem;left:11.25rem}.photo-2{width:7.5625rem!important;top:-14.6875rem}.recomm .img-block img:first-child{width:4.6875rem!important}.recomm .img-block img:first-child{top:-11.5625rem;right:23.75rem}.main{padding-top:6.25rem;padding-bottom:3.125rem}.main-title{font-size:1.8125rem}.app-links{flex-direction:column}.app-links a{margin-bottom:1.5625rem;margin-right:0!important}.text-block span{font-size:6.25rem;line-height:5.9375rem}.title-block{font-size:2.5rem;line-height:3.125rem}.text-block{max-width:90%;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.625rem}div[data-role=layer]{-webkit-transform:scale(.7);transform:scale(.7)}.rate .circle{background-position:0 0}.rate .circle-2{background-position:100% 0}.rate .img-block{width:100%;text-align:center}.rate .img-block img{width:23.4375rem!important;height:27.1875rem}.matches .img-block img:first-child{height:27rem}.recomm .bubble{background-position:0 0}.recomm .bubble-3{background-position:100% 0}.bubble-3,.bubble-4,.bubble-7,.bubble-8,.bubble-9{display:none}.apps .bubble{top:-40%}.apps .bubble-2{top:30%;background-position:5% 0}.apps .bubble-5{top:-25%}.apps .bubble-6{background-position:85% 0;background-size:12.5rem 12.5rem!important;top:1.125rem}.apps-title{font-size:2rem;line-height:2.5rem;width:90%;margin-left:auto;margin-right:auto}.apps{padding:7.5rem 0}footer{flex-wrap:wrap;padding:3.125rem 0;position:relative;z-index:5}footer a{margin-right:0;width:30%}footer a{border:none!important}footer a:nth-child(1),footer a:nth-child(3){text-align:right;margin-right:2.5rem}footer a:nth-child(1),footer a:nth-child(2){margin-bottom:1.875rem}footer .lang{position:relative;-webkit-transform:none;transform:none;width:100%;text-align:center;margin-top:1.5625rem;top:auto;right:auto}footer .lang select{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.img-block{width:90%}.mode-img{width:100%}}@media (max-width:31.2500rem){.logo{width:9.375rem;display:block}.logo img{height:3.75rem;width:100%;-o-object-fit:cover;object-fit:cover}.rate .circle{left:10%}.rate .circle-2{right:7%!important}.matches .img-block img:first-child.circle{width:4.1875rem!important;position:absolute;top:-10%;left:5%;height:auto}.matches .img-block img:first-child.circle-2{width:3.125rem!important;position:absolute;top:-25%;left:auto;right:15%;height:auto}.matches .img-block,.rate .img-block,.trees .img-block{display:flex;justify-content:center}#drop>img{width:2rem;height:2rem}#drop b{width:6.25rem;overflow:hidden;display:block}#drop,#drop a,.activetrigger,.dropcontainer ul{font-size:.875rem}.form-title{font-weight:400;font-size:.875rem}.support input,.support textarea,.trigger{font-size:.875rem}button{font-size:1rem}#drop{padding:1.25rem .625rem}form{width:100%;padding:.9375rem}.lang{-webkit-transform:translateX(0);transform:translateX(0);top:1.125rem;right:1.25rem}.logo{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:20}.burger,.close-menu{display:block;top:1.25rem}.close-menu{top:.3125rem}.burger{right:auto;left:1.25rem}header{width:100%}.header-links{position:absolute;width:100%;height:11rem;background:#131a21;left:0;flex-direction:column;top:-31.25rem;align-items:center;justify-content:flex-end;z-index:15;padding-bottom:.9375rem}.header-links.active{top:0}.header-links a{margin-right:0;margin-bottom:1rem;z-index:25;font-size:1rem}.title-block{font-size:1.875rem;line-height:2.5rem}.subtitle-block,.text-block{font-size:.875rem;line-height:1.375rem}section{padding:0 .9375rem}footer a{font-size:.875rem}.line{width:4.6875rem;right:-1.875rem;bottom:-.3125rem}.photo .line{right:auto;bottom:-.3125rem;left:50%}.recomm .line{right:-.9375rem}.matches .line{right:-1.5625rem;bottom:-.3125rem}}@media (max-width:25.0000rem){.matches .img-block{width:100%}.recomm .img-block{width:20rem;-webkit-transform:scale(1);transform:scale(1);min-width:auto}.rate .img-block img{width:21.25rem!important;height:auto}.rate .img-block img.circle{width:4.375rem!important}.rate .circle{left:0}.rate .circle-2{right:0!important}.matches .img-block img:first-child.circle{width:4.1875rem!important;position:absolute;top:-10%;left:-5%;height:auto;z-index:1}.matches .img-block img:first-child.circle-2{width:3.125rem!important;position:absolute;top:-25%;left:auto;right:5%;height:auto;z-index:1}}
