

/* Start:/local/components/twofingers/numbers.index/templates/selection/style.css?17841338861199*/
/*
.selection__search .row>div:last-child:hover{
    !*flex: 0 0 21.1458333333vw !important;*!
    flex: 0 0 17.62152777775vw !important;
    !*max-width: 21.1458333333vw !important;*!
    max-width: 17.62152777775vw !important;
}

*/
.button-radio.button-radio_disabled {
    opacity: .5;
    cursor: default;
}

.button-radio.button-radio_disabled:hover span {
    color: #111827;
}

.numbers-item__type {
    background-position: 1.6145833333vw center;
    background-size: contain;
    background-repeat: no-repeat;
}

.selection__search .form-group input {
    background-image: none !important;
}

/*
.numbers-item__type:not(.numbers-item__type_gold):before{
    content: none;
}*/

.selection__container .form-group input[type=text][disabled] {
    border: 1px solid transparent;;
}
.selection__row .selection__search_fixed {
    z-index: 11;
}
@media only screen and (max-width: 900px) {

    .numbers-item__type {
        background-position: 16px center;
    }

    /*  .selection__search .row>div:last-child {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 73px;
          flex: 0 0 73px;
          max-width: 73px;
      }*/

}
/* End */


/* Start:/local/components/twofingers/number.order.form/templates/.default/style.min.css?1776875371340*/
.order-modal__alarm{display:none}.order-modal__alarm.order-modal__alarm_danger{color:red;display:block;margin-bottom:.8333333333vw}a.order-item__top{text-decoration:none;display:block}a.order-item__top:hover{background-color:#f7f8fb}@media only screen and (max-width:900px){.order-modal__alarm.order-modal__alarm_danger{margin-bottom:16px}}
/* End */


/* Start:/local/components/twofingers/button.favorite/templates/.default/style.css?1776506925109*/
/*.favorite-button.favorite-button_checked{*/
/*    background-image: url("/local/components/twofingers/button.favorite/templates/.default/images/favorite_c.svg");*/
/*}*/
/* End */


/* Start:/local/templates/supernomera/components/sprint.editor/blocks/nomera/_style.css?17869694513610*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}
.sp-medialib-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/local/components/twofingers/answers/templates/.default/style.css?178703836177*/
.section.answers.answers_no-my{
    margin-top: 0;
    margin-bottom: 0;
}
/* End */
/* /local/components/twofingers/numbers.index/templates/selection/style.css?17841338861199 */
/* /local/components/twofingers/number.order.form/templates/.default/style.min.css?1776875371340 */
/* /local/components/twofingers/button.favorite/templates/.default/style.css?1776506925109 */
/* /local/templates/supernomera/components/sprint.editor/blocks/nomera/_style.css?17869694513610 */
/* /local/components/twofingers/answers/templates/.default/style.css?178703836177 */
