@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic');

html {
    height: 100%;
}

body {
    font-family: 'P22 underground', sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

.public .intec-template {
    display: block;
    height: 100%;
    min-height: 320px;
}
.public .intec-template .intec-template-content {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background: #fff;
}
.public .intec-template .intec-template-content:after {
    display: table;
    content: "";
    clear: both;
}
.public .intec-template .intec-template-footer {
    display: block;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.intec-no-select {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}

.intec-aligner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    overflow: hidden;
}

.intec-image {
    position: relative;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
}
.intec-image img  {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.intec-cursor {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../images/cursor.png');
}

.intec-bt-button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    text-align: center;
    border: none;
    background: #116afc;
    text-shadow: 0 1px 0 #006cae;
    white-space: nowrap;
    cursor: pointer;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.intec-bt-button, .intec-bt-button:hover, .intec-bt-button:focus {
    color: #fff;
    text-decoration: none;
}
.intec-bt-button:hover {
    background: #3C85F3;
}
.intec-bt-button.button-big {
    height: 47px;
    line-height: 47px;
    padding: 0 32px;
    font-weight: bold;
}

.intec-marks {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

/*Кнопки сравнения и отложенных*/
.intec-min-button {
    opacity: 0.7;
}

.intec-min-button.add:hover {
    color: #116afc;
}
.intec-min-button.added {
    opacity: 1 !important;
    color: #116afc;
}

.intec-min-button {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color: #e3e4e4;
    font-size: 0;
    cursor: pointer;
}
.intec-min-button i {
    display: inline-block;
    height: 27px;
    font-size: 18px;
    line-height: 27px;
    transition: 0.1s;
}
.intec-min-button i:active {
    font-size: 20px;
}
.intec-min-button.intec-min-button-compare {
    margin-right: 15px;
}


.intec-compare,
.intec-like {
    cursor: pointer;
}
.intec-compare.glyph-icon-compare,
.intec-like {
    line-height: 1;
    color: #A6B1B7;

    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.intec-compare.glyph-icon-compare:hover, .intec-like:hover,
.intec-compare.glyph-icon-compare.hover, .intec-like.hover,
.intec-compare.glyph-icon-compare:active, .intec-like:active,
.intec-compare.glyph-icon-compare.active, .intec-like.active {
    color: #116AFC;
}

.intec-bt-button .intec-basket.glyph-icon-cart {
    display: none !important;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 21px;
    line-height: 1;
}

.item-image-stick-wrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    opacity: 0.9;

    pointer-events: none;
}
.item-image-stick {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 100% 5px 0;
    font-size: 12px;
    color: #fff;
    cursor: default;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.item-image-stick.is-new { background: #0972ff; }
.item-image-stick.is-popular { background: #23cebb; }
.item-image-stick.is-recommendation { background: #fd7500; }
.item-image-stick.is-action { background: #1ba70a; }
.item-image-stick.is-discount { background: #e82323; }

.intec-marks .intec-mark {
    display: block;
    margin: 6px 4px;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: #fff;
    border-radius: 15px;
}

.intec-marks .intec-mark.hit {
    width: 39px;
    background: #329b48;
    color: #ffffff;
}

.intec-marks .intec-mark.recommend {
    width: 70px;
    background: #1a5d96;
    color: #ffffff;
}

.intec-marks .intec-mark.new {
    width: 63px;
    background: #1a58d7;
    color: #ffffff;
}

.intec-marks .intec-mark.action {
    width: 50px;
    background: #1ba70a;
    color: #ffffff;
}

.intec-marks .intec-mark.discount {
    width: 54px;
    background: #e82323;
    color: #ffffff;
}

.intec-input,
.intec-input:hover,
.intec-input:focus,
.intec-input:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.intec-form-caption {
    padding:8px 0;
}
input.intec-input[type="text"],
input.intec-input[type="password"],
select.intec-input,
textarea.intec-input {
    padding: 8px 14px;
    border: 1px solid #e4e4e4;
    background: #fff;
    outline: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea.intec-input {
    max-width: 100%;
}
.intec-input.intec-input-checkbox,
.intec-input.intec-input-radio {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0;
    line-height: 1;
}
.intec-input.intec-input-checkbox input[type="checkbox"],
.intec-input.intec-input-radio input[type="radio"] {
    display: none;
}
.intec-input.intec-input-checkbox .intec-input-selector,
.intec-input.intec-input-radio .intec-input-selector {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 14px;
    background: #e9e9e9;
    margin-right: 6px;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.intec-input.intec-input-checkbox .intec-input-selector {
    border-radius: 2px;
}
.intec-input.intec-input-radio .intec-input-selector {
    border-radius: 7px;
}
.intec-input.intec-input-checkbox input:checked + .intec-input-selector:before,
.intec-input.intec-input-radio input:checked + .intec-input-selector:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #1a58d7;
}
.intec-input.intec-input-checkbox input:checked + .intec-input-selector:before {
    border-radius: 2px;
}
.intec-input.intec-input-radio input:checked + .intec-input-selector:before {
    border-radius: 4px;
}
.intec-input.intec-input-checkbox .intec-input-text,
.intec-input.intec-input-radio .intec-input-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
}

.intec-input.intec-input-block {
    display: block;
    width: 100%;
}


/* ---------- Forms styles (Dmitry, hands off!) ---------- */
    form.intec-form {
        padding: 0;
        margin: 0;
    }
    .intec-form .intec-form-field {
        margin: 20px 0;
    }
    .intec-form .intec-form-caption {
        margin-bottom: 5px;
        color: #262626;
        font-size: 14px;
    }
    .intec-form .intec-form-description {
        color: #424242;
    }
    .intec-form .intec-form-buttons-wrap {
        margin-top: 20px;
    }
    .intec-form .intec-form-value > input[type="text"],
    .intec-form .intec-form-value > select,
    .intec-form .intec-form-value > textarea {
        width: 100%;
    }
    .intec-form .intec-form-value > textarea {
        max-width: 100%;
    }
/* ---------- /Form styles ---------- */


/* ---------- Bootstrap Tabs ---------- */
    .intec-tabs.nav-tabs {
        border-color: #ebebeb;
    }
    .intec-tabs.nav-tabs > li > a,
    .intec-tabs.nav-tabs > li > a:focus,
    .intec-tabs.nav-tabs > li > a:hover {
        margin: 0;
        color: #2c2c2c;
        font-size: 14px;
        border: none;
        background: transparent;
        border-bottom: 2px solid transparent;

        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .intec-tabs.nav-tabs > li.active > a,
    .intec-tabs.nav-tabs > li > a:focus,
    .intec-tabs.nav-tabs > li > a:hover {
        border-bottom-color: #116afc;
    }
/* ---------- /Bootstrap Tabs ---------- */


/* ---------- Bitrix popup window ---------- */
    .popup-window {
        max-width: 100%;
        overflow: hidden;
        margin: 5px 0;
        font-family: inherit;
    }
    .popup-window,
    .popup-window.popup-window-with-titlebar {
        padding: 25px 35px 30px;
        min-width: 320px;
    }
    .popup-window .popup-window-titlebar {
        height: auto;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 500;
    }
    .popup-window .popup-window-buttons {
        text-align: left;
    }
    .popup-window .popup-window-button {
        font-family: inherit;
        text-transform: none;
    }
    .popup-window .popup-window-close-icon:after {
        background-image: url('../images/cancel.png');
    }
    .popup-window .popup-window-content {
        max-width: 100%;
        padding: 0;
        background-color: transparent;
        border-color: transparent;
        max-width:100%;
    }
/* ---------- /Bitrix popup window ---------- */


/* ---------- LightGallery ----------*/
    .lg-backdrop {
        background-color: rgba(27, 30, 37, 0.9);
    }
/* ---------- /LightGallery ----------*/


/* ---------- Numeric field ---------- */
    .intec-input-numeric {
        display: inline-block;
        position: relative;
        height: 35px;
        font-size: 0;
        white-space: nowrap;
    }
    .intec-input-numeric .intec-input-numeric-button,
    .intec-input-numeric .intec-input-numeric-text {
        outline: none;
    }
    .intec-input-numeric .intec-input-numeric-button {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        padding: 0 14px;
        font-size: 14px;
        color: #1d1d1d;
        background: transparent;
        border: none;
        cursor: pointer;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }
    .intec-input-numeric .intec-input-numeric-button:hover {
        background: #e6e6e6;
    }
    .intec-input-numeric .intec-input-numeric-button.intec-input-numeric-button-left {
        border-right: 1px solid #ececec;
        border-radius: 5px 0 0 5px;
    }
    .intec-input-numeric .intec-input-numeric-button.intec-input-numeric-button-right {
        border-left: 1px solid #ececec;
        border-radius: 0 5px 5px 0;
    }
    .intec-input-numeric .intec-input-numeric-text {
        display: inline-block;
        vertical-align: middle;
        width: 48px;
        padding: 0 6px;
        height: 100%;
        font-size: 14px;
        color: #1d1d1d;
        text-align: center;
        border: none;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
/* ---------- /Numeric field ---------- */


/* ---------- Loader ----------*/
    .loader {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .loading-container {
        position: relative;
    }
    .loading-container > * {
        visibility: hidden;
    }
    .loading-container > .loader {
        visibility: visible;
        opacity: 1;
    }

    /* Folding */
    @keyframes sk-foldCubeAngle {
        0%, 10% {
            transform: perspective(140px) rotateX(-180deg);
            opacity: 0;
        }
        25%, 75% {
            transform: perspective(140px) rotateX(0deg);
            opacity: 1;
        }
        90%, 100% {
            transform: perspective(140px) rotateY(180deg);
            opacity: 0;
        }
    }
    .loader.folding {
        display: block;
        width: 12px !important;
        height: 12px !important;
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -6px;

        transform: rotateZ(45deg);
    }
    .loader.folding > i {
        position: relative;
        display: block;
        float: left;
        width: 6px;
        height: 6px;

        transform: scale(1.1);
    }
    .loader.folding > i:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        animation: sk-foldCubeAngle 1.6s infinite linear both;
        transform-origin: 100% 100%;
    }
    .loader.folding > i:first-child + i { transform: scale(1.1) rotateZ(90deg); }
    .loader.folding > i:first-child + i + i { transform: scale(1.1) rotateZ(270deg); clear: left; }
    .loader.folding > i:first-child + i + i + i { transform: scale(1.1) rotateZ(180deg); }
    .loader.folding > i:first-child + i:before { animation-delay: 0.2s; }
    .loader.folding > i:first-child + i + i:before { animation-delay: 0.6s; }
    .loader.folding > i:first-child + i + i + i:before { animation-delay: 0.4s; }

    /* Bounce */
    @keyframes sk-bouncedelay {
        0%,
        80%,
        100% { transform: scale(0); }
        40% { transform: scale(1); }
    }
    .loader.bounce {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .loader.bounce:after {
        content: '';
        width: 0;
        height: 100%;
    }
    .loader.bounce > i {
        width: 10px;
        height: 10px;
        margin: 0 5px;

        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .loader.bounce:after,
    .loader.bounce > i {
        display: inline-block;
        vertical-align: middle;
    }
    .loader.bounce > i:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;

        animation: sk-bouncedelay 1.2s infinite ease-in-out both;
    }
    .loader.bounce > i:first-child {
        margin-left: 0;
    }
    .loader.bounce > i:last-child {
        margin-right: 0;
    }
    .loader.bounce > i:first-child:before {
        margin-left: 0;
        animation-delay: -0.32s;
    }
    .loader.bounce > i:first-child + i:before {
        animation-delay: -0.16s;
    }
/* ---------- /Loader ----------*/

.element-buys {
	display: none !important;
}