body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    color: #333;
}

#header:before {
    content: "";
    display: block;
    height: 6px;
    background-image: linear-gradient(to right, #FCC26B, #FF5664)
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.clear {
    clear: both;
}

#page-header {
    background-size: cover;
}

.card>picture[class*="card"] {
    height: 280px;
}


#footer {
    padding-top: 24px;
    padding-bottom: 44px;
}
#footer .nav-link {
    padding: 0;
    color: #fff;
}

.section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.bg-cover {
    background-size: cover;
}

figure>picture {
    display: block;
}

#header .nav-link {
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-right: 0px;
}

.address-icon {
    width: 21px;
    height: 28px;
    background: url(../img/location-point.svg) center;
    position: absolute;
    left: 0px; 
    top: 19px;
}

.smartphone-icon {
    width: 18px;
    height: 30px;
    background: url(../img/smartphone.svg) center;
    position: absolute;
    left: 0px; 
    top: 19px;
}

.address-head {
    padding-left: 35px;
} 

.phone-head {
    padding-left: 30px;
}

#header {
    background: #fff;
    border-bottom: 1px solid rgba(254, 138, 105, 0.32);
}

body {
    padding-top: 76px;
}

.address-head {
    padding-top: 14px;
}

.phone-head {
    padding-top: 16px;
}

.navbar-toggler:active, .navbar-toggler:focus  {
    outline: none;
}

.navbar-toggler.collapsed {
    border: solid 1px #fe8a69;
    background: #fff;
}

.navbar-toggler {
    width: 40px;
    height: 34px;
    border-radius: 10px;
    border: solid 1px #fe8a69;
    background: #fe8a69;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-toggler span {
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fe8a69;
    margin-left: -30%;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-toggler.collapsed .a1 {
    top: 10px;
    background: #fe8a69;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .a2 {
    top: 15px;
    background: #fe8a69;
    transform: rotate(0deg);
    opacity: 1;
}

.navbar-toggler.collapsed .a3 {
    top: 20px;
    background: #fe8a69;
    transform: rotate(0deg);
}

.navbar-toggler .a1 {
    top: 15px;
    background: #fff;
    transform: rotate(45deg);
}

.navbar-toggler .a2 {
    top: 15px;
    opacity: 0;
}

.navbar-toggler .a3 {
    top: 15px;
    background: #fff;
    transform: rotate(-45deg);
}

#list-of-linksets li.col-md-3 {
    padding-top: 30px;
}

#footer div.col-lg-3 {
    padding-top: 30px;
}

#footer h6.mb-1 {
    margin-bottom: 15px!important;
}

.top-banner {
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #999;
    background-position: center;
}

.top-banner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.orange-line {
    border: 1px solid #FD9B66;
    color: #FD9B66;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
}

/*Главная страница*/

#page-header {
    background-image: url("../img/pages/home/header_background.jpg");
    height: 500px;
    color: #fff;
    margin-bottom: 0;
}

#page-header h1 {
    font-weight: bold;
    font-weight: bold;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#page-header .lead {
    font-size: 2rem;
    font-weight: 400;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#list-of-main-categories>li {
    padding: 50px 70px;
}
#about-us {
    background-image: url("../img/pages/home/about-us_background.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#discount-message {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
#our-advantages {
    background-image: url("../img/pages/home/our-advantages_background.png");
}

#list-of-brands>li img {
    background-color: #fff;
    padding: 12px 24px;
}

#list-of-main-categories>li {
    background-repeat: no-repeat;
    background-position: top right;
}
#list-of-main-categories--railing {
    background-image: url("../img/pages/home/railing.svg")
}
#list-of-main-categories--fences {
    background-image: url("../img/pages/home/fences.svg")
}
#list-of-main-categories--handrails {
    background-image: url("../img/pages/home/handrails.svg")
}



.title-categories {
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
}

.why-we h2{
    font-size: 36px;
    font-weight: 700;
}

.why-we h2 span {
    font-size: 20px;
}

.list-benefists figure {
    position: relative;
    overflow: hidden;
    padding-left: 100px;
}


.list-benefists figure img {
    position: absolute;
    bottom: -30px;
    left: 0px;
}

.list-benefists figure h3 {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.list-benefists figure p {
    color: #777;
    padding-bottom: 0px;
}


.list-benefists figure#discount-message p {
    color: #fff;
    padding-left: 100px;
    font-size: 24px;
    padding-right: 32px;

}

.list-benefists figure#discount-message img {
    top: 50%;
    left: 30px;
    margin-top: -27px;
}

.list-benefists figure#discount-message {
    margin-top: 20px;
}

.more-works {
    margin-top: 90px;
}

#our-works .carousel-indicators  {
    bottom: -70px;
}

#our-works .carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #FD9C64;
    border-radius: 50%;
    cursor: pointer;
}

#our-works .carousel-indicators li.active {
    background: #FD9C64;
}

.title-categories a {
    color: #fff;
}

#list-of-main-categories .btn {
    font-size: 14px;
    text-transform: uppercase;
}

.card-img-top {
    background-size: cover;
}

.card .btn-block {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        text-transform: uppercase;
        color: #FE8065;
    }

.more-works .btn {
    text-transform: uppercase;
    font-size: 16px;
}


/*Каталог*/

.catalog {
    background-image: url(../img/pages/catalog/catalog.jpg);
}

.content-catalog {
    padding-top: 50px;
}

.block-catalog-list {
    padding-bottom: 20px;

}

.block-catalog-list img {
    width: 100%;
}

.block-catalog-list a {
    padding-bottom: 5px;
    display: block;
    color: #333;
    font-size: 20px;
}

.text-link {
    padding-right: 105px;
    position: relative;

}

.price-cat {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #FD8D65;

}


/*Каталог внутренняя перила*/

.railing {
    background-image: url(../img/pages/railing/title-perila.jpg);
}

.lead-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.y-color {
    background: #FDBD6A;
}

.o-color {
    background: #FD8D65;
}

.r-color {
    background: #FF5461;
}

.main-catalog a {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
}

.catalog-page .card {
    height: 100%;   
}

.b-l-c {
    margin-bottom: 30px;
}

.inset-category {
    border: 1px solid #EAEAEA;
    height: 100%;  
    padding-bottom: 15px; 
}


.img-c {

}

.img-c img {
    width: 100%;
}

.text-cat {
    color: #333;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}


.price-c  {
    
}

.price-c-number {
    color: #FD8D65;
    font-size: 18px;
    padding-left: 30px;
    display: block;
    padding-top: 3px;

}

.price-c-number strong {
    font-size: 24px;
    font-weight: 700;
}

.button-more-photo {

}

.catalog-list-inset {
    padding-bottom: 30px;
}


.characteristics {
    border: 1px solid #FD9B66;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.characteristics h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: -13px;
    

}

.characteristics h3 span {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}


.characteristics figure {
    text-align: center;
    border-right: 1px solid rgba(151, 151, 151, 0.35);
}

.characteristics figure:last-child {
    border-right: 0px;
}

.characteristics figure img {

}

.characteristics figure figcaption {
    padding-top: 20px;

}

.characteristics figure figcaption h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.characteristics figure figcaption p {
    font-size: 18px;
}

.img-cat-bl {
    height: 85px;
}

.features {
    background-image: -webkit-linear-gradient(#FFF8EE 0%, #F5F5F5 100%);
    background-image: -o-linear-gradient(#FFF8EE 0%, #F5F5F5 100%);
    background-image: linear-gradient(#FFF8EE 0%, #F5F5F5 100%);
}

.img-features {
    background-image: url(../img/pages/railing/stairs.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-bottom: 120px;
}

.features-row {
    width: 75%;
}

.features-clock {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    padding-left: 140px;
    min-height: 139px;
}

.features-clock img {
    position: absolute;
    top: 0px;
    left: 15px;
}

.features-clock h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;

}

.numbers-steps {
    padding-top: 40px;
    padding-bottom: 40px;
}

.block-numbers {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    padding-left: 110px;
    position: relative;
}

.block-numbers img {
    position: absolute;
    top: 5px;
    left: 15px;
}

.block-numbers h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.block-numbers h3 span {
    color: #FD8D65;
}

.block-numbers p {
    color: #777;
}

.orange-btn {
    border: 1px solid #FD9B66;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #FD9B66;
    line-height: 2;
}

.about-block-main {
    background: url(../img/pages/railing/bg-benefist.jpg) no-repeat;
    background-size: cover;

}

.about-block-main h2 {
    color: #fff;
}


.about-block-main .about-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-block-main .about-block h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 10px;
}

.about-block-main .about-block p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.block-2-text h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.block-2-text p {
    font-size: 18px;
    color: #777;
}

.block-2-text ul {
    
}

.block-2-text ul li {
    font-size: 18px;
    color: #FD9B66;
}

.block-2-text ul li p {
    color: #777;
    margin-bottom: 0;
}

.links-articles {
    color: #FD9B66;
    padding-bottom: 15px;
    font-size: 18px;
}

.links-articles a {
    color: #333;
}


.block-c-b {
    padding-bottom: 20px;
    padding-left: 40px;
    
}


.block-c-b strong {
    display: block;
    font-size: 18px;
    color: #333;
}


.block-c-b span {
    display: block;
    font-size: 20px;
    color: #333;
}

.block-c-b span span {
    display: inline-block;
    width: 65px;
}

.phone-b {
    background: url(../img/pages/railing/iphone.svg) no-repeat 5px 8px;
}

.email-b {
    background: url(../img/pages/railing/new-email-outline.svg) no-repeat 0px 8px;
}

.address-b {
    background: url(../img/pages/railing/directions.svg) no-repeat 4px 10px;
}

.time-b {
    background: url(../img/pages/railing/clock-2.svg) no-repeat 2px 7px;
}

.map-ifreme {
    width: 150%;
}

.map-block {
    overflow: hidden;
}

.map-block iframe {
    display: block;
    height: 500px;
    width: 100%;
}




/*Каталог внутренняя ограждения*/

.fences {
    background-image: url(../img/pages/fences/fences.jpg);
}

.img-c img {
    border-bottom: 1px solid #EAEAEA;
}

.icon-n-f-b {
    text-align: center;
}

.icon-n-f-b h6 {
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}

.icon-glass figure span {
    display: block;
    height: 100px;
}

.icon-glass {
    padding-top: 20px;
}

.block-g-c {
    padding-left: 85px;
    position: relative;
    padding-bottom: 25px;
}

.block-g-c img {
    position: absolute;
    left: 0;
    top: 4px;
}

#footer h6 {
    color: #fff;
}




/*Каталог внутренняя поручни*/

.handrails {
     background-image: url(../img/pages/handrails/handrails.jpg);
}


.text-v p {
    color: #777;
}

.text-v .s-s {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


.text-v h3 {
    color: #333;
    font-size: 24px;
}

.block-numbers.beny-b-b {
    padding-left: 140px;
}


/*Каталог контакты*/

.metro-b {
    background: url(../img/pages/contact/metro.svg) no-repeat 0px 8px;
}

.contacts-page .phone-b {
    background: url(../img/pages/contact/iphone.svg) no-repeat 5px 8px;
}

.contacts-page .email-b {
    background: url(../img/pages/contact/mail.svg) no-repeat 0px 8px;
}

.contacts-page .address-b {
    background: url(../img/pages/contact/directions.svg) no-repeat 0px 8px;
}


.contacts-page .time-b {
    background: url(../img/pages/contact/clock.svg) no-repeat 0px 8px;
}


.contacts-page .time-b {
    background: url(../img/pages/contact/clock.svg) no-repeat 0px 8px;
}

.contacts-page .block-c-b {
    padding-left: 50px;
}


.contacts-page h2 {
    font-size: 30px;
}

.contacts-page .block-c-b strong {
    color: #777;
    font-weight: 400;
}

.map-contacts iframe{
    height: 460px;
    width: 100%;
    display: block;
}


/*наши работы*/

.bc {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bc ul {
    padding: 0;
    margin: 0;
}

.bc ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding-left: 20px;
    color: #333;
}

.bc ul li span {
    color: #333;
}

.bc ul li a {
    color: #FD8D65;
}

#page-header h1 {
    color: #fff;
}

.text-white h2 {
    color: #fff !important;
}

.pg nav ul {
    justify-content: center;
}

.pg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-title a {
    color: #333;
}

.price-inset {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
}

.price-inset span {
    font-size: 18px;
    font-weight: 700;
}

.price-inset p {
    margin: 0;
    padding: 0;
    color: #FD8D65;
    font-size: 30px;

}

.size-b {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 20px;
    padding-left: 50px;
    background: url(../img/pages/our-works/ruler.svg) no-repeat 0px 28px;
}

.size-b span {
    font-size: 18px;
    font-weight: 700;
}

.size-b p {
    margin: 0;
    padding: 0;
    font-size: 18px;

}

.block-info-product {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-top: 20px;
}

.block-info-product  span {
    font-size: 18px;
    font-weight: 700;
}

.block-info-product  p {
    margin: 0;
    padding: 0;
    font-size: 18px;

}


.block-info-product.investor {
    background: url(../img/pages/our-works/man.svg) no-repeat 5px 28px;
}

.block-info-product.place {
    background: url(../img/pages/our-works/blank-map-pointer.svg) no-repeat 5px 28px;
}

.block-info-product.date {
    background: url(../img/pages/our-works/helmet.svg) no-repeat 5px 28px;
}

.tab-pane {
    padding: 20px 0px;
}


.tab-pane p {
    color: #777;
}

.nav-item {
    margin-right: 15px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #FF5461 #FF5461 #fff;
    color: #333;
}

.nav-tabs .nav-link.active:hover {
    border-color: #FF5461 #FF5461 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #FF5461;
}

.nav-tabs .nav-link {
    background: #FFE7DE;
    border-bottom: 1px solid #FF5461;
    color: #333;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}


.nav-tabs .nav-link:hover {
    border: 1px solid #FF5461;
}


.foto-block {
    max-width: 800px;
    width: 90%;
}


.img-block-f .fotorama__stage {
    border: 1px solid #DEDEDE;
}

.img-block-f .fotorama__nav__shaft {
    margin-top: 10px;
}


.size-t {
    background: url(../img/pages/product-inset/diametr.svg) no-repeat 0px 28px;
}

.water {
    background: url(../img/pages/product-inset/water.svg) no-repeat 0px 28px;
}


.st {
     background: url(../img/pages/product-inset/stoika.svg) no-repeat 9px 28px;
}


.blocks-options .compl-img {
    display: block;
    border: 1px solid #DEDEDE;
}

.blocks-options .compl-img img {
    width: 100%;
}

.complects-block {
    padding-bottom: 30px;
}

.complects-block h3 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF5461;
    padding-top: 20px;
}

.blocks-options {
    padding-bottom: 20px;
}


.blocks-options h4 {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.blocks-options li {
    list-style: none;
    color: #777;
    margin-left: 5px;
    padding-left: 25px;
    display: block;
    margin-bottom: 4px;
    background: url(../img/pages/product-inset/red-line.svg) no-repeat left center;
}

.blocks-options ul {
    padding-left: 0;
    margin-right: 0;
}

.other-projects {
    padding-bottom: 50px;
}

.other-projects h3 {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
    padding-top: 20px;
}

.block-list-articles {
    border: 1px solid #B2B2B2;
    margin-bottom: 20px;
    height: 100%;
}

.img-list-article a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-list-article {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    position: relative;
}

.text-list-article a {
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    font-weight: 700;
}

.text-list-article p {
    font-size: 16px;
    color: #777;
}

.text-list-article .more-list-articles {
    color: #FF5461;
    position: absolute;
    left: 40px;
    bottom: 10px;
    font-weight: 300;
}

.text-list-article .date {
    color: #B2B2B2;
    position: absolute;
    right: 40px;
    bottom: 10px;
    padding-bottom: 10px;
}

.inset-text-page {
    padding-bottom: 50px;
}

.inset-text-page p {
    font-size: 18px;
    color: #777777;
    /* max-width: 970px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.inset-text-page h2 {
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

.inset-text-page h3 {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

.dotted-list {
    color: #FD8D65;
}

.dotted-list li span {
    font-size: 18px;
    color: #777777;
}

.numbering-list {
    color: #FD8D65;
    list-style: decimal;
}

.numbering-list li span {
    font-size: 18px;
    color: #777777;
}

.quote-to-right {
    font-size: 20px;
    color: #FF6E77;
    padding-top: 40px;
    padding-left: 52px;
    padding-bottom: 40px;
    padding-right: 30px;
    margin-right: -15px;
    float: right;
    font-style: italic;
    background: url(../img/pages/text-page/quote.svg) no-repeat 15px 25px;
    width: 360px;
}

.numbering-list, .dotted-list {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.quote-to-left {
    font-size: 20px;
    color: #FF6E77;
    padding-top: 40px;
    padding-left: 52px;
    padding-bottom: 40px;
    padding-right: 50px;
    margin-right: -15px;
    float: left;
    font-style: italic;
    background: url(../img/pages/text-page/quote.svg) no-repeat 15px 25px;
    width: 380px;
} 


.content-404 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content-404 h1 {
    font-size: 38px;
    color: #333;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.content-404 .num-404 {
    color: #FF5664;
    font-size: 210px;
    text-align: center;
    margin: 0px;
    padding: 0;
}

.content-404 h2 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 0;
}

.home-link {
    display: block;
    text-align: center;
    padding-bottom: 60px;
}

.content-404 p {
    color: #777;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#header .nav-item.active a {
    color: #FF5461;
}

table.work-properties td.object-value {
    padding-left: 15px;   
}

table.work-properties {
    min-height: 104px;   
}

img.steklyanye {
    width: inherit !important;
    border-bottom: 0;
}

.catalog-list-inset .centeredImage {
    width: 250px;
    margin: 0 auto;
    min-height: 480px;
}

.fotormblock .fotorama__stage__frame {
    text-align: center;   
}

.bottom-marginated {
    margin-bottom: 20px;
}

.category-description {
    margin-top: 20px;   
}

.fence-product-img img {
    width: inherit !important;
    border-bottom: inherit !important;
    display: block;
    margin: 0 auto;
}

.fence-product-link {
    border-top: 1px solid #EAEAEA;   
}

form span.form-err-validation-msg {
    color: #852c32;
}

#our-works .card {
    height: 100%;   
}

.category-description {
    padding-bottom: 50px;   
}

.category-description+.content-catalog {
    padding-top: 0px;
}