
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    /*background-image: url('../img/darkbg.jpg');*/
}
body.popupOpen {
    overflow: hidden;
}
.outerwrapper {
    /* background-color: #0b0b0b; */
}

form {
    margin-bottom: 0;
}

input, textarea, select, #card-element {
    border-radius: 0;
    height: 50px;
    border: none;
    padding: 17px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
}
select {
    padding: 0 26px;
}
textarea {
    height: 133px;
    padding-top: 17px;
}
#card-element {
    display: flex;
    align-items: center;
}
#card-element > * {
    width: 100%;
}
label {
    margin-bottom: 22px;
}
label input, label textarea, label select, #card-element {
    margin-top: 3px;
}
.form-item label {
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.form-item .note {
    font-size: 13px;
    color: #bbb;
    margin-top: 2px;
    text-align: right;
}


p.empty {
    color: #afafaf;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}


hr {
    width: 57px;
    height: 0px;
    display: block;
    margin: -5px auto 34px auto;
    border: none;
    border-bottom: 5px solid #ffffff;
    display: none;
}
hr.white {
    border-color: #fff;
}

.outerwrapper > .msg {
    /* margin-bottom: 20px; */
    position: absolute;
    top: 160px;
    z-index: 100;
    width: 100%;
}
.msg {
    pointer-events: none;
}
.msg div {
    color: #fff;
    padding: 17px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    line-height: 1;
}
.msg div.success {
    background-color: #23e295;
}
.msg div.success p {
    color: #fff;
}
.msg div.error {
    background-color: #ea3958;
}
.msg div.error p {
    color: #fff;
}

.flexcont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    /* background-color: rgba(46, 50, 59, 0.1); */
    transition: all .2s linear;
}
/**:hover > .flexcont {
    background-color: rgba(0,0,0,0.5);
}*/
.flexcont .inner {
    padding: 40px 55px;
    text-align: center;
}
.flexcont .inner h3 {
    margin-bottom: 4px;
    font-weight: 400;
    color: #fff;
    font-size: 39px;
}

.wrapper {
    width: 1100px;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}
.innerwrapper {
    width: 950px;
    max-width: calc(100% - 140px);
    margin-left: auto;
    margin-right: auto;
}

.label {
    padding: 5px 9px 5px 9px;
    border-radius: 0;
    background-color: #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
.label.small {
    padding: 2px 7px 0px 7px;
    font-size: 0.8em;
}

.loading {
    position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    margin: -7.5px 0 0 -7.5px;
    animation: load 3s ease-in-out infinite;
    z-index: 5;
}
@keyframes load {
  0% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  8% {box-shadow:15px -15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  17% {box-shadow:15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
  25% {box-shadow:15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  33% {box-shadow:-15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  42% {box-shadow:-15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, -15px 15px 0 0 #ffffff;}
  50% {box-shadow:-15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  58% {box-shadow:-15px 15px 0 0 #ffffff, 15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  67% {box-shadow:-15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px 15px 0 0 #ffffff;}
  75% {box-shadow:-15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  83% {box-shadow:15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  92% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, 15px -15px 0 0 #ffffff;}
  100% {box-shadow:15px 15px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -15px -15px 0 0 #ffffff;}
}

.grecaptcha-badge {
    display: none;
}

.white-popup-block {
    background-color: #fff;
    padding: 40px;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    position:  relative;
    border-radius: 4px;
}
.white-popup-block .buttons {
    margin-top: 35px;
}
.white-popup-block .image {
    margin-bottom: 20px;
}
.white-popup-block .image img {
    display: block;
}


.owl-carousel .owl-controls .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 5px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 6px;
    /* border: 6px solid rgba(255,255,255,.5); */
    background: rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background: rgb(170 61 126);
}
.owl-carousel .owl-controls .owl-prev {
    top: 50%;
    left: -140px;
}
.owl-carousel .owl-controls .owl-next {
    top: 50%;
    right: -140px;
}
.owl-carousel .owl-controls .owl-next svg,
.owl-carousel .owl-controls .owl-prev svg {
    width: 40px;
}
.owl-carousel .owl-controls svg path {
    fill: #aa3c7e;
}

/**********************/

header .navlink {
    display: none;
}

header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
header .top {
    background-color: #aa3c7e;
    padding: 11px 0;
    text-align: center;
}
header .top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .top p {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}
header .top p a {
    color: #fff;
}

header .top .contacts {
    display: flex;
    align-self: center;
}
header .top .contacts p {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px dotted #ffffff85;
}
header .top .contacts p.socials {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
header .top .contacts p.socials a {
    margin-right: 4px;
}
header .main {
    padding: 22px 0;
}
header .main .wrapper {
    position: relative;
}
header a.logo {
    display: flex;
    align-items: center;
}
header a.logo img {
    height: 80px;
    display: inline-block;
    margin-right: 15px;
}
header a.logo h3 {
    margin: 6px 0 0 0;
    font-size: 22px;
}
header .rightheader {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}
header .rightheader a.book {
    margin-left: 40px;
}
header .rightheader nav {
    flex-grow: 1;
}
header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header ul li {
    display: inline-block;
    margin-left: 26px;
    margin-bottom: 0;
    position: relative;
}
header ul li a,
header ul li a:visited {
    font-size: 19px;
    font-weight: 600;
    display: block;
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    letter-spacing: 0.7px;
}
header ul li.active > a,
header ul li:hover > a {
    color: #aa3c7e;
}
header ul li a span.button {
    padding: 14px 22px;
}
header ul li .drop+a:before {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent; /* arrow size */
    border-bottom-color: #fff;
    top: calc(100% - 30px);
    left: calc(50% - 20px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
header .drop {
    position: absolute;
    left: calc(50% - 100px);
    /* right: 0; */
    top: 100%;
    width: 200px;
    margin: 0;
    background-color: #fff;
    padding: 24px 0 26px 0;
    border-radius: 10px;
    /* overflow: hidden; */
    box-shadow: 0 20px 20px -20px rgba(56, 63, 64, 0.46);
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    display: block;
}
header .drop:before {
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-mask-image: radial-gradient(circle 10px at 0 0, transparent 0, transparent 20px, black 21px);
    position: absolute;
    content: '';
    bottom: 100%;
    right: 50%;
}
header .drop:after {
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-mask-image: radial-gradient(circle 10px at top right, transparent 0, transparent 20px, black 21px);
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
}
nav#menu > ul > li:last-child > ul.drop {
    left: inherit;
    right: 0
}
/*header .drop:after {
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    border-radius: 2px;
}*/
header .drop .drop {
    left: inherit;
    right: 100%;
    top: -23px;
    margin: 0;
}
header li:hover > .drop,
header ul li:hover > .drop+a:before {
    opacity: 1;
    pointer-events: all;
}
header li:hover > a > .caret {
    /*transform: rotate(180deg);*/
}

header .drop li {
    position: relative;
    z-index: 6;
    display: block;
    margin-bottom: 9px;
    margin-left: 0;
    padding: 0 26px;
}
header .drop li:last-child {
    margin-bottom: 0;
}
header .drop li a,
header .drop li a:visited {
    color: #677577;
    padding: 0;
    font-size: 15px;
    text-align: center;
    color: #000;
}
header .drop li:hover > a {
    color: #aa3c7e;
}
/*header .drop .solution {
    position: relative;
    z-index: 5;
    border-right: 1px solid #eaedee;
}
header .drop .solution .sologo {
    height: 42px;
    margin-bottom: 23px;
}
header .drop .solution .sologo img {
    max-height: 100%;
    display: inline-block;
}
header .drop .solution h3 {
    font-size: 15px;
    margin-bottom: 16px;
    color: #383f40;
}
header .drop .solution ul {
    text-align: left;
}
header .drop .solution ul li {
    display: block;
    margin: 0 0 4px 0;
}
header .drop .solution ul li:last-child {
    margin-bottom: 0;
}
header .drop .solution ul li a {
    color: #677577;
    padding: 0;
    font-size: 15px;
}
header .drop .solution ul li a:hover {
    color: #26a28f;
}*/

/**********************/

.columns {
    column-count: 3;
    column-gap: 3.5%;
}
.columns .column {
  /* for Chrome and Edge */
    break-inside: avoid-column;
    /* for Firefox */
    display: inline-grid;
    page-break-inside: avoid;
    overflow: hidden;
}
/* for Chrome and Edge */
@supports (break-inside: avoid-column) {
  #columnasFooter li  {
    display: block;
  }
}

section {
    overflow: hidden;
    padding: 80px 0;
    background-color: #fff;
}

section.padding_small {
    padding: 50px 0;
}
section.padding_top_small {
    padding-top: 50px;
}
section.padding_bottom_small {
    padding-bottom: 30px;
}
section.padding_0 {
    padding: 0;
    overflow: auto;
}
section.padding_top_0 {
    overflow: auto;
    padding-top: 0;
}
section.padding_bottom_0 {
    padding-bottom: 0;
    overflow: auto;
}


/*** BLOCKS ************************************************/

    section.block .block_image {
        min-height: 170px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px;
        overflow: hidden;
    }
    section.block .block_image.block_image_cover {
        background-size: cover;
    }
    section.block .block_image img.sizer {
        visibility: hidden;
        max-height: 500px;
        display: block;
    }
    section.block .block_text {
        text-align: center;
    }

    /*** Block Image *********/
    section.block.block_type_image {
        padding: 0;
    }
    /*** Block Image End *******/

    /*** Block Gallery *********/
    section.block.block_type_gallery {
    }
    section.block.block_type_gallery .gallery_image {
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 40px;
        display: block;
    }
    /*** Block Gallery End *******/
    /*** Slideshow Gallery *******/
    section.block.block_type_slider .gallery_image {
        background-size: cover;
    }
    section.block.block_type_slider .gallery_image img.sizer {
        visibility: hidden;
        display: block;
        width: 100%;
    }
    /*** Slideshow Gallery End *******/

/***********************************************************/

/*** CUSTOM BLOCKS ****************************************/

    /*** Hero *********/
    section[class*="hero"] {
        padding: 0;
        background-color: #e1e1e1;
    }
    section[class*="hero"] .hero_img {
        position: relative;
        min-height: 300px;
        height: 500px;
        padding: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        color: white;
    }
    /*section[class*="hero"] .hero_img:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
         content: '';
        background-color: rgba(255, 255, 255, 0.52);
    }*/
    section[class*="hero"] .hero_img .wrapper {
        justify-content: flex-start;
        align-items: flex-end;
    }
    section[class*="hero"] .hero_img .flexcont {
        /* background-color: #e1e1e1e3; */
        background-color: rgba(0, 0, 0, 0.37);
        /* opacity: 0.31; */
    }
    section[class*="hero"] .hero_img .flexcont .inner {
        text-align: left;
        padding: 155px 0 0 0;
        width: 700px;
        /* width: 500px; */
        max-width: 100%;
    }
    section[class*="hero"] h1,
    section[class*="hero"] h2 {
        color: #fff;
        /* font-size: 57px; */
        margin: 0 0 20px 0;
    }
    section[class*="hero"] p {
        color: #fff;
        font-size: 27px;
        line-height: 1.4;
    }
    section[class*="hero"] .hero_img .flexcont .buttons {
        margin-top: 20px;
    }
    section[class*="hero"] .hero_img .flexcont .buttons a {
        margin: 0 10px 0 0;
    }

    section[class*="hero"].big_hero .hero_img {
        height: 75vh;
        min-height: 600px;
    }
    /*** Hero End *******/

    /*** Testimonials *******/
    section.block_type_testimonials {
        padding-bottom: 40px;
    }
    section .testimonials .testimonial {
        margin-bottom: 30px;
        text-align: center;
    }
    section .testimonials .testimonial .image {
        margin-bottom: 20px;
    }
    section .testimonials .testimonial .image img {
        display: block;
    }
    section .testimonials .testimonial h4 {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 21px;
    }
    /*** Testimonials End *******/

    /*** Articles *******/
/*    section.block_type_article_hero .hero_img .flexcont .inner {
        text-align: center;
    }
    section.block_type_article_hero h1,
    section.block_type_article_hero p {
        color: #fff;
    }
    section.block_type_articles h2,
    section.block_type_recent_articles h2 {
        text-align: center;
    }*/
    section .articles {
        margin-top: 40px;
    }
    section .articles .article {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }
    section .articles .article .content {
        position: relative;
        padding: 20px 20px 60px 20px;
        background-color: white;
        flex-grow: 1;
    }
    section .articles .article .image {
        /*margin-bottom: 19px;*/
    }
    section .articles .article .image img {
        display: block;
    }
    section .articles .article h4 {
        margin-bottom: 11px;
        font-size: 19px;
        font-weight: 600;
    }
    section .articles .article p {
        font-size: 15px;
    }
    section .articles .article .button {
        /* width: 100%; */
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    section .article-heading {
        text-align: center;
        padding-bottom: 40px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
    /*** Articles End *******/

    /*** Categories *******/
    section.block_type_categories {
        padding: 50px 0 0 0;
    }
    section.block_type_categories .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.block_type_categories .categories a {
        display: inline-block;
        padding: 0px 34px;
        border-right: 1px solid #000;
    }
    section.block_type_categories .categories a:last-child {
        border-right: none;
    }
    section.block_type_categories .categories a:not(.active) {
        color: #333;
    }
    /*** Categories END *******/

    /*** Call to Action *******/
    section.call_to_action[class*="hero"] .hero_img .inner {
        padding-top: 0;
    }
    section.call_to_action[class*="hero"] .hero_img .wrapper {
        justify-content: center;
        display: flex;
    }
    section.call_to_action[class*="hero"] .hero_img .wrapper h2 {
        font-size: 50px;
        font-weight: 600;
    }
    section.call_to_action[class*="hero"] .hero_img {
        height: 600px;
    }
    /*section.call_to_action:before {
        background-color: #1ECEE0;
        opacity: 0.95;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }*/
    section.call_to_action .wrapper {
        position: relative;
    }

    /*** Call to Action END *******/

    /*** Intro *******/
    section.intro .wrapper {
        width: 840px;
    }
    section.intro p {
        font-size: 22px;
    }
    /*** Intro END *******/


    #home section.intro {
        /* padding-top: 100px; */
    }
    #home section.block_type_text_image .wrapper,
    #home section.block_type_image_text .wrapper {
        width: 1300px;
    }

    /*** Classes *******/
    section.block_type_classes .class {
        margin-bottom: 50px;
    }
    section.block_type_classes .class .image  {
        margin-bottom: 20px;
        /*filter: grayscale(1);*/
    }
    section.block_type_classes .class .image img {
        display: block;
    }
    section.block_type_classes .class h3 {
        font-weight: 600;
        font-size: 29px;
        margin-bottom: 5px;
    }
    /*** Classes END *******/

    /*** Courses *******/
    section.block_type_courses .course {
        margin-bottom: 50px;
    }
    section.block_type_courses .course .image  {
        margin-bottom: 20px;
    }
    section.block_type_courses .course .image img {
        display: block;
    }
    section.block_type_courses .course h3 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 5px;
    }
    /*** Courses END *******/

    /*** Locations *******/
    section.block_type_locations {
        padding-bottom: 0;
    }
    section.block_type_locations h2 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0px;
    }
    section.block_type_locations section.location {
        padding: 70px 0;
        position: relative;
    }
    section.block_type_locations .map iframe {
        /* position: absolute; */
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        width: 100%;
        height: 100%;
    }
    section.block_type_locations .description {
        flex-grow: 1;
        text-align: left;
    }
    section.block_type_locations .description h3 {
        color: #aa3c7e;
    }
    section.block_type_locations section.location:nth-child(even) {
        background-color: #f4f9fb;
    }
    section.block_type_locations section.location:nth-child(even) .row {
        flex-direction: column-reverse;
    }
    section.block_type_locations section.location:nth-child(even) .map iframe {
        right: 0;
        left: inherit;
    }
    /*** Locations END *******/

    /*** Prices *******/
    section.block_type_prices {

    }
    section.block_type_prices .price {
        border-radius: 5px;
        background-color: #fff;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.block_type_prices h2 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }
    section.block_type_prices .price h3 {
        margin: 0;
        color: #aa3c7e;
        font-weight: 600;
        font-size: 35px;
        line-height: 1;
    }
    section.block_type_prices .price p.title {
        margin: 0 0 10px 0;
    }
    section.block_type_prices .price p.descr {
        margin: 10px 0 0 0;
        font-size: 16px;
    }
    /*** Prices END *******/

    #contact section form {
        background-color: #f4f9fb;
        padding: 30px;
        border-radius: 5px;
    }

    /*** File Download *******/
    section.block_type_file_download {
    }
    section.block_type_file_download a.wrapper {
        display: block;
    }
    section.block_type_file_download .inner {
        pointer-events: none;
    }
    /*** File Download END *******/

    /*** Testimonials Slider *******/
    section.block_type_testimonials_slider {
        overflow: hidden;
        /*background-image: url('../img/testimonials-background.jpg');*/
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
/*    section.block_type_testimonials_slider:before {
        background-color: #373738;
        opacity: 0.8;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }*/
    section.block_type_testimonials_slider .background {
        background-size: cover;
        background-position: center top 20%;
        background-repeat: no-repeat;
    }
    section.block_type_testimonials_slider .wrapper {
        position: relative;
    }
    section.block_type_testimonials_slider h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 60px;
    }
    section.block_type_testimonials_slider h2:after {
        background-color: #fff;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-stage-outer:before,
    section.block_type_testimonials_slider .owl-carousel .owl-stage-outer:after {
        content: '';
        position: absolute;
        left: 100%;
        width: 1000px;
        top: 0;
        bottom: 0;
        background-color: #f4f9fb;
        opacity: 0.7;
        z-index: 20;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-stage-outer:before {
        right: 100%;
        left: inherit;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-controls {
        /* position: absolute; */
        /* bottom: -40px; */
        /* left: 0; */
        /* right: 0; */
    }
    section.block_type_testimonials_slider .owl-carousel .owl-controls .owl-dots .owl-dot span {
        width: 1px;
        height: 1px;
        background: transparent;
    }
    section.block_type_testimonials_slider .owl-carousel .owl-controls .owl-dots .owl-dot.active {
        background: #fff;
    }
    section.block_type_testimonials_slider .testimonial_slide {
        padding: 35px 35px 27px 35px;
        background-color: #fff;
        border-radius: 7px;
    }
    section.block_type_testimonials_slider .testimonial_slide .quote {
        margin-bottom: 30px;
    }
    section.block_type_testimonials_slider .testimonial_slide .quote p {
        /*color: #fff;*/
        font-size: 18px;
    }
    section.block_type_testimonials_slider .testimonial_slide h3 {
        font-size: 17px;
        /*color: #fff;*/
        font-weight: 400;
        text-align: right;
        margin-bottom: 0;
    }
    section.block_type_testimonials_slider .testimonial_slide h3 strong {
        /* display: block; */
        margin-left: 10px;
        /* font-weight: 400; */
        font-size: 16px;
        letter-spacing: 0.7px;
    }
    /*** Testimonials Slider End *******/

    /*** Get in touch bar *******/
    section.getintouch h3 {
        margin-bottom: 0;
        font-size: 28px;
    }
    /*** Get in touch bar End *******/

/**********************************************************/

.white-popup-block .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/**********************************************************/

footer {
    min-height: 300px;
    padding: 100px 0 60px 0;
    color: inherit;
    position: relative;
    background: #f4f9fb;
    /* margin-top: 100px; */
    /* text-align: center; */
}
/*header+footer {
    border-top: 150px solid #e1e1e1;
}*/
footer .wrapper {
    position: relative;
    z-index: 7;
}
footer .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .top .footer_column {
    padding-right: 50px;
}
footer .top .footer_column:last-child {
    padding-right: 0;
}

footer ul {
    list-style: none;
    margin: 0;
}
footer ul li {
    margin: 0 0 12px 0;
    display: block;
    /*font-family: 'Oswald';*/
    /*text-transform: uppercase;*/
}
footer ul li a,
footer ul li a:visited {
    font-size: 19px;
    font-weight: 600;
    display: block;
    /* color: #333333; */
    /* padding: 10px 0; */
    position: relative;
    letter-spacing: 0.7px;
}
footer h3 {
    /* color: inherit; */
    margin-bottom: 30px;
}
footer h3:after {
    margin-left: 0;
    height: 5px;
}
footer p {
    color: #2c2c2b;
}
footer p a,
footer p a:visited {
    /* color: #9d211e; */
    /* font-weight: 600; */
}

footer .logo {
    height: 100px;
    display: block;
    /* margin-bottom: 60px; */
    text-align: center;
}
footer .logo img {
    display: inline-block;
    max-height: 100%;
}
/*footer .socials a {
    color: #999;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px #999 solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 13px;
}*/
footer .socials {
    text-align: center;
}
footer .socials a {
    font-size: 19px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #aa3c7e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}
footer .socials a svg {
    color: #ffffff;
    /* margin-right: 10px; */
}
footer .copyright {
    display: block;
    margin-top: 30px;
    text-align: center;
}
footer .copyright p {
    font-size: 14px;
    /* color: #333333; */
    margin-bottom: 0;
}
footer .copyright p.links a {
    display: inline-block;
    margin-left: 10px;
}

.previewing {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99;
}
.previewing strong {
    position: fixed;
    top: 40px;
    left: -132px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 140px;
    background-color: #fbe25b;
    transform: rotate(-45deg);
}

#on-demand header,
#on-demand footer,
#on-demand .block_id_9,
#on-demand .block_id_34,
#on-demand .block_id_35 {
    display: none !important;
}