/* tabs.open */

/* tabs-list.open */
.tabs-list .listSplit {
    background: #fff;
    height: 2px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}


.tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #bbb;
}

.tabs-list li {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 12px;
    line-height: 2.5;
    cursor: pointer;
    color: #fff;
    border: 2px solid #bbb;
    border-bottom: none;
    background: #bbb;
}

.tabs-list li:hover,
.tabs-list li:active {
    color: #5b5b5b;
}

.tabs-list li.active,
.tabs-list li.active:after {
    background: #fff;
}

.tabs-list li.active {
    position: relative;
    color: #e31e24;
}

.tabs-list li.active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
}

/* tabs-list.close */

/* tabs-content.open */

.tabs-content {
    padding: 30px 20px 20px;
    border: 2px solid #bbb;
    border-top: none;
}

.tabs-content > div {
    display: none
}

.tabs-content > div.active {
    display: block
}

.tabs-content > div > :first-child {
    margin-top: 0
}

.tabs-content > div > :last-child {
    margin-bottom: 0
}

/* tabs-content.close */

/* tabs.close */

/* map block */
.map__wrapper {
    display: block;
    min-height: 400px;
    background-image: url('../images/nanosfera-office.jpg');
    background-repeat: no-repeat;
}

.map__wrapper-mstrana {
    display: block;
    min-height: 400px;
    background-image: url('../images/nanosfera-m-strana.jpg');
    background-repeat: no-repeat;
}


/* tape.open */

.tape {
    position: relative;
}

.tape-list li,
.tape-actions div {
    -webkit-transition: .33s opacity;
    -moz-transition: .33s opacity;
    -ms-transition: .33s opacity;
    -o-transition: .33s opacity;
    transition: .33s opacity;
}

.tape-wrapper {
    overflow: hidden;
}

.tape-list {
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tape-list li {
    position: relative;
    float: left;
    width: 164px;
    margin-right: 8px;
    opacity: .66;
    cursor: pointer;
}

.tape-list li:hover,
.tape-list li:active,
.tape-list li.active {
    opacity: 1;
}

.tape-list li.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #e31e24;
}

.tape-list li img {
    width: 100%;
}
.tape .bx-wrapper {
    margin-bottom: 0 !important;
}

.tape-actions div {
    position: absolute;
    top: 0;
    width: 32px;
    height: 100%;
    cursor: pointer;
    background: url(/templates/images/arrows.png) no-repeat;
    background-size: auto 32px;
}

.tape-actions div.inactive {
    opacity: .33;
    cursor: default;
}

.tape-actions div.tape-prev {
    left: -44px;
    background-position: -32px center;
}

.tape-actions div.tape-prev:hover,
.tape-actions div.tape-prev:active,
.tape-actions div.tape-prev.inactive {
    background-position: -128px center;
}


.tape-actions div.tape-prev a,
.tape-actions div.tape-next a{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-indent: -9999px;
}
.tape-actions div.tape-next {
    right: -44px;
    background-position: -224px center;
}

.tape-actions div.tape-next:hover,
.tape-actions div.tape-next:active,
.tape-actions div.tape-next.inactive {
    background-position: -320px center;
}

/* tape.close */



/* slider.open */

.slider,
.slider-set > li {
    width: 660px;
}

.slider {
    position: relative;
}

.slider-set,
.slider-actions-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* slider-wrapper.open */

.slider-wrapper {
    overflow: hidden;
}

.slider-set > li {
    float: left;
}

/* slider-wrapper.close */

/* slider-actions.open */

.slider-actions div,
.slider-actions-nav {
    position: absolute;
}

.slider-actions div,
.slider-actions-nav li {
    cursor: pointer;
}

.slider-actions div.inactive,
.slider-actions-nav li.active {
    cursor: default;
}

.slider-actions div {
    top: 0;
    width: 80px;
    height: 100%;
}

.slider-actions-prev {
    left: 0;
    background: url(/templates/images/arrows.png) -20px center no-repeat;
}

.slider-actions-prev:hover,
.slider-actions-prev:active {
    background-position: -140px center;
}

.slider-actions-next {
    right: 0;
    background: url(/templates/images/arrows.png) -260px center no-repeat;
}

.slider-actions-next:hover,
.slider-actions-next:active {
    background-position: -380px center;
}

.slider-actions div.inactive {
    background: none;
}

.slider-actions-nav {
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.slider-actions-nav li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: bottom;
    background: #fff;
}

.slider-actions-nav li:hover,
.slider-actions-nav li:active {
    background: #5b5b5b;
}

.slider-actions-nav li.active {
    background: #e31e24;
}

/* slider-actions.close */

/* slider.close */



/* toggle.open */

div[data-toggle] {
    display: none
}

div[data-toggle].active {
    display: block
}

.toggle {
    position: relative;
    overflow: hidden;
    border: 2px solid #bbb;
    border-right: none;
    border-left: none;
    cursor: pointer;
}

.toggle + .toggle {
    border-top: none;
}

.toggle:hover {
    background: #eee;
}

.toggle-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 20px 20px 20px 128px;
}

.toggle-title:before,
.toggle-title:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.toggle-title:before {
    content: "";
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(/templates/images/toggle.png) no-repeat;
}

.toggle-title:after {
    content: "раскрыть";
    font-size: 16px;
    font-weight: normal;
    left: 48px;
    line-height: 20px;
    color: #e31e24;
}

.toggle.active .toggle-title:before {
    background-position: bottom
}

.toggle.active .toggle-title:after {
    content: "скрыть"
}

.toggle-content {
    position: absolute;
    padding: 0 20px 20px;
}

.toggle.active .toggle-content {
    position: static;
}

.toggle-content > :first-child {
    margin-top: 0
}

.toggle-content > :last-child {
    margin-bottom: 0
}

/* toggle.close */



/* article-block.open */

.article-block {
    margin: 36px 0;
    border-bottom: 2px solid #bbb;
}

.article-block > img {
    float: left;
}

.article-block > div {
    margin-left: 220px;
}

.article-block > div h2 {
    margin-top: 0;
}

/* article-block.close */



/* scroll-to-top.open */

.scroll-to-top {
    position: fixed;
    top: 0;
    left: -6px;
    display: none;
    width: 100px;
    height: 100%;
    cursor: pointer;
    background: url(/templates/images/arrows-top.png) -10px center no-repeat;
}

.scroll-to-top:hover,
.scroll-to-top:active {
    background-position: -130px center;
}

.scroll-to-top.active {
    display: block;
}

/* scroll-to-top.close */



/* gallery.open */

.gallery {
    margin: 0 -20px -20px 0;
}

.gallery-elem {
    display: inline-block;
    width: 300px;
    margin: 0 20px 20px 0;
    vertical-align: top;
    color: #5b5b5b;
}

.gallery-elem:hover,
.gallery-elem:active {
    text-decoration: none;
}

.gallery-elem-image {
    overflow: hidden;
}

.gallery-elem-image img {
    width: 100%;
}

.gallery-elem-description {
    position: relative;
    padding: 15px 20px;
    border: 2px solid #bbb;
    border-top: none;
}

.gallery-elem-description:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 30px;
    background: url(/templates/images/magnifier.png) no-repeat;
}

.catalog__news-block:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 15px;
    background: url(/images/podarok-icon.png) no-repeat;
}

.gallery-elem:hover .gallery-elem-description,
.gallery-elem:active .gallery-elem-description {
    border-color: #e31e24;
}

.gallery-elem-hover,
.gallery-elem-hover > div {
    width: 100%;
    height: 100%;
}

.gallery-elem-hover {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    color: #fff;
    background: #e31e24;
}

.gallery-elem:hover .gallery-elem-hover,
.gallery-elem:active .gallery-elem-hover {
    display: block;
}

.gallery-elem-hover > div {
    display: table;
}

.gallery-elem-hover > div > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* gallery.close */



/* dates.open */

.dates h2 {
    font-size: 20px;
    font-weight: bold;
    color: #5b5b5b;
}

.dates-month {
    display: inline-block;
    margin: 0 5px;
}

.dates-month:first-child {
    margin-top: 0
}

.dates-month:last-child {
    margin-bottom: 0
}

.dates-month.full {
    margin: 0;
    padding: 0 5px;
    border-bottom: 2px solid #bbb;
}

.dates-title {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    color: #e31e24;
}

.dates table {
    font-size: 14px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px;
}

.dates td {
    width: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
}

.dates td.inactive {
    opacity: .4;
}

.dates td.selected {
    color: #fff;
    background: #bbb;
}

.dates td.start,
.dates td.end {
    background: #5b5b5b;
}

.dates-description {
    margin-top: 18px;
}

.dates-description div:last-child {
    margin-top: 5px;
}

.dates-description span {
    font-weight: bold;
}

/* dates.close */




/* callback.open */

#callback {
    font-size: 16px;
    width: 600px;
    padding-bottom: 72px;
}

#callback h2 {
    margin-bottom: 36px;
}

#callback fieldset {
    margin-bottom: 30px;
    border: 0;
}

#callback-slider,
#callback-name,
#callback-phone {
    margin-bottom: 10px;
}

#callback input {
    display: block;
    width: 75%;
    height: 2em;
    padding: 0 40px 0 10px;
    border: 1px solid #bbb;
    -webkit-transition: .33s border-color;
    -moz-transition: .33s border-color;
    -ms-transition: .33s border-color;
    -o-transition: .33s border-color;
    transition: .33s border-color;
}

#callback input.invalid {
    border-color: #e31e24;
}

#callback #callback-date {
    width: 50%;
}

#callback-time {
    font-weight: bold;
}

.callback-name-icon,
.callback-phone-icon {
    position: relative;
}

.callback-name-icon:after,
.callback-phone-icon:after {
    content: "";
    position: absolute;
    height: 19px;
    background: url(/templates/images/callback.png) no-repeat;
}

.callback-name-icon:after {
    top: 7px;
    right: 110px;
    width: 21px;
    background-position: right;
}

.callback-phone-icon:after {
    top: 6px;
    right: 112px;
    width: 18px;
}

.callback-description {
    margin-bottom: 5px;
}

.callback-alert {
    font-size: 14px;
    color: #e31e24;
}

#callback button {
    margin-right: 5px;
    padding: 0 1.2em;
    line-height: 2;
    color: #fff;
    background-size: 350px auto;
}

.callback-loader {
    display: inline-block;
    height: 32px;
    margin-left: 10px;
    padding: 4px 0;
    vertical-align: top;
}

/* callback.close */

/* callback.open

.ui-dialog{
  z-index: 151;
}

.ui-widget-overlay{
  z-index: 150;
}

.ui-dialog label,
.ui-dialog input {
  display: block;
}

.ui-dialog input.text {
  margin: 4px 0 12px;
  width: 90%;
  padding: .4em;
}

.ui-dialog fieldset {
  border: none;
}

div.ui-datepicker {
  padding: .2em;
}

div.ui-datepicker table {
  margin: 0;
}

.ui-dialog #datepicker,
.ui-dialog #time_slider {
  margin-top: 4px;
}

.ui-dialog #time_slider {
  font-size: 10px;
  width: 80%;
}

 callback.close */



/* modal.open */

.modal-overlay,
.modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.modal-container {
    overflow: auto;
}

.modal-wrapper-1 {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.modal-wrapper-2 {
    display: table-cell;
    padding: 40px 100px;
    vertical-align: middle;
}

/* modal-overlay.open */

.modal-overlay {
    opacity: .7;
    background: #000;
}

/* modal-overlay.close */

/* modal-main.open */

.modal-main {
    position: relative;
    overflow: visible !important;
    min-width: 400px;
    min-height: 200px;
    background: #fff;
}

.modal-content > div {
    width: 860px;
    padding: 72px 100px 40px;
}

.modal-content > div > :first-child {
    margin-top: 0;
}

.modal-content > div > :last-child {
    margin-bottom: 0;
}

.modal-actions > *,
.modal-counter {
    position: absolute;
}

.modal-close,
.modal-counter {
    font-size: 16px;
    padding: 0 1em;
    line-height: 2;
    color: #fff;
    background: #e31e24;
}

/* modal-actions.open */

.modal-actions div,
.modal-actions li {
    cursor: pointer;
}

.modal-close {
    top: 0;
    right: 0;
    z-index: 10;
}

.modal-close:hover,
.modal-close:active {
    background: #5b5b5b;
}

.modal-prev,
.modal-next {
    top: 0;
    width: 100px;
    height: 100%;
}

.modal-prev {
    left: 0;
    background: url(/templates/images/arrows.png) -10px center no-repeat;
}

.modal-prev:hover,
.modal-prev:active {
    background-position: -130px center;
}

.modal-next {
    right: 0;
    background: url(/templates/images/arrows.png) -250px center no-repeat;
}

.modal-next:hover,
.modal-next:active {
    background-position: -370px center;
}

.modal-prev.inactive,
.modal-next.inactive {
    cursor: default;
    background: none;
}

.modal-nav {
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.modal-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    border-radius: 50%;
    vertical-align: bottom;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e31e24;
}

.modal-nav li:hover,
.modal-nav li:active {
    background: #5b5b5b;
}

.modal-nav li.active {
    background: #e31e24;
}

/* modal-actions.close */

/* modal-counter.open */

.modal-counter {
    top: 0;
    left: 0;
}

/* modal-counter.close */

/* modal-loader.open */

.modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    background: url(/templates/images/loader.gif) no-repeat;
}

/* modal-loader.close */

/* modal-main.close */

/* modal.close */



/* catalog.open */

.projects-module {
    display: none;
    margin-top: 40px;
}

.projects-module.active {
    display: block;
}

.projects-module#empty {
    font-size: 20px;
    padding: 40px;
    text-align: center;
    background: #eee;
}

#catalog .gallery-elem-image {
    height: 211px;
}

/* search.open */

.search-area {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.search .ui-widget-content,
.search .tabs-list {
    width: 80%;
}

.search .ui-widget-content {
    height: 8px;
    background: #5b5b5b;
}

.search .ui-widget-content,
.search .ui-slider .ui-slider-handle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.search .ui-widget-header {
    background: #fecc00;
}

.search .ui-slider .ui-slider-handle {
    top: -11px;
    width: 26px;
    height: 25px;
    margin-left: -13px;
    cursor: pointer;
    outline: none;
    background: url(/templates/images/slider-cursor.png) no-repeat;
}

.search .tabs {
    margin: 25px 0 0px;
}

.search .tabs-list {
    margin-bottom: 15px;
}

.search .tabs-list li {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}

.search-list > div {
    float: left;
    width: 40%;
}

.search .tabs-content {
    padding: 0;
    border: none;
}

.search-submit,
.search-reset {
    margin-right: 10px;
}

/* search.close */

/* gallery.open
 .projects .gallery-elem-hover span {
        display: inline-block;
        padding-left: 72px;
        text-align: left;
      }

      .projects .gallery-elem-hover span:before {
        content: "";
        position: absolute;
        top: 50%;
        width: 54px;
        height: 54px;
        margin: -27px 0 0 -72px;
        background: url(/templates/images/magnifier.png) no-repeat;
      }


  */

.projects .gallery-elem.inactive {
    display: none;
}

.projects .gallery-elem .project-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #e31e24;
}

.projects .gallery-elem-hover span {
    display: inline-block;
    padding-left: 0px;
    margin-left: -50px;
    text-align: left;
}

/*    .projects .gallery-elem-hover span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 54px;
        height: 54px;
        margin: -27px 0 0 60px;
        background: url(/templates/images/magnifier.png) no-repeat;
      }*/

/* gallery.close */

.chalet-description {
    display: inline-block;
    width: 820px;
    margin: 0 20px 20px 0;
    padding: 5px 20px;
    border-left: 4px solid #e31e24;
}

/* catalog.close */



/* project.open */

.project-title {
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    z-index: 50;
    margin-left: -15px;
    padding: 12px 20px 10px;
    line-height: 1;
    color: #fff;
    background: url(/templates/images/project-title.png) no-repeat;
}

.project-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    border-top: 15px solid #981418;
    border-left: 15px solid transparent;
}

.project-title + .print-off {
    margin-top: 20px;
}

.project-render {
    position: relative;
    float: left;
    width: 440px;
}

.project-render:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url(/templates/images/magnifier.png) no-repeat;
    background-size: 100%;
}

.project-render img {
    width: 100%;
}

.project-add {
    float: right;
    width: 220px;
}

.project-add > :first-child {
    margin-top: 0
}

.project-add > :last-child {
    margin-bottom: 0
}

.project-plans {
    margin: 18px 0;
}

.project-plans > div {
    float: left;
    width: 330px;
    padding: 20px;
}

.project-plans > div img,
.project-details .slider img {
    width: 100%;
}

.proj-disc,
.project-details {
    margin-top: 30px;
}

.proj-disc {
    font-style: italic;
    padding: 5px 20px;
    border-left: 4px solid #e31e24;
}

.proj-disc > *:first-child {
    margin-top: 0
}

.proj-disc > *:last-child {
    margin-bottom: 0
}

.project-details .slider,
.project-details .slider-set > li {
    width: 636px;
}

.project-brands img {
    float: left;
    height: 40px;
    margin: 0 20px 20px 0;
    padding: 5px;
}

.project-brands img.full {
    padding: 0;
}

.project-tape .tape-wrapper {
    margin: -3px;
    padding: 3px;
}

.project-tape .tape-list li {
    width: 140px;
    opacity: 1;
}

.project-tape .tape-list li:hover,
.project-tape .tape-list li:active {
    outline: 3px solid #e31e24;
}

/* project.close */



/* project-banners.open */

.project-banner-overlay,
.project-banner-hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: #000;
}

.project-banner-overlay {
    position: fixed;
    z-index: 1000;
}

.project-banner {
    position: relative;
    display: table;
    width: 100%;
    height: 112px;
}

.project-banner:not(:last-child) {
    margin-bottom: 10px;
}

.project-banners.active .project-banner {
    z-index: 1001;
}

.project-banner-title {
    font-size: 20px;
    font-weight: bold;
    display: table-cell;
    padding: 0 24px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.project-banner-description {
    position: absolute;
    top: -20px;
    left: -556px;
    z-index: 100;
    display: none;
    width: 540px;
    padding: 20px;
    background: #fff;
}

.project-banner-description:after {
    content: "";
    position: absolute;
    top: 64px;
    right: -8px;
    border-top: 12px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 12px solid transparent;
}

.project-banner:hover .project-banner-description {
    display: block;
}

.project-banner-description > :first-child {
    margin-top: 0
}

.project-banner-description > :last-child {
    margin-bottom: 0
}

.project-banner-hover {
    position: absolute;
    z-index: 50;
}

.project-banner:hover .project-banner-hover {
    display: none;
}

/* project-banners.close */



/* design.open */

.globus {
    position: relative;
    overflow: hidden;
    cursor: move;
}

/* design.close */



/* set.open */

.set-photo {
    position: relative;
    list-style: none;
}

.set-photo-link {
    position: absolute;
    top: 2px;
    left: -27px;
    width: 20px;
    height: 16px;
    margin-right: 6px;
    background: url(/insertfiles/set-photo.png) top no-repeat;
}

.set-photo-link:hover,
.set-photo-link:active {
    background-position: bottom;
}

/* set.close */



/* opinions.open */

.opinions-contacts,
.opinion {
    margin-bottom: 20px;
}

.opinion {
    position: relative;
    padding: 15px 10px 10px;
    border: 2px solid #bbb;
}

.opinion.inactive {
    display: none;
}

.opinion-text {
    font-style: italic;
}

.opinion-author,
.opinion-link {
    position: relative;
    display: inline-block;
}

.opinion-author {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.opinion-link {
    right: 10px;
}

.opinion .button {
    width: 200px;
}

.opinion.contacts .opinion-author:after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: 0;
    width: 25px;
    height: 26px;
    background: url(/insertfiles/contacts-icon.png);
}

/* opinions.close */



/* strong.open */

.strong {
    margin: 40px 0;
}

.strong-block {
    width: 320px;
}

.strong-block:first-child {
    float: left;
}

.strong-block:last-child {
    position: relative;
    float: right;
}

.strong-block:last-child a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url(/templates/images/magnifier.png) no-repeat;
    background-size: 100%;
}

.strong-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #e31e24;
}

.strong-description {
    font-size: 16px;
    position: relative;
    padding-left: 48px;
    line-height: 3;
    color: #fff;
}

.strong-block:first-child .strong-description {
    background: #5b5b5b;
}

.strong-block:last-child .strong-description {
    background: url(/templates/images/corners/small-gray.png) right top;
}

.strong-description img {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 28px;
}

.strong-image {
    width: 100%;
}

/* strong.close */



/* faq.open */

.question-name {
    font-weight: bold;
    margin-top: 40px;
}

.questions {
    position: relative;
}

/*.questions:before {
  content: "";
  position: absolute;
  top: 160px;
  left: 380px;
  width: 60px;
  height: 60px;
  background: #fecc00;
}*/

.question-description h1 {
    margin-bottom: 20px;
}

.question-description p {
    width: 420px;
}

/* question-block.open */

.question-block {
    position: absolute;
    cursor: pointer;
}

.question-block.question-1 {
    top: 0;
    left: 440px
}

.question-block.question-2 {
    top: 220px;
    left: 0
}

.question-block.question-3 {
    top: 220px;
    left: 440px
}

.question-block.question-4 {
    top: 440px;
    left: 0
}

.question-block.question-5 {
    top: 440px;
    left: 220px
}

.question-block.question-6 {
    top: 440px;
    left: 440px
}

.question-block.question-7 {
    top: 660px;
    left: 0
}

.question-block.question-8 {
    top: 660px;
    left: 220px
}

.question-block.question-9 {
    top: 880px;
    left: 0
}

.question-block.question-10 {
    top: 880px;
    left: 220px
}

.question-block.question-11 {
    top: 1100px;
    left: 0
}

.question-block.question-12 {
    top: 1100px;
    left: 220px
}

.question-block.question-13 {
    top: 1100px;
    left: 440px
}

.question-block.question-14 {
    top: 1320px;
    left: 220px
}

.question-block.question-15 {
    top: 1320px;
    left: 440px
}

.question-block.question-16 {
    top: 1540px;
    left: 0
}

.question-block.question-17 {
    top: 1540px;
    left: 440px
}

.question-block.question-18 {
    top: 1760px;
    left: 0
}

.question-block.question-19 {
    top: 1760px;
    left: 220px
}

.question-block.question-20 {
    top: 1980px;
    left: 0
}

.question-block.question-21 {
    top: 1980px;
    left: 220px
}

.question-block.question-22 {
    top: 1980px;
    left: 440px
}

.question-block > div {
    float: left;
    width: 220px;
    height: 220px;
    padding: 20px;
    color: #5b5b5b;
}

.question-block.vertical > div {
    float: none;
}

.question-block > div.image {
    padding: 0;
}

.question-block > div.gray {
    background: #eee;
}

.question-block:hover > div,
.question-block:active > div {
    color: #fff;
    background: #e31e24;
}

.question-block.arrow-top:after,
.question-block.arrow-right:after,
.question-block.arrow-bottom:after,
.question-block.arrow-left:after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
}

.question-block.arrow-top:after {
    bottom: 220px;
    left: 95px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.question-block:hover.arrow-top:after,
.question-block:active.arrow-top:after {
    border-bottom-color: #e31e24;
}

.question-block.arrow-right:after {
    top: 95px;
    left: 220px;
    border-right-width: 0;
    border-left-color: #fff;
}

.question-block:hover.arrow-right:after,
.question-block:active.arrow-right:after {
    border-left-color: #e31e24;
}

.question-block.arrow-bottom:after {
    top: 220px;
    left: 95px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.question-block:hover.arrow-bottom:after,
.question-block:active.arrow-bottom:after {
    border-top-color: #e31e24;
}

.question-block.arrow-left:after {
    top: 95px;
    right: 220px;
    border-left-width: 0;
    border-right-color: #fff;
}

.question-block:hover.arrow-left:after,
.question-block:active.arrow-left:after {
    border-right-color: #e31e24;
}

.question-block > div > div {
    font-size: 20px;
    margin-bottom: 10px;
}

.question-block > div > div,
.question-block > div > span {
    color: #e31e24;
}

.question-block:hover > div > div,
.question-block:active > div > div,
.question-block:hover > div > span,
.question-block:active > div > span {
    color: #fff;
}

/* question-block.close */

/* faq.close */



/* template-mini.open */

.header-mini {
    min-width: 1240px;
    padding: 20px 40px;
    background: #e31e24;
}

.main-mini {
    width: 920px;
    padding: 40px;
}

/* template-mini.close */



/* print.open */

.print-link,
.print-link:before {
    display: inline-block;
}

.print-link {
    line-height: 30px;
}

.print-link:before {
    content: "";
    width: 25px;
    height: 25px;
    margin: 0 10px -6px 0;
    background: url(/templates/images/print-icon.png) no-repeat;
}



.main-print,
.print-on {
    display: none;
}

.main-print .logo {
    width: 60%;
    margin-bottom: 60px;
}

@media print {

    header,
    nav,
    footer,
    .line,
    .main-sidebar,
    .dok-menu,
    .proj-disc,
    .project-details,
    .button,
    .print-off,
    .favorite,
    .strong-block,
    .print {
        display: none;
    }

    .print-on {
        display: block;
    }

    .wrapper,
    .layout {
        padding: 0 !important;
    }

    .main {
        margin-top: 0 !important;
    }

    .main-print {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 30%;
    }

    .main-content {
        float: right;
        width: 65%;
    }

    .project-title {
        font-size: 34px;
        font-weight: 900;
        position: static;
        margin: 0 0 40px;
        padding: 0;
        line-height: 1.2;
        color: #e31e24;
        background: none;
    }

    .project-title:after {
        display: none;
    }

    .project-render-print {
        width: 100%;
    }

    .project-plans > div {
        float: none;
        width: 100% !important;
    }

}

/* print.close */

.bxslider li {
    opacity: .66;
    -webkit-transition: .33s opacity;
    -moz-transition: .33s opacity;
    -ms-transition: .33s opacity;
    -o-transition: .33s opacity;
    transition: .33s opacity;
}

.bxslider li:hover,
.bxslider li:active,
.bxslider li.active {
    opacity: 1;
}

.bxslider li.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid #e31e24;
}

.individual_item {
    display: none;
}





/*************************************************************/
/*************************************************************/
/*************************************************************/

/* Row */
.card-row {
    width: 960px;
    margin-bottom: 0px;
}

.card-row::after {
    content: "";
    display: block;
    clear: both;
}

/* Columns */
.card-column-left,
.card-column-right {
    width: 340px;
}

.card-column-left {
    float: left;
}

.card-column-right {
    float: right;
}

/* Images */
.image-column-left,
.image-column-right {
    width: 600px;
}

.image-column-left {
    float: left;
}

.image-column-right {
    float: right;
}

/* Cards */
.card {
    width: 340px;
    height: 190px;
    margin-bottom: 20px;
    /*outline: 1px solid black;*/

    color: white;
    cursor: pointer;
}

.card-video {
    height: 400px;
}

/* Card's customization */
.card .front {
    padding: 20px;
    font-size: 21px;
    background: #E31E24;
}

.card .back {
    padding: 15px;

    font-size: 19px;
    background: #5B5B5B;
}

.card-1 .front {
    background: white;
    color: black;
    border: 5px solid #5B5B5B;
}

.card-1 .back {
    background: #BBBBBB;
    color: black;
}

.card-2 .front {
    position: relative;
}

.card-2 .front::after {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10%;
    bottom: 10%;

    background: url('http://www.karkas.nanosfera.ru/templates/css/assets/images/articles/glunz/fire.png');
    background-repeat: no-repeat;
}

.card-3 {}

.card-4 {
    width: 270px;
}

.card-4 .front {
    background-color: #8cbb25;
    color: white;
}

.card-4 .back {
    background-color: white;
    border: 8px solid #8cbb25;
    color: #5B5B5B;
}

.card-6 {
    width: 510px;
    height: 386px;
}

.card-6 .front {
    background-image: url('http://www.karkas.nanosfera.ru/assets/images/articles/glunz/girya.jpg');
    background-size: 100%;
}

.card-6 .back {}

.card-5 .back {
    background-image: url('http://www.karkas.nanosfera.ru/assets/images/articles/glunz/termometer.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

/* Banners */
.glunz-banner {}

.glunz-description {
    padding: 20px;
    border: 5px solid #BBBBBB;
    font-weight: bold;
}

/* BX SLIDER */

.glunz-banner .bx-wrapper .bx-prev {
    left: 10px !important;
}

.glunz-banner .bx-wrapper .bx-next {
    right: 10px !important;
}


.image-column-left .bx-wrapper .bx-prev {
    left: 10px !important;
}

.image-column-left .bx-wrapper .bx-next {
    right: 10px !important;
}

.image-column-left .bx-slider2 {
    margin: 0px;
}

.glunz-text-1,
.glunz-text-2,
.glunz-text-4,
.glunz-text-5,
.glunz-text-6 {
    text-align: left;

    display: inline-block;
    position: absolute;
    font-size: 25px;
    font-weight: bold !important;
    color: white;
}

.glunz-text-1 {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #E31E24;
}

.glunz-text-2 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-size: 25px;
    color: #E31E24;
}

.glunz-text-4 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.glunz-text-5 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.glunz-text-6 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.glunz-banner,
.image-column-left,
.image-column-right {
    position: relative;
}

/*.search {
  position: relative;
}
.gift-image {
  position: absolute;
  right: 70px;
  bottom: -17px;
}*/

.dok-tabs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dok-tabs .slider,
.dok-tabs .slider-set > li {
    min-height: 300px;
}

.dok-tabs .slider img {
    width: 100%;
}

.dok-tabs__list._outer {
    border-bottom: 2px solid #bbb;
}

.dok-tabs__content-item,
.dok-tabs__inner-content-item {
    display: none;
}

.dok-tabs__content-item._active,
.dok-tabs__inner-content-item._active {
    display: block;
}

.dok-tabs__list-item {
    color: #fff;
}

.dok-tabs__list-item:hover,
.dok-tabs__list-item:active {
    color: #5b5b5b;
}

.dok-tabs__list-item._active {
    color: #e31e24;
}

.dok-tabs__list._outer > .dok-tabs__list-item {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    padding: 0 16px;
    line-height: 2.5;
    cursor: pointer;
    color: #fff;
    border: 2px solid #bbb;
    border-bottom: none;
    background: #bbb;
}

.dok-tabs__list._outer > .dok-tabs__list-item:hover,
.dok-tabs__list._outer > .dok-tabs__list-item:active {
    color: #5b5b5b;
}

.dok-tabs__list._outer > .dok-tabs__list-item._active,
.dok-tabs__list._outer > .dok-tabs__list-item._active:after {
    background: #fff;
}

.dok-tabs__list._outer > .dok-tabs__list-item._active {
    position: relative;
    color: #e31e24;
}

.dok-tabs__list._outer > .dok-tabs__list-item._active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
}

.dok-tabs__list._inner,
.dok-tabs__inner-content-item-description {
    margin-bottom: 15px;
}

.dok-tabs__list._inner > .dok-tabs__list-item {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    line-height: 28px;
    text-align: center;
    background: #bbb;
    border: 2px solid #bbb;
    cursor: pointer;
}

.dok-tabs__list._inner > .dok-tabs__list-item._active {
    background: #fff;
    border-color: #e31e24;
}

.dok-tabs__content {
    padding: 20px;
    border: 2px solid #bbb;
    border-top: none;
}

.dok-tabs__content-item {
    display: none
}

.dok-tabs__content-item._active {
    display: block
}

.dok-tabs__content-item > :first-child {
    margin-top: 0
}

.dok-tabs__content-item > :last-child {
    margin-bottom: 0
}

.red--menu {
    text-decoration: underline;
    color: #e31e24;
}

.layout__link {
    position: absolute;
    margin-top: 265px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    width: 180px;
    text-align: right;
    padding: 15px;
    margin-left: 753px;
    background-color: rgb(91, 91, 91);
}

.layout__link:hover {
    background-color: #e31e24;
}

.button--filter {
    background: #5b5b5b;
}

.tabs-list--item {
    font-size: 16px;
    color: #5b5b5b;
}

.button--filter--bc {
    background: #fecc00;
}

.button-grey-catalogue {
    background: #5b5b5b;
}

.button--filter:hover {
    background: #fecc00;
}

.button-grey-catalogue:hover {
    background: #fecc00;
}

.pic__table {
    padding-left: 17px;
}
