@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap&subset=cyrillic-ext,latin-ext);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800&display=swap&subset=cyrillic-ext,latin-ext);: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%;
}

main {
	overflow: hidden;
}


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;
}

strong {
	font-weight: bold;
}

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

/* wp */

html {
	margin-top: 0 !important;
}

#wpadminbar {
	opacity: 0.3;
}

#wpadminbar:hover {
	opacity: 1;
}

.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
 */

 *
{
  margin: 0;
  padding: 0;
}

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: bolder;
}

a,
button,
input {
	text-decoration: none;
	transition: $transition;
	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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.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: 15px;
  padding-left: 15px;
}

.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;
}
/* ==== GRID === */
/* GRID FULL */
.grid_full {
  width: 100%;
  max-width: 100%;
}

/* GRID NAV */
.grid_nav {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1940px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .grid_nav {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid_nav {
    padding: 0 15px;
  }
}

/* GRID BODY */
.grid_subheader {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1200px) {
  .grid_subheader {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid_subheader {
    padding: 0 15px;
  }
}

.grid {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1200px) {
  .grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid {
    padding: 0 15px;
  }
}

.grid_sm {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .grid_sm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid_sm {
    padding: 0 15px;
  }
}

.grid_lg {
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  max-width: 1700px;
}
@media screen and (max-width: 1200px) {
  .grid_lg {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .grid_lg {
    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;
  }
}

.col-lg-70 {
  flex: 0 0 70%;
  max-width: 70%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-30 {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-74 {
  flex: 0 0 74%;
  max-width: 74%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-26 {
  flex: 0 0 26%;
  max-width: 26%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.app_body > .col-lg-74 {
  padding-left: 0px;
  padding-right: 0px;
}

.app_body > .col-lg-26 {
  padding-left: 0px;
  padding-right: 0px;
}

.app_body > .col-lg-9 {
  padding-left: 0px;
  padding-right: 0px;
}

.app_body > .col-lg-3 {
  padding-left: 0px;
  padding-right: 0px;
}

/* ====== TYPOGRAPHY ==== */
html {
  font-size: 1rem;
}

body {
  color: #716d79;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

main {
  min-height: 47vh;
  overflow-x: hidden;
}

h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}

.h1_down {
  position: relative;
  display: inline-block;
}
.h1_down::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #ffffff;
}

h2 {
  color: #353a40;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: #353a40;
  font-size: 24px;
  font-weight: 600;
}

h4 {
  color: #35394a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

h5 {
  color: #444a50;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

h6 {
  color: #35394a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.h2_content {
  display: flex;
  align-items: center;
}
.h2_content svg {
  margin-right: 10px;
}

.h2_content_white {
  display: flex;
  align-items: center;
}
.h2_content_white h2 {
  color: #fff;
}
.h2_content_white svg {
  margin-right: 10px;
}

.center_text {
  text-align: center;
}
.center_text .svg {
  margin-bottom: 15px;
}

.text {
  font-family: "Open Sans";
}

.msg14 {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.msg18 {
  color: #737880;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 35px;
}

.text16 {
  color: #737880;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.msg15 {
  color: #444a50;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
}

.msg16 {
  color: #545b65;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text18 {
  color: #737880;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}

blockquote {
  color: #737880;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.grid li, .app_container li {
  list-style: inside;
}

footer li {
  list-style: none !important;
}

a {
  color: #0e81c4;
  cursor: pointer;
  transition: all 0.5s;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
}
a:hover {
  color: #0e62a8;
}

.link-small {
  color: #137fc4;
  font-size: 13px;
  font-weight: 500;
}

.link-right {
  text-align: right;
}

.row10 {
  margin-left: -10px;
  margin-left: -10px;
}
.row10 .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.apbr1 {
  border-right: 1px solid #ecf1f7;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* INPUT */
.form-group {
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.form-group .col-xl-6, .form-group .col-lg-12, .form-group .col-md-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.wrap_input_text {
  position: relative;
}
.wrap_input_text svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.input-text {
  border-radius: 24px;
  border: 1px solid #d0d9e3;
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 48px;
  padding-right: 40px;
  width: 100%;
}
.input-text::-webkit-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-text::-moz-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-text:-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-text::-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-text::placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-text:disabled {
  background-color: rgba(208, 217, 227, 0.2);
  box-shadow: inset 1px 1px 20px -5px #d0d9e3;
}

.wrap_input_search {
  position: relative;
}
.wrap_input_search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_input_search .input-text {
  padding-left: 20px;
}

.revies_button {
  display: flex;
  align-items: center;
}
.revies_button button {
  margin-left: 10px;
  margin-top: 0px;
}

.input-seed {
  border-radius: 24px;
  border: 1px solid #d0d9e3;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
}
.input-seed::-webkit-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-seed::-moz-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-seed:-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-seed::-ms-input-placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.input-seed::placeholder {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}

/* city */
.wrap_input_checkbox {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}
.wrap_input_checkbox label {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
.wrap_input_checkbox a {
  color: #0e81c4;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

.input-checkbox {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 4px;
  border: 1.5px solid #177dc4;
  margin-right: 10px;
  position: relative;
  bottom: -3px;
}

.input-checkbox:checked:after {
  content: "";
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/confirm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* city */
.app_wraper_input_add {
  position: relative;
}
.app_wraper_input_add .input_add {
  border-radius: 24px;
  border: 1px solid #d0d9e3;
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 60px;
  width: 100%;
}
.app_wraper_input_add .input_add::-webkit-input-placeholder {
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.app_wraper_input_add .input_add::-moz-placeholder {
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.app_wraper_input_add .input_add:-ms-input-placeholder {
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.app_wraper_input_add .input_add::-ms-input-placeholder {
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.app_wraper_input_add .input_add::placeholder {
  color: #35394a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.app_wraper_input_add .input_btn_add {
  width: 48px;
  border-radius: 50%;
  height: 48px;
  border-radius: 24px;
  background-color: #0e81c4;
  position: absolute;
  right: 0;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ERROR */
.invalid-feedback {
  color: #da0404 !important;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.is-invalid {
  border: 1px solid #da0404 !important;
}

/* BTN */
.more {
  color: #137fc4;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.btn_border {
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s;
  border: 1.5px solid #a3aab5;
  color: #a3aab5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
}
.btn_border:hover {
  border: 1.5px solid #137fc4;
  color: #fff;
  background-color: #137fc4;
}

.app_wraper_groupe_input {
  display: flex;
  justify-content: flex-end;
}
.app_wraper_groupe_input button {
  margin-left: 15px;
}

.btn-submit {
  border-radius: 100px;
  background-color: #137fc4;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 1s;
}
.btn-submit:hover {
  background-color: #0e62a8;
  color: #ffffff;
}

.btn-search {
  border-radius: 100px;
  background-color: #137fc4;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-search span {
  margin-left: 14px;
}
.btn-search:hover {
  background-color: #0e62a8;
}

.btn-xl {
  border-radius: 100px;
  background-color: #137fc4;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all 0.5s;
}
.btn-xl:hover {
  color: #ffffff;
  background-color: #0e62a8;
}

.btn-md {
  border-radius: 100px;
  background-color: #137fc4;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 58px;
  padding-right: 58px;
  transition: all 0.5s;
}
.btn-md:hover {
  color: #ffffff;
  background-color: #0e62a8;
}

.app_wraper_btn {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
}

.btn-sm {
  border-radius: 100px;
  background-color: #137fc4;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s;
}
.btn-sm:hover {
  color: #ffffff;
  background-color: #0e62a8;
}

.btn-xs {
  border-radius: 100px;
  background-color: #137fc4;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s;
}
.btn-xs:hover {
  color: #ffffff;
  background-color: #0e62a8;
}

.btn-edit-background {
  border-radius: 100px;
  border-radius: 24px;
  border: 1px solid #0e80c3;
  background-color: #137fc4;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 20px;
  transition: all 0.5s;
}
.btn-edit-background span {
  margin-right: 10px;
}
.btn-edit-background:hover {
  color: #ffffff;
  background-color: #0e62a8;
}

.btn-edit {
  border-radius: 100px;
  border-radius: 24px;
  border: 1px solid #0e80c3;
  display: inline-block;
  color: #137fc4;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
.btn-edit span {
  margin-right: 10px;
}
.btn-edit svg path {
  transition: all 0.5s;
}
.btn-edit:hover {
  color: #ffffff;
  background-color: #0e80c3;
}
.btn-edit:hover svg path {
  fill: #fff;
}

.btn_remove {
  color: #df2f28;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.21px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s;
}
.btn_remove:hover {
  color: #bd0d06;
}

button:disabled {
  opacity: 0.5;
  cursor: auto;
}

.edit_btn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #137fc4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.edit_btn:hover {
  background-color: #026ed3;
}

.remove_btn {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #da0404;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  transition: all 0.5s;
}
.remove_btn:hover {
  background-color: #c90303;
}

/* FILE listing */
#avatar_file {
  position: absolute;
  left: 0px;
  height: 40px;
  top: 0px;
  width: 155px;
  opacity: 0;
  z-index: -1;
}

/* FLEX */
.flex {
  display: flex;
}

.flex_center {
  display: flex;
  justify-content: center;
}

.flex_aling {
  display: flex;
  align-items: center;
}
.flex_aling .rating {
  margin-left: 0px;
  position: relative;
  top: 2px;
}

.justify_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.justify_space_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.justify_end {
  display: flex;
  justify-content: flex-end;
}

.justify_center_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.row_5 {
  margin-left: 5px;
  margin-right: 5px;
}

.aling_items {
  align-items: center;
}

.app_heading_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* MARGIN */
.mt180 {
  margin-top: 180px;
}

/* FONT */
.f16 {
  color: #35394a;
  font-size: 16px;
  font-weight: 600;
}

.f14 {
  color: #35394a;
  font-size: 14px;
  font-weight: 600;
}

.f13 {
  color: #737880;
  font-size: 13px;
  font-weight: 400;
}

.f12 {
  color: #35394a;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

.f11 {
  color: #737880;
  font-size: 11px;
  font-weight: 400;
}

/* INPUT */
.app_wraper_input {
  margin-bottom: 12px;
}
.app_wraper_input span {
  color: #137fc4;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-left: 20px;
}

.input_text {
  width: 100%;
  border-radius: 24px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d0d9e3;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
.input_text::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_text::-moz-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_text:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_text::-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_text::placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_text:disabled {
  background-color: #f7f9fc;
}

/* SELECT */
.input_select {
  width: 100%;
  border-radius: 24px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d0d9e3;
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.input_select::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_select::-moz-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_select:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_select::-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input_select::placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}

select {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat;
}
select option {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 400;
}

/* TEXT */
.input-texarea {
  width: 100%;
  border-radius: 24px;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #d0d9e3;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
.input-texarea::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input-texarea::-moz-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input-texarea:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input-texarea::-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}
.input-texarea::placeholder {
  color: #7b7b7b;
  opacity: 0.8;
}

/* ALERT !IMPORTANT */
.toasted.outline {
  background-color: #52a203 !important;
  padding: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: none !important;
}

.toasted.bubble {
  background-color: #da0404 !important;
  padding: 15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: none !important;
}

/* FULL TH */
.th {
  color: #a3aab5;
  font-size: 14px;
  font-weight: 600;
}

/* TITLE */
.title_setting {
  color: #737880;
  font-size: 14px;
  font-weight: 500;
}

/* SWITCH */
.switch {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 25px;
  border-radius: 24px;
  background-color: #ebeef2;
  cursor: pointer;
}

switch input {
  position: absolute;
  opacity: 0;
}

.switch div {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #a3aab5;
  transition: all 300ms;
  position: absolute;
  top: 1px;
  left: 1px;
}

.switch input:checked + div {
  transform: translate3d(98%, 0, 0);
  background-color: #185ca8;
}

/* MARGIN */
.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* TEXT */
.text_center {
  text-align: center;
}

.text_13 {
  font-family: "Open Sans";
  font-size: 13px;
  line-height: 20px;
  color: #737880;
  font-weight: 400;
}

.text_14 {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  color: #737880;
  font-weight: 400;
}
.text_14 a {
  font-size: 14px;
  font-weight: 500;
}

/* INNE */
.bl {
  border-left: 1px solid #e9edf2;
}

/* CKEditor  */
.ck-toolbar {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.ck-content {
  min-height: 250px !important;
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  margin-bottom: 30px;
}

/* TAB LINK */
.tab_link {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  transition: all 0.5s;
}
.tab_link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  bottom: -13px;
  height: 3px;
  border-radius: 10px;
  background-color: #155ea8;
  transition: all 0.5s;
  pointer-events: none;
}
.tab_link:hover {
  color: #0e62a8;
}
.tab_link:hover::before {
  width: 100%;
}
.tab_link.active {
  color: #0e62a8;
  position: relative;
}
.tab_link.active::before {
  width: 100%;
}

/* INNE */
.flex_svg {
  display: flex;
  align-items: center;
  color: #8b93a0;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.flex_svg svg {
  margin-right: 20px;
}

.date {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

.city {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline;
  border-radius: 24px;
  background-color: #ebeef2;
  color: #85909a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15px;
}

.svg_star_empty {
  position: relative;
  bottom: -2px;
}

.svg_star {
  position: relative;
  bottom: -1px;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  max-width: 370px;
  margin-top: 10px;
}
.skills div {
  margin-bottom: 10px;
}

.skill {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  display: inline;
  border-radius: 24px;
  background-color: #f7f9fc;
  color: #8b93a0;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17px;
}

.company_data .skill {
  padding-top: 3px;
  padding-bottom: 3px;
}

.write {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}

/* REVIEWS */
.rating_starts span {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.reviews {
  margin-top: 50px;
}
.reviews_top {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  border-bottom: 1px solid #e9edf2;
  padding-bottom: 15px;
}
.reviews_item {
  border-bottom: 1px solid #e9edf2;
  padding-top: 25px;
  padding-bottom: 25px;
}
.reviews_item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.reviews_flex {
  display: flex;
}
.reviews_company_img {
  flex: 0 0 65px;
  width: 65px !important;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #d0d9e3;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
.reviews_candidate_img {
  flex: 0 0 65px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.reviews_content .title {
  color: #444a50;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
}
.reviews_content .subtitle {
  color: #a3aab5;
  font-size: 12px;
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: -3px;
}

.top {
  width: 100%;
  height: 70px;
  box-shadow: 0 13px 26px rgba(20, 99, 196, 0.1);
  background-color: #ffffff;
}

/* GENERAL */
.br1 {
  border-right: 1px solid #ecf1f7;
}

.listing {
  margin-top: -106px;
  padding-top: 120px;
  padding-bottom: 50px;
  min-height: 310px;
  background-color: #f7f9fc;
}
.listing_up {
  color: #828c9b;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 25px;
}

.company_small {
  margin-right: 15px;
  display: flex;
  align-items: center;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
}
.company_small img {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #d0d9e3;
  padding: 3px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.bacrumbs {
  min-height: 50px;
  background-color: #a5cfea;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

.tools {
  margin-top: -20px;
  width: 100%;
  max-width: 273px;
  min-height: 65px;
  border-radius: 10px;
  border: 1px solid #d0d9e3;
  background-color: #ffffff;
  display: flex;
  margin-bottom: 25px;
}
.tools .tool {
  width: 100%;
  flex: 0 0 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px -15px 25px -2px rgba(20, 99, 196, 0);
  transition: all 0.5s;
}
.tools .tool:hover {
  box-shadow: inset 0px -5px 20px 0px rgba(20, 99, 196, 0.15);
}
.tools .tool:first-child {
  border-right: 1px solid #d0d9e3;
}
.tools .tool:last-child {
  border-left: 1px solid #d0d9e3;
}
.tools a {
  padding: 0px;
  margin: 0px;
  line-height: 0;
}

.reviews_top a {
  margin-top: -10px;
}

.reviews_wraper_empty {
  text-align: center;
}
.reviews_wraper_empty h5 {
  color: #444a50;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews_wraper_empty .subtitle {
  color: #737880;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.experience_item:last-child {
  border-bottom: 0px solid #e9edf2;
  padding-bottom: 0px;
}

.mt20 {
  margin-top: 20px;
}

.ml10 {
  margin-left: 10px;
}

.pagination_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.pagination {
  display: flex;
  align-items: center;
}
.pagination li {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.pagination li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}
.pagination li:first-child {
  background-color: #ebeef2;
}
.pagination li:first-child:hover {
  background-color: #c9ccd0;
}
.pagination li:last-child {
  background-color: #ebeef2;
}
.pagination li:last-child:hover {
  background-color: #c9ccd0;
}
.pagination li.active {
  background-color: #155ea8;
  color: #fff;
}

.candidates_item_empty {
  margin-left: 15px;
}

.txtr {
  text-align: right;
}

/* */
.mb20 {
  margin-bottom: 20px;
}

.inline {
  display: inline;
}

.app_wraper_input_btn {
  position: relative;
}
.app_wraper_input_btn input {
  padding-right: 110px;
}
.app_wraper_input_btn button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

/* DIALOG */
.dialog-content, .apply-content {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.dialog-content.active, .apply-content.active {
  opacity: 1;
  pointer-events: all;
}

.dialog {
  background: white;
  color: #444;
  position: relative;
  min-width: 600px;
  border-radius: 20px;
  transition: all 0.25s ease;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: auto;
  padding: 30px;
}
.dialog h4 {
  text-align: center;
  margin-bottom: 10px;
}

.remove_svg {
  transition: all 0.5s;
}
.remove_svg path {
  transition: all 0.5s;
}
.remove_svg:hover path {
  fill: #df2f28;
}

.app_messages_item .title, .app_messages_item .subtitle {
  transition: all 0.5s;
}
.app_messages_item.new .title, .app_messages_item.new .subtitle {
  color: #222;
}

.wrap_input_text .password_show {
  position: absolute;
  left: unset;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.wrap_input_text .password_show path {
  fill: #b4bbc6;
  transition: all 0.5s;
}
.wrap_input_text .password_show:hover path {
  fill: #707782;
}
.wrap_input_text .password_show.active path {
  fill: #707782;
}

/* RIPLE */
.ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ripple .ripple_span {
  position: absolute;
  background-color: #222;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: ripple-animation 1s linear infinite;
          animation: ripple-animation 1s linear infinite;
}

@-webkit-keyframes ripple-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 0.1;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

@keyframes ripple-animation {
  0% {
    width: 0;
    height: 0;
    opacity: 0.1;
  }
  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
/* */
.autocomplete ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.autocomplete ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.autocomplete ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.autocomplete body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}

.autocomplete-input {
  color: #353a40;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 99;
}

.autocomplete-input::-webkit-input-placeholder {
  color: #a3aab5;
}

.autocomplete-input::-moz-placeholder {
  color: #a3aab5;
}

.autocomplete-input:-ms-input-placeholder {
  color: #a3aab5;
}

.autocomplete-input::-ms-input-placeholder {
  color: #a3aab5;
}

.autocomplete-input::placeholder {
  color: #a3aab5;
}

.autocomplete-result-list {
  top: 35px !important;
  background-color: #ffffff;
  width: calc(100% + 11px) !important;
  box-shadow: 0 20px 36px rgba(20, 99, 196, 0.1);
  margin-left: -11px;
  background-color: #ffffff;
  max-height: 215px;
  overflow-y: auto;
  border: 1px solid rgba(178, 184, 193, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #262626;
  font-weight: 400;
  list-style: none;
  z-index: 3 !important;
}

.autocomplete-result-list li {
  padding: 4px 10px;
  color: #818893;
  font-size: 13px;
  transition: all 0.5s;
  line-height: 19px;
}

.autocomplete-result-list li:hover {
  background-color: #eee;
  color: #353a40;
  cursor: pointer;
}

.span_gray {
  color: #9299a4;
}

.fw500 {
  font-weight: 500;
  color: #444a50;
}

/* */
.link_gray {
  color: #828c9b;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.18px;
  transition: all 0.4s;
}
.link_gray:hover {
  color: #177dc4;
}

.link {
  color: #828c9b;
  font-family: Montserrat;
  font-weight: 500;
  transition: all 0.4s;
}
.link:hover {
  color: #177dc4;
}

.owl_review_nav {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background-color: #f7f9fc;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.owl_review_nav svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.owl_review_nav:hover {
  background-color: #d5d7da;
}

.owl-item .svg_star, .owl-item .svg_star_empty {
  position: relative;
  bottom: 1px;
  margin-right: 3px;
}
.owl-item .span_gray {
  margin-left: 3px;
}

/* POPUP CANDIDATE */
.popup_candidate {
  position: fixed;
  left: 0;
  z-index: 3;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.popup_candidate .sub {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}

.popup_candidate_warper {
  background: white;
  color: #444;
  position: relative;
  min-width: 600px;
  border-radius: 20px;
  transition: all 0.25s ease;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: auto;
  padding: 30px;
}
.popup_candidate_warper .search_form_results {
  box-shadow: 0 20px 26px rgba(20, 99, 196, 0.1);
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border-radius: 24px;
}
.popup_candidate_warper .result_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: 1px solid #ecf1f7;
  position: relative;
}
.popup_candidate_warper .result_item .city {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 15px;
  margin-top: 0px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.popup_candidate_warper .result_item .data {
  display: flex;
}
.popup_candidate_warper .result_item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup_candidate_warper .result_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.popup_candidate_warper .result_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -8px;
}
.popup_candidate_warper .choice {
  color: #137fc4;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.block_empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verified_company_img {
  position: relative;
}
.verified_company_img .span_verified {
  position: absolute;
  right: -8px;
  top: 35px;
  transform: scale(1.4);
}

.tradesub {
  border-bottom: 1px solid #ecf1f7;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.tradesub li {
  margin-bottom: 10px;
  border-radius: 30px;
  background-color: #f7f9fc;
  color: #68717e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
  padding: 5px 15px;
  cursor: auto;
  margin-right: 10px;
  display: inline-block;
}
.tradesub li button {
  cursor: pointer;
  margin-left: 10px;
}
.tradesub li button svg path {
  transition: all 0.5s;
}
.tradesub li button:hover svg path {
  fill: #da0404;
}

/* SELECT */
.vue-treeselect__control {
  border-radius: 20px !important;
}

.vue-treeselect__x-container {
  display: none !important;
}

.vue-treeselect__multi-value-item {
  border-radius: 15px !important;
  padding-left: 4px !important;
  padding-right: 3px !important;
}

.mr15 {
  margin-right: 15px;
}

.search .vue-treeselect {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 22px;
  left: 0px;
  padding-left: 34px;
}
.search .vue-treeselect__control {
  border: 1px solid #fff !important;
  box-shadow: none !important;
}
.search .vue-treeselect__placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search .vue-treeselect__input-container {
  color: #353a40 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.search .vue-treeselect__menu-container {
  font-size: 14px;
}
.search .vue-treeselect__menu-container ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.search .vue-treeselect__menu-container ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.search .vue-treeselect__menu-container ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.search .vue-treeselect__menu-container body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}
.search .vue-treeselect__menu {
  border-radius: 5px !important;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
}
.search .vue-treeselect__limit-tip-text {
  font-weight: 400;
  color: #039be5;
  font-size: 12px;
  border-radius: 15px;
  line-height: 10px;
  background: #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  padding: 7px 10px;
}
@media (min-width: 992px) {
  .search .vue-treeselect__menu-container {
    left: -14px;
    width: 110%;
  }
}

.youtube_wraper {
  position: relative;
  padding-bottom: 55%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube_wraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.group_anonim {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* === CV === */
.cv {
  background-color: #fff;
  padding: 30px;
  font-size: 14px;
  position: relative;
}
.cv .subtitle {
  color: #8b93a0;
  font-size: 13px;
  font-weight: 500;
  margin-top: -5px;
}
.cv_name {
  color: #35394a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.cv_subname {
  color: #8b93a0;
  font-size: 13px;
  font-weight: 500;
}
.cv_smalsubname {
  color: #68717e;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.17px;
}

.row_down {
  width: 100%;
  position: absolute;
  bottom: 0cm !important;
}

.cv_img {
  width: 220px;
  height: auto;
  flex: 0 0 220px;
  background-color: #fff;
}
.cv_img img {
  height: auto;
  width: 100%;
}

.cv_line {
  border-bottom: 1px solid #ecf1f7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cv_wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.cv_wrap span {
  margin-left: 20px;
  color: #8b93a0;
  font-size: 13px;
  font-weight: 500;
}

.cv_items {
  margin-top: 10px;
}

.cv_item {
  color: #68717e;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17px;
  padding: 0px 12px;
  border-radius: 15px;
  background-color: #f7f9fc;
  margin-right: 15px;
  margin-bottom: 10px;
}

.cv_progress {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cv_progress .title {
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
}
.cv_progress .tade {
  font-size: 12px;
}

.cv_container {
  margin-top: 20px;
}

.cv_wraper {
  margin-top: 10px;
}

/* */
.person_cv {
  margin-left: 10px;
}

.vue_job .vue-treeselect__control {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 30px !important;
  border-radius: 30px !important;
  padding-left: 15px !important;
}

.job_item_down_content h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

.autocomplete-result-list li {
  list-style: none !important;
}

.oldms {
  margin-top: 10px;
  border-top: 1px solid #eaeef2;
  padding-top: 10px;
  font-size: 12px;
}

/* === HEADER === */
.mt90 {
  margin-top: 90px;
}

.navbar {
  height: 90px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 15px -6px rgba(20, 99, 196, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
}
.navbar_collapse {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 70px;
}
.navbar_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.brand {
  flex: 0 0 200px;
  position: relative;
  z-index: 9999;
}

.nav_item {
  margin-left: 20px;
  margin-right: 20px;
}

.nav_link {
  color: #666c72;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.5s;
}
.nav_link:after {
  bottom: 0;
  display: block;
  height: 2px;
  width: 0;
  content: "";
  background-color: #1260a8;
  transition: all 0.5s;
  pointer-events: none;
  /*   content: "";
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     width: 0%;
     bottom: -8px;
     height: 2px;
     background-color: #1260a8;
     transition: $transition;
     pointer-events: none; */
}
.nav_link:hover {
  color: #444a50;
  text-decoration: none;
  cursor: pointer;
}
.nav_link:hover:after {
  width: 100%;
}
.nav_link.active {
  color: #444a50;
  text-decoration: none;
  cursor: pointer;
}
.nav_link.active:after {
  width: 100%;
}

.nav_link_gray {
  color: #a3aab5;
}

.nav_item_avatar {
  display: flex;
  align-items: center;
}
.nav_item_avatar .title {
  color: #444a50;
  font-size: 15px;
  font-weight: 600;
  margin-right: 13px;
}

.nav_avatar {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d0d9e3;
  background-color: #ffffff;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav_avatar_candidate {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d0d9e3;
  -o-object-fit: cover;
     object-fit: cover;
}

/* === FOOTER === */
footer {
  padding-top: 75px;
  padding-bottom: 30px;
  border-top: 10px solid #f7f9fc;
}
footer .title {
  color: #737880;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer li {
  margin-bottom: 12px;
}
footer a {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s;
}
footer a:hover {
  color: #222;
}
footer a.active {
  color: #222;
}
footer .footer_down {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #dae1e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .author {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}
footer .author a {
  color: #177dc4;
}
footer .social_media {
  display: flex;
  align-items: center;
}
footer .social_media a {
  margin-left: 15px;
}
footer .social_media a svg path {
  transition: all 0.4s;
}
footer .social_media a:hover svg path {
  fill: #222;
}

/* ====== REGISTER ==== */
.register {
  /* REGISTER CANDIDATE */
}
.register_company_img {
  background-image: url("../images/register_company.png");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px;
}
.register_company_img h1 {
  position: relative;
  z-index: 2;
}
.register_company_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #1260a8;
  opacity: 0.2;
}
.register_wrap {
  padding: 50px;
  padding-bottom: 40px;
  padding-right: 80px;
  padding-left: 50px;
  min-height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.register_wrap h2 {
  display: block;
  margin-bottom: 60px;
}
.register_brand {
  margin-bottom: 80px;
}
.register_wrap_link {
  margin-bottom: 50px;
}
.register_link {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  margin-right: 30px;
  position: relative;
  transition: all 0.5s;
}
.register_link::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  bottom: -13px;
  height: 3px;
  border-radius: 10px;
  background-color: #155ea8;
  transition: all 0.5s;
  pointer-events: none;
}
.register_link:hover {
  color: #0e62a8;
}
.register_link:hover::before {
  width: 100%;
}
.register_link.active {
  color: #0e62a8;
  position: relative;
}
.register_link.active::before {
  width: 100%;
}
.register_login {
  margin-top: 80px;
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: -20px;
}
.register_candidate_img {
  background-image: url("../images/register_candidate.png");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px;
}
.register_candidate_img h1 {
  position: relative;
  z-index: 2;
}
.register_candidate_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #1260a8;
  opacity: 0.2;
}
.register_wrap_social_media {
  margin-top: 25px;
}
.register_wrap_social_media p {
  color: #a3aab5;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* === LOGIN === */
.login_img {
  background-image: url("../images/login.png");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px;
}
.login_img h1 {
  position: relative;
  z-index: 2;
}
.login_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #1260a8;
  opacity: 0.2;
}

.password_img {
  background-image: url("../images/password.png");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px;
}
.password_img h1 {
  position: relative;
  z-index: 2;
}
.password_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #1260a8;
  opacity: 0.2;
}

.password_wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.password_wrap .password_msg {
  margin-top: -40px;
  margin-bottom: 40px;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.remember {
  color: #a3aab5;
  font-size: 13px;
  font-weight: 500;
}

/* ====== ACCOUNT ==== */
.app {
  display: flex;
  flex: auto;
  background: #f7f9fc;
  width: 100%;
  min-height: 100%;
  /* JOBS */
  /* ============== */
  /* === CAREER === */
  /* specialization */
  /* Experience */
  /**/
  /* =========== */
  /* === EDIT ===*/
  /* ========= */
  /* aside */
}
.app_thank_you {
  text-align: center;
  margin-top: 30px;
}
.app_thank_you h4 {
  margin-bottom: 30px;
}
.app_aside {
  min-height: 100vh;
  background-color: #ffffff;
  width: 324px;
  flex: 0 0 324px;
  border-right: 1px solid #ecf1f7;
  padding: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.app_layout {
  display: block;
  width: calc(100% - 324px);
  flex: 0 0 calc(100% - 324px);
}
.app_body {
  display: flex;
  min-height: 100%;
  position: relative;
}
.app_alert {
  position: fixed;
  z-index: 9;
  bottom: 70px;
  right: 95px;
  min-width: 100px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.app_alert_danger {
  background-color: #da0404;
}
.app_alert_success {
  background-color: #52a203;
}
.app_container {
  width: 100%;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.app_heading {
  color: #35394a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.app_empty_wraper {
  width: 100%;
  height: 207px;
  border-radius: 10px;
  background-color: #e6ebf4;
  margin-bottom: 30px;
}
.app_wraper {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.app_wraper_header {
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 30px;
  min-height: 60px;
  border-bottom: 1px solid #ecf1f7;
}
.app_wraper_flex_justify {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.app_wraper_flex_justify:last-of-type {
  margin-bottom: 0px;
}
.app_wraper_company_links {
  color: #828c9b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.app_wraper_company_links {
  margin-top: 15px;
}
.app_empty_map {
  border-radius: 10px;
  min-height: 200px;
  border: 1px solid #ebeef2;
  background: #f6f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_empty_map img {
  border-radius: 10px;
}
.app_full_map .vue-map {
  border-radius: 10px;
  min-height: 210px;
  border: 1px solid #ebeef2;
}
.app_home_map {
  min-height: 195px;
}
.app_home_map .vue-map {
  border-radius: 10px;
  min-height: 195px;
  border: 1px solid #ebeef2;
}
.app_wraper_title {
  color: #35394a;
  font-size: 18px;
  font-weight: 600;
}
.app_wraper_content_title {
  color: #35394a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.app_wraper_profile {
  display: flex;
}
.app_wraper_profile .app_specialization_wraper {
  margin-top: 25px;
}
.app_wraper_profile .app_specialization_item {
  color: #68717e;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.17px;
  padding: 0px 12px;
  list-style: none;
}
.app_wraper_profile_img {
  width: 140px;
  height: 140px;
  flex: 0 0 140px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 30px;
}
.app_wraper_profile_img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app_wraper_profile_company_img {
  width: 140px;
  height: 140px;
  border-radius: 24px;
  border: 4px solid #d0d9e3;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  padding: 10px;
}
.app_wraper_profile_company_img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.app_wraper_profile_company_contact {
  width: 100%;
  min-height: 210px;
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  padding: 30px;
}
.app_wraper_profile_company_contact .name {
  color: #444a50;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  margin-bottom: 10px;
}
.app_wraper_profile_company_contact .title {
  color: #35394a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.app_wraper_profile_content .name {
  color: #444a50;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  margin-bottom: 7px;
}
.app_wraper_profile_contact {
  width: 100%;
  max-width: 430px;
  min-height: 193px;
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  padding: 30px;
}
.app_wraper_profile_contact .title {
  color: #35394a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.app_content_empty {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.app_content_empty .big_title {
  color: #444a50;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.app_content_empty .small_text {
  color: #737880;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
}
.app_item_job {
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.app_item_job .title {
  color: #444a50;
  font-size: 16px;
  font-weight: 600;
}
.app_item_job .subtitle {
  color: #a3aab5;
  font-size: 12px;
  font-weight: 500;
}
.app_wraper_share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.app_wraper_share::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
  width: 1px;
  background-color: #d0d9e3;
  top: -10px;
  bottom: -10px;
}
.app_wraper_share_item {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
.app_wraper_share_item svg {
  cursor: pointer;
}
.app_wraper_specialization {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.app_wraper_specialization_item {
  border-radius: 30px;
  background-color: #f7f9fc;
  color: #68717e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
  padding: 5px 15px;
  cursor: auto;
  margin-right: 10px;
  list-style: none !important;
}
.app_wraper_specialization_item svg path {
  transition: all 0.5s;
}
.app_wraper_specialization_item button {
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.5s;
}
.app_wraper_specialization_item button:hover svg path {
  fill: #da0404;
}
.app_content_form {
  margin-bottom: 30px;
}
.app_content_form .app_wraper_groupe_input {
  margin-top: 30px;
}
.app_content_full_top {
  margin-bottom: 10px;
}
.app_content_full_item {
  border-top: 1px solid #e9edf2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.app_content_full_item .title {
  color: #35394a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.app_content_full_item .tade {
  color: #a3aab5;
  font-size: 12px;
  font-weight: 500;
}
.app_content_full_item .city {
  border-radius: 24px;
  background-color: #ebeef2;
  color: #85909a;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.15px;
  padding: 4px 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 5px;
}
.app_content_full_item .msg {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-right: -15px;
}
.app_wraper_cv_animation {
  position: relative;
  margin-bottom: 40px;
}
.app_cv_plam {
  display: block;
  margin: auto;
  width: 100%;
}
.app_cv {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.app_wraper_profile_contact_item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.app_wraper_profile_contact_item span {
  margin-left: 20px;
  color: #8b93a0;
  font-size: 13px;
  font-weight: 500;
}
.app_profile_edit_img {
  margin-bottom: 30px;
}
.app_profile_edit {
  display: none;
}
.app_brand {
  margin-bottom: 80px;
}
.app_menu_li {
  margin-bottom: 25px;
}
.app_menu_a {
  display: flex;
  align-items: center;
  color: #8b93a0;
  min-height: 32px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
}
.app_menu_a svg {
  margin-right: 30px;
  transition: all 0.5s;
}
.app_menu_a svg path {
  fill: #bec3cb;
  transition: all 0.5s;
}
.app_menu_a svg circle {
  fill: #bec3cb;
  transition: all 0.5s;
}
.app_menu_a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 4px;
  height: 32px;
}
.app_menu_a:hover {
  color: #35394a;
}
.app_menu_a:hover svg path {
  fill: #0e81c4;
}
.app_menu_a:hover svg circle {
  fill: #0e81c4;
}
.app_menu_a.active {
  color: #35394a;
  font-weight: 600;
}
.app_menu_a.active svg path {
  fill: #0e81c4;
}
.app_menu_a.active svg circle {
  fill: #0e81c4;
}
.app_menu_a.active::after {
  background-color: #0e81c4;
}
.app_menu_msg {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #df2f28;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.app_menu_line {
  margin-top: 45px;
  margin-bottom: 45px;
  height: 1px;
  background-color: #f4f6f8;
  width: 100%;
}
.app_not_profile {
  margin-top: 10px;
}
.app_not_profile_progress {
  height: 3px;
  width: 100%;
  background-color: #f4f6f8;
  position: relative;
}
.app_not_profile_stan_progress {
  height: 3px;
  background-color: #1260a8;
}
.app_not_profile_content_progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_not_profile_from {
  color: #1260a8;
  font-size: 11px;
  font-weight: 500;
}
.app_not_profile_to {
  color: #737880;
  font-size: 11px;
  font-weight: 500;
}
.app_not_profile_img {
  margin-top: 30px;
  margin-bottom: 60px;
}
.app_not_profile_img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.app_wraper_position {
  color: #a3aab5;
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
}

/* CANDIDATE SIDEBAR */
.app {
  /* notification */
}
.app_candidate_sidebar {
  width: 100%;
  background-color: #ffffff;
  min-height: 100%;
  padding: 35px;
}
.app_candidate_sidebar .btn_border {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-top: 20px;
}
.app_profile_img {
  margin: auto;
  margin-top: 30px;
  width: 120px;
  height: 120px;
}
.app_profile_img img {
  border: 4px solid #d0d9e3;
}
.app_profile_company_img {
  margin: auto;
  margin-top: 30px;
  width: 120px;
  height: 120px;
}
.app_sidebar_title {
  color: #35394a;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.app_notification_sidebar {
  border-top: 1px solid #e9edf2;
  margin-top: 50px;
  padding-top: 50px;
}
.app_notification_sidebar_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #35394a;
  font-size: 16px;
  font-weight: 600;
}
.app_sidebar_center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  text-align: center;
}
.app_user_rating {
  margin-top: 5px;
  margin-bottom: -10px;
}
.app_notification_item {
  display: flex;
  align-items: center;
}
.app_notification_item svg {
  flex: 0 0 50px;
  margin-right: 15px;
}
.app_notification_wraper_item {
  margin-top: 30px;
}
.app_notification_item {
  margin-bottom: 30px;
}
.app_notification_item_content .title {
  color: #444a50;
  font-size: 13px;
  font-weight: 600;
}
.app_notification_item_content .date {
  color: #8b93a0;
  font-size: 12px;
  font-weight: 500;
}

/* CANDIDATE HOME */
.app_specialization_wraper {
  display: flex;
  flex-wrap: wrap;
}
.app_specialization_item {
  border-radius: 15px;
  background-color: #f7f9fc;
  color: #68717e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.app_experiences_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ecf1f7;
}
.app_experiences_item .position {
  color: #35394a;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.app_experiences_item .company_title {
  color: #1260a8;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-top: -2px;
}
.app_experiences_item .date {
  color: #a3aab5;
  font-size: 12px;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 3px;
}
.app_experiences_item .responsibilities {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.app_experiences_item:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* MESSAGES */
.app_messages h5 {
  color: #35394a;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}
.app_messages_select {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 15px;
}
.app_messages_wraper ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.app_messages_wraper ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.app_messages_wraper ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.app_messages_wraper body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}
.app_messages_wrap {
  max-height: 65vh;
  margin-left: -30px;
  margin-right: -15px;
  overflow-y: auto;
}
.app_messages_wrap ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.app_messages_wrap ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.app_messages_wrap ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.app_messages_wrap body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}
.app_messages_item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 12px;
  border-bottom: 1px solid #ecf1f7;
  width: 100%;
  display: flex;
  transition: all 0.4s;
  cursor: pointer;
}
.app_messages_item .status {
  flex: 0 0 12px;
}
.app_messages_item svg {
  position: relative;
  top: -4px;
}
.app_messages_item .content {
  margin-left: 6px;
  width: 100%;
}
.app_messages_item .title {
  color: #666e76;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.4s;
}
.app_messages_item .subtitle {
  color: #8b93a0;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
}
.app_messages_item:first-child {
  border-top: 1px solid #ecf1f7;
}
.app_messages_item:hover {
  background-color: rgba(14, 129, 196, 0.03);
}
.app_messages_item.active {
  background-color: rgba(14, 129, 196, 0.05);
}
.app_messages_item.active .title {
  color: #444a50;
}
.app_messages_container {
  margin-left: 35px;
  margin-right: 20px;
}
.app_messages_container ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.app_messages_container ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.app_messages_container ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.app_messages_container body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}
.app_messages_company {
  display: flex;
  margin-top: 20px;
}
.app_messages_company img {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #d0d9e3;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.app_messages_company .img_candidate {
  border-radius: 50%;
  border: none;
  width: 65px;
  height: 65px;
  padding: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app_messages_company .data {
  margin-left: 15px;
}
.app_messages_company .title {
  color: #35394a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.app_messages_company .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: -2px;
}
.app_messages_content {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 55vh;
  overflow-y: auto;
}
.app_messages_content ::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  border-radius: 30px;
}
.app_messages_content ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}
.app_messages_content ::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 30px;
}
.app_messages_content body {
  scrollbar-face-color: #888;
  scrollbar-track-color: #c4c4c4;
}
.app_messages_content .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
.app_messages_content .description {
  color: #51575d;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.app_messages_content .description p {
  margin-bottom: 1em;
}
.app_messages_send {
  position: relative;
}
.app_messages_send button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* REVIEWS COMPANY */
.app_reviews_search {
  margin-top: 25px;
  margin-bottom: 30px;
}

.employee_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.employee_item .data {
  display: flex;
}
.employee_item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.employee_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.employee_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -3px;
}

/* CANDIDATE REVIEW ITEM */
.app_reviews_candidate {
  margin-top: -10px;
}

.reviews_candidate {
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9edf2;
}
.reviews_candidate_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.reviews_candidate_body {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* FAVORITES */
.favorites .search_form_results {
  box-shadow: 0 20px 26px rgba(20, 99, 196, 0.1);
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border-radius: 24px;
}
.favorites .result_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: 1px solid #ecf1f7;
}
.favorites .result_item .data {
  display: flex;
}
.favorites .result_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.favorites .result_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -5px;
}
.favorites img {
  width: 68px;
  height: 68px;
}
.favorites .companies_img {
  border-radius: 15px;
}

/* ====== HOME ==== */
.sliders {
  position: relative;
}
.sliders_item {
  width: calc( 100% + 30px);
  min-height: 500px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.sliders_title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}
.sliders .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
.sliders .owl-dot span {
  width: 13px !important;
  height: 5px !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  transition: all 0.5s;
}
.sliders .owl-dot.active span {
  width: 31px !important;
}

/* CHOSEN */
.chosen {
  margin-top: 30px;
  /* owl */
}
.chosen_top {
  padding-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.chosen_top_wraper {
  display: flex;
  justify-content: space-between;
}
.chosen_top_content {
  margin-top: 35px;
}
.chosen_tab {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.chosen_body {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  width: 100%;
  min-height: 200px;
  border-radius: 24px;
  background-color: #f7f9fc;
  padding: 50px;
  padding-top: 70px;
}
.chosen_body_empty {
  text-align: center;
  margin-top: 15px;
}
.chosen_body_empty .title {
  color: #444a50;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.chosen_body_empty .subtitle {
  color: #737880;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.chosen_body_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}
.chosen_body_wrap span {
  display: block !important;
}
.chosen_body_wrap.active {
  display: block;
}
.chosen_item {
  min-height: 100px;
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
}
.chosen_item:hover {
  box-shadow: 0 13px 16px rgba(20, 99, 196, 0.1);
}
.chosen_item_avatar {
  flex: 0 0 100px;
  margin-right: 20px;
}
.chosen_candidate_avatar img {
  width: 100%;
  height: 100px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
.chosen_company_avatar {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  padding: 15px;
  border: 1px solid #d0d9e3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chosen_company_avatar img {
  -o-object-fit: contain;
     object-fit: contain;
}
.chosen_item_content .name {
  color: #444a50;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
}
.chosen_item_content .profession {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 8px;
}
.chosen_item_content .city {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline;
  border-radius: 24px;
  background-color: #ebeef2;
  color: #85909a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15px;
}
.chosen_item_content .starts {
  margin-top: 3px;
  display: flex;
  align-items: center;
  color: #a3aab5;
  font-size: 13px;
  font-weight: 400;
}
.chosen_item_content .starts strong {
  margin-left: 8px;
  margin-right: 4px;
  color: #444a50;
}
.chosen .owl-item.active.center .chosen_item {
  box-shadow: 0 13px 16px rgba(20, 99, 196, 0.1);
}
.chosen .owl-stage {
  padding-bottom: 30px;
}
.chosen .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.chosen .owl-dot {
  margin-left: 5px;
  margin-right: 5px;
}
.chosen .owl-dot span {
  width: 13px !important;
  height: 5px !important;
  border-radius: 10px !important;
  background-color: #dae6f5 !important;
  transition: all 0.5s;
}
.chosen .owl-dot.active span {
  width: 31px !important;
  background-color: #a3aab5 !important;
}
.chosen .nav_circle {
  width: 48px;
  height: 48px;
  background-color: #ebeef2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  position: absolute;
  top: calc( 50% - 20px );
  transform: translateY(-50%);
}
.chosen .top_prev {
  left: 0px;
}
.chosen .top_next {
  right: 0px;
}

.owl_top .owl-stage-outer {
  min-height: 170px;
  width: 102%;
  padding-left: 10px;
}

/* === LASTOPINION === */
.lastopinion {
  margin-top: 80px;
}

/* === SECTION ADDOPTION === */
.section_addoption {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.section_addoption h3 {
  margin-bottom: 30px;
}

/* === VERIFED COMPANY === */
.verified_company {
  background-color: #f7f9fc;
  padding-top: 75px;
  padding-bottom: 120px;
}
.verified_company_wraper {
  margin-top: 140px;
}
.verified_company_item {
  width: 100%;
  min-height: 100px;
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}
.verified_company_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
}
.verified_company_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
}
.verified_company_item .down {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #ecf1f7;
  padding-top: 15px;
  margin-top: 20px;
}
.verified_company_img {
  width: 131px;
  height: 131px;
  border-radius: 24px;
  padding: 5px;
  border: 1px solid #d0d9e3;
  background-color: #ffffff;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verified_company_img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* === BLOG HOME === */
.blog_home {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #1260a8;
}

/* === HOW === */
.how {
  background-color: #f7f9fc;
  padding-top: 140px;
  padding-bottom: 140px;
}
.how h5 {
  margin-top: 35px;
  margin-bottom: 25px;
}

/* ====== COMPONENTS ==== */
.search_container .search {
  margin-top: -53px;
}

.search {
  margin-top: -50px;
  min-height: 160px;
}
.search_top {
  min-width: 242px;
  min-height: 53px;
  border-radius: 0 32px 0 0;
  background-color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
.search_body {
  position: relative;
}
.search_wraper {
  position: absolute;
  width: 100%;
  top: -30px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.search_wraper.active {
  width: 100%;
  position: relative;
  top: 0px;
  opacity: 1;
  pointer-events: auto;
}
.search_form {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 23px 36px rgba(20, 99, 196, 0.1);
  border-radius: 0 44px 44px;
  background-color: #ffffff;
}
.search_btn_wraper {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-end;
}
.search_select_wraper {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.search_select_wraper::before {
  content: "";
  right: -10px;
  position: absolute;
  top: 48%;
  transform: translateX(-50%);
  background-image: url("../images/select_down.png");
  width: 8px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search_select {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search_input_wraper {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.search_input_wraper .svgs {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  flex: 0 0 18px;
}
.search_input {
  color: #353a40;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.search_input::-webkit-input-placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search_input::-moz-placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search_input:-ms-input-placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search_input::-ms-input-placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}
.search_input::placeholder {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}

.search_city_wraper {
  margin-left: -70px;
  margin-right: 20px;
}
.search_city_wraper select, .search_city_wraper option {
  color: #a3aab5;
  font-size: 16px;
  font-weight: 500;
}

/* ==============*/
/* === PAGE === */
.header_page {
  min-height: 500px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.header_page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #1260a8 0%, rgba(18, 96, 168, 0) 100%);
}

/* ABOUT */
.header_about {
  background-image: url("../images/page/about.png");
}

.about {
  margin-top: 100px;
}
.about h5 {
  margin-top: 35px;
  margin-bottom: 25px;
}

.about2 {
  margin-top: 60px;
  margin-bottom: 100px;
}

/* ABOUT */
.header_working {
  background-image: url("../images/page/working.png");
}

.working {
  margin-top: 100px;
  margin-bottom: 50px;
}
.working h2 {
  margin-bottom: 25px;
}

.working2 {
  margin-top: 150px;
}
.working2 h2 {
  margin-bottom: 25px;
  margin-top: -30px;
}

.working_text {
  margin-left: 30px;
}

.working3 {
  background-color: #f7f9fc;
  padding-top: 150px;
  padding-bottom: 200px;
}
.working3 h2 {
  margin-bottom: 25px;
}

.working4 {
  margin-top: -70px;
  margin-bottom: -15px;
}
.working4 h2 {
  margin-bottom: 25px;
}
.working4 .flex a {
  margin-right: 25px;
}

.working4_img {
  margin-right: -20px;
}

.working4_text {
  margin-left: 30px;
  margin-top: 160px;
}

@media (max-width: 992px) {
  .working_text, .working4_text {
    margin-left: 0px;
  }

  .working_text {
    margin-top: 50px;
  }

  .working4_img {
    margin-right: 0px;
  }

  .working, .working2, .working3, .working4 {
    text-align: center;
  }
  .working .msg18, .working2 .msg18, .working3 .msg18, .working4 .msg18 {
    max-width: 100%;
  }
  .working img, .working2 img, .working3 img, .working4 img {
    display: block;
    margin: auto;
  }

  .working3 {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .working4 {
    margin-bottom: 60px;
  }
  .working4 .flex {
    justify-content: center;
  }

  .working4_text {
    margin-top: 60px;
  }

  .working4 .flex a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* FAQ */
.header_faq {
  background-image: url("../images/page/faq.png");
  text-align: center;
}

.faq {
  margin-top: 90px;
  margin-bottom: 100px;
}
.faq_item {
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
  transition: all 0.8s;
}
.faq_item .faq_title {
  transition: all 0.4s;
}
.faq_item.active .faq_title {
  color: #000;
}
.faq_up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_title {
  color: #353a40;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.faq_svg {
  flex: 0 0 50px;
  display: flex;
  justify-content: flex-end;
}
.faq_svg svg {
  transform: rotate(0deg);
  transition: all 0.8s;
}
.faq_svg svg path {
  transition: all 0.8s;
}
.faq_svg.active svg {
  transform: rotate(45deg);
}
.faq_svg.active svg path {
  fill: #137fc4;
}
.faq_content {
  display: none;
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 30px;
}

.faq_categories {
  margin-left: 50px;
}

.faq_categorie {
  color: #666666;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
.faq_categorie:hover {
  color: #141414;
}
.faq_categorie.active {
  color: #141414;
  text-decoration: underline;
}

.faq_item {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  transform: translateY(0px);
  transition: all 0.8s;
}

.faq_item.hide {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  position: absolute;
}

/* REGULATIONS */
.header_regulations {
  background-image: url("../images/page/regulations.png");
  text-align: center;
}

.regulations {
  margin-top: 90px;
  margin-bottom: 90px;
}
.regulations h2 {
  margin-bottom: 20px;
}

/* CONTACT */
.header_contact {
  background-image: url("../images/page/contact.png");
}

.contact {
  margin-top: 60px;
  margin-bottom: 30px;
}
.contact_flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact_flex svg {
  min-width: 18px;
  flex: 0 0 18px;
  margin-right: 15px;
}
.contact .row {
  margin-bottom: 50px;
}
.contact h5 {
  color: #353a40;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* === CANDIDATE === */
.candidate {
  margin-top: 50px;
  /* */
}
.candidate_img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
.candidate_data .title {
  color: #35394a;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.33px;
  margin-bottom: 10px;
}
.candidate_tools {
  margin-left: 15px;
  margin-top: 20px;
}
.candidate_body {
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 60px;
  width: 100%;
  min-height: 380px;
  background-color: #f7f9fc;
}
.candidate_tab {
  margin-left: -12px;
  margin-right: -12px;
}
.candidate_container {
  margin-top: 35px;
  position: relative;
}
.candidate_wraper {
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 30px 40px;
  position: absolute;
  width: 100%;
  top: 30px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.candidate_wraper.active {
  width: 100%;
  position: relative;
  top: 0px;
  opacity: 1;
  pointer-events: auto;
}
.candidate_more {
  margin-top: 25px;
}

/* CANDIDATES */
.candidates_item {
  width: 100%;
  min-height: 100px;
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 20px 36px rgba(20, 99, 196, 0);
  transition: all 0.5s;
}
.candidates_item:hover {
  box-shadow: 0 20px 36px rgba(20, 99, 196, 0.07);
}
.candidates_flex {
  display: flex;
}
.candidates_img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.candidates_item_data .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
}
.candidates_item_data .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 5px;
}
.candidates_item_data .starts {
  margin-top: 6px;
  font-size: 13px;
}
.candidates_item_wraper {
  margin-left: 25px;
}
.candidates_item_content {
  margin-top: 15px;
  color: #737880;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.candidates_item_content a {
  font-weight: 500;
  font-size: 13px;
}
.candidates_item_empty h5 {
  color: #444a50;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}
.candidates_item_empty .f13 {
  color: #737880;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 3px;
}

/* === COMPANY === */
.company {
  padding-top: 50px;
  position: relative;
  /* */
}
.company_sidebar {
  max-width: 380px;
  width: 100%;
  min-height: 250px;
  box-shadow: 0 13px 26px rgba(20, 99, 196, 0.1);
  border-radius: 0 0 24px 24px;
  background-color: #ffffff;
  position: absolute;
  top: -50px;
  right: 15px;
  margin-left: 15px;
  padding: 35px;
}
.company_sidebar .tools {
  margin-top: 30px;
  margin-bottom: 0px;
  max-width: 100%;
}
.company_sidebar_data {
  margin-top: 30px;
  margin-bottom: 25px;
}
.company_img {
  width: 140px;
  height: 140px;
  border-radius: 24px;
  border: 1px solid #d0d9e3;
  padding: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.company_data {
  margin-top: 6px;
}
.company_data .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.33px;
  margin-bottom: 10px;
}
.company_data .subtitle {
  color: #828c9b;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.company_number {
  margin-top: 7px;
  margin-left: 20px;
}
.company_number .flex_aling {
  margin-bottom: 17px;
}
.company_body {
  background-color: #f7f9fc;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 60px;
  min-height: 400px;
}
.company_container {
  margin-top: 45px;
  position: relative;
}
.company_wraper {
  position: absolute;
  width: 100%;
  top: 30px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.company_wraper h5 {
  color: #353a40;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.company_wraper.active {
  width: 100%;
  position: relative;
  top: 0px;
  opacity: 1;
  pointer-events: auto;
}

/* */
.reviews_company {
  width: 100%;
  min-height: 50px;
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
}
.reviews_company_candidate {
  text-align: center;
}
.reviews_company_candidate a {
  position: relative;
}
.reviews_company_candidate .span_verified {
  position: absolute;
  top: 8px;
  right: -35px;
}
.reviews_company_candidate img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews_company_candidate .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.reviews_company_candidate .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  margin-top: -6px;
}

/* */
.job_item {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 13px 26px rgba(20, 99, 196, 0);
  transition: all 0.8s;
}
.job_item.active {
  box-shadow: 0 13px 26px rgba(20, 99, 196, 0.1);
}
.job_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.job_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -3px;
}
.job_item_down {
  display: none;
  border-top: 1px solid #ecf1f7;
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 25px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.job_item_down .msg15 {
  margin-bottom: 15px;
}
.job_item_down .msg14 {
  margin-bottom: 25px;
}
.job_item_down ul {
  list-style: inside;
}
.job_item_down li {
  margin-bottom: 5px;
}

.job_more svg {
  transform: rotate(0deg);
  transition: all 0.8s;
}
.job_more.active svg {
  transform: rotate(180deg);
}

.branditem {
  margin-right: 20px;
  flex: 0 0 100px;
}

/* */
.companies_item {
  width: 100%;
  min-height: 100px;
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 20px 36px rgba(20, 99, 196, 0);
  transition: all 0.5s;
}
.companies_item:hover {
  box-shadow: 0 20px 36px rgba(20, 99, 196, 0.07);
}
.companies_flex {
  display: flex;
}
.companies_img {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  border: 1px solid #d0d9e3;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies_item_data .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
}
.companies_item_data .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 5px;
}
.companies_item_wraper {
  margin-left: 25px;
}
.companies_item_wraper .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
}
.companies_item_content {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #737880;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.companies_item_content a {
  font-size: 13px;
  font-weight: 500;
}
.companies_item_empty {
  margin-left: 25px;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.data_number {
  color: #828c9b;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.18px;
  margin-left: 10px;
}

.company_wraper .employee_item {
  border-radius: 10px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 13px 26px rgba(20, 99, 196, 0);
}

.tooltip {
  background-color: #595d65;
  border-radius: 15px;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: 10px;
}

/* === BLOG === */
/* POST */
.post {
  /* SIDEBAR */
}
.post_top {
  min-height: 121px;
  background-color: #1260a8;
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
}
.post_img {
  margin-top: -50px;
  width: 100%;
  min-height: 540px;
  border-radius: 24px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
  display: block;
}
.post_img::before {
  content: "";
  position: absolute;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #0f3d67;
  opacity: 0.5;
}
.post_img_container {
  position: relative;
  z-index: 1;
}
.post_img_container .date {
  min-width: 66px;
  min-height: 66px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post_img_container .category {
  padding: 1px 10px;
  border-radius: 34px;
  background-color: #137fc4;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.post_container {
  margin-top: 30px;
  margin-bottom: 60px;
}
.post_container .title {
  color: #13374e;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}
.post_container .subtitle {
  color: #13374e;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}
.post_container .row {
  margin-bottom: 30px;
}
.post_sidebar {
  margin-top: 50px;
  margin-left: 20px;
}
.post_sidebar_recommended {
  margin-top: 40px;
  margin-bottom: 60px;
}
.post_sidebar_recommended_item {
  display: flex;
  margin-bottom: 20px;
}
.post_sidebar_recommended_item img {
  width: 106px;
  height: 79px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.post_sidebar_recommended_item_content .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  max-width: 200px;
  margin-bottom: 10px;
}
.post_sidebar_recommended_item_content .category {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 34px;
  background-color: #137fc4;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.post_sidebar .h3_line {
  color: #444a50;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.post_sidebar .h3_line::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 73px;
  height: 3px;
  background-color: #1160a8;
}
.post_sidebar_career {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 320px;
}
.post_sidebar_career_item {
  margin-bottom: 30px;
  display: block;
}
.post_sidebar_career_item img {
  width: 100%;
  height: 112px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_sidebar_career_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin-top: 10px;
}

/* BLOG */
.blog_top {
  background-color: #1260a8;
  padding-top: 70px;
  padding-bottom: 100px;
}
.blog_top_container {
  margin-top: 50px;
}

.blog {
  margin-top: 90px;
  margin-bottom: 70px;
}
.blog_search {
  margin-top: 50px;
  width: 100%;
  min-height: 87px;
  box-shadow: 0 23px 36px rgba(20, 99, 196, 0.1);
  border-radius: 0 44px 44px;
  background-color: #ffffff;
  padding: 0 40px;
}

/* BLOG HOME */
.blog_home_content {
  margin-top: 60px;
  margin-bottom: 75px;
}
.blog_home_down {
  text-align: center;
}
.blog_home .btn-center {
  text-align: center;
  color: #fff;
  border: 1.5px solid #fff;
  transition: all 0.5s;
}
.blog_home .btn-center:hover {
  border: 1.5px solid #137fc4;
  color: #fff;
  background-color: #137fc4;
}

.blog_listing {
  margin-bottom: 60px;
}

/* NEWS */
.news_item {
  display: block;
  width: 100%;
  border-radius: 24px;
  transition: all 0.5s;
  margin-bottom: 35px;
}
.news_item img {
  width: 100%;
  height: 200px;
  border-radius: 24px 24px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -1px;
  display: block;
}
.news_item_container {
  padding: 20px;
  border: 1px solid #ecf1f7;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  margin-top: -1px;
  min-height: 250px;
}
.news_item .date {
  min-width: 66px;
  min-height: 66px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -55px;
  position: relative;
}
.news_item .category {
  padding: 1px 10px;
  border-radius: 34px;
  background-color: #137fc4;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.news_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 20px;
}
.news_item .text {
  color: #737880;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
}
.news_item:hover {
  box-shadow: 0 20px 30px rgba(9, 53, 90, 0.3);
}

.news_big_item {
  width: 100%;
  min-height: 450px;
  border-radius: 24px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
  display: block;
  transition: all 0.5s;
}
.news_big_item:hover {
  box-shadow: 0 20px 30px rgba(9, 53, 90, 0.3);
}
.news_big_item_container {
  position: relative;
  z-index: 1;
}
.news_big_item .date {
  min-width: 66px;
  min-height: 66px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news_big_item .category {
  padding: 1px 10px;
  border-radius: 34px;
  background-color: #137fc4;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.news_big_item .title {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 55px;
}
.news_big_item .text {
  color: #d6dce6;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 10px;
}
.news_big_item svg {
  margin-top: 30px;
}
.news_big_item::before {
  content: "";
  position: absolute;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #0f3d67;
  opacity: 0.5;
}

/* === REVIEWS === */
.review {
  margin-top: 50px;
  margin-bottom: 60px;
  min-height: 80vh;
}
.review .heading {
  color: #35394a;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

/* APLICATION */
.app_review_step {
  display: flex;
  justify-content: center;
}
.app_review_step .step {
  color: #444a50;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.18px;
  text-align: center;
  min-width: 180px;
}
.app_review_step .step:first-of-type .step_cirlce:before {
  content: none;
}
.app_review_step .step_cirlce {
  width: 31px;
  height: 31px;
  border: 2px solid #d0d9e3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #444a50;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.4s;
}
.app_review_step .step_cirlce:before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 2px;
  background-color: #d0d9e3;
  transition: all 0.4s;
}
.app_review_step .step.active .step_cirlce {
  border: 2px solid #0e81c4;
}
.app_review_step .step.active .step_cirlce:before {
  background-color: #0e81c4;
}
.app_review_wraper {
  margin-top: 40px;
}
.app_review_wraper .app_wraper {
  box-shadow: 0 23px 36px rgba(20, 99, 196, 0.1);
  border-radius: 24px;
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px;
}
.app_review_wraper .app_wraper_header {
  margin-top: -20px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.app_review_wraper .step_wraper {
  position: relative;
  display: none;
}
.app_review_wraper .step_wraper .step_start {
  display: block;
}
.app_review_wraper .step_wraper .step_end {
  display: none;
}
.app_review_wraper .step_wraper.step_active {
  display: block;
}
.app_review_wraper .step_wraper.step_finished .step_start {
  display: none;
}
.app_review_wraper .step_wraper.step_finished .step_end {
  display: block;
}
.app_review_wraper .search_form {
  border-radius: 0 0 24px 24px;
  border: 1px solid #ecf1f7;
}
.app_review_wraper .search_form_results {
  box-shadow: 0 20px 26px rgba(20, 99, 196, 0.1);
  border: 1px solid #ecf1f7;
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border-radius: 24px;
}
.app_review_wraper .result_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: 1px solid #ecf1f7;
}
.app_review_wraper .result_item button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_review_wraper .result_item:last-child {
  border-bottom: none;
}
.app_review_wraper .result_item .data {
  display: flex;
}
.app_review_wraper .result_item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.app_review_wraper .result_item .title {
  color: #444a50;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.app_review_wraper .result_item .subtitle {
  color: #a3aab5;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  margin-top: -5px;
}
.app_review_wraper .result_item .choice {
  color: #137fc4;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.app_review_wraper .employment .uptitle {
  color: #137fc4;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.app_review_wraper .employment .title {
  color: #35394a;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
.app_review_wraper .rating_starts {
  position: relative;
  bottom: -5px;
}
.app_review_wraper .rating_starts span {
  margin-left: 4px;
}
.app_review_wraper .rating_starts .vue-star-rating-rating-text {
  margin-top: -2px;
  color: #444a50;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.app_review_wraper .rating_starts svg {
  height: 22px;
  width: 22px;
}
.app_review_wraper .description {
  color: #8b93a0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.app_review_wraper .add_opinion {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.app_review_wraper .add_opinion .wrap_input_checkbox {
  max-width: 400px;
  margin-left: 0px;
}

/* === RWD === */
.app_container {
  min-height: 100vh;
}

.none_m12 {
  margin-left: 4px !important;
}

.show_m12 {
  display: none;
}

.block_m, .flex_m {
  display: none;
}

.mbm50 {
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .rw15.col-xl-8 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .rw15.col-xl-4 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .app_messages .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .app_messages .col-xl-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  h1, .sliders_title {
    font-size: 42px;
    line-height: 58px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .register_login {
    margin-top: 10px;
  }

  .register_brand {
    margin-bottom: 50px;
  }

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

  .register_wrap_link {
    margin-bottom: 35px;
  }

  .password_wrap .password_msg {
    margin-top: 0px;
  }

  .col-lg-74 {
    flex: 0 0 72%;
    max-width: 72%;
  }

  .col-lg-26 {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .sliders_item {
    background-position: center;
  }

  .app_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-lg-70 {
    flex: 0 0 68%;
    max-width: 68%;
  }

  .col-lg-30 {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .navbar_collapse {
    margin-left: 25px;
  }

  .nav_item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1450px) {
  .nav_link {
    font-size: 13px;
  }

  .nav_item .btn_border {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}
@media (max-width: 1400px) {
  .nav_item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav_link {
    font-size: 13px;
    line-height: 26px;
  }

  .btn_border {
    color: #a3aab5;
  }

  .btn-search {
    font-size: 15px;
  }

  .app_aside {
    width: 260px;
    flex: 0 0 260px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .app_layout {
    display: block;
    width: calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
  }

  .app_menu_a::after {
    right: -30px;
  }

  .col-lg-74 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-26 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .btn_border {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .col-lg-70 {
    flex: 0 0 67%;
    max-width: 67%;
  }

  .col-lg-30 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .app_company .col-lg-7, .app_company .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .app_item_job .title {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .navbar_collapse {
    margin-left: 5px;
  }

  .nav_item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1300px) {
  .nav_item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn_nav_login {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .btn-search {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pr45_m12 {
    padding-right: 45px;
  }

  .nav_item_avatar .title {
    font-size: 14px;
  }

  .app_messages .col-xl-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .app_messages .col-xl-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }

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

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

  .span_none_m13 {
    display: none;
  }
}
@media (max-width: 1250px) {
  .nav_link {
    font-size: 12px;
  }

  .nav_item .btn_border {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    margin-left: -5px;
    margin-right: -10px;
  }
}
@media (max-width: 1200px) {
  .mt20_m12 {
    margin-top: 20px;
  }

  .register_wrap {
    padding: 40px;
    padding-right: 40px;
    padding-left: 10px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h1, .sliders_title {
    font-size: 36px;
    line-height: 46px;
  }

  .register_company_img, .register_candidate_img, .password_img, .login_img {
    padding: 40px;
  }

  .none_m12 {
    display: none;
  }

  .btn-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar_collapse {
    margin-left: 0px;
  }

  .rw12.col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .rw12.col-lg-8 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .search_city_wraper {
    margin-left: -10px;
    margin-right: 20px;
  }

  .post_sidebar {
    margin-left: 0px;
  }

  .post_img {
    min-height: 440px;
  }

  .news_m12:last-child {
    display: none;
  }

  .show_menu_person {
    cursor: pointer;
  }
  .show_menu_person svg {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .menu_person_close {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 13px;
  }
  .menu_person_close svg {
    height: 20px;
    width: 20px;
  }

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

  .col-lg-26 {
    flex: 0 0 300px;
    max-width: 300px;
    position: absolute;
    right: -301px;
    width: 300px;
    height: 100%;
    transition: all 0.5s;
  }
  .col-lg-26 .app_candidate_sidebar {
    position: relative;
    z-index: 3;
  }
  .col-lg-26:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.3);
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    z-index: 1;
  }
  .col-lg-26.active {
    right: 0px;
  }
  .col-lg-26.active:before {
    opacity: 1;
  }

  .btn_border {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .btn_nav_login {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .header_page {
    min-height: 400px;
  }

  .faq_categories {
    margin-left: 30px;
  }

  .nav_item_avatar .title {
    font-size: 13px;
  }

  .show_m12 {
    display: block;
  }
}
@media (max-width: 1100px) {
  .navbar_collapse {
    margin-left: 15px;
  }

  .nav_link {
    font-size: 12px;
    line-height: 24px;
  }

  .post_img {
    min-height: 380px;
  }

  .header_page {
    min-height: 350px;
  }

  .faq_categories {
    margin-left: 20px;
  }

  .app_messages .col-xl-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .app_messages .col-xl-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .nav_item {
    margin-left: 9px;
    margin-right: 9px;
  }

  .grid_nav {
    justify-content: space-between;
  }

  .navbar_collapse {
    display: none;
  }

  .menu__toggle {
    display: block !important;
    width: 40px;
    height: 40px;
    z-index: 100;
    position: relative;
    cursor: pointer;
  }
  .menu__toggle svg {
    position: absolute;
    right: -15%;
    height: 100%;
    transform-origin: top right;
  }
  .menu__toggle path {
    fill: none;
    stroke: #137fc4;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.5s;
  }
  .menu__toggle path:nth-child(1), .menu__toggle path:nth-child(3) {
    --total-length: 126.64183044433594;
  }
  .menu__toggle path:nth-child(2) {
    --total-length: 70;
  }

  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
    flex-direction: column;
    position: fixed;
    padding-top: 60px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f7f9fc;
    transition: all 0.5s;
    transform: translateX(-110vw);
  }
  .menu li {
    transition: all 0.5s;
    transform: translateX(-50px);
    opacity: 0;
    text-align: center;
    margin: 6px 0;
  }
  .menu li a {
    font-size: 15px;
  }
  .menu li .btn_nav_login {
    font-size: 14px;
  }

  .navbar--toggled {
    transform: translateY(0);
  }
  .navbar--toggled .menu {
    transform: translateX(0vh);
  }
  .navbar--toggled .menu li {
    transition-delay: 0.3s;
    transform: translateX(0);
    opacity: 1;
  }
  .navbar--toggled .menu__toggle path {
    stroke: #137fc4;
  }
  .navbar--toggled .menu__toggle path:nth-child(1), .navbar--toggled .menu__toggle path:nth-child(3) {
    --length: 22.627416998;
    --offset: -94.1149185097;
  }
  .navbar--toggled .menu__toggle path:nth-child(2) {
    --length: 0;
    --offset: -50;
  }

  .menu li .btn_nav_login {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .btn-search {
    margin-left: -50px;
  }
}
@media (max-width: 992px) {
  .companies_item .br1 {
    border-right: none;
  }

  .app_item_job {
    text-align: center;
  }
  .app_item_job .bl {
    border-left: none;
  }

  .nav_item_avatar .title {
    margin-right: 0px;
  }

  .rw15.col-xl-8 {
    opacity: 0.1;
    width: calc( 100% + 30px);
    right: -15px;
    max-width: 113%;
    left: -15px;
    min-height: 100%;
    position: fixed;
  }
  .rw15.col-xl-8 h1 {
    display: none;
  }
  .rw15.col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .register_wrap {
    padding: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .register_company_img, .register_candidate_img, .password_img, .login_img {
    padding: 30px;
  }

  .none_m {
    display: none;
  }

  .block_m {
    display: block;
  }

  .flex_m {
    display: flex;
  }

  .search .bl {
    border-top: 1px solid #e9edf2;
  }

  .search_btn_wraper {
    display: block;
    width: 100%;
  }
  .search_btn_wraper .btn-search {
    width: 100%;
  }

  .search_body {
    position: absolute;
    width: calc(100% - 30px);
  }

  .listing {
    padding-top: 360px;
  }

  footer {
    padding-top: 30px;
  }
  footer .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .col-lg-3 .title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer .footer_down {
    flex-direction: column;
    align-items: center;
  }
  footer .footer_down .author {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .footer_down .social_media a {
    margin-left: 8px;
    margin-right: 8px;
  }

  .rw12.col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rw12.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .candidates_item_empty, .candidates_item_wraper, .companies_item_wraper, .companies_item_empty {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8eff9;
    margin-left: 0px;
    text-align: center;
    padding-bottom: 5px;
  }
  .candidates_item_empty h5, .candidates_item_wraper h5, .companies_item_wraper h5, .companies_item_empty h5 {
    text-align: center;
    margin: auto;
  }

  .candidates_flex, .companies_flex {
    justify-content: center;
  }

  .candidates_item .br1 {
    border-right: none;
  }
  .candidates_item .justify_space {
    flex-direction: column;
  }
  .candidates_item .justify_space .flex_aling {
    flex-direction: column;
  }
  .candidates_item .justify_space .flex_aling .company_small {
    margin-bottom: 5px;
    margin-right: 0px;
  }

  .search_city_wraper {
    margin-left: 0px;
    margin-right: 0px;
  }

  .listing_up {
    margin-left: 0px;
    text-align: center;
  }

  .post_sidebar {
    margin-top: 0px;
  }

  .news_m12:last-child {
    display: block;
  }

  .mb30_m {
    margin-bottom: 30px;
  }

  .blog_search {
    padding: 0 15px;
  }
  .blog_search .br1 {
    border-bottom: 1px solid #ecf1f7;
  }

  .companies_item_wraper .col-md-4 .flex_aling {
    justify-content: center;
  }

  .companies_item_content {
    margin-bottom: 25px;
  }

  .contact {
    text-align: center;
  }
  .contact h3 {
    margin-bottom: -30px;
  }
  .contact h5 {
    margin-top: 30px;
  }
  .contact .contact_flex {
    justify-content: center;
  }

  .header_about {
    text-align: center;
  }

  .about {
    text-align: center;
  }
  .about .msg18 {
    max-width: 100%;
  }
  .about img {
    margin: auto;
    margin-bottom: 30px;
  }

  .how {
    text-align: center;
  }
  .how .msg18 {
    max-width: 100%;
  }
  .how img {
    margin: auto;
  }

  .faq {
    margin-top: 60px;
  }

  .faq_categories {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .reverse_m {
    flex-direction: column-reverse;
  }

  .faq_item {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company_sidebar {
    position: relative;
    top: 0px;
    right: 0px;
    margin-left: 0px;
    margin: auto;
    margin-top: 30px;
  }

  .candidate_tab {
    display: flex;
    justify-content: center;
  }

  .reviews_wraper .br1 {
    border-right: none;
  }

  .job_more {
    margin: auto;
  }

  .job_item .subtitle {
    margin-bottom: 10px;
  }
  .job_item .justify_end {
    display: flex;
    justify-content: center;
  }

  .company_body {
    text-align: center;
  }
  .company_body .justify_space {
    justify-content: center;
  }
  .company_body .justify_space .flex_aling {
    flex-direction: column;
  }
  .company_body .justify_space .flex_aling .company_small {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .pr45_m12 {
    padding-right: 15px;
  }

  .candidate_m .flex {
    justify-content: center;
  }
  .candidate_m .br1 {
    border-bottom: 1px solid #ecf1f7;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  .candidate_m .candidate_tools .flex_svg {
    justify-content: center;
  }
  .candidate_m .candidate_tools .tools {
    margin: auto;
    margin-top: 20px;
  }

  .candidate_body .reviews_top {
    text-align: center;
  }
  .candidate_body .justify_end {
    justify-content: center;
    margin-top: 20px;
  }
  .candidate_body .reviews_flex {
    justify-content: center;
  }
  .candidate_body .reviews_m {
    text-align: center;
    margin-top: 15px;
  }
  .candidate_body .br1_m {
    border-bottom: 1px solid #ecf1f7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .candidate_body .reviews_item .justify_space {
    align-items: center;
    flex-direction: column;
  }
  .candidate_body .reviews_item .write {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .candidate_body .reviews_item .write, .candidate_body .reviews_item .text_14 {
    text-align: center;
  }

  .experience_item {
    text-align: center;
  }
  .experience_item .reviews_flex {
    margin-bottom: 10px;
  }

  .candidate_tools {
    margin-left: 0px;
  }

  .candidate_wraper {
    padding: 30px 25px;
  }

  .lastopinion {
    padding-top: 230px;
  }

  .chosen_item {
    justify-content: center;
  }

  .reviews .reviews_top {
    text-align: center;
  }
  .reviews .reviews_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #ecf1f7;
    padding-bottom: 25px;
  }
  .reviews .justify_space {
    align-items: center;
    flex-direction: column;
  }
  .reviews .write {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .reviews .write, .reviews .text_14 {
    text-align: center;
  }

  .lastopinion .h2_content {
    justify-content: center;
  }

  .verified_company_item {
    margin-bottom: 100px;
  }

  .verified_company {
    padding-bottom: 10px;
  }

  .chosen_top {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav_item_avatar {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .app_profile_show .justify_end {
    justify-content: center;
    margin-top: 15px;
  }

  .app_wraper_profile {
    display: flex;
    justify-content: center;
  }

  .app_content_full_top {
    margin-bottom: 10px;
    text-align: center;
  }

  .app_content_full_item {
    text-align: center;
  }

  .app_wraper_profile_contact {
    text-align: center;
  }
  .app_wraper_profile_contact .app_wraper_profile_contact_item {
    justify-content: center;
  }

  .app_content_full_item .col-lg-3 {
    margin-bottom: 15px;
  }
  .app_content_full_item .justify_end {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .app_content_full, .app_content_empty {
    text-align: center;
  }

  .app_wraper_title {
    color: #35394a;
    font-size: 15px;
    font-weight: 600;
  }

  .app_wraper_specialization_item {
    margin-bottom: 15px;
  }

  .col-lg-26, .app_candidate_sidebar {
    min-height: 100vh;
  }

  .app_messages .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .app_messages .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .app_messages_select {
    margin-right: 0px;
  }

  .app_wraper_message {
    padding: 20px;
  }

  .app_messages_wrap {
    max-height: 35vh;
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: auto;
    margin-bottom: 35px;
  }

  .apbr1 {
    border: none;
  }

  .app_messages_container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .app_messages_content {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 30vh;
  }

  .job_item {
    text-align: center;
  }

  .center_m {
    justify-content: center;
  }

  .app_reviews_wraper .br1 {
    border-right: none;
  }

  .candidates_item_wraper .justify_space {
    align-items: center;
    flex-direction: column;
  }
  .candidates_item_wraper .justify_space .flex_aling {
    flex-direction: column;
  }
  .candidates_item_wraper .justify_space .flex_aling .company_small {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .app_full_map {
    min-height: 270px;
  }

  .reviews_company .revies_button {
    margin-top: 15px;
  }

  .app_review .employment, .app_review .description {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .companies_item_wraper .col-md-4 {
    margin-bottom: 15px;
  }

  .company_m .flex {
    justify-content: center;
  }
  .company_m .company_number {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .chosen_top {
    min-height: 185px;
    overflow: hidden;
  }
  .chosen_top .h2_content {
    justify-content: center;
  }
  .chosen_top .chosen_top_img {
    position: absolute;
    right: 0px;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
  }
  .chosen_top .chosen_top_content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .sliders_item {
    min-height: 400px;
  }
  .sliders_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.15);
    z-index: 2;
    pointer-events: none;
  }

  .sliders_title {
    position: relative;
    z-index: 3;
  }

  .chosen_body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chosen_body_wrap {
    padding-left: 50px;
    padding-right: 70px;
  }

  .app_aside_shadow:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.3);
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    z-index: 2;
  }
  .app_aside_shadow.active::before {
    opacity: 1;
  }

  .app_aside {
    position: relative;
  }

  .app_aside_drawen {
    display: block !important;
    width: 50px;
    display: block;
    height: 50px;
    border: 1px solid #eeeeef;
    position: absolute;
    top: 0px;
    background: #fff;
    right: -50px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    z-index: 3;
  }
  .app_aside_drawen svg {
    position: absolute;
    left: 17%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: 75px;
    transform-origin: top right;
  }
  .app_aside_drawen path {
    fill: none;
    stroke: #137fc4;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.5s;
  }
  .app_aside_drawen path:nth-child(1), .app_aside_drawen path:nth-child(3) {
    --total-length: 126.64183044433594;
  }
  .app_aside_drawen path:nth-child(2) {
    --total-length: 70;
  }

  .app_layout {
    width: 100%;
    flex: 0 0 100%;
  }

  .app_aside {
    position: fixed;
    z-index: 3;
    left: -260px;
    overflow: unset;
    transition: all 0.5s;
  }
  .app_aside.active {
    left: 0px;
  }
  .app_aside.active .app_aside_drawen path {
    stroke: #137fc4;
  }
  .app_aside.active .app_aside_drawen path:nth-child(1), .app_aside.active .app_aside_drawen path:nth-child(3) {
    --length: 22.627416998;
    --offset: -94.1149185097;
  }
  .app_aside.active .app_aside_drawen path:nth-child(2) {
    --length: 0;
    --offset: -50;
  }

  .app_heading {
    padding-left: 30px;
  }

  .app_review_wraper .add_opinion {
    flex-direction: column;
  }
  .app_review_wraper .add_opinion .btn-sm {
    margin-top: 15px;
  }

  .app_review_wraper .add_opinion .wrap_input_checkbox {
    max-width: 100%;
    margin-right: 0px;
  }

  .app_review_step .step {
    min-width: 130px;
  }

  .app_review_step .step_cirlce:before {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .register_wrap {
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .register_form .justify_end {
    display: flex;
    justify-content: flex-start;
  }

  .candidates_item {
    padding: 15px;
  }

  .candidates_item_data .title {
    font-size: 14px;
  }

  .candidates_item_empty h5 {
    font-size: 18px;
  }

  .search_input_wraper, .search_btn_wraper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tab_link {
    margin-left: 5px;
    margin-right: 20px;
  }

  .post_img {
    min-height: 250px;
    padding: 15px;
  }

  .news_big_item {
    min-height: 350px;
    padding: 20px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .company_m .company_img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }

  .company_sidebar {
    padding: 25px;
  }

  .candidate_tab {
    flex-direction: column;
    align-items: center;
  }
  .candidate_tab .tab_link {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 18px;
  }
  .candidate_tab .tab_link:before {
    bottom: -5px;
  }

  .candidate_img {
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }

  .sliders_item {
    padding-bottom: 100px;
  }
  .sliders_item .sliders_title {
    font-size: 28px;
    line-height: 34px;
  }

  .app_wraper_header {
    flex-direction: column;
  }
  .app_wraper_header .app_wraper_title {
    margin-bottom: 10px;
  }

  .app_wraper_flex_justify {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .app_wraper_flex_justify .switch {
    margin: auto;
    margin-top: 15px;
  }

  .mbm50 {
    margin-bottom: 15px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app_review_step .step {
    min-width: 80px;
  }
  .app_review_step .step span {
    display: none;
  }

  .app_review_step .step_cirlce:before {
    width: 50px;
  }

  .app_review_wraper .app_wraper {
    padding: 20px;
    padding-top: 30px;
  }

  .employment .title {
    margin-top: 10px;
  }

  .colum_m {
    flex-direction: column;
  }

  .col-lg-26 .app_candidate_sidebar {
    overflow: auto;
    max-height: 100vh;
  }
}
@media (max-width: 496px) {
  .sliders .owl-dots {
    bottom: 60px;
    right: 10px;
  }

  .chosen_top h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .chosen_top .chosen_tab {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chosen_top .chosen_tab .tab_link {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 18px;
  }
  .chosen_top .chosen_tab .tab_link:before {
    bottom: -5px;
  }

  .chosen_body_wrap {
    padding-left: 0px;
    padding-right: 10px;
  }

  .chosen .nav_circle {
    z-index: 0;
  }

  .chosen .top_prev {
    left: -20px;
  }

  .chosen .top_next {
    right: -30px;
  }

  .chosen_body {
    padding-left: 5px;
    padding-right: 15px;
  }

  .chosen_item {
    padding: 15px;
  }

  .h2_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .h2_content svg {
    margin-bottom: 10px;
  }

  .app_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .app_wraper {
    padding: 20px;
  }

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

  .txtr {
    text-align: center;
    margin-top: 15px;
  }

  .show_menu_person {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 5px;
  }

  .app_heading {
    justify-content: center;
    text-align: center;
    padding-left: 0px;
  }

  .app_aside .app_brand {
    margin-bottom: 30px;
  }
  .app_aside .app_menu_li {
    margin-bottom: 15px;
  }

  .app_wraper_profile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .app_wraper_profile_img {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .app_wraper_groupe_input {
    flex-direction: column;
  }
  .app_wraper_groupe_input button, .app_wraper_groupe_input .btn-edit {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .app_candidate_sidebar .app_wraper_profile_img {
    margin: auto;
  }

  .app_wraper_profile_company_img {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .app_wraper_profile_content .app_specialization_item {
    margin-right: 0px;
    margin: auto;
  }

  .app_heading_space {
    flex-direction: column;
  }
  .app_heading_space .btn-sm {
    margin-top: 15px;
  }

  .app_candidate_sidebar .app_wraper_profile_company_img, .app_company_sidebar .app_wraper_profile_company_img {
    margin-right: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .mbm50 {
    margin-bottom: 10px;
  }

  .app_aside .app_brand {
    margin-bottom: 25px;
  }
  .app_aside .app_menu_li {
    margin-bottom: 12px;
  }
}