/*!
Theme Name: ARSI
Theme URI: https://2site.ru/
Author: Dmitry V
Author URI: https://2site.ru/
Description:
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ix
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
.d-none {
    display: none !important;
}

.site-menu {
    flex-grow: 1;
}
.site-header-feedback {
    flex-grow: 0;
}
.site-header-feedback__link {
    padding-right: 15px;
}

/** крошки */
.breadcrumb a:after {
    color: #747474;
    content: "";
    margin: unset;
}
.breadcrumbs {}
.kb_link {}
.kb_sep {
    margin: 0 15px;
}
.kb_title {
    color: #E94E14;
}

/**
* переопределение стандартного блока
*/
.wp-block-pullquote {
    font-size: inherit;
    line-height: inherit;
    padding: 0 20px;
}
blockquote {
    border-left: 2px solid #164194;
    padding: 10px 0 10px 15px;
}
blockquote p {
    margin-bottom: 0px;
}

/**
* pagination
*/
.pagination .page-numbers.current {
    display: block;
    background: #E94E14;
    border-color: #E94E14;
    color: white;
    height: 44px;
    min-width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #EFEFEF;
    margin: 0 6px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
    transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.vacancy_more_detailed_link {
    margin-top: 10px;
}
.vacancy_more_detailed_link a {
    text-decoration: none;
    color: #E94E14;
    font-weight: bolder;
}
.job_full{}
.job_full__title {}
.job_full__text {
    margin-top: 15px;
}
.job_full__text blockquote {
    margin-left: 25px;
}

.projects_page__prop_wrap {
    margin-top: 25px;
}

.child_cat {
    margin-left: 10px;
}
.current_item_category {
    font-weight: bolder;
}
a.WhatsApp_link {
    color: #747474;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.btn_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_container a {
    margin: 5px;
    padding: 0 10px;
}

.search_item {
    padding: 10px 0 25px;
    border-bottom: 1px solid #EFEFEF;
}

.whatsapp-button {
    position: fixed;
    right: 20px;
    bottom: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background-color: #25D366;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23FFF' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z'/%3e%3c/svg%3e");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: border-animate 1.5s linear infinite;
    opacity: 0;
}
.whatsapp-button:after{
    animation-delay: .5s;
}
@keyframes border-animate
{
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}