header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header-for-channel{
    background: transparent;
}
body.logged-in header{
  top: 32px;
}
section.content{
  margin-top: 0;
}

.logo {
    padding: 11px 0;
}
.smi_result_content{
    overflow: auto;
}
a.all_channels_beta{
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
a.all_channels_beta:hover,
a.all_channels_beta:focus {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}


.page-template-glavnaya li[data-type="tv"] {
    display: none !important;
}


.swiper {
  width: 100%;
  height: 100%;
}
.swiper_screens{
  height: 100vh;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  overflow: auto;
  padding-top: 130px;
}

.screen_item{
  height: 100vh !important;
}

.swiper-pagination-custom.swiper-pagination-vertical{
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
}
.swiper-pagination-custom.swiper-pagination-vertical ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content: center;
  width: 184px;
  text-align: left;
  padding-left: 9px;
  height: 100vh;
}
.swiper-pagination-custom.swiper-pagination-vertical li {
    width: 100%;
}
.screen_pgn {
    color: #fff;
    border-left: 3px solid;
    padding-left: 5px;
    background: transparent;
    opacity: 1;
    height: auto;
    border-radius: unset;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.screen_pgn.active,
.screen_pgn:hover{
  color:#fef400;
}


.double_arrow {
    position: relative;
    z-index: 9999;
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    bottom: 35px;
    left: 50%;
    cursor: pointer;
    bottom: -10px;
}
.screen_calc .double_arrow {
    bottom: 48px;
}

.double_arrow span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    animation: animate 1.9s linear infinite;
}

.double_arrow span:nth-child(1) {
    top: -10px;
    left: -10px;
    animation-delay: 0.5s;
    width: 80%;
    height: 80%;
}
.double_arrow span:nth-child(2) {
    top: -15px;
    left: -15px;
    animation-delay: 0.9s;
}
.no_table .double_arrow{
    position: fixed;
}

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }
  20.1%,
  100% {
    border-color: #ffd64a;
  }
}
/*.swiper_screens .container{
    padding-bottom: 80px;
}*/

.wpcf7-mail-sent-ok {
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;

}
div#headline-row h2 {
  text-align: center !important;
}

.screen_calc .resultcalc,
.screen_calc .resultcalcright {
    display: none;
}
.screen_calc.no_table .contentwr.clearfix,
.screen_calc.no_table .info__text p {
    display: none;
}
p.no__table {
    display: none;
}
.screen_calc.no_table .info__text p.no__table{
    display: block;
}

.swiper-slide.screen_item {
    opacity: 0;
}
.swiper-slide.screen_item.swiper-slide-active{
  opacity: 1;
}
.child_table {
    background: #fff;
    padding-right: 10px;
}
.child_table table {
    /*width: calc(100% - 137px);*/
    width: 100%;
}
.child_table td {
    padding-left: 5px;
    padding-right: 5px;
}
td.name_smi {
    width: 100px;
}
.child_total_line {
    background: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 40px;
    /*text-align: right;
    display: flex;
    justify-content: space-evenly;
    align-items: center;*/
    border-top: 2px solid #ccc;
}
.child_table-wrp{
    position: relative;
    padding-bottom: 15px;
}
.child_table th.rate,
.child_table td.rate{
  display: none;
}

td.cc_price {
    color: red;
    font-weight: bold;
    min-width: 120px;
    text-align: right;
    padding-right: 10px;
}
td.zone {
    max-width: 180px;
    padding: 0 10px;
    text-align: center;
    width: 150px;
}
td.check__item .slider{
    border-radius: 50px;
    overflow: hidden;
}
td.check__item .slider:before {
    border-radius: 50px;
}
td.check__item .jq-checkbox {
    display: none;
}

span.download_prc {
    text-decoration: underline;
    font-size: 13px;
}
span.download_prc:hover{
    cursor: pointer;
    color: #000;
}

tr.child_total_line td {
    width: calc(100% / 8);
    /* padding: 0 10px; */
    /* padding-left: 0; */
    /* padding-right: 76px; */
    border: 1px solid #ccc;
    min-height: 20px;
}

.child_total_label{
    font-weight: bold;
    position: absolute;
    right: 400px;
    bottom: 11px;
}
.child_total{
    font-weight: bold;
    color: green;
    padding: 10px 0;
    position: absolute;
    right: 225px;
    bottom: 0;
}
.child_table td.logo {
    padding-left: 30px;
    /*width: 150px;*/
}
.child_table td.logo img{
    max-width: 100px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 28px;
}

.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

label.switch .jq-checkbox.checked + .slider {
    background-color: #67ae19;
    color: white;
}

label.switch .jq-checkbox.checked + .slider {
  box-shadow: 0 0 1px #67ae19;
}

label.switch .jq-checkbox.checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 35px;
}

span.slider span.off {
    padding-left: 26px;
    font-size: 12px;
    padding-top: 7px;
    display: inline-block;
}
span.slider span.on{
    display: none;
}
label.switch .jq-checkbox.checked + span.slider span.off{
    display: none;
}
label.switch .jq-checkbox.checked + span.slider span.on{
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    padding-top: 7px;
}
td.cc_price.green {
    color: #67ae19;
}


.btn_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 15px 0;
    padding-bottom: 60px;
}
.btn_row button{
    width: 222px;
    max-width: 30%;
}
.btn_row button:hover,
.btn_row button.send_it {
    background: #bbd700;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: white;
}
.btn_row button.send_it.disabled{
    background: #e8e7e8;
    color: #000;
}
.text-white{
    color: white;
}
.text-uppr{
    text-transform: uppercase;
}
.screen_calc h2,
.swiper_screens .screen_item h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}
.screen_calc .info__text{
    margin-bottom: 30px;
}

.page-template-glavnayadlyagoroda form.wpcf7-form.init {
    border: none;
}

#response_142,
#response_888 {
    border-color: #ffb900;
    margin-top: 0;
}
#response_success_142,
#response_success_888{
    border-color: #46b450;
    margin-top: 0;
}

.selecter-open {
    box-sizing: border-box;
    width: calc(100% + 30px);
    margin: 3px 0px 0px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 0px;
    background: rgba(64, 64, 64, 0.85);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    font: 14px / 18px Arial, sans-serif;
    margin-left: -15px;
    max-height: 180px;
    overflow-y: auto;
}
.selecter-open span {
    color: #fff;
    border: 1px solid transparent;
    margin: 3px 0;
}
.selecter-open span:hover {
    background-color: TRANSPARENT;
    color: #fff;
    border-bottom: 1px solid #fef400;
    color: #fef400;
}

/*screen rating BEGIN*/
.screen_rating section.about{
    padding: 0;
}
.swiper-slide section.about .contentwr {
    background: transparent;
    box-shadow: unset;
    color: #fff;
    padding: 0;
    border: unset;
}
.swiper-slide section.about .contentwr a,
.info__text a{
    color: #fef702;
}
.swiper-slide section.about .contentwr p{

}
.screen_rating .text-intro{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
/*screen rating END*/

/*screen partners BEGIN*/
.screen_partners .text{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.partners_swipper{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}
.color-wt{
    color: #fff;
}
.color-wt a{
    color: #fef702;
}
.mrgtop50{
    margin-top: 50px;
}
.partners_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.partner_logo_item {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.partner_logo_item img:hover{
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.swiper.partners_swipper {
    height: auto;
    margin-top: 50px;
}
.swiper-slide.partners-slide {
    padding-top: 0;
    margin-top: 0;
    height: auto !important;
}
.partners_swipper .swiper-button-next {
    filter: brightness(0) invert(1);
}
.partners_swipper .swiper-button-prev {
    filter: brightness(0) invert(1);
}
.modal.modal_partners{
    z-index: 99999;
}
.modal.modal_partners .modal-body,
.modal.personal_data .modal-body {
    background: transparent;
    color: #fff;
}
.modal.modal_partners,
.modal.personal_data {
    top: 50px;
}
/*screen partners END*/
/*screen contacts BEGIN*/
.contact__form {
    /*background: #00000052;*/
    color: #ccc;
    width: 680px;
    max-width: 100%;
    margin: 30px auto 0 auto;
    border-top: 2px solid;
    /*border-left: 1px solid;
    border-right: 1px solid;*/
}
.screen_contact h2 {
    width: 680px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5;
    font-size: 21px;
}
.contact__form form {
    padding: 0;
    margin: 0;
}
.contact__form  span.wpcf7-form-control-wrap {
    display: inline;
    position: relative;
}
.contact__form .wpcf7-not-valid-tip{
    position: absolute;
    bottom: -19px;
    left: 14px;
}
.contact__form  span.wpcf7-form-control-wrap[data-name="textarea-586"] .wpcf7-not-valid-tip{
    bottom: 3px;
}
.contact__form form input::placeholder,
.contact__form form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

.contact__form form input::-ms-input-placeholder,
.contact__form form textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.contact__form form input::-ms-input-placeholder,
.contact__form form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.contact__form input,
.contact__form textarea {
    width: 100%;
    background: #00000052;
    padding: 11px 35px;
    border: 1px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}
.contact__form textarea {
    border-bottom: 2px solid;
    height: 125px;
    resize: none;
}
.contact__form input.wpcf7-tel,
.contact__form input.wpcf7-email{
    width: 50%;
}
.contact__form input.wpcf7-email{
    border-left: unset;
}
.contact__form form .jq-radio.checked .jq-radio__div {
    margin: 2px 0 0 2px;
}
.contact__form span.wpcf7-form-control.wpcf7-radio {
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 1px solid;
    width: 100%;
    display: inline-block;
}
.contact__form span.wpcf7-list-item {
    width: 100%;
    margin: 20px 20px 0px 20px;
}
.contact__form span.wpcf7-list-item.last {
    margin-bottom: 20px;
}
.contact__form span[data-name="checkbox-719"] {
    display: inline-block;
}
.contact__form span[data-name="checkbox-719"] span.wpcf7-list-item{
    margin: 0;
}
a.pers_data {
    cursor: pointer;
    margin-left: 7px;
}

/* .contact__form .wpcf7-submit, */

.contact__form  span.wpcf7-spinner {
    display: none;
}
input.contact__form_submit {
    display: block;
    width: auto !important;
    text-transform: uppercase;
    margin: 20px auto;
    background: #7d7b7b;
    color: #fff;
    border: unset;
    padding: 20px 30px;
    font-size: 14px;
}
input.contact__form_submit.green {
    background: #bbd700;
    height: auto;
}
.contact__form  span.wpcf7-form-control.wpcf7-radio {
    background: #00000052;
}
.contact__form span.wpcf7-form-control.wpcf7-checkbox{
    margin-left: 20px;
}
.contacts_row {
    width: 680px;
    max-width: 100%;
    margin: 28px  auto 0 auto;
    color: #ccc;
}
.contacts_row p {
    margin: 0 0 5px 0;
}
.contacts_row .first{
    text-align: right;
}
.contacts_row .second{
    text-align: center;
}
.contacts_row .third{
    text-align: left;
}
/*screen contacts END*/

.page-template-glavnayadlyagoroda form.wpcf7-form {
    display: block;
    border: unset;
}
html .page-template-glavnayadlyagoroda .screen_item_search table#fixTable th,
html .page-template-glavnayadlyagoroda .screen_item_search table#fixTable td {
    text-align: center;
}
html .page-template-glavnayadlyagoroda .screen_item_search  .name_smi,
html .page-template-glavnayadlyagoroda .screen_item_search  .audit,
html .page-template-glavnayadlyagoroda .screen_item_search  .zone,
html .page-template-glavnayadlyagoroda .screen_item_search  .pol,
html .page-template-glavnayadlyagoroda .screen_item_search  .vozr{
    /*width: calc(20% - 21.6px) !important;*/
    max-width: 202px;
    width: 202px !important;
}

html .page-template-glavnayadlyagoroda .screen_item_table .logo {
    width: 155px;
    max-width: unset;
}
html .page-template-glavnayadlyagoroda .screen_item_table .pol {
    width: 155px;
}
html .page-template-glavnayadlyagoroda .screen_item_table .vozr {
    width: 155px;
}
html .page-template-glavnayadlyagoroda .screen_item_table .audit {
    width: 120px;
}

/*runline BEGIN*/
table.runline-table .jq-number__spin.minus,
table.runline-table .jq-number__spin.plus {
    display: none;
}
table.runline-table .quantity-num{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
table.runline-table .jq-number__field {
    width: 25px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 14px;
    box-shadow: unset;
    border-radius: 0;
}
span.runline-amount,
span.runline-amount.red {
    color: red;
    font-weight: bold;
}
span.runline-amount.green{
    color: #67ae19;
}

td.runline_child_total_label {
    text-align: right;
    font-weight: bold;
}
td.runline_child_total {
    text-align: center;
    padding: 12px 5px;
    font-weight: bold;
    color: #67ae19;
}
td.check__item.check__runline {
    padding: 0 10px;
}

.custom__checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #444;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.custom__checkbox.checked {
  background-color: #FFF500;
}
.custom__checkbox.checked::after {
  content: '✓';
  position: absolute;
  font-size: 16px;
  left: 4px;
  top: -2px;
}
.custom__checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: sans-serif;
}
.contentwr .runline__text .alignleft {
    margin: 0px 15px 0 0;
}
.runline__text {
    display: inline-block;
    margin-bottom: 15px;
}
.runline-table-wrap{
    overflow-x: auto;
}
.content.text-white.no_table ~ .double_arrow {
    bottom: -10px;
}
.runline-row {
    margin: 0 0 15px 0;
}
.runline-table{
    margin-bottom: 0;
}
.runline-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0 0;
}
.screen_calc .double_arrow {
    bottom: 0;
}
.rb{
    width: 222px;
    max-width: 30%;
}
.rb button,
.runline-btn-wrap .runline-btn_pdf button {
    color: #333;
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: math-auto;
}
/*runline END*/
.honeypot {
  display: none !important;
}

@media (min-width: 992px) {
    .screen_calc .col-md-12 {
        width: auto;
    }
}

@media screen and (min-width: 1000px) {
  a.all_channels_beta {
    margin-left: 25px !important;
  }
  div#parent {
    height: calc(100vh - 335px);
  }
}

@media (min-width: 1200px) {
    .page-template-glavnayadlyagoroda .container {
        width: 1160px;
    }
}

@media (max-width: 1500px) {
    .page-template-glavnayadlyagoroda .container {
        width: calc(100vw - 350px);
    }
    .page-template-glavnayadlyagoroda header .container{
        width: 90vw;
    }
    .page-template-glavnayadlyagoroda .header-for-channel .container {
        display: flex;
        /*align-items: center;*/
    }
    .header_menu_wrp {
        width: calc(100% - 350px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    .header_menu_wrp a {
        margin: 8px !important;
    }
}

@media (max-width: 1200px) {
    .page-template-glavnayadlyagoroda .runline-col.character {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width: 1400px) {
    .search-results .table {
        width: 1030px;
        max-width: inherit;
    }
    .screen_calc .cal_sec .col-md-12 {
        width: 100%;
        max-width: 1030px;
        overflow-x: auto;
    }
    .screen_calc .cal_sec .jcalc {
        width: 1030px;
    }
    .child_table {
        overflow-x: auto;
    }
    .child_table table {
        width: 1030px;
        max-width: inherit;
    }
}

@media(max-width: 1100px) {
    .screen_calc .btn_row {
        flex-direction: column;
    }
    .screen_calc .btn_row button,
    .rb.runline-btn_pdf,
    .rb.runline-btn {
        max-width: 100%;
    }
}
@media(min-width: 1001px){
    .mob_menu_icon{
        display: none;
    }
}
@media(max-width: 1000px){
    .header_menu_wrp {
        display: none;
    }
    .page-template-glavnayadlyagoroda .swiper-pagination.swiper-pagination-custom.swiper-pagination-vertical {
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        max-height: 50px;
        height: auto;
        background: #484647;
        padding-top: 14px;
    }
    
    .page-template-glavnayadlyagoroda .swiper-pagination-custom.swiper-pagination-vertical ul {
        height: auto;
        width: 100vw;
        justify-content: center;
    }
    .page-template-glavnayadlyagoroda .swiper-pagination-custom.swiper-pagination-vertical li {
        width: auto;
    }
    .screen_pgn{
        border-left: unset;
        border-bottom: 2px solid;
        padding-bottom: 5px;
        padding-left: 0;
    }
    span.mob_menu_icon {
        display: block;
        width: 25px;
        position: absolute;
        right: 20px;
        top: 14px;
    }
    span.mob_menu_icon svg{
        fill: #fff;
    }
    .show_only_1000.mm{
        display: none;
        position: fixed;
        background: #484647;
        width: calc(100vw - 65px);
        max-width: 350px;
        height: 100vh;
        left: 0;
        top: 0;
        box-shadow: 0px 0px 5px;
    }
    .swiper-slide {
        padding-top: 128px;
    }
    header {
        background: #484647;
        display: block !important;
    }
    .page-template-glavnayadlyagoroda .calc-tab-item {
        width: auto;
    }
    .page-template-glavnayadlyagoroda .calc-tabs.cntr {
        padding: 0 15px;
    }
    .page-template-glavnayadlyagoroda .contentwr.clearfix {
        overflow: hidden;
    }
}

@media(max-width: 992px){
    .page-template-glavnayadlyagoroda .container {
        width: calc(100vw - 30px);
    }
}

@media(max-width: 579px){
    .page-template-glavnayadlyagoroda .swiper-pagination.swiper-pagination-custom.swiper-pagination-vertical {
        top: 127px;
        max-height: 47px;
    }
    .swiper-slide {
        padding-top: 223px;
    }

    .page-template-glavnayadlyagoroda .container {
        width: 100vw ;
    }
    .child_table tr{
        display: inline-flex;
        align-items: center;
    }
    .child_table td.logo{
        order: 1;
        min-width: 155px;
    }
    .child_table td.cc_price{
        order: 2;
        text-align: center;
    }
    .child_table td.check__smi{
        order: 3;
    }
    .child_table td.name_smi{
        order: 4;
    }
    .child_table td.audit{
        order: 5;
    }
    .child_table td.zone{
        order: 6;
    }
    .child_table td.pol{
        order: 7;
    }
    .child_table td.vozr{
        order: 8;
    }
    .child_table .download_prc_wrap{
        order: 9;
    }

    tr.runline-table-row.runline-table__body,
    tr.runline_child_total_line {
        display: inline-flex;
    }
    td.rl_logo {
        order: 1;
        min-width: 155px;
    }
    td.rl_dayscount{order: 9;}
    td.rl_check{order: 3;}
    td.rl_vyhodov{order: 4;}
    td.rl_time{order: 5;}
    td.rl_price{order: 6;}
    td.rl_wordcount{order: 7;}
    td.rl_period{order: 8;}
    td.rl_amount{order: 2;}
    td.check__item.check__runline.rl_check {
        display: flex;
        align-items: center;
    }
    .runline-table-td {
        border: unset;
        padding: 5px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    td.runline-table-td.city__runline-table-td {
        min-width: 100px;
    }
    .runline-col.runline-phones {
        width: 100%;
    }
    .runline-col.textarea,
    #runline-textarea {
        width: 100%;
    }
    td.runline_child_total_label.rl_period{
        display: flex;
        align-items: center;
        order: 1;
        padding-left: 20px;
        min-width: 100px;
    }
    td.runline_child_total.rl_check {
        text-align: left;
        padding-left: 30px;
        min-width: 200px;
        order: 2;
    }
    tr.runline_child_total_line td.rl_logo {
        order: 9;
    }
}
@media(max-width: 476px){
    .page-template-glavnayadlyagoroda .swiper-pagination.swiper-pagination-custom.swiper-pagination-vertical {
        max-height: 80px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 580px) {
    .page-template-glavnayadlyagoroda .header-for-channel .logo.flPhone {
        right: 70px;
    }
}