<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1280px) {
  header#main &gt; .avatar {
    display: none;
  }
  header#main .topbar {
    padding: 0 60px;
  }
  header#main .topbar .logo-wrapper {
    width: auto;
  }
  header#main .topbar .logo-wrapper .logo-caption {
    display: none;
  }
  header#main .avatar-block .avatar:nth-child(1) {
    left: 2%;
  }
  header#main .avatar-block .avatar:nth-child(3) {
    right: 9%;
  }
  section#about-project .text-wrapper {
    padding: 0 60px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item {
    width: 300px;
    min-width: 300px;
    height: 178px;
    padding: 20px 25px 15px 25px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item h1 {
    font-size: 28px;
    max-width: 200px;
  }
  section#education h1 {
    font-size: 30px;
  }
  section#education .slider-wrapper {
    padding: 0 60px;
    margin-top: 40px;
  }
  section#education .slider-wrapper .slider-container {
    width: 640px;
  }
  section#education .slider-wrapper .slider-container .slider .item {
    width: 640px;
    min-width: 640px;
  }
  section#education .slider-wrapper .slider-container .slider .item .avatar {
    width: 320px;
    min-width: 320px;
    height: 320px;
    min-height: 320px;
    font-size: 30px;
  }
  section#education .slider-wrapper .slider-container .slider .item h2 {
    font-size: 26px;
  }
  section#education .slider-wrapper .slider-container .slider .item p {
    font-size: 20px;
  }
  section#reviews h1 {
    font-size: 30px;
  }
  section#reviews .slider-wrapper {
    padding: 0 60px;
    margin-top: 40px;
  }
  section#reviews .slider-wrapper .slider-container {
    padding: 0 50px;
  }
  section#reviews .slider-wrapper .slider-container .slider {
    height: 550px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item {
    width: 550px;
    padding: 40px 30px 0px 30px;
    border-radius: 31px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item .avatar {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.name {
    font-size: 20px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item h3 {
    font-size: 24px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.review {
    font-size: 20px;
  }
  section#feedback {
    padding: 0 60px;
  }
  section#feedback .avatar {
    width: 400px;
    min-width: 400px;
    height: 400px;
    min-height: 400px;
    font-size: 38px;
  }
  section#feedback form {
    width: 478px;
  }
  section#feedback form h1 {
    font-size: 36px;
  }
  section#feedback form p {
    font-size: 18px;
  }
  footer#footer {
    padding: 0 60px 94px 60px;
  }
  footer#footer .block {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }
  footer#footer .menu-area {
    gap: 0 36px;
  }
  footer#footer .menu-area .navigation {
    gap: 0 24px;
  }
  footer#footer .menu-area .utility-wrapper .toolbar {
    gap: 0;
  }
  section#chat-navigation, section#call-navigation {
    padding: 0 60px;
  }
  section#chat-navigation .avatar, section#call-navigation .avatar {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }
  section#chat-content .chat-wrapper .chat-container {
    width: 80%;
  }
  section#chat-content .utilities-wrapper {
    width: 80%;
  }
  section#account .pre-wrapper .navigation {
    padding: 0 60px;
  }
  section#account .pre-wrapper .history {
    padding: 0 150px;
  }
  section#calendar .data-wrapper {
    padding: 40px 60px 0 60px;
  }
  section#calendar .container {
    grid-template-columns: repeat(2, 1fr);
  }
  section#quotes, section#videos {
    padding: 40px 60px 40px 60px;
  }
  section#changeAccount .navigation {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  header#main .topbar .menu-area button.burger {
    display: flex;
  }
  header#main .topbar .menu-area .menu-area-wrapper {
    position: absolute;
    flex-direction: column;
    background-color: #ffffff;
    width: 100vw;
    height: 100svh;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    display: none;
    gap: 20px;
    z-index: 400;
  }
  header#main .topbar .menu-area .menu-area-wrapper button.burger-close {
    display: flex;
  }
  header#main .topbar .menu-area .menu-area-wrapper .navigation {
    flex-direction: column;
    gap: 20px;
  }
  header#main .topbar .menu-area .menu-area-wrapper .utility-wrapper {
    justify-content: center;
  }
  header#main .topbar .menu-area .menu-area-wrapper .utility-wrapper .toolbar {
    flex-direction: column;
    gap: 20px;
  }
  header#main .topbar .menu-area .menu-area-wrapper .utility-wrapper .toolbar button {
    justify-content: center;
  }
  header#main .topbar .menu-area .menu-area-wrapper.mobile-visible {
    display: flex;
  }
  header#main .avatar-block .avatar:nth-child(1) {
    display: none;
  }
  header#main .avatar-block .avatar:nth-child(3) {
    display: none;
  }
  header#main .avatar-block .avatar:nth-child(2) {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
    font-size: 30px;
  }
  header#main .intro {
    width: auto;
    height: auto;
    background-image: none;
    border: 1px solid #e4ebe5;
    margin: 30px 50px 0 50px;
    padding: 50px 50px 30px 50px;
    border-radius: 90px;
    background-color: #ffffff;
  }
  section#about-project .text-wrapper {
    padding: 0 40px;
  }
  section#about-project .text-wrapper p {
    font-size: 20px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item {
    width: 250px;
    min-width: 250px;
    height: 148px;
    padding: 20px 25px 15px 25px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item h1 {
    font-size: 24px;
    max-width: 200px;
  }
  section#education h1 {
    font-size: 26px;
  }
  section#education .slider-wrapper {
    padding: 0 30px;
    margin-top: 40px;
  }
  section#education .slider-wrapper .slider-container {
    width: 380px;
  }
  section#education .slider-wrapper .slider-container .slider .item {
    width: 380px;
    min-width: 380px;
  }
  section#education .slider-wrapper .slider-container .slider .item .avatar {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    font-size: 30px;
  }
  section#education .slider-wrapper .slider-container .slider .item h2 {
    font-size: 22px;
  }
  section#education .slider-wrapper .slider-container .slider .item p {
    font-size: 16px;
  }
  section#reviews h1 {
    font-size: 26px;
  }
  section#reviews .slider-wrapper {
    padding: 0 30px;
  }
  section#reviews .slider-wrapper .slider-container {
    padding: 0 20px;
  }
  section#reviews .slider-wrapper .slider-container .slider {
    height: 470px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item {
    width: 390px;
    padding: 30px 20px 0px 20px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item .avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.name {
    font-size: 18px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item h3 {
    font-size: 22px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.review {
    font-size: 16px;
  }
  section#feedback {
    padding: 0 30px;
    justify-content: center;
  }
  section#feedback .avatar {
    display: none;
  }
  section#feedback form {
    width: 450px;
  }
  section#feedback form h1 {
    font-size: 32px;
    align-self: center;
    margin-bottom: 10px;
  }
  section#feedback form p {
    font-size: 16px;
    align-self: center;
  }
  footer#footer {
    padding: 0 20px 94px 20px;
    justify-content: center;
  }
  footer#footer .block {
    display: none;
  }
  footer#footer .menu-area {
    gap: 0 10px;
  }
  footer#footer .menu-area .navigation {
    gap: 0 12px;
  }
  footer#footer .menu-area .utility-wrapper .toolbar {
    gap: 0;
  }
  section#chat-content .chat-wrapper .chat-container {
    width: 90%;
  }
  section#chat-content .utilities-wrapper {
    width: 90%;
  }
  section#account .pre-wrapper .navigation {
    padding: 0 30px;
  }
  section#account .pre-wrapper .history {
    padding: 0 50px;
  }
  section#account .utilities button {
    width: 250px;
  }
  section#calendar .data-wrapper {
    padding: 40px 30px 0 30px;
  }
  section#calendar .container {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  section#quotes, section#videos {
    padding: 40px 30px 40px 30px;
  }
  section#quotes .content .item .like-block, section#videos .content .item .like-block {
    justify-content: flex-end;
  }
  section#changeAccount .navigation {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  header#main {
    background: url("/img/navigation-circle.svg") top -850px center/1770px 1770px no-repeat;
  }
  header#main .avatar-block {
    height: 340px;
  }
  header#main .avatar-block .avatar:nth-child(2) {
    width: 240px;
    min-width: 240px;
    height: 240px;
    min-height: 240px;
  }
  header#main .intro {
    margin: 30px 15px 0 15px;
    padding: 50px 20px 30px 20px;
    border-radius: 70px;
  }
  header#main .intro h2 {
    font-size: 20px;
  }
  header#main .intro p {
    font-size: 14px;
  }
  section#about-project h1 {
    font-size: 24px;
  }
  section#about-project .quote {
    font-size: 16px;
  }
  section#about-project .text-wrapper {
    padding: 0 20px;
  }
  section#about-project .text-wrapper p {
    font-size: 14px;
  }
  section#about-project .navigation-wrapper {
    margin-top: 60px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item {
    width: 200px;
    min-width: 200px;
    height: 118px;
    padding: 15px 20px 10px 20px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item h1 {
    font-size: 20px;
    max-width: 150px;
  }
  section#about-project .navigation-wrapper .navigation-slider .item a {
    font-size: 14px;
  }
  section#education h1 {
    font-size: 20px;
  }
  section#education .slider-wrapper {
    padding: 0 10px;
    margin-top: 40px;
  }
  section#education .slider-wrapper .slider-container {
    width: 250px;
  }
  section#education .slider-wrapper .slider-container .slider .item {
    width: 250px;
    min-width: 250px;
  }
  section#education .slider-wrapper .slider-container .slider .item .avatar {
    width: 180px;
    min-width: 180px;
    height: 180px;
    min-height: 180px;
    font-size: 20px;
  }
  section#education .slider-wrapper .slider-container .slider .item h2 {
    font-size: 16px;
  }
  section#education .slider-wrapper .slider-container .slider .item p {
    font-size: 14px;
  }
  .arrow-right, .arrow-left {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
  .arrow-right {
    background: url("/ico/slider-arrow-right.svg") center left 13px/8px 12px no-repeat, #ffffff;
  }
  .arrow-left {
    background: url("/ico/slider-arrow-left.svg") center left 10px/8px 12px no-repeat, #ffffff;
  }
  .slider-switch {
    margin-top: 30px;
  }
  .slider-switch .switch-item {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }
  section#reviews h1 {
    font-size: 20px;
  }
  section#reviews .slider-wrapper {
    padding: 0 20px;
  }
  section#reviews .slider-wrapper .slider-container {
    padding: 0 10px;
  }
  section#reviews .slider-wrapper .slider-container .slider {
    height: 430px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item {
    width: 250px;
    padding: 20px 10px 0px 10px;
    border-radius: 25px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item .avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.name {
    font-size: 16px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item h3 {
    font-size: 16px;
  }
  section#reviews .slider-wrapper .slider-container .slider .item p.review {
    font-size: 13px;
  }
  section#feedback {
    padding: 0 20px;
    justify-content: center;
  }
  section#feedback .avatar {
    display: none;
  }
  section#feedback form {
    width: 320px;
  }
  section#feedback form h1 {
    font-size: 24px;
    align-self: center;
    margin-bottom: 10px;
  }
  section#feedback form p {
    font-size: 14px;
    align-self: center;
  }
  footer#footer {
    padding: 10px 20px 30px 20px;
  }
  footer#footer .menu-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer#footer .menu-area .navigation {
    flex-direction: column;
    gap: 12px;
  }
  footer#footer .menu-area .utility-wrapper .toolbar {
    gap: 0;
  }
  section#authorise .authorise-wrapper .avatar {
    margin-bottom: 30px;
  }
  section#chat-navigation, section#call-navigation {
    padding: 0 30px;
  }
  section#account .pre-wrapper .data {
    margin-bottom: 10px;
  }
  section#account .pre-wrapper .navigation {
    padding: 0 20px;
  }
  section#account .pre-wrapper .history {
    padding: 0 20px;
  }
  section#account .pre-wrapper .history &gt; button {
    margin-bottom: 5px;
    align-self: center;
  }
  section#account .pre-wrapper .history .slider-wrapper .history-wrapper {
    padding-bottom: 20px;
  }
  section#account .utilities {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  section#calendar .data-wrapper {
    padding: 40px 20px 0 20px;
  }
  section#calendar .container {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  section#quotes, section#videos {
    padding: 40px 20px 40px 20px;
  }
  section#quotes .content .item, section#videos .content .item {
    padding: 10px 10px 8px 15px;
  }
  section#quotes .content .item .text-block .text, section#videos .content .item .text-block .text {
    font-size: 13px;
  }
  section#changeAccount .navigation {
    padding-left: 20px;
  }
}</pre></body></html>