img {
  max-width: 100%;
}

* {
  outline: none !important;
}

a,
button {
  cursor: pointer;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
  color: #000;
}

.row {
  margin: 0 -15px;
}

.row>* {
  padding: 0 15px;
}


h1 {
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-style: normal;
  font-size: 60px;
  margin-bottom: 30px;
}

h1 span {
  font-weight: bold;
  color: #ff2122;
}

.header-top-l p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.ul-red {
  list-style: none;
  padding-left: 0;
}

.ul-red li {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
  font-size: 20px;
}

.ul-red li span {
  color: #ff2122;
}

.ul-red li:before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff2122;
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
}

.header-top {
  overflow: hidden;
}

header {
  background: url("../images/bg-1.jpg") no-repeat top center;
  padding-top: 70px;
}

.header-top-r img {
  width: 582px;
  max-width: none;
  margin-left: -100px;
}

.container {
  max-width: 1190px;
  padding: 0 15px;
}


.header-top-l {
  padding-top: 35px;
}

.header-bottom-wrapper {
  background: url("../images/bg-tm-1.png") top center / cover no-repeat;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 19%);
  border-radius: 9px;
  padding: 60px 170px 40px 160px;
  display: flex;
  z-index: 100;
  position: relative;
}

.header-bottom-r {
  width: 240px;
  margin-left: 85px;
  flex-shrink: 0;
}

.header-bottom h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
}

.header-bottom h2 span {
  color: #ff2122;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 65px;
}

.header-bottom h2 .span-red {
  font-size: 25px;

}

.header-bottom h2 span:last-child {
  display: block;
  margin-top: 10px;
}

.header-bottom-l p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
}

.header-bottom-l p span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ff2122;
}
/* 
.timer-block {
  width: 83px;
  height: 95px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  background: #f17100;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.timer-block>span {
  font-size: 40px;
  margin-bottom: -60px;
  margin-top: 5px;
} */

/* .timer-block>span:last-child {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: -30px;
} */

/* 
.timer-wrapper {
  display: flex;
}

.timer-block:not(:last-child) {
  margin-right: 21px;
  position: relative;
}


.timer-block:not(:last-child):before {
  background: url("../images/colon.png");
  width: 7px;
  height: 23px;
  right: -14px;
  position: absolute;
  top: 35px;
  display: block;
  content: "";
}

.header-bottom-l .timer-wrapper {
  justify-content: flex-end;
} */

.form-tm h3 {
  font-size: 28px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
  font-weight: 600;
  font-style: normal;
}

.input-tm {
  position: relative;
  margin-bottom: 25px;
}

.input-tm input,
.input-tm select {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 7px 30px 7px 7px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
  border-radius: 5px;
}

.input-tm img {
  position: absolute;
  top: 12px;
  right: 10px;
}


.button-orange {
  border: 0;
  border-bottom: 5px solid #e06a02;
  background: #f17100;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}


p.price-old {
  text-decoration: line-through;
  font-size: 25px;
  text-align: center;
  margin-bottom: -5px;
}


p.price {
  text-align: center;
  font-size: 45px;
  margin-bottom: 10px;
}

p.price span {
  font-size: 45px;
  color: #ff2122;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.principle-operation-section h2 {
  font-size: 50px;
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 15px;
}

.principle-operation-section h2 span {
  color: #ff2122;
  font-weight: bold;
}

.principle-operation-section {
  padding-top: 330px;
  margin-top: -255px;
  background: #ececec;
}


.principle-operation-section>*>p {
  font-size: 25px;
  margin-bottom: 90px;
}


.principle-operation-section>*>p span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ff2122;
}

.principle-block {
  border-radius: 9px;
  background: #fff;
  padding: 0 23px 25px 23px;
  margin-bottom: 42px;
  height: calc(100% - 42px);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
}


p.number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f17100;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -7px auto;
  position: relative;
  top: -20px;
}

.principle-block-bottom {
  display: flex;
  align-items: center;
}

.principle-block-bottom img {
  margin-right: 23px;
  flex-shrink: 0;
}

.principle-block-bottom p {
  font-size: 16px;
  margin-bottom: 0;
}

.principle-wrapper {
  margin-bottom: 20px;
}

.principle-operation-section>*>p:last-child {
  max-width: 570px;
  text-align: center;
  font-size: 20px;
  margin: auto;
  padding-bottom: 140px;
}


.h2-tm {
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 50px;
}

.h2-tm span {
  font-weight: bold;
  color: #ff2122;
}


.experts-section {
  background: #ececec;
  padding-bottom: 150px;
  overflow: hidden;
}

.experts-section h2 {
  margin-bottom: 150px;
}

.expert-block {
  border-radius: 9px;
  background: #fff;
  padding: 0 35px 30px 35px;
  height: 100%;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
}

.experts-section .row {
  margin: 0 -30px;
}

.experts-section .row>* {
  padding: 0 30px;
}


.experts-top {
  margin-bottom: 125px;
}

.expert-block img {
  position: relative;
  top: -60px;
  margin: auto;
  margin-bottom: -45px;
  display: block;
}


.expert-block h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

.expert-block h3 span {
  font-weight: bold;
  color: #ff2122;
}

.expert-block p {
  font-weight: bold;
  margin-bottom: 0;
}

.expert-block p span {
  color: #ff2122;

}

.manual-block {
  border-radius: 9px;
  height: 100%;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
  padding: 45px 30px 30px 30px;
}

.manual-block-1 {
  background: url("../images/bg-tm-2.png") no-repeat top center;
}

.manual-block-2 {
  background: url("../images/bg-tm-3.png") no-repeat top center;
}

.manual-block h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
  text-align: center;
}

.manual-block .ul-red li {
  font-size: 18px;
  margin-bottom: 25px;
}


.discount-section {
  background: url("../images/bg-2.jpg") no-repeat bottom center, #fff;
  box-shadow: 0 0 18px 2px rgb(0 0 0 / 10%);
  padding: 50px 0 45px 0;
}

.discount-l p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin: 0;
}


.discount-l p span {
  color: #ff2122;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.span-large {
  font-size: 60px;
  text-transform: uppercase;
}

.discount-r {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-l .button-orange {
  padding: 12px 20px;
  font-size: 16px;
  margin-top: 18px;
}


.timer-discount {
  margin-left: auto;
  width: fit-content;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.advantages-section {
  padding: 130px 0;
  background: #ececec;
}


.advantages-section h2 {
  margin-bottom: 25px;
}

.col-md-20 {
  width: 20%;
}

.advantages-section>*>p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 55px;
}

.advantages-block {
  text-align: center;
}

.advantages-block img {
  margin-bottom: 10px;
}

.advantages-block p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 20px;
}

.reviews-section {
  background: #ececec;
  padding-bottom: 140px;
}

.reviews-section h2 {
  margin-bottom: 65px;
}

.owl-carousel .owl-item img {
  width: auto;
}


.review-block-bottom {
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 10%);
  padding: 85px 24px 45px 24px;
  flex-grow: 1;
}

.review-block h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 25px;
}

.review-block p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 0;
}

.review-block img {
  width: 128px;
  height: 128px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto -62px auto;
  z-index: 1;
}


.review-block {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.owl-carousel .owl-stage {
  display: flex;
}

.item {
  height: 100%;
}


.slider-nav>button {
  background: url("../images/arrow-slider.png");
  width: 55px;
  height: 30px;
  border: 0;
}

button.next-tm {
  transform: rotate(180deg);
}

button.owl-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #f17100;
  background: transparent;
  margin: 0 6px;
}

button.owl-dot.active {
  background: #f17100;
}

.dotsCont {
  display: flex;
  margin: 0 13px;
}

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.results-section {
  padding: 0 0 105px 0;
  background: #ececec;
}

.results-section h2 {
  margin-bottom: 65px;
}

.results-block {
  display: flex;
  margin-bottom: 50px;
}

.results-block-l {
  margin-right: calc(50% - 580px);
}

.results-block-r {
  margin-left: calc(50% - 580px);
}


.result-text {
  width: 750px;
  flex-shrink: 0;
}


.results-block-l .result-text {
  padding-left: 100px;
}

.results-block-r .result-text {
  padding-right: 100px;
}

.result-text p {
  font-size: 22px;
}

.orange-ul {
  list-style: none;
  padding-left: 0;
}

.orange-ul li {
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.orange-ul li:before {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: #f17100;
  content: "";
  left: 0;
  top: 10px;
}

.capital-letter {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  color: #f17100;
  line-height: normal;
}

.red-span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff2122;
}

.result-img {
  flex-grow: 1;
}

.result-img img {
  width: 100%;
}

p.green-p {
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  color: #3f8203;
  margin-top: -30px;
}

.payment-section {
  background: #ececec;
  padding-bottom: 135px;
}


.payment-section h2 {
  margin-bottom: 85px;
}



.payment-block p {
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}


.payment-block-img {
  width: fit-content;
  margin: 0 auto 25px auto;
  position: relative;
}


.payment-block .payment-block-img:before {
  width: 40px;
  height: 12px;
  position: absolute;
  content: "";
  display: block;
  background: url("../images/ellipsis.png");
  right: -76px;
  top: 84px;
}

.payment-block-last .payment-block-img:before {
  display: none;
}

.footer-wrapper {
  display: flex;
  align-items: center;
}

footer {
  background: url("../images/bg-3.jpg") top center / cover no-repeat;
  padding: 35px 0 45px 0;
}


.footer-wrapper .form-tm {
  width: 240px;
  /* margin-left: 30px; */
  flex-shrink: 0;
}

.price-footer {
  /* flex-shrink: 0; */
  /* margin-left: 50px; */
  width: 100%;
  /* max-width: 200px; */
}

.footer-wrapper .form-tm .button-orange {
  margin: 45px auto 0 auto;
  display: block;
}

.footer-wrapper .timer-wrapper {
  /* margin-left: 25px; */
  /* flex-shrink: 0; */
}

.footer-wrapper p.price {
  margin-bottom: 0;
}

.footer-wrapper h2 {
  font-family: 'Bebas Neue';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
}

@media screen and (max-width: 1199px) {
  .header-top-r img {
    width: 500px;
    margin-left: -196px;
  }

  .header-bottom-wrapper {
    padding: 30px 50px;
  }

  .experts-section .row>* {
    padding: 0 15px;
  }

  .experts-section .row {
    margin: 0 -15px;
  }

  .experts-top {
    margin-bottom: 50px;
  }

  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .results-block {
    display: block;
  }

  .result-text {
    width: 100%;
    padding: 0 30px !important;
  }

  .results-block {
    margin-right: 0;
    margin-left: 0;
  }

  .payment-block .payment-block-img:before {
    right: -49px;
  }











}





@media screen and (max-width: 991px) {
  .header-bottom h2 span {
    font-size: 38px;
  }

  .manual-block {
    background-size: cover;
  }

  .span-large {
    font-size: 54px;
  }


  .col-md-20 {
    width: 33.33%;
  }

  .advantages .row {
    justify-content: center;
  }

  .advantages-block {
    margin-bottom: 30px;
  }

  .payment-block .payment-block-img:before {
    display: none;
  }

  .footer-wrapper h2 {
    width: 100%;
    text-align: center;
  }

  .footer-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  footer {
    background-size: cover;
  }

  .footer-wrapper .form-tm {
    margin-top: 30px;
  }

  .header-l {
    width: auto;
  }

  .container-l {
    margin-left: 0;
    padding: 0 30px;
  }



}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  header {
    background: url("../images/bg-1.jpg") no-repeat top center;
    padding-top: 0;
  }

  h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
  }

  .header-top-l p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
  }

  .ul-red li {
    line-height: normal;
    font-size: 16px;
  }

  .header-top-r img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .header-top-r {
    padding: 20px 0;
    text-align: center;
  }

  .header-bottom-wrapper {
    padding: 25px 15px 30px 15px;
    display: block;
    background-size: cover;
  }

  .header-bottom h2 span:first-child,
  .header-bottom h2 {
    font-size: 14px;
    text-align: center;
  }

  .header-bottom h2 span:last-child {
    font-size: 37px;
  }

  .header-bottom-l p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }

  .header-bottom-l .timer-wrapper {
    justify-content: center;
  }

  /* .timer-block>span {
    font-size: 37px;
  }

  .timer-block>span:last-child {
    font-size: 18px;
  } */

  .header-bottom .form-tm {
    display: flex;
    flex-flow: column;
  }

  .header-bottom p.price-old {
    font-size: 20px;
    order: 1;
  }

  .header-bottom p.price {
    order: 2;
    font-size: 36px;
  }

  .header-bottom p.price span {
    font-size: 36px;
  }

  .header-bottom h3 {
    order: 3;
    margin-bottom: 25px;
  }

  .header-bottom .input-tm {
    order: 4;

  }

  .header-bottom .button-orange {
    order: 5;
    margin-top: 25px;
    font-size: 18px;
  }

  .header-bottom-l {
    margin-bottom: 20px;
  }

  .principle-operation-section {
    padding-top: 290px;
  }

  .principle-operation-section h2 {
    font-size: 30px;
  }

  .principle-operation-section>*>p {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .principle-block-bottom p {
    font-size: 14px;
  }

  p.number {
    width: 38px;
    height: 38px;
    font-size: 25px;
  }

  .principle-operation-section>*>p:last-child {
    max-width: 100%;
    font-size: 14px;
    padding-bottom: 45px;
  }

  .principle-wrapper {
    margin-bottom: -15px;
  }

  .h2-tm {
    font-size: 30px;
  }

  .experts-section h2 {
    margin-bottom: 90px;
  }

  .expert-block {
    padding: 0 15px 30px 15px;
    height: auto;
    margin-bottom: 105px;
  }

  .expert-block h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .expert-block p {
    text-align: center;
    font-size: 14px;
  }

  .experts-top {
    margin-bottom: -30px;
  }

  .manual-block h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .manual-block .ul-red li {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .manual-block {
    height: auto;
    padding: 25px 15px 30px 15px;
    margin-bottom: 35px;
  }

  .ul-red li:before {
    width: 7px;
    height: 7px;
    top: 4px;
  }

  .experts-section {
    padding-bottom: 45px;
  }


  .discount-section {
    padding: 35px 0 35px 0;
  }

  .discount-l p {
    font-size: 16px;
    text-align: center;
  }

  span.span-large {
    display: table;
    margin: -8px auto;
    font-size: 43px;
  }

  .discount-section .timer-discount {
    justify-content: center;
    margin: 25px auto 45px auto;
  }

  .advantages-section {
    padding: 85px 0 40px 0;
  }

  .advantages-section h2 {
    margin-bottom: 15px;
  }

  .advantages-section>*>p {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .advantages-block p {
    font-size: 14px;
  }

  .advantages .col-md-20 {
    width: 50%;
  }

  .advantages .col-md-20:nth-child(3) {
    width: 100%;
  }

  .advantages-block img {
    width: 80px;
  }

  .reviews-section h2 {
    margin-bottom: 25px;
  }

  .review-block h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .review-block p {
    font-size: 14px;
  }

  .slider-nav>button {
    display: none;
  }

  .slider-nav {
    margin-top: 35px;
  }

  .reviews-section {
    padding-bottom: 60px;
  }

  .results-block-l {
    flex-flow: column-reverse;
    display: flex;
  }

  .results-section h2 {
    margin-bottom: 25px;
  }

  .result-text p {
    font-size: 14px;
  }

  .capital-letter {
    font-size: 14px;
  }

  .orange-ul li {
    font-size: 14px;
  }

  .orange-ul li:before {
    top: 5px;
  }

  .result-text {
    padding-bottom: 15px !important;
  }

  .results-block-r .result-img {
    display: none;
  }

  p.green-p {
    font-size: 20px;
    margin-top: 0;
  }

  .results-block-r {
    margin-bottom: 0;
  }

  .results-section {
    padding: 0 0 45px 0;
  }

  .payment-section h2 {
    margin-bottom: 35px;
  }

  .payment-block-img {
    margin: 0 auto 15px auto;
  }

  .payment-block {
    margin-bottom: 25px;
  }


  .payment-section {
    padding-bottom: 30px;
  }

  footer {
    padding: 40px 0 85px 0;
  }

  .footer-wrapper h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-wrapper .timer-wrapper {
    margin-bottom: 40px;
  }

  .header-bottom-r {
    margin-left: auto;
    margin-right: auto;
  }

  .discount-r img {
    width: 90px;
  }
}

.countdownHolder {
  width: 100%;
  /* max-width: 200px; */
  margin: 0 auto;
  font: 40px/1.5 'Open Sans Condensed', sans-serif;
  text-align: center;
  letter-spacing: -3px;
}

.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}

.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #f17100;
  border-radius: 0.2em;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}

.digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background-image: linear-gradient(to bottom, #f17100 50%, #f15900 50%);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays {
  display:none !important;
}

.countHours {
  display:none !important;
}


.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countDiv:before,
.countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #f17100;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countDiv:after {
  top: 0.9em;
}

.timer-block {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.timer-block:not(:last-of-type) {
  position: relative;
  margin-right: 15px;
}

.timer-block:not(:last-of-type)::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 7px;
  height: 23px;
  background: url("../images/colon.png") center / contain no-repeat;
}

.timer-block .position {
  font-size: 40px;
}

.timer-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin: 5px auto 0;
}

.timer-text span {
  width: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .countdownHolder {
    max-width: 200px;
  }

  .price-footer {
    max-width: 200px;
  }
  .footer-wrapper h2 {
    margin-right: 20px;
  }
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/customselect.png") 95% center no-repeat !important;
  outline: none;
}

.button-orange {
  position: relative;
  width: 100%;
  transition: all .3s ease-out;
  z-index: 1;
}

.button-orange::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  background-color: #f15900;
  transition: all .3s ease-out;
  border-radius: 5px;
  opacity: 0;
  z-index: -1;
}

.button-orange:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}