/* reboot */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    color: #0c0f16;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

a {
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #c3c516;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #101227;
}

::selection {
    background-color: #c3c516;
    color: #ffffff;
}

:focus,
button:focus {
    outline: none;
}

.btn:focus {
    box-shadow: none;
}

.preloader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

.preloader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
}

.preloader.show {
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.preloader .circular {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    transform: rotate(0deg);
}

.preloader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.progress-wrap {
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 44px;
    width: 44px;
    opacity: 0;
    transition-duration: 400ms;
    visibility: hidden;
    z-index: 10;
}

.progress-wrap::after {
    color: #c3c516;
    content: "\f077";
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 44px;
    text-decoration: 400ms;
    z-index: 1;
}

.progress-wrap.active-progress {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    fill: none;
    stroke: #c3c516;
    stroke-width: 4px;
    text-decoration: 400ms;
}

/* header */
.navbar {
    border-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 80px;
    z-index: 9;
}

.nav-scroll {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: -80px;
    right: 0;
    left: 0;
    transform: translateY(80px);
    transition: transform 0.5s;
}

.logo {
    width: 90px;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
}

.logo img {
    width: 100%;
    height: auto;
}

.navbar .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-scroll .navbar-nav .nav-link {
    color: #222222;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler-icon {
    color: #ffffff;
    font-size: 30px;
    transition-duration: 0.3s;
    height: auto;
    width: auto;
}

.navbar-toggler-icon:hover {
    color: #c3c516;
}

.nav-scroll .navbar-toggler-icon {
    color: #101227;
}

.nav-scroll .navbar-toggler-icon:hover {
    color: #c3c516;
}

.navbar .navbar-nav .nav-link.active {
    color: #c3c516;
}

/* hero */
.hero {
    align-items: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.hero::before {
    background-color: #02050b;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
}

.hero-text {
    color: #ffffff;
    margin-top: 50px;
}

.hero-text h6 {
    color: #c3c516;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hero-text h1 {
    font-size: 80px;
    /*font-family: 'Cormorant Garamond', serif;*/
    font-weight: 700;
    margin-bottom: 5px;
}

.hero-text h4 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-btn {
    align-items: center;
    display: flex;
    margin-top: 40px;
}

.hero-btn.c {
    align-items: center;
    display: flow-root;
}

.hero-btn .btn {
    margin-right: 30px;
}

.btn {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 4px;
    padding: 12px 40px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #c3c516;
    border-color: #c3c516;
    color: #ffffff;
}

.popup-video {
    color: #c3c516;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    position: relative;
    z-index: 3;
}

.popup-video::before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}

.popup-video::after {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    transition-duration: 0.5s;
    z-index: -1;
}

.popup-video:hover {
    color: #c3c516;
}

.popup-video:hover::after {
    opacity: 0;
    transform: scale(2, 2);
}

.social-icon {
    margin-top: 40px;
}

/* about */
.section-padding {
    padding-top: 120px;
    padding-bottom: 90px;
}

.about-heading {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.about-heading h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about-heading span {
    background-color: #c3c516;
    border-radius: 50%;
    position: absolute;
    height: 4px;
    width: 4px;
    left: 6px;
    bottom: 5px;
}

.about-heading span:first-of-type {
    bottom: 11px;
}

.about-heading span:last-of-type {
    left: 0;
}

.about-text {
    margin-bottom: 30px;
}

.about-text h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

p {
    color: #777777;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin: 0;
}

.simple-btn {
    color: #0c0f16;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 7px;
    position: relative;
    z-index: 1;
}

.simple-btn::before {
    background-color: rgba(0, 0, 0, 0.07);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%;
    z-index: -1;
    transition-duration: 0.3s;
}

.simple-btn:hover::before {
    width: 100%;
}

.simple-btn:hover {
    color: #0c0f16;
}

.about-text .simple-btn {
    margin-top: 40px;
}

.skills-wrapper {
    margin-bottom: 30px;
    padding-left: 30px;
}

.single-skill:not(:last-child) {
    margin-bottom: 80px;
}

.single-skill h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.skill-progress {
    background-color: rgba(0, 0, 0, 0.05);
    height: 7px;
    position: relative;
}

.progres {
    background-color: #c3c516;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition-duration: 1.5s;
}

.progres::before {
    border-top: 8px solid #c3c516;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    position: absolute;
    right: 15px;
    bottom: 14px;
    height: 0;
    width: 0;
}

.progres::after {
    background-color: #c3c516;
    border-radius: 5px;
    color: #ffffff;
    content: attr(data-value);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: -45px;
    padding: 7px 15px;
}

/* services */
.services {
    margin-top: -120px;
}

.section-heading {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

.section-heading h6 {
    color: #c3c516;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.section-heading h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 0 8px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}

.section-heading span {
    color: transparent;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10vw;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.6;
}

.single-services {
    border: 1px solid #ebeff5;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 42px 30px;
    transition-duration: 0.4s;
}

.single-services i {
    border-radius: 50%;
    color: #c3c516;
    font-size: 40px;
    height: 75px;
    width: 75px;
    line-height: 75px;
    margin-bottom: 20px;
}

.single-services h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-services:hover {
    border-color: #ffffff;
    box-shadow: 0 20px 40px rgba(35, 38, 125, 0.1);
}

/* counter */
.counter {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.counter::before {
    background-color: #000000;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.single-counter {
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.single-counter i {
    color: #c3c516;
    font-size: 50px;
    margin-bottom: 30px;
}

.single-counter h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.single-counter h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* portfolio */
.filter {
    border-radius: 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    display: inline-block;
    margin-bottom: 60px;
    padding: 4px 10px;
}

.filter span {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    position: relative;
}

.filter span:not(:last-child):after {
    background-color: #c3c516;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 40%;
    right: -24px;
    height: 7px;
    width: 7px;
}

.filter span:hover,
.filter span.active {
    color: #c3c516;
}

.single-portfolio {
    margin-bottom: 30px;
    position: relative;
}

.single-portfolio img {
    width: 100%;
}

.portfolio-flex {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 3;
    overflow: hidden;
}

.portfolio-flex::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 0;
    transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    z-index: -1;
}

.single-portfolio:hover .portfolio-flex::before {
    width: 90%;
}

.popup-img {
    border: 1px solid;
    border-radius: 50%;
    color: #c3c516;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: 10%;
    right: 10%;
    height: 40px;
    width: 40px;
    text-align: center;
    opacity: 0;
    transition-duration: 0.5s;
    transform: translateX(50px);
    visibility: hidden;
}

.popup-img:hover {
    color: #0c0f16;
}

.portfolio-flex:hover .popup-img {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0.3s;
}

.portfolio-tag {
    position: absolute;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}

.portfolio-tag p {
    color: #c3c516;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translateY(50px);
    visibility: hidden;
}

.single-portfolio:hover .portfolio-tag p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
    visibility: visible;
}

.portfolio-tag h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    opacity: 0;
    transition-duration: 0.4s;
    transform: translateY(50px);
    visibility: hidden;
}

.portfolio-tag h6 a {
    color: #0c0f16;
}

.portfolio-tag h6 a:hover {
    color: #c3c516;
}

.single-portfolio:hover .portfolio-tag h6 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
    visibility: visible;
}

/* testimonials */
.testimonials {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.testimonials::before {
    background-color: #02050b;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}

.testimonials .section-heading h3 {
    color: #ffffff;
}

.single-testimonials {
    text-align: center;
}

.single-testimonials p {
    color: #dad6d6;
    font-size: 22px;
    font-weight: 300;
}

.testimonials-author {
    margin-top: 30px;
}

.testimonials-author img {
    border-radius: 50%;
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
}

.testimonials-author h6 {
    color: #c3c516;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonials-author span {
    color: #ffffff;
    font-size: 13px;
}

.testimonials-carousel .testimonials-author img {
    display: inline-block;
    width: 200px;
}

.testimonials-carousel .owl-dots {
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-carousel .owl-dots .owl-dot {
    border: 1px solid #eeeeee;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    height: 7px;
    width: 7px;
    transition-duration: 0.3s;
}

.testimonials-carousel .owl-dots .owl-dot:hover,
.testimonials-carousel .owl-dots .owl-dot.active {
    background-color: #eeeeee;
}

/* blog */
.single-blog {
    margin-bottom: 30px;
}

.single-blog img {
    width: 100%;
}

.blog-text {
    background-color: #f7f7f7;
    padding: 30px;
    position: relative;
}

.calendar {
    background-color: #c3c516;
    color: #222222;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    position: absolute;
    top: -40px;
    right: 15px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.calendar span {
    font-size: 20px;
    display: block;
}

.calendar:hover {
    color: #ffffff;
}

.blog-details {
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 20px;
}

.blog-author {
    color: #0c0f16;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 10px;
    text-transform: uppercase;
}

.blog-author:hover {
    color: #c3c516;
}

.blog-tag {
    color: #c3c516;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}

.blog-tag:hover {
    color: #0c0f16;
}

.blog-text h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 40px;
}

.blog-text h6 a {
    color: #0c0f16;
}

.blog-text h6 a:hover {
    color: #c3c516;
}

.simple-btn {
    font-family: 'Barlow Condensed', sans-serif;
}

/* contact */
.contact {
    margin-top: 0px;
}

.contact-details {
    border: 8px solid #c3c516;
    margin-bottom: 30px;
    padding: 60px 30px;
}

.single-address:not(:last-child) {
    margin-bottom: 40px;
}

.single-address h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-address h6 i {
    color: #777777;
    font-size: 25px;
    margin-right: 10px;
}

.single-address a {
    color: #777777;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

.single-address a:hover {
    color: #c3c516;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #f1f1f1;
    margin-bottom: 26px;
    padding: 15px;
    width: 100%;
    transition-duration: 0.3s;
}

.contact-form textarea {
    resize: none;
    height: 180px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #c3c516;
}

.contact-form button {
    background-color: transparent;
    border: none;
}

.form-messages {
    margin-top: 15px;
}

.form-messages.error {
    color: #c3c516;
}

/* footer */
footer {
    background-color: #0F1017;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.social a {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 15px 5px;
}

.social a:hover {
    background-color: #c3c516;
}

footer p {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

footer p a {
    color: #999999;
}

footer p a:hover {
    color: #c3c516;
}

/* responsive-breakpoints */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-nav {
        background-color: #0F1017;
        padding: 15px;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #ffffff;
    }

    .hero {
        background-position: center !important;
    }

    .hero-text h1 {
        font-size: 45px;
    }

    .hero-text h4 {
        font-size: 20px;
    }

    .hero-btn .btn {
        padding-right: 20px;
        padding-left: 20px;
    }

    .about-text h3 {
        font-size: 24px;
    }

    .skills-wrapper {
        padding-left: 0;
    }

    .section-heading h6 {
        font-size: 15px;
        letter-spacing: 5px;
    }

    .section-heading h3 {
        font-size: 35px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-nav {
        background-color: #0F1017;
        padding: 15px;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #ffffff;
    }

    .hero {
        background-position: center !important;
    }

    .hero-text h1 {
        font-size: 60px;
    }

    .hero-text h4 {
        font-size: 20px;
    }

    .about-text h3 {
        font-size: 24px;
    }

    .skills-wrapper {
        padding-left: 0;
    }

    .section-heading h6 {
        font-size: 15px;
        letter-spacing: 5px;
    }

    .section-heading h3 {
        font-size: 45px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-nav {
        background-color: #0F1017;
        padding: 15px;
    }

    .nav-scroll .navbar-nav .nav-link {
        color: #ffffff;
    }

    .hero {
        background-position: center !important;
    }

    .skills-wrapper {
        padding-left: 0;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1200px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 500;
        padding: 13px 7px;
        margin: 10px 15px;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        margin-right: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        font-size: 22px;
        font-weight: 500;
        padding: 13px 7px;
        margin: 10px 15px;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        margin-right: 0;
    }
}

.b-cookie-info {
    background-color: rgba(197,196,22,.8);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999
}

.b-cookie-info .btn,.b-cookie-info .rte_button,.b-cookie-info .rte_button--colored,.b-cookie-info a,.b-cookie-info p {
    color: #222
}

.b-cookie-info .btn,.b-cookie-info .rte_button,.b-cookie-info .rte_button--colored {
    width: auto;
    border-color: #222;
    background: transparent;
}

.b-cookie-info__inner {
    padding: 15px 0
}

.b-cookie-info__inner:after,.b-cookie-info__inner:before {
    content: "";
    display: table
}

.b-cookie-info__inner:after {
    clear: both
}

.b-cookie-info__msg {
    margin-bottom: 10px
}

.b-cookie-info .btn,.b-cookie-info .rte_button,.b-cookie-info .rte_button--colored {
    float: right;
    margin-top: -7px
}

.b-cookie-info__inner {
    padding-top: 30px
}

.b-cookie-info__msg {
    float: left;
    display: inline-block
}