:focus,
:active {
	outline: none;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

img,
article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

img {
	max-width: 100%;
}


ol,
ul {
	list-style: none
}

button {
	background: transparent;
}

li:empty,
p:empty {
	display: none;
}

textarea,
select,
input,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	cursor: pointer;
	background: transparent;
}


a {
	text-decoration: none;
	color: inherit;
}

/* wp */

html {
	margin-top: 0 !important;
}


.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*!
 * Viogrid v1.0.0
 * Copyright 2019 The Viogrid Rafał Pysznik
 */

 :focus,
 :active {
   outline: none;
 }
 
 *,
 ::after,
 ::before {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
   box-sizing: border-box;
 }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 600;
}

a,
button,
input {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img
{
	max-width: 100%;
	height: auto;
	border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}


.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}


.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/*
* Centers element by type
*/
/*
* Sets element media query
*/
/*
* Flexbox row system
*/
/*
* Column width system
*/
/*
* Styles input placeholder
* This is getting prefixed by gulp
*/
/*
* Fills relative parent width and height
*/
/*
* Includes pseudo element if param is true
* Wrapper for @cover
*/
/*
* Sets item width and height 
*/
/*
* Includes animation with params
*/
/*
* Keeps item aspect ratio
* Item height is based on padding-top
*/
/*
* Px to vw calculator
* Remember to define your laytout width in _app.scss
*/
/* ==== GRID === */
.grid {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1700px;
}
.grid--sm {
  max-width: 740px;
}
@media screen and (max-width: 1200px) {
  .grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid {
    padding: 0 15px;
  }
}

.columns {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.columns .column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .columns {
    display: block;
  }
}

.icon8 {
  height: 80px;
  display: block;
  width: 80px;
}

.layout {
  min-height: 100vh;
  background-color: #FFFFFF;
  display: flex;
  flex: auto;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 1200px) {
  .layout {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .layout {
    padding: 0 15px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .layout {
    padding: 0 0px;
  }
}
.layout__logo {
  padding-right: 3rem;
}
.layout__sidebar {
  min-height: 100vh;
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
  background-color: #ffffff;
  width: 100%;
  min-height: 1px;
  flex: 0 0 19.5%;
  max-width: 19.5%;
}
@media (max-width: 992px) {
  .layout__sidebar {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
@media (max-width: 768px) {
  .layout__sidebar {
    display: none;
  }
}
.layout__mobile {
  display: none;
}
@media (max-width: 768px) {
  .layout__mobile {
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 100px;
    margin-top: 1rem;
  }
}
.layout__menu {
  margin-top: 8rem;
}
.layout__menu__li {
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.layout__menu__li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  transition: all 0.4s;
}
.layout__menu__li a:hover {
  color: #77EF07;
}
.layout__menu__li a.active {
  color: #77EF07;
}
.layout__menu__li:last-child {
  border-top: 1px solid #E3E3E3;
  padding-top: 3rem;
  margin-top: 3rem;
}
.layout__layout {
  border-left: 1px solid rgba(209, 209, 209, 0.5);
  border-right: 1px solid rgba(209, 209, 209, 0.5);
  width: 100%;
  min-height: 1px;
  flex: 0 0 53.5%;
  max-width: 53.5%;
}
@media (max-width: 992px) {
  .layout__layout {
    flex: 0 0 62%;
    max-width: 62%;
  }
}
@media (max-width: 768px) {
  .layout__layout {
    flex: 0 0 100%;
    width: 100%;
    max-width: 68rem;
  }
}
.layout__content {
  padding: 2.4rem 4rem;
}
@media (max-width: 576px) {
  .layout__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.layout__nav {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}
@media (max-width: 768px) {
  .layout__nav {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 476px) {
  .layout__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.layout__nav__mobile {
  display: none;
}
@media (max-width: 768px) {
  .layout__nav__mobile {
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 100px;
    margin-top: 1rem;
  }
}
.layout__nav .name {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.layout__nav .name svg {
  margin-left: 0.8rem;
}
@media (max-width: 1440px) {
  .layout__nav .name {
    font-size: 16px;
  }
}
.layout__aside {
  width: 100%;
  min-height: 1px;
  flex: 0 0 27%;
  max-width: 27%;
  padding: 9.6rem 3rem;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .layout__aside {
    display: none;
  }
}
.layout__aside .wrap {
  border: 1px solid rgba(209, 209, 209, 0.5);
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 3.2rem 2.4rem;
  width: 100%;
}
.layout__aside .wrap svg.group {
  margin: -3rem;
  position: relative;
  right: -3rem;
}
.layout__footer {
  background-color: #000;
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  color: #BBBBBB;
}
@media (max-width: 1200px) {
  .layout__footer {
    font-size: 15px;
  }
}
.layout__footer .grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .layout__footer .grid {
    display: block;
    text-align: center;
  }
  .layout__footer .grid .layout__footer__title {
    margin-bottom: 1rem;
  }
}
.layout__person {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.layout__person__sm {
  display: flex;
  align-items: center;
}
.layout__person__bg {
  border-radius: 20px;
  margin-left: -8.5rem;
  position: relative;
  z-index: 1;
  height: 17.5rem;
  width: 100%;
  background: #F1F1F1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4068977933) 0%, rgba(119, 237, 8, 0.5) 100%);
  overflow: hidden;
}
.layout__person__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.layout__person__bg .btn--svg {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
}
.layout__person .avatar {
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
  background: #F1F1F1;
  overflow: hidden;
}
.layout__person .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout__person .avatar .btn--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layout__person .brand {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-left: -2.4rem;
  position: relative;
  z-index: 3;
  background: #F1F1F1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout__person .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout__person .brand .btn--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layout__socials {
  min-height: 43vh;
  margin: -2.4rem -4rem;
  margin-top: 6rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4068977933) 0%, rgba(241, 241, 241, 0.398494432) 100%);
  padding: 5rem;
}
@media (max-width: 576px) {
  .layout__socials {
    padding: 4rem;
  }
}
.layout__socials .btn--add {
  display: block;
  margin: auto;
  margin-top: -7rem;
}
.layout__socials .social {
  margin-top: 3.4rem;
}
.layout__socials .social .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout__socials .social .title {
  text-align: center;
  font-size: 12px;
  margin-top: 0.8rem;
}

.register, .login, .guest {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.register__wrap, .login__wrap, .guest__wrap {
  border: 1px solid rgba(209, 209, 209, 0.5);
  border-radius: 5px;
  padding: 3rem 4rem;
}
@media (max-width: 476px) {
  .register__wrap, .login__wrap, .guest__wrap {
    padding: 3rem 2rem;
  }
}
.register__down, .login__down, .guest__down {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register__down .text, .login__down .text, .guest__down .text {
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .register__down, .login__down, .guest__down {
    display: block;
  }
}
.register .remember_me, .login .remember_me, .guest .remember_me {
  display: flex;
  align-items: center;
  justify-content: center;
}
.register .remember_me .text, .login .remember_me .text, .guest .remember_me .text, .register .register_accept .text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #B8B8B8;
  margin-bottom: 0px;
  margin-left: 1rem;
}
.register .register_accept input {
  top: 3px;
}
.register .register_accept .text {
  margin-left: 5px;
}
@media (max-width: 476px) {
  .register .remember_me, .login .remember_me, .guest .remember_me {
    margin-bottom: 2rem;
  }
  .register {
    margin-bottom: 3rem;
  }
  .register .grid {
    padding: 0 0px;
  }
}

html {
  font-size: 10px;
}
@media (max-width: 1600px) {
  html {
    font-size: 9.5px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}

main {
  min-height: 80vh;
  overflow: hidden;
}
@media (max-width: 340px) {
  main {
    min-height: 52rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

h1 {
  color: #000;
  font-size: 6rem;
  font-weight: 300;
  line-height: 7rem;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 476px) {
  h1 {
    font-size: 4.6rem;
    line-height: 5.4rem;
  }
}

h2 {
  color: #000;
  font-size: 6rem;
  font-weight: 300;
  line-height: 7rem;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 5.2rem;
    line-height: 6rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 476px) {
  h2 {
    font-size: 4.6rem;
    line-height: 5.4rem;
    min-width: auto !important;
  }
}

h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.7rem;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 2.6rem;
    line-height: 3.3rem;
  }
}

h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}

h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
  color: #000000;
  margin-bottom: 1rem;
}
.text--md {
  font-size: 14px;
  line-height: 22px;
}
.text--sm {
  font-size: 12px;
  line-height: 22px;
}
.text--xs {
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}
.text.italic {
  font-style: italic;
}
.text.fw600 {
  font-weight: 600;
}
.text strong {
  font-weight: 700;
}
.text a {
  color: #77EF07;
  transition: all 0.4s;
  text-decoration: underline;
}
.text a:hover {
  color: #21AE08;
}
.text a.link_black {
  color: #000000;
}
.text a.btn--black {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}
.text a.btn--black:hover {
  background-color: #77EF07;
}
.text ul li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2.5rem;
  font-size: 14px;
  line-height: normal;
}
.text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../assets/svg/check.svg");
  height: 1.3rem;
  width: 1.3rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

p {
  margin-bottom: 2rem;
}

/* SCROLL STYLE */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(106, 106, 106, 0.5);
  border-radius: 3.5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(106, 106, 106, 0.7);
}

img, svg {
  max-width: 100%;
}

svg.white path {
  fill: #fff;
}

svg.black path {
  fill: #000;
}

.line {
  height: 1px;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #E3E3E3;
  opacity: 0.8;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb-2 {
  display: block;
  margin-bottom: -2rem;
}
@media (max-width: 476px) {
  .mb-2 {
    margin-bottom: -1rem;
  }
}

.icon8 {
  height: 80px;
  display: block;
  width: 80px;
}

.btns-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -7rem;
}
.btns-form .btn--add {
  margin-top: 0px;
  display: inline-block;
  margin: unset;
}
.btns-form button {
  margin-left: 1rem;
  margin-right: 1rem;
}

.flex {
  display: flex;
  align-items: center;
}
.flex .label {
  margin-left: 1rem;
}

.icons {
  display: flex;
  align-items: center;
}
.icons .arrow {
  margin-left: 3rem;
  margin-right: 3rem;
}
.icons .icon__custom {
  height: 8rem;
  width: 8rem;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.icons.disabled {
  opacity: 0.4;
}

.link {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 1.2rem 1rem;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  display: flex;
  align-items: center;
  position: relative;
}
.link .img {
  height: 6.4rem;
  width: 6.4rem;
  border-radius: 15px;
  background-color: #848484;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link .img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.link .content {
  margin-left: 3rem;
}
.link .content .title {
  margin-bottom: 0px;
}
.link:hover {
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
}
.link__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link__wrap .actions {
  margin-left: 2rem;
}

.video {
  margin-bottom: 2rem;
}
.video__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video__wrap .actions {
  margin-left: 2rem;
}

.video__wrap .video {
  margin-bottom: 0px;
  width: 90%;
}
.video__wrap .video.big {
  width: 100%;
}

.statistic-img {
  max-width: 6rem;
}

.block {
  display: block;
}

.file-upload {
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  font-size: 10px;
  line-height: 14px;
  padding: 0.6rem 1.4rem !important;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}
.file-upload:hover {
  background-color: #77EF07;
}
.file-upload input[type=file] {
  display: none;
}

.form__line {
  border-top: 1px solid #E3E3E3;
  margin-top: 8rem;
}

.label {
  background-color: #77EF07;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  padding: 0.4rem 1.6rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 500px;
}
.label--sm {
  font-size: 8px;
  padding: 0.2rem 0.85rem;
  padding-bottom: 0.1rem;
}
.label--text {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
}
.label-required:after {
	content: '*';
	color: #d10808;
}
.img__custom {
  max-width: 7.6rem;
  height: auto;
}

.group {
  margin-bottom: 1.6rem;
}

@media (max-width: 476px) {
  .text-mobile-center {
    text-align: center;
  }
}

.span--xs {
  font-size: 11px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 1rem;
  color: #848484;
}

.c-toast {
  color: #fff !important;
  padding: 1.6rem 3.6rem !important;
  padding-bottom: 1.5rem !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  position: fixed !important;
  z-index: 9 !important;
  bottom: 5rem !important;
  right: 5rem !important;
  min-height: auto;
  border-radius: 30px !important;
}
.c-toast.c-toast--success {
  background-color: #77EF07 !important;
}
.c-toast.c-toast--error {
  background-color: #FF4016 !important;
}

small {
  font-size: 80%;
}

.alert {
  color: #fff;
  padding: 1.6rem 3.6rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  display: inline-block;
  position: fixed;
  z-index: 9;
  bottom: 5rem;
  right: 5rem;
  border-radius: 30px;
  background-color: #77EF07;
}
.alert.error {
  background-color: #FF4016;
}

.section {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.section:first-child {
  padding-top: 2rem;
}
.section:last-child {
  border-bottom: 0px;
}
.section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section__top.mb1 {
  margin-bottom: 1rem;
}
.section__top .subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}
.section__top .content {
  min-width: 19rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__top .content .text {
  margin-bottom: 0px;
}
.section__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.section__item .text {
  margin-bottom: 0px;
}

.file-change {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  flex: 0 0 40px;
  height: 18px;
  /* The slider */
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E3E3E3;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: -0.2px;
  background-color: #F1F1F1;
  border: 1px solid #D1D1D1;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #21AE08;
}
.switch input:checked + .slider:before {
  border: 1px solid #21AE08;
  transform: translateX(22px);
}
.switch .slider.round {
  border-radius: 500px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.toogle--sort {
  border: 1px solid #D1D1D1;
  border-radius: 500px;
}
@media (max-width: 476px) {
  .toogle--sort {
    max-width: 204px;
    margin-top: 2rem !important;
    margin: auto;
  }
}
.toogle--sort .btn--sort {
  display: inline-block;
  padding: 0.4rem 2rem;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
}
.toogle--sort .btn--sort span {
  position: relative;
  z-index: 1;
}
.toogle--sort input[type=radio].toggle {
  display: none;
}
.toogle--sort input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 12rem;
  color: #D1D1D1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.toogle--sort input[type=radio].toggle + label:hover {
  background: none;
  color: #000;
}
.toogle--sort input[type=radio].toggle + label:after {
  background: #1a1a1a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  border-radius: 500px;
  z-index: 0;
}
.toogle--sort input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
.toogle--sort input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.toogle--sort input[type=radio].toggle.toggle-right + label {
  margin-left: 0px;
}
.toogle--sort input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.toogle--sort input[type=radio].toggle:checked + label {
  cursor: default;
  color: #fff;
  transition: color 200ms;
}
.toogle--sort input[type=radio].toggle:checked + label:after {
  left: 0;
}

.btn-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 14px;
  width: 14px;
  z-index: 3;
  cursor: pointer;
}
.btn-remove svg {
  height: 14px;
  width: 14px;
}
.btn-remove svg path {
  fill: #FF4016;
}

.forwarding__item {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forwarding__item .img {
  height: 60px;
  width: 60px;
  border-radius: 15px;
  background-color: #848484;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forwarding__item .title {
  font-size: 16px;
}
@media (max-width: 380px) {
  .forwarding__item .title {
    display: none;
  }
}
.forwarding__item .icon8 {
  height: 60px;
  display: block;
  width: 60px;
}
.forwarding__item .item {
  display: flex;
  align-items: center;
}
.forwarding__item:last-child {
  border-bottom: 0px;
}
.forwarding__item .social {
  margin-top: 0px !important;
}

.pagination {
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination li {
  margin-left: 8px;
}
.pagination li.disabled {
  opacity: 0.7;
}
.pagination li.active {
  opacity: 0.7;
}

.center {
  display: block;
  margin: auto;
  text-align: center;
}

.relative {
  position: relative;
}

.dialog {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  right: 0;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2rem 3rem;
}
.dialog .btn--black {
  margin-bottom: 1.4rem;
}

.toggle-dialog svg {
  transition: all 0.4s;
}
.toggle-dialog.active svg {
  transform: rotate(180deg);
}

svg.color_orange {
  fill: #FF4016;
}
svg.color_green {
  fill: #21AE08;
}
svg.color_blue {
  fill: #41ACC2;
}
svg.color_violet {
  fill: #B15EC9;
}

.blur {
  filter: blur(6px);
}

.app {
  min-height: calc(100vh - 11rem);
  background-color: #FFFFFF;
  display: flex;
  flex: auto;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1300px;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  .app {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .app {
    padding: 0 15px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .app {
    padding: 0 0px;
  }
}
.app__logo {
  padding-right: 3rem;
}
.app__sidebar {
  min-height: calc(100vh - 11rem);
  padding-top: 5.8rem;
  padding-bottom: 5.8rem;
  background-color: #ffffff;
  width: 100%;
  min-height: 1px;
  flex: 0 0 19.5%;
  max-width: 19.5%;
}
@media (max-width: 992px) {
  .app__sidebar {
    flex: 0 0 26%;
    max-width: 26%;
  }
}
@media (max-width: 768px) {
  .app__sidebar {
    display: none;
  }
}
.app__menu {
  margin-top: 8rem;
}
.app__menu__mobile {
  display: none;
}
@media (max-width: 768px) {
  .app__menu__mobile {
    display: block;
    position: fixed;
    z-index: 5;
    bottom: 0px;
    width: 100%;
    min-height: 7rem;
    background-color: #fff;
    box-shadow: 1px 0px 15px -8px #525252;
  }
  .app__menu__mobile .menu__mobile__wrap {
    position: relative;
    padding: 1.6rem 2rem;
    padding-bottom: 1rem;
  }
  .app__menu__mobile .menu__mobile__items {
    margin: auto;
    width: 100%;
    max-width: 66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .app__menu__mobile .menu__mobile__item {
    text-align: center;
    margin-right: 1rem;
    margin-left: 1rem;
    cursor: pointer;
  }
  .app__menu__mobile .menu__mobile__item svg path {
    transition: all 0.4s;
  }
  .app__menu__mobile .menu__mobile__item .title {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1.2rem;
    transition: all 0.4s;
    color: #848484;
  }
  .app__menu__mobile .menu__mobile__item:hover svg path {
    fill: #77EF07;
  }
  .app__menu__mobile .menu__mobile__item:hover .title {
    color: #77EF07;
  }
  .app__menu__mobile .menu__mobile__item.active svg path {
    fill: #77EF07;
  }
  .app__menu__mobile .menu__mobile__item.active .title {
    color: #77EF07;
  }
  .app__menu__mobile .app__mobile__menu {
    background-color: #F9F9F9;
    position: absolute;
    bottom: 100%;
    left: 0px;
    right: 0px;
    width: 100%;
    min-height: 25rem;
    padding: 4rem 3rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    z-index: 4;
    border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  }
  .app__menu__mobile .app__mobile__menu .mobile__menu__li {
    margin-bottom: 1.5rem;
    padding-right: 3rem;
  }
  .app__menu__mobile .app__mobile__menu .mobile__menu__li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    transition: all 0.4s;
  }
  .app__menu__mobile .app__mobile__menu .mobile__menu__li a:hover {
    color: #77EF07;
  }
  .app__menu__mobile .app__mobile__menu .mobile__menu__li a.active {
    color: #77EF07;
  }
  .app__menu__mobile .app__mobile__menu .mobile__menu__li:last-child {
    border-top: 1px solid #E3E3E3;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .app__menu__mobile .app__mobile__menu .menu__close {
    position: absolute;
    right: 3rem;
    top: 1.6rem;
  }
  .app__menu__mobile .app__mobile__menu .menu__close svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .app__menu__mobile .app__mobile__share {
    background-color: #F9F9F9;
    position: absolute;
    bottom: 100%;
    left: 0px;
    right: 0px;
    width: 100%;
    min-height: 45rem;
    padding: 4rem 3rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
    z-index: 4;
    border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  }
  .app__menu__mobile .app__mobile__share .share {
    padding: 1.6rem 2.2rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.4s;
  }
  .app__menu__mobile .app__mobile__share .share:hover {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  }
  .app__menu__mobile .app__mobile__share .share__close {
    position: absolute;
    right: 3rem;
    top: 1.6rem;
  }
  .app__menu__mobile .app__mobile__share .share__close svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .app__menu__mobile .app__mobile__share .share__up {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .app__menu__mobile .app__mobile__share .share__content .img {
    display: block;
    margin: auto;
    max-width: 28rem;
  }
}
.app__menu__li {
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.app__menu__li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  transition: all 0.4s;
}
.app__menu__li a:hover {
  color: #77EF07;
}
.app__menu__li a.active {
  color: #77EF07;
}
.app__menu__li:last-child {
  border-top: 1px solid #E3E3E3;
  padding-top: 3rem;
  margin-top: 3rem;
}
.app__layout {
  border-left: 1px solid rgba(209, 209, 209, 0.5);
  border-right: 1px solid rgba(209, 209, 209, 0.5);
  width: 100%;
  min-height: 1px;
  flex: 0 0 53.5%;
  max-width: 53.5%;
  position: relative;
}
@media (max-width: 992px) {
  .app__layout {
    flex: 0 0 62%;
    max-width: 62%;
  }
}
@media (max-width: 768px) {
  .app__layout {
    flex: 0 0 100%;
    width: 100%;
    max-width: 68rem;
  }
}
.app__share {
  background-color: #F9F9F9;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 100%;
  min-height: 45rem;
  padding: 4rem 3rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
  z-index: 4;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
}
@media (max-width: 476px) {
  .app__share {
    padding: 4rem 2rem;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
}
.app__share .share {
  padding: 1.6rem 2.2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.4s;
}
.app__share .share:hover {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.app__share .share__close {
  position: absolute;
  right: 3rem;
  top: 1.6rem;
}
.app__share .share__close svg {
  width: 1.2rem;
  height: 1.2rem;
}
.app__share .share__up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app__share .share__content .img {
  display: block;
  margin: auto;
  max-width: 28rem;
}
.app__content {
  padding: 2.4rem 4rem;
}
@media (max-width: 768px) {
  .app__content {
    padding-bottom: 10rem;
  }
}
@media (max-width: 576px) {
  .app__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.app__nav {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  position: relative;
}
@media (max-width: 768px) {
  .app__nav {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .app__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.app__nav__mobile {
  display: none;
}
@media (max-width: 768px) {
  .app__nav__mobile {
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 100px;
    margin-top: 1rem;
  }
}
.app__nav .name {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.app__nav .name svg {
  margin-left: 0.8rem;
  transition: all 0.4s;
}
@media (max-width: 1440px) {
  .app__nav .name {
    font-size: 16px;
  }
}
.app__nav .name.open svg {
  transform: rotate(180deg);
}
.app__aside {
  width: 100%;
  min-height: 1px;
  flex: 0 0 27%;
  max-width: 27%;
  padding: 9.6rem 3rem;
  padding-right: 0px;
  display: none;
}
@media (max-width: 992px) {
  .app__aside {
    display: none;
  }
}
.app__aside .wrap {
  border: 1px solid rgba(209, 209, 209, 0.5);
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 3.2rem 2.4rem;
  width: 100%;
}
.app__aside .wrap svg.group {
  margin: -3rem;
  position: relative;
  right: -3rem;
}
@media (max-width: 1200px) {
  .app__aside .wrap svg.group {
    margin: -4rem;
    max-width: 120%;
  }
}
.app__footer {
  background-color: #000;
  padding-top: 3.7rem;
  padding-bottom: 4rem;
  color: #BBBBBB;
}
@media (max-width: 1200px) {
  .app__footer {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .app__footer {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .app__footer {
    padding-bottom: 12rem;
  }
}
.app__footer .grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .app__footer .grid {
    display: block;
    text-align: center;
  }
  .app__footer .grid .app__footer__title {
    margin-bottom: 1rem;
  }
}
.app__person {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.app__person__sm {
  display: flex;
  align-items: center;
}
.app__person__bg {
  border-radius: 20px;
  margin-left: -8.5rem;
  position: relative;
  z-index: 1;
  height: 17.5rem;
  width: 100%;
  background: #F1F1F1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4068977933) 0%, rgba(119, 237, 8, 0.5) 100%);
  overflow: hidden;
}
.app__person__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.app__person__bg .btn--svg {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
}
.app__person .avatar {
  height: 16rem;
  width: 16rem;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
  background: #F1F1F1;
  overflow: hidden;
}
.app__person .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app__person .avatar .btn--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app__person .brand {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-left: -2.4rem;
  position: relative;
  z-index: 3;
  background: #F1F1F1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app__person .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.app__person .brand .btn--svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app__socials {
  margin: -2.4rem -4rem;
  margin-top: 6rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4068977933) 0%, rgba(241, 241, 241, 0.398494432) 100%);
  padding: 5rem;
}
@media (max-width: 576px) {
  .app__socials {
    padding: 4rem;
  }
}
.app__socials .btn--add {
  display: block;
  margin: auto;
  margin-top: -7rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.app__socials .social {
  margin-top: 3.4rem;
}
.app__socials .social .item {
  display: flex;
  align-items: center;
}
.app__socials .social .item .actions {
  margin-left: 8px;
}
.app__socials .social .item .btn--svg {
  margin-top: 3px;
  margin-bottom: 3px;
  display: block;
}
.app__socials .social .title {
  text-align: center;
  font-size: 12px;
  margin-right: 4rem;
  margin-top: 0.8rem;
}
.app__statistics {
  margin: -2.4rem -4rem;
  margin-top: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4068977933) 0%, rgba(241, 241, 241, 0.398494432) 100%);
  padding: 2.4rem 4rem;
}
.app__statistics .btns {
  margin-top: -4.5rem;
}
@media (max-width: 992px) {
  .app__statistics .btns {
    justify-content: center;
  }
  .app__statistics .btns .btn {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
.app__statistics .blocks {
  margin-top: 3rem;
}
.app__statistics__socials {
  margin-top: 2em;
  margin-bottom: 8rem;
}
.app__products {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.app__products .app__shadow {
  margin-top: 4.8rem;
}
.app__products .text--down {
  margin-top: 4.8rem;
  margin-bottom: 0px;
}
.app__products .app__list {
  margin-top: 0rem;
}
.app__settings .text--down {
  margin-top: 12rem;
}
.app__widgets {
  margin-top: 4rem;
}
.app__dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F9F9F9;
  padding: 2rem 4rem;
  z-index: 4;
}
@media (max-width: 476px) {
  .app__dropdown__menu {
    padding: 2rem 2rem;
  }
}
.app__dropdown__menu .dropdown__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 3.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E6E6E6;
  color: #000000;
}
.app__dropdown__menu .dropdown__item.disabled {
  opacity: 0.4;
}
.app__colors {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.app__colors .btn--color {
  margin-right: 1rem;
}
.app__colors.hide {
  position: relative;
  pointer-events: none;
}
.app__colors.hide::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.app__setting {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.app__setting:first-child {
  padding-top: 2rem;
}
.app__setting:last-child {
  border-bottom: 0px;
}
.app__setting .setting__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.app__setting .setting__top.mb1 {
  margin-bottom: 1rem;
}
.app__setting .setting__top .subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}
.app__setting .setting__top .content {
  min-width: 19rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app__setting .setting__top .content .text {
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__setting .setting__top {
    flex-direction: column;
    text-align: center;
  }
  .app__setting .setting__top .content {
    margin-top: 1rem;
  }
  .app__setting .setting__top form {
    margin-top: 1rem;
  }
}
.app__setting .setting__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.app__setting .setting__item .text {
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__setting .setting__item .text {
    font-size: 12px;
    line-height: 18px;
  }
}
.app__widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 2.8rem;
  padding-right: 2.4rem;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.4s;
  cursor: pointer;
  margin-bottom: 1.6rem;
}
.app__widget .wrap {
  display: flex;
  align-items: center;
}
.app__widget .content {
  margin-left: 3rem;
}
.app__widget .content .subtitle {
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__widget {
    padding: 1.8rem 2rem;
  }
  .app__widget .content {
    margin-left: 2rem;
  }
  .app__widget svg {
    max-width: 4rem;
  }
}
.app__widget:hover {
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
}
.app__shadow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 1.8rem;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.4s;
}
.app__shadow .content .subtitle {
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__shadow svg {
    display: none;
  }
}
.app__shadow:hover {
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
}
.app__list {
  margin-top: 2rem;
  margin-bottom: 3.4rem;
}
.app__list .list {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 1.4rem;
  padding-bottom: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 476px) {
  .app__list .list.list-security-direction {
    flex-direction: column;
  }
  .app__list .list.list-security-direction .wrap {
    margin-bottom: 2rem;
  }
}
.app__list .list--security {
  border-bottom: 0px;
  padding-bottom: 1.5rem;
}
.app__list .list--security__down {
  background-color: #F1F1F1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (max-width: 476px) {
  .app__list .list--security__down {
    flex-direction: column;
  }
  .app__list .list--security__down .text-mobile {
    text-align: center;
  }
  .app__list .list--security__down.list-security-down {
    text-align: center;
  }
  .app__list .list--security__down.list-security-down .file-upload-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }
}
.app__list .list--security__down::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(209, 209, 209, 0.5);
}
.app__list .list--security__down:last-child::after {
  content: none;
}
.app__list .list--security__down .text {
  color: #848484;
  margin-bottom: 0px;
}
.app__list .list--security__down .text strong {
  margin-left: 2px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 476px) {
  .app__list .list--security__down .text {
    font-size: 12px;
    margin-bottom: 1rem;
  }
}
.app__list .list--security__down.active {
  border: 1px solid #77ef07;
}
.app__list .list__product {
  max-width: 11rem;
  width: 11rem;
}
.app__list .list__product img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.app__list .list .wrap {
  display: flex;
  align-items: center;
}
.app__list .list .wrap .img {
  height: 4.6rem;
  width: 4.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.app__list .list .wrap .icon {
  height: 5.6rem;
  width: 5.6rem;
}
.app__list .list .wrap .content {
  margin-left: 2rem;
}
@media (max-width: 476px) {
  .app__list .list .wrap .content {
    margin-left: 1rem;
  }
}
.app__list .list .wrap .content .title {
  line-height: 2.4rem;
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__list .list .wrap .content .title {
    font-size: 15px;
    margin-right: 1rem;
  }
}
.app__list .list .wrap .content .subtitle {
  margin-bottom: 0px;
  font-size: 15px;
}
.app__list .list .wrap .content .subtitle.gray {
  color: #BBBBBB;
}
@media (max-width: 476px) {
  .app__list .list .wrap .content .subtitle {
    font-size: 12px;
  }
}
.app__list .list .back {
  display: flex;
  align-items: center;
}
.app__list .list .back h3 {
  margin-right: 2rem;
  font-weight: 300;
}
.app__list .list .back .text {
  margin-bottom: 0px;
}
.app__heading {
  position: relative;
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app__heading .btn--svg {
  position: absolute;
  right: 1.4rem;
}
.app__heading .back {
  position: absolute;
  left: 0rem;
}
.app__heading.line {
  padding-left: 0rem;
  padding-right: 0rem;
  justify-content: space-between;
  border-top: 1px solid rgba(209, 209, 209, 0.4);
  padding-top: 3rem;
  padding-bottom: 3rem;
  opacity: 1;
  background-color: transparent;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 476px) {
  .app__heading.line {
    display: block;
  }
}
.app__block {
  border: 1px solid rgba(209, 209, 209, 0.6);
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}
.app__block .number {
  margin-top: 2rem;
  font-weight: 300;
}
.app__block .question {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  font-weight: 600;
  width: 30px;
  font-size: 18px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
}

.btns {
  display: flex;
  justify-content: center;
}
.btns--justify {
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn {
  padding: 1.6rem 3.6rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-radius: 500px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .btn .span__card {
    display: none;
  }
}
@media (max-width: 476px) {
  .btn {
    font-size: 14px;
  }
}
.btn--sm {
  font-size: 10px;
  padding: 0.9rem 2.2rem !important;
  padding-bottom: 0.8em !important;
}
.btn--sm.btn--icon {
  padding: 0.8rem 2rem !important;
}
.btn--sm.btn--icon svg {
  margin-right: 0.8rem !important;
}
.btn--xs {
  font-size: 10px;
  padding: 0.6rem 1.6rem !important;
}
.btn--xs.btn--icon {
  padding: 0.6rem 1.6rem !important;
}
.btn--xs.btn--icon svg {
  margin-right: 0.6rem !important;
}
.btn--pro .label {
  margin-top: -0.3rem;
  margin-bottom: -0.2rem;
  margin-right: -1rem;
  transition: all 0.4s;
}
.btn--pro:hover .label {
  background-color: #000;
}
.btn--full {
  width: 100%;
}
.btn--black {
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}
.btn--black:hover {
  background-color: #77EF07;
}
.btn--border {
  color: #000;
  border: 1px solid #D1D1D1;
  transition: all 0.4s;
}
.btn--border.gray {
  padding: 1.5rem 3.6rem;
  padding-bottom: 1.4rem;
  background-color: #fff;
  color: #D1D1D1;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #D1D1D1;
  display: flex;
  align-items: center;
}
.btn--border.gray .label {
  margin-left: 1.2rem;
  margin-right: -1rem;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
}
.btn--border:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.btn--border.active {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.btn--green {
  color: #fff;
  background-color: #77EF07;
  transition: all 0.4s;
}
.btn--green:hover {
  background-color: #000;
  color: #fff;
}
.btn--icon {
  height: -moz-max-content;
  height: max-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 1.6rem 2.8rem;
  padding-bottom: 1.5rem;
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}
.btn--icon svg {
  margin-right: 1.4rem;
}
.btn--icon.right svg {
  margin-right: 0px;
  margin-left: 1.4rem;
}
.btn--icon .label {
  margin-left: 1.4rem;
  margin-right: -1rem;
  transition: all 0.4s;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.btn--icon:hover {
  background-color: #77EF07;
}
.btn--icon:hover .label {
  background-color: #000;
}
.btn--icon.active {
  background-color: #77EF07;
}
.btn--icon.active .label {
  background-color: #000;
}
.btn--remove {
  background-color: #FF4016;
  transition: all 0.4s;
}
.btn--remove:hover {
  background-color: #EE3005;
}
.btn--circle {
  height: 5.8rem;
  width: 5.8rem;
  flex: 0 0 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background-color: #000;
  transition: all 0.4s;
}
.btn--circle:hover {
  background-color: #77EF07;
}
.btn--share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3.2rem;
  padding: 0.4rem;
  flex: 0 0 5rem;
  background-color: #000;
  transition: all 0.4s;
}
.btn--share:hover {
  background-color: #77EF07;
}
.btn--svg {
  line-height: normal;
  transition: all 0.4s;
}
.btn--svg svg path, .btn--svg .element-g {
  transition: all 0.4s;
}
.btn--svg:hover svg path {
  fill: #77EF07;
}
.btn--svg:hover .element-g {
  stroke: #77EF07;
}
.btn--color svg {
  border-radius: 20px;
  transition: all 0.4s;
}
@media (max-width: 476px) {
  .btn--color svg {
    height: 100%;
    width: 100%;
    border-radius: 2rem;
  }
}
.btn--color:hover svg {
  box-shadow: 0px 2px 10px -2px #707070;
}
.btn--color.active svg {
  box-shadow: 0px 2px 10px -2px #707070;
}
@media (max-width: 476px) {
  .btn .spanlast, .btn .spanremove {
    display: none;
  }
  .btn.btn-circle-mobile {
    padding: 0.6rem !important;
  }
  .btn.btn--sm.btn--icon .svgerror {
    margin-right: 0rem !important;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
  }
}

.btn-deskop {
  display: flex;
}
@media (max-width: 1200px) {
  .btn-deskop {
    display: none;
  }
}

.btn-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .btn-mobile {
    display: flex;
  }
}

@media (max-width: 768px) {
  .btn--input--camera--deskop {
    display: none;
  }
}

.label--input--camera {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .label--input--camera {
    display: inline-block;
  }
}
.label--input--camera input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.input {
  border: 1px solid #E3E3E3;
  border-radius: 500px;
  padding: 1.6rem 2.8rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff;
  width: 100%;
}
.input--gray {
  background-color: #F9F9F9;
  border: 1px solid #E3E3E3;
}
.input::-moz-placeholder {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.input::placeholder {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.input:disabled {
  opacity: 0.5;
}

.textarea, textarea {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding: 2rem 3rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  height: 16rem;
  text-transform: uppercase;
}
.textarea::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.textarea::placeholder, textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #B8B8B8;
  transition: all 0.4s;
  position: relative;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s;
}
input[type=checkbox].white {
  border: 1px solid #fff;
}
input[type=checkbox]:checked {
  background-color: #000;
}
input[type=checkbox]:checked::before {
  background-image: url("../assets/svg/checkwhite.svg");
}
input[type=checkbox]:checked.white {
  background-color: #fff;
}
input[type=checkbox]:checked.white::before {
  background-image: url("../assets/svg/checkblack.svg");
}
input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  border: 1px solid #B8B8B8;
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 50%;
  flex: 0 0 15px;
  position: relative;
}
input[type=radio].white {
  border: 1px solid #fff;
}
input[type=radio]:before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  transition: all 0.4s;
  opacity: 0;
}
input[type=radio]:checked {
  border: 1px solid #000;
}
input[type=radio]:checked.white {
  background-color: #fff;
}
input[type=radio]:checked:before {
  opacity: 1;
}

.select {
  border: 1px solid #E3E3E3;
  border-radius: 500px;
  padding: 1.6rem 2.8rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: #fff;
  width: 100%;
}
.select::-moz-placeholder {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.select::placeholder {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.select__wrap {
  position: relative;
}
.select__wrap::before {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/svg/arrow-right.svg");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.select--xs {
  padding: 0.9rem 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 13px;
}
