@font-face {
    font-family: 'Symbola';
    src: url('../fonts/Symbola.eot');
    src: url('../fonts/Symbola.eot?#iefix') format('embedded-opentype'), url('../fonts/Symbola.woff2') format('woff2'), url('../fonts/Symbola.woff') format('woff'), url('../fonts/Symbola.ttf') format('truetype'), url('../fonts/Symbola.svg#Symbola') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* custom gutter width */

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
}


/** {
  outline: 1px solid red;
}*/

body {
    overflow-x: hidden;
    font-family: 'Quicksand', sans-serif;
    color: #5A5858;
}

p {
    font-weight: 500;
    line-height: 1.75;
}

ul li {
    font-weight: 500;
}

a {
    color: #1471B9;
}

a:hover {
    color: rgb(43, 124, 185);
}

.text-primary {
    color: #1471B9 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1471B9;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

h1 span,
h2 span,
h3 span {
    color: #FF84A4;
}

img {
    max-width: 100%;
    height: auto;
}

.page-section {
    padding: 100px 0;
}

.page-section h1 {
    font-size: 35px;
    line-height: 1.3em;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

::-moz-selection {
    background: #1471B9;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #1471B9;
    color: #FFFFFF;
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.btn {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #FF84A4;
    color: #FFFFFF;
    border-radius: 39px;
    padding: 14px 30px;
    letter-spacing: 0.035em;
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: rgb(250, 108, 146);
    color: #FFFFFF;
}

@media (max-width: 479px) {
    .btn {
        position: relative;
        font-size: 16px;
        border-radius: 39px;
        padding: 10px 20px;
    }
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-primary {
    background-color: #1471B9;
    border-color: #1471B9;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;
    color: white;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-left: 0;
    }
}

#mainNav {
    background-color: #1471B9;
    padding: 9px 20px;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #1471B9;
}

#mainNav .navbar-brand img.logo_mobile,
#mainNav img.cart_mobile {
    display: none;
}

@media (max-width: 992px) {
    #mainNav .navbar-brand img.logo_desktop,
    #mainNav img.cart_desktop {
        display: none;
    }
    #mainNav .navbar-brand img.logo_mobile,
    #mainNav img.cart_mobile {
        display: block;
    }
}

#mainNav .container {
    position: relative;
}

#mainNav .submenu_wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 70px;
    padding: 10px;
}

#mainNav .submenu_wrap ul.submenu {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    right: auto;
    top: 70px;
    width: 226px;
    background-color: #FFFFFF;
    box-shadow: 4px 12px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 200ms ease-in-out;
}

@media (max-width: 1500px) {
    #mainNav .submenu_wrap ul.submenu {
        left: auto;
        right: 0;
        width: 226px;
    }
}

#mainNav .submenu_wrap:hover ul.submenu {
    display: block;
    margin: 0;
    padding: 0;
}

#mainNav.navbar-shrink .submenu_wrap:hover ul.submenu {
    top: 60px;
}

#mainNav .submenu_wrap ul.submenu li {
    position: relative;
    text-align: left;
    margin: 0 20px;
    border-bottom: 1px solid #5A5858;
    list-style: none;
    padding-left: 0;
}

#mainNav .submenu_wrap ul.submenu li a {
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #5A5858;
    padding: 12px 20px 12px 0;
    text-decoration: none;
    display: block;
}

#mainNav .submenu_wrap ul.submenu li a:hover {
    text-decoration: none;
    font-weight: 600;
    color: #1471B9;
}

#mainNav .submenu_wrap ul.submenu li:last-of-type {
    border-bottom: 0;
}

#mainNav .submenu_wrap ul.submenu li:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    display: inline-block;
    background-image: url(../img/icon_submenu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 8px;
    height: 15px;
}

#mainNav .submenu_wrap ul.submenu li:hover:after {
    color: #446EA5;
}

@media (max-width: 991px) {
    #mainNav .submenu_wrap {
        width: 30px;
        height: 30px;
        padding: 6px 0 0 0;
    }
    #mainNav .submenu_wrap ul.submenu {
        position: fixed;
        top: 48px;
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 0 0 10px 10px;
    }
    #mainNav.navbar-shrink .submenu_wrap:hover ul.submenu {
        top: 48px;
    }
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #1471B9;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #ffffffc4;
        background-color: #1471b9d1;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
}

header.masthead {
    text-align: center;
    color: white;
    /*background-image: url("../img/video-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;*/
}

header.masthead .section.has-video {
    position: relative;
    overflow: hidden;
    height: 484px;
    /*background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../img/content/video_section_bg.jpg);
  background-size: 100% auto;*/
    clear: both;
}

header.masthead .section.has-video .section_video {
    position: absolute;
    top: 0;
    top: -10vw;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 0;
}


/* Video overlay */

header.masthead .section.has-video .section_video:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

header.masthead .section.has-video .section_video video {
    object-fit: cover;
    width: 100%;
}

@media only screen and (min-width: 1199px) and (max-width: 1522px) {}

@media only screen and (max-width: 1399px) {
    header.masthead .section.has-video {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    header.masthead {
        margin-top: 40px;
    }
    header.masthead .section.has-video .section_video {
        top: -5vw;
    }
}

@media only screen and (max-width: 768px) {
    header.masthead,
    header.masthead .section.has-video {
        height: 66vw;
    }
    header.masthead .section.has-video .section_video {
        top: -1vw;
    }
}

@media only screen and (max-width: 529px) {
    header.masthead,
    header.masthead .section.has-video {
        height: 265px;
    }
    header.masthead .section.has-video .section_video {
        top: 0;
    }
}

.page-section.main {
    z-index: 1;
    position: relative;
    margin-top: -140px;
    padding: 10vw 0 30px 0;
    background-image: url(../img/main_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    z-index: 1;
}

.page-section.main .text {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 0;
}

.page-section.main .image {
    padding-left: 0;
}

.page-section.main h1 {
    font-size: 36px;
    margin-bottom: 6px;
}

.page-section.main h2 {
    color: #FF84A4;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
    font-size: 22px;
    margin-bottom: 30px;
}

.page-section.main p {
    font-size: 18px;
    line-height: 135%;
}

@media only screen and (max-width: 991px) {
    .page-section.main {
        padding-top: 100px;
    }
    .page-section.main .text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-section.main .image img {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .page-section.main {
        margin-top: -140px;
    }
    .page-section.main .text {
        padding-top: 0;
    }
    .page-section.main .image {
        display: none;
    }
    .page-section.main h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page-section.main h2 {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 529px) {
    .page-section.main {
        margin-top: -80px;
        background-size: 115% auto;
        background-position: calc(50% - 20px) top;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.main {
        padding: 80px 0 10px 0;
        margin-top: -120px;
    }
    .page-section.main h1 {
        margin-bottom: 5px;
    }
    .page-section.main h2 {
        margin-bottom: 30px;
    }
    .page-section.main p {
        font-size: 14px;
    }
}

.page-section.quote {
    position: relative;
    margin: 0 0 30px 0;
    padding: 10px 0;
    background-color: #FF84A4;
    z-index: 2;
}

.page-section.quote:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    top: -20px;
    left: 0;
    right: 0;
    background-image: url(../img/quote_before_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    z-index: 0;
}

.page-section.quote:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 60px;
    bottom: -40px;
    left: 0;
    right: 0;
    background-image: url(../img/quote_after_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    z-index: 0;
}

.page-section.quote blockquote {
    position: relative;
    color: #FFFFFF;
    font-family: Nunito;
    font-weight: 900;
    font-size: 25px;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0;
    z-index: 1;
}

@media only screen and (min-width: 1550px) {
    .page-section.quote:after {
        bottom: -30px;
    }
}

@media only screen and (min-width: 1700px) {
    .page-section.quote:after {
        bottom: -20px;
    }
}

@media only screen and (max-width: 991px) {
    .page-section.quote:after {
        bottom: -50px;
    }
}

@media only screen and (max-width: 768px) {
    .page-section.quote:before {
        background-size: 130% auto;
    }
    .page-section.quote:after {
        background-size: 130% auto;
        height: 70px;
        bottom: -60px;
    }
}

@media only screen and (max-width: 529px) {
    .page-section.quote:before,
    .page-section.quote:after {
        background-size: 160% auto;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.quote {
        padding: 6px 0 0 0;
    }
    .page-section.quote blockquote {
        font-size: 20px;
        font-weight: 600;
        text-align: left;
    }
    .page-section.quote:before,
    .page-section.quote:after {
        background-size: 400% auto;
    }
    .page-section.quote:before {
        top: -6px;
    }
    .page-section.quote:after {
        height: 60px;
        bottom: auto;
        top: 34%;
    }
}

@media only screen and (max-width: 410px) {
    .page-section.quote:after {
        top: 40%;
    }
}

@media only screen and (max-width: 369px) {
    .page-section.quote:after {
        top: 60px;
    }
}

.page-section.product {
    position: relative;
    margin-top: -20px;
    padding: 40px 0 100px 0;
    background-image: url(../img/product_bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    z-index: 1;
}

.page-section.product .row {
    position: relative;
}

.page-section.product .hearts {
    position: absolute;
    display: block;
    width: 517px;
    height: 435px;
    top: 0;
    left: 0;
    background-image: url(../img/hearts_desktop_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    z-index: 0;
}

.page-section.product .product-row .image img {
    position: relative;
    padding: 20px 0;
    right: 10px;
    float: right;
    z-index: 1;
}

.page-section.product .text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.page-section.product h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.page-section.product ul {
    width: 100%;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.page-section.product ul li {
    position: relative;
    line-height: 1.7em;
    padding-left: 20px;
    float: left;
    clear: both;
}

.page-section.product ul li:before {
    font-size: 18px;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background-image: url("../img/bullet.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-section.product ul li:after {
    position: absolute;
    content: "";
    width: calc(100% - 18px);
    height: 1px;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid rgba(107, 176, 218, 0.5);
}

.page-section.product .btn {
    margin-top: 80px;
}

.page-section.product .sample-row h2 {
    font-size: 30px;
    color: #6BB0DA;
    margin-bottom: 50px;
}

.page-section.product .sample-row .text {
    padding-left: 7s0px;
}

.page-section.product .sample-row .btn {
    margin-top: 0;
}

.page-section.product .pharmacy_links {
    position: relative;
    margin-top: 80px;
}

.page-section.product .pharmacy_links .btn {
    position: relative;
    padding: 14px 50px 14px 30px;
    margin-top: 0;
}

.page-section.product .pharmacy_links .btn:after {
    position: absolute;
    content: "";
    right: 14px;
    top: 17px;
    width: 18px;
    height: 10px;
    background-image: url(../img/icon_btn_dropdown.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page-section.product .pharmacy_links ul.submenu {
    position: relative;
    display: none;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 240px;
    z-index: 100;
    top: 48px;
}

.page-section.product .pharmacy_links:hover ul.submenu {
    display: block;
    position: absolute;
}

.page-section.product .pharmacy_links ul li {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2em;
    list-style: none;
    float: none;
}

.page-section.product .pharmacy_links ul li:before,
.page-section.product .pharmacy_links ul li:after {
    display: none;
}

.page-section.product .pharmacy_links ul li a {
    position: relative;
    display: block;
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
    color: #5A5858;
    text-decoration: none;
    border-bottom: 1px solid #5A5858;
}

.page-section.product .pharmacy_links ul li:last-of-type a {
    border-bottom: 0;
}

.page-section.product .pharmacy_links ul li a span {
    display: block;
    padding: 14px 30px 14px 0;
}

.page-section.product .pharmacy_links ul li a:after {
    position: absolute;
    content: "";
    display: block;
    height: 16px;
    width: 14px;
    right: 5px;
    top: 16px;
    background-image: url(../img/icon_submenu.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.page-section.product .pharmacy_links ul li a:hover {
    font-weight: 600;
    color: #1471B9;
}

.page-section.product .pharmacy_single .btn:after {
    transform: rotate(270deg);
}

@media only screen and (max-width: 1199px) {
    .page-section.product.sample {
        background-size: auto 500px;
    }
    .page-section.product .hearts {
        width: 417px;
    }
}

@media only screen and (max-width: 991px) {
    .page-section.product.sample {
        background-position: center top 234px;
        background-size: auto 440px;
    }
    .page-section.product .hearts {
        width: 317px;
    }
    .page-section.product ul li:before {
        background-image: url(../img/bullet.svg);
        background-size: 14px 14px;
        background-position: top center;
        top: 6px;
        transform: translateY(0);
    }
    .page-section.product .row.product-row {
        padding-bottom: 60px;
    }
    .page-section.product .pharmacy_links {
        margin-top: 40px;
    }
    .page-section.product .pharmacy_links ul.submenu {
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-section.product {
        background-image: none;
        background-color: #FFF7F7;
    }
    .page-section.product .hearts {
        width: 100%;
        background-image: url(../img/hearts_mobile_bg.svg);
    }
    .page-section.product .text {
        display: block;
        text-align: center;
    }
    .page-section.product .row.product-row {
        padding-bottom: 30px;
    }
    .page-section.product ul {
        margin: 0 auto;
        display: inline-block;
        width: auto;
    }
    .page-section.product ul li {
        text-align: left;
    }
    .page-section.product .product-row .image {
        text-align: center;
    }
    .page-section.product h2 {
        text-align: center;
    }
    .page-section.product .sample-row {
        display: flex;
        flex-direction: column;
    }
    .page-section.product .sample-row .image {
        text-align: center;
        order: 1;
        padding-bottom: 10px;
    }
    .page-section.product .product-row .image img {
        right: 0;
        float: none;
        padding: 20px 20vw 30px 20vw;
    }
    .page-section.product .sample-row .text {
        order: 2;
    }
    .page-section.product .sample-row .image img {
        padding: 20px 25vw 20px 25vw;
    }
    .page-section.product .sample-row h2 {
        margin-bottom: 40px;
    }
    .page-section.product .btn {
        margin: 40px 0 30px 0;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.product {
        margin-top: -30px;
        padding: 40px 0 40px 0;
    }
    .page-section.product.sample {
        padding: 40px 0 10px 0;
    }
    .page-section.product .hearts {
        background-size: 124% auto;
        background-position: right -4vw top;
    }
    .page-section.product .text {
        padding-left: 20px;
    }
    .page-section.product .btn {
        margin: 40px 0 0 0;
    }
    .page-section.product h2 {
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
    }
    .page-section.product ul {
        padding-left: 20px;
    }
    .page-section.product ul li {
        font-size: 14px;
        line-height: 1.4em;
        padding: 3px 0 4px 20px;
    }
    .page-section.product .row.product-row {
        padding-bottom: 0;
    }
    .page-section.product .product-row .image img {
        right: 0;
        float: none;
        padding: 20px 20vw 10px 20vw;
    }
    .page-section.product .sample-row {
        padding-top: 30px;
    }
    .page-section.product .sample-row h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .page-section.product .sample-row .image img {
        padding: 20px 25vw 0 25vw;
    }
    .page-section.product .sample-row .btn {
        margin: 0;
    }
}

.page-section.two-column-5-6 {
    padding: 0 0 10px 0;
}

.page-section.two-column-5-6 .text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.page-section.two-column-5-6 .text p {
    font-size: 18px;
    line-height: 1.3em;
}

.mobile {
    display: none
}

@media only screen and (max-width: 767px) {
    .page-section.two-column-5-6 {
        display: flex;
        flex-direction: column;
        background-color: #FFF7F7;
        padding: 0;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: inline-block;
    }
    .page-section.two-column-5-6 .text {
        order: 1;
        padding-bottom: 100px;
        padding-left: 20px;
        z-index: 3;
    }
    .page-section.two-column-5-6.empty .text {
        padding-bottom: 10px;
    }
    .page-section.two-column-5-6 .image {
        position: relative;
        order: 2;
    }
    .page-section.two-column-5-6 .image:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 85px;
        top: -60px;
        left: 0;
        right: 0;
        background-image: url(../img/two_column_image_before_bg.svg);
        background-size: 767px 85px;
        background-position: bottom center;
        background-repeat: no-repeat;
        z-index: 2;
    }
    .page-section.two-column-5-6.empty .image:before {
        background-image: url(../img/two_column_image_before_empty_bg.svg);
    }
    .page-section.two-column-5-6 .image img {
        position: relative;
        max-width: 100%;
        width: 100vw;
    }
}

@media only screen and (max-width: 500px) {
    /*.page-section.two-column-5-6 .image .image_wrap {
    overflow: hidden;
  }*/
    .page-section.two-column-5-6 .image img {
        max-width: 100vw;
        width: 100vw;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.two-column-5-6 .text p {
        font-size: 14px;
    }
    .page-section.two-column-5-6 .text {
        padding-bottom: 70px;
    }
    .page-section.two-column-5-6 .image:before {
        top: -70px;
        background-position: calc(50% - 30px) bottom;
        background-size: 160% auto;
    }
}

.page-section.opinions {
    padding: 30px 0 10px 0;
}

.page-section.opinions h1 {
    text-align: center;
}

.page-section.opinions .owl-carousel .item {
    padding: 40px;
    text-align: center;
    width: 324px;
    height: 412px;
    background-color: #FFF7F7;
    /*box-shadow: 0px 4px 26px rgba(2, 20, 33, 0.11);*/
}

.page-section.opinions .owl-carousel .item h4 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}

.page-section.opinions .owl-carousel .item p {
    font-size: 18px;
    line-height: 1.2em;
}

.page-section.opinions .owl-carousel {
    padding: 30px 0;
}

.page-section.opinions .owl-carousel .owl-stage {
    padding: 30px 0;
}

.page-section.opinions .item .stars {
    font-family: 'Symbola';
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 1;
    padding-bottom: 20px;
}

.page-section.opinions .item .stars::before {
    font-family: 'Symbola';
    /*content: '★★★★★';
	content: '\1F7CA\1F7CA\1F7CA\1F7CA\1F7CA';*/
    content: '🟊🟊🟊🟊🟊';
    letter-spacing: -2px;
    background: linear-gradient(90deg, #FF84A4 var(--percent), rgba(255, 132, 165, 0.4) var(--percent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-prev,
.owl-next {
    margin: 0;
    height: 15px;
}

.owl-prev {
    width: 15px;
    position: absolute;
    top: 33%;
    left: -50px;
    display: block !important;
    border: transparent;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 33%;
    right: -50px;
    display: block !important;
    border: transparent;
}

.owl-prev span,
.owl-next span {
    height: 15px;
    font-size: 6em;
    color: #1471B9;
}

.owl-prev:focus,
.owl-next:focus,
.owl-prev span:focus,
.owl-next span:focus {
    outline: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .page-section.opinions .container {
        max-width: 100%;
    }
    .page-section.opinions .container .col-md-12 {
        padding: 0;
    }
    .page-section.opinions .owl-carousel .item {
        padding: 20px 15px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .page-section.opinions {
        padding: 30px 0 0 0;
    }
    .page-section.opinions h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .page-section.opinions .owl-carousel {
        margin-top: -30px;
        padding-bottom: 0;
    }
    .page-section.opinions .owl-carousel .item {
        box-shadow: none;
    }
}

@media only screen and (max-width: 600px) {
    .page-section.opinions .owl-carousel .item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .page-section.opinions .item .stars {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .page-section.opinions .owl-carousel .item p {
        font-size: 14px;
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3em;
    }
}

.page-section.two-icons {
    padding: 50px 0;
    background-color: #FFF6F7;
    background-image: url(../img/two_icons_bg.svg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center top;
    /*box-shadow: 0px 2px 15px rgba(238, 238, 238, 0.54);*/
}

.page-section.two-icons .sun img,
.page-section.two-icons .moon img {
    padding-bottom: 40px;
}

.page-section.two-icons .moon img {
    padding-top: 24px;
}

.page-section.two-icons .sun p,
.page-section.two-icons .moon p {
    padding: 0 6vw;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    color: #1471B9;
}

@media only screen and (min-width: 1199px) {
    .page-section.two-icons .sun p,
    .page-section.two-icons .moon p {
        padding: 0 8vw;
    }
}

@media only screen and (max-width: 991px) {
    .page-section.two-icons .sun p,
    .page-section.two-icons .moon p {
        padding: 0;
    }
    .page-section.two-icons {
        background-size: 1280px auto;
    }
}

@media only screen and (max-width: 767px) {
    .page-section.two-icons {
        background: #FFFFFF;
        box-shadow: 0px 2px 15px rgba(238, 238, 238, 0.54);
    }
    .page-section.two-icons .sun {
        padding-bottom: 20px;
    }
    .page-section.two-icons .sun p,
    .page-section.two-icons .moon p {
        padding: 0 14vw;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.two-icons {
        padding: 20px 0;
        background: #FFFFFF;
        box-shadow: 0px 2px 15px rgba(238, 238, 238, 0.54);
    }
    .page-section.two-icons .sun,
    .page-section.two-icons .moon {
        margin: 0 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-section.two-icons .sun img,
    .page-section.two-icons .moon img {
        padding-bottom: 10px;
        width: 57px;
        height: auto;
    }
    .page-section.two-icons .sun p,
    .page-section.two-icons .moon p {
        padding: 0;
        font-size: 14px;
        margin-bottom: 0;
    }
    .page-section.two-icons .sun {
        border-bottom: 2px solid rgba(20, 113, 185, 0.1);
    }
}

.page-section.features {
    padding: 80px 0 50px 0;
}

.page-section.features h1 {
    text-align: center;
    line-height: 1em;
    margin-bottom: 110px;
}

.page-section.features .icons {
    padding-bottom: 40px;
}

.page-section.features .icons:last-of-type {
    padding-bottom: 0;
}

.page-section.features .icon {
    text-align: center;
}

.page-section.features .icon .icon_wrap_desktop {
    height: 145px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.page-section.features .icon img {
    padding-bottom: 14px;
}

.page-section.features .icon p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    padding: 0 3vw;
    color: #1471B9;
}

@media only screen and (max-width: 767px) {
    .page-section.features {
        padding: 40px 0;
    }
    .page-section.features .row {
        position: relative;
        z-index: 1;
    }
    .page-section.features .hearts {
        position: absolute;
        display: block;
        width: 100%;
        height: 435px;
        top: 0;
        left: 0;
        background-image: url(../img/hearts_mobile_bg.svg);
        background-repeat: no-repeat;
        background-size: 124% auto;
        background-position: center top 0;
        z-index: 0;
    }
    .page-section.features .mobile {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .page-section.features h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .page-section.features .icons {
        padding-bottom: 35px;
    }
    .page-section.features .icon {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .page-section.features .icon .icon_wrap_mobile {
        height: 90px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .page-section.features .icon .icon_wrap_desktop {
        display: none;
    }
    .page-section.features .icon img.mobile {
        display: inline-block;
        padding: 0;
    }
    .page-section.features .icon p {
        font-size: 13px;
        color: #454545;
        padding: 0;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.features {
        padding: 20px 0 5px 0;
    }
    .page-section.features h1 {
        padding: 0 20px;
        margin-bottom: 20px;
        line-height: 1.2em;
    }
    .page-section.features .icons {
        padding-bottom: 0;
    }
}

.page-section.shop {
    padding: 30px 0;
    background-image: url(../img/shop_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.page-section.shop .row {
    position: relative;
}

.page-section.shop .hearts {
    position: absolute;
    display: block;
    width: 517px;
    height: 435px;
    top: 0;
    left: 0;
    background-image: url(../img/hearts_shop_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 101% auto;
    z-index: 0;
}

.page-section.shop .product-row .image img {
    position: relative;
    padding: 20px 0;
    right: 10px;
    float: right;
    z-index: 1;
}

.page-section.shop .text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.page-section.shop .text h2 {
    font-size: 30px;
    color: #6BB0DA;
    text-shadow: 0px 0px 6px #FFF6F7, 0px 0px 5px #FFF6F7, 0px 0px 4px #FFF6F7, 0px 0px 3px #FFF6F7;
}

.page-section.shop .text p {
    line-height: 1.3em;
}

.page-section.shop .text p.warning {
    position: relative;
    color: #FF84A4;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    border: 3px solid #FF84A4;
    padding: 16px;
    z-index: 10;
}

.page-section.shop .text p.warning:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 47%;
    bottom: -20px;
    background-image: url(../img/icon_star.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}

.page-section.shop .text .price-low {
    font-size: 18px;
    text-decoration-line: line-through;
}

.page-section.shop .text .price {
    font-size: 18px;
    font-weight: 600;
}

.page-section.shop .btn {
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .page-section.shop .hearts {
        width: 417px;
    }
}

@media only screen and (max-width: 991px) {
    .page-section.shop .hearts {
        width: 317px;
    }
    .page-section.shop .btn {
        margin-top: 20px;
    }
    .page-section.shop .text {
        display: block;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    html[lang=sr] .page-section.shop .text {
        flex: 0 0 60%;
        max-width: 60%;
    }
    html[lang=sr] .page-section.composition {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-section.shop {
        padding: 30px 0;
        background-image: url(../img/shop_mobile_bg.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
    }
    .page-section.shop .hearts {
        display: none;
    }
    .page-section.shop .product-row .image img {
        right: 0;
        float: none;
        padding: 20px 20vw 30px 20vw;
    }
    .page-section.shop .text {
        text-align: center;
    }
    .page-section.shop .text h2 {
        text-align: center;
    }
    .page-section.shop .text .price,
    .page-section.shop .text .price-low {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.shop {
        background-size: 158% auto;
    }
    .page-section.shop .text h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .page-section.shop .text .price,
    .page-section.shop .text .price-low {
        font-size: 16px;
    }
    .page-section.shop .product-row .image img {
        padding: 20px 20vw 15px 20vw;
    }
    .page-section.shop .btn {
        margin-top: 35px;
    }
}

.page-section.composition {
    padding: 0;
    margin-top: -80px;
}

.page-section.composition .accordion-wrap {
    padding: 24px 20px;
    background-color: #FFFFFF;
    flex: 0 0 51.88888%;
    max-width: 51.88888%;
}

.page-section.composition .accordion-wrap .card {
    border: 0;
    border-radius: 0;
}

.page-section.composition .accordion-wrap .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.page-section.composition .accordion-wrap .card-body {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    padding: 0 50px 20px 50px;
}

.page-section.composition .accordion-wrap .btn-link,
.page-section.composition .pdf-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #1471B9;
    border: 0;
    background-color: transparent;
    background-image: url(../img/icon_accordion.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    border-top: 1px solid rgba(107, 176, 218, 0.52);
}

.page-section.composition .accordion-wrap .card:first-of-type .btn-link {
    border-top: 0;
}

.page-section.composition .accordion-wrap .btn-link:focus {
    outline: 0;
    text-decoration: none;
}

.page-section.composition .pdf-link {
    background-image: url(../img/icon_pdf.svg);
    border-top: 1px solid rgba(107, 176, 218, 0.52);
    border-bottom: 0;
}

.page-section.composition .accordion-wrap .btn-link.collapsed {
    background-image: url(../img/icon_accordion_collapsed.svg);
}

.page-section.composition .accordion-wrap .btn-link:hover,
.page-section.composition .pdf-link:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .page-section.composition {
        margin: 0 0 20px 0;
    }
    .page-section.composition .accordion-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        background-color: transparent;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.composition {
        margin: 0 0 30px 0;
    }
    .page-section.composition .accordion-wrap {
        padding: 6px 20px 24px 20px;
    }
    .page-section.composition .accordion-wrap .btn-link,
    .page-section.composition .pdf-link {
        font-size: 16px;
        padding: 8px 30px;
        background-size: 17px auto;
    }
    .page-section.composition .accordion-wrap .card-body {
        font-size: 14px;
        padding: 0 30px 12px 30px;
    }
}

.page-section.articles {
    padding: 100px 0 0 0;
    background-image: url(../img/articles_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
}

.page-section.articles .row {
    position: relative;
}

.page-section .teeth {
    z-index: -1;
    position: absolute;
    top: -280px;
    left: -62px;
}

.page-section.articles h1 {
    text-align: center;
    margin-bottom: 50px;
}

.page-section.articles .article a.link img,
.page-section.articles .article a.link h2,
.page-section.articles .article a.link p {
    padding-right: 20px;
}

.page-section.articles .article a.link img {
    padding-bottom: 40px;
}

.page-section.articles .article a.link h2 {
    font-family: Quicksand;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    color: #5A5858;
}

.page-section.articles .article a.link p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    color: #5A5858;
    min-height: 115px;
}

.page-section.articles .article a.link:hover,
.page-section.articles .article a.link:hover h2 {
    text-decoration: none;
}

.page-section.articles .article .btn {
    background-color: #1471B9;
}

.page-section.articles .article .btn:hover {
    background-color: rgb(15, 87, 143);
}

@media only screen and (max-width: 1199px) {
    .page-section.articles {
        background-position: calc(50% + 90px) top;
    }
}

@media only screen and (max-width: 991px) {
    .page-section.articles {
        padding: 100px 0 0 0;
        background-position: calc(50% + 210px) top;
    }
    .page-section.articles .article a.link img,
    .page-section.articles .article a.link h2,
    .page-section.articles .article a.link {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-section.articles {
        padding: 40px 0 0 0;
        background-image: url(../img/articles_mobile_bg.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 767px auto;
    }
    .page-section .teeth {
        top: -110px;
        right: -22px;
        left: auto;
    }
    .page-section .teeth img {
        width: 190px;
        height: auto;
    }
    .page-section.articles h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-section.articles .article {
        padding-bottom: 40px;
    }
    .page-section.articles .article:last-of-type {
        padding-bottom: 0;
    }
    .page-section.articles .article a.link img {
        padding-bottom: 20px;
    }
    .page-section.articles .article a.link p {
        font-size: 14px;
        min-height: auto;
        margin-bottom: 30px;
    }
    .page-section.articles .article .more {
        text-align: center;
    }
    .page-section.articles .article .btn {
        font-size: 15px;
        padding: 14px 20px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 576px) {
    .page-section.articles {
        margin-top: -60px;
        background-position: right -120px top 60px;
        background-size: 767px auto;
        overflow-x: hidden;
    }
    .page-section.articles h1 {
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .page-section .teeth {
        top: -50px;
        right: -30px;
        left: auto;
    }
    .page-section.articles .article .img-wrap {
        max-height: 48vw;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .page-section.articles .article .img-wrap img {
        position: relative;
        top: -20px;
        padding-bottom: 0;
    }
    .page-section.articles .article:last-of-type .img-wrap img {
        top: -60px;
    }
}

@media only screen and (max-width: 479px) {
    .page-section.articles {
        padding: 40px 0 20px 0;
    }
}


/*.footer {
  padding: 200px 0;
  margin-top: -200px;
  text-align: center;
  background-image: url(../img/footer_bg.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}*/

.footer {
    position: relative;
    padding: 200px 0;
    margin-top: 0;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.footer:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 267px;
    top: -1px;
    right: 0;
    left: 0;
    background-image: url(../img/footer_bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: 10;
}

.footer .row {
    padding-top: 100px;
}

.footer .snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%,
    100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.footer .snowflake {
    position: absolute;
    top: 0%;
    /*z-index: 0; behind */
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 20s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 20s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.footer .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.footer .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 2s, 1s;
    animation-delay: 2s, 1s
}

.footer .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 12s, .5s;
    animation-delay: 12s, .5s
}

.footer .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 8s, 2s;
    animation-delay: 8s, 2s
}

.footer .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 16s, 2s;
    animation-delay: 16s, 2s
}

.footer .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 18s, 3s;
    animation-delay: 18s, 3s
}

.footer .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 12s, 2s;
    animation-delay: 12s, 2s
}

.footer .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 5s, 1s;
    animation-delay: 5s, 1s
}

.footer .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 8s, 0s;
    animation-delay: 8s, 0s
}

.footer .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.footer .snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s
}

.footer .snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s
}


/*
.footer .snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s
}

.footer .snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s
}

.footer .snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 12s, 1s;
  animation-delay: 12s, 1s
}

.footer .snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 8s, 4s;
  animation-delay: 8s, 4s
}

.footer .snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 4s, 4s;
  animation-delay: 4s, 4s
}

.footer .snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 16s, 6s;
  animation-delay: 16s, 6s
}

.footer .snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 12s, 4s;
  animation-delay: 12s, 4s
}

.footer .snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 5s, 2s;
  animation-delay: 5s, 2s
}

.footer .snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s
}

.footer .snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 3s;
  animation-delay: 3s, 3s
}

.footer .snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s
}

.footer .snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s, 5s;
  animation-delay: 4s, 5s
}

*/

.footer h1 {
    font-size: 35px;
    margin-bottom: 140px;
    position: relative;
    background: transparent;
    z-index: 0;
}

.footer p {
    font-size: 14px;
    padding-bottom: 40px;
    color: #1471B9;
    position: relative;
    background: transparent;
    z-index: 0;
}

.footer h1:before,
.footer p:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.5em #FFFFFF;
    left: 0;
    z-index: -1;
}

.footer p:before {
    left: auto;
}

.footer img {
    padding-bottom: 40px;
}

.footer .btn {
    font-size: 18px;
    background-color: #1471B9;
    padding: 18px 50px;
}

.footer .btn:hover {
    background-color: rgb(15, 87, 143);
}

@media only screen and (max-width: 1500px) {
    .footer {
        padding: 140px 0 200px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .footer {
        padding: 120px 0 200px 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer {
        padding: 140px 0 200px 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 0 0 100px 0;
    }
    .footer .snowflake {
        max-width: 16px;
        height: auto;
    }
    .footer .snowflake.heart {
        max-width: 22px;
    }
    .footer .row {
        padding-top: 140px;
    }
    .footer h1 {
        font-size: 18px;
        margin-bottom: 60px;
    }
    .footer p {
        padding-bottom: 20px;
    }
    .page-section.articles .article .btn {
        font-size: 15px;
        padding: 14px 20px;
        font-weight: 600;
    }
    .footer img {
        padding-bottom: 30px;
    }
    .footer .btn {
        font-size: 15px;
        padding: 14px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .footer {
        padding: 60px 0 100px 0;
    }
    .footer .row {
        padding-top: 40px;
    }
}