/*mixin */
/* variables colors */
/* variables fonts */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 777; }
  .preloader .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
    .preloader .loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #BA55D3;
      -webkit-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite; }
    .preloader .loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #FF00FF;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite; }

.preloader.preloader_absolute {
  position: absolute; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNovaRegular.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNovaSemibold.otf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova-Light";
  src: url("../fonts/ProximaNovaLight.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }
* {
  outline: none !important; }

body {
  font-family: "ProximaNova-Regular", Roboto, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  color: #333333;
  padding: 0 !important; }

a {
  outline: none !important; }
  a:hover {
    text-decoration: none; }

.alert {
  font-size: 1.143rem; }
  .alert i {
    margin-right: 10px; }

.btn {
  padding: 9px 12px; }

.font-regular {
  font-family: "ProximaNova-Regular", Arial, Helvetica, sans-serif; }

.font-light {
  font-family: "ProximaNova-Light", Arial, Helvetica, sans-serif; }

.font-bold {
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }

.text_grey {
  color: #999999; }

.text_blue {
  color: #17a0ef !important; }

.text_darkBlue {
  color: #4489fe !important; }

.link_darkBlue {
  color: #4489fe !important; }
  .link_darkBlue:hover {
    text-decoration: underline !important; }

.font-size-14 {
  font-size: 1rem; }

.font-size-30 {
  font-size: 2.143rem; }

.hide-block {
  display: none !important; }

.show-block {
  display: block !important; }

.custom-justify-center {
  justify-content: center !important; }

.btn-container_flex {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: stretch; }
  .btn-container_flex .btn + .btn:not(:last-child) {
    margin: 0 20px; }

.skin-josh .sidebar-nav {
  background: transparent; }
.skin-josh .sidebar-nav {
  background: transparent;
  min-height: -moz-calc(100vh - 91px);
  min-height: -webkit-calc(100vh - 91px);
  min-height: calc(100vh - 91px);
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.skin-josh .left-side {
  display: block;
  position: relative;
  background: linear-gradient(to top, #a24fc1 0%, #0d7fb1 100%); }
  .skin-josh .left-side .sidebar {
    margin: 0;
    padding-top: 0; }

.right-side {
  background-color: #f2f8f9;
  width: -moz-calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px); }

.content-header > h1 {
  display: none; }

.section__title {
  margin-top: 0;
  font-size: 1.714rem;
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }

section.content {
  background-color: #f2f8f9;
  padding: 20px;
  min-height: -moz-calc(100vh - 145px);
  min-height: -webkit-calc(100vh - 145px);
  min-height: calc(100vh - 145px); }

.text_green {
  color: #00ad5d; }

.text_red {
  color: #e13a47; }

.text_orange {
  color: #ff8400; }

.my-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn_green {
  background-color: #00ad5d;
  color: #fff !important; }
  .btn_green:hover {
    background-color: #00964f; }

.btn_blue {
  background-color: #4489fe;
  color: #fff !important; }
  .btn_blue:hover {
    background-color: #4470e1; }

.btn_red {
  background-color: #e13a47;
  color: #fff !important; }
  .btn_red:hover {
    background-color: #cd3a47; }

.btn_orange{
  background-color: #ef9b02;
  color: white !important;
}
.btn_orange:hover{
  background-color: #ff8800;
}




.btn_dark-blue {
  background-color: #267a9f;
  color: #fff !important; }
  .btn_dark-blue:hover {
    background-color: #26678c; }

.btn_purple {
  background-color: #6958ea;
  color: #fff !important; }
  .btn_purple:hover {
    background-color: #6658cd; }

.btn_long {
  width: 100%;
  max-width: 296px; }

.btn_radius {
  padding: 9px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: none;
  font-size: 1.143rem; }
  .btn_radius:hover, .btn_radius:focus, .btn_radius:active {
    color: #fff; }

.btn_radius-blue {
  background-color: #4489fe;
  background-image: linear-gradient(to top, rgba(13, 103, 255, 0.85) 0%, rgba(68, 137, 254, 0.85) 100%);
  padding: 1em;
  color: #fff; }
  .btn_radius-blue:hover, .btn_radius-blue:focus, .btn_radius-blue:active {
    color: #fff !important; }

.alert-danger {
  color: #fff;
  background-color: #ff908d;
  border-color: #EF6F6C; }

.white-container {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 15px; }

.call-status {
  color: #fff;
  padding: 3px 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: inline-block; }

.call-status_success {
  background-color: #00ad5d !important; }

.call-status_fail {
  background-color: #e13a47 !important; }

.call-status_transference {
  background-color: #ff8400 !important; }

@media (max-width: 991px) {
  section.content {
    height: auto; }

  .right-side {
    width: 100%; }

  .breadcrumb {
    margin-bottom: 0; }

  .margin-0-sm {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (max-width: 991px) {
  section.content {
    min-height: -moz-calc(100vh - 135px);
    min-height: -webkit-calc(100vh - 135px);
    min-height: calc(100vh - 135px); } }
@media (max-width: 767px) {
  .white-container {
    padding: 10px; }

  section.content {
    min-height: -moz-calc(100vh - 55px);
    min-height: -webkit-calc(100vh - 55px);
    min-height: calc(100vh - 55px);
    padding: 15px; }

  .breadcrumb {
    display: none; }

  .daterangepicker.dropdown-menu {
    top: 100% !important; }

  .table-responsive {
    margin-bottom: 0; } }
body > .header {
  padding: 0 20px;
  background-color: #fff;
  height: 91px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  flex-grow: 1; }
  body > .header .sidebar-toggle {
    background: linear-gradient(to top, #a24fc1 0%, #0d7fb1 100%); }

.header__left, .header__right {
  flex-grow: 1;
  display: flex; }

.header__left {
  align-items: center; }

.header__right {
  color: #3e5569; }
  .header__right a {
    color: #3e5569; }

.header__nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center; }

.header__user {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .header__user p {
    margin-bottom: 5px; }

.header__user-name {
  color: #3e5569; }

.header__user-img {
  margin-right: 10px;
  max-height: 33px; }

.header__company-img {
  max-height: 45px;
  width: auto;
  max-width: 100%; }

.header__text-logo {
  font-size: 42px;
  color: #333333 !important; }

.header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 40px; }

.header_lang {
  margin-left: 80px;
  margin-top: 1px;
}

@media (max-width: 1199px) {
  .header_lang {
    margin-left: 50px;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .header_lang {
    margin-left: 1px;
    margin-top: -2px;
  }
}

.header__user {
  flex-direction: row;
  align-items: flex-start;
  margin-right: 35px; }

.header__item-img {
  max-height: 18px;
  margin-bottom: 15px; }

.header__item-text {
  margin-bottom: 0;
  text-align: center; }

.breadcrumb i {
  display: none; }
.breadcrumb li {
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }
  .breadcrumb li a, .breadcrumb li span {
    color: #0a8ecb; }
  .breadcrumb li #active a, .breadcrumb li #active span {
    color: #828181; }

.sidebar-toggle {
  display: none; }

@media (max-width: 1199px) {
  body > .header .logo {
    width: auto;
    padding: 0; }

  .header__left {
    max-width: 220px; }

  .header__nav {
    justify-content: space-between;
    align-items: center; }

  .header__nav-item {
    margin: 0; }
    .header__nav-item:last-child {
      margin-right: 0; } }
@media (max-width: 991px) {
  .header__left {
    max-width: 100%; }

  .header__nav {
    flex-wrap: wrap; }

  .header__item-text {
    display: none; }

  .content-header {
    padding-top: 95px; }

  body > .header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0; }

  .sidebar-toggle {
    float: left;
    padding: 15px 10px 10px 10px;
    margin: 8px 0 8px 5px;
    background-image: none;
    color: #f9c3c3;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block; }
    .sidebar-toggle .responsive_nav {
      margin-top: -8px;
      background: url("../../img/nav_icon.png");
      width: 25px;
      height: 17px; } }
@media (max-width: 767px) {
  body .header {
    padding: 0 10px;
    height: 60px; }

  .content-header {
    padding-top: 55px; }

  .header__left {
    max-width: 55px;
    align-items: center; }

  .sidebar-toggle {
    margin: 0; }

  .header__nav {
    justify-content: space-between;
    align-items: center; }

  .header__nav-item {
    margin: 0; }
    .header__nav-item:last-child {
      margin-right: 0; }

  .header__item-img {
    margin: 0; }

  .header__user {
    margin: 0; }
    .header__user p {
      margin: 0; }

  .header__text-logo {
    display: none; }

  .header__company-img {
    display: none; } }
body .content.work-table {
  min-height: -moz-calc(100vh - 91px);
  min-height: -webkit-calc(100vh - 91px);
  min-height: calc(100vh - 91px); }

.work-table__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 1.143rem; }

.work-table__item {
  display: flex;
  align-items: center;
  flex-basis: 19%;
  padding: 40px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-bottom: 20px; }

.work-table__item-text {
  color: #333333; }

.work-table__item_big {
  padding: 20px;
  height: 116px;
  flex-basis: 39.25%;
  justify-content: space-between;
  align-items: stretch; }
  .work-table__item_big .work-table__item-text {
    display: flex;
    align-items: center;
    font-size: 1.143rem;
    text-transform: uppercase;
    color: #333333; }
  .work-table__item_big .btn {
    padding: 10px 45px; }
  .work-table__item_big .livicon {
    position: relative;
    top: 2px;
    margin-right: 4px; }

.work-table__item-control-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.work-table__item-icon {
  margin-right: 30px;
  align-items: center;
  position: relative; }
  .work-table__item-icon:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #eceff1;
    right: -15px;
    top: 0; }

@media (max-width: 1199px) {
  .work-table__item {
    flex-basis: 48%; }

  .work-table__item_big {
    flex-basis: 100%; } }
@media (max-width: 991px) {
  body .content.work-table {
    padding-top: 110px;
    min-height: 100vh;
    overflow: hidden; } }
@media (max-width: 767px) {
  body .content.work-table {
    padding-top: 80px; }

  .work-table__item {
    flex-basis: 100%;
    height: auto;
    padding: 20px; }

  .work-table__item_big {
    flex-direction: column; }

  .work-table__item-link {
    margin: 10px 0; } }
.left-sidebar__contact-link {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  cursor: pointer; }
  .left-sidebar__contact-link img {
    max-width: 17px;
    margin-right: 5px;
    position: relative;
    top: -2px; }

.sidebar {
  padding-top: 20px; }

@media (max-width: 991px) {
  .skin-josh .left-side {
    display: block !important;
    position: fixed;
    top: 91px;
    left: -300px;
    max-height: -moz-calc(100vh - 91px);
    max-height: -webkit-calc(100vh - 91px);
    max-height: calc(100vh - 91px);
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .skin-josh .left-side.show-menu {
      left: 0; }
    .skin-josh .left-side ul {
      padding: 0; }
    .skin-josh .left-side .sidebar {
      width: 300px; }
      .skin-josh .left-side .sidebar a {
        padding: 10px;
        display: block;
        color: #fff !important; }
        .skin-josh .left-side .sidebar a i {
          margin-right: 10px;
          position: relative;
          top: 3px; }
      .skin-josh .left-side .sidebar .sub-menu {
        padding-left: 15px; }
    .skin-josh .left-side .page-sidebar {
      padding-top: 20px; } }
@media (max-width: 767px) {
  .skin-josh .left-side {
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    max-height: 100%;
    top: 60px; }
    .skin-josh .left-side .sidebar a {
      padding: 7px 10px; }
    .skin-josh .left-side .sub-menu a i:not(.livicon) {
      top: -2px; }
  .skin-josh .sidebar-nav {
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px); } }
.articles .section__title {
  margin-top: 0;
  margin-bottom: 30px; }

.articles__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.articles__article {
  display: flex;
  flex-direction: column;
  flex-basis: 49%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px; }

.articles__article-img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.articles__article-title {
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  color: #267a9f; }

.articles__article-text {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }

.articles__article-footer {
  padding-top: 15px; }

.articles__article-btn {
  padding: 9px 25px; }

@media (max-width: 767px) {
  .articles__article {
    flex-basis: 100%; }

  .articles .section__title {
    margin-top: 0;
    margin-bottom: 15px; }

  .articles__article-btn {
    width: 100%; } }
.instructions .section__title {
  margin-top: 0;
  margin-bottom: 30px; }

.instructions__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 1.143rem; }

.instructions__item {
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-basis: 30%;
  padding: 40px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  background-color: #fff;
  margin-bottom: 20px; }

.instructions__item-num {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  min-width: 35px;
  min-height: 35px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4489fe;
  margin-right: 15px; }

.instructions__item-link {
  color: #267a9f;
  text-decoration: underline !important; }

.instructions__btn {
  background-color: #4489fe;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  justify-content: flex-end; }
  .instructions__btn .fa {
    font-size: 1.571rem;
    margin-left: 40px; }

@media (max-width: 1500px) {
  .instructions__list {
    justify-content: space-between; }

  .instructions__item {
    flex-basis: 32%;
    margin-right: 0; } }
@media (max-width: 1199px) {
  .instructions__item {
    flex-basis: 49%; } }
@media (max-width: 767px) {
  .instructions__item {
    flex-basis: 100%;
    padding: 20px; } }
.rates .section__title {
  margin-top: 0; }
.rates p {
  font-size: 1.143rem; }

.rates__container {
  border: 1px solid #eeeeee; }

.rates__tabs-nav {
  font-size: 1.143rem;
  border: none !important;
  display: flex;
  align-items: stretch;
  background-color: #fff; }
  .rates__tabs-nav .tabs-nav__item {
    float: none;
    flex-basis: 20%;
    text-align: center; }
    .rates__tabs-nav .tabs-nav__item a, .rates__tabs-nav .tabs-nav__item a:focus {
      background: #fff;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
      border: none !important;
      padding: 25px;
      margin: 0 0 1px 0;
      color: #333333; }
      .rates__tabs-nav .tabs-nav__item a:hover, .rates__tabs-nav .tabs-nav__item a:focus:hover {
        background-color: #4489fe;
        color: #fff; }
    .rates__tabs-nav .tabs-nav__item.active a, .rates__tabs-nav .tabs-nav__item.active a:focus {
      background-color: #4b6ab8;
      color: #fff !important; }
      .rates__tabs-nav .tabs-nav__item.active a:hover, .rates__tabs-nav .tabs-nav__item.active a:focus:hover {
        background-color: #4b6ab8; }

.rates__tabs-container {
  background-color: #4b6ab8;
  padding: 20px; }

.rates__tab-inner {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start; }

.rates__package {
  flex-basis: 19%;
  background-color: #fff;
  align-items: stretch;
  text-align: center;
  margin-right: 1.25%; }
  .rates__package:last-child {
    margin-right: 0; }

.rates__package-title {
  color: #267a9f;
  text-transform: uppercase;
  border-bottom: 1px solid #eceff1; }

.rates__package-price {
  background-color: #f9fbe7; }
  .rates__package-price .text_green {
    font-size: 1.143rem; }

.rates__package-price-month {
  border-bottom: 1px solid #eceff1; }
  .rates__package-price-month .price-month__price {
    font-size: 1.143rem;
    color: #267a9f;
    font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }

.rates__package-sale {
  padding-top: 20px;
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }

.rates__package-price-month, .rates__package-users, .rates__package-title, .rates__package-btn-container, .rates__package-price {
  padding: 20px; }

.rates__container-footer {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.rates__btn-support {
  padding: 15px;
  flex-basis: 278px;
  background-color: #9fa8da;
  color: #fff !important; }
  .rates__btn-support img {
    width: 17px;
    margin-right: 10px;
    position: relative;
    top: -2px; }

@media (max-width: 1451px) {
  .rates__package {
    flex-basis: 32%;
    margin-bottom: 15px;
    margin-right: 2%; }
    .rates__package:nth-child(3n) {
      margin-right: 0; } }
@media (max-width: 1199px) {
  .rates__package {
    flex-basis: 49%;
    margin-bottom: 15px;
    margin-right: 1%; }
    .rates__package:nth-child(2n) {
      margin-right: 0; }

  .rates__tabs-nav .tabs-nav__item {
    flex-basis: 25%; }
    .rates__tabs-nav .tabs-nav__item a {
      padding: 15px !important; } }
@media (max-width: 767px) {
  .rates__alert {
    font-size: 1rem; }

  .users__rates {
    flex-direction: column; }

  .users__rates-info {
    margin-bottom: 15px; }

  .users__create-btn {
    max-width: 100%; }

  .table-responsive {
    border: none; }

  .rates__tabs-nav .tabs-nav__item {
    flex-basis: -moz-calc(100%/3);
    flex-basis: -webkit-calc(100%/3);
    flex-basis: calc(100%/3); }
    .rates__tabs-nav .tabs-nav__item a {
      padding: 15px 10px !important;
      font-size: 12px; }

  .rates__package {
    flex-basis: 100%;
    margin-right: 0 !important; }

  .rates__container-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }

  .rates__btn-support {
    flex-basis: 100%;
    display: block;
    width: 100%;
    margin-top: 10px; } }
.notice {
  font-size: 1.143rem; }

.notice__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px; }

.notice__contacts {
  flex-basis: 70%; }
  .notice__contacts .alert {
    margin-bottom: 0; }

.notice__contacts, .notice__manager-info {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  padding: 30px 20px; }

.notice__contacts-list {
  border-bottom: 1px solid #eee; }

.notice__manager-info {
  flex-basis: 29%; }

.notice__contacts-title {
  padding-bottom: 20px;
  margin-top: 0;
  color: #267a9f;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #eee; }

.notice__contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px; }
  .notice__contact i {
    color: #267a9f;
    margin-right: 10px; }

.notice__contacts-list {
  padding: 10px 0; }

.notice__contact-name {
  flex-basis: 120px;
  display: block; }

.notice__social {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px; }

.notice__social-link {
  line-height: 1px;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .notice__social-link .fa {
    color: #fff !important;
    font-size: 1.286rem; }
  .notice__social-link:hover {
    opacity: 0.8; }

.notice__contact-value {
  color: #333333;
  font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif; }

.notice__social-link_fb {
  background-color: #005a9c; }

.notice__social-link_vk {
  background-color: #4f97ca; }

.notice__social-link_inst {
  background-color: #267a9f; }

.notice__footer .alert {
  width: 70%;
  margin-bottom: 10px; }

.notice__manager-info {
  text-align: center; }

.notice__manager-photo {
  margin-bottom: 20px; }

.notice__manager-name {
  margin-bottom: 5px; }

.notice__manager-text {
  color: #828181; }

@media (max-width: 991px) {
  .notice__container {
    flex-wrap: wrap; }

  .notice__contacts {
    flex-basis: 100%;
    order: 2; }

  .notice__manager-info {
    flex-basis: 100%;
    margin-bottom: 15px; }

  .notice__footer .alert {
    width: 100%;
    margin-bottom: 0; } }
/*mixin */
/* variables colors */
/* variables fonts */
.form__input {
  flex-grow: 1;
  position: relative; }
  .form__input input, .form__input textarea, .form__input select {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    color: #828181;
    border-radius: 0;
    padding: 15px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .form__input .help-block {
    display: block;
    position: absolute;
    bottom: -18px; }

.form__control-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__control-container .form__input {
    margin-right: 20px; }
    .form__control-container .form__input:last-child {
      margin-right: 0; }

.form__btn-container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .form__btn-container .form__btn:first-child {
    margin-right: 20px; }

.form__btn {
  border-radius: 3px;
  background-color: #17a0ef;
  padding: 15px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff !important; }

.form__btn_submit {
  background-color: #4489fe; }
  .form__btn_submit:hover {
    background-color: #4470e1; }

.form__btn_cansel {
  background-color: #e13a47; }
  .form__btn_cansel:hover {
    background-color: #cd3a47; }

@media (max-width: 767px) {
  .form__control-container {
    flex-wrap: wrap; }

  .form__input {
    margin-right: 0 !important;
    flex-basis: 100% !important;
    flex-grow: unset; }
    .form__input input, .form__input textarea {
      padding: 10px;
      font-size: 1rem; } }
.modal input, .modal textarea {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  background-color: #fff;
  padding: 12px 20px;
  width: 100%;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .modal input:focus, .modal textarea:focus {
    -webkit-box-shadow: 0 0px 8px 2px rgba(68, 137, 254, 0.1);
    -moz-box-shadow: 0 0px 8px 2px rgba(68, 137, 254, 0.1);
    box-shadow: 0 0px 8px 2px rgba(68, 137, 254, 0.1); }
.modal textarea {
  max-height: 120px;
  margin-bottom: 20px; }

.modal-header {
  text-align: center;
  border: none;
  padding-top: 0; }

.modal-content {
  padding: 55px 40px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }
  .modal-content .btn_blue {
    max-width: 360px;
    margin: 0 auto; }

.modal__btn-close {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 1.714rem;
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 300;
  color: #333333 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  line-height: 14px;
  cursor: pointer; }
  .modal__btn-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); }
  .modal__btn-close i {
    line-height: 14px; }

@media (max-width: 767px) {
  .modal input, .modal textarea {
    padding: 8px 15px;
    max-height: 80px; }

  #modal-video, #modal-video iframe {
    max-height: 300px; }

  .modal-header {
    padding-bottom: 0; }

  .modal-body {
    padding: 0 10px 10px 10px; }

  .modal-content {
    padding: 20px; }

  .modal__btn-close {
    right: 10px;
    top: 10px; }
    .modal__btn-close i {
      font-size: 1.286rem; }

  .modal-dialog {
    margin: 50px 10px 10px 10px; } }

/*# sourceMappingURL=main-front-style.css.map */
