@font-face {
  font-family: "Comforta";
  src: url(../../fonts/Comfortaa-Light.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Comforta";
  src: url(../../fonts/Comfortaa-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Comforta";
  src: url(../../fonts/Comfortaa-Bold.ttf) format("truetype");
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Comforta", "sans-serif", Geneva, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container {
  width: 100%;
  max-width: 1227px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-nav {
  width: 100%;
  max-width: 521px;
}
.header-row {
  display: flex;
  justify-content: space-between;
}
.header-nav ul {
  display: flex;
  justify-content: center;
}
.header-nav ul li {
  padding: 20px;
}
.header-row {
  align-items: center;
}
.header {
  padding: 30px 0;
  margin-bottom: 80px;
}
.header img {
  width: 250px;
}
.banner-list li {
  display: flex;
  margin-bottom: 10px;
}
.banner-title {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 5.2px;
  line-height: 48px;
  margin-bottom: 34px;
}
.banner-list li::before {
  content: url(../../img/list.svg);
  margin-right: 7px;
  position: relative;
  top: 5px;
}
.banner .banner-list li::before {
  /*filter: hue-rotate(145deg) brightness(0.65) saturate(2);*/
}
.banner-list-text {
  font-size: 20px;
  line-height: 34px;
}
.banner-list {
  margin-bottom: 52px;
}
.btn {
  display: inline-block;
  padding: 21px 31px;
  font-size: 16px;
  cursor: pointer;
}
.btn,
.quiz-btn {
  background-color: #145da0;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  outline: 0 !important;
  transition: all 0.2s ease;
}
.btn:hover,
.quiz-btn:hover {
  background-color: #145da0;
}
.btn-secondary:hover {
  background-color: #ececec;
}
.banner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
.banner-col:nth-child(2) {
  position: relative;
  width: 100%;
  padding-top: 87px;
  max-width: 596px;
  padding-bottom: 60px;
}
.banner-col-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.banner-col-main {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner-col-main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 164px;
}
.banner-accent {
  color: #55a6f8;
}
.banner-col-main-date {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
.btn-outline-secondary,
.btn-secondary {
  background-color: #fff;
  color: #000;
  letter-spacing: 0.4px;
  padding: 16px 47px;
}
.header-contact a {
  font-weight: 700;
}
.hamburger {
  display: none;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background-color: #000;
  display: block;
}
.hamburger span:not(:last-child) {
  margin-bottom: 5px;
}
.mob-menu {
  box-shadow: 0 0 5px 1px #0000001f;
  border-radius: 5px;
  position: fixed;
  right: 0;
  z-index: 12;
  background: #fff;
  padding: 15px;
  top: 84px;
  display: none;
}
.mob-menu-list li {
  padding: 10px 71px 10px 10px;
}
.card-img img,
.mob-menu-holder.active .mob-menu,
.mob-menu-holder.active .mob-menu-overlay {
  display: block;
}
.mob-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.quote-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-quote {
  margin-top: 219px;
  margin-bottom: 190px;
}
.quote-col p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.8px;
}
.text-accent {
  color: #55a6f8;
}
.quote-col:nth-child(2) {
  position: relative;
}
.quote-col:nth-child(2)::after {
  content: url(../../img/quote.svg);
  position: absolute;
  top: -22px;
  left: -51px;
}
.about-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title {
  font-weight: 700;
  font-size: 35px;
}
p {
  font-size: 18px;
  line-height: 27px;
}
.about-btn-holder {
  margin-top: 49px;
}
.about-btn-holder .btn,
.about-btn-holder .quiz-btn {
  font-size: 14px;
  padding: 17px 31px;
}
.btn-outline-secondary {
  border: 1px solid #000;
}
.about-btn-holder .btn:nth-child(1),
.about-btn-holder .quiz-btn:nth-child(1) {
  margin-right: 15px;
}
.about-btn-holder .btn-outline-secondary {
  margin-right: 15px;
  padding: 17px 50px;
  font-weight: 700;
}
.section-history {
  background-color: #145da0;
}
.history-col {
  position: relative;
  color: #fff;
}
.history-title {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 16px;
}
.history-title span {
  font-weight: 700;
  font-size: 18px;
  margin-left: -14px;
}
.history-text {
  text-align: center;
  line-height: 21px;
  font-size: 16px;
}
.history-text-left {
   text-align: left;
   line-height: 1.8;
   font-size: 16px;
   margin-bottom: 52px;
 }
 .history-text-left ul{
   margin-bottom: 0px;
 }
 .history-text-left .banner-list li::before {
   content: url(../../img/listw.svg);
 }   
 .dk_history{
   margin-bottom:120px;
   padding-bottom:75px!important;
 }
 
.history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-title {
  text-align: center;
}
.section-history {
  padding: 110px 0 85px;
}
.history-col:not(:first-child)::before {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -72%;
  top: 50%;
  transform: translateY(-50%);
}
.results-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.results-col {
  width: 100%;
  max-width: 358px;
  margin-bottom: 15px;
}
.section-results {
  margin-top: 196px;
}
.results-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.results-see-more a {
  color: #55a6f8;
  font-weight: 700;
  font-size: 16px;
}
.card-main {
  background-color: #fff;
  padding: 20px 18px 83px;
  position: relative;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e5e5e5;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px;
}
.card-text {
  font-size: 14px;
  line-height: 20.6px;
}
.card-date {
  font-size: 14px;
  color: #888;
  bottom: 20px;
  position: absolute;
}
.team-top {
  justify-content: space-between;
  align-items: center;
}
.team-swiper-nav,
.team-top {
  display: flex;
}
.section-team {
  margin: 195px 0;
}
.team-title {
  margin-bottom: 50px;
}
.swiper-button-next-cus,
.swiper-button-prev-cus {
  outline: 0 !important;
  cursor: pointer;
}
.team-card-title {
  margin-top: 19px;
  font-size: 20px;
  font-weight: 700;
}
.team-card-title span {
  font-size: 26px;
}
.swiper-button-prev-cus {
  margin-right: 9px;
}
.team-card-position {
  margin-top: 11px;
  font-size: 20px;
  color: #888;
}
.card-img img,
.swiper-container-team .swiper-slide img {
  max-width: 100%;
}
.consultation-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-consultation {
  background-color: #145da0;
  padding: 73px 0;
  color: #fff;
}
.section-consultation .btn {
  background-color: #ffffff;
  color: #145da0;
  /* letter-spacing: 1px; */
  /* border-radius: 5px; */
  /* outline: 0 !important; */
  /* transition: all 0.2s ease; */
}
.section-consultation .btn:hover {
  /* background-color: #b60020; */
  opacity:0.8;
}
.consultation-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 18px;
}
.consultation-text {
  font-size: 18px;
  letter-spacing: 1px;
}
.consultation-col .btn,
.consultation-col .quiz-btn {
  font-size: 14px;
  padding: 17px 31px;
}
.section-contact {
  
}

.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:110px 0 110px;
}
.contact-map-row {
  margin-bottom:120px;
}
.contact-data-col {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  /* width: 40%; */
  text-align: center;
}
.contact-map-col {
	/* width: 60%; */
}

.contact-block {
  background-color: #fff;
  padding: 43px 41px;
  box-shadow: 0 0 1px 0 #000;
  max-width: 551px;
}
.contact-map-block {
  
}
.contact-title {
  margin-bottom: 27px;
}
.contact-list li {
  font-size: 18px;
}
.contact-list li span {
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}
.contact-list li:not(:last-child) {
  margin-bottom: 36px;
}
.contact-list {
  margin-bottom: 10px;
}
.contact-social {
  /* display: flex; */
  display: inline-flex;
}
.contact-social a {
  background-color: #145da0;
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  display: inline-flex;
  width: 40px;
  height: 40px;
}
.contact-social li:not(:last-child) {
  margin-right: 10px;
}
.footer {
  font-size: 14px;
  background-color: #181818;
  padding: 22px 0;
  color: #888;
  text-align: center;
}
.custom-radio {
  display: inline-block;
}
.quiz-block {
  background-color: #3a3a3a;
  color: #fff;
  padding: 50px 40px;
}
.quiz-btn {
  display: inline-block;
  cursor: pointer;
  padding: 16px 49px;
  font-size: 15px;
  border: 0;
}
.title-quiz {
  margin-bottom: 29px;
}
.quiz-question {
  font-size: 24px;
  margin-bottom: 60px;
}
.radio-core {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.radio-view {
  display: inline-block;
  color: #000;
  background: #fff;
  border-radius: 5px;
  padding: 18px 64px;
  font-weight: 700;
  border: 3px solid #fff;
  cursor: pointer;
}
.quiz-options {
  display: flex;
  flex-wrap: wrap;
}
.quiz-options li:not(:last-child) {
  margin-right: 22px;

}
.radio-core:checked ~ .radio-view {
  border: 3px solid #145da0;
}
.quiz-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 81px;
}
.quiz-btn-prev {
  margin-right: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.checkbox-core {
  position: absolute;
  left: -9909px;
  opacity: 0;
}
.checkbox-view {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.checkbox-core:checked ~ .checkbox-view::before {
  content: url(../../img/check.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz-aggree {
  display: flex;
  margin-top: 17px;
  font-size: 12px;
  align-items: center;
}
.modal-form-agreement a,
.quiz-aggree a {
  color: #145da0;
}
.input {
  background-color: #fff;
  padding: 22px 21px;
  font-size: 15px;
  color: #181818;
  border-radius: 5px;
  border: 1.5px solid #fff;
  width: 340px;
  max-width: 340px;
  outline: 0 !important;
}
.section-quiz {
  margin-bottom: 90px;
}
.section-about {
  margin-bottom: 140px;
}
.btn-outline-secondary:hover,
.quiz-btn-prev:hover {
  border: 1px solid #ececec;
  background-color: #fff;
}
.quiz-btn-prev:hover {
  background-color: transparent;
  color: #ececec;
}
.modal-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.modal-holder.active {
  display: table;
}
.modal {
  background-color: #3a3a3a;
  padding: 105px 107px;
  border-radius: 9px;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1400px;
  color: #fff;
  margin: 0 auto;
}
.modal-overlay {
  position: fixed;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-row {
  display: flex;
  justify-content: space-between;
}
.modal-title {
  font-size: 40px;
  letter-spacing: 0.03em;
  margin-bottom: 31px;
}
.modal-subtitle {
  font-size: 18px;
  line-height: 30px;
}
.modal-form-line:not(:last-child) {
  margin-bottom: 12px;
}
.modal-form-agreement {
  display: flex;
  font-size: 12px;
  align-items: center;
}
.modal-form-submit {
  margin-top: 30px;
}
.btn-form {
  border: 0;
  width: 100%;
}
.input:focus {
  border: 1.5px solid #145da0;
}
.modal-close {
  position: absolute;
  right: 21px;
  top: 22px;
  cursor: pointer;
}
.modal-content {
  position: relative;
  z-index: 21;
  display: table-cell;
  vertical-align: middle;
}
.modal-thanks {
  background-color: #fff;
  position: relative;
  z-index: 19;
  max-width: 800px;
  padding: 84px 20px;
  margin: 0 auto;
  text-align: center;
}
.modal-thanks-img {
  background-color: #145da0;
  border-radius: 50%;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
}
.modal-thanks-title {
  font-weight: 700;
  font-size: 40px;
}
.modal-thanks-subtitle {
  font-size: 18px;
}
.modal-thanks-title {
  margin-bottom: 28px;
}
.modal-thanks-img img {
  width: 52px;
}
.history-col:nth-child(2)::before {
  left: -100%;
}

.quiz-options li{
    position: relative;
    margin-bottom: 22px;
}

.quiz-options li.succes .input{
    border-color: #27AE60;
}

.quiz-options li.error .input{
    border-color: #FF2929;
}

.quiz-options li.error::after{
    content: url('../../img/error-icon.svg');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.quiz-options li.succes .input{
    border-color: #27AE60;
}

.quiz-options li.error .input{
    border-color: #FF2929;
}

.quiz-options li.error::after{
    content: url('../../img/error-icon.svg');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-form-line{
    position: relative;
   
}

.modal-form-line.succes .input{
    border-color: #27AE60;
}

.modal-form-line.error .input{
    border-color: #FF2929;
}

.modal-form-line.error::after{
    content: url('../../img/error-icon.svg');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-form-line.succes .input{
    border-color: #27AE60;
}

.modal-form-line.error .input{
    border-color: #FF2929;
}

.modal-form-line.error::after{
    content: url('../../img/error-icon.svg');
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

label.error {
    display: none!important;
}

.val-holder{
    position: relative;
    display: inline-flex;
}

.val-holder.error::after  {
    content: url('../../img/error-icon.svg');
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.tel-mobile {
  display: none;
  margin-top: 20px;
}

.tel-mobile a {
  font-weight: 700;
}

.contact-social a img{
  width: 21px;
}

.mob-nav {
  display: none;
}

.mob-contacts {
  display: none;
  margin-top: 20px;
}

.card-img img{
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.results-hidden .results-row .card{
  height: 100%;
}

.results-hidden .results-row .card-main{
  height: 71%;
}

.results-hidden {
  display: none;
}

.mob-contacts a {
  color: #fff;
}

.contact-list li span.contact-tel {
  font-size: 18px;
}




.upcoming {  padding: 0;  background: #fff;  }
.upcoming-card {  margin: 30px 0 30px 0;  }
.upcoming-description {   padding-top: 20px;   }
.upcoming-title {
   font-weight: bold;
   font-size: 18px;
   line-height: 27px;
}
.upcoming img {
	/*filter: hue-rotate(145deg) brightness(0.75) saturate(2);*/
}
.action-page-gray {
	margin: 110px 0;
   background: #f0f0f0;
   padding: 110px 0;
   position: relative;
}
.action-card-number {  left: 20px;  }
.action_subtitle {  padding-bottom: 10px;  }

.single-action-card {  padding: 11px 0;  margin: 10px 0 10px 80px;   }
.single-action-card--description {
   /* color: #b60020;     */
   font-size: 18px;    
   font-weight: 400;
}
.section-quiz {
   margin-top: 90px;
}





@media screen and (max-width: 1235px) {
  .container {
    max-width: 991px;
  }
  .banner-col:nth-child(2) {
    max-width: 516px;
  }
  .banner-col-main-title {
    margin-bottom: 122px;
  }
  .quote-col:nth-child(1) {
    max-width: 353px;
  }
  .about-col:nth-child(2) img,
  .quote-col:nth-child(1) img {
    max-width: 100%;
  }
  .about-col:nth-child(2) {
    max-width: 400px;
  }
  .contact-data-col {
	  padding-top:0px;
	  padding-bottom:0px;
  }
  .results-row {
    margin: 0 -15px;
  }
  .results-col {
    padding: 0 15px;
  }
  .card-text br,
  .card-title br {
    display: none;
  }
  .card-main {
    min-height: 339px;
  }
}
@media screen and (max-width: 991px) {
  .card-main {
    min-height: 281px;
  }
  .results-col {
    margin-bottom: 30px;
    max-width: 50%;
  }
  .results-row {
    flex-wrap: wrap;
  }
  .container {
    max-width: 760px;
  }
  .banner-row {
    flex-wrap: wrap;
  }
  .banner-col:nth-child(1) {
    margin-bottom: 40px;
  }
  .header-nav,
  p br {
    display: none;
  }
  .header-contact {
    margin-left: auto;
    margin-right: 30px;
  }
  .about-row,
  .quote-row {
    flex-wrap: wrap;
  }
  .quote-col:nth-child(1) {
    max-width: 100%;
    margin-bottom: 59px;
  }
  .quote-col:nth-child(2) {
    margin-left: 44px;
  }
  .about-col {
    max-width: 100%;
  }
  .about-col:nth-child(1) {
    margin-bottom: 50px;
  }
  .about-col:nth-child(2) {
    max-width: 100%;
  }
  .history-col:not(:first-child)::before {
    display: none;
  }
  .dk_history{
   margin-bottom:60px;
   padding-bottom:30px;
  }

  .hamburger {
    display: block;
  }
  .header {
    margin-bottom: 60px;
  }
  .section {
    margin: 30px 0;
  }
  .contact-data-col {
		position: relative;
		padding-top: 40px;
		padding-bottom: 50px;
		/* width: 40%; */
		text-align: center;
	}
	.contact-row {
		/* margin-bottom: 70px; */
		margin: 30px 0 70px;
	}
  .modal-row {
    flex-direction: column;
  }
  .section-contact {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 576px;
  }
  .history-row {
    flex-wrap: wrap;
  }
  .history-col {
    width: 100%;
  }
  .history-col:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-history {
    padding: 80px 0 10px;
  }
  .section-history .banner-title {
    margin-bottom: 20px;
  }
  .results-col {
    max-width: 100%;
  }
  .upcoming {
	  padding-top: 60px;
	  padding-bottom: 30px;
  }
  .card-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .consultation-row {
    flex-wrap: wrap;
  }
  .consultation-col:nth-child(2) {
    margin-top: 30px;
  }
  .modal {
    padding: 30px 15px;
  }
  .modal-title {
    font-size: 24px;
    padding-right: 43px;
  }
  .modal-subtitle {
    margin-bottom: 20px;
  }
  .input {
    width: 100%;
    max-width: 100%;
  }
  .modal-form .custom-radio {
    width: auto;
  }
}
@media screen and (max-width: 576px) {
   .header-logo img {
      max-width: 200px;
   }
   .header-contact {
      display: none;
   }
   .header {
      margin-bottom: 25px;
   }
   .banner-row {
	   padding-bottom: 0px;
   }
   .banner-title {
      font-size: 30px;
      line-height: 41px;
   }
   .banner-col-main-title {
      margin-bottom: 75px;
   }
   .banner-col:nth-child(2) {
      padding-left: 15px;
      padding-right: 15px;
   }
   .about-btn-holder .btn,
   .about-btn-holder .quiz-btn {
      width: 100%;
      display: block;
      text-align: center;
   }
   .about-btn-holder .btn:nth-child(1),
   .about-btn-holder .quiz-btn:nth-child(1) {
      margin-bottom: 15px;
   }
   .results-top {
      flex-wrap: wrap;
      margin-bottom: 32px;
   }
   .results-title {
      margin-bottom: 20px;
   }
   .team-card-title span {
      font-size: 19px;
   }
   .team-card-title {
      font-size: 16px;
   }
   .team-card-position {
      font-size: 14px;
   }
   .section-team {
      margin: 60px 0;
   }
   .consultation-title,
   .title {
      font-size: 25px;
   }
   .contact-list li {
      line-height: 25px;
   }
   .footer {
      line-height: 20px;
   }
   .before-calc {
	   padding-top:30px;
   }
   .section-about {
		margin-top: 0px;
	}
	.section-consultation {
		margin: 30px 0;
	}
	.contact-map-row {
		margin-bottom: 80px;
	}
   .custom-radio,
   .quiz-options * {
      width: 100%;
   }
   .quiz-options li:not(:last-child) {
      margin-right: 0;
      width: 100%;
   }
   .radio-view {
      padding: 18px 20px;
   }
   .quiz-bottom {
      flex-direction: column;
      align-items: flex-start;
   }
   .quiz-btn {
      display: block;
      margin: 0 0 20px;
      width: 100%;
      text-align: center;
   }
   .quiz-bottom-btn {
      width: 100%;
      margin-top: 20px;
   }
   .tel-mobile {
      display: block;
   }
   .footer {
      background-color: #000;
      color: #fff;
   }
   .footer-policy {
      display: none;
   }
   .mob-nav {
      display: block;
   }
   .mob-nav a{
      color: #fff;
   }
   .mob-nav li:not(:last-child) {
      margin-bottom: 15px;
   }
   .mob-contacts {
      display: block;
   }
   .mob-contacts div:not(:last-child) {
      margin-bottom: 3px;
   }
   .results-title{
      /* margin-bottom: 0; */
   }
   .results-see-more {
      margin-bottom: 20px;
   }
   .results-top {
      align-items: center;
   }
   .tel-mobile a {
      color: #145da0;
   }
   .dk_history{
      padding-bottom:0px;
   }
}




.circle-number {
   width: 54px;   height: 54px;
   border-radius: 100%;
   transition: all .2s ease-in;
   background: #fff;
   display: block;   position: absolute;
   text-align: center;
   line-height: 54px;
   -webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.23);
   -moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.23);
   box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.23);
   top: 50%;
   margin-top: -27px;
   font-size: 28px;  
   font-family: Bebas,sans-serif;  
   font-weight: 400;  
   color: #145da0;
}



@media screen and (max-width: 991px) {
   .action-page-gray {
      margin: 60px 0;
      background: #f0f0f0;
      padding: 80px 0;
      position: relative;
   }
   .section-quiz {
      margin-top: 60px;
   }
   
   .contact-row {
	  display: block;
	  /* margin-bottom:100px; */
	}
	.contact-data-col {
	  width: 100%;
	}
	.contact-map-col {
		width: 100%;
	}
   
}
@media (max-width: 768px){
   .upcoming-card {
      margin: 10px 0 15px 0;
      display: flex;
      align-items: center;
      flex-flow: column;
   }
   .upcoming-description {
      text-align: center;
   }
}

@media (max-width: 576px){
   .circle-number {
      width: 50px;   height: 50px;
      line-height: 54px;
      top: 50%;
      margin-top: -24px;
      font-size: 24px;
   }
   .single-action-card--description {
      font-size: 16px;
   }
}