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

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

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

 html {
  line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  a:hover,
  a:focus,
  a:active{
    outline: none;
    outline-offset: 0;
    text-decoration: none;
  }
  header{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1), 0 21px 21px 0 rgba(0, 0, 0, 0.09), 0 46px 28px 0 rgba(0, 0, 0, 0.05), 0 83px 33px 0 rgba(0, 0, 0, 0.01), 0 129px 36px 0 rgba(0, 0, 0, 0);
    background: #fff;
  }
  .header__wrapper{
    display: flex;
    align-items: center;
    padding: 10px 0;
    position: relative;
  }
  .header ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .catalog__menu>ul.categories__list{
    display: flex;
    align-items: center;
  }
  .header_logo{
    max-width: 69px;
    margin-right: 44px;
  }
  .catalog__menu>ul.categories__list>li{
    padding-right: 30px;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .header ul li a{
    font-family: 'Sofia Sans';
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    display: flex;
  }
  .header ul.information__list li a{
    line-height: 1.8;
  }
  .header ul li a>span{
    display: block;
    line-height: 1;
  }
  .hover__link{
    transition: .4s;
  }
  .hover__link:hover,
  .hover__link:focus,
  .hover__link:active{
    color: #d22d82;
    border-bottom: 1px solid #d22d82;
  }
  .information__button{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    transition: .4s;
    background-color: #fff;
    height: 40px;
    font-family: 'Sofia Sans';
  }
  .information__button>svg{
    margin-right: 10px;
    transition: .4s;
  }
  .information__button:hover,
  .information__button:focus,
  .information__button:active{
    color: #d22d82;
  }
  .information__button:hover svg,
  .information__button:focus svg,
  .information__button:active svg{
    transform: rotate(45deg);
  }
  .header__socilas{
    margin-left: 44px;
  }
  .header__socilas>ul{
    display: flex;
    align-items: center;
  }
  .header__socilas>ul>li{
    margin-right: 10px;
  }
  .header__socilas>ul>li>a{
    display: flex;
    width: 27px;
    height: 27px;
  }
  .btn-language.open svg,.btn-currency.open svg{
    transform: rotate(180deg);
  }
  .btn-language, .btn-currency{
    width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #363732;
    font-family: 'Sofia Sans';
    line-height: 1;
    gap: 5px;
  }
  .cart__button{
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__information{
    margin-left: 20px;
  }
  .header__languages{
    margin-left: 20px;
    margin-right: 15px;
  }
  .header__cart, .header__information, .header__languages{
    position: relative;
  }
  #cart-total{
    font-family: 'Sofia Sans';
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 14px;
    height: 14px;
    line-height: 1;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
  }
  .header__cart{
    margin-left: 24px;
  }
  .wishlist{position: relative;width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;margin-left: 24px;}
 .whishlist-total{
    font-family: 'Sofia Sans';
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 14px;
    height: 14px;
    line-height: 1;
    background-color: #cf207b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
  }
  .btn-language-menu, .btn-currency-menu{
    position: absolute;
    width: 100%;
    min-width: 60px;
    top: calc(100% + 30px);
    left: -10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
  }
  .btn-language-menu>.list-unstyled a, .btn-currency-menu>.list-unstyled button{
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    font-family: 'Sofia Sans';
    line-height: 1 !important;
    transition: .4s;
    padding: 0;
  }
  .btn-language-menu>.list-unstyled a:hover,
  .btn-language-menu>.list-unstyled a:focus,
  .btn-language-menu>.list-unstyled a:active
  .btn-currency-menu>.list-unstyled a:hover,
  .btn-currency-menu>.list-unstyled a:focus,
  .btn-currency-menu>.list-unstyled a:active{
    color: #cb217d;
  }
  #form-currency{position: relative}
  .information__wrapper{
    position: absolute;
    width: 100%;
    min-width: 250px;
    top: calc(100% + 30px);
    left: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
  }
  .account{
    position: relative;
    margin-left: 24px;
    cursor: pointer;
  }
  .account-menu{
    position: absolute;
    width: 100%;
    min-width: 150px;
    top: calc(100% + 36px);
    right: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
  }
    /* .btn-currency-menu ul li button {
        display: flex;
        width: 100%;
        padding: 8px 15px;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    } */
  .container-cart{
    position: absolute;
    width: 100%;
    min-width: 320px;
    top: calc(100% + 36px);
    right: 0;
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
  }
  .title-mini-cart{
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: #222b45;
    margin-bottom: 30px;
  }
  .product-item.outofstock{
    opacity: .4;
  }
  .image-product-cart {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
  }
  .image-product-cart img{
    border-radius: 10px;
  }
  .top-product-cart .name-product>a{
    font-size: 16px;
  }
  .top-product-cart .name-product{
    padding-right: 10px;
  }
  .navigation__elem{
    display: none;
  }
  .footer__wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .footer__block--title{
    font-family: 'Sofia Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: #cf207b;
    margin-bottom: 5px;
  }
  .footer__logo{
    max-width: 97px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__pay--icon{
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__pay--icon>img{
    width: 100%;
    max-width: 50%;
  }
  .footer ul>li>a,
  .footer a>span,
  .footer ul>li>a>span{
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #1e1e1e;
  }
  .footer__messengers{
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .footer__messengers>li{
    margin-right: 10px;
  }
  .footer__block{
    padding: 0 50px;
  }
  .footer{
    background: #fff6f6;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
  }
  .footer>.container{
    position: relative;
    z-index: 1;
  }
  .footer::after{
    content: '';
    width: 360px;
    height: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/image/baloons.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container{
    width: 100%;
    max-width: 1460px;
  }
  .mobile__menu{
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .product__list--page{
    display: flex;
    flex-wrap: wrap;
  }
  .product__list--item{
    width: 33.33%;
    margin-left: -1px;
    margin-bottom: 20px;
  }
  .item-product-image{
    padding: 0 20px;
    margin-bottom: 10px;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
  }
  .item-product-image>a>img{
    border-radius: 10px;
  }
  .name-product{
    margin-bottom: 10px;
  }
  .item-sub-category.swiper-slide:hover{
    border: 1px solid #D22D82;
  }
  .item-sub-category.swiper-slide:hover .name-sub-category{
    color: #D22D82;
  }
  .team_carousel--arrows .carousel-prev,
  .team_carousel--arrows .carousel-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 2;
  }
  .team_carousel--arrows .carousel-prev{
    left: 0;
  }
  .team_carousel--arrows .carousel-next{
    right: 0;
  }
  .item-product-information{
    padding: 0 20px;
  }
  .block__title{
    font-weight: 400;
    font-size: 48px;
    letter-spacing: -0.04em;
    color: #313131;
    font-family: 'Sofia Sans';
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }
  .page-title-link{
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    font-family: 'Manrope';
  }
  .product__carousel-heading{
    text-align: center;
    position: relative;
    padding-bottom: 40px;
  }
  .product__carousel--buttons{
    position: absolute;
    right: 40px;
    bottom: 50px;
    display: flex;
  }
  .label_latest{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-family: 'Sofia Sans';
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 222;
    text-transform: uppercase;
    background-color: #43e340;
    user-select: none;
    pointer-events: none;
  }
  .product__carousel--body{
    margin: 0 -1px;
  }
  #common-home .product__carousel.latest{
    margin-top: -105px;
  }
  .product__carousel{
    margin-bottom: 20px;
  }
  section.advantages{
    margin-top: -260px;
    margin-bottom: -135px;
  }
  .about-shop{
    margin-top: -75px;
  }
  .label_hit{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-family: 'Sofia Sans';
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 222;
    text-transform: uppercase;
    background-color: #cf207b;
    user-select: none;
    pointer-events: none;
  }
  .products__labels{
    position: absolute;
    top: 10px;
    left: 20px;
    display: flex;
    align-items: center;
  }
  .products__labels>div{
    margin-right: 10px;
  }
  .products__labels .label_hit,
  .products__labels .label_latest{
    position: unset;
  }
  .product__carousel--prev{
    margin-right: 10px;
  }
  .swiper-button-disabled{
    opacity: .6;
  }
  .product__carousel{
    position: relative;
    z-index: 2;
  }
  .product__carousel .product__carousel--wrapper{
    box-shadow: 0 3px 7px 0 rgba(186, 186, 186, 0.1), 0 12px 12px 0 rgba(186, 186, 186, 0.09), 0 27px 16px 0 rgba(186, 186, 186, 0.05), 0 49px 19px 0 rgba(186, 186, 186, 0.01), 0 76px 21px 0 rgba(186, 186, 186, 0);
    background: #fff;
    border-radius: 30px;
    padding: 30px 0;
    overflow: hidden;
  }
  .page-title-link:hover{
    color: #d22d82;
  }
  .header__burger{
    display: none;
  }
  .category-title-wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .category-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
  }

  /* select */
  .category-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* select */
  .price-new{
    color: #d22d82;
    padding-left: 15px;
  }
  .price-old{
    font-size: 12px;
    text-decoration: line-through;
    color: #747474;
  }
  .alert.alert-success.alert__product__added{
    z-index: 1090;
    }
    .alert.alert-success.alert__product__added>svg{
        width: auto;
        margin-bottom: 20px;
    }
    .alert__heading{
        font-weight: 500;
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 5px;
    }
    .alert.alert-success.alert__product__added .alert__product>a{
        color: #667085;
        line-height: 20px;
    }
    
    .content-modal a {
        color: #667085 !important;
    }
    .alert__buttons>a{
        font-size: 14px;
        line-height: 1;
        background-color: #cf207b !important;
        border: 1px solid #cf207b;
        height: 44px;
        color:#fff !important;
        display: flex;
        font-weight: 500;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
    }
    .alert__buttons>button{
        position: unset !important;
        opacity: 1 !important;
        border-radius: 8px;
        font-size: 14px;
        position: unset;
        line-height: 1;
        background-color: #fff !important;
        border: 1px solid #D0D5DD;
        height: 44px;
        color:#000 !important;
        display: flex;
        font-weight: 500;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .alert__buttons *{
        float: none;
    }
    .alert__buttons{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
.qty-spinedit button{
  width: 30px;
  height: 30px;
  background-color: transparent;
  outline: none;
  border: 1px solid #edf1f7 !important;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#search{
  padding: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ed4cb3;
  border-radius: 10px;
  /* background-color: #ebebeb; */
}
#search input{
  font-weight: 400;
font-size: 16px;
line-height: 1;
font-family: 'Sofia Sans';
color: #1e1e1e !important;
/* background-color: #ebebeb; */
max-width: 215px;
}
#search input::placeholder{
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: 'Sofia Sans';
  color: #ccc !important;
  /* background-color: #ebebeb; */
}
/* .header__search{
  margin-left: auto;
} */
#search button{
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.parent__category svg{
  display: none;
}
.search_onpage{
  display: none;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fcd5f4;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #cf207b;
  border: 1px solid #cf207b;
}
.product__carousel--pagination{
  text-align: center;
  margin-top: 15px;
  display: none;
}
ul.dropdown-menu .box_search{
  width: 50%;
  padding: 10px;
}
#search .dropdown-menu{
  flex-wrap: wrap;
  max-height: 700px;
  overflow: auto;
}
.box_search li:nth-child(1), .box_search li:nth-last-child(1), .box_search li:nth-last-child(2){
  border: none;
}
.box_search li{
  margin-bottom: 12px;
}
.dropdown-menu li.disabled .search-suggestion .title{
  font-size: 16px !important;
  font-family: 'Sofia Sans';
  margin: 0 !important;
  padding: 0 !important;
}
.no_results{
  font-size: 18px;
  font-family: 'Sofia Sans';
}
.search-suggestion{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.search-suggestion.category{
  align-items: center;
}

.search-suggestion.product img{
  max-width: 60px;
  border-radius: 6px;
}
li:not(.inline, .more) .search-suggestion .center > div{
  margin-bottom: 5px;
}
.search-suggestion.product .price{
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #000;
  margin-top: auto;
  margin-bottom: 0;
}
.dropdown-menu li.disabled .search-suggestion .title{
  border: none !important;
}
.search-suggestion .name{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Sofia Sans';
  font-size: 16px;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 400;
}
.search-suggestion.product .price .price-old{
  font-size: 14px;
  color: #979393;
  text-decoration: line-through;
}
.search-suggestion.product .price .price-new{
  color: #ff2e2e;
}
.search-suggestion .center{
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.header__search--icon{
  display: none;
}
@media (max-width: 1440px) {
  .header_logo{
    margin-right: 30px;
  }
  .catalog__menu>ul.categories__list>li{
    padding-right: 20px;
  }
  .header__information{
    margin-left: 20px;
  }
  .header__socilas{
    margin-left: 30px;
  }
  .header__languages{
    margin-left: 30px;
  }
  .header__information span{
    display: none;
  }
  .information__button>svg{
    margin-right: 0;
  }
}
  @media (max-width: 1279px) {
    .header__languages{
      margin-left: 10px;
    }
    .header__socilas{
      margin-left: 15px;
    }
    .header__information{
      margin-left: 15px;
    }
    #search input{
      max-width: 140px;
    }
    .header_logo{
      margin-right: 15px;
      max-width: 55px;
    }
    .catalog__menu>ul.categories__list>li{
      padding-right: 15px;
    }
    #common-home .product__carousel.latest{
      margin-top: -50px;
    }
    section.advantages{
      margin-top: -80px;
      margin-bottom: -50px;
    }
    .about-shop{
      margin-top: 40px;
    }
    .header__socilas>ul>li:last-child{
      margin-right: 0;
    }
    .header ul li a{
      font-size: 14px;
    }
  }
  @media (max-width: 1023px) {
    section.about-shop{
      margin-bottom: 60px !important;
    }
    .block__title{
      font-size: 36px;
    }
    .product__carousel--buttons{
      display: none;
    }
    .product__carousel--pagination{
      display: block;
    }
    .product__list--item{
      width: 50%;
    }
  }
  .categories__list .childrens__wrapper{
    display: none;
  }
   .categories__list>.parent__category>.childrens__wrapper{
    position: absolute;
      width: 100%;
      min-width: max-content;
      top: calc(100% + 30px);
      left: 0;
      padding: 45px 40px;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
   }
   .categories__list>.parent__category>.childrens__wrapper>ul.childrens__list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: calc(13 * 29px);
   }
   .categories__list>.parent__category>.childrens__wrapper>ul.childrens__list>li{
    width: 250px;
    padding-right: 15px;
   }
   .categories__list>.parent__category>.childrens__wrapper>ul.childrens__list>li>a{
    line-height: 1.8;
   }
   .mobile__menu--top{
    display: none;
   }
   .countt{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    font-weight: 600;
  font-size: 10px;
  color: #fff;
  background-color: #cf207b;
  border-radius: 10px;
   }
  @media (max-width: 1180px) {
    .header__search--icon{
      display: flex;
      margin-left: 10px;
    }
    #toggle__search{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      /* border: 1px solid #ffedf6; */
        /* position: absolute;
        left: 40px;
        top: 10px; */
    }
    #form-currency{
      position: relative;
      z-index: 22;
      border-bottom: 1px solid #cdcdcd;
      margin-bottom: 10px;
    }
    #form-currency>div{
      max-width: 40px;
      position: relative;
      margin-left: auto;
    }
    .header__languages{
      margin-right: auto;
    }
    #toggle__search>svg:first-child{
      display: block;
    }
    #toggle__search>svg:last-child{
      display: none;
    }
    #toggle__search.active>svg:first-child{
      display: none;
    }
    #toggle__search.active>svg:last-child{
      display: block;
    }
    .search_onpage{
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      padding: 20px 15px;
      border-bottom: 1px solid #e9e9e9;
      border-top: 1px solid #e9e9e9;
    }
    .search_onpage input{
      width: 100%;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      font-family: 'Sofia Sans';
      color: #1e1e1e !important;
    }
    .search_onpage input::placeholder{
      font-size: 16px;
      line-height: 1;
      font-family: 'Sofia Sans';
    }
    .search_onpage button{
      background-color: transparent;
      
    }
    .category-title-wrap {
      flex-direction: column;
    }
    .sub_categories{
      padding-bottom: 15px;
      border-bottom: 1px solid #f5f5f5;
    }
    .category-title{
      margin-bottom: 30px;
    }
    .category-action {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .parent__category svg{
      display: block;
      flex-shrink: 0;
    }
    .catalog__menu>ul.categories__list>li{
      margin-right: 0;
      width: 100%;
    }
    .mobile__menu{
      opacity: 1;
      visibility: visible;
      background-color: #fff;
      position: fixed;
      z-index: 9999;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px 50px 140px 55px;
      overflow: auto;
    }
    .categories__list>.parent__category>.childrens__wrapper{
      background-color: #fff;
      position: fixed;
      z-index: 9999;
      top: 60px;
      left: 0;
      width: 100%;
      height: calc(100% - 60px);
      padding: 40px 50px 40px 55px;
      overflow: auto;
      border-radius: 0;
    }
    .mobile__menu--top{
      display: flex;
      justify-content: center;
      position: relative;
      margin-bottom: 35px;
    }
    .mobile__menu--close{
      position: absolute;
      top: 0;
      right: 0;
    }
    .close__cat--text {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 1;
      font-family: 'Sofia Sans';
      color: #000;
  }
  .close__cat--text svg{
    margin-right: 10px;
  }
  .categories__list>.parent__category>.childrens__wrapper>ul.childrens__list>li{
    width: 100%;
    padding-right: 0;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .categories__list>.parent__category>.childrens__wrapper>ul.childrens__list{
    max-height: unset;
    padding: 0;
    margin: 0 auto;
    max-width: 390px;
    list-style: none;
    flex-wrap: nowrap;
  }
    .header__catalog, .information__list, .header__socilas, .header__search{
      max-width: 390px;
      margin: 0 auto;
    }
    .header__search{
      display: none;
      width: 100%;
      max-width: 100%;
      border-top: 1px solid #cdcdcd;
      border-bottom: 1px solid #cdcdcd;
      padding: 10px 15px;
      margin-bottom: 25px;
      position: fixed;
      top: 60px;
      left: 0;
      z-index: 10001;
      background-color: #fff;
    }
    ul.dropdown-menu .box_search{
      width: 100%;
    }
    #search input{
      width: 100%;
      max-width: 100%;
    }
    .menu__logo{
      max-width: 103px;
    }
    .header__information{
      display: none;
      opacity: 0;
      visibility: hidden;
    }
    .information__list{
      padding: 0;
      padding-top: 10px;
      list-style: none;
      border-top: 1px solid #cdcdcd;
    }
    .header__socilas{
      margin-top: 25px;
    }
    .information__list>li{
      height: 40px;
      display: flex;
      align-items: center;
    }
    .header__burger{
      display: flex;
      flex-shrink: 0;
      /* margin-right: auto; */
    }
    .header__wrapper{
      justify-content: center;
      position: relative;
    }
    .header__languages{
      margin-left: 10px;
    }
    .header_logo{
      margin-right: 0;
      max-width: 55px;
      position: absolute;
      top: 2px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
    }
    .container{
      padding: 0 10px;
    }
    .catalog__menu>ul.categories__list {
      align-items: flex-start;
      flex-direction: column;
    }
    ul.information__list li a,
    .catalog__menu ul li a {
      font-family: 'Sofia Sans';
      font-size: 16px;
      line-height: 1;
      color: #1e1e1e;
      font-weight: 400;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  }
  @media (max-width: 767px) {
    .footer__wrapper>.footer__block:nth-child(1){
      order: 1;
      width: 50%;
      padding: 0;
    }
    .footer__wrapper>.footer__block:nth-child(2){
      order: 0;
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0;
      margin-bottom: 30px;
    }
    .footer__wrapper>.footer__block:nth-child(3){
      order: 2;
      width: 50%;
      padding: 0;
    }
    .footer__pay--icon>img{
      max-width: 75px;
    }
    .footer__pay--icons{
      width: 50%;
    }
    .footer__pay--icon{
      text-align: left;
    }
    .footer__logo{
      margin: 0;
      width: 50%;
      max-width: 50%;
      flex-shrink: 0;
    }
    .footer__logo>img{
      max-width: 97px;
    }
    .footer__wrapper{
      flex-wrap: wrap;
    }
    .footer::after{
      content: '';
      width: 240px;
      height: 430px;
      background-image: url(/image/baloonsmobile.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
:root {
  --font-family: "Sofia Sans", sans-serif;
  --second-family: "Manrope", sans-serif;
}
body.account-edit,body.account-reset, body.account-wishlist, body.account-order, body.error-not_found, body.account-password{
  background-color: #F6F6F6;
}
.wrapper-page {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-top: 33px;
    padding-bottom: 80px;
}
.account-wishlist .col-sm-9, .account-order .col-sm-9 {
    border-radius: 10px;
    background: #fff;
    padding: 21px 28px 15px 18px;
    width: 100%;
    max-width: 100%;
}
.account__menu--client {
    border-radius: 10px;
    background: #fff;
    padding: 21px 25px 46px 14px;
}
.title-account-box {
    font-family: 'Sofia Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #090a0a;
    margin-bottom: 25px;
}
.account__menu--client ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .account__menu--client ul>li>a{
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #1e1e1e;
  }
  .account__menu--client ul.account__menu--lover{
    margin-top: 20px;
    border-top: 1px solid #e7eaee;
    padding-top: 28px;
  }
  .account__menu--lover,
  .account__menu--upper{
    display: flex;
    flex-direction: column;
    gap: 19px;
  }
  .account__menu--client ul.account__menu--lover .menu__drop--wrapper>ul{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 41px;
  }
  .menu__drop--wrapper>ul li a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #64748b;
  }
  h1.order__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #090a0a;
    margin-bottom: 30px;
    margin-top: 0;
}
.orders__item{
  border: 1px solid #e7eaee;
  border-radius: 10px;
  background-color: #fff;
}
.orders__item--top{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.orders__item--number{
  border-radius: 10px;
  width: auto;
  min-width: 120px;
  height: 100px;
  background: #f6f6f6;
  opacity: 0.5;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orders__item--date{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #778599;
  margin-left: 19px;
}
.orders__item--arrow{
  width: 70px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.orders__item--status{
  margin-left: auto;
  margin-right: 40px;
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 13px;
  color: #064e3b;
}
.orders__item--images{
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 1 !important;
  flex-wrap: wrap;
  margin-left: 65px;
}
.orders__item--images img{
  border-radius: 5px;
  max-width: 70px;
  flex-shrink: 0;
}
.orders__item--top>div{
  flex-shrink: 0;
}
.orders__item--product{
  display: flex;
  align-items: center;
}
.orders__product--image{
  max-width: 70px;
  flex-shrink: 0;
  margin-right: 47px;
}
.orders__product--image img{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.orders__product--details a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000;
}
.orders__product--details>div{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #778599;
  margin-top: 15px;
}
.orders__product--total{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  color: #000;
  margin-left: auto;
  margin-bottom: auto;
}
.order__details--title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.order__details--text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #667085;
}
.orders__item--details{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.orders__item--products{
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.orders__item--bottom{
  display: none;
  gap: 85px;
  padding: 22px 22px 47px 22px;
}
.is-open .orders__item--bottom{
  display: flex;
}
.orders__item--details{
  width: 100%;
  max-width: 250px;
  flex-shrink: 0;
}.is-open .orders__item--arrow svg{ transform:rotate(180deg) ; -webkit-transform:rotate(180deg) ; -moz-transform:rotate(180deg) ; -ms-transform:rotate(180deg) ; -o-transform:rotate(180deg) ; }
.orders__item--totals{
  margin-top: 39px;
  padding-top: 33px;
  border-top: 1px solid #e7eaee;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 138%;
  color: #000;
}
.orders__item-totaltext{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 83%;
  text-align: right;
  color: #000;
  margin-left: auto;
}
.orders__item-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 117px;
}
.orders__wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.row__account--block {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    padding: 26px 13px 41px 13px;
}
.row__account {
    display: flex;
    gap: 10px;
    padding: 46px 0;
}
.section-wishlist>div{
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_809)'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M7.5 4C4.46244 4 2 6.46245 2 9.5C2 15 8.5 20 12 21.1631C15.5 20 22 15 22 9.5C22 6.46245 19.5375 4 16.5 4C14.6399 4 12.9954 4.92345 12 6.3369C11.0046 4.92345 9.36015 4 7.5 4Z' stroke='%23747474' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_809'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.section-wishlist.add-wishlist>div,
.section-wishlist:hover>div{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2001_812)'%3E%3Cpath d='M24 0H0V24H24V0Z' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M7.5 4C4.46244 4 2 6.46245 2 9.5C2 15 8.5 20 12 21.1631C15.5 20 22 15 22 9.5C22 6.46245 19.5375 4 16.5 4C14.6399 4 12.9954 4.92345 12 6.3369C11.0046 4.92345 9.36015 4 7.5 4Z' stroke='%23CF207B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_812'%3E%3Crect width='24' height='24' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.account__menu--client a:hover{
  color: #cf207b;
}
.account__menu--client a:hover path{
  stroke: #cf207b;
}
@media (max-width: 1279px) {
    .row__account,
    .wrapper-page {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 1023px) {
.orders__item--number {
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  height: 80px;
  min-width: 100px;
  padding-left: 15px;
  padding-right: 20px;
}
.orders__item--date{
  display: none;
}
.orders__item--arrow {
  height: 80px;
  width: 40px;
}
  .orders__item--date.hidden {
  display: block !important;
  margin-left: 0;
  font-size: 10px;
}
.orders__item--images img{
  max-width: 40px;
}
.orders__item--status{
  font-size: 10px;
  margin-left: 5px;
  margin-right: 0;
}
.orders__item--images{
  margin-left: 5px;
  width: 100%;
  max-width: 100%;
}
.orders__item--arrow{
  margin-left: auto;
}
.account-wishlist .col-sm-9, .account-order .col-sm-9{
  padding: 20px 15px;
}
.orders__item--bottom{
  flex-direction: column;
  gap: 23px;
  padding: 13px 15px 32px 15px;
}
.orders__product--image{
  margin-right: 15px;
}
.orders__product--details a{
  font-size: 12px;
}
.orders__product--details>div{
  font-size: 10px;
  margin-top: 11px;
}
.orders__product--total{
  font-size: 12px;
}
.orders__item--products{
  gap: 10px;
}
.orders__item--totals{
  margin-top: 23px;
  padding-top: 23px;
  padding-left: 15px;
}
.orders__item-totaltext{
  font-size: 16px;
}
.orders__item--details{
  padding-left: 15px;
}
.orders__item-total{
  padding-left: 0;
}
}
.modal__user{
  width: 100%;
  max-width: 370px;
  background: #fff;
  border-radius: 10px;
  margin: 50px auto;
  padding: 35px 25px;
  position: relative;
}
.modal__user--title{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin-bottom: 17px;
}
.modal__user--input{
  margin-bottom: 12px;
}
.modal__user--input input{
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  padding: 0 18px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #64748b;
  box-shadow: none;
}
.modal__user--forgot{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #cf207b;
  cursor: pointer;
}
.modal__user--wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.modal__user--send{
  width: 100%;
  background: #cf207b;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
  margin-bottom: 6px;
}
.google__login{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  gap: 12px;
  border: 1px solid #ededed;
  border-radius: 3px;
  background-color: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  color: #141414;
}
.modal_button_toregister{
  margin-top: 28px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #1e1e1e;
  text-align: center;
  cursor: pointer;
}
.checkbox-politics {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
}

.checkbox-politics__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-politics__box {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: relative;
    margin-top: 2px;
    transition: all 0.2s ease;
}
.error_style .checkbox-politics__box{
  border-color: red;
}
.checkbox-politics__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #1e1e1e;
}

.checkbox-politics__text a {
    text-decoration: underline;
    color: #1f9eff;
}

.checkbox-politics__input:checked + .checkbox-politics__box::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #cf207b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-politics__input:focus + .checkbox-politics__box {
    box-shadow: 0 0 0 2px rgba(207, 32, 123,.2);
}

.checkbox-politics.error .checkbox-politics__box {
    border-color: #d00;
}
.error_style input{
  border-color: #d00;
}
.error_style input:placeholder{
  color: #d00;
}