/*общий подвал*/
.bottom-footer-text{
    color: #ffffff;
}
.bottom-footer-text-block{
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
}
.bottom-footer-href{
    color: #ff7878;
}
.bottom-footer-href:hover{
    color: #ff000c;
}
.bottom-footer-br-on-mobile{
    display: none;
}
@media screen and (max-device-width:480px){
    .bottom-footer-text-block{
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .bottom-footer-br-on-mobile{
        display: block;
    }
}

/*меню*/
body.transparent.header-sticky #masthead-sticky-wrapper #masthead .header-bottom #site-navigation ul li:hover > a, body.transparent #masthead .header-bottom #site-navigation ul li:hover .sub-toggle{
    color: #59a562;
}
/*номер телефона в меню*/
body.transparent.header-sticky #masthead-sticky-wrapper #masthead .header-bottom #site-navigation ul li:last-child > a, .transparent.header-sticky .is-sticky #site-navigation ul li:last-child a{
    font-style: italic;
    color: #ff7878;
}
/*номер телефона в меню наведение*/
body.transparent.header-sticky #masthead-sticky-wrapper #masthead .header-bottom #site-navigation ul li:last-child:hover > a, body.transparent #masthead .header-bottom #site-navigation ul li:hover .sub-toggle{
    color: #ff000c;
    text-decoration: underline;
}

@media screen and (max-device-width: 980px){
    #site-navigation .menu-toggle{
        font-size: 30px;
        margin-right: 20px;
        text-decoration: none;
    }
    #site-navigation .menu{
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
}


/*кнопки блока каталога по центру*/
.service-more{
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid rgba(51, 51, 51, 0.7);
}
.service-more:hover{
    background-color: rgba(89, 165, 98, 0.7);
    border: solid #333;
}
.tg-service-widget .service-more:after {
    content: "";
}

/*форма отправки*/
#evf-submit-239{
    left: 50%;
    margin-right: -100px;
    margin-top: 50px;
    margin-bottom: 0;
    transform: translate(-50%, -50%);
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid rgba(51, 51, 51, 0.7);
    background-color: transparent;
}
#evf-submit-239:hover {
    background-color: rgba(89, 165, 98, 0.7);
    border: solid #333;
    font-weight: 600;
}
.everest-forms .everest-forms-part-button, .everest-forms button, .everest-forms button[type=submit], .everest-forms input[type=submit]{
    font-weight: 600;
}

/*блог*/
.full-width-archive #primary .post.has-post-thumbnail .entry-content-block{
    background-color: #fafafa;
}

/*главный слайдер*/
@media screen and (max-device-width:480px) {
    .tg-slider-widget.slider-content-left .caption-title, .tg-slider-widget.slider-content-center .caption-title {
        font-size: 24px;
        line-height: 30px;
    }
    .tg-slider-widget.slider-dark .btn-wrapper a{
        font-size: 17px;
        line-height: 21px;
    }
}

/*контакты*/
.contact-href, .contact2-href{
    font-style: italic;
    color: #ff7878 !important;
}
.contact-href:hover, .contact2-href:hover{
    font-style: italic;
    color: #ff000c !important;
    text-decoration: underline;
}

/*верхнее предложение анкеты*/
#top-form-off{
    transition: 1s linear;
}
#top-form-off:hover{
    background-color: #fafafa;
}

/*записи*/
.option-visit-site{
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: 1s linear;
}
.option-visit-site:hover{
    background-color: #d6d6e4;
    cursor: pointer;
}

@media screen and (max-device-width:480px) {
    .option-visit-site{
        margin: 2px;
        padding: 7px;
        font-size: 12px;
        font-weight: 600;
    }

}
.border-red{
    border-color: red;
}
.border-blue{
    border-color: blue;
}
.border-green{
    border-color: green;
}

.short-table{
    border: 1px solid rgba(0,0,0,0.1);
    align-content: center;
    text-align: center;
    background-color: #fafafa;
}

.centered{
    margin: auto;
    text-align: center;
}

.color-red{
    color: #ff7878;
}

.green-ok{
    color: green;
    font-weight: normal;
    text-decoration-color: green;
}

.price-wrapper{
    text-align: center;
}

.price-header{
    font-size: 25px;
}

.price-new{
    font-size: 20px;
}

.price-old{
    font-size: 15px;
}

@media screen and (max-device-width:480px) {
    .full-width-center #primary{
        width: 90%;
    }
}

h2.forminator-title, h3.forminator-subtitle {
    text-align: center !important;
}

.forminator-field #submit{
    align-content: center !important;
    text-align: center !important;
}

.forminator-button-submit, .forminator-button-upload{
    width: 200px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: solid 1px rgba(51, 51, 51, 0.7) !important;
    background-color:  rgba(89, 165, 98, 0.7) !important;
    color: #333 !important;
}

.forminator-button-submit:hover, .forminator-button-upload:hover{
    background-color: rgb(89, 165, 98) !important;
    border: solid 1px #333 !important;
}