

/* Start:/bitrix/templates/main/styles.css?175017973216130*/
.slick-list.draggable {
    border-radius: 24px;
}
.cases_prev{
    background-color: #d7303d;
    border-radius: 24px;
    height: 605px;
    max-width: 640px;
    width:100%;
}

.cases_contaner{
    display: flex;
    gap: 30px;
    margin-top: 0px;
    margin-bottom: 60px;
}

.faq_container {
    margin-top: 0px;
    margin-bottom: 60px;
}

.cases_itemz {
    max-width: 648px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.container_cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.main .container_cases{
  margin-bottom: 60px;
}

.cases_title{
    display: flex;
    align-items: center;
}

.big_inner_logo{
    width: 92px;
    margin-right: 10px;
}

/* container */
.advantages_mini{
    display:block;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* columns */
.advantages_mini > * {
    padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
    .advantages_mini {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.onest-medium-eerie-black-24px {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
}
.onest-medium-eerie-black-48px {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-xxxxl);
    font-style: normal;
    font-weight: 500;
}

.advantages_mini_item:nth-child(2){
    border-left:1px solid #DCDCDC;
    border-right:1px solid #DCDCDC;
}
.advantages_mini_item .onest-medium-eerie-black-24px{
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}
.cases_title{
    margin-bottom:40px;
}
.faq_container .part{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}


h3{
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-xxxxl);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}

input{
    outline: none;
}

.contacts{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    margin-top:40px;
}

.contacts h3 {
    text-align: start;
    font-size: 40px;
    margin-bottom: 20px;
}

.contacts .form_discr {
  max-width: 390px;
}


.feed_back_form {
    padding: 0;
    margin-right: 30px;
}

.feed_back_line {
    width: 1px;
    min-height: 338px;
    margin-right: 25px;
    /* border-right: 1px solid var(--bon-jour); */
}

.frame-52-v1C1Jh {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.onest-semi-bold-eerie-black-20px {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}


.onest-semi-bold-eerie-black-20px:hover {
    color: #D7303D;
}

.frame-56-NxwKXn {
    background-color: transparent;
    border: 1px solid var(--bon-jour);
    border-radius: 16px;
    max-height: 349px;
    height: 100%;
    padding:40px;
}

input{
    border:none;
}
#feedbackform{
    max-width: 460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#feedbackform input:not(:last-child){
    margin-bottom: 40px;
}
input[type=text] {
    border-bottom: 1px solid #C2C2C2;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    height:40px;
}

input[type=submit] {
    align-items: center;
    background-color: var(--eerie-black);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    width: 100%;
    color: #ffff;
    height: 48px;
    justify-content: center;
    color: var(--white);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

input[type=submit]:hover {
    background-color: #D7303D;
    color: #ffff;
}

.onest-normal-eerie-black-20px {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-n);
    font-style: normal;
    font-weight: 400;
}

.onest-normal-eerie-black-20px label {
   transition: 0.3s ease-in-out;
}

.onest-normal-eerie-black-20px:focus label,
.onest-normal-eerie-black-20px:hover label {
    color: #D7303D;
}

.faq_container input {
    display: none;
}
.faq_container input + label + .content {
    transition: ease .5s;
    height: 0;
    font-size: 0;
    padding: 0 25px;
    opacity: 0;
}
.faq_container input:checked + label + .content {
    height: auto;
    font-size: 16px;
    padding: 15px 25px;
    margin-bottom:20px;
    margin-top: 20px;
    opacity: 1;
}

.faq_container label{
   /* height:35px;*/
    border-bottom:1px solid #DCDCDC;
    display: flex;
    align-items: center;
}

.faq_title {
 margin-bottom: 47px;
}

.faq_title h3 {
 margin: 0px;
 text-align: start;
}

.faq_container .content{
    border-left: 1px solid #E05E68;
    padding-left:10px;
    color: #594545;
    font-family: var(--font-family-onest);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    margin-top: 20px;
}

.pointer{
    cursor:pointer
}

h3 {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
}

input[type=submit]{
    cursor:pointer;
}

.keys-detail h1{
    border-bottom: 1px solid #E3333F;
    color: var(--eerie-black);
    font-size: 32px;
    padding-bottom: 10px;
}

.keys-detail .part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.more_buttons {
    border-radius: 24px;
    height: 261px;
    left: 0px;
    overflow: hidden;
    border:1px solid #E1E1E1;
    max-width: 200px;
    width: 100%;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
}

.for_mobile{
    display:none;
}
.cases_prev{
    color: var(--white);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 48px;
    line-height: 30px;
}
.cases_prev p{
    margin-top: 3px;
}
.cases_prev img{
    height: 6px;
}
.cases_prev h3{
    color: var(--white);
    font-family: var(--font-family-onest);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0px;
    line-height: normal;
    margin-bottom: 19px;
    width: auto;
}
.block_text{
    margin: 36px;
}
.main_block{
    width:100%;
    height:639px;
  background: url("/images/photo-2024-05-28-21-1.png");
    background-repeat: no-repeat ;
    border-radius: 24px;
    margin-bottom: 20px;
}


.block_items img{
    width:100%;
}

.prev_btn_cases{
	background: #E1E1E1;
}

.containerz {
    flex-direction: column;
  }

  .block_items-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: normal;
    color: #282828;
  }

  .block_items-title img {
    width: 90px;
    margin-right: 12px;
  }

  .block_items {
    position: relative;
    align-items:flex-end;
    justify-content: center;
    border-radius: 24px;
    padding: 20px 20px 20px 20px;
    width: 50%;
    min-height: 312px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }

  .block_items .blog_title {
    transition: 0.3s ease-in-out;
   }

  .block_items:hover .blog_title {
    color: #7e7e7e;
   }

  .products__nav-link-show {
    position: absolute;
    top: 50%;
    left: 40%;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
  }

  .block_items:hover .products__nav-link {
    display: none;
  }

  .block_items:hover .products__nav-link-show {
    display: flex;
    top: 40%;
    left: 50%;
  }


  .block_items svg {
    position: absolute;
    top: 40%;
    right: 20px;
    transition: 0.3s ease-in-out;
  }

  .block_items-1 {
   background-image: url('/bitrix/templates/main/img/roi-models.png');
  }

  .block_items-2 {
    background-image: url('/bitrix/templates/main/img/health-models.png');
   }

   .block_items-3 {
    background: url(/images/gradient-glass--9-@2x.png) 0% 100% / 110px no-repeat;
    background-size: 60%;
    border: 1px solid var(--bon-jour);
    border-radius: 24px;
    padding: 24px 20px 20px 24px;
    width: 16%;
    position: relative;
   }

   .block_items-3:hover svg {
    bottom: 20px;
    right: 10px;
  }

  .block_items-3 svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.5s ease-in-out;
    animation: title-link-animation 3s linear;
    animation-iteration-count: 2;
    animation-delay: 1s;
  }
 
 @keyframes title-link-animation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }  
 }


  .products__nav-link {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 40px;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
  }

  .products__nav-text {
    font-size: 30px;
    line-height: 100%;
    font-weight: 500;
    color: #D7303D;
    padding: 0;
    margin-right: 13px;
    transition: 0.3s ease-in-out;
  }

  .block_items-dots {
    align-items: center;
    justify-content: center;
    margin-right: 13px;
  }

  .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
  }

  .dot:not(:last-child) {
    margin-right: 5px;
  }


@media(max-width: 1280px) {
    .container_cases{
        gap:10px;
    }
}

@media(max-width: 1250px) { 

    .onest-medium-eerie-black-48px {
        font-size: 45px;
    }

    .onest-semi-bold-eerie-black-20px{
        font-size:18px;
    }

    .frame-52-v1C1Jh:last-child {
        margin-bottom: 0px;
    }

    .frame-56-NxwKXn {
        padding: 43px 40px;
    }

    .frame-56-NxwKXn img {
        width: 50px;
    }

    .feed_back_line {
        min-height: 279px;
    }

    .contacts h3 {
        font-size: 35px;
    }

    #feedbackform input:not(:last-child) {
        margin-bottom: 20px;
    }

    input[type=submit]{
        height: 43px;
    }
 
}

@media(max-width: 1150px) { 

    .feed_back_line {
       display: none;
    }

    .frame-56-NxwKXn {
        padding: 43px 30px;
    }

    #feedbackform {
        max-width: 420px;
    }

    input[type=text] {
        width:47%;
    }

    .faq_container input:checked + label + .content {
        font-size: 16px;
        padding: 13px 20px;
        margin-bottom: 15px;
        margin-top: 15px;
        opacity: 1;
    }

    .faq_container .content {
        margin-top: 15px;
    }

    .onest-normal-eerie-black-20px {
        font-size: 17px;
    }

}

@media(max-width: 950px) {

    .products__nav-text-smoll {
        max-width: 310px;
        font-size: 22px;
    }

    .block_items-3 {
        background: url(/images/gradient-glass--17--2@2x.png) bottom left / 0px no-repeat;
        padding: 20px 30px;
        width: 100%;
        max-width: 270px;
        height: 20px;
        border-radius: 18px;
    }

    .block_items-3 svg {
        width: 33px;
        position: absolute;
        bottom: 10px;
        right: 20px;
        transition: 0.3s ease-in-out;
    }

    .block_items-3:hover svg {
        bottom: 10px;
        right: 10px;
    }

    .keys-detail h1 {
        margin: 0 0 20px 0;
        font-size: 30px;
        padding: 0 0 10px 0;
    }

    .block_items-title img {
        width: 80px;
        margin-right: 11px;
    }


    .block_items-title,
    .blog_on_main_page .block_title,
    .faq_title {
     font-size: 30px;
    }

    .contacts h3 {
     font-size: 33px;
    }


    .onest-medium-eerie-black-48px {
        font-size: 42px;
    }

    .onest-semi-bold-eerie-black-20px{
        font-size:16px;
    }

    .frame-56-NxwKXn img {
        width: 40px;
    }

    .frame-56-NxwKXn {
        margin-top: 55px;
        padding: 29px 30px;
    }

}

@media(max-width: 870px) { 

    .containerz .blog_on_main_page-wrap {
        flex-direction: column;
    }

    .advantages_mini > * {
        padding: 15px;
    }

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

    .onest-medium-eerie-black-48px {
        font-size: 39px;
    }

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

    .feed_back_form {
        margin-right: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    
    #feedbackform {
        max-width: 820px;
    }

    .frame-56-NxwKXn {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .contact_info,
    .view-jgfm7Q {
        width: 100%;
        height: auto;
    }


    .frame-52-v1C1Jh:nth-child(2){
        margin-left: 30px;
    } 

    .product-box {
        flex-wrap: wrap;
    }

}

@media(max-width: 780px) {


    .block_items-3 {
        max-width: 250px;
        border-radius: 12px;
    }

    .products__nav-text-smoll {
        max-width: 300px;
        font-size: 20px;
    }

    .keys-detail h1 {
        font-size: 28px;
    }

    .block_items-title,
    .blog_on_main_page .block_title,
    .faq_title {
     font-size: 28px;
    }

    .contacts h3 {
     font-size: 31px;
    }

    .faq_title {
        margin-bottom: 32px;
    }

    .advantages_mini {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .advantages_mini_item:nth-child(2){
        border-right:0;
        border-left:0 ;
        width: 90%;
        border-bottom:1px solid #DCDCDC;
        border-top:1px solid #DCDCDC; ;
    }
    .faq_container .part {
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        /* gap: 30px; */
        display: flex;
        flex-wrap: wrap;
    }
    .faq_container .part img{
        width: 100%;
        height: auto;
    }

    .onest-normal-eerie-black-20px {
        font-size: 16px;
    }

    .faq_container label{
        padding-bottom:20px;
    }
    .container_cases{
        display:flex;
        flex-wrap: wrap;
    }
    .onest-semi-bold-eerie-black-20px{
        font-size:16px;
    }

    input[type=text] {
        width:47%;
    }

  .btns .block_items {
    min-height: 200px;
    max-height: 200px;
    margin-right: 0px;
  }
}

@media(max-width: 700px) {

    .btns .block_items:nth-child(1) {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

@media(max-width: 576px) {

    .frame-52-v1C1Jh:nth-child(2) {
        margin-left: 0px;
    }
}

@media(max-width: 470px) {
    .btns .block_items {
        width: 90%;
        min-height: 180px;
        max-height: 180px;
    }

}

@media(max-width: 380px) {
    .btns .block_items {
        width: 85%;
        min-height: 170px;
        max-height: 170px;
      }

      
    .block_items-3 {
        padding: 15px 20px;
        max-width: 230px;
    }

    
    .block_items-3 svg {
        width: 30px;
        bottom: 5px;
        right: 15px;
    }

    .block_items-3:hover svg {
        bottom: 5px;
        right: 5px;
    }


}

.logo {
    animation: fadeInLeft;
    animation-duration: 4s;
}

.onest-normal-eerie-black-20px {
    animation: fadeInLeft;
    animation-duration: 4s;
}

.frame_71 {
    animation: zoomInUp;
    animation-duration: 3s;
}
.frame_72 {
    animation: zoomInUp;
    animation-duration: 3s;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?174241624025356*/
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Regular.woff2') format('woff2') url('/bitrix/templates/main/Onest-Regular.woff') format('woff');
    font-weight: 1;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Thin.woff2') format('woff2') url('/bitrix/templates/main/Onest-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-ExtraLight.woff2') format('woff2') url('/bitrix/templates/main/Onest-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Light.woff2') format('woff2') url('/bitrix/templates/main/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Regular.woff2') format('woff2') url('/bitrix/templates/main/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Medium.woff2') format('woff2') url('/bitrix/templates/main/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-SemiBold.woff2') format('woff2') url('/bitrix/templates/main/Onest-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Bold.woff2') format('woff2') url('/bitrix/templates/main/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-ExtraBold.woff2') format('woff2') url('/bitrix/templates/main/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/bitrix/templates/main/Onest-Black.woff2') format('woff2') url('/bitrix/templates/main/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.anim-visible-bottom {
/*    opacity: 0;*/
    transform: translateY(30px);
    transition: 0.8s ease-in-out;
  }
  
  .anim-visible-bottom2 {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s ease-in-out;
  }
  
  .anim-visible-bottom3 {
    opacity: 0;
    transform: translateY(70px);
    transition: 1.3s ease-in-out;
  }
  
  .anim-visible-right {
    opacity: 0;
    transform: translateX(-40px);
    transition: 1.2s ease-in-out;
  }
  
  .anim-visible-left {
    opacity: 0;
    transform: translateX(0px);
    transition: 1.2s ease-in-out;
  }
  
  .active {
    opacity: 1;
    transform: translateY(0px);
    transform: translateX(0px);
  }

:root {
    --athens-gray: #efeef4;
    --black: #000000;
    --bon-jour: #e1e1e1;
    --dove-gray: #6b6b6b;
    --eerie-black: #191919;
    --white: #ffffff;
    --woodsmoke: #101010;
    --font-size-l: 2.2vh;
    --font-size-m: calc(14px + 0.29vw);
    --font-size-m: calc(13px + 0.29vw);
    --font-size-m: calc(16px + 0.29vw);
    --font-size-m: calc(18px + 0.29vw);
    --font-size-n: calc(16px + 0.29vw);
    --font-size-xxxl: 36px;
    --font-size-xxxxl: 48px;
    font-family: "Onest", sans-serif !important;
}

.change_lang {
    display: none;
}

.btns {
  margin-bottom: 60px;
}

h3 {
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: calc(26px + 0.26vw);
    text-align:center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 100%;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}

h2 {
    margin: 0; 
}

p {
    margin: 0; 
    margin-bottom: 10px;
}

body{
    margin:0;
    padding:0;
    font-family: var(--font-family-onest);
}

button, a {
    cursor: pointer;
}

a {
    text-decoration: none;
}

header, footer{
    display: flex;
    justify-content: space-between;
    padding: 45px 0 45px 0;
    flex-wrap:wrap;
    align-items: center
}

.main_wrap {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1320px;
    margin-left: auto !important;
    margin-right: auto !important;
    /* padding-left: 32px; */
    /* padding-right: 32px; */
}

.for_desk {
    display: flex;
}

.for_mobile {
    display: none;
}

.logo img{
    height: 54px;
    width: 200px;
}

.main_block {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.blog-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.blog-wrap-grid {
    display: flex;
    gap: 20px;
    width: 100%;
}

.blog-wrap-grid a {
    margin: 0 !important;
}

.blog-wrap-top {
    display: flex;
    margin: 0;
    width: 100%;
}

.main_block .top{
	display: flex;
	justify-content: end;
	padding-top: 20px;
	padding-right: 20px;
}

.main_block .bottom {
    padding-bottom: 60px;
}

.main_block .top .ekonometrica,
.main_block .bottom .ekonometrica{
    background: linear-gradient(108deg, rgb(86 67 71) 0%, #000000e3 35%, rgb(142 149 158) 100%) !important;
    backdrop-filter: contrast(0.5) !important;
    border-radius: 24px;
	max-width: 517px;
	padding: 20px;
	/* min-height: 123px; */
	background-repeat: no-repeat;
	background-size: contain;
}

.main_block .bottom  .ekonometrica{
	margin-left:20px;
    padding: 30px 25px;
	color:#fff;
}

.itemz_block_top.slick-initialized.slick-slider {
    height: 95%;
    display: flex;
    align-items: center;
}
.main_block .top .rekmala{
	max-width: 517px;
	border-radius:24px;
	padding: 20px 20px;
	background-repeat: no-repeat;
	background-size: contain;
} 

.main_block .top .ekonometrica{
	margin-bottom:20px;
}

.main_block .top .ekonometrica .title_,
.main_block .bottom .ekonometrica .title_,		 
.main_block .top .rekmala .title_{
	padding: 15px;
	color:#fff;
	font-size: var(--font-size-xxl);	
}


.main_block .top .ekonometrica .title_{
	display:flex;
}
 .title_ span{
	display:block;
    font-size: 17px;
}

.main_block .bottom .ekonometrica .title_{
	font-size: var(--font-size-l);
}

.main_block .top .ekonometrica a {
	width:178px;
	height:48px;
	background:#FFFF;
	color:#191919;
	text-decoration:none;
	border-radius:10px;
	font-size:16px;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: 0.3s ease-in-out;
}

.main_block .top .ekonometrica:hover a {
    outline: 1px solid #FFFF;
}

.ekonometrica_btnbox {
    display:flex; 
    justify-content: end;
}

.main_block .bottom .ekonometrica p{
	margin-bottom: 0;
}

.top-box {
    flex-direction: column;
}


.two_images{
	display:flex;
}
.two_images img{
	width:50%;
}

.top_menu{
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 40px;
    background-color: transparent;
    display: inline-flex;
    gap: 32px;
}
.top_menu a{
    color: var(--woodsmoke);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-n);
    font-style: normal;
    font-weight: 400;
}
.top_menu a:hover{
    color: #d8313d;

}
.container-mxcAn7{
    display: inline-flex !important;
    flex: 0 0 auto;
    justify-content: center;
}
.container-mxcAn7 img{
    max-height: 51px;
}
.group-299-jxeYmW {
    background-color: transparent;
    height: 89px;
    width: 648px;
}
.view-XBqO2x {
    height: 200px;
    width: 1184px;
}
.top_menu .selected{
    color: #d8313d;
    font-family: var(--font-family-onest);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}

.change_lang .frame-57-XEPWQ9 {
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    border-color: #cfcfcf;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    height: 48px;
    justify-content: center;
    padding: 8px 16px;

}



.blog_title, .cases_title h1{
    background-color: transparent;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-n);
    font-style: normal;
    font-weight: 600;
    height: auto;
    line-height: 130%;
    text-align: left;
}


.cases_more_btn {
    position: relative;
    background: url('/images/gradient-glass--17--2@2x.png') bottom left/159px no-repeat;
    letter-spacing: 0px;
    line-height: 31.2px;
    display: flex;
    align-items: center;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    padding-left: 100px;
    border: 1px solid var(--bon-jour);
    border-radius: 24px;
    max-width: 489px;
    width:100%;
}


.cases_more_btn svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.5s ease-in-out;
    animation: title-link-animation 3s linear;
    animation-iteration-count: 2;
    animation-delay: 2s;
}


.cases_more_btn:hover svg {
    bottom: 20px;
    right: 10px;
}

.voprosy_more_btn {
    position: relative;
    background: url('/images/Frame_71.png') no-repeat;
    background-position: 100% 5%;
    background-size: cover;
    line-height: 110%;
    display: flex;
    align-items: center;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    padding-left: 100px;
    border: 1px solid var(--bon-jour);
    border-radius: 18px;
    width:100%;
    height: 120px; 
}

.voprosy_more_btn {
    display: none;
}

.voprosy_more_btn svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.3s ease-in-out;
}

.voprosy_more_btn:hover svg {
    bottom: 20px;
    right: 10px;
}


.more_buttons.blog_more {
    background: url('/images/gradient-glass--17--2@2x.png') bottom left/159px no-repeat;
    letter-spacing: 0px;
    line-height: 31.2px;
    padding: 20px;
    height: 261px;
    width: 16%;
    border-radius: 24px;
    padding: 24px 20px 20px 24px;
    position: relative;
}


.more_buttons.blog_more:hover svg {
    bottom: 20px;
    right: 10px;
  }

  .more_buttons.blog_more svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: 0.5s ease-in-out;
    animation: title-link-animation 3s linear;
    animation-iteration-count: 2;
    animation-delay: 3s;
  }

.blog_on_main_page .block_title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: normal;
    color: #282828;
}

.blog_on_main_page .block_title img {
    width: 90px;
    margin-right: 12px;
}

.blog_on_main_page .block_items {
    padding: 0px;
    width: 50%;
}

.blog_on_main_page .blog_img {
   margin-bottom: 10px;
}


.blog_on_main_page .blog_img,
.blog_on_main_page .blog_img img {
    height: 310px;
}

.block_items img {
    margin-bottom: 10px;
}

.block_items:nth-child(1),
.block_items:nth-child(2) {
    margin-right: 20px;
}


.cases_items {
    text-decoration: none;
    background-color: var(--athens-gray);
    border-radius: 24px;
    padding-right: 5px;
    display: block;
    color: var(--eerie-black);
    font-family: var(--font-family-onest);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    height: 89px;
    align-items: center;
    width: 100%;
    max-width: 648px;
    display: inline-flex;
    gap: 16px;
    transition: 0.3s ease-in-out;
}

.cases_items:hover {
    color:#ffffff;
    background-color: #DA303E;
}

.cases_items:not(:last-child) {
    margin-bottom: 24px;
}


.cases_items span {
    margin-left:20px;
    font-family: var(--font-family-onest);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 500;
}


.view-eELCUZ{
    display: flex;				  /*  <----- required        */
    flex-flow: column wrap;		  /*  <----- required        */
    justify-content: flex-start;  /*  <----- required        */
}
.burger-checkbox {
    position: absolute;
    visibility: hidden;
}
.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
}
.burger::before,
.burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
}
.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}
.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}
.burger-checkbox:checked + .burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0,0,0,0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}
.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}
.menu-list {
    top: 0;
    left: 0;
    position: absolute;
 height: 100%;
    background: #d7303d;

    transform: translateX(-100%);
    transition: .3s;
    width: 200px;
    z-index: 1111;
}
.menu-list ul{
    display: grid;
    gap: 12px;
    padding: 42px 0;
    margin: 0;
    list-style-type: none;
}
.menu-item {
    display: block;
    padding: 8px;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.menu-item:hover {
    background: rgba(255,255,255,.2)
}
.burger-checkbox:checked ~ .menu-list {
    transform: translateX(0);
}
.menu_mobile{
    display:none;
}

.tests_img img{
	height:312px;	
}

.faq_container label{
	padding-bottom:15px;
}

.keys-detail .part_bottom {
    display: flex;
    flex-direction: column;
}

.keys-detail .part {
    width: 100%;
    display: flex;
   justify-content: space-between;
   align-items: flex-start;
}

.keys-detail .part-1 {
    display: flex;
    width: 90%;
    margin-right: 30px;
    height: auto;
    flex-direction: column;
}

.keys-detail .part-2 {
    display: flex;
    background: url(/upload/iblock/504/4mlzqujomnm3v9e50a792g291wmqoalr.png) 0% 0% no-repeat;
    background-size: 100%;
    width: 350px;
    min-height: 220px;
}

.prev_btn_cases,
.next_btn_cases{
    display: flex;
    max-width: 226px;
    width: 100%;
    justify-content: center;
    height: 40px;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;

}
.prev_btn_cases{
color:#191919
}

.btn_bottom {
	margin-top:30px;
    display: flex;
    justify-content: end;	
}
.next_btn_cases{
    background: #191919;
    color: #fff;
    margin-left: 20px;
}

.keys-detail .part_bottom img {
    border: 1px solid var(--bon-jour);
    border-radius: 20px;
	max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 0px;
}

.keys-detail .part_bottom h3,
.keys-detail .part_bottom p {
	max-width: 80% !important;
}

.keys-detail .part_bottom h3 {
    margin-top: 30px;  
    margin-bottom: 10px;  
    font-size: 28px;
}

.itemzz{
	border-radius:25px;
}

.cases_title {
    display: none;
}

.products__nav-text-smoll {
    max-width: 130px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #282828;
    transition: 0.3s ease-in-out;
}



@media(max-width: 1308px) {

    .cases_more_btn {
        padding-left: 90px;
        max-width: 400px;
    }

    .block_items {
        min-height: 280px;
    }

    .products__nav-text {
        font-size: 25px;
    }

	.tests_img img{
		height:inherit;	
	}

    .main_wrap{
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_wrap .main_wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width: 1080px) {

    .blog-wrap-grid {
        gap: 20px;
    }
    
    .blog-wrap-grid a {
        margin: 0 !important;
    }

    .main_block .top .ekonometrica {
        display: flex;
        justify-content: space-between;
        padding: 20px 25px;
    }

  .main_block .top .ekonometrica .title_ {
    max-width: 150px;
    padding: 0 0 0 15px;
  }

    .main_block .top .ekonometrica,
    .main_block .bottom .ekonometrica {
        max-width: 430px;
        padding: 20px;
        border-radius: 18px;
    }

    .main_block .top .rekmala {
        max-width: 430px;
        border-radius: 18px;
        padding: 10px 20px;
    }
    
    .more_buttons.blog_more {
        height: 210px;
    }

   .blog_on_main_page .blog_img,
   .blog_on_main_page .blog_img img {
    height: 250px;
  }
    .keys-detail .part_bottom h3,
    .keys-detail .part_bottom p {
        max-width: 90% !important;
    }

    .cases_items {
        height: 80px;
        gap: 15px;
    }

    .cases_more_btn {
        padding-left: 70px;
        max-width: 350px;
    }

    .products__nav-link {
        padding: 15px 20px;
        border-radius: 18px;
    }

    .dot:nth-child(1) {
        display: none;
    }

    .block_items svg {
        right: 10px;
    }

    .block_items {
        min-height: 250px;
    }

    .products__nav-text-smoll {
        max-width: 110px;
        font-size: 22px;
    }

    .cases_more_btn {
        font-size: 22px; 
    }

    .frame-1-H5xd5v, .change_lang{
        display: none;
    }
    .menu_mobile{
        display:block;
    }
}

@media(max-width: 964px) {


    .more_buttons.blog_more {
        height: 210px;
    }
}

@media(max-width: 950px) {

    .blog-wrap-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .blog_on_main_page .block_items {
        width: 100%;
    }

    .producst_on-minpage .block_items {
        width: 88%;
    }

    .blog_on_main_page .block_title img {
       width: 80px;
       margin-right: 11px;
    }

    .blog-wrap {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .blog-wrap-top {
     margin-bottom: 25px;
    }

    .block_items:nth-child(2) {
        margin-right: 0px;
    }

    .block_items:nth-child(1), .block_items:nth-child(2) {
        margin-bottom: 10px;
    }

    .more_buttons.blog_more {
        background: url('/images/gradient-glass--17--2@2x.png') bottom left/0px no-repeat;
        padding: 20px 30px;
        width: 100%;
        max-width: 270px;
        height: 20px;
        border-radius: 18px;
    }

    .more_buttons.blog_more:hover svg {
        bottom: 10px;
        right: 10px;
      }
    
      .more_buttons.blog_more svg {
        width: 33px;
        position: absolute;
        bottom: 10px;
        right: 20px;
        transition: 0.3s ease-in-out;
      }


      .products__nav-text-smoll {
        max-width: 310px;
        font-size: 22px;
    }

    .main_block .bottom .ekonometrica p {
        margin-bottom: 0;
        padding-left: 10px;
     }

}
   

@media(max-width: 870px) {

    .product-box {
        flex-wrap: wrap;
    }

    .cases_contaner { 
        gap: 20px;
    }

    .main_block {
		background-size:cover;
        height: 540px;
	}
        
}


@media(max-width: 780px) {

    .main_block .top .ekonometrica a {
        width:160px;
        height:40px;
        font-size:15px;
    }

    .ekonometrica_btnbox {
        display:flex; 
        justify-content: end;
    }

    .main_block .top .ekonometrica {
        padding: 20px 25px;
    }

    .main_block .top .ekonometrica,
    .main_block .bottom .ekonometrica {
        max-width: 380px;
    }

    .main_block .top .rekmala {
        max-width: 380px;
    }

    .more_buttons.blog_more {
        max-width: 250px;
        border-radius: 12px;
    }

      .products__nav-text-smoll {
        max-width: 300px;
        font-size: 20px;
    }

    .blog_on_main_page .blog_img, 
    .blog_on_main_page .blog_img img {
        height: 220px;
    }

    .blog-wrap-top {
        margin-bottom: 15px;
    }

    .keys-detail .part_bottom h3 {
        font-size: 25px;
    }

    .faq_block-second {
        display: none;
    }

    .voprosy_more_btn {
        display: flex; 
        margin-top: 20px;
    }

    .faq_block-first {
        width:100%;
    }

    .faq_block-seconds {
        width:100%; 
    }

    .faq_container .part {
		display: flex !important;
		flex-wrap:wrap;
        width:100%;
        gap: 0;
	}

}

@media screen and (max-width: 768px) {

    .main_block {
        background-size: cover;
        height: 440px;
    }

    .main_block .bottom {
        padding-bottom: 40px;
    }

    .main_block .top .ekonometrica {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        max-width: 170px;
        padding: 20px 20px 20px 35px;
        margin-bottom: 20px;
    }
    .main_block .top .rekmala {
        max-width: 170px;
    }

    .itemz_block_top.slick-initialized.slick-slider {
        height: 100%;
    }

    .main_block .top .rekmala {
        height: 67px;
        align-items: center;
        justify-content: center;
    }

    .main_block .top .rekmala .title_ {
        padding: 10px 5px;
    }

    .main_block .top .ekonometrica .title_ {
        padding: 0 0 15px 0;
    }


    header, footer{
        padding: 35px 0 30px 0;
    }

    .voprosy_more_btn {
        font-size: 20px;
        padding-left: 50px;
        height: 120px; 
    }
    
    .cases_more_btn {
        padding-left: 50px;
        max-width: 320px;
    }
    
    .main_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

	.two_images{
		display:flex;
	}
	.two_images img{
		width:100%;
	}
		

	.faq_container .part {
		display:flex !important;
		flex-wrap:wrap;
        width:100%;
        gap: 0;
	}
    
	.main_block .top .ekonometrica, .main_block .bottom .ekonometrica {
		/* min-height:150px; */
		height:auto;
		background: linear-gradient(108deg, rgb(86 67 71) 0%, #000000e3 35%, rgb(142 149 158) 100%) !important;
		backdrop-filter: contrast(0.5) !important;
	}

}

@media screen and (max-width: 700px) {

    .blog-wrap-top {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .blog-wrap {
        align-items: flex-start;
    }

    .keys-detail .part-2 {
        background: url(/upload/iblock/504/4mlzqujomnm3v9e50a792g291wmqoalr.png) 50% 50% no-repeat;
        width: 100%;
        min-height: 200px;
    }
    

    .keys-detail .part_bottom h3 {
        font-size: 23px;
    }

    .keys-detail .part{
		display:flex !important;
		flex-wrap:wrap;
        gap: 20px;
	}

    .cases_contaner { 
       gap: 0;
       display: flex;
       flex-direction: column;
       justify-content: flex-start;
       align-items: flex-start;
    }

    .cases_more_btn {
        display: none;
    }
    
    .cases_items {
        height: 75px;
    }

    .cases_items:not(:last-child) {
        margin-bottom: 20px;
    }

    .products__nav-text {
        font-size: 23px;
    }
    
}

@media(max-width: 600px) {

    .blog-wrap-grid {
        grid-template-columns: 1fr;
    }

    .blog_on_main_page .block_items {
        max-width: 580px;
    }

    .main_block .top .ekonometrica {
        max-width: 170px;
        padding: 10px 10px 10px 25px;
        margin-bottom: 20px;
    }

    .main_block .top .ekonometrica a {
        width: 150px;
        height: 32px;
        font-size: 14px;
    }

    .main_block .top .ekonometrica .title_,
    .main_block .top .rekmala .title_ {
        font-size: 15px;
    }

    .main_block .bottom .ekonometrica {
        max-width: 290px;
        font-size: 14px;
        padding: 10px;
    }

    .keys-detail .part_bottom h3,
    .keys-detail .part_bottom p {
        max-width: 100% !important;
    }

    .main_wrap{
        padding-left: 15px;
        padding-right: 15px;
    }

    main.contacts{
	display:flex;
    }

}

@media(max-width: 576px) {

    .blog-wrap-grid {
        grid-template-columns: 1fr;
    }

.products__nav-text {
    font-size: 22px;
}

.voprosy_more_btn {
    font-size: 20px;
    padding-left: 30px;
    height: 100px; 
}

.voprosy_more_btn svg {
    bottom: 10px;
    right: 10px;
    width: 35px;
}
    
.cases_items {
    height: 65px;
}

}

@media(max-width: 480px) {

    .for_desk {
        display: none;
    }

    .for_mobile {
        display: flex;
    }

    .main_block .bottom .ekonometrica {
        max-width: 250px;
    }

    .more_buttons.blog_more {
        margin-top: 10px;
    }


    .keys-detail .part-2 {
        min-height: 180px;
    }

    header, footer{
        padding: 30px 0 20px 0;
    }

   .keys-detail .part_bottom h3 {
    font-size: 21px;
    margin-top: 20px;
   }

 .voprosy_more_btn {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 50px;
    height: 90px; 
 }

 .products__nav-text-smoll {
    font-size: 18px;
}


.main_block {
    height: 440px;
}


}

@media(max-width: 380px) {

    .main_block .bottom {
        padding-bottom: 0px;
    }

    .main_block .bottom .ekonometrica {
        max-width: 220px;
        font-size: 13px;
    }

    .more_buttons.blog_more {
        padding: 15px 20px;
        max-width: 230px;
    }

    .more_buttons.blog_more svg {
        bottom: 5px;
        right: 15px;
        width: 30px;
      }

      .more_buttons.blog_more:hover svg {
        bottom: 5px;
        right: 5px;
    }
    

    .blog_on_main_page .block_title img {
        width: 70px;
    }
    

    .voprosy_more_btn svg {
        width: 30px;
    }

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

	.main_block .bottom .ekonometrica {
	    margin-left: 20px;
	}

 .main_block .top .ekonometrica{
	    background: linear-gradient(108deg, rgb(86 67 71) 0%, #000000e3 35%, rgb(142 149 158) 100%) !important;
 }



 .main_block{
  background-size: cover !important;
  padding-bottom: 31px;
 }


}

/* End */
/* /bitrix/templates/main/styles.css?175017973216130 */
/* /bitrix/templates/main/template_styles.css?174241624025356 */
