@import '../fonts/gilroy/stylesheet.css';
@import '../fonts/firasans/firasans.css';
@import "material.css";
body {
  font-family: "Gilroy";
  background: #fff;
  color: #49494B;
  overflow: hidden;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #49494B;
}

h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.login-page h1 {
  font-weight: 500;
  font-size: 32px;
  margin: 10px 0;
  text-align: center;
  color: #49494B;
}

.login-left {
  z-index: 2;
}

.inner h1 {
  margin-bottom: 45px;
}

h2 {
  font-size: 20px;
}

.inner h2 {
  margin-bottom: 20px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
}

h5 {
  font-size: 12px;
  font-weight: normal;
}

a {
  color: #9360FF;
}

a.forgot {
  border-bottom: 1px solid #6C63FF;
}

a:hover {
  text-decoration: none;
  color: #9360FF;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.box {
  display: flex;
  align-items: center;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.dropdown-toggle::after {
  border: none;
}

header {
  padding: 10px 0;
  z-index: 2;
  width: 100%;
  height: 64px;
  background: #fff;
  position: relative;
}

.login-page {
  overflow: hidden;
}

.login-page header {
  z-index: 1;
  height: 0;
  padding: 10px 0;
}

#header-control {
  position: absolute;
  width: 100%;
  left: 0;
  top: 54px;
  background: white;
  padding: 15px;
  z-index: 10;
}

.logo {
  font-family: "Fira Sans";
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #9360FF !important;
  flex: none;
  padding: 0;
}

.slogan {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  color: #49494B;
}

.form-control:focus {
  background: transparent;
}

.table .form-control:focus {
  background: #fff;
}

.table .edit {
  margin-left: 10px;
  margin-top: -3px;
}

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

.select-table {
  height: 38px;
}

.select:after {
  content: "";
  width: 9px;
  height: 9px;
  opacity: 0.5;
  border: solid #020001;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-select {
  /*background: #fff;*/
}

.tariff-wrap {
  margin-left: 0;
  margin-bottom: 15px;
}

.tariff-wrap .alert {
  background: rgba(238, 73, 73, 0.75);
  border-radius: 54px;
  padding: 4px 18px;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: 15px;
  margin-bottom: 0;
}

.tariff-select label {
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 12px;
}

.tariff-select .select {
  background: linear-gradient(90deg, #FF9270 0%, #FFB885 101.01%);
  border-radius: 6px;
}

.tariff-select select,
.lang-select select {
  padding: 8px 25px 7px 20px;
  border-radius: 3px;
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 2;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  height: 46px;
  width: 128px;
}

.tariff-wrap label {
  margin-bottom: 0;
  color: rgba(43, 43, 43, 0.4);
}

.badge {
  border-radius: 54px;
  padding: 4px 18px;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: normal;
}

table .badge {
  width: 146px;
  margin: 0;
}

.table .text {
  margin-right: 10px;
}

.badge-level {
  background-color: rgba(238, 192, 73, 0.8);
}

.badge-active {
  background-color: rgba(65, 214, 28, 0.75);
}

.badge-inactive {
  background-color: rgba(238, 73, 73, 0.75);
}

.badge-waiting {
  background-color: rgba(238, 192, 73, 0.75);
}

.badge-new {
  background: #6EB7EC;
}

.badge-action {
  background: #9360FF;
}

.lang-select select {
  color: rgba(43, 43, 43, 0.35);
}

.tariff-select .select:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  right: 16px;
  top: 16px;
}

.lang-select {
  margin-right: auto;
}

.lang-select .select:after {
  border: solid rgba(43, 43, 43, 0.35);
  border-width: 0 2px 2px 0;
  right: 16px;
  top: 16px;
}

.lang-select .select {
  background: #F6F6FF;
  border-radius: 6px;
}

select {
  padding: 7px 43px 7px 17px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
}

.login-wrap > a {
  width: 46px;
  height: 46px;
  background: #F6F6FF;
  position: relative;
  margin-left: 15px;
  border-radius: 50%;
}

.login-wrap a .icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
}

.sidebar {
  width: 60px;
  z-index: 1;
  background: #fff;
}

.content-outer {
  width: calc(100% - 180px);
}

content {
  flex: 1;
  overflow: hidden;
}

.login-page content {
  overflow: visible;
}

.side-menu {
  margin: 120px auto auto;
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item {
  margin-bottom: 10px;
}

.navbar-nav .nav-item .nav-link {
  border: 3px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  position: relative;
}

.navbar-nav .nav-item .nav-link:hover {
  background: #F6F6FF;
  border: 3px solid #FAF1F6;
}

.navbar-nav .nav-item .nav-link.active {
  background: #FAF1F6;
  border-color: #EEDAE5;
}

.navbar-nav .nav-link img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 22px;
}

.nav-item__count {
  text-align: center;
  background: #EE4949;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 13px;
}

.content-wrap {
  padding: 30px 15px;
  background: #F6F6FF;
  border-radius: 25px 0 0 25px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.login-page .content-wrap {
  overflow: visible;
}

.content-wrap h1 {
  position: relative;
}

.hello {
  width: 56px;
  height: 56px;
  display: inline-block;
  /*position: relative;*/
  background: #FEEFCE;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  margin-left: 20px;
}

.hello img {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.content-section {
  margin-top: 40px;
}

.content-section h4, .admin-title__titles h4 {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
  margin-bottom: 20px;
  font-weight: 500;
}

.content-section__title h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
}

.admin-title__titles h1 {
  margin-bottom: 15px;
}

/*.content-wrap:after {
    content: "";
    background: #F6F6FF;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
}*/
.count-block {
  background: #FFFFFF;
  border-radius: 12px;
  width: 360px;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.count-block__info {
  padding: 20px;
  flex: 1;
  white-space: nowrap;
}

.count-block__img {
  background: #E7DFF8;
  border-radius: 12px;
  flex: 2;
  position: relative;
}

.count-block__img img {
  position: absolute;
  top: -15px;
  right: -20px;
  max-width: none;
  width: 140px;
}

.count-block .img-wrap {
  background: rgba(46, 196, 255, 0.2);
  width: 54px;
  height: 54px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.count-block.today .img-wrap {
  background: rgba(255, 218, 0, 0.2);
}

.count-block .img-wrap img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.count-block__info b {
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  color: rgba(43, 43, 43, 0.8);
}

.count-block__info span {
  font-size: 16px;
  line-height: 21px;
  color: rgba(43, 43, 43, 0.4);
}

.textarea-wrap {
  background: #FFFFFF;
  border-radius: 12px;
}

.alert.alert-primary {
  background: #FAF5E4;
  border-radius: 22px;
  font-size: 15px;
  line-height: 21px;
  color: rgba(73, 73, 75, 0.7);
  border: none;
  max-width: 580px;
}

.alert .img-wrap {
  flex: none;
  background: #FFFFFF;
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 20px;
  border-radius: 50%;
}

.alert .img-wrap img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.alert span {
  margin: auto;
}

.alert-link {
  color: #9360FF;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid;
}

.alert-link:hover {
  color: #B08BFF;
}

.alert-link:active {
  color: #7838FF;
}

.alert-light {
  font-size: 15px;
  line-height: 17px;
  max-width: 370px;
  display: inline-block;
  color: rgba(43, 43, 43, 0.4);
  background: none;
}

.form-group {
  position: relative;
}

.btn-smm, .btn-primary {
  background: #9360FF;
  box-shadow: -5px 7px 25px rgba(147, 96, 255, 0.33);
  border-radius: 8px;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 10px 30px;
  border: none;
  margin-top: 30px;
}

.btn-smm:focus {
  box-shadow: -5px 7px 25px rgba(147, 96, 255, 0.33) !important;
  background-color: #7838FF !important;
  border-color: #7838FF !important;
}

.btn-smm:active {
  background-color: #7838FF !important;
  border-color: #7838FF !important;
}

.btn-sm {
  padding: 4px 10px;
  font-size: 14px;
  margin: 0;
}

.btn-smm:hover {
  background: #B08BFF;
  color: #fff;
  border-color: #B08BFF;
}

.btn-secondary.focus, .btn-secondary:focus {
  background-color: #7838FF !important;
  border-color: #7838FF !important;
}

.btn-link {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #49494B;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.btn-link.focus, .btn-link:focus, .btn-link:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-primary, .dtp-btn-ok {
  border: 2px solid #9360FF;
}

.btn-secondary, .dtp-btn-cancel {
  color: #9360FF;
  background-color: transparent;
  border: 2px solid #9360FF;
}

.btn-smm.btn-secondary {
  padding-top: 8px;
  padding-bottom: 8px;
}

.dtp-btn-cancel {
  margin-right: 15px;
}

.btn-add {
  margin: 0;
  width: 100px;
  padding: 10px;
  font-size: 14px;
}

.table .btn-popup, table .btn-copy {
  margin-right: 10px;
}

input.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  outline: none;
  box-shadow: none !important;
  margin-top: 20px;
  background: transparent;
}

.table input.form-control {
  background: #fff;
}

.login-page input.form-control {
  margin-top: 0;
}

.login-page .btn {
  margin-top: 0;
}

.form-control {
  box-shadow: none !important;
  border: none;
  outline: none;
}

input {
  font-size: 16px;
  padding: 10px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
}

input:focus {
  outline: none !important;
}

.form-big .form-group {
  margin-bottom: 15px;
}

.form-big select {
  background: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: rgba(73, 73, 75, 0.4);
  font-size: 18px;
}

.form-big .select {
  width: 100%;
}

.form-big label {
  color: rgba(73, 73, 75, 0.4);
  font-size: 18px;
}

.form-big input {
  border-color: rgba(73, 73, 75, 0.3);
  background: transparent;
  font-size: 18px;
  color: rgba(73, 73, 75, 0.4);
}

::-webkit-input-placeholder {
  color: transparent !important;
}

::-moz-placeholder {
  color: transparent !important;
}

:-moz-placeholder {
  color: transparent !important;
}

:-ms-input-placeholder {
  color: transparent !important;
}

.custom-check {
  padding: 0 0 0 20px;
  /*position: relative;*/
  color: #000000;
  font-weight: 500;
}

.custom-check.radio {
  padding: 0;
}

.custom-check.radio.date {
  padding: 5px 10px;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox 
/* .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid rgba(73, 73, 75, 0.3);
    border-radius: 2px;
}*/
.checkmark {
  position: absolute;
  /* top: 4px; */
  /* left: 0; */
  margin: 4px 0 0 -20px;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid rgba(73, 73, 75, 0.3);
  border-radius: 2px;
  z-index: 1;
}

.custom-check .text {
  z-index: 1;
  position: relative;
}

.custom-check.radio.date .checkmark {
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.radio.date .text {
  position: relative;
  z-index: 2;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: transparent;
  border-color: rgba(73, 73, 75, 0.3);
}

.custom-check.radio.date:hover input ~ .text,
.custom-check.radio.date input:checked ~ .text {
  color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: transparent;
  border-color: rgba(73, 73, 75, 0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio.date .checkmark:after {
  display: none !important;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #71E055;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* LABEL ======================================= */
label.material {
  color: #999;
  font-size: 18px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label.material,
input:valid ~ label.material {
  top: -15px;
  font-size: 14px;
  color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.card {
  border: 0;
  background: 0;
  /*margin-right: 30px;*/
  position: relative;
  padding: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.card.active {
  padding: 10px 15px;
  margin: 15px 0;
  z-index: 2;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.card-header {
  border: 0;
  background: 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid rgba(73, 73, 75, 0.3);
  border-radius: 0;
  padding: 15px 0;
  z-index: 1;
}

.card-header ~ div {
  z-index: 1;
}

.card-header a {
  width: 100%;
  text-align: left;
  background: transparent !important;
}

.card-header .btn-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid #49494B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: 25px;
}

.card-header a[aria-expanded=true]:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 32px;
  right: -10px;
}

#questions .card .white-bg {
  position: absolute;
  background: transparent;
  border-radius: 11px;
  padding: 10px 30px;
  margin-right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

#questions .card.active .collapse ~ .white-bg {
  background: #FFFFFF;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

table thead {
  background: #F6F6FF;
}

table:not(.dtp-picker-days) thead th, table:not(.dtp-picker-days) thead td {
  border: none !important;
}

.table:not(.dtp-picker-days) th, .table:not(.dtp-picker-days) td {
  padding: 15px 15px;
}

table:not(.dtp-picker-days) thead tr th:first-child {
  border-top-left-radius: 11px;
}

table:not(.dtp-picker-days) thead tr.filters td:first-child {
  border-bottom-left-radius: 11px;
}

table:not(.dtp-picker-days) thead tr th:last-child {
  border-top-right-radius: 11px;
}

table:not(.dtp-picker-days) thead tr.filters td:last-child {
  border-bottom-right-radius: 11px;
}

table.history thead th:first-child, table.history thead th:nth-child(2) {
  width: 120px;
}

/*table.requests thead th:last-child {
    width: 150px;
}*/
/*table.requests thead th:nth-child(4) {
    min-width: 350px;
}*/
.table.pays thead th:last-child {
  width: 82px;
  min-width: 82px;
}

.table:not(.dtp-picker-days) tbody td {
  border-top: none !important;
  border-bottom: 1px solid rgba(73, 73, 75, 0.3) !important;
  position: relative;
}

table:not(.dtp-picker-days) thead input.form-control {
  margin: 0;
  border: none;
  /*border-radius: inherit;*/
  max-width: 200px;
}

table:not(.dtp-picker-days) thead .select {
  width: 200px;
  display: block;
}

.history__row {
  position: relative;
}

.history__row th, .history__row td {
  position: relative;
}

.history__row a {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}

.history__row a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #49494B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 20px;
}

.history__row a[aria-expanded=true]:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 25px;
}

.history__row a[aria-expanded=true] ~ span {
  display: none;
}

.tariff__row td:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 24px;
  background: #9360FF;
}

.pays__row .badge {
  margin-left: 0;
}

.icon-smile {
  background: rgba(147, 96, 255, 0.3);
  padding: 5px;
  border-radius: 50%;
  margin-left: 50px;
}

.btn-yes {
  background: rgba(113, 224, 85, 0.3);
  padding: 3px;
  border-radius: 50%;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.btn-no {
  background: rgba(238, 73, 73, 0.3);
  padding: 3px;
  border-radius: 50%;
  margin-right: 15px;
  height: 30px;
  width: 30px;
  display: inline-block;
}

.manager {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px;
  max-width: 505px;
  margin-top: 40px;
}

.manager img {
  margin-right: 10px;
  width: 64px;
  height: 64px;
  background: #F6F6FF;
  border-radius: 50%;
}

.manager-contacts p {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 2px;
}

.manager-phone,
.manager-telegram {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #49494B !important;
  padding: 2px 0 2px 14px;
  margin-bottom: 2px;
}

.manager-phone {
  background: url(/img/icon_phone.svg) no-repeat left center;
  display: inline-block;
  background-size: 12px;
}

.manager-telegram {
  background: url(/img/icon_telegram.svg) no-repeat left center;
  background-size: 12px;
}

.login-page .alert {
  margin-bottom: 15px;
}

.login-form {
  width: 100%;
  max-width: 500px;
}

.lpgin-img {
  position: relative;
}

.login-img img {
  position: absolute;
  top: -105px;
  left: -230px;
  z-index: 1;
}

.white-wrap {
  background: #FFFFFF;
  border-radius: 11px;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.no-posts {
  max-width: 900px;
  padding: 30px 0;
}

.no-posts__img {
  display: inline-block;
  margin: auto;
  position: relative;
}

.smile-1 {
  background: url(/img/smile1.svg) no-repeat center;
  width: 44px;
  height: 44px;
  background-size: cover;
  top: 75px;
  left: 105px;
  animation: shake 60s infinite linear;
}

.smile-2 {
  background: url(/img/smile2.svg) no-repeat center;
  width: 32px;
  height: 30px;
  background-size: cover;
  top: 60px;
  left: 73px;
  animation: shake-slow 60s infinite linear;
}

.smile-3 {
  background: url(/img/smile2.svg) no-repeat center;
  width: 38px;
  height: 34px;
  background-size: cover;
  top: 120px;
  left: 73px;
  animation: shake-hard 60s infinite linear;
}

.no-posts p {
  font-weight: 500;
  /* or 139% */
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
  text-align: center;
  color: rgba(73, 73, 75, 0.4);
}

.no-posts .date {
  color: #EE4949;
  font-weight: 600;
}

.pagination .page-item {
  margin-right: 5px;
}

.page-link {
  border: 0;
  background: none;
  border-radius: 50% !important;
  color: rgba(73, 73, 75, 0.3);
  width: 41px;
  height: 41px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  padding: 7px 10px;
  text-align: center;
}

.page-link:hover {
  color: #9360FF;
  background: transparent;
}

.page-link.active {
  color: #9360FF;
  background: #FFFFFF;
}

.page-link .icon {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border: solid #9360FF;
  border-width: 0 3px 3px 0;
  position: absolute;
  right: 16px;
  top: 15px;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-link.prev .icon {
  left: 16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.post-info-wrap__inner {
  position: relative;
  padding: 0 48px 0 0;
}

.post-info-wrap a.dropdown-toggle {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}

.post-info-wrap a.dropdown-toggle:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #49494B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
  left: 20px;
}

.post-info-wrap a.dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 25px;
}

.post-info-wrap a.dropdown-toggle[aria-expanded=true] ~ span {
  display: none;
}

.post-info-wrap .btn-copy {
  width: 40px;
  height: 40px;
  flex: none;
  margin: 0;
  border: 1px solid rgba(73, 73, 75, 0.3);
  border-radius: 50%;
}

.post-info-wrap .btn-copy .icon-paper {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
}

.work-block {
  max-width: 100%;
  padding: 30px;
  border-radius: 11px;
  margin-bottom: 20px;
  position: relative;
}

.work-block label {
  z-index: 1;
}

.work-block .work-time {
  font-size: 22px;
  line-height: 24px;
  color: #49494B;
  margin-top: 15px;
  border-bottom: 1px solid rgba(73, 73, 75, 0.3);
  z-index: 1;
}

.work-block .white-bg {
  position: absolute;
  background: transparent;
  border-radius: 11px;
  padding: 10px 30px;
  margin-right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}

.work-block input:checked ~ .white-bg {
  background: #fff;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}

.work-time__time {
  width: 60px;
  border: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  background: transparent;
  text-align: center;
}

.dtp-header {
  height: 34px;
}

.toast {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}

.modal .form-big {
  margin-bottom: 40px;
}

.modal-dialog {
  max-width: 1000px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 1;
  width: 15px;
}

.modal-content {
  border: none;
  border-radius: 11px;
}

.modal-body {
  padding: 15px;
}

.modal h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.modal h4 {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
  margin-bottom: 40px;
  font-weight: 500;
}

.modal-telegram__number {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #9360FF;
  width: 50px;
  height: 50px;
  flex: none;
  padding: 11px;
  background: #F6F6FF;
  border-radius: 50%;
  margin-right: 10px;
}

.modal-telegram__inner {
  padding-top: 15px;
  margin-bottom: 20px;
}

.modal-telegram__inner h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #49494B;
}

.modal-telegram__inner p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.3;
}

.modal-buttons {
  padding-left: 0;
}

#modalUser .modal-content {
  border-top-left-radius: 0;
  margin-top: 52px;
}

.modal-user-item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: rgba(73, 73, 75, 0.4);
}

.modal-user-item p {
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;
  color: #49494B;
}

.modal-user-item a {
  margin-left: 15px;
}

.modal-user-item a img {
  margin-top: -5px;
}

.nav-tabs {
  border: none;
  margin-top: -52px;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  background: #9360FF;
  color: #fff;
  padding: 15px 10px;
  margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  color: rgba(73, 73, 75, 0.25);
  background: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none;
}

.particle {
  display: inline-block;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

.particle-1 {
  background: url(/img/worm.svg) no-repeat center;
  width: 160px;
  height: 70px;
  background-size: cover;
  bottom: 100px;
  left: -60px;
  animation: flyy 9s infinite ease-in-out;
}

.particle-2 {
  background: url(/img/worm.svg) no-repeat center;
  width: 90px;
  height: 40px;
  background-size: cover;
  bottom: 320px;
  right: -10px;
  animation: flyy 5s infinite ease-in-out;
}

.particle-3 {
  background: #FFDA00;
  transform: rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 46px;
  height: 40px;
  bottom: 120px;
  left: 480px;
  animation: spin 5s infinite linear;
}

.particle-4 {
  background: #8D59F9;
  clip-path: circle(50% at 50% 50%);
  width: 70px;
  height: 70px;
  left: 560px;
  top: 250px;
  animation: shake-hard 60s infinite linear;
}

.particle-5 {
  background: #6ED6FF;
  clip-path: circle(50% at 50% 50%);
  width: 40px;
  height: 40px;
  left: -10px;
  top: 350px;
  animation: shake 60s infinite linear;
}

.particle-6 {
  background: #6E72B7;
  clip-path: circle(50% at 50% 50%);
  width: 55px;
  height: 55px;
  left: 200px;
  top: -20px;
  animation: shake-slow 60s infinite linear;
}

.particle-7 {
  background: #6ED6FF;
  clip-path: circle(50% at 50% 50%);
  width: 7px;
  height: 7px;
  left: 100px;
  bottom: 50px;
  animation: shake-slow 60s infinite linear;
}

.particle-8 {
  background: #6ED6FF;
  clip-path: circle(50% at 50% 50%);
  width: 9px;
  height: 9px;
  left: -5px;
  top: 50px;
  animation: shake 60s infinite linear;
}

.particle-9 {
  background: #6E72B7;
  clip-path: circle(50% at 50% 50%);
  width: 18px;
  height: 18px;
  left: 50px;
  top: -10px;
  animation: shake-hard 60s infinite linear;
}

.particle-10 {
  background: #8D59F9;
  clip-path: circle(50% at 50% 50%);
  width: 26px;
  height: 26px;
  right: -10px;
  top: 50px;
  animation: shake 60s infinite linear;
}

.particle-11 {
  background: #FFDA00;
  transform: rotate(180deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 26px;
  height: 20px;
  bottom: -10px;
  left: 100px;
  animation: spin 5s infinite linear;
}

.particle-12 {
  background: #FFF;
  clip-path: circle(50% at 50% 50%);
  width: 7px;
  height: 7px;
  left: 20px;
  bottom: 50px;
  animation: shake-slow 60s infinite linear;
}

.particle-13 {
  background: #FFF;
  clip-path: circle(50% at 50% 50%);
  width: 9px;
  height: 9px;
  left: 75px;
  top: 50px;
  animation: shake 60s infinite linear;
}

.particle-14 {
  background: #FFF;
  clip-path: circle(50% at 50% 50%);
  width: 18px;
  height: 18px;
  left: 50px;
  top: -10px;
  animation: shake-hard 60s infinite linear;
}

.particle-15 {
  background: #CEBFEE;
  clip-path: circle(50% at 50% 50%);
  width: 11px;
  height: 11px;
  right: 0;
  bottom: 30px;
  animation: shake-hard 60s infinite linear;
}

.particle-16 {
  background: url(/img/worm.svg) no-repeat center;
  width: 24px;
  height: 11px;
  background-size: cover;
  top: 10px;
  right: -10px;
  animation: flyy 5s infinite ease-in-out;
}

.particle-17 {
  background: url(/img/worm.svg) no-repeat center;
  width: 62px;
  height: 25px;
  background-size: cover;
  bottom: 0;
  left: -10px;
  animation: flyy 5s infinite ease-in-out;
}

.footer {
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 100% */
  text-align: center;
  color: rgba(43, 43, 43, 0.4);
  padding: 10px;
}

@keyframes spin {
  100% {
    transform: rotate(540deg);
  }
}
@keyframes flyy {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  50% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes shake {
  2% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  4% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg);
  }
  8% {
    transform: translate(0.5px, 2.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(2.5px, 1.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(1.5px, 2.5px) rotate(-0.5deg);
  }
  16% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  18% {
    transform: translate(2.5px, 2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-0.5px, -1.5px) rotate(1.5deg);
  }
  22% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  24% {
    transform: translate(2.5px, -1.5px) rotate(1.5deg);
  }
  26% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  28% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  30% {
    transform: translate(0.5px, 2.5px) rotate(1.5deg);
  }
  32% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  34% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg);
  }
  36% {
    transform: translate(-1.5px, 0.5px) rotate(1.5deg);
  }
  38% {
    transform: translate(-1.5px, 1.5px) rotate(1.5deg);
  }
  40% {
    transform: translate(2.5px, 0.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(0.5px, 0.5px) rotate(1.5deg);
  }
  44% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg);
  }
  48% {
    transform: translate(2.5px, 1.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  54% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  58% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  60% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  62% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(1.5deg);
  }
  66% {
    transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-1.5px, 2.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(2.5px, 0.5px) rotate(-0.5deg);
  }
  76% {
    transform: translate(0.5px, -1.5px) rotate(1.5deg);
  }
  78% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg);
  }
  84% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  86% {
    transform: translate(-0.5px, 0.5px) rotate(1.5deg);
  }
  88% {
    transform: translate(1.5px, 0.5px) rotate(1.5deg);
  }
  90% {
    transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  94% {
    transform: translate(-1.5px, 2.5px) rotate(1.5deg);
  }
  96% {
    transform: translate(-1.5px, -1.5px) rotate(1.5deg);
  }
  98% {
    transform: translate(1.5px, -1.5px) rotate(1.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-slow {
  2% {
    transform: translate(6px, -6px) rotate(2.5deg);
  }
  4% {
    transform: translate(-5px, 1px) rotate(1.5deg);
  }
  6% {
    transform: translate(7px, -3px) rotate(-2.5deg);
  }
  8% {
    transform: translate(-7px, -5px) rotate(2.5deg);
  }
  10% {
    transform: translate(-3px, 2px) rotate(-1.5deg);
  }
  12% {
    transform: translate(3px, 6px) rotate(3.5deg);
  }
  14% {
    transform: translate(-7px, 2px) rotate(-1.5deg);
  }
  16% {
    transform: translate(-6px, 6px) rotate(-2.5deg);
  }
  18% {
    transform: translate(6px, 0px) rotate(1.5deg);
  }
  20% {
    transform: translate(9px, 9px) rotate(2.5deg);
  }
  22% {
    transform: translate(7px, -9px) rotate(2.5deg);
  }
  24% {
    transform: translate(2px, 1px) rotate(0.5deg);
  }
  26% {
    transform: translate(10px, 4px) rotate(-0.5deg);
  }
  28% {
    transform: translate(-9px, 3px) rotate(3.5deg);
  }
  30% {
    transform: translate(10px, 5px) rotate(1.5deg);
  }
  32% {
    transform: translate(6px, 8px) rotate(-2.5deg);
  }
  34% {
    transform: translate(9px, 9px) rotate(3.5deg);
  }
  36% {
    transform: translate(-5px, 0px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-2px, -2px) rotate(0.5deg);
  }
  40% {
    transform: translate(-3px, 8px) rotate(2.5deg);
  }
  42% {
    transform: translate(-7px, 8px) rotate(3.5deg);
  }
  44% {
    transform: translate(6px, -6px) rotate(0.5deg);
  }
  46% {
    transform: translate(1px, -2px) rotate(3.5deg);
  }
  48% {
    transform: translate(-5px, 7px) rotate(-2.5deg);
  }
  50% {
    transform: translate(-8px, 1px) rotate(2.5deg);
  }
  52% {
    transform: translate(-9px, -2px) rotate(1.5deg);
  }
  54% {
    transform: translate(4px, -9px) rotate(3.5deg);
  }
  56% {
    transform: translate(-6px, -1px) rotate(0.5deg);
  }
  58% {
    transform: translate(-3px, -6px) rotate(-0.5deg);
  }
  60% {
    transform: translate(8px, 4px) rotate(-0.5deg);
  }
  62% {
    transform: translate(0px, -9px) rotate(0.5deg);
  }
  64% {
    transform: translate(9px, -2px) rotate(3.5deg);
  }
  66% {
    transform: translate(-7px, 10px) rotate(3.5deg);
  }
  68% {
    transform: translate(-7px, -9px) rotate(-1.5deg);
  }
  70% {
    transform: translate(9px, -2px) rotate(-2.5deg);
  }
  72% {
    transform: translate(-4px, 0px) rotate(2.5deg);
  }
  74% {
    transform: translate(1px, -2px) rotate(-1.5deg);
  }
  76% {
    transform: translate(-8px, -5px) rotate(2.5deg);
  }
  78% {
    transform: translate(-9px, 2px) rotate(1.5deg);
  }
  80% {
    transform: translate(-4px, 1px) rotate(-1.5deg);
  }
  82% {
    transform: translate(-6px, 10px) rotate(2.5deg);
  }
  84% {
    transform: translate(6px, -3px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-1px, -2px) rotate(1.5deg);
  }
  88% {
    transform: translate(1px, 9px) rotate(1.5deg);
  }
  90% {
    transform: translate(3px, 9px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-3px, -1px) rotate(0.5deg);
  }
  94% {
    transform: translate(-7px, 4px) rotate(1.5deg);
  }
  96% {
    transform: translate(6px, 1px) rotate(0.5deg);
  }
  98% {
    transform: translate(-8px, 2px) rotate(-0.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake-hard {
  2% {
    transform: translate(-3px, 3px) rotate(-2.5deg);
  }
  4% {
    transform: translate(-3px, -2px) rotate(-1.5deg);
  }
  6% {
    transform: translate(-9px, 4px) rotate(-1.5deg);
  }
  8% {
    transform: translate(9px, 8px) rotate(2.5deg);
  }
  10% {
    transform: translate(2px, 7px) rotate(0.5deg);
  }
  12% {
    transform: translate(3px, -5px) rotate(0.5deg);
  }
  14% {
    transform: translate(5px, 8px) rotate(1.5deg);
  }
  16% {
    transform: translate(8px, -2px) rotate(-2.5deg);
  }
  18% {
    transform: translate(-2px, 1px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-4px, 10px) rotate(-0.5deg);
  }
  22% {
    transform: translate(7px, 2px) rotate(2.5deg);
  }
  24% {
    transform: translate(8px, 0px) rotate(3.5deg);
  }
  26% {
    transform: translate(-7px, -8px) rotate(3.5deg);
  }
  28% {
    transform: translate(-5px, 10px) rotate(1.5deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(-0.5deg);
  }
  32% {
    transform: translate(4px, 4px) rotate(-1.5deg);
  }
  34% {
    transform: translate(8px, -3px) rotate(-1.5deg);
  }
  36% {
    transform: translate(8px, 9px) rotate(-2.5deg);
  }
  38% {
    transform: translate(-4px, 10px) rotate(2.5deg);
  }
  40% {
    transform: translate(5px, 2px) rotate(0.5deg);
  }
  42% {
    transform: translate(2px, 7px) rotate(2.5deg);
  }
  44% {
    transform: translate(7px, 5px) rotate(0.5deg);
  }
  46% {
    transform: translate(-5px, 0px) rotate(3.5deg);
  }
  48% {
    transform: translate(-2px, -7px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-1px, -5px) rotate(0.5deg);
  }
  52% {
    transform: translate(-4px, 8px) rotate(-0.5deg);
  }
  54% {
    transform: translate(8px, -3px) rotate(3.5deg);
  }
  56% {
    transform: translate(-1px, -8px) rotate(2.5deg);
  }
  58% {
    transform: translate(6px, 6px) rotate(3.5deg);
  }
  60% {
    transform: translate(0px, 4px) rotate(-0.5deg);
  }
  62% {
    transform: translate(2px, -7px) rotate(0.5deg);
  }
  64% {
    transform: translate(0px, 6px) rotate(2.5deg);
  }
  66% {
    transform: translate(5px, 0px) rotate(-0.5deg);
  }
  68% {
    transform: translate(0px, 3px) rotate(3.5deg);
  }
  70% {
    transform: translate(7px, -5px) rotate(-1.5deg);
  }
  72% {
    transform: translate(6px, -7px) rotate(3.5deg);
  }
  74% {
    transform: translate(1px, -5px) rotate(-2.5deg);
  }
  76% {
    transform: translate(-7px, 2px) rotate(-0.5deg);
  }
  78% {
    transform: translate(-8px, 1px) rotate(1.5deg);
  }
  80% {
    transform: translate(1px, 5px) rotate(1.5deg);
  }
  82% {
    transform: translate(-4px, -5px) rotate(-1.5deg);
  }
  84% {
    transform: translate(3px, -2px) rotate(3.5deg);
  }
  86% {
    transform: translate(-6px, -5px) rotate(1.5deg);
  }
  88% {
    transform: translate(-7px, -1px) rotate(-2.5deg);
  }
  90% {
    transform: translate(10px, 2px) rotate(-2.5deg);
  }
  92% {
    transform: translate(10px, -3px) rotate(1.5deg);
  }
  94% {
    transform: translate(4px, -6px) rotate(3.5deg);
  }
  96% {
    transform: translate(9px, 7px) rotate(-1.5deg);
  }
  98% {
    transform: translate(2px, 1px) rotate(-0.5deg);
  }
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
}
/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(147, 96, 255, 0.3);
  border: none;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb {
  background: #9360FF;
  border: none;
}

/* scrollbar end */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .count-block__img img {
    width: 200px;
  }

  .slogan {
    font-size: 26px;
    line-height: 31px;
    margin-top: 25px;
  }

  .login-page h1 {
    font-weight: 500;
    font-size: 36px;
    margin: 15px 0;
  }

  .login-page input.form-control {
    margin-top: 20px;
  }

  .login-page .btn {
    margin-top: 30px;
  }

  .sidebar {
    width: 100px;
  }

  .content-wrap {
    padding: 30px 40px 40px 40px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal .close {
    width: auto;
  }

  .modal-buttons {
    padding-left: 60px;
  }

  .modal h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .manager {
    padding: 30px;
  }

  .manager img {
    margin-right: 20px;
    width: 130px;
    height: auto;
  }

  .manager-contacts p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 1rem;
  }

  .manager-phone {
    background-size: auto;
  }

  .manager-telegram {
    background-size: auto;
  }

  .manager-phone,
.manager-telegram {
    font-size: 20px;
    line-height: 22px;
    padding: 2px 0 2px 30px;
    margin-bottom: 1rem;
  }

  .manager-whatsapp {
    font-size: 20px;
    line-height: 22px;
    padding: 2px 0 2px 0;
    margin-bottom: 1rem;
    color: #49494B !important;
    font-weight: 500;
  }
  .manager-whatsapp .btn-circle {
    width: 25px;
    height: 25px;
    padding: 1px;
    font-size: 23px;
    margin-right: 5px;
  }
  .manager-whatsapp .btn-circle i {
    position: relative;
    top: -5px;
  }

  .card-header a[aria-expanded=true]:before {
    right: 10px;
  }

  .card.active {
    padding: 10px 30px;
  }

  h1 {
    font-size: 36px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .modal .close {
    top: 40px;
    right: 40px;
  }

  .modal-body {
    padding: 60px;
  }

  .nav-tabs .nav-link {
    padding: 15px 25px;
  }

  .white-wrap {
    padding: 30px;
  }

  .count-block__img img {
    width: auto;
  }

  header {
    padding: 20px 0;
    height: 86px;
  }

  .login-page header {
    padding: 20px 0;
  }

  .tariff-wrap {
    margin-bottom: 0;
  }

  .tariff__row td:first-child:before {
    top: 29px;
  }

  .sidebar {
    width: 150px;
  }

  #header-control {
    position: static;
    padding: 0;
  }

  .login-img img {
    top: 2%;
    left: -8%;
  }

  .no-posts {
    padding: 100px 0;
  }

  .no-posts p {
    font-size: 28px;
    line-height: 30px;
    margin-top: 70px;
  }

  .btn-add {
    margin: 0;
    width: 220px;
    font-size: 18px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  table > thead tr.filters td {
    padding-top: 0;
  }

  .table th, .table td {
    padding: 20px 20px;
  }

  .login-page h1 {
    margin: 30px 0;
  }

  .login-page .alert {
    margin-bottom: 65px;
  }

  .tariff-select select,
.lang-select select {
    width: 150px;
  }

  .tariff-select label {
    margin-right: 20px;
    font-size: inherit;
  }

  .tariff-wrap .alert {
    margin-left: 25px;
  }

  .tariff-wrap {
    margin-left: 100px;
    margin-bottom: 0;
  }

  .lang-select {
    margin-right: 40px;
  }

  .count-block {
    margin-right: 35px;
    margin-bottom: 0;
  }

  .login-img img {
    top: -2%;
    left: -8%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .login-img img {
    top: -105px;
    left: -230px;
  }
}

/*# sourceMappingURL=main.css.map */
