Body {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(82, 82, 82, 0.6) 0 0 1px;
  background: #f1f3fb;
}

.nopad {
  padding: 0px !important;
}

@media screen and (max-width: 640px) {
  .nopad-m {
    padding: 0px !important;
  }

  .nomargin-m {
    margin: 0px !important;
  }
}

@media screen and (min-width: 991px) {
  .nopad-lg {
    padding: 0px !important;
  }  
}  

.menu-cont {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

[aria-expanded="false"] .nav-image-open {
  display: block;
}

[aria-expanded="false"] .nav-image-close {
  display: none;
}

[aria-expanded="true"] .nav-image-open {
  display: none;
}

[aria-expanded="true"] .nav-image-close {
  display: block;
}

.nav-image-close {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all;
  -o-transition: all 0.2s;
}

.nav-image-open {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.nav-image-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.nav-image-open:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.container-full-bg {
  width: 100%;
  background-size: contain;
  background-image: url("/assets/images/bcg.jpg");
  background-repeat: no-repeat;

  margin: 0px !important;
  padding: 0px !important;
}

.main-cont,
.main-cont-charity {
  margin-top: 72px;
}

@media screen and (max-width: 991px) {
  .main-cont,
  .main-cont-charity {
    margin-top: 60px;
  }
}

.main-cont-charity {
  background-color: #e6e9ff;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.navbar {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-float {
  float: right;
  width: 530px;
}
.menu-icon {
  display: inline-block;
  text-align: right;
}

.menu-link {
  float: left;
  width: 385px;
}

.menu-cont ul {
  padding: 0px !important;
  margin: 0px !important;
}

.menu-link ul li {
  list-style: none;
}

.menu-link a {
  display: inline-block;
  color: #595eef;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px;
  padding: 5px 10px 5px 10px;
  float: left;
}

.menu-link a:hover {
  color: #dadada;
}

.menu-icon img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 991px) {
  .menu-float {
    float: none;
    width: 100%;
  }

  .menu-link a {
    float: left;
    width: 100%;
    display: block;
    margin-right: 0px;
    text-align: center;
    padding: 15px 15px 5px 15px;
  }
  .menu-link {
    margin-top: 15px;
    float: none;
    width: 100%;
  }

  .menu-icon img {
    padding-right: 5px;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: none !important;
    cursor: pointer;
  }

  .menu-icon {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}

.menu-icon img {
  padding-left: 10px;
  float: none !important;
  cursor: pointer;
}

.menu-icon img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.menu-icon2 img {
  padding-right: 20px;
  float: left;
}

.logo {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.main-script {
  margin-top: 45px;
}

.main-script h1 {
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 60px;
}

.main-script h2 {
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 36px;
}

.main-script p {
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 24px;
  margin-top: 45px;
}

.charityh1 {
  color: #595eef;
  font-size: 72px;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .main-script {
    text-align: center;
    margin-top: 5px;
  }

  .main-script h1 {
    font-size: 48px;
  }

  .charityh1 {
    color: #595eef;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
  }
}

.main-img, .main-img-country, .main-img-city, .youframe {
  background-color: #909cff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.main-img img {
  width: 100%;
  max-width: 473px;
  float: left;
  margin-left: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-img-country img {
  width: 100%;
  max-width: 600px;
  float: left;
  margin-left: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-img-city img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  float: left;
  margin-left: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .main-img img, .main-img-country img {
    width: 100%;
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .main-img img, .main-img-country img {
    width: 100%;
    max-width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    float: none;
  }

  .main-img-city img {
    width: 100%;
    height: 300px;
    
  }
}

.img-charity img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.butt-marg {
margin-top: 20px;
}
.butt-marg-b {
  margin-bottom: 20px;
  }

a.button-large,
a.button-collected,
a.button-lang,
a.button-lang-alert,
button.action {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 50px 20px 50px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  background-color: #595eef;
}

a.button-large:hover,
a.button-collected:hover,
a.button-lang:hover,
button.action:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #909cff;
}

a.button-lang-alert {
  margin-top: 30px;
  background-color: #f33636;
  -webkit-box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
  -moz-box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
  box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
}

a.button-lang-alert:hover{
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #ff7676;
}


a.button-large,
button.button-large {
  width: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
}

a.button-collected {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 25px;
}

a.button-lang,
button.action {
  width: 100%;
}

.sponsors-map,
.city-div,
.signin-div {
  margin-top: 25px;
  background-color: #f8f9fe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.points-container,
.sponsors-container {
  margin-top: 25px;
  background-color: #f8f9fe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.partners {
  margin-top: 15px;
  margin-bottom: 15px;
}

.partners h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 24px;
}

.sponsors-container {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 24px;
}

.sponsors-container h3 {
  display: block;
  padding-top: 17px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #19285d;
  font-size: 24px;
}

.sponsors-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.par-img-div {
  height: 40px;
  margin-top: 15px;
}

.spo-img-div {
  height: 40px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.partners img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.partners p {
  text-align: center;
  font-weight: 700;
  color: #595eef;
  font-size: 48px;
  margin-bottom: 0px;
}

.carousel-indicators {
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
}

.carousel-indicators li {
  background-color: #595eef;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.city-title {
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.signin-title {
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 17px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.diploma-title {
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.city-data, .signin-data, .diploma-data {
  padding-top: 0px;
  padding-bottom: 25px;
}

.city-data p {
  text-align: left;
  font-weight: 600;
  color: #909cff;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.signin-data p {
  text-align: left;
  font-weight: 600;
  color: #909cff;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.collapse-data-user {
 
  margin-bottom: 15px;
  
}

.collapse-data:hover, .collapse-data-user:hover {
  background-color: #f1f3fb;
}

.collapse-data p, .important-area p, .collapse-data-user p  {
  text-align: left;
  font-weight: 600;
  color: #595eef !important;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.collapse-data-user p  {
  text-align: left;
  font-weight: 600;
  color: #595eef;
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  
}

.important-area h3  {
  text-align: left;
  font-weight: 700;
  color: #595eef !important;
  font-size: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.important-area {
  border: #909cff 3px solid;
  border-radius: 8px;
}

.collapse-data-right p {
  text-align: right;
  font-weight: 700;
  font-size: 15px;
}

@media screen and (max-width: 991px) {
.collapse-data-right p {
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  padding-top: 0px;

}
}

.collapse-margin {

  margin-bottom: 20px;
}

.diploma-data p {
  text-align: left;
  font-weight: 600;
  color: #909cff;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-body p {
  overflow: visible;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .signin-data p {
    font-size: 16px;
  }

  .m-sign-button {
      margin-top:15px;
  }
}

.rang-dot-1,
.rang-dot-2,
.rang-dot-3,
.rang-dot-4,
.rang-dot-5 {
  display: block;
  margin-left: 8px;
  margin-right: auto;
  margin-top: 10px;
  width: 15px;
  height: 15px;
  padding: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.rang-dot-4 {
  background-color: #595eef;
}

.rang-dot-5 {
  background-color: #60ef59;
}

.rang-dot-2 {
  background-color: #efae59;
}

.rang-dot-3 {
  background-color: #ef5959;
}

.rang-dot-1 {
  background-color: #efe359;
}

.input-button::-webkit-file-upload-button {
  visibility: hidden !important;
  
}

.input-button {
  width: 100%;
}

.input-button::before {
  display: block;
  content: attr(data-text);
  -webkit-user-select: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 18px 13px 18px;
  background-color: #595eef;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.input-button:hover::before {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #909cff;
}

a.small-button,
a.small-button-collapse,
a.small-button-disable,
a.small-button2,
a.small-button-rang,
a.small-button-rang2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 18px 13px 18px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  background-color: #595eef;
}

a.small-button-collapse {
  background-image: url('/assets/images/drop-down-sort2.png');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 25px 14px;
}

.accept-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 18px 19px 18px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: left;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  background-color: #595eef;
}

.accept-button a{
  
  float: left;
  width: 85%;
  display:block;
  color: #ffffff;
  text-decoration: none;
}

.price-area{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #19285d;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 18px 19px 18px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(95, 238, 88, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(95, 238, 88, 1);
  box-shadow: 0px 0px 16px 2px rgba(95, 238, 88, 1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: left;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  background-color: rgb(95, 238, 88);
}

a.small-button2 {
  padding: 13px 0px 13px 0px;
  margin-top: 25px;
  font-size: 15px;
}

a.small-button:hover,
a.small-button-collapse:hover,
a.small-button-disable:hover,
a.small-button2:hover,
a.small-button-rang:hover,
a.small-button-rang2:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #909cff;
}

a.small-button-disable {
  
    opacity: 0.5;
    cursor: not-allowed;
  
}



a.small-button-rang {
  width: 260px;
  margin-top: 25px;
  margin-bottom: 25px;
}

a.small-button-rang2 {
  width: 300px;
  margin-top: 25px;
  margin-bottom:0px;
}

.cup-icon {
  padding-right: 0px;
}

.cup-icon img {
  width: 100%;
  margin-top: 25px;
}

.points-container h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 24px;
}

.points-container-div a,
.results-points {
  text-align: left;
  font-weight: 600;
  color: #909cff;
  font-size: 18px;
}

.points-container-points {
  text-align: left;
  font-weight: 600;
  color: #5454ee;
  font-size: 18px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .points-container-points {
    padding-left: 15px;
  }
}

.radio-in {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  margin-top: 12px;
  cursor: pointer;
  font-weight: 600;
  color: #5454ee;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-in-accept {
  display: inline-block;
  position: relative;
  text-align:right;
  margin-left: 2px;
  margin-bottom: 20px;
  margin-top: 0px;
  cursor: pointer;
  font-weight: 600;
  color: #5454ee;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.radio-in-sign {

    position: relative;
    padding-left: 45px;
    margin-bottom: 12px;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 600;
    color: #19285d;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
    
  }

.radio-in input, 
.radio-in-sign input,
.radio-in-accept input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}




.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border: #5454ee 4px solid;
  border-radius: 50%;
  background-color: #fff;
}

.checkmark-1, 
.checkmark-2,
.checkmark-3,
.checkmark-4,
.checkmark-5 {
  position: absolute;
  top: 12px;
  left: 0px;
  height: 32px;
  width: 32px;
  border: #efe359  4px solid;
  border-radius: 50%;
}


.checkmark-2 {
    border: #efae59 4px solid;
}

.checkmark-3 {
  border: #ef5959 4px solid;
}

.checkmark-4 {
  border: #5454ee 4px solid;
}

.checkmark-5 {
  border: #60ef59 4px solid;
}


.radio-in:hover input ~ .checkmark,
.radio-in-accept:hover input ~ .checkmark,
.radio-in-sign:hover input ~ .checkmark, 
.radio-in-sign:hover input ~ .checkmark-1, 
.radio-in-sign:hover input ~ .checkmark-2,
.radio-in-sign:hover input ~ .checkmark-3,
.radio-in-sign:hover input ~ .checkmark-4,
.radio-in-sign:hover input ~ .checkmark-5 {
  background-color: #ffffff;
}

.radio-in input:checked ~ .checkmark,
.radio-in-accept:hover input ~ .checkmark,
.radio-in-sign:hover input ~ .checkmark,
.radio-in-sign:hover input ~ .checkmark-1,
.radio-in-sign input:checked ~ .checkmark-2,
.radio-in-sign input:checked ~ .checkmark-3,
.radio-in-sign input:checked ~ .checkmark-4,
.radio-in-sign input:checked ~ .checkmark-5 {
  background-color: #fff;
}


  .checkmark:after, 
  .checkmark-1:after, 
  .checkmark-2:after,
  .checkmark-3:after,
  .checkmark-4:after,
  .checkmark-5:after {
    content: "";
    position: absolute;
    display: none;
  }
  

.radio-in input:checked ~ .checkmark:after,
.radio-in-accept input:checked ~ .checkmark:after,
.radio-in-sign input:checked ~ .checkmark:after,
.radio-in-sign input:checked ~ .checkmark-1:after,
.radio-in-sign input:checked ~ .checkmark-2:after,
.radio-in-sign input:checked ~ .checkmark-3:after,
.radio-in-sign input:checked ~ .checkmark-4:after,
.radio-in-sign input:checked ~ .checkmark-5:after  {
  display: block;
}

.radio-in-sign input:checked{
  display: block;
}

.radio-in .checkmark:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5454ee;
}

.radio-in-sign .checkmark:after, .radio-in-accept .checkmark:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5454ee;
}

.radio-in-sign .checkmark-1:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #efe359;
}
.radio-in-sign .checkmark-2:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #efae59;
}
.radio-in-sign .checkmark-3:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ef5959;
}
.radio-in-sign .checkmark-4:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5454ee;
}
.radio-in-sign .checkmark-5:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #60ef59;
}


.radio-div {
  margin-top: 25px;
}



.media-container {
  width: 100%;
  background-color: #f8f9fe;
  margin-top: 25px;
}

.media-cont {
  padding-top: 25px;
}

.video-d {
  background-color: #e7f8fe;
}

.photo-d {
  background-color: #e6e9ff;
}

.media-cont h3 {
  text-align: left;
  font-weight: 600;
  color: #19285d;
  font-size: 28px;
}

.media-cont h4 {
  text-align: left;
  font-weight: 300;
  color: #94a2b5;
  font-size: 16px;
}

.media-card,
.foto-con,
.partners-con,
.video-con,
.news-con {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 1;
}

.media-card:hover,
.foto-con:hover,
.partners-con:hover,
.video-con:hover; {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
  text-decoration: none !important;
}
.media-card img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.trasa-img img {

  width: 100%;
  height: 300px;  
  object-fit: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 1;
  cursor: pointer;
}

.trasa-img img:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;

}

.modal-full {
  width: 100% !important;
        height: 100% !important;
        max-height: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding: 15px !important;
        max-width:1340px;
}

.trasa-info-img img{
  width: 100%;
  height: 100%;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}


.media-card a h4 {
  text-align: left;
  font-weight: 600;
  color: #19285d;
  font-size: 16px;
  text-decoration: none !important;
}

.media-card a p {
  text-align: left;
  font-weight: 300;
  color: #94a2b5;
  font-size: 16px;
  text-decoration: none !important;
}
.media-card a p:hover,
.media-card a h4:hover {
  text-decoration: none !important;
}

.newsletter-container {
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
}

.newsletter-container h3 {
  text-align: center;
  font-weight: 600;
  color: #19285d;
  font-size: 28px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-bcg {
  width: 100%;
  background-size: cover;
  background-image: url("/assets/images/bcg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -400px;
}

@media screen and (max-width: 1100px) {
  .footer-bcg {
    background-position-y: 0px;
  }
}

.footer {
  padding-top: 30px;
  padding-bottom: 15px;
}

.footer p,
.footer a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0px;
  padding-top: 15px;
  text-decoration: none;
}

.footer-col2,
.footer-col {
  margin-bottom: 25px;
}

.footer-col p.footer-title,
.footer-col-2 p.footer-title {
  height: 42px;
  color: #19285d;
  font-size: 22px;
  font-weight: 600;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  padding-left: 52px;
  padding-top: 4px;
}

.footer-col p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding-left: 5px;
}

.footer-col a {
  color: #595eef;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  float: left;
  margin-top: 15px;
  width: 100%;
  padding-left: 5px;
  padding-top: 0px;
}

.footer-col-2 a {
  margin-top: 25px;
  margin-bottom: 25px;
}

.copyright-cont {
  background-color: #fff;
}

.copyright p {
  font-size: 16px;
  font-weight: 600;
  color: #19285d;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-dialog {
  border-radius: 5px;
  border: none;
}

.modal-content {
  border: none;
}

.modal-header {
  border: none;
}

h4.modal-title, .user-modal h2 {
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 20px;
}

.modal-body h5 {
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 18px;
}

.modal-body p {
  text-align: left;
  font-weight: 600;
  color: #909cff;
  font-size: 16px;
}


img.map-point1 {
  position: absolute;
  top: 20%;
  left: 35%;
  cursor: pointer;
}

img.map-point2 {
  position: absolute;
  top: 10%;
  left: 25%;
  cursor: pointer;
}

img.map-point3 {
  position: absolute;
  top: 15%;
  left: 55%;
  cursor: pointer;
}

img.map-point4 {
  position: absolute;
  top: 35%;
  left: 35%;
  cursor: pointer;
}

img.map-point5 {
  position: absolute;
  top: 55%;
  left: 40%;
  cursor: pointer;
}


.city-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.2);
}

.login-image {
  position: relative;
    width: 100%;
    height: 80px;
}

.login-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
}

.login-image img:hover {
  
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.login-after {
  max-width: 100%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 0.5);
    -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 0.5);
    box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 0.5);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.login-after:hover {
  
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.login-after img {
  width: 100%;
  max-width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 15px;
}

.login-after a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  color: #909cff;
  font-size: 16px;
 
}




.close {
  opacity: 1;
}
.messages {
  padding-top: 30px;
  margin-bottom: -48px;
}

.pages {
  margin-bottom: 30px;
}

.pages h1 {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  color: #19285d;
  font-size: 30px;
  border-bottom: solid 4px #595eef;
  margin-top: 25px;
  margin-bottom: 20px;
}

.download-con,
.foto-con,
.partners-con,
.staff-con,
.user-con,
.staff-con-captain,
.pakiet-con,
.settings-con,
.video-con,
.news-con {
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
}

.video-con {
  height: 342px;
}

.news-con {
  height: 425px;
}

.text-con {
  height: 128px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.staff-con-captain {
  background-color: #e7f8fe;
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.foto-con,
.partners-con {
  padding-bottom: 12px;
}

.download-con img {
  display: block;
  width: 100%;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.foto-con img,
.video-con img,
.news-con img{
  object-fit: cover;
  width: 100%;
  height: 265px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.staff-con img,
.user-con-avatar img,
.staff-con-captain img,
.user-rang-avatar img
 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width: 160px;
  height: 160px;
  margin-top: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
}

.user-rang-avatar img {
  margin-top: 0px;
  width: 140px;
  height: 140px;
  margin-bottom: 25px;
  
}

.par-img-con {
  width: 100%;
  height: 265px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
}

.par-img img {
  max-width: 100%;
  width: 265px;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.team-con-avatar img {
  width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 25px;
}

.team-con-avatar {
  position: relative;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 640px) {
  .team-con-avatar {
    position: relative;
    width: 100%;
    height: 220px;
  }
  .team-con-avatar img {
    padding: 15px;
  }
}

.par-img {
  position: relative;
  width: 100%;
  height: 265px;
}

.download-con h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #19285d;
  font-size: 24px;
}

.foto-con h2,
.video-con h2,
.news-con h2,
.partners-con h2,
.staff-con h3,
.staff-con-captain h3,
.pakiet-con h2,
.open-news h4{
  width: 100%;
  padding-top: 20px !important;
  text-align: left;
  font-weight: 700;
  color: #19285d;
  font-size: 16px !important;
}

.pakiet-con h3{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #19285d;
  font-size: 22px;
} 

.download-con p, .pakiet-con {
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #909cff;
  font-size: 18px;
}

.pakiet-con {
  
  text-align: left;
  font-size: 16px;
  
}

.foto-con p,
.news-con p,
.staff-con p,
.staff-con-captain p,
.article-data p {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #a3a6b6;
  font-size: 16px;
  line-height: 20px;
}

.article-data p {
  margin-top:15px;
}

.staff-con h3,
.staff-con-captain h3 {
  text-align: center !important;
  font-weight: 800;
  font-size: 14px;
}

.staff-con p,
.staff-con-captain p {
  text-align: center !important;
  font-weight: 600;
  font-size: 14px;
}

.user-con h2,
.user-con h3 {
  width: 100%;
  padding-top: 20px;
  text-align: left;
  font-weight: 800;
  color: #19285d;
  font-size: 20px;
}

.user-con h3 {
  padding-top: 35px;
  padding-bottom: 15px;
}

.user-con p {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #a3a6b6;
  font-size: 14px;
  line-height: 26px;
}

p.user-inficon {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
  padding-top: 6px;
  padding-bottom: 5px;
}

p.user-inficon-2,
p.user-inficon-3 {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #19285d;
  font-size: 18px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

p.user-inficon-3 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-size: 40px 40px;
}


.user-contact-icons img,
.team-contact-icons img {
  display: block;
  width: 35px;
  margin-right: 15px;
  float: left;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 1;
}

.user-contact-icons img:hover,
.team-contact-icons img:hover {
  display: block;
  width: 35px;
  margin-right: 15px;
  float: left;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.5;
}

.team-contact-icons {
  display: block;
  padding-bottom: 5px;
}

.staffh2 h2,
.single-page h2,
.open-news h2,
.open-news h3 {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 800;
  color: #19285d;
  font-size: 24px;
}

.staffh3 h3 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 800;
  color: #19285d;
  font-size: 24px;
}



.single-page p, .open-news p {
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #a3a6b6;
  font-size: 16px;
}

.results-data p.results-points {
  text-align: left;
  font-weight: 600;
  color: #595eef;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.results-data p {
  text-align: left;
  font-weight: 600;
  color: #a3a6b6;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

select.option-drop-down, 
select.option-drop-down2, 
.form,
select.option-drop-down3 {
  width: 100%;
  height: 55px;
  padding: 15px 0px 15px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #595eef;
  text-align: center;
  margin-top: 20px;
  border: 0 !important;  
  outline: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/assets/images/drop-down-sort.png');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 25px 14px;
}


select.option-drop-down2 {
 
  border: #909cff 3px solid !important;
  padding: 12px 0px 15px 15px;
  margin-bottom: 15px;
}

select.option-drop-down3 {
 
  border: #909cff 3px solid !important;
  padding: 12px 45px 15px 15px;
  margin-bottom: 0px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



option.option-drop-down {
 
  padding: 18px 0 18px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #595eef;
  border: 0 !important;
  outline: 0px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;   
}



.rang-form input{
  width: 100%;
  height: 55px;
  padding: 15px 0 15px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #595eef;
  text-align: left;
  margin-top: 8px;
  border: 0 !important;  
  outline: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/assets/images/search.png');
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  background-size: 21px 21px;
}

.form,
.form-text {
  width: 100%;
  float: left;
  color: #909cff;
  font-weight: 600;
  padding: 15px 15px 15px 25px;
  text-align: left;
  margin-top: 15px;
  border: #909cff 3px solid !important;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: none;
}

::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #595eef;
}



.rang-title {
  margin-top: 25px;
  background-color: #fff ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
}

.rang-title p{
  margin-bottom: 0px;
  text-align: left;
  font-weight: 600;
  color: #19285d;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}


.rang-data, .rang-data-2, .rang-data-users {
  margin-top: 15px;
  padding-bottom: 0px;
  background-color: #fff ;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.2);
  
}

.rang-data-2 {
 
  background-color: #f3f3f3 ;
 
}

.rang-data-users {
  padding-top: 5px;
  padding-bottom: 5px;
}


.rang-data-users:hover {
  -webkit-box-shadow: 0px 0px 16px 3px rgba(144, 156, 255, 0.6);
  -moz-box-shadow: 0px 0px 16px 3px rgba(144, 156, 255, 0.6);
  box-shadow: 0px 0px 16px 3px rgba(144, 156, 255, 0.6);
  background-color: #fefeff;
}



.rang-data p, .rang-data-2 p, .zmiana p, .rang-data-users p{
  margin-bottom: 0px;
  padding-top:10px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 600;
  color: #979797;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zmiana p{
  padding-left:32px;
  overflow: visible;
  white-space: normal;
}

.rang-data a, .rang-data-2 a, .rang-data-users a {
  text-align: left;
  font-weight: 600;
  color: #595eef;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  padding-top:10px;
  padding-bottom: 10px;
}

.arr-down {
  background-image: url('/assets/images/arr-down.png');
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
  background-size: 24px 13px;
}

.arr-up {
  background-image: url('/assets/images/arr-up.png');
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: center;
  background-size: 24px 13px;
}

.arr-zero {
  background-image: url('/assets/images/arr-zero.png');
  background-repeat: no-repeat;
  background-position-x: 21px;
  background-position-y: center;
  background-size: 11px 11px;
}

.rang-data a:hover, .rang-data-2 a:hover{
  opacity: 0.7;
  text-decoration: none;
}

.rang-flag img{

  margin-top: 9px;
  float: left;
  margin-right: 15px;

}

.rang-data-gc p, .rang-data-ngc p {
  display: block;
  text-align: center;
  width: auto;
  max-width: 50px;
  font-weight: 700;
  color: #fff;
  background-color: #60ef59;
  font-size: 15px;
  padding:5px;
  margin-left: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rang-data-ngc p {
  color: #ffffff;
  background-color: #d4d4d4;
}

.red-card p, .yellow-card p {
  display: block;
  float: left;
  text-align: center;
  width: auto;
  width: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #ef5959;
  font-size: 15px;
  padding:5px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-top: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.yellow-card p {
  background-color: #e4d100;
  
}


@media screen and (max-width: 640px) {
  .rang-data-gc p {
    margin-left: 0px;
    
  }

  .pad-left-m {
    padding-left:0px;
  }
}

.user-modal a{
  color: #fff;
  text-align: center;
  padding: 13px 18px 13px 18px;
  margin-top: 15px;;
}

.user-rang-text p {
  overflow: visible;
  white-space: normal;
  padding-top: 0px;
  padding-bottom: 0px;
 
  
}

.user-rang-text h3 {
  font-weight: 600;
    color: #5454ee;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  
}




.dropdown-menu {
  border: none !important;
}

.dropdown-menu {
  position: absolute;
  top: 45px;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 7px;
}

.rang-menushow {
  top: 45px;
  left: 200px;
}


.dropdown-menu.show {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  
}


@media screen and (max-width: 991px) {
.dropdown-menu.show {
  display: block;
  position: static;
  float: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
}


.pagination-cont {
  display: block;
  width: 100%;
  max-width: 615px;
  margin-left:auto;
  margin-right:auto;
  color: #fff;
  font-weight: 600;
}

.pagination {
  display: inline-block;
}

.pagination li {  
  display: inline-block;
  background-color: #595eef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 3px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
    -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
    box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
}

.pagination li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding:10px 18px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #595eef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
}

.pagination li.disabled {
  display: inline-block;
  background-color: #909cff;
    cursor: not-allowed;
    padding:10px 18px;
}

.pagination li.active {
  background-color: #909cff;
  font-weight: 700;
  padding:10px 18px;
}

.pagination li a:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background-color: #909cff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}




.sl-wrapper, .sl-image img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
}

.article-main-img img{
  margin-top: 0px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.2);
}

.open-news {
  margin-top: 95px;
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .article-main-img img {
    height: 300px;
    
  }

  .open-news {
    margin-top: 85px;
    
  }
}

.open-news h1 {

  display: block;
  text-align: left;
  font-weight: 600;
  color: #19285d;
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;

}

a.text-link {
  color: #595eef;
  text-decoration: none;
}

.button-on-map {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
}

.radio-in-accept-pay {
  display: block;
  float: left;
  padding-top:5px;
  padding-left: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #5454ee;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info {
  position: relative;
  right: 0px;
  top: -20px;
  z-index: 10;
}
.info span {
  width: 26px;
  height: 26px;
  background: #5fee58;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;  
  border-radius: 50%;
  color: #19285d;
  font-size: 16px;
  font-weight: 600;
  right: -5px;
  top: 25px;
}
.info .info-body {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  right: -105%;
  top: 24px;
  font-weight: 600;
  font-size: 15px;
  background-color: #fff;
  border: #5fee58 3px solid;
  border-radius: 8px;
  padding: 10px 15px;  
  width: 100%;
}
.info.info-select span {
  top: -40px;
}
.info.info-select .info-body {
  top: -40px
}
.info span:hover~.info-body {
  display: block;
}
@media screen and (max-width: 768px) {
  .info .info-body {
      right: 0;
      top: 54px;
  }
  
  .info.info-select .info-body {
      top: -30px
  }
}


/* -------------------------------------------- */

.iframes {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(61, 61, 61, 0.1);
}

[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

[type="file"] + label {
  width: 100%;
  background-color: #595eef;
  border: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 13px 18px;
  display: inline-block;
	font-size: 16px;
  font-weight: 600;
  outline: none;
  position: relative;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);

}

[type="file"] + label:hover {
  background-color: #9295f7;
  transition: all 0.2s;
}

.dft-btn,
.big-btn {
  width: 100%;
  background-color: #595eef;
  border: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 13px 18px;
  display: inline-block;
	font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  -moz-box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
  box-shadow: 0px 0px 16px 2px rgba(144, 156, 255, 1);
}

.big-btn {
  padding: 20px 18px;
  font-size: 18px;
}

.dft-btn:hover,
.big-btn:hover
 {
  background-color: #9295f7;
  transition: all 0.2s;
}

.dft-btn-red,
.big-btn-red {
  width: 100%;
  background-color: #f33636;
  border: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 13px 18px;
  display: inline-block;
	font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
    -moz-box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
    box-shadow: 0px 0px 16px 2px rgb(255, 40, 40);
}

.big-btn-red {
  padding: 20px 18px;
  font-size: 18px;
}

.dft-btn-red:hover,
.big-btn-red:hover
 {
  background-color: #fd6b6b;
  transition: all 0.2s;
}

.alert-modal {
  -webkit-box-shadow: 0px 0px 26px 6px rgb(255, 40, 40);
    -moz-box-shadow: 0px 0px 26px 6px rgb(255, 40, 40);
    box-shadow: 0px 0px 26px 6px rgb(255, 40, 40);
}

.users-table table,
.users-table thead,
.users-table tbody {
  width: 100%;
}

.users-table td {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .users-table td {
    width: 150px;
  }
}
.teams-manager .input-button[type="file"] {
  overflow: visible;
  height: auto;
  width: auto;
}

.partners-con a,
.foto-con a {
  width: 100%;
}

.media-card {
  height: 340px;
}

.text-con h2,
.text-con p,
.foto-con h2,
.media-card h4{
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.media-card p{
  height: 30px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

table.dataTable td, table.dataTable th {
  box-sizing: inherit !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center !important;
}

.option-drop-down3 > button {
  width: 100%;
  height: 55px;
  padding: 15px 0px 15px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #595eef;
  outline: 0px solid transparent;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  box-shadow: 0px 0px 16px 2px rgba(0,0,0,.15);
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/assets/images/drop-down-sort.png');
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 25px 14px;
  border: #909cff 3px solid !important;
  margin-bottom: 0px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.dataTables_paginate li {
  padding: 0 !important;
}

.page-item.disabled .page-link {
  background-color: #909cff;
  color: #FFF;
}

.page-item .page-link {
  background-color: #909cff;
  color: #FFF;
  font-weight: 700;
}