header input + label {position: fixed;top: 35px;left: 50px;}.payment-select-section {min-height: calc(100vh - 180px);margin: 0px;max-width: 1200px;display: none;z-index: 1;}.selectTariffButton {font-size: 1.2em;font-family: "Open Sans Bold", sans-serif;background-color: var(--main-blue-color);border: 1px solid var(--main-blue-color);color: #ffffff;padding: 11px 19px;width: 130px;border-radius: 5px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;cursor: pointer;}.selectTariffButton:hover, .selectTariffButton.selected {background-color: #ffffff;color: var(--main-blue-color);}.payment-tariff-desc {padding: 40px 20px;width: 32%;height: 75vh;-webkit-box-sizing: border-box;box-sizing: border-box;-ms-flex-pack: distribute;justify-content: space-around;background-color: inherit;}.change-tariff-block {width: 100%;height: 55%;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;}.payment-tariff-desc p.tariff-name {font-size: 1.2em;font-family: "Open Sans Bold", sans-serif;background-color: var(--main-blue-color);color: #ffffff;padding: 11px 19px;border-radius: 5px;}.payment-tariff-desc p.tariff-price {font-size: 2em;margin-bottom: 0;}.payment-tariff-desc p {font-size: 1.2em;}.border {width: 2px;min-height: 100%;background-color: var(--main-blue-color);}.payment-select {padding: 40px 40px;padding-right: 12px;width: 68%;-webkit-box-sizing: border-box;box-sizing: border-box;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: auto;}.payment-select input[type="radio"] {display: none;}.payment-select div.submitButton {width: 150px;height: 150px;border: 2px solid #688c96;border-radius: 10px;margin-right: 28px;margin-bottom: 28px;-webkit-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;padding: 20px 0px;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.payment-select div.submitButton:hover, .payment-select input[type="radio"]:checked + div.submitButton {background-color: #688c96;color: #ffffff;}.payment-select div.submitButton div.img {width: 70%;height: 60%;background-position: center;background-repeat: no-repeat;background-size: contain;}#buyPremButton, #backButton {width: 120px;height: 50px;border: 1px solid #24a5d9;color: #e7e7e7;border-radius: 5px;font-size: 1.7em;background: #24a5d9;-webkit-transition: all .2s ease-out 0s;-o-transition: all .2s ease-out 0s;transition: all .2s ease-out 0s;}#buyPremButton:hover, #backButton:hover {background-color: #ffffff;color: #22a6d9;}footer {z-index: 2;}.phoneTitle {display: none;}@media (max-width: 800px) {.page-body {padding-top: 100px !important;}.payment-tariff-desc {width: 100%;height: 400px;padding-bottom: 0px;}.payment-tariff-desc > p.tariff-name, .payment-tariff-desc > p.tariff-price {display: none;}.phoneTitle {display: -webkit-box;display: -ms-flexbox;display: flex;}.phoneTitle > p.tariff-price {margin-left: 20px;}.payment-select {width: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.selectTariffButton {margin: auto;margin-bottom: 10px;}.change-tariff-block {height: auto;}}@media (max-width: 480px) {.payment-select div.submitButton {height: 80px;width: 80px;}.payment-select div.submitButton div.img {width: 85%;height: 85%;}.payment-select {padding-top: 0px;padding-bottom: 0px;padding-left: 28px;padding-right: 0px;}.selectTariffButton {padding: 7px 0px;width: 110px;}}