:root {
  /* Цвета */
  --default-color: #37474f;
  --default-light-color: rgba(38, 50, 56, 0.6);;
  --default-very-light-color: #E1EBEF;
  --gray-color: rgba(55, 71, 79, 0.75);
  --red-color: #D40F7D;
  --light-color: #EAF2F4;
  --black-color: #263238;
  --white-color: #ffffff;
  --pink-color: rgba(194, 24, 91, 0.25);
  --white-transparent-color: rgba(255, 255, 255, 0.75);
}


.detail_telekarta ul {
    list-style-image: url(/static/images/icon/Polygon.svg);
    margin-left: 26px;
    text-align: left;
    margin-left: 15px;
	width: 100%;
}

.detail_telekarta a {
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: var(--red-color);
}

.detail_telekarta a:focus, .detail_telekarta a:hover{
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
    /*border: 0px;*/
    color: var(--red-color);
}

.step-header {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    color: #c6c8c9;
}
.step-header .number-text {
    font-weight: 600;
    color: #666;
}

.alert-error {
    color: #e43407;
}

.block_section {
    border: 1px solid rgba(38, 50, 56, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
}
.block_section_header {
    background-color: #F4F6F8;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #dee0e1;
}
.section_payment .block_section_header {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    border-bottom: 1px solid #dee0e1;
}
.block_section_header > * {
    margin: 0;
}
.block_section_cont {
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #dee0e1;
}
.block_section_cont > * {
    margin: 0;
}

.block_tariff .logo {
    text-align: center;
    align-content: center;
}

.block_tariff .block_tariff_info--main {
    padding: 10px 5px;
}
.block_tariff_info--main > * {
    margin: 0;
}
.block_tariff_info--main .name {
    font-size: 18px;
    color: #37474F;
    font-weight: 600;
}
.block_tariff .data_end {
    font-weight: bold;
    color: #82be00;
}
.block_tariff .count_days {
    color: #37474f80;
}

.block_tariff .checkbox {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    user-select: none;
    align-items: baseline;
}
/*
.block_tariff .checkbox__input {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.block_tariff .checkbox__input:checked {
    color: var(--red-color);
    background-color: var(--red-color);
}
*/

.block_tariff .checkbox__input {
    display: none;
}
.block_tariff .checkbox__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}
.block_tariff .checkbox__label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: white;
}
.block_tariff .checkbox__input:checked + .checkbox__label::before {
    border-color: var(--red-color); 
    background-color: var(--red-color); 
}
.block_tariff .checkbox__input:checked + .checkbox__label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.block_tariff .checkbox__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--red-color);
    margin-bottom: 3px;
}

.block_payment .duration {
    padding-left: 15px;
    font-weight: normal;
    color: #666;
}
.block_payment .price {
    font-size: 18px;
    font-weight: normal;
}
.block_payment .block_section_cont--total .price {
    font-weight: bold;
    color: var(--red-color); 
}
#payment_tariff {
    width: initial;
}
.remove_tariff:hover {
    cursor: pointer;
}

.wait_check {
    font-size: 18px;
    font-weight: bold;
    color: #4ac764;
}

/*===============================================================================*
================================================================================ *
*                                                                                *
* Секции                                                                         *
*                                                                                *
================================================================================ *
*================================================================================*/   
.section_header {
    padding: 10px 0px;
    box-shadow: 0px 10px 30px rgba(38, 50,56, .15);
    z-index: 100;
    opacity: 0.99;
    background-color: #ffffff; 
}

.section_preview {
    padding: 60px 0px;
    background-color: var(--default-very-light-color);
  padding-bottom: 160px;
}

.section_form{
  padding: 70px 80px 50px 80px
}

.section_form_error{
  padding: 0px 0px 50px 0px;
  color: var(--red-color);
}

@media only screen and (min-width: 768px) {
.section_form_error{
  padding: 0px 80px 50px 80px;
}
}

.section_cart{
  padding: 70px 80px 70px 80px;
}

.section_error{
  padding: 65px 80px 50px 80px;
}

.section_select {
  padding: 65px 80px 50px 80px;
}

.section_success {
  padding: 65px 80px 50px 80px;
}

.footer {
    padding: 30px 0px;
    /*background-color: var(--white-color);*/
    /*box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.25);*/
}

.offer {
  padding: 60px 0px;
}


.form-group {
  margin-bottom: 15px;
}

.form-group button {
  width: 100%;
}





.forward-arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 12px;
}

.btn_forward {
    position: relative;
    padding-right: 50px;
    transition: all .3s ease-out;
}

.btn_forward:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    right: 33px;
    top: 22px;
    transition: all .3s ease-out;
}

.btn_forward:hover:before {
    right: 25px;
    transition: all .3s ease-out;
}

/* Кнопочку верстаю добавления пакета */
.detail_telekarta .button_theme_main { 
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    color: var(--white-color) !important;
}
.detail_telekarta .button_theme_main:hover, .detail_telekarta .button_theme_main:focus { 
    color: var(--white-color);
}

.info-container {
    margin: 30px 0px 50px 80px;
}

.info-container .help-text {
  color: var(--default-light-color);
}

.white_block {
    background: var(--white-color);
    padding: 0px 0px;
    box-shadow: 0px 10px 30px rgba(55, 71, 79, 0.15);
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.white_block .number {
    font-size: 26px;
    color: #c6c8c9;
    position: absolute;
    left: -20px;
    top: -1px;
}
.white_block .number-text {
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
    display: inline-block;
    font-weight: 600;
    margin-left: -2px;
}
.white_block .step-heder {
    margin-bottom: 15px;
    position: relative;
}
.white_block .background_img {
    position: absolute;
    right: 60px;
    top: 30px;
    z-index: 10;
}
.white_block .help-text {
    font-size: 12px;
    line-height: normal;
    color: var(--default-light-color);
    font-weight: 500;
}
.white_block .help_block {
    margin-top: 0px;
}

.white_block--fly {
    margin-top: 30px;
    padding: 50px 80px 50px 80px;
}


/*===============================================================================*
================================================================================ *
*                                                                                *
* Кнопки                                                                         *
*                                                                                *
================================================================================ *
*================================================================================*/ 

.button_theme_main {
    background: var(--red-color);
    color: var(--white-color);
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.button_theme_main:hover {
    color: var(--white-color);
    box-shadow: 0px 5px 15px rgba(194, 24, 91, .35);
    /*border-bottom: 1px solid transparent;*/
}

.button_theme_main:disabled {
    background: rgba(194, 24, 91, 0.25);
    cursor: no-drop;
}


.info-container {
    margin: 30px 0px 50px 80px;
}

.info-container .help-text {
  color: var(--default-light-color);
}

.offer-container {
  position: relative;
}

.info-container .offer-container .help-text::before {
    content: '*';
    position: absolute;
    left: -12px;
    font-size: 16px;
}