@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%
}

body {
    box-sizing: border-box
}

body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #002433
}

.heading-primary {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem
}

@media only screen and (min-width: 992px) {
    .heading-primary {
        font-size: 4.8rem
    }
}

.heading-secondary {
    font-family: 'Barlow', sans-serif;
    color: #002433;
    text-transform: uppercase;
    font-size: 3.2rem;
    padding: 0 1.5rem
}

@media only screen and (min-width: 992px) {
    .heading-secondary {
        font-size: 3.8rem
    }
}

.heading-secondary--white {
    color: #fff
}

.heading-secondary span {
    color: #e1a53c
}

.paragraph {
    font-family: 'Barlow', sans-serif;
    color: #002433;
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .paragraph {
        font-size: 1.8rem
    }
}

.u-font-bold-small {
    font-weight: 400 !important
}

.u-font-bold-medium {
    font-weight: 700 !important
}

.u-font-bold-big {
    font-weight: 900 !important
}

.u-center-text {
    text-align: center !important
}

.u-uppercase-text {
    text-transform: uppercase !important
}

.u-margin-bottom-5 {
    margin-bottom: .5rem !important
}

.u-margin-bottom-15 {
    margin-bottom: 1.5rem !important
}

.u-margin-bottom-25 {
    margin-bottom: 2.5rem !important
}

.u-margin-bottom-35 {
    margin-bottom: 3.5rem !important
}

.u-margin-top-15 {
    margin-top: 1.5rem !important
}

.u-margin-top-20 {
    margin-top: 2rem !important
}

.u-margin-top-25 {
    margin-top: 2.5rem !important
}

.u-text-color-primary {
    color: #002433 !important
}

.u-text-color-grey {
    color: #818181 !important
}

.u-text-color-red {
    color: #cf003f !important
}

.btn,
.btn:link,
.btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 6rem;
    display: inline-block;
    border-radius: 2rem;
    transition: transform .3s;
    position: relative;
    font-size: 2rem;
    letter-spacing: .2rem;
    border: none;
    cursor: pointer
}

@media only screen and (min-width: 992px) {

    .btn,
    .btn:link,
    .btn:visited {
        font-size: 3.8rem;
        border-radius: 3.8rem
    }
}

.btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.btn--yellow {
    background-color: #fff200;
    color: #002433
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.list {
    list-style: none;
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .list {
        font-size: 1.8rem
    }
}

.list__item {
    margin-bottom: .7rem;
    padding-left: 1rem;
    position: relative
}

.list__item::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #da950d;
    display: inline-block;
    width: 1em;
    margin-right: .7rem
}

@media only screen and (min-width: 1200px) {
    .wrapper-icon {
        max-width: 130rem
    }
}

.wrapper-icon .icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1.5rem
}

@media only screen and (min-width: 768px) {
    .wrapper-icon .icon {
        max-width: 75rem;
        margin: 0 auto
    }
}

@media only screen and (min-width: 992px) {
    .wrapper-icon .icon {
        flex-wrap: nowrap;
        max-width: 97rem;
        padding: 0
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper-icon .icon {
        max-width: 117rem
    }
}

.wrapper-icon .icon__item {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem
}

.wrapper-icon .icon__item:not(:nth-child(even)) {
    margin-right: 1rem
}

@media only screen and (min-width: 992px) {
    .wrapper-icon .icon__item:not(:nth-child(even)) {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper-icon .icon__item {
        padding: .3rem;
        margin-left: .5rem;
        margin-right: .5rem;
        width: 100%
    }
}

.wrapper-icon .icon__item:last-child {
    margin-right: 0
}

.wrapper-icon .icon__item:first-child {
    margin-left: 0
}

.wrapper-icon .icon__item .divaider {
    height: .2rem;
    width: 4.5rem;
    background-color: #002433;
    margin: 2rem auto
}

.wrapper-icon .icon__img {
    height: 6.5rem;
    width: auto;
    margin: 0 auto
}

.popupn {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85)
}

.popupn-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 530px;
    max-height: 530px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px 0 0;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
    opacity: 1;
    z-index: 20
}

@media screen and (min-width: 768px) {
    .popupn-wrapper {
        max-width: 800px;
        min-height: 475px;
        max-height: 475px;
        padding: 0 40px
    }
}

.popupn-imgtext-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    padding: 0 20px;
    padding: 10px 20px
}

@media screen and (min-width: 768px) {
    .popupn-imgtext-wrapper {
        flex-direction: row;
        justify-content: center;
        height: 94%;
        padding: 0
    }
}

.popupn-img-wrapper {
    align-self: center;
    display: flex;
    justify-content: center;
    height: 24%;
    max-width: 155px;
    width: 100%;
    width: 35%
}

@media screen and (min-width: 768px) {
    .popupn-img-wrapper {
        margin-right: 55px;
        padding-top: 85px;
        align-self: flex-start;
        display: flex;
        justify-content: center;
        width: 39%;
        height: 69%;
        max-width: 117px
    }
}

.popupn-img {
    height: 100%;
    max-width: 145px
}

@media screen and (min-width: 768px) {
    .popupn-img {
        max-width: 190px
    }
}

.popupn-content-wrapper {
    width: 100%
}

@media screen and (min-width: 768px) {
    .popupn-content-wrapper {
        width: 65%
    }
}

.popupn-heading {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Barlow', sans-serif;
    color: #feba01;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding: 0
}

@media screen and (min-width: 768px) {
    .popupn-heading {
        font-size: 48px
    }
}

.popupn .divaider {
    height: 1px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#feba01), color-stop(80%, #fff));
    background-image: linear-gradient(90deg, #feba01 0%, #fff 80%);
    margin-top: 8px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .popupn .divaider {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.popupn-heading-promotion {
    color: #404040;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .popupn-heading-promotion {
        font-size: 24px
    }
}

.popupn-heading-promotion span {
    font-weight: bold
}

.popupn-heading-promotion span:first-child {
    color: #02c660
}

.popupn-paragraph {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
    color: #404040
}

@media screen and (min-width: 768px) {
    .popupn-paragraph {
        font-size: 18px
    }
}

.popupn-paragraph span {
    font-weight: bold
}

.popupn-btn-wrapper {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 768px) {
    .popupn-btn-wrapper {
        left: 10px
    }
}

.popupn-btn-promotion {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 39px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(#21c15d), color-stop(80%, #00ae66));
    background-image: linear-gradient(90deg, #21c15d 0%, #00ae66 80%);
    -webkit-box-shadow: 0 0 5px #21c15d;
    box-shadow: 0 0 5px #21c15d;
    border-radius: 32px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .popupn-btn-promotion {
        font-size: 32px;
        padding: 15px 50px
    }
}

.popupn-btn-promotion:hover {
    color: #fff;
    text-decoration: none
}

.popupn-resign {
    color: #404040;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: underline;
    cursor: pointer
}

@media (max-width: 840px) {
    .popupn-wrapper {
        height: 100%;
        position: relative;
        width: 100%
    }
}

.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0
}

.overlay:target {
    visibility: visible;
    opacity: 1
}

.popup {
    color: black;
    overflow-y: scroll;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all .5s ease-in-out
}

.popup h2 {
    font-size: 2.4rem;
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif
}

.popup__h3 {
    color: #337ab7;
    font-size: 2rem;
    margin-top: 25px;
    margin-bottom: 10px
}

.popup .close {
    position: fixed;
    top: 25px;
    right: 120px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #06D85F
}

.popup .close:hover {
    color: #12a14e
}

.popup .content {
    max-height: 30%
}

.popup-wrap {
    position: relative
}

.newLine {
    display: block
}

@media screen and (min-width: 400px) {
    .newLine {
        display: unset
    }
}

.imgBox {
    height: 100%
}

.header {
    height: 70vh;
    min-height: 245px;
    background-image: url("../img/hero.jpg");
    background-size: 170vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative
}

@media only screen and (min-width: 568px) {
    .header {
        background-size: cover
    }
}

@media only screen and (min-width: 992px) {
    .header {
        height: 80vh;
        min-height: 420px;
        background-size: cover
    }
}

.header__logo-box {
    position: absolute;
    top: 2rem;
    left: 2rem
}

@media only screen and (min-width: 992px) {
    .header__logo-box {
        top: 3rem;
        left: 3rem
    }
}

@media only screen and (min-width: 1200px) {
    .header__logo-box {
        top: 4rem;
        left: 4rem
    }
}

.header__logo {
    height: 3rem
}

@media only screen and (min-width: 992px) {
    .header__logo {
        height: 4rem
    }
}

@media only screen and (min-width: 1200px) {
    .header__logo {
        height: 6rem
    }
}

.header__text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.625);
    padding: 1.5rem;
    margin-top: 2.5rem;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .header__text-box {
        padding: 2rem 4.5rem
    }
}

.header__text-box .divaider {
    height: .2rem;
    width: 3.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#fabd3f), to(#c88e39));
    background: linear-gradient(90deg, #fabd3f 0%, #c88e39 100%);
    margin: 1rem auto
}

@media only screen and (min-width: 992px) {
    .header__text-box .divaider {
        height: .4rem;
        width: 7.5rem;
        margin: 2.5rem auto
    }
}

.header__text-box .paragraph {
    color: #fff;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .header__text-box .paragraph {
        max-width: 57rem
    }
}

@media only screen and (min-width: 992px) {
    .header__text-box .paragraph {
        max-width: 85rem;
        font-size: 2.4rem
    }
}

@media only screen and (min-width: 1200px) {
    .header__text-box .paragraph {
        max-width: 103rem
    }
}

.footer {
    padding: 3rem 1.5rem;
    background-color: #1a1a1a;
    color: #fff
}

@media only screen and (min-width: 568px) {
    .footer {
        padding: 3rem 3.5rem
    }
}

@media only screen and (min-width: 992px) {
    .footer {
        padding: 5rem 1.5rem
    }
}

.footer__text-box {
    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.footer__text-box .left {
    width: 45%;
    margin-right: 1rem
}

.footer__text-box .left p {
    color: #fff;
    font-size: 1rem
}

@media only screen and (min-width: 992px) {
    .footer__text-box .left p {
        font-size: 1.4rem
    }
}

.footer__text-box .right {
    width: 45%
}

@media only screen and (min-width: 992px) {
    .footer__text-box .right {
        width: 341px
    }
}

.footer__text-box .right p {
    color: #fff;
    font-size: 1.2rem
}

@media only screen and (min-width: 992px) {
    .footer__text-box .right p {
        font-size: 1.4rem
    }
}

.footer__text-box .right ul {
    list-style: none;
    font-size: 1rem;
    color: #fff
}

@media only screen and (min-width: 992px) {
    .footer__text-box .right ul {
        font-size: 1.4rem
    }
}

.footer__text-box .right ul li:last-child {
    word-wrap: break-word
}

.footer .copyright ul {
    list-style: none;
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .footer .copyright ul {
        font-size: 1.4rem
    }
}

.footer .copyright ul li:not(:last-child) {
    margin-right: .5rem
}

.footer .copyright ul li:first-child {
    text-transform: uppercase
}

.footer .copyright ul a {
    text-decoration: none;
    color: #fff
}

.wrapper {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width: 768px) {
    .wrapper {
        width: 57rem
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
        width: 97rem
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper {
        width: 117rem
    }
}

.section-about {
    padding: 3rem 0
}

@media only screen and (min-width: 992px) {
    .section-about {
        padding: 5rem 0
    }
}

@media only screen and (min-width: 992px) {
    .section-about .about {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.section-about .about__text {
    padding: 0 1.5rem
}

@media only screen and (min-width: 992px) {
    .section-about .about__text {
        width: 65%
    }
}

.section-about .about__img {
    width: 40%;
    margin: 0 auto;
    max-width: 157px
}

@media only screen and (min-width: 568px) {
    .section-about .about__img {
        width: 30%
    }
}

@media only screen and (min-width: 768px) {
    .section-about .about__img {
        width: 20%
    }
}

@media only screen and (min-width: 992px) {
    .section-about .about__img {
        width: 60%;
        max-width: 223px
    }
}

@media only screen and (min-width: 992px) {
    .section-about .about__img-wrapper {
        width: 35%
    }
}

.section-profits {
    background: linear-gradient(90deg, #002d40 0%, #001926 100%);
    padding-top: 45px
}

.section-profits p,
.section-profits h2 {
    color: #ffffff
}

.section-profits .divaider {
    background: linear-gradient(90deg, #fabd3f 0%, #c88e39 100%)
}

.section-profits .icon {}

.section-profits .icon__text {
    font-size: 1.8rem
}

@media only screen and (min-width: 992px) {
    .section-profits .icon__text {
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 992px) {
    .section-profits .icon__item {
        width: 100%;
        margin-bottom: 4.7rem
    }
}

.section-profits .block {
    color: #ffffff;
    display: block
}

.section-how-it-works,
.section-transformation {
    padding: 3rem 0;
    background-image: linear-gradient(90deg, #fabd3f 0%, #c88e39 100%)
}

@media only screen and (min-width: 992px) {

    .section-how-it-works,
    .section-transformation {
        padding: 5rem 0 7.5rem
    }
}

.section-how-it-works span,
.section-transformation span {
    color: #e1a53c
}

.section-how-it-works .heading-secondary,
.section-transformation .heading-secondary {
    color: #fff
}

.section-how-it-works .video,
.section-transformation .video {
    position: relative;
    padding-bottom: 56.25%;
    width: 93%;
    margin: 0 auto;
    height: 0
}

@media only screen and (min-width: 992px) {

    .section-how-it-works .video,
    .section-transformation .video {
        width: 100%
    }
}

.section-how-it-works .video iframe,
.section-transformation .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-transformation {
    background: linear-gradient(90deg, #004B6A 0%, #002B42 100%)
}

.section-review {
    padding: 3rem 0
}

@media only screen and (min-width: 992px) {
    .section-review {
        padding: 5rem 0
    }
}

@media only screen and (min-width: 992px) {
    .section-review .review-box {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.section-review .review-box__img {
    max-width: 40%;
    margin: 0 auto 1.5rem auto
}

@media only screen and (min-width: 568px) {
    .section-review .review-box__img {
        max-width: 30%
    }
}

@media only screen and (min-width: 768px) {
    .section-review .review-box__img {
        max-width: 20%
    }
}

@media only screen and (min-width: 992px) {
    .section-review .review-box__img {
        max-width: 60%
    }
}

@media only screen and (min-width: 992px) {
    .section-review .review-box__img-wrapper {
        width: 35%
    }
}

.section-review .review-box__text {
    padding: 0 1.5rem
}

@media only screen and (min-width: 992px) {
    .section-review .review-box__text {
        width: 65%
    }
}

.section-review .review-box .caption {
    text-align: right
}

.section-review .review-box .caption__name {
    font-size: 2.4rem;
    color: #e1a53c
}

.section-review .review-box .caption__profession {
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .section-review .review-box .caption__profession {
        font-size: 1.8rem
    }
}

.section-benefits {
    padding: 3rem 0 0;
    background-image: linear-gradient(to right top, #fabd3f, #c88e39)
}

@media only screen and (min-width: 992px) {
    .section-benefits {
        padding: 5rem 0 1.2rem
    }
}

.section-benefits .heading-secondary {
    color: #fff
}

.section-photos {
    padding: 3rem 1.5rem 5rem;
    background-color: #f6f6f6
}

@media only screen and (min-width: 992px) {
    .section-photos {
        padding: 5rem 1.5rem 7.5rem
    }
}

.section-photos .heading-secondary .dblock {
    color: #002433
}

@media only screen and (min-width: 992px) {
    .section-photos .heading-secondary .dblock {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .section-photos .wrapper {
        width: 100%;
        padding: 0 16% 0 16%
    }
}

@media only screen and (min-width: 1200px) {
    .section-photos .wrapper {
        width: 100%;
        padding: 0 18% 0 18%
    }
}

.section-photos .swiper-container {
    width: 100%;
    height: 100%
}

.section-photos .swiper-slide {
    width: 100%
}

.section-photos .swiper-slide img {
    margin: 0 auto;
    width: 100%;
    max-width: 900px
}

@media only screen and (min-width: 992px) {
    .section-photos .swiper-slide img {
        width: 84%
    }
}

.section-photos .swiper-button-next,
.section-photos .swiper-button-prev {
    outline: none
}

.section-photos .swiper-button-next {
    right: 2px !important
}

.section-photos .swiper-button-prev {
    left: -6px !important
}

@media only screen and (min-width: 992px) {
    .section-photos .swiper-button-next {
        right: 0 !important
    }

    .section-photos .swiper-button-prev {
        left: 0 !important
    }
}

.section-photos .swiper-button-next {
    background-image: url("../img/right-arrow.svg") !important;
    background-repeat: no-repeat;
    z-index: 99;
    height: 37px;
    width: 28px;
    background-size: cover
}

@media only screen and (min-width: 992px) {
    .section-photos .swiper-button-next {
        height: 59px;
        width: 56px
    }
}

.section-photos .swiper-button-next::after {
    content: ''
}

.section-photos .swiper-button-prev {
    background-image: url("../img/left-arrow.svg") !important;
    background-repeat: no-repeat;
    z-index: 99;
    height: 37px;
    width: 28px;
    background-size: cover
}

@media only screen and (min-width: 992px) {
    .section-photos .swiper-button-prev {
        height: 59px;
        width: 56px
    }
}

.section-photos .swiper-button-prev::after {
    content: ''
}

.section-opinions {
    padding: 3rem 1.5rem 0.9rem
}

@media only screen and (min-width: 992px) {
    .section-opinions {
        padding: 5rem 1.5rem
    }
}

@media only screen and (min-width: 992px) {
    .section-opinions .opinion {
        display: flex;
        justify-content: space-between
    }
}

.section-opinions .opinion .card {
    display: flex;
    border: 1px solid #c9c9c9;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    margin-bottom: 2rem
}

@media only screen and (min-width: 992px) {
    .section-opinions .opinion .card {
        width: 33.3%;
        min-height: 63rem
    }

    .section-opinions .opinion .card:not(:last-child) {
        margin-right: 2rem
    }
}

.section-opinions .opinion .card__img--quota {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 4rem
}

.section-opinions .opinion .card__img-wrapper {
    width: 15%;
    margin-right: 1rem
}

.section-opinions .opinion .card__body {
    width: 80%;
    height: auto
}

.section-opinions .opinion .card .user {
    background-color: #f0f1f5;
    border-radius: 1rem;
    padding: 1rem 2rem 1.5rem 1.5rem;
    margin-bottom: 1rem
}

.section-opinions .opinion .card .user__name {
    font-size: 1.4rem;
    color: #3b5998;
    padding-bottom: 0.5rem
}

@media only screen and (min-width: 992px) {
    .section-opinions .opinion .card .user__name {
        font-size: 1.6rem
    }
}

.section-opinions .opinion .card .user__description {
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {
    .section-opinions .opinion .card .user__description {
        font-size: 1.6rem
    }
}

.section-comparison {
    padding: 3rem 0;
    background-image: url("../img/bg-tabelka.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media only screen and (min-width: 992px) {
    .section-comparison {
        padding: 5rem 0
    }
}

.section-comparison .heading-secondary {
    color: #fff
}

.section-comparison .heading-secondary span {
    display: block
}

.section-comparison .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: .5rem;
    color: #fff
}

@media only screen and (min-width: 568px) {
    .section-comparison .row {
        padding: 1.5rem .5rem
    }
}

.section-comparison .row--heading {
    background: linear-gradient(90deg, #fabd3f 0%, #c88e39 100%);
    text-transform: uppercase
}

@media only screen and (min-width: 992px) {
    .section-comparison .row--heading p {
        font-size: 2.4rem !important
    }
}

.section-comparison .row p {
    font-size: 1.3rem
}

@media only screen and (min-width: 568px) {
    .section-comparison .row p {
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 768px) {
    .section-comparison .row p {
        font-size: 1.6rem
    }
}

@media only screen and (min-width: 992px) {
    .section-comparison .row p {
        font-size: 2rem
    }
}

.section-comparison .row-line {
    height: 1px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(201, 201, 201, 0)), color-stop(50%, #c9c9c9), to(rgba(201, 201, 201, 0)));
    background: linear-gradient(90deg, rgba(201, 201, 201, 0) 0%, #c9c9c9 50%, rgba(201, 201, 201, 0) 100%);
    height: 1px
}

.section-comparison .column {
    width: 33.33%
}

.section-comparison .column:last-child {
    color: #dda13b
}

.section-comparison .text-color {
    color: #000
}

.section-certificate {
    padding: 3rem 1.5rem
}

@media only screen and (min-width: 992px) {
    .section-certificate {
        padding: 5rem 1.5rem
    }
}

.section-certificate .certificate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media only screen and (min-width: 992px) {
    .section-certificate .certificate {
        flex-wrap: nowrap
    }
}

.section-certificate .certificate__img-wrapper {
    width: 33%
}

@media only screen and (min-width: 992px) {
    .section-certificate .certificate__img-wrapper {
        width: 16.6%;
        margin-bottom: 3rem
    }
}

.section-certificate .certificate__img {
    width: 5.6rem;
    margin: 0 auto 1.5rem
}

@media only screen and (min-width: 992px) {
    .section-certificate .certificate__img {
        width: 10.4rem
    }
}

.section-certificate .certificate__text .paragraph {
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .section-certificate .certificate__text .paragraph {
        font-size: 2rem;
        max-width: 63.8rem
    }
}

.section-guarantee {
    padding: 3rem 1.5rem;
    background: linear-gradient(90deg, #fabd3f 0%, #c88e39 100%)
}

@media only screen and (min-width: 568px) {
    .section-guarantee {
        padding: 3rem 3.5rem
    }
}

@media only screen and (min-width: 992px) {
    .section-guarantee {
        padding: 5rem 1.5rem
    }
}

.section-guarantee .guarantee__img {
    margin: 0 auto
}

.section-guarantee .paragraph {
    margin: 0 auto;
    max-width: 32.8rem
}

@media only screen and (min-width: 992px) {
    .section-guarantee .paragraph {
        font-size: 2rem;
        max-width: 46rem
    }
}

.section-guarantee .mobile {
    display: block
}

@media only screen and (min-width: 992px) {
    .section-guarantee .mobile {
        display: none
    }
}

.section-guarantee .desktop {
    display: none
}

@media only screen and (min-width: 992px) {
    .section-guarantee .desktop {
        display: block
    }
}

.section-product-info {
    padding: 3rem 1.5rem
}

@media only screen and (min-width: 992px) {
    .section-product-info {
        padding: 5rem 1.5rem
    }
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.section-product-info .product-info__img-wrapper {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__img-wrapper {
        width: 35%
    }
}

.section-product-info .product-info__img {
    max-width: 157px;
    margin: 0 auto
}

@media only screen and (min-width: 568px) {
    .section-product-info .product-info__img {
        max-width: 30%
    }
}

@media only screen and (min-width: 768px) {
    .section-product-info .product-info__img {
        max-width: 20%
    }
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__img {
        max-width: 223px
    }
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box {
        width: 65%
    }
}

.section-product-info .product-info__text-box .price-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-transform: uppercase;
    font-style: italic
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box .price-box {
        justify-content: flex-start;
        margin-left: -4.5rem
    }
}

.section-product-info .product-info__text-box .price-box__old {
    color: #818181;
    font-size: 2.9rem
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box .price-box__old {
        font-size: 4.8rem
    }
}

.section-product-info .product-info__text-box .price-box__new {
    color: #3fce64;
    font-size: 5.8rem
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box .price-box__new {
        font-size: 9.6rem
    }
}

.section-product-info .product-info__text-box .price-box .price-old {
    position: relative
}

.section-product-info .product-info__text-box .price-box .price-old::after {
    content: '';
    width: 97%;
    height: .2rem;
    display: block;
    background: red;
    position: absolute;
    left: .3rem;
    bottom: 45%;
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.section-product-info .product-info__text-box .price-box .price-old .currency {
    font-size: 2.1rem
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box .price-box .price-old .currency {
        font-size: 2.8rem
    }
}

.section-product-info .product-info__text-box .price-box .price-new .currency {
    font-size: 3.4rem
}

@media only screen and (min-width: 992px) {
    .section-product-info .product-info__text-box .price-box .price-new .currency {
        font-size: 6.4rem
    }
}

.section-packages {
    font-size: 4.2rem;
    padding: 3rem 1.5rem;
    background-image: url("../img/bg-pakiety.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (min-width: 992px) {
    .section-packages {
        padding: 5rem 1.5rem
    }
}

.section-packages .heading-secondary {
    color: #fff200;
    font-size: 2.4rem;
    width: 100%;
    max-width: 857px;
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .section-packages .heading-secondary {
        font-size: 4.2rem
    }
}

.section-packages .dashed-container {
    padding: 0 15px;
    position: relative;
    border-radius: 16px;
    border: 5px solid yellow;
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 29px auto 20px
}

@media only screen and (min-width: 992px) {
    .section-packages .dashed-container {
        margin: 54px auto 29px
    }
}

.section-packages .dashed-container .dashed-container-text {
    font-size: 3.2rem;
    text-align: center;
    margin-top: 2.9rem
}

@media only screen and (min-width: 992px) {
    .section-packages .dashed-container .dashed-container-text {
        font-size: 5.2rem
    }
}

.section-packages .dashed-container .promotionText {
    margin-top: 16px;
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
    color: #002433;
    font-weight: 400;
    font-style: italic;
    text-align: center
}

@media only screen and (min-width: 992px) {
    .section-packages .dashed-container .promotionText {
        font-size: 3.2rem
    }
}

.section-packages .dashed-container .colored-date {
    color: #e1a53c;
    font-weight: 700
}

.section-packages .dashed-container::after {
    content: '';
    position: absolute;
    border-radius: 16px;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 5px dashed #888181
}

.section-packages .checkTheProfit {
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    text-align: center
}

@media only screen and (min-width: 992px) {
    .section-packages .checkTheProfit {
        letter-spacing: 3px;
        font-size: 28px;
        text-align: left
    }
}

.section-packages .packages .column-wrapper {
    margin-top: 0.5rem
}

.section-packages .packages .package:nth-of-type(3) .title {
    margin-bottom: 0.5rem
}

.section-packages .packages .package {
    background-image: linear-gradient(90deg, #004B6A 0%, #002B42 100%);
    box-shadow: 0px 0px 19px 10px rgba(0, 0, 0, 0.75);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 1.4rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.8rem;
        border-radius: 1.5rem
    }
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .quantityBlock {
        display: block
    }
}

.section-packages .packages .package .price-box {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-transform: uppercase;
    font-style: italic
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-box {
        justify-content: flex-start;
        margin-left: -4.5rem
    }
}

.section-packages .packages .package .price-box__old {
    color: #818181;
    font-size: 2.2rem;
    margin-right: 10px;
    display: flex;
    align-items: flex-end
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-box__old {
        font-size: 4.8rem
    }
}

.section-packages .packages .package .price-box__new {
    color: #3fce64;
    font-size: 5.8rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-box__new {
        font-size: 9.6rem
    }
}

.section-packages .packages .package .price-box__wrapperMobile {
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-box__wrapperMobile {
        display: none
    }
}

.section-packages .packages .package .price-old {
    font-weight: 700;
    position: relative;
    color: #b6b6b6
}

.section-packages .packages .package .price-old__wrapperDesktop {
    display: none
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-old__wrapperDesktop {
        display: flex;
        align-items: baseline;
        justify-content: center
    }
}

.section-packages .packages .package .price-old__wrapperDesktop .price-old {
    font-size: 2.8rem;
    margin-right: 1.2rem;
    font-size: 3.2rem;
    font-weight: 700
}

.section-packages .packages .package .price-old::after {
    content: '';
    width: 110%;
    height: .2rem;
    display: block;
    background: red;
    position: absolute;
    left: -2px;
    bottom: 43%;
    -webkit-transform: rotateZ(12deg);
    transform: rotateZ(12deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-old::after {
        left: -3px;
        -webkit-transform: rotateZ(13deg);
        transform: rotateZ(13deg)
    }
}

.section-packages .packages .package .price-old .currency {
    font-size: 2.1rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price-old .currency {
        font-size: 2.8rem
    }
}

.section-packages .packages .package .percent-box {
    background: #fff;
    color: #cf003f;
    font-size: 2.2rem;
    display: inline-block;
    padding: 2.3rem 9rem 0.8rem;
    transform: rotate(45deg);
    position: absolute;
    top: -1rem;
    right: -9.3rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .percent-box {
        display: inline-block;
        padding: 5rem 10rem 0.9rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -2rem;
        right: -12.2rem;
        font-size: 4.8rem
    }
}

@media only screen and (min-width: 1200px) {
    .section-packages .packages .package .percent-box {
        padding: 5rem 9.5rem 1rem;
        right: -11.5rem;
        font-size: 4.8rem
    }
}

.section-packages .packages .package .percent {
    line-height: 1.7rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .percent {
        line-height: 3.5rem
    }
}

@media only screen and (min-width: 1200px) {
    .section-packages .packages .package .percent {
        line-height: 3.8rem
    }
}

.section-packages .packages .package .cheaper {
    font-size: 1.6rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .cheaper {
        font-size: 3.8rem
    }
}

.section-packages .packages .package__img {
    text-align: center;
    z-index: 9;
    margin-top: 2.8rem !important;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package__img {
        margin-right: 0;
        width: 30%
    }
}

@media only screen and (min-width: 1200px) {
    .section-packages .packages .package__img {
        margin-right: 2rem;
        width: 30%
    }
}

.section-packages .packages .package__img img {
    height: 10.6rem;
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package__img img {
        height: 14.2rem
    }
}

.section-packages .packages .package__text-box {
    color: #fff;
    width: 100%;
    padding-left: 2rem
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package__text-box {
        margin-right: 2rem;
        padding: 2rem;
        width: 68%;
        padding-left: 1.2rem
    }
}

.section-packages .packages .package__text-box .title,
.section-packages .packages .package__text-box .time,
.section-packages .packages .package__text-box .quantity {
    text-transform: uppercase;
    font-size: 1.8rem
}

@media only screen and (min-width: 992px) {

    .section-packages .packages .package__text-box .title,
    .section-packages .packages .package__text-box .time,
    .section-packages .packages .package__text-box .quantity {
        font-size: 4.2rem
    }
}

.section-packages .packages .package__text-box .title span,
.section-packages .packages .package__text-box .time span,
.section-packages .packages .package__text-box .quantity span {
    color: #fff200
}

.section-packages .packages .package__text-box .time,
.section-packages .packages .package__text-box .quantity {
    font-size: 1.4rem
}

@media only screen and (min-width: 992px) {

    .section-packages .packages .package__text-box .time,
    .section-packages .packages .package__text-box .quantity {
        font-size: 1.8rem;
        margin-bottom: 0.7rem
    }

    .section-packages .packages .package__text-box .time::after,
    .section-packages .packages .package__text-box .quantity::after {
        content: "";
        display: table;
        clear: both
    }
}

@media only screen and (min-width: 568px) {
    .section-packages .packages .package__text-box .time {
        float: left;
        margin-right: 1rem
    }
}

.section-packages .packages .package__text-box .time-wrapper {
    display: flex;
    flex-direction: column
}

.section-packages .packages .package .price {
    font-size: 3.2rem;
    font-style: italic;
    color: #fff200;
    line-height: 20px
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .price {
        font-size: 6.4rem;
        line-height: 86px
    }
}

.section-packages .packages .package .desktop {
    display: none
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .desktop {
        display: block
    }
}

.section-packages .packages .package .mobile {
    display: block
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .mobile {
        display: none
    }
}

.section-packages .packages .package .btn-box {
    margin: 1.5rem auto
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .btn-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        right: 49px;
        top: 0
    }
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .btn-box .btn {
        margin-left: -6rem
    }
}

.section-packages .packages .package .btn-box .price-info {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: pulsing 2s infinite;
    animation: pulsing 2s infinite
}

.section-packages .packages .package .btn-box .price-info span {
    color: #fff200
}

@media only screen and (min-width: 992px) {
    .section-packages .packages .package .btn-box .price-info {
        margin-left: -6rem;
        font-size: 2.4rem
    }
}

.package__img--6 {
    width: 229.26px
}

@media only screen and (min-width: 992px) {
    .package__img--6 {
        width: 307.14px
    }
}

.package__img--3 {
    width: 202.18px
}

@media only screen and (min-width: 992px) {
    .package__img--3 {
        width: 270.85px
    }
}

.package__img--1 {
    width: 90.35px
}

@media only screen and (min-width: 992px) {
    .package__img--1 {
        width: 121.04px
    }
}

.darkSpan {
    color: #002433 !important
}

.section-transformation {
    background: #ffffff
}

.section-transformation .heading-secondary {
    color: #002433
}

.section-about {
    background: #f6f6f6
}