.configurator__brands {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px 28px;
}

@media only screen and (max-width: 1425px) {
    .configurator__brands {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .configurator__brands {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -7px 5px;
    }
}

.configurator__brand {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    position: relative;
    margin: 0 15px 19px;
}

@media only screen and (max-width: 767px) {
    .configurator__brand {
        width: -webkit-calc(33% - 20px);
        width: calc(33% - 20px);
        margin: 0 10px 17px;
    }
}

.configurator__brand-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.configurator__brand-box {
    display: block;
    position: relative;
    height: 106px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d0d8dc;
    overflow: hidden;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
    cursor: pointer;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .configurator__brand-box {
        padding: 16px 17px;
        height: 60px;
    }
}

.configurator__brand-input:checked + .configurator__brand-box {
    border: 1px solid #ff6f3c;
}

.configurator__brand.active .configurator__brand-box {
    border: 1px solid #b6c4cb;
}

.configurator__brand-box img {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    max-height: -webkit-calc(100% - 20px);
    max-height: calc(100% - 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.configurator__brand-box:hover {
    border-color: #90a4ae;
}

.configurator__main {
    position: relative;
    margin-bottom: 70px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .configurator__main {
        margin-bottom: 20px;
    }
}

.configurator__navigation {
    position: relative;
    width: 356px;
    padding-right: 28px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1279px) {
    .configurator__navigation {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-bottom: 22px;
    }
}

.configurator__body {
    width: 100%;
    padding-left: 356px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
    .configurator__body {
        padding-left: 0;
    }
}

.configurator__screens {
    width: 100%;
    height: 611px;
    display: block;
    overflow: visible;
    border: 1px solid #d0d8dc;
}

@media only screen and (max-width: 767px) {
    .configurator__screens {
        height: 830px;
    }
}

.configurator__screens .slick-list {
    overflow: visible;
}

.configurator__screen-box {
    width: 100%;
    height: 613px;
    position: relative;
    float: left;
    outline: none;
}

#disk-navigation li span {
    clear: both;
    display: block;
}
#conf-info_memory span {
    clear: both;
    display: block;
}
#conf-info_cpu-name span {
    clear: both;
    display: block;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-box {
        height: 100%;
        /* left: 0!important;	 */
    }
    .configurator__screen_5 .configurator__screen-select-box select {
        width: 100%;
        margin-bottom: 10px;
    }
    .configurator__screen_5 .configurator__screen-select label {
        height: 20px;
    }
}

.configurator__screen {
    width: 100%;
    padding: 63px 65px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 608px;
}

@media only screen and (max-width: 1279px) {
    .configurator__screen {
        -webkit-background-size: contain !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .configurator__screen {
        padding: 36px 15px !important;
        background-position: 50% 0 !important;
    }
}

.configurator__screen_1 {
    padding: 0;
    background-repeat: no-repeat;
}

.configurator__screen_5 .configurator__screen-main {
    max-width: 100%;
    margin: 0 auto;
}
.configurator__screen_5 .configurator__screen-title {
    margin-bottom: 10px;
}
.configurator__screen_5 .configurator__screen-header {
    margin-bottom: 0;
}

.configurator__screen-main-order {
    width: 100%;
}

.configurator__screen-main-order--1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.configurator__screen-main-order--2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.configurator__screen-main-order--3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.configurator__screen-main-order--4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.configurator__screen-main-order--5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.configurator__screen-main-order--6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.configurator__screen-main-order--7 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.configurator__screen-main-order--8 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.configurator__screen-main--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-main--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.configurator__screen-main--order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.configurator__screen-main .configurator__left-rect {
    width: 100%;
}

.configurator__screen-main .configurator__right-rect {
    width: 42%;
    min-height: 370px;
    border: 1px solid #d4dee3;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-main .configurator__right-rect {
        width: 100%;
        min-height: 159px;
        height: 33vh;
    }
}

.configurator__screen-main .conf-control {
    padding: 0;
}

.configurator__form-f .conf-control {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .configurator__form-f {
        margin-bottom: 10px;
    }
}

.configurator__screen-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.configurator__screen-header--cpu {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-header {
        display: block;
        margin-bottom: 10px;
    }
}

.configurator__screen_4 .configurator__screen-header {
    margin-bottom: 144px;
}

@media only screen and (max-width: 767px) {
    .configurator__screen_4 .configurator__screen-header {
        margin-bottom: 26px;
    }
}

.configurator__head-hint {
    font: 300 18px/100% Roboto, sans-serif;
    color: #1d1d1d;
}

@media only screen and (max-width: 767px) {
    .configurator__head-hint {
        font-size: 14px;
    }
}

.configurator__form-f-title,
.configurator__screen-title {
    font: 700 26px/100% Roboto, sans-serif;
    margin: 0 -3px 20px;
    color: #272727;
}

@media only screen and (max-width: 767px) {
    .configurator__form-f-title,
    .configurator__screen-title {
        font-size: 16px;
    }
}

.configurator__screen-description {
    line-height: 2;
    letter-spacing: -0.3px;
}

.configurator__screen-view {
    opacity: 1;
    display: block;
    margin-right: -72px;
    margin-top: -24px;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-view {
        display: none;
    }
}

.configurator__screen-view img {
    display: block;
    min-height: 110px;
}

.configurator__slider {
    margin-bottom: 27px;
}

.configurator__slider-title {
    font: 700 18px/122% Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .configurator__slider-title {
        text-transform: none;
        color: #575962;
        margin-bottom: 14px;
    }
}

.configurator__model {
    margin-top: 0;
}

.configurator__slider_ram {
    margin-bottom: 70px;
}

.configurator__screen-info {
    margin: 25px 0 0;
}

.configurator__screen-info-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 14px;
}

.configurator__screen-info-description {
    font-size: 30px;
}

.configurator__screen-select {
    margin-bottom: 28px;
}

.configurator__screen_6 .configurator__screen-select {
    margin-bottom: 14px;
}

.configurator__screen-select select {
    width: 100%;
    height: 56px;
    padding: 0 16px;
}

.configurator__screen-select label {
    width: 60px;
    float: left;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    height: 56px;
}

.configurator__screen_6 .configurator__screen-select label {
    width: 50%;
    max-width: 177px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .configurator__screen_6 .configurator__screen-select label {
        max-width: unset;
        width: 100%;
    }
}

.configurator__screen-select label:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: 0;
    vertical-align: middle;
}

.configurator__screen-select label > span {
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
}
#conf-control__box_opt-1 label > span {
    display: inline;
}
#conf-control__box_opt-2 label > span {
    display: inline;
}
#configurator select {
    border-color: #d0d8dc;
    height: auto;
    padding: 5px;
}
.configurator__screen.configurator__screen_6 select {
    width: 100%;
    outline: none;
}

.configurator__screen-select .jq-selectbox {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configurator__screen-select .jq-selectbox__select {
    height: 50px;
    background: #fff;
    border: 1px solid #d0d8dc;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-select .jq-selectbox__select {
        height: 45px;
        z-index: 1;
    }
}

.configurator__screen-select-box {
    display: block;
    width: 100%;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
}
.configurator__screen_5 .configurator__screen-select-box {
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-select-box {
        padding-left: 0;
    }
}

.configurator__screen-select-box:before {
    content: ' ';
    display: table;
}

.configurator__screen-select-box:after {
    content: ' ';
    display: table;
    clear: both;
}

.configurator__screen-select-box--small {
    /* width: 89%; */
    width: calc(100% - 80px);
}

@media only screen and (max-width: 767px) {
    .configurator__screen-select-box--small {
        width: 100%;
    }
}

.configurator__screen-select-box_opt-1 {
    width: 69.5%;
}

.configurator__screen_6 .configurator__screen-select-box {
    padding-left: 177px;
}

@media only screen and (max-width: 767px) {
    .configurator__screen_6 .configurator__screen-select-box {
        padding-left: 0;
    }
}

.configurator__screen-select-box {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.configurator__screen-select-box select {
    z-index: 0;
    /* width: 80%; */
    width: calc(100% - 250px);
    float: right;
}
.configurator__screen-select-box select.disk-count-select {
    z-index: 0;
    width: 100px;
    float: right;
}

.conf-control {
    margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
    .conf-control {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

.conf-control__box {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .configurator__screen_6 .conf-control__box {
        margin-bottom: 10px;
    }
}

.conf-control__box--cpu {
    margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
    .conf-control__box--cpu {
        margin-bottom: 20px;
    }
}

.configurator__screen-header--cpu {
    width: 100%;
}
.configurator__screen-header--cpu .configurator__head {
    width: 50%;
    float: left;
}
.conf-control__box_opt-1 {
    float: right;
    width: 24%;
}
.conf-control__box_cpu-type {
    float: right;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 10px;
}

.conf-control__box_cpu-type .conf-control__scale {
}

.conf-control__box_cpu-type .conf-control__scale-item {
    max-width: 1000%;
    width: calc(50% - 30px);
}

@media only screen and (max-width: 767px) {
    .conf-control__box_opt-1 {
        float: none;
        width: 100%;
    }
    .conf-control__box_cpu-type .conf-control__scale-item {
        width: calc(50% - 10px);
    }
    .conf-control__box_cpu-type {
        padding-left: 5px;
    }
    .configurator__screen_5 .configurator__screen-select-box select {
        margin: 0;
    }
}

.conf-control__box_opt-2 {
    max-width: 737px;
    margin: 0 0 auto 175px;
    width: auto;
}

@media only screen and (max-width: 767px) {
    .conf-control__box_opt-2 {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}

.conf-control__box_cpu {
    max-width: 425px;
    margin-bottom: 88px;
}

.conf-control__scale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
    .conf-control__scale {
        margin: 0 -5px;
    }
}

.conf-control__scale--other {
    margin: 0 -10px;
}

.conf-control__scale-item {
    position: relative;
    z-index: 0;
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    min-width: 154px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d0d8dc;
    background-color: #fff;
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .conf-control__scale-item {
        min-width: 0;
        width: -webkit-calc(33.3% - 10px);
        width: calc(33.3% - 10px);
        margin: 0 5px;
    }
}

.conf-control__scale-item--small {
    min-width: 80px;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
    .conf-control__scale-item--small {
        min-width: 55px;
    }
}

.conf-control__scale-item input {
    display: none;
}

.conf-control__scale label.conf-control__scale-item {
    max-width: 1000%;
}

.conf-control__scale-text {
    max-width: 96%;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #272727;
    font: 700 18px/100% Roboto, sans-serif;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .conf-control__scale-text {
        font-size: 14px;
    }
}

.conf-control__active-tab {
    opacity: 0;
    z-index: -1;
    border: 1px solid #ff6f3c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

input:checked + .conf-control__active-tab {
    opacity: 1;
    z-index: 1;
}

.conf-control__cpu-label {
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
    .conf-control__cpu-label {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.conf-control__slider {
    width: 66.66666%;
    margin: 0 auto 42px;
}

.conf-control__slider-handle {
    top: -1px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.conf-control__slider-handle:after {
    content: none;
    display: block;
    width: 100%;
    top: 0;
    left: -24px;
    position: absolute;
    height: 54px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 24px;
    border: 1px solid #282828;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.conf-control__slider-handle.disabled:after {
    border: 1px solid #aaa;
}

.conf-control__slider-handle.slider-handle-1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.conf-control__slider-handle.slider-handle-2 {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.conf-control__slider-handle.slider-handle-3 {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.conf-control__slider-handle.slider-handle-4 {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
}

.conf-nav {
    border: solid #cfd8dc;
    border-width: 1px 1px 0;
}

@media only screen and (max-width: 1279px) {
    .conf-nav {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 0;
    }
}

@media only screen and (max-width: 767px) {
    .conf-nav {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0 5px;
        width: auto;
    }
}

.conf-nav__item {
    position: relative;
    height: 122px;
    border-bottom: 1px solid #cfd8dc;
    cursor: pointer;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item {
        width: 20%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-bottom: 0;
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.conf-nav__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -6px;
    border-right: 7px solid transparent;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
    box-sizing: content-box;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item:before {
        border-right: 0;
        border-bottom: 7px solid transparent;
    }
}

.conf-nav__item.active:before,
.conf-nav__item.current-item-0:before {
    border-color: #ff6f3c;
}

.conf-nav__item:first-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -29px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left-color: #ff6f3c;
    -webkit-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item:first-child:after {
        top: 100%;
        right: 50%;
        margin-top: 7px;
        margin-right: -7px;
        border: 14px solid transparent;
        border-top-color: #ff6f3c;
        -webkit-transition: top 0.25s ease-in-out;
        -o-transition: top 0.25s ease-in-out;
        transition: top 0.25s ease-in-out;
    }
}

.conf-nav__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.current-item-1.conf-nav__item:after {
    top: 50%;
}

@media only screen and (max-width: 1279px) {
    .current-item-1.conf-nav__item:after {
        top: 100%;
        right: 50%;
    }
}

.current-item-2.conf-nav__item:after {
    top: 150%;
}

@media only screen and (max-width: 1279px) {
    .current-item-2.conf-nav__item:after {
        top: 100%;
        right: -50%;
    }
}

.current-item-3.conf-nav__item:after {
    top: 250%;
}

@media only screen and (max-width: 1279px) {
    .current-item-3.conf-nav__item:after {
        top: 100%;
        right: -150%;
    }
}

.current-item-4.conf-nav__item:after {
    top: 350%;
}

@media only screen and (max-width: 1279px) {
    .current-item-4.conf-nav__item:after {
        top: 100%;
        right: -250%;
    }
}

.current-item-5.conf-nav__item:after {
    top: 450%;
}

@media only screen and (max-width: 1279px) {
    .current-item-5.conf-nav__item:after {
        top: 100%;
        right: -350%;
    }
}

.conf-nav__item-view {
    position: relative;
    width: 90px;
    height: 100%;
    float: left;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item-view {
        width: auto;
        height: auto;
        text-align: center;
        position: relative;
        padding: 5px 22px;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .conf-nav__item-view {
        padding: 2px 5px;
    }
}

.conf-nav__item-view img {
    max-width: 54px;
    max-height: 54px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item-view img {
        max-width: 100%;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .conf-nav__item-view img {
        max-height: -webkit-calc(21px + 6vw);
        max-height: calc(21px + 6vw);
    }
}

.conf-nav__item-info {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item-info {
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding-top: 15px;
        margin-left: 0;
    }
}

.conf-nav__item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 11px;
}
.conf-nav__item-title h4 {
    margin: 0;
    font-size: inherit;
}
.conf-nav__item-description {
    margin: 0;
}
.conf-nav__item-description li {
    padding-left: 0;
}
.conf-nav__item-description li:before {
    display: none;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item-title {
        text-align: center;
        font-size: 17px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .conf-nav__item-title {
        font-size: -webkit-calc(6.3px + 0.9vw);
        font-size: calc(6.3px + 0.9vw);
    }
}

.conf-nav__item-description {
    line-height: 1.2;
    font-weight: 700;
    color: #9fb0b9;
}

@media only screen and (max-width: 1279px) {
    .conf-nav__item-description {
        display: none;
    }
}

.conf-slider {
    position: relative;
    padding: 12px 0 40px;
}

.conf-slider__scale {
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 600 14px/122% Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #71737b;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .conf-slider__scale {
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .configurator__slider_ram .conf-slider__scale {
        background: none;
    }
}

.conf-slider__scale .slider__first {
    position: absolute;
    bottom: 0;
    left: 0;
}

.conf-slider__scale .slider__last {
    position: absolute;
    bottom: 0;
    right: 0;
}

.conf-slider__line {
    width: 100%;
    margin: 0 auto;
    height: 3px;
    background: #d0d8dc;
}

.conf-slider__line .ui-slider-handle {
    border: 0;
    background: #ff6f3c;
}

.conf-slider__line.ui-widget-content {
    border: none !important;
    background: #cfd8dd;
    height: 3px;
}

.conf-slider__line.ui-slider-horizontal .ui-slider-handle {
    width: 18px;
    margin-left: -9px;
    background-color: #ff6f3c;
    outline: none;
    border: none;
    top: -7px;
}

.configurator__slider_ram .conf-slider__line {
    margin: 0 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

@media only screen and (max-width: 767px) {
    .configurator__slider_ram .conf-slider__line {
        width: 100%;
        margin: 0;
    }
}

.configurator__slider_ram .conf-slider__ram-count {
    position: relative;
    bottom: -22px;
    font-weight: 700;
    display: inline-block;
    width: auto;
    min-width: 70px;
    text-align: center;
    color: #71737b;
}

@media only screen and (max-width: 767px) {
    .configurator__slider_ram .conf-slider__ram-count {
        top: auto;
        bottom: -20px;
    }
}

.configurator__screen-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.conf-btn {
    position: absolute;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-72%);
    -ms-transform: translateY(-72%);
    transform: translateY(-72%);
    max-width: 210px;
    line-height: 42px;
    font-size: 15px;
}

.conf-info {
    padding: 0 25.6%;
    margin-bottom: 0;
}

.inquiry .conf-info + .lead-form {
    margin-top: 17px;
}

.conf-info__header {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .conf-info__header {
        margin-bottom: 20px;
    }
}

.conf-info .conf-info__header h3 {
    font-size: 26px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .conf-info .conf-info__header h3 {
        font-size: 18px;
    }
}

.conf-info__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.conf-info__main .conf-info__field {
    display: block;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .conf-info__main .conf-info__field {
        width: 100%;
        margin: 0 0 20px;
    }
}

.conf-info__main-column {
    display: block;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .conf-info__main-column {
        width: 100%;
        margin: 0 0 20px;
    }
}

.conf-info__main .conf-info__field:last-of-type {
    margin-bottom: 0;
}

.conf-info__main .conf-info__property {
    width: 100%;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px;
}

.conf-info__main .conf-info__value {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 16px;
}

.conf-info__select-me {
    cursor: pointer;
    color: #ff6f3c;
    text-transform: lowercase;
}

.conf-info__fields_lev-2 {
    width: 100%;
    display: inline-block;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .conf-info__fields_lev-2 {
        margin-top: 15px;
    }
}

.conf-info__fields_lev-2 .conf-info__property {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media only screen and (max-width: 1425px) {
    .conf-info__fields_lev-2 .conf-info__property {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .conf-info__fields_lev-2 .conf-info__property {
        padding-left: 0;
    }
}

.conf-info__fields_lev-2 .conf-info__value {
    font-size: 16px;
}

.configurator__screen_5 .select-disk:not(select) {
    width: 80%;
    float: left;
}

@media only screen and (max-width: 1279px) {
    .configurator__screen_5 .select-disk:not(select) {
        max-width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .configurator__screen_5 .select-disk:not(select) {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}

.configurator__screen_5 .select-disk-count {
    float: left;
}

@media only screen and (max-width: 767px) {
    .configurator__screen_5 .select-disk-count {
        display: block;
        float: none;
        margin-top: 15px;
        width: 100%;
    }
}

#conf-info_SATA-count-styler {
    position: relative;
}

div.select-disk-count.select-disabled .jq-selectbox__select-text {
    color: transparent;
}

div.select-disabled .conf-control__scale-item:after,
div.select-disabled .jq-selectbox__select:after {
    background: rgba(0, 0, 0, 0.1);
}

.select-disabled:after,
div.select-disabled .conf-control__scale-item:after,
div.select-disabled .jq-selectbox__select:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    cursor: default;
}

.configurator__footer {
    margin-bottom: 70px;
}

.configurator__footer > .inquiry {
    width: 100%;
    display: inline-block;
}

.configurator__footer > .inquiry .conf-info__property {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .configurator__footer > .inquiry p {
        font-size: 14px;
        line-height: 122%;
    }
}

.configurator__footer .conf-info {
    position: relative;
    float: left;
    max-width: -webkit-calc(100% - 467px);
    max-width: calc(100% - 467px);
    width: 100%;
    padding: 0;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 1279px) {
    .configurator__footer .conf-info {
        max-width: 100%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
}

.configurator__footer .inquiry .conf-form {
    position: relative;
    float: right;
    max-width: 447px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    margin-top: 0;
}

@media only screen and (max-width: 1279px) {
    .configurator__footer .inquiry .conf-form {
        max-width: 100%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    .configurator__footer .conf-form h3 {
        font-weight: 700;
        font-size: 26px;
    }
}

.configurator__footer #sendForm .wrap-input .wrap-left {
    margin-bottom: 0;
}

.configurator__screen-box:last-child .configurator__screen-footer {
    display: none;
}

.configurator__screen_5 .select-disk-count {
    width: 100px;
}

.screen-close__box {
    height: 40px;
    width: 40px;
    border: solid transparent;
    border-width: 0 0 1px 1px;
    position: absolute;
    right: 0;
    top: -40px;
}

@media only screen and (max-width: 1279px) {
    .screen-close__box {
        top: 0;
    }
}

.screen-close {
    position: absolute;
    z-index: 1;
    background-image: url(/local/templates/crabbit/css/../images/close.png);
    height: 100%;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.screen-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.configurator__screen-footer {
    display: none;
}

.configurator .label-iagree,
.configurator .label-iagree a {
    color: #90a4ae;
}

.configurator__screen-select label > span {
    max-width: -webkit-calc(100% - 2px);
    max-width: calc(100% - 2px);
    max-height: -webkit-calc(100% - 1px);
    max-height: calc(100% - 1px);
    margin-top: 0;
    box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-select label > span {
        margin-top: 0;
        font-size: 16px;
    }
}

.configurator__select-block {
    position: absolute;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
    float: right;
    pointer-events: none;
    opacity: 0.5;
    z-index: 20;
    background: #fff;
}

.configurator__cpu-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.configurator__cpu-options .configurator__screen-select {
    width: 23.3%;
    margin-right: 40px;
}

.configurator__cpu-options .configurator__screen-select:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .configurator__cpu-options .configurator__screen-select {
        width: 33%;
        margin-right: 5px;
        margin-bottom: 0;
    }
}

.configurator__cpu-options .configurator__screen-select label {
    display: block;
    float: none;
    height: auto;
}

.configurator__cpu-options .configurator__screen-select label span {
    font-size: 10px;
    text-transform: uppercase;
}

.configurator__cpu-options .configurator__screen-select-box {
    width: 100%;
    padding-left: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#f2f4f5)
    );
    background-image: -webkit-linear-gradient(top, #fff, #f2f4f5);
    background-image: -o-linear-gradient(top, #fff, #f2f4f5);
    background-image: linear-gradient(180deg, #fff, #f2f4f5);
}

.configurator__cpu-options
    .configurator__screen-select-box
    .jq-selectbox__select-text {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    min-width: 100%;
}

.configurator__cpu-options
    .configurator__screen-select-box
    .jq-selectbox__select {
    height: 34px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
    .configurator__cpu-options
        .configurator__screen-select-box
        .jq-selectbox__select {
        padding: 0 20px 0 9px;
    }
}

.configurator__cpu-options .configurator__screen-select-box .jq-selectbox li {
    font-size: 12px;
    min-height: 34px;
    line-height: 34px;
}

.configurator__cpu-options .configurator__screen-select-box .jq-selectbox {
    min-width: 100%;
}

.configurator__cpu-options
    .configurator__screen-select-box
    .jq-selectbox__trigger-arrow {
    background: url(/local/templates/crabbit/images/conf/select-icon.svg)
        no-repeat;
    width: 8px;
    height: 4px;
    top: 50%;
    left: auto;
    right: 10px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox-group__title {
    font-family: Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
    .checkbox-group__title {
        font-size: 18px;
    }
}

.checkbox-group__body {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .checkbox-group__body {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.checkbox-group__item {
    width: -webkit-calc(16.66667% - 3px);
    width: calc(16.66667% - 3px);
    margin-bottom: 10px;
}

@media only screen and (max-width: 1425px) {
    .checkbox-group__item {
        width: -webkit-calc(20% - 3px);
        width: calc(20% - 3px);
    }
}

@media only screen and (max-width: 767px) {
    .checkbox-group__item {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox__fake {
    display: none;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 14px;
    height: 14px;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .custom-checkbox__fake {
        top: 0;
    }
}

.custom-checkbox__fake:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 8px;
    opacity: 0;
    background: url(/local/templates/crabbit/images/conf/checkbox.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.custom-checkbox__input {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .custom-checkbox__input {
        top: 0;
    }
}

.custom-checkbox__input:checked + .custom-checkbox__fake {
    display: none;
}

.custom-checkbox__input:checked + .custom-checkbox__fake:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.custom-checkbox__label {
    font: 18px/122% Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
}

#configurator__screen_3 {
    height: auto;
    min-height: 608px;
    border: 1px solid #d0d8dc;
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
    margin-top: -1px;
    padding-bottom: 20px;
}
#configurator__screen_3 .configurator__screen-title {
    margin: 0;
}
#configurator__screen_3 .configurator__screen-info-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 26px;
    color: #9fb0b9;
}
#configuration_results .config-item {
    margin-bottom: 20px;
}

.configurator__screens {
    opacity: 0;
    transition: all 0.5s;
}
.configurator__screens.slick-initialized {
    opacity: 1;
}

.configurator__screen.configurator__screen_6 .configurator__screen-select {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: nowrap;
}
.configurator__screen_6 .configurator__screen-select-box {
    padding-left: 0;
}
.configurator__screen-select-box_opt-1 {
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .custom-checkbox__label {
        font: 15px/122% Roboto, Helvetica Neue, Arial, Helvetica, sans-serif;
    }
    .conf-nav__item:before {
        left: 0;
    }
    .conf-nav__item:after {
        transition: all 0.5s;
    }
    .conf-nav {
        padding: 0;
    }
    .current-item-1.conf-nav__item:after {
        right: calc(50% - 6px);
    }
    .current-item-2.conf-nav__item:after {
        right: calc(-50% - 6px);
    }
    .current-item-3.conf-nav__item:after {
        right: calc(-150% - 6px);
    }
    .current-item-4.conf-nav__item:after {
        right: calc(-250% - 6px);
    }
    .current-item-5.conf-nav__item:after {
        right: calc(-350% - 6px);
    }

    .configurator__screens {
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
    }

    .configurator__screen {
        height: 0;
        position: relative;
        padding: 25px 10px 10px !important;
    }
    #configurator__screen_3 {
        height: 0;
        min-height: 0;
    }
    .slick-current #configurator__screen_3 {
        height: auto;
    }
    .slick-current .configurator__screen {
        height: auto;
    }

    .conf-nav__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .conf-nav__item-info {
        padding-top: 10px;
    }

    .configurator__screen_5 .configurator__screen-select-box select {
        font-size: 14px;
        padding: 0 0 0 5px;
        width: calc(100% - 130px);
    }
    .configurator__screen_5
        .configurator__screen-select-box
        select.select-disk-count {
        width: 70px;
    }
    .configurator__screen_5
        .configurator__screen-select-box
        select.disk-count-select {
        width: 50px;
    }
    #conf-info_RAID {
        width: 100%;
    }
}

.jq-selectbox ul {
    max-height: 300px !important;
}

.input-lead.error-lead-form {
    border-color: #ce3330;
}
.iagree-text {
    font-size: 13px;
    color: #939393;
    line-height: 20px;
    margin: 15px 0;
}
.form-cover__text {
    display: none;
}

body .configurator__screen_5 .select-disk-count {
    width: 200px;
}
body .configurator__screen-select label {
    white-space: nowrap;
}

body .configurator__screen-select label {
    width: auto;
}

body .configurator__screen-select-box select {
    width: auto;
}

body .configurator__screen-select-box select.disk-count-select {
    width: auto;
}

body #conf-info_memory span {
    display: inline;
}

body #conf-info_cpu-name span {
    display: inline;
}

@media only screen and (max-width: 767px) {
    .configurator__screen-select label {
        width: 60px;
        height: 50px;
    }
    #configurator select {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .configurator__screen-select-box.configurator__screen-select-box--small,
    .configurator__screen.configurator__screen_6 .configurator__screen-select,
    .configurator__screen_6 .configurator__screen-select-box {
        display: block;
        width: 100%;
    }
    .configurator__screen-select-box_opt-1 {
        padding-right: 0;
    }
    .configurator__screen-select:last-child {
        margin-bottom: 0;
    }
    .configurator__screen-select label {
        float: none;
    }
    .configurator__screen-info,
    .configurator__screen-info-title {
        margin-top: 0;
    }
    .configurator__slider_ram,
    .configurator__slider_cpu {
        margin-bottom: 0;
        padding: 0 10px;
    }
    .configurator__screen-main-order--5 {
        margin-top: 15px;
    }
    .configurator__screen-box.slick-slide > div {
        display: none;
    }
    .configurator__screen-box.slick-slide.slick-active > div {
        display: block;
    }
    .configurator__screen-box.slick-slide.slick-active {
        left: unset !important;
    }
    .conf-nav__item {
        display: block;
    }
    .configurator__screen.configurator__screen_5
        .configurator__screen-main
        .configurator__screen-select:first-child {
        margin-top: 15px;
    }
    .configurator__screen-select {
        margin-bottom: 15px;
    }
}
