body {
  background: url(/static/main/img/bg.png) fixed;
}

@font-face {
    font-family: DinText;
    src: url("/static/main/fonts/pfdintextcondpro-regular-webfont.woff") format("woff"),
    url("/static/main/fonts/pfdintextcondpro-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", Georgia, "Times New Roman", serif;

}

.mb-6 {
  margin-bottom: 1rem;
}

.card-text img {
  margin-right: 0.75rem;
}
.card-text {
  margin-top: 1rem;
}
.rck-header {
  line-height: 1;
}

.rck-header-logo {
  background-image: url(/static/img/logo.png)
}

.rck-header-logo:hover {
  text-decoration: none;
}

.btn-social {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.btn-social:hover{
  color: #9cd7f3;
}

.card-body .h4 {
  border-bottom: 2px solid;
  padding-bottom: 0.3rem;
}

.card-body .text-primary {
  border: 1px solid #1d4f7d;
  padding: 0.2rem;
}

.gallery-wrapper {
  overflow: hidden;
}

.grid-item {
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .masonry[data-columns]::before {
    content: '1 .col';
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .masonry[data-columns]::before {
    content: '1 .col';
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .masonry[data-columns]::before {
    content: '2 .col-md-6';
  }
}
@media screen and (min-width: 1200px) {
  .masonry[data-columns]::before {
    content: '2 .col-md-6';
  }
}
.phone {
  display: inline;
  white-space: nowrap;
}

main .row .col-lg {
  margin-top: 10px;
}

.marketing-item {
  text-align: center;
}
/*
 * Footer
 */
 .rck-footer {
  padding: 1rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.rck-footer p {
  margin-bottom: 0;
}

.contacts-list {
  padding-left: 0;
  list-style: none;
}
.contacts-list >li {
      padding: 0 0 5px 32px;
  position: relative;
}
.contacts-list >li i {
  font-size: 1.33em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
}
#map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0;
}

#adresses {
  box-shadow: none;
}

.list-group-item:first-child {
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}
div.scrollup {
  position: fixed;
  color: #fff;
  background-color: #1d4f7d;
  right: 20px;
  bottom: 10px;
  padding: 3px 14px;
  font-size: 1.2rem;
  border-radius: 2px;
  cursor: pointer;
  display: none;
  text-align: center;
}

.ui-menu-item-wrapper{
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 1em;
}

.error_message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ec1f26;
  padding-left: 5px;
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

/*Spin css*/

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

#subm {
  position: relative;
}

.ui-menu {
  z-index: 1500;
}

.custom-404 {text-align: center;}
.custom-404 h1, .custom-404 h2 {border: none; box-shadow: none; margin: 0; padding: 0;}
.custom-404 h1 {font-size: 8.0em; text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);}
.custom-404 h2 {font-size: 2.0em; line-height: 2.0em;}


.spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rck-icon {
  max-width: 150px;
}

.rck-info {
  color: #545454;
  font-size: 1.1rem;
}

.rck-info h3{
  color: #643f7e;
}

.user-info {
  font-size: 1.1rem;
  color: #3ab9ff;
}

.user-info:hover {
  background: #d5d7d9;
  border-radius: 10px;
}

#user-info:before {
    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #c5d0db;
}

#channel-body {
  font-size: 0.8rem;
}

#channel-body td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.error {
  border-color: #f2ab99;
  background: #ffefe9;
}

.channel-font {
  font-size: 0.9rem;
}

.d-excel {
  font-size: 18px;
  color: green;
}

.d-excel:hover {
  color: #00df81;
  text-decoration: none;
}

.m-head {
  font-size: 15px;
  padding: .8em 1.8em;
  display: list-item;
  border-bottom: 1px solid #d5d6d9;

  text-decoration: none;
  letter-spacing: .004em;
}

.menu-border-left-red {
  content: '';
  border-left: .308em solid #f51c40;
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
}

.menu-border-left-blue {
  content: '';
  border-left: .308em solid #7700ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
}

.m-item {
  font-size: 15px;
  padding: .8em 1.8em;
  display: list-item;
  border-bottom: 1px solid #d5d6d9;
  text-decoration: none;
  letter-spacing: .004em;
  position: relative;
}

.m-item a {
  display: list-item;
}

/*.m-item.active {*/
  /*border-left: .308em solid #ff4f12;*/
/*}*/

.m-head:hover {
  text-decoration: none;
}

.about-menu {
  border-radius: 0;
}

.about-menu a {
  text-decoration: none;
  color: #858585;
  font-weight: 500;
}

#vmenu {
  width: 100%;
  border: 1px solid #d5d6d9;
}

#vmenu > div > a {
  display: list-item;
  text-decoration: none;
  list-style: none;
}

#vmenu > a {
  font-size: 15px;
  padding: .8em 1.8em;
  display: list-item;
  border-bottom: 1px solid #d5d6d9;
  letter-spacing: .004em;
  position: relative;
  text-decoration: none;
  list-style: none;
  font-weight: 500;
}

#vmenu > a:before {
  content: '';
  border-left: .308em solid #7700ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
}

#vmenu > a:hover {
  text-decoration: none;
}

#vmenu > div {
  margin-right: 30px;
}

#vmenu > div > a {
  font-size: 15px;
  padding: .8em 1.8em .8em 1.6em;
  display: list-item;
  border-top: 1px solid #d5d6d9;
  text-decoration: none;
  letter-spacing: .004em;
  position: relative;
  font-weight: 500;
}

#vmenu > div > a:hover {
  text-decoration: none;
  color: #333533 !important;
}

#vmenu > div > a:first-of-type {
  border-top: none;
  color: green;
}

.menu-active {
  padding-left: 1.8em !important;
}

.menu-active:before {
  content: '';
  border-left: .308em solid #f51c40;
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
}



/* документы */

.doc {
  /*font-family: "Oswald", Georgia, "Times New Roman", serif;*/
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

/*.doc a:hover {*/
  /*font-size: 1.1em;*/
/*}*/

.doc-body {

}

.doc-date {
  border: 1px solid #1d4f7d;
  padding: 0.1rem;
}

.doc-link {
    /*border: 1px solid #1d4f7d;*/
  padding: 0.1rem 0.2rem 0.1rem 0.2rem;
  font-size: 0.6rem;
  color: #6c757d;
}

.doc-link:hover {
  text-decoration: none;
  color: #6c757d
}

.doc-name {
  border-bottom: 2px solid;
}

.doc-short-info {
  padding-top: 0.3rem;
  text-transform: none;
}

.doc-day {
  display: block;
  font-size: 19px;
  letter-spacing: 1px;
}

.doc-month {
  display: block;
}

.box {
  width: 400px;
}

.w-150 {
  min-width: 150px;
}

.captcha {
  /*border: 1px solid #9fa19f;*/
  /*border-radius: 5px;*/
  max-width: 310px;
}

.captcha-fields {
  padding-top: 10px;
  min-width: 300px;
  min-height: 20px;
}

.error-label {
  color: red;
}

.error-input {
  border: 1px solid red;
}

#vmenu > a.dropdown-toggle[class*='collapse']:after {
  transform: rotate(-90deg);
}

.btn-icon {
    padding-top: 0;
    padding-bottom: 0;
}
.btn > .icon {
    position: relative;
    left: -.75rem;
    display: inline-block;
    padding: .375rem .75rem;
    background: rgba(0, 0, 0, 0.15);
    border-radius: .25rem 0 0 .25rem;
}

.doc-btn-download {
  font-size: 0.9rem;
}

#vmenu > .dropdown-toggle {
  cursor: pointer;
}

.carousel-control-prev-icon {
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  -moz-opacity: 1;                                                 /* Netscape/Firefox */
  -khtml-opacity: 1;                                               /* Safari 1.x */
  opacity: 1;
}

.carousel-control-next-icon {
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  -moz-opacity: 1;                                                 /* Netscape/Firefox */
  -khtml-opacity: 1;                                               /* Safari 1.x */
  opacity: 1;
}

.btn-custom {
  width: 160px;
}

.soc-btn {
  stroke: white;
  width: 24px;
  height: auto;
  fill: white;
}

.soc-btn:hover {
  fill: #9cd7f3;
  stroke: #9cd7f3;;
}

.custom-input-form {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.custom-input-form:focus:not(.error) {
  border-bottom: 1px solid #4285f4;
  -webkit-box-shadow: 0 1px 0 0 #4285f4;
  box-shadow: 0 1px 0 0 #4285f4;
}


.rck-card {
      -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /*height: 100%;*/
    /*min-height: 340px;*/
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 10px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.rck-fo {
  border: 0 solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  /*min-height: 480px;*/
  position: relative;
  /*padding-bottom: 16px;*/
}

.rck-product {
  background: rgb(72, 151, 223);
  border-bottom: 2px solid white;
}


.rck-offers {
  width: 100%;
  padding-bottom: 10px;
  color: white;
}

.rck-offer-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.rck-offers-wrap {
  padding-left: 30px;
  padding-right: 20px;
  width: auto!important;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.rck-offer-info {
      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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.offer-option {;
  opacity: .7;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  text-align: left;
  border-bottom: 1px dashed rgba(16,24,40,.3);
}

.rck-card-desc {
  min-height: 73px;
  position: relative;
  padding: 20px 20px 0 20px;
}

.rck-offer {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  padding-bottom: 40px;
}

.rck-offer-redesign {
  border-top: 2px solid rgb(241, 243, 245);
    /*height: 158px;*/
  background-color: #fff;
    color: #000;
    margin-top: 0;
    width: 100%;
}

.rtk-offer__legend {
  align-self: flex-end;
    background-color: #f9f9f9;
    color: black;
    border-radius: 0 0 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rtk-card__actions {
  border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    /*height: 156px;*/
    margin-bottom: 18px;
    padding: 0 20px 20px;
    text-align: center;
  align-self: flex-start;
      border-bottom: none;
    height: auto;
    margin-bottom: 19px;
    padding: 0 20px;
    width: 100%;
}

.marg-top-40 {
    margin-top: 40px !important;
}

/*.price-comp {*/
    /*padding-bottom: 13px;*/
/*}*/

.price-comp .rt-price.is--redesign {
    margin-left: -5px;
    position: relative;
}

.price-comp .rt-price {
    text-align: right;
}

.rt-price {
    color: rgba(16,24,40,.7);
    font-weight: 400;
    white-space: nowrap;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: background-color,color;
}

.rtk-fo .rtk-offer__legend .rt-button {
    white-space: nowrap;
}

.rt-button-orange {
    color: #fff;
    background-color: #ff4f12;
}

.full-width, .fw {
    width: 100%;
}

.rt-button-with-ripple {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.rt-button, .rt-button .ripple {
    padding-left: 28px;
    padding-right: 28px;
}

.rt-button {
    border: none;
    display: inline-block;
    height: 52px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: background-color,border,text-shadow,color,opacity;
}

.rt-price__option {
    display: inline-block;
    font-size: 24px;
    line-height: 31px;
    vertical-align: baseline;
}

.price-comp .rt-price.is--redesign .rt-price__value {
    font-size: 50px;
    padding: 0 12px 0 0;
}

.price-comp .rt-price.is--redesign .rt-price__old-value, [data-v-22077aa6] .price-comp .rt-price.is--redesign .rt-price__value {
    color: #101828;
    font-weight: 500;
}

.rt-price-without-space .rt-price__value {
    margin-top: 0;
}

.rt-price__value {
    display: inline-block;
    height: 42px;
    font-size: 54px;
    line-height: 47px;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: baseline;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: color;
}

.rt-price__option-value {
    display: inline-block;
    color: rgba(16,24,40,.9);
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: baseline;
}

.rt-price__info {
    display: inline-block;
}

.rt-price__info {
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    color: inherit;
}

.ripple {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left;
}


.rt-price__info-item+.rt-price__info-item {
    border-top: 1px solid rgba(16,24,40,.7);
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: border;
}

.form-input-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}

.rck-card:hover:not(.activate-service) {
-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3) !important;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.3) !important;
}

/*.rck-card:hover {*/
/*-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1) !important;*/
  /*box-shadow: 0 0 20px 0 rgba(0,0,0,.1) !important;*/
/*}*/

.rt-button-orange:hover {
    background-color: #d33706;
    border: none;
}

.rt-button-orange:active {
    background-color: #b12f01;
  border: none;
  outline: none;
}

.rt-button-orange:focus {
  border: none;
  outline: none;
}

.selected-service {
  position: absolute;
  right: 10%;
  top: 10%
}

.service-wrapper-text {
  min-height: 24px;
}

.activate-service {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.6) !important;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.6) !important;
}

div.error {
  margin-top: 5px;
  margin-left: 5px;
  color: #ff5b54;
  font-weight: 500;
  background-color: transparent;
  font-size: 16px;
}

input.error {
  border-color: red;
}

input.error:focus {
  border-bottom: 1px solid red;
  -webkit-box-shadow: 0 1px 0 0 red;
  box-shadow: 0 1px 0 0 red;
}

#id_multiple_stucked .error {
  font-size: 25px;
}

.select2-dropdown {
    z-index:99999;
}

select.form-control:not([size]):not([multiple]) {
    /* height: calc(2.25rem + 2px); */
  height: auto;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + 0.75rem); }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
      top: 60%;
      border-color: #343a40 transparent transparent transparent;
      border-style: solid;


      border-width: 5px 4px 0 4px;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.select2-results__message {
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left; }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #343a40; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin-right: 0;
    position: absolute !important;
    top: 0;
    right: 0.7em; }

.select2-container {
  display: block; }
  .select2-container *:focus {
    outline: 0; }

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  /*border: 1px solid #ced4da;*/
  border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%; }
  @media (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap4 .select2-selection {
      -webkit-transition: none;
      transition: none; } }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  /*border-color: #80bdff;*/
  /*-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
          /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #007bff;
  color: #f8f9fa; }

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1em; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.75em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #c8c8c8;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em; }
  .select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #afafaf; }

#connect .card h4 {
  font-size: 1.2rem;
}

.select2-selection__arrow b{
    display:none !important;
}

span.error {
    border-bottom: 1px solid red;
}



/*.fa-calendar {*/
/*    position: absolute;*/
/*    top: 13px;*/
/*    font-size: 20px;*/
/*    color: #1976D2;*/
/*    z-index: 1000*/
/*}*/

/*#fa-1 {*/
/*    left: calc(50% - 40px)*/
/*}*/

/*#fa-2 {*/
/*    left: calc(100% - 40px)*/
/*}*/

/*.datepicker {*/
/*    background-color: #fff;*/
/*    border-radius: 0 !important;*/
/*    align-content: center !important;*/
/*    padding: 0 !important;*/
/*}*/

/*.datepicker-dropdown {*/
/*    border-right: #1976D2;*/
/*    border-left: #1976D2;*/
/*    z-index: 9999!important;*/
/*}*/

/*.datepicker-dropdown.datepicker-orient-left:before {*/
/*    left: calc(50% - 6px) !important*/
/*}*/

/*.datepicker-dropdown.datepicker-orient-left:after {*/
/*    left: calc(50% - 5px) !important;*/
/*    border-bottom-color: #1976D2*/
/*}*/

/*.datepicker-dropdown.datepicker-orient-right:after {*/
/*    border-bottom-color: #1976D2*/
/*}*/

/*.datepicker table tr td.today,*/
/*span.focused {*/
/*    border-radius: 50% !important;*/
/*    background-image: linear-gradient(#FFF3E0, #FFE0B2)*/
/*}*/

/*thead tr:nth-child(2) {*/
/*    background-color: #1976D2 !important*/
/*}*/

/*thead tr:nth-child(3) th {*/
/*    font-weight: bold !important;*/
/*    padding: 20px 10px !important;*/
/*    color: #BDBDBD !important*/
/*}*/

/*tbody tr td {*/
/*    padding: 10px !important*/
/*}*/

/*tfoot tr:nth-child(2) th {*/
/*    padding: 10px !important;*/
/*    border-top: 1px solid #CFD8DC !important*/
/*}*/

/*.cw {*/
/*    font-size: 14px !important;*/
/*    background-color: #E8EAF6 !important;*/
/*    border-radius: 0px !important;*/
/*    padding: 0px 20px !important;*/
/*    margin-right: 10px solid #fff !important*/
/*}*/

/*.old,*/
/*.day,*/
/*.new {*/
/*    width: 40px !important;*/
/*    height: 40px !important;*/
/*    border-radius: 0px !important*/
/*}*/

/*.day.old,*/
/*.day.new {*/
/*    color: #E0E0E0 !important*/
/*}*/

/*.day.old:hover,*/
/*.day.new:hover {*/
/*    border-radius: 50% !important*/
/*}*/

/*.old-day:hover,*/
/*.day:hover,*/
/*.new-day:hover,*/
/*.month:hover,*/
/*.year:hover,*/
/*.decade:hover,*/
/*.century:hover {*/
/*    border-radius: 50% !important;*/
/*    background-color: #eee*/
/*}*/

/*!*.active {*!*/
/*!*    border-radius: 50% !important;*!*/
/*!*    background-image: linear-gradient(#1976D2, #1976D2) !important;*!*/
/*!*    color: #fff !important*!*/
/*!*}*!*/

/*.range-start,*/
/*.range-end {*/
/*    border-radius: 50% !important;*/
/*    background-image: linear-gradient(#1976D2, #1976D2) !important*/
/*}*/

/*.range {*/
/*    background-color: #E3F2FD !important*/
/*}*/

/*.prev,*/
/*.next,*/
/*.datepicker-switch {*/
/*    border-radius: 0 !important;*/
/*    padding: 10px 10px 10px 10px !important;*/
/*    font-size: 18px;*/
/*    opacity: 0.7;*/
/*    color: #fff*/
/*}*/

/*.prev:hover,*/
/*.next:hover,*/
/*.datepicker-switch:hover {*/
/*    background-color: inherit !important;*/
/*    opacity: 1*/
/*}*/

/*@media screen and (max-width: 726px) {*/
/*    .datepicker-dropdown.datepicker-orient-right:before {*/
/*        right: calc(50% - 6px)*/
/*    }*/

/*    .datepicker-dropdown.datepicker-orient-right:after {*/
/*        right: calc(50% - 5px)*/
/*    }*/
/*}*/