.site-header {
    border-bottom: 2px solid #e1e7e8;
    background: #fff
}

.header_pos_fix {
    width: 100%
}

@media (min-width: 780px) {
    .h-119 {
        height: 119px
    }

    .header_tel {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        -ms-align-items: center;
        align-items: center;
        color: #415260
    }

    .navigation-top nav {
        width: 100%
    }

    #site-navigation #top-menu {
        /*display: -webkit-flex;*/
        /*display: -moz-flex;*/
        /*display: -ms-flex;*/
        /*display: -o-flex;*/
        /*display: flex;*/
        /*justify-content: space-around*/
    }
} 

.logo_in_open_m {
    display: none
}

.for_mob_nav {
    display: none
}

.header_tel p {
    color: #1b1d1e;
    display: inline-block;
    font-size: 30px;
    font-family: almoni_black
}

.header_social {
    display: inline-block;
    padding-top: 39px;
    text-align: right;
    padding-right: 32px
}

.header_social a i {
    color: #040707
}

.header_social a {
    margin-left: 14px
}

.header_social a:hover {
    text-decoration: none
}

.social .ico {
    background: #970908;
    color: #fff;
    font-size: 16px;
    width: 43px;
    height: 43px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 4.2%;
    transition: all ease .3s
}

.social .ico:hover {
    background: #427812
}

#site-navigation #top-menu > li > a {
    color: #1b1d1e;
    font-size: 19px;
    font-weight: 400;
    font-family: almonidl, helvetica, Arial, sans-serif
}

#site-navigation #top-menu > li > a > svg {
    height: 19px;
    color: #970908;
    position: relative;
    top: 6px;
    right: 5px
}

#breadcrumbs_b > span > a > span {
    font-size: 15px;
    font-family: almoni_regular;
    color: #1b1d1e;
    font-weight: 500
}

#breadcrumbs_b > span:last-child {
    color: #415260;
    font-size: 15px;
    font-family: almoni_regular;
    border-bottom: 1px solid #970908
}

#breadcrumbs_b i {
    font-size: 12px;
    margin: 0 6px;
    color: #970908
}

#breadcrumbs_b {
    text-align: right;
    margin-top: 10px
}

.main-navigation ul ul a {
    padding-right: 0;
    padding-left: 0
}

.header_social a:hover > i {
    color: #00aeef
}

#site-navigation #top-menu li a:hover {
    color: #970908
}

#site-navigation .sub-menu li a:hover span {
    color: #427812
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.main-navigation ul li.focus > .nav_no_img, .main-navigation ul li:hover > .nav_no_img {
    width: unset;
    right: unset;
    top: unset
}

#top-menu .sub-menu.nav_no_img li {
    display: block;
    width: unset;
    padding: 0 25px;
    border-bottom: 2px solid #ececec;
    margin-bottom: 0;
    padding-bottom: 7px
}

#top-menu .nav_no_img {
    padding: 0
}

.header_tel:hover > i {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hvr-sweep-to-left_b {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-left_b:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f2554;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left_b:active:before, .hvr-sweep-to-left_b:focus:before, .hvr-sweep-to-left_b:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
    background-color: #d7f3f6;
    color: #fff
}

.hvr-fade:active p, .hvr-fade:focus p, .hvr-fade:hover p {
    color: #fff
}

.hvr-fade:active i, .hvr-fade:focus i, .hvr-fade:hover i {
    color: #fff
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@media screen and (max-width: 991px) {
    .main-navigation > div > ul {
        border: none
    }

    .header_button {
        display: inline-block;
        width: 143px;
        height: 38px;
        background-color: #56a401;
        position: relative;
        top: 21px;
        left: 27px
    }

    .header_button p {
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 0;
        margin-top: 10px;
        margin-left: 30px;
        display: inline-block
    }

    .header_button i {
        position: relative;
        font-size: 15px;
        color: #fff;
        left: 22px;
        display: inline-block
    }

    .header_tel h3 {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        font-weight: 400
    }

    .header_tel p {
        line-height: 22px;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 0
    }

    .header_tel {
        display: inline-block;
        text-align: right;
        position: relative;
        top: 34px
    }

    .site-branding a:focus, .site-branding a:hover {
        opacity: 1
    }

    .site-branding {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center
    }

    .site-branding-text .site-title a {
        color: #fff;
        font-family: Aharoni;
        font-size: 33px;
        font-weight: 700;
        line-height: 32.16px;
        letter-spacing: .78px
    }

    .site-branding-text p {
        color: #fff;
        font-family: almonidl, helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 17.16px
    }

    .custom-logo-link {
        padding-left: 0
    }

    .navigation-top {
        top: 0;
        border: 0
    }

    #site-navigation {
        text-align: left;
        position: relative;
        right: -35px
    }

    .nav_top_border {
        border-bottom: 1px solid #7c8388
    }

    .site-header .navigation-top .site-branding-text {
        display: block
    }

    .site_nav_logo_title {
        position: absolute;
        top: 35px
    }

    .site_nav_logo_title img {
        margin-bottom: 7px
    }

    .site-branding-text span.site-title {
        line-height: 40px
    }
}

@media screen and (max-width: 991px) {
    .nav_top_border {
        border-bottom: none
    }

    .header_tel {
        top: 0
    }

    .header_button {
        top: -14px
    }

    .site_nav_logo_title {
        position: static;
        text-align: right
    }

    .site-branding-text {
        display: inline-block !important
    }

    .menu-nav_menu-container ul li a, .menu-nav_menuen-container ul li a {
        font-size: 19px;
        color: #fff;
        font-weight: 400;
        padding-top: 0;
        padding-bottom: 5px
    }

    .main-navigation ul {
        text-align: center
    }

    #site-navigation {
        position: static;
        margin-top: 0
    }

    .menu-nav_menu-container, .menu-nav_menuen-container {
        border-bottom: 1px solid #7c8388
    }

    #site-navigation #top-menu {
        background-color: #fff
    }

    #site-navigation #top-menu .sub-menu > img {
        display: none
    }

    #site-navigation #top-menu .sub-menu li img {
        max-width: 50px;
        margin-top: 12px
    }

    #site-navigation #top-menu .sub-menu span {
        display: block;
        font-weight: 400
    }

    #site-navigation #top-menu .sub-menu li a {
        text-align: right;
        padding: 0;
        font-size: 17px;
        margin: 0;
        margin-right: 25px;
        padding: 4px 0
    }

    #site-navigation #top-menu .sub-menu li {
        border: none
    }

    #site-navigation #top-menu .sub-menu {
        letter-spacing: -7px !important;
        text-align: left;
        background: 0 0;
        margin-bottom: 10px;
        margin-top: 11px
    }

    #site-navigation.toggled-on #top-menu .sub-menu{
        padding-right: 25px;
    }

    #top-menu > li > .toggled-on_link {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width: 991px) {
    .menu-nav_menu-container ul li a, .menu-nav_menuen-container ul li a {
        color: #4b4d4e
    }

    .header_menu_slide {
        width: 217px;
        flex-basis: 50%
    }

    #naw_button_d {
        margin: 0
    }

    .navigation-top .container {
        max-width: 100%;
        border-bottom: 2px solid #e6ecf0
    }

    .site_nav_logo_title {
        text-align: left
    }

    .site-branding-text .site-title a {
        color: #000;
        font-size: 23px
    }

    .site-branding-text p {
        font-size: 14px;
        color: #000
    }

    .menu-nav_menu-container, .menu-nav_menuen-container {
        border-bottom: none
    }

    .site_nav_logo_title img {
        height: 40px;
        width: 47px;
        position: relative;
        top: 7px;
        margin-bottom: 1px
    }

    .navigation-top {
        height: auto
    }

    .site-branding-text span.site-title {
        line-height: 19px;
        margin-top: 12px;
        margin-bottom: 1px
    }

    .site-branding-text .site-title a {
        line-height: 20.16px
    }

    .site-branding-text {
        margin-left: 1px;
        margin-right: 4px
    }

    .site-branding-text {
        position: relative;
        top: 1px
    }

    #naw_button_d {
        outline: 0
    }

    .header_svg_X {
        display: none
    }

    .toggled-on  .menu-toggle svg{
        display: none;
    }
    .toggled-on  .menu-toggle .header_svg_X{
        display: block;
    }

    .header_svg_line {
        position: absolute;
        left: 18px;
        top: 23px
    }

    .logo_in_open_m {
        width: 168px;
        display: inline-block;
        position: absolute;
        top: 1px;
        left: 0;
        top: 0;
        height: 68px;
        text-align: right;
        padding-right: 28px;
        border-bottom: 1px solid #e8e9e9
    }

    .main-navigation .logo_in_open_m a {
        padding: 0 !important
    }

    .logo_in_open_m .site-branding-text {
        width: 113px;
        margin-right: 0;
        top: -9px;
        padding-left: 16px
    }

    .logo_in_open_m .site-branding-text a {
        padding: 0
    }

    #naw_button_d {
        height: 68px;
        position: relative;
        top: 0;
        padding: 0;
        width: 66px;
        border-left: 1px solid #e4e3e3
    }

    .dropdown-toggle::after {
        display: none
    }

    #site-navigation .dropdown-toggle {
        width: 45px;
        height: 45px;
        left: 11px;
        top: 9px
    }

    #site-navigation .icon-angle-down {
        position: relative;
        left: 0;
        color: #970908;
        top: 8px
    }

    .for_mob_nav {
        direction: rtl;
        text-align: right;
        padding-right: 12px
    }

    #site-navigation #top-menu .nav_no_img > li {
        padding: 0;
        width: 100%
    }

    #site-navigation #top-menu .nav_no_img > li > a {
        text-align: center;
        display: inline-block;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        height: auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 8px
    }
}

.site_nav_logo_title {
    direction: rtl
}

.header_add_1 {
    padding: 0
}

.header_add_1:before {
    position: absolute;
    content: "";
    width: 225px;
    height: 1500px;
    box-shadow: inset 0 0 27px rgba(15, 16, 16, .34);
    background-color: #fff;
    top: -10px
}

.header_add_1:after {
    position: fixed;
    content: "";
    top: 0;
    height: 68px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: -1;
    border-bottom: 2px solid #e6ecf0
}

.header_add_2 {
    display: inline-block !important;
    position: relative;
    right: 64px;
    padding-top: 0;
    padding-left: 22px !important;
    padding-right: 0;
    padding-bottom: 0 !important
}

.header_add_1 ul li a {
    margin-right: 2px;
    padding-top: 17px;
    padding-bottom: 14px
}

.header_add_1 ul {
    padding: 0 !important
}

.header_add_1 ul li {
    text-align: right;
    border-bottom: 1px solid #f3f3f3
}

.logo_in_open_m {
    display: none
}

.site-logo_k {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

#site-navigation .sub-menu li a {
    padding-top: 7px;
    padding-bottom: 4px
}

#site-navigation a:hover {
    text-decoration: none
}

.menu-nav_menu-container ul li .icon-angle-down, .menu-nav_menuen-container ul li .icon-angle-down {
    color: #94d749
}

@media screen and (min-width: 48em) {
    .main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
        left: auto;
        right: -.5em
    }
}

.head_container {
    padding: 0 !important
}

#site-navigation .menu-nav_menu-container .sub-menu li a, #site-navigation .menu-nav_menuen-container .sub-menu li a {
    padding-top: 10px
}

#no_home .site-branding-text p {
    color: #0e151d
}

#no_home .site-branding-text a {
    color: #0e151d
}

#no_home .header_add_1 .site_nav_logo_title img {
    top: 7px
}

.header_add_1 .main-navigation ul ul:before {
    width: 187px;
    height: 2px;
    position: absolute;
    left: 30px;
    background: #97d74b
}

.dropdown-toggle:focus {
    outline: 0
}

@media screen and (max-width: 991px) {
    #no_home .head_container {
        height: 100%
    }
}

#site-navigation .custom-logo-link {
    display: inline-block;
    padding: 8px 1px;
    margin-right: 0;
    position: relative;
    right: 16px;
    top: -11px
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .header_tel p {
        font-size: 19px
    }

    .header_social {
        padding-right: 22px
    }

    .site-logo_k {
        position: relative
    }

    #site-navigation #top-menu li a {
        padding: 45px 11px;
        font-size: 18px;
        position: relative
    }

    .header_tel {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_tel p {
        font-size: 16px
    }

    .header_tel {
        padding-right: 8px;
        padding-left: 0
    }

    .navigation-top nav {
        position: unset
    }

    .header_social {
        padding-right: 22px
    }

    .header_social {
        display: none
    }

    #site-navigation #top-menu li a {
        padding: 20px 7px;
        font-size: 17px
    }
}

@media screen and (min-width: 1430px) {
    .header_d_xl_soc {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .site_nav_logo_title img {
        width: 135px;
        height: auto;
        position: relative;
        top: 4px
    }

    .head_container .container {
        max-width: 100%
    }

    .dropdown-toggle.toggled-on .icon {
        top: -2px !important;
        left: -3px !important
    }

    #site-navigation #top-menu li a {
        display: inline-block
    }

    #site-navigation #top-menu .sub-menu .dropdown-toggle {
        padding: 0;
        width: 45px;
        height: 25px;
        left: 11px;
        top: -2px
    }
}

@media screen and (min-width: 992px) {
    #top-menu > li {
        position: static
    }

    #site-navigation #top-menu > li:hover > ul, .main-navigation ul li.focus > ul {
        right: unset;
        border: none;
        display: inline-block;
        box-shadow: 0 0 21px rgba(213, 213, 213, .55)
    }

    #site-navigation #top-menu > li:hover > ul li:hover {
        background-color: #f6f6f6
    }

    #site-navigation #top-menu > li > ul > li:hover > ul {
        box-shadow: 0 0 21px rgba(213, 213, 213, .55);
        border: none;
        display: inline-block
    }

    #site-navigation #top-menu > li > ul > li:hover > ul > li > a {
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        width: max-content
    }

    .sub-menu > img {
        float: left;
        margin-left: 19px;
        margin-top: 15px
    }

    #top-menu .sub-menu li {
        text-align: right;
        padding: 0 24px;
        padding-bottom: 9px;
        padding-left: 40px
    }

    #top-menu .sub-menu li:last-of-type {
        padding-bottom: 17px
    }

    #top-menu .sub-menu li span {
        font-size: 17px;
        font-weight: 400;
        color: #1b1d1e
    }

    #top-menu .sub-menu li img {
        max-height: 50px;
        max-width: 70px
    }

    #site-navigation #top-menu .sub-menu li a {
        padding-bottom: 0;
        padding-top: 9px
    }

    #site-navigation #top-menu li a {
        position: relative
    }

    #top-menu .sub-menu li svg {
        height: 20px;
        color: #970908;
        position: absolute;
        top: 23px;
        left: -30px
    }
}

.navigation-top > .container-fluid {
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 2px solid #e6ebef;
    z-index: 99
}

@media screen and (min-width: 783px) {
    .navigation-top > .container-fluid {
        top: 30px
    }
}

@media (max-width: 767px) {
    body #site-navigation #top-menu .nav_no_img > li > a {
        text-align: right;
        padding-right: 20px !important
    }
}

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

@media screen and (max-width: 991px) {
    .menu-nav_menu-container {
        overflow-y: scroll;
        width: 245px
    }
}

.img-circle {
    background-color: #427812;
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #427812;
    width: 45px;
    height: 45px;
    bottom: -6px;
    right: -5px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #427812;
    width: 40px;
    height: 40px;
    bottom: -4px;
    right: -2px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 2px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 20px;
    height: 20px;
    background-image: url(../assets/images/phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.img-circle:hover {
    opacity: 1
}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.9);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg)
    }
    50% {
        transform: rotate(8deg)
    }
    100% {
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg)
    }
    50% {
        -webkit-transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(-8deg)
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

.nav_phone {
    position: relative;
    margin-left: 56px;
    height: 40px
}

.phone_nav_wrap {
    display: flex
}

.popup_nav_btn {
    font-size: 18px;
    text-align: center;
    color: #970908;
    border-radius: 10px;
    border: 2px solid #970908;
    height: 43px;
    width: 208px;
    display: block;
    padding-top: 6px;
    font-family: almoni_black;
    position: relative;
    transition: .3s
}

.icon-angle-left {
    transform: rotate(90deg)
}

.popup_nav_btn:hover {
    color: #fff;
    background: #970908
}

.chevron::before {
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    position: relative;
    top: 9px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 6px
}

.chevron.left:before {
    transform: rotate(-135deg)
}

.popups_href {
    margin-left: 29px
}

.header_menu_slide.nav_top_border.head_bord_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.container-fluid.header_pos_fix {
    min-height: 54px;
    background: #fff
}

button#naw_button_d svg {
    fill: #427812
}

@media (max-width: 1400px) {
    .popup_nav_btn {
        width: 188px
    }

    .header_tel p {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .popup_nav_btn {
        font-size: 16px
    }

    .circlephone {
        bottom: 8px
    }

    .circle-fill {
        bottom: 12px
    }

    .img-circle {
        bottom: 15px
    }

    .phone_nav_wrap {
        display: none !important
    }
}

@media screen and (max-width: 992px) {
    .header_tel.d-none.d-lg-block.head_bord_r {
        display: none !important
    }

    .wrap_nav {
        flex-direction: row-reverse;
        justify-content: end;
        width: 100%;
        margin: 0 auto !important
    }

    .site_nav_logo_title img {
        max-width: 100%
    }

    .d-lg-block.site-logo_k {
        flex-basis: 50%
    }

    .site-logo_k .site_nav_logo_title {
        width: 100%;
        height: 68px
    }

    .site_nav_logo_title img {
        width: auto;
        height: 60px
    }

    .popup_nav_btn {
        display: none
    }

    #site-navigation #top-menu > li > a {
        padding-right: 24px
    }

    .header_tel {
        display: none
    }
}

@media (max-width: 780px) and (min-width: 480px) {
    .header_add_1 {
        max-width: 28% !important
    }

    .logo_in_open_m {
        width: 215px
    }
}

@media (max-width: 480px) {
    .logo_in_open_m {
        width: 218px
    }
}