@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap);

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

img {
    width: 100%;
    display: block
}

li {
    list-style: none;
    font-size: .875em;
    margin-bottom: 5px
}

a,
a:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

a {
    font-weight: 600
}

p {
    font-size: .875em;
    margin-bottom: 15px
}

@media (min-width:768px) {
    p {
        font-size: 1em
    }
}

@media (min-width:1200px) {
    p {
        font-size: 1.125em
    }
}

h1 {
    font-size: 1.2em;
    font-weight: 600
}

@media (min-width:768px) {
    h1 {
        font-size: 2em
    }
}

h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    h3 {
        font-size: 1.5em
    }
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    padding: 5px;
    background: #f0f0f0;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#cmt-user p {
    font-size: 14px
}

.imagen {
    display: inline-block;
    text-align: center;
    margin: 5px;
    max-height: 150px;
    width: auto
}

@media (min-width:425px) {
    .imagen {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .imagen {
        max-height: 250px
    }
}

.when {
    color: #929292;
    float: right;
    font-size: 11px !important;
    display: none
}



.cmt-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cmt-title .date {
    color: #929292;
    display: none
}

.cmt-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cmt-img {
    margin: 0 8px 0 8px;
    max-width: 50px;
    display: none
}

.first-cmt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.commenterName {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.answer {
    margin-left: 50px
}

.cmt-buttons {
    color: #5265ad;
    font-weight: 700;
    display: none
}

.cmt-buttons>span:hover {
    cursor: pointer
}

.cmt-buttons>span:last-child:hover {
    cursor: context-menu
}

.cmt-buttons>span:last-child::after {
    display: none
}

.cmt-buttons>span::after {
    content: "  ∙  "
}

.cmtLeft {
    padding: 7px;
    float: left
}

.cmtRight {
    display: block;
    width: 100%;
    padding: 5px 0 0;
    height: auto !important;
    border-bottom: 1px solid gray
}

.cmtRight p {
    line-height: 15px;
    font-size: 14px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .cmtRight {
        display: block;
        width: 100%;
        background-color: #f8f8f8;
        padding-top: 5px;
        max-height: 400px
    }
}

@-moz-document url-prefix() {
    .cmtRight {
        display: block;
        width: 100%;
        background-color: #f8f8f8;
        padding-top: 5px
    }
}

.likes {
    display: inline-block;
    margin: 0 10px
}

.like:hover {
    cursor: pointer
}

.btn-add-cmt {
    background-color: #5265ad;
    background-color: #6075be;
    color: #fff
}

.footer-nav>a {
    min-height: 30px
}

.footer-nav>a:hover {
    border-bottom: 3px solid #a8a8a8
}

@media screen and (max-width:500px) {
    .cmtRight>span:nth-child(2) {
        font-size: .7rem;
        display: inline-block;
        margin-left: -8px
    }

    .commenterName {
        display: block;
        width: 100%
    }
}

.ans-button {
    font-size: 12px;
    padding: 4px 8px;
    margin-bottom: 5px;
    float: right;
    color: #fff;
    background: #095e94;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    display: none
}

.ans-button:hover {
    background: #24489c
}

img[src="assets/img/undefined.jpg"] {
    display: none
}

img[src="assets/img/undefined.png"] {
    display: none
}

.form-section {
    background: #694696;
    motion: 0 auto;
    margin-top: 140px
}

.form_wrapper {
    padding: 20px 0;
    width: 80%;
    max-width: 300px;
    margin: 0 auto
}

@media (min-width:767px) {
    .form_wrapper {
        max-width: 380px
    }
}

@media (min-width:992px) {
    .form_wrapper {
        max-width: 510px
    }
}

.form_wrapper .form_title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px
}

.form_wrapper p {
    color: #fff;
    text-align: center;
    font-size: 16px
}

.form_wrapper .input_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

@media (min-width:992px) {
    .form_wrapper .input_group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:992px) {
    .form_wrapper .input_group .input_wrapper {
        width: 100%
    }
}

.form_wrapper .input_group label {
    font-family: "Open sans", sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #161616;
    position: relative
}

@media (min-width:992px) {
    .form_wrapper .input_group label {
        width: 25%
    }
}

.form_wrapper .input_group .required {
    position: relative
}

.form_wrapper .input_group .required::before {
    content: "*";
    position: absolute;
    top: 0;
    left: -15px;
    color: red
}

.form_wrapper .input_group .input {
    font-family: "Open sans", sans-serif;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 10px;
    background: #895dc2
}

.form_wrapper .input_group ::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px
}

.form_wrapper .input_group :-ms-input-placeholder {
    color: #fff;
    font-size: 12px
}

.form_wrapper .input_group ::-ms-input-placeholder {
    color: #fff;
    font-size: 12px
}

.form_wrapper .input_group ::placeholder {
    color: #fff;
    font-size: 12px
}

.form_wrapper .button-wrapper {
    padding: 10px 0
}

.form_wrapper .button-wrapper .form_btn,
.form_wrapper .button-wrapper .form_btn2 {
    font-family: "Open sans", sans-serif;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#f8bc4f), to(#f57d14));
    background: linear-gradient(90deg, #f8bc4f 0, #f57d14 100%);
    border: none;
    outline: 0;
    padding: 10px;
    color: #f2f9ff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    cursor: pointer
}

.form_wrapper .button-wrapper .form_btn2:hover,
.form_wrapper .button-wrapper .form_btn:hover {
    background-color: #0a698c
}

.form_wrapper .hover {
    position: relative
}

.form_wrapper .hover .hover_circle {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #dadada;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    background-image: url(../img/question.png);
    background-repeat: no-repeat;
    background-position: center
}

.form_wrapper .hover .hover_circle:hover::before {
    content: "Dlaczego muszę podać nr telefonu? Podany nr zostanie automatycznie autoryzowany do kontaktu z naszym biurem obsługi klienta. Na podany numer może również kontaktować się firma kurierska w celu umówienia dogodnego dla Państwa terminu odbioru przesyłk";
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 310px;
    font-size: 14px;
    border-radius: 10px;
    color: #212121;
    padding: 5px;
    height: 155px;
    background-color: #e4e4e4;
    border: 1px solid #000;
    top: 50%;
    left: -265px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:767px) {
    .form_wrapper .hover .hover_circle:hover::before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.form_wrapper .input-required {
    display: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    color: #00f;
    text-align: right
}

.form_wrapper .email_error,
.form_wrapper .name_error,
.form_wrapper .phone_error,
.form_wrapper .surname_error {
    color: #d0251b;
    padding-top: 0;
    padding-bottom: 5px;
    display: none;
    text-align: right
}

.form_wrapper .alertbox {
    display: none;
    color: #d0251b;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    font-size: 18px
}

.form_wrapper .alertbox.ok {
    color: green
}

.green {
    color: #12d012;
    font-size: 22px
}

.yellow_wrapper {
    background-color: #ffffe2;
    border: 1px solid #131313;
    padding: 10px;
    margin: 15px 0
}

.yellow_wrapper p {
    margin-bottom: 0
}

.nav-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #f0f0f0;
    padding: 20px 0;
    margin-bottom: 20px
}

@media (min-width:576px) {
    .nav-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.nav-page .navbar {
    width: 100%;
    padding: 0;
    background: #f0f0f0
}

.nav-page .navbar .navbar-toggler {
    border: none;
    background: #f0f0f0;
    font-size: 1.5em;
    outline: 0
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.nav-page .navbar .navbar-nav .nav-item {
    text-transform: uppercase
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .nav-item {
        margin: 0 auto
    }
}

.nav-page .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    padding-bottom: 4px;
    color: #404040;
    width: 50%
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .nav-item .nav-link {
        width: 100%;
        font-size: .8em;
        margin-top: 23px;
        padding: 0
    }
}

@media (min-width:768px) {
    .nav-page .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.125em;
        margin-top: 22px
    }
}

@media (min-width:992px) {
    .nav-page .navbar .navbar-nav .nav-item .nav-link {
        font-size: 1.3em;
        margin-top: 26px
    }
}

.nav-page .navbar .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #404040
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .nav-item .nav-link:hover {
        padding-bottom: 18px
    }
}

@media (min-width:768px) {
    .nav-page .navbar .navbar-nav .nav-item .nav-link:hover {
        padding-bottom: 20px
    }
}

.nav-page .navbar .navbar-nav .active .nav-link {
    color: #00a04b;
    border-bottom: 1px solid #00a04b
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .active .nav-link {
        padding-bottom: 18px
    }
}

@media (min-width:768px) {
    .nav-page .navbar .navbar-nav .active .nav-link {
        padding-bottom: 20px
    }
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop {
        position: relative;
        width: 120px;
        height: auto;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (min-width:992px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop {
        width: 15%
    }
}

@media (min-width:1200px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop {
        width: 13%
    }
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop .heart-top__desktop {
        margin: 0 auto
    }
}

@media (min-width:576px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop .heart-text {
        position: absolute;
        width: 130%;
        top: 23%;
        left: 0;
        right: 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 600
    }
}

@media (min-width:768px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop .heart-text {
        font-size: 0.9em;
        width: 140%;
        top: 22%;
        left: -10px
    }
}

@media (min-width:992px) {
    .nav-page .navbar .navbar-nav .logo-top__desktop .heart-text {
        font-size: 1.1em
    }
}

.nav-page .logo-top__mobile {
    position: relative;
    width: 100px;
    height: auto;
    padding-right: 20px
}

.nav-page .logo-top__mobile .heart-top__mobile {
    margin: 0 auto
}

.nav-page .logo-top__mobile .heart-text {
    position: absolute;
    width: 150%;
    top: 19%;
    left: -21px;
    right: 0;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 600
}

.header-top__tags {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    font-size: .75em;
    line-height: 2
}

@media (min-width:768px) {
    .header-top__tags {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header-top__tags .span-tags__green {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 24px;
    background: #00a04b;
    margin-left: 0
}

@media (min-width:768px) {
    .header-top__tags .span-tags__green {
        padding: 8px 35px
    }
}

@media (min-width:992px) {
    .header-top__tags .span-tags__green {
        padding: 12px 50px
    }
}

@media (min-width:1200px) {
    .header-top__tags .span-tags__green {
        padding: 12px 60px
    }
}

.header-top__tags .span-tags__items {
    font-weight: 600
}

@media (min-width:768px) {
    .header-top__tags .span-tags__items {
        margin-left: 10px
    }
}

.header-top__tags .span-tags__items .span-tags__hash {
    color: #00a04b;
    font-weight: 600
}

.header-top__tags .span-tags__items .span-tags__red {
    color: #d20032;
    text-transform: uppercase;
    font-weight: 600
}

.article__title {
    margin-top: 30px;
    line-height: 1.5
}

.article__title a {
    color: inherit;
    text-decoration: underline
}

.article__title .article__title--red {
    text-transform: uppercase;
    color: #d20032
}

.autor-social__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.autor-social__top .autor__top {
    line-height: 1;
    margin-bottom: 10px
}

.autor-social__top .autor__top .autor-text {
    font-size: .675em;
    margin-bottom: 5px
}

.autor-social__top .social__top {
    text-align: center
}

.autor-social__top .social__top .btn-social .btn {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 24px;
    font-size: 8px
}

@media (min-width:768px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 8px 35px
    }
}

@media (min-width:992px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 12px 50px
    }
}

@media (min-width:1200px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 12px 60px
    }
}

@media (min-width:768px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 8px 12px;
        font-size: 12px;
        margin-left: 5px
    }
}

@media (min-width:992px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 12px 25px;
        margin-left: 10px
    }
}

@media (min-width:1200px) {
    .autor-social__top .social__top .btn-social .btn {
        padding: 12px 36px
    }
}

.autor-social__top .social__top .btn-social .btn-fb {
    background: #3d5a96
}

.autor-social__top .social__top .btn-social .btn-twitter {
    background: #00abf0
}

.autor-social__top .social__top .btn-social .btn-mail {
    background: #f5a514
}

.autor-social__top .social__top .btn-social .btn-popular {
    background: #00a04b
}

@media (min-width:768px) {
    .autor-social__top .social__top .btn-social .btn-popular {
        padding: 8px 56px;
        margin-left: 25px
    }
}

@media (min-width:992px) {
    .autor-social__top .social__top .btn-social .btn-popular {
        padding: 12px 96px
    }
}

@media (min-width:1200px) {
    .autor-social__top .social__top .btn-social .btn-popular {
        padding: 12px 126px
    }
}

.main-wrapper {
    padding: 20px 15px
}

@media (min-width:768px) {
    .main-wrapper {
        padding-right: 0
    }
}

.main-wrapper .img-top {
    margin-bottom: 15px
}

.main-wrapper .img-subtext {
    font-size: .675em;
    line-height: 1.3
}

@media (min-width:768px) {
    .main-wrapper .img-subtext {
        font-size: .75em
    }
}

.main-wrapper .img-border {
    border: 2px solid #00a04b;
    border-radius: 28px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 160, 75, .6);
    box-shadow: 0 0 10px 0 rgba(0, 160, 75, .6);
    padding: 15px
}

.main-wrapper .img-border .img-border__box {
    margin: 0 auto;
    border-radius: 20px
}

.main-wrapper .img-border .img-border__box img {
    border: 2px solid #e6e6e6;
    border-radius: 20px
}

.main-wrapper .img-border .sign__doc {
    margin-bottom: 5px;
    text-align: right;
    font-weight: 600
}

.main-wrapper .img-border .subsign__doc {
    text-align: right;
    font-size: .675em
}

@media (min-width:992px) {
    .main-wrapper .img-border .subsign__doc {
        font-size: .75em
    }
}

.main-wrapper .green-box {
    background: url(../img/green-bg.png) no-repeat center;
    background-size: cover
}

.main-wrapper .act__1 .act__1-list .act__1-item {
    position: relative;
    font-size: .875em;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .main-wrapper .act__1 .act__1-list .act__1-item {
        font-size: 1em
    }
}

@media (min-width:992px) {
    .main-wrapper .act__1 .act__1-list .act__1-item {
        font-size: 1.125em
    }
}

.main-wrapper .act__1 .act__1-list .act__1-item::before {
    content: "•";
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 600;
    color: #00a04b
}

.main-wrapper .act__1 .img-border__box--1 {
    width: 80%;
    margin-bottom: 15px
}

@media (min-width:576px) {
    .main-wrapper .act__1 .img-border__box--1 {
        float: left;
        width: 45%;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .main-wrapper .act__1 .img-border__box--1 {
        width: 30%
    }
}

.main-wrapper .act__2 .img-border__2 .img-border__box--2 {
    width: 90%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

@media (min-width:576px) {
    .main-wrapper .act__2 .img-border__2 .img-border__box--2 {
        float: left;
        width: 50%;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .main-wrapper .act__2 .img-border__2 .img-border__box--2 {
        width: 60%
    }
}

.main-wrapper .act__2 .img-border__2 .img-border__box--2 img {
    width: 50%;
    margin: 0 auto;
    height: auto
}

@media (min-width:768px) {
    .main-wrapper .act__3 .act__3-list {
        margin-bottom: 40px
    }
}

.main-wrapper .act__3 .act__3-list .act__3-item {
    position: relative;
    font-size: .875em;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .main-wrapper .act__3 .act__3-list .act__3-item {
        font-size: 1em;
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .act__3-list .act__3-item {
        font-size: 1.125em
    }
}

.main-wrapper .act__3 .act__3-list .act__3-item::before {
    content: "•";
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 600;
    color: #00a04b
}

.main-wrapper .act__3 .act__3-list .act__3-item .span-list__text {
    text-transform: uppercase;
    color: #00a04b;
    font-weight: 600
}

.main-wrapper .act__3 .green-box__3 {
    color: #fff;
    padding-bottom: 30px
}

.main-wrapper .act__3 .green-box__3 .act-3__box {
    margin: 0 auto;
    padding: 30px 0 20px
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3__box {
        margin-bottom: 20px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3__box h3 {
    margin: 0 auto;
    width: 70%
}

.main-wrapper .act__3 .green-box__3 .act-3_grid {
    width: 90%;
    margin: 0 auto
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid {
        width: 80%
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row {
        margin-bottom: 30px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    font-weight: 600
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text {
        -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;
        text-align: center
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text {
        width: 100%;
        display: block
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-text .yellow-span {
    color: #f5a514;
    font-size: .875em;
    font-weight: 600;
    margin-right: 5px
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img img {
    width: 70%
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img img {
        width: 90%
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top {
    position: relative
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-left {
    position: absolute;
    width: 35%;
    top: 28px;
    right: 0
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-left {
        top: 50px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-left {
        width: 85%;
        top: 40px;
        right: -70px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-2 {
    position: absolute;
    width: 35%;
    bottom: 28px;
    right: 0
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-2 {
        bottom: 46px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_top .arrow-2 {
        width: 85%;
        bottom: 40px;
        right: -70px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top {
    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-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top .arrow-top_1 {
        margin-top: 15px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top .arrow-top_2 .p-end {
    margin-bottom: 0
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--top .arrow-top_2 .p-end {
        margin-bottom: 15px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_middle {
    position: relative
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_middle .arrow-broken {
    position: absolute;
    width: 48%;
    top: 20px;
    right: 0
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_middle .arrow-broken {
        top: 64px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-img_middle .arrow-broken {
        width: 85%;
        top: 50px;
        right: -42%
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--middle p {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_grid .row-text__arrow--middle {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 20px
    }
}

.main-wrapper .act__3 .green-box__3 .act-3_content {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center
}

@media (min-width:992px) {
    .main-wrapper .act__3 .green-box__3 .act-3_content {
        padding-top: 10px
    }
}

.main-wrapper .act__4 .act-4__box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    color: #fff
}

@media (min-width:992px) {
    .main-wrapper .act__4 .act-4__box {
        width: 70%
    }
}

.main-wrapper .act__4 .act-4__box .green-box__images {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto
}

.main-wrapper .act__4 .act-4__box .green-box__images .green-box--img2 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    max-width: 100px;
    width: 35%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.main-wrapper .act__5 .color-text {
    color: #00a04b
}

.main-wrapper .act__5 .img-border__5 {
    margin: 20px 0 10px
}

@media (min-width:768px) {
    .main-wrapper .act__5 .img-border__5 {
        margin: 40px 0 20px
    }
}

.main-wrapper .act__5 .img-border__5 .img-border__box--5 {
    text-align: center
}

.main-wrapper .act__5 .img-border__5 .img-border__box--5 h3 {
    margin: 10px auto;
    color: #00a04b
}

.main-wrapper .act__6 {
    padding: 30px 0
}

.main-wrapper .act__6 .green-box__act-6 {
    padding: 30px 15px;
    color: #fff
}

@media (min-width:768px) {
    .main-wrapper .act__6 .green-box__act-6 {
        padding: 15px
    }
}

.main-wrapper .act__6 .green-box__act-6 .act-6__box {
    width: 70%;
    margin: 0 auto
}

@media (min-width:768px) {
    .main-wrapper .act__6 .green-box__act-6 .act-6__box {
        margin-bottom: 10px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__6 .green-box__act-6 .act-6__box {
        width: 60%
    }
}

.main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list {
    padding-left: 20px
}

@media (min-width:768px) {
    .main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list {
        padding-top: 10px
    }
}

@media (min-width:992px) {
    .main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list {
        padding-top: 20px
    }
}

.main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list .act__6-item {
    position: relative;
    font-size: .875em;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list .act__6-item {
        font-size: 1em
    }
}

@media (min-width:992px) {
    .main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list .act__6-item {
        font-size: 1.125em;
        margin-bottom: 15px
    }
}

.main-wrapper .act__6 .green-box__act-6 .list-grid .act__6-list .act__6-item::before {
    content: "•";
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 600;
    color: #fff
}

.main-wrapper .act__7 {
    margin: 0 auto;
    text-align: center
}

.main-wrapper .act__7 .act__7-link {
    margin: 40px auto
}

.main-wrapper .act__7 .act__7-link a {
    font-size: 1.2em;
    text-decoration: underline;
    color: #00f
}

@media (min-width:768px) {
    .main-wrapper .act__7 .act__7-link a {
        font-size: 1.8em
    }
}

.main-wrapper .comments textarea {
    border: 1px solid gray;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: .875em
}

.main-wrapper .comments ::-webkit-input-placeholder {
    color: gray
}

.main-wrapper .comments :-ms-input-placeholder {
    color: gray
}

.main-wrapper .comments ::-ms-input-placeholder {
    color: gray
}

.main-wrapper .comments ::placeholder {
    color: gray
}

.main-wrapper .comments .btn-comments {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0
}

.main-wrapper .comments .btn-comments .buttons {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.main-wrapper .comments .btn-comments .buttons .btn {
    color: #fff;
    font-size: .875em;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 55px
}

.main-wrapper .comments .btn-comments .buttons .btn-success {
    margin-right: 5px
}

.main-wrapper .btn-to-top {
    margin: 0 auto;
    text-align: center
}

.main-wrapper .btn-to-top .btn {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 24px
}

@media (min-width:768px) {
    .main-wrapper .btn-to-top .btn {
        padding: 8px 35px
    }
}

@media (min-width:992px) {
    .main-wrapper .btn-to-top .btn {
        padding: 12px 50px
    }
}

@media (min-width:1200px) {
    .main-wrapper .btn-to-top .btn {
        padding: 12px 60px
    }
}

.main-wrapper .popular-wrapper .popular__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.main-wrapper .popular-wrapper .popular__item img {
    width: 30%;
    height: auto;
    margin-right: 15px
}

.main-wrapper .popular-wrapper .popular__item p {
    font-weight: 600;
    font-size: .75em
}

@media (min-width:576px) {
    .main-wrapper .popular-wrapper .popular__item p {
        font-size: 1em
    }
}

.aside-wrapper {
    padding: 20px 15px;
    margin: 0 auto;
    padding-left: 30px
}

.aside-wrapper .aside__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px
}

.aside-wrapper .aside__item img {
    max-width: 71px;
    height: auto;
    margin-right: 10px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .aside-wrapper .aside__item img {
        width: auto
    }
}

.aside-wrapper .aside__item a {
    font-size: .75em
}

.aside-wrapper .special-offer {
    margin-top: 60px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px
}

.footer {
    background-color: #00a04b;
    padding: 30px 15px;
    text-align: center;
    font-size: .75em;
    color: #fff
}

.footer .nav-page__footer {
    background-color: #00a04b;
    margin-bottom: 0;
    padding-top: 0
}

.footer .nav-page__footer .navbar {
    background-color: #00a04b
}

.footer .nav-page__footer .navbar .navbar-nav .nav-link {
    margin-top: 15px;
    font-size: 1.125em;
    color: #fff
}

@media (min-width:768px) {
    .footer .nav-page__footer .navbar .navbar-nav .nav-link {
        margin-top: 15px
    }
}

@media (min-width:992px) {
    .footer .nav-page__footer .navbar .navbar-nav .nav-link {
        font-size: 1.5em;
        margin-top: 13px
    }
}

.footer .nav-page__footer .navbar .navbar-nav .active .nav-link {
    border-bottom: 1px solid #fff
}

.footer .nav-page__footer .navbar .navbar-nav .logo-footer__desktop {
    width: 90px;
    position: relative
}

@media (min-width:992px) {
    .footer .nav-page__footer .navbar .navbar-nav .logo-footer__desktop {
        width: 100px
    }
}

.footer .nav-page__footer .navbar .navbar-nav .logo-footer__desktop .heart-text {
    position: absolute;
    width: 150%;
    top: 16px;
    left: -19px;
    font-size: 0.9em
}

@media (min-width:768px) {
    .footer .nav-page__footer .navbar .navbar-nav .logo-footer__desktop .heart-text {
        top: 15px
    }
}

@media (min-width:992px) {
    .footer .nav-page__footer .navbar .navbar-nav .logo-footer__desktop .heart-text {
        font-size: 1.3em;
        width: 165%;
        top: 13px;
        left: -20px
    }
}

.footer .footer__links a {
    color: #fff;
    font-weight: 400
}

@media (min-width:768px) {
    .footer .footer__links span {
        margin: 0 10px
    }
}

.footer .footer__copy {
    padding-top: 5px
}

.footer .footer__copy p {
    margin-bottom: 0
}

.comment_img {
    width: 100%;
    max-width: 400px
}