/*start styles*/
* {
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
    outline: none;
    font-family: Arial;
    line-height: 130%;
}

body {
    font-size: 14px;
}

.h2 *,
h2 *,
h1 *,
.h1 *,
.h3 *,
h3 * {
    font-size: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #6f4e19;
}

.m5 {
    margin-bottom: 5px;
}

.m10 {
    margin-bottom: 10px;
}

.m15 {
    margin-bottom: 15px;
}

.m20 {
    margin-bottom: 20px;
}

.m25 {
    margin-bottom: 25px;
}

.m30 {
    margin-bottom: 30px;
}

.m35 {
    margin-bottom: 35px;
}

.m40 {
    margin-bottom: 40px;
}

.m45 {
    margin-bottom: 45px;
}

.m50 {
    margin-bottom: 50px;
}

.m55 {
    margin-bottom: 55px;
}

.m60 {
    margin-bottom: 60px;
}

.justify {
    text-align: justify;
}

.justify:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

img {
    width: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}



ul,
ol {
    margin: 10px 0;
    padding: 0 0 0 25px;
}

ul li,
ol li {
    margin-bottom: 5px;
}

.webform-client-form input::placeholder {
    color: #333;
}

.webform-client-form input::-webkit-input-placeholder {
    color: #333;
}

.webform-client-form input::-moz-placeholder {
    color: #333;
}

.webform-client-form input:-ms-input-placeholder {
    color: #333;
}

.webform-client-form input:-moz-placeholder {
    color: #333;
}

.webform-client-form textarea::placeholder {
    color: #333;
}

.webform-client-form textarea::-webkit-textarea-placeholder {
    color: #333;
}

.webform-client-form textarea::-moz-placeholder {
    color: #333;
}

.webform-client-form textarea:-ms-textarea-placeholder {
    color: #333;
}

.webform-client-form textarea:-moz-placeholder {
    color: #333;
}

/*start styles end*/

.center {
    text-align: center;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.header__top {
    padding: 5px 0;
    border-bottom: 1px solid rgba(54, 67, 87, 0.48);
}

.header__logo {
    display: block;
    text-align: center;
}

.header__time_work {
    text-align: center;
}

.top_time {
    margin-top: 12px;
}

.header__mail {
    text-align: center;
    font-weight: bold;
}

.top_mail {
    margin-top: 15px;
}

.top_order {
    margin-top: 17px;
    /*display: none;*/
}

.top_order span {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    color: #FFF;
    background-color: #6f4e19;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
}


.header__phone {margin: 15px;}

.top_phone {
    margin: 6px 0;
    font-weight: 600;
    margin-top: 10px;
}

.top_phone a {
    font-size: 20px;
}

.nav_link {
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
}

.nav_link:hover {
    color: #fff;
    background: #3372d0;
}

.products {
    margin-bottom: 25px;
}

.products__item {
text-align: center;
    -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 5px 7px 15px 0px rgb(136 98 34 / 20%);
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 0 15px;

}

.products__img {
      margin-bottom: -260px;
    margin-top: 60px;
}
.products1__img {
  margin-bottom: 22px;
    margin-top: 60px;   
}
.products2__img {
      margin-bottom: -260px;
    margin-top: 60px;
}
.products3__img {
  margin-bottom: 22px;
  /*  margin-top: 60px;*/
}

.slick-slide img {border-radius: 0 15px}


.products__img img {
    width: 100%;
}

.products__name {
  /*  text-transform: uppercase;*/
    text-align: center;
    font-size: 14px;
    max-width: 223px;
    margin: 0 auto 10px;
  /*  height: 90px;*/
      height: 270px;
    overflow: hidden;
}

.fence_name {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
    height: 60px;
    padding: 0 20px;
}

.products__name_top {
    text-align: center;
    font-size: 16px;
    max-width: 223px;
    margin: 10px auto;
    height: 40px;
    overflow: hidden;
}

.products__price {
    display: inline-block;
    vertical-align: baseline;
    font-size: 23px;
    font-weight: 300;
    color: #a2752c;
    margin-bottom: 20px;
}

.blue {
    color: #2c5ca4;
}


.products__price .blue {
    font-weight: 600;
    font-size: 23px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: baseline;

}

.products__buy_btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
    cursor: pointer;
    background-color: #a2752c;
    transition: .3s;
    margin: 0 auto;
    font-weight: 400;
}

.products__buy_btn:hover {
    transition: .3s;
    background-color: #6f4e19;
    color: #fff;
}

.h2,
.h1 {
    font-size: 30px;
    text-align: center;
  /*  text-transform: uppercase;*/
    margin-bottom: 15px;
    font-weight: 400;
}


.h4 {
text-transform: none;
font-size: 15px;
text-align: justify;
font-weight: 400;
/*line-height:20.8px;*/
    padding: 0px 20px 0px 0px;
text-indent: 1em;
letter-spacing: 0px;
}





.grey_line__wrap {
    background: #abb1b7;
}

.grey_line {
    display: block;
    width: 1002px;
    height: 39px;
    background: url(../img/bottom-arrow.png) no-repeat scroll center top transparent;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}


.mw830 {
    max-width: 830px;
    margin: 0 auto;
}


.diller {
    padding-top: 45px;
    margin-bottom: 30px;
}

.diller_h2 {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.diller__text {
    font-size: 15px;
}

.top50 {
    margin-top: 50px;
}


.sertef_item {
    display: inline-block;
    width: 175px;
    margin: 0px 20px;
    text-decoration: none;
    border: none;
    margin-top: 45px;
}

.sertef_preview {
    display: block;
    border: 10px solid #a4a9af;
    padding: 15px;
    -webkit-box-shadow: inset 0px 0px 15px 0px #818284, 0px 10px 20px #bfc7cd;
    -moz-box-shadow: inset 0px 0px 15px 0px #818284, 0px 10px 20px #bfc7cd;
    box-shadow: inset 0px 0px 15px 0px #818284, 0px 10px 20px #bfc7cd;
    -webkit-transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: border-color;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: border-color;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: border-color;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.sertef_preview__img {
    width: 121px;
    height: 180px;
}

.about-us__item {
    margin-bottom: 25px;
}

.about-us__text {
    display: inline-block;
    width: 370px;
    margin-left: 40px;
    vertical-align: top;
    font-size: 15px;
}

.about-us__img {
    display: inline-block;
    width: 85px;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    border-radius: 85px;
    overflow: hidden;
    vertical-align: top;
}

.how-to-start-wrapper {
    background: url(../img/how-to-start-background.png) no-repeat scroll center 220px #ffffff;
    padding: 45px 0px 0px;
    height: 610px;
}

.wide-body-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
    overflow: hidden;
}

.how-to-start-wrapper .road-map-wrapper {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i1 {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item {
    opacity: 1.0;
}

.how-to-start-wrapper .road-map-wrapper .item:first-child {
    margin-left: 0px;
}

.how-to-start-wrapper .road-map-wrapper .item {
    display: block;
    float: left;
    width: 170px;
    margin-left: 60px;
    opacity: 0;
}

.how-to-start-wrapper .road-map-wrapper .item .icon {
    display: block;
    background: url(../img/how-to-start.png) no-repeat scroll left top transparent;
    width: 62px;
    height: 62px;
    background-position: 0px 0px;
}

.how-to-start-wrapper .road-map-wrapper .item.i1 .icon {
    background-position: -100px -100px;
}

.how-to-start-wrapper .road-map-wrapper .item .dot {
    display: block;
    background: url(../img/how-to-start.png) no-repeat scroll left top transparent;
    width: 32px;
    height: 32px;
    background-position: -414px 0px;
    position: relative;
    left: 15px;
    margin-top: 20px;
}

.how-to-start-wrapper .road-map-wrapper .item .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    position: relative;
    left: 29px;
    margin-top: 12px;
}

.how-to-start-wrapper .road-map-wrapper .road-spacer {
    height: 66px;
}

.clr {
    clear: both;
    width: 100%;
    height: 0px;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i1 {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i2 {
    -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i3 {
    -webkit-transition: opacity 0.9s ease-in;
    -moz-transition: opacity 0.9s ease-in;
    -ms-transition: opacity 0.9s ease-in;
    -o-transition: opacity 0.9s ease-in;
    transition: opacity 0.9s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i4 {
    -webkit-transition: opacity 1.2s ease-in;
    -moz-transition: opacity 1.2s ease-in;
    -ms-transition: opacity 1.2s ease-in;
    -o-transition: opacity 1.2s ease-in;
    transition: opacity 1.2s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i5 {
    -webkit-transition: opacity 1.5s ease-in;
    -moz-transition: opacity 1.5s ease-in;
    -ms-transition: opacity 1.5s ease-in;
    -o-transition: opacity 1.5s ease-in;
    transition: opacity 1.5s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i6 {
    -webkit-transition: opacity 2.4s ease-in;
    -moz-transition: opacity 2.4s ease-in;
    -ms-transition: opacity 2.4s ease-in;
    -o-transition: opacity 2.4s ease-in;
    transition: opacity 2.4s ease-in;
}

.how-to-start-wrapper .road-map-wrapper .item.i6 {
    margin-left: 460px;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i7 {
    -webkit-transition: opacity 2.1s ease-in;
    -moz-transition: opacity 2.1s ease-in;
    -ms-transition: opacity 2.1s ease-in;
    -o-transition: opacity 2.1s ease-in;
    transition: opacity 2.1s ease-in;
}

.how-to-start-wrapper .road-map-wrapper.active .item.i8 {
    -webkit-transition: opacity 1.8s ease-in;
    -moz-transition: opacity 1.8s ease-in;
    -ms-transition: opacity 1.8s ease-in;
    -o-transition: opacity 1.8s ease-in;
    transition: opacity 1.8s ease-in;
}

.how-to-start-wrapper .road-map-wrapper .item.i3 .icon {
    background-position: -63px 0px;
    width: 50px;
    position: relative;
    left: 7px;
}

.how-to-start-wrapper .road-map-wrapper .item.i4 .icon {
    background-position: -111px 0px;
    width: 56px;
    position: relative;
    left: -2px;
    top: 10px;
}

.how-to-start-wrapper .road-map-wrapper .item.i5 .icon {
    background-position: -167px 0px;
    width: 60px;
    position: relative;
    left: 10px;
    top: 4px;
}

.how-to-start-wrapper .road-map-wrapper .item.i6 .icon {
    background-position: -227px 0px;
    width: 63px;
    position: relative;
    left: 0px;
    top: 0px;
}

.how-to-start-wrapper .road-map-wrapper .item.i7 .icon {
    background-position: -290px 0px;
    width: 63px;
    position: relative;
    left: 0px;
    top: 0px;
}

.how-to-start-wrapper .road-map-wrapper .item.i8 .icon {
    background-position: -353px 0px;
    width: 62px;
    position: relative;
    left: -3px;
    top: 0px;
}

.how-to-start-wrapper .road-map-wrapper .item .text .btn {
    display: block;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 140px;
    margin-top: 10px;
    font-weight: 600;
    overflow: hidden;
    height: 42px;
    text-decoration: none;
    border-bottom: 2px solid #b8a137;
    font-size: 13px;
    line-height: 42px;
    color: #1d1d1d;
    background: none #ffd50e;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    -webkit-transition-property: border-color, background-color, box-shadow;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: border-color, background-color, box-shadow;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: border-color, background-color, box-shadow;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: border-color, background-color, box-shadow;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease;
    transition-property: border-color, background-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.managers {
    margin-bottom: 35px;
}

.managers__item {
    border: 1px solid #a2752c1c;
    padding: 20px;
}

.managers__name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
}

.managers__status {
    padding-bottom: 15px;
    border-bottom: 1px solid #a2752c1c;
    margin-bottom: 15px;
    text-align: center;
}

.managers__send {
    color: #ffffff;
    text-transform: uppercase;
    background: #a2752c;
    border-radius: 3px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 11px 0;
    cursor: pointer;
    transition: .3s;
}

.photo {
    margin-bottom: 35px;
}

.photo__slider {
    max-width: 800px;
    margin: 0 auto;
    max-height: 535px;
    overflow: hidden;
}

.next_slider {
    background: url(../img/photo_right.png)50% no-repeat;
    width: 22px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}

.prev_slider {
    background: url(../img/photo_left.png)50% no-repeat;
    width: 22px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}

.serteficat {
    margin-bottom: 35px;
}

.serteficat__slider:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    width: 150px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.serteficat__slider:after {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    width: 150px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.truested-by-wrapper {
    margin-bottom: 0;
    background: url(../img/background.jpg) repeat-x transparent;
    padding: 25px 0px 15px 0px;
}

.truested-by__h2 {
    color: #ffffff;
}

.truested-by-wrapper .truested-by-fotorama {
    margin-top: 20px;
}

.truested-by-wrapper .truested-by-fotorama .slide .item {
    width: 280px;
    height: 180px;
    margin: 10px 10px 0px;
    float: left;
}

.truested-by-wrapper .truested-by-fotorama .slide .item .preview {
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    overflow: hidden;
    display: table-cell;
    width: 280px;
    height: 130px;
    background: none #ffffff;
    vertical-align: middle;
}

.truested-by-wrapper .item .preview img {
    margin: 0 auto;
}

.truested-by-wrapper .truested-by-fotorama .slide .item .text {
    display: block;
    margin: 18px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #cccccc;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #ffd50e;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.slick-dots li>button {
    opacity: 0;
}

.slick-dots>.slick-active {
    width: 18px;
    height: 18px;
    background: #299fee;
}

.bottom-contacts-wrapper {
    background: none #ffffff;
    padding: 45px 0px 25px;
}


.bottom-contacts-wrapper .item .icon {
    background: url(../img/sprite.png) no-repeat 0px 0px transparent;
    display: block;
    margin: 0 auto;
}

.bottom-contacts-wrapper .item.i1 .icon {
    width: 31px;
    height: 32px;
    background-position: -69px -113px;
    margin-bottom: 38px;
}

.bottom-contacts-wrapper .item.i2 .icon {
    width: 34px;
    height: 48px;
    background-position: -99px -113px;
    margin-bottom: 20px;
}

.bottom-contacts-wrapper .item.i3 .icon {
    width: 32px;
    height: 24px;
    background-position: -133px -113px;
    margin-bottom: 38px;
}

.bottom-contacts-wrapper .item .text {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    color: #333333;
}

.map {
    position: relative;
}

.map__float_block {
    position: absolute;
    top: 30px;
    right: 5%;
    width: 515px;
    z-index: 10;
    background: #ffffff;
    padding: 10px 0 30px 0px;
}

.map__float_block i {
    color: #2c5ca4;
    font-size: 17px;
    padding-right: 5px;
}

.map__adres {
    margin-bottom: 10px;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}

.map__mail {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}

.map__phone {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}

.map__small {
    color: #282828;
    font-size: 14px;
    margin-left: 50px;
}




.last_form__top {
    position: relative;
    text-align: center;
    background: #f4efe7;
    padding: 18px 0;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.last_form__top:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../img/down_arrow.png)50% no-repeat;
    width: 48px;
    height: 22px;
}

.last_form__banner {
    background: url(../img/banner_3.jpg)50% no-repeat;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.last_form__banner .textconf {
    color: #FFF;
    font-size: 11px;
    margin-top: -43px;
}

.textconf a {
    color: #EEE;
    font-size: 11px;
    text-decoration: underline;
}

.last_form__submit {
    background: #f7b600;
    color: #3d445a;
    font-weight: bold;
}

.last_form__wrapper {
    margin-top: 80px;
}

footer {
    background: #f4efe7;
    padding: 40px 0 0;
    position: relative;
    z-index: 100;
}

.logo2__link {
    display: block;
    margin-bottom: 15px;
}

.footer__el {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}

.footer__el__company {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}

.footer__el__product {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}

.footer__el__office {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}

.footer__el__services {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}

.footer__el_text {
    color: #505050;
    margin-bottom: 50px;
}

.footer__el_pay {
    color: #505050;
}

.mastercard {
    background: url(../img/master.png)50% no-repeat;
    width: 53px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

.visa {
    background: url(../img/visa.png)50% no-repeat;
    width: 67px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.mir {
    background: url(../img/mir.png)50% no-repeat;
    width: 71px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.footer__el_wrap {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d3d7db;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer_el__title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.footer_el__text {
    display: block;
    font-size: 14px;
    color: #505050;
    text-decoration: none;
}

.footer_el__text:hover span {
    color: #0077c8;
    border-bottom: 1px solid #7594bf;
}

.footer_el__text span {}

.footer__el__office .h2 {
    text-align: left;
}

.footer__h2 {
    color: #505050;
    margin-bottom: 0;
    margin-top: 100px;
    font-size: 25px;
}

.footer__small_text {
    font-size: 12px;
    color: #505050;
}

.footer_social__icons {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.footer_social__vk {
    background: url(../img/vk.png)50% no-repeat;
}

.footer_social__fb {
    background: url(../img/fb.png)50% no-repeat;
}

.footer_social__ok {
    background: url(../img/ok.png)50% no-repeat;
}

.footer_social__inst {
    background: url(../img/inst.png)50% no-repeat;
}

.footer_social__ut {
    background: url(../img/ut.png)50% no-repeat;
}

.footer_social__text {
    text-align: right;
    margin-bottom: 10px;
}

.form_2__input {
    width: 100%;
    padding: 12px 0 12px 10px;
    border: none;
}

.last_form__submit {
    background: #f7b600;
    color: #3d445a;
    font-weight: bold;
    width: 100%;
    padding: 12px 0 12px 0px;
    border: none;
    font-size: 16px;
    transition: .3s;
}

.banner_text {
    float: left;
}

.banner_text--top {
    text-transform: uppercase;
    padding-right: 7px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    font-size: 35px;
    color: #0084c9;
    line-height: 150%;
    margin-bottom: 5px;
}



.banner_text--bot {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-left: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner_text_wrap {
    margin-bottom: 25px;
}

.zayvka {
    float: right;
    width: 352px;
    height: 350px;
    text-align: center;
    padding: 0 20px 5px 22px;
    background-color: rgba(1, 33, 60, 0.90);
    margin: 0 0 25px 0;
}

.zayvka .textconf {
    color: #FFF;
    font-size: 11px;
}

.zayvka .textconf a {
    color: #EEE;
    text-decoration: underline;
    font-size: 11px;
}

.zayvka .setmesok-formhook {
    color: #FFF;
    margin-top: 20px;
}

.zayvka_name,
.zayvka_name .bold {
    font-size: 21px;
    color: #FFFFFF;
    padding-top: 16px;
}

.zayavka_pole {
    height: 49px;
    border: none;
    margin: 15px 0 0 10px;
    display: block;
    width: 290px;
    padding: 0 0 0 10px;
}

.zayavka_otprav {
    font-size: 20px;
    color: #FFF;
    display: block;
    margin: 15px 0 0 10px;
    background: #EE2C00;
    border: none;
    padding: 15px 0 13px 0;
    text-align: center;
    width: 290px;
    box-shadow: 0px 1px 10px -1px #000000;
}

/*хлебные крошки*/
.breadcrumbs {
    *margin-bottom: 30px;
}

.bcrumbs__link {
    border-bottom: 1px solid #aaaaaa;
    transition: .3s;
}

.bcrumbs__wrap:last-child .bcrumbs__link {
    border-color: transparent;
    cursor: default;
}

.bcrumbs__link:hover {
    border-color: transparent;
    transition: .3s;
}

.bcrumbs__wrap {
    display: inline-block;
}

.bcrumbs__wrap:first-child:before {
    background: url(../img/bcrumbs.png)50% no-repeat;
    width: 16px;
    height: 17px;
    position: relative;
    top: -5px;
    margin-left: 0;
}

.bcrumbs__wrap:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/bcrumbs1.png)50% no-repeat;
    width: 6px;
    height: 9px;
    margin-right: 9px;
    margin-left: 9px;
}

.bcrumbs__border {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

.product_detail {
    margin-bottom: 35px;
}

.small_img_item {
    height: 75px;
    padding: 8px;
    border: 1px solid transparent;
    cursor: pointer;
}

.big_img_slider {
    height: 400px;
    overflow: hidden;
}

.big_img_item {
    text-align: center;
}

.big_img_item img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.big_img_slider .slick-dots {
    bottom: 0;
}


.small_img_item.slick-current {
    border: 1px solid red;
}


.fence_price {
    font-size: 25px;
}

.fence_price span {
    font-weight: bold;
    color: #6f4e19;
}

.products_item_info {
    padding-bottom: 25px;
}


.products_form_title {
    color: #a2752c85;
    *text-transform: uppercase;
    *font-weight: bold;
    font-size: 23px;
    margin: 20px 0 0 0;
}

.products_item_form {
    max-width: 400px;
}

#block-webform-client-block-1949 textarea.form-control {
    height: 60px;
}

#block-webform-client-block-1949 button {
    width: 100%;
}

#block-webform-client-block-1949 .alert {
    font-size: 12px;
}

.fence_design_block {
    margin: 40px 0;
    text-align: center;
}

.fence_design_block img {
    display: inline-block;
}

.products_item_form .textconf {
    color: #333;
    font-size: 12px;
    text-align: center;
}

.products_item_form .textconf a {
    color: #c69d4f;
    font-size: 12px;
    text-decoration: underline;
}

.products_form_smalltitle {
    color: #1a974c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}

.products_item__input {
    display: block;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 10px;

}

.products_item__textarea {
    display: block;
    padding: 5px 20px;
    width: 100%;
    height: 139px;
}

.products_item__submit {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 2px 1px 2px rgb(53, 50, 50);
    border: 1px solid #026635;
    border-radius: 10px;
    width: 173px;
    display: block;
    margin: 30px auto 0;
    padding: 5px 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #1c974d 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #1c974d 99%);
    background: linear-gradient(to bottom, #ffffff 0%, #1c974d 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1c974d', GradientType=0);
}

.charact_table th {
    vertical-align: top;
    border: 1px solid #d7d7d7;
    padding: 10px 15px;
}

.charact_table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.charact_table td {
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
}

.under_table_text {
    margin: 0px 0 25px;
}

.color_text {
    margin-bottom: 10px;
    font-size: 16px;
}

.available_color>span {
    margin-bottom: 5px;
    display: block;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#block-webform-client-block-1928 button {
    background: rgb(247, 182, 0);
    color: rgb(61, 68, 90);
    font-weight: bold;
}

#block-webform-client-block-1928 button {
   /* background: rgb(247, 182, 0);*/
    color: rgb(61, 68, 90);
    font-weight: bold;
    width: 100%;
    padding: 12px 0 12px 0px;
    border: none;
    font-size: 16px;
    transition: .3s;
    background-color: #C8B28A;
}

#block-webform-client-block-1928 .alert {
    margin-top: -60px;
}

#block-webform-client-block-1933 button {
    height: 90px;
    width: 100%;
    border-top: 2px solid rgb(255, 244, 195);
    border-bottom: 3px solid rgb(184, 152, 81);
    background-color: rgb(255, 213, 14);
    font-weight: 800;
    font-size: 18px;
    color: rgb(29, 29, 29);
    text-transform: uppercase;
}

.textcomf-mod.textcomf-mod-1928 {
    margin-top: -43px;
    margin-bottom: 10px;
}

.form-popup .textconf {
    color: #333;
    font-size: 11px;
}

.form-popup .textconf a {
    color: #2c5ca4;
    text-decoration: underline;
    font-size: 11px;
}

.products__buy_btn a {
    display: block;
    font-size: 18px;
    color: rgb(255, 255, 255);
    outline: 0;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
    padding: 12.5px 16px;
    width: 100%;
}

.products__buy_btn a:hover {
    color: rgb(219, 214, 198);
}

.node-type-product .products {
    padding-top: 0px;
}

.pol_list {
    list-style: decimal;
}

.pol_list li {
    margin: 0 0 15px 0;
    font-size: 15px;
}










/*new style*/
.form-hook input {
    height: 43px;
    border-radius: 0;
    padding: 5px;
    margin: 0 0 20px 0;
    display: block;
}

.form-hook textarea {
    height: 80px;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0 0 29px 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-hook input::placeholder {
    color: #333;
}

.form-hook input::-webkit-input-placeholder {
    color: #333;
}

.form-hook input::-moz-placeholder {
    color: #333;
}

.form-hook input:-ms-input-placeholder {
    color: #333;
}

.form-hook input:-moz-placeholder {
    color: #333;
}

.form-hook textarea::placeholder {
    color: #333;
}

.form-hook textarea::-webkit-textarea-placeholder {
    color: #333;
}

.form-hook textarea::-moz-placeholder {
    color: #333;
}

.form-hook textarea:-ms-textarea-placeholder {
    color: #333;
}

.form-hook textarea:-moz-placeholder {
    color: #333;
}

.form-hook .btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.79);
    border-radius: 0;
}

.form-hook .btn:focus {
    background-color: #991E24;
    border: none;
    outline: 0;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-hook h2,
.form-hook .title {
    margin: 0 0 15px 0 !important;
}

body #admin-menu .dropdown li {
    font-size: 12px;
}

/*header*/
.header_all {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.89);
    moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.header_zabor {
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.73);
    moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    position: initial;
}

.header_zabor .top_menu {
    border-bottom: 1px solid rgba(54, 67, 87, .48);
}

.navbar-nav>li {
    margin-bottom: 0;
}

.navbar-nav>li>a {
    padding: 10px 42px;
    color: #000;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #6f4e19;
    color: #FFF;
}

.header_zabor.fixed {
    position: fixed;
}

.header_all,
.header_zabor,
.header__top,
.header__logo img,
.header__logo {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.header_all.fixed .header__top,
.header_zabor.fixed .header__top {
    padding: 0;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.header_all.fixed .header__logo,
.header_zabor.fixed .header__logo {
    text-align: left;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.header_all.fixed .header__logo img,
.header_zabor.fixed .header__logo img {
    height: 65px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.header_all.fixed .top_time,
.header_all.fixed .top_order,
.header_all.fixed .header__phone .top_phone:nth-child(2) .header_zabor.fixed .top_time,
.header_zabor.fixed .top_order,
.header_zabor.fixed .header__phone .top_phone:nth-child(2) {
   /* display: none;*/
}

/*end header*/

/*banner*/
.banner {
    background-image: url(/local/templates/palitrazaborov/img/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}

.page-taxonomy-term-60 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner2.jpg);
}

.page-taxonomy-term-49 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner3.jpg);
}

.page-taxonomy-term-50 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner4.jpg);
}

.page-taxonomy-term-51 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner5.jpg);
}

.page-taxonomy-term-53 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner6.jpg);
}

.page-taxonomy-term-59 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner7.jpg);
}

.page-taxonomy-term-58 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner8.jpg);
}

.page-taxonomy-term-52 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner9.jpg);
}

.page-taxonomy-term-55 .banner {
    background-image: url(/local/templates/palitrazaborov/img/banner10.jpg);
}

.main_banner_text {
   /* float: left;
    width: 70%;*/
        padding: 0px 0px 40px 0px;
}

.main_banner_text_name {
    color: #6f4e19;
    font-size: 45px;
  /*  text-transform: uppercase;*/
    background-color: rgba(255, 255, 255, 0.85);
    padding: 10px 0 10px 40px;
    margin: 120px 0 0 0;
    border-radius: 0 15px 0 0;
    text-align: center;
}

.main_banner_text_text {
    color: #fff;
    font-size: 23px;
  /*  text-transform: uppercase;*/
    background-color: rgb(82 71 43 / 79%);
    padding: 10px 0 10px 40px;
    border-radius: 0 0 0 15px;
    text-align: center;
    font-weight: 700;
}

.banner_form {
    float: right;
    width: 30%;
    background-color: rgb(216 197 151 / 67%);
    padding: 40px 30px 30px 30px;
}

.form_title {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.form_title:after {
    content: '';
    display: block;
    background-image: url(/local/templates/palitrazaborov/img/wave.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 8px;
    width: 100%;
    height: 6px;
}

#webform-client-form-1934 .form-control {
    border-radius: 0;
    /* border: 1px solid #FFF; */
    background-color: #ffffff85;
    height: 56px;
    text-align: center;
    margin: 1em auto;
    padding: 1em;
    box-shadow: 3px 3px 3px #575555 inset;
}

#webform-client-form-1934 .btn {
background-color: #C8B28A;
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ffffff75;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
   /* text-shadow: 2px 1px 2px rgb(0 0 0 / 69%);*/
    font-size: 19px;
    margin-top: 15px;
    box-shadow: -4px -3px 3px 1px #575555 inset;
    font-weight: 700;
}

#webform-client-form-1934 .textcomf-mod,
#webform-client-form-1934 .textcomf-mod a {
    color: #FFF;
}

/*end banner*/

/*advantages_main*/
.advantages {
    background-color: #a2752c1c;
    padding: 20px 0;
    margin-top:  50px;
}

.advantages .container {
    position: relative;
}

.advantages .container:after {
  /*  content: '';
    position: absolute;
    left: calc((100% - 320px) / 2);
    bottom: -219px;
    border: 160px solid transparent;
    border-top: 40px solid #f4efe7;*/

content: '';
    position: absolute;
    left: calc((100% - 340px) / 1);
    bottom: -62px;
    border: 160px solid transparent;
    /* border-top: 40px solid #f4efe7; */
    border-bottom: 90px solid #e0d1ba;

}

.advantages_main:after {
    content: '';
    display: block;
    clear: both;
}

.advantages_main_name {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 50%;
}


.advantages_main_left {
    float: left;
    width: 25%;
    margin-top: -30px;
}

.advantages_main_center {
    float: left;
    width: 50%;
}

.advantages_main_right {
    float: left;
    width: 25%;
    margin-top: -30px;
}

.advantages_main_block {
    text-align: center;
}

.advantages_main_block_name {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}

.advantages_main_left .advantages_main_block {
    margin: 0 0 20px 0;
    max-width: 250px;
}

.advantages_main_center {
    text-align: center;
}

.advantages_main_center .advantages_main_block {
    display: inline-block;
    width: calc((100% / 2) - 20px);
    margin: 0 10px 0 0;
    vertical-align: top;
}

.advantages_main_center_logo {
    margin: 50px 0;
}

.advantages_main_right .advantages_main_block {
    margin: 0 0 20px 0;
    max-width: 250px;
}

/*end advantages_main*/

/*form_big*/
.form_big {
    padding: 50px 0 30px 0;
    background-color: #a2752c54;
}

.security__h2 {
    font-weight: 500;
    color: #FFF;
}

.security__input {
    border-radius: 5px;
    margin-bottom: 20px;
}

.security__textarea {
    border-radius: 5px;
}

#webform-client-form-1933 .btn-primary {
height: 75px;
    width: 100%;
    background-color: rgb(255, 213, 14);
    font-weight: 800;
    font-size: 18px;
    color: rgb(29, 29, 29);
    text-transform: uppercase;
    border-color: transparent;
    margin-top: 19px;
    border-radius: 5px;
    background-color: #a2752c;

    margin: 1em auto;
    padding: 1em;
    box-shadow: -3px -3px 3px 0px #575555 inset;
}

/*end form_big*/

/*company*/
.company__face {
    max-height: 247px;
    float: right;
    border-radius: 0 15px;
}

.company {
    background: #a2752c1c;
    padding: 30px 0;
    margin-bottom: 20px;
}

.company__text p {
    font-style: italic;
    font-size: 16px;
    color: #a2752c;
    margin: 0 0 15px 0;
}

#block-views-bottom-text-block p {
    margin: 5px 0 15px 0;
}

/*end company*/

/*photos_works*/
.photos_works {
    margin: 20px 0;
}

.photo_owl .owl-item {
    padding: 10px;
}

.photo_owl .owl-prev,
.photo_owl .owl-next,
.reviews_owl .owl-prev,
.reviews_owl .owl-next {
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    top: 40%;
    border-radius: 50%;
}

.photo_owl .owl-prev,
.reviews_owl .owl-prev {
    background-image: url(/local/templates/palitrazaborov/img/arrow.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.photo_owl .owl-next,
.reviews_owl .owl-next {
    right: 0;
    background-image: url(/local/templates/palitrazaborov/img/arrow.svg);
}

.photo_owl.owl-carousel .owl-item img {
    height: 200px;
}

/*end photos_works*/

/*price_page*/
.price_page {
    margin: 20px 0;
}

.price_page .h2 {
    margin: 15px 0;
}

.tabl_price {
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0;
    text-align: center;
}

.tabl_price th {
   border: 1px solid #dbdbdb;
    padding: 8px 5px;
    background-color: #a2752c85;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    box-shadow: -2px -4px 2px #846c35 inset;
}

.tabl_price td {
   border: 1px solid #dbdbdb;
    padding: 7px 5px;
       /*  box-shadow: 3px 2px 2px #846c35 inset;*/
    
}

.tabl_price tr:nth-child(odd) {
    background-color: #a2752c1c;
}

.tabl_price tr td:nth-child(1) {
    *text-align: left;
}

.tabl_price.tabl_price_img td,
.tabl_price.tabl_price_img th {
    vertical-align: top;
}

.prise_srar {
    margin: 10px 0;
    color: #192f51;
    text-align: center;
}

.prise_min {
    font-size: 13px;
    margin: 10px 0;
    color: #ff0000;
    text-align: center;
}

.set_title {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    margin: 20px 0;
}

.set_block_all {
    background-color: #a2752c1c;
    font-size: 0;
    border: 1px solid #dbdbdb;
}

.set_block_all .set_block:nth-child(1) {
    border-right: 1px solid #dbdbdb;
}

.set_block_all .set_block:nth-child(2) {
    border-left: 1px solid #dbdbdb;
}

.set_block {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
}

.set_name {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
    padding: 7px;
}

.set_block ol {
    list-style: decimal;
    padding: 15px 7px 15px 35px;
}

.set_block ol li,
.price_page ul li {
    margin-bottom: 5px;
}

.price_page ul {
    list-style: disc;
    padding: 15px 7px 15px 35px;
}

.sketch_img,
.sketch_kov_img {
    text-align: center;
}

.sketch_img img {
    height: 80px;
}

.sketch_kov_img img {
    height: 180px;
}

.sketch_name {
    margin-bottom: 20px;
    text-align: center;
}

/*end price_page*/

.analogous {
    text-align: center;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .2);
    margin-bottom: 40px;
    border-radius: 0 15px;
}

.analogous_img {
    margin-bottom: 15px;
}

.analogous_name {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    height: 60px;
    padding: 0 20px;
}

.analogous_name a {
    text-decoration: none;
    color: #000000;
}

.analogous_price {
    font-size: 23px;
    font-weight: 300;
    color: #6f4e19;
    padding: 10px 0;
    text-shadow: 4px 4px 5px #a28e4a59;
}

/*review*/
.reviews_owl {
    margin: 50px 100px;
    width: calc(100% - 200px);
}

.reviews_owl .item {
    text-align: center;
}

.reviews_owl .item:after {
    content: '';
    display: block;
    clear: both;
}

.reviews_owl .owl-prev {
    left: -100px;
}

.reviews_owl .owl-next {
    right: -100px;
}

.reviews_owl .item img {
    width: auto;
    max-width: 150px;
    display: inline-block;
    float: left;
    width: 150px;
}

.reviews_owl .item p {
    float: right;
    width: 70%;
}

.reviews_owl .item p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

/*end review*/

.coop {
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.construction {
    margin: 20px 0;
}

.construction_img {
    text-align: center;
}

.text_top .h2 {
    margin-top: 65px;
}


/*new responsive*/
@media(max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 10px 25px;
    }

    .main_banner_text {
        width: 60%;
    }

    .banner_form {
        width: 40%;
    }

    .last_form__banner {
        height: auto;
        background-size: cover;
        padding: 30px 0;
    }

    .last_form__wrapper {
        margin-top: 25px;
    }
}

/*1199*/


@media(max-width: 991px) {
    .header__phone {
        text-align: center;
    }

    .top_time,
    .top_mail {
        margin: 6px 0;
    }

    .navbar-nav>li>a {
        padding: 10px;
    }

    .main_banner_text {
        width: 100%;
        float: none;
    }

    .banner_form {
        width: 100%;
        float: none;
        margin: 20px 0;
    }

    .main_banner_text_name {
        padding: 15px;
        margin: 40px 0 0 0;
        font-size: 30px;
        text-align: center;
    }

    .main_banner_text_text {
        padding: 10px;
        font-size: 20px;
        text-align: center;
    }

    .zayavka_pole {
        margin: 10px 0;
        display: block;
        width: 100%;
        padding: 0;
    }

    .textcomf-mod.textcomf-mod-1928 {
        margin: 10px 0;
        color: #FFF;
        font-size: 12px;
        text-align: center;
    }

    .textcomf-mod.textcomf-mod-1928 a {
        color: #FFF;
        font-size: 12px;
    }

    .map__float_block {
        width: 100%;
        position: static;
        padding: 10px 15px;
    }

    .map__adres,
    .map__mail,
    .map__phone,
    .map__small {
        margin-left: 0;
    }

    .footer__el_text {
        margin-bottom: 20px;
    }

    .footer__el__product {
        margin: 15px 0;
        display: block;
        width: 100%;
    }

    .header_all {
        position: static;
    }

    .banner {
        padding-top: 0;
    }
}

/*991*/


@media(max-width: 768px) {



.h4 {
    padding: 0px 0px 0px 0px;

}


    .footer_social__text {
        margin: 15px 0;
    }

    .advantages_main_name {
        max-width: 100%;
    }

    .advantages_main_left,
    .advantages_main_right,
    .advantages_main_center {
        float: none;
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }

    .advantages_main_left .advantages_main_block,
    .advantages_main_right .advantages_main_block {
        max-width: 100%;
    }

    .advantages_main_center .advantages_main_block {
        display: block;
        width: 100%;
        margin: 10px 0;
        vertical-align: top;
    }

    .products__img {
        margin-bottom: 0;
    }

    .products__name {
        max-width: 100%;
        margin: 10px 0;
        height: auto;
    }

    .reviews_owl {
        margin: 30px 0;
        width: 100%;
    }

    .reviews_owl .item img {
        display: block;
        float: none;
        width: 150px;
        margin: 0 auto;
    }

    .reviews_owl .item p {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        display: none !important;
    }

    .img_center {
        text-align: center;
        margin-bottom: 15px;
    }
}

/*768*/

@media(max-width: 480px) {




    .tabl_price th {
        font-size: 14px;
    }

    .tabl_price td {
        font-size: 13px;
    }

    .sketch_img img {
        height: auto;
    }

    .sketch_kov_img img {
        height: auto;
    }

    .sketch_img {
        height: 50px;
        overflow: hidden;
    }

    .sketch_name {
        height: 50px;
        font-size: 13px;
    }

}

/*end new responsive*/

/*faq*/

.faq-box {
    width: calc(100% - 10px);
    margin: 50px auto;
}
.container-h2 {
    background-color: #664c21;
    color: #fff;
}
.container-h2 > .h2 {
    font-weight: 500;
}

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #a2752c1c;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
    border-radius: 0 15px;
}
.acor-container label {
    cursor: pointer;
    background-color: #a2752c85;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #6c5228;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
    border-radius: 0 15px;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #a2752c85;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
border-radius: 0 15px;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: 5px;
    color: #000;
    padding: 20px 30px 10px 10px;
    border-radius: 0 15px;
    margin-bottom: 5px;
}
.review__slider .item {
    padding: 50px;
}
.review__slider img {
    float: left;
    width: 15%;
}
.review__slider p {
    float: right;
    width: 80%;
    text-align: center;
}
.review__slider p span.name {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
@media(max-width: 991px){
    .review__slider img {
        display: none;
    }
    .review__slider p {
        width: 100%;
    }
    td.td-image {
        display: none;
    }
}

.popup {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
}
.thanks__block {
  width: 100%;
  max-width: 450px;
  padding: 40px;
  background-color: #fff;
  margin: 100px auto 0;
  position: relative;
  z-index: 999;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.thanks__name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.thanks__text {
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
}
.thanks__btn {
  width: 200px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #FFD50E;
}
.popup .black-thanks {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.foto_container {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 50px;
	flex-wrap: wrap;
}

.foto_container .products__img {
	width: 100%;
}

@media (max-width: 786px) {
	.foto_container .products__img {
		width: 100%;
		max-width: 100%;
	}
}





.wrap { 
    width: auto;/*фиксируем ширину обертки*/ 
    margin: 0 auto;/*центрируем ее*/ 
    /*background: darkgray; */
    height: 40px;/*Задаем высоту обертки*/ }
  
.bblock { 
    float: left; /*Задаем обтекание*/ 
    line-height: 40px;/*Высота строки + верт. центрирования текста*/ 
    font-size: 14px; 
    /*background: dodgerblue; 
    color: white; */
    width: 365px; /*Фиксируем ширину блока*/ 
    margin-right: 15px; 
   /* text-align: center; /*Центрируем текст по горизонтали*/ 
    padding: 0 0 40px;} 
.wrap :last-child { 
    margin-right: 0px;/*Убираем поле последнего div-а*/ }



.wrap1 { 
    width: auto;/*фиксируем ширину обертки*/ 
    margin: 0 auto;/*центрируем ее*/ 
    /*background: darkgray; */
    height: 40px;/*Задаем высоту обертки*/ }
  
.bblock1 { 
    float: left; /*Задаем обтекание*/ 
    line-height: 40px;/*Высота строки + верт. центрирования текста*/ 
    font-size: 14px; 
    /*background: dodgerblue; 
    color: white; */
    width: 360px; /*Фиксируем ширину блока*/ 
    margin-right: 20px; 
   /* text-align: center; /*Центрируем текст по горизонтали*/ 
    padding: 30px 0 5px 3px;} 
.wrap1 :last-child { 
    margin-right: 0px;/*Убираем поле последнего div-а*/ }


 .hr-line {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #333;
}


.hr-shelf {
    margin: -30px auto 10px;
    padding: 0;
    height: 50px;
    border: none;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
    width: 95%;
}


@media (max-width: 786px) {
 .bblock {
    padding: 0 0 10px;

  }
 .bblock1 {
    padding: 0 0 10px;
        width: 330px;
  }
.contacts-page__map {
display: none;}
}






  .button_price {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
    padding: 0 30px;
    background-color: #a2752c;
    color: #fff;
    border: none;
text-align: center;
    font-weight: 500;
    font-size: 16px;
}


.flex-container {
  display: flex; /* flex || inline-flex */
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px){
.products2__img {
    margin-bottom: 0;
    margin-bottom: 20px;
    margin-top: 0; 
}
.products__img {
 
    margin-bottom: 20px;
    margin-top: 0px; 
}
}











.reasons {
    margin: 95px 0;
    display: flex;
    min-height: 368px;
}

.reasons .reasons_count {
    display: inline-block;
    position: relative;
    background-color: #a2752c85;
    font-size: 150px;
    line-height: 315px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    font-family: "DIN Pro";
    padding: 45px 50px 125px 50px;
    height: 100%;
    border-radius: 0 0 0 15px;
}

.reasons .reasons_count:after {
    content: url(../img/reasons_arrow.png);
    position: absolute;
    bottom: -50px;
    left: 130px;
}

.reasons .reasons_text {
    display: inline-block;
    background-color: #a2752c42;
    padding: 45px 55px 125px 15px;
    text-transform: uppercase;
    color: #6f4e19;
    font-weight: 500;
    height: 100%;
    max-width: 335px;
    /* padding: 10px 10px 10px 10px; */
    border-radius: 0 15px 0 0;
}

.reasons .reasons_subtitle {
    font-size: 68px;
   line-height: 50px;
}

.reasons .reasons_description {
    font-size: 30px;
    line-height: 40px;
    padding-top: 25px;
}

.reasons .reason_item {
    width: 50%;
    display: flex;
    margin-bottom: 15px;
}

.reasons .reasons_items_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}

.reasons .reason_item_image {
    width: 106px;
    height: 126px;
    background-color: #6f4e19;
    padding: 10px;
   /* margin: 0 25px;*/
    margin: 8px 10px 10px 10px;
}

.reasons .reason_item_image img {
    width: 90px;
}

.reasons .reason_item_text h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding-top: 5px;
}

.reasons .reason_item_text p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
}







.maintip { 
    text-align:justify;
    margin-bottom: 20px;
 }

.photos_text {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;   
}
.photos_text a {
    width: 25%;
    display: block;
    float: left;
   /* line-height: 0;*/
    font-size: var(--fontsize07);
    font-weight: 600;
}
.photos_text img {
 /*   border-radius: 20px;*/
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    border-radius: 0 15px;
}



.photosbig_text {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;   
}
.photosbig_text a {
    width: 100%;
    display: block;
    float: left;
   /* line-height: 0;*/
       font-size: var(--fontsize07);
           font-weight: 600;
}
.photosbig_text img {
  /*  border-radius: 20px;*/
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
}




.scale {
transition: 1s; /* Время эффекта */
}
.scale:hover {
transform: scale(1.5); /* Увеличиваем масштаб */
}


@media screen and (max-width: 800px) {
    .photos_text a {
        width: 100%;
        float: none;
    }
        .photosbig_text a {
        width: 100%;
        float: none;
    }
}

img[tabindex="0"] {  
  cursor: zoom-in;  
}

img[tabindex="0"]:focus {  
  position: fixed;  
  z-index: 20;  
  top: 110px;  
  left: 0;  
  bottom: 0;  
  right: 0;  
  width: auto;  
  height: auto;  
  max-width: 76%;  
  max-height: 76%;  
  margin: auto;  
  box-shadow: 0 0 200px #000, 0 0 0 1000px rgba(0,0,0,.3);  
  opacity:1;
 /* border: 3px solid var(--color02);; /* бордюр */  
 
  /*border-radius: 20px; радиус углов */  
}  

img[tabindex="0"]:focus, /* Строчка для того что бы при клике на увеличенное фото, оно возвращалось в исходное состояние */
img[tabindex="0"]:focus ~ * {  
  pointer-events: none;  
  cursor: zoom-out;  
}


/*для текста фото*/
IMG.fig {
    float: right; /* Обтекание картинки по левому краю */
 /*   padding-left: 10px;  Отступ слева */
 /*    padding-bottom: 10px; Отступ снизу */
    width: 400px;
    height: 300px;
 /*   border-radius: 20px;*/
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 0 15px;
}

IMG.figleft {
    float: left; /* Обтекание картинки по левому краю */
  /*   padding-right: 20px; Отступ слева */
  /*  padding-bottom: 10px;  Отступ снизу */
    width: 400px;
    height: 300px;
   /* border-radius: 20px;*/
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 0 15px;
}


   @media (max-width: 769px) {    
    .adv__none {
        display: none;
    }

    IMG.figleft {
    margin-right: 10px;
  /*  margin-left: 10px;*/
    margin-bottom: 10px;
  width: auto;


   }

    IMG.fig {
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
    height: 240px;
   }
}



.foto_container {

    margin-bottom: 300px;
}


.btn-primary {
    color: #ffffff;
    background-color: #6f4e19;
    border-color: #6f4e19;
        border-radius: 3px;
    }


    .btn-primary:hover {
    color: #ffffff;
    background-color: #a2752c85;
    border-color: #a2752c85;
        border-radius: 3px;
    }


    .banner_kontacty {
    background-image: url(/local/templates/palitrazaborov/img/banner_kontacty.webp);
    background-position: right;
  /*  background-position: center top;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}
    .banner_vakansii {
    background-image: url(/local/templates/palitrazaborov/img/banner_vakansii.webp);
    background-position: right;
  /*  background-position: center top;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}

    .banner_konstruktsiya {
    background-image: url(/local/templates/palitrazaborov/img/banner_konstruktsiya.webp);
    background-position: right;
  /*  background-position: center top;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}

    .banner_price {
    background-image: url(/local/templates/palitrazaborov/img/banner_price.webp);
    background-position: right;
  /*  background-position: center top;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
}