/* CUSTOM */
.bg-section {
    background: #f9f9f9;
    padding: 50px 0 0;
}

.section-slider .owl-nav {
    display: inline-block;
    margin-top: 30px;
}

.section-slider .owl-prev {
    margin-right: 7px !important;
}

.section-slider .owl-prev,
.section-slider .owl-next {
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.4em;
    background: #e65100;
    border-radius: 4px;
    outline: 0;
}

.section-slider .owl-prev:hover,
.section-slider .owl-next:hover {
    background: #b71d1e !important;
}

/* ELEMENTS */
/* BUTTON */
.btn-link {
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-variant: all-small-caps;
    background: #e65100;
    color: #fff;
    transition: background-color 0.5s ease-in 0.3s;
}

.btn-link:hover {
    opacity: 0.6;
}

.btn-link_oval {
    border-radius: 30px;
}

.btn-button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: #e65100;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 0.02em;
}

.btn-button:hover {
    opacity: 0.8;
}

.link-dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.link-dotted:hover {
    border: none;
}

.section-services__link-all-box {
    display: flex;
    justify-content: flex-start;
}

.section-link-all-center {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #e65100;
    border-radius: 4px;
    text-decoration: none;
}

.section-link-all-center:hover {
    background: #e65100;
    color: #fff;
}

.animated_button {
    animation: cycle 4s linear infinite;
}

@keyframes cycle {
    0% { transform: translate3d(0, 0, 0); }
    3%, 5% { transform: translate3d(6px, 0, 0); }
    4%, 6% { transform: translate3d(-6px, 0, 0); }
    7%, 5% { transform: translate3d(5px, 0, 0); }
    8% { transform: translate3d(0, 0, 0); }
}

.animated_button:hover {
    transition: all 0.2s;
    animation: shadow 0.6s infinite linear;
    background-color: #e65100;
    color: #fff;
}

@keyframes shadow {
    0% { box-shadow: 0 0 10px 0 #e65100, 0 0 10px 0 #e65100; }
    100% { box-shadow: 0 0 12px 6px rgba(255, 48, 26, 0), 0 0 4px 20px rgba(255, 48, 26, 0); }
}

.form-elements {
    background: #f9f9f9;
    border: 1px solid #ccc;
    outline: 0;
}

.section-main-page {
    margin-bottom: 100px;
}

.section-main-page-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.section-link-all {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}

/* SERVICES2 */
.services2-news-list__col {
    margin-bottom: 30px;
}

.services2-news-list__item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.services2-news-list__item:hover {
    border-color: #fff;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}

.services2-news-list__img {
    width: 100%;
    border-bottom: 2px solid #e65100;
}

.services2-news-list__img-img {
    width: 100%;
    height: auto;
}

.services2-news-list__img-link:hover {
    opacity: 0.8;
}

.services2-news-list__text {
    text-align: center;
    padding: 20px 20px 40px;
}

.services2-news-list__section-name {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.services2-news-list__title {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.services2-news-list__title-link {
    color: #000;
}

.services2-news-list__title-link:hover {
    opacity: 0.8;
}

.services2-news-list__preview {
    font-size: 0.9em;
    margin-bottom: 10px;
    line-height: 1.2;
}

.services2-news-list__param-box {
    margin-bottom: 20px;
}

.services2-news-list__param {
    margin-bottom: 5px;
    font-size: 0.8em;
}

.services2-news-list__param::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #3bc915;
    padding-right: 3px;
}

.services2-news-list__price {
    font-size: 1.2em;
}

.services2-news-list__price-price {
    display: inline;
    font-size: 1.5em;
}

.services2-news-list__btn-link {
    display: inline-block;
    margin-top: 35px;
    padding: 10px 30px;
}

.services2-news-list__desc-section {
    margin-top: 20px;
}

/* KOPIRKA */
.anchor-menu {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 !important;
}

.anchor-menu li {
    display: inline !important;
    position: relative;
}

.anchor-menu li a {
    margin-right: 10px;
    text-decoration: none;
    border-bottom: 1px dashed #333;
    color: #333;
}

.anchor-menu li::after {
    content: "|";
    position: absolute;
    right: 0;
    padding-left: 16px;
}

.anchor-menu li:last-child::after {
    content: none;
}

.anchor-menu li::before {
    content: none !important;
}

.anchor {
    font-size: 13px;
    font-family: sans-serif;
    margin-bottom: 30px !important;
}

.templates {
    display: flex;
    font-size: 16px;
    color: #999;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.templates .icon i {
    display: block;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    background-position: center;
    margin-left: 10px;
}

.templates .icon-type-pdf {
    background-image: url(../images/pdf.jpg);
}

.templates .icon-type-cdr {
    background-image: url(../images/cdr.jpg);
}

/* SPOILER STYLES */
details summary {
    display: block;
    width: fit-content;
    border-bottom: 1px dotted;
    outline: none;
    margin-bottom: 0.4em;
    color: #e65100;
    cursor: pointer;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] span,
details[open] p {
    font-size: 0.95rem;
    color: #666;
    animation: spoiler 1.2s;
}

@keyframes spoiler {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

/* COOKEE TEXT */
#messages_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 12px 0;
    background: #151515;
    opacity: 0.8;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    display: none;
}

.messages_cookies-wrp {
    position: relative;
    margin-top: 8px;
}

.messages_cookies-close {
    display: inline-block;
    padding: 5px 13px 2px;
    font-size: 18px !important;
    color: #fff !important;
    background-color: #0066ff;
    border-radius: 5px;
    border: none;
}

/* СКРЫТЫЙ ТЕКСТ */
.content_block {
    overflow: hidden;
    position: relative;
}

.content_block.hide {
    height: 300px;
}

.content_block.hide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

/* КНОПКА */
.content_toggle {
    display: inline-block;
    padding: 5px 20px;
    background: #e65100;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.content_toggle:hover {
    background: #008aa4;
}

.content_toggle:active {
    background: #008aa4;
}