.layout {
    font-size: 16px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    color: #4e4b4b;

}
.layout__page {
    position: relative;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    min-height: 100vh;
    background-color: #ffffff;
    padding-bottom: 100px;
}

.header__content {
    height: 121px;
    border-bottom: 1px solid #d7d7d7;
}
.header__logo {
    float: left;
    margin-top: 18px;
}
.header__menu {
    position: absolute;
    top: 0;
    left: 420px;
    right: 230px;
}
.header__toggle {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
}
.header__controls {
    float: right;
    margin-top: 31px;
}
.header__search {
    float: left;
}
.header__basket {
    float: left;
    margin-left: 18px;
}


.panel {
    height: 60px;
    background-color: #4e4b4b;
    border-bottom: 1px solid #babbba;
    font-size: 0;
    overflow: hidden;
}
.panel__col_left {
    float: left;
    min-height: 1px;
    height: 60px;
}
.panel__col_right {
    float: right;
    min-height: 1px;
    height: 60px;
}
.panel__item {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    margin-left: 45px;
}
.panel__item:first-child {
    margin-left: 0;
}
.panel__icon {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.panel__item_phone .panel__icon {
    width: 21px;
    height: 21px;
    background: 0 0 no-repeat url('../images/panel-icon-phone.png');
}

.panel__item_about .panel__icon {
    width: 21px;
    height: 21px;
    background: 0 0 no-repeat url('../images/panel-icon-about.png');
}

.panel__item_email .panel__icon {
    width: 24px;
    height: 18px;
    background: 0 0 no-repeat url('../images/panel-icon-email.png');
}
.panel__item_support .panel__icon {
    width: 23px;
    height: 20px;
    background: 0 0 no-repeat url('../images/panel-icon-support.png');
}
.panel__item_requirements .panel__icon {
    width: 20px;
    height: 24px;
    background: 0 0 no-repeat url('../images/panel-icon-requirements.png');
}
.panel__item_auth .panel__icon {
    width: 18px;
    height: 19px;
    background: 0 0 no-repeat url('../images/panel-icon-auth.png');
}
.panel__item a {
    color: #ffffff;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.panel__item a:hover {
    color: #ffcd16;
}
.panel__item > div {
    display: inline;
}

.item_phone + .item_phone{
    padding-left:20px;
}

.footer {
    position: relative;
    margin-top: -115px;
    height: 115px;
    padding-top: 15px;
    min-width: 320px;
    overflow: hidden;
}
.footer__content {
    height: 100px;
    background-color: #f0f0f0;
}
.footer__info {
    float: left;
    min-height: 1px;
    width: 290px;
    padding: 5px 20px 0 0;
    position: relative;
}
.footer__info:before {
    content: '';
    display: block;
    background-color: #ffcd16;
    height: 115px;
    position: absolute;
    top: -15px;
    right: 0;
    left: -2000px;
}
.footer__text {
    position: relative;
    font-size: 14px;
    color: #2a2929;
    line-height: 1.4;
}
.footer__text a {
    color: #2a2929;
}
.footer__menu {
    float: left;
    min-height: 1px;
    width: 100%;
    margin-left: -290px;
    padding-left: 340px;
    white-space: nowrap;
    font-size: 0;
}
.footer__menu:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100px;
}

.body__content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.body_inner .body__content {
    padding-top: 25px;
    padding-bottom: 45px;
}
.body__breadcrumbs {
    padding-top: 45px;
}
.body__bottom .content {
    padding-bottom: 30px;
}

.container {
    width: 1520px;
    max-width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.container_wide {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.content {
    line-height: 1.5;
}
.content a {
    color: #ff9501;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.content a:hover {
    color: #ffcd16;
}
.content ul {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}
.content ul > li {
    margin: 0;
    padding-left: 17px;
    position: relative;
}
.content ul > li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ababab;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.logo {
    display: block;
}
.logo__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.menu-toggle {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b3b1b1;
    cursor: pointer;
    background-color: #ffffff;
    transition: border-color 0.3s;
}
.layout__page_main .header__toggle {
    display: none;
}
.menu-toggle:hover {
    border-color: #ff9501;
}
.header__toggle-text{
    padding-top:4px;
    font-size:12px;
    text-align:center;
    display:block;
}

.menu-toggle__icon {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 14px;
    right: 14px;
    height: 6px;
    border-top: 1px solid #4d4b4b;
    border-bottom: 1px solid #4d4b4b;
    transition: border-color 0s 0.3s;
}
.menu-toggle__icon::before,
.menu-toggle__icon::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #4d4b4b;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.menu-toggle__icon::before {
    top: -6px;
    transition-property: top, transform;
}
.menu-toggle__icon::after {
    bottom: -6px;
    transition-property: bottom, transform;
}
.menu-toggle_active .menu-toggle__icon {
    border-color: transparent;
    transition: border-color 0.3s 0s;
}
.menu-toggle_active .menu-toggle__icon::before {
    top: 2px;
    transform: rotate(45deg);
}
.menu-toggle_active .menu-toggle__icon::after {
    bottom: 1px;
    transform: rotate(-45deg);
}
.menu-toggle_active .menu-toggle__icon::before,
.menu-toggle_active .menu-toggle__icon::after {
    transition-delay: 0s, 0.3s;
}

.social {
    white-space: nowrap;
    font-size: 0;
}
.social__icon {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    margin-left: 10px;
    background: 0 0 no-repeat url('../images/social.png');
}
.social__icon:first-child {
    margin-left: 0;
}
.social__icon_instagram {
    background-position: 0 0;
}
.social__icon_instagram:hover {
    background-position: 0 100%;
}
.social__icon_twitter {
    background-position: 50% 0;
}
.social__icon_twitter:hover {
    background-position: 50% 100%;
}

.social__icon_facebook {
    background-position: 100% 0;
}
.social__icon_facebook:hover {
    background-position: 100% 100%;
}
.breadcrumbs__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffcd16;
}
.breadcrumbs__item:after {
    content: '/';
    display: inline;
    font-size: 14px;
    color: #a9a9a9;
    padding: 0 8px;
}
.breadcrumbs__item:last-child:after {
    display: none;
}
.breadcrumbs__link {
    color: #a9a9a9;
}
.breadcrumbs__link:hover {
    color: #ff9501;
}

.pages {
    display: block;
    text-align: center;
    margin-top: 40px;
    position: relative;
    padding: 0 250px;
}
.pages__prev {
    position: absolute;
    top: 0;
    left: 0;
}
.pages__next {
    position: absolute;
    top: 0;
    right: 0;
}
.pages__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.pages__item {
    display: inline-block;
    vertical-align: middle;
}
.pages__link {
    display: block;
    height: 42px;
    line-height: 42px;
    min-width: 42px;
    padding: 0 5px;
    margin: 0 10px;
    font-size: 23px;
    color: #adacac;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.pages__link:hover {
    color: #323232;
}
.pages__link_active {
    color: #323232;
}

.search {
    width: 60px;
    height: 60px;
    position: relative;
}
.search__form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    height: 100%;
    width: 60px;
    padding: 15px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.search_active .search__form {
    width: 400px;
}
.search__btn {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 11;
    background: none;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search__btn:before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    background: 0 0 no-repeat url('../images/search-btn.png');
}
.search__btn:hover:before {
    background-position: 0 100%;
}
.search__btn_toggle {
    display: block;
    z-index: 12;
    top: 0;
    right: 0;
}
.search_active .search__btn {
    display: block;
}
.search_active .search__btn_toggle {
    display: none;
}
.search__control {
    display: none;
    width: 100%;
    height: 30px;
    background-color: transparent;
    margin: 0;
    padding: 0 60px 0 20px;
    border: none;
    font-size: 16px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    color: #4e4b4b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search_active .search__control {
    display: block;
}
.search__control::-webkit-input-placeholder {
    color: #818181;
}
.search__control:-moz-placeholder {
    color: #818181;
    opacity: 1;
}
.search__control::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
.search__control:-ms-input-placeholder {
    color: #818181;
}

.basket-small {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
}
.basket-small:before {
    content: '';
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -15px;
    background: 0 0 no-repeat url('../images/basket-small.png');
}
.basket-small:hover:before {
    background-position: 0 100%;
}
.basket-small__quantity {
    display: block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 3px;
    color: #ffffff;
    font-size: 10px;
    background-color: #ff9501;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.top-menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    font-size: 1px;
    text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-align-last: justify;
}
.top-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.top-menu__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    white-space: nowrap;
    height: 100%;
    line-height: 121px;
    padding: 0 10px;
}
.top-menu__link {
    color: #4e4b4b;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.top-menu__link:hover {
    color: #ff9501;
}
.top-menu__link_active:hover,
.top-menu__link_active {
    color: #ff9501;
}

.bottom-menu {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    font-size: 1px;
    overflow: hidden;
    text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-align-last: justify;
}
.bottom-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.bottom-menu__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    white-space: nowrap;
    padding: 0 10px;
}
.bottom-menu__link {
    color: #4e4b4b;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.bottom-menu__link:hover {
    color: #ff9501;
}
.bottom-menu__link_active:hover,
.bottom-menu__link_active {
    color: #ff9501;
}

.loading {
    position: relative;
}
.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #ffffff 50% 50% no-repeat url('../images/loading.gif');
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.group {
    margin-bottom: 10px;
}
.group_size_sm {
    margin-bottom: 5px;
}

.field {
    position: relative;
    min-height: 36px;
}
.field__placeholder {
    display: block;
    padding: 0 8px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #818181;
    font-weight: 300;
    background: rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.caption {
    float: left;
    min-height: 1px;
    width: 200px;
    padding-right: 20px;
    padding-top: 5px;
    position: relative;
    line-height: 1.2;
}
.caption + .field {
    float: left;
    width: 100%;
    margin-left: -200px;
    padding-left: 200px;
}

.label {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    color: #4e4b4b;
}

.required {
    color: #ff9501;
}

.error {
    color: #e84365;
}
.field + .error,
.control + .error,
.radio + .error,
.checkbox + .error,
.captcha + .error {
    margin-top: 5px;
    font-size: 14px;
}

.success {
    color: #ff9501;
}

.control {
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #bdbdbd;
    font-size: 16px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    color: #4d4b4b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -o-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
select.control {
    padding: 0 0 0 15px;
}
input.control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.control {
    min-height: 100px;
    resize: vertical;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.control:focus {
    border-color: #ff9501;
}
.control::-webkit-input-placeholder {
    color: #999999;
}
.control:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.control:-ms-input-placeholder {
    color: #999999;
}
.has-error .control {
    border-color: #e84365;
}
.control_light {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.control_light option {
    color: #4d4b4b;
    background-color: #ffffff;
}
.control_light option:disabled {
    color: #cccccc;
}
.control_light:focus {
    border-color: #ffcd16;
}
.control_light::-webkit-input-placeholder {
    color: #ffffff;
}
.control_light:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.control_light::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.control_light:-ms-input-placeholder {
    color: #ffffff;
}
.has-error .control_light {
    border-color: #e84365;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 1.2;
}
.checkbox.form_inline,
.radio.form_inline {
    display: inline-block;
    vertical-align: middle;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
    margin-left: -20px;
}
.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    min-height: 20px;
    margin: 0;
}
.checkbox label::before,
.radio label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin-left: -20px;
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
}
.checkbox label::after,
.radio label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 2px;
    top: 5px;
    margin-left: -17px;
    background-color: #ffffff;
}
.checkbox input[type="checkbox"]:checked + label::after,
.radio input[type="radio"]:checked + label::after {
    background-color: #4d4b4b;
}
.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
}
.checkbox_light label::before,
.radio_light label::before {
    background-color: transparent;
    border-color: #ffffff;
}
.checkbox_light label::after,
.radio_light label::after {
    background-color: transparent;
}
.checkbox_light input[type="checkbox"]:checked + label::after,
.radio_light input[type="radio"]:checked + label::after {
    background-color: #ffffff;
}
.checkbox_inline,
.radio_inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

a.button,
.button {
    display: inline-block;
    font-family: 'Open Sans', 'Arial', sans-serif;
    padding: 0 10px;
    max-width: 100%;
    min-width: 150px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    background: #ff9501;
    border: none;
    border-bottom: 2px solid #3d3b3b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
a.button:hover,
.button:hover {
    background: #ffcd16;
}
a.button:active,
.button:active {
    background: #eebb00;
}
.button_default {
    background: #4d4b4b;
    border-bottom: 2px solid #c9c9c9;
}
.button_default:hover {
    background: #ff9501;
}
.button_default:active {
    background: #e38400;
}
.button_size_md {
    height: 40px;
    line-height: 40px;
}
a.button_size_lg,
.button_size_lg {
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    font-size: 18px;
}

.main {
    position: relative;
    height: 600px;
    border-bottom: 1px solid #d3d2d2;
}
.main__menu {
    width: 305px;
    height: 100%;
}
.main__row {
    position: absolute;
    top: 0;
    left: 305px;
    right: 0;
    height: 100%;
}
.main__banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    height: 100%;
}
.main__banners {
    position: absolute;
    top: 0;
    left: 0;
    right: 480px;
    height: 100%;
}
.main_inner {
    height: auto;
    border-bottom: none;
}
.main_inner .main__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}

.banners {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banners__item {
    width: 100%;
}
.banners__picture {
    display: block;
    width: 100%;
    height: 600px;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.banners__nav {

}
.banners_inner .banners__nav {
    bottom: 180px;
}
.banners__dots {
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
    text-align: center;
}
.banners .slick-dots {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.banners .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    cursor: pointer;
}
.banners .slick-dots button {
    display: block;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.banners .slick-dots li:hover button {
    background-color: #ff9501;
}
.banners .slick-dots .slick-active button {
    background-color: #ff9501;
}
.banners__btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    text-align: center;
    line-height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.banners__btn_prev {
    left: 45px;
}
.banners__btn_next {
    right: 45px;
}
.banners__btn:hover {
    background-color: #ff9501;
}
.banners__btn.slick-disabled {
    cursor: default;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.25);
}
.banners__btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 45px;
    background: no-repeat url('../images/banners-arrows.png');
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.banners__btn_prev:before {
    background-position: 0 0;
}
.banners__btn_next:before {
    background-position: 100% 0;
}

.banner {
    width: 100%;
    height: 100%;
}
.banner__link {
    display: block;
    width: 100%;
    height: 100%;
}
.banner__picture {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.main-menu {
    width: 305px;
    background-color: #ffffff;
}
.main_inner .main-menu {
    display: none;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.main-menu__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu__items_mobile {
    display: none;
    border-top: 1px solid #d7d7d7;
}
.main-menu__item {
    display: block;
    margin-top: -1px;
}
.main-menu__item:first-child {
    margin-top: 0;
}
.main-menu__link {
    display: block;
    position: relative;
    padding: 20px 30px 20px 60px;
    min-height: 90px;
    font-size: 15px;
    color: #67605a;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.main-menu__item:first-child .main-menu__link {
    border-top: none;
}
.main_inner .main-menu__item:last-child .main-menu__link {
    border-bottom: none;
}
.main-menu__link:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ffcd16;
    position: absolute;
    top: 24px;
    left: 37px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.main-menu__item:hover .main-menu__link {
    border-color: #d7d7d7;
}
.main-menu__item_parent:hover .main-menu__link:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: #ffffff;
}
.main-menu__sub {
    display: none;
    position: absolute;
    top: 0;
    left: 305px;
    right: 0;
    z-index: 100;
    max-width: 1545px;
    height: 1px;
}
.main-menu__item_parent:hover .main-menu__sub {
    display: block;
}
.main_inner .main-menu__sub {
    left: 304px;
}

.sub__content {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-top: none;
    min-height: 600px;
    padding: 40px 0;
    overflow: hidden;
}
.sub__content_cols_4 {
    width: 100%;
}
.sub__content_cols_3 {
    width: 75%;
}
.sub__content_cols_2 {
    width: 50%;
}
.sub__content_cols_1 {
    width: 25%;
}
.sub__col {
    float: left;
    min-height: 1px;
    padding-right: 40px;
}
.sub__col:first-child {
    padding-left: 40px;
}
.sub__content_cols_4 .sub__col {
    width: 25%;
}
.sub__content_cols_3 .sub__col {
    width: 33.3333%;
}
.sub__content_cols_2 .sub__col {
    width: 50%;
}
.sub__content_cols_1 .sub__col {
    width: 100%;
}
.sub__link {
    display: block;
}
.sub__banner {
    display: block;
    max-width: 100%;
    height: auto;
}

.sub-menu {
    font-size: 14px;
    line-height: 1.1;
    padding-top: 28px;
    margin-top: 45px;
    border-top: 1px solid #d7d7d7;
}
.sub-menu:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.sub-menu__items {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-menu__item {
    display: block;
    margin-top: 13px;
}
.sub-menu__link {
    text-transform: uppercase;
    color: #ff9501;
}
.sub-menu__items .sub-menu__link {
    text-transform: none;
    color: #67605a;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.sub-menu__items .sub-menu__link:hover {
    color: #ff9501;
}
.sub-menu__item .sub-menu__item {
    padding-left: 25px;
    position: relative;
}
.sub-menu__item .sub-menu__item:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #c5c5c5;
    position: absolute;
    top: 6px;
    left: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.blocks__item {
    display: block;
    position: relative;
    min-height: 270px;
    margin-top: 30px;
    border-bottom: 1px solid #ffcd16;
}


.blocks__item:first-child {
    margin-top: 0;
}
.blocks__item:before {
    content: '';
    display: block;
    height: 13px;
    width: 40%;
    background-color: #ffcd16;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.blocks__item:hover:before {
    width: 50%;
}
.blocks__item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 0 13px;
    border-color: transparent transparent transparent #ffcd16;
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.blocks__item:hover:after {
    left: 50%;
}
.blocks__item:nth-child(even):before {
    left: auto;
    right: 0;
}
.blocks__item:nth-child(even):after {
    left: auto;
    right: 40%;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #ffcd16 transparent;
}
.blocks__item:nth-child(even):hover:after {
    right: 50%;
}

.blocks__item_red{
    border-bottom:1px solid #ff0000;
}
.blocks__item_red:before{
    background-color: #ff0000;
}
.blocks__item_red:after{
    border-color: transparent transparent transparent #ff0000;
}
.blocks__item_red:nth-child(even):after {
    border-color: transparent transparent #ff0000 transparent;
}

.blocks__item_green{
    border-bottom:1px solid #68c261;
}
.blocks__item_green:before{
    background-color: #68c261;
}
.blocks__item_green:after{
    border-color: transparent transparent transparent #68c261;
}
.blocks__item_green:nth-child(even):after {
    border-color: transparent transparent #68c261 transparent;
}

.blocks__item_blue{
    border-bottom:1px solid #02a0fb;
}
.blocks__item_blue:before{
    background-color: #02a0fb;
}
.blocks__item_blue:after{
    border-color: transparent transparent transparent #02a0fb;
}
.blocks__item_blue:nth-child(even):after {
    border-color: transparent transparent #02a0fb transparent;
}

.blocks__item_orange{
    border-bottom:1px solid #ffcd16;
}
.blocks__item_orange:before{
    background-color: #ffcd16;
}
.blocks__item_orange:after{
    border-color: transparent transparent transparent #ffcd16;
}
.blocks__item_orange:nth-child(even):after {
    border-color: transparent transparent #ffcd16 transparent;
}

.blocks__content {
    display: block;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 25px;
    color: #67605a;
}
.blocks__content a {
    color: #67605a;
}
.blocks__content ul > li {
    line-height: 1.2;
    padding-left: 35px;
}
.blocks__content ul > li:before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #ff9501 transparent;
    background-color: transparent;
}
.blocks_main .blocks__content {
    width: 430px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 270px;
    padding-bottom: 50px;
    padding-right: 20px;
}
.blocks__item:nth-child(even) .blocks__content {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
}
.blocks__item:nth-child(even) .blocks__content ul > li {
    padding-left: 0;
    padding-right: 35px;
}
.blocks__item:nth-child(even) .blocks__content ul > li:before {
    left: auto;
    right: 0;
}
.blocks_main .blocks__item:nth-child(even) .blocks__content {
    left: auto;
    right: 0;
    padding-right: 0;
    padding-left: 20px;
}
.blocks__title {
    font-family: 'Bicubik', 'Ubuntu', 'Arial', sans-serif;
    font-size: 36px;
    color: #4d4b4b;
    text-transform: uppercase;
    line-height: 1.1;
}
.blocks__title small {
    display: block;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-size: 30px;
    color: #b3b2b2;
    text-transform: none;
    line-height: 1;
    margin: 0 0 5px;
}
.blocks__cover {
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.blocks__item:nth-child(even) .blocks__cover {
    right: 50%;
    left: 0;
}
.blocks_main .blocks__cover {
    left: 430px;
}
.blocks_main .blocks__item:nth-child(even) .blocks__cover {
    right: 430px;
}
.blocks__picture {
    display: block;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.blocks__item:hover .blocks__picture {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.advantages {
    background-color: #ff9501;
    margin: 60px 0 30px;
}
.advantages__container {
    position: relative;
    min-height: 100px;
}
.advantages__container:before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 25px;
    left: 0;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.advantages__content {
    position: relative;
    color: #ffffff;
    padding: 0 50px 50px;
}
.advantages__title {
    display: block;
    margin: 0 0 20px;
    font-family: 'Bicubik', 'Ubuntu', 'Arial', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #ffcd16;
    line-height: 1.1;
    text-transform: uppercase;
}
.advantages__content ul {
    display: block;
    margin: 0;
    padding: 0 0 0 65px;
    list-style: none;
}
.advantages__content ul li {
    display: block;
    padding-left: 15px;
    position: relative;
    margin-top: 5px;
}
.advantages__content ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ff9501;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.info__item {
    border: 1px solid #d4d4d4;
    position: relative;
    margin-top: 20px;
}
.info__item:first-child {
    margin-top: 0;
}
.info__cover {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 200px;
}
.info__picture {
    display: block;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.info__content {
    padding: 30px;
}
.info__cover + .info__content {
    padding-left: 235px;
}
.info__title {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #4e4b4b;
    font-weight: bold;
    text-transform: uppercase;
}
.info__description {
    margin-top: 5px;
}
.info__prop {
    color: #ff9501;
}
.info__price {
    margin-top: 20px;
}

.callback-form {
    position: relative;
    margin-bottom: 40px;
}
.callback-form__container {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 60%;
}
.callback-form__container:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: -10px;
    left: 0;
    background-color: #ff9501;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 1;
}
.callback-form__container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 12px;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: 2;
}
.callback-form__content {
    position: relative;
    z-index: 3;
    padding: 20px 60px;
    color: #ffffff;
}
.callback-form__col {
    width: 33.3333%;
    padding: 0 13px;
}
.callback-form .control {
    height: 36px;
}
.callback-form__btn {
    width: 100%;
}

.contacts__row {
    max-width: 1260px;
}
.contacts__col {
    width: 50%;
    padding-right: 70px;
    border-right: 1px solid #d2d2d2;
}
.contacts__col + .contacts__col {
    padding-right: 0;
    padding-left: 70px;
    border-right: none;
    border-left: 1px solid #d2d2d2;
    margin-left: -1px;
}
.contacts__title {
    display: block;
    margin: 0 0 25px;
    font-size: 26px;
    color: #ff9501;
    font-weight: bold;
    text-transform: uppercase;
}
.contacts__group {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}
.contacts__group:first-child {
    margin-top: 0;
}
.contacts__group:last-child {
    padding-bottom: 0;
}
.contacts__group:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 305px;
    max-width: 100%;
    background-color: #d2d2d2;
}
.contacts__group:last-child:before {
    display: none;
}
.contacts__feedback {
    max-width: 425px;
}

.feedback-form {
    max-width: 425px;
}
.feedback-form__footer {
    margin-top: 20px;
}

.captcha {
    position: relative;
    padding-left: 225px;
    height: 40px;
}
.captcha__image {
    position: absolute;
    top: 0;
    left: 0;
}
.captcha__reload {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 180px;
    background: #dfdfdf 50% 50% no-repeat url('../images/captcha-reload.png');
    border: 1px solid #000000;
    border-left: 0;
}
.captcha__reload:hover {
    background-color: #c8c8c8;
}

.gallery-slider {
    position: relative;
    margin: 40px 0;
}
.gallery-slider__items {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    margin: 0 -10px;
}
.gallery-slider__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 10px;
    white-space: normal;
    font-size: 22px;
}
.gallery-slider__content {
    display: block;
    border: 1px solid #d2d2d2;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}
.gallery-slider__item:hover .gallery-slider__content {
    border-color: #ff9501;
}
.gallery-slider__cover {
    display: block;
    width: 100%;
    height: 280px;
}
.gallery-slider__picture {
    display: block;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.gallery-slider__title {
    display: block;
    width: 100%;
    min-height: 70px;
    padding: 10px;
    text-transform: uppercase;
    color: #4e4b4b;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.gallery-slider__item:hover .gallery-slider__title {
    color: #ff9501;
}
.gallery-slider__btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 24px;
    height: 58px;
    background: rgba(0, 0, 0, 0) no-repeat url('../images/gallery-slider-arrows.png');
    cursor: pointer;
}
.gallery-slider__btn_prev {
    left: -60px;
    background-position: 0 0;
}
.gallery-slider__btn_next {
    right: -60px;
    background-position: 100% 0;
}
.gallery-slider__btn.slick-disabled {
    cursor: default;
    opacity: 0.5;
}

.result {
    position: absolute;
    top: -50px;
    right: -50px;
    height: 150px;
}
.result:before {
    content: '';
    display: block;
    width: 87px;
    height: 84px;
    position: absolute;
    top: -90px;
    left: 0;
    background: 0 0 no-repeat url('../images/result.png');
}
.result_loading:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 5;
    background: 0 0 no-repeat url('../images/result__loading.gif');
}
.result__container {
    position: relative;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.result__container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.result__container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffcd16;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1;
}
.result__content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
    position: relative;
    padding: 0 20px;
    color: #4e4b4b;
    z-index: 2;
}
.result_loading .result__content {
    opacity: 0.3;
}
.result__caption {
    font-size: 20px;
}
.result__price {
    font-size: 36px;
    font-family: 'Bicubik', 'Ubuntu', 'Arial', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print-calc {
    position: relative;
    background-color: #ff9501;
    margin: 120px 0 30px;
}
.print-calc__holder:before {
    content: '';
    display: block;
    width: 378px;
    height: 375px;
    background: 0 0 no-repeat url('../images/print-calc.png');
    position: absolute;
    top: -300px;
    right: 60px;
}
.print-calc__container {
    position: relative;
    min-height: 190px;
    max-width: 1030px;
}
.print-calc__container:before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.print-calc__content {
    position: relative;
    color: #ffffff;
    padding: 0 50px 50px;
}
.print-calc__form {
    padding-right: 170px;
}
.print-calc__col {
    width: 20%;
    padding-right: 30px;
}
.print-calc__col_size_lg {
    width: 40%;
}
.print-calc .label {
    color: #ffffff;
    margin-bottom: 10px;
}
.print-calc__notes {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 15px;
    padding-right: 30px;
}
.print-calc__result {
    width: 270px;
}
.print-calc__btn {
    width: 180px;
    position: absolute;
    top: 110px;
    right: 40px;
}

.authorize {
    position: relative;
    background-color: #ff9501;
    margin: 140px 0 30px;
}
.authorize__holder:before {
    content: '';
    display: block;
    width: 336px;
    height: 357px;
    background: 0 0 no-repeat url('../images/authorize.png');
    position: absolute;
    top: -243px;
    right: 8%;
}
.authorize__container {
    position: relative;
    min-height: 100px;
    max-width: 1030px;
}
.authorize__container:before {
    content: '';
    display: block;
    position: absolute;
    top: -35px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.authorize__content {
    position: relative;
    color: #ffffff;
    padding: 0 50px 50px;
}
.authorize__col {
    width: 33.3333%;
    padding-right: 30px;
}
.authorize__col_checkbox {
    padding-top: 2px;
}
.authorize__col_btn {
    padding-top: 34px;
}
.authorize .label {
    color: #ffffff;
    margin-bottom: 10px;
}
.authorize__btn {
    width: 210px;
}

.register {
    max-width: 600px;
}
.register__footer {
    margin-top: 30px;
}

.personal {
    max-width: 600px;
}
.personal__footer,
.personal__form {
    margin-top: 30px;
}
.personal__password {
    float: right;
}

.web-form__footer {
    margin-top: 20px;
}

.filter {
    position: relative;
    background-color: #ff9501;
    margin: 50px 0 30px;
    padding: 0 50px 0 20px;
}
.filter__container {
    position: relative;
}
.filter__container:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.filter__content {
    position: relative;
    color: #ffffff;
    padding: 0 50px 50px;
}
.filter__form {
    padding-right: 250px;
}
.filter__col {
    width: 20%;
    padding-right: 15px;
}
.filter .label {
    color: #ffffff;
    margin-bottom: 10px;
}
.filter__result {
    width: 350px;
    top: -80px;
}
.filter__btn {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.action__item {
    position: relative;
    padding-right: 30px;
    padding-bottom: 20px;
}
.action__date {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.action__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
}
.action__discount {
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 36px;
    font-family: 'Bicubik', 'Ubuntu', 'Arial', sans-serif;
    line-height: 1;
}

.products__item {
    border: 1px solid #d4d4d4;
    position: relative;
    min-height: 215px;
    margin-top: 20px;
}
.products__item:first-child {
    margin-top: 0;
}
.products__picture {
    display: block;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.products__content {
    float: left;
    width: 100%;
    padding: 30px 385px 20px 40px;
    margin-right: -345px;
}
.products__picture + .products__content {
    padding-left: 240px;
}
.products__store {
    float: left;
    width: 345px;
}
.products__title {
    font-size: 20px;
    font-weight: bold;
    color: #4e4b4b;
    text-transform: uppercase;
}
a.products__title {
    color: #4e4b4b;
}
.products__description {
    margin-top: 5px;
}
.products__col {
    float: left;
    min-height: 1px;
    white-space: nowrap;
}
.products__col:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 215px;
}
.products__col_quantity {
    width: 60px;
}
.products__col_basket {
    width: 100%;
    margin-left: -60px;
    padding: 0 30px 0 90px;
    text-align: center;
}
.products__basket {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.products__btn {
    margin-top: 15px !important;
}

.quantity {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 60px;
}
.quantity__button {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #ebebeb;
    border: none;
    width: 100%;
    height: 30px;
    font-family: sans-serif;
    color: #4e4b4b;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantity__button:hover {
    background-color: #ffcd16;
}
.quantity__button:active {
    background-color: #eabc12;
}
.quantity__value {
    display: block;
    background-color: #fdfdfd;
    border: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 5px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-size: 24px;
    color: #4e4b4b;
    font-weight: 500;
}

.price {
    font-size: 40px;
    font-weight: 500;
    color: #4e4b4b;
    white-space: nowrap;
    line-height: 1.2;
}
.price_old {
    font-size: 20px;
    color: #999999;
    text-decoration: line-through;
}
.price__from {
    font-size: 30px;
}

.navigation {
    text-align: right;
    margin-top: 50px;
}
.navigation-title {
    padding-right: 15px;
}
.nav-current-page {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    padding: 0 3px;
    background-color: #ff9501;
    color: #ffffff;
    text-align: center;
    margin: 0 3px;
}
.navigation-pages a {
    padding: 0 3px;
    color: #67605a;
}

.product-detail__title {
    padding-right: 400px;
}
.product-detail__btn {
    width: 180px;
    position: absolute;
    right: 70px;
    top: 80px;
}

.props {
    position: relative;
    background-color: #ff9501;
    margin: 50px 0 30px;
    padding: 0 50px 0 20px;
}
.props__container {
    position: relative;
}
.props__container:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 20px;
    left: 0;
    background-color: #4d4b4b;
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}
.props__content {
    position: relative;
    color: #ffffff;
    padding: 0 255px 50px 50px;
    min-height: 150px;
}
.props__form {
    padding-right: 250px;
}
.props__col {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}
.props__col .control {
    display: inline-block;
    width: auto;
    min-width: 100px;
}
.props .label {
    color: #ffffff;
    margin-bottom: 10px;
    padding-right: 10px;
}
.props__value {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ffffff;
    padding: 0 15px;
    font-size: 16px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    color: #ffffff;
    max-width: 400px;
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.props__result {
    width: 300px;
    top: -80px;
}
.props__btn {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.quantity-control {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 40px;
    padding: 0 40px;
}
.quantity-control__value {
    width: 60px !important;
    min-width: 0 !important;
    text-align: center;
}
.quantity-control__button {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    font-family: sans-serif;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
}
.quantity-control__button:hover {
    background-color: #ffcd16;
}
.quantity-control__button:active {
    background-color: #eabc12;
}
.quantity-control__button_minus {
    left: 0;
    border-right: none;
}
.quantity-control__button_plus {
    right: 0;
    border-left: none;
}

.photo-slider {
    position: relative;
    margin: 0px 0;
    padding: 0 45px;
}
.photo-slider__items {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    margin: 0 -10px;
}
.photo-slider__item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
}
.photo-slider__content {
    display: block;
    height: 110px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 110px;
    -webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    overflow: hidden;
}
.photo-slider__item:hover .photo-slider__content {
    border-color: #ff9501;
}
.photo-slider__picture {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.photo-slider__btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    width: 24px;
    height: 58px;
    background: rgba(0, 0, 0, 0) no-repeat url('../images/gallery-slider-arrows.png');
    cursor: pointer;
}
.photo-slider__btn_prev {
    left: 0;
    background-position: 0 0;
}
.photo-slider__btn_next {
    right: 0;
    background-position: 100% 0;
}
.photo-slider__btn.slick-disabled {
    cursor: default;
    opacity: 0.5;
}

.basket__items {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.basket__row {
    display: table-row;
}
.basket__col {
    display: table-cell;
    border: 1px solid #d4d4d4;
    border-right: none;
    padding: 25px;
    vertical-align: middle;
    text-align: center;
}
.basket__row_header .basket__col {
    padding: 20px 25px;
    border-left: none;
    font-size: 16px;
    color: #67605a;
}
.basket__row_header .basket__col:first-child {
    border-left: 1px solid #d4d4d4;
}
.basket__row .basket__col:first-child {
    text-align: left;
}
.basket__row .basket__col:last-child {
    width: 70px;
    border-right: 1px solid #d4d4d4;
    border-left: none;
}
.basket__col_remove {
    background: #f9f9f9 50% 50% no-repeat url('../images/basket-remove.png');
    cursor: pointer;
}
.basket__col_remove:hover {
    background-color: #e3e3e3;
}
.basket__cover {
    width: 180px;
}
.basket__description {
    width: 100%;
}
.basket__cover + .basket__description {
    margin-left: -180px;
    padding-left: 210px;
}
.basket__picture {
    display: block;
    width: 100%;
    height: auto;
}
.basket__title {
    font-size: 18px;
    color: #ff9501;
    text-transform: uppercase;
    font-weight: 500;
}
.basket__price {
    font-size: 36px;
    color: #f47920;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
}
.basket__sum {
    font-size: 36px;
    color: #4e4b4b;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
}
.basket__discount {
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}
.basket__props {
    margin-top: 10px;
}
.basket__props b {
    font-weight: normal;
    color: #8c8a8a;
}
.basket__footer {
    text-align: right;
}
.basket__total {
    margin-bottom: 25px;
}
.basket__total b {
    font-size: 22px;
    color: #f47920;
    padding-left: 10px;
}

.order__right {
    float: right;
    width: 50%;
    padding-left: 50px;
}
.order__left {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.order__left_border {
    border-right: 1px solid #d4d4d4;
}
.order__title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order__auth {
    display: none;
}
.order__footer {
    margin-top: 30px;
}
.order__basket {
    float: right;
    margin-top: 5px;
}

/*table*/
.quantity-control__button,
.product-table__td .control {
    border-color: #4e4b4b;
    color: #4e4b4b;
}
