
/* Source Sans Pro – Regular */
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./front/fonts/Source_Sans_Pro/source-sans-3-v18-cyrillic-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Sans Pro – Semi-Bold */
@font-face {
  font-family: 'Source Sans Pro';
  src: url('./front/fonts/Source_Sans_Pro/source-sans-3-v18-cyrillic-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  width: 100%;
  height: 100%;
  cursor: default;
}
body {
  font: normal 16px/1.4 "Source Sans Pro", sans-serif;
  color: #37383c;
  background: #fff;
}
html._mobile body {
  -webkit-text-size-adjust: 100%;
}
picture {
  display: inline-block;
}
fieldset,
img {
  border: 0;
}
fieldset legend {
  display: none;
}
li,
ul {
  list-style-type: none;
}
img {
  vertical-align: top;
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table {
  border: 0;
  border-collapse: collapse;
}
table td {
  padding: 0;
  vertical-align: top;
}
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
::-moz-selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #5f5f5f;
  color: #fff;
  text-shadow: none;
}
#__bs_notify__ {
  padding: 2px !important;
  font-size: 10px !important;
  opacity: 0.75;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}
.clearfix:after,
.row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.invisible-container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-pe {
  pointer-events: none;
}
.static-text p {
  margin-bottom: 1.4em;
}
.static-text img {
  max-width: 100%;
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.accordion-title,
.animated,
.breadcrumbs__link,
.btn,
.checkbox__text a,
.footer-links__link,
.footer-social__link,
.leads-filters__icon,
.leads-filters__list-btn,
.leads-tabs__btn,
.nav-city__list-link,
.nav__services .inline-menu > li .sub-menu li a,
.nav__services .inline-menu > li > a,
.nav__short-menu a,
.pagination__link,
.slider-arrow,
.slider-dates__arrow,
.slider-dates__date,
.slider-dots__item,
.transition-active {
  -webkit-transition: color 0.4s ease-out, background 0.4s ease-out,
    border-color 0.4s ease-out, fill 0.4s ease-out, opacity 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background 0.4s ease-out,
    border-color 0.4s ease-out, fill 0.4s ease-out, opacity 0.4s ease-out;
  transition: color 0.4s ease-out, background 0.4s ease-out,
    border-color 0.4s ease-out, fill 0.4s ease-out, opacity 0.4s ease-out;
}
.accordion-title:hover,
.animated:hover,
.breadcrumbs__link:hover,
.btn:hover,
.checkbox__text a:hover,
.footer-links__link:hover,
.footer-social__link:hover,
.leads-filters__icon:hover,
.leads-filters__list-btn:hover,
.leads-tabs__btn:hover,
.nav-city__list-link:hover,
.nav__services .inline-menu > li .sub-menu li a:hover,
.nav__services .inline-menu > li > a:hover,
.nav__short-menu a:hover,
.pagination__link:hover,
.slider-arrow:hover,
.slider-dates__arrow:hover,
.slider-dates__date:hover,
.slider-dots__item:hover,
.transition-hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.force3D {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrapper {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.row {
  position: relative;
  margin-left: -32px;
  margin-right: -32px;
}
@media only screen and (max-width: 1400px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-lg-1 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-2 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-3 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-4 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-5 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-6 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-7 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-9 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-10 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-11 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-12 {
  padding-left: 32px;
  padding-right: 32px;
}
.col-lg-1 {
  display: block;
  float: left;
  width: 8.33333%;
}
.col-lg-2 {
  display: block;
  float: left;
  width: 16.66667%;
}
.col-lg-3 {
  display: block;
  float: left;
  width: 25%;
}
.col-lg-4 {
  display: block;
  float: left;
  width: 33.33333%;
}
.col-lg-5 {
  display: block;
  float: left;
  width: 41.66667%;
}
.col-lg-6 {
  display: block;
  float: left;
  width: 50%;
}
.col-lg-7 {
  display: block;
  float: left;
  width: 58.33333%;
}
.col-lg-8 {
  display: block;
  float: left;
  width: 66.66667%;
}
.col-lg-9 {
  display: block;
  float: left;
  width: 75%;
}
.col-lg-10 {
  display: block;
  float: left;
  width: 83.33333%;
}
.col-lg-11 {
  display: block;
  float: left;
  width: 91.66667%;
}
.col-lg-12 {
  display: block;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .col-md-1 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-2 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-3 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-4 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-5 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-6 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-7 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-8 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-9 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-10 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-11 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-12 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-md-1 {
    display: block;
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    display: block;
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .col-md-4 {
    display: block;
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    display: block;
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .col-md-7 {
    display: block;
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    display: block;
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .col-md-10 {
    display: block;
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    display: block;
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    display: block;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-1 {
    display: block;
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    display: block;
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    display: block;
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    display: block;
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    display: block;
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    display: block;
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    display: block;
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    display: block;
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    display: block;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-xs-1 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-3 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-4 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-5 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-6 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-7 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-8 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-9 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-10 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-11 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xs-1 {
    display: block;
    float: left;
    width: 8.33333%;
  }
  .col-xs-2 {
    display: block;
    float: left;
    width: 16.66667%;
  }
  .col-xs-3 {
    display: block;
    float: left;
    width: 25%;
  }
  .col-xs-4 {
    display: block;
    float: left;
    width: 33.33333%;
  }
  .col-xs-5 {
    display: block;
    float: left;
    width: 41.66667%;
  }
  .col-xs-6 {
    display: block;
    float: left;
    width: 50%;
  }
  .col-xs-7 {
    display: block;
    float: left;
    width: 58.33333%;
  }
  .col-xs-8 {
    display: block;
    float: left;
    width: 66.66667%;
  }
  .col-xs-9 {
    display: block;
    float: left;
    width: 75%;
  }
  .col-xs-10 {
    display: block;
    float: left;
    width: 83.33333%;
  }
  .col-xs-11 {
    display: block;
    float: left;
    width: 91.66667%;
  }
  .col-xs-12 {
    display: block;
    float: left;
    width: 100%;
  }
}
.offset-lg-0 {
  margin-left: 0;
}
.offset-lg-1 {
  margin-left: 8.33333%;
}
.offset-lg-2 {
  margin-left: 16.66667%;
}
.offset-lg-3 {
  margin-left: 25%;
}
.offset-lg-4 {
  margin-left: 33.33333%;
}
.offset-lg-5 {
  margin-left: 41.66667%;
}
.offset-lg-6 {
  margin-left: 50%;
}
.offset-lg-7 {
  margin-left: 58.33333%;
}
.offset-lg-8 {
  margin-left: 66.66667%;
}
.offset-lg-9 {
  margin-left: 75%;
}
.offset-lg-10 {
  margin-left: 83.33333%;
}
.offset-lg-11 {
  margin-left: 91.66667%;
}
.offset-lg-12 {
  margin-left: 100%;
}
@media only screen and (max-width: 1400px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-11 {
    margin-left: 91.66667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
.visible-xs {
  display: none;
}
@media only screen and (max-width: 768px) {
  .visible-xs {
    display: block;
  }
}
.skin {
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 767px) {
  .skin {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
  .skin {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1399px) {
  .skin {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 767px) {
  .skin {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .skin {
    max-width: 1012px;
    width: 100%;
  }
}
@media (min-width: 1399px) {
  .skin {
    max-width: 1012px;
    width: 100%;
  }
}
.skin-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 767px) {
  .skin-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
  .skin-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1399px) {
  .skin-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 767px) {
  .grid {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1023px) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1399px) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.grid_reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.grid_nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.grid_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.grid_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid_beetwen {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.grid_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid_feed > .col {
  margin-bottom: 16px;
}
.grid_feed-offset {
  margin-bottom: -16px;
}
.grid_gapless {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.grid_gapless > .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .grid_sm-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_sm-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_sm-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_sm-feed > .col {
    margin-bottom: 20px;
  }
  .grid_sm-feed-offset {
    margin-bottom: -20px;
  }
  .grid_sm-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_sm-gapless > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1023px) {
  .grid_md-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_md-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_md-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_md-feed > .col {
    margin-bottom: 32px;
  }
  .grid_md-feed-offset {
    margin-bottom: -32px;
  }
  .grid_md-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_md-gapless > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .grid_lg-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_lg-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_lg-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_lg-feed > .col {
    margin-bottom: 32px;
  }
  .grid_lg-feed-offset {
    margin-bottom: -32px;
  }
  .grid_lg-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_lg-gapless > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.col {
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 767px) {
  .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
  .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1399px) {
  .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col_6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col_7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col_8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col_9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col_10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col_11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col_12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col_auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.col_grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
}
.col_self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col_self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col_self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.col_self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.col_filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col_filled > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.col_pull-0 {
  right: auto;
}
.col_pull-1 {
  right: 8.33333%;
}
.col_pull-2 {
  right: 16.66667%;
}
.col_pull-3 {
  right: 25%;
}
.col_pull-4 {
  right: 33.33333%;
}
.col_pull-5 {
  right: 41.66667%;
}
.col_pull-6 {
  right: 50%;
}
.col_pull-7 {
  right: 58.33333%;
}
.col_pull-8 {
  right: 66.66667%;
}
.col_pull-9 {
  right: 75%;
}
.col_pull-10 {
  right: 83.33333%;
}
.col_pull-11 {
  right: 91.66667%;
}
.col_pull-12 {
  right: 100%;
}
.col_push-0 {
  left: auto;
}
.col_push-1 {
  left: 8.33333%;
}
.col_push-2 {
  left: 16.66667%;
}
.col_push-3 {
  left: 25%;
}
.col_push-4 {
  left: 33.33333%;
}
.col_push-5 {
  left: 41.66667%;
}
.col_push-6 {
  left: 50%;
}
.col_push-7 {
  left: 58.33333%;
}
.col_push-8 {
  left: 66.66667%;
}
.col_push-9 {
  left: 75%;
}
.col_push-10 {
  left: 83.33333%;
}
.col_push-11 {
  left: 91.66667%;
}
.col_push-12 {
  left: 100%;
}
.col_offset-1 {
  margin-left: 8.33333%;
}
.col_offset-2 {
  margin-left: 16.66667%;
}
.col_offset-3 {
  margin-left: 25%;
}
.col_offset-4 {
  margin-left: 33.33333%;
}
.col_offset-5 {
  margin-left: 41.66667%;
}
.col_offset-6 {
  margin-left: 50%;
}
.col_offset-7 {
  margin-left: 58.33333%;
}
.col_offset-8 {
  margin-left: 66.66667%;
}
.col_offset-9 {
  margin-left: 75%;
}
.col_offset-10 {
  margin-left: 83.33333%;
}
.col_offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 767px) {
  .col_sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col_sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col_sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col_sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col_sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col_sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col_sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col_sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col_sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col_sm-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col_sm-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col_sm-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col_sm-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col_sm-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col_sm-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_sm-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col_sm-pull-0 {
    right: auto;
  }
  .col_sm-pull-1 {
    right: 8.33333%;
  }
  .col_sm-pull-2 {
    right: 16.66667%;
  }
  .col_sm-pull-3 {
    right: 25%;
  }
  .col_sm-pull-4 {
    right: 33.33333%;
  }
  .col_sm-pull-5 {
    right: 41.66667%;
  }
  .col_sm-pull-6 {
    right: 50%;
  }
  .col_sm-pull-7 {
    right: 58.33333%;
  }
  .col_sm-pull-8 {
    right: 66.66667%;
  }
  .col_sm-pull-9 {
    right: 75%;
  }
  .col_sm-pull-10 {
    right: 83.33333%;
  }
  .col_sm-pull-11 {
    right: 91.66667%;
  }
  .col_sm-pull-12 {
    right: 100%;
  }
  .col_sm-push-0 {
    left: auto;
  }
  .col_sm-push-1 {
    left: 8.33333%;
  }
  .col_sm-push-2 {
    left: 16.66667%;
  }
  .col_sm-push-3 {
    left: 25%;
  }
  .col_sm-push-4 {
    left: 33.33333%;
  }
  .col_sm-push-5 {
    left: 41.66667%;
  }
  .col_sm-push-6 {
    left: 50%;
  }
  .col_sm-push-7 {
    left: 58.33333%;
  }
  .col_sm-push-8 {
    left: 66.66667%;
  }
  .col_sm-push-9 {
    left: 75%;
  }
  .col_sm-push-10 {
    left: 83.33333%;
  }
  .col_sm-push-11 {
    left: 91.66667%;
  }
  .col_sm-push-12 {
    left: 100%;
  }
  .col_sm-offset-0 {
    margin-left: 0;
  }
  .col_sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col_sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col_sm-offset-3 {
    margin-left: 25%;
  }
  .col_sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col_sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col_sm-offset-6 {
    margin-left: 50%;
  }
  .col_sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col_sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col_sm-offset-9 {
    margin-left: 75%;
  }
  .col_sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col_sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1023px) {
  .col_md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col_md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col_md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col_md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col_md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col_md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col_md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col_md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col_md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col_md-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col_md-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col_md-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col_md-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col_md-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col_md-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_md-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col_md-pull-0 {
    right: auto;
  }
  .col_md-pull-1 {
    right: 8.33333%;
  }
  .col_md-pull-2 {
    right: 16.66667%;
  }
  .col_md-pull-3 {
    right: 25%;
  }
  .col_md-pull-4 {
    right: 33.33333%;
  }
  .col_md-pull-5 {
    right: 41.66667%;
  }
  .col_md-pull-6 {
    right: 50%;
  }
  .col_md-pull-7 {
    right: 58.33333%;
  }
  .col_md-pull-8 {
    right: 66.66667%;
  }
  .col_md-pull-9 {
    right: 75%;
  }
  .col_md-pull-10 {
    right: 83.33333%;
  }
  .col_md-pull-11 {
    right: 91.66667%;
  }
  .col_md-pull-12 {
    right: 100%;
  }
  .col_md-push-0 {
    left: auto;
  }
  .col_md-push-1 {
    left: 8.33333%;
  }
  .col_md-push-2 {
    left: 16.66667%;
  }
  .col_md-push-3 {
    left: 25%;
  }
  .col_md-push-4 {
    left: 33.33333%;
  }
  .col_md-push-5 {
    left: 41.66667%;
  }
  .col_md-push-6 {
    left: 50%;
  }
  .col_md-push-7 {
    left: 58.33333%;
  }
  .col_md-push-8 {
    left: 66.66667%;
  }
  .col_md-push-9 {
    left: 75%;
  }
  .col_md-push-10 {
    left: 83.33333%;
  }
  .col_md-push-11 {
    left: 91.66667%;
  }
  .col_md-push-12 {
    left: 100%;
  }
  .col_md-offset-0 {
    margin-left: 0;
  }
  .col_md-offset-1 {
    margin-left: 8.33333%;
  }
  .col_md-offset-2 {
    margin-left: 16.66667%;
  }
  .col_md-offset-3 {
    margin-left: 25%;
  }
  .col_md-offset-4 {
    margin-left: 33.33333%;
  }
  .col_md-offset-5 {
    margin-left: 41.66667%;
  }
  .col_md-offset-6 {
    margin-left: 50%;
  }
  .col_md-offset-7 {
    margin-left: 58.33333%;
  }
  .col_md-offset-8 {
    margin-left: 66.66667%;
  }
  .col_md-offset-9 {
    margin-left: 75%;
  }
  .col_md-offset-10 {
    margin-left: 83.33333%;
  }
  .col_md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1399px) {
  .col_lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col_lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col_lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col_lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col_lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col_lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col_lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col_lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col_lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col_lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col_lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col_lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col_lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col_lg-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col_lg-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col_lg-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col_lg-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col_lg-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col_lg-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_lg-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col_lg-pull-0 {
    right: auto;
  }
  .col_lg-pull-1 {
    right: 8.33333%;
  }
  .col_lg-pull-2 {
    right: 16.66667%;
  }
  .col_lg-pull-3 {
    right: 25%;
  }
  .col_lg-pull-4 {
    right: 33.33333%;
  }
  .col_lg-pull-5 {
    right: 41.66667%;
  }
  .col_lg-pull-6 {
    right: 50%;
  }
  .col_lg-pull-7 {
    right: 58.33333%;
  }
  .col_lg-pull-8 {
    right: 66.66667%;
  }
  .col_lg-pull-9 {
    right: 75%;
  }
  .col_lg-pull-10 {
    right: 83.33333%;
  }
  .col_lg-pull-11 {
    right: 91.66667%;
  }
  .col_lg-pull-12 {
    right: 100%;
  }
  .col_lg-push-0 {
    left: auto;
  }
  .col_lg-push-1 {
    left: 8.33333%;
  }
  .col_lg-push-2 {
    left: 16.66667%;
  }
  .col_lg-push-3 {
    left: 25%;
  }
  .col_lg-push-4 {
    left: 33.33333%;
  }
  .col_lg-push-5 {
    left: 41.66667%;
  }
  .col_lg-push-6 {
    left: 50%;
  }
  .col_lg-push-7 {
    left: 58.33333%;
  }
  .col_lg-push-8 {
    left: 66.66667%;
  }
  .col_lg-push-9 {
    left: 75%;
  }
  .col_lg-push-10 {
    left: 83.33333%;
  }
  .col_lg-push-11 {
    left: 91.66667%;
  }
  .col_lg-push-12 {
    left: 100%;
  }
  .col_lg-offset-0 {
    margin-left: 0;
  }
  .col_lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col_lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col_lg-offset-3 {
    margin-left: 25%;
  }
  .col_lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col_lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col_lg-offset-6 {
    margin-left: 50%;
  }
  .col_lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col_lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col_lg-offset-9 {
    margin-left: 75%;
  }
  .col_lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col_lg-offset-11 {
    margin-left: 91.66667%;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 767px) {
  .grid {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1023px) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1399px) {
  .grid {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.grid_reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.grid_nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.grid_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.grid_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid_beetwen {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.grid_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid_feed > .col-of10 {
  margin-bottom: 16px;
}
.grid_feed-offset {
  margin-bottom: -16px;
}
.grid_gapless {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.grid_gapless > .col-of10 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .grid_sm-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_sm-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_sm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_sm-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_sm-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_sm-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_sm-feed > .col-of10 {
    margin-bottom: 20px;
  }
  .grid_sm-feed-offset {
    margin-bottom: -20px;
  }
  .grid_sm-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_sm-gapless > .col-of10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1023px) {
  .grid_md-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_md-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_md-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_md-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_md-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_md-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_md-feed > .col-of10 {
    margin-bottom: 32px;
  }
  .grid_md-feed-offset {
    margin-bottom: -32px;
  }
  .grid_md-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_md-gapless > .col-of10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1399px) {
  .grid_lg-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .grid_lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .grid_lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .grid_lg-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grid_lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid_lg-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .grid_lg-beetwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid_lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .grid_lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid_lg-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid_lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid_lg-feed > .col-of10 {
    margin-bottom: 32px;
  }
  .grid_lg-feed-offset {
    margin-bottom: -32px;
  }
  .grid_lg-gapless {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid_lg-gapless > .col-of10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.col-of10 {
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 767px) {
  .col-of10 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
  .col-of10 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1399px) {
  .col-of10 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.col-of10_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-of10_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-of10_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-of10_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-of10_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-of10_6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col-of10_7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.col-of10_8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.col-of10_9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.col-of10_10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-of10_auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.col-of10_grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
}
.col-of10_self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.col-of10_self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.col-of10_self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.col-of10_self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.col-of10_filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col-of10_filled > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.col-of10_pull-0 {
  right: auto;
}
.col-of10_pull-1 {
  right: 10%;
}
.col-of10_pull-2 {
  right: 20%;
}
.col-of10_pull-3 {
  right: 30%;
}
.col-of10_pull-4 {
  right: 40%;
}
.col-of10_pull-5 {
  right: 50%;
}
.col-of10_pull-6 {
  right: 60%;
}
.col-of10_pull-7 {
  right: 70%;
}
.col-of10_pull-8 {
  right: 80%;
}
.col-of10_pull-9 {
  right: 90%;
}
.col-of10_pull-10 {
  right: 100%;
}
.col-of10_push-0 {
  left: auto;
}
.col-of10_push-1 {
  left: 10%;
}
.col-of10_push-2 {
  left: 20%;
}
.col-of10_push-3 {
  left: 30%;
}
.col-of10_push-4 {
  left: 40%;
}
.col-of10_push-5 {
  left: 50%;
}
.col-of10_push-6 {
  left: 60%;
}
.col-of10_push-7 {
  left: 70%;
}
.col-of10_push-8 {
  left: 80%;
}
.col-of10_push-9 {
  left: 90%;
}
.col-of10_push-10 {
  left: 100%;
}
.col-of10_offset-1 {
  margin-left: 10%;
}
.col-of10_offset-2 {
  margin-left: 20%;
}
.col-of10_offset-3 {
  margin-left: 30%;
}
.col-of10_offset-4 {
  margin-left: 40%;
}
.col-of10_offset-5 {
  margin-left: 50%;
}
.col-of10_offset-6 {
  margin-left: 60%;
}
.col-of10_offset-7 {
  margin-left: 70%;
}
.col-of10_offset-8 {
  margin-left: 80%;
}
.col-of10_offset-9 {
  margin-left: 90%;
}
@media (min-width: 767px) {
  .col-of10_sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-of10_sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-of10_sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-of10_sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-of10_sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-of10_sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-of10_sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-of10_sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-of10_sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-of10_sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-of10_sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-of10_sm-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col-of10_sm-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-of10_sm-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-of10_sm-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col-of10_sm-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col-of10_sm-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-of10_sm-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-of10_sm-pull-0 {
    right: auto;
  }
  .col-of10_sm-pull-1 {
    right: 10%;
  }
  .col-of10_sm-pull-2 {
    right: 20%;
  }
  .col-of10_sm-pull-3 {
    right: 30%;
  }
  .col-of10_sm-pull-4 {
    right: 40%;
  }
  .col-of10_sm-pull-5 {
    right: 50%;
  }
  .col-of10_sm-pull-6 {
    right: 60%;
  }
  .col-of10_sm-pull-7 {
    right: 70%;
  }
  .col-of10_sm-pull-8 {
    right: 80%;
  }
  .col-of10_sm-pull-9 {
    right: 90%;
  }
  .col-of10_sm-pull-10 {
    right: 100%;
  }
  .col-of10_sm-push-0 {
    left: auto;
  }
  .col-of10_sm-push-1 {
    left: 10%;
  }
  .col-of10_sm-push-2 {
    left: 20%;
  }
  .col-of10_sm-push-3 {
    left: 30%;
  }
  .col-of10_sm-push-4 {
    left: 40%;
  }
  .col-of10_sm-push-5 {
    left: 50%;
  }
  .col-of10_sm-push-6 {
    left: 60%;
  }
  .col-of10_sm-push-7 {
    left: 70%;
  }
  .col-of10_sm-push-8 {
    left: 80%;
  }
  .col-of10_sm-push-9 {
    left: 90%;
  }
  .col-of10_sm-push-10 {
    left: 100%;
  }
  .col-of10_sm-offset-0 {
    margin-left: 0;
  }
  .col-of10_sm-offset-1 {
    margin-left: 10%;
  }
  .col-of10_sm-offset-2 {
    margin-left: 20%;
  }
  .col-of10_sm-offset-3 {
    margin-left: 30%;
  }
  .col-of10_sm-offset-4 {
    margin-left: 40%;
  }
  .col-of10_sm-offset-5 {
    margin-left: 50%;
  }
  .col-of10_sm-offset-6 {
    margin-left: 60%;
  }
  .col-of10_sm-offset-7 {
    margin-left: 70%;
  }
  .col-of10_sm-offset-8 {
    margin-left: 80%;
  }
  .col-of10_sm-offset-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1023px) {
  .col-of10_md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-of10_md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-of10_md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-of10_md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-of10_md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-of10_md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-of10_md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-of10_md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-of10_md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-of10_md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-of10_md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-of10_md-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col-of10_md-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-of10_md-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-of10_md-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col-of10_md-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col-of10_md-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-of10_md-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-of10_md-pull-0 {
    right: auto;
  }
  .col-of10_md-pull-1 {
    right: 10%;
  }
  .col-of10_md-pull-2 {
    right: 20%;
  }
  .col-of10_md-pull-3 {
    right: 30%;
  }
  .col-of10_md-pull-4 {
    right: 40%;
  }
  .col-of10_md-pull-5 {
    right: 50%;
  }
  .col-of10_md-pull-6 {
    right: 60%;
  }
  .col-of10_md-pull-7 {
    right: 70%;
  }
  .col-of10_md-pull-8 {
    right: 80%;
  }
  .col-of10_md-pull-9 {
    right: 90%;
  }
  .col-of10_md-pull-10 {
    right: 100%;
  }
  .col-of10_md-push-0 {
    left: auto;
  }
  .col-of10_md-push-1 {
    left: 10%;
  }
  .col-of10_md-push-2 {
    left: 20%;
  }
  .col-of10_md-push-3 {
    left: 30%;
  }
  .col-of10_md-push-4 {
    left: 40%;
  }
  .col-of10_md-push-5 {
    left: 50%;
  }
  .col-of10_md-push-6 {
    left: 60%;
  }
  .col-of10_md-push-7 {
    left: 70%;
  }
  .col-of10_md-push-8 {
    left: 80%;
  }
  .col-of10_md-push-9 {
    left: 90%;
  }
  .col-of10_md-push-10 {
    left: 100%;
  }
  .col-of10_md-offset-0 {
    margin-left: 0;
  }
  .col-of10_md-offset-1 {
    margin-left: 10%;
  }
  .col-of10_md-offset-2 {
    margin-left: 20%;
  }
  .col-of10_md-offset-3 {
    margin-left: 30%;
  }
  .col-of10_md-offset-4 {
    margin-left: 40%;
  }
  .col-of10_md-offset-5 {
    margin-left: 50%;
  }
  .col-of10_md-offset-6 {
    margin-left: 60%;
  }
  .col-of10_md-offset-7 {
    margin-left: 70%;
  }
  .col-of10_md-offset-8 {
    margin-left: 80%;
  }
  .col-of10_md-offset-9 {
    margin-left: 90%;
  }
}
@media (min-width: 1399px) {
  .col-of10_lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-of10_lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-of10_lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-of10_lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-of10_lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-of10_lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-of10_lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-of10_lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-of10_lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-of10_lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-of10_lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .col-of10_lg-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
  }
  .col-of10_lg-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .col-of10_lg-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-of10_lg-self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col-of10_lg-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .col-of10_lg-filled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-of10_lg-filled > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .col-of10_lg-pull-0 {
    right: auto;
  }
  .col-of10_lg-pull-1 {
    right: 10%;
  }
  .col-of10_lg-pull-2 {
    right: 20%;
  }
  .col-of10_lg-pull-3 {
    right: 30%;
  }
  .col-of10_lg-pull-4 {
    right: 40%;
  }
  .col-of10_lg-pull-5 {
    right: 50%;
  }
  .col-of10_lg-pull-6 {
    right: 60%;
  }
  .col-of10_lg-pull-7 {
    right: 70%;
  }
  .col-of10_lg-pull-8 {
    right: 80%;
  }
  .col-of10_lg-pull-9 {
    right: 90%;
  }
  .col-of10_lg-pull-10 {
    right: 100%;
  }
  .col-of10_lg-push-0 {
    left: auto;
  }
  .col-of10_lg-push-1 {
    left: 10%;
  }
  .col-of10_lg-push-2 {
    left: 20%;
  }
  .col-of10_lg-push-3 {
    left: 30%;
  }
  .col-of10_lg-push-4 {
    left: 40%;
  }
  .col-of10_lg-push-5 {
    left: 50%;
  }
  .col-of10_lg-push-6 {
    left: 60%;
  }
  .col-of10_lg-push-7 {
    left: 70%;
  }
  .col-of10_lg-push-8 {
    left: 80%;
  }
  .col-of10_lg-push-9 {
    left: 90%;
  }
  .col-of10_lg-push-10 {
    left: 100%;
  }
  .col-of10_lg-offset-0 {
    margin-left: 0;
  }
  .col-of10_lg-offset-1 {
    margin-left: 10%;
  }
  .col-of10_lg-offset-2 {
    margin-left: 20%;
  }
  .col-of10_lg-offset-3 {
    margin-left: 30%;
  }
  .col-of10_lg-offset-4 {
    margin-left: 40%;
  }
  .col-of10_lg-offset-5 {
    margin-left: 50%;
  }
  .col-of10_lg-offset-6 {
    margin-left: 60%;
  }
  .col-of10_lg-offset-7 {
    margin-left: 70%;
  }
  .col-of10_lg-offset-8 {
    margin-left: 80%;
  }
  .col-of10_lg-offset-9 {
    margin-left: 90%;
  }
}
.d_none {
  display: none !important;
}
.d_inline {
  display: inline !important;
}
.d_inline-block {
  display: inline-block !important;
}
.d_block {
  display: block !important;
}
.d_table {
  display: table !important;
}
.d_table-row {
  display: table-row !important;
}
.d_table-cell {
  display: table-cell !important;
}
.d_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d_inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 767px) {
  .d_sm-none {
    display: none !important;
  }
  .d_sm-inline {
    display: inline !important;
  }
  .d_sm-inline-block {
    display: inline-block !important;
  }
  .d_sm-block {
    display: block !important;
  }
  .d_sm-table {
    display: table !important;
  }
  .d_sm-table-row {
    display: table-row !important;
  }
  .d_sm-table-cell {
    display: table-cell !important;
  }
  .d_sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d_sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1023px) {
  .d_md-none {
    display: none !important;
  }
  .d_md-inline {
    display: inline !important;
  }
  .d_md-inline-block {
    display: inline-block !important;
  }
  .d_md-block {
    display: block !important;
  }
  .d_md-table {
    display: table !important;
  }
  .d_md-table-row {
    display: table-row !important;
  }
  .d_md-table-cell {
    display: table-cell !important;
  }
  .d_md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d_md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1399px) {
  .d_lg-none {
    display: none !important;
  }
  .d_lg-inline {
    display: inline !important;
  }
  .d_lg-inline-block {
    display: inline-block !important;
  }
  .d_lg-block {
    display: block !important;
  }
  .d_lg-table {
    display: table !important;
  }
  .d_lg-table-row {
    display: table-row !important;
  }
  .d_lg-table-cell {
    display: table-cell !important;
  }
  .d_lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d_lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.accordion-title {
  position: relative;
  cursor: pointer;
}
.accordion-title__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #333;
}
.accordion-title._opened .accordion-title__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-desc {
  display: none;
}
.section-slider {
  overflow: hidden;
}
.slider {
  position: relative;
}
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.slick-slider * {
  outline: 0;
}
.slick-list {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
html:not(._win) .slick-slider .slick-list,
html:not(._win) .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  white-space: nowrap;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slides {
  position: relative;
  white-space: nowrap;
}
.slides > :not(.slick-list) {
  display: inline-block;
  float: none;
}
[data-slider-sub-slides] > :not(:first-child) {
  display: none;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  min-height: 1px;
  white-space: normal;
}
.slick-initialized .slick-slide {
  display: inline-block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slider-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.78);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-arrow:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slider-arrow._prev {
  left: 20px;
}
.slider-arrow._next {
  right: 20px;
}
.slider-arrow.slick-hidden {
  display: none;
}
.slider-arrow__icon {
  width: 6px;
  height: 11px;
  fill: #37383c;
}
.slider-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.slider-dots__item {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin: 0 3px;
  padding: 0 3px;
  background-color: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}
.slider-dots__item:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-dots__item:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0;
  transition: -webkit-transform 0;
  -o-transition: transform 0;
  transition: transform 0;
  transition: transform 0, -webkit-transform 0;
  background-color: red;
}
.slider-dots__item._active:after {
  -webkit-animation: 3.2s linear 0s 1 dots;
  animation: 3.2s linear 0s 1 dots;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes dots {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dots {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.slick-disabled {
  pointer-events: none;
}
.slick-disabled.slider-arrow {
  opacity: 0.15;
}
.slide._center {
  display: inline-block;
  vertical-align: top;
}
._desktop .slider-dots__item:hover {
  background-color: #fff;
}
._desktop .slider-arrow:hover {
  background-color: #fff;
}
.sm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}
.sm ul {
  display: none;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden;
}
.sm,
.sm li,
.sm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
  direction: rtl;
  text-align: right;
}
.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0;
}
.sm a,
.sm li {
  position: relative;
}
.sm *,
.sm ::after,
.sm ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group:not(:last-child) {
  margin-bottom: 10px;
}
.input-group input:not([type="checkbox"]) {
  width: 100%;
  min-height: 30px;
  padding: 0 6px;
  border: 1px solid rgba(55, 56, 60, 0.4);
  border-radius: 0;
}
.input-group .input-group-btn:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.input-group .input-group-btn:not(:first-child) .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.checkbox__text a {
  color: inherit;
  text-decoration: underline;
}
._desktop .checkbox__text a:hover {
  color: #009baf;
}
.h1,
h1 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 768px) {
  .h1,
  h1 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.text-blue {
  color: #009baf;
}
.text-blue-dark {
  color: #188e9f;
}
.bage {
  display: inline-block;
  padding: 1px 7px 3px;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.14px;
}
@media only screen and (min-width: 768px) {
  .bage {
    padding: 2px 10px 4px;
  }
}
.icon-close {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.icon-close:after,
.icon-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #37383c;
}
.icon-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}
.wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper__content._center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  max-width: 980px;
  margin: auto;
  padding: 0 20px;
}
.skin {
  padding-left: 16px;
  padding-right: 16px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.btn {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 44px;
  text-decoration: none;
  padding: 0 32px 2px;
  border: 1px solid #188e9f;
  border-radius: 22px;
  color: #fff;
  background-color: #188e9f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .btn {
    height: 30px;
    border-radius: 16px;
  }
}
.btn._disabled,
.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn._middle {
  height: 38px;
  border-radius: 19px;
}
._desktop .btn:hover {
  background-color: #009baf;
  border-color: #009baf;
}
.btn._light {
  color: #37383c;
  border-color: #c5c5c9;
  background-color: #f0f6f7;
}
._desktop .btn._light:hover {
  color: #fff;
  border-color: #188e9f;
}
.btn._icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(55, 56, 60, 0.4);
  border-radius: 100%;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .btn._icon {
    border: 1px solid rgba(175, 175, 177, 0.4);
  }
}
._desktop .btn._icon:hover {
  border-color: #afafb1;
  background-color: transparent;
}
.btn._icon .btn__icon {
  width: 14px;
  height: 16px;
  fill: #37383c;
}
.btn._link {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #37383c;
}
._desktop .btn._link:hover {
  background-color: transparent;
  color: #009baf;
}
.btn._link-light {
  height: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #afafb1;
  font-size: smaller;
  border-radius: 0;
}
._desktop .btn._link-light:hover {
  background-color: transparent;
  color: #009baf;
}
.btn._link-light .btn__icon {
  width: 20px;
  height: 20px;
  fill: #afafb1;
}
._desktop .btn._link-light:hover .btn__icon {
  fill: #009baf;
}

.btn._full {
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown__list {
  position: absolute;
  display: none;
}
.dropdown-opener {
  position: relative;
  cursor: pointer;
  padding-right: 13px;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
}
.dropdown-opener:after {
  display: block;
  content: " ";
  position: absolute;
  top: 4px;
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #37383c;
  border-left: 1px solid #37383c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-opener__icon {
  vertical-align: middle;
}
.dropdown-opener__icon:first-child {
  margin-right: 8px;
}
.dropdown-opener__caret {
  vertical-align: sub;
}
.dropdown-opener__text {
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.dropdown-closer {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dropdown-closer:after,
.dropdown-closer:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #37383c;
}
.dropdown-closer:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-closer:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__top {
  position: relative;
  z-index: 6;
  display: none;
  padding: 19px 0 15px;
  background-color: #fae348;
}
@media only screen and (min-width: 1024px) {
  .nav__top {
    display: block;
    background-color: transparent;
  }
}
.nav__bottom {
  background-color: #fae348;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav__bottom {
    display: block;
  }
}
.nav__burger {
  width: 29px;
  height: 14px;
  fill: #37383c;
}
.nav__logo {
  display: none;
  width: 224px;
  height: 74px;
}
@media only screen and (min-width: 1024px) {
  .nav__logo {
    display: block;
  }
}
.nav__logo._mobile {
  display: block;
  width: 176px;
  height: 38px;
}
@media only screen and (min-width: 1024px) {
  .nav__logo._mobile {
    display: none;
  }
}
.nav__city {
  margin-top: 3px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
}
.nav__short-menu {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav__short-menu {
    display: block;
  }
}
.nav__short-menu .inline-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.nav__short-menu .inline-menu {
  margin-left: -3px;
  margin-right: -3px;
}
.nav__short-menu .menu-item {
  padding-left: 3px;
  padding-right: 3px;
}
.nav__short-menu .menu-item.current-menu-item a {
  pointer-events: none;
}
.nav__short-menu .menu-item.current-menu-item a:after {
  background-color: #fae348;
}
.nav__short-menu a {
  position: relative;
  display: inline-block;
  padding: 9px 12px;
  color: #37383c;
  font-weight: 700;
  letter-spacing: 0.16px;
}
.nav__short-menu a:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
}
._desktop .nav__short-menu a:hover {
  color: #009baf;
}
.nav__bottom {
  position: fixed;
  overflow-x: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw - 20px);
  max-width: 480px;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 45px;
  -webkit-box-shadow: 0 10px 27px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 27px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) {
  .nav__bottom {
    position: relative;
    visibility: initial !important;
    overflow-x: initial;
    opacity: 1 !important;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.nav__bottom._opened {
  z-index: 99 !important;
}
@media only screen and (min-width: 1024px) {
  .nav__info {
    display: none;
  }
}
.nav__info-time {
  margin-left: 16px;
  margin-right: 16px;
}
.nav__info-time:not(:last-child) {
  margin-bottom: 20px;
}
.nav__info-btn {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .nav__info-btn {
    min-width: 240px;
    width: auto;
  }
}
.nav__services {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .nav__services {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu ._mobile {
    display: none;
  }
}
.nav__services .inline-menu > li {
  position: relative;
}
.nav__services .inline-menu > li > a {
  position: relative;
  display: block;
  padding: 14px 44px 16px 36px;
  color: #37383c;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li > a {
    display: inline-block;
    padding: 22px 27px 23px 10px;
    font-size: 14px;
  }
}
.nav__services .inline-menu > li > a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin-top: -10px;
  border-bottom: 1px solid #37383c;
  border-left: 1px solid #37383c;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li > a .sub-arrow {
    right: 10px;
    width: 5px;
    height: 5px;
    margin-top: -7px;
  }
}
._desktop .nav__services .inline-menu > li > a:hover,
.nav__services .inline-menu > li > a.highlighted {
  font-weight: 700;
  background-color: rgba(55, 56, 60, 0.04);
}
@media only screen and (min-width: 1024px) {
  ._desktop .nav__services .inline-menu > li > a:hover,
  .nav__services .inline-menu > li > a.highlighted {
    background-color: transparent;
  }
}
.nav__services .inline-menu > li .sub-menu {
  display: none;
  top: 100%;
  width: 12em;
  border-radius: 0;
  border: 1px solid #eaeaea;
  background-color: #f0f6f7;
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li .sub-menu {
    position: absolute;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }
}
.nav__services .inline-menu > li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.nav__services .inline-menu > li .sub-menu li a {
  padding: 10px 36px;
  color: #37383c;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li .sub-menu li a {
    padding: 10px 20px;
  }
}
._desktop .nav__services .inline-menu > li .sub-menu li a:hover,
.nav__services .inline-menu > li .sub-menu li a.highlighted {
  background-color: #fff;
}
.nav__services .inline-menu > li .sub-menu li a.has-submenu {
  padding-right: 44px;
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li .sub-menu li a.has-submenu {
    padding-right: 30px;
  }
}
.nav__services .inline-menu > li .sub-menu .sm-nowrap > li > a {
  white-space: nowrap;
}
.nav__services .inline-menu > li .sub-menu .sub-arrow {
  position: absolute;
  overflow: hidden;
  top: 50%;
  margin-top: -3px;
  right: 26px;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: dashed dashed dashed solid;
  border-color: #188e9f transparent transparent transparent;
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > li .sub-menu .sub-arrow {
    right: 8px;
    margin-top: -5px;
    border-color: transparent transparent transparent #188e9f;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__services .inline-menu > .menu-item > .sub-menu:after,
  .nav__services .inline-menu > .menu-item > .sub-menu:before {
    display: block;
    content: " ";
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #eaeaea transparent;
  }
  .nav__services .inline-menu > .menu-item > .sub-menu:after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #f2f6f7 transparent;
  }
  .nav__services .inline-menu > .menu-item > .sub-menu > li > a {
    white-space: nowrap;
  }
}
.nav-city {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-city {
    display: block;
  }
}
.nav-city__list {
  text-align: left;
  top: -7px;
  right: -7px;
  white-space: nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
}
.nav-city__list-title {
  position: relative;
  padding: 7px 25px 7px 7px;
  border-bottom: 1px solid #eaeaea;
  background-color: #f0f6f7;
}
@media only screen and (min-width: 1024px) {
  .nav-city__list-item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
  }
}
.nav-city__list-link {
  display: block;
  padding: 5px 36px;
  color: #37383c;
}
@media only screen and (min-width: 1024px) {
  .nav-city__list-link {
    padding: 7px;
  }
}
._desktop .nav-city__list-link:hover {
  color: #188e9f;
}
.nav-city__list-link._active {
  pointer-events: none;
  color: #188e9f;
}
.nav__mobile-closer {
  top: 24px;
  right: 20px;
  width: 25px;
  height: 25px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media only screen and (min-width: 1024px) {
  .nav__mobile-closer {
    display: none;
  }
}
.nav__mobile-closer._services {
  right: auto;
  left: 20px;
  top: 27px;
}
.nav__mobile-closer:after,
.nav__mobile-closer:before {
  height: 2px;
}
.user-info {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .user-info__opener {
    position: relative;
    z-index: 99;
  }
}
.user-info__opener ._closer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .user-info__opener._active ._opener {
    display: none;
  }
  .user-info__opener._active ._closer {
    display: block;
  }
}
.user-info__list {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 430px;
  max-width: calc(100vw - 20px);
  min-height: 100vh;
  top: 0;
  right: 0;
  padding: 19px 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 27px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 27px 3px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .user-info__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .user-info__list {
    position: absolute;
    display: none;
    top: -40px;
    right: -48px;
    min-height: 0;
    padding: 38px 90px 38px 60px;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
  }
}
.user-info__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 47px 0 20px;
}
@media only screen and (min-width: 1024px) {
  .user-info__user {
    margin-bottom: 0;
    padding: 0;
  }
}
.user-info__user-name {
  font-weight: 600;
  letter-spacing: 0.16px;
}
.user-info__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(175, 175, 177, 0.4);
}
.user-info__avatar:not(:last-child) {
  margin-right: 16px;
}
.user-info__avatar-icon {
  width: 14px;
  height: 16px;
}
.user-info__footer {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .user-info__footer {
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .user-info__footer {
    padding: 0;
  }
}
.user-info__btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .user-info__btn {
    min-width: 180px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .user-info__btn {
    min-width: 0;
    margin-left: 54px;
  }
}
.menu-mobile {
  display: block;
  padding: 30px 0;
  border-top: 1px solid #dfdfe0;
}
@media only screen and (min-width: 1024px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .menu-item.current-menu-item {
  background-color: #fae348;
}
.menu-mobile .menu-item a {
  display: block;
  padding: 14px 36px 16px;
  color: #37383c;
  font-weight: 600;
  letter-spacing: 0.48px;
}
.mobile-city {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .mobile-city {
    display: none;
  }
}
.mobile-city__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 36px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.56px;
}
.mobile-city__carret {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 24px;
  border-radius: 100%;
  border: 1px solid rgba(175, 175, 177, 0.4);
}
.mobile-city__carret-icon {
  width: 8px;
  height: 15px;
  stroke: #37383c;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
._active .mobile-city__carret-icon {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  -ms-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1);
}
.footer {
  position: relative;
  padding: 20px 0;
  background-color: #37383c;
  color: #fff;
}
.footer__top {
  display: none;
  margin-bottom: 20px;
  padding: 23px 0 25px;
  background-color: #2f3033;
}
@media only screen and (min-width: 1024px) {
  .footer__top {
    display: block;
  }
}
.footer__block {
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .footer__block {
    padding: 25px 0;
  }
}
.footer__block._top {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer__block._top {
    display: block;
  }
}
.footer__block:not(:last-child):after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer__social {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer__social {
    margin-bottom: 20px;
  }
}
.footer__logo {
  width: 165px;
  height: 57px;
}
.footer__copy {
  opacity: 0.4;
  margin-top: 25px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.13px;
}
@media only screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 15px;
  }
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.footer-links._small {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 13px;
  line-height: 1.85;
}
@media only screen and (min-width: 768px) {
  .footer-links._small {
    font-size: 16px;
    line-height: 1.4;
  }
}
.footer-links._small .footer-links__item {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-links._small .footer-links__item:not(:last-child):after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  height: 12px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-links._small .footer-links__link {
  color: rgba(255, 255, 255, 0.4);
}
.footer-links__item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-links__link {
  color: #fff;
}
._desktop .footer-links__link:hover {
  color: #fae348;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}
.footer-social__item {
  padding-left: 7px;
  padding-right: 7px;
}
.footer-social__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
._desktop .footer-social__link:hover {
  border-color: #188e9f;
  background-color: #188e9f;
}
.footer-social__icon {
  width: 19px;
  height: 18px;
  fill: #fff;
}
.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  fill: #fff;
}
.time__icon._dark {
  fill: #37383c;
}
.time__info {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
}
.time__light {
  opacity: 0.4;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.14px;
}
.footer-phone__big {
  font-size: 26px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs__item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs__item:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  opacity: 0.8;
}
.breadcrumbs__item:last-child .breadcrumbs__link:after {
  display: none;
}
.breadcrumbs__link {
  position: relative;
  opacity: 0.5;
  color: #37383c;
  font-size: 13px;
  letter-spacing: 0.13px;
}
.block {
  margin-left: -16px;
  margin-right: -16px;
  padding: 20px 16px;
  border: 1px solid #eaeaea;
  background-color: #fbfefe;
}
@media only screen and (min-width: 768px) {
  .block {
    margin-left: 0;
    margin-right: 0;
    padding: 35px 30px 40px;
  }
}
.block:not(:last-child) {
  margin-bottom: 12px;
}
.slider-dates {
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.slider-dates__item {
  padding: 3px 2px;
  background-color: #fff;
}
.slider-dates__item.active .slider-dates__date {
  pointer-events: none;
  background-color: #f0f6f7;
}
.slider-dates__arrow,
.slider-dates__date {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 34px;
  padding: 5px 25px 8px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  background-color: #fbfefe;
  color: #37383c;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.15px;
}
._desktop .slider-dates__date:hover {
  border-color: #afafb1;
}
.slider-dates__date._active {
  pointer-events: none;
  background-color: #f0f6f7;
}
.slider-dates__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49px;
  margin: -17px 0 0;
  padding: 5px 15px;
  border-width: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .slider-dates__arrow {
    width: 40px;
    border-width: 1px;
    background-color: #fbfefe;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
  }
}
._desktop .slider-dates__arrow:hover {
  border-color: #188e9f;
  background-color: #188e9f;
}
._desktop .slider-dates__arrow:hover .slider-arrow__icon {
  stroke: #fff;
}
.slider-dates__arrow._prev {
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(234, 234, 234, 0))
  );
  background-image: -o-linear-gradient(
    left,
    #fff 0,
    rgba(234, 234, 234, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    #fff 0,
    rgba(234, 234, 234, 0) 100%
  );
}
@media only screen and (min-width: 768px) {
  .slider-dates__arrow._prev {
    background-image: none;
  }
}
.slider-dates__arrow._next {
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(234, 234, 234, 0))
  );
  background-image: -o-linear-gradient(
    right,
    #fff 0,
    rgba(234, 234, 234, 0) 100%
  );
  background-image: linear-gradient(
    to left,
    #fff 0,
    rgba(234, 234, 234, 0) 100%
  );
}
@media only screen and (min-width: 768px) {
  .slider-dates__arrow._next {
    background-image: none;
  }
}
.slider-dates__arrow._next .slider-arrow__icon {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slider-dates__arrow .slider-arrow__icon {
  display: none;
  stroke: #37383c;
  fill: none;
}
@media only screen and (min-width: 768px) {
  .slider-dates__arrow .slider-arrow__icon {
    display: block;
  }
}
.leads-table {
  border: 1px solid #eaeaea;
}
.leads-table__header {
  display: none;
  background-color: #f0f6f7;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18px;
}
@media only screen and (min-width: 768px) {
  .leads-table__header {
    display: block;
  }
}
.leads-table__header:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.leads-table__header .col {
  padding-top: 12px;
  padding-bottom: 12px;
}
.leads-table__row:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .leads-table__row._opened {
    border-bottom-color: transparent;
    outline: 1px solid #c5c6c9;
  }
}
.leads-table__row._opened._my {
  border-bottom-color: transparent;
  outline: 1px solid #009baf;
}
@media only screen and (min-width: 768px) {
  .leads-table__row._opened._my {
    outline: 1px solid #c5c6c9;
  }
}
.leads-table__row.status_142 .bage.paid,
.leads-table__row.status_19233072 .bage.paid,
.leads-table__row.status_31046505 .bage.paid {
  display: none;
}
.leads-table__row.paid .btn-pay,
.leads-table__row.paid .leads-table__btn-select,
.leads-table__row.status_19233072 .btn-pay,
.leads-table__row.status_19233072 .leads-table__btn-select {
  display: none;
}
.leads-table__row.paid .bage.paid {
  display: inline-block;
  color: #fff;
  background-color: rgba(26, 155, 174, 0.4);
}
/* .leads-table__row.status_19233072 .lead_name {
  background-color: rgba(183, 52, 67, 0.3);
} */
/* .leads-table__row.paid .lead_name {
  background-color: rgba(26, 155, 174, 0.3);
} */
.leads-table__row.paid .lead_name span {
  background-color: rgba(26, 155, 174, 0.3);
}

.leads-table__row.status_31046505 .lead_name span {
  background-color: rgba(239, 226, 9, 0.56);
}
.leads-table__row.status_19233072 .lead_name span {
  background-color: rgba(183, 52, 67, 0.3);
}
.leads-table__row .lead_name span {
  padding: 3px;
  border-radius: 3px;
}
.leads-table__row._selected .accordion-title {
  background-color: #f0f6f7;
}
.leads-table__row .accordion-title {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f0f6f7;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .leads-table__row .accordion-title {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    font-size: 16px;
  }
}
.leads-table__row .accordion-title._my {
  background-color: transparent;
}
.leads-table__row .accordion-title .col {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .leads-table__row .accordion-title .col {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .leads-table__col {
    padding-left: 20px;
  }
}
.leads-table__label {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .leads-table__label {
    padding-top: 14px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
  }
}
@media only screen and (min-width: 768px) {
  .leads-table__info {
    min-height: 73px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    font-weight: 600;
    letter-spacing: 0.16px;
  }
}
.leads-table__accordion-desc {
  padding: 10px 16px 15px;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .leads-table__accordion-desc {
    padding: 10px 16px 15px;
    border-top: 0;
    font-size: 16px;
  }
}
.leads-table__accordion-desc .grid {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .leads-table__accordion-desc .grid {
    margin-bottom: 0;
  }
}
.leads-table__btn-select {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .leads-table__btn-select {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }
}
.leads-table__btn-select:before {
  display: block;
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .leads-table__btn-select:before {
    display: none;
  }
}
.leads-table__btn-select._selected {
  background-color: #188e9f;
  border-color: #188e9f;
}
.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (min-width: 1024px) {
  .pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.pagination__item {
  padding-left: 7px;
  padding-right: 7px;
}
.pagination__link {
  position: relative;
  color: #37383c;
}
.pagination__link:not(._arrow) {
  display: inline-block;
}
._desktop .pagination__link:hover {
  color: #009baf;
}
._desktop .pagination__link._arrow:hover {
  background-color: #188e9f;
  border-color: #188e9f;
}
._desktop .pagination__link._arrow:hover .pagination__arrow {
  stroke: #fff;
}
.pagination__link._active {
  pointer-events: none;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.pagination__arrow {
  width: 7px;
  height: 12px;
  stroke: #37383c;
  fill: none;
}
.pagination__arrow._next {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  direction: ltr;
  text-align: left;
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.single .ranges ul {
  width: 100%;
}
.daterangepicker.single .drp-calendar.left {
  clear: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
  clear: left;
  margin-right: 0;
  clear: none !important;
}
.daterangepicker .drp-calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
  margin-left: 0;
}
.daterangepicker .drp-calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
  float: left;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  width: 140px;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
.daterangepicker.rtl .ranges {
  float: right;
}
.daterangepicker:after,
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker.single .drp-calendar,
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
}
.personal-info {
  position: relative;
}
.personal-info .loaded {
  display: none;
}
.personal-info.loaded .loaded {
  display: block;
}
.personal-info.loaded .not_loaded {
  display: none;
}
.personal-info__item:not(:last-child) {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 768px) {
  .personal-info__item:not(:last-child) {
    margin-bottom: 0.25em;
  }
}
/* .personal-info__item .to_edit {
  visibility: hidden;
  opacity: 0;
}
._desktop .personal-info__item:hover .to_edit {
  visibility: visible;
  opacity: 1;
} */
.personal-info__item .personal-info__edit {
  display: none;
}
._desktop .personal-info__item.editing:hover .to_edit {
  display: none;
}
.personal-info__item.editing .to_edit,
.personal-info__item.editing .personal-info__text {
  display: none;
}
.personal-info__item.editing .personal-info__edit {
  display: block;
}
.personal-info__item .personal-info__edit .btn {
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
.personal-info__title {
  letter-spacing: 0.16px;
}
.personal-info__text {
  font-weight: 600;
}
.personal-info__text._light {
  opacity: 0.5;
}
.personal-info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .personal-info__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin-top: 0;
  }
}
.leads__dates {
  margin-bottom: 5px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 768px) {
  .leads__dates {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.leads__tabs {
  margin-bottom: 14px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 768px) {
  .leads__tabs {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.leads__filters {
  margin-top: -14px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .leads__filters {
    margin: 0 0 25px;
  }
}
.leads__counter,
.leads__pay {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .leads__counter,
  .leads__pay {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .leads__line {
    margin-bottom: 20px;
  }
}
.leads__table {
  margin-bottom: 20px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 768px) {
  .leads__table {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.leads-filters {
  padding: 20px 16px 25px;
  border: 1px solid #eaeaea;
  background-color: #fbfefe;
}
@media only screen and (min-width: 768px) {
  .leads-filters {
    padding: 30px 30px 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .leads-filters {
    padding: 35px 55px 55px;
  }
}
.leads-filters__group {
  margin-bottom: 15px;
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (min-width: 768px) {
  .leads-filters__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.leads-filters__group-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
.leads-filters__group-col:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .leads-filters__group-col:not(:last-child) {
    margin-bottom: 0;
  }
}
.leads-filters__group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.leads-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: -7px;
  margin-right: -7px;
}
.leads-filters__list-item {
  padding: 3px 10px;
}
@media only screen and (min-width: 768px) {
  .leads-filters__list-item {
    padding: 0 7px;
  }
}
.leads-filters__list-btn {
  cursor: pointer;
  border: 0;
  border-bottom: 1px dashed #168393;
  background-color: transparent;
  color: #168393;
  font-size: 14px;
}
._desktop .leads-filters__list-btn:hover {
  border-bottom-color: transparent;
}
.leads-filters__list-btn._active {
  pointer-events: none;
  border-bottom-color: transparent;
}
.leads-filters__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 17px;
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.18px;
}
@media only screen and (min-width: 768px) {
  .leads-filters__label {
    width: auto;
  }
}
.leads-filters__label:not(:first-child) {
  margin-left: 17px;
}
.leads-filters__input {
  width: 100%;
  height: 33px;
  padding: 11px 15px;
  border-radius: 17px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.leads-filters__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  fill: rgba(55, 56, 60, 0.3);
}
._desktop .leads-filters__icon:hover {
  fill: rgba(24, 142, 159, 0.6);
}
.leads-filters__start {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.18px;
}
.leads-filters__btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .leads-filters__btn {
    width: auto;
  }
}
.leads-counter {
  font-size: 20px;
  font-weight: 600;
}
.leads-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .leads-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -13px;
    margin-right: -13px;
  }
}
.leads-tabs__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .leads-tabs__item {
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.leads-tabs__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 12px;
  background-color: #f0f6f7;
  color: #37383c;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.22px;
}
@media only screen and (min-width: 768px) {
  .leads-tabs__btn {
    opacity: 0.5;
    padding: 0 0 5px;
    background-color: transparent;
    font-size: 28px;
    letter-spacing: 0.28px;
  }
  .leads-tabs__btn:after {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 1px;
  }
}
.leads-tabs__btn._active {
  pointer-events: none;
  opacity: 1;
  background-color: #fae348;
}
@media only screen and (min-width: 768px) {
  .leads-tabs__btn._active {
    background-color: transparent;
  }
}
.leads-tabs__btn._active:after {
  background-color: #fae348;
}
._desktop .leads-tabs__btn:hover {
  opacity: 1;
}
.file_drop.hidden {
  display: none;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.file_drop,
.file_drop * {
  box-sizing: border-box;
}
.file_drop {
  margin-top: 15px;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 4px 4px;
}
.file_drop.dz-clickable {
  cursor: pointer;
}
.file_drop.dz-clickable * {
  cursor: default;
}
.file_drop.dz-clickable .dz-message,
.file_drop.dz-clickable .dz-message * {
  cursor: pointer;
}
.file_drop.dz-started .dz-message {
  display: none;
}
.file_drop.dz-drag-hover {
  border-style: solid;
}
.file_drop.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.file_drop .dz-message {
  text-align: center;
  margin: 2em 0;
}
.file_drop .dz-message .dz-button {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.file_drop .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.file_drop .dz-preview:hover {
  z-index: 1000;
}
.file_drop .dz-preview:hover .dz-details {
  opacity: 1;
}
.file_drop .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.file_drop .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.file_drop .dz-preview.dz-image-preview {
  background: #fff;
}
.file_drop .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.file_drop .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.file_drop .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.file_drop .dz-preview:hover .dz-details {
  opacity: 1;
}
.file_drop .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.file_drop .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.file_drop .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.file_drop .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.file_drop .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.file_drop .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.file_drop .dz-preview .dz-details .dz-filename span,
.file_drop .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.file_drop .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.file_drop .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.file_drop .dz-preview .dz-image img {
  display: block;
}
.file_drop .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.file_drop .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.file_drop .dz-preview .dz-error-mark,
.file_drop .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.file_drop .dz-preview .dz-error-mark svg,
.file_drop .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.file_drop .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.file_drop .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.file_drop .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.file_drop .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.file_drop .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.file_drop .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.file_drop .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: #fff;
}
.file_drop .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.ma-header-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 1024px) {
  .ma-header-menu {
    display: none;
  }
}

.ma-header-menu__list {
  display: flex;
  flex-wrap: wrap;
}

.ma-header-menu .menu-item {
}
.ma-header-menu .menu-item:not(:last-child) {
  margin-right: 16px;
}

.ma-header-menu .menu-item a {
  font-size: 16px;
  color: #188e9f;
  font-weight: 600;
}
