*{
    font-family: 'Raleway', sans-serif;
}
.logo img {
    max-height: 100px;
    max-width: 160px;
}
.header-fixed {
    background: #ff8b00;
    padding: 26px 0;
}
.header-fixed{
    
}
.main-mnu-list > li a {
    color: #ffffff;
}
.main-mnu-list > li > a::after {
    color: #ffffff;
}
.phone {
    color: #ffffff!important;
}
.main-mnu-list > li.main-mnu-item-has-child > a i {
    color: #ffffff;
}
.main-mnu-list > li > ul > li > a {
    color: black;
}
.main-mnu-list > li > ul li a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    transition: all 0.4s;
    color: #ff8b00;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
    font-size: 3rem;
    text-transform: uppercase;
}
.intro-item .section-desc {
    font-size: 22px;
    margin-top: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    max-width: 100%;
}
.intro-item:before{
	content: '';
	background: url(../img/screen.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    opacity: .7;
    background: black;
}
.subtitle{
    font-size:20px;
}
.intro-item *{
	color: white
}
h4 {
    font-size: 1rem;
}
.blog-img{
	max-width: 500px;
    float: right;
    margin: 0 0 15px 15px;
    box-shadow: 0 44px 51px rgb(0 0 0 / 16%);
    border-radius: 10px;
}
.phone{
	text-decoration: none;
    font-size: 20px;
    line-height:1;
}
.phone span{
    font-family: 'Montserrat';
    line-height:1;
}
.footer-contact-info a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.flickity-slider .col{
	display: flex;
	justify-content: center;
	    text-align: center;
}
.bread-crumbs-list li a:before{
    content:'chevron_right';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
    position: absolute;
    top: 50%;
    right: -1.5625rem;
    margin-top: -7px;
    color: var(--main-color);
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}
.main-mnu-list > li > ul {
    min-width: 420px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.intro-content {
    max-width: 700px;
}
.section {
    padding: 3rem 0;
}
.news-item-title{
    white-space: normal;
    min-height: 50px;
        text-align: center;
}
.news-item-desc{
    
}
.section-bg, .section-bgc {
    background-color: var(--primary-bg-color);
}

.table-objects td {
    width: 33%;
}


.table-objects td:first-child,
.table-objects td:nth-child(2) {
    width: 15%;
}


.content  ul.sub-list-vacancy > li::before{
    content: "✔";
    counter-increment: none;
}

.sub-list-vacancy p {
    margin-bottom: 10px;
}

.content ol > li::before {
    content: counter(item) ".";
    counter-increment: item;
}

.vacancy-phone {
    text-decoration: none;
}
.gallery-item img {
    object-fit: contain;
    padding: 15px;
}


.certificates-gallery .gallery-item img {
    object-fit: contain;
}

.certificates-gallery .img-style {
    background: transparent;
    border: none;
}
.pricing-item.pricing-item2 .pricing-item-header > svg {
    position: absolute;
    left: -5px;
    bottom: 0;
    width: calc(116% + 10px);
    height: auto;
    fill: var(--main-color);
}
.pih-center {
    position: relative;
    padding: 1.5rem 1rem;
    background-color: var(--primary-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    box-shadow: var(--el-box-shadow);
    z-index: 2;
}
.pricing-item.pricing-item2 .pricing-item-heading {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 0.25rem;
}
.pricing-item-price {
    font-size: 2rem;
    font-family: var(--heading-font-family), sans-serif;
    font-weight: bold;
    color: var(--main-color);
}
.pricing-item.pricing-item2 .pricing-item-header {
    padding: 3rem 3rem 0 3rem;
    border-bottom: none;
    margin-bottom: 1rem;
}
.pricing-item-header {
    position: relative;
    padding: 2rem;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.pricing-h {
    height: 100%;
    padding-bottom: 1.5rem;
}
.pricing-col:nth-child(odd) .pricing-item2 .pricing-item-header > svg {
    fill: var(--primary-bg-color);
}
.pricing-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.item-style {
    position: relative;
    background-color: var(--primary-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    color: var(--text-primary);
    height: 100%;
    transition: box-shadow 0.2s;
    
}
.features .item-style{
    padding: 25px;
    text-align: center;
}
.pricing-item-footer.pif-abs {
    padding: 0 3rem;
    margin-top: -1.5rem;
}

.pricing-item-footer {
    position: relative;
    z-index: 2;
}
.pricing-item-footer.pif-abs .btn-border {
    background-color: var(--primary-color);
}
.pricing-item-footer.pif-abs .btn {
    border-radius: var(--el-border-radius-min);
}
.btn.btn-border:hover {
    background: none;
}
.section-bgc .img-fluid {
    height: 125px;
    width: 100%;
    object-fit: contain;
    padding: 20px;
    background: white;
    margin-bottom: 30px;
}
.slider-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
.intro-slider ul{
    font-size: 22px;
    text-align: left;
    margin: 20px auto;
    max-width: 600px;
}
.main-visible .iitem-icon {
    transition: background-color 0.2s, color 0.2s, fill 0.2s;
}
.iitem-icon, .iitem-heading, .iitem-desc {
    position: relative;
    z-index: 2;
}
.iitem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--main-color);
    background: linear-gradient(to right, var(--el-gradient1) 0%, var(--el-gradient2) 100%);
    margin: 0 auto 1.25rem;
    color: var(--primary-color);
    fill: var(--primary-color);
    stroke: transparent;
}
.iitem-icon-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    z-index: 1;
    opacity: 0;
    color: var(--primary-color);
    fill: var(--primary-color);
    stroke: transparent;
    transition: opacity 0.2s 0.1s;
}
.material-icons.material-icons-outlined {
    font-family: 'Material Icons Outlined';
}

.iitem-icon-bg i, .iitem-icon-bg svg {
    width: 31.25rem;
    height: 31.25rem;
}
.iitem-icon-bg i {
    font-size: 31.25rem;
}
.item-heading-large {
    font-family: var(--heading-font-family), sans-serif;
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
}
.iitem-icon, .iitem-heading, .iitem-desc {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
}

.iitem-desc {
    color: var(--text-secondary);
    transition: color 0.2s;
}
a:hover,a{
    text-decoration:none;
}
.gallery img{
    max-width: 100%;
    height: auto;
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.news-item-img {
    height: 200px;
}
.banner{
    background-image:url('/assets/img/slide-01.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.overlay{
    position:relative;
}
.overlay:before{
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: .7;
}
.overlay>div{
    position:relative;
}
.banner-text {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    max-width: 650px;
    margin: 0 auto;
}
.header-lang button{
        border: 1px solid white;
    width: 100%;
    padding: 6px;
    margin-top: 5px;
    color:white!important;
}
.header-actions {
    padding: 0;
} 
.section__box_steps {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.section__box_steps {
    padding: 60px 60px 60px;
    background-color: #fff;
}
.section__box {
    width: 100%;
}
.step__image {
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-bottom: 17px;
}
.step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.step__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -10px;
    background-color: #ff8b00;
    border-radius: 5px;
}
.step__number, .step__text {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    color: #22262d;
}
.box{
    margin-top: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    height: 100%;
}
.box h3{
    font-size: 18px;
    min-height: 85px;
    margin-bottom: 0;
    border-bottom: 1px solid #ff8b00;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box p{
    padding: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.steps .step{
    display: flex;
}
.steps .step>div:first-child{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 60px;
    border-radius: 50%;
    border: 4px solid #ff8b00;
    color: #ff8b00;
    line-height: 1;
    margin-top: 40px;
}
.steps .step>div:last-child{
        width: 80%;
    padding-left: 30px;
}
.steps .step h3{
    
}
.steps .step p{
    
}
.feature img{
    width:100px;
    margin:0 auto;
        display: block;
}
.feature h3{
    font-size: 18px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section__inner_advantages {
    max-width: 845px;
}
.section__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
}
.section__box_advantages {
    padding: 60px 0 0px;
}
.section__box_advantages, .section__box_steps {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section__box {
    width: 100%;
}
.advantage, .advantage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advantage {
    width: calc(33% - 15px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 90px;
}
.advantage__inner {
    width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advantage, .advantage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advantage__image {
    height: 64px;
    width: 90px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    margin-bottom: 17px;
}
.advantage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.advantage__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -10px;
    background-color: #ff8b00;
    border-radius: 5px;
}
.advantage__text {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}










@media(min-width:1200px){
    .container{
        max-width: 1200px;
    }
}
@media(max-width:768px){
    .blog-img {
    max-width: 100%;
    float: none;
    margin: 0;
    box-shadow: none;
    }
    .main-mnu-list > li > ul {
        min-width: 100%;
    }
    .logo img {
    max-height: 60px;
    max-width: 160px;
}
.header-fixed {
    padding: 15px 0;
}
.main-mnu-btn .bar {
    background-color: #ffffff;
}
.material-icons.md-24 {
    color: white;
}
.intro-slider, .intro-item {
    min-height: 355px;
}
.slider-title {
    font-size: 22px;
    line-height: 1.3;
}
.intro-item:after{
    display:none;
}
.section-heading h1, .section-heading h2, .section-heading h3 {
    font-size: 2rem;
}
.banner-text {
    font-size: 18px;
}
.step>div:last-child {
    padding-left: 0;
}
.steps .step {
    justify-content: center;
}
.feature h3 {
    min-height: inherit;
}
}


/* МАРКИРОВАННЫЙ СПИСОК */

.custom-list {
  counter-reset: level1; /* Счётчик 1-го уровня (6.) */
  padding-left: 0;
  list-style: none;
  margin: 1em 0;
}

/* Уровень 1: 6. (жирные) */
.custom-list > li {
  counter-increment: level1;
  counter-reset: level2; /* Сбрасываем счётчик для подуровней */
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.custom-list > li::before {
  content: counter(level1) ".";
  position: absolute;
  left: 0;
}

/* Уровень 2: 6.1 */
.custom-list > li > ol {
  counter-reset: level2;
  list-style: none;
  padding-left: 0 !important;
  margin: 0.5em 0;
  font-weight: normal;
}

.custom-list > li > ol > li {
  counter-increment: level2;
  counter-reset: level3; /* Счётчик для 3-го уровня */
  position: relative;
  padding-left: 3em;
  margin-bottom: 0.5em;
}

.custom-list > li > ol > li::before {
  content: counter(level1) "." counter(level2);
  position: absolute;
  left: 1em;
}

/* Уровень 3: 6.2.1 (курсив) */
.custom-list > li > ol > li > ol {
  counter-reset: level3;
  list-style: none;
  padding-left: 0 !important;
  margin: 0.3em 0;
}

.custom-list > li > ol > li > ol > li {
  counter-increment: level3;
  position: relative;
  padding-left: 4em;
}

.custom-list > li > ol > li > ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3);
  position: absolute;
  left: 1em;
  font-style: normal;
}

/* Уровень 4: маркированные точки (•) */
.custom-list > li > ol > li > ol > li > ul {
  list-style: none;
  padding-left: 3em;
  margin: 0.3em 0;
}

.custom-list > li > ol > li > ol > li > ul > li {
  position: relative;
  padding-left: 1.5em;
}

.custom-list > li > ol > li > ol > li > ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.policy-text a {
    font-size: 14px;
    color: #b4b4b68f;
}



#cookie_note {
	position: fixed;
	bottom: 15px;
	right: 50%;
	transform: translateX(50%);
	width: 98%;
	display: none;
	gap: 16px;
	justify-content:space-between;
	align-items: center;
	background: rgba(0,0,0,.9);
	border-radius: 50px;
	z-index: 9999999;
	max-width: 1200px;
	padding: 16px 24px; 
}

#cookie_note.show {
	display: flex;
}

#cookie_note .button {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	font-size: 9px; 
}

#cookie_note p {
	margin: 0;
	color: #fff;
}







