.prod {
    width: 99%;
    height:100%;
    overflow: hidden;
    overflow-x: scroll;
    background: #2c2c2c;
    white-space:nowrap;
    margin: 10px;
}

.c0 {
    background: #fd9292;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
}

.c1 {
    background: #000000;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
}

.c8 {
    background: #0994d7;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 3px;
    font-size: 15px;
}

.white {
    background: #ffffff;
    color: #000000;
    padding-left: 2px;
    padding-right: 2px;
}

#infinity {
    position: relative;
    width: 212px;
    height: 100px;
    box-sizing: content-box;
}

#infinity:before, #infinity:after {
    content: "";
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border: 20px solid black;
    border-radius: 50px 50px 0 50px;
    transform: rotate(-45deg);
}

#infinity:after {
    left: auto;
    right: 0;
    border-radius: 50px 50px 50px 0;
    transform: rotate(45deg);
}

.feature_comparison.dots table td.plan_header {
    position: relative;
    background-color: #F5F7F9;
    border: none;
    padding-top: 8px;
    border-bottom: 8px solid #FFFFFF;
}

.feature_comparison.dots table td.plan_header:not(:nth-child(2)):not(:last-child) {
    border-left: 8px solid white;
    border-right: 8px solid white;
}

.dev_error {
    font-size: 13px !important;
    background: #c90000;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.dev_action {
    font-size: 13px !important;
    background: #5c8d1d;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.dev_add {
    font-size: 13px !important;
    background: #597cfb;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.dev_vav {
    font-size: 13px !important;
    background: #000000;
    color: #ffffff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 3px;
}

.license_type_list table { width: auto; min-width: auto; margin: 0; padding: 0; border-collapse: separate; }
.license_type_list table tbody tr { height: auto; }
.license_type_list table tbody tr td { background-color: transparent !important; padding: 0px 10px 0px 0px !important; /*верхнее правое нижнее левое*/ }
.license_type_list table tbody tr td { text-align: left !important; }

.abbr { text-decoration: none; }

tr.main_points:not(:last-child) { border-bottom: solid 1px #EAEAEA; }

.wrapper-dropdown-3 {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #8AA8BD;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border-radius: 0 0 7px 7px;
    border: none;
}

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

.cell_server:not(:nth-child(2)):not(:last-child) {
    border-left: 8px solid white;
    border-right: 8px solid white;
}

.cell_server { padding: 0 !important; }

.table_control { padding: 0 !important; margin: 0 !important; }
.table_control td {
    text-align: left !important;
    padding-left: 0 !important;
    background: none !important;
    padding-right: 50px !important;
}

.head_cvp {
    font-size: 22px;
    font-weight: 400;
    color: #90A4AE;
}

.select_server {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #c7ccd1;
    border-radius: 8px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #41505E;
    background-color: #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select_server {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 1px #c7ccd1;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    font-weight: bold;
    background-color: #ffffff;
    color: #333333;
}

#named { width:50px; display:inline-block; }
#box   { width:56px; display:inline-block; }
#text  { width:50px; display:inline-block; }

.checkselect {
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: left;
}

.checkselect-control {
    position: relative;
    padding: 0 !important;
}

.checkselect-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    height: 30px;
}

.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;      
    cursor: pointer;
}
     
.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 25px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
}     
    
.checkselect-popup label:hover {
    background: #03a2ff;
    color: #fff;
}

.checkselect-popup fieldset {
    display: block;
    margin:  0;
    padding: 0;
    border: none;
}

.checkselect-popup fieldset input {
    left: 15px;
}   

.checkselect-popup fieldset label {
    padding-left: 32px;
}

.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}