span.TiketsPlug_airport{display:flex;flex-direction:row;flex-wrap:wrap;white-space:nowrap;justify-content:space-between;align-items:center;border-bottom:1px dotted grey}span.TiketsPlug_airport
span.price{flex:1;text-align:right;font-weight:700;color:#1a1a1a}a[link]{cursor:pointer}.TiketsPlug_TableV2 {
  background-color: white;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .TiketsPlug_TableV2 .row {
    flex-direction: column !important;
  }
  .TiketsPlug_TableV2 .row div.col {
    width: 100%;
    justify-content: space-evenly;
  }
  .TiketsPlug_TableV2 .row div.col:nth-child(1) {
    justify-content: center;
  }
}
@media only screen and (min-width: 800px) {
  .TiketsPlug_TableV2 .row div.col:nth-child(1) {
    max-width: 35%;
  }
}
.TiketsPlug_TableV2 .row:nth-child(1) {
  border-top: 1px solid #e9e9e9;
}
.TiketsPlug_TableV2 .row:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.TiketsPlug_TableV2 .row:nth-child(2n) {
  background-color: #EBF7FF !important;
}
.TiketsPlug_TableV2 .row[hidden] {
  display: none !important;
}
.TiketsPlug_TableV2 .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) .logo {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 12px;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) .info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) .info .direction {
  text-decoration: none;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) .info .airline {
  font-size: 90%;
}
.TiketsPlug_TableV2 .row div.col:nth-child(1) .info .airline .airplane {
  color: grey;
}
.TiketsPlug_TableV2 .row div.col:nth-child(2) {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 8px;
}
.TiketsPlug_TableV2 .row div.col:nth-child(2) .time_air {
  width: 100%;
  max-width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
}
.TiketsPlug_TableV2 .row div.col:nth-child(2) .time_air .time {
  font-size: 120%;
  font-weight: 700;
}
.TiketsPlug_TableV2 .row div.col:nth-child(2) .time_air .airport {
  font-size: 90%;
}
.TiketsPlug_TableV2 .row div.col:nth-child(2) .info {
  width: 100%;
  color: grey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
  font-size: 90%;
}
@media only screen and (max-width: 400px) {
  .TiketsPlug_TableV2 .row div.col:nth-child(2) .info .duration .v_puti {
    display: none;
  }
}
.TiketsPlug_TableV2 .row div.col:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.TiketsPlug_TableV2 .row div.col:nth-child(3) .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  min-height: 25px;
  padding: 4px;
  background-color: #FEB20E;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  margin-bottom: 5px;
  color: black;
  font-size: 120%;
  font-weight: 700;
}
.TiketsPlug_TableV2 .row div.col:nth-child(3) .button:hover {
  color: white;
  background-color: #FEB20Eee;
}
.TiketsPlug_TableV2 .row div.col:nth-child(3) .date {
  font-size: 90%;
}
.TiketsPlug_TableV2 .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.TiketsPlug_TableV2 .pagination .controller {
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
.TiketsPlug_TableV2 .pagination .controller[hidden] {
  display: none;
}
.TiketsPlug_TableV2 .pagination span[page] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin: 4px;
  padding: 8px;
  background-color: #FEB20E;
  border-radius: 360px;
  cursor: pointer;
  border: 2px solid #ffffff00;
  color: black;
}
.TiketsPlug_TableV2 .pagination span[page]:hover {
  color: white;
  background-color: #FEB20Eee;
}
.TiketsPlug_TableV2 .pagination span[active] {
  border: 1px solid grey;
}

.TPS_OneWayPrices {
  background-color: white;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .TPS_OneWayPrices .row {
    flex-direction: column !important;
  }
  .TPS_OneWayPrices .row div.col {
    width: 100%;
    justify-content: space-evenly;
  }
  .TPS_OneWayPrices .row div.col div.date {
    width: 50% !important;
  }
  .TPS_OneWayPrices .row div.col div.price {
    width: 50% !important;
  }
  .TPS_OneWayPrices .row div.col div.class {
    width: 50% !important;
    margin-top: 16px;
  }
  .TPS_OneWayPrices .row div.col div.transfers {
    width: 50% !important;
    margin-top: 16px;
  }
  .TPS_OneWayPrices .row div.col .button {
    margin: auto;
    margin-top: 16px;
  }
}
.TPS_OneWayPrices .second {
  color: grey;
  font-size: 90%;
}
.TPS_OneWayPrices .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.TPS_OneWayPrices .row div.col:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  flex: 1;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.date {
  display: flex;
  flex-direction: column;
  width: 100px;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.date span:nth-child(1) {
  font-size: 120%;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.price {
  display: flex;
  flex-direction: column;
  width: 120px;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.price span:nth-child(1) {
  font-size: 120%;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.class {
  display: flex;
  flex-direction: column;
  width: 130px;
}
.TPS_OneWayPrices .row div.col:nth-child(1) div.transfers {
  display: flex;
  flex-direction: column;
  width: 110px;
}
.TPS_OneWayPrices .row div.col:nth-child(1) .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  min-height: 25px;
  padding: 4px;
  background-color: #FEB20E;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
  color: black;
  font-size: 120%;
  font-weight: 700;
}
.TPS_OneWayPrices .row div.col:nth-child(1) .button:hover {
  color: white;
  background-color: #FEB20Eee;
}
.TPS_OneWayPrices .row:nth-child(1) {
  border-top: 1px solid #e9e9e9;
}
.TPS_OneWayPrices .row:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.TPS_OneWayPrices .row:nth-child(2n) {
  background-color: #EBF7FF !important;
}
.TPS_OneWayPrices .row[hidden] {
  display: none !important;
}
.TPS_OneWayPrices .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.TPS_OneWayPrices .pagination .controller {
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
.TPS_OneWayPrices .pagination .controller[hidden] {
  display: none;
}
.TPS_OneWayPrices .sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  padding: 8px 0 16px 0;
}
.TPS_OneWayPrices .sort a {
  margin-left: 16px;
  cursor: pointer;
  border-bottom: 1px dotted #425f96;
}
.TPS_OneWayPrices .sort select {
  display: none;
  margin-left: auto;
  background-color: #FEB20E;
  transition: all 0.25s linear;
  border: none;
  border-radius: 3px;
  padding: 4px;
  appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 768px) {
  .TPS_OneWayPrices .sort {
    justify-content: flex-end;
    font-size: 14px;
  }
  .TPS_OneWayPrices .sort a {
    display: none;
  }
  .TPS_OneWayPrices .sort select {
    display: block;
    margin-left: 8px;
  }
}

.TPS_TwoWayPrices {
  background-color: white;
  text-align: center;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .TPS_TwoWayPrices .row {
    flex-direction: column !important;
  }
  .TPS_TwoWayPrices .row div.col {
    width: 100%;
    justify-content: space-evenly;
  }
  .TPS_TwoWayPrices .row div.col:nth-child(1) {
    justify-content: center;
  }
}
@media only screen and (min-width: 767px) {
  .TPS_TwoWayPrices .row div.col:nth-child(1) {
    max-width: 35%;
  }
}
.TPS_TwoWayPrices .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.TPS_TwoWayPrices .row .second {
  color: grey;
  font-size: 90%;
}
.TPS_TwoWayPrices .row div.col:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
}
.TPS_TwoWayPrices .row div.col:nth-child(1) .logo {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin-right: 12px;
}
.TPS_TwoWayPrices .row div.col:nth-child(1) .info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.TPS_TwoWayPrices .row div.col:nth-child(2) {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 8px;
}
.TPS_TwoWayPrices .row div.col:nth-child(2) .dates {
  width: 100%;
  max-width: 64px;
  min-width: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.TPS_TwoWayPrices .row div.col:nth-child(2) .dates .date {
  font-size: 120%;
  font-weight: 700;
}
.TPS_TwoWayPrices .row div.col:nth-child(2) .dates .time {
  font-size: 90%;
}
.TPS_TwoWayPrices .row div.col:nth-child(2) .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
}
.TPS_TwoWayPrices .row div.col:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.TPS_TwoWayPrices .row div.col:nth-child(3) .button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  min-height: 25px;
  padding: 4px;
  background-color: #FEB20E;
  border-radius: 3px;
  cursor: pointer;
  margin: auto;
  margin-bottom: 5px;
  color: black;
  font-weight: 700;
}
.TPS_TwoWayPrices .row div.col:nth-child(3) .button:hover {
  color: white;
  background-color: #FEB20Eee;
}
.TPS_TwoWayPrices .row:nth-child(1) {
  border-top: 1px solid #e9e9e9;
}
.TPS_TwoWayPrices .row:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.TPS_TwoWayPrices .row:nth-child(2n) {
  background-color: #EBF7FF !important;
}
.TPS_TwoWayPrices .row[hidden] {
  display: none !important;
}
.TPS_TwoWayPrices .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.TPS_TwoWayPrices .pagination .controller {
  font-size: 16px;
  padding: 8px;
  cursor: pointer;
}
.TPS_TwoWayPrices .pagination .controller[hidden] {
  display: none;
}
.TPS_TwoWayPrices .sort {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
  padding: 8px 0 16px 0;
}
.TPS_TwoWayPrices .sort a {
  margin-left: 16px;
  cursor: pointer;
  border-bottom: 1px dotted #425f96;
}
.TPS_TwoWayPrices .sort select {
  display: none;
  margin-left: auto;
  background-color: #FEB20E;
  transition: all 0.25s linear;
  border: none;
  border-radius: 3px;
  padding: 4px;
  appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 768px) {
  .TPS_TwoWayPrices .sort {
    justify-content: flex-end;
    font-size: 14px;
  }
  .TPS_TwoWayPrices .sort a {
    display: none;
  }
  .TPS_TwoWayPrices .sort select {
    display: block;
    margin-left: 8px;
  }
}

/*# sourceMappingURL=main.min.css.map */
.vue-slider-disabled .vue-slider-process{background-color:#a7a7a7}.vue-slider-disabled .vue-slider-dot-handle{border-color:#a7a7a7}.vue-slider-disabled .vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #a7a7a7;box-shadow:0 0 0 2px #a7a7a7}.vue-slider-rail{background-color:#f5f5f5;border-radius:15px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.vue-slider:hover .vue-slider-rail{background-color:#e1e1e1}.vue-slider-process{background-color:#9cd5ff;border-radius:15px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.vue-slider:hover .vue-slider-process{background-color:#69c0ff}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;-webkit-box-shadow:0 0 0 2px #e8e8e8;box-shadow:0 0 0 2px #e8e8e8;background-color:#fff}.vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #9cd5ff;box-shadow:0 0 0 2px #9cd5ff}.vue-slider:hover .vue-slider-mark-step-active{-webkit-box-shadow:0 0 0 2px #69c0ff;box-shadow:0 0 0 2px #69c0ff}.vue-slider-mark-label{font-size:12px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;border:2px
solid #9cd5ff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;-o-transition:box-shadow .3s,border-color .3s;transition:box-shadow .3s,border-color .3s;transition:box-shadow .3s,border-color .3s,-webkit-box-shadow .3s}.vue-slider:hover .vue-slider-dot-handle{border-color:#69c0ff}.vue-slider-dot-handle-focus{border-color:#36abff;-webkit-box-shadow:0 0 0 5px rgba(54,171,255,.2);box-shadow:0 0 0 5px rgba(54,171,255,.2)}.vue-slider-dot-handle:hover,.vue-slider:hover .vue-slider-dot-handle-focus,.vue-slider:hover .vue-slider-dot-handle:hover{border-color:#36abff}.vue-slider-dot-handle-disabled{cursor:not-allowed;border-color:#ddd!important}.vue-slider-dot-tooltip{opacity:0;visibility:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:6px
8px;color:#fff;border-radius:5px;border-color:rgba(0,0,0,.75);background-color:rgba(0,0,0,.75);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;border:5px
solid rgba(0,0,0,0);border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after{left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;border:5px
solid rgba(0,0,0,0);border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;border:5px
solid rgba(0,0,0,0);border-left-color:inherit}.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:0;width:0}.vue-slider-dot-tooltip-inner-right:after{right:100%;border:5px
solid rgba(0,0,0,0);border-right-color:inherit}.vue-slider-dot-tooltip-inner-top{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.vue-slider-dot-tooltip-inner-bottom{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0}.vue-slider-dot-tooltip-inner-left{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%}.vue-slider-dot-tooltip-inner-right{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.vue-slider-dot-tooltip-show,.vue-slider-dot:hover .vue-slider-dot-tooltip{opacity:1;visibility:visible}.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner,.vue-slider-dot:hover .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}@media only screen and (max-width: 480px){.TiketsPlugTable{font-size:12px !important}.TiketsPlugTable>*>tr>td.nomobile{display:none !important}}.TiketsPlugTable{font-size:14px;text-align:center;border-collapse:collapse;margin:0
0 1.5em;width:100%;letter-spacing:0 !important;white-space:pre-line;line-height:1.5;overflow:hidden;word-break:normal !important}.TiketsPlugTable>tbody>tr{height:40px}.TiketsPlugTable>tbody>tr:first-child>td:first-child{text-align:center}.TiketsPlugTable>tbody>tr>td{max-width:fit-content;border:1px
solid #fff}.TiketsPlugTable>tbody>tr>td>a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none}.TiketsPlugTable>tbody>tr>td:first-child{text-align:left;padding-left:8px}.TiketsPlugTable>tbody>tr>td:first-child>a{text-align:left}.TiketsPlugTable>tbody>td{padding:4px}.TiketsPlugTable>tbody>tr.nav>td:first-child>a{margin-left:auto}.TiketsPlugTable>tbody>tr.nav>td{text-align:left;padding:4px}.TiketsPlugTable>tbody>tr.nav>td>a.btn{cursor:pointer;margin-right:5px;display:block;float:left;width:30px;height:30px;border:2px
solid transparent;border-radius:50%;text-align:center;line-height:26px;color:black;background:none}.TiketsPlugTable>tbody>tr.nav>td>a.btn:first-of-type{border-top-left-radius:3px;border-bottom-left-radius:3px}.TiketsPlugTable>tbody>tr:first-child{background-color:var(--TPTv1_color1);color:white}.TiketsPlugTable>tbody>tr:nth-child(2n){background-color:var(--TPTv1_color2)}.TiketsPlugTable>tbody>tr.nav>td>a.btn:hover{border-color:var(--TPTv1_color1);text-decoration:none;cursor:pointer;color:var(--TPTv1_color1) !important}.TiketsPlugTable>tbody>tr.nav>td>a.btn.current{border-color:var(--TPTv1_color1);background:var(--TPTv1_color1);color:#FFF}.TiketsPlugTable>tbody>tr>td>a>div.search_button{border-bottom:1px solid #262625 !important;background:#EFAB17 !important;min-width:min-content;margin:0
auto;padding:0
10px;height:30px;display:block;border-radius:4px;cursor:pointer;color:#0C0C0C !important}.TiketsPlugTable>tbody>tr>td>a>div.search_button>span{color:inherit;white-space:nowrap;width:100%;height:100%;line-height:30px;font-weight:bold !important;font-style:normal !important;text-decoration:none !important;font-size:14px !important;font-family:Verdana,sans-serif !important}.TiketsPlugTable>tbody>tr>td>a>div.search_button:hover{color:#FCFCFC !important}.TiketsPlugTable>tbody>tr>td>a.nolink{color:black}.TPO_RaspTable{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:15px;font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}.TPO_RaspTable>span.title{padding-bottom:12px;width:100%;font-size:14px;font-weight:600;margin:0;text-align:left;line-height:normal}.TPO_RaspTable>div.routes>a.title{padding:5px;width:100%;font-size:15px;margin:0;text-align:left;line-height:normal;cursor:pointer;text-align:center}.TPO_RaspTable>span.notfound{padding-bottom:12px;width:100%;font-size:14px;font-weight:500;margin:0;text-align:center;line-height:normal}.stronged{font-family:"Open Sans",sans-serif;font-size:14px;font-weight:600;margin:0;text-align:center;line-height:normal}.TPO_RaspTable>div.routes{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important}.TPO_RaspTable>div.routes>div.row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;border-bottom:1px solid #e9e9e9 !important}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(1){flex:0.55}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(2){flex:auto;max-width:max-content}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(3){flex:0.4;text-align:right;justify-content:space-between;min-width:fit-content;max-width:280px}.TPO_RaspTable>div.routes>div.row>div.column{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;padding:7px}.TPO_RaspTable>div.routes>div.row>div.column>div.time{flex:0.4;max-width:max-content;min-width:max-content}.TPO_RaspTable>div.routes>div.row>div.column>div.airline{flex:1;padding:0;padding-left:16%}.TPO_RaspTable>div.routes>div.row>div.column>span.direction{color:#7D7D7D}.TPO_RaspTable>div.routes>div.row>div.column>div.week>strong{visibility:hidden}.TPO_RaspTable>div.routes>div.row>div.column>div.week>strong[vis]{visibility:visible}.TPO_RaspTable>div.routes>div.row>div.column>a.pick_btn{color:#0085ff;text-decoration:none;cursor:pointer}.TPO_RaspTable>div.routes>div.row>div.column>a.pick_btn:hover{color:red}@media only screen and (max-width: 750px){.TPO_RaspTable{font-size:12px}.TPO_RaspTable>div.routes>div.row>div.column{flex-direction:column;padding:5px}.TPO_RaspTable>div.routes>div.row>div.column>div.airline{padding:0}.TPO_RaspTable>div.routes>div.row{justify-content:space-around}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(2){}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(3){justify-content:space-around;padding-left:0}}@media only screen and (max-width: 475px){.TPO_RaspTable>div.routes>div.row>div.column:nth-child(1){flex:1}.TPO_RaspTable>div.routes>div.row>div.column:nth-child(2){display:none}}.TiketsPlug_TravelpayoutsSpecial{width:100%;display:flex;flex-direction:column;justify-content:center;font-size:15px}.TiketsPlug_TravelpayoutsSpecial>.offer{width:100%;display:flex;flex-direction:column;border-radius:4px;overflow:hidden;border:1px
solid #dbdbdb;margin:4px
0 4px 0}.TiketsPlug_TravelpayoutsSpecial>.offer>.title{font-family:"Tahoma",ubuntu,sans-serif;padding:12px;color:white;font-weight:600;font-size:18px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info{padding:12px;display:flex;flex-direction:column;justify-content:space-between;font-size:15px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1){display:flex;flex-direction:row;justify-content:space-between}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1)>img.logo{width:80px;margin:auto 12px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1)>div.rside{display:flex;flex-direction:column}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1)>div.rside>.price{font-family:"Tahoma",ubuntu,sans-serif;font-weight:600;font-size:20px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1)>div.rside>.days{font-family:"Tahoma",ubuntu,sans-serif;font-weight:600}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(2){display:flex;flex-direction:column}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;padding-top:0}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route{width:100%;display:flex;flex-direction:row;align-items:center;padding:0
0 0 8px;margin:0
0 8px 0;overflow:hidden;border-radius:4px}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>div.lside{display:flex;flex:1;justify-content:space-between}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>div.lside>.direction{font-size:14px;font-family:"Tahoma",ubuntu,sans-serif;font-weight:500;max-width:fit-content}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>div.lside>.about{font-size:14px;margin-right:12px}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>.button{font-weight:600;font-family:"Tahoma",ubuntu,sans-serif;font-size:13px;padding:8px;color:white;width:128px;border-radius:0;text-align:center}@media only screen and (max-width: 600px){.TiketsPlug_TravelpayoutsSpecial>.offer>.title{font-size:16px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info{display:flex;flex-direction:column;justify-content:space-between}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(2){font-size:12px;justify-content:center}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(2)>.price{font-size:16px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1){font-size:13px}.TiketsPlug_TravelpayoutsSpecial>.offer>.info>div:nth-child(1)>img.logo{width:80px;margin:auto 0}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>div.lside{flex-direction:column}.TiketsPlug_TravelpayoutsSpecial>.offer>.routes>.route>div.lside>.about{font-size:10px;color:#949494}}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{overflow-x:hidden}body{font-family:"Segoe UI",Open Sans,sans-serif;font-size:15px;line-height:1.7;color:#000}.text_custom{font-family:"Segoe UI",Open Sans,sans-serif;font-size:15px;line-height:1.7;color:#000}*{box-sizing:border-box}ul,ol,dl,p,details,address,.vcard,figure,pre,fieldset,table,dt,dd,hr{margin-bottom:20px;margin-top:0}figure.wp-caption{margin-bottom:25px!important;margin-top:25px!important}figure.wp-caption>img{margin-bottom:-2px}.break,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,pre{word-break:break-word;word-wrap:break-word}ul{margin:0;padding:0;list-style:disc}ul,ol{padding-left:20px}ul{}.top-menu
ul{padding-left:0}h1,h2,h3,h4,h5,h6{clear:both;font-family:Tahoma,Open Sans,Helvetica,Arial,sans-serif;font-weight:800;margin-bottom:0.9375rem;margin-top:0;color:#151515}h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6
a{color:#151515;text-decoration:none;font-weight:800}h1{line-height:1.3;font-size:26px;font-size:2.3rem;font-weight:800;color:#151515}.header_style{text-align:center;color:#fff;width:100%;display:block}@media (min-width: 768px){h1{font-size:26px;font-size:2.3rem;font-weight:800;color:#151515}}@media only screen and (max-width: 480px){h1{font-size:22px!important;font-family:Tahoma,Ubuntu,Helvetica,Arial,sans-serif}.single .right-sidebar, .archive .right-sidebar, .blog .right-sidebar{width:100%}}@media only screen and (max-width: 768px){h1{font-size:22px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}h2{font-size:20px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}h3{font-size:18px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}h4{font-size:16px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}h5{font-size:14px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}h6{font-size:12px!important;font-family:'Open Sans',Tahoma,Helvetica,Arial,sans-serif}body{font-family:"Segoe UI",Open Sans,sans-serif;font-size:14px!important;line-height:1.7;color:#000}.text_custom{font-family:"Segoe UI",Open Sans,sans-serif;font-size:14px!important;line-height:1.7;color:#000}}h1
span{font-weight:bold}h2{line-height:1.2;font-size:2rem;font-weight:900}h3{font-size:1.8rem;font-weight:900}h4{font-size:1.6rem;margin-bottom:12px;font-weight:900}h5{font-size:1.4rem;font-weight:900}h6{font-weight:900;font-size:1rem;letter-spacing:1px}img{max-width:100%;height:auto}.container{width:1000px;max-width:100%;overflow:hidden;margin:0
auto}h2 a:hover,
h3 a:hover{color:#1e73be}.site-header{position:relative;width:100%;z-index:100010;background:#fff}button.menu-toggle{display:none}.top-menu{}.top-menu
li{display:inline-block;list-style:none}.top-menu li
a{display:inline-block;color:#1569AE;font-family:"Segoe UI",Open Sans,Helvetica,Arial,sans-serif;padding-left:7px;padding-right:7px;font-size:14px;font-weight:500;text-decoration:none;zoom:1;letter-spacing:1px;line-height:50px}.top-menu li a:hover{color:red}.flex-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:55px}.fixed-header{position:fixed;left:0;top:0;width:100%;z-index:999;background:#fff}.site-header{box-shadow:0 5px 10px 0 rgba(50, 50, 50, 0.06)}.admin-bar .fixed-header{top:32px}.footer{background:#1B4965;padding:2.1875rem 0px 2.1875rem}.footer .sidebar
a{color:#efefef;text-decoration:none;font-size:14px;font-weight:400}.footer a:hover{color:#efbe37}.footer .sidebar a:hover{text-decoration:underline;color:#fff}.footer ul
li{margin:8px
0;list-style:none}.footer
.widget{width:16.6%;float:left}blockquote{quotes:none;overflow:hidden}blockquote
img{margin-left:0!important}blockquote:before,blockquote:after{content:'';content:none}blockquote{font-style:italic;padding:0
3em;background:#e7f7ff;padding-top:15px;margin-bottom:15px;padding-bottom:0px;margin-right:0px;margin-left:0px;border-left:5px solid #FF7F00}blockquote cite,
blockquote em,
blockquote
i{font-style:normal}.copyrights{text-align:center;background:#153A51;padding:10px
0}a{color:#0073ff;text-decoration:none;font-weight:500}a:hover{color:red}.copyrights
a{color:#efefef;text-decoration:none;font-weight:500}.copyrights a:hover{text-decoration:underline}.site-content{margin-top:30px}#nav-toggle{display:none;float:right;position:relative;width:35px;overflow:hidden;white-space:nowrap;color:transparent;margin-left:15px}#nav-toggle
span{position:absolute;top:50%;right:5px;margin-top:-2px;-webkit-transition:rotate 0.2s, translate 0.2s;transition:rotate 0.2s, translate 0.2s;display:inline-block;height:3px;width:24px;background:#000}#nav-toggle span:before, #nav-toggle span:after{position:absolute;display:inline-block;height:3px;width:24px;background:#000;content:'';right:0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition:-webkit-transform 0.2s;transition:-webkit-transform 0.2s;transition:transform 0.2s;transition:transform 0.2s, -webkit-transform 0.2s}#nav-toggle span:before{top:-8px}#nav-toggle span:after{top:8px}#nav-toggle.nav-is-visible
span{background:transparent}#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{background:#000}#nav-toggle.nav-is-visible span:before{-webkit-transform:translateX(4px) translateY(-1px) rotate(45deg);-ms-transform:translateX(4px) translateY(-1px) rotate(45deg);transform:translateX(4px) translateY(-1px) rotate(45deg)}#nav-toggle.nav-is-visible span:after{-webkit-transform:translateX(4px) translateY(0px) rotate(-45deg);-ms-transform:translateX(4px) translateY(0px) rotate(-45deg);transform:translateX(4px) translateY(0px) rotate(-45deg)}.entry-title{font-weight:600;text-transform:none;letter-spacing:-0.6px;font-family:"Tahoma",Open Sans,Helvetica,Arial,sans-serif;font-size:32px;line-height:1.5;margin-bottom:20px}.page-header{margin-top:10px}.content-area{float:left;width:82%;padding-right:39px;border-right:1px solid #e9e9e9}.right-sidebar{float:right;width:18%;padding:20px
0 0 27px;margin-bottom:20px}.widget
li{list-style:none;margin-bottom:16px;line-height:1.4}.sidebar
a{color:#777}.list-post-thumbnail{float:left;margin-right:30px;width:40%}.list-post-description{overflow:hidden}article.list-article{margin-bottom:24px;padding-bottom:7px;border-bottom:1px solid #e9e9e9;overflow:hidden}.archive-list .content-area{padding-top:25px}.pagination{margin-bottom:23px}.single .container,
.archive .container,
.blog
.container{width:1140px}.single .content-area ,
.archive .content-area,
.blog .content-area{width:75%}.single .right-sidebar ,
.archive .right-sidebar,
.blog .right-sidebar{width:25%}.content-area p
a{color:#0073ff}.content-area p a:hover{color:red}.breadcrumbs{font-family:"Segoe UI",Open sans,sans-serif;font-size:13px;padding:9px
0px;color:grey}.breadcrumbs
a{text-decoration:none;color:#425f96;font-weight:600}.breadcrumbs a:hover{text-decoration:underline}.post-meta
a{font-size:11px;font-weight:bold;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:10px}.post-meta a:hover{color:#777;text-decoration:underline}.post-meta{line-height:1;margin-bottom:12px}@font-face{font-family:"wpshop-core";src:url("/wp-content/themes/one-pix/fonts/wpshop-core.ttf") format("truetype")}.entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:20px;margin-bottom:30px;font-size: .9em;font-weight:700;border-bottom:3px solid #f2f2f2}.entry-author,.entry-date,.entry-time,.entry-views{position:relative;padding-left:3em;margin-bottom:10px;margin-right:8px;max-width:100%}.entry-label{display:block;text-transform:uppercase;font-size: .8em;color:#666;font-weight:400}.entry-author:before,.entry-date:before,.entry-time:before,.entry-views:before{position:absolute;left:0;top: .6em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:2em;color:#1479ce;font-family:wpshop-core!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.entry-author:before{content:"👤"}.entry-time:before{content:"🕒"}.entry-views:before{content:"👀"}.entry-date:before{content:"📅"}.posted-on span,
.byline
span{color:#1e73be}.entry-footer{margin-bottom:30px;padding-top:30px;border-top:1px solid #e9e9e9;clear:both}.entry-footer .cat-links, .entry-footer .tags-links{display:block;letter-spacing:1px;font-size:12px;font-weight:500;margin-top:5px}.entry-footer
a{color:#1e73be;font-weight:600}.entry-footer a:hover{color:#777;text-decoration:underline}.list-post-description .post-meta
a{color:#1e73be}.page-content{margin-bottom:30px}.breadcrumbs
span{margin-right:20px;position:relative}.breadcrumbs a:before{border-bottom:6px solid transparent;border-left:6px solid rgba(0, 0, 0, 0.2);border-top:6px solid transparent;content:"";display:inline-block;position:absolute;right:-11px;top:2px}.breadcrumbs a:after{border-bottom:5px solid transparent;border-left:5px solid #fff;border-top:5px solid transparent;content:"";display:inline-block;position:absolute;right:-10px;top:3px}.breadcrumbs span
span{margin-right:0}.logo
svg{height:45px;width:auto}.error-404 .search-form, .error-404
.widget{margin-bottom:40px}.error-404 .widgettitle, .error-404 .widget-title{font-size:15px;text-transform:uppercase;letter-spacing:2px;margin-bottom:13px;font-weight:700}.error-404
ul{padding-left:0px}.error-404 ul
li{list-style:none}.search-results
.hentry{border-bottom:1px solid #e9e9e9;padding-bottom:25px;margin-bottom:25px}.search-results .entry-summary
p{margin-bottom:0px}.search-results .entry-header .entry-title{font-size:22px;line-height:1.5;font-weight:500}.search-results .entry-header .entry-title a:hover{text-decoration:none}@media screen and (min-width: 720px){.breadcrumbs a:after{right:-15px;top:4px}.breadcrumbs a:before{right:-15px;top:4px}.breadcrumbs
span{margin-right:20px}}@media screen and (min-width: 720px){}@media all and (max-width: 999px){.single .content-area ,
.archive .content-area,
.blog .content-area{width:100%}.container{padding:0px
8px}#nav-toggle{display:block}#top-nav{display:block;position:absolute;width:97%;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#fff;transition:all .25s}#top-nav.hide{display:block;transform:translateX(60%)}.top-menu
li{display:block;list-style:none;border-top:1px solid #e9e9e9;margin:0
0 0 16px}.top-menu li
a{display:block;padding:5px
0;line-height:38px}.container{width:100%}.footer{padding:20px
0 19px}.footer
.widget{width:calc(25% - 21px);margin-right:21px}.content-area{width:100%;border-right:0;padding-right:0}.right-sidebar{width:100%!important;padding-left:0}}@media all and (max-width: 650px){.footer
.widget{width:calc(50% - 16px);margin-right:16px}.list-post-thumbnail{float:none;margin-right:0;width:100%;text-align:center}}@media all and (max-width: 480px){.footer
.widget{width:100%;float:left}}figure{max-width:100%;margin:0}.contenr-area .entry-title{font-weight:600}.rightphoto{float:right;margin:4px
0px 0px 10px}.leftphoto{float:left;margin:10px
10px 10px 0px}.tip-checkbox{display:none}@media screen and (max-width: 768px){.responsiveCopyright{display:flex;flex-direction:column!important}}.responsiveCopyright{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.responsiveCopyright>img{width:auto;max-width:fit-content;height:50px}.responsiveCopyright>span{color:#efefef;font-size:11px;flex:0.95;text-align:left}@media screen and (max-width: 768px){#site-footer>div.container>div.footer-sidebar>div.sidebar{display:flex;flex-direction:row;flex-wrap:wrap}}.wp-caption{line-height:1}.wp-caption-text{background-color:#efefef;font-weight:bold;font-size:12px;padding:8px
12px}.payments{display:flex;flex-direction:row;justify-content:center;align-items:center;width:30%;height:30px}.payments>svg{width:auto;height:100%;margin:auto}@media screen and (max-width: 768px){.payments{width:100%}}div.footer-sidebar>.sidebar>.widget_nav_menu>span.widget-title{color:#fff;font-weight:bold;display:block;padding-left:20px}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.list-post-description>p{font-size:16px}body.single-post div.page-content{font-size:16px}body.single-post ul:not(.menu){margin-bottom:20px}body.single-post .page-content ul:not([class]){list-style:none}body.single-post .page-content ul:not([class])>li:before{content:'';display:inline-block;width:6px;height:6px;border:2px
solid #1479ce;-webkit-border-radius:50%;border-radius:50%;margin-right:1.3em}body.single-post .wp-post-image{margin-bottom:20px}#top-menu .menu-item:hover
a{color:#f90}#top-menu .menu-item:hover .sub-menu{border-top:none}#top-menu .menu-item:hover .sub-menu
a{color:#1569AE}#top-menu .menu-item:hover .sub-menu .menu-item:hover
a{color:#f90}#top-menu .menu-item.menu-item-has-children .sub-menu{display:none;width:-moz-min-content;min-width:100px}#top-menu .menu-item.menu-item-has-children .sub-menu .menu-item{width:100%;border-top:1px solid #e9e9e9}#top-menu .menu-item.menu-item-has-children .sub-menu .menu-item
a{width:100%;line-height:35px}@media screen and (max-width: 999px){#top-menu .menu-item.menu-item-has-children .sub-menu{display:block !important;position:relative !important;width:auto;min-width:0}}#top-menu .menu-item.menu-item-has-children:hover .sub-menu{display:block;position:absolute;background-color:white}#top-menu .menu-item.menu-item-has-children:hover .sub-menu .sub-menu{display:none}#top-nav{overflow:hidden}@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px){body.opacity-header #site-header{position:absolute;background:none;box-shadow:none}}@media screen and (min-width: 999px) and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px) and (min-width: 999px){body.opacity-header #site-header #top-menu .menu-item{border-bottom:3px solid #ff990000}body.opacity-header #site-header #top-menu .menu-item
a{color:white;font-weight:700;line-height:35px}body.opacity-header #site-header #top-menu .menu-item:hover{border-bottom:3px solid #f90}body.opacity-header #site-header #top-menu .menu-item:hover
a{color:#f90}body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu
a{color:white}body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu .menu-item{border-top:none}body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children:hover .sub-menu .menu-item:hover
a{color:#f90}}@media screen and (min-width: 999px) and (max-width: 480px), screen and (min-width: 0px) and (max-width: 480px) and (max-width: 480px){body.opacity-header #site-header .logo
svg{height:37px}}@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px){body.opacity-header #site-header #top-menu .menu-item.menu-item-has-children .sub-menu{background-color:#fff0}}@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px){body.opacity-header #site-header .logo g > path:nth-child(1), body.opacity-header #site-header .logo g>text>tspan{fill:white !important}body.opacity-header #site-header .logo g>path:nth-child(2){fill:#f90 !important}}@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px){body.opacity-header #site-header #nav-toggle span, body.opacity-header #site-header #nav-toggle span:before, body.opacity-header #site-header #nav-toggle span:after{background:white}}@media screen and (min-width: 999px), screen and (min-width: 0px) and (max-width: 480px){body.opacity-header #site-header #nav-toggle.nav-is-visible
span{background:transparent}}@media screen and (max-width: 999px){#top-nav{right:0;width:100%;max-width:200px;left:auto;transform:none;transition:max-width 0.25s;overflow:hidden}#top-nav
div{min-width:200px}#top-nav.hide{transform:none;max-width:0px}#top-nav.hide
div{min-width:200px}}@media screen and (max-width: 480px){*{cursor:pointer}.nomobile{display:none !important}}body.elementor-editor-active{}#site-footer div.widget_nav_menu
div{max-height:400px;overflow:hidden;transition:all 0.25s}@media screen and (max-width: 480px){#site-footer div.widget_nav_menu span.widget-title{cursor:pointer}#site-footer div.widget_nav_menu span.widget-title:hover{color:#f90}#site-footer div.widget_nav_menu:not(.active) div{max-height:0px}}.flags_internationals{margin:20px
auto auto auto;max-width:1000px;width:max-content;display:flex;flex-direction:row;justify-content:space-around;align-items:center;flex-wrap:wrap}@media screen and (max-width: 999px){.flags_internationals{max-width:90vw;justify-content:center}}a.flags_internationals_img{width:22px;margin-right:12px;margin-left:12px}@font-face{font-family:"icomoon";src:url("/wp-content/themes/one-pix/fonts/icomoon.ttf") format("truetype")}.uni-tips{margin-bottom:20px;display:flex;flex-flow:column;background-color:#edf6ff}.uni-tips .uni-tips-title{position:relative;width:100%;padding:4px;padding-left:65px;background-color:black;color:white;font-weight:bold}.uni-tips .uni-tips-title
i.icon{position:absolute;top:-7px;left:7px;width:49px;height:49px;font-size:50px;background-color:white;color:#1eb0fc;border-radius:50%;font-weight:400;font-family:icomoon !important;font-style:normal;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased}.uni-tips .uni-tips-title i.icon:before{content:""}.uni-tips .uni-tips-content{padding:20px}@media screen and (max-width: 480px){.uni-tips .uni-tips-content{padding:5px}}.uni-tips.blue{background-color:#e7f7ff}.uni-tips.blue .uni-tips-title
i.icon{color:#1eb0fc}.uni-tips.green{background-color:#d6f9d7}.uni-tips.green .uni-tips-title
i.icon{color:#1cbe20}.uni-tips.orange{background-color:#ffebcc}.uni-tips.orange .uni-tips-title
i.icon{color:#f90}.uni-tips.red{background-color:#ffe6e6}.uni-tips.red .uni-tips-title
i.icon{color:#f00}.uni-tips.grey{background-color:#efefef}.uni-tips.grey .uni-tips-title
i.icon{color:#a1a4a1}.uni-terms
ul{margin:0;padding:0;display:flex;flex-flow:row wrap}.uni-terms ul
li{margin:4px;padding-right:4px;list-style-type:none !important;border:2px
solid #ccc;border-radius:8px;background-color:white;cursor:pointer;transition:all 0.25s}.uni-terms ul li
a{padding:3px
6px;padding-right:0;text-decoration:none !important}.uni-terms ul li, .uni-terms ul li
a{color:black !important;font-weight:bold}.uni-terms ul li:hover{background-color:#1a1a1a32}.uni-terms ul li:hover, .uni-terms ul li:hover
a{color: цршеу}body.single-post
div.breadcrumbs{display:none !important}body.single-post main
div.breadcrumbs{display:flex !important}body.single-post main div.breadcrumbs
div.container{display:flex;flex-flow:row wrap}body.single-post main
div.container{display:flex;flex-direction:column;width:1000px}body.single-post main div.container .content-area{margin:auto;padding:0;border-right:none}body.single-post main div.container .content-area .post-thumbnail-image{position:relative}body.single-post main div.container .content-area .post-thumbnail-image .post-meta{position:absolute;left:12px;bottom:48px;width:max-content;height:max-content;padding:6px;box-sizing:content-box;margin-bottom:0 !important;background-color:white;border-radius:5px}body.single-post main div.container .content-area .post-thumbnail-image .post-meta
a{color:#0073ff;font-family:"Open Sans";text-decoration:none}body.single-post main div.container .content-area .post-thumbnail-image .post-meta a:hover{color:red}body.single-post main div.container .right-sidebar{display:none}span.entry-footer-title{font-size:18px;font-weight:bold;font-family:"Open Sans"}div.onepix-posts{display:flex;flex-flow:row wrap;justify-content:flex-start}div.onepix-posts .list-article{width:100%;min-width:200px;max-width:calc(33% - 30px);height:auto;padding-bottom:0;margin:15px;margin-bottom:20px;display:flex;flex-direction:column;overflow:hidden;cursor:pointer;border:none}div.onepix-posts .list-article .list-post-thumbnail{position:relative;width:100%;height:auto;min-height:150px;margin-right:12px;margin-bottom:12px;display:flex;flex:0.8;background-position:center;background-size:cover;overflow:hidden}div.onepix-posts .list-article .list-post-thumbnail .post-meta{position:absolute;left:12px;top:12px;width:max-content;height:max-content;padding:6px;margin-bottom:0 !important;background-color:white;border-radius:5px}div.onepix-posts .list-article .list-post-thumbnail .post-meta
a{font-weight:bold;font-family:"Open Sans";color:#1569AE}div.onepix-posts .list-article .list-post-description{position:relative;overflow:hidden;display:flex;flex:1;flex-direction:column;line-height:1.2}div.onepix-posts .list-article .list-post-description .list-post-description-title
a{font-size:18px;font-weight:bold;text-decoration:none;color:#0073ff}div.onepix-posts .list-article .list-post-description .list-post-description-title a:hover{color:red}@media screen and (max-width: 450px){div.onepix-posts{margin:0;padding:0;display:flex;flex-flow:column wrap !important}div.onepix-posts .list-article{margin:0;margin-bottom:20px;padding:0;max-width:100% !important;width:100%;height:auto}div.onepix-posts .list-article .list-post-thumbnail{margin:0;padding:0;min-height:200px;border:none}}a.uni-button{width:100%;max-width:220px;padding:8px
16px;background-color:#feb20e;color:black !important;text-decoration:none !important;border-radius:5px;cursor:pointer;font-weight:bold}a.uni-button:hover{background-color:orange}a.uni-button.dark{padding:2px
4px;color:#0073ff !important;border:1px
solid #0073ff !important;background-color:#ffffff00 !important}a.uni-button.dark:hover{color:red !important;border:1px
solid red !important;background-color:#ffffff00 !important}body.single-post span, body.single-post p, body.single-post a ul, body.single-post ol, body.single-post li, body.blog span, body.blog p, body.blog a ul, body.blog ol, body.blog li, body.archive span, body.archive p, body.archive a ul, body.archive ol, body.archive
li{font-family:"Open Sans",sans-serif !important}@font-face{font-family:TablePress;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),url(/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');font-weight:400;font-style:normal;font-display:block}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}