/*!
Theme Name: NeftOpt
Theme URI: https://kurbonov.ru/
Author: Kurbanov Developer
Author URI: https://kurbonov.ru/
Description: Все права защищены. Разработчик сайта Kurbonov
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: neftopt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

NeftOpt is based on Underscores https://kurbonov.ru/, (C) 2022-2022 Automattic, Inc.
Kurbanov is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 :root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}

html {
    box-sizing: border-box;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

*,
*:before,
*:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

a[href^=http]:empty:before {
    content: attr(href)
}

img,
video,
audio {
    max-width: 100%;
    height: auto
}

label,
button,
input,
select {
    cursor: pointer
}

label[for] {
    cursor: pointer
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.slick-slide:focus {
    outline: none
}

a,
button {
    cursor: pointer
}

.btn_default {
    appearance: none;
    border-radius: 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    transition: .25s ease
}

button {
    font-family: 'Open Sans', sans-serif !important
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.4;
    color: #2b232f;
    background: url('./images/bg_footer.png');
    background-position: 50% calc(100% - 280px);
    background-repeat: no-repeat;
    background-size: 1450px auto
}

a {
    transition: .25s
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, .4)
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(298deg, var(--red), var(--yellow));
    border-radius: 10px
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px
}

.header_main__top {
    background: #2c232f
}

.header_main__top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.header_main__top__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 25px
}

.btn_yellow {
    background: #fbcd29;
    border-radius: 4px;
    color: #333
}

.header_main__calulate__btn {
    font-weight: 600;
    font-size: .875em;
    color: #333;
    border-radius: 0;
    padding: 11px 25px;
    line-height: 1;
    width: 215px;
    text-align: center;
    margin-right: -20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_yellow:hover {
    background: #e2e2e2
}

.header_main__top__phones {
    margin-right: 30px;
    display: flex;
    flex-wrap: wrap
}

.header_main__top__phone {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 35px;
    font-size: .85em
}

.header_main__top__phone img {
    width: 19px;
    margin-right: 12px
}

.header_main__top__phone:last-child {
    margin-right: 0
}

.header_main__top__phone:hover {
    opacity: .5
}

.header_main__mail img {
    width: 19px;
    margin-right: 12px
}

.header_main__mail {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: .85em
}

.header_main__mail:hover {
    opacity: .5
}

.header_main__x {
    padding: 25px 0
}

.header_main__x .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_main__menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.main_logo {
    display: flex;
    width: 250px
}

.header_main__menu {
    margin-left: 25px;
    margin-right: -20px
}

.header_main__menu li {
    line-height: 1;
    position: relative
}

.header_main__menu a {
    color: inherit;
    text-decoration: none
}

.header_main__menu a:hover {
    background: var(--dark-light);
    color: #fff
}

.header_main__menu li.main_menu__active {
    margin: 0
}

.header_main__menu li.main_menu__drop {
    margin: 0
}

.header_main__menu .menu-item-has-children a {
    padding: 15px 25px 11px;
    background: #fbcd29;
    border-radius: 4px 0 0 4px;
    font-size: 1em;
    padding-left: 53px
}

.header_main__menu .main_menu__active.current_page_item a {
    background: #fbcd29
}

.header_main__menu .current_page_item a:hover {
    background: var(--dark-light) !important;
    color: #fff !important
}

.header_main__menu li.main_menu__active a {
    background: #f0f0f0;
    border-radius: 0
}

.header_main__menu a {
    display: block;
    padding: 13px 20px;
    min-width: 125px;
    text-align: center
}

.header_main__menu li.main_menu__drop a:hover {
    background: #2d232f;
    color: #fff
}

.header_main__menu li.main_menu__active a:hover {
    border-radius: 0 !important;
    background: #2d232f;
    color: #fff
}

.header_main__calulate__btn img {
    width: 20px;
    margin-right: 8px;
    margin-top: -2px
}

ul.sub-menu {
    align-items: stretch;
    position: absolute;
    display: flex;
    top: calc(100% + 10px);
    width: 450px;
    opacity: 0;
    transform: translate(0px, 10px);
    transition: .25s;
    transition-duration: .25s;
    z-index: -2;
    pointer-events: none
}

@media screen and (max-width:1350px) {
    .main_menu__drop-righted2 .sub-menu {
        left: -300px
    }
    .main_menu__drop-righted2 .sub-menu:after {
        left: 420px
    }
}

.sub-menu .main_menu__drop a {
    font-size: .5em
}

.main_menu__drop-righted1 ul.sub-menu li {
    width: 100%;
    border-radius: 0
}

.main_menu__drop-righted3 ul.sub-menu li {
    width: 100%;
    border-radius: 0
}

.main_menu__drop-righted3 .sub-menu,
.main_menu__drop-righted1 .sub-menu {
    width: 225px
}

.header_main__menu .main_menu__drop .sub-menu a {
    font-size: .85em;
    border-radius: 0;
    font-weight: 400;
    text-transform: none;
    padding: 10px 25px;
    text-align: left;
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 100%;
    width: 100%;
    line-height: 1.25;
    display: flex;
    align-items: center
}

ul.sub-menu li {
    width: calc(100%/2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.header_main__menu .sub-menu li:nth-child(-n+2) a {
    border-top: none
}

.header_main__menu .sub-menu li:nth-child(2n) a {
    border-right: none
}

ul.sub-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    display: block;
    top: -10px;
    opacity: 0;
    z-index: 1
}

ul.sub-menu:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #f0f0f0;
    top: -6px;
    transform: rotate(45deg);
    left: 10px;
    z-index: -1
}

.header_main__menu li.main_menu__drop:hover .sub-menu {
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: all;
    z-index: 2;
    transition-delay: 0s
}

ul.sub-menu li:first-child {
    border-radius: 4px 0 0
}

.main_menu__drop-righted1 ul.sub-menu li:first-child {
    border-radius: 4px 4px 0 0 !important;
    border-right: none !important
}

.main_menu__drop-righted1 ul.sub-menu li a {
    border-right: none !important
}

ul.sub-menu li:nth-child(2) {
    border-radius: 0 4px 0 0
}

.main_menu__drop-righted1 ul.sub-menu li:nth-child(2) {
    border-radius: 0
}

.main_menu__drop-righted3 ul.sub-menu li:first-child {
    border-radius: 4px 4px 0 0 !important;
    border-right: none !important
}

.main_menu__drop-righted3 ul.sub-menu li a {
    border-right: none !important
}

.main_menu__drop-righted3 ul.sub-menu li:nth-child(2) {
    border-radius: 0
}

ul.sub-menu li:last-child {
    border-radius: 0 0 4px 4px
}

ul.sub-menu li:nth-last-child(2) {
    border-radius: 0
}

.me-2 {
    margin-right: .5rem
}

.ms-2 {
    margin-left: .5rem
}

.header_main__menu .menu-item-has-children>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('./images/icons/menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: calc(50% + 1px);
    transform: translate(0, -50%);
    left: 21px;
    transition: .25s
}

.header_main__menu li.main_menu__drop a:hover:before {
    filter: invert(1)
}

.btn_menu {
    display: none
}

.btn_menu span {
    display: block;
    position: absolute;
    width: 32px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 3px;
    background: #000;
    transition: .25s;
    border-radius: 0
}

.btn_menu span:last-child {
    transform: translate(0, 9px)
}

.btn_menu span:first-child {
    transform: translate(0, -9px)
}

.btn_menu.active span:nth-child(2) {
    opacity: 0
}

.btn_menu.active span:last-child {
    transform: rotate(45deg)
}

.btn_menu.active span:first-child {
    transform: rotate(-45deg)
}

.bg_overlay {
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .25s;
    visibility: hidden;
    pointer-events: none
}

.bg_overlay.active {
    z-index: 2;
    pointer-events: all;
    visibility: visible
}

.modal__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: scroll;
    background: #f0f0f0;
    width: calc(100% - 20px);
    max-width: 350px;
    color: #000;
    border-right: 1px solid #000;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transform: translate(-100%, 0);
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.modal__menu::-webkit-scrollbar {
    display: none
}

.modal__menu__wrap {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.modal__menu__title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.25;
    color: #000
}

.modal__menu__top {
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 -25px;
    padding: 28px 25px 25px
}

.btn_modal__menu__close {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(15px, -50%);
    cursor: pointer;
    transition: .25s
}

.btn_modal__menu__close:after,
.btn_modal__menu__close:before {
    content: '';
    position: absolute;
    width: 75%;
    height: 2px;
    background: #000;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg)
}

.btn_modal__menu__close:after {
    transform: rotate(45deg)
}

.modal__menu__x ul {
    list-style: none
}

.modal__menu__x a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 12px 25px;
    display: block
}

.modal__menu__x {
    margin: 0 -25px
}

.modal__menu__x li {
    margin-bottom: 0;
    position: relative
}

.modal__menu__x a:hover {
    color: #fbcd29
}

.modal__menu__x ul.sub-menu {
    position: static;
    opacity: 1;
    width: auto;
    transform: none;
    margin-top: 18px;
    pointer-events: all;
    margin: 0 -20px;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    transition: 0s
}

.modal__menu__x li:last-child {
    margin-bottom: 0
}

.modal__menu__x ul.sub-menu:after {
    display: none
}

.modal__menu__x ul.sub-menu:before {
    display: none
}

.modal__menu__x ul.sub-menu li {
    width: 100%;
    overflow: visible;
    border-radius: 0;
    align-items: flex-start;
    justify-content: flex-start
}

.modal__menu__x ul.sub-menu li:last-child {
    margin-bottom: 5px
}

.modal__menu__phones {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 17px;
    align-items: center
}

.modal__menu__bottom a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 25px;
    display: flex;
    align-items: center
}

.modal__menu__bottom {
    justify-content: space-between;
    background: #1d2428;
    margin: 0 -25px;
    padding: 25px
}

.modal__menu__phones a img {
    margin-right: 7px;
    vertical-align: middle
}

.modal__menu__mail a img {
    margin-right: 11px
}

.btn_modal__menu__close:hover {
    opacity: .5
}

.modal__menu__bottom a:hover {
    opacity: .5
}

.modal__menu__bottom a:last-child {
    margin-right: 0
}

.modal__menu.active {
    z-index: 3;
    opacity: 1;
    transform: translate(0%, 0)
}

.main_footer {
    background: var(--dark-light);
    padding: 45px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 70px
}

.main_footer__logo {
    filter: brightness(100);
    width: 250px;
    font-size: 0;
    margin-bottom: 20px;
    display: block
}

.main_footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.main_footer__menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.main_footer__menu a {
    color: #fff;
    text-decoration: none
}

.main_footer__payment {
    opacity: .5;
    font-size: .8em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.main_footer__payment p {
    margin-right: 22px;
    margin-bottom: 7px
}

.main_footer__info a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    flex-wrap: wrap;
    margin-right: 35px;
    margin-bottom: 10px
}

.main_footer__info {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-size: .9em;
    font-size: 13px
}

.main_footer__menu {
    width: 150px
}

.main_footer__menu a:hover {
    color: #fbcd29
}

.main_footer__menu li {
    margin: 0 0 10px;
    width: 100%
}

.main_footer__payment p:nth-child(2n) {
    margin-right: 0
}

.main_footer__info a:hover {
    opacity: .5
}

.main_footer__info a img {
    margin-right: 10px;
    margin-top: -2px
}

.not_found_404 {
    text-align: center;
    font-size: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    font-weight: 800
}

.not_404 {
    margin: 75px 0
}

.not_found_404 strong {
    margin-top: 10px;
    font-size: 3.25em;
    font-weight: 800;
    background: linear-gradient(180deg, #fbcd29 0%, #ff5a5a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.main_title__bg {
    font-weight: 800;
    font-size: 240px;
    line-height: 1;
    color: #2b232f;
    opacity: .05;
    letter-spacing: -10px;
    position: absolute;
    bottom: -35px;
    max-width: 1900px;
    margin: auto;
    left: -40px;
    right: 0;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.main_container {
    position: relative;
    font-size: 16px;
    padding: 98px 0
}

.main_title {
    margin: 0;
    font-size: 3em;
    line-height: 1.3;
    margin-bottom: 0
}

.main_title__with_bg {
    padding: 155px 0 20px;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden
}

.page_contact_btn {
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    display: inline-flex
}

.page_contact_btn span {
    position: relative;
    z-index: 1
}

.page_contact_btn:after {
    content: '';
    position: absolute;
    right: -2px;
    left: -2px;
    height: 9px;
    background: #fbcd29;
    bottom: 4px;
    z-index: 0;
    border-radius: 50px;
    transition: .25s
}

.page_contact_btn:hover:after {
    height: calc(100% + 16px);
    left: -20px;
    right: -20px;
    bottom: -8px;
    border-radius: 6px
}

.page_contact_phones {
    width: 50%
}

.page_contact_mail {
    width: 50%
}

.page_contact_phones img,
.page_contact_mail img {
    filter: invert(1);
    margin-right: 10px;
    height: 15px
}

.page_contact_payment {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.page_contact_payment span {
    width: 50%;
    margin-bottom: 9px
}

.page_contact_phones a,
.page_contact_mail a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center
}

.page_contact_map__top {
    display: flex;
    flex-wrap: wrap;
    background: #d7d5d9;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.page_contact_map__top__item {
    width: 50%;
    color: inherit;
    text-decoration: none;
    padding: 16px 35px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.page_contact_map {
    width: calc(100% - 450px - 50px);
    margin-left: 50px
}

.page_contact_map__top__item img {
    margin-right: 10px;
    width: 12px;
    margin-top: 2px;
    transition: .25s
}

.page_contact_map__top__item span {
    width: calc(100% - 12px - 10px);
    font-size: 14px
}

.page_contact_map__top__item.active {
    background: #f38e41;
    color: #fff
}

.page_contact_map__top__item.active img {
    filter: invert(1) brightness(10)
}

.page_contact_map__top__item:hover {
    background: #f38e41;
    color: #fff
}

.page_contact_map__top__item:hover img {
    filter: invert(1) brightness(10)
}

.page_contact_phones a:hover,
.page_contact_mail a:hover {
    color: #f28e40
}

.page_contact_info__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 55px
}

.page_contact_info {
    max-width: 500px
}

.page_contact_phones a {
    margin-bottom: 8px
}

.page_contact_wrap {
    display: flex;
    flex-wrap: wrap
}

.page_contact_map__inner__item.active {
    display: flex
}

.page_contact_map__inner__item {
    display: none
}

.page_contact_adress p+p {
    margin-top: 10px
}

.page_contact_adress p {
    width: 100%
}

.page_contact_adress {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 55px
}

.main_container_contact {
    position: relative;
    padding-bottom: 183px;
    margin-bottom: -70px
}

.page_contact_map {
    position: absolute;
    left: calc(50% - 100px);
    width: auto;
    max-width: 640px;
    right: 0
}

.body-lock {
    position: fixed;
    width: 100%
}

.vacancy__tab a {
    font-size: 18px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 2px solid #00;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin: 0 10px 20px;
    opacity: .5;
    width: calc(100%/3 - 20px);
    text-align: center
}

.vacancy__tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.vacancy__tab a.active {
    font-weight: 700;
    opacity: 1
}

.vacancy__tab a:hover {
    background: #000;
    color: #fff;
    transform: translate(0, 3px);
    opacity: 1
}

.main_container_vacancy {
    margin-top: -20px;
    background-image: url('./images/decore/2.svg'), url('./images/decore/3.svg'), url('./images/decore/4.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: -85px 27.5%, 55% 52.5%, 100% 70%;
    position: relative
}

.vacancy__item {
    display: none;
    padding: 30px 0;
    font-size: 16px
}

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

.vacancy__item_title {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2.2em
}

.vacancy__item_title_x {
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 25px
}

.vacancy__item__i {
    margin-bottom: 2.8em
}

.vacancy__item_content ul {
    list-style: none
}

.vacancy__item_content li {
    margin-bottom: .9em;
    position: relative;
    padding-left: 28px
}

.vacancy__item_content li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 18px;
    background: url('./images/icons/spot.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.vacancy__item_content li:last-child {
    margin-bottom: 0
}

.vacancy__item__i:last-child {
    margin-bottom: 0
}

.vacancy__item_info {
    width: calc(100% - 400px)
}

.vacancy__item_contact {
    width: 310px;
    padding-top: 70px
}

.vacancy__item_contact__x__btns {
    display: flex;
    flex-direction: column;
    margin-top: 70px
}

.vacancy__item_contact__x__btns a {
    margin-bottom: 20px
}

.btn_yellow_2 {
    background: #fbcd29;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .1);
    font-weight: 600;
    padding: 14px 5px
}

.btn_yellow_2:hover {
    background: #ffc400;
    box-shadow: none;
    border-color: #ffc400;
    transform: translate(0px, 3px)
}

.vacancy__item_contact__x__btns a:last-child {
    margin-bottom: 0
}

.vacancy__item_contact__x {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: self-start
}

.vacancy__item_contact__x a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.25em
}

.vacancy__item_contact__x a:hover {
    color: #fec700
}

.vacancy__item_contact__title {
    margin-bottom: 6px;
    position: relative;
    display: inline-flex
}

.vacancy__item_contact__title:after {
    width: 100%;
    background: linear-gradient(298deg, var(--red), var(--yellow));
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .1);
    border-radius: 15px;
    content: '';
    position: absolute;
    left: 8px;
    height: 7px;
    bottom: 3px
}

.vacancy__item_contact__title span {
    position: relative;
    z-index: 1
}

.calc-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y)
}

.calc-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .calc-cols-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .calc-cols-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .calc-cols-3 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.calc-container {
    padding: 25px 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group-text {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    padding: .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #eae9eb;
    border: 1px solid #ced4da;
    border-radius: 10px
}

select:focus,
select:focus {
    outline: none
}

.form-select {
    display: block;
    width: 100%;
    padding: .575rem 2.25rem .575rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eae9eb;
    background-image: url('./images/icons/down.svg');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #eae9eb;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control {
    display: block;
    width: 100%;
    padding: .575rem 2.25rem .575rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eae9eb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.showcase__mark {
    display: block;
    position: absolute;
    top: 52px;
    border-radius: 3px;
    color: #000;
    margin-left: -10px
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group input {
    border-radius: 10px 0 0 10px;
    border: none;
    border-right: 1px solid #c7c7c7;
    margin-right: 1px
}

.form-select option:selected {
    background-color: #000;
    color: #fff
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden
}

.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    width: 49%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    color: var(--black);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.checkbox-tools:not(:checked)+label {
    background-color: #eae9eb
}

.checkbox-tools:not(:checked)+label:hover {
    background-color: #000;
    color: #fff;
    transition: all .3s linear
}

.checkbox-tools:checked+label {
    background-color: #fbcd29
}

.checkbox-tools:checked+label:before,
.checkbox-tools:not(:checked)+label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #000;
    background-color: #fbcd29;
    z-index: -1
}

.checkbox-tools:checked+label .uil,
.checkbox-tools:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px
}

.checkbox:checked~.section .container .row .col-12 .checkbox-tools:not(:checked)+label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, .05)
}

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

.x__form input[type=tel] {
    background: #e4;
    border-radius: 10px 0 0 10px;
    border: none;
    appearance: none;
    padding: 18px 25px 17px;
    width: calc(100% - 220px);
    line-height: 1
}

.x__form input[type=submit] {
    background: #fbcd29;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .1);
    border-radius: 0 10px 10px 0;
    appearance: none;
    font-size: 18px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    border: none;
    font-weight: 500;
    transition: .25s
}

.form__x {
    max-width: 700px;
    width: 100%;
    position: relative;
    z-index: 0
}

.x__form input[type=submit]:hover {
    background: #ffc400
}

.form__x__title {
    font-size: 1.75em;
    font-weight: 700;
    margin-bottom: .8em;
    line-height: 1.3
}

.form__x__text {
    margin-bottom: 2em;
    font-size: 1.1em
}

.form__x--bottom {
    margin-bottom: 100px
}

.form__x--bottom__x .container {
    display: flex;
    justify-content: flex-end
}

.form__x--bottom__x {
    margin-top: 30px
}

.vacancy__item_content p {
    margin-bottom: 20px
}

.vacancy__item_content>*:last-child {
    margin-bottom: 0
}

.vacancy__item_content {
    line-height: 1.55
}

.modal__x__wrap {
    padding: 40px 50px
}

.modal_title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    z-index: 1
}

.input_field {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 13px
}

.input_field__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px
}

.input_field input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px
}

.modal__x__wrap form {
    position: relative;
    z-index: 1
}

#search_location_result {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden
}

#search_location_result::-webkit-scrollbar-thumb {
    background-color: linear-gradient(298deg, var(--red), var(--yellow));
    border-radius: 10px
}

#search_location_result::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, .4)
}

.d-none {
    display: none !important
}

.modal__x__wrap {
    background: #fff;
    background: linear-gradient(120deg, rgba(255, 255, 255, 1) 50%, rgba(251, 205, 41, 1) 50%)
}

.btn_modal {
    background: #000;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    justify-content: center;
    font-weight: 700;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 15px
}

.btn_modal img {
    margin-right: 11px;
    width: 18px;
    filter: invert(1)
}

.btn_modal:hover {
    background: #2c232f
}

.input_field--file input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.input_field--file {
    position: relative
}

.input_field--file_view__inner {
    transition: .25s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border: 3px dashed;
    background: rgb(255 255 255/85%);
    padding: 14px 20px;
    justify-content: center
}

.input_field--file_view__inner img {
    width: 32px;
    margin-right: 15px
}

.input_field--file_view__inner:hover {
    background: #fff;
    border-color: #fbcd29
}

.input_field--file_info {
    display: none;
    background: #000;
    padding: 12px 25px;
    color: #fff
}

.modal__x__success__wrap {
    position: relative;
    padding: 35px 25px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1
}

.modal__x__success__wrap img {
    max-width: 200px;
    margin-bottom: 15px
}

.modal__x__success {
    max-width: 350px
}

.modal__x__success__text {
    text-align: center;
    line-height: 1.25
}

.modal__x__success:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-top: 210px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 200px solid #fbcd29
}

.form__x:before {
    position: absolute;
    content: '';
    width: 170px;
    height: 170px;
    background: url('./images/decore/oil.svg');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    left: -85px;
    top: -85px
}

.main_container_vacancy .container:before {
    background: url('./images/decore/1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 175px;
    height: 175px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -135px;
    z-index: -1;
    pointer-events: none
}

.main_container_vacancy .container {
    position: relative
}

.article__list {
    display: grid;
    gap: 10px;
    grid-template-rows: 1fr auto;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px
}

.news__item:nth-child(5n+1) {
    width: 100%;
    grid-column: 1/4
}

.news__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    display: grid;
    grid-template-rows: 1fr auto;
    color: #fff
}

.news__item__info {
    position: relative;
    padding: 30px
}

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

.news__item .news__item__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    opacity: .65
}

.news__item .news__item__image {
    font-size: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block
}

.news__item:nth-child(5n+2) {
    grid-column: 1/2;
    grid-row-start: span 2
}

.news__item__title {
    font-size: 1.6em;
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.3
}

.news__item__title a {
    text-decoration: none;
    color: inherit;
    font-weight: 600
}

.news__item__text {
    line-height: 1.4;
    margin-bottom: 20px
}

.news__item:nth-child(5n+3) {
    grid-column: 2/3
}

.news__item:nth-child(5n+4) {
    grid-column: 3/4
}

.news__item:nth-child(5n+5) {
    grid-column: 2/4
}

.news__item__link {
    background: #fbcd29;
    text-decoration: none;
    padding: 8px 22px 9px;
    line-height: 1;
    font-size: .8em;
    font-weight: 500;
    border-radius: 3px;
    color: #000
}

.news__item__title a:hover {
    color: #fbcd29
}

.news__item__link:hover {
    background: #2d232f;
    color: #fff
}

.pagintation_block {
    text-align: center;
    margin-bottom: 0;
    margin: 50px 0
}

.nav-links>* {
    padding: 9px;
    margin: 0 9px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    width: 40px;
    text-align: center;
    justify-content: center;
    border-radius: 50%
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-links a {
    color: #000;
    background: #fbcd29
}

.nav-links .dots {
    padding: 0;
    width: auto
}

.nav-links a:hover {
    background: #2d232f;
    color: #fff
}

.nav-links .current {
    background: #dadada
}

.main_container--articles {
    background-image: url('./images/decore/3.svg'), url('./images/decore/4.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% - 600px) 0%, 100% 0%;
    padding-top: 105px;
    margin-top: -40px
}

.text__default>* {
    margin-bottom: 22px
}

.text__default>*:last-child {
    margin-bottom: 0
}

.single_default_wrap {
    max-width: 750px
}

.text__default {
    line-height: 1.5;
    text-align: justify
}

.main_container--post {
    margin-top: -115px
}

.text__default h2 {
    line-height: 1.25;
    margin-bottom: 25px
}

.text__default ul,
.text__default ol {
    padding-left: 45px
}

.text__default li {
    margin-bottom: 10px
}

.text__default li:last-child {
    margin-bottom: 0
}

.single_add__links {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -5px;
    max-width: 750px
}

.single_add__links a {
    background: #2c232f;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/2 - 10px);
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700
}

.single_add__links a:hover {
    color: #000;
    background: #fbcd29
}

.delivery__trigger__title {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase
}

.delivery__trigger__info {
    font-size: 15px;
    text-align: center
}

.delivery__trigger__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: calc(100%/4 - 20px);
    margin: 0 10px
}

.delivery__triggers {
    display: flex;
    flex-wrap: wrap;
    margin: 70px -10px 60px
}

.delivery__trigger__item img {
    margin-bottom: 35px
}

.delivery__trigger__text {
    text-align: left;
    color: #2b232f;
    line-height: 1.5
}

.delivery__add__text {
    text-align: center
}

.delivery__add__text p {
    margin-bottom: 15px
}

.delivery__add__text p:last-child {
    margin-bottom: 0
}

.main_container_delivery {
    background-image: url('./images/decore/3.svg');
    background-repeat: no-repeat;
    background-position: 95% 100%
}

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

.calculator__block__title {
    font-size: 36px;
    margin-bottom: 22px
}

.calculator__select__title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 22px;
    width: 100% !important
}

.calculator__type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #eae9eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 45px
}

.calculator__type a {
    width: calc(100%/3);
    text-align: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    padding: 10px
}

.calculator__type a:hover {
    background: #2d232f;
    color: #fff
}

.calculator__type a.active {
    background: #fbcd29;
    color: inherit
}

.calculator__volume__title {
    font-size: 24px;
    width: 190px;
    line-height: 1.25
}

.calculator__volume {
    margin-bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.calculator__payments a {
    width: calc(100%/2);
    text-align: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    padding: 13px 12px;
    align-items: center;
    display: flex;
    line-height: 1.3
}

.calculator__payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #eae9eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px
}

.calculator__payments a:hover {
    background: #000;
    color: #fff
}

.calculator__payments a.active {
    background: #fbcd29
}

.calculator__total__item__title {
    color: rgba(43, 35, 47, .5);
    margin-bottom: 10px
}

.calculator__total {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px
}

.calculator__total__item {
    width: 50%;
    margin-bottom: 0;
    padding: 13px 15px
}

.calculator__total__item__value {
    font-weight: 600;
    font-size: 18px;
    color: #2b232f;
    line-height: 1.35;
    overflow-wrap: break-word
}

.calculator__total_btn_text {
    color: rgba(43, 35, 47, .5);
    margin-top: 20px;
    max-width: 250px;
    font-size: 16px
}

.btn_calculate {
    font-size: 18px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    width: 240px;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    padding-top: 3px;
    text-transform: uppercase
}

.btn_calculate:hover {
    box-shadow: none
}

.tab-button {
    background: #eee;
    padding: 10px 25px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}
.tab-button.active {
    background: #f1743c;
    color: #fff; 
}

.tabs-btn { 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    column-gap: 10px;
}
.home_trigger__title {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 15px
}

.home_trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100%/3 - 30px);
    margin: 0 15px;
    justify-content: space-between
}

.home_trigger__inner>img {
    margin-bottom: 25px;
    display: block
}

.home_trigger__text {
    margin-bottom: 40px;
    color: #2b232f;
    max-width: 290px
}

.home_trigger__list {
    display: flex;
    flex-wrap: wrap
}

.home_triggers {
    margin-bottom: 115px
}

.home_trigger__link {
    font-weight: 600;
    font-size: 1.15em;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    color: #2b232f
}

.home_trigger__link:after {
    content: '';
    position: absolute;
    right: -12px;
    left: 7px;
    height: 12px;
    background: #fbcd29;
    bottom: 1px;
    z-index: 0;
    border-radius: 50px;
    transition: .25s
}

.home_trigger__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	justify-content: center;
    align-items: center;
}

.home_trigger__link:hover:after {
    height: calc(100% + 16px);
    left: -35px;
    right: -35px;
    bottom: -8px;
    border-radius: 5px
}

.home_trigger__link span {
    position: relative;
    z-index: 1
}

.home_block__2__title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px
}

.home_block__2 {
    font-size: 14px;
    margin-bottom: 125px
}

.home_block__2 .container {
    display: flex;
    flex-wrap: wrap
}

.home_block__2__triggers {
    width: calc(50% - 30px);
    padding-top: 45px;
    margin-right: 30px
}

.home_block__2__trigger {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 17px;
    width: 100%;
    position: relative
}

.home_block__2__trigger__image {
    font-size: 0;
    width: 100px;
    margin-right: 30px
}

.home_block__2__trigger:last-child {
    margin-bottom: 0
}

.home_block__2__trigger__info {
    line-height: 1.35;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-flex;
    font-size: 16px;
    padding-right: 20px
}

.home_block__2__info {
    width: 40%
}

.home_block__2__text {
    font-size: 1.3em;
    margin-bottom: 35px;
    line-height: 1.6
}

.home_block__2__trigger:after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #e61721;
    width: calc(100% - 130px - 55px);
    height: 1px;
    right: 25px
}

.btn_home_block__2 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    background: #fbcd29;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .1);
    border-radius: 10px;
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px
}

.btn_home_block__2:hover {
    background: #ccc
}

.btn_yellow_3:hover {
    background: #2d232f;
    color: #fff;
    box-shadow: none
}

.home_title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 500
}

.home_y {
    padding: 25px 0 125px;
    background: url('./images/decore/5.svg'), url('./images/decore/bank__oil.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: 82% 78%, 0 100%;
    background-size: auto 600px, 780px auto;
    margin-bottom: -70px
}

.home_form__x2 .form__x {
    max-width: 610px
}

.home_promo {
    /*background-image: url('./images/home/bg.webp');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;*/
    padding: 45px 0 115px;
    color: #fff;
    background-color: #f28e3e
}

.home_promo__title {
    font-weight: 800;
    font-size: 74px;
    max-width: 710px;
    line-height: 1.1;
    margin-bottom: 25px
}

.home_promo__text {
    margin-bottom: 25px;
    font-size: 22px;
    color: #4a4949;
    max-width:320px;
    font-weight: 400;
    line-height: 1.3
}

.form_home {
    max-width: 275px;
}

.btn_home_promo {
    padding: 21px 55px;
    display: inline-flex;
    color: #4a4949;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.home_promo__counts {
    margin-top: -215px;
    margin-bottom: 85px
}

.home_promo__count_y_1 {
    font-weight: 500;
    font-size: 4em;
    line-height: .8;
    position: relative;
    z-index: 1;
    color: #fff
}

.home_promo__count_y {
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
    position: relative
}

.home_promo__count_y_t {
    color: #4a4949;
    font-size: 1.9em;
    line-height: 1;
    margin-left: 6px;
    position: relative;
    z-index: 1
}

.home_promo__count_y_2 {
    color: #4a4949;
    width: em
}

.home_promo__counts .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5px
}

.home_promo__count {
    padding: 0 15px
}

.home_promo__count_14 {
    padding-bottom: 55px
}

.catalog__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -45px
}

.catalog_card {
    width: calc(100%/3 - 30px);
    margin: 0 15px 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.catalog_card__title {
    font-weight: 600;
    font-size: 28px;
    text-decoration: none;
    color: inherit;
    line-height: 1.2;
    margin-bottom: 20px
}

.catalog_card__title:hover {
    color: #fbcd29
}

.home_promo__icon {
    width: 60px;
	min-width: 60px;
}
.home_promo__icon img {
    display: block;
	width: 60px;
}
.home_promo__count_y_t {
    font-size: 1.1em;
    margin-left: 10px;
}

.home_promo__items {
    display: flex;
    margin-bottom: 20px;
}

.catalog_card__add_text {
    color: #2b232f;
    max-width: 260px;
    margin: 0 auto;
    line-height: 1.4;
    margin-top: 20px;
    font-weight: 300
}

.catalog_card__image {
    display: block;
    margin-bottom: 15px;
    transition: .25s
}

.catalog_card-home .catalog_card__image {
    width: 100%;
    max-width: 180px;
}


.catalog__wrap-home {
	padding-top: 30px;    
	margin-bottom: 0; 
}

.catalog_card-inner {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: left;
	width: 100%;
}
.catalog_card-home { 
    background: #f1743c;
	padding: 30px 20px;
	border-radius: 10px;
}
.catalog_card-home .catalog_card__title  {
    color: #ffffff;
	margin-bottom: 10px;
	font-size: 22px;
}

.catalog_card-home  .catalog_card__add_text {
    color: #fff; 
    margin: 0 0 20px; 
	font-size: 18px;
     
}

.catalog_card-home2 {
    padding: 0;
	position: relative;
}

.catalog_card__image2 {
    display: flex;
    align-items: center;
    padding: 50px;
    height: 100%;
    position: relative;
    text-decoration: none;  
	min-height: 365px;
}

.catalog_card__image2 .page_service__item__text p:before {
	content: none;
}

button#toggle-btn {
    position: absolute;
    right: -10px;
    color: #fff;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 35px;
}

.catalog_card__image2 .page_service__item__text p:after { 
    right: calc(100% + 10px); 
}
.catalog_card__title2 {
    position: relative;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    font-size: 24px;
    padding: 0 15px;
	transition: .25s;
}

.catalog_card__image2:hover .catalog_card__title2{
    color: #fbcd29;
}

.catalog__wrap-home2 {
	padding-top: 30px;
}
.hidden {
    display: none;
}
.catalog_card__image2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    bottom: 0;
    opacity: .65;
    z-index: 1;
}

.catalog_card__image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.catalog_card-home .catalog_card__link {
    font-size: 1.2rem;
}

.catalog_card-home .catalog_card__title:hover {
    color: #fbcd29;
}

.main_container__oil__add_2__info_1 span {
    display: inline-block;
    position: relative
}

.catalog_card__link:after {
    content: '';
    position: absolute;
    right: -2px;
    left: -2px;
    height: 9px;
    background: #fbcd29;
    bottom: 4px;
    z-index: 0;
    border-radius: 50px;
    transition: .25s
}

.catalog_card__link span {
    position: relative;
    z-index: 1
}

.catalog_card__link {
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    display: inline-flex
}

.catalog_card__link:hover:after {
    height: calc(100% + 16px);
    left: -20px;
    right: -20px;
    bottom: -8px;
    border-radius: 6px
}

.catalog_card__image:hover img {
    transform: scale(.9);
    opacity: .9
}

.catalog_card__image img {
    transition: .25s
}

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

.home_promo__image {
    width: 450px;
    margin-right: -75px
}

.home_promo__info {
    width: calc(100% - 500px)
}

.home_promo__count_y:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 190px;
    height: 12px;
    background: #fbcd29;
    border-radius: 15px;
    left: -5px;
    bottom: 0
}

.btn_home_promo--mobile {
    display: none
}

.calculator__col__1 {
    max-width: 640px;
    width: 55%;
    position: relative
}

.calculator__col__2 {
    max-width: 480px;
    width: 40%;
    position: relative
}

.calculator__delivery__type a {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    color: inherit;
    padding: 14px 10px;
    background: #eae9eb
}

.calculator__delivery__type {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.calculator__delivery__type a.active {
    background: #fbcd29
}

.calculator__delivery__link {
    margin-bottom: 32px;
    display: inline-flex;
    color: rgba(43, 35, 47, .5)
}

.calculator__delivery__link:hover {
    text-decoration: none;
    color: #000
}

.calculator__delivery__adress__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 1.2
}

.calculator__delivery__adress__field input {
    border: 1px solid #2b232f;
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%;
    -webkit-appearance: none
}

.calculator__volume__value {
    width: calc(100% - 300px)
}

.irs--flat .irs-line {
    background: #eae9eb;
    border-radius: 10px;
    height: 16px
}

.irs--flat .irs-bar {
    border-top: 40px;
    height: 16px;
    background: #fbcd29
}

.irs--flat.irs-with-grid {
    height: 70px
}

.irs--flat .irs-bar--single {
    border-radius: 10px 0 0 10px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #fbcd29;
    color: #000;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #fbcd29
}

span.irs-handle.single {
    width: 20px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fbcd29;
    height: 20px;
    top: 25px
}

span.irs-handle.single i {
    display: none !important
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background: #fbcd29;
    color: #000;
    top: -7px;
    padding: 3px 8px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #fbcd29
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 7px 15px 5px;
    border-radius: 60px;
    top: -6px;
    font-size: 11px
}

.irs--flat .irs-grid-text {
    color: #000
}

.irs--flat .irs-grid-pol {
    display: none
}

.irs-with-grid .irs-grid {
    bottom: 8px
}

.page_service__how_work__line {
    border-bottom: 2px dashed #e61721;
    margin: 0 -20px;
    position: absolute;
    width: calc(100% + 40px)
}

.page_service__how_work__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start
}

.page_service__how_work__item {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    width: 25%;
    max-width: 220px;
    line-height: 1.25;
    position: relative
}

.page_service__how_work__ {
    position: relative
}

.page_service__how_work__item--1,
.page_service__how_work__item--3 {
    margin-top: -65px
}

.page_service__how_work__item--2,
.page_service__how_work__item--4 {
    margin-top: 20px
}

.page_service__how_work {
    margin-bottom: 75px;
    position: relative
}

.page_service__how_work__title {
    text-align: center;
    margin-bottom: 125px;
    font-weight: 600;
    font-size: 40px;
    color: #e61721
}

.page_service__docs__tab {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    margin-bottom: 25px
}

.page_service__docs__tab a {
    text-align: center;
    color: inherit;
    text-decoration: blink;
    display: inline-flex;
    line-height: 1;
    padding: 16px 10px;
    border-radius: 10px;
    margin-right: 25px;
    min-width: 250px;
    justify-content: center;
    border: 2px solid;
    font-weight: 700;
    opacity: .5;
    background: #fff
}

.entry-header,
.entry-content {
    text-align: justify
}

.page_service__docs__tab a:hover {
    background: #000;
    opacity: 1;
    color: #fff;
    transform: translate(0, 3px)
}

.main_container_service {
    position: relative;
    z-index: 1
}

.page_service__docs__tab a.active {
    opacity: 1
}

.selectric {
    border-radius: 10px;
    border: none;
    background: #eae9eb;
    padding: 16px 20px
}

.selectric .label {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    height: auto
}

.calculator__select {
    margin-bottom: 45px;
    position: relative
}

.selectric .button {
    background: 0 0;
    height: 100%;
    width: 45px
}

.selectric .button:after {
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    transform: rotate(45deg);
    border-top: none;
    border-left: none
}

.selectric-items {
    background: #eae9eb;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc
}

.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
    background: #fbcd29;
    color: inherit
}

.selectric-items li {
    font-size: 13px;
    color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc
}

.selectric-above .selectric-items {
    bottom: calc(100% + 12px)
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #60666d
}

@media (min-width:768px) {
    .select-box {
        width: 70%
    }
}

@media (min-width:992px) {
    .select-box {
        width: 50%
    }
}

@media (min-width:1200px) {
    .select-box {
        width: 30%
    }
}

.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
    cursor: pointer;
    outline: none
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg)
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: .3;
    transition: .2s ease
}

.select-box__value {
    display: flex
}

.select-box__input {
    display: none
}

.select-box__input:checked+.select-box__input-text {
    display: block
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #eae9eb
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1)
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #eae9eb
}

.select-box__option:hover,
.select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb
}

@-webkit-keyframes HideList {
    from {
        transform: scaleY(1)
    }
    to {
        transform: scaleY(0)
    }
}

@keyframes HideList {
    from {
        transform: scaleY(1)
    }
    to {
        transform: scaleY(0)
    }
}

.calculator__total__item.calculator__total__item--full {
    width: 100%
}

.page_service__how_work__item:before {
    content: '';
    background: url('./images/icons/red_oil.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translate(-50%, 0)
}

.page_service__how_work__item--2:before,
.page_service__how_work__item--4:before {
    bottom: auto;
    top: -34px
}

.page_service__docs__inner_x__slider__item {
    padding: 20px
}

.page_service__docs__inner_x__slider {
    margin: 0 -20px;
    display: flex
}

.page_service__docs {
    padding-bottom: 80px
}

.page_service__docs__inner_x__slider__item a:hover {
    transform: scale(.95);
    opacity: .7
}

.page_service__docs__inner_x__slider__item a {
    display: block
}

.page_service__how_work:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url('./images/decore/1.svg');
    background-size: contain;
    filter: brightness(0);
    opacity: .5;
    z-index: -1;
    pointer-events: none;
    bottom: -150px;
    left: calc(50% - 700px)
}

.page_service__how_work:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    background: url('./images/decore/1.svg');
    background-size: contain;
    filter: brightness(0);
    opacity: .5;
    z-index: -1;
    pointer-events: none;
    bottom: -250px;
    left: 50%;
    transform: rotate(45deg)
}

.page_service__docs__tab a:last-child {
    margin-right: 0
}

.main_container--oil_add__list {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap
}

.main_container--oil_add__item {
    width: calc(100%/3 - 40px);
    margin: 0 20px;
    padding: 20px
}

.main_container--oil_add__item__text {
    font-size: 14px;
    line-height: 1.5
}

.main_container--oil_add__item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
    padding-right: 20px
}

.main_container--oil_add__item__title img {
    margin-right: 14px;
    margin-top: -5px
}

.main_container--oil_add {
    margin-top: 75px
}

.main_container__oil__add_2 {
    padding: 100px 0 200px;
    background: url('./images/product/bg_1.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    margin-bottom: -70px
}

.main_container__oil__add_2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.main_container__oil__add_2__info_2 {
    max-width: 550px;
    width: 50%
}

.main_container__oil__add_2__info_text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px
}

.btn_product {
    color: #000;
    padding: 20px;
    display: inline-flex;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    justify-content: center
}

.main_container__oil__add_2__info_1 {
    font-size: 20px;
    position: relative
}

.main_container__oil__add_2__info_1 p {
    margin-bottom: 30px;
    max-width: 280px
}

.main_container__oil__add_2__info_1 p:last-child {
    margin-bottom: 0
}

.main_container__oil__add_2__info_1 b {
    font-weight: 400;
    position: relative;
    z-index: 1
}

.main_container__oil__add_2__info_1 span:after {
    content: '';
    position: absolute;
    right: -2px;
    left: -2px;
    height: 9px;
    background: #fbcd29;
    bottom: 4px;
    z-index: 0;
    border-radius: 50px;
    transition: .25s
}

.main_container__oil__add_2__info_1:after {
    content: '';
    background: url('./images/product/bg_round.svg');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 201%;
    height: 350%;
    background-size: contain;
    background-position: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.single.single-oilproduct {
    background: 0 0
}

.page_service__item {
    background: rgba(43, 35, 47, .03);
    padding: 50px;
    margin-bottom: 35px;
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page_service__r {
    margin-bottom: 50px
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page_service__item__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #e96124
}

.page_service__item__text p {
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    font-size: 16px
}

.page_service__item__text p:last-child {
    margin-bottom: 0
}

.btn_service__item {
    background: #fbcd29;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -5px rgb(0 0 0/10%);
    font-weight: 600;
    padding: 14px 5px;
    color: #000;
    max-width: 225px;
    width: 100%
}

.page_service__item__text {
    margin-bottom: 25px
}

.page_service__item__btns {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page_service__item__link {
    text-decoration: underline;
    color: rgba(43, 35, 47, .6);
    font-size: 14px
}

.page_service__item__link:hover {
    color: #000;
    text-decoration: none
}

.page_service__item__btns .btn_service__item {
    width: calc(100% - 170px)
}

.page_service__item__text p:before {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 50px);
    width: 100px;
    border-top: 1px dashed #e61721;
    top: 8px
}

.page_service__item__text p:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #e61721;
    border-radius: 50%;
    right: calc(100% + 25px);
    top: -1px;
    background: #f8f8f8
}

.page_service__item .container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center
}

.page_service__item__image {
    width: 575px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -160px
}

.page_service__item__info {
    width: 50%;
    min-height: 285px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page_service__item--left .page_service__item__info {
    padding-left: 0
}

.page_service__item__wrap {
    padding: 65px 0;
    overflow: hidden;
    margin-bottom: -70px
}

.page_service__item--right .page_service__item__image {
    right: -160px;
    left: auto
}

.page_service__item--right .container {
    justify-content: flex-start
}

.page_service__item__wrap:last-child {
    margin-bottom: 0
}

.vacancy__item_content>* {
    margin-bottom: 20px
}

.calculator__delivery__type a:hover {
    background: #000;
    color: #fff
}

.calculator__delivery__type a.active:hover {
    color: inherit;
    background: #fbcd29
}

.calculator__payments a.active:hover {
    color: inherit;
    background: #fbcd29
}

.selectric-items li.selected {
    background: #000;
    color: #fff
}

.calculator__delivery__type a:last-child {
    border: none
}

.selectric-items li:last-child {
    border-bottom: none
}

.calculator__delivery__adress__x {
    display: none
}

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

.calculator__delivery__adress__row__2 .calculator__delivery__adress__field {
    width: 50%
}

.calculator__delivery__adress__row__2 .calculator__delivery__adress__field:first-child input {
    border-radius: 10px 0 0 10px
}

.calculator__delivery__adress__row__2 .calculator__delivery__adress__field:last-child input {
    border-radius: 0 10px 10px 0;
    border-left: 0
}

.selectric-items ul.selectric-group {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    min-height: 0
}

.selectric-items ul.selectric-group li {
    padding: 0;
    height: 0
}

.calculator__select {
    font-size: 20px
}

.irs--flat .irs-grid-text {
    visibility: visible !important;
    font-size: 11px;
    padding: 0
}

.irs--flat .irs-grid-text:nth-child(2n+1) {
    top: -40px
}

span.irs {
    z-index: 1
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none
}

.irs--flat .irs-single.tonn {
    background: #fbcd29;
    color: #000;
    top: auto;
    bottom: -56px
}

.irs--flat .irs-single.tonn:before {
    border-top-color: #fbcd29;
    transform: rotate(180deg);
    top: -6px
}

.delivery__line {
    border-bottom: 2px dashed #e61721;
    width: 100%;
    margin: 0
}

.delivery__top {
    padding-top: 20px;
    margin-bottom: 45px;
    overflow: hidden
}

.delivery__line__item {
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

.delivery__top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px
}

.delivery__line__item:before {
    content: '';
    background: url('./images/icons/red_oil.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 26px;
    left: 0;
    right: 0;
    display: block;
    margin: -35px auto 22px;
    z-index: -1;
    position: relative
}

.delivery__line__item.active:before {
    filter: none
}

.delivery__line__item:before {
    filter: brightness(1)
}

.table__x_row {
    flex-wrap: wrap;
    justify-content: space-between;
    display: table-row;
    width: 100%;
    position: relative;
    font-size: 14px
}

.table__x_col {
    display: table-cell;
    vertical-align: middle
}

.table__x {
    display: table;
    width: 100%
}

.delivery__wrap {
    margin: 30px 0 55px
}

.table__x_head {
    color: rgba(43, 35, 47, .5)
}

.table__x_row>* {
    padding: 15px 5px
}

.table__x_col a {
    color: #000
}

.table__x_col a:hover {
    text-decoration: none;
    color: #fbcd29
}

.table__x_col--3 {
    max-width: 185px;
    padding: 15px;
    font-weight: 300
}

.table__x_col--2 {
    font-weight: 600;
    max-width: 270px;
    text-align: left;
    padding: 10px 30px 10px 70px
}

.table__x_col--4,
.table__x_col--5 {
    font-weight: 800;
    text-align: center
}

.table__x_row.table__x_head>* {
    font-weight: 400;
    padding-bottom: 35px
}

.table__x_col--6 {
    text-align: right;
    padding: 15px 0;
    display: flex;
    flex-direction: column
}

.table__x_row:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px dashed rgba(43, 35, 47, .5);
    top: 50%
}

.table__x_head.table__x_row:before {
    opacity: 0
}

.table__x_col__white {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 20px
}

.table__x_col--1 {
    padding: 15px 0
}

.table__x_col.table__x_col--1 .table__x_col__white {
    padding-left: 0;
    padding-bottom: 3px
}

.table__x_col--6 .table__x_col__white {
    padding-right: 0
}

.abrev {
    cursor: pointer;
    display: inline-block;
    z-index: 3;
    position: relative
}

.abrev__text__show {
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    transition: .25s;
    box-shadow: 1px 1px 11px -8px #000;
    background: #000;
    padding: 13px 14px 15px;
    z-index: 2;
    width: 210px;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
    top: -65px;
    display: block;
    left: 0;
    transform: translate(0px, -5px);
    pointer-events: none
}

.abrev:hover .abrev__text__show {
    opacity: 1;
    transform: translate(0px, 0px);
    pointer-events: all
}

.abrev__text__show br {
    display: none
}

.abrev__text__show:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #000;
    bottom: -4px;
    left: 20px
}

.delivery__line__item:before {
    filter: grayscale(1);
    z-index: 1
}

.abrev sup {
    transform: translate(0, -20px)
}

.calculator__delivery__adress__field .selectric {
    background: 0 0;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    padding: 18px 20px
}

ul.sub-menu li.big_link {
    width: 100%;
    text-align: center;
    justify-content: center
}

ul.sub-menu li.big_link_bgclear {
    width: 100%;
    text-align: center;
    justify-content: center
}

.main_menu__drop ul.sub-menu li.big_link_bgclear a {
    justify-content: center;
    text-align: center
}

.main_menu__drop ul.sub-menu li.big_link a {
    justify-content: center;
    text-align: center;
    background: #fbcd29
}

.main_menu__drop ul.sub-menu li.big_link a:hover {
    background: #2d232f
}

.border-radius-right>a {
    border-radius: 0 4px 4px 0 !important
}

.main_menu__drop-righted {
    border-radius: 0 4px 4px 0 !important
}

.header_main__menu .main_menu__drop-righted1 .sub-menu li:nth-child(2) a {
    border-top: 1px solid #e0e0e0
}

.header_main__menu .main_menu__drop-righted3 .sub-menu li:nth-child(2) a {
    border-top: 1px solid #e0e0e0
}

.header_main__menu li.main_menu__active.main_menu__drop-righted a:hover {
    border-radius: 0 4px 0 0
}

.header_main__menu li.main_menu__active.main_menu__drop-righted1 a:hover {
    border-radius: 0
}

.header_main__menu li.main_menu__active.main_menu__drop-righted1 {
    border-right: none
}

.header_main__menu .main_menu__drop-righted1 a {
    border-right: none
}

.header_main__menu .main_menu__drop-righted1 a:hover {
    border-right: none
}

.header_main__menu li.main_menu__active.main_menu__drop-righted2 a:hover {
    border-radius: 0 !important
}

.subscribe__form__wrap {
    display: flex;
    flex-wrap: wrap
}

.subscribe__form__wrap .input_field {
    width: calc(100% - 50px);
    margin-bottom: 0
}

.btn_subscribe {
    width: 50px;
    font-size: 0;
    padding: 12px;
    border: none;
    background: #000
}

.subscribe__form__wrap .input_field input {
    border-radius: 0
}

.btn_subscribe img {
    filter: invert(1)
}

.modal_text {
    margin-bottom: 22px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    line-height: 1.25;
    text-align: left
}

.btn_subscribe:hover {
    background: #666
}

.hide_file__link {
    font-size: 0
}

.modal__menu__x ul:last-child {
    margin-bottom: 0
}

.full_price__modal a {
    background: #fbcd29;
    border-bottom: none
}

.full_price__modal a:hover {
    background: #000;
    color: #fff
}

.input_field textarea {
    height: 130px;
    padding: 12px
}

.page_service__docs__inner_x__slider .slick-track {
    margin: 0
}

.calculate__point {
    width: 32px;
    height: 32px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: -45px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 800;
    font-size: 17px;
    padding-top: 2px;
    color: #000;
    border: 2px solid
}

.calculator__block {
    padding: 0 35px
}

.calculator__total_btn_wrap {
    position: relative
}

.calculator__col__1 .calculate__point {
    top: -2px
}

.selectric-items .disabled {
    display: none
}

.modal_loading {
    background: 0 0;
    padding: 0
}

.modal_loading__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.modal_loading__image {
    width: 100%
}

.modal_loading__image img {
    width: 70px
}

.modal_loading__text {
    color: #fff;
    margin-bottom: 20px
}

.delivery__line__item.active {
    color: #e96124
}

.delivery__table_xx {
    display: none
}

.page_service__item__text a {
    color: inherit;
    text-decoration: none
}

.page_service__item__text a:hover {
    color: #e96124
}

.delivery__top__mobile {
    display: none
}

a.page_service__docs__no_border {
    border: none;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px;
    line-height: 1.35
}

.single__table_x {
    margin-bottom: 50px
}

.table__x_col--mobile {
    display: none
}

.table__x_col--600 {
    display: none
}

.fancybox-slide {
    padding: 10px
}

.modal__inner {
    display: flex;
    flex-wrap: wrap
}

.modal__inner__form {
    width: calc(100% - 250px);
    padding: 40px
}

.modal__inner__bg {
    width: 250px;
    display: flex;
    position: relative
}

.modal__inner__bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.input_field label {
    margin-bottom: 5px;
    font-size: 13px
}

.table__x_col.table__x_col--btn {
    background: #fff;
    padding-right: 10px;
    position: relative
}

.table__x_col.table__x_col--btn a {
    display: inline-flex;
    position: relative;
    padding: 6px 10px;
    font-size: 12px
}

.table__x_row.table__x_head .table__x_col.table__x_col--btn {
    padding: 0
}

.table__x_col.table__x_col--btn a:hover {
    background: #000;
    color: #fff
}

.table__x_row.table__x_head .table__x_col--2 {
    padding-left: 90px
}

.table__x_row.table__x_head .table__x_col--3 {
    padding-left: 30px
}

.modal_title__small {
    font-size: .65em;
    font-weight: 400;
    margin-top: 3px
}

.home_calculate {
    margin: 50px 0 100px
}

.modal__x__doc {
    font-size: 0
}

.modal__x__doc iframe {
    width: 100%;
    height: 100%
}

.modal__x__doc {
    width: 100%;
    max-width: 100%;
    height: 100%
}

.modal_title_e strong {
    display: block;
    font-size: 1.35em;
    margin-bottom: 6px
}

.modal_title_e {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.35
}

.btn_default_city {
    display: flex
}

.btn_city_item {
    border-radius: 5px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #e2e2e2;
    margin: 5px 0;
    text-decoration: none;
    color: #000
}

.btn_city_item:hover {
    background: #000;
    color: #fff
}

#search_location_result {
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden
}

#search_location_result::-webkit-scrollbar-thumb {
    background-color: #fbcd28;
    border-radius: 10px
}

#search_location_result::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, .4)
}

.single_oil__wrap {
    margin: 80px 0
}

.send__pulse_form {
    z-index: 2;
    position: relative
}

.send__pulse_form .sp-element-container {
    display: flex;
    flex-wrap: wrap
}

.sp-link-wrapper.sp-brandname__left {
    display: none
}

.send__pulse_form .sp-form-horizontal .sp-element-container.sp-lg .sp-field {
    width: calc(100% - 120px);
    min-width: 0;
    min-height: 0;
    padding: 0
}

.send__pulse_form .sp-form-horizontal .sp-element-container .sp-field.sp-button-container {
    min-width: 0;
    width: 120px;
    min-height: 0
}

.send__pulse_form .sp-form[sp-id="107209"] .sp-field label {
    display: none
}

.send__pulse_form .sp-form-horizontal .sp-element-container.sp-lg .sp-field {
    min-height: 0
}

.send__pulse_form .sp-form .sp-lg .sp-field .sp-form-control {
    border: 1px solid #000;
    font-size: 14px
}

.send__pulse_form .sp-form .sp-lg .sp-field .sp-button {
    font-size: 11px;
    padding: 10px;
    width: 100%;
    background: #000;
    border-color: #000
}

.modal_text.modal_text--subscribe {
    margin-top: -15px;
    line-height: 1.45;
    margin-bottom: 17px;
    font-size: 14px;
    max-width: 300px
}

.send__pulse_form .sp-form[sp-id="107209"] {
    padding: 0
}

img.alignleft {
    float: left;
    margin: 0 30px 30px 0
}

img.alignright {
    margin: 0 0 30px 30px;
    float: right
}

.main_footer__col_1 {
    max-width: 250px
}

.main_footer__col2 {
    width: calc(100% - 340px)
}

.main_footer__menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255/20%);
    padding-bottom: 28px
}

.main_footer__menu_2 {
    width: calc(100% - 150px - 30px)
}

.main_footer__menu_2 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -11px
}

.main_footer__menu_2 li {
    width: calc(100%/2);
    margin-bottom: 10px;
    padding: 0 15px
}

.main_footer__menu li:last-child {
    margin-bottom: 0
}

.main_footer__menu_2 a {
    color: #fff;
    text-decoration: none
}

.main_footer__menu_2 a:hover {
    color: #fbcd29
}

a.main_footer__info__adress {
    margin: 0 0 10px
}

.table__x_col__photo_x {
    width: 180px;
    flex-direction: column;
    text-align: right
}

.table__x_col__factory {
    width: calc((100% - 140px - 180px)/2)
}

.table__x_col__production {
    width: calc((100% - 140px - 180px)/2)
}

.table__x_col__photo_x .table__x_col__white {
    padding-right: 0
}

.btn_modal_menu__drop {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 10px;
    top: 3px;
    z-index: 1;
    transition: .25s
}

.btn_modal_menu__drop:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    transition: .25s
}

.btn_modal_menu__drop.active {
    transform: rotate(-180deg);
    top: 7px
}

.modal__menu__x ul.sub-menu a {
    padding-left: 45px
}

a.footer_studio_link {
    position: absolute;
    left: 20px;
    width: 250px;
    margin: 0;
    max-width: 170px;
    line-height: 1.55;
    font-size: 12px;
    opacity: .35
}

.main_footer__menu .sub-menu {
    display: none !important
}

.hide__modal__question {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0
}

.send__pulse_form .sp-message.sp-message-error,
.send__pulse_form .sp-message.sp-message-success {
    margin: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px
}

.hide_file__link__price {
    font-size: 0;
    opacity: 0;
    z-index: -1;
    position: absolute
}

.modal__x__success__text_3 {
    text-align: center;
    font-size: 20px;
    max-width: 220px;
    margin: 0 auto;
    line-height: 1.45
}

.modal__x__calculate__x3__wrap {
    padding: 45px 20px
}

.main_container_vacancy .container:after {
    background: url('./images/decore/5.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 680px;
    height: 800px;
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: calc(50% + 320px);
    pointer-events: none;
    transform: translate(-55%, 0);
    opacity: .5;
    z-index: -1
}

.vacancy__item_info__bg_x {
    background: url('./images/decore/bank__oil.jpg');
    position: absolute;
    top: 62%;
    left: 0;
    width: 100%;
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

.table__x_cost_litr {
    border-radius: 10px;
    padding: 15px
}

.table__x_cost_tonn {
    border-radius: 10px
}

.blue_liter {
    background: #2957fb !important;
    color: #fff !important
}

.blue_liter:before {
    border-top-color: #2957fb !important
}

.download_fullprice {
    display: inline-flex;
    position: relative;
    font-size: 20px;
    background: linear-gradient(298deg, var(--red), var(--yellow));
    border-radius: 4px;
    border: none;
    width: auto;
    transition: .25s ease
}

.download_fullprice:hover {
    background: #000;
    color: #fff
}

.download_fullprice-button {
    border: none;
    background: 0 0;
    padding: 6px 10px
}

.modal__x {
    width: 100%;
    max-width: 480px;
    padding: 0
}

.modal__x2 {
    max-width: 600px
}

table tbody .persons li {
    padding: 0;
    margin: 0 0 0 -15px;
    list-style: none;
    display: inline-block
}

.calc-sum {
    margin-bottom: 30px
}

table tbody .persons li a {
    display: inline-block;
    width: 36px
}

table tbody .persons li a img {
    border-radius: 50%;
    max-width: 100%
}

.calc-button_light {
    background-color: #ffffff59
}

.calc-button_light {
    background: #ffffff1c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px
}

.calc-col-12 {
    flex: 0 0 auto;
    width: 100%
}

.info-title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 11px;
    margin-bottom: 10px
}

.calc_sub_title {
    margin-bottom: 20px
}

.btn-calc {
    margin: 30px auto auto;
    display: flex;
    justify-content: space-between
}

.calc-button {
    padding: 15px 30px;
    background-color: #fbcd28;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    border: none;
    border-radius: 10px;
    text-align: center
}

.preview_button {
    background-color: #eae9eb;
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    text-align: center
}

.preview_button:hover {
    background-color: #000;
    color: #fff
}

.calc-button:hover {
    background-color: #e2e2e2
}

.input-calc {
    padding: .75rem;
    background: #eae9eb;
    color: #212529;
    border: none;
    border-radius: 10px
}

.info-calc {
    color: #212529;
    padding: 20px;
    border-radius: 15px
}

.inline-box {
    margin-bottom: 10px
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-table100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table100 {
    width: 100%;
    margin: 30px auto
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative
}

table * {
    position: relative
}

table td,
table th {
    padding-left: 8px
}

table thead tr {
    height: 60px
}

table tbody tr {
    height: 50px
}

table tbody tr:last-child {
    border: 0
}

table td,
table th {
    text-align: left
}

table td.l,
table th.l {
    text-align: right
}

table td.c,
table th.c {
    text-align: center
}

table td.r,
table th.r {
    text-align: center
}

.table100-head th {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #36304a;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

tbody tr {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    font-weight: unset
}

tbody tr:hover {
    color: #555;
    background-color: #f5f5f5;
    cursor: pointer
}

.column1 {
    width: 260px
}

.column2 {
    width: 160px
}

.column3 {
    width: 150px;
    text-align: right
}

.column4 {
    width: 150px;
    text-align: right
}

.column5 {
    width: 170px;
    text-align: right
}

.column6 {
    width: 222px;
    text-align: right
}

.table_btn {
    padding: 10px
}

@media screen and (max-width:992px) {
    
    table {
        display: block
    }
    table>*,
    table tr,
    table td,
    table th {
        display: block
    }
    table thead {
        display: none
    }
    table tbody tr {
        height: auto;
        padding: 37px 0
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 20px;
        padding-right: 20px
    }
    table tbody tr td:last-child {
        margin-bottom: 0
    }
    table tbody tr td:before {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        left: 20px;
        top: 0
    }
    .table_btn {
        padding: 5px 10px
    }
    table tbody tr td:nth-child(1):before {
        content: "Наименование"
    }
    table tbody tr td:nth-child(2):before {
        content: "База отгрузки"
    }
    table tbody tr td:nth-child(3):before {
        content: "Цена за литр"
    }
    table tbody tr td:nth-child(4):before {
        content: "Цена за тонну"
    }
    table tbody tr td:nth-child(5):before {
        content: "Фото/паспорт"
    }
    table tbody tr td:nth-child(6):before {
        content: "Запрос"
    }
    .column1,
    .column2,
    .column3,
    .column4,
    .column5,
    .column6 {
        text-align: right
    }
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%
    }
    tbody tr {
        font-size: 14px
    }
}

@media(max-width:576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px
    }
    #call_master {
        bottom: 80px !important
    }
    #popup_toggle {
        bottom: 150px !important
    }
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s
}

#call_master {
    bottom: 30px;
    position: fixed;
    right: -30px;
    z-index: 9999
}

#popup_toggle {
    bottom: 100px;
    position: fixed;
    right: -30px;
    z-index: 9999
}

.img-circleblock_chat {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: tossing;
    background-image: url("./images/icons/chat.png");
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 60px;
    webkit-animation-duration: 1.5s;
    webkit-animation-iteration-count: infinite;
    webkit-animation-name: tossing;
    webkit-box-sizing: content-box;
    width: 60px
}

.img-circle-chat {
    border: 2px solid transparent;
    border-radius: 100%;
    bottom: 14px;
    box-sizing: content-box;
    height: 60px;
    moz-border-radius: 100%;
    opacity: 1;
    position: absolute;
    right: 49px;
    webkit-border-radius: 100%;
    webkit-box-sizing: content-box;
    width: 60px
}

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

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

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

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

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

.img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    bottom: 14px;
    box-sizing: content-box;
    height: 60px;
    moz-border-radius: 100%;
    opacity: 1;
    position: absolute;
    right: 49px;
    webkit-border-radius: 100%;
    webkit-box-sizing: content-box;
    width: 60px
}

.img-circleblock {
    animation-name: tossing;
    background-image: url("./images/icons/phone.png");
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: content-box;
    height: 60px;
    width: 60px
}

.img-circle:hover {
    opacity: 1
}

#preloader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    background: rgb(0 0 0/15%)
}

.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #fbcd29;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px
}

.c_pointer {
    cursor: pointer
}

.wrap-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh
}

.text {
    font-size: 18px;
    color: #fff
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

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

@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-opacity: .1;
        moz-transform: rotate(0deg) scale(.5) skew(1deg);
        o-opacity: .1;
        opacity: .1;
        webkit-opacity: .1
    }
    30% {
        moz-opacity: .5;
        moz-transform: rotate(0deg) scale(.7) skew(1deg);
        o-opacity: .5;
        opacity: .5;
        webkit-opacity: .5
    }
    100% {
        moz-opacity: .6;
        moz-transform: rotate(0deg) scale(1) skew(1deg);
        o-opacity: .1;
        opacity: .6;
        webkit-opacity: .6
    }
}

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

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

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

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

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

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

@keyframes circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}
.pulse-button {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse2 2.5s infinite;
    background: #000;
    color: #fff;
}
  
  .pulse-button:hover {
	-webkit-animation: none;
  }

@-webkit-keyframes pulse2 {
	0% {
	  -moz-transform: scale(0.95);
	  -ms-transform: scale(0.95);
	  -webkit-transform: scale(0.95);
	  transform: scale(0.95);
	}
	70% {
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -webkit-transform: scale(1);
	  transform: scale(1);
	  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}
	100% {
	  -moz-transform: scale(0.95);
	  -ms-transform: scale(0.95);
	  -webkit-transform: scale(0.95);
	  transform: scale(0.95);
	  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
  }

  div#js_modal_main {
    border-radius: 10px;
}

.mystickyelements-social-icon{
	font-weight: 600;
    font-size: .875em;
    color: #333;
	font-family:'Open Sans', sans-serif !important;
}
.element-contact-form h3 {
    padding-right: 18px;
}


.topmnew-container {
	margin-bottom:100px;
}

.supnew-container {
	display: flex;
    align-items: center;
	margin-bottom: 22px;
}

.supnew-container1 {
	display: flex;
    align-items: center;
	margin-bottom: 22px;
}

.supleft {
	margin-right: 50px;
	position: relative;
}

.supleft img{
	max-width: 150px;
}

.supright {
	
}

.supright1 {
	font-weight: bold;
    font-size: 20px;
}

.supright2 {
	max-width: 80%;
}

.topnewzag {
	font-size:30px;
	margin-bottom:30px;
	font-weight:bold;
}

.supright a {
	text-decoration: none;
    background: #fbcd29;
    color: black;
    padding: 10px;
    border-radius: 12px;
	display: block;
	width:fit-content;
	font-weight:bold;
}

.supright a:hover {
	text-decoration: none;
    background: black;
    color: white;
    padding: 10px;
    border-radius: 12px;
	display: block;
}

.botbut {
	text-decoration: none;
    background: #fbcd29;
    color: black;
    padding: 10px;
    border-radius: 12px;
	display: block;
	width:fit-content;
	font-weight:bold;
}

.botbut:hover {
	text-decoration: none;
    background: black;
    color: white;
    padding: 10px;
    border-radius: 12px;
	display: block;
}





.supleft:after {
	width: 2px;
    position: absolute;
    height: 30px;
    background: #f5964a;
    content: "";
    bottom: -24px;
    left: 50%;
}


.supnew-container1 .supleft:after {
	display:none;
}

.single-links {
	margin-bottom:30px;
}

.single_oil__wrap img {
	width: 100%;
}


@media screen and (max-width:600px) {
	
	
	
	.supnew-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.supnew-container1 {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.supright {
    text-align: center;
}

.supright2 {
	max-width:100%;
}
.supright a {
	margin: 0 auto;
    width: 180px;
    display: block;
}


.supleft {
    margin-right: 0px;
    position: relative;
	margin-bottom: 10px;
}

.supleft:after {
	display:none;
}

.botbut {
	margin: 0 auto;
}

}
