body {
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1208px;
    }
}

.white{
    color: #fff;
}

.header {
    position: sticky;
    top:0;
    width: 100%;
    
    z-index: 1000;
}

.header__mid {
    background: #4D4470;

}

.main-box {
    padding-top: 50px;
}

.header-bottom {
    min-height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: min-height .3s ease;
}

.header-bottom__left{
    display: flex;
    flex-direction: row;

    align-items: center;
}

.header-bottom__center{
    display: flex;
    flex-direction: row;

    align-items: center;

    gap: 20px;
}

.header-bottom__right{
    display: flex;
    flex-direction: row;

    align-items: center;
    gap: 30px;
}

.header-nav-wrapper {
    display: flex;
    flex-direction: column;
}

.robots-toggle {
    background: none;
    border: 0;
    padding: 0;

    cursor: pointer;
}

.robots-submenu {
    display: flex;
    align-items: center;
    gap: 32px;

    height: 0;

    overflow: hidden;

    opacity: 0;

    transition:
        height .3s ease,
        opacity .3s ease;
}

.robots-submenu.active {
    height: 60px;
    opacity: 1;

    border-top: 1px solid #ddd;
}



.header-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #18191E;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5px;
}

.new-mark{
    color: red;
    font-size: 7px;
}

.burger-btn {
    width: 42px;
    height: 42px;

    border: 0;
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

    padding: 0;
}

.burger-btn span {
    width: 100%;
    height: 2px;
    background: #FFF;

    display: block;

    transition: .3s;
}

.burger-menu {
    position: fixed;

    inset: 0;

    z-index: 2000;

    opacity: 0;
    visibility: hidden;

    transition: opacity .3s ease;

    background: rgba(0,0,0,.2);
}

.burger-menu.active {
    opacity: 1;
    visibility: visible;
}

.burger-menu__inner {
    position: absolute;

    border: none;

    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    background: #362C5E;

    transform: translateX(100%);
    transition: transform .35s ease;

    overflow-y: auto;

    pointer-events: auto;
}

.burger-menu.active .burger-menu__inner {
    transform: translateX(0);
}

.burger-menu__content {
    padding: 100px 40px 40px;
}

.burger-menu__categories,
.burger-menu__pages {
    display: flex;
    flex-direction: column;
}

.burger-menu__categories a,
.burger-menu__pages a, .rob-cat {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;

    margin-bottom: 20px;
}

.rob-cat{
    cursor: pointer;
}

.burger-divider {
    height: 1px;
    background: #ddd;
    margin-bottom: 30px;
    margin-top: 10px;
}

.burger-close {
    position: absolute;

    top: 24px;
    right: 24px;

    width: 40px;
    height: 40px;

    border: 0;
    background: transparent;

    font-size: 32px;
}

.burger-submenu {
    margin-bottom: 28px;
}

.burger-submenu__title {
    font-size: 16px;

    text-transform: uppercase;
    font-weight: 600;

    margin-bottom: 12px;
}

.burger-submenu__links {
    display: flex;
    flex-direction: column;

    padding-left: 16px;

    border-left: 1px solid #ddd;

    gap: 10px;
}

.burger-submenu__links a{
    font-size: 14px !important;
}

@media (min-width: 992px) {

    .burger-menu__inner {
        width: 25vw;
        min-width: 360px;
        max-width: 480px;
    }

}

@media (max-width: 991px) {

    .burger-menu__inner {
        width: 100%;
    }

    .burger-menu__content {
        padding: 100px 24px 40px;
    }

    .burger-menu__categories a,
    .burger-menu__pages a {
        font-size: 14px;
    }

    .rob-cat{
        font-size: 14px;
    }

}

.container-fluid.header__top {
    height: 48px;
    background: #006E8F;
    color: #fff;
}
.container-fluid.header__top_subs {
    height: 48px;
	border-bottom: 1px solid black;
    display: flex;
    align-items: center;
}

.top__subs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.top__subs__left{
    border: 1px solid black;
    border-radius: 999px;
    padding: 7px;
}

.top__subs__left p {
    margin-bottom: 0;
}

.top__subs__right{
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}

.top__subs__right__socials{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.header__top_subs .header__container {
    display: flex;
    justify-content: space-evenly;
}
.header__top_subs a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.header__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.navbar-brand {
    margin-right: 2.5rem;
}

.top__nav .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.top__nav a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 8px;
}

.top__nav li:not(:last-child)::after {
    content: "/";
    font-size: 14px;
    font-weight: 300;
}
.logo-o, .icon-o{
	display:none;
}
.logo-w, .icon-w{
	display:inline-block;
}
.social ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.social li {
    margin: 0 8px;
}




a.nav-link {
    color: #18191E;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    margin: 0 12px;
    padding: 0 !important;
}
a.nav-link {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0 10px;
}

a.nav-link.active, a.nav-link:hover, .header-link:hover {
    text-decoration: underline;
}

a.nav-link.active::after, a.nav-link:hover::after {
    content: "";
    position: absolute;
    border-bottom: solid 2px;
    bottom: -15px;
    width: 100%;
    left: 0;
}

section.bl__top {
    height: 766px;
    background-position: center;
    position: relative;
	background-size: cover;
}
section.bl__top.h_main {	
	height: 670px;	
}


a.link__main-news {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    right: 0;
}

.bl__title {
    color: #fff;
    position: absolute;
    bottom: 20%;
    max-width: 75%;
}

.bl__title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
	hyphens: none;
}

.bl__title .date {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

a.tag {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    text-decoration: none;
    border: solid 1px;
    border-radius: 14px;
    margin-right: 8px;
	margin-bottom: 8px;
    display: inline-block;
}

.section--ind {
    margin: 80px auto;
}

.title-md {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 40px;
}
.title-md a{
    color: #212529;
    text-decoration: none;
}
.title-md a:hover{
    color: #00A0D0;
}

.case {
    position: relative;
    margin-bottom: 40px;
}


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



.case__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.case__big {
    margin-bottom: 40px;
}

.case__img {
    margin-bottom: 16px;
}

.case__title h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
}

.video--bl .case__title h3 {
    font-size: 20px;

}
.case__md .case__title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.gray, .gray a {
    color: #8A9097;
}

.white, .white a {
    color: #fff;
}

.black, .black a {
    color: #18191E;
}

.tag {
    z-index: 5;
    position: relative;
}

.case__img img {
    width: 100%;
}

.case__sm {
    width: 47%;
    display: flex;
    margin: 20px 0;
}

.case__sm .case__img {
    width: 104px;
    height: 104px;
    margin-right: 24px;
}

.case__sm .case__img img {
    width: 104px;
}

.case__sm .case__title h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.tags.black {
    line-height: 18px;
}

.case__sm a.tag {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    text-decoration: none;
    border: none;
	margin-bottom: 0;
    margin-right: 0;
}
.case_news .case__img {
    max-height: 240px;
    overflow: hidden;
}
.case_news .case__title {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    padding: 18px;
    bottom: 0;
    color: #fff;
    background: rgb(0 0 0 / 35%);
}

.case_news .case__title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.case_news:last-child .case{
	margin-bottom: 0px;
}
.case_news .case__img {
    margin-bottom: 0px; 
}


.main--news {
    height: 670px;
    position: relative;
    background-position: center;
}

.rtl .block {
    flex-direction: row-reverse;
}

.section--ind--ins {

    padding-top: 80px;
    padding-bottom: 80px;
}

.main--video .bl__title {
    color: #fff;
    position: relative;
    bottom: auto;
    max-width: 65%;
    margin-bottom: 30px;
}

.main--video .bl__title h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 20px;
}

.main--video .bl__title h2 a {
    text-decoration: none;
    color: #fff;
}

.main--video .bl__title a.tag {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    text-decoration: none;
    border: none;
    border-radius: 14px;
    margin-right: 0;
}

.video-news-m {
    justify-content: space-between;
}

article.video--bl {
    width: 32%;
    color: #fff;
}

.case__title a {
    color: #fff;
    text-decoration: none;
}
.recommend .case__title a {
    color: #212529;
    text-decoration: none;
}


.footer {
    background: #25204B;
    padding: 30px 0 0;
}

.f--top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.devol {
    text-align: right;
	align-content: end;
}


.navbar-nav-footer {
    list-style: none;
    display: flex;
}

li.nav-item-f {
    margin: 0 7px;
    font-size: 14px;
}
li.nav-item-f {
    font-size: 12px;
    text-transform: uppercase;
}
li.nav-item-f:first-child {
    margin-left: 0;
}

.nav-item-f a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

.social--f {
    display: flex;
    justify-content: flex-start;
}

.social--f ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
}

.social--f li {
    margin: 0 8px;
}

.f--middle {
    padding: 40px 0;
    border-bottom: 1px solid rgb(24 25 30 / 30%);

}

.f-text{
    color: #FFF;
}

.f-link{
    color: #FFF;
}

.adress-m, .pr-service, .question-ads {
    font-size: 14px;
    list-style: none;
    margin-bottom: 0;
}


.adress-m li, .pr-service li, .question-ads li {
    margin-bottom: 16px;
    font-weight: 400;
}

.adress-m li:first-child, .pr-service li:first-child, .question-ads li:first-child {
    font-weight: 600;
}

.adress-m li:last-child, .pr-service li:last-child, .question-ads li:last-child {
    margin-bottom: 0;
}

.adress-m a, .pr-service a, .question-ads a {
    text-decoration: none;
    color: #18191E;
}

.f--bottom {
    font-size: 14px;
    padding: 20px 0;

}

.corp p:last-child {
    margin-bottom: 0;
}
.devol p:last-child {
    margin-bottom: 0;
}
.copy-info p:last-child {
    margin-bottom: 0;
}
.copy-info {
    text-align: center;
}
.f--middle a {
    text-decoration: none;
    color: #18191E;
}


/*--- news ---*/


.link-back {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0;
	display: flex;
    color: #18191E;
    text-decoration: none;

}

.title-news {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin: 24px 0 60px;
}

.m-l-0 {
    margin: 0;
}

.article-content {
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 28px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.article-content .prev-img img {
    margin: 0;
}
.article-content img {
    width: 100%;
    /* margin: 40px 0; */
    /* display: block; */
}


.article-content p {
    font-size: 18px;
    margin: 40px 0;
}
.article-content li {
    font-size: 18px;
    margin: 40px 0;
}

.article-content .intro-text p {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
	margin-top: 0;
}

.article-content .intro-text {
    padding-bottom: 40px;
    margin: 40px 0;
	display: flex;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
	align-items: center;
    border-bottom: 1px solid #18191E;

}

.article-content .news-quote {
    border-bottom: 1px solid #18191E;
    border-top: 1px solid #18191E;
	margin: 40px 0;
	font-weight: 700;
	padding: 40px 0;
    font-size: 22px;
    line-height: 30px
}
.article-content a {
    word-break: break-word;
}
/* .article-content .news-quote p { */
    /* font-weight: 700; */
    /* font-size: 22px; */
    /* line-height: 30px; */
/* } */

.news-d .tags {
    margin-bottom: 28px;
}

.date-social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.social--news ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.social--news li {
    margin: 0 8px;
}

.social--news img {
    width: 40px;
}

.publ-date {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.author {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	margin-bottom:20px;
}
.author-foto {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}


/* ------- news-list --------*/
.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    margin: 24px 0 60px;
}

img.ar-right {
    transform: rotate(180deg);
    padding: 0 6px;
}

.breadcrumbs {
    display: inline-block;
    margin-left: 0.36em;
    padding: 10px 0 0px;
    margin-bottom: 0;
}

.breadcrumbs li {
    display: inline;
    /* margin-left: -0.36em; */
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.breadcrumbs li a {
    color: #8A9097;
    text-decoration: none;
}
article.news {
    margin-bottom: 40px;
    position: relative;
}

.news--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news--header {
    display: flex;
}

.news--date {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 18px;
    display: block;
}



.news--title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}

.news--img {
    max-width: 272px;
    height: 200px;
    margin-right: 40px;
}
.news--img img{
    width: 100%;
}
.news--img .video_img {
    width: 100%;
}




/*-------------- search -----------------*/


.search-icon {
    width: 15px;
    height: 18px;
    line-height: 0;
    cursor: pointer;

    margin-bottom: 5px;
}

/*-------------- about -----------------*/

.about_hero{
    background: linear-gradient( rgba(0, 0, 0, 0.126), rgba(0, 0, 0, 0.5) ), url('../images/about_hero_bg.jpg');
    width: 100%;
    min-height: 70vh;

    background-repeat: no-repeat;
    background-position: center;   
    background-size: cover;

    margin: 0;
    margin-top: 0;

    padding: 100px;

    display: flex;
    align-items: center;
}

.about_h1{
    text-transform: uppercase;
    color: #FFF;
    font-size: 85px;

    font-weight: 700;
}

.fact__card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.fact__card:nth-child(even){
    flex-direction: row-reverse;
}

.fact__card__text{
    width: 48%;
}

.about__h2{
    margin: 0;
    text-transform: uppercase;
    font-variant-caps: all-small-caps;
    font-weight: 700;
    font-size: 64px;

    line-height: 121%;

    margin-bottom: 30px;
}

.about__h3{
    margin: 0;
    text-transform: uppercase;
    font-variant-caps: all-small-caps;
    font-weight: 700;
    font-size: 32px;

    line-height: 121%;

    margin-bottom: 15px;
}

.fact__card__img{
    width: 48%;
}

.redaction_collegue{
    margin-top: 70px;
}

.redaction{
    margin: 70px auto;
}

.team{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.team__col {
    width: 48%;
}

.team__card{
    margin-top: 15px;
}

.team__card__people{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*-------------- collaboration -----------------*/


.cont_bl-collab {
	border-bottom: 1px solid #18191E;
    display: flex;
    justify-content: space-between;
	padding: 32px 0;
}

.cont_bl-collab h3{

font-weight: 700;
font-size: 22px;
line-height: 30px;
margin-right: 20px;
}

.big-btn__wrap{
    margin: 40px auto;
}

.big-btn{
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 999px;
    text-decoration: none;

    cursor: pointer;

    height: 50px;
}

.big-btn a{
    margin: 20px auto;
    font-size: 18px;
    text-decoration: none;
}

.dark-big-btn{
    background-color: #000;
    color: white;
    text-decoration: none;
}

.dark-big-btn a{
    color: white;
}

.dark-big-btn a:hover{
    color: currentColor;
    text-decoration: none;
}

.btn-collapse {
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
}

.btn-collapse__text {
    text-decoration: none;
    color: #000;
}

.btn-collapse:hover .btn-collapse__text {
    text-decoration: underline;
}

.btn-collapse::after {
    content: "›";
    font-size: 26px;
    margin-left: 8px;

    display: inline-block;
    transition: transform 0.25s ease;
    color: #000;
}

.btn-collapse[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.subscriotion-block{
    margin-top: 30px;
}

.collapse{
    margin-bottom: 30px;
}

.card{
    border: none !important;
}

.card-body{
    padding: 1rem 0.5rem !important;
}

.requirements-images{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    max-width: 100%;
    box-sizing: border-box;

    margin-bottom: 20px;

}

.requirements-image-3{
    max-width: 100%;
    height: 270px;
}

.requirements-image-2{
    max-width: 100%;
    height: 360px;
}


/*-------------- contacts -----------------*/


.contacts .title-md {
    margin-bottom: 64px;
}
/* .contacts a{ */
	/* color:#212529; */
	/* text-decoration: none; */
/* } */
.cont_bl {
	border-top: 1px solid #18191E;
    display: flex;
    justify-content: space-between;
	padding: 64px 0;
}

.cont_bl-1 {
    border-bottom: 1px solid #18191E;
}

/* .cont_bl:last-child { */
	/* border-bottom: 1px solid #18191E; */
/* } */

.cont_bl h3{

font-weight: 700;
font-size: 22px;
line-height: 30px;
margin-right: 20px;
}

.sub_cont {
    display: flex;
	width: 50%;
	flex-wrap: wrap;
}
.cont_pers {
    width: 50%;
	padding-right: 10%;
}
.cont_pers:nth-child(3) {
    margin-top: 50px;
}
.cont_pers img {
    width: 160px;
    border-radius: 50%;
}

.cont_pers p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 16px 0;
}
.cont_pers p:last-child {
	margin: 0;
}
.cont_text p:last-child {
	margin: 0;
}

.cont_pers p strong {
    font-weight: 600;
	font-size: 18px;
	line-height: 26px;

}
.sub_cont2 {
    margin: 60px 0;
}
/* .cont_b2 { */
    /* border-top: 1px solid #18191E; */
    /* padding: 64px 0; */
/* } */
.cont_b2 {
    padding-bottom: 64px;
}
.sub_cont3 {
    display: flex;
    align-items: flex-start;
	margin-top: 50px;
}
.sub_cont4 h3 {
    font-size: 16px;
    margin-top: 24px;
}
a.wa_icon_link {
    width: 19px;
    display: flex;
    margin: 0 12px;
}
.wa_icon_link img {
    width: 100%;
}
p.tel-wa {
    display: flex;
    align-items: center;
}
/* .sub_cont4 { */
    /* margin-top: 50px; */
/* } */
.sub_cont4 {
    margin-left: 50%;
}
hr.top-hr {
    color: rgb(0 110 143 / 82%);
    height: 2px;
	margin: 0;
    opacity: 0;
}


.two-img {
    display: flex;
    justify-content: space-between;
	margin: 40px 0;
}
.two-img img {
    max-width: 48%;
}
span.text-img {
    text-align: center;
    display: block;
    margin: 15px;
    color: #626262;
    font-style: italic;
    font-size: 16px;
}
span.text-img.os {
    margin: -25px 15px 65px 15px ;
}
.sub-two-img {
    width: 50%;
}
.sub-two-img:first-child {
    text-align: left;
}
.sub-two-img:last-child {
    text-align: right;
}
.sub-two-img img {
    max-width: 96%;
}
.d-none-dm {
	display:none;
}
.arr-sub {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
/* .arr-sub button#prev { */
    /* margin-right: 60px; */
/* } */
.arr-sub .btn {
    display: inline-block;
    font-weight: 100;
    line-height: 1.5;
    font-family: monospace;
    color: #ffffff;
	font-size: 1.5rem;
}

.arr-sub-dots {
    display: flex;
}
.slick-dots {
       position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px;
    list-style: none;
    text-align: center;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
	color: white;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}

.modal-box,.popup-box,.search-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(43,43,43,.9);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:9999}
/* .search-popup{background-color:rgba(43,43,43,.97)} */
.search-popup{background-color:rgb(37 32 74 / 95%);}
.modal-layout,.popup-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}
.searchForm__input{padding-right:15px;font-size:16px;border:0;outline: none;}
.searchForm{width:100%;max-width:636px;padding:0 15px}.searchForm__item{position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.searchForm__item::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.searchForm__input{display:inline-block;width:100%;padding:10px 15px 10px 30px;font-family:sans-serif;font-size:24px;letter-spacing:-.2px;color:#fff;line-height:1.25;background:transparent url(../images/icons/icon_search_modal.svg) 0 center no-repeat;background-size:16px 17px}.searchForm__input::-webkit-input-placeholder{opacity:1;color:#fff;text-overflow:ellipsis}.searchForm__input:-ms-input-placeholder{opacity:1;color:#fff;text-overflow:ellipsis}.searchForm__input::-ms-input-placeholder{opacity:1;color:#fff;text-overflow:ellipsis}.searchForm__input::placeholder{opacity:1;color:#fff;text-overflow:ellipsis}.openSearch .searchForm__item::after{width:100%}.search-result{margin-bottom:122px}.search-result .search-line{width:100%;max-width:none;margin-bottom:53px;border-radius:30px;background-color:#fff}.search-result .search-line__item{height:49px;padding-left:31px;opacity:.7;font-family:sans-serif;font-size:26px;font-weight:400;line-height:1;letter-spacing:-.7px}
.close-box{position:relative;width:100%;height:27px;margin-bottom:15px}.close{position:absolute;top:15px;right:15px;width:27px;height:27px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer;z-index:9}.close:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.close:after,.close:before{content:"";position:absolute;top:-4px;left:11px;width:1px;height:34px;background-color:#fff}.close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.close--color-black:after,.close--color-black:before{background-color:rgba(0,0,0,.5)}

@media (max-width: 1400px){
	
.bl__title h2 {
    font-size: 36px;
    line-height: 46px;
}	

.navbar-brand {
    margin-right: 1rem;
}
	
	
	
	
}
@media (max-width: 1200px){

section.bl__top {
    height: 650px;
}
.bl__title {
    max-width: 70%;
}
.bl__title h2 {
    font-size: 32px;
    line-height: 38px;
}	















}

@media (min-width: 1199px){
	
.navbar-expand-lg .offcanvas-body {
    align-items: center;
}

}
.hamburger {
    display: none;
    height: 20px;
    margin: 0;
    overflow: visible;
    font: inherit;
    line-height: 0;
    color: inherit;
    text-transform: none;
    border: 0;
    background-color: transparent;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    cursor: pointer
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px
}

.hamburger-inner {
    display: block;
    top: 50%;
    left: 0;
    margin-top: -1px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
    transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)
}
.container-fluid.header__top.d-flex {
    display: flex !important;
}

/* @media (min-width: 1100px){ */
	/* .navbar-expand-lg .navbar-toggler { */
    /* display: none; */
/* } */
/* .navbar-expand-lg .offcanvas { */
    /* position: inherit; */
    /* bottom: 0; */
    /* z-index: 1000; */
    /* flex-grow: 1; */
    /* visibility: visible !important; */
    /* background-color: transparent; */
    /* border-right: 0; */
    /* border-left: 0; */
    /* transition: none; */
    /* transform: none; */
/* } */
/* } */



.offcanvas {

    background-color: #25204a;
	/* background-color: #0d6f8e; */
}
.social.nbar {
    display: none;
}
.one-img {
    width: 200px;
    margin: 35px auto 0 auto ;
}
.one-img img {
    width: 200px;
    border-radius: 50%;
}
/* .case__sub { */
    /* width: 48%; */
/* } */
.case__sub .case__img {
    max-height: 214px;
    overflow: hidden;
}
.slick-slide {
    margin: 0 20px;
}



section.section--ind.bn-rec {
    margin-top: -20px;
}
.img-bn img {
    width: 100%;
    /* border: 1px solid #ccc; */
}
a.img-bn {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	border: 1px solid #ccc;
}

.info-bn {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    color: #9f9e9e;
    line-height: 1.2;
    margin-left: 10px;
}


/* ------ subsc ------- */
.tab-subscr {
    margin: 70px auto 50px;
    width: 460px;
    border: 1px solid;
    border-radius: 5px;
    color: #25204a;
}
.tab-subscr li.nav-item {
    width: 50%;
}

.nav-pills.tab-subscr .nav-link.active, .tab-subscr.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #25204a;
}
.tab-subscr .nav-link {
    display: block;
    padding: 0.8rem 1.5rem;
    color: #25204a;
	width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* .tab-subscr .nav-link:hover, .tab-subscr .nav-link:focus { */
    /* color: #25204a; */
/* } */
.print-f {
    margin: 50px auto 80px;
}
.cookie-apply {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 0;
    margin: auto;
    max-width: 1200px;
    right: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 25px 30px;
    border-top: 1px solid #ccc;
    width: calc(100% - 30px);
    box-shadow: 0 0 10px #ccc;
}
.cookie-apply__close{
	position: absolute;
	top: 10px;
	right: 16px;
}
.cookie-apply p{
	line-height: 1.5;
	font-size: 16px;
}
.cookie-apply a.apply {
    width: 130px;
    margin-top: 0px;
    font-size: 14px;
    background: #25204a;
    color: #fff;
    display: block;
    border-color: #212529;
}
.cookie-apply a.apply:hover {
    background: #fff;
    color: #25204a;
}

@media (max-width: 1200px){
	hr.top-hr {

    display: none;

}
.social.top-head {
    display: none;
}
li.nav-item {
    margin: 8px 0;
}	
a.nav-link {
    color: #fff;
}
a.nav-link.active, a.nav-link:hover {
    color: #fff;
}
a.nav-link.active::after, a.nav-link:hover::after {
    bottom: -5px;

}	
.nbar ol, ul {
    padding-left: 3px;
}
.search-icon {
    width: 24px;
    height: 24px;
    line-height: 0;
    cursor: pointer;
    margin: 0 10px 0 auto;
}
.social.nbar {
    margin-top: 40px;
}

.container-fluid.header__top.d-flex {
    display: none !important;
}	
.container.header__mid {
    max-width: 100%;
    background: #25204a; 
	/* background: #006E8F; */
	padding: 0 40px;
	margin: 0;
}

.logo-o, .icon-o{
	display:none;
}
.logo-w, .icon-w{
	display:inline-block;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.offcanvas-header {
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.age{
    border: 1px solid white;
    padding: 7px;
    border-radius: 999px;
    margin-bottom: 0;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.7;
}
.btn-close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.hamburger {
    display: block;

}
.d-none-dm {
	display:block;
}
.d-none-md {
	display:none;
}

.title-news {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    margin: 24px 0 60px;
}
.breadcrumbs {

    margin: 30px 0 15px;

}
.social.nbar {
    display: block;
}
span.text-img {

    font-size: 14px;
}
.tab-pane ol, .tab-pane ul {
    padding-left: 1rem;
}
.tab-pane .tab-subscr{
    padding: 0;
}
.tab-subscr li.nav-item {
    margin: 0;
}

.about_hero{
    margin-top: 20px;
}

.container-fluid.header__top_subs{
    display: none;
}

}	
	
	
	@media (max-width: 992px){
.d-none-m-sm{
	display: none;
}
section.bl__top {
    height: 598px;
}
.bl__title {
    color: #fff;
    position: absolute;
    bottom: 15%;
    max-width: 70%;
    left: 52px;
}
.main--video .bl__title {
    color: #fff;
    position: relative;
    bottom: auto;
    max-width: 85%;
    left: 0;
    margin-bottom: 60px;
}
.bl__title h2, .main--video .bl__title h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
.case__md .case__title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.container {
    max-width: calc(100% - 78px);
}
.section--ind {
    margin: 64px auto;
}

.cases__left {
    display: flex;
    justify-content: space-between;
}
.top_block article.case.case__md {
    width: calc(33.3% - 20px);
}
article.case.case__md {
    width: calc(50% - 20px);
}

.case__sm {
    width: 100%;
    margin: 12px 0;
}
.case__sm .case__img {
    width: 104px;
    height: auto;
    margin-right: 24px;
}
.case__md .case__img {
    max-height: 250px;
    overflow: hidden;
}

.navbar-nav-footer{
	display: none;
}
.navbar-nav-footer {
    display: block;
    column-count: 2;
}
li.nav-item-f {
    margin: 0 7px 16px;
    font-size: 14px;
}
li.nav-item-f:first-child {
    margin-left: 7px;
}
.title-news {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin: 24px 0 50px;
}
.cont_pers {
    width: 100%;
    padding-right: 10%;
}
.sub_cont {
    flex-wrap: wrap;
}
.cont_pers:first-child {
    margin-bottom: 40px;
}

.article-content .intro-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}


.article-content .intro-text {
    display: block;
}
.one-img {
    width: 200px;
    margin: 60px auto 40px;
}

.case__sub .case__img {
    max-height: none;
}

article.case.case__md.case__sub {
    width: calc(50% - 20px);
}
.info-bn {
    font-size: 8px;
}
a.img-bn {
	padding-bottom: 15px;
}

.about_hero{
    padding: 30px;
}

.about_h1{
    font-size: 55px;
}

.requirements-images{
    flex-direction: column;
    gap: 15px;
}

.requirements-image-3{
    height: auto;
    width: 100%;
}

.requirements-image-2{
    height: auto;
    width: 100%;
}

	
}


@media (max-width: 768px){
.sub_cont4 {
    margin-left: 0;
}	
.copy-info {
    text-align: left;
}
.arr-sub {
    text-align: right;
    display: flex;
    justify-content: center;
}	
	
.cases__left {
    flex-wrap: wrap;
}
.top_block article.case.case__md {
    width: 100%;
}
article.case.case__md {
    width: 100%;
}
article.case.case__md.case__sub {
    width: 100%;
}
.cases__left   .case__img {
    margin-bottom: 16px;
	max-height: none;
    /* display: none; */
}
.d-none-m-md{
	/* display: none; */
}


.news--header {
    display: flex;
    flex-wrap: wrap;
}

.news--img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
}
.news--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}
.article-content .intro-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}
.article-content h3 {
    font-size: 20px;
}
.article-content .news-quote {
    font-size: 20px;
    line-height: 28px;
}

.logo--footer {
    margin-bottom: 40px;
}
.social--f ul {
    padding: 0;
}
.social--f {
    display: flex;
    justify-content: flex-start;
}

.adress-m, .pr-service, .question-ads {
    font-size: 14px;
    list-style: none;
    margin-bottom: 40px;
}
.title-news {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0 42px;
}
.container {
    max-width: calc(100% - 14px);
}
.container.header__mid {
    padding: 0;

}
.cont_bl {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 32px 0;
}

.cont_bl-collab {
    flex-wrap: wrap;
    flex-direction: column;
}
.cont_bl-collab h3 {
    margin-bottom: 30px;
}
.cont_bl h3 {
    margin-bottom: 30px;
}
.sub_cont {
    width: 100%;
}

article.video--bl:nth-child(3){
	display:none;
}
article.video--bl {
width: 50%;
}
.title {
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin: 18px 0 40px;
}
.bl__title {
    color: #fff;
    position: absolute;
    bottom: 15%;
    max-width: 82%;
    left: 34px;
}
.bl__title h2, .main--video .bl__title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.title-md {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
}
.gx-5 {
    --bs-gutter-x: auto;
}

.search-result .search-line__item,.searchForm__input {
        padding-right: 15px;
        font-size: 16px
    }

    .search-result .search-line__item {
        padding-left: 25px
    }

    .search-result .search-line {
        margin-bottom: 30px
    }

    .result__title {
        margin-bottom: 15px
    }

    .result__cont {
        margin-bottom: 20px
    }
	.two-img {

		flex-wrap: wrap;
	}
	.sub-two-img {
		width: 100%;
	}
.sub-two-img:first-child {
    text-align: center;
}
.sub-two-img:last-child {
    text-align: center;
}
.devol {
    text-align: left;
}
.tab-subscr {
    width: 350px;
}

.fact__card{
    flex-direction: column;
    margin-top: 20px;
}

.fact__card:nth-child(even){
    flex-direction: column;
}

.fact__card__text, .fact__card__img{
    width: 100%;
}

.about__h3{
    font-size: 24px;
}

.team{
        flex-direction: column;
    }

    .team__col {
        width: 100%;
    }
}

@media (max-width: 567.98px) {
    .about_hero{
        padding: 20px;
    }

    .about_h1{
        font-size: 40px;
    }

    .about__h2{
        font-size: 40px;
    }

    
}

@media (max-width: 500px){
article.video--bl:nth-child(2){
	display:none;
}
article.video--bl {
width: 100%;
}
.btn__item {
        min-width: 0;
        height: 39px;
        line-height: 38px;
        padding: 0 23px;
        font-size: 12px
    }
.search-result .search-line__item {
        height: 40px
    }

    .search-result .btn__item {
        min-width: 100px
    }
	
}
@media (max-width: 400px){
.search-result .search-line__item {
    width: 65%;
}
.about_h1{
        font-size: 30px;
    }
}

.b24-form-control-product-quantity-add {
    visibility: hidden !important;
	display: none !important;
}
.b24-form-control-product-quantity {
    display: none !important;
	visibility: hidden !important;
}