@font-face{
    font-family: 'MYRIADPRO-REGULAR';
    url('/fonts/MYRIADPRO-REGULAR.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.section .list {
    margin-top: 10px;
}

.section .list ul li {
    list-style: none;
}

.section .list .left-column {
    float: left;
    width: 50%;
    vertical-align: middle;
    min-height: 80px;
}

/*------------------------*/

.d-flex,
.radio,
.block-labels,
.head-filter,
.block-filter,
.menu-server,
.block-cost,
.row-options,
.slider-param,
.block-filters,
.link-config,
.table-head,
.table-row,
.filter-result,
.block-btns,
.block-filter-left,
.final-price,
.block-button,
.item-included,
.select-option,
.menu-server-item,
.list-server-charac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gpu {
    display: inline-block;
    border-top: 1px solid #dedede;
    font-size: 16px;
    width: 85%;
    color: #666;
    padding-top:10px;
    margin-top:10px;
    padding-left: calc(12% + 8px);
    background: url('/images/monitor.svg') no-repeat left center/12%;
    line-height: 110%
}

.top-header {
    background: white;
}

.title-page {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7e7e77;
}

.slider-param,
.head-filter,
.menu-server,
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.radio,
.block-button,
.filter-result,
.menu-server-item,
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radio,
.head-filter,
.menu-server-item,
.align-items-center,
.item-included,
.block-filter,
.final-price,
.link-config {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.final-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-wrapper.filter-wrapper {
    min-width: 480px;
}
.server-config-page .server-config-wrapper{
    background-color: white;
    padding: 10px
}
.content-wrapper .server-config-wrapper
{
    background-color: white;
    padding: 20px;
    margin-bottom: 10px;
}

.content-wrapper .server-config-wrapper .content
{
    padding-bottom: 0;
    margin-bottom: 0
}

.link-config {
    text-decoration: none;
    text-align: center;
    border: 1px solid #5ca0c9;
    color: #5ca0c9;
    width: 140px;
    font-size: 15px;
    height: 50px;
}

.left-block,
.right-block {
    width: 50%;
    padding-top: 10px;
}

.server-charac {
    margin: 10px 0;
}

.server-charac-title {
    background: #f7f7f7;
    padding: 5px 40px;
    margin: 0 4px;
    font-size: 15px;
    color: #666;
}

.list-server-charac {
    padding: 0 10px 10px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-server-charac {
    margin-top: 10px;
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    padding: 7px 25px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
}

.item-server__two-lines {
    height: 38px;
    width: 101px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}

.server-description {
    width: 40%;
    border-right: 1px dashed #adaead;
}

.header-description {
    background: #f7f7f7;
    padding-bottom: 4px;
    position: relative;
}

.server-name {
    color: #f83a38;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 60px;
    margin-left: 10px;

}

.cpu-img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.server-brand {
    padding-left: 10px;
    background: #fa961e;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
}

.server-cost {
    width: 70%;
}

.list-description {
    padding: 15px;
}

.title-description {
    font-size: 20px;
    line-height: 34px;
    color: #5a5757;
}

.item-description {
    font-size: 13px;
    color: #666;
}

.item-description span {
    line-height: 25px;
}

.text-description {
    width: 80%;
    display: inline-block;
}

.border-bottom {
    margin: 0 15px;
    border: 1px dotted #adaead;
}

.radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #BAC0CF;
    background: #BAC0CF;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.radio:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.radio.selected-item {
    background: #fff;
}

.selected-item .radio:after {
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #69bd45;
}

.list-border {
    position: absolute;
    text-align: center;
    border-left: 1px solid #8f8f8f;
    border-right: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    height: 11px;
    margin-right: 10px;
    top: 50px;
    left: 0;

}

.list-border__w101 {
    width: 101px;
}

.list-border__w138 {
    width: 138px;
}

.list-border__w208 {
    width: 208px;
}

.list-server-info {
    font-size: 20px;
    color: #000;
    margin-top: -10px;
    display: block;
}

.block-articles {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}

.link-articles {
    font-size: 13px;
    color: #2681b8;
    text-decoration: none;
}

.item-included {
    font-size: 20px;
    color: #231f20;
    line-height: 30px;
    list-style: none;
}

.icon {
    margin: 0 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-proc {
    background: url(/images/dedicated/20191127_FH_Pict_SerDedi_Proc.png) center center;
}

.icon-net {
    background: url(/images/dedicated/20191127_FH_Pict_SerDedi_Net.png) center center;
}

.icon-save {
    background: url(/images/dedicated/20191127_FH_Pict_SerDedi_Save.png) center center;
}

.list-option-title {
    font-size: 15px;
    color: #8c8c8c;
    margin-bottom: 10px;
}

.block-radio-buttons {
    padding: 20px;
}

.select-option {
    margin-bottom: 10px;
    font-size: 20px;
    color: #231f20;
}

.select-option.selected-item .radio {
    background: #fff;
}

.select-option.selected-item .radio span {
    background: #69bd45;
}

.cell-time.selected-item {
    font-weight: 700;
    background: #d9d9d9;
}

.text-option {
    width: 55%;
}

.cost-option {
    width: 14%;
}

.pay-block .select-option {
    margin-bottom: 20px;
}

.pay-block .cost-option {
    text-align: right;
    margin-right: 10px;
    position: relative;
}

.ram-block .cost-option {
    text-align: right;
    margin-right: 10px;
}

.hdd-block .cost-option {
    text-align: right;
    margin-right: 10px;
}

.additional-info {
    position: absolute;
    font-size: 13px;
    width: 200%;
    top: 20px;
    left: -10px;
    color: #fbb056;
}

.back-config {
    padding: 20px 0 10px 0;
    text-align: center;
    border-bottom: 1px dashed #adaead;
}

.block-cost .left-block {
    width: 37%;
}

.block-cost .right-block {
    width: 63%;
}

.block-cost .text-option {
    color: #8c8c8c;
    font-size: 18px;
}

.block-cost .cost-option {
    width: 16%;
    color: red;
    font-size: 25px;
}

.block-cost .select-option:first-child {
    margin-bottom: 35px;
}

.block-cost .left-block .text-option {
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 25px;
}

.final-price {
    height: 70px;
    border-top: 1px dashed #adaead;
    border-bottom: 1px dashed #adaead;
}

.final-price .list-option {
    width: 45%;
}

.final-price .text-option {
    /* width: 37%; */
    width: calc(40% + 37px);
    font-size: 18px;
}

.final-price .cost-option {
    position: relative;
    color: red;
    width: 18%;
    font-size: 25px;
    margin-right: 10px;
    text-align: right;
}

.final-price .additional-info {
    left: 0;
    top: 27px;
}

.block-button {
    /* cursor: pointer; */
    padding: 35px 0 30px 0;
}

.add-to-cart {
    width: 143px;
    height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-top: 14px;
    padding-left: 18px;
}

.add-to-cart span:before {
    content: url('/images/dedicated/20191127_FH_Pict_SerDedi_Korzina_001_White.png');
    float: left;
}

.menu-server-item {
    width: 19%;
    height: 50px;
    color: #8c8c8c;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
    border-radius: 30px;
    margin: 20px 0;
    -webkit-box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.75);
}

.menu-server-item.active {
    font-weight: 700;
    color: #fff;
    background: #f18e00;
}

.head-filter {
    padding-left: 40px;
    padding-right: 10px;
    height: 37px;
    border-radius: 30px;
    margin: 0 15px 15px 15px;

    background: #f7f7f7;
}

.title-filter {
    font-size: 24px;
    text-transform: uppercase;
    color: #adaead;
}

.show-filter {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 2px 30px 2px 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #ededed;
}

.show-filter-icon {
    display: block;
    overflow: hidden;
    position: absolute;
    border: 2px solid #ededed;
    background: #fff;
    top: -1px;
    right: -5px;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    background: #fff url('/images/dedicated/20191127_FH_Pict_SerDedi_Strelki.png') no-repeat 3px 2px;
}

.show-filter-icon.hide-block-filter {
    background-position: -18px 6px;
}

.block-filters {
    margin: 0 15px;
}

.block-filter-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 66.5%;
}

.block-filter-right {
    width: 33.5%;
}

.block-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 41%;
    margin-left: 2%;
    margin-bottom: 15px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #EDEDED;
    box-shadow: 0px 0px 2px 2px #EDEDED;
    padding: 10px 18px;
    border-radius: 30px;
    background: #f7f7f7;
    -webkit-box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 6px -2px rgba(0, 0, 0, 0.75);
}

.filter-result {
    font-size: 14px;
    color: #f18e00;
    width: calc(100% - 20px);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px dashed #adaead;
}

.filter-result span {
    margin: 0 5px;
}

.block-filter-right {
    position: relative;
}

#dropping {
    border: none;
    font-size: 15px;
    color: #6f6f6f;
    position: absolute;
    bottom: 0;
    padding: 5px 20px;
    border-radius: 20px;
    background: #f7f7f7;
    cursor: pointer;
    right: 0;

}

.block-labels {
    width: calc(100% - 20px);
}

.block-filter:nth-child(1) .filter-result,
.block-filter:nth-child(4) .filter-result {
    margin-top: 42px;
}

.block-options {
    padding: 10px 0;
}

.block-options-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #c1c2c1;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 6px;
}

.row-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-block {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7e7e77;
}

.cell-time {
    font-size: 15px;
    background: #fff;
/*    padding: 3px 10px;*/
    border-radius: 30px;
    border: 1px solid #dedede;
    margin-top: 10px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    height: 23px;
    text-align: center;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cell-time[data-type-memory="DDR3"],
.cell-time[data-type-memory="DDR4"],
.cell-time[data-type-memory="DDR5"]
{
   width: 60px; 
   height: 26px;
}

.cell-time[data-disc="NVMe"],
.cell-time[data-disc="SATA"],
.cell-time[data-disc="SSD"],
.cell-time[data-disc="SAS"] {
   width: 56px; 
   height: 26px;
}

.cell-time[data-manufac="AMD"],
.cell-time[data-manufac="intel"] {
   width: 60px; 
   height: 26px;
}

.cell-time[data-stocks="sale"] {
   width: 65px; 
   height: 26px;
}

.sellout {
   width: 105px; 
   height: 26px;
}

.cell-time[data-tariff="new"] {
   width: 79px; 
}

.cell-time[data-time="24"],
.cell-time[data-time="48"],
.cell-time[data-time="72"]  {
    width: 75px;
}

.cell-time[data-ipmi="1"] {
   width: 55px !important; 
}

.cell-time[data-raid="soft"] {
   width: 95px !important; 
}

.cell-time[data-raid="hard"] {
   width: 101px !important; 
}

.cell-text {
    font-size: 15px;
    color: #666;
}

/*--------------block-table------------------*/
.block-table {
    border: 1px solid #dedede;
    background: #f7f7f7; 
    width: calc(100% - 20px);
    margin: 0 10px;
}

.table-head .head-cell {
    text-align: left;
    position: relative;
    background: #f7f7f7;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 17px 0 10px 10px;
    border: 1px dotted #dedede;
    width: 18%;
}

.table-body {
    max-height: 1400px;
    overflow-y: auto;
}

.table-head {
    margin: 0 1px;
}

.table-row .body-cell {
    padding: 10px 10px 40px 10px;
    color: #f18e00;
    font-size: 24px;
    border: 1px dotted #dedede;
    width: 18%;
    vertical-align: text-top;
}

.table-row {
    margin: 1px;
    background: #fff; 
    overflow: hidden;
}

.table-row:hover {
    position: relative;
    z-index: 900;
    outline: 1px solid #f77573;
}

.table-head .ser-config-cell,
.table-row .ser-config-cell {
    display: block;
    word-wrap: break-word;
    font-size: 15px;
    color: #666;
    width: 11%;
}

.table-row .ser-config-cell {
    #padding: 0px 5px;
    padding: 10px 10px 40px 10px;
    text-align: center;
}

.table-row .ser-config-cell a {
    padding: 8px 10px 0px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    #width: calc(100% - 20px);
    #height: calc(100% - 50px);
    #color: #666;
    #padding-right: 10px;
}

.table-row .name-cell {
    background: #f7f7f7;
    color: #54534a;
    position: relative;
    word-break: break-all;
}

.name-cell .cell-time {
   width: 70px; 
}

.title-cell {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    color: #54534a;
    display: none;
}

.light-green-backg {
    background: #edffe8 !important;
}

.marker {
    position: absolute;
    left: -14px;
    bottom: -10px;
    width: 70px;
    height: 33px;
}

.marker_new {
    background: url('/images/dedicated/new.png') no-repeat;
}

.marker_sale10 {
    background: url('/images/dedicated/sale10.png') no-repeat;
}

.marker_sale15 {
    background: url('/images/dedicated/sale15.png') no-repeat;
}

.marker_stock {
    background: url('/images/dedicated/stock.png') no-repeat;
}
/*-------------------------*/

.footer-filter-title {
    text-transform: uppercase;
    font-size: 15px;
    color: #666;
    text-align: right;
    position: relative;
    margin: 14px 60px 30px 0;
}

.footer-filter-title .block-btns {
    position: absolute;
    right: -42px;
    bottom: -2px;
}

.footer-filter-text {
    text-transform: none;
}

.slider-block {
    border: px solid #fff;
    width: 100%;
    margin-bottom: 15px;
}

.slider-param {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 10px;
    color: #666;
}

.slider-param-min,
.slider-param-max {
    font-size: 14px;
}

.slider-param-text {
    font-size: 12px;
}

.block-filter-title {
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.block-filter-title span {
    text-transform: none;
}

.dedicated-slider {
    width: calc(100% - 40px);
    height: 2px;
    background: #eee;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    background: #b8dda9;
}

.ui-slider-handle {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -6px;
    margin-left: -3.5px;
    z-index: 200;
    background: #fc0;
    border-radius: 50px;
}

.server-config-page .ui-widget-header {
    background: #71c050 !important;
    height: 4px;
    left: 0;
    top: -1px;
    position: absolute;
}

#disc .ui-widget-header,
#purity .ui-widget-header,
#memory .ui-widget-header,
#disc-size .ui-widget-header,
#cost .ui-widget-header,
#num-of-cores .ui-widget-header {
    background: #fc0;
}

#dropping:focus,
.ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
}

.block-btns {
    position: absolute;
    right: 6px;
    bottom: 10px;
}

.from-less,
.from-more {
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
}

.from-less {
    background: url('/images/dedicated/20191127_FH_Pict_SerDedi_Strelki.png') no-repeat -18px 3px;
}

.from-more {
    background: url('/images/dedicated/20191127_FH_Pict_SerDedi_Strelki.png') no-repeat 3px 2px;
}

.not-found {
    text-align: center;
    padding: 50px 0;
}

.not-found h3 {
    width: 90%;
    margin-left: 5%;
    font-size: 24px;
    font-weight: 400;
    color: #7e7e77;
}

.hide__block {
    display: none;
}

.bor__red {
    border-color: red;
}

.text-color__black {
    color: #231f20;
}

.col__black {
    color: #666;
    font-size: 15px;
}

.border-right__dotted {
    border-right: 1px dotted #adaead;
}

.border-top-bot__dashed {
    border-top: 1px dashed #adaead;
    border-bottom: 1px dashed #adaead;
}

.back__grey {
    background: #f7f7f7;
}

.extra-elem {
    width: 27px;
    margin-right: 20px;
}

.pt__15 {
    padding-top: 15px;
}

.pl__50 {
    padding-left: 50px;
}

.pt__0 {
    padding-top: 0;
}

.ml__150 {
    margin-left: 150px;
}

.total-info-server .text-option {
    width: calc(55% + 37px);
}
.total-info-server .cost-option {
    text-align: right;
    margin-right: 10px;
}
@media (max-width: 1200px) {

    .server-config-page .content,
    .filter-wrapper .content,
    .filter-wrapper {
        width: 100%;
    }

    .menu-server,
    .preview-host,
    .filter-wrapper .top-header,
    .filter-wrapper .preview-host {
        width: 90%;
        margin-left: 5%;
    }

    .text-option {
        width: 60%;
    }

    .cose-option {
        width: 15%;
    }

    .list-server-charac.pt__0 .item-server-charac {
        margin-bottom: 25px;
    }

    .final-price .cose-option,
    .block-cost .cose-option {
        width: 30%;
    }

    .final-price .list-option {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .menu-server-item {
        font-size: 18px;
        width: auto;
        padding: 0 25px;
        font-size: 16px;
    }

    .criteria-table tr td,
    .title-filter {
        font-size: 20px;
    }

    .title-page.ml__150 {
        margin-left: 0;
    }

    .block-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-filter-left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .block-filter {
        width: 43%;
        margin-left: 0;
    }

    .block-filter-right,
    .block-filter-left {
        width: 100%;
    }

    .table-wrapper {
        width: calc(100% - 20px);
        margin-left: 10px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .criteria-table {
        width: 950px;
        margin: 0;
    }

    .text-option {
        width: 50%;
        margin-right: 10%;
    }

    .cost-option {
        width: 15%;
    }

    .block-cost .cost-option {
        width: 22%;
    }

    .final-price .cost-option {
        width: 24%;
    }
}

@media (max-width: 768px) {
    .menu-server,
    .block-cost,
    .filter-wrapper .section .list.d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-filter,
    .server-cost,
    .final-price .list-option,
    .server-description,
    .block-cost .left-block,
    .block-cost .right-block,
    .right-block,
    .left-block {
        width: 100%;
    }

    .gpu {
        display: inline-block;
        border-top: none;
        font-size: 16px;
        padding-top:0;
        margin-top:0;
        padding-left: 0;
        background: none;
    }

    .menu-server-item {
        width: 35%;
        height: 40px;
        margin-top: 0;
    }

    .right-block {
        padding-top: 0;
    }

    .final-price .list-option,
    .block-cost .left-block .text-option {
        margin-left: 20px;
    }

    .final-price .text-option {
        width: 45%;
    }

    .cost-option {
        padding-top: 4px;
    }

    .additional-info {
        top: 23px;
    }

    .top-header.d-flex {
        text-align: center;
    }

    .radio {
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        margin-top: 6px;
    }

    .radio:after {
        width: 10px;
        height: 10px;
    }

    .selected-item .radio:after {
        width: 10px;
        height: 10px;
        top: 4px;
        left: 4px;
    }

    .cose-option,
    .select-option .val-option,
    .select-option .text-option {
        line-height: 30px;
    }

    .title-page {
        font-size: 25px;
    }

    .additional-info {
        width: 126px;
    }

    #dropping {
        position: static;
    }

    .title-filter {
        font-size: 18px;
    }

    .block-table {
        border: none;
    }

    .table-head {
        display: none;
    }

    .table-body .table-row {
        border: 2px solid #dedede;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-row .name-cell {
        background: #fff;
    }

    .table-row {
        margin-bottom: 30px;
    }

    .table-row .body-cell {
        width:100%!important;
        text-align: center;
    }

    .title-cell {
        display: block;
    }

    .table-row .body-cell {
        padding-bottom: 10px;
    }

    .table-row .ser-config-cell {
        font-weight: 700;
    }
    
    .table-row .ser-config-cell a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .name-cell .cell-time {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 500px) {

    .block-cost .text-option,
    .item-included,
    .item-server-charac,
    .select-option {
        font-size: 16px;
    }

    .block-cost .cose-option {
        font-size: 20px;
    }

    .title-page {
        font-size: 20px;
    }

    .menu-server-item {
        width: 100%;
    }

    .show-filter {
        font-size: 14px;
    }

    .filter-wrapper .preview-host.server-config {
        width: 100%;
        margin-left: 0;
    }

    .head-filter {
        padding-left: 10px;
    }
}