.main-banner {
    padding: 16px 0;
}

.main-banner img {
    width: 100%;
}

.mr_t_10 {
    margin-top: 10px;
}
.mr_t_20 {
    margin-top: 20px;
}
.mr_t_30 {
    margin-top: 30px;
}
.mr_b_10 {
    margin-bottom: 10px;
}
.mr_b_40 {
    margin-bottom: 40px;
}
.section {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 50px;
}
.row {
    width: 950px;
    margin: 0 auto;
}

.header-h {
    font-size: 30px;
    padding-top: 20px;
    color: #151616;
    text-align: center;
    text-transform: uppercase;
}
.header-h3 {
    font-size: 18px;
    padding-top: 20px;
    color: #151616;
    text-align: center;
}
.header-h3_2 {
    font-size: 18px;
    padding-top: 10px;
    color: #151616;
    text-align: center;
}
.header-h3_3 {
    font-size: 28px;
    padding-top: 20px;
    color: #151616;
    text-transform: uppercase;
    text-align: center;
}
.select_doors {
    margin-top: 20px;
    color: #333;
    text-align: left;
}
.title_select {
    font-size: 16px;
    font-weight: 700;
}
.line_data label {
    display: block;
    padding: 3px 0px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}
.line_data.flex.jb .col-5:last-child label {
    width: 162px;
}
label input {
    margin: 0px 3px 0px 0px;
}
.door_n {
    box-shadow: 0px 1px 4px 1px #bbb;
    padding: 15px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}
.door_n form {
    height: 340px;
    position: relative;
}
.select_doors.flex {
    display: flex;
    justify-content: space-between;
}
.txt_inp {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    border: 1px solid #a6a6a6;
    width: 53%;
}
.line_data .price {
    font-size: 26px;
    /* color: #151616; */
    color: #EE1919;
    position: absolute;
    bottom: 70px;
    width: 100%;
}
.line_data .old_price {
    color: gray;
    text-decoration: line-through;
    font-size: 22px;
}
.btn_order {
    padding: 12px 0px;
    border: 1px solid #EE1919;
    font-size: 20px;
    color: #EE1919;
    text-decoration: none;
    margin-top: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    position: absolute;
    bottom: 0px;
}
.btn_order:hover {
    background: #EE1919;
    color: #fff;
}
.doors_img {
    position: relative;
    top: 0px;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}
.doors_img img {
	position: absolute;
	left: 50%;
    transform: translate(-52%, 0%);
    max-width: none;
}
/*.zashelka, .zamok {
    display: none !important;
}
.active_check {
    display: block !important;
}*/

.pvh_id {
	display: none;
}

/*
.line_data.mr_t_10 label:nth-child(3), .line_data.mr_t_10 label:nth-child(4) {
	display: none;
}
*/

.line_data.mr_t_10 label:nth-child(4) {
	display: none;
}

.width_begin, .width_end {
    display: none;
}

.door_sizes {
    padding-top: 5px;
}

.shema .results {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}



.shema .results .result {
    width:100%;
    overflow:hidden;
    display:none;
}



.shema .results .result.active {
    display:block;
}



.shema .results .result .block {
    text-align:center;
    position:relative;
}




.shema .results .result .block h3 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 4px;
    height: 42px;
}



.shema .results .result .block p {
    font-size:15px;
    line-height:19px;
    color:#333333;
    margin-top:20px;
}
.shema .results .result .block:nth-child(4) p {
    margin-top: 0px;
}

.shema .results .result .block p span{
    font-weight:bold;
    color:#fa3636;
}

.shema .results .result .block .icon {
    background-position:center center;
    background-repeat:no-repeat;
    width:80px;
    height:70px;
    margin:0 auto;
}

.shema .results .result .owl-item::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 90px;
    background-image: url('../images/icon16.png');
    width: 71px;
    height: 14px;
}

.shema2 .results .result:nth-child(2) .block::after {
    right: -39px;
    top: 71px;
}
.shema .results .result .owl-item:last-child::after {
    display:none;
}
.owl-carousel .owl-item:nth-child(1) .block .icon {
    background-image:url('../images/icon17.png');
}
.owl-carousel .owl-item:nth-child(2) .block .icon {
    background-image:url('../images/icon18.png');
}
.owl-carousel .owl-item:nth-child(3) .block .icon {
    background-image:url('../images/icon19.png');
}
.owl-carousel .owl-item:nth-child(4) .block .icon {
    background-image:url('../images/icon13.png');
}
.owl-carousel .owl-item:nth-child(5) .block .icon {
    background-image:url('../images/icon20.png');
}

.questions {
    width: 100%;
    display: table;
    background: #f5f5f5;
    padding: 53px 0 60px 0;
    text-align: center;
}
.questions h3 {
    font-weight: 400;
    color: #333333;
    display: block;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.questions .phone {
    text-align: center;
    display: block;
    font-size: 68px;
    color: #fa3636;
    padding-left: 65px;
    margin-top: 16px;
    line-height: 60px;
}
.questions .phone small {
    font-size: 20px;
    color: #000000;
    line-height: 68px;
    display: inline-block;
    position: absolute;
    margin-top: 6px;
    margin-left: -65px;
}
.questions .questions-button {
    margin-top: 20px;
    background: #f93536 none repeat scroll 0 0;
    border-bottom: 1px solid #b1b1b1;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 58px;
    left: 50%;
    line-height: 58px;
    margin-left: -200px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 400px;
}
.questions .box a {
    cursor: pointer;
}
.questions p {
    display: block;
    text-align: left;
    font-size: 24px;
    color: #000;
    margin-top: 118px;
    margin-left: 311px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 34px;
}
.questions p a {
    text-decoration: none;
    /* border-bottom: 1px dashed #000; */
    margin-right: 31px;
    color: black;
}
.questions p a.mail:before {
    display: inline-block;
    content: '';
    width: 43px;
    height: 39px;
    background: url(../images/mail.png) no-repeat;
    position: absolute;
    margin-left: -50px;
    margin-top: -11px;
}
.questions p a.offices:before {
    display: inline-block;
    content: '';
    width: 43px;
    height: 35px;
    background: url(../images/map.png) no-repeat;
    position: absolute;
    margin-left: -50px;
    margin-top: -3px;
}
.questions p a.online:before {
    display: inline-block;
    content: '';
    width: 43px;
    height: 39px;
    background: url(../images/online.png) no-repeat;
    position: absolute;
    margin-left: -55px;
    margin-top: -11px;
}
.callbacks_container {
    position: relative;
    width: 1005px;
    margin: 0 auto;
    text-align: left;
  }
.callbacks_container .rslides li div {
  padding: 0px 48px;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 42px;
  width: 42px;
  background: transparent url("../images/nav.png") no-repeat left top;
  margin-top: -22px;
  -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.callbacks_nav:hover {
  background: transparent url("../images/nav-h.png") no-repeat left top;
}


.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.callbacks_nav.prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 40px 0px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.cont_txt {
    font-size: 14px;
    color: #3E3E3E;
}
.head_sl {
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
}
.wrap_door {
    padding: 10px;
}
                