

/* Start:/bitrix/components/ktoto/cookies/templates/.default/style.css?17598318711178*/
#cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 85%;
    width: 240px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
  }

  #cookie_notification .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    border: none;
    color: #ededed;
    text-decoration: none;
    padding: 5px 40px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    max-width: 100%;
    transition: all .1s linear;
  }
  
  #cookie_notification p {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    color: black;
  }
  
  
  @media (min-width: 576px){
    #cookie_notification.show{
    display: block;
    text-align: left;
    }
    .cookie_accept{
      margin: 0 0 0 30px;
    }
  }
  
  @media (max-width: 575px){
    #cookie_notification.show{
      display: block;
      text-align: left;
    }
    .cookie_accept{
      margin: 0 0 0 30px;
    }
  }
/* End */


/* Start:/bitrix/templates/landing24/template_styles.min.css?1612967534781*/
.landing-layout-flex{display:flex;flex-wrap:nowrap;flex-direction:column}@media(min-width:768px){.landing-layout-flex{flex-direction:row}.landing-layout-flex.sidebar-right{flex-direction:row-reverse}.landing-layout-flex.without-left{flex-direction:row-reverse}.landing-layout-flex .landing-sidebar{width:30%}.landing-layout-flex .landing-main{width:70%}}@media(min-width:992px){.landing-layout-flex .landing-sidebar{width:300px;min-width:300px}.landing-layout-flex .landing-main{width:calc(100% - 300px)}}.g-pt-30{padding-top:2.14286rem!important}.g-px-50{padding-left:3.57143rem!important;padding-right:3.57143rem!important}.g-py-30{padding-top:2.14286rem!important;padding-bottom:2.14286rem!important}.g-px-50{padding-left:3.57143rem!important;padding-right:3.57143rem!important}
/* End */
/* /bitrix/components/ktoto/cookies/templates/.default/style.css?17598318711178 */
/* /bitrix/templates/landing24/template_styles.min.css?1612967534781 */
