.header--clone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    transform: translateY(-100%);
    transition: .40s ease;
}

.header--clone .header-contacts,
.header--clone .header-sidemenu {
    padding: 14px 0;
}

.header--stick {
    transform: translateY(0%);
}

.header--stick .header__logo img {
    width: 85%;
    margin: 0 auto;
}

.header-contacts {
    margin-left: 65px;
}

.whatsapp {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    transition: .20s ease;
}

.whatsapp svg path {
    color: #28b53e;
}

.whatsapp-footer {
    color: #ffffff;
    font-size: 18px;
    margin-top: 4px;
}

.whatsapp-footer svg path {
    color: #fff;
    transition: .20s ease;
}

.whatsapp-footer:active,
.whatsapp-footer:focus {
    color: #fff;
}

.whatsapp-footer:hover,
.whatsapp-footer:hover svg path {
    color: #f5891a;
    text-decoration: none;
}

.header-phone-leftcontacts .email {
    font-size: 18px;
}

.header-phone-leftcontacts .email svg path {
    color: #f5891a;
}

.footer-email {
    font-size: 14px;
}

.jGrowl.top-right {
    width: 100%;
    z-index: 99999;
}

.jGrowl.top-right .jGrowl-notification {
    background-color: #00AE1D;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 20px;
    opacity: .95;
    font-size: 16px;
}

.jGrowl.top-right .af-message-success {
    display: none !important;
}

.input-group .error+label {
    color: brown;
}

.input-group .error {
    border-color: brown;
}


.success-popup {
    text-align: center;
    padding: 47px 80px;
}

.success-popup__title {
    font-size: 25px;
    margin: 25px 0 15px;
}

.success-popup__text {
    font-size: 18px;
    max-width: 350px;
    margin: 0 auto;
}

.fixed-info {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -4px 6px 0 rgba(10, 58, 115, 0.28);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#1473e6), color-stop(1.01, #0a3a73));
    background: -webkit-linear-gradient(to right, #1473e6 0%, #0a3a73 101%);
    background: -moz-linear-gradient(to right, #1473e6 0%, #0a3a73 101%);
    background: -o-linear-gradient(to right, #1473e6 0%, #0a3a73 101%);
    background: linear-gradient(to right, #1473e6 0%, #0a3a73 101%);
    padding: 12px 40px;
    border-radius: 0 24px 0 0;
}

.header-phone-wrap .phone {
    font-weight: 500;
}

.whatsapp {
    font-weight: 500;
}

.choose-category__zaglushka {
    height: 321px;
    box-shadow: 20px 20px 0 0 #BED2F9;
}

.choose-category__over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6b9bff, #4f86f8);
}

.choose-category__contentzag .title {
    font-size: 35px;
    font-weight: 700;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 20px;
}

.site-content {
    margin-top: 20px;
}

.contacts-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contacts {
    width: 100%;
}

.contacts__item {
    border-bottom: 1px solid #DBDBDB;
    padding: 20px 0;
    display: flex;
}

.contacts__item:last-child {
    border-bottom: 0;
}

.contacts__item a {
    display: flex;
    text-decoration: none;
    color: #222222;
    font-weight: 700;
    transition: .20s ease;
}

.contacts__item a:hover {
    color: #F5891A;
}

.contacts__item .nobold {
    font-weight: 400 !important;
    display: block;
}

.contacts__item img {
    margin-right: 10px;
    width: 22px;
}

.table {
    width: 100%;
}

.table tbody {
    border: 1px solid #DBDBDB;
    font-size: 14px;
}

.table tbody td {
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    border-right: 1px solid #DBDBDB;
    padding: 10px;
}

.contacts-adress {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .header-phone-leftcontacts {
        display: none;
    }

    .choose-category__contentzag .title {
        font-size: 24px;
    }

    .choose-category__zaglushka {
        height: 311px;
    }
}

@media (max-width: 992px) {
    .header--clone {
        display: none;
    }

    .contacts-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 575.98px) {
    .home-main-form {
        width: 100%;
        box-shadow: none;
    }

    #request-call {
        max-width: 320px;
    }

    .deco-one {
        padding: 25px;
    }

    .fixed-info {
        padding: 9px 25px;
        font-size: 14px;
    }

    .choose-category__zaglushka {
        height: 230px;
        box-shadow: 13px 13px 0 0 #BED2F9;
        height: auto;
    }

    .choose-category__contentzag .title {
        margin-top: 10px;
    }

    .pagination .page-item a {
        width: 36px;
        height: 36px;
    }

    .contacts-page {
        padding-top: 0;
    }

}

@media (max-width: 320px) {
    .whatsapp-footer {
        font-size: 14px;
    }

    .pagination .page-item a {
        width: 33px;
        height: 33px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 99999;
}

.cssload-loader {
    position: relative;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    perspective: 780px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #5c5edc;
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(76, 70, 101, 0.99);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #F5891A;
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.blog-article {
    color: #222222;
}

.blog-article:link {
    text-decoration: none;
}

.blog-article:hover {
    color: #222222;
}

.blog-article__image {
    overflow: hidden;
    border-radius: 8px;
    transition: .20s ease;
}

.blog-article:hover .blog-article__text {
    color: #f5891a;
}

.blog-article__image img {
    display: block;
    width: 100%;
}

.blog-article__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: .20s ease;
}

.blog-article__info {
    font-size: 14px;
    display: flex;
}

.blog-article__date {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.blog-article__date img {
    margin-right: 5px;
}

.blog-article__views {
    display: flex;
    align-items: center;
}

.blog-article__views img {
    margin-right: 5px;
}

.article-mainimage {
    display: block;
    width: 100%;
    overflow: hidden;
    box-shadow: 17px 17px 0 0 #e2eaf6;
    border-radius: 15px;
}

.article-status {
    padding: 15px 0;
    margin-top: 45px;
    margin-bottom: 30px;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: center;
    font-weight: 700;
}

.article-status__date {
    margin-right: 15px;
}

.article-status__date img {
    width: 20px;
}

.article-status__date,
.article-status__viewers {
    display: flex;
    align-items: center;
}

.article-status__date img,
.article-status__viewers img {
    margin-right: 7px;
}

.blog-articles {
    background: #f5f9ff;
}

.blog-articles a {
    color: #222;
    transition: .20s ease;
}

.blog-articles h3 a:hover {
    color: #f5891a;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .blog-articles {
        padding-top: 70px;
    }

    .payment {
        padding-top: 40px;
        padding-bottom: 15px;
    }
}

.nore-name {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payments__item {
    display: flex;
    margin-bottom: 60px;
}

.payment__icon {
    min-width: 88px;
    min-height: 88px;
}

.payment__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.payment-systems {
    padding: 65px 0;
    background: #F5F9FF;
}

.payment-systems__item {
    max-width: 130px;
}

.payment-systems__item img {
    display: block;
    width: 100%;
}

.payment-systems__wrap {
    display: flex;
    justify-content: space-between;
}

.payment-content {
    margin-top: 70px;
}

.payment-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.payment-content p {
    margin-bottom: 20px;
}

.payment-content img {
    display: block;
    margin-bottom: 20px;
}

.payment__text span {
    display: block;
    font-weight: 700;
}

.payment-companyinfo {
    margin: 40px 0;
}

.payment__content {
    margin-left: 40px;
    margin-top: -20px;
}

.payments__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 572px) {
    .payments__item {
        display: block;
    }

    .payment__content {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .payments {
        margin-bottom: 30px;
    }

    .payments__item {
        margin-bottom: 20px;
    }

    .payment-systems__wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .payment-systems__item {
        margin-top: 25px;
        margin-right: 25px;
    }
}

.article-text p {
    margin-bottom: 20px;
    font-size: 16px !important;
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6 {
    font-size: 24px !important;
    margin-bottom: 15px;
}

.article-text ul {
    list-style-type: none;
    margin-bottom: 30px;
}

.article-text ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 7px;
}

.article-text ul li:last-child {
    margin-bottom: 0;
}

.article-text ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f5891a;
}

.blog-article__image {
    height: 190px;
}

.blog-article__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.payment-content h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.payment-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.payment-content li {
    margin-bottom: 5px;
}

.payment-content p {
    margin-bottom: 10px;
}

.payment-block {
    margin-bottom: 40px;
}

.payment-images {
    display: flex;
    align-items: center;
}

.payment-images img {
    width: 120px;
    height: auto;
    display: block;
    margin-right: 15px;
}

.payment-images .mastercard {
    width: 60px;
}

.all-img {
    max-width: 400px;
}

.all-img img {
    display: block;
    width: 100%;
}

.instagram-footer {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.instagram-footer img {
    margin-right: 10px;
}

.instagram-footer:hover {
    color: #fff;
}

.hidden-input {
    opacity: 0;
    visibility: hidden;
}

.payment-alfa {
    border: 1px solid #DBDBDB;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.pay-inputs {
    display: flex;
    width: 100%;
}

.element input {
    border: 1px solid #DBDBDB;
    transition: .20s ease;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.element {
    margin-right: 35px;
    width: 30%;
}

.element:last-child {
    margin-right: 0;
}

.element input:placeholder {
    color: #9CA0C2;
    transition: .20s ease;
}

.element input:focus::placeholder {
    color: transparent;
}

body .types-roof_content {
    margin-bottom: 70px;
}

body .types-roof_content .types-roof__title-wrap {
    text-align: left;
}

body .types-roof_content .types-roof__title-wrap ul {
    margin-bottom: 1rem;
    padding-left: 40px;
}

.hiddent-text {
    display: none;
}

.hiddent-text p {
    margin-bottom: 1rem;
}

.dev {
    color: #f5891a;
    text-decoration: underline;
}

.dev:hover {
    text-decoration: none;
    color: #f5891a;
}

@media (max-width: 768px) {
    .pay-inputs {
        flex-direction: column;
        width: 100%;
    }

    .element {
        margin-bottom: 15px;
        width: 100%;
    }

    .element input {
        width: 100%;
        display: block;
    }
}