/*PAGE LOADER*/

html {
    position: relative;
}

body {
    position: relative;
    color: #343744;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-size: 16px;
    background-color: #fff;
    padding-top: 60px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

::-webkit-input-placeholder {
    color: rgba(73, 80, 87, 0.35) !important;
}

:-ms-input-placeholder {
    color: rgba(73, 80, 87, 0.35) !important;
}

::-ms-input-placeholder {
    color: rgba(73, 80, 87, 0.35) !important;
}

::placeholder {
    color: rgba(73, 80, 87, 0.35) !important;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff001f;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

a {
    color: #343744;
}

button:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label {
    margin-bottom: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.container {
    padding: 0px 0px;
    position: relative;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

[class*='col-'], [class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

::-webkit-inner-spin-button {
    opacity: 0;
}

/*--------------------------------------------------
    head
---------------------------------------------------*/
.mobile {
    display: none;
    height: 60px;
}

.logo {
    width: 150px;
}

.phone a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.phone a:hover {
    color: #ff0019;
}

.phone small {
    color: #fff;
    display: block;
    font-size: 16px;
}

.mobile-actions i {
    color: #ff0019;
    font-size: 35px;
}

.navigation {
    background-color: #343744;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    height: 60px;
    font-family: 'Bebas Neue';
}

.navigation ul {
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}

.navigation ul li {
    margin: 0px 10px;
    font-weight: 700;
}

.navigation li a {
    font-size: 21px;
    color: #fff;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.navigation li a span {
    position: relative;
}

.navigation li a span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #343744;
    bottom: -2px;
    left: 0;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.navigation li a:hover, .navigation li a.nav-link.active {
    color: #ff001f;
}

.navigation li a:hover span:before, .navigation li a.nav-link.active span:before {
    width: 100%;
    background-color: #ff001f;
}

.head {
    margin-top: 20px;
}

.head-logo img {
    width: 280px;
}

.head-text {
    font-size: 50px;
    margin-top: 30px;
    font-family: 'Bebas Neue';
}

.head-slider {
    margin-top: 40px;
}

.bx-wrapper {
    border: 0;
    box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ff001f;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #343744;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.bx-wrapper .bx-prev, .owl-nav button.owl-prev {
    left: 0px;
    background: none;
}

.bx-prev:before, .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    background: url(http://www.steklodom.com/include/bxslider/images/angle.svg) no-repeat;
    width: 12px;
    height: 22px;
    left: 24px;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

.bx-wrapper .bx-controls-direction a:after, .owl-nav button:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 110px;
    height: 110px;
    background: rgba(242, 1, 49, 0.5);
    border-radius: 50%;
    top: 50%;
    margin-top: -55px;
    transition: all 0.3s ease;
    transform: scale(0);
    cursor: pointer;
    z-index: -1;
}

.bx-wrapper .bx-controls-direction a:hover:after, .owl-nav button:hover:after {
    transform: scale(1);
}

a.bx-prev:after, .owl-nav button.owl-prev:after {
    left: -25px;
}

a.bx-next:after, .owl-nav button.owl-next:after {
    right: -25px;
}

.slider_main_block .bx-next {
    right: 0px;
}

.bx-next:before, .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    background: url(http://www.steklodom.com/include/bxslider/images/angle.svg) no-repeat;
    width: 12px;
    height: 22px;
    right: 24px;
    top: 50%;
    transform: translate(0%, -50%) rotate(-180deg);
    cursor: pointer;

}

.bx-wrapper .bx-next, .owl-nav button.owl-next {
    right: 0px;
    background: none;
}

.head-video {
    margin-top: 30px;
}

.head-video__container {
    background: url(images/bg-video.png) no-repeat;
    background-size: cover;
    height: 377px;
}

.head-video__text {
    padding-left: 30px;
}

.head-video__text img {
    width: 100%;
}

.head-video__text ul li {
    font-size: 20px;
    margin-bottom: 10px;
}

.banner-video {
    max-width: 767px;
    height: 400px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

/*--------------------------------------------------
    content
---------------------------------------------------*/
h2 {
    font-weight: 700;
    font-size: 45px;
    font-family: 'Bebas Neue';
}

h3 {
    font-weight: 700;
    font-size: 36px;
    font-family: 'Bebas Neue';
}

h4 {
    font-weight: 700;
    font-family: 'Bebas Neue';
}

label {
    font-family: 'Bebas Neue';
}

.price {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 100px;
}

.inline {
    display: inline-block;
}

.title_black {
    background-color: #343743;
    color: #fff;
    padding: 10px 10px 3px;
}

.title_red {
    background-color: #ff001f;
    color: #fff;
    padding: 10px 10px 3px;
}

.price-clothes {
    padding-right: 40px;
}

.price-clothes-outer {
    margin-top: 40px;
}

.price-clothe-item {
    padding-right: 15px;
    margin-bottom: 30px;
}

.price-clothe-item img {
    width: 100%;
}

.price-print {
    padding-left: 40px;
}

.wrap-table {
    width: 100%;
    overflow: auto;
}

.table-print {
    width: 100%;
    margin-top: 40px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Bebas Neue';
}

.table-print i {
    font-size: 14px;
}

.table-print small {
    display: block;
    font-size: 14px;
}

.table-print td {
    padding: 15px;
    border-right: 3px solid;
    border-bottom: 3px solid;
}

.table-print tr:last-child td {
    border-bottom: 0;
}

.table-print td:last-child {
    border-right: 0;
}

.garant-text {
    text-align: left;
}

.garant-text:first-child {
    padding-right: 10px;
}

.garant-text:last-child {
    padding-left: 10px;
}

.colors {
    margin-top: 40px;
}

.colors img {
    width: 100%;
}

.about {
    padding-top: 60px;
    padding-bottom: 0;
}

.about-video {
    max-width: 767px;
    height: 400px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.calculator {
    padding-top: 60px;
    padding-bottom: 100px;
}

.calculator-container {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 60px;
}

.calculator-actions {
    background: #4d5165;
    color: #fff;
    padding: 20px;
    min-height: 170px;
}

.calculator-actions label {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.calculator-actions label span {
    font-size: 12px;
}

.calculator-actions select, .calculator-actions input {
    font-size: 16px;
    font-weight: 700;
}

.calculator-actions small {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.custom-input {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calculator-total {
    background-color: #343743;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.calculator-total form {
    margin-bottom: 30px;
}

.total {
    font-family: 'Bebas Neue';
    font-size: 30px;
    font-weight: 700;
    background: #ff141e;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 20px;
    text-align: center;
}

.total i {
    font-size: 22px;
}

.custom-switch label {
    margin-bottom: 0px;
}

.custom-control-label {
    vertical-align: middle;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    top: 1px;
}

.custom-switch .custom-control-label::after {
    top: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ff001f;
    background-color: #ff001f;
}

.custom-control-label::before {
    top: 1px;
}

.custom-control-label::after {
    top: 1px;
}

label.calculator-actions-label {
    font-family: 'Bebas Neue';
    font-weight: 700;
    margin-bottom: 5px;
}

.lenta-block {
    margin-top: 60px;
}

.lenta {
    padding-top: 60px;
    padding-bottom: 100px;
}

.order {
    padding-top: 60px;
    padding-bottom: 100px;
}

.discount-block {
    padding-right: 25px;
    padding-top: 30px;
}

.discount-outer {
    margin-top: 40px;
    margin-left: -10px;
}

.discount-item-wrap {
    padding-left: 10px;
    margin-bottom: 10px;
}

.order-wrap {
    padding: 40px;
    background: #343743;
    color: #fff;
    border-radius: 5px;
    position: relative;
}

.wrap_order {
    padding-left: 25px;
}

.btn {
    font-weight: 700;
}

.btn-red {
    background-color: #ff001f;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Bebas Neue';
    font-size: 20px;
}

.btn-red:hover {
    background-color: #c50018;
    color: #fff;
}

.custom-file-label {
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Открыть';
}

.discount-desc {
    padding: 20px 10px;
    color: #343744;
    border-radius: 5px;
}

.discount-desc.active {
    display: block;
}

.map {
    height: 570px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

.contacts {
    position: relative;
}

.contacts .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.contacts-block {
    padding: 40px;
    background-color: #343742;
    color: #fff;
    text-align: center;
    height: 500px;
    top: 35px;
    max-width: 400px;
    border-radius: 5px;
    position: absolute;
}

.line-contact {
    text-align: left;
}

.line-contact a {
    color: #fff;
}

.line-contact small i {
    color: #ff001f;
}

.line-contact small {
    margin-bottom: 5px;
    display: block;
    margin-left: -14px;
}

.contact-info {
    margin-left: 20px;
}

.soc {
    font-size: 30px;
    margin-left: 20px;
}

.soc i {
    color: #fff;
}

.form-control.error {
    border: 2px solid #ff001f;
}

label.error {
    display: none !important;
}

.success-form {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #343742;
    border-radius: 5px;
    display: none;
    font-family: 'Bebas Neue';
}

.custom-file {
    overflow: hidden;
}

.fast-order-icons {
    font-size: 70px;
}

.fast-order-icons a {
    display: inline-block;
}

.fast-order-icons a + a {
    margin-left: 20px;
}

.fa-viber {
    color: #655bac;
}

.fa-whatsapp {
    color: rgb(83, 199, 94);
}

.fa-vk {
    color: #4a76a8;
}

.fa-telegram-plane {
    color: #35a9eb;
}


.form-group .error {
    border: 2px solid #ff001f;
}

/*--------------------------------------------------
    footer
---------------------------------------------------*/
.footer {
    padding: 40px 0px;
    background: #2a2d35;
    color: #fff;
}

.footer-logo {
    width: 150px;
}

.author {
    font-size: 16px;
    font-family: 'Bebas Neue';
}

.author a {
    color: #ff001f;
}

.soc-footer i {
    margin: 0px 20px;
    font-size: 24px;
}

/*--------------------------------------------------
    colors
---------------------------------------------------*/
.bg_gray {
    background-color: #eaeceb;
}

/*--------------------------------------------------
    margin
---------------------------------------------------*/
.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mr5 {
    margin-right: 5px;
}

.mr30 {
    margin-right: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

/*--------------------------------------------------
    padding
---------------------------------------------------*/
.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pt100 {
    padding-top: 100px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb100 {
    padding-bottom: 100px;
}

.pr20 {
    padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

