﻿@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova/ProximaNovaThin.otf);
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova/ProximaNovaBlack.otf);
  font-weight: bold;
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/bebas_neue/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: BebasNeue;
  src: url(../fonts/bebas_neue/BebasNeue-Bold.ttf);
  font-weight: bold;
}
.tariff-page {
  background-color: #fefefe;
}
.tariff-page a {
  color: #000;
}
.tariff-page .color-text {
  color: #f4b30d;
}
.tariff-page .notavailable a {
  color: #c3c3c3;
}
.tariff-page .page-title {
  text-align: center;
  background-image: url(../img/tariff-page/backgroundmain.png);
  color: #ffffff;
  padding: 150px;
  font-family: BebasNeue;
  font-weight: bold;
  font-size: 72px;
  background-repeat: no-repeat;
  background-size: cover;
}
.tariff-page .page-title .description {
  font-size: 18px;
  font-family: ProximaNova;
  font-weight: 100;
}
.tariff-page .page-title p {
  margin: 0px;
}
.tariff-page .tariffes {
  margin-top: -80px;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 95px;
  font-family: ProximaNova;
}
.tariff-page .tariffes .tariff-item-first,
.tariff-page .tariffes .tariff-item-second,
.tariff-page .tariffes .tariff-item-third {
  padding: 0px;
}
.tariff-page .tariffes .tariff-item-first .price-block .discount,
.tariff-page .tariffes .tariff-item-second .price-block .discount,
.tariff-page .tariffes .tariff-item-third .price-block .discount {
  display: block;
  min-width: 20px;
  height: 17px;
}
.tariff-page .tariffes .tariff-item-first > div,
.tariff-page .tariffes .tariff-item-second > div,
.tariff-page .tariffes .tariff-item-third > div {
  padding: 20px 70px;
}
.tariff-page .tariffes .tariff-item-first > div:first-of-type,
.tariff-page .tariffes .tariff-item-second > div:first-of-type,
.tariff-page .tariffes .tariff-item-third > div:first-of-type {
  font-family: ProximaNova;
  font-size: 24px;
  padding: 50px;
  background-color: #d3d3d3;
}
.tariff-page .tariffes .tariff-item-first > div:last-of-type,
.tariff-page .tariffes .tariff-item-second > div:last-of-type,
.tariff-page .tariffes .tariff-item-third > div:last-of-type {
  padding: 30px;
}
.tariff-page .tariffes .tariff-item-first .price,
.tariff-page .tariffes .tariff-item-second .price,
.tariff-page .tariffes .tariff-item-third .price {
  font-family: ProximaNova;
  font-size: 36px;
  font-weight: bold;
}
.tariff-page .tariffes .tariff-item-first .btn,
.tariff-page .tariffes .tariff-item-second .btn,
.tariff-page .tariffes .tariff-item-third .btn {
  font-family: BebasNeue;
  font-size: 24px;
  font-weight: bold;
  background-color: #5bc0de;
  border: solid 1px #5bc0de;
  width: 200px;
}
.tariff-page .tariffes .tariff-item-first > div.button-wrapper,
.tariff-page .tariffes .tariff-item-second > div.button-wrapper,
.tariff-page .tariffes .tariff-item-third > div.button-wrapper {
  /*padding-top: 5px;
				padding-bottom: 5px;*/
}
.tariff-page .tariffes .tariff-item-first > div.display-none.payment-block,
.tariff-page .tariffes .tariff-item-second > div.display-none.payment-block,
.tariff-page .tariffes .tariff-item-third > div.display-none.payment-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tariff-page .tariffes .tariff-item-first .btn.btn-success,
.tariff-page .tariffes .tariff-item-second .btn.btn-success,
.tariff-page .tariffes .tariff-item-third .btn.btn-success {
  background-color: #a1de5b;
  border: solid 1px #a1de5b;
}
.tariff-page .tariffes .tariff-item-first > div:nth-of-type(odd),
.tariff-page .tariffes .tariff-item-third > div:nth-of-type(odd) {
  background-color: #dadada;
}
.tariff-page .tariffes .tariff-item-first > div:nth-of-type(even),
.tariff-page .tariffes .tariff-item-third > div:nth-of-type(even) {
  background-color: #e0e0e0;
}
.tariff-page .tariffes .tariff-item-second {
  background-color: #d4d4d4;
}
.tariff-page .tariffes .tariff-item-second > div:first-of-type {
  background-color: #c8c8c8;
  font-weight: bold;
}
.tariff-page .tariffes .tariff-item-second > div:nth-of-type(even) {
  background-color: #dadada;
}
.tariff-page .tariffes .tariff-item-second > div.button-wrapper {
  /*padding-top: 5px;
				padding-bottom: 5px;*/
}
.tariff-page .tariffes .tariff-item-second > div.button-wrapper .btn {
  /*padding-top: 20px;
					padding-bottom: 40px;*/
}
@media (max-width: 1200px) {
  .tariff-page .page-title {
    padding: 100px;
  }
  .tariff-page .tariffes .tariff-item-first div,
  .tariff-page .tariffes .tariff-item-second div,
  .tariff-page .tariffes .tariff-item-third div {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .tariff-page .page-title {
    padding: 30px 20px 80px 20px;
  }
  .tariff-page .tariffes .tariff-item-first div,
  .tariff-page .tariffes .tariff-item-second div,
  .tariff-page .tariffes .tariff-item-third div {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .tariff-page .page-title {
    padding: 20px;
    font-size: 48px;
  }
  .tariff-page .page-title .description {
    font-size: 16px;
  }
  .tariff-page .tariffes {
    margin-top: 0px;
  }
  .tariff-page .tariffes .tariff-item-first,
  .tariff-page .tariffes .tariff-item-second,
  .tariff-page .tariffes .tariff-item-third {
    margin-top: 20px;
  }
  .tariff-page .tariffes .tariff-item-first div,
  .tariff-page .tariffes .tariff-item-second div,
  .tariff-page .tariffes .tariff-item-third div {
    padding: 10px 20px;
  }
  .tariff-page .tariffes .tariff-item-first .price,
  .tariff-page .tariffes .tariff-item-second .price,
  .tariff-page .tariffes .tariff-item-third .price {
    font-size: 28px;
    padding: 20px;
  }
  .tariff-page .tariffes .tariff-item-first div:first-of-type,
  .tariff-page .tariffes .tariff-item-second div:first-of-type,
  .tariff-page .tariffes .tariff-item-third div:first-of-type {
    padding: 30px;
  }
}