


.page_form {
  min-height: 355px;
  background: url(../images/formbg_left.png) 50% 0 no-repeat, url(../images/formbg_right.png) 50% 100% no-repeat #f5f5f5;
  text-align: center;
  padding: 30px 0; }
  .page_form .blockin {
    max-width: 840px; }
  .page_form .title {
    font-size: 42px;
    color: #000000; }
  .page_form .text {
    margin: 17px 0;
    font-size: 20px; }
  .page_form .row > div {
    margin-top: 15px; }
  .page_form .oferta {
    line-height: 18px; }
  @media screen and (max-width: 767px) {
    .page_form .title {
      font-size: 26px; } }

.sitelabel {
  position: relative;
  text-align: left;
  display: block; }
  .sitelabel input {
    line-height: 35px;
    display: block;
    width: 100%;
    padding: 23px 20px 0;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-size: 20px;
    height: 60px; }
    .sitelabel input:focus + span, .sitelabel input.focus + span {
      line-height: 35px;
      font-size: 15px; }
  .sitelabel span {
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    transition: all 0.4s ease 0s; }
    .sitelabel span em {
      color: #f00; }

.page ul, .page ol {
  padding: 0;
  list-style: none; }
  .page ul li, .page ol li {
    position: relative;
    padding-left: 25px;
    margin-top: 15px; }
    .page ul li:first-child, .page ol li:first-child {
      margin-top: 0; }
.page ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ed1a3a;
  border-radius: 50%; }
.page ol {
  counter-reset: heading; }
  .page ol li {
    counter-increment: heading;
    padding-left: 30px; }
    .page ol li:before {
      content: counter(heading) ".";
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      color: #ed1a3a;
      font-weight: 500; }

.action {
  margin-top: -30px; }
  .action > div {
    margin-top: 60px; }
  .action .img {
    position: relative; }
    .action .img img {
      display: block;
      width: 100%; }
  .action .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px; }
  .action .info {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 105px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ed1a3b;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    color: #fff; }
    .action .info span {
      font-size: 24px;
      font-weight: 500; }
  .action .all {
    text-align: center;
    line-height: 1.2; }
    .action .all a {
      display: inline-flex;
      align-items: center; }
      .action .all a span {
        font-size: 20px;
        border-bottom: 1px solid #f68c9c; }
      .action .all a img {
        margin-left: 12px; }
  @media screen and (max-width: 767px) {
    .action > div {
      margin-top: 30px; } }

.contacts {
  line-height: 1.4;
  margin: -30px -50px 0; }
  .contacts > div {
    margin-top: 50px;
    padding: 0 50px; }
    .contacts > div:nth-child(4) .row {
      min-height: 100px; }
  .contacts .title {
    font-size: 20px;
    color: #ed1a3a;
    font-weight: bold;
    margin-bottom: 5px; }
  .contacts .sliderwrap {
    margin-top: 30px; }
  .contacts a {
    border-bottom: 1px solid #ed1a3a; }
    .contacts a.nolink {
      border: 0;
      color: #000; }
    .contacts a:hover {
      border-color: transparent; }
  .contacts .nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 12px -6px 0; }
    .contacts .nav li {
      padding: 0 6px;
      font-size: 0;
      line-height: 0; }
      .contacts .nav li img {
        display: block;
        cursor: pointer;
        border: 1px solid transparent; }
      .contacts .nav li.active img {
        border-color: #ed1a3b; }
  @media screen and (max-width: 767px) {
    .contacts > div {
      margin-top: 20px; }
      .contacts > div .row > div {
        margin-top: 20px; }
    .contacts .hidemob {
      display: none; } }

.map {
  height: 650px; }
  @media screen and (max-width: 767px) {
    .map {
      height: 400px; } }

.construct_text {
  max-width: 530px; }

.constructblock {
  position: relative;
  margin-top: 40px; }
  .constructblock .imgblock {
    position: relative; }
    .constructblock .imgblock img {
      display: block;
      width: 100%; }
      @media screen and (min-width: 992px) {
        .constructblock .imgblock img {
          height: 734px;
          object-fit: cover;
          object-position: 100% 0; } }
      .constructblock .imgblock img + img {
        position: absolute;
        top: 0;
        left: 0; }
  .constructblock .control {
    background: #fff;
    height: 604px;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    box-shadow: 0 15px 19px rgba(0, 0, 0, 0.16); }
    @media screen and (min-width: 992px) {
      .constructblock .control {
        position: absolute;
        top: 65px;
        right: 65px;
        bottom: 65px;
        width: 430px; } }
  .constructblock .control_title {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #f2f2f2; }
    .constructblock .control_title li {
      text-align: center;
      line-height: 68px;
      font-size: 24px;
      color: #8e8e8e;
      cursor: pointer;
      width: 50%;
      position: relative;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px; }
      .constructblock .control_title li:before {
        position: absolute;
        bottom: -12px;
        height: 12px;
        background: url(../images/arrowcontrol.png) 50% 0 no-repeat;
        left: 0;
        right: 0; }
      .constructblock .control_title li.active {
        color: #ed1a3a;
        font-weight: 500;
        border-color: #ed1a3a; }
        .constructblock .control_title li.active:before {
          content: ''; }
  .constructblock .control_body {
    padding: 28px; }
    .constructblock .control_body .c_block {
      display: none; }
      .constructblock .control_body .c_block.active {
        display: block; }
    .constructblock .control_body .block {
      margin-top: 22px; }
      .constructblock .control_body .block:first-child {
        margin: 0; }
      .constructblock .control_body .block .title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px; }
  .constructblock .maxblock {
    overflow: hidden;
    position: relative; }
    .constructblock .maxblock .baron__scroller {
      padding-right: 30px;
      height: 157px; }
  .constructblock .baron__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    border-radius: 5px;
    background: #ededed; }
    .constructblock .baron__track .baron__free {
      position: relative;
      height: 100%; }
    .constructblock .baron__track .baron__bar {
      position: absolute;
      border-radius: 5px;
      width: 5px;
      background: #ed1a3a; }
  .constructblock .min_door {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px; }
    .constructblock .min_door > div {
      width: 20%;
      padding: 0 14px;
      font-size: 0;
      line-height: 0;
      text-align: center;
      margin-top: 20px; }
      .constructblock .min_door > div:nth-child(1), .constructblock .min_door > div:nth-child(2), .constructblock .min_door > div:nth-child(3), .constructblock .min_door > div:nth-child(4), .constructblock .min_door > div:nth-child(5) {
        margin-top: 0; }
      .constructblock .min_door > div img {
        border: 2px solid transparent;
        cursor: pointer; }
      .constructblock .min_door > div.active img {
        border-color: #ed1a3a; }
  @media screen and (max-width: 991px) {
    .constructblock .control {
      border-radius: 0;
      border: 0;
      height: auto; }
    .constructblock .control_title li {
      line-height: 45px;
      font-size: 18px; }
    .constructblock .control_body {
      padding: 15px; }
      .constructblock .control_body .block .title {
        font-size: 19px; }
    .constructblock .maxblock {
      padding: 0;
      height: auto; }
      .constructblock .maxblock .baron__scroller {
        padding-right: 20px; }
    .constructblock .min_door {
      margin: 0 -4px; }
      .constructblock .min_door > div {
        padding: 0 4px; } }

.bgconstruct {
  position: relative; }
  .bgconstruct .item {
    border: 2px solid transparent;
    cursor: pointer; }
    .bgconstruct .item.active {
      border-color: #ed1a3a; }
  .bgconstruct .owl-nav {
    position: absolute;
    top: calc(50% - 1px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
    font-size: 0;
    line-height: 0;
    left: -18px;
    right: -18px; }
    .bgconstruct .owl-nav div {
      cursor: pointer;
      background: url(../images/arrowbgcontrol.png) 0 0 no-repeat;
      width: 11px;
      height: 19px; }
      .bgconstruct .owl-nav div:last-child {
        transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .bgconstruct {
      padding: 0 18px; }
      .bgconstruct .owl-nav {
        left: 0;
        right: 0; } }

.radioblock label {
  position: relative;
  padding-left: 33px;
  line-height: 16px;
  font-size: 20px;
  display: block; }
  .radioblock label input {
    display: none; }
    .radioblock label input:checked + span {
      background-position: 0 0; }
  .radioblock label span {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/radio.png) 0 100% no-repeat; }
.radioblock.checkboxblock label {
  line-height: 20px; }
  .radioblock.checkboxblock label input:checked + span {
    background: #fff url(../images/check.png) 50% 50% no-repeat; }
  .radioblock.checkboxblock label span {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    cursor: pointer; }

.filter {
  margin-top: 30px; }
  .filter:first-child {
    margin: 0; }
  .filter .title {
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 4px 4px 0 0;
    background: #ed1a3a;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 25px; }
  .filter .body {
    background: #f7f7f7; }
    .filter .body .block {
      border-top: 1px solid #e7e7e7;
      position: relative; }
    .filter .body .opentitle, .filter .body .b_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 20px 25px;
      min-height: 48px;
      font-size: 18px;
      font-weight: 500;
      color: #000000; }
      .filter .body .opentitle span, .filter .body .b_title span {
        width: 16px;
        height: 9px;
        background: url(../images/arrowfilter.png);
        transform: rotate(180deg); }
      .filter .body .opentitle em, .filter .body .b_title em {
        font-family: "Roboto";
        font-style: normal;
        font-weight: bold;
        margin-right: auto; }
    .filter .body .b_title.active span {
      transform: rotate(0deg); }
    .filter .body .opentitle.open span {
      transform: rotate(0deg); }
    .filter .body .opentitle.active span {
      background: url(../images/closefilter.png);
      width: 12px;
      height: 12px;
      color: #ed1a3a; }
    .filter .body .b_body {
      padding: 0 25px 20px;
      display: none; }
  .filter .radioblock label {
    margin-top: 10px;
    font-size: 18px; }
    .filter .radioblock label:first-child {
      margin: 0; }
  .filter .uppecase {
    text-transform: uppercase; }
  .filter .clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    line-height: 70px;
    padding: 0 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1a3a;
    background: none; }
    .filter .clear span {
      background: url(../images/closefilter.png);
      width: 12px;
      height: 12px; }
  .filter .priceblock {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .filter .priceblock .border {
      border-radius: 3px;
      background: #fff;
      border: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      padding-left: 8px;
      font-size: 15px;
      font-weight: 500;
      color: #000000; }
      .filter .priceblock .border input {
        width: 100%;
        line-height: 33px;
        height: 33px;
        border: 0;
        background: none;
        padding: 0 7px;
        font-size: 15px;
        color: #888888; }
    .filter .priceblock .margin {
      margin: 0 10px; }
  .filter .tag {
    padding: 25px;
    margin: 0;
    list-style: none; }
    .filter .tag li {
      margin-top: 5px; }
      .filter .tag li a {
        display: flex;
        justify-content: space-between;
        color: #313131; }
        .filter .tag li a span {
          color: #ed1a3a; }
      .filter .tag li:first-child {
        margin: 0; }
  @media screen and (max-width: 767px) {
    .filter .title {
      cursor: pointer;
      background: #ed1a3a url(../images/arrowfilter_title.png) calc(100% - 20px) 50% no-repeat; }
    .filter .body {
      display: none; } }

.modalblock {
  position: absolute;
  top: calc(100% - 15px);
  left: 25px;
  width: 430px;
  background: #fff;
  z-index: 3;
  box-shadow: 0 15px 19px rgba(0, 0, 0, 0.16);
  display: none; }
  .modalblock ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #f2f2f2; }
    .modalblock ul li {
      text-align: center;
      line-height: 55px;
      font-size: 18px;
      color: #8e8e8e;
      cursor: pointer;
      font-weight: 500;
      width: 50%;
      position: relative;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px; }
      .modalblock ul li:before {
        position: absolute;
        bottom: -12px;
        height: 12px;
        background: url(../images/arrowcontrol.png) 50% 0 no-repeat;
        left: 0;
        right: 0; }
      .modalblock ul li.active {
        color: #ed1a3a;
        border-color: #ed1a3a; }
        .modalblock ul li.active:before {
          content: ''; }
  .modalblock .bodyblock {
    padding: 35px; }
  .modalblock .colorblock {
    display: flex;
    flex-wrap: wrap;
    padding: 1px; }
    .modalblock .colorblock label {
      width: 50%;
      position: relative;
      display: flex;
      align-items: center;
      min-height: 44px;
      padding-left: 55px;
      line-height: 18px;
      margin-top: 15px;
      cursor: pointer; }
      .modalblock .colorblock label:nth-child(1), .modalblock .colorblock label:nth-child(2) {
        margin: 0; }
      .modalblock .colorblock label input {
        display: none; }
        .modalblock .colorblock label input:checked + span {
          border-color: #ed1a3a;
          box-shadow: 0 0 0 1px #ed1a3a; }
      .modalblock .colorblock label span {
        position: absolute;
        top: 0;
        left: 0;
        padding: 1px;
        border: 1px solid #c6c6c6; }
      .modalblock .colorblock label img {
        display: block; }
  .modalblock .type {
    margin-bottom: 25px; }
    .modalblock .type .t_title {
      margin-bottom: 9px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2; }
    .modalblock .type select {
      display: block;
      width: 100%;
      height: 35px;
      border-radius: 3px;
      border: 1px solid #e0e0e0;
      padding: 0 15px;
      font-size: 16px;
      color: #888888;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      background: url(../images/type.png) 100% 50% no-repeat; }
      .modalblock .type select::-ms-expand {
        display: none; }
  .modalblock .door {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .modalblock .door label {
      display: block;
      font-weight: 500;
      color: #000000;
      width: 20%;
      text-align: center;
      margin-top: 17px;
      cursor: pointer; }
      .modalblock .door label:nth-child(1), .modalblock .door label:nth-child(2), .modalblock .door label:nth-child(3), .modalblock .door label:nth-child(4), .modalblock .door label:nth-child(5) {
        margin: 0; }
      .modalblock .door label input {
        display: none; }
        .modalblock .door label input:checked + span img {
          border-color: #ed1a3a; }
        .modalblock .door label input:checked + span:before {
          content: ''; }
      .modalblock .door label span {
        display: block;
        position: relative;
        width: 38px;
        margin: 0 auto 5px; }
        .modalblock .door label span:before {
          position: absolute;
          bottom: 3px;
          right: 3px;
          width: 10px;
          height: 8px;
          background: url(../images/checkdoor.png); }
        .modalblock .door label span img {
          display: block;
          border: 2px solid transparent; }
  .modalblock .maxblock {
    max-height: 340px;
    overflow: hidden;
    position: relative; }
  .modalblock .baron__scroller, .modalblock .baron__scroller2 {
    padding-right: 30px;
    height: 340px; }
  .modalblock .baron2 {
    height: 272px; }
  .modalblock .baron__scroller2 {
    padding-right: 10px;
    height: 272px; }
  .modalblock .baron__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    border-radius: 5px;
    background: #ededed; }
    .modalblock .baron__track .baron__free {
      position: relative;
      height: 100%; }
    .modalblock .baron__track .baron__bar, .modalblock .baron__track .baron__bar2 {
      position: absolute;
      border-radius: 5px;
      width: 5px;
      background: #ed1a3a; }
  .modalblock .closemodal {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: auto;
    display: none; }
  @media screen and (max-width: 767px) {
    .modalblock {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      bottom: 0;
      max-height: 100%;
      z-index: 10;
      overflow-y: auto; }
      .modalblock .bodyblock {
        padding: 10px; }
      .modalblock .maxblock, .modalblock .baron__scroller {
        max-height: calc(100vh - 160px);
        height: calc(100vh - 160px); }
      .modalblock .baron2, .modalblock .baron__scroller2 {
        max-height: calc(100vh - 250px);
        height: calc(100vh - 250px); }
      .modalblock .colorblock label {
        font-size: 16px;
        line-height: 1.2;
        padding-left: 45px; }
      .modalblock .closemodal {
        display: flex; } }

.nstSlider {
  position: relative;
  height: 4px;
  background: #cbcbcb;
  margin-top: 21px; }
  .nstSlider .bar {
    position: absolute;
    height: 4px;
    background: #ed1a3a; }
  .nstSlider .leftGrip, .nstSlider .rightGrip {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed1a3a;
    top: -6px;
    cursor: pointer; }

.sort.bg {
  min-height: 61px;
  padding: 10px 20px;
  background: #f2f2f2;
  border-radius: 3px;
  margin-bottom: 30px; }
.sort .left {
  color: #000000; }
  .sort .left > a {
    color: #888888;
    padding-right: 18px;
    background: url(../images/sort.png) calc(100% - 2px) 50% no-repeat; }
    .sort .left > a span {
      border-bottom: 1px dotted #8e8e8e; }
    .sort .left > a.active {
      color: #ed1a3a; }
      .sort .left > a.active span {
        border-color: #ee3a55; }
.sort select {
  height: 35px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  padding: 0 35px 0 15px;
  font-size: 16px;
  color: #888888;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(../images/type.png) 100% 50% no-repeat; }
  .sort select::-ms-expand {
    display: none; }
.sort ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .sort ul li {
    margin-left: 15px;
    font-weight: 500; }
    .sort ul li:first-child {
      margin: 0; }
    .sort ul li.last img, .sort ul li.first img {
      display: block; }
    .sort ul li.last {
      transform: rotate(180deg); }
    .sort ul li span {
      color: #fff;
      width: 23px;
      display: block;
      line-height: 23px;
      text-align: center;
      border-radius: 2px;
      background: #ed193b; }
    .sort ul li a {
      color: #888888; }
      .sort ul li a:hover {
        color: #ed193b; }
.sort .sortlabel {
  display: flex;
  align-items: center; }
  .sort .sortlabel label {
    margin-left: 10px;
    cursor: pointer; }
    .sort .sortlabel label input {
      display: none; }
      .sort .sortlabel label input:checked + span {
        border-color: transparent;
        color: #ed193b; }
    .sort .sortlabel label span {
      color: #888888;
      border-bottom: 1px solid #c3c3c3; }
@media screen and (max-width: 767px) {
  .sort {
    flex-direction: column; }
    .sort.bg {
      padding: 10px; }
      .sort.bg select {
        width: 100% !important; }
      .sort.bg .right {
        display: none; } }

.productwrap > div {
  margin-bottom: 30px; }

.product {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 17px 17px 25px;
  border: 1px solid #c6c6c6; }
  .product:hover {
    border-color: #ed1a3b;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5); }
  .product img {
    display: block;
    width: 100%; }
  .product > span {
    display: block;
    width: 100%; }
  .product .top {
    margin-bottom: 10px; }
  .product .title {
    margin-top: 20px;
    font-size: 20px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 500;
    display: block; }
  .product .price {
    font-size: 26px;
    font-weight: 500; }
    .product .price span {
      font-family: "Roboto"; }

.wrapcatalog {
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  .leftmenu {
    margin-bottom: 30px; } }

.seoblock {
  margin-top: 100px;
  padding-top: 45px;
  border-top: 1px solid #d9dadc; }
  .seoblock img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .seoblock {
      margin-top: 50px;
      padding-top: 30px; } }

.seeblock {
  margin-top: 50px; }
  .seeblock h2 {
    margin-bottom: 40px; }

.seeslider a:hover {
  box-shadow: none; }
.seeslider .owl-nav {
  position: absolute;
  top: calc(50% - 24px);
  left: -85px;
  right: -85px;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  height: 0; }
  .seeslider .owl-nav div {
    cursor: pointer;
    width: 26px;
    height: 48px;
    background: url(../images/arrowseeslider.png); }
    .seeslider .owl-nav div:last-child {
      transform: rotate(180deg); }
@media screen and (max-width: 1380px) {
  .seeslider {
    padding: 0 60px; }
    .seeslider .owl-nav {
      left: 0;
      right: 0; } }
@media screen and (max-width: 767px) {
  .seeslider {
    padding: 0; }
    .seeslider .owl-nav {
      margin-top: 30px;
      position: relative;
      top: auto;
      height: auto;
      justify-content: center; }
      .seeslider .owl-nav div {
        margin: 0 60px; } }

.paramtab {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9dadc; }
  @media screen and (min-width: 768px) {
    .paramtab h2 {
      font-size: 24px; } }
  .paramtab .title {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #f2f2f2; }
    .paramtab .title li {
      text-align: center;
      line-height: 55px;
      font-size: 24px;
      color: #8e8e8e;
      cursor: pointer;
      position: relative;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      padding: 0 40px; }
      .paramtab .title li.active {
        color: #ed1a3a;
        font-weight: 500;
        border-color: #ed1a3a; }
        .paramtab .title li.active:before {
          content: ''; }
      .paramtab .title li:before {
        position: absolute;
        bottom: -12px;
        height: 12px;
        background: url(../images/arrowcontrol.png) 50% 0 no-repeat;
        left: 0;
        right: 0; }
  .paramtab .body {
    padding-top: 40px; }
    .paramtab .body ul {
      margin: 0; }
    .paramtab .body .b_block {
      display: none; }
      .paramtab .body .b_block.active {
        display: block; }
  @media screen and (max-width: 767px) {
    .paramtab {
      padding-bottom: 50px; }
      .paramtab .title {
        flex-direction: column; }
        .paramtab .title li {
          width: 100%; } }

.revicews .r_block {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #f2f2f2; }
  .revicews .r_block:first-child {
    margin: 0;
    padding: 0;
    border: 0; }
  .revicews .r_block .top > div {
    margin-bottom: 20px; }
  .revicews .r_block .r_title {
    font-size: 18px;
    font-weight: 500;
    color: #313131; }
    .revicews .r_block .r_title div {
      font-size: 0;
      line-height: 0;
      margin-top: 10px; }
  .revicews .r_block .time {
    color: #a5a5a5; }
  .revicews .r_block .open_r {
    display: none; }
  .revicews .r_block a {
    border-bottom: 1px solid #ed1a3a;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top; }
    .revicews .r_block a:hover {
      border-color: transparent; }
@media screen and (max-width: 767px) {
  .revicews .r_block {
    padding-top: 20px;
    margin-top: 20px; } }

.detail {
  padding: 20px 0 70px; }
  .detail > div {
    margin-bottom: 30px; }
  .detail .right {
    padding-left: 35px; }
  .detail .d_block {
    margin-top: 35px; }
    .detail .d_block:first-child {
      margin: 0; }
    .detail .d_block .d_title {
      font-size: 20px;
      font-weight: bold;
      color: #000000;
      margin-bottom: 15px; }
  .detail .radioblock label {
    margin-top: 14px; }
    .detail .radioblock label:first-child {
      margin: 0; }
  .detail .colorcheck, .detail .dorchec {
    display: flex; }
    .detail .colorcheck label, .detail .dorchec label {
      margin-left: 9px;
      cursor: pointer; }
      .detail .colorcheck label:first-child, .detail .dorchec label:first-child {
        margin: 0; }
      .detail .colorcheck label input, .detail .dorchec label input {
        display: none; }
        .detail .colorcheck label input:checked + span, .detail .dorchec label input:checked + span {
          border-color: #ed1a3a;
          box-shadow: 0 0 0 1px #ed1a3a; }
      .detail .colorcheck label span, .detail .dorchec label span {
        padding: 1px;
        display: block;
        border: 1px solid #c6c6c6; }
        .detail .colorcheck label span img, .detail .dorchec label span img {
          display: block; }
  .detail .dorchec label span {
    padding: 0; }
  .detail .price div {
    font-size: 30px;
    color: #ed1a3a;
    font-weight: 500; }
    .detail .price div span {
      font-family: "Roboto"; }
  .detail .rightprice {
    max-width: 385px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
    .detail .rightprice .site_button {
      max-width: 150px;
      width: 100%; }
  .detail .link {
    border-bottom: 1px solid #ed1a3a;
    font-size: 20px; }
    .detail .link:hover {
      border-color: transparent; }
  .detail .m_title {
    padding-top: 27px;
    font-size: 24px;
    font-weight: 500;
    color: #ed1a3a; }
  .detail .description {
    margin: 20px 0 25px; }
  .detail .butblock {
    max-width: 410px;
    margin-top: 80px; }
    .detail .butblock .bright {
      max-width: 235px;
      width: 100%;
      text-align: center; }
    .detail .butblock .info {
      margin-top: 15px; }
      .detail .butblock .info span {
        font-size: 21px;
        color: #ed1a3a;
        font-weight: 500; }
        .detail .butblock .info span em {
          font-style: normal;
          font-family: "Roboto"; }
  @media screen and (max-width: 767px) {
    .detail {
      padding: 0; }
      .detail .right {
        padding: 20px 0 0; }
      .detail .d_block.flex {
        flex-direction: column;
        align-items: flex-start; }
      .detail .rightprice {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px; }
      .detail .butblock {
        margin-top: 30px;
        flex-direction: column; }
        .detail .butblock .bright {
          margin-top: 15px;
          text-align: left; } }

.detailslider .img {
  padding: 15px;
  border: 1px solid #c6c6c6; }
  .detailslider .img img {
    width: auto;
    margin: 0 auto; }

.detailnav {
  margin-top: 12px; }
  .detailnav .item {
    padding: 10px;
    text-align: center;
    border-color: #c6c6c6;
    border-width: 1px;
    overflow: hidden; }
    .detailnav .item img {
      max-height: 135px;
      width: auto;
      margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .detailnav .item {
        padding: 3px; } }

.calcblock ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .calcblock ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
    line-height: 1; }
    .calcblock ul li:first-child {
      margin: 0; }
    .calcblock ul li .center {
      flex-grow: 2;
      border-bottom: 1px dotted #707070;
      margin: 0 10px; }
    .calcblock ul li ul {
      width: 100%;
      padding-top: 25px;
      padding-left: 35px; }
    .calcblock ul li .right {
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .calcblock ul li .right a {
        margin-right: 10px;
        color: #8e8e8e; }
      .calcblock ul li .right select {
        max-width: 110px;
        min-width: 110px;
        width: 100%;
        height: 32px;
        padding: 0 10px;
        border-radius: 3px;
        border: 1px solid #f2f2f2;
        font-size: 14px;
        color: #000000;
        margin-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: url(../images/type.png) 100% 50% no-repeat; }
        .calcblock ul li .right select::-ms-expand {
          display: none; }
    .calcblock ul li .price {
      font-weight: 500;
      color: #ed1a3a;
      font-size: 16px; }
      .calcblock ul li .price span {
        font-family: "Roboto"; }
.calcblock .butblock {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 440px; }
  .calcblock .butblock .price div {
    font-size: 30px;
    color: #ed1a3a;
    font-weight: 500; }
    .calcblock .butblock .price div span {
      font-family: "Roboto"; }
  @media screen and (max-width: 767px) {
    .calcblock .butblock {
      flex-direction: column;
      align-items: flex-start; }
      .calcblock .butblock .price {
        margin-bottom: 20px; } }
.calcblock .site_button {
  max-width: 240px;
  width: 100%; }
.calcblock .info {
  margin-top: 30px;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 1.3; }
  @media screen and (max-width: 767px) {
    .calcblock .info br {
      display: none; } }

.main h2 {
  color: #000000; }
  @media screen and (min-width: 768px) {
    .main h2 {
      font-size: 42px; } }
  .main h2 span {
    color: #ed193b; }

.videoblock {
  padding: 50px 0 55px;
  background: #f5f5f5 url(../images/videobg.png) 50% 100% no-repeat; }
  .videoblock .top {
    padding-bottom: 30px; }
    .videoblock .top > div {
      margin-bottom: 20px; }
  .videoblock .video {
    position: relative;
    display: block; }
    .videoblock .video img {
      min-height: 300px;
      object-fit: cover;
      width: 100%;
      display: block; }
    .videoblock .video .wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      font-weight: 500;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
      .videoblock .video .wrap > span {
        padding-top: 95px;
        background: url(../images/video.png) 50% 0 no-repeat; }
        .videoblock .video .wrap > span span {
          border-bottom: 1px solid #d6d7d8; }
  @media screen and (max-width: 767px) {
    .videoblock {
      padding: 30px 0;
      text-align: center; }
      .videoblock .top {
        display: flex;
        flex-direction: column-reverse; }
        .videoblock .top > div {
          width: 100%; }
      .videoblock .video {
        margin: 0 -15px; } }

.premium {
  padding-top: 10px;
  border-top: 2px solid #ed193b; }
  .premium .row > div {
    margin-top: 30px; }
  .premium .title {
    font-size: 30px;
    font-weight: 500;
    color: #ed193b;
    margin-top: -30px; }
  .premium .text {
    font-size: 20px;
    font-weight: bold;
    color: #313131; }
  @media screen and (max-width: 767px) {
    .premium {
      border: 0;
      padding: 0; }
      .premium .row > div:first-child {
        margin: 0; } }

.autoblock {
  padding: 40px 0;
  overflow: hidden; }
  .autoblock img {
    display: block;
    margin-right: -100px;
    max-width: none; }
  .autoblock h2 {
    margin: 0; }
  .autoblock .m_title {
    font-size: 18px;
    color: #313131;
    text-transform: uppercase; }
  .autoblock .text {
    margin: 35px -30px 20px 0; }
  .autoblock form .row > div {
    margin-top: 20px; }
  .autoblock .oferta {
    line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .autoblock {
      text-align: center;
      padding: 20px 0 30px; }
      .autoblock .text {
        margin: 20px 0; }
      .autoblock img {
        margin: 0;
        max-width: 100%; }
      .autoblock form .row {
        display: flex;
        flex-direction: column; }
        .autoblock form .row > div {
          width: 100%; }
          .autoblock form .row > div:nth-child(3) {
            order: 2; }
          .autoblock form .row > div:nth-child(2) {
            order: 3; } }

.mainwrap {
  padding: 30px 0 70px; }
  @media screen and (max-width: 767px) {
    .mainwrap {
      padding: 0 0 40px; } }

.productbut {
  padding-top: 1px; }
  .productbut .site_button {
    margin: 10px 15px 0;
    max-width: 215px;
    width: 100%; }
    .productbut .site_button .load {
      width: 24px;
      height: 25px;
      background: url(../images/load.png) 0 0 no-repeat;
      margin-right: 15px; }
    .productbut .site_button:hover .load {
      background-position: 0 100%; }

.mainfolder {
  margin-bottom: 90px; }
  @media screen and (max-width: 767px) {
    .mainfolder {
      margin-bottom: 25px; } }

.
.folder {
  margin-top: 30px; }
  .folder:first-child {
    margin: 0; }
  .folder a {
    position: relative;
    display: block; }
    .folder a img {
      display: block;
      height: 255px;
      object-fit: cover;
      object-position: 50% 0;
      width: 100%; }
    .folder a .title {
      position: absolute;
      top: 30px;
      left: 20px;
      font-weight: 500;
      font-size: 23px;
      line-height: 25px;
      color: #000000; }
    .folder a .site_button {
      position: absolute;
      bottom: 55px;
      left: 20px;
      max-width: 160px;
      width: 100%;
      background: #fff;
      border-width: 1px; }
    .folder a:hover .site_button {
      background: #ed193b;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .folder {
      display: none; } }

@media screen and (min-width: 768px) {
  .mobfolder {
    display: none; } }
.mobfolder a {
  margin-top: 12px;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 20px;
  border: 1px solid #ed193b;
  border-radius: 3px;
  background: #ffeff2;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  position: relative; }
  .mobfolder a:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    width: 21px;
    height: 14px;
    background: url(../images/mobarrow.png) 0 0 no-repeat; }

.podbor {
  margin-bottom: 40px; }
  .podbor .text {
    margin-bottom: 30px;
    font-size: 20px; }
  .podbor .wrap {
    position: relative;
    padding: 25px 30px;
    background: #ebebeb;
    min-height: 141px; }
  .podbor .progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    .podbor .progress div {
      width: 0;
      height: 3px;
      background: #ed193b;
      transition: all 0.4s ease 0s; }
  @media screen and (max-width: 767px) {
    .podbor {
      margin-bottom: 20px; }
      .podbor h2, .podbor .text {
        text-align: center; }
      .podbor h2 {
        margin-bottom: 5px; }
      .podbor .wrap {
        min-height: auto;
        padding: 15px 15px 20px; } }

.stepslider .item {
  position: relative; }
.stepslider .title {
  font-size: 20px;
  margin-bottom: 25px; }
  .stepslider .title span {
    color: #cb203c; }
.stepslider .radioblock {
  max-width: 580px;
  width: 100%; }
  .stepslider .radioblock label {
    cursor: pointer; }
.stepslider .max {
  max-width: 340px; }
.stepslider .long {
  max-width: 680px; }
.stepslider .prev {
  padding-left: 30px;
  font-size: 20px;
  background: url(../images/prev.png) 0 50% no-repeat; }
.stepslider .restart {
  line-height: 19px;
  padding-left: 35px;
  font-size: 20px;
  background: url(../images/restart.png) 0 50% no-repeat; }
  .stepslider .restart span {
    border-bottom: 1px solid #cb203c;
    color: #cb203c;
    display: block; }
@media screen and (max-width: 767px) {
  .stepslider .item .title .right {
    display: none; }
  .stepslider .item .radioblock {
    flex-direction: column;
    align-items: flex-start; }
    .stepslider .item .radioblock label {
      margin-top: 20px; }
      .stepslider .item .radioblock label:first-child {
        margin: 0; }
  .stepslider .item .butwrap {
    flex-direction: column;
    align-items: flex-start; }
    .stepslider .item .butwrap .prev {
      margin-top: 15px;
      margin-left: auto; } }

.flamp {
  position: fixed;
  left: 0;
  top: 300px;
  font-size: 0;
  line-height: 0;
  z-index: 10; }
  .flamp img {
    display: block; }
  @media screen and (max-width: 991px) {
    .flamp {
      display: none; } }

.footer {
  padding: 30px 0 35px;
  color: #fff;
  background: #2a2a2a; }
  .footer .top {
    font-size: 20px; }
    .footer .top .right {
      max-width: 415px;
      width: 100%; }
    .footer .top .site_button {
      color: #fff; }
    .footer .top .phone {
      text-align: right; }
      .footer .top .phone .tel a {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff; }
      .footer .top .phone .openmodal {
        border-bottom: 1px solid #8c2133; }
        .footer .top .phone .openmodal:hover {
          border-color: transparent; }
    .footer .top .site_button {
      max-width: 213px;
      width: 100%; }
  .footer .center {
    min-height: 100px;
    margin-top: 40px;
    border-top: 1px solid #d9dadc;
    border-bottom: 1px solid #d9dadc; }
    .footer .center ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
      flex-grow: 2;
      max-width: 860px;
      margin-right: 20px; }
      .footer .center ul a {
        font-size: 20px;
        color: #ffffff;
        display: block; }
        .footer .center ul a:hover {
          color: #ed1a3b; }
  .footer .bottom {
    padding-top: 35px;
    color: #939393;
    line-height: 1.2;
    font-size: 16px; }
  .footer .soc {
    font-size: 0;
    line-height: 0;
    display: flex; }
    .footer .soc a {
      min-width: 30px;
      margin-left: 15px; }
      .footer .soc a:first-child {
        margin: 0; }
      .footer .soc a img {
        display: block; }
        .footer .soc a img + img {
          display: none; }
      .footer .soc a:hover img {
        display: none; }
        .footer .soc a:hover img + img {
          display: block; }
  .footer .f_link {
    color: #939393;
    border-bottom: 1px solid transparent; }
    .footer .f_link:hover {
      border-color: #939393; }
  .footer .insite a {
    font-weight: 500;
    border-bottom: 1px solid transparent; }
    .footer .insite a:hover {
      border-color: #ed193b; }
  @media screen and (max-width: 991px) {
    .footer {
      text-align: center; }
      .footer .top {
        flex-direction: column; }
        .footer .top > div {
          margin-top: 25px; }
        .footer .top .right {
          flex-direction: column; }
          .footer .top .right .phone {
            text-align: center;
            margin-bottom: 25px; }
      .footer .center {
        margin: 40px 0 0;
        justify-content: center;
        min-height: 70px; }
        .footer .center ul {
          display: none; }
      .footer .bottom {
        flex-direction: column; }
      .footer .f_link {
        margin: 20px 0; } }

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 630px;
    width: 100%;
    padding: 0 30px 30px;
    background: #ffffff;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    color: #313131;
    box-sizing: border-box; }
  .popup_wrap .closebut {
    position: absolute;
    top: 0;
    right: -37px;
    width: 18px;
    height: 18px;
    background: url(../images/closebut.png) 0 0 no-repeat;
    cursor: pointer; }
  .popup_wrap form + .success {
    display: none; }
  .popup_wrap .success {
    font-size: 20px; }
    .popup_wrap .success .p_title {
      margin-bottom: 20px; }
  .popup_wrap .p_title {
    margin: 0 -30px;
    font-size: 42px;
    color: #000000;
    font-weight: 500;
    padding: 15px 30px;
    border-bottom: 2px solid #ed193b;
    text-align: left; }
  .popup_wrap .row > div {
    margin-top: 20px; }
  .popup_wrap .title {
    text-align: left; }
    .popup_wrap .title span {
      color: #f00; }
  .popup_wrap input, .popup_wrap textarea {
    display: block;
    width: 100%;
    line-height: 58px;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-top: 4px;
    padding: 0 18px;
    font-size: 20px;
    color: #313131; }
    .popup_wrap input::placeholder, .popup_wrap textarea::placeholder {
      color: #313131; }
  .popup_wrap input {
    height: 60px; }
  .popup_wrap textarea {
    line-height: 1.2;
    height: 175px;
    resize: none;
    padding: 15px 18px; }
  .popup_wrap .site_button {
    max-width: 270px;
    padding-bottom: 5px;
    width: 100%; }
  .popup_wrap .oferta {
    max-width: 360px;
    margin: 0 auto; }
  .popup_wrap:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .popup_wrap .wrap {
      padding: 15px; }
    .popup_wrap .p_title {
      font-size: 19px;
      margin: 0 -15px;
      padding: 0 15px 15px; }
    .popup_wrap .closebut {
      right: 15px;
      top: 15px;
      background-position: 100% 0; } }

.oferta {
  text-align: left;
  padding-left: 32px;
  font-size: 15px;
  position: relative;
  color: #464646; }
  .oferta label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: url(../images/check.png) 50% 50% no-repeat; }
    .oferta label span {
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #dadada;
      border-radius: 3px; }
  .oferta a {
    border-bottom: 1px solid #f2536c; }
    .oferta a:hover {
      border-color: transparent; }

#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }

.door-scheme{
  text-align: center;
  display: table;
  margin-bottom: 30px;
}

.calculator-accessories__img-after {
  position: absolute;
  top: 0;
}
.calculator-accessories__img-after:not(.active){
  display: none;
}

.calculator-accessories__img {
  position: relative;
}
.inner-door__price-btn{
  outline: none;
}

.calculator-accessories__table-price-block:not(.active){
  display: none;
}

.title-active-parts{
  color: #a1abaf;
  font-size: 0.8em;
  padding-bottom: 0;
}
.link-style-popup--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}

.door-scheme{
  text-align: center;
  display: table;
  margin-bottom: 30px;
}
.popup-fancybox{
  /*display: none;*/
}
.modal-calculation{
  width: 722px;
  border-radius: 4px;
  padding: 0;
  max-width: 93%;
}
.modal-calculation__head{
  padding: 24.5px 40px;
  border-bottom: 1px solid #e3e3e3;
}

.modal-calculation__title{
  font-size: 26px;
  font-weight: 600;
  color: #000000;
}
.modal-calculation .fancybox-close-small:after{
  font-size: 36px;
  color: #cecece;
  position: relative;
  margin-top: -9px;
}
.modal-calculation .fancybox-close-small:focus:after {
  outline: none
}
.modal-calculation .fancybox-close-small{
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 87px;
}
.modal-calculation__body{
  padding: 16px 40px;
  padding-bottom: 0;
  padding-right: 57px;
}

.modal-calculation__body-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}


.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  opacity: 1 !important;
  background: #ededed;
  right: -0px !important;
  width: 6px !important;
  border-radius: 3px;
}
.iScrollIndicator{
  border: none !important;
}

.IScroll-block{
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  margin-right: -30px;
  width: 100%;
}
.modal-calculation__list-scroll{
  height: 580px;
}
.modal-calculation__list-scroll .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  height: 95%;
}

.parts-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.parts-list__section {
  width: 33.33%;
  padding: 10px;
}
a.parts-list__item {
  display: block;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #3f4a4e;
  text-decoration: none;
  padding: 20px;
  line-height: 1.3em;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
span.parts-list__item-price {
  display: block;
  color: #c62607;
  margin-top: 11px;
}
a.parts-list__item:hover, a.parts-list__item.active {
  outline-color: #c62607;
}
.parts-list__item-img {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}

@media (min-width: 640px){
  .inner-door__price-btn[form="form-order-iron-door"] {
      right: -93px;
      width: 225px;
  } 
}

@media (max-width:640px){
  .door-scheme{
    margin-left: auto;
    margin-right: auto;
  }
  .calculator-accessories__img {
      display: table;
      margin: auto;
  }
  .calculator-accessories {
    margin: 0 -8px;
  }

  .inner-door__price-btn[form="form-order-iron-door"] {
      width: 152px;
      height: 58px;
      line-height: 1.2em;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      top: 7px;
  }


  .parts-list__section {
    width: 50%;
  }
  .modal-calculation__head {
    padding: 20px 20px;
  }
  .modal-calculation__title {
    font-size: 20px;
  }
  .modal-calculation .fancybox-close-small {
    height: 61px;
    width: 50px;
  }
  .modal-calculation__body {
    padding: 16px 20px;
    padding-right: 40px;
  }
  .item-detail-desc{
    margin-top: 180px;
    margin-bottom: 80px;
  }
  a.parts-list__item {
    padding: 20px 10px;
  }
  .parts-list__section {
    padding: 5px;
  }
  .parts-list {
    margin: -5px;
  }
  /*.modal-calculation__list-scroll {
    height: auto;
  }*/

  ul.item-tabs{
    display: block;
    text-align: center;

  }
  li.item-tabs__section.active{
    background: #c62607;
  }
  a.item-tabs__link span:after{
    display: none;
  }
  a.item-tabs__link{
    padding: 0 9px;
    font-size: 15px;
  }
  li.item-tabs__section.active a.item-tabs__link {
    font-weight: normal;
    color: #fff;
  }
  .item-tabs-content{
    padding: 0 30px;
  }
  a.item-tabs__link span {
    padding: 15px 0;
  }
  li.item-tabs__section +li.item-tabs__section:after{
    display: none;
  }
  .table-item-detail-characteristics{
    width: 100%;
  }
  ul.item-tabs {
    border-top: 1px solid #e5e5e5;
  }
  .inner-door__price--new {
    margin-right: 26px;
    margin-bottom: 10px;
  }
  .btn-calculate{
    margin-top: 3px;
  }
}

select:disabled{
  opacity: .6;
  background-color: #f2f2f2 !important;
  cursor: no-drop;
}

.radioblock.checkboxblock label input:disabled ~ span{
  opacity: .6;
  background-color: #f2f2f2 !important;
  cursor: no-drop; 
}


.list-data{
  text-align: left;
}






.detailnav_wrap {
  padding: 17px 30px;
  background: #f5f5f5;
  margin-top: 40px; }
  .detailnav_wrap .title {
    font-size: 24px;
    font-weight: 500;
    color: #313131; }
  .detailnav_wrap .detailnav .item {
    padding: 0;
    margin: 0;
    border: 1px solid #c6c6c6; }
  @media screen and (max-width: 767px) {
    .detailnav_wrap {
      padding: 15px;
      margin-top: 20px; } }

.paramtable {
  width: 100%;
  max-width: 870px;
  border-spacing: 0; }
  .paramtable tr:nth-child(odd) {
    background: #f5f5f5; }
  .paramtable td {
    padding: 10px;
    font-size: 18px; }
    .paramtable td:last-child {
      text-align: right;
      font-weight: bold; }
    .paramtable td a {
      border-bottom: 1px solid #f18797; }
      .paramtable td a:hover {
        border-color: transparent; }

.popup_min {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none; }
  .popup_min .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 770px;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    position: relative;
    line-height: 1.2;
    font-size: 18px;
    color: #313131;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.23); }
  .popup_min .closebut {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 18px;
    background: url(../images/closeminpopup.png) 0 0 no-repeat;
    z-index: 2; }
  .popup_min .img {
    width: 100%;
    display: block;
    border: 1px solid #dedede; }
  .popup_min .title {
    font-size: 24px;
    font-weight: bold;
    color: #ed1a3a;
    border: 0; }
  .popup_min ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left; }
    .popup_min ul li {
      margin-top: 7px; }
  .popup_min:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .popup_min .wrap {
      padding: 46px 15px 15px; } }





.productwrap a {
  position: relative; }
  .productwrap a .label {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 0;
    width: auto;
    line-height: 0; }
    .productwrap a .label img {
      width: auto; }

.sliderwrap {
  position: relative; }
  .sliderwrap .label {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2; }





.search {
  position: absolute;
  top: 5px;
  right: 15px;
  display: flex;
  border: 1px solid #d9dadc;
  border-radius: 3px;
  background: #fff;
  overflow: hidden; }
  .search input {
    border: 0; }
  .search .right {
    display: none;
    align-items: center;
    padding-right: 60px; }
    .search .right label {
      cursor: pointer;
      margin-left: 13px; }
      .search .right label:first-child {
        margin: 0; }
      .search .right label input {
        display: none; }
        .search .right label input:checked + span {
          background: #ed1a3a;
          font-weight: bold;
          color: #fff; }
      .search .right label span {
        display: block;
        line-height: 26px;
        padding: 0 12px 3px;
        border-radius: 2px;
        background: #fde8eb;
        font-size: 18px;
        color: #ed1a3a; }
  .search.open {
    max-width: none;
    width: auto;
    left: 15px; }
    .search.open .right {
      display: flex; }
  @media screen and (max-width: 991px) {
    .search {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      flex-direction: column-reverse; }
      .search .right {
        display: flex;
        padding: 0;
        text-align: center;
        padding: 10px 0 0 10px; }
        .search .right label {
          width: 46%; }
      .search.open {
        width: 100%;
        left: auto;
        right: auto; }
      .search button {
        top: 39px; } }




.detail .butblock.notop {
  margin-top: 30px; }
.detail .butblock .green {
  color: #00a64c;
  border-color: #00a64c; }
  .detail .butblock .green:before {
    content: '';
    width: 36px;
    min-width: 36px;
    height: 27px;
    margin-right: 13px;
    background: url(../images/greenbut.png) 0 0 no-repeat; }
  .detail .butblock .green:hover {
    background: #00a64c;
    color: #fff; }
    .detail .butblock .green:hover:before {
      background-position: 0 100%; }

.calcblock .butblock.notop {
  margin-top: 30px; }
.calcblock .butblock .green {
  color: #00a64c;
  border-color: #00a64c; }
  .calcblock .butblock .green:before {
    content: '';
    width: 36px;
    min-width: 36px;
    height: 27px;
    margin-right: 13px;
    background: url(../images/greenbut.png) 0 0 no-repeat; }
  .calcblock .butblock .green:hover {
    background: #00a64c;
    color: #fff; }
    .calcblock .butblock .green:hover:before {
      background-position: 0 100%; }

.popup_wrap.onlinepopup .wrap {
  max-width: 470px;
  text-align: left;
  padding: 50px 55px 55px;
  font-size: 18px; }
.popup_wrap.onlinepopup em {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 17px; }
.popup_wrap.onlinepopup .o_title {
  font-size: 40px;
  margin-bottom: 30px; }
.popup_wrap.onlinepopup .m_title {
  line-height: 27px;
  color: #313131;
  font-weight: bold; }
  .popup_wrap.onlinepopup .m_title span {
    color: #ed193b;
    display: block; }
.popup_wrap.onlinepopup .text {
  margin: 20px 0 15px; }
.popup_wrap.onlinepopup .radioblock {
  margin-bottom: 40px; }
  .popup_wrap.onlinepopup .radioblock label {
    margin-top: 12px; }
    .popup_wrap.onlinepopup .radioblock label:first-child {
      margin: 0; }
.popup_wrap.onlinepopup .total {
  margin-bottom: 20px;
  color: #313131;
  font-weight: bold; }
  .popup_wrap.onlinepopup .total span {
    color: #ed193b; }
@media screen and (max-width: 767px) {
  .popup_wrap.onlinepopup .wrap {
    padding: 30px; } }

.newheader .top .right {
  max-width: 660px; }
.newheader .slogan {
  margin-left: 53px;
  margin-right: auto; }

.onlineblock {
  max-width: 670px; }
  .onlineblock ul {
    padding: 10px 0 40px;
    margin: 0;
    list-style: none; }
    .onlineblock ul li {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      white-space: nowrap;
      font-size: 18px;
      line-height: 1.2;
      font-weight: bold;
      color: #313131;
      margin-top: 17px; }
      .onlineblock ul li em {
        font-family: "Roboto";
        font-style: normal;
        font-size: 17px; }
      .onlineblock ul li:first-child {
        margin: 0; }
      .onlineblock ul li.color {
        color: #ed1a3a; }
      .onlineblock ul li .left {
        margin-right: 10px; }
      .onlineblock ul li .center {
        flex-grow: 2;
        border-bottom: 1px dotted #e2e2e2; }
      .onlineblock ul li .right {
        margin-left: 10px; }
  .onlineblock .text a {
    border-bottom: 1px solid #ed1a3a; }
    .onlineblock .text a:hover {
      border-color: transparent; }
  .onlineblock .form {
    padding: 12px 50px 35px;
    background: #f5f5f5;
    margin-top: 30px; }
    .onlineblock .form .row {
      margin-top: 20px; }
      .onlineblock .form .row:first-child {
        margin-top: 0; }
      .onlineblock .form .row > div {
        margin-top: 23px; }
    .onlineblock .form .input {
      display: block; }
      .onlineblock .form .input span {
        display: block;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 8px; }
        .onlineblock .form .input span em {
          color: #fe2121; }
      .onlineblock .form .input input {
        display: block;
        width: 100%;
        line-height: 58px;
        height: 60px;
        border: 1px solid #dadada;
        border-radius: 3px;
        font-size: 16px;
        padding: 0 15px; }
    .onlineblock .form .oferta {
      line-height: 1.2;
      margin-top: 10px; }
      .onlineblock .form .oferta:first-child {
        margin: 0; }
    .onlineblock .form .radioblock {
      padding-bottom: 12px;
      padding-top: 5px; }
      .onlineblock .form .radioblock label {
        padding-left: 25px;
        cursor: pointer; }
        .onlineblock .form .radioblock label .info {
          position: absolute;
          top: 0;
          right: 0;
          font-weight: normal; }
          .onlineblock .form .radioblock label .info .info_but {
            display: block;
            width: 15px;
            height: 15px;
            background: url(../images/help.png) 0 0 no-repeat; }
          .onlineblock .form .radioblock label .info .info_text {
            display: none;
            position: absolute;
            left: 100%;
            top: 100%;
            padding: 6px 12px;
            z-index: 3;
            background: #fff;
            width: 200px;
            font-size: 16px;
            line-height: 19px;
            font-weight: normal;
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); }
          .onlineblock .form .radioblock label .info:hover .info_text {
            display: block; }
        .onlineblock .form .radioblock label.r {
          padding-right: 25px; }
  @media screen and (max-width: 767px) {
    .onlineblock ul li {
      flex-direction: column; }
      .onlineblock ul li .center {
        display: none; }
      .onlineblock ul li .right {
        margin: 0; }
    .onlineblock .form {
      padding: 0 15px 15px; }
      .onlineblock .form .radioblock {
        flex-direction: column;
        align-items: flex-start; }
        .onlineblock .form .radioblock label {
          margin-top: 15px; }
          .onlineblock .form .radioblock label:first-child {
            margin: 0; }
          .onlineblock .form .radioblock label .info .info_text {
            left: -100px; } }






.videotag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2; }
  .videotag a {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    border-radius: 3px; }
    .videotag a:last-child {
      margin-right: 0; }
    .videotag a.active {
      background: #ed1a3a;
      color: #fff; }

.sortvideo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px; }
  .sortvideo .selectblock {
    display: flex;
    align-items: center; }
  .sortvideo label {
    margin-left: 10px;
    cursor: pointer; }
    .sortvideo label input {
      display: none; }
      .sortvideo label input:checked + span {
        color: #fff;
        background: #ed1a3a; }
    .sortvideo label span {
      display: block;
      line-height: 24px;
      font-size: 18px;
      color: #ed1a3a;
      border-radius: 3px;
      border: 1px solid #ed1a3a;
      padding: 0 15px;
      text-align: center; }
  @media screen and (max-width: 767px) {
    .sortvideo .selectblock {
      width: 100%;
      margin-top: 10px; }
    .sortvideo label {
      flex-grow: 2; }
      .sortvideo label:first-child {
        margin: 0; }
      .sortvideo label span {
        padding: 0; } }

.videopage > div {
  margin-top: 30px; }
.videopage a {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative; }
  .videopage a img {
    display: block;
    width: 100%;
    min-height: 200px;
    object-fit: cover; }
  .videopage a .label {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    line-height: 31px;
    padding-bottom: 6px;
    text-align: center;
    width: 113px;
    padding-left: 27px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    background: url(../images/videolabelbg.png) 0 0 no-repeat; }
  .videopage a .title {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 60px;
    right: 0;
    padding-right: 40px;
    padding-left: 72px;
    display: flex;
    align-items: center;
    background: url(../images/videotitle.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 500;
    max-width: 370px; }
    @media screen and (max-width: 767px) {
      .videopage a .title {
        padding-right: 10px;
        padding-left: 55px; } }

.videobut {
  margin-top: 50px; }
  .videobut a {
    padding: 0 30px; }






.paramwrap {
  max-width: 450px; }
  .paramwrap .title {
    font-size: 18px;
    padding-bottom: 4px; }
  .paramwrap .dooropen {
    padding-top: 11px; }
    .paramwrap .dooropen label {
      margin: 0 15px;
      cursor: pointer; }
      .paramwrap .dooropen label input {
        display: none; }
        .paramwrap .dooropen label input:checked + span:before {
          left: 28px; }
      .paramwrap .dooropen label span {
        width: 45px;
        height: 17px;
        border: 1px solid #c5c5c5;
        border-radius: 10px;
        display: block;
        position: relative; }
        .paramwrap .dooropen label span:before {
          content: '';
          position: absolute;
          top: 1px;
          left: 2px;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          background: #cb203c; }
  .paramwrap .style_select {
    width: 210px;
    position: relative; }
    .paramwrap .style_select .s_title {
      line-height: 48px;
      padding: 0 30px 0 12px;
      font-size: 18px;
      border: 1px solid #c5c5c5;
      border-radius: 3px;
      cursor: pointer;
      background: url(../images/selectstyle.png) 100% 50% no-repeat; }
    .paramwrap .style_select .s_body {
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      right: 0;
      z-index: 2;
      background: #fff;
      padding: 13px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: none; }
    .paramwrap .style_select ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .paramwrap .style_select ul li {
        cursor: pointer; }
    .paramwrap .style_select .baron__scroller {
      height: 110px;
      overflow: hidden; }
    .paramwrap .style_select .baron__track {
      position: absolute;
      top: 12px;
      bottom: 12px;
      right: 12px;
      width: 5px;
      background: #f4f7fa;
      border-radius: 3px; }
      .paramwrap .style_select .baron__track .baron__free {
        position: relative;
        height: 100%; }
      .paramwrap .style_select .baron__track .baron__bar {
        border-radius: 3px;
        width: 5px;
        background: #cb203c;
        position: absolute; }

.detail .butblock {
  margin-top: 40px; }

@media screen and (min-width: 960px) {
  .col-sm-7.addr-block {min-height: 144px;}
}

.owl-carousel .owl-nav div.disabled {visibility: hidden;}

