.switcher-nav > ul {
  margin: 0;
}

.switcher-nav > ul > li:first-child {
  padding-left: 0;
}

.switcher-nav > ul > li:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  .switcher-nav > ul > li {
    padding: 7px 0;
    width: 49.4%;
    display: inline-block;
  }
  .switcher-nav > ul > li+li {
    margin-left: 0;
  }
}

.switcher-nav > ul > li > a {
  height: 60px;
  padding: 15px;
  text-transform: none;
  margin-top: 0;
  font-family: ProximaNovaBold, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff !important;
  border-radius: 0;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
}

.switcher-nav > ul > li:nth-child(1) > a {
  background: #75a5d9;
}

.switcher-nav > ul > li:nth-child(1).active > a {
  background: #3171b5;
}

.switcher-nav > ul > li:nth-child(2) > a {
  background: #95c270;
}

.switcher-nav > ul > li:nth-child(2).active > a {
  background: #628f3d;
}

.switcher-nav > ul > li:nth-child(3) > a {
  background: #faca3c;
}

.switcher-nav > ul > li:nth-child(3).active > a {
  background: #cc9a04;
}

.switcher-nav > ul > li:nth-child(4) > a {
  background: #e39059;
}

.switcher-nav > ul > li:nth-child(4).active > a {
  background: #b85c1f;
}

@media (max-width: 768px) {
  .switcher-nav > ul > li > a {
    font-size: 14px;
    padding-top: 20px;
  }
}

.questions-wrapper {
  margin-top: 30px;
}

div[id^="v"].question > .question__header {
  background: #75a5d9 !important;
}

div[id^="t"].question > .question__header {
  background: #95c270 !important;
}

div[id^="r"].question > .question__header {
  background: #faca3c !important;
}

div[id^="n"].question > .question__header {
  background: #e39059 !important;
}

.button-order {
  text-align: center;
  margin-top: 30px;
}

/* Blue */
.blue-button {
  font-size: 15px;
  background: #75a5d9;
  vertical-align: middle
}

.blue-button {
  border-bottom: 4px solid #4a8acf;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.blue-button:active {
  font-size: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2)
}

.blue-button > a {
  color: #fff;
  text-decoration: none;
}

/* Green */
.green-button {
  font-size: 15px;
  background: #95c270;
  vertical-align: middle
}

.green-button {
  border-bottom: 4px solid #7bb34d;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.green-button:active {
  font-size: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2)
}

.green-button > a {
  color: #fff;
  text-decoration: none;
}

/* Yellow */
.yellow-button {
  font-size: 15px;
  background: #faca3c;
  vertical-align: middle
}

.yellow-button {
  border-bottom: 4px solid #cc9b06;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.yellow-button:active {
  font-size: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2)
}

.yellow-button > a {
  color: #fff;
  text-decoration: none;
}

/* Red */
.red-button {
  font-size: 15px;
  background: #e39059;
  vertical-align: middle
}

.red-button {
  border-bottom: 4px solid #b85c1f;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px
}

.red-button:active {
  font-size: 15px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2);
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .2), 1px 1px 5px rgba(0, 0, 0, .2)
}

.red-button > a {
  color: #fff;
  text-decoration: none;
}

.autoink {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 1.0);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 20;
}

.animate {
  webkit-animation: ripple 4s linear infinite;
  -moz-animation: ripple 4s linear infinite;
  -ms-animation: ripple 4s linear infinite;
  -o-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
}

@keyframes ripple {
  20% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@media (max-width: 768px) {
  .navbar .call {
    display: none;
  }
}

#count-form, #thx {
  z-index: 99999;
}

@media only screen and (max-width: 767.5px) {
  #count-form .form-radio-item {
    padding: 10px 0;
  }
}

.form-radio-icon {
  width: auto;
  height: 70px;
  margin: auto;
}

@media only screen and (max-width:767.5px) {
  .form-radio-icon {
    width: auto;
    height: 40px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .elevator, .dismantling, .voltage, .water, .material {
    text-align: center !important;
  }
}

.elevator, .dismantling, .voltage, .water, .material {
  margin: 5px 0 !important;
}

.orange-small {
  background: linear-gradient(170deg, #f3b68d 0, #e5620b 45%, #e5620b 100%);
  vertical-align: middle;
  border-bottom: 4px solid #b44a04;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  width: 245px;
  height: 63px;
  padding: 20px 5px;
}

.pdf-file {
  margin-bottom: 10px;
}

.thx-desc {
  margin-bottom: 10px !important;
}

#thx b {
  display: inline-block;
  margin: 10px 0;
}

.thx-desc > b {
  font-size: 14px !important;
  font-weight: bolder;
}
