@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.wrap,.flex--column{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.flex--column{
    
    flex-direction:column;
    
}
section{
    padding:40px 0;
}
.hidden{
    display:none;
}
.open .hidden {
    display: block;
}

.title-h2{
    font-weight: bold;
font-size: 36px;
line-height: 48px;
/* identical to box height, or 133% */


color: #131F49;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fontBold {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.fontTitle {
    font-family: Roboto, sans-serif;
    font-weight: 700;
}
.fontSubTitle {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.extraBold {
    font-family: Roboto, sans-serif;
    font-weight: 900;
}
.fontText {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.text--left {
    text-align: left;
}
.text--center {
    text-align: center;
}
.text--right {
    text-align: right;
}
.text--uppercase {
    text-transform: uppercase;
}
.text--capitalize {
    text-transform: capitalize;
}
.order__button{
    background: #FF7E70;
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
border-radius: 30px;
text-align:center;
padding:5px 10px;
cursor:pointer;
font-weight:600;
color:#fff;
}
.order__button:hover{
    opacity:0.7;
}

.button--main,.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    margin: 20px 0;
    padding: 13px 40px;
    cursor:pointer;
    color:#fff;
    transition: 0.3s ease-in-out;
   background: #12CCE5;
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
border-radius: 8px;
}
.button--main.purple {
       background: #887EF9;
}
.button--main:active,
.button--main:focus,
.button--main:hover {
    opacity:0.7;
}
@media (max-width: 767px) {
    .button--main {
        width: 100%;
    }
}
.button--reverse {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    margin: 20px auto;
    padding: 13px 40px;
    transition: all 0.3s ease-in-out;
    background: 0 0;
    border: 2px solid #fd7952;
    color: #fd7952;
    border-radius: 3px;
}
.button--reverse:active,
.button--reverse:focus,
.button--reverse:hover {
    border: 2px solid transparent;
    background: #fd7952;
    color: #fff;
}
.discount-section{
       background: #004E34; 
       padding:0;
}


.discount {
    flex-wrap:nowrap;
}
.discount_text{
    padding:40px;
    width:40%;
    z-index:99;
    margin-right:-60px;
    justify-content:center;
    background: #004E34;
border-radius: 0px 60px 60px 0px;
}
.discount-section .section__title{
    color:#fff;
    margin-bottom:40px
}
.discount .order__button{
    width:240px;
    padding:20px;
}
.discount_image{
    width:65%;
}
.discount_image img{
    height:100%;
    width:auto;
}
@media (max-width: 767px) {
    h1.first-section__left{
        font-size:30px;
    }
    .button--reverse {
        width: 100%;
    }
}
.button--order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
    padding: 12px 30px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    background: #ffa78d;
    color: #fff;
}
.button--order:active,
.button--order:focus,
.button--order:hover {
    background: #fd7952;
    color: #fff;
}
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #263238;
}
* {
    box-sizing: border-box;
}
*,
:active,
:focus,
:hover {
    outline: 0;
}
::-webkit-scrollbar-track {
    background: #f1fbf6;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
select {
    -webkit-appearance: none;
}
.main {
    /*padding: 30px 0 0;*/
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.no-scroll {
    overflow: hidden;
}
.flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
[data-crm-widget="callbackRequest"] .cr-cb-button-block {
    display: none;
}
.visible-mob {
    display: none;
}
.slick-slide img {
    display: inline-block;
}
.footer__menu--terms,.footer__menu--pages{
   list-style:none; 
}
.footer__menu--pages a {
    font-size: 16px;
line-height: 24px;
color:#263238;

}
.footer__menu--terms a{
font-weight: bold;
font-size: 18px;
line-height: 27px;
/* or 150% */


color: #263238;
}
/*global mobile*/
@media (max-width: 767px){
    .first-section__left,.first-section__right{
        width:100%;
    }
}
@media screen and (max-width: 767px) {
    .visible-mob {
        display: block;
    }
}
h1 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #000;
    margin: 0 0 20px;
}
h2,
h3,
h4 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #444446;
}
h2.section__title {
    margin-bottom:40px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #000;
}
p {
    margin: 0 0 20px;
}
ol,
ul {
    margin: 0 0 20px;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
/*a {*/
/*    color: #5481f8;*/
/*}*/
/*a:hover {*/
/*    color: #3d7af8;*/
/*}*/
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 15px;
    }
    h2 {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    h2.section__title {
        font-size: 30px;
        line-height: 50px;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .section-title {
        margin-bottom: 15px;
    }
}
.section__description,.accordion{
    font-weight: normal;
font-size: 18px;
line-height: 24px;
/* or 133% */


color: #585B64;
}
@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 30px;
        line-height: 50px;
    }
    h2.section__title {
        font-size: 40px;
        line-height: 50px;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
        font-size: 49px;
        line-height: 55px;
    }
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container--1140 {
    max-width: 1140px;
}
.slick-slider {
    padding-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .slick-slider .slick-list,
    .slick-slider .slick-track {
        display: -ms-flexbox;
        display: flex;
    }
}
.slick-slider .slick-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    z-index:1000;
    height: 20px;
    position: absolute;
    bottom: 20px;
    outline: 0;
    background-repeat:no-repeat;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.slick-slider .slick-arrow.angle-right{
    right:70px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9615 17.2117L19.8781 9.29513C20.0406 9.13263 20.0406 8.86845 19.8781 8.70595L11.9615 0.789388C11.1099 -0.0622835 9.72405 -0.0622835 8.87238 0.789388C8.0207 1.64106 8.0207 3.02687 8.87238 3.87854L11.9107 6.91683L2.08326 6.91683C0.934953 6.91683 -3.65763e-05 7.85182 -3.66264e-05 9.00013C-3.66766e-05 10.1484 0.934953 11.0834 2.08326 11.0834L11.9107 11.0834L8.87241 14.1217C8.02074 14.9734 8.02074 16.3592 8.87241 17.2109C9.72323 18.0625 11.1099 18.0625 11.9615 17.2117Z' fill='%23B9C8DB'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-arrow.angle-left{
    left:70px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.03848 0.788273L0.121874 8.70487C-0.0406245 8.86737 -0.0406245 9.13155 0.121874 9.29405L8.03848 17.2106C8.89015 18.0623 10.276 18.0623 11.1276 17.2106C11.9793 16.3589 11.9793 14.9731 11.1276 14.1215L8.08933 11.0832L17.9167 11.0832C19.065 11.0832 20 10.1482 20 8.99987C20 7.85156 19.065 6.91657 17.9167 6.91657L8.0893 6.91657L11.1276 3.87828C11.9793 3.02661 11.9793 1.6408 11.1276 0.789133C10.2768 -0.062538 8.89011 -0.062538 8.03848 0.788273Z' fill='%23B9C8DB'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-arrow.angle-right:hover{
   
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9615 17.2117L19.8781 9.29513C20.0406 9.13263 20.0406 8.86845 19.8781 8.70595L11.9615 0.789388C11.1099 -0.0622835 9.72405 -0.0622835 8.87238 0.789388C8.0207 1.64106 8.0207 3.02687 8.87238 3.87854L11.9107 6.91683L2.08326 6.91683C0.934953 6.91683 -3.65763e-05 7.85182 -3.66264e-05 9.00013C-3.66766e-05 10.1484 0.934953 11.0834 2.08326 11.0834L11.9107 11.0834L8.87241 14.1217C8.02074 14.9734 8.02074 16.3592 8.87241 17.2109C9.72323 18.0625 11.1099 18.0625 11.9615 17.2117Z' fill='%23887EF9'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-arrow.angle-left:hover{
  
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.03848 0.788273L0.121874 8.70487C-0.0406245 8.86737 -0.0406245 9.13155 0.121874 9.29405L8.03848 17.2106C8.89015 18.0623 10.276 18.0623 11.1276 17.2106C11.9793 16.3589 11.9793 14.9731 11.1276 14.1215L8.08933 11.0832L17.9167 11.0832C19.065 11.0832 20 10.1482 20 8.99987C20 7.85156 19.065 6.91657 17.9167 6.91657L8.0893 6.91657L11.1276 3.87828C11.9793 3.02661 11.9793 1.6408 11.1276 0.789133C10.2768 -0.062538 8.89011 -0.062538 8.03848 0.788273Z' fill='%23887EF9'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-arrow:hover{
    color:#887EF9;
}
@media (min-width: 1024px) {
    .slick-slider .slick-arrow:hover .fill-arrow {
        fill: #fd7952;
    }
}
.slick-slider .slick-prev {
    left: 15px;
}
.slick-slider .slick-next {
    right: 15px;
}
.fill-arrow {
    transition: 0.3s ease-in-out;
    fill: #fd7952;
}
main {
    background: #ffffff;
}
.header__navigation {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.navigation__link a {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}
.navigation__link a.active,
.navigation__link a:active,
.navigation__link a:focus,
.navigation__link a:hover {
    color: silver;
}
@media (max-width: 991px) {
    .header__navigation {
        display: block;
        text-align: center;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        transition: all 0.3s ease-in-out;
        overflow: scroll;
    }
    .navigation {
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        padding: 50px;
        width: 100%;
        height: calc(100vh - 65px);
        background: #181818;
    }
    .navigation__link a {
        font-size: 16px;
        line-height: 48px;
        margin-right: 0;
        color: #fff;
    }
    .is-open .header__navigation {
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #F8F8F8;
    border-bottom:1px solid #D5DCE7;
     transition: 0.3s ease-in-out;
    padding: 20px 0;
}
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header__logo {
    display: block;
}
.footer__logo img {
    width: 260px;
}
.another_color{
    color:#2D6AD8;
}

@media (max-width: 991px) {
    .header .logo__desktop {
        display: none;
    }
}
@media (min-width: 992px) {
    .header .logo__mobile {
        display: none;
    }
}
.header__phone {
    display: block;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__phone {
        display: none;
    }
}
.header__phone--mobile {
    display: none;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__phone--mobile {
        display: block;
        margin-top: 70px;
    }
}
.header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.header__order {
    margin-left: 15px;
}
.header__hamburger {
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29px;
    height: 29px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .header__hamburger {
        display: -ms-flexbox;
        display: flex;
    }
}
.header__hamburger .hamburger-line1,
.header__hamburger .hamburger-line2,
.header__hamburger .hamburger-line3 {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.header__hamburger .hamburger-line1 {
    top: calc(50% - 8px);
}
.header__hamburger .hamburger-line2 {
    top: calc(50% - 1px);
}
.header__hamburger .hamburger-line3 {
    top: calc(50% + 6px);
}
@media (max-width: 991px) {
    .is-open .header__hamburger .hamburger-line1 {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    .is-open .header__hamburger .hamburger-line2 {
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .is-open .header__hamburger .hamburger-line3 {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }
}
.footer {
    background: #F2F8F2;
    padding: 50px 0;
    color: #263238
;
}
@media (max-width: 767px) {
    .footer {
        padding: 50px 0 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer {
        padding: 50px;
    }
}
.footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footer__wrap {
        -ms-flex-pack: center;
        justify-content: space-between;
        text-align: center;
    }
}


.footer__center {
    width: 50%;
    column-count:2;
    
}
 .footer__right {
        width: 20%;
    }

.footer__left {
    width: 27%;
}
@media (max-width: 767px) {
    .footer__right,.footer__left,.footer__center {
        width: 100%;
        column-count:1;
    }
}

@media (max-width: 767px) {
    .footer__left {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer__left {
        -ms-flex-order: 2;
        order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer__logo {
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.privacy-txt{
    color:#fff;
}
.footer__copyright {

    font-family: Roboto, sans-serif;
    font-weight: 400;
    color:#263238;
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0;
}
.footer .tablet--visible {
    display: none;
}
@media (min-width: 375px) and (max-width: 467px) {
    .footer .tablet--hidden {
        display: none;
    }
    .footer .tablet--visible {
        display: block;
    }
}
.footer__email,
.footer__phone {
    display: inline-block;
    cursor: pointer;
    width: 100%;
}
.footer__email {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .footer__email {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__email svg {
    margin-right: 10px;
}
.footer__email:hover {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer__phone {
        margin: 10px 0;
    }
}
.footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .footer__menu--terms {
        width: 100%;
        margin: 40px 0 0;
    }
}
.footer__menu--post {
    width: 100%;
    column-count: 3;
    list-style: none;
}
@media (max-width: 767px) {
    .footer__menu--post {
        column-count: 1;
        width: 100%;
        margin: 20px 0;
    }
}
.footer__menu li {
    list-style: none;
}
.footer__menu--post li {
    line-height: 3.6em;
}
.footer__menu a {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #263238;
    transition: 0.3s ease-in-out;
}
.footer__menu a:hover {
   
    opacity: 0.6;
}
.footer__payments,
.footer__secure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .footer__payments,
    .footer__secure {
        margin: 20px -15px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer .payments {
        width: 45%;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .footer .secure {
        width: 55%;
    }
}
.footer .payments__item,
.footer .secure__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97px;
    margin: 0 10px 10px 0;
    background: #181818;
}
@media (max-width: 767px) {
    .footer .payments__item,
    .footer .secure__item {
        margin: 0 7px 10px 0;
    }
}
.footer .payments,
.footer .secure {
    margin-bottom: 30px;
}
.footer .payments__item {
    padding: 10px 25px;
}
.footer .secure__item {
    padding: 10px;
}
@media (max-width: 767px) {
    .footer .secure__item {
        padding: 10px;
    }
}
.footer .payments__title,
.footer .secure__title {
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    opacity: 0.8;
}
.footer #disclaimer {
    background: #fff !important;
}

.breadcrumbs,
.first-section__breadcrumbs {
    width: 100%;
    margin-bottom: 80px;
    text-align: left;
}
.first-section__image{
    width:38%;
    margin-bottom: -90px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.background--salad{
  background:#F2F8F2
}
.background--green{
    color:#fff;
  background: #004E34;

}
.background--green h2, .background--green h3, .background--green h4 {
    color:#fff;
}
.subitem{
    width:30%;
    font-size:16px;
    margin:20px 0 0;
}
.subitem_title{
    font-weight: bold;
font-size: 27px;
line-height: 27px;
margin-bottom:10px;
color: #000000;
}
.subitem_description{
    position:relative;
    padding-top:20px;
}
.subitem_description:before{
    content:'';
    display:block;
    position:absolute;
    width:60px;
    top:0;
    height:6px;
    background:#FF7E70;
}
.seo_text .text_block{
    width:60%;
}
.seo_text .image_block{
    width:38%;
}
.seo_text.row-reverse{
    flex-direction:row-reverse;
}
@media (max-width: 767px) {
    .breadcrumbs,
    .first-section__breadcrumbs {
        margin-bottom: 60px;
    }

}
.breadcrumbs span,
.first-section__breadcrumbs span {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.breadcrumbs a,
.first-section__breadcrumbs a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    opacity: 0.8;
}
.b-popup {
    position: fixed;
    left: 65px;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 999;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    font-size: 12px;
    max-width: 404px;
    min-height: 52px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 5px;
    background-color: #2d3347;
    padding: 5px;
}
.privacy-inner {
    display: flex;
    justify-content: space-between;
}
.img-block {
    width: 30px;
    margin-right: 5px;
}
.privacy-inner a {
    color: #fff;
    text-decoration: underline;
}
.button-block {
    width: 100px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid #fff;
}
.button-block a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
.button-block a:hover {
    color: #fff;
}
.button-block:hover {
    opacity: 0.7;
}
@media (max-width:768px){
        .b-popup{
        left:0;
        width:100%;
    }
}