@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;

subset=cyrillic
)
;
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Ubuntu, sans-serif
}

:focus {
    outline: none
}

html {
    height: 100%
}

body, html {
    overflow-x: hidden
}

a {
    text-decoration: none;
    background-color: transparent
}

img {
    display: block
}

body {
    background-color: rgba(236, 240, 247, .4);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

input, select {
    width: 100%;
    font-size: .9375rem
}

input {
    transition: box-shadow .3s
}

input:focus {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.disabled {
    pointer-events: none;
    opacity: .5
}

textarea {
    background-color: #fff;
    border-radius: 1.2rem;
    padding: .9rem;
    border: 2px solid #ecf0f7;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    resize: vertical;
    height: 100px;
    min-height: 60px;
    width: 100%
}

button {
    margin-top: -1px
}

select {
    cursor: pointer
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transition: all .3s
}

.tooltip:hover .tooltip-left {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.tooltip .tooltip-text {
    background-color: #fff;
    border-radius: .7rem;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    border: 2px solid #6191f3;
    visibility: hidden;
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 400px;
    padding: .3rem 1.5rem;
    position: absolute;
    z-index: 999;
    transition: all .6s
}

.tooltip .tooltip-text:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    border-color: #6191f3
}

.tooltip .tooltip-text a {
    color: #6191f3
}

.tooltip .tooltip-text a:hover {
    opacity: .7;
    transition: opacity .3s
}

.tooltip .tooltip-left {
    right: calc(100% + .2rem);
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0)
}

.error-text {
    color: #ea1111 !important
}

.attention-text {
    background-color: #fff;
    border-radius: .7rem;
    transition: all .3s;
    padding: 1.8rem;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    border: 2px solid #6191f3;
    display: flex
}

.attention-text, .attention-text:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.attention-text:hover {
    border-color: #fff;
    border-color: #6191f3
}

.attention-text svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    fill: #6191f3;
    margin-right: 1.8rem
}

.attention-text p {
    margin-bottom: 0
}

.flex-table_overflow {
    overflow-x: auto
}

.flex-table_overflow .flex-table {
    min-width: 500px
}

.flex-table__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ecf0f7
}

.flex-table__row:last-of-type, .flex-table__row_header {
    border-bottom: none
}

.flex-table__row_header .flex-table__cell {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    padding: .5rem 1rem
}

.flex-table__cell {
    flex: 1 1 0;
    padding: 1.5rem 1rem;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

.flex-table__cell:first-child {
    padding-left: 0
}

.flex-table__cell:last-child {
    padding-right: 0
}

.flex-table__cell_medium {
    flex-grow: 2
}

.flex-table__cell_large {
    flex-grow: 3
}

.flex-table .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.flex-table .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.flex-table .price {
    display: flex;
    align-items: center
}

.flex-table .price p {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #6191f3;
    margin-bottom: 0;
    line-height: 1
}

.flex-table .price svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    fill: #6191f3
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.custom-select .select-selected {
    background-color: #fff;
    border-radius: 1.2rem;
    border: 2px solid #ecf0f7;
    cursor: pointer;
    padding: .3rem 2rem .3rem 1.5rem
}

.custom-select .select-selected.select-arrow-active .select-arrow svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select .select-selected .current-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-select .select-selected .select-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-select .select-selected .select-arrow svg {
    width: 15px;
    height: 15px;
    fill: #b6becf;
    transition: all .3s
}

.custom-select .select-items {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: calc(100% + .5rem);
    min-width: 100%;
    background-color: #fff;
    border-radius: .3rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    overflow-x: hidden;
    transition: .3s;
    z-index: 99;
    max-height: 300px;
    left: 0
}

.custom-select .select-items::-webkit-scrollbar {
    width: 6px;
}

.custom-select .select-items::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-select .select-items::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #6191f3;
}

.custom-select .select-items.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.custom-select .select-items.select-hide {
    display: none
}

.custom-select .select-items .same-as-selected, .custom-select .select-items > div {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    padding: .5rem 1rem;
    display: flex;
    border-bottom: 1px solid #ecf0f7;
    transition: all .3s
}

.custom-select .select-items .same-as-selected, .custom-select .select-items .same-as-selected:hover, .custom-select .select-items > div:hover {
    background-color: #6191f3;
    color: #fff
}

input[type=checkbox] + label, input[type=radio] + label {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer
}

input[type=checkbox], input[type=radio] {
    display: none
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
    content: "";
    background-color: #6191f3;
    min-width: 10px;
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-right: .5rem;
    color: #fff;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    content: "\2714"
}

.checkbox-label {
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

.checkbox-label.label-small input[type=checkbox] + label:before, .checkbox-label.label-small input[type=radio] + label:before {
    min-width: 6px;
    width: 6px;
    height: 6px
}

.checkbox-label.label-small label {
    font-size: 12px
}

.checkbox-label label {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

.top-margin {
    margin-top: 3rem
}

::-webkit-input-placeholder {
    color: #7f8fa4
}

:-ms-input-placeholder {
    color: #7f8fa4
}

::-ms-input-placeholder {
    color: #7f8fa4
}

::placeholder {
    color: #7f8fa4
}

h1 {
    font: 3.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #2f3539;
    margin-bottom: 1.7rem;
    line-height: 1.2
}

.h2-outside {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem
}

.h2-outside h2 {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf
}

.h2-outside svg {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-right: 1rem;
    fill: #b6becf
}

.h2-inside {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem
}

.h2-inside h2 {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.h2-inside svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: .8rem;
    fill: #6191f3
}

.h2-inside .count {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-left: .5rem
}

.h2-inside.large .count, .h2-inside.large h2 {
    font-size: 1.5625rem
}

.simple-h3 {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539;
    margin-bottom: 1rem
}

.rate-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.rate-block p {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539;
    word-break: break-word
}

.rate-block svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    fill: #ecf0f7;
    cursor: pointer;
    transition: .3s
}

.rate-block svg:hover {
    fill: #6191f3
}

.work__card {
    background-color: #fff;
    border-radius: .7rem;
    transition: all .3s;
    box-shadow: none;
    padding: 1.5rem;
    border: 2px solid #ecf0f7;
    display: flex
}

.work__card:hover {
    border-color: #6191f3;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.work__card.premium-card {
    border: 2px solid #6191f3;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.work__card-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .9rem;
    width: 90px;
    min-width: 90px
}

.work__card-left_rate {
    width: 50px;
    min-width: 50px
}

.work__card-left_rate + .work__card-right {
    max-width: calc(100% - 40px - 1.5rem)
}

.work__card-left .icon svg {
    width: 70px;
    height: 55px;
    min-width: 60px;
    fill: #ecf0f7
}

.work__card-left .price {
    display: flex;
    align-items: center
}

.work__card-left .price p {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #6191f3;
    line-height: 1
}

.work__card-left .price svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    fill: #6191f3
}

.work__card-right {
    max-width: calc(100% - 90px - 1.5rem);
    width: 100%
}

.work__card-right .title {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.work__card-right .title:hover {
    opacity: .7;
    transition: opacity .3s
}

.work__card-right .lesson, .work__card-right .work-type {
    display: flex;
    align-items: center
}

.work__card-right .lesson svg, .work__card-right .work-type svg {
    width: 18px;
    height: 18px;
    min-width: 20px;
    fill: #7f8fa4
}

.work__card-right .lesson p, .work__card-right .work-type p {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    white-space: nowrap
}

.work__card-right .lesson p a, .work__card-right .work-type p a {
    color: #7f8fa4
}

.work__card-right .lesson p a:hover, .work__card-right .work-type p a:hover {
    opacity: .7;
    transition: opacity .3s
}

.work__card-right .lesson p:last-child, .work__card-right .work-type p:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%;
    margin-left: .5rem;
    color: #7f8fa4
}

.work__card-right .work-type {
    margin-top: 1rem
}

.work__card-right .work-description {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    margin-top: 1rem
}

.work__card-right .lesson {
    margin-top: .3rem
}

.work__card-right .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.5rem
}

.work__card-right .bottom_button_two {
    flex-direction: column-reverse;
    margin-top: 1rem
}

.work__card-right .bottom_button_two .button {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.work__card-right .bottom_button_two .button a, .work__card-right .bottom_button_two .button button {
    margin: 1rem 1rem 0 0
}

.work__card-right .bottom_button_two .button a:last-child, .work__card-right .bottom_button_two .button button:last-child {
    margin-right: 0
}

.work__card-right .bottom .button a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.work__card-right .bottom .button a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.work__card-right .bottom .button .secondary {
    border: 2px solid #6191f3;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    cursor: pointer;
    background-color: transparent;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.work__card-right .bottom .button .secondary:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.work__card-right .bottom .info {
    display: flex;
    align-items: center
}

.work__card-right .bottom .info .user {
    max-width: 300px;
    justify-content: flex-end;
    text-align: right
}

.work__card-right .bottom .info .user .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.work__card-right .bottom .info .user .name a {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.work__card-right .bottom .info .user .name a:hover {
    opacity: .7;
    transition: opacity .3s
}

.work__card-right .bottom .info .user .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.work__card-right .bottom .info .user .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.work__card-right .bottom .info .user .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.work__card-right .bottom .info .avatar {
    margin-left: .5rem
}

.work__card-right .bottom .info .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ecf0f7
}

.block__anchor {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    padding: 1.8rem;
    margin-bottom: 1.8rem
}

.block__anchor, .block__anchor:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.block__anchor:hover {
    border-color: #fff
}

.block__anchor-link {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ecf0f7;
    cursor: pointer
}

.block__anchor-link:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.block__anchor-link a {
    color: #7f8fa4
}

.content header .container .flex-row.advertising {
    margin-top: 0.5rem;
}

.advertising img {
    width: 100%;
    border-radius: 1.2rem;
}

.content {
    padding-top: 150px
}

.content nav {
    position: relative;
    z-index: 100
}

.content nav.info {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    display: flex;
    justify-content: center;
    background-color: #ecf0f7;
    height: 40px;
    position: absolute;
    width: 100%;
    top: 0
}

.content nav.info .container {
    max-width: 1440px;
    padding: .6rem 1.8rem;
    width: 100%;
    display: flex;
    align-items: center
}

.content nav.info .container .link {
    margin-right: 1.5rem;
    color: #7f8fa4
}

.content nav.info .container .link:hover {
    opacity: .7;
    transition: opacity .3s
}

.content nav.info .container .link:last-of-type {
    margin-right: 0
}

.content nav.menu {
    display: flex;
    justify-content: center;
    background-color: #6191f3;
    height: 70px;
    top: 40px;
    position: absolute;
    width: 100%
}

.content nav.menu.fixed {
    position: fixed;
    top: 0
}

.content nav.menu .container {
    max-width: 1440px;
    padding: 0 1.8rem;
    width: 100%;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content nav.menu .container > div {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.content nav.menu .container .left .logo {
    max-width: 180px
}

.content nav.menu .container .left .logo img {
    width: 100%
}

.content nav.menu .container .left .links {
    margin-left: 3rem
}

.content nav.menu .container .left .links .link {
    color: #fff;
    margin-right: 1.5rem
}

.content nav.menu .container .left .links .link:hover {
    opacity: .7;
    transition: opacity .3s
}

.content nav.menu .container .left .links .link:last-of-type {
    margin-right: 0
}

.content nav.menu .container .right {
    justify-content: flex-end
}

.content nav.menu .container .right .search {
    margin: 0 1.2rem;
    position: relative
}

.content nav.menu .container .right .search input {
    border: none;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    background-color: #fff;
    border-radius: 1.2rem;
    padding: .3rem 2.2rem .3rem 1.5rem
}

.content nav.menu .container .right .search .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #b6becf
}

.content nav.menu .container .right .add-work {
    margin-right: 1.2rem
}

.content nav.menu .container .right .add-work .button {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    display: block
}

.content nav.menu .container .right .add-work .button:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content nav.menu .container .right .registration {
    margin-right: 1.2rem
}

.content nav.menu .container .right .registration .button {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    border: 2px solid #fff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    display: block
}

.content nav.menu .container .right .registration .button:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content nav.menu .container .right .user {
    display: flex;
    align-items: center;
    position: relative
}

.content nav.menu .container .right .user .name {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #fff;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.content nav.menu .container .right .user .avatar {
    margin: 0 .5rem
}

.content nav.menu .container .right .user .avatar img {
    border: 2px solid #ecf0f7;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    cursor: pointer
}

.content nav.menu .container .right .user svg {
    fill: #fff;
    width: 15px;
    height: 15px;
    min-width: 15px;
    cursor: pointer;
    transition: all .3s
}

.content nav.menu .container .right .user .dropdown-menu {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: calc(100% + .5rem);
    min-width: 250px;
    background-color: #fff;
    border-radius: .7rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    overflow-x: hidden;
    transition: .3s;
    z-index: 99;
    right: 0
}

.content nav.menu .container .right .user .dropdown-menu .link-item:last-of-type .link {
    border-bottom: none
}

.content nav.menu .container .right .user .dropdown-menu .link-item .link {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    padding: .5rem 1rem;
    display: flex;
    border-bottom: 1px solid #ecf0f7;
    transition: all .3s;
    cursor: pointer
}

.content nav.menu .container .right .user .dropdown-menu .link-item .link:hover {
    background-color: #6191f3;
    color: #fff
}

.content nav.menu .container .right .user.active svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content nav.menu .container .right .user.active .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.content nav.menu .container .right .login {
    cursor: pointer
}

.content nav.menu .container .right .login:hover {
    opacity: .7
}

.content nav.additional {
    display: flex;
    justify-content: center;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    background-color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1);
    height: 40px;
    top: 110px;
    position: absolute;
    width: 100%
}

.content nav.additional.fixed {
    position: fixed;
    top: 70px
}

.content nav.additional .container {
    max-width: 1440px;
    width: 100%;
    padding: .6rem 1.8rem .6rem calc(4.8rem + 180px);
    display: flex;
    align-items: center
}

.content nav.additional .container .link {
    margin-right: 1.5rem;
    color: #7f8fa4
}

.content nav.additional .container .link:hover {
    opacity: .7;
    transition: opacity .3s
}

.content nav.additional .container .link:last-of-type {
    margin-right: 0
}

.content section.catalog {
    display: flex;
    justify-content: center;
    margin-top: 1.8rem
}

.content section.catalog .container {
    max-width: 1440px;
    padding: 0 1.8rem;
    width: 100%
}

.content section.catalog .container .flex-row {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    flex-direction: row;
    margin: 0 -.9rem
}

.content section.catalog .container .flex-row .left {
    flex: 0 0 auto;
    padding: 0 .9rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    width: 66.66667%
}

.content section.catalog .container .flex-row .right {
    flex: 0 0 auto;
    padding: 0 .9rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%
}

.content section.catalog .container .flex-row .right .admin-advert {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    margin-bottom: 1.8rem
}

.content section.catalog .container .flex-row .right .admin-advert:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info {
    display: flex
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user {
    margin-left: 1rem;
    max-width: calc(100% - 1rem - 50px)
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user .position {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #6191f3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%;
    text-transform: lowercase
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user h4 {
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user h4 svg {
    width: 10px;
    min-width: 10px;
    height: 10px;
    fill: #6191f3;
    margin-right: .4rem
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user h4 p {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .info .user .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .description {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin-top: 1rem
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom .button a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom .button a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom .price {
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom .price p {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #6191f3;
    line-height: 1
}

.content section.catalog .container .flex-row .right .admin-advert .admin-advert-row .admin-advert-card .bottom .price svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    fill: #6191f3
}

.content section.catalog .container .flex-row .right .last-advert {
    background-color: #fff;
    border-radius: .7rem;
    border:4px solid #e81717;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    margin-bottom: 1.8rem
}

.content section.catalog .container .flex-row .right .last-advert:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card {
    border-bottom: 1px solid #ecf0f7;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info {
    display: flex
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ecf0f7
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user {
    margin-left: 1rem;
    max-width: calc(100% - 1rem - 50px)
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .position {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #6191f3;
    text-transform: lowercase
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .name, .content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .position {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .name a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .name a:hover {
    opacity: .7;
    transition: opacity .3s
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .info .user .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .description {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin-top: 1rem
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom .button a {
    border: 2px solid #6191f3;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    cursor: pointer;
    background-color: transparent;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom .button a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom .price {
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom .price p {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #6191f3;
    line-height: 1
}

.content section.catalog .container .flex-row .right .last-advert .advert-row .advert-card .bottom .price svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    fill: #6191f3
}

.content section.catalog .container .flex-row .right .news {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    margin-bottom: 1.8rem
}

.content section.catalog .container .flex-row .right .news:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.catalog .container .flex-row .right .news .news-row .news-card {
    border-bottom: 1px solid #ecf0f7;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .image img {
    width: 100%;
    border-radius: .7rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .title {
    margin-top: 1rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .title a {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .title a:hover {
    opacity: .7;
    transition: opacity .3s
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .5rem;
    display: flex;
    align-items: center
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .description {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin-top: 1rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .button {
    margin-top: 1.5rem
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .button a {
    border: 2px solid #6191f3;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    cursor: pointer;
    background-color: transparent;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.content section.catalog .container .flex-row .right .news .news-row .news-card .button a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content .page-navigation {
    margin-top: 1.8rem
}

.content .page-navigation ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.content .page-navigation ul li {
    margin-right: .9rem
}

.content .page-navigation ul li:last-child {
    margin-right: 0
}

.content .page-navigation ul li.next, .content .page-navigation ul li.prev {
    display: flex
}

.content .page-navigation ul li.next a, .content .page-navigation ul li.prev a {
    border: 2px solid #6191f3;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    cursor: pointer;
    background-color: transparent;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.content .page-navigation ul li.next a:hover, .content .page-navigation ul li.prev a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content .page-navigation ul li.page-number a, .content .page-navigation ul li.page-number span {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    border-radius: 50%;
    border: 1px solid #b6becf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: all .3s
}

.content .page-navigation ul li.page-number a:hover {
    color: #7f8fa4;
    border-color: #7f8fa4
}

.content .page-navigation ul li.page-number span {
    border-color: #6191f3;
    background-color: #6191f3;
    color: #fff
}

.content section.info {
    display: flex;
    justify-content: center
}

.content section.info .container {
    max-width: 1440px;
    padding: 4rem 1.8rem;
    width: 100%;
    display: flex;
    align-items: center
}

.content section.info .container .text {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin-right: 1.8rem
}

.content section.info .container .text p {
    margin-bottom: 1rem;
    line-height: 24px
}

.content section.info .container .text p:last-of-type {
    margin-bottom: 0
}

.content section.info .container .text p span {
    font-weight: 700
}

.content section.info .container .image img {
    width: 550px;
    height: auto
}

.content section.top50 {
    display: flex;
    justify-content: center
}

.content section.top50 .container {
    max-width: 1440px;
    padding: 0 1.8rem;
    width: 100%;
    margin-bottom: 4rem
}

.content section.top50 .container .flex-row {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    flex-direction: row;
    margin: -.9rem
}

.content section.top50 .container .flex-row .first {
    flex: 0 0 auto;
    padding: .9rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    width: 58.33333%
}

.content section.top50 .container .flex-row .first .card {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    height: 100%;
    display: flex;
    padding: 0
}

.content section.top50 .container .flex-row .first .card:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.top50 .container .flex-row .first .card .place {
    padding: 1.8rem;
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.content section.top50 .container .flex-row .first .card .place .icon {
    max-height: 100px;
    width: 100%
}

.content section.top50 .container .flex-row .first .card .place .icon.gold {
    max-height: 120px
}

.content section.top50 .container .flex-row .first .card .place h4 {
    font: 1.5625rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #2f3539;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%;
    margin: .5rem 0
}

.content section.top50 .container .flex-row .first .card .place p {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf
}

.content section.top50 .container .flex-row .first .card .place p.rating {
    font: 2.5rem/1.5 Ubuntu, sans-serif;
    font-weight: 700;
    color: #7f8fa4;
    line-height: 1
}

.content section.top50 .container .flex-row .all {
    flex: 0 0 auto;
    padding: .9rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    width: 41.66667%
}

.content section.top50 .container .flex-row .all .card {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    height: 100%
}

.content section.top50 .container .flex-row .all .card:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.top50 .container .flex-row .all .card .card-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.content section.top50 .container .flex-row .all .card .card-col .place {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    width: 50%
}

.content section.top50 .container .flex-row .all .card .card-col .place .main {
    display: flex;
    max-width: calc(100% - 1.8rem)
}

.content section.top50 .container .flex-row .all .card .card-col .place .main .number {
    color: #b6becf;
    margin-right: .5rem
}

.content section.top50 .container .flex-row .all .card .card-col .place .main .user {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.content section.top50 .container .flex-row .all .card .card-col .place .rating {
    font-weight: 700
}

.content section.top50 .container .flex-row .all .card .button {
    margin-top: 1.8rem
}

.content section.top50 .container .flex-row .all .card .button a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.content section.top50 .container .flex-row .all .card .button a:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.content section.top50_page {
    margin-top: 1.8rem
}

.content section.top50_page .container {
    margin-bottom: 1.8rem
}

.content section.top50_page .container .flex-row .all, .content section.top50_page .container .flex-row .first {
    flex: 0 0 auto;
    padding: .9rem;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.content section.top50_page .container .flex-row .all .card .card-col .place {
    width: 25%
}

.content section.you-can {
    display: flex;
    justify-content: center
}

.content section.you-can .container {
    max-width: 1440px;
    padding: 0 1.8rem;
    width: 100%;
    margin-bottom: 4rem
}

.content section.you-can .container .flex-row {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    flex-direction: row;
    margin: -.9rem
}

.content section.you-can .container .flex-row .col {
    flex: 0 0 auto;
    padding: .9rem;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
}

.content section.you-can .container .flex-row .col .card {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    height: 100%
}

.content section.you-can .container .flex-row .col .card:hover {
    border-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.content section.you-can .container .flex-row .col .card .icon svg {
    width: 60px;
    min-width: 60px;
    height: 60px
}

.content section.you-can .container .flex-row .col .card .icon svg .st0 {
    fill: #7f8fa4
}

.content section.you-can .container .flex-row .col .card .icon svg .st1 {
    fill: #6191f3
}

.content section.you-can .container .flex-row .col .card .icon svg .st2 {
    fill: #fff
}

.content section.you-can .container .flex-row .col .card .icon svg .st3 {
    fill: #b6becf
}

.content section.you-can .container .flex-row .col .card h3 {
    font: 1.5625rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin: 1rem 0
}

.content section.you-can .container .flex-row .col .card p {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

footer {
    display: flex;
    justify-content: center;
    background-color: #ecf0f7
}

footer .container {
    max-width: 1440px;
    padding: 1.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between
}

footer .container > div {
    display: flex;
    flex-grow: 1
}

footer .container .left .logo img {
    width: 180px
}

footer .container .left .copyright {
    margin: 0 1rem 0 1.8rem;
    max-width: 250px
}

footer .container .left .copyright h3 {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

footer .container .left .copyright p {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf
}

footer .container .left .copyright p:first-of-type {
    margin-top: .7rem
}

footer .container .right {
    justify-content: flex-end
}

footer .container .right .links {
    margin-right: 1.8rem
}

footer .container .right .links .link {
    display: flex;
    margin: 0 0 .2rem
}

footer .container .right .links .link a {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #7f8fa4
}

footer .container .right .links .link a:hover {
    opacity: .7;
    transition: opacity .3s
}

footer .container .right .links .link:last-of-type {
    margin-bottom: 0
}

footer .container .right .holders {
    max-width: 380px
}

footer .container .right .holders h4 {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #7f8fa4
}

footer .container .right .holders p {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .3rem
}

footer .container .right .holders p a {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    text-decoration: underline
}

footer .container .right .holders p a:hover {
    opacity: .7;
    transition: opacity .3s
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.modal.out {
    -webkit-animation: quickScaleDown .5s forwards;
    animation: quickScaleDown .5s forwards
}

.modal.out .modal-container {
    -webkit-animation: roadRunnerOut .5s cubic-bezier(.165, .84, .44, 1) forwards;
    animation: roadRunnerOut .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.modal.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: fadeIn .5s cubic-bezier(.165, .84, .44, 1) forwards;
    animation: fadeIn .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.modal.open .modal-container {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    -webkit-animation: roadRunnerIn .3s cubic-bezier(.165, .84, .44, 1) forwards;
    animation: roadRunnerIn .3s cubic-bezier(.165, .84, .44, 1) forwards
}

.modal-close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    fill: #7f8fa4;
    cursor: pointer
}

.modal-container {
    position: relative;
    max-width: calc(85% - 3.6rem);
    max-height: calc(100% - 3.6rem);
    border-radius: .7rem;
    padding: 1.8rem .9rem;
    margin: 1.8rem;
    background: #fff;
    display: flex;
    flex-direction: column
}

.modal-container h4 {
    font: 1.125rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539;
    padding: 0 .9rem;
    margin-bottom: 2rem;
    text-align: center
}

.modal-body {
    padding: 0 .9rem;
    overflow-y: auto
}

.modal-body::-webkit-scrollbar {
    width: 8px
}

.modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(182, 190, 207, .5)
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(97, 145, 243, .7);
    transition: .3s
}

.modal-body::-webkit-scrollbar-thumb:active, .modal-body::-webkit-scrollbar-thumb:hover {
    background: #6191f3
}

.modal-login .modal-container {
    max-width: 450px
}

.card-body input {
    background-color: #fff;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    border: 2px solid #ecf0f7;
    margin-bottom: 1rem
}

.card-body .choose {
    display: flex;
    justify-content: space-between
}

.card-body .choose .forgot {
    text-align: right
}

.card-body .choose .forgot a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    text-transform: lowercase
}

.card-body .button button {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 1.8rem 0
}

.card-body .button button:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.card-body .ask {
    text-align: center;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

.card-body .ask .link {
    color: #6191f3;
    cursor: pointer
}

@-webkit-keyframes fadeIn {
    0% {
        background: transparent
    }
    to {
        background: rgba(0, 0, 0, .5)
    }
}

@keyframes fadeIn {
    0% {
        background: transparent
    }
    to {
        background: rgba(0, 0, 0, .5)
    }
}

@-webkit-keyframes roadRunnerIn {
    0% {
        -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3)
    }
    70% {
        -webkit-transform: translateX(30px) skewX(0deg) scaleX(.9);
        transform: translateX(30px) skewX(0deg) scaleX(.9)
    }
    to {
        -webkit-transform: translateX(0) skewX(0deg) scaleX(1);
        transform: translateX(0) skewX(0deg) scaleX(1)
    }
}

@keyframes roadRunnerIn {
    0% {
        -webkit-transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3)
    }
    70% {
        -webkit-transform: translateX(30px) skewX(0deg) scaleX(.9);
        transform: translateX(30px) skewX(0deg) scaleX(.9)
    }
    to {
        -webkit-transform: translateX(0) skewX(0deg) scaleX(1);
        transform: translateX(0) skewX(0deg) scaleX(1)
    }
}

@-webkit-keyframes roadRunnerOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg) scaleX(1);
        transform: translateX(0) skewX(0deg) scaleX(1)
    }
    30% {
        -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(.9);
        transform: translateX(-30px) skewX(-5deg) scaleX(.9)
    }
    to {
        -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
        transform: translateX(1500px) skewX(30deg) scaleX(1.3)
    }
}

@keyframes roadRunnerOut {
    0% {
        -webkit-transform: translateX(0) skewX(0deg) scaleX(1);
        transform: translateX(0) skewX(0deg) scaleX(1)
    }
    30% {
        -webkit-transform: translateX(-30px) skewX(-5deg) scaleX(.9);
        transform: translateX(-30px) skewX(-5deg) scaleX(.9)
    }
    to {
        -webkit-transform: translateX(1500px) skewX(30deg) scaleX(1.3);
        transform: translateX(1500px) skewX(30deg) scaleX(1.3)
    }
}

@-webkit-keyframes quickScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: rgba(0, 0, 0, .5)
    }
    99.9% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        background: transparent
    }
}

@keyframes quickScaleDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: rgba(0, 0, 0, .5)
    }
    99.9% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        background: transparent
    }
}

.feedback-button {
    background-color: #6191f3;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 1.8rem;
    bottom: 1.8rem;
    z-index: 50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    opacity: .7;
    cursor: pointer;
    transition: all .3s
}

.feedback-button:hover {
    opacity: 1
}

.feedback-button svg {
    fill: #fff;
    width: 25px;
    height: 25px
}

.author-bottom {
    margin-top: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.author-bottom .work-author {
    display: flex;
    max-width: calc(100% - 1.8rem)
}

.author-bottom .work-author .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ecf0f7
}

.author-bottom .work-author .user {
    margin-left: 1rem;
    max-width: calc(100% - 1rem - 50px)
}

.author-bottom .work-author .user .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.author-bottom .work-author .user .name a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.author-bottom .work-author .user .name a:hover {
    opacity: .7;
    transition: opacity .3s
}

.author-bottom .work-author .user .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.author-bottom .work-author .user .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.author-bottom .work-author .user .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.author-bottom .work-additional {
    position: relative
}

.author-bottom .work-additional .more {
    display: flex;
    justify-content: center;
    align-items: center
}

.author-bottom .work-additional .more svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
    fill: #2f3539;
    cursor: pointer
}

.author-bottom .work-additional .js-url {
    display: none
}

.author-bottom .work-additional .dropdown-menu {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: calc(100% + .5rem);
    min-width: 250px;
    background-color: #fff;
    border-radius: .7rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
    overflow-x: hidden;
    transition: .3s;
    z-index: 99;
    right: 0
}

.author-bottom .work-additional .dropdown-menu .link-item:last-of-type .link {
    border-bottom: none
}

.author-bottom .work-additional .dropdown-menu .link-item .link {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    padding: .5rem 1rem;
    display: flex;
    border-bottom: 1px solid #ecf0f7;
    transition: all .3s;
    cursor: pointer
}

.author-bottom .work-additional .dropdown-menu .link-item .link:hover {
    background-color: #6191f3;
    color: #fff
}

.author-bottom .work-additional.active .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.add-review-access {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4
}

.add-review-access a, .add-review-access span {
    color: #6191f3;
    cursor: pointer
}

.add-review-access a:hover, .add-review-access span:hover {
    opacity: .7;
    transition: opacity .3s
}

.error {
    margin-bottom: 1rem
}

.error p {
    font: 0.8rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #f11111
}

.reviews-block {
    background-color: #fff;
    border-radius: .7rem;
    border: 2px solid #fff;
    transition: all .3s;
    padding: 1.8rem;
    margin-bottom: 1.8rem
}

.reviews-block, .reviews-block:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.reviews-block:hover {
    border-color: #fff
}

.reviews-block .add-review {
    margin-bottom: 1.8rem;
    display: flex
}

.reviews-block .add-review .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ecf0f7
}

.reviews-block .add-review .review-body {
    margin-left: .9rem;
    width: 100%
}

.reviews-block .add-review .review-body .button {
    margin-top: .9rem
}

.reviews-block .add-review .review-body .button button {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.reviews-block .add-review .review-body .button button:hover {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.reviews-block .filter {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #ecf0f7;
    padding-bottom: .5rem;
    margin-bottom: 1.8rem
}

.reviews-block .filter .text {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf
}

.reviews-block .filter .sort {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    margin-left: 1rem;
    cursor: pointer
}

.reviews-block .filter .sort:hover {
    opacity: .7;
    transition: opacity .3s
}

.reviews-block .filter .sort.active {
    color: #6191f3
}

.reviews-block .all-reviews .review-item {
    border-bottom: 1px solid #ecf0f7;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem
}

.reviews-block .all-reviews .review-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.reviews-block .all-reviews .review-item .review-author {
    display: flex
}

.reviews-block .all-reviews .review-item .review-author .avatar img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ecf0f7
}

.reviews-block .all-reviews .review-item .review-author .user {
    margin-left: 1rem;
    max-width: calc(100% - 1rem - 50px)
}

.reviews-block .all-reviews .review-item .review-author .user .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.reviews-block .all-reviews .review-item .review-author .user .name a {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 500;
    color: #2f3539
}

.reviews-block .all-reviews .review-item .review-author .user .name a:hover {
    opacity: .7;
    transition: opacity .3s
}

.reviews-block .all-reviews .review-item .review-author .user .date {
    font: .75rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #b6becf;
    margin-top: .2rem;
    display: flex;
    align-items: center
}

.reviews-block .all-reviews .review-item .review-author .user .date p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    max-width: 100%
}

.reviews-block .all-reviews .review-item .review-author .user .date svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    fill: #b6becf;
    margin-right: .4rem
}

.reviews-block .all-reviews .review-item .review-text {
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #7f8fa4;
    margin-top: .5rem
}
 
.file-load-box{
    background-color: #e2ebfd;
    border-radius: .7rem;
    border: 1px solid #6191f3;
    transition: all .3s;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    padding: 1.8rem;
    margin-bottom: 1.8rem;
    overflow: hidden;
}
.file-load-box .tooltipParent{
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #2f3539;
    margin-top: 1rem;
}
.file-load-box .button-load{
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
.file-load-box .button-load:hover{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.file-load-box input{
    display: none;
}
.file-load-box .button-send{
    border: 2px solid #6191f3;
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
    cursor: pointer;
    background-color: transparent;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
.file-load-box .button-send:hover{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.file-load-box .button-line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 25px;
}
.file-load-box .button-detail{
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #fff;
    border: 2px solid #6191f3;
    cursor: pointer;
    background-color: #6191f3;
    border-radius: 1.2rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
    display: inherit;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin: 15px 0;
}
.file-load-box .button-detail:hover{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.file-load-box .link-blue{
    font: .9375rem/1.5 Ubuntu, sans-serif;
    font-weight: 400;
    color: #6191f3;
}
.file-load-box .link-blue:hover{
    opacity: .7;
    transition: opacity .3s;
}

@media screen and (max-width: 1399px) {
    .content nav.menu .container .left .logo {
        max-width: 150px
    }

    .content nav.menu .container .left .links {
        margin-left: 2rem;
        transition: .3s
    }

    .content nav.menu .container .left .links.active {
        opacity: .2;
        pointer-events: none
    }

    .content nav.menu .container .left .links .link {
        margin-right: 1rem
    }

    .content nav.menu .container .right .search.active input {
        background-color: #fff;
        width: 500px;
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }

    .content nav.menu .container .right .search.active .icon {
        width: 15px;
        height: 15px;
        fill: #b6becf;
        right: 15px
    }

    .content nav.menu .container .right .search input {
        position: absolute;
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        right: 0;
        background-color: transparent;
        transition: .3s
    }

    .content nav.menu .container .right .search .icon {
        width: 20px;
        height: 20px;
        fill: #fff;
        right: 0;
        cursor: pointer;
        transition: .3s
    }

    .content nav.additional .container {
        padding-left: calc(3.8rem + 150px)
    }

    .content section.info .container {
        position: relative
    }

    .content section.info .container .text {
        z-index: 1;
        margin-right: 0;
        color: #fff
    }

    .content section.info .container .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .content section.info .container .image:after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, .3);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .content section.info .container .image img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width: 1200px) {
    .content .page-navigation ul li.next a svg, .content .page-navigation ul li.prev a svg {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .work__card {
        padding: .9rem
    }

    .work__card-right .bottom .info .user {
        padding-left: .5rem;
        max-width: 120px
    }

    .content nav.menu .container .right .search.active input {
        width: 400px
    }

    .content nav.menu .container .right .add-work .button {
        padding: .3rem 1.2rem
    }

    .content nav.menu .container .right .user .name {
        display: none
    }

    .content section.catalog .container .flex-row .left {
        flex: 0 0 auto;
        padding: 0 .9rem;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        width: 58.33333%
    }

    .content section.catalog .container .flex-row .right {
        flex: 0 0 auto;
        padding: 0 .9rem;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        width: 41.66667%
    }

    .content .page-navigation ul li {
        margin-right: .5rem
    }

    .content .page-navigation ul li.next a, .content .page-navigation ul li.prev a {
        width: 20px;
        height: 20px;
        padding: 4px 3px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .content .page-navigation ul li.next a p, .content .page-navigation ul li.prev a p {
        display: none
    }

    .content .page-navigation ul li.next a svg, .content .page-navigation ul li.prev a svg {
        width: 10px;
        height: 10px;
        fill: #6191f3
    }

    .content .page-navigation ul li.page-number a, .content .page-navigation ul li.page-number span {
        width: 30px;
        height: 30px
    }

    .content section.top50 .container .flex-row .all, .content section.top50 .container .flex-row .first {
        flex: 0 0 auto;
        padding: .9rem;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }

    .content section.top50 .container .flex-row .all .card .card-col .place {
        width: 33.3%
    }

    .content section.you-can .container .flex-row .col {
        flex: 0 0 auto;
        padding: .9rem;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }

    footer .container .right .holders {
        max-width: 300px
    }
}

@media screen and (min-width: 1100px) {
    .content nav.menu .container .right .user .dropdown-menu .link-item_hidden {
        display: none;
    }
}
@media screen and (max-width: 1099px) {
    .add-work_promo {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .content nav.menu .container .right .add-work .button svg, .content nav.menu .container .right .burger, aside.burger-menu {
        display: none
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem
    }

    .h2-inside h2, .h2-outside h2 {
        font-size: 1.5625rem
    }

    .h2-inside svg, .h2-outside svg {
        display: none
    }

    aside.burger-menu::-webkit-scrollbar {
        width: 0
    }

    aside.burger-menu {
        display: block;
        background-color: #fff;
        position: fixed;
        top: 70px;
        -webkit-transform: scale(0);
        transform: scale(0);
        right: 0;
        margin: 1.8rem;
        border-radius: .7rem;
        overflow-x: auto;
        max-height: calc(100% - 70px - 3.6rem);
        height: auto;
        width: 300px;
        z-index: 9999;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    aside.burger-menu.menu-display {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    aside.burger-menu .burger-content .title {
        font: .9375rem/1.5 Ubuntu, sans-serif;
        font-weight: 500;
        color: #2f3539;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: .6rem 1rem;
        border-top: 1px solid #ecf0f7;
        transition: all .3s
    }

    aside.burger-menu .burger-content .title:first-child {
        border-top: none
    }

    aside.burger-menu .burger-content .title.active, aside.burger-menu .burger-content .title:hover {
        background-color: #6191f3;
        color: #fff
    }

    aside.burger-menu .burger-content .title.active svg, aside.burger-menu .burger-content .title:hover svg {
        fill: #fff
    }

    aside.burger-menu .burger-content .title.active svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    aside.burger-menu .burger-content .title svg {
        width: 15px;
        height: 15px;
        fill: #2f3539;
        margin-left: .5rem;
        transition: all .3s
    }

    aside.burger-menu .burger-content .hidden-list {
        display: none
    }

    aside.burger-menu .burger-content .hidden-list .link {
        font: .9375rem/1.5 Ubuntu, sans-serif;
        font-weight: 400;
        color: #7f8fa4;
        display: flex;
        padding: .4rem 1rem;
        transition: all .3s
    }

    aside.burger-menu .burger-content .hidden-list .link:last-of-type {
        margin-bottom: .5rem
    }

    .main-mask {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 70px;
        z-index: 999;
        background-color: rgba(0, 0, 0, .5);
        display: none
    }

    .main-mask.active {
        display: block
    }

    .content {
        padding-top: 70px
    }

    .content nav.info {
        display: none
    }

    .content nav.menu {
        position: fixed;
        top: 0;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .1)
    }

    .content nav.menu .container .left .links {
        display: none
    }

    .content nav.menu .container .right .search.active input {
        width: 300px
    }

    .content nav.menu .container .right .add-work .button {
        display: flex;
        align-items: center;
        padding: .5rem;
        border-radius: 50%
    }

    .content nav.menu .container .right .add-work .button span {
        display: none
    }

    .content nav.menu .container .right .add-work .button svg {
        width: 16px;
        height: 16px;
        fill: #6191f3
    }

    .content nav.menu .container .right .burger {
        position: relative;
        cursor: pointer;
        width: 22px;
        height: 20px
    }

    .content nav.menu .container .right .burger span {
        width: 22px;
        left: 0;
        height: 2px;
        background: #fff;
        border-radius: 5px;
        transition: all .2s;
        position: absolute
    }

    .content nav.menu .container .right .burger span:first-child {
        top: 0
    }

    .content nav.menu .container .right .burger span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .content nav.menu .container .right .burger span:last-child {
        bottom: 0
    }

    .content nav.menu .container .right .burger.active span {
        transition: all .6s
    }

    .content nav.menu .container .right .burger.active span:nth-child(2) {
        display: none
    }

    .content nav.menu .container .right .burger.active span:first-child {
        -webkit-transform: rotate(-45deg) translateX(1px);
        transform: rotate(-45deg) translateX(1px);
        top: 50%
    }

    .content nav.menu .container .right .burger.active span:last-child {
        -webkit-transform: rotate(45deg) translateX(2px);
        transform: rotate(45deg) translateX(2px);
        bottom: 50%
    }

    .content nav.additional, .content nav.menu .container .right .login, .content nav.menu .container .right .registration, .content nav.menu .container .right .user {
        display: none
    }

    .content section.catalog .container .flex-row .left, .content section.catalog .container .flex-row .right {
        flex: 0 0 auto;
        padding: 0 .9rem;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }

    footer .container {
        flex-direction: column
    }

    footer .container > div {
        width: 100%
    }

    footer .container .left {
        padding-bottom: 1.8rem;
        border-bottom: 1px solid #b6becf
    }

    footer .container .left > div {
        width: 50%
    }

    footer .container .left .logo {
        padding-right: .9rem
    }

    footer .container .left .copyright {
        margin: 0;
        padding-left: .9rem;
        max-width: unset
    }

    footer .container .right {
        justify-content: flex-start;
        margin-top: 1.8rem
    }

    footer .container .right .links {
        width: 25%
    }

    footer .container .right .holders {
        max-width: 50%;
        padding-left: .9rem
    }
}

@media screen and (max-width: 767px) {
    .work__card-right .bottom {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .work__card-right .bottom .info {
        flex-direction: row-reverse;
        margin-bottom: 1rem;
        width: 100%
    }

    .work__card-right .bottom .info .avatar {
        margin-right: .5rem;
        margin-left: 0
    }

    .work__card-right .bottom .info .user {
        width: calc(100% - 50px - .5rem);
        max-width: unset;
        text-align: left
    }

    .work__card-right .bottom .info .user .date p {
        max-width: calc(100% - 15px - .5rem)
    }

    .work__card-right .bottom .button a {
        display: block
    }

    .attention-text {
        flex-direction: column;
        align-items: center
    }

    .attention-text svg {
        margin: 0 0 1.8rem
    }

    .content nav.menu .container .right .search.active input {
        width: 200px
    }

    .content section.you-can .container .flex-row .col {
        flex: 0 0 auto;
        padding: .9rem;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }

    .content section.you-can .container .flex-row .col .card h3 {
        font-size: 1.125rem;
        font-weight: 500
    }

    .content section.top50 .container .flex-row .first .card .place h4 {
        font-size: 1.125rem
    }

    .content section.top50 .container .flex-row .all .card .card-col .place {
        width: 50%
    }
}

@media screen and (max-width: 599px) {
    .work__card {
        flex-direction: column;
        padding: 1.8rem
    }

    .work__card-left {
        width: unset;
        min-width: unset;
        margin: 0 0 .9rem;
        flex-direction: row
    }

    .work__card-left .icon {
        display: none
    }

    .work__card-left_rate + .work__card-right, .work__card-right {
        max-width: 100%
    }

    .content section.top50 .container .flex-row .first .card {
        flex-direction: column;
        align-items: center
    }

    .content section.top50 .container .flex-row .first .card .place {
        width: 100%;
        max-width: 350px
    }

    .content section.top50 .container .flex-row .first .card .place:first-child {
        order: 2
    }

    .content section.top50 .container .flex-row .first .card .place:nth-child(3) {
        order: 3
    }

    .content section.top50 .container .flex-row .all .card .card-col .place {
        width: 100%
    }
}

@media screen and (max-width: 539px) {
    .tooltip .tooltip-text {
        max-width: 250px
    }

    .reviews-block .filter {
        flex-wrap: wrap
    }

    .reviews-block .filter .sort, .reviews-block .filter .text {
        margin-top: .5rem
    }

    .reviews-block .add-review {
        flex-direction: column
    }

    .reviews-block .add-review .avatar {
        display: none
    }

    .reviews-block .add-review .review-body {
        margin-left: 0
    }

    .content {
        padding-top: 70px
    }

    .content nav.menu .container .left .logo img.active {
        opacity: .3
    }

    .content section.you-can .container .flex-row .col {
        flex: 0 0 auto;
        padding: .9rem;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }

    footer .container .left {
        flex-direction: column
    }

    footer .container .left > div {
        width: 100%
    }

    footer .container .left .logo {
        padding-right: 0
    }

    footer .container .left .copyright {
        padding-left: 0;
        margin-top: 1.8rem
    }

    footer .container .right {
        flex-wrap: wrap
    }

    footer .container .right .links {
        width: 50%;
        margin-right: 0;
        padding-left: .9rem
    }

    footer .container .right .links:first-of-type {
        padding-right: .9rem;
        padding-left: 0
    }

    footer .container .right .holders {
        margin-top: 1.8rem;
        max-width: 100%;
        padding-left: 0
    }
}
/* Стилі для модального вікна */
.modal-login {
    display: flex; /* Встановіть 'flex', щоб показати модальне вікно */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* затемнення фону */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* перекриття інших елементів */
}

.modal-container {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 400px;
    position: relative; /* Розміщення кнопки закриття */
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.error-message {
    color: red;
    margin-top: 10px;
    display: none; /* Сховати за замовчуванням */
}

.donate-button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.donate-button:hover {
    background-color: #218838;
}
 
 
 
										