.top_banner {position: relative;}
.tariffs {background: rgba(13, 194, 218, 0.3); padding: 50px 0; position: relative;}
.tariffs__sale {position: absolute; width: 150px; color: #fff; height: 150px; left: calc(50% - 70px); top: 30px; padding: 20px; border-radius: 50%; background: rgb(171,111,39);
background: linear-gradient(45deg, rgba(171,111,39,1) 0%, rgba(226,181,80,1) 30%, rgba(226,181,80,1) 70%, rgba(171,111,39,1) 100%); text-align: center; box-sizing: border-box;
-webkit-box-shadow: 0px 0px 12px 7px rgba(51, 51, 51, 0.2);
-moz-box-shadow: 0px 0px 12px 7px rgba(51, 51, 51, 0.2);
box-shadow: 0px 0px 12px 7px rgba(51, 51, 51, 0.2);}
.tariffs__sale-percent {font-size: 30px; font-weight: 700; margin-top: 20px;}
.top_banner .tariffs__sale {left: auto; right: 15%;}
.tariffs__inner {background: #fff; margin: 20px 0 60px 0; border-radius: 20px; display: flex; flex-wrap: wrap; overflow: hidden;}
.tariffs__left {width: 50%; padding: 50px; box-sizing: border-box;}
.tariffs__left-title {padding: 0; text-align: left; font-size: 54px; margin-top: 0;}
.tariffs__left-info {margin-top: 50px;}
.tariffs__kredit-price {font-size: 52px; font-weight: 700;}
.tariffs__prices {display: flex; flex-wrap: wrap; margin-top: 50px;}
.tariffs__price-old {width: 47%; margin-right: 3%; color: #ccc;}
.tariffs__price-new {width: 50%;}
.tariffs__price-text {font-size: 14px;}
.tariffs__price-value {font-size: 28px;}
.tariffs__price-old .tariffs__price-value {text-decoration: line-through;}
.tariffs__right {width: 50%; padding: 50px 50px 50px 90px; background: #e4e4e4; box-sizing: border-box;}
.tariffs__right-title {padding: 0; text-align: left; margin-top: 0;}
.tariffs__select,
.tariffs__input {width: 100%; height: 50px; border-radius: 10px; border: none; margin-bottom: 20px; padding: 0 20px; font-size: 16px; box-sizing: border-box;}
.tariffs__button {border: none; width: 100%; margin: 0; cursor: pointer; font-size: 18px;}
@media screen and (max-width: 768px) {
  .top_banner .tariffs__sale {left: auto; right: 5%;}
  .tariffs__left, .tariffs__right {width: 100%; padding: 50px;}
  .tariffs__left-title {font-size: 48px; text-align: center; margin-top: 50px; margin-left: 0; margin-right: 0; line-height: 46px;}
  .tariffs__right-title {text-align: center; font-size: 32px; margin-left: 0; margin-right: 0;}
}
@media screen and (max-width: 480px) {
  .top_banner h2 {margin: 196px 15px 0 15px;}
  .top_banner .tariffs__sale {right: calc(50% - 80px);}
}
@media screen and (max-width: 320px) {
  .tariffs__prices {margin-top: 20px;}
  .tariffs__left-title {font-size: 42px; line-height: 38px;}
  .tariffs__price-old,.tariffs__price-new {width: 100%; margin-right: 0;}
}
.form-warning {font-size: 12px; color: red; display: inline-block; margin-bottom: 20px;}
.remodal-wrapper {z-index: 60000!important;}
.remodal-video {min-height: 500px;}

.intl-tel-input {margin-bottom: 20px;}
