:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=time] {
    -webkit-appearance: listbox
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
.lead,
h5 {
    font-size: 1.25rem
}

.lead {
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

.figure {
    display: inline-block
}

.container {
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.form-control,
.table .table {
    background-color: #fff
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.media {
    display: flex;
    align-items: flex-start
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media(min-width: 1199px) {
    .d-xl-block {
        display: block !important
    }
}

.justify-content-center {
    justify-content: center !important
}

.align-self-center {
    align-self: center !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.position-relative {
    position: relative !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.p-3 {
    padding: 1rem !important
}

.p-5 {
    padding: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

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

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }
}

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

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

.text-white {
    color: #fff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }
}

h2,
h3,
p,
ul {
    margin-top: 0
}

p,
ul {
    margin-bottom: 1rem
}

body {
    text-align: left
}

input {
    overflow: visible
}

h2,
h3,
label {
    margin-bottom: .5rem
}

label {
    display: inline-block
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

select {
    text-transform: none
}

[type=submit] {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-label {
    margin-bottom: 0
}

.bottom-links {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    clear: both
}

.bottom-links__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.bottom-links__item {
    margin: 0
}

.bottom-links__item:before {
    display: none
}

.bottom-links__item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    color: #6d6d6d
}

.bottom-links__item a {
    color: #6d6d6d;
    font-size: 12px
}

.bottom-links__item a:hover {
    text-decoration: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
html,
img,
label,
li,
p,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

p {
    font-family: "Lato", sans-serif !important;
    font-weight: 400
}

input[type=submit] {
    -webkit-appearance: none !important
}

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

b {
    font-weight: 700
}

strong {
    font-weight: 900
}

img {
    max-width: 100%
}

div.row:after {
    clear: both;
    display: block;
    content: ""
}

.margin-top-20 {
    margin-top: 20px
}

body {
    background: #e7e7e7;
    font-family: Arial
}

ul li {
    line-height: 20px;
    font-size: 15px;
    color: #3d3d3d;
    position: relative
}

ul li:before {
    position: absolute;
    content: "•";
    top: 0;
    left: -17px;
    color: #00b02a;
    font-size: 22px
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 400
}

aside {
    border-left: 1px solid #cacaca;
    padding-left: 20px;
    padding-right: 20px
}

aside div.effect {
    border: 1px solid #e8e8e8;
    padding: 8px;
    padding-bottom: 20px
}

aside div.effect div.txt {
    padding: 0 4px 0 5px
}

aside div.effect+div.effect {
    margin-top: 25px
}

@media(max-width: 555px) {
    p {
        font-size: 14px;
        line-height: 22px !important
    }
}

body {
    overflow-x: hidden !important
}

.popup,
.popup p {
    text-align: center
}

.text-green {
    color: #25c003 !important
}

.text-small {
    font-size: .9375em !important
}

.popup {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 20px 0;
    width: 700px;
    max-width: calc(100% - 60px);
    background-color: #fff;
    justify-content: center;
    font-size: 14px
}

.popup__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin-bottom: 25px
}

.popup__product {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 320px
}

.popup__heading {
    margin-bottom: 10px;
    font-size: 1.5em
}

.popup__heading span {
    display: block;
    margin-bottom: 10px;
    font-size: 1.75em;
    font-weight: 900;
    line-height: 1
}

.popup__text {
    margin-bottom: 10px;
    font-weight: 400
}

.popup__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fdb53f;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-weight: 900;
    transform: rotate(8deg);
    font-size: 29px
}

.popup__image {
    max-width: 100%
}

.popup .actions {
    width: 260px;
    max-width: 100%;
    margin: 0 auto
}

.popup .actions a {
    display: block;
    text-decoration: none;
    transition: background-color .3s ease-in-out
}

.popup .actions a:hover {
    text-decoration: none !important
}

.popup .actions__confirm {
    padding: 10px;
    border-radius: 9px;
    background-color: #00af2a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .49)
}

.popup .actions__confirm:hover {
    color: #fff;
    background-color: #00bf2f
}

.popup .actions__cancel {
    margin-top: 10px;
    font-size: .875em;
    color: #3d3d3d
}

.popup .actions__cancel:hover {
    color: #000
}

.popup p {
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.25em
}

#exitpopup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7)
}

@media(min-width: 576px) {
    .popup__content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding: 30px 0;
        margin-bottom: 0
    }

    .popup__product {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .popup__heading span {
        font-size: 1.875em
    }

    .popup {
        font-size: 16px
    }
}

body {
    background-color: #ebebeb;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #3d3d3d
}

.container {
    position: relative;
    display: block;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.margin-top-20 {
    margin-top: 20px
}

.margin-left-60 {
    margin-left: 60px
}

b {
    color: #000
}

section.block-1 {
    background-image: url(../images/form5cdb0fa59761c3d939481061b15e4b029.jpg);
    background-position: top;
    background-size: cover;
    padding-bottom: 40px
}

section.block-1 .container {
    background-color: rgba(0, 0, 0, 0)
}

section.block-1 h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding-top: 50px;
    text-align: center;
    color: #fff;
    margin: 0 170px
}

section.block-1 figure {
    padding: 15px;
    position: relative;
    margin: 50px 170px;
    background-color: rgba(77, 77, 77, .62)
}

section.block-1 figure h4,
section.block-1 figure p {
    margin-left: 50%;
    text-align: left
}

section.block-1 figure h4 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 30px
}

section.block-1 figure h4,
section.block-1 figure p {
    color: #fff;
    font-family: Open Sans, sans-serif;
    line-height: 1.3
}

section.block-1 figure p {
    font-size: 16px;
    font-weight: 400
}

section.block-1 figure p+p {
    padding-top: 20px;
    text-align: right
}

section.block-1 figure img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px
}

section.block-2 .container article {
    padding: 10px;
    width: 760px;
    position: relative;
    vertical-align: top;
    background: #fff;
    display: inline-block
}

section.block-2 .container aside {
    padding: 0;
    padding-top: 10px;
    width: 200px;
    float: right;
    vertical-align: top;
    background: #fff;
    border: none
}

section.block-2 .container aside div.effect {
    padding: 0;
    margin: 8px;
    border: none
}

section.block-2 .container aside div.effect img {
    width: 100%
}

section.block-2 .container aside div.effect .txt {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 2px 3px 3px
}

section.block-2 .container aside div.effect p {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px;
}

section.block-2 .container aside div.effect p:first-of-type {
    color: #000;
    padding-bottom: 10px
}

section.block-2 .container aside div.effect p.sign {
    text-align: right
}

section.block-2 .container article .top-img {
    float: right;
        margin: 10px 20px;
}

section.block-2 .container article ul.first-ul {
    list-style: none;
    padding: 25px 0 25px 50px
}

section.block-2 .container article ul.first-ul li {
    padding: 10px 0
}

section.block-2 .container article ul.first-ul li:before {
    content: url(../images/check3-1e6d77b0ebdf06efe723f967f4bd96963.png);
    left: -50px;
    top: 7px
}

section.block-2 .container article ul.second-ul {
    list-style: none;
    padding: 10px 0 0 50px
}

section.block-2 .container article ul.second-ul li {
    padding: 20px 0
}

section.block-2 .container article ul.second-ul li:before {
    content: url(../images/1490774221h2-2bc1d74e55cf099fcea3624b89490a3d9.jpg);
    left: -50px;
    top: 13px
}

section.block-2 .container article ul.second-ul li h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px
}

section.block-2 .container article h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 20px 0
}

section.block-2 .container article h5.pt-0 {
    padding-top: 0
}

section.block-2 .container article figure.intext {
    margin: 20px 10px 20px 0;
    float: left;
    display: table
}

section.block-2 .container article figure.intext figcaption {
    background-color: rgba(219, 219, 219, .34);
    padding: 10px 20px;
    color: #000;
    text-align: center;
    display: table-caption;
    caption-side: bottom
}

section.block-2 .container article .info {
    background-color: #fdffb6;
    border: 1px solid #8d8a8b;
    padding: 25px 15px;
    display: block;
    margin: 20px 50px
}

section.block-2 .container article .info h3 {
    color: #ff0505;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    text-align: center
}

section.block-2 .container article .info p {
    text-align: center;
    font-size: 17px;
    line-height: 1.4
}

section.block-2 .container article p.last-sign {
    text-align: right
}

section.block-2 .container article h2:not(.monogo-form__heading) {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    padding: 25px 0
}

section.block-2 .container article p.price {
    text-align: center;
    font-family: georgia;
    font-size: 20px;
    font-weight: 700
}

section.block-2 .container article p.price .red-price {
    font-weight: 400;
    text-decoration: line-through
}

section.block-2 .container article img.package {
    display: block;
    margin: auto
}

section.block-2 .container article p.lastp {
    text-align: center
}

@media only screen and (max-width: 959px) {
    section.block-1 h1 {
        margin: 0 85px
    }

    section.block-1 figure {
        margin: 50px 85px
    }

    aside {
        display: none
    }
}

@media only screen and (max-width: 730px) {
    .container {
        max-width: 410px;
        margin: auto
    }

    section.block-1 h1 {
        font-size: 25px;
        margin: 0 auto;
        line-height: 1.2
    }

    section.block-1 figure {
        margin: 25px auto;
        width: 100%
    }

    section.block-1 figure h4 {
        padding-bottom: 15px
    }

    section.block-1 figure h4,
    section.block-1 figure p {
        margin-left: 0;
        text-align: center
    }

    section.block-1 figure img {
        position: relative;
        top: 0 !important;
        transform: translateY(0);
        margin-left: 0;
        margin: auto;
        display: block;
        padding-bottom: 15px
    }

    section.block-1 figure p {
        font-weight: 300
    }

    section.block-2 .container article {
        width: 310px
    }

    section.block-2 .container article .top-img {
        float: none;
        display: block;
        margin: auto;
        padding-top: 15px
    }

    section.block-2 .container article ul.first-ul {
        padding: 25px 0 25px 30px
    }

    section.block-2 .container article ul.first-ul li:before {
        left: -33px;
        top: 11px
    }

    section.block-2 .container article ul.second-ul li:before {
        top: 20px
    }

    .margin-left-60 {
        margin-left: 30px
    }

    section.block-2 .container article .info {
        margin: 20px 0;
        padding: 20px 5px
    }

    section.block-2 .container article .info p {
        font-size: 15px
    }
}

.flexo {
    display: flex;

}

@media (max-width: 425px) {
    .flexo {
    justify-content: center !important;

}
}

.popup,
.popup p {
    text-align: center
}

.text-green {
    color: #25c003 !important
}

.text-small {
    font-size: .9375em !important
}

.popup {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 20px 0;
    width: 700px;
    max-width: calc(100% - 30px);
    background-color: #fff;
    justify-content: center;
    font-size: 14px
}

.popup__heading,
.popup__heading span {
    font-size: 1.75em;
    margin-bottom: 10px
}

.popup__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin-bottom: 25px
}

.popup__product {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 320px
}

.popup__heading span {
    display: block;
    font-weight: 900;
    line-height: 1
}

.popup__text {
    margin-bottom: 10px;
    font-weight: 400
}

.popup__badge {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fdb53f;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-weight: 900;
    transform: rotate(8deg);
    font-size: 29px
}

.popup__image {
    max-width: 100%
}

.popup .actions {
    width: 260px;
    max-width: 100%;
    margin: 0 auto
}

.popup .actions a {
    display: block;
    text-decoration: none;
    transition: background-color .3s ease-in-out
}

.popup .actions a:hover {
    text-decoration: none !important
}

.popup .actions__confirm {
    padding: 10px;
    border-radius: 9px;
    background-color: #00af2a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .49)
}

.popup .actions__confirm:hover {
    color: #fff;
    background-color: #00bf2f
}

.popup .actions__cancel {
    margin-top: 10px;
    font-size: .875em;
    color: #3d3d3d
}

.popup .actions__cancel:hover {
    color: #000
}

.popup p {
    margin-bottom: 10px;
    font-size: 1.5625em
}

#exitpopup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .7)
}

@media(min-width: 576px) {
    .popup__content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding: 30px 0;
        margin-bottom: 0
    }

    .popup__product {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .popup__heading span {
        font-size: 2.125em
    }

    .popup {
        font-size: 16px
    }
}

.popup-cancel {
    cursor: pointer;
    margin-top: 20px
}

.disable-ep {
    display: none !important
}

@media(min-width: 1200px) {
    .slider-wrapper {
        opacity: 0;
        position: fixed;
        bottom: 180px;
        right: 10px;
        z-index: 9999
    }

    .slider-wrapper.visible {
        opacity: 1
    }

    .slider-wrapper .splide__list {
        align-items: flex-end
    }

    .slider-box {
        max-width: 200px;
        border-radius: 5px
    }

    .slider-box-items {
        position: relative
    }

    .slider-box-btns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 1px;
        z-index: 99999
    }

    .slider-box-btn {
        border: none;
        padding: 0
    }

    .slider-box-btn .btn-img {
        cursor: pointer;
        width: 15px
    }

    .slider-box-item {
        max-width: 200px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #44a5ff
    }

    .slider-box-item-top {
        min-height: 100px;
        max-width: 200px;
        padding: 10px 30px;
        background-color: #e9f0fa;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%
    }

    .slider-box-item-bottom {
        font-size: 14px;
        padding: 10px 30px;
        background-color: #fff
    }

    .slider-box-item-txt {
        font-size: 12px;
        line-height: 18px;
        color: #4869b1
    }

    .slider-box-item-name,
    .slider-box-item-city {
        font-size: 14px;
        color: #4869b1;
        margin-bottom: 5px
    }

    .slider-box-item-city {
        color: #6a6a6a
    }
}

@media(min-width: 1600px) {
    .slider-box {
        max-width: 258px
    }

    .slider-box-item {
        max-width: 258px
    }

    .slider-box-item-top {
        max-width: 258px
    }

    .slider-box-item-bottom {
        font-size: 16px
    }

    .slider-box-item-txt {
        font-size: 14px
    }

    .slider-box-item-name,
    .slider-box-item-city {
        font-size: 16px;
        color: #4869b1
    }

    .slider-box-item-city {
        color: #6a6a6a
    }
}

@media(min-width: 1200px) {
    .last-buyer-wrapper {
        width: 200px
    }

    .last-buyer {
        width: 100%;
        box-shadow: 0 2px 10px #000;
        background: #fde37b;
        border-radius: 10px;
        padding: 10px;
        margin-top: 16px;
        line-height: 1.3;
        font-family: "Roboto";
        position: fixed;
        right: 10px;
        bottom: 20px;
        max-width: 200px;
        opacity: 0;
        z-index: 9999;
        display: flex;
        align-items: flex-start
    }

    .last-buyer-txt {
        font-size: 14px;
        margin: 0 0 5px 0
    }

    .last-buyer.fade-in {
        opacity: 1;
        transition: opacity 1s ease-in
    }

    .last-buyer.transition-effect {
        transition: opacity 1s ease-out
    }
}

@media(min-width: 1600px) {
    .last-buyer {
        max-width: 258px
    }

    .last-buyer-txt {
        font-size: 16px
    }
}

/*! purgecss start ignore */
@media(min-width: 767px) {
    #exitpopup-modal .ep .ep_product {
        align-items: center !important
    }

    #exitpopup-modal .ep .ep_product .ep_product_img {
        margin-top: 50px !important
    }
}

/*! purgecss end ignore */
.ebook-box-mobile {
    margin: 40px auto;
    border: 1px solid #c8c8c8;
    background: rgba(253, 247, 235, .30196);
    border-radius: 12px;
    width: 90%;
    text-align: center !important;
    padding: 10px 10px 30px
}

.ebook-box-mobile img {
    width: auto;
    max-width: 200px;
    height: auto
}

.ebook-box-mobile .img__check {
    display: block;
    margin: 0 auto .7em
}

.ebook-box-mobile p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    text-align: center !important
}

.ebook-box-mobile p.selected {
    font-weight: bold;
    color: #e68f01;
    margin-bottom: 8px
}

.ebook-box-mobile .ebook-render {
    margin: 40px auto !important
}

/*! purgecss start ignore */
.green-price .converted-price {
    text-decoration: none
}

/*! purgecss end ignore */
@media(min-width: 768px) {
    .ebook-box-mobile {
        display: none
    }
}

/*! purgecss start ignore */
.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: none;
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    outline: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
    display: block
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover {
    opacity: .9
}

.splide__arrow:focus {
    outline: none
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4)
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: none
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,
.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: none
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination,
.splide--ttb>.splide__slider>.splide__pagination {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

/*! purgecss end ignore */