@charset "UTF-8";

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf)
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf)
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf)
}

@font-face {
    font-family: Poppins-BlackItalic;
    src: url(../fonts/Poppins/Poppins-BlackItalic.ttf)
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans/OpenSans-Regular.woff)
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans/OpenSans-Bold.woff)
}

html {
    font: 16px Poppins-Regular, sans-serif;
    height: 100%
}

body {
    height: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol[class],
ul[class] {
    list-style: none;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

.card-prev__img-pic {
	border-radius: 20px;
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

textarea {
    resize: none
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px
}

.main-sidebar {
    background: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 35px 10px 65px 10px;
    border-right: 1px solid #f7f7f7;
    width: 96px;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 9;
	box-shadow: 0px 8px 16px rgb(17 17 17 / 16%);
}

@media screen and (max-width:680px) {
    .main-sidebar {
        width: 320px;
        left: -320px;
        padding: 20px 10px 50px 10px
    }
}

.main-sidebar--opened {
    left: 0
}

.main-sidebar--closed {
    left: -96px
}

.logo {
    font-family: Poppins-SemiBold, sans-serif;
    display: block;
    text-decoration: none;
    color: #2ecc71
}

.user-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 75px
}

@media screen and (max-width:680px) {
    .user-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 25px
    }
}

.user-nav__profile {
    background: 0 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    cursor: pointer
}

@media screen and (max-width:520px) {
    .user-nav__profile {
        margin-right: 10px
    }
}

.user-nav__btn {
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    margin-top: 30px;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    outline: 0
}

@media screen and (max-width:520px) {
    .user-nav__btn {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px
    }
}

.user-nav__btn:hover .user-nav__icon {
    fill: #2ecc71
}

.user-nav__icon {
    width: 24px;
    height: 24px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.close {
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    margin-top: 30px;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    margin-top: auto;
    outline: 0
}

@media screen and (max-width:520px) {
    .close {
        position: absolute;
        right: 20px;
        top: 20px
    }
}

@media screen and (min-width:681px) {
	.close {
		display: none;
	}
}

.close:hover .close__icon {
    fill: #2ecc71
}

.close__icon {
    width: 18px;
    height: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (max-width:520px) {
    .close__icon {
        width: 14px;
        height: 14px
    }
}

.main-content {
    position: relative;
    left: 96px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    max-width: -webkit-calc(100% - 96px);
    max-width: calc(100% - 96px)
}

@media screen and (max-width:680px) {
    .main-content {
        max-width: 100%;
        left: 0
    }
}

.header {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 25px
}

@media screen and (max-width:1100px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:680px) {
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width:520px) {
    .header {
        padding: 15px
    }
}

@media screen and (max-width:1100px) {
    .header--game {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sandwich-nav {
    display: none;
    padding-top: 40px
}

@media screen and (max-width:680px) {
    .sandwich-nav {
        display: block
    }
}

.sandwich-nav__link {
    display: block;
    text-decoration: none;
    color: #212121;
    text-transform: uppercase;
    padding: 10px 0
}

.sandwich-btn {
    background: 0 0;
    position: fixed;
    left: 48px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
    border: 0;
    outline: 0;
    margin-right: 30px;
    cursor: pointer;
    z-index: 8;
    padding: 0
}

@media screen and (max-width:680px) {
    .sandwich-btn {
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.sandwich-btn:hover .sandwich-btn__line {
    background: #2ecc71
}

.sandwich-btn__line {
    background: #212121;
    display: block;
    width: 24px;
    height: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.sandwich-btn__line:not(:last-child) {
    margin-bottom: 4px
}

.search-prev {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

@media screen and (max-width:680px) {
    .search-prev {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.search-prev__btn {
    background: 0 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer
}

@media screen and (max-width:520px) {
    .search-prev__btn {
        left: 12px
    }
}

.search-prev__btn:hover .close__icon {
    fill: #2ecc71
}

.search-prev__icon {
    width: 22px;
    height: 22px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: rgba(90, 90, 90, .4)
}

@media screen and (max-width:520px) {
    .search-prev__icon {
        width: 16px;
        height: 16px
    }
}

.search-prev__field {
	border: 1px solid #9f9f9f;
    border-radius: 10px;
    width: 388px;
	padding: 10px 10px 10px 65px;
}

@media screen and (max-width:680px) {
    .search-prev__field {
        width: 100%
    }
}

@media screen and (max-width:520px) {
    .search-prev__field {
        padding: 10px 10px 10px 40px
    }
}

.search-prev__field::-webkit-input-placeholder {
    color: rgba(90, 90, 90, .4);
    letter-spacing: .75px
}

.search-prev__field::-moz-placeholder {
    color: rgba(90, 90, 90, .4);
    letter-spacing: .75px
}

.search-prev__field:-ms-input-placeholder {
    color: rgba(90, 90, 90, .4);
    letter-spacing: .75px
}

.search-prev__field::-ms-input-placeholder {
    color: rgba(90, 90, 90, .4);
    letter-spacing: .75px
}

.search-prev__field::placeholder {
    color: rgba(90, 90, 90, .4);
    letter-spacing: .75px
}

.main-nav {
    padding-right: 50px
}

@media screen and (max-width:1300px) {
    .main-nav {
        padding-right: 0
    }
}

@media screen and (max-width:1100px) {
    .main-nav {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding: 20px 0
    }
}

@media screen and (max-width:680px) {
    .main-nav {
        display: none
    }
}

.main-nav__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-nav__link {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	font-size: 18px;
}

.main-nav__link:hover {
    color: #2ecc71
}

.main-nav__link:hover::after {
    opacity: 1
}

.main-nav__link::after {
    background: #2ecc71;
    opacity: 0;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    bottom: -5px;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.main-nav__item:not(:last-child) {
    margin-right: 64px
}

@media screen and (max-width:1300px) {
    .main-nav__item:not(:last-child) {
        margin-right: 30px
    }
}

.main {
    padding-top: 45px
}

@media screen and (max-width:680px) {
    .main {
        padding-top: 30px
    }
}

.catalog-prev {
    padding-bottom: 60px
}

@media screen and (max-width:680px) {
    .catalog-prev {
        padding-bottom: 30px
    }
}

.catalog-prev__header {

    display: flex;
    align-items: center;
    padding: 0 25px;
    text-decoration: none;
}

@media screen and (max-width:520px) {
    .catalog-prev__header {
        padding: 0 15px
    }
}



.catalog-prev__arrow {
    fill: #2ecc71
}

.catalog-prev__title {
	font-size: 32px;
    color: #000;
    padding-right: 30px;
    letter-spacing: 1px;
}

@media screen and (max-width:1100px) {
    .catalog-prev__title {
        font-size: 28px
    }
}

@media screen and (max-width:860px) {
    .catalog-prev__title {
        font-size: 24px
    }
}

@media screen and (max-width:520px) {
    .catalog-prev__title {
        font-size: 18px;
        padding-right: 20px
    }
}

.catalog-prev__title--bg {
    background: url(../images/content/config.png) no-repeat right center;
    padding-right: 55px
}

.catalog-prev__arrow {
    width: 24px;
    height: 24px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-prev__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
	padding-left: 20px;
}

@media screen and (max-width:680px) {
    .catalog-prev__content {
		padding-right: 20px;
    }
}

.card-prev {
    background: #f3f3f3;
    display: flex;
    align-items: stretch;
    min-height: 184px;
    width: 45%;
    text-decoration: none;
    color: #000;
    margin: 1%;
	border-radius: 20px;
	box-shadow: 0px 5px 8px rgb(17 17 17 / 12%);
}

@media screen and (max-width:1100px) {
    .card-prev {
        width: 100%
    }
}

@media screen and (max-width:520px) {
    .card-prev {
        min-height: auto
    }
}

.card-prev:hover .card-prev__next {
    background: #1dab59
}

.card-prev--width {
    width: 100%
}

.card-prev__img {
    width: 188px
}

@media screen and (max-width:520px) {
    .card-prev__img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.card-prev__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-prev__title {
    font-size: 23px;
	font-weight: bold;
    display: block;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (max-width:520px) {
    .card-prev__title {
        font-size: 14px
    }
}

.card-prev__desc {
    letter-spacing: .75px;
    padding-top: 12px
}

@media screen and (max-width:520px) {
    .card-prev__desc {
        font-size: 12px
    }
}

.card-prev__btn {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    margin-right: 30px
}

@media screen and (max-width:520px) {
    .card-prev__btn {
        margin-right: 15px
    }
}

.card-prev__btn:hover .card-prev__icon {
    fill: #2ecc71
}

.card-prev__icon {
    width: 22px;
    height: 22px;
    fill: rgba(90, 90, 90, .4);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.card-prev__footer {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.card-prev__complexity {
    font: 10px/25px OpenSans-Regular, sans-serif;
    background: #2ecc71;
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px;
    letter-spacing: .2em;
    text-transform: uppercase
}

.card-prev__complexity--orange {
    background: #ffc22b
}

.card-prev__complexity--red {
    background: #f8593b
}

.card-prev__next {
    background: #2ecc71;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    margin-left: auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.card-prev__next-arrow {
    width: 18px;
    height: 18px;
    fill: #fff
}

.game-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.game-title__text {
    padding-right: 32px
}

@media screen and (max-width:860px) {
    .game-title__text {
        font-size: 24px
    }
}

@media screen and (max-width:420px) {
    .game-title__text {
        font-size: 20px;
        padding-right: 15px
    }
}

.warn {
    position: relative
}

.warn:hover>.warn__dropdown {
    display: block
}

.warn:hover .warn__icon {
    fill: #2ecc71
}

.warn__button {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    outline: 0;
    cursor: pointer
}

.warn__icon {
    width: 24px;
    height: 24px
}

@media screen and (max-width:420px) {
    .warn__icon {
        width: 16px;
        height: 16px
    }
}

.warn__dropdown {
    background: #f3f3f3;
    display: none;
    position: absolute;
    min-width: 100%;
    width: 580px;
    padding: 25px;
    -webkit-box-shadow: 0 8px 16px rgba(17, 17, 17, .18);
    box-shadow: 0 8px 16px rgba(17, 17, 17, .18);
    top: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 1
}

@media screen and (max-width:900px) {
    .warn__dropdown {
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%)
    }
}

@media screen and (max-width:680px) {
    .warn__dropdown {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 500px
    }
}

@media screen and (max-width:560px) {
    .warn__dropdown {
        width: 320px;
        -webkit-transform: translateX(-58%);
        -ms-transform: translateX(-58%);
        transform: translateX(-58%)
    }
}

.warn__dropdown-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .75px
}

@media screen and (max-width:560px) {
    .warn__dropdown-title {
        font-size: 14px
    }
}

.warn__dropdown-desc {
    padding-top: 15px;
    font-size: 14px;
    color: #5a5a5a;
    letter-spacing: .75px
}

@media screen and (max-width:560px) {
    .warn__dropdown-desc {
        font-size: 12px
    }
}

.logout-btn {
    background: #f8593b;
    display: block;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 12px 35px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

@media screen and (max-width:420px) {
    .logout-btn {
        padding: 10px 20px
    }
}

.logout-btn:hover {
    background: #d43314
}

.game__field {
    background: #4d7145;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #fff
}

@media screen and (max-width:1300px) {
    .game__field {
        min-height: 600px
    }
}

@media screen and (max-width:991px) {
    .game__field {
        min-height: 400px
    }
}

@media screen and (max-width:520px) {
    .game__field {
        min-height: 250px
    }
}

.game__field-text {
    font-size: 144px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700
}

@media screen and (max-width:1300px) {
    .game__field-text {
        font-size: 70px
    }
}

@media screen and (max-width:520px) {
    .game__field-text {
        font-size: 42px
    }
}

.game__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-top: 30px
}

@media screen and (max-width:991px) {
    .game__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 15px
    }
}

.game__content-side {
    width: 48%
}

@media screen and (max-width:991px) {
    .game__content-side {
        width: 100%
    }
}

.section-side {
    margin-bottom: 60px
}

.section-side__title {
    font-weight: 700;
    font-size: 32px
}

@media screen and (max-width:991px) {
    .section-side__title {
        font-size: 24px
    }
}

.section-side__catalog {
    padding-top: 30px
}

.comments__field {
    position: relative;
    margin-top: 26px
}

.comments__field-input {
    background: rgba(46, 204, 113, .1);
    border-radius: 5px;
    outline: 0;
    border: 0;
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .8);
    padding: 18px 40px 18px 18px;
    width: 100%
}

.comments__field-input::-webkit-input-placeholder {
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .4)
}

.comments__field-input::-moz-placeholder {
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .4)
}

.comments__field-input:-ms-input-placeholder {
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .4)
}

.comments__field-input::-ms-input-placeholder {
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .4)
}

.comments__field-input::placeholder {
    letter-spacing: .75px;
    color: rgba(90, 90, 90, .4)
}

.comments__field-close {
    background: 0 0;
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    cursor: pointer
}

.comments__field-close:hover .comments__field-icon {
    fill: #2ecc71
}

.comments__field-icon {
    width: 12px;
    height: 12px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

ul.user-list {
    padding-top: 20px
}

.user-list__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(49, 94, 45, .1)
}

.user-list__name {
    font-size: 14px;
    display: block;
    font-weight: 700
}

.user-list__desc {
    font-size: 14px;
    color: #5a5a5a
}

.user-list__img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden
}

.user-list__info {
    padding-left: 10px
}

body.dark-theme {
    background: #0c0c0c
}

body.dark-theme .main-sidebar {
    background: #0c0c0c;
    border-right: 0;
    -webkit-box-shadow: inset -1px 0 1px #2b2b2d;
    box-shadow: inset -1px 0 1px #2b2b2d
}

body.dark-theme .user-nav__icon {
    fill: #5a5a5a
}

body.dark-theme .close__icon {
    fill: #5a5a5a
}

body.dark-theme .card-prev {
    background: #131315;
    color: #fff
}

body.dark-theme .catalog-prev__header {
    color: #fff
}

body.dark-theme .catalog-prev__header:hover {
    color: #2ecc71
}

body.dark-theme .catalog-prev__header:hover .catalog-prev__arrow {
    fill: #2ecc71
}

body.dark-theme .catalog-prev__arrow {
    fill: #fff
}

body.dark-theme .card-prev__desc {
    color: #979799
}

body.dark-theme .main-nav__link {
    color: #979799
}

body.dark-theme .search-prev__field {
    background: #131315;
    color: rgba(151, 151, 153, .8)
}

body.dark-theme .search-prev__field::-webkit-input-placeholder {
    color: rgba(151, 151, 153, .4)
}

body.dark-theme .search-prev__field::-moz-placeholder {
    color: rgba(151, 151, 153, .4)
}

body.dark-theme .search-prev__field:-ms-input-placeholder {
    color: rgba(151, 151, 153, .4)
}

body.dark-theme .search-prev__field::-ms-input-placeholder {
    color: rgba(151, 151, 153, .4)
}

body.dark-theme .search-prev__field::placeholder {
    color: rgba(151, 151, 153, .4)
}

body.dark-theme .search-prev__icon {
    fill: rgba(151, 151, 153, .4)
}

.logo {
    font-family: Poppins-SemiBold, sans-serif;
    display: block;
    text-decoration: none;
    color: #2ecc71
}